@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@500;600&family=DM+Sans:wght@400;500;600;700&family=Fraunces:ital,opsz,SOFT,WONK,wght@0,9..144,80,1,400..700;1,9..144,100,1,400..650&display=swap');

:root {
  --cream: #faf3ec;
  --paper: #fffaf3;
  --cocoa: #3f281c;
  --body: #604b3e;
  --sage: #7f8d68;
  --sage-pale: #e8ecdf;
  --rose: #dda7a2;
  --rose-pale: #f2d9d5;
  --mustard: #e3a813;
  --mustard-hover: #cf9505;
  --line: rgba(63, 40, 28, .18);
  --shadow: 0 18px 50px rgba(63, 40, 28, .12);
  --serif: "Fraunces", Georgia, serif;
  --sans: "DM Sans", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--cocoa); background: var(--cream); font-family: var(--sans); font-size: 17px; line-height: 1.58; }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; opacity: .18; z-index: 20; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.12'/%3E%3C/svg%3E"); }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); line-height: 1.04; font-weight: 560; }
h1 { font-size: clamp(3.3rem, 6.3vw, 6.5rem); letter-spacing: -.045em; margin-bottom: 1.5rem; }
h2 { font-size: clamp(2.35rem, 4.2vw, 4.5rem); letter-spacing: -.035em; }
h3 { font-size: clamp(1.5rem, 2vw, 2.1rem); }
.italic { font-style: italic; font-variation-settings: "SOFT" 100, "WONK" 1; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.narrow { width: min(820px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 92px 0; position: relative; }
.section-title { text-align: center; max-width: 760px; margin: 0 auto 48px; }
.section-title p { color: var(--body); max-width: 650px; margin-inline: auto; }
.eyebrow { display: flex; align-items: center; gap: 9px; color: var(--sage); text-transform: uppercase; letter-spacing: .11em; font-size: .77rem; font-weight: 700; }
.eyebrow::before { content: ""; width: 9px; height: 9px; border-radius: 50%; background: currentColor; }
.scribble { font: 600 1.25rem "Caveat", cursive; color: var(--rose); transform: rotate(-3deg); display: inline-block; }
.button { min-height: 52px; padding: 14px 23px; border: 1px solid transparent; border-radius: 9px; display: inline-flex; justify-content: center; align-items: center; gap: 10px; background: var(--mustard); color: var(--cocoa); text-decoration: none; font: 650 1rem var(--sans); cursor: pointer; box-shadow: 0 6px 16px rgba(194, 133, 0, .13); transition: transform .2s, background .2s; }
.button:hover { background: var(--mustard-hover); transform: translateY(-2px); }
.button-secondary { background: transparent; border-color: var(--sage); color: #596b43; box-shadow: none; }
.button-secondary:hover { background: var(--sage-pale); }
.text-link { color: #617446; text-underline-offset: 6px; text-decoration-thickness: 1px; font-weight: 650; }
.site-header { height: 84px; border-bottom: 1px solid var(--line); background: rgba(250,243,236,.94); position: relative; z-index: 30; }
.nav { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.logo { text-decoration: none; font: 600 1.55rem "Caveat", cursive; line-height: .8; letter-spacing: .02em; transform: rotate(-2deg); }
.logo span { color: var(--mustard); font-size: 1.35em; }
.nav-links { display: flex; align-items: center; gap: 34px; }
.nav-links > a { text-decoration: none; font-size: .93rem; font-weight: 600; }
.nav-links .returning { color: #5e7046; }
.menu-button { display: none; width: 50px; height: 50px; border: 0; background: transparent; padding: 10px; color: var(--cocoa); }
.mobile-only { display: none; }
.menu-button span { display: block; height: 2px; background: currentColor; margin: 7px 0; }

.hero { min-height: 700px; display: grid; align-items: center; overflow: hidden; background: radial-gradient(circle at 85% 15%, rgba(221,167,162,.16), transparent 29%), var(--cream); }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 76px; align-items: center; padding-block: 68px 82px; }
.hero-copy .lead { font-size: 1.22rem; color: var(--body); max-width: 630px; margin-bottom: 28px; }
.hero-actions { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.polaroid { background: #fff; padding: 18px 18px 70px; box-shadow: var(--shadow); transform: rotate(-3deg); position: relative; max-width: 520px; margin: auto; }
.polaroid::before { content: ""; position: absolute; width: 130px; height: 36px; background: rgba(215,194,157,.78); top: -20px; left: 50%; transform: translateX(-50%) rotate(2deg); }
.polaroid img { width: 100%; aspect-ratio: 1.2; object-fit: cover; object-position: center 38%; filter: saturate(.88) contrast(.97); }
.polaroid figcaption { position: absolute; bottom: 17px; left: 0; right: 0; text-align: center; font: 600 1.5rem "Caveat", cursive; }
.doodle { position: absolute; font: 600 3rem "Caveat"; color: var(--rose); }
.doodle-heart { right: -24px; top: 28%; transform: rotate(12deg); }
.fact-strip { background: var(--paper); border-block: 1px solid var(--line); padding: 30px 0; }
.facts { display: grid; grid-template-columns: repeat(4, 1fr); }
.fact { padding: 4px 26px; border-right: 1px solid var(--line); }
.fact:last-child { border: 0; }
.fact strong { display: block; font: 600 1.55rem var(--serif); }
.fact span { color: var(--body); font-size: .91rem; }
.paper-card { background: rgba(255,250,243,.86); border: 1px solid var(--line); border-radius: 14px; box-shadow: 0 10px 30px rgba(63,40,28,.07); }
.fit-section { background: var(--sage-pale); }
.fit-card { max-width: 930px; margin: auto; padding: 50px 65px; position: relative; }
.fit-card::before { content: ""; position: absolute; width: 130px; height: 34px; background: #e7cdbd; top: -16px; left: 50%; transform: translateX(-50%) rotate(-2deg); }
.check-list { list-style: none; padding: 0; margin: 24px 0 0; display: grid; gap: 14px; }
.check-list li { display: flex; gap: 13px; }
.check-list li::before { content: "✓"; color: var(--sage); font-weight: 800; }
.steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.step-card { padding: 34px; }
.step-card .number { width: 43px; height: 43px; display: grid; place-items: center; border-radius: 50%; background: var(--rose-pale); color: var(--cocoa); font-family: var(--serif); margin-bottom: 25px; }
.team-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.team-card { display: grid; grid-template-columns: 190px 1fr; overflow: hidden; }
.team-card img { width: 100%; height: 100%; object-fit: cover; }
.team-card-copy { padding: 34px; }
.team-card-copy h3 { margin-bottom: 8px; }
.team-card-copy .role { color: var(--sage); font-weight: 650; font-size: .92rem; }
.team-card-copy p { color: var(--body); }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { min-height: 60px; display: flex; align-items: center; justify-content: space-between; cursor: pointer; font-weight: 650; list-style: none; }
summary::after { content: "+"; font: 400 1.6rem var(--serif); color: var(--sage); }
details[open] summary::after { content: "−"; }
details p { color: var(--body); padding: 0 30px 24px 0; }
.closing { background: var(--rose-pale); text-align: center; }
.closing p { max-width: 600px; margin: -18px auto 28px; }

.funnel-hero { overflow: hidden; background: linear-gradient(100deg, var(--cream) 0 52%, rgba(90,67,48,.12) 52%); }
.funnel-grid { min-height: 680px; display: grid; grid-template-columns: .95fr 1.05fr; gap: 70px; align-items: center; padding-block: 64px 78px; }
.funnel-grid h1 { font-size: clamp(3.2rem, 5.5vw, 5.8rem); }
.source-chip { display: inline-flex; align-items: center; gap: 9px; border: 1px solid var(--line); border-radius: 99px; padding: 8px 13px; font-size: .82rem; margin-bottom: 28px; background: rgba(255,255,255,.36); }
.source-chip::before { content: "✓"; width: 20px; height: 20px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--sage); font-size: .7rem; }
.funnel-copy .lead { max-width: 570px; color: var(--body); margin-bottom: 30px; }
.funnel-photo .polaroid { transform: rotate(4deg); max-width: 480px; }
.symptoms { display: grid; grid-template-columns: repeat(4,1fr); gap: 0; }
.symptom { text-align: center; padding: 20px 28px; border-right: 1px solid var(--line); }
.symptom:last-child { border: 0; }
.symptom .icon { font-size: 2rem; color: var(--sage); }
.symptom h3 { font-size: 1.35rem; margin: 15px 0 10px; }
.symptom p { font-size: .92rem; color: var(--body); }
.help-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 70px; }
.brand-photo { transform: rotate(3deg); background: white; padding: 15px 15px 62px; box-shadow: var(--shadow); }
.brand-photo img { width: 100%; aspect-ratio: 1.35; object-fit: cover; }
.offer { padding: 44px 52px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 35px; }
.offer h2 { font-size: 2.6rem; margin-bottom: 17px; }
.offer-facts { display: flex; gap: 30px; flex-wrap: wrap; }
.offer-facts strong { font-family: var(--serif); font-size: 1.35rem; }

.booking-page { min-height: 100vh; }
.booking-main { padding: 34px 0 65px; }
.booking-intro { text-align: center; max-width: 800px; margin: 0 auto 22px; }
.booking-intro h1 { font-size: clamp(3rem,5vw,5rem); margin-bottom: 14px; }
.consult-summary { display: flex; justify-content: center; gap: 15px; flex-wrap: wrap; margin: 0 auto 24px; }
.consult-summary span { padding-right: 15px; border-right: 1px solid var(--line); font-weight: 600; }
.consult-summary span:last-child { border: 0; }
.clinician-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.clinician-card { padding: 17px; transition: border .2s, transform .2s; }
.clinician-card[data-selected] { border: 2px solid var(--sage); transform: translateY(-3px); }
.clinician-photo { height: 210px; overflow: hidden; border-radius: 9px; }
.clinician-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 30%; }
.clinician-copy { padding: 18px 9px 5px; }
.clinician-copy h2 { font-size: 2.5rem; margin-bottom: 3px; }
.clinician-copy .role { color: var(--sage); font-weight: 650; }
.clinician-copy .specialty { min-height: 62px; color: var(--body); font-size: .94rem; }
.clinician-copy .button { width: 100%; }
.booking-help { text-align: center; margin-top: 30px; }
.quiet-process { text-align: center; margin: 14px 0 0; color: var(--body); font-size: .92rem; }

.article-hero, .course-hero { padding: 90px 0 75px; }
.article-hero .narrow { text-align: center; }
.article-hero h1, .course-hero h1 { font-size: clamp(3.2rem, 6vw, 6rem); }
.article-hero .lead { font-size: 1.2rem; color: var(--body); }
.article { padding-bottom: 90px; }
.article h2 { font-size: 2.4rem; margin-top: 55px; }
.article .note { padding: 30px; margin: 38px 0; border-left: 5px solid var(--rose); background: var(--paper); }
.article .gentle-cta { padding: 42px; margin-top: 55px; text-align: center; background: var(--sage-pale); }
.course-hero { background: linear-gradient(135deg, #e6c9bd, var(--cream) 58%); }
.course-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: center; }
.course-note { background: var(--paper); padding: 40px; transform: rotate(2deg); box-shadow: var(--shadow); }
.course-note .scribble { font-size: 2rem; }
.course-section { background: var(--paper); }
.course-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.course-card { padding: 30px; }
.course-card h3 { margin-bottom: 12px; }
.course-banner { background: var(--sage); color: white; text-align: center; }
.course-banner p { color: rgba(255,255,255,.82); max-width: 650px; margin: -18px auto 26px; }
.course-banner .button { background: var(--paper); }
.site-footer { padding: 38px 0; border-top: 1px solid var(--line); }
.footer-grid { display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.footer-links { display: flex; gap: 25px; flex-wrap: wrap; }
.footer-links a { font-size: .9rem; color: var(--body); }
.boundary { font-size: .82rem; color: var(--body); max-width: 700px; margin-top: 22px; }

@media (max-width: 850px) {
  body { font-size: 16px; }
  .shell, .narrow { width: min(100% - 30px, 680px); }
  .section { padding: 65px 0; }
  .site-header { height: 76px; }
  .nav .header-cta { min-height: 48px; padding: 10px 15px; margin-left: auto; }
  .mobile-only { display: inline-flex; }
  .nav-links { display: none; position: absolute; top: 76px; left: 0; right: 0; background: var(--paper); padding: 22px; border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
  .nav-links[data-open] { display: grid; gap: 0; }
  .nav-links > a { min-height: 52px; display: flex; align-items: center; border-bottom: 1px solid var(--line); }
  .nav-links .button { margin-top: 14px; }
  .menu-button { display: block; }
  h1 { font-size: clamp(3.35rem, 14vw, 5.1rem); }
  h2 { font-size: clamp(2.35rem, 10vw, 3.4rem); }
  .hero { min-height: auto; }
  .hero-grid, .funnel-grid, .help-grid, .course-grid { grid-template-columns: 1fr; gap: 45px; }
  .hero-grid, .funnel-grid { padding-block: 58px 76px; }
  .hero-copy .lead { font-size: 1.1rem; }
  .hero-art { width: 78%; margin: auto; }
  .polaroid { padding: 12px 12px 53px; }
  .polaroid figcaption { font-size: 1.2rem; bottom: 12px; }
  .hero-actions { display: grid; gap: 20px; }
  .hero-actions .button { width: 100%; }
  .facts { grid-template-columns: repeat(2,1fr); row-gap: 25px; }
  .fact { text-align: center; padding: 5px 10px; }
  .fact:nth-child(2) { border: 0; }
  .fit-card { padding: 42px 26px; }
  .steps, .team-grid, .clinician-grid, .course-cards { grid-template-columns: 1fr; }
  .team-card { grid-template-columns: 130px 1fr; }
  .team-card-copy { padding: 25px 20px; }
  .funnel-hero { background: var(--cream); }
  .funnel-grid h1 { font-size: clamp(3.2rem, 13.5vw, 5.1rem); }
  .funnel-photo { width: 78%; margin: auto; }
  .symptoms { grid-template-columns: 1fr; gap: 18px; }
  .symptom { display: grid; grid-template-columns: 45px 1fr; text-align: left; gap: 0 15px; border: 0; padding: 22px; background: var(--paper); box-shadow: 0 8px 20px rgba(63,40,28,.06); }
  .symptom .icon { grid-row: span 2; }
  .symptom h3, .symptom p { margin: 0; }
  .offer { grid-template-columns: 1fr; padding: 35px 25px; }
  .offer .button { width: 100%; }
  .booking-main { padding-top: 38px; }
  .booking-intro h1 { font-size: clamp(3rem,12vw,4.3rem); }
  .clinician-photo { height: 235px; }
  .clinician-copy .specialty { min-height: 0; }
  .article-hero, .course-hero { padding: 65px 0 55px; }
  .course-note { transform: none; }
  .footer-grid { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 480px) {
  .logo { font-size: 1.25rem; }
  .nav .header-cta { font-size: .83rem; padding: 9px 12px; }
  .hero-art, .funnel-photo { width: 88%; }
  .team-card { grid-template-columns: 1fr; }
  .team-card img { height: 230px; }
  .consult-summary { background: var(--paper); padding: 16px 12px; box-shadow: 0 8px 20px rgba(63,40,28,.06); }
  .consult-summary span { font-size: .9rem; }
  .clinician-card { padding: 12px; }
  .offer-facts { gap: 16px; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; } }
