*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}img,svg{display:block;max-width:100%}ul,ol{list-style:none}:root{--parchment:#FAF6F1;--rose:#7D5A4F;--rose-deep:#5E3F35;--rose-mid:#C9967F;--rose-faint:#E9D3C5;--petal:#F2E8DF;--cream:#FDF0E8;--gold:#C9967F;--gold-pale:#E3C7B5;--gold-faint:#F7EAE0;--gold-deep:#806051;--ink:#241018;--ink-mid:#7A5568;--ink-soft:#72646B;--white:#FFFFFF;--serif:'Playfair Display', Georgia, 'Times New Roman', serif;--sans:'DM Sans', system-ui, -apple-system, sans-serif;--container:1160px;--container-narrow:740px;--r-sm:6px;--r:12px;--r-lg:20px;--r-pill:100px}html{scroll-behavior:smooth}body{font-family:var(--sans);font-size:1.0625rem;line-height:1.7;color:var(--ink);background:var(--parchment);-webkit-font-smoothing:antialiased}a{color:var(--rose);text-decoration:underline;text-underline-offset:3px}a:hover{color:var(--rose-deep)}h1,h2,h3,h4{font-family:var(--serif);line-height:1.22;font-weight:700}p{margin-bottom:1.1rem}p:last-child{margin-bottom:0}.container{width:100%;max-width:var(--container);margin-inline:auto;padding-inline:1.5rem}.container--narrow{max-width:var(--container-narrow)}.section{padding-block:5.5rem}.section-eyebrow{display:inline-block;font-family:var(--sans);font-size:.75rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--rose);margin-bottom:1rem}.section-heading{font-size:clamp(2rem,3.5vw,2.75rem);color:var(--ink);margin-bottom:1.25rem;max-width:680px}.section-heading em{font-style:italic;color:var(--rose)}.section-lead{font-size:1.125rem;color:var(--ink-mid);max-width:600px;line-height:1.75}.btn{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--sans);font-size:.9375rem;font-weight:600;padding:.8125rem 1.75rem;border-radius:var(--r-pill);border:2px solid transparent;text-decoration:none;cursor:pointer;transition:background .18s,color .18s,border-color .18s,transform .14s;line-height:1.2;white-space:nowrap}.btn:hover{transform:translateY(-1px)}.btn:active{transform:translateY(0)}.btn--primary{background:var(--rose);color:var(--white);border-color:var(--rose)}.btn--primary:hover{background:var(--rose-deep);border-color:var(--rose-deep);color:var(--white)}.btn--outline{background:0 0;color:var(--rose);border-color:var(--rose)}.btn--outline:hover{background:var(--rose);color:var(--white)}.btn--accent{background:var(--rose-mid);color:var(--white);border-color:var(--rose-mid)}.btn--accent:hover{background:var(--rose);border-color:var(--rose);color:var(--white)}.btn--outline-green{background:0 0;color:var(--rose);border-color:var(--rose)}.btn--outline-green:hover{background:var(--rose);color:var(--white)}.btn--white{background:var(--white);color:var(--rose);border-color:var(--white)}.btn--white:hover{background:var(--rose-faint);border-color:var(--rose-faint);color:var(--rose-deep)}.btn--outline-light{background:0 0;color:var(--white);border-color:rgba(255,255,255,.7)}.btn--outline-light:hover{background:rgba(255,255,255,.12);border-color:var(--white)}.staging-banner{background:var(--ink);color:var(--white);font-size:.75rem;font-weight:600;letter-spacing:.06em;text-align:center;padding:.5rem 1.5rem}.nav{position:sticky;top:0;z-index:100;background:rgba(250,246,241,.95);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--rose-faint);transition:box-shadow .2s}.nav.scrolled{box-shadow:0 2px 20px rgba(36,16,24,7%)}.nav .container{padding-block:0}.nav__inner{display:flex;align-items:center;justify-content:space-between;gap:2rem;height:88px;transition:height .2s}.nav.scrolled .nav__inner{height:64px}.nav__logo{display:flex;text-decoration:none;flex-shrink:0}.brand{display:flex;align-items:center;gap:.75rem}.brand__logo{object-fit:contain;border-radius:8px}.brand--full .brand__logo{width:56px;height:56px;transition:width .2s,height .2s}.nav.scrolled .brand--full .brand__logo{width:44px;height:44px}.brand--compact .brand__logo{width:44px;height:44px}.brand__text{display:flex;flex-direction:column;font-weight:700;line-height:1.25}.brand--full .brand__text{font-family:var(--sans);font-size:.925rem;margin-top:-3px}.nav.scrolled .brand--full .brand__text{margin-top:-2px}.brand--compact .brand__text{font-family:var(--serif);font-size:1.125rem;margin-top:-2px}.brand--dark .brand__text{color:var(--ink)}.brand--light .brand__text{color:var(--white)}.brand__tag{font-size:.7rem;font-weight:400;color:var(--ink-soft);letter-spacing:.03em}.nav__links{display:flex;align-items:center;gap:.25rem;flex:1;justify-content:center}.nav__link{font-family:var(--sans);font-size:.9rem;font-weight:500;color:var(--ink-mid);text-decoration:none;padding:.4rem .8rem;border-radius:var(--r-sm);transition:color .15s,background .15s}.nav__link:hover{color:var(--rose);background:var(--petal)}.nav__book{flex-shrink:0;padding:.6rem 1.25rem;font-size:.875rem}.nav__hamburger{display:none;flex-direction:column;justify-content:center;gap:5px;width:40px;height:40px;background:0 0;border:none;cursor:pointer;padding:6px;border-radius:var(--r-sm)}.nav__hamburger span{display:block;width:100%;height:2px;background:var(--ink);border-radius:2px;transition:background .15s}.nav__hamburger:hover span{background:var(--rose)}.nav-drawer{position:fixed;inset:0;z-index:200;background:var(--parchment);display:flex;flex-direction:column;align-items:flex-start;padding:2rem 1.5rem;transform:translateX(100%);transition:transform .28s cubic-bezier(.4,0,.2,1)}.nav-drawer.is-open{transform:translateX(0)}.nav-drawer__close{align-self:flex-end;background:0 0;border:1px solid var(--rose-faint);color:var(--ink);font-size:1.25rem;width:40px;height:40px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;margin-bottom:2.5rem;transition:background .15s}.nav-drawer__close:hover{background:var(--petal);color:var(--rose)}.nav-drawer__links{display:flex;flex-direction:column;gap:.5rem;width:100%;margin-bottom:2rem}.nav-drawer__link{font-family:var(--sans);font-size:1.25rem;font-weight:600;color:var(--ink);text-decoration:none;padding:.75rem 0;border-bottom:1px solid var(--rose-faint);transition:color .15s}.nav-drawer__link:hover{color:var(--rose)}.hero{position:relative;overflow:hidden;background:linear-gradient(155deg,var(--cream) 0%,var(--petal) 60%,var(--cream) 100%);padding-block:7rem 6rem;min-height:calc(100vh - 72px);min-height:calc(100dvh - 72px);display:flex;align-items:center}.hero::before{content:'';position:absolute;top:-15%;right:-6%;width:min(62vw,780px);height:min(62vw,780px);background:radial-gradient( ellipse at 42% 48%,rgba(125,90,79,.14) 0%,rgba(233,211,197,.22) 45%,transparent 75% );border-radius:60% 40% 56% 44%/50% 48% 52% 50%;pointer-events:none}.hero::after{content:'';position:absolute;bottom:-8%;right:22%;width:min(28vw,340px);height:min(28vw,340px);background:radial-gradient(circle,rgba(200,149,108,.13) 0%,transparent 65%);border-radius:50%;pointer-events:none}.hero__content{position:relative;z-index:1;max-width:700px;container-type:inline-size}.hero__eyebrow{display:inline-block;font-family:var(--sans);font-size:.75rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--rose-mid);margin-bottom:1.25rem}.hero__heading{font-family:var(--serif);font-size:clamp(1.75rem,5.5vw,4.5rem);font-size:clamp(1.75rem,8.5cqw,3.75rem);line-height:1.1;color:var(--ink);margin-bottom:1.5rem;font-weight:700;white-space:nowrap}.hero__heading em{font-style:italic;color:var(--rose)}@container(max-width:330px){.hero__heading { white-space: normal; }
}.hero__body{font-size:1.1875rem;color:var(--ink-mid);line-height:1.75;max-width:540px;margin-bottom:2.5rem}.hero__actions{display:flex;flex-wrap:wrap;gap:1rem;align-items:center}.hero__trust{display:flex;align-items:center;gap:1.5rem;margin-top:3rem;flex-wrap:wrap}.hero__trust-item{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;color:var(--ink-soft);font-weight:500}.hero__trust-check{width:18px;height:18px;background:var(--rose-faint);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.6rem;color:var(--rose);font-weight:700;flex-shrink:0;line-height:1}.symptoms{background:var(--parchment)}.symptoms__intro{color:var(--ink-mid);margin-bottom:2.5rem;max-width:640px}.symptoms__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:.75rem;margin-bottom:2.5rem}.symptom-tag{display:flex;align-items:flex-start;gap:.75rem;background:var(--petal);border:1px solid var(--rose-faint);border-radius:var(--r);padding:.875rem 1rem;font-size:.9375rem;color:var(--ink);line-height:1.45;transition:border-color .15s,background .15s}.symptom-tag:hover{border-color:var(--rose-mid);background:#efdccb}.symptom-tag__dot{width:8px;height:8px;background:var(--gold);border-radius:50%;flex-shrink:0;margin-top:.4rem}.symptoms__closing{font-family:var(--serif);font-size:1.25rem;font-style:italic;color:var(--ink);margin-bottom:.75rem;max-width:560px}.services-overview{background:var(--cream)}.brand-block{margin-bottom:3rem}.brand-block:last-child{margin-bottom:0}.brand-header{margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid var(--rose-faint)}.brand-name{font-family:var(--serif);font-size:1.375rem;font-weight:700;color:var(--ink)}.service-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.25rem}.service-card{background:var(--petal);border-radius:var(--r-lg);padding:1.625rem;border:1px solid transparent;position:relative;overflow:hidden;transition:box-shadow .18s,transform .18s}.service-card::before{content:'';position:absolute;top:0;left:0;width:4px;height:100%}.service-card:hover{box-shadow:0 8px 30px rgba(125,90,79,.1);transform:translateY(-2px)}.service-card--primary{border-color:var(--rose-faint)}.service-card--primary::before{background:var(--rose)}.service-card--private{border-color:var(--gold-pale)}.service-card--private::before{background:var(--gold)}.service-card__name{font-family:var(--serif);font-size:1.125rem;font-weight:700;color:var(--ink);margin-bottom:.5rem}.service-card__desc{font-size:.9375rem;color:var(--ink-mid);line-height:1.6;margin-bottom:.75rem}.service-card p[style*=color]{color:var(--rose)!important}.service-card--private p[style*=color]{color:var(--gold-deep)!important}.services-cta{margin-top:2.5rem;text-align:center}.how-it-works{background:var(--parchment)}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem;margin-top:3rem;position:relative}.steps::before{content:'';position:absolute;top:1.75rem;left:calc(33.333% + 1.5rem);right:calc(33.333% + 1.5rem);height:2px;background:var(--rose-faint);pointer-events:none}.step{display:flex;flex-direction:column;align-items:flex-start}.step__number{width:3.5rem;height:3.5rem;background:var(--rose);color:var(--white);font-family:var(--serif);font-size:1.375rem;font-weight:700;font-style:italic;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;flex-shrink:0;box-shadow:0 4px 16px rgba(125,90,79,.25)}.step__title{font-family:var(--serif);font-size:1.1875rem;font-weight:700;color:var(--ink);margin-bottom:.625rem}.step__desc{font-size:.9375rem;color:var(--ink-mid);line-height:1.65}.how-it-works__cta{margin-top:3.5rem;text-align:center}.how-it-works__cta p{font-family:var(--serif);font-style:italic;font-size:1.125rem;color:var(--ink-mid);margin-bottom:1.5rem}.about-preview{background:var(--cream);overflow:hidden}.about-preview__layout{display:grid;grid-template-columns:400px 1fr;gap:5rem;align-items:center}.about-preview__photo{position:relative}.about-preview__photo::before{content:'';position:absolute;inset:-1.5rem -1rem;background:radial-gradient(ellipse at 60% 40%,rgba(125,90,79,.12) 0%,transparent 70%);border-radius:var(--r-lg);z-index:0}.about-preview__photo img{position:relative;z-index:1;width:100%;height:520px;object-fit:cover;object-position:center top;border-radius:var(--r-lg);box-shadow:0 20px 60px rgba(36,16,24,.14)}.about-preview__content{max-width:500px}.about-preview__quote{font-family:var(--serif);font-size:1.125rem;font-style:italic;color:var(--ink);line-height:1.75;border-left:3px solid var(--rose);padding-left:1.25rem;margin-bottom:2rem;margin-top:1.5rem}.credentials{display:flex;flex-direction:column;gap:.625rem;margin-bottom:2rem}.credential{display:flex;align-items:flex-start;gap:.625rem;font-size:.9rem;color:var(--ink-mid)}.credential::before{content:'✦';color:var(--rose);font-size:.625rem;flex-shrink:0;margin-top:.35rem}.testimonials{background:var(--petal)}.testimonials__placeholder{font-size:1rem;color:var(--ink-soft);font-style:italic;margin-top:2rem;padding:2rem;background:var(--cream);border-radius:var(--r-lg);border:1px dashed var(--rose-faint);text-align:center}.good-fit{background:var(--parchment)}.good-fit__grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-top:3rem}.fit-card{border-radius:var(--r-lg);padding:2rem}.fit-card--yes{background:linear-gradient(160deg,#FCF4ED 0%,var(--petal) 100%);border:1px solid var(--rose-faint)}.fit-card--no{background:linear-gradient(160deg,var(--gold-faint) 0%,#FCF6F0 100%);border:1px solid var(--gold-pale)}.fit-card__heading{font-family:var(--serif);font-size:1.125rem;font-weight:700;color:var(--ink);margin-bottom:1.25rem;padding-bottom:1rem;border-bottom:1px solid rgba(125,90,79,.12)}.fit-card--no .fit-card__heading{border-bottom-color:rgba(200,149,108,.2)}.fit-card__items{display:flex;flex-direction:column;gap:.625rem}.fit-item{display:flex;align-items:flex-start;gap:.75rem;font-size:.9375rem;color:var(--ink);line-height:1.5}.fit-item__icon{font-size:1rem;flex-shrink:0;margin-top:.05rem;color:var(--rose);font-weight:700}.fit-card--no .fit-item__icon{color:var(--gold)}.cta-banner{background:linear-gradient(140deg,var(--rose) 0%,var(--rose-deep) 100%);padding-block:5rem;position:relative;overflow:hidden;text-align:center}.cta-banner::before{content:'';position:absolute;top:-40%;right:-10%;width:50vw;height:50vw;background:radial-gradient(circle,rgba(255,255,255,8%) 0%,transparent 65%);border-radius:50%;pointer-events:none}.cta-banner::after{content:'';position:absolute;bottom:-30%;left:-5%;width:35vw;height:35vw;background:radial-gradient(circle,rgba(255,255,255,6%) 0%,transparent 65%);border-radius:50%;pointer-events:none}.cta-banner .container{position:relative;z-index:1}.cta-banner__heading{font-family:var(--serif);font-size:clamp(1.875rem,3vw,2.75rem);color:var(--white);margin-bottom:1rem;font-weight:700}.cta-banner__body{font-size:1.125rem;color:rgba(255,255,255,.85);max-width:500px;margin-inline:auto;margin-bottom:2rem}.page-hero{background:linear-gradient(155deg,var(--petal) 0%,var(--cream) 100%);padding-block:4.5rem 4rem;position:relative;overflow:hidden}.page-hero::after{content:'';position:absolute;top:-30%;right:-8%;width:40vw;height:40vw;background:radial-gradient(circle,rgba(125,90,79,8%) 0%,transparent 65%);border-radius:50%;pointer-events:none}.page-hero .container{position:relative;z-index:1}.page-hero__eyebrow{display:inline-block;font-family:var(--sans);font-size:.75rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--rose);margin-bottom:.75rem}.page-hero__heading{font-family:var(--serif);font-size:clamp(2rem,4vw,3.25rem);color:var(--ink);margin-bottom:1rem;max-width:760px;line-height:1.15}.page-hero__lead{font-size:1.125rem;color:var(--ink-mid);max-width:640px;line-height:1.7}.about-layout{background:var(--parchment)}.about-layout__grid{display:grid;grid-template-columns:320px 1fr;gap:5rem;align-items:start;padding-block:5rem}.about-sidebar{position:sticky;top:100px}.about-photo{margin-bottom:1.5rem;border-radius:var(--r-lg);overflow:hidden;box-shadow:0 16px 50px rgba(36,16,24,.12)}.about-photo img{width:100%;height:auto;display:block}.about-cert-badges{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.cert-badge{width:72px;height:72px;object-fit:contain;border-radius:50%;border:2px solid var(--rose-faint);padding:2px;background:var(--white)}.about-creds{display:flex;flex-direction:column;gap:.625rem}.about-cred{font-size:.875rem;color:var(--ink-mid);display:flex;align-items:flex-start;gap:.5rem;line-height:1.5}.about-cred::before{content:'✦';color:var(--rose);font-size:.5rem;flex-shrink:0;margin-top:.4rem}.about-social{display:flex;flex-direction:column;gap:.5rem;margin-top:1.5rem}.about-social a{font-size:.875rem;color:var(--rose);font-weight:600}.about-content h2{font-size:1.625rem;color:var(--rose);margin-top:2.5rem;margin-bottom:1rem;font-weight:700}.about-content h2:first-child{margin-top:0}.about-content p{color:var(--ink);font-size:1.0625rem;line-height:1.8}.services-page{padding-block:5rem}.services-brand-section{margin-bottom:4rem;padding-bottom:3rem;border-bottom:1px solid var(--rose-faint)}.services-brand-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.services-brand-section .brand-header{margin-bottom:2rem}.services-brand-section .brand-name{font-size:1.5rem}.service-detail{padding-block:2rem;border-top:1px solid var(--cream)}.service-detail:first-of-type{border-top:none}.service-detail__heading{font-family:var(--serif);font-size:1.25rem;font-weight:700;color:var(--ink);margin-bottom:.875rem;display:flex;align-items:baseline;flex-wrap:wrap;gap:.5rem}.service-detail__heading span[style*="color: #2D5A35"],.service-detail__heading span[style*="color: #7A3A50"]{color:var(--rose)!important;font-weight:600}.service-detail__body p{font-size:1rem;color:var(--ink-mid);line-height:1.75}.faq-page{padding-block:3.5rem}.faq-category{margin-bottom:3rem}.faq-category__heading{font-family:var(--sans);font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--rose);margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid var(--rose-faint)}.faq-item{border-bottom:1px solid var(--rose-faint)}.faq-item summary{display:flex;justify-content:space-between;align-items:center;cursor:pointer;padding:1.125rem 0;font-family:var(--sans);font-size:1rem;font-weight:600;color:var(--ink);list-style:none;gap:1rem;transition:color .15s}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary::marker{display:none}.faq-item summary:hover{color:var(--rose)}.faq-item summary::after{content:'+';font-size:1.375rem;font-weight:300;color:var(--rose);flex-shrink:0;line-height:1;transition:transform .2s}.faq-item[open] summary::after{transform:rotate(45deg)}.faq-answer{padding-bottom:1.5rem}.faq-answer p,.faq-answer li{font-size:1rem;color:var(--ink-mid);line-height:1.75}.faq-answer ul{list-style:disc;padding-left:1.5rem;margin-top:.75rem;margin-bottom:.75rem}.faq-answer a{color:var(--rose)}.wt-item{border-bottom:1px solid var(--rose-faint)}.wt-summary{display:flex;align-items:center;gap:1rem;cursor:pointer;padding:1.375rem 0;list-style:none;transition:color .15s}.wt-summary::-webkit-details-marker{display:none}.wt-summary::marker{display:none}.wt-summary:hover .wt-summary__title{color:var(--rose)}.wt-summary__title{font-family:var(--serif);font-size:1.125rem;font-weight:700;color:var(--ink);flex:1;transition:color .15s}.wt-summary__stat{font-size:.8125rem;color:var(--gold-deep);font-weight:500;background:var(--petal);padding:.2rem .625rem;border-radius:var(--r-pill);white-space:nowrap}.wt-summary__icon{font-size:1.375rem;font-weight:300;color:var(--rose);flex-shrink:0;line-height:1;transition:transform .2s}.wt-item[open] .wt-summary__icon{transform:rotate(45deg)}.wt-body{padding-bottom:2rem}.wt-body>p{font-size:1rem;color:var(--ink-mid);line-height:1.75;margin-bottom:1.5rem}.wt-body h4{font-family:var(--sans);font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--rose);margin-bottom:1rem}.wt-options{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem}.wt-option{background:var(--petal);border-radius:var(--r);padding:1rem 1.125rem;border:1px solid var(--rose-faint)}.wt-option__label{font-size:.75rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--rose);margin-bottom:.375rem}.wt-option p:last-child{font-size:.9rem;color:var(--ink-mid);line-height:1.55;margin-bottom:0}.legal-page{padding-block:5rem}.legal-content{counter-reset:section}.legal-page h2,h3{font-family:var(--sans);color:var(--ink)}.legal-page h2{font-size:1.375rem;margin-top:2.5rem;margin-bottom:.75rem;counter-increment:section;counter-reset:subsection}.legal-page h2::before{content:counter(section)". "}.legal-page h2:first-child{margin-top:0}.legal-page h3{font-size:1.0625rem;font-weight:600;margin-top:1.5rem;margin-bottom:.5rem;counter-increment:subsection}.legal-page h3::before{content:counter(subsection,lower-alpha)". "}.legal-page p,.legal-page li{font-size:1rem;color:var(--ink);line-height:1.8}.legal-page ul{list-style:disc;padding-left:1.5rem;margin-bottom:1rem}.footer{background:var(--rose);padding-block:4rem 2.5rem}.footer__grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:3rem;margin-bottom:3rem}.footer__tagline-col .brand{margin-bottom:.75rem}.footer__tagline{font-size:.9rem;color:rgba(255,255,255,.8);line-height:1.7;max-width:300px;margin-left:calc(40px + .75rem)}.footer__col-heading{font-family:var(--sans);font-size:.7rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:rgba(255,255,255,.8);margin-bottom:1rem}.footer__links{display:flex;flex-direction:column;gap:.5rem}.footer__link{font-size:.9rem;color:rgba(255,255,255,.8);text-decoration:none;transition:color .15s}.footer__link:hover{color:var(--white)}.link-icon{display:inline-flex;align-items:center;gap:.5rem;white-space:nowrap}.link-icon img{flex-shrink:0;opacity:.65;transition:opacity .15s}.link-icon:hover img{opacity:1}.footer__bottom{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);font-size:.8125rem;color:rgba(255,255,255,.8)}.footer__legal{display:flex;gap:1.5rem;flex-wrap:wrap}.footer__legal a{color:rgba(255,255,255,.8);text-decoration:none;transition:color .15s}.footer__legal a:hover{color:rgba(255,255,255,.75)}.single-content{padding-block:5rem}@media(max-width:900px){.nav__inner{gap:.75rem}.nav__links{display:none}.nav__book{margin-left:auto;padding:.55rem .9rem;font-size:.8125rem}.nav__hamburger{display:flex}}@media(max-width:520px){.nav__logo .brand--full .brand__logo{width:40px;height:40px}.nav__logo .brand__text{display:none}}@media(max-width:860px){.about-preview__layout{grid-template-columns:1fr;gap:2.5rem}.about-preview__photo img{height:380px}}@media(max-width:800px){.steps{grid-template-columns:1fr;gap:2rem}.steps::before{display:none}}@media(max-width:780px){.about-layout__grid{grid-template-columns:1fr;gap:2.5rem;padding-block:3rem}.about-sidebar{position:static}}@media(max-width:720px){.good-fit__grid{grid-template-columns:1fr}}@media(max-width:640px){.service-cards{grid-template-columns:1fr}.section{padding-block:3.5rem}.hero{padding-block:5rem 4rem}.hero__body{font-size:1rem}.cta-banner{padding-block:3.5rem}.footer__grid{grid-template-columns:1fr;gap:2rem}}@media(max-width:560px){.symptoms__grid{grid-template-columns:1fr}.service-detail__heading{flex-direction:column;gap:.25rem}.wt-summary__stat{display:none}.page-hero{padding-block:3rem 2.5rem}}@media(max-width:480px){.footer__grid{grid-template-columns:1fr}.footer__bottom{flex-direction:column;align-items:flex-start}.hero__actions{flex-direction:column;align-items:flex-start}.hero__actions .btn{width:100%;justify-content:center}}.prose h2{font-size:1.625rem;margin-top:var(--s-10);margin-bottom:var(--s-4)}.prose p{margin-bottom:var(--s-4);font-size:1rem;line-height:1.75;color:#444}.text-center{text-align:center}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.modal{position:fixed;inset:0;z-index:900;display:flex;align-items:center;justify-content:center}.modal[hidden]{display:none}.modal__backdrop{position:absolute;inset:0;background:rgba(0,0,0,.55)}.modal__wrap{position:relative;z-index:1}.modal__close{position:absolute;top:-1.125rem;right:-1.125rem;z-index:2;width:2.25rem;height:2.25rem;border-radius:50%;border:none;background:rgba(255,255,255,.92);cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 4px rgba(0,0,0,.3);transition:background var(--transition),box-shadow var(--transition);color:var(--ink)}.modal__close:hover{background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.35)}.modal__panel{background:#fff;border-radius:var(--radius-lg);display:flex;flex-direction:column;overflow:hidden;box-shadow:0 24px 64px rgba(0,0,0,.25)}.modal--booking .modal__panel{width:min(660px,96vw);height:min(780px,92vh)}.modal--booking .modal__frame{flex:1;border:none;width:100%;height:100%}.book-page__frame{display:block;border:none;width:100%;height:min(900px,80vh);border-radius:var(--radius-lg);box-shadow:0 24px 64px rgba(0,0,0,.25)}.modal--quiz .modal__panel{width:min(560px,96vw);max-height:92vh;overflow-y:auto}.quiz{padding:2.5rem 2rem;min-height:420px;display:flex;flex-direction:column}.quiz__eyebrow{font-family:var(--sans);font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--rose);margin:0 0 .75rem}.quiz__start-heading{font-family:var(--serif);font-size:1.75rem;color:var(--ink);margin:0 0 .75rem;line-height:1.25}.quiz__start-body{color:var(--ink-mid);font-size:.9375rem;line-height:1.6;margin:0 0 1.75rem}.quiz__progress{margin-bottom:1.25rem}.quiz__step{display:block;font-family:var(--sans);font-size:.8125rem;color:var(--ink-soft);margin-bottom:.5rem}.quiz__progress-bar{height:4px;background:var(--rose-faint);border-radius:2px;overflow:hidden}.quiz__progress-fill{height:100%;background:var(--rose);border-radius:2px;transition:width .3s ease;width:0%}.quiz__text{margin-bottom:1.25rem}.quiz__text h2{font-family:var(--serif);font-size:1.375rem;color:var(--ink);line-height:1.3;margin:0 0 .75rem}.quiz__text p{font-size:.9375rem;color:var(--ink-mid);line-height:1.6;margin:0 0 .5rem}.quiz__text ul,.quiz__text ol{font-size:.9375rem;color:var(--ink-mid);line-height:1.6;padding-left:1.25rem;margin:0}.quiz__text ul{list-style:disc}.quiz__text ol{list-style:decimal}.quiz__text li{margin-bottom:.25rem}.quiz__answers{display:flex;flex-direction:column;gap:.625rem;margin-bottom:1.5rem}.quiz__answer{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border:1.5px solid var(--rose-faint);border-radius:var(--r);cursor:pointer;transition:border-color .15s,background .15s;font-size:.9375rem;color:var(--ink);line-height:1.4}.quiz__answer:hover{border-color:var(--rose-mid);background:var(--petal)}.quiz__answer:has(input:checked){border-color:var(--rose);background:var(--petal)}.quiz__answer-input{flex-shrink:0;accent-color:var(--rose);width:1.125rem;height:1.125rem;cursor:pointer}.quiz__nav{display:flex;gap:.75rem;align-items:center}.quiz__next:disabled,.quiz__back:disabled{opacity:.45;cursor:not-allowed;transform:none}.quiz__result{display:flex;flex-direction:column;align-items:center;text-align:center;padding-top:.5rem}.quiz__result-icon{width:3rem;height:3rem;border-radius:50%;background:var(--petal);color:var(--rose);font-size:1.375rem;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.quiz__result-text{font-family:var(--serif);font-size:1.375rem;color:var(--ink);line-height:1.35;margin:0 0 1.5rem}.quiz__result-cta{margin-bottom:2rem;max-width:100%;white-space:normal;text-align:center;justify-content:center}.quiz__disclaimer{font-size:.8125rem;color:var(--ink-soft);line-height:1.6;border-top:1px solid var(--rose-faint);padding-top:1rem;margin:0;font-style:italic}.good-fit__quiz{margin-top:2rem;text-align:center}.quiz-page-wrap{background:var(--cream);display:flex;align-items:center;justify-content:center;padding:3rem 1rem}.quiz-page{width:min(560px,94vw);background:#fff;border-radius:var(--radius-lg);box-shadow:0 8px 32px rgba(0,0,0,.12);margin:2rem auto}.staging-banner{background:#7a4f00;color:#fff8e1;text-align:center;padding:.5rem 1rem;font-family:var(--sans);font-size:.8125rem;letter-spacing:.01em;position:sticky;top:0;z-index:200}