@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Manrope:wght@400;500;600;700;800&display=swap");:root{--bg-cream:#F8F3E8;--bg-surface:#FFFFFF;--bg-subtle:#F2EBDD;--bg-card:#FFFFFF;--bg-teal-tint:#F0FDFA;--bg-amber-tint:#FFFBEB;--bg-sage-tint:#F2F8F5;--teal-950:#082F2B;--teal-900:#0D3B35;--teal-800:#174D45;--teal-700:#2B675B;--teal-600:#3F7F70;--teal-500:#63A08F;--teal-200:#B9D7CE;--teal-100:#DCEBE5;--teal-50:#EEF5F1;--amber-900:#78350F;--amber-700:#9D5E20;--amber-600:#C77C2C;--amber-500:#E3A744;--amber-400:#F1C566;--amber-200:#FDE68A;--amber-100:#FEF3C7;--amber-50:#FFFBEB;--sage-800:#065F46;--sage-700:#047857;--sage-600:#059669;--sage-100:#D1FAE5;--sage-50:#ECFDF5;--slate-950:#090E17;--slate-900:#0F172A;--slate-800:#1E293B;--slate-700:#334155;--slate-600:#475569;--slate-500:#64748B;--slate-400:#94A3B8;--slate-300:#CBD5E1;--slate-200:#E2E8F0;--slate-100:#F1F5F9;--wa-green:#25D366;--wa-dark:#128C7E;--font-display:"DM Serif Display",Georgia,serif;--font-body:"Manrope",system-ui,-apple-system,sans-serif;--radius-xs:8px;--radius-sm:12px;--radius-md:18px;--radius-lg:24px;--radius-xl:32px;--radius-full:9999px;--shadow-xs:0 1px 3px rgba(15,23,42,0.04);--shadow-sm:0 4px 14px rgba(15,23,42,0.05);--shadow-md:0 10px 30px rgba(15,118,110,0.06);--shadow-lg:0 20px 48px -12px rgba(15,23,42,0.08);--shadow-card:0 10px 32px -4px rgba(15,23,42,0.05),0 2px 8px rgba(15,118,110,0.02);--shadow-hover:0 20px 48px -8px rgba(15,118,110,0.16);--max-width:1180px;--transition:all 0.25s cubic-bezier(0.16,1,0.3,1);--transition-smooth:all 0.35s cubic-bezier(0.34,1.56,0.64,1)}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-body);background-color:var(--bg-cream);color:var(--slate-700);line-height:1.72;overflow-x:hidden;-webkit-font-smoothing:antialiased;padding-bottom:72px}@media (min-width:768px){body{padding-bottom:0}}::selection{background-color:var(--teal-100);color:var(--teal-950)}a{color:inherit;text-decoration:none;transition:var(--transition)}button{cursor:pointer;border:none;background:none;font:inherit}ol,ul{list-style:none}img,svg{display:block;max-width:100%}h1,h2,h3,h4,h5{font-family:var(--font-display);color:var(--slate-950);line-height:1.2;letter-spacing:-.025em;font-weight:400}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2.5px solid var(--teal-700);outline-offset:3px}.layout-container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.page-wrapper{min-height:100vh;display:flex;flex-direction:column}.main-content{flex-grow:1}.top-notice-bar{background:var(--teal-950);color:var(--teal-100);font-size:.815rem;font-weight:600;padding:.5rem 1rem;text-align:center;border-bottom:1px solid rgba(255,255,255,.1)}.top-notice-bar strong{color:var(--amber-400)}.badge-pill{display:inline-flex;align-items:center;gap:.5rem;padding:.35rem 1rem;border-radius:var(--radius-full);font-size:.8rem;font-weight:700;letter-spacing:.02em;width:-moz-fit-content;width:fit-content}.badge-teal{background:var(--teal-50);color:var(--teal-900);border:1px solid var(--teal-200)}.badge-amber{background:var(--amber-50);color:var(--amber-700);border:1px solid var(--amber-200)}.badge-sage{background:var(--sage-50);color:var(--sage-700);border:1px solid var(--sage-200)}.btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;background:linear-gradient(135deg,var(--teal-900) 0,var(--teal-800) 100%);color:#FFFFFF!important;font-family:var(--font-display);font-size:.95rem;font-weight:700;padding:.85rem 1.85rem;min-height:48px;border-radius:var(--radius-full);box-shadow:0 4px 16px rgba(15,118,110,.22);transition:var(--transition-smooth);cursor:pointer;white-space:nowrap;position:relative}.btn-primary:hover{background:linear-gradient(135deg,var(--teal-950) 0,var(--teal-900) 100%);transform:translateY(-2px);box-shadow:0 8px 24px rgba(15,118,110,.32)}.btn-secondary{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;background-color:#FFFFFF;color:var(--teal-950);font-family:var(--font-display);font-size:.95rem;font-weight:700;padding:.85rem 1.85rem;min-height:48px;border-radius:var(--radius-full);border:1.5px solid var(--slate-200);box-shadow:var(--shadow-xs);transition:var(--transition-smooth);cursor:pointer;white-space:nowrap}.btn-secondary:hover{background-color:var(--teal-50);border-color:var(--teal-200);color:var(--teal-900);transform:translateY(-2px)}.btn-amber{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;background:linear-gradient(135deg,var(--amber-600) 0,var(--amber-700) 100%);color:#FFFFFF!important;font-family:var(--font-display);font-size:.95rem;font-weight:700;padding:.85rem 1.85rem;min-height:48px;border-radius:var(--radius-full);box-shadow:0 4px 16px rgba(217,119,6,.25);transition:var(--transition-smooth)}.btn-amber:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(217,119,6,.35)}.btn-wa{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;background-color:var(--wa-green);color:#FFFFFF!important;font-family:var(--font-display);font-size:.95rem;font-weight:700;padding:.85rem 1.85rem;min-height:48px;border-radius:var(--radius-full);box-shadow:0 4px 16px rgba(37,211,102,.28);transition:var(--transition-smooth)}.btn-wa:hover{background-color:var(--wa-dark);transform:translateY(-2px);box-shadow:0 8px 24px rgba(37,211,102,.35)}.wave-bar{display:inline-block;width:4px;height:18px;background:var(--teal-600);border-radius:2px;animation:wavePulse 1s ease-in-out infinite alternate}.bar-1{animation-delay:0s;height:10px}.bar-2{animation-delay:.2s;height:20px}.bar-3{animation-delay:.4s;height:14px}.bar-4{animation-delay:.1s;height:22px}.bar-5{animation-delay:.3s;height:12px}@keyframes wavePulse{0%{transform:scaleY(.4);opacity:.5}to{transform:scaleY(1.2);opacity:1}}.record-pulse-ring{position:absolute;width:88px;height:88px;border-radius:50%;border:3px solid rgba(220,38,38,.6);animation:recordRipple 1.4s ease-out infinite}@keyframes recordRipple{0%{transform:scale(.85);opacity:.9}to{transform:scale(1.35);opacity:0}}.card-modern{background:#FFFFFF;border-radius:var(--radius-xl);border:1px solid rgba(226,232,240,.9);box-shadow:var(--shadow-card);transition:var(--transition-smooth);position:relative;overflow:hidden}.card-modern:hover{transform:translateY(-4px);box-shadow:var(--shadow-hover);border-color:var(--teal-200)}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:50;width:100%;background:rgba(253,252,247,.92);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid rgba(15,118,110,.08);padding:.9rem 0;transition:var(--transition)}.header-container{justify-content:space-between}.brand-link,.header-container{display:flex;align-items:center}.brand-link{gap:.75rem}.brand-text-block{display:flex;flex-direction:column;min-width:0}.brand-logo-icon{width:44px;height:44px;border-radius:14px;background:linear-gradient(135deg,var(--teal-900),var(--teal-700));color:#FFFFFF;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 14px rgba(15,118,110,.2)}.brand-title{font-size:1.25rem;font-weight:800;color:var(--teal-950);line-height:1.1;font-family:var(--font-display)}.brand-sub{font-size:.68rem;font-weight:700;letter-spacing:.08em;color:var(--amber-700);text-transform:uppercase;margin-top:1px}.desktop-nav{display:flex;align-items:center;gap:.25rem}.nav-pill{font-size:.875rem;font-weight:600;color:var(--slate-700);padding:.5rem 1rem;border-radius:var(--radius-full);transition:var(--transition)}.nav-pill:hover{color:var(--teal-900);background-color:var(--teal-50)}.nav-pill.is-active{color:var(--teal-900);background-color:var(--teal-100);font-weight:800}.header-actions{display:flex;align-items:center;gap:.75rem}.header-phone-link{display:flex;align-items:center;gap:.4rem;font-size:.825rem;font-weight:700;color:var(--slate-600);padding:.4rem .75rem}.header-phone-link:hover{color:var(--teal-900)}.mobile-toggle-btn{display:none;width:42px;height:42px;border-radius:12px;background:var(--teal-50);color:var(--teal-950);align-items:center;justify-content:center}.mobile-nav-panel{background:#FFFFFF;border-bottom:1px solid var(--slate-200);padding:1.25rem 0 1.75rem;box-shadow:var(--shadow-md)}.mobile-nav-list{display:flex;flex-direction:column;gap:.75rem}.mobile-nav-item{font-size:1rem;font-weight:700;color:var(--slate-700);padding:.4rem 0}.mobile-nav-item.is-active{color:var(--teal-900)}@media (max-width:1024px){.desktop-nav{display:none}.mobile-toggle-btn{display:flex}.header-cta-btn{display:none}}.mobile-sticky-action-bar{position:fixed;bottom:0;left:0;right:0;z-index:999;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-top:1px solid var(--slate-200);padding:.65rem 1rem;display:flex;gap:.75rem;box-shadow:0 -4px 20px rgba(0,0,0,.06)}@media (min-width:768px){.mobile-sticky-action-bar{display:none}}.mobile-bar-btn{flex:1 1;display:flex;align-items:center;justify-content:center;gap:.45rem;padding:.75rem .5rem;min-height:48px;border-radius:var(--radius-full);font-size:.875rem;font-weight:700;font-family:var(--font-display)}.mobile-bar-btn--wa{background:var(--wa-green);color:#FFFFFF}.mobile-bar-btn--consult{background:var(--teal-900);color:#FFFFFF}.site-footer{position:relative;background:#FFFFFF;border-top:1px solid var(--slate-200);padding:4.5rem 0 2rem;overflow:hidden}.footer-top-accent-stripe{position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--teal-900) 0,var(--teal-600) 40%,var(--amber-500) 70%,var(--sage-600) 100%)}.footer-grid-layout{display:grid;grid-template-columns:1.4fr .9fr 1fr 1.2fr;grid-gap:3rem;gap:3rem;padding-bottom:3.5rem;border-bottom:1px solid var(--slate-100)}.footer-col-title{font-size:.85rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:var(--teal-950);margin-bottom:1.25rem;font-family:var(--font-display)}.footer-link-list{display:flex;flex-direction:column;gap:.65rem}.footer-link-item{font-size:.875rem;color:var(--slate-600);font-weight:500;transition:var(--transition)}.footer-link-item:hover{color:var(--teal-900);padding-left:3px}.footer-bottom-bar{padding-top:2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;font-size:.85rem;color:var(--slate-500)}@media (max-width:1024px){.footer-grid-layout{grid-template-columns:1fr 1fr;gap:2.5rem}}@media (max-width:640px){.footer-grid-layout{grid-template-columns:1fr}.footer-bottom-bar{flex-direction:column;align-items:flex-start}}.page-hero-banner{padding:4.5rem 0 3.5rem;text-align:center;background:radial-gradient(circle at 50% 10%,var(--teal-50) 0,var(--bg-cream) 70%);border-bottom:1px solid var(--slate-200)}.page-hero-banner h1{font-size:clamp(2.2rem,4vw,3.25rem);font-weight:800;margin-top:1rem;margin-bottom:.75rem;color:var(--teal-950)}.page-hero-banner p{font-size:1.1rem;color:var(--slate-600);max-width:640px;margin:0 auto}.section-pad{padding:5rem 0}.section-header{text-align:center;max-width:660px;margin:0 auto 3.5rem}.section-header h2{font-size:clamp(2rem,3.2vw,2.75rem);margin-top:.75rem;margin-bottom:.75rem;color:var(--teal-950)}.section-header p{font-size:1.05rem;color:var(--slate-600)}.header-book-link{display:inline-flex;align-items:center;gap:.45rem;min-height:44px;padding:.65rem 1rem;border:1px solid rgba(8,47,43,.22);border-radius:12px;color:var(--teal-950);font-size:.82rem;font-weight:800}.header-book-link:hover{background:var(--teal-950);color:#fff;transform:translateY(-1px)}.mobile-book-button{margin-top:.5rem}.section-kicker{display:inline-block;color:#B84F3B;font-size:.72rem;font-weight:800;letter-spacing:.15em;text-transform:uppercase}.section-kicker-light{color:#F6C96E}.btn-text-link,.inline-arrow-link,.reviews-more-link{display:inline-flex;align-items:center;gap:.5rem;width:-moz-fit-content;width:fit-content;color:var(--teal-950);font-size:.9rem;font-weight:800}.btn-text-link:hover,.inline-arrow-link:hover,.reviews-more-link:hover{color:#B84F3B;gap:.75rem}.photo-placeholder{position:relative;width:100%;min-height:320px;overflow:hidden;background:radial-gradient(circle at 18% 24%,rgba(246,201,110,.42),transparent 23%),radial-gradient(circle at 80% 78%,rgba(232,121,96,.34),transparent 27%),linear-gradient(145deg,#DCEBE5,#F3D5C3 52%,#F6E7C9);border:1px solid rgba(8,47,43,.14);border-radius:inherit;display:grid;place-items:center;isolation:isolate}.photo-placeholder:before{content:"";position:absolute;inset:8%;border:1px solid rgba(8,47,43,.15);border-radius:44% 56% 48% 52%/42% 44% 56% 58%;z-index:-1}.photo-placeholder-hero{height:100%;min-height:500px}.photo-placeholder-landscape{min-height:500px}.photo-placeholder-mark{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;color:var(--teal-950);background:rgba(255,255,255,.72);border:1px solid rgba(8,47,43,.12);box-shadow:0 14px 35px rgba(8,47,43,.12)}.photo-placeholder-copy{position:absolute;inset:auto 1.25rem 1.25rem;padding:1rem 1.1rem;border-radius:16px;background:rgba(255,252,245,.9);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 12px 30px rgba(8,47,43,.1)}.photo-placeholder-copy>span{display:flex;align-items:center;gap:.4rem;margin-bottom:.25rem;color:#B84F3B;font-size:.66rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.photo-placeholder-copy strong{display:block;color:var(--teal-950);font-family:var(--font-display);font-size:1.05rem;font-weight:400;line-height:1.25}.photo-placeholder-copy small{display:block;margin-top:.3rem;color:var(--slate-600);font-size:.72rem;line-height:1.45}.photo-corner{position:absolute;width:130px;height:130px;border:1px solid rgba(8,47,43,.12);border-radius:50%}.photo-corner-one{top:-42px;right:-28px}.photo-corner-two{bottom:-48px;left:-35px}.home-hero{position:relative;overflow:hidden;padding:4.2rem 0 0;background:radial-gradient(circle at 78% 12%,rgba(246,201,110,.38),transparent 25%),linear-gradient(115deg,#FBF7ED,#F8F3E8 58%,#F2E5CC)}.home-hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,.92fr) minmax(420px,.88fr);grid-gap:clamp(2.5rem,6vw,6rem);gap:clamp(2.5rem,6vw,6rem);align-items:center}.hero-orbit{position:absolute;border:1px solid rgba(8,47,43,.1);border-radius:50%;pointer-events:none}.hero-orbit-one{width:620px;height:620px;right:-180px;top:-280px}.hero-orbit-two{width:170px;height:170px;left:-70px;bottom:50px}.hero-eyebrow{display:flex;align-items:center;gap:.65rem;margin-bottom:1.3rem;color:#A94936;font-size:.69rem;font-weight:800;letter-spacing:.14em;line-height:1.5;text-transform:uppercase}.eyebrow-pulse{width:8px;height:8px;border-radius:50%;background:#E87960;box-shadow:0 0 0 5px rgba(232,121,96,.14);flex:0 0 auto}.home-hero-copy{padding:.75rem 0 3.5rem}.home-hero-copy h1{max-width:690px;color:var(--teal-950);font-size:clamp(3.7rem,6vw,6.35rem);line-height:.94;letter-spacing:-.04em}.home-hero-copy h1 span{display:block;color:#D85F49;font-style:italic}.hero-lede{max-width:590px;margin-top:1.5rem;color:var(--slate-700);font-size:1.05rem;line-height:1.75}.hero-actions{display:flex;align-items:center;flex-wrap:wrap;gap:1rem 1.35rem;margin-top:2rem}.home-cta-section .btn-primary,.home-hero .btn-primary{border-radius:13px;background:var(--teal-950);box-shadow:0 12px 24px rgba(8,47,43,.16)}.hero-reassurance{display:flex;align-items:flex-start;gap:.7rem;max-width:480px;margin-top:2.1rem;padding-top:1.2rem;border-top:1px solid rgba(8,47,43,.15);color:var(--teal-700)}.hero-reassurance svg{flex:0 0 auto;margin-top:.1rem}.hero-reassurance span,.hero-reassurance strong{display:block}.hero-reassurance strong{color:var(--teal-950);font-size:.82rem}.hero-reassurance span{color:var(--slate-600);font-size:.78rem}.home-hero-visual{position:relative;align-self:end;min-height:580px}.hero-photo-frame{position:absolute;inset:0 0 0 3%;border-radius:48% 48% 16px 16px/24% 24% 16px 16px;overflow:hidden;box-shadow:0 30px 60px -28px rgba(8,47,43,.38)}.home-hero-visual .photo-placeholder-copy{display:none}.hero-word-bubble{position:absolute;z-index:3;display:grid;place-items:center;border-radius:50%;font-family:var(--font-display);box-shadow:0 12px 30px rgba(8,47,43,.14)}.bubble-ma{top:15%;right:8%;width:82px;height:82px;background:#F4C75D;color:var(--teal-950);font-size:1.4rem}.bubble-hello{top:41%;left:8%;width:68px;height:68px;background:#F7EFE2;color:#C95643;font-size:1rem;font-style:italic}.bubble-more{top:58%;right:7%;width:62px;height:62px;background:#C7DDD3;color:var(--teal-950);font-size:.92rem}.clinician-card{position:absolute;z-index:4;right:-1.5rem;bottom:2rem;width:min(400px,86%);display:grid;grid-template-columns:auto 1fr auto;grid-gap:.85rem;gap:.85rem;align-items:center;padding:1rem 1.1rem;border:1px solid rgba(8,47,43,.1);border-radius:17px;background:rgba(255,252,245,.93);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:0 18px 44px rgba(8,47,43,.17)}.clinician-monogram{width:43px;height:43px;border-radius:50%;display:grid;place-items:center;background:#E36E56;color:#fff;font-family:var(--font-display)}.clinician-card div>span,.clinician-card small,.clinician-card strong{display:block}.clinician-card small{color:#A94936;font-size:.56rem;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.clinician-card strong{color:var(--teal-950);font-family:var(--font-display);font-size:1rem;font-weight:400}.clinician-card div>span{color:var(--slate-500);font-size:.63rem}.clinician-check{width:26px;height:26px;border-radius:50%;display:grid;place-items:center;background:#6B907F;color:#fff}.hero-proof-row{position:relative;z-index:3;display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid rgba(8,47,43,.14);background:rgba(248,243,232,.84)}.hero-proof-row>*{min-height:88px;display:flex;align-items:center;justify-content:center;gap:.55rem;padding:1.2rem 1rem;border-right:1px solid rgba(8,47,43,.12);color:var(--teal-950);text-align:left}.hero-proof-row>:last-child{border-right:0}.hero-proof-row strong{display:inline-flex;align-items:center;gap:.2rem;color:var(--teal-950);font-family:var(--font-display);font-size:1.25rem;font-weight:400}.hero-proof-row span{max-width:120px;color:var(--slate-600);font-size:.7rem;line-height:1.35}.hero-proof-row a:hover{background:rgba(255,255,255,.42)}.home-section{padding:clamp(4.5rem,8vw,7.5rem) 0}.home-cta-section h2,.home-section h2,.practice-section h2{color:var(--teal-950);font-size:clamp(2.35rem,4.6vw,4.8rem);line-height:1.02;letter-spacing:-.035em}.section-heading-row,.split-section-heading{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,.5fr);grid-gap:3rem;gap:3rem;align-items:end;margin-bottom:3rem}.section-heading-row h2,.split-section-heading h2{margin-top:.7rem}.split-section-heading>p{color:var(--slate-600);font-size:.95rem;line-height:1.75}.section-heading-row>a{justify-self:end;margin-bottom:.5rem}.home-concern-section{background:#FFFDF8}.concern-finder{display:grid;grid-template-columns:minmax(280px,.85fr) minmax(0,1.15fr);border:1px solid rgba(8,47,43,.14);border-radius:26px;overflow:hidden;background:#fff;box-shadow:0 24px 70px -42px rgba(8,47,43,.45)}.concern-options{display:flex;flex-direction:column;gap:.5rem;padding:1.15rem;background:#F2EBDD;border-right:1px solid rgba(8,47,43,.1)}.concern-option{width:100%;min-height:58px;display:grid;grid-template-columns:40px 1fr;align-items:center;grid-gap:.8rem;gap:.8rem;padding:.65rem .8rem;border:1px solid transparent;border-radius:14px;color:var(--slate-700);font-size:.83rem;font-weight:700;text-align:left;transition:var(--transition)}.concern-option>span{width:40px;height:40px;display:grid;place-items:center;border-radius:12px;background:rgba(255,255,255,.68);color:var(--teal-700)}.concern-option:hover{background:rgba(255,255,255,.55);color:var(--teal-950)}.concern-option.is-selected{background:#fff;border-color:rgba(8,47,43,.12);color:var(--teal-950);box-shadow:0 8px 25px rgba(8,47,43,.07)}.concern-option.is-selected>span{background:var(--teal-950);color:#fff}.concern-guidance{min-height:100%;display:flex;flex-direction:column;justify-content:center;padding:clamp(2rem,5vw,4.5rem);background:radial-gradient(circle at 94% 10%,rgba(246,201,110,.25),transparent 24%),#fff}.concern-guidance h3{margin-top:.7rem;color:var(--teal-950);font-size:clamp(2rem,3.2vw,3.3rem);line-height:1.02}.concern-guidance>p{max-width:620px;margin-top:1rem;color:var(--slate-600);font-size:.98rem;line-height:1.75}.concern-guidance-actions{display:flex;align-items:center;flex-wrap:wrap;gap:1rem 1.4rem;margin-top:1.8rem}.concern-guidance-actions .btn-primary{border-radius:12px}.concern-guidance small{margin-top:1.4rem;color:var(--slate-500);font-size:.68rem}.programs-overview{background:var(--bg-cream)}.program-ribbon{display:grid;grid-template-columns:repeat(12,1fr);grid-gap:.8rem;gap:.8rem}.program-tile{position:relative;min-height:235px;grid-column:span 4;display:flex;flex-direction:column;justify-content:space-between;padding:1.5rem;border:1px solid rgba(8,47,43,.12);border-radius:20px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.program-tile:nth-child(4),.program-tile:nth-child(5){grid-column:span 6;min-height:205px}.program-tile:hover{transform:translateY(-5px);box-shadow:0 20px 40px -26px rgba(8,47,43,.45)}.tone-coral{background:#E88972}.tone-amber{background:#F1C566}.tone-sage{background:#BCD3C8}.tone-blue{background:#C7D6DD}.tone-cream{background:#F4E5CC}.program-number{color:rgba(8,47,43,.62);font-size:.68rem;font-weight:800;letter-spacing:.1em}.program-tile h3{max-width:85%;color:var(--teal-950);font-size:1.65rem;line-height:1.05}.program-tile p{max-width:90%;margin-top:.65rem;color:rgba(8,47,43,.78);font-size:.78rem;line-height:1.55}.program-arrow{position:absolute;right:1.35rem;bottom:1.35rem;color:var(--teal-950)}.practice-section{position:relative;overflow:hidden;padding:clamp(4.8rem,8vw,7.5rem) 0;background:radial-gradient(circle at 8% 85%,rgba(232,137,114,.16),transparent 22%),var(--teal-950)}.practice-section:after{content:"";position:absolute;width:420px;height:420px;right:-220px;top:-180px;border:1px solid rgba(255,255,255,.1);border-radius:50%}.practice-grid{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,.72fr) minmax(480px,1.28fr);grid-gap:clamp(2.5rem,6vw,6rem);gap:clamp(2.5rem,6vw,6rem);align-items:start}.practice-intro{position:-webkit-sticky;position:sticky;top:8rem}.practice-intro h2{margin-top:.8rem;color:#FFF9EE}.practice-intro>p{max-width:480px;margin-top:1.2rem;color:rgba(255,255,255,.68);font-size:.94rem;line-height:1.75}.practice-promise-list{display:flex;flex-direction:column;gap:.75rem;margin-top:1.8rem}.practice-promise-list span{display:flex;align-items:center;gap:.6rem;color:#DDE9E4;font-size:.8rem;font-weight:700}.practice-promise-list svg{color:#F1C566}.practice-lab-card{min-width:0;overflow:hidden;padding:.65rem;border:1px solid rgba(255,255,255,.13);border-radius:25px;background:rgba(255,255,255,.08);box-shadow:0 30px 80px rgba(0,0,0,.22)}.practice-tabs{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:.35rem;gap:.35rem;padding:.25rem}.practice-tabs button{min-height:46px;display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.65rem .7rem;border-radius:12px;color:rgba(255,255,255,.68);font-size:.74rem;font-weight:800}.practice-tabs button:hover{color:#fff}.practice-tabs button.is-active{background:#F6C96E;color:var(--teal-950)}.practice-panel{padding:clamp(1.4rem,4vw,2.7rem);border-radius:20px;background:#FFFDF8;min-width:0}.practice-panel-topline{display:flex;align-items:center;gap:1rem;color:#A94936;font-size:.65rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.practice-panel-topline span{display:inline-flex;align-items:center;gap:.35rem}.practice-panel h3{margin-top:.75rem;color:var(--teal-950);font-size:clamp(2rem,3.3vw,3.2rem);line-height:1.05}.practice-need{margin-top:.6rem;color:var(--slate-600);font-size:.8rem}.practice-steps{display:flex;flex-direction:column;gap:.85rem;margin-top:1.5rem}.practice-steps li{display:grid;grid-template-columns:32px 1fr;grid-gap:.75rem;gap:.75rem;align-items:start}.practice-steps li>span{width:30px;height:30px;display:grid;place-items:center;border-radius:50%;background:var(--teal-100);color:var(--teal-950);font-size:.7rem;font-weight:800}.practice-steps p{color:var(--slate-700);font-size:.82rem;line-height:1.55}.try-saying{display:flex;flex-direction:column;gap:.25rem;margin-top:1.5rem;padding:1rem 1.1rem;border-left:3px solid #e87960;border-radius:0 12px 12px 0;background:#FAE8E2}.try-saying span{color:#A94936;font-size:.62rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.try-saying strong{color:var(--teal-950);font-family:var(--font-display);font-size:1.12rem;font-weight:400}.adapt-button{display:inline-flex;align-items:center;gap:.45rem;margin-top:1.35rem;color:var(--teal-950);font-size:.78rem;font-weight:800}.adapt-button[aria-expanded=true] svg{transform:rotate(90deg)}.adapt-button svg{transition:transform .2s ease}.adapt-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:.7rem;gap:.7rem;margin-top:1rem}.adapt-grid>div{padding:.9rem;border:1px solid var(--teal-100);border-radius:12px;background:var(--teal-50)}.adapt-grid span{color:var(--teal-800);font-size:.62rem;font-weight:800;text-transform:uppercase}.adapt-grid p{margin-top:.3rem;color:var(--slate-600);font-size:.72rem;line-height:1.5}.practice-disclaimer{display:block;margin-top:1.1rem;color:var(--slate-500);font-size:.62rem}.method-section{background:#FFFDF8}.method-grid{display:grid;grid-template-columns:minmax(380px,.88fr) minmax(0,1.12fr);grid-gap:clamp(3rem,7vw,7rem);gap:clamp(3rem,7vw,7rem);align-items:center}.method-photo-wrap{position:relative;width:100%;border-radius:44% 44% 22px 22px/24% 24% 22px 22px;overflow:hidden}.method-note{position:absolute;left:1rem;right:1rem;bottom:1rem;display:flex;align-items:center;gap:.55rem;padding:.8rem 1rem;border-radius:13px;background:rgba(8,47,43,.9);color:#fff;font-size:.72rem;font-weight:700;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.method-copy h2{margin-top:.7rem}.method-steps{margin:2rem 0 1.7rem;border-top:1px solid rgba(8,47,43,.14)}.method-steps article{display:grid;grid-template-columns:46px 1fr;grid-gap:1rem;gap:1rem;padding:1.3rem 0;border-bottom:1px solid rgba(8,47,43,.14)}.method-steps article>span{width:38px;height:38px;display:grid;place-items:center;border:1px solid var(--teal-200);border-radius:50%;color:#B84F3B;font-size:.64rem;font-weight:800}.method-steps h3{color:var(--teal-950);font-family:var(--font-body);font-size:.88rem;font-weight:800;letter-spacing:0}.method-steps p{margin-top:.35rem;color:var(--slate-600);font-size:.78rem;line-height:1.6}.review-section{background:#F2EBDD}.review-heading-row{align-items:end}.google-proof{justify-self:end;min-width:260px;display:grid;grid-template-columns:auto 1fr auto;grid-gap:.7rem;gap:.7rem;align-items:center;padding:.8rem .9rem;border:1px solid rgba(8,47,43,.13);border-radius:14px;background:rgba(255,255,255,.56)}.google-g{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:#fff;color:#4285F4;font-weight:800}.google-proof small,.google-proof strong{display:block}.google-proof strong{color:var(--teal-950);font-size:.78rem}.google-proof small{color:var(--slate-500);font-size:.59rem}.review-scroll{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1rem;gap:1rem}.review-card{min-height:320px;display:flex;flex-direction:column;justify-content:space-between;padding:1.7rem;border:1px solid rgba(8,47,43,.12);border-radius:20px;background:#FFFDF8;box-shadow:0 12px 36px -28px rgba(8,47,43,.5)}.review-stars{display:flex;gap:.18rem;color:#D8972E}.review-card blockquote{flex:1 1;margin-top:1.15rem;color:var(--teal-950);font-family:var(--font-display);font-size:1.17rem;line-height:1.45}.review-card footer{display:flex;align-items:center;gap:.65rem;margin-top:1.4rem;padding-top:1.1rem;border-top:1px solid rgba(8,47,43,.1)}.review-avatar{width:36px;height:36px;display:grid;place-items:center;border-radius:50%;background:#DDEAE4;color:var(--teal-950);font-size:.74rem;font-weight:800}.review-card footer small,.review-card footer strong{display:block}.review-card footer strong{color:var(--teal-950);font-size:.75rem}.review-card footer small{color:var(--slate-500);font-size:.6rem}.reviews-more-link{margin:1.6rem auto 0}.home-cta-section{padding:1rem 0 6rem;background:#F2EBDD}.home-cta-card{position:relative;overflow:hidden;min-height:320px;display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:2rem;gap:2rem;align-items:end;padding:clamp(2rem,6vw,5rem);border-radius:28px;background:var(--teal-950)}.home-cta-card h2{max-width:760px;margin-top:.65rem;color:#FFF8E9;font-size:clamp(2.5rem,5vw,5rem)}.home-cta-card p{margin-top:.8rem;color:rgba(255,255,255,.66);font-size:.86rem}.cta-orb{position:absolute;width:250px;height:250px;right:10%;top:-145px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.12);border-radius:50%;color:rgba(255,255,255,.15)}.cta-orb svg{width:70px;height:70px}.cta-actions{position:relative;z-index:2;display:flex;flex-direction:column;align-items:stretch;gap:.8rem;min-width:230px}.btn-light{min-height:50px;display:inline-flex;justify-content:center;align-items:center;gap:.5rem;padding:.8rem 1.2rem;border-radius:12px;background:#FFF8E9;color:var(--teal-950);font-size:.82rem;font-weight:800}.btn-light:hover{background:#F6C96E;transform:translateY(-2px)}.cta-secondary-link{color:#fff;font-size:.75rem;font-weight:700;text-align:center;text-decoration:underline;text-underline-offset:4px}.footer-intro{max-width:560px;margin-bottom:2.7rem}.footer-intro>p{margin-top:1rem;color:var(--slate-600);font-size:.86rem;line-height:1.7}.footer-brand{width:-moz-fit-content;width:fit-content}.site-footer .footer-grid-layout{grid-template-columns:.8fr 1fr 1.35fr}.footer-contact-row{display:flex;align-items:flex-start;gap:.7rem;margin-bottom:.8rem;color:var(--slate-600);font-size:.78rem;line-height:1.55}.footer-contact-row svg{flex:0 0 auto;color:var(--teal-700);margin-top:.1rem}.footer-whatsapp{display:inline-flex;align-items:center;gap:.45rem;margin-top:.45rem;color:var(--teal-800);font-size:.76rem;font-weight:800}.footer-bloom{position:absolute;color:rgba(8,47,43,.04);pointer-events:none}.footer-bloom svg{width:170px;height:170px}.footer-bloom-one{right:-40px;top:70px}.footer-bloom-two{left:-60px;bottom:-50px}@media (max-width:1024px){.home-hero-grid{grid-template-columns:minmax(0,1fr) minmax(330px,.75fr);gap:2.2rem}.home-hero-copy h1{font-size:clamp(3.4rem,7vw,5rem)}.home-hero-visual{min-height:520px}.practice-grid{grid-template-columns:1fr 1.2fr;gap:2rem}.program-tile{grid-column:span 6}.program-tile:last-child{grid-column:span 12}.method-grid{grid-template-columns:.85fr 1fr;gap:3rem}}@media (max-width:800px){.top-notice-bar{display:none}.site-header{padding:.75rem 0}.header-book-link{display:none}.brand-title{font-size:1.12rem}.brand-sub{font-size:.58rem}.home-hero{padding-top:1.2rem}.home-hero-grid{display:flex;flex-direction:column;gap:1.5rem}.home-hero-copy{display:contents}.hero-eyebrow{order:2;width:100%;justify-content:center;margin:.4rem 0 0;text-align:center}.home-hero-copy h1{order:3;width:100%;margin:0 auto;font-size:clamp(3rem,12vw,4.8rem);text-align:center}.hero-lede{order:4;margin:.35rem auto 0;padding:0 .7rem;text-align:center;font-size:.96rem}.hero-actions{order:5;margin-top:.6rem}.hero-actions,.hero-reassurance{width:100%;justify-content:center}.hero-reassurance{order:6;margin:.2rem auto 2rem}.home-hero-visual{order:1;width:100%;min-height:390px}.hero-photo-frame{inset:0 7%;border-radius:130px 130px 24px 24px}.photo-placeholder-hero{min-height:390px}.clinician-card{right:3%;bottom:.8rem;width:min(360px,84%)}.bubble-ma{width:60px;height:60px;font-size:1rem}.bubble-hello{width:52px;height:52px;font-size:.8rem}.bubble-more{width:48px;height:48px;font-size:.68rem}.hero-proof-row{grid-template-columns:1fr 1fr;padding:0}.hero-proof-row>*{min-height:75px;justify-content:flex-start;border-bottom:1px solid rgba(8,47,43,.1)}.hero-proof-row>:nth-child(2){border-right:0}.section-heading-row,.split-section-heading{grid-template-columns:1fr;gap:1rem}.google-proof,.section-heading-row>a{justify-self:start}.concern-finder{grid-template-columns:1fr}.concern-options{flex-direction:row;overflow-x:auto;border-right:0;border-bottom:1px solid rgba(8,47,43,.1);scroll-snap-type:x mandatory;scrollbar-width:none}.concern-options::-webkit-scrollbar{display:none}.concern-option{flex:0 0 190px;scroll-snap-align:start}.concern-guidance{min-height:350px}.method-grid,.practice-grid{grid-template-columns:1fr}.practice-grid>*{min-width:0}.practice-intro{position:static}.method-photo-wrap{max-width:600px;margin:0 auto}.review-scroll{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding:0 1px 1rem;scrollbar-width:none}.review-scroll::-webkit-scrollbar{display:none}.review-card{flex:0 0 min(82vw,370px);scroll-snap-align:start}.home-cta-card{grid-template-columns:1fr;align-items:start}.cta-actions{min-width:0;max-width:330px}.site-footer .footer-grid-layout{grid-template-columns:1fr 1fr}}@media (max-width:560px){.layout-container{padding:0 1rem}.brand-logo-icon{width:42px;height:42px;border-radius:50%}.home-hero{padding-top:.9rem}.home-hero-visual{min-height:330px}.hero-photo-frame{inset:0 2.5%;border-radius:112px 112px 20px 20px}.photo-placeholder-hero{min-height:330px}.photo-placeholder-copy{inset:auto .75rem .75rem;padding:.75rem .85rem}.photo-placeholder-copy strong{font-size:.9rem}.photo-placeholder-copy small{display:none}.clinician-card{left:7%;right:auto;bottom:.7rem;width:86%;padding:.75rem}.home-hero-copy h1{font-size:clamp(2.8rem,14vw,4rem);line-height:.96}.hero-eyebrow{font-size:.59rem;letter-spacing:.11em}.hero-lede{font-size:.88rem;line-height:1.65}.hero-actions{flex-direction:column;align-items:stretch;padding:0 .1rem}.hero-actions .btn-primary{width:100%;white-space:normal;text-align:center}.hero-actions .btn-text-link{justify-content:center;width:100%;min-height:42px}.hero-reassurance{padding-left:.4rem;padding-right:.4rem}.hero-proof-row>*{padding:.85rem .75rem;gap:.4rem}.hero-proof-row strong{font-size:1rem}.hero-proof-row span{font-size:.6rem}.home-section{padding:4rem 0}.home-cta-section h2,.home-section h2,.practice-section h2{font-size:clamp(2.25rem,11vw,3.4rem)}.section-heading-row,.split-section-heading{margin-bottom:2rem}.concern-finder{margin-left:-.25rem;margin-right:-.25rem;border-radius:20px}.concern-options{padding:.7rem}.concern-option{flex-basis:168px;min-height:54px;font-size:.74rem}.concern-guidance{min-height:390px;padding:1.5rem 1.2rem}.concern-guidance h3{font-size:2.15rem}.concern-guidance-actions{align-items:stretch}.concern-guidance-actions .btn-primary{width:100%;white-space:normal}.program-ribbon{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;margin-right:-1rem;padding-right:1rem;scrollbar-width:none}.program-ribbon::-webkit-scrollbar{display:none}.program-tile,.program-tile:nth-child(4),.program-tile:nth-child(5){flex:0 0 min(79vw,300px);min-height:220px;scroll-snap-align:start}.practice-section{padding:4.5rem 0}.practice-tabs{width:100%;max-width:100%;overflow:hidden;grid-template-columns:repeat(3,minmax(0,1fr));grid-auto-flow:row;justify-content:stretch}.practice-tabs button{min-width:0;padding-left:.35rem;padding-right:.35rem;font-size:.62rem}.practice-panel{padding:1.2rem}.practice-panel-topline{gap:.65rem}.practice-panel h3{font-size:2.25rem}.adapt-grid{grid-template-columns:1fr}.photo-placeholder-landscape{min-height:390px}.review-card{flex-basis:86vw;min-height:300px;padding:1.35rem}.review-card blockquote{font-size:1.08rem}.google-proof{min-width:0;width:100%}.home-cta-section{padding-bottom:4rem}.home-cta-card{margin-left:.7rem;margin-right:.7rem;width:auto;padding:2rem 1.4rem;border-radius:22px}.site-footer .footer-grid-layout{grid-template-columns:1fr}}.home-hero{padding:1.2rem 0 0;background:#F8F3E8}.cinematic-hero-stage{position:relative;min-height:720px;overflow:hidden;isolation:isolate;border:1px solid rgba(8,47,43,.13);border-radius:34px;background:#E7D7C1;box-shadow:0 40px 90px -58px rgba(8,47,43,.65)}.cinematic-hero-image{z-index:-3;object-fit:cover;object-position:center;transform:scale(1.018);animation:hero-image-breathe 16s ease-in-out infinite alternate}.cinematic-hero-wash{position:absolute;inset:0;z-index:-2;background:linear-gradient(90deg,rgba(250,247,238,.98),rgba(250,247,238,.94) 30%,rgba(250,247,238,.64) 49%,rgba(250,247,238,.04) 72%),linear-gradient(0deg,rgba(8,47,43,.36),transparent 32%)}@keyframes hero-image-breathe{0%{transform:scale(1.018)}to{transform:scale(1.055)}}.cinematic-hero-stage .home-hero-copy{position:absolute;z-index:3;top:50%;left:clamp(2rem,6vw,5.5rem);width:min(58%,650px);display:block;padding:0;transform:translateY(-50%)}.cinematic-hero-stage .home-hero-copy h1{max-width:640px;font-size:clamp(4.4rem,6.4vw,6.5rem)}.hero-rating-pill{width:-moz-fit-content;width:fit-content;display:inline-flex;align-items:center;gap:.6rem;margin-bottom:1.5rem;padding:.48rem .72rem .48rem .5rem;border:1px solid rgba(8,47,43,.12);border-radius:999px;background:rgba(255,253,248,.86);color:var(--teal-950);box-shadow:0 10px 30px rgba(8,47,43,.08);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.hero-rating-pill strong{font-size:.7rem}.hero-rating-pill>svg{color:#D8972E}.rating-initials{display:flex;padding-left:.2rem}.rating-initials i{width:24px;height:24px;display:grid;place-items:center;margin-left:-.22rem;border:2px solid #fffdf8;border-radius:50%;background:var(--teal-800);color:#fff;font-size:.52rem;font-style:normal;font-weight:800}.rating-initials i:nth-child(2){background:#D96952}.rating-initials i:nth-child(3){background:#C99B3C}.cinematic-hero-stage .hero-eyebrow{margin-bottom:1rem}.cinematic-hero-stage .hero-lede{max-width:530px;margin-top:1.25rem;font-size:.98rem}.cinematic-hero-stage .hero-actions{margin-top:1.7rem}.cinematic-hero-stage .hero-reassurance{width:-moz-fit-content;width:fit-content;margin-top:1.3rem;padding:.75rem .9rem;border:1px solid rgba(8,47,43,.1);border-radius:13px;background:rgba(255,253,248,.64)}.btn-hero-quiet,.cinematic-hero-stage .hero-reassurance{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.btn-hero-quiet{min-height:48px;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.8rem 1.15rem;border:1px solid rgba(8,47,43,.18);border-radius:13px;background:rgba(255,253,248,.74);color:var(--teal-950);font-size:.78rem;font-weight:800}.btn-hero-quiet:hover{background:#FFFDF8;transform:translateY(-2px)}.cinematic-hero-stage .clinician-card{right:1.25rem;bottom:1.25rem;width:min(390px,40%)}.demo-image-label{position:absolute;z-index:4;left:1rem;bottom:.85rem;padding:.35rem .55rem;border-radius:8px;background:rgba(8,47,43,.72);color:rgba(255,255,255,.86);font-size:.53rem;font-weight:700;letter-spacing:.02em;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.home-hero .hero-proof-row{margin-top:.8rem;overflow:hidden;border:1px solid rgba(8,47,43,.12);border-radius:18px 18px 0 0;background:rgba(255,253,248,.76)}.experience-preview-section{background:#FFFDF8}.experience-heading{max-width:780px;margin:0 auto 3.4rem;text-align:center}.experience-heading h2{margin-top:.75rem}.experience-heading h2 em{color:#D85F49;font-style:italic}.experience-heading>p{max-width:580px;margin:1rem auto 0;color:var(--slate-600);font-size:.92rem}.experience-preview-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:.9rem;gap:.9rem}.experience-card{min-width:0;min-height:510px;display:flex;flex-direction:column;padding:.75rem .75rem 1.7rem;overflow:hidden;border:1px solid rgba(8,47,43,.11);border-radius:26px;color:var(--teal-950);transition:transform .35s cubic-bezier(.16,1,.3,1),box-shadow .35s ease}.experience-card:hover{transform:translateY(-7px);box-shadow:0 26px 60px -38px rgba(8,47,43,.55)}.experience-card-observe{background:#F3D8CE}.experience-card-milestones{background:#EFD9A4}.experience-card-practice{background:#C9DDD4}.experience-card-ui{min-height:290px;padding:1.05rem;border:1px solid rgba(8,47,43,.1);border-radius:20px;background:rgba(255,253,248,.91);box-shadow:0 22px 45px -35px rgba(8,47,43,.5)}.mini-ui-top{display:flex;align-items:center;gap:.45rem;color:#A94936;letter-spacing:.04em;text-transform:uppercase}.experience-number,.mini-ui-top{font-size:.61rem;font-weight:800}.experience-number{margin:1.4rem 0 .75rem;color:rgba(8,47,43,.58);letter-spacing:.1em}.experience-card h3{font-size:1.65rem;line-height:1.05}.experience-card>p{margin-top:.65rem;color:rgba(8,47,43,.72);font-size:.76rem;line-height:1.58}.concern-mini-ui{display:flex;flex-direction:column;gap:.48rem}.concern-mini-ui>i{padding:.65rem .7rem;border:1px solid rgba(8,47,43,.09);border-radius:10px;color:var(--slate-600);font-size:.65rem;font-style:normal;font-weight:700}.concern-mini-ui>i.is-active{margin-top:.6rem;background:var(--teal-950);color:#fff}.concern-mini-ui>b{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:.7rem;color:var(--teal-950);font-size:.66rem}.milestone-mini-ui strong{display:block;margin:2.2rem 0 1.1rem;font-family:var(--font-display);font-size:1.28rem;font-weight:400;line-height:1.15}.mini-progress{height:5px;margin-top:.8rem;overflow:hidden;border-radius:999px;background:var(--bg-subtle)}.mini-progress i{display:block;width:58%;height:100%;border-radius:inherit;background:#D96952}.mini-answer{display:block;margin-top:.45rem;padding:.55rem .65rem;border:1px solid rgba(8,47,43,.11);border-radius:9px;color:var(--slate-600);font-size:.63rem;font-weight:700}.practice-mini-ui>strong{display:block;margin-top:1.8rem;font-family:var(--font-display);font-size:1.3rem;font-weight:400}.practice-mini-ui ol{display:flex;flex-direction:column;gap:.65rem;margin-top:1rem}.practice-mini-ui li{display:flex;align-items:center;gap:.6rem;color:var(--slate-600);font-size:.66rem;font-weight:700}.practice-mini-ui li i{width:25px;height:25px;display:grid;place-items:center;border-radius:50%;background:var(--teal-100);color:var(--teal-950);font-style:normal}.method-photo-wrap{min-height:540px;background:#E9DDCA}.method-demo-image{object-fit:cover;object-position:center}.demo-image-label-dark{left:1rem;bottom:4.75rem;background:rgba(255,253,248,.82);color:var(--teal-950)}@media (max-width:900px){.cinematic-hero-stage{min-height:760px}.cinematic-hero-stage .home-hero-copy{width:min(66%,590px)}.cinematic-hero-stage .home-hero-copy h1{font-size:clamp(3.7rem,8vw,5.4rem)}.experience-preview-grid{grid-template-columns:1fr 1fr}.experience-card:last-child{grid-column:1/-1;min-height:450px}}@media (max-width:700px){.home-hero{padding-top:.65rem}.cinematic-hero-stage{min-height:720px;border-radius:26px}.cinematic-hero-image{object-position:63% center}.cinematic-hero-wash{background:linear-gradient(180deg,rgba(250,247,238,.98),rgba(250,247,238,.92) 36%,rgba(250,247,238,.34) 56%,rgba(8,47,43,.58))}.cinematic-hero-stage .home-hero-copy{top:2rem;left:1.2rem;right:1.2rem;width:auto;transform:none;text-align:center}.cinematic-hero-stage .home-hero-copy h1{width:auto;max-width:520px;margin:0 auto;font-size:clamp(3.05rem,13vw,4.25rem);line-height:.95}.cinematic-hero-stage .hero-rating-pill{margin:0 auto 1rem}.cinematic-hero-stage .hero-eyebrow{justify-content:center;margin:0 0 .75rem}.cinematic-hero-stage .hero-lede{max-width:470px;margin:1rem auto 0;padding:0;font-size:.84rem;line-height:1.55}.cinematic-hero-stage .hero-actions{width:100%;margin-top:1.15rem;justify-content:center}.cinematic-hero-stage .hero-reassurance{display:none}.cinematic-hero-stage .clinician-card{left:1rem;right:1rem;bottom:2.55rem;width:auto}.demo-image-label{left:50%;bottom:.55rem;width:max-content;max-width:calc(100% - 1rem);transform:translateX(-50%);text-align:center}.home-hero .hero-proof-row{grid-template-columns:1fr 1fr}.experience-heading{margin-bottom:2.2rem;text-align:left}.experience-heading>p{margin-left:0}.experience-preview-grid{display:flex;gap:.8rem;margin-right:-1rem;padding-right:1rem;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.experience-preview-grid::-webkit-scrollbar{display:none}.experience-card,.experience-card:last-child{flex:0 0 min(84vw,360px);grid-column:auto;min-height:500px;scroll-snap-align:center}.method-photo-wrap{min-height:500px}.demo-image-label-dark{left:50%;bottom:4.8rem}}@media (max-width:430px){.cinematic-hero-stage{min-height:700px}.cinematic-hero-stage .home-hero-copy{top:1.4rem;left:.85rem;right:.85rem}.cinematic-hero-stage .home-hero-copy h1{font-size:clamp(2.8rem,12.8vw,3.5rem)}.cinematic-hero-stage .hero-rating-pill strong{font-size:.61rem}.cinematic-hero-stage .hero-eyebrow{font-size:.54rem}.cinematic-hero-stage .hero-actions{flex-direction:row;align-items:center;gap:.5rem}.cinematic-hero-stage .hero-actions>*{min-height:44px;padding:.68rem .78rem;font-size:.68rem}.cinematic-hero-stage .clinician-card{padding:.72rem}.cinematic-hero-stage .clinician-card div>span{font-size:.56rem}.home-hero .hero-proof-row>*{padding:.75rem .65rem}.experience-card-ui{min-height:270px}}.milestone-hero h1{max-width:900px;margin-left:auto;margin-right:auto;font-size:clamp(3rem,6vw,5.7rem);line-height:.98}.milestone-safety{width:-moz-fit-content;width:fit-content;display:flex;align-items:center;gap:.5rem;margin:1.4rem auto 0;padding:.55rem .75rem;border:1px solid var(--teal-100);border-radius:999px;background:rgba(255,255,255,.56);color:var(--teal-800);font-size:.68rem;font-weight:700}.milestone-tool-section{padding:clamp(3rem,7vw,6rem) 0;background:#FFFDF8}.milestone-tool-wrap{max-width:900px}.age-selector{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem}.age-selector>span{color:var(--slate-500);font-size:.64rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap}.age-selector>div{display:flex;gap:.35rem;padding:.3rem;border-radius:14px;background:var(--bg-subtle)}.age-selector button{min-height:40px;padding:.5rem .8rem;border-radius:10px;color:var(--slate-600);font-size:.68rem;font-weight:800}.age-selector button:hover{color:var(--teal-950)}.age-selector button.is-active{background:#fff;color:var(--teal-950);box-shadow:0 4px 14px rgba(8,47,43,.08)}.milestone-card{min-height:610px;padding:clamp(1.5rem,5vw,3.5rem);border:1px solid rgba(8,47,43,.13);border-radius:26px;background:#fff;box-shadow:0 28px 80px -52px rgba(8,47,43,.55)}.milestone-progress-top{display:flex;justify-content:space-between;gap:1rem;align-items:flex-end}.milestone-progress-top span,.milestone-progress-top strong{display:block}.milestone-progress-top span{color:#B84F3B;font-size:.65rem;font-weight:800;text-transform:uppercase}.milestone-progress-top strong{margin-top:.1rem;color:var(--teal-950);font-size:.8rem}.milestone-progress-top small{color:var(--slate-500);font-size:.68rem}.milestone-progress-track{height:5px;margin-top:.8rem;border-radius:999px;overflow:hidden;background:var(--bg-subtle)}.milestone-progress-track span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#E87960,#F1C566);transition:width .35s ease}.milestone-question{max-width:700px;margin:3.4rem auto 2rem;text-align:center}.milestone-question h2{margin-top:.7rem;color:var(--teal-950);font-size:clamp(2.1rem,4.5vw,4.1rem);line-height:1.04}.milestone-question p{max-width:550px;margin:.85rem auto 0;color:var(--slate-500);font-size:.76rem}.milestone-choices{max-width:720px;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:.65rem;gap:.65rem;margin:0 auto}.milestone-choices button{position:relative;min-height:118px;display:grid;grid-template-columns:38px 1fr;align-items:center;grid-gap:.65rem;gap:.65rem;padding:.8rem;border:1px solid rgba(8,47,43,.12);border-radius:15px;background:#FFFDF8;text-align:left;transition:var(--transition)}.milestone-choices button>span{width:36px;height:36px;display:grid;place-items:center;border-radius:50%;background:var(--teal-50);color:var(--teal-700)}.milestone-choices small,.milestone-choices strong{display:block}.milestone-choices strong{color:var(--teal-950);font-size:.75rem}.milestone-choices small{margin-top:.2rem;color:var(--slate-500);font-size:.6rem;line-height:1.4}.milestone-choices i{position:absolute;right:.75rem;top:.75rem;width:12px;height:12px;border:1px solid var(--slate-300);border-radius:50%}.milestone-choices button:hover{border-color:var(--teal-500);transform:translateY(-2px)}.milestone-choices button.is-selected{border-color:var(--teal-950);background:var(--teal-50);box-shadow:0 10px 25px rgba(8,47,43,.08)}.milestone-choices button.is-selected i{border:3px solid #fff;background:#E87960;box-shadow:0 0 0 1px #E87960}.milestone-nav{max-width:720px;display:flex;justify-content:space-between;align-items:center;margin:2rem auto 0;padding-top:1.2rem;border-top:1px solid rgba(8,47,43,.1)}.milestone-back,.restart-button{display:inline-flex;align-items:center;gap:.4rem;min-height:42px;color:var(--teal-800);font-size:.72rem;font-weight:800}.milestone-back:disabled{opacity:.35;cursor:default}.milestone-nav .btn-primary{border-radius:12px}.milestone-nav .btn-primary:disabled{opacity:.45;transform:none;cursor:not-allowed;box-shadow:none}.milestone-summary{max-width:730px;margin:0 auto;text-align:center}.summary-icon{width:58px;height:58px;display:grid;place-items:center;margin:0 auto 1rem;border-radius:50%;background:#F6D7CD;color:#B84F3B}.milestone-summary h2{margin-top:.7rem;color:var(--teal-950);font-size:clamp(2.4rem,5vw,4.4rem);line-height:1}.milestone-summary>p{max-width:600px;margin:1rem auto 0;color:var(--slate-600);font-size:.82rem;line-height:1.65}.summary-counts{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:.6rem;gap:.6rem;margin-top:1.7rem}.summary-counts>div{padding:1rem;border:1px solid rgba(8,47,43,.1);border-radius:14px;background:var(--bg-subtle)}.summary-counts span,.summary-counts strong{display:block}.summary-counts strong{color:var(--teal-950);font-family:var(--font-display);font-size:2rem;font-weight:400}.summary-counts span{color:var(--slate-500);font-size:.62rem;font-weight:700}.summary-guidance{margin-top:1rem;padding:1.1rem 1.25rem;border-left:3px solid #e87960;border-radius:0 12px 12px 0;background:#FAE8E2;text-align:left}.summary-guidance h3{color:var(--teal-950);font-family:var(--font-body);font-size:.78rem;font-weight:800}.summary-guidance p{margin-top:.35rem;color:var(--slate-600);font-size:.72rem;line-height:1.6}.summary-actions{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:.75rem;margin-top:1.5rem}.summary-actions .btn-primary,.summary-actions .btn-secondary{border-radius:12px}.milestone-source-note{display:flex;align-items:flex-start;gap:.75rem;margin-top:1rem;padding:1rem 1.1rem;border:1px solid var(--teal-100);border-radius:14px;background:var(--teal-50)}.milestone-source-note>svg{flex:0 0 auto;color:var(--teal-700)}.milestone-source-note strong{color:var(--teal-950);font-size:.72rem}.milestone-source-note p{margin-top:.2rem;color:var(--slate-600);font-size:.66rem;line-height:1.55}.milestone-source-note span{display:flex;gap:1rem;margin-top:.45rem}.milestone-source-note a{color:var(--teal-800);font-size:.63rem;font-weight:800;text-decoration:underline;text-underline-offset:3px}@media (max-width:700px){.age-selector{align-items:flex-start;flex-direction:column}.age-selector>div{width:100%;overflow-x:auto;scrollbar-width:none}.age-selector>div::-webkit-scrollbar{display:none}.age-selector button{flex:0 0 auto}.milestone-card{min-height:650px;padding:1.3rem}.milestone-question{margin-top:2.2rem}.milestone-choices{grid-template-columns:1fr}.milestone-choices button{min-height:78px}.milestone-nav{margin-top:1.3rem}.milestone-nav .btn-primary{padding:.7rem 1rem;white-space:normal}.summary-actions{align-items:stretch;flex-direction:column}.summary-actions>*{width:100%;justify-content:center}.milestone-source-note span{flex-direction:column;gap:.25rem}}@media (max-width:560px){.milestone-hero h1{font-size:clamp(2.7rem,12vw,3.5rem)}}@media (prefers-reduced-motion:reduce){*,:after,:before{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.reviews-page-hero{background:radial-gradient(circle at 50% 0,rgba(246,201,110,.35),transparent 30%),var(--bg-cream)}.reviews-page-hero h1{font-size:clamp(3rem,6vw,5.8rem);line-height:.98}.google-listing-link{width:-moz-fit-content;width:fit-content;display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:.7rem;gap:.7rem;margin:1.7rem auto 0;padding:.75rem .9rem;border:1px solid rgba(8,47,43,.14);border-radius:14px;background:rgba(255,255,255,.68);text-align:left}.google-listing-link small,.google-listing-link strong{display:block}.google-listing-link strong{color:var(--teal-950);font-size:.78rem}.google-listing-link small{color:var(--slate-500);font-size:.6rem}.verified-reviews-page{background:#FFFDF8}.verified-review-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1rem;gap:1rem}.verified-review-card{display:flex;flex-direction:column;padding:clamp(1.4rem,3vw,2.2rem);border:1px solid rgba(8,47,43,.12);border-radius:20px;background:#fff;box-shadow:0 16px 45px -35px rgba(8,47,43,.46)}.verified-review-card blockquote{flex:1 1;margin-top:1rem;color:var(--teal-950);font-family:var(--font-display);font-size:clamp(1.05rem,1.7vw,1.3rem);line-height:1.48}.verified-review-card footer{display:flex;align-items:center;gap:.7rem;margin-top:1.5rem;padding-top:1rem;border-top:1px solid rgba(8,47,43,.1)}.verified-review-card footer small,.verified-review-card footer strong{display:block}.verified-review-card footer strong{color:var(--teal-950);font-size:.78rem}.verified-review-card footer small{color:var(--slate-500);font-size:.61rem}.review-integrity-note{max-width:780px;display:flex;align-items:flex-start;gap:.75rem;margin:2rem auto 0;padding:1rem 1.2rem;border:1px solid var(--teal-100);border-radius:14px;background:var(--teal-50);color:var(--slate-600)}.review-integrity-note svg{flex:0 0 auto;color:var(--teal-700);margin-top:.12rem}.review-integrity-note p{font-size:.74rem;line-height:1.6}.review-integrity-note strong{color:var(--teal-950)}.reviews-cta{padding:0 0 6rem;background:#FFFDF8}.reviews-cta-inner{display:grid;grid-template-columns:1fr auto;grid-gap:2rem;gap:2rem;align-items:center;padding:2.5rem 3rem;border-radius:24px;background:var(--teal-950)}.reviews-cta h2{margin-top:.45rem;color:#FFF8E9;font-size:clamp(2.2rem,4vw,4rem)}.reviews-cta-inner>div:last-child{display:flex;flex-direction:column;gap:.7rem;min-width:220px}.reviews-cta .cta-secondary-link{display:inline-flex;align-items:center;justify-content:center;gap:.4rem}@media (max-width:700px){.reviews-cta-inner,.verified-review-grid{grid-template-columns:1fr}.reviews-cta-inner{padding:2rem 1.4rem}.reviews-cta-inner>div:last-child{min-width:0}}.about-page-hero h1{font-size:clamp(3rem,6vw,6rem);line-height:.98}.about-story-section{background:#FFFDF8}.about-story-grid{display:grid;grid-template-columns:minmax(360px,.82fr) minmax(0,1.18fr);grid-gap:clamp(3rem,8vw,7rem);gap:clamp(3rem,8vw,7rem);align-items:center}.about-photo-shell{min-height:560px;overflow:hidden;border-radius:48% 48% 24px 24px/25% 25% 24px 24px;box-shadow:0 28px 60px -38px rgba(8,47,43,.45)}.about-photo-shell .photo-placeholder{min-height:560px}.about-story-copy h2{max-width:720px;margin-top:.7rem;color:var(--teal-950);font-size:clamp(2.8rem,5vw,5.2rem);line-height:1}.about-story-copy>p{max-width:650px;margin-top:1.2rem;color:var(--slate-600);font-size:.95rem;line-height:1.8}.about-fact-list{display:flex;flex-direction:column;gap:.75rem;margin:1.7rem 0;padding:1.3rem 0;border-top:1px solid rgba(8,47,43,.12);border-bottom:1px solid rgba(8,47,43,.12)}.about-fact-list span{display:flex;align-items:center;gap:.65rem;color:var(--slate-600);font-size:.8rem}.about-fact-list svg{color:#B84F3B}.about-fact-list strong{color:var(--teal-950)}.about-story-copy .btn-primary{border-radius:12px}.about-principles-section{background:var(--bg-cream);border-top:1px solid rgba(8,47,43,.1)}.about-principles-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:.8rem;gap:.8rem}.about-principles-grid article{min-height:270px;padding:1.8rem;border:1px solid rgba(8,47,43,.12);border-radius:20px;background:#FFFDF8}.about-principles-grid article:nth-child(2){background:#F5D5CA}.about-principles-grid article:nth-child(3){background:#C7DDD3}.about-principles-grid article>span{color:#B84F3B;font-size:.68rem;font-weight:800}.about-principles-grid h3{margin-top:4rem;color:var(--teal-950);font-size:1.65rem}.about-principles-grid p{margin-top:.7rem;color:var(--slate-600);font-size:.8rem;line-height:1.65}.about-photo-band{padding:1rem 0 7rem;background:var(--bg-cream)}.about-photo-band .layout-container{position:relative}.about-photo-band .photo-placeholder{min-height:520px;border-radius:28px}.about-photo-caption{position:absolute;left:3rem;bottom:1.5rem;display:flex;align-items:center;gap:.5rem;padding:.7rem .9rem;border-radius:11px;background:rgba(8,47,43,.9);color:#fff;font-size:.68rem;font-weight:700}@media (max-width:800px){.about-story-grid{grid-template-columns:1fr}.about-photo-shell{max-width:580px;width:100%;min-height:460px;margin:0 auto}.about-photo-shell .photo-placeholder{min-height:460px}.about-principles-grid{grid-template-columns:1fr}.about-principles-grid article{min-height:220px}.about-principles-grid h3{margin-top:2.5rem}}@media (max-width:560px){.milestone-hero{padding:3.2rem 0 2.6rem}.milestone-hero h1{font-size:clamp(2.7rem,12vw,3.5rem)}.milestone-safety{border-radius:16px;line-height:1.45}.about-photo-band .photo-placeholder,.about-photo-shell,.about-photo-shell .photo-placeholder{min-height:390px}.about-photo-caption{left:1.7rem;right:1.7rem;bottom:1rem}}