:root{--green:#0b5d5a;--green-dark:#073f3d;--mint:#75d2b4;--blue:#3a78d2;--violet:#7356be;--ochre:#e1a12b;--ink:#173332;--muted:#5b6f6d;--paper:#fbfdfc;--soft:#eff7f4;--line:#d8e5e1;--white:#fff;--shadow:0 18px 60px #073f3d1f}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--ink);background:var(--paper);margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6}a{color:inherit}img{max-width:100%}h1,h2,h3,p{margin-top:0}h1,h2,h3{letter-spacing:-.025em;font-family:Georgia,Times New Roman,serif;line-height:1.08}h1{max-width:16ch;margin-bottom:1.5rem;font-size:clamp(2.7rem,6vw,5.9rem)}h2{margin-bottom:1rem;font-size:clamp(2rem,4vw,3.6rem)}h3{font-size:1.35rem}.container{width:min(1180px,100% - 40px);margin-inline:auto}.narrow{max-width:850px}.section{padding:7rem 0}.section-soft{background:var(--soft)}.section-heading{max-width:780px;margin-bottom:3rem}.split{grid-template-columns:repeat(2,minmax(0,1fr));align-items:center;gap:clamp(2.5rem,6vw,6rem);display:grid}.eyebrow{color:var(--green);letter-spacing:.16em;text-transform:uppercase;margin-bottom:1rem;font-size:.75rem;font-weight:800;display:inline-block}.lead{max-width:650px;color:var(--muted);font-size:clamp(1.08rem,2vw,1.3rem)}.lead-small{color:var(--muted);font-size:1.08rem}.actions{flex-wrap:wrap;align-items:center;gap:1.2rem;margin-top:2rem;display:flex}.button{border:1px solid var(--green);min-height:48px;color:var(--white);background:var(--green);border-radius:999px;justify-content:center;align-items:center;padding:.8rem 1.25rem;font-weight:750;text-decoration:none;transition:transform .2s,background .2s;display:inline-flex}.button:hover{background:var(--green-dark);transform:translateY(-2px)}.button-small{min-height:40px;padding:.55rem 1rem}.access-disabled{cursor:not-allowed;-webkit-user-select:none;user-select:none;gap:.55rem}.access-disabled:hover{background:var(--green);transform:none}.access-status{color:#ffffffeb;letter-spacing:.08em;text-transform:uppercase;border:1px solid #ffffff5c;border-radius:999px;padding:.2rem .45rem;font-size:.58rem;font-weight:800;line-height:1}.button-light{color:var(--green-dark);background:var(--white);border-color:var(--white)}.text-link{color:var(--green);text-underline-offset:5px;font-weight:750}.skip-link{z-index:100;color:#fff;background:var(--green-dark);padding:.75rem 1rem;position:fixed;top:-100px;left:1rem}.skip-link:focus{top:1rem}.site-header{z-index:50;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fbfdfcf0;border-bottom:1px solid #0b5d5a1a;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;gap:2rem;min-height:82px;display:flex}.brand{display:flex}.brand img{width:180px;height:auto}.desktop-nav{align-items:center;gap:1.5rem;font-size:.92rem;font-weight:700;display:flex}.desktop-nav>a:not(.button){text-decoration:none}.desktop-nav>a:not(.button):hover{color:var(--green)}.mobile-nav{display:none;position:relative}.mobile-nav summary{cursor:pointer;font-weight:750}.mobile-nav nav{border:1px solid var(--line);width:min(290px,100vw - 30px);box-shadow:var(--shadow);background:#fff;border-radius:16px;padding:1rem;display:grid;position:absolute;top:2.5rem;right:0}.mobile-nav nav a{padding:.7rem;text-decoration:none}.mobile-access-disabled{min-height:44px;margin-top:.35rem;padding:.65rem .8rem}.home-hero,.program-hero{background:radial-gradient(circle at 85% 20%,#75d2b44d,#0000 32%),linear-gradient(135deg,#f8fcfa 0%,#eaf6f1 100%);padding:clamp(4rem,9vw,8rem) 0;position:relative;overflow:hidden}.home-hero:before{content:"";border:70px solid #3a78d21f;border-radius:50%;width:380px;height:380px;position:absolute;bottom:-230px;left:-220px}.hero-grid{min-height:530px}.hero-copy{z-index:1;position:relative}.hero-media{min-height:520px;box-shadow:var(--shadow);background:#dbeae5;border-radius:32px 8px;position:relative;overflow:hidden}.hero-media img{object-fit:cover}.support-media{min-height:420px;box-shadow:var(--shadow);background:#dbeae5;border-radius:8px 28px;position:relative;overflow:hidden}.support-media img{object-fit:cover}.home-visual{min-height:500px;position:relative}.orbit{border:1px solid #0b5d5a38;border-radius:50%;animation:18s linear infinite drift;position:absolute;inset:3%}.orbit.two{border-color:#3a78d240;animation-direction:reverse;inset:16%}.signal-core{color:#fff;background:var(--green);box-shadow:var(--shadow);text-align:center;border-radius:50%;place-items:center;display:grid;position:absolute;inset:29%}.signal-core strong{font-family:Georgia,serif;font-size:2rem;display:block}.signal-dot{width:110px;height:110px;box-shadow:var(--shadow);text-align:center;background:#fff;border-radius:50%;place-items:center;padding:.5rem;font-weight:750;display:grid;position:absolute}.signal-dot.one{color:var(--violet);top:2%;left:43%}.signal-dot.two{color:var(--blue);top:40%;right:0}.signal-dot.three{color:var(--ochre);bottom:0;left:42%}.signal-dot.four{color:var(--green);top:40%;left:0}@keyframes drift{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.orbit{animation:none}*{transition:none!important}}.statement-band{color:#fff;background:var(--green);padding:3.4rem 0}.statement-band p{text-align:center;margin:0;font-family:Georgia,serif;font-size:clamp(1.7rem,3.5vw,3rem);line-height:1.2}.card-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem;display:grid}.card-grid.four{grid-template-columns:repeat(4,minmax(0,1fr))}.route-card,.feature-card{border:1px solid var(--line);background:#fff;border-radius:24px;min-height:280px;padding:2rem;position:relative;box-shadow:0 10px 30px #073f3d0f}.route-card{color:inherit;flex-direction:column;text-decoration:none;display:flex}.route-card p,.feature-card p{color:var(--muted)}.route-card .arrow{color:var(--green);margin-top:auto;font-size:1.5rem}.route-card:hover{border-color:var(--mint);transform:translateY(-4px)}.number{width:42px;height:42px;color:var(--green-dark);background:#75d2b459;border-radius:50%;place-items:center;margin-bottom:2rem;font-size:.75rem;font-weight:800;display:inline-grid}.accent-violet .eyebrow{color:var(--violet)}.accent-blue .eyebrow{color:var(--blue)}.accent-ochre .eyebrow{color:#8a5b05}.accent-mint .eyebrow{color:var(--green)}.steps{margin:0;padding:0;list-style:none}.steps li{border-bottom:1px solid var(--line);align-items:center;gap:1rem;padding:1rem 0;font-weight:700;display:flex}.steps li span{color:#fff;background:var(--green);border-radius:50%;flex:0 0 38px;place-items:center;height:38px;display:grid}.report-section{background:#f9f5ec}.report-list{margin:0;padding:0;list-style:none}.report-list li{border-bottom:1px solid #e9dcc1;padding:1rem 1rem 1rem 2.4rem;position:relative}.report-list li:before{content:"✓";color:var(--green);font-weight:900;position:absolute;left:.4rem}.cta-section{color:#fff;background:var(--green-dark);padding:4rem 0}.cta-inner{justify-content:space-between;align-items:center;gap:2rem;display:flex}.cta-inner h2{margin:0}.cta-inner .eyebrow{color:var(--mint)}.calculator{border:1px solid var(--line);box-shadow:var(--shadow);background:#fff;border-radius:24px;padding:2rem}.calculator-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.field{gap:.4rem;display:grid}.field label,.field-label{font-size:.9rem;font-weight:750}.field input{width:100%;min-height:48px;color:var(--ink);font:inherit;background:#fff;border:1px solid #afc4be;border-radius:10px;padding:.7rem .85rem}.field input:focus{border-color:var(--blue);outline:3px solid #3a78d240}.result-panel{background:var(--soft);border-radius:16px;margin-top:1.5rem;padding:1.5rem}.result-panel strong{color:var(--green);font-family:Georgia,serif;font-size:clamp(2rem,4vw,3rem);display:block}.disclaimer{color:var(--muted);font-size:.83rem}.choice-grid{gap:.6rem;display:grid}.assessment-progress{width:fit-content;color:var(--green-dark);background:#75d2b440;border-radius:999px;margin:1.5rem 0 1rem;padding:.45rem .8rem;font-size:.88rem;font-weight:800}.choice-row{border-bottom:1px solid var(--line);border-top:0;border-left:0;border-right:0;grid-template-columns:minmax(0,1fr) repeat(3,86px);align-items:center;gap:.5rem;min-width:0;margin:0;padding:.8rem 0;display:grid}.choice-row legend{float:left;width:auto;padding:0;font-weight:650}.radio-label{justify-content:center;align-items:center;gap:.3rem;font-size:.8rem;display:flex}.content-hero{background:var(--soft);padding:6rem 0 4rem}.content-hero h1{max-width:18ch}.prose{max-width:820px}.prose h2{margin-top:3rem}.boundary-note{border-left:4px solid var(--ochre);background:#fff8e8;padding:1.25rem}.status-card{border:1px solid var(--line);background:#fff;border-radius:24px;padding:2rem}.status{color:#754b00;text-transform:uppercase;background:#fff0c7;border-radius:999px;padding:.35rem .65rem;font-size:.75rem;font-weight:800;display:inline-block}.site-footer{color:#ffffffc7;background:#082f2e;padding:5rem 0 1.5rem}.footer-grid{grid-template-columns:2fr 1fr 1fr;gap:4rem;display:grid}.footer-grid img{width:190px;height:auto;margin-bottom:1rem}.footer-grid h2{color:#fff;letter-spacing:.08em;text-transform:uppercase;font-family:inherit;font-size:.9rem}.footer-grid a{color:#fff;margin:.55rem 0;text-decoration:none;display:block}.footer-note{max-width:28ch;font-size:.82rem}.footer-bottom{border-top:1px solid #ffffff24;margin-top:3rem;padding-top:1.5rem;font-size:.8rem}@media (max-width:900px){.desktop-nav{display:none}.mobile-nav{display:block}.split,.footer-grid{grid-template-columns:1fr}.hero-grid{min-height:0}.hero-media{min-height:390px}.card-grid,.card-grid.four{grid-template-columns:repeat(2,minmax(0,1fr))}.home-visual{width:100%;max-width:520px;min-height:430px;margin-inline:auto}}@media (max-width:620px){.container{width:min(100% - 28px,1180px)}.section{padding:4.5rem 0}.header-inner{min-height:70px}.brand img{width:155px}.home-hero,.program-hero{padding:4rem 0}.hero-media{border-radius:22px 6px;min-height:300px}.support-media{min-height:300px}.card-grid,.card-grid.four,.calculator-grid{grid-template-columns:1fr}.route-card,.feature-card{min-height:220px}.home-visual{min-height:330px}.signal-dot{width:78px;height:78px;font-size:.73rem}.signal-core strong{font-size:1.4rem}.cta-inner{flex-direction:column;align-items:flex-start}.choice-row{grid-template-columns:repeat(3,minmax(0,1fr))}.choice-row legend{float:none;width:100%;margin-bottom:.55rem}}.funnel-entry,.business-funnel{background:#fff;border:1px solid #0b5d5a24;border-radius:32px;box-shadow:0 28px 80px #073f3d1a}.funnel-entry{grid-template-columns:minmax(0,1.18fr) minmax(300px,.82fr);display:grid;overflow:hidden}.funnel-entry-copy,.funnel-value{padding:clamp(2rem,5vw,4.5rem)}.funnel-entry h2{max-width:17ch;font-size:clamp(2.25rem,4vw,3.8rem)}.funnel-entry-copy>p{max-width:720px;color:var(--muted);font-size:1.05rem}.funnel-entry-copy small{max-width:600px;color:var(--muted);margin-top:1rem;display:block}.funnel-promise{border-left:3px solid var(--mint);padding-left:1.2rem;font-weight:650;color:var(--green-dark)!important}.funnel-value{color:#fff;background:linear-gradient(145deg, #3a78d229, transparent 54%), var(--green-dark)}.funnel-value h3{color:var(--mint);font-size:clamp(1.7rem,2.5vw,2.3rem)}.funnel-value ul{gap:1rem;margin:2rem 0 0;padding:0;list-style:none;display:grid}.funnel-value li{border-bottom:1px solid #ffffff24;padding:0 0 1rem 1.7rem;position:relative}.funnel-value li:before{content:"✓";color:var(--mint);font-weight:850;position:absolute;left:0}.business-funnel{overflow:hidden}.funnel-header{color:#fff;background:var(--green-dark);justify-content:space-between;align-items:flex-start;gap:2rem;padding:clamp(2rem,4vw,3.5rem);display:flex}.funnel-header h2{color:#fff;max-width:18ch;margin-bottom:0;font-size:clamp(2rem,3.2vw,3rem)}.funnel-header .eyebrow{color:var(--mint)}.funnel-header>strong{border:1px solid #ffffff4d;border-radius:999px;flex:none;padding:.55rem .9rem}.funnel-progress{background:#eaf3f0;grid-template-columns:repeat(4,minmax(0,1fr));margin:0;padding:0;list-style:none;display:grid}.funnel-progress li{color:#657875;border-right:1px solid #fff;align-items:center;gap:.65rem;min-height:76px;padding:1rem;font-size:.82rem;font-weight:750;display:flex}.funnel-progress li span{border:1px solid #9bb5af;border-radius:50%;flex:0 0 30px;place-items:center;height:30px;display:grid}.funnel-progress li.active{color:var(--green-dark);background:#d7eee7}.funnel-progress li.active span{color:#fff;border-color:var(--green);background:var(--green)}.funnel-panel{padding:clamp(2rem,5vw,4.5rem)}.funnel-panel>div>h3{max-width:24ch;font-size:clamp(2rem,3vw,3rem)}.step-kicker{color:var(--blue);letter-spacing:.1em;text-transform:uppercase;margin-bottom:.75rem;font-size:.78rem;font-weight:850;display:block}.funnel-grid{gap:1.2rem;margin:2rem 0;display:grid}.funnel-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.funnel-field,.numeric-card>label:first-child,.data-quality{color:var(--green-dark);gap:.45rem;font-size:.86rem;font-weight:750;display:grid}.funnel-field input,.funnel-field select,.numeric-card input,.numeric-card select{width:100%;min-height:48px;color:var(--ink);font:inherit;background:#fff;border:1px solid #aec3bd;border-radius:10px;padding:.7rem .8rem}.funnel-field input:focus,.funnel-field select:focus,.numeric-card input:focus,.numeric-card select:focus{border-color:var(--blue);outline:3px solid #3a78d240}.field-error{color:#9d2a24;margin-top:.35rem;font-size:.8rem;font-weight:700;display:block}.funnel-choices{border:0;margin:2rem 0;padding:0}.funnel-choices legend{color:var(--green-dark);margin-bottom:.75rem;font-weight:800}.funnel-choices>div{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;display:grid}.funnel-choices label,.consent-card label{border:1px solid var(--line);background:#fbfdfc;border-radius:12px;align-items:flex-start;gap:.7rem;padding:.9rem 1rem;display:flex}.funnel-choices input,.consent-card input{width:18px;height:18px;accent-color:var(--green);flex:none;margin-top:.18rem}.exposure-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin:2rem 0;display:grid}.numeric-card{border:1px solid var(--line);background:#fbfdfc;border-radius:14px;align-content:start;gap:.8rem;min-width:0;padding:1rem;display:grid}.numeric-card small{color:var(--muted);line-height:1.35}.data-quality{margin-top:auto;font-size:.76rem}.estimate-summary{border-left:5px solid var(--ochre);color:#fff;background:var(--green-dark);grid-template-columns:minmax(220px,.75fr) minmax(0,1.25fr);gap:2rem;padding:clamp(1.5rem,3vw,2.5rem);display:grid}.estimate-summary>div>span,.estimate-summary>div>strong{display:block}.estimate-summary>div>strong{color:var(--mint);font-family:var(--display);margin:.3rem 0 1rem;font-size:clamp(2rem,4vw,3.4rem)}.estimate-summary ul{margin:0;padding:0;list-style:none}.estimate-summary li{border-bottom:1px solid #ffffff26;justify-content:space-between;gap:1rem;padding:.65rem 0;display:flex}.primary-component{color:#d7eee7;grid-column:1/-1;margin:0}.assessment-progress{color:var(--blue);font-weight:800}.readiness-funnel{gap:.75rem;margin-top:2rem;display:grid}.readiness-funnel fieldset{border:1px solid var(--line);border-radius:14px;margin:0;padding:1rem;display:block}.readiness-funnel legend{width:100%;font-weight:650}.readiness-funnel legend span{color:#fff;background:var(--green);border-radius:50%;place-items:center;width:28px;height:28px;margin-right:.7rem;display:inline-grid}.readiness-funnel fieldset>div{gap:.35rem;margin-top:.8rem;display:flex}.readiness-funnel label{background:var(--soft);white-space:nowrap;border-radius:8px;align-items:center;gap:.3rem;padding:.5rem;display:flex}.readiness-teaser,.submit-message{border-left:4px solid var(--mint);background:var(--soft);margin-top:1.5rem;padding:1.25rem}.readiness-teaser p:last-child{margin-bottom:0}.consent-card{gap:.8rem;margin:2rem 0;display:grid}.consent-card a{color:var(--green);font-weight:800}.submit-diagnosis{width:100%}.submit-diagnosis:disabled{opacity:.7;cursor:wait}.submit-message{color:#653f00;border-color:var(--ochre);background:#fff6e4}.honeypot{clip:rect(0 0 0 0)!important;width:1px!important;height:1px!important;position:absolute!important;overflow:hidden!important}.funnel-actions{border-top:1px solid var(--line);justify-content:flex-end;gap:1rem;margin-top:2rem;padding-top:1.5rem;display:flex}.button-secondary{color:var(--green);background:#fff}.business-funnel>.disclaimer{margin:0;padding:0 4.5rem 2.5rem}@media (max-width:900px){.funnel-entry,.estimate-summary{grid-template-columns:1fr}.exposure-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.primary-component{grid-column:auto}.funnel-progress li{flex-direction:column;align-items:flex-start}}@media (max-width:620px){.funnel-entry,.business-funnel{border-radius:20px}.funnel-header{flex-direction:column}.funnel-progress{grid-template-columns:repeat(2,minmax(0,1fr))}.funnel-progress li{flex-direction:row;align-items:center;min-width:0;font-size:.72rem}.funnel-grid.two,.funnel-choices>div,.exposure-grid,.readiness-funnel fieldset{grid-template-columns:1fr}.readiness-funnel fieldset>div{grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.readiness-funnel label{justify-content:center}.funnel-actions{flex-direction:column-reverse;align-items:stretch}.funnel-actions .button{width:100%}.business-funnel>.disclaimer{padding:0 2rem 2rem}}:root{--display:Georgia, "Times New Roman", serif;--body:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--cream:#f6f3eb;--ink-deep:#102b2a}body{font-family:var(--body);text-rendering:optimizelegibility}h1,h2,h3{font-family:var(--display);font-weight:500}h1{letter-spacing:-.052em;font-size:clamp(2.85rem,5.25vw,5.2rem);line-height:.99}h2{letter-spacing:-.042em;font-size:clamp(2.15rem,4.1vw,4rem);line-height:1.02}h3{letter-spacing:-.025em;line-height:1.12}a,button,summary,input{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible,summary:focus-visible,input:focus-visible{outline-offset:4px;outline:3px solid #3a78d280}.site-header{background:#fbfdfce6;box-shadow:0 1px #0b5d5a14}.header-inner{width:min(1240px,100% - 56px);min-height:86px}.desktop-nav{gap:clamp(1rem,2vw,1.8rem)}.desktop-nav>a:not(.button){padding-block:.7rem;position:relative}.desktop-nav>a:not(.button):after{content:"";background:var(--mint);transform-origin:0;height:2px;transition:transform .18s;position:absolute;bottom:.25rem;left:0;right:0;transform:scaleX(0)}.desktop-nav>a:not(.button):hover:after,.desktop-nav>a:not(.button):focus-visible:after{transform:scaleX(1)}.premium-hero{isolation:isolate;background:#f6f8f5;align-items:center;min-height:min(810px,100vh - 86px);padding:clamp(4rem,6vw,5.25rem) 0;display:grid}.premium-hero:before{display:none}.hero-background{z-index:-3;object-fit:cover}.hero-position-signals{object-position:66% center}.hero-scrim{z-index:-2;background:linear-gradient(90deg,#f9faf6fc 0%,#f9faf6f5 29%,#f9faf6a3 48%,#f9faf60d 72%);position:absolute;inset:0}.premium-hero-inner{width:min(1240px,100% - 56px)}.premium-hero .hero-copy{max-width:720px}.premium-hero h1{max-width:15ch;margin-bottom:1.25rem;font-size:clamp(3rem,4.1vw,3.55rem)}.premium-hero .lead{color:#385553;max-width:620px;font-size:clamp(1.02rem,1.35vw,1.12rem);line-height:1.5}.hero-editorial-copy,.business-hero-copy{gap:.85rem;display:grid}.hero-editorial-copy{max-width:610px!important}.hero-text-link{text-decoration:none}.hero-signals{flex-wrap:wrap;gap:.65rem;margin:1.6rem 0 0;padding:0;list-style:none;display:flex}.hero-signals li{color:var(--green-dark);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffb8;border:1px solid #0b5d5a29;border-radius:999px;padding:.55rem .85rem;font-size:.78rem;font-weight:750}.story-section{background:#fff;padding-bottom:3rem}.story-grid,.context-grid,.professional-grid,.report-grid{grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);align-items:center;gap:clamp(2.5rem,6vw,6.5rem);display:grid}.story-copy h2{max-width:14ch}.editorial-media{background:var(--soft);border-radius:4px 42px;min-height:510px;margin:0;position:relative;overflow:hidden;box-shadow:0 28px 80px #073f3d24}.editorial-media img{object-fit:cover}.continuity-media img{object-position:60% center}.timeline-mini{color:var(--green);letter-spacing:.08em;text-transform:uppercase;grid-template-columns:auto 1fr auto 1fr auto;align-items:center;gap:.75rem;margin-top:2.25rem;font-size:.78rem;font-weight:800;display:grid}.timeline-mini i{background:linear-gradient(90deg, var(--mint), var(--blue));height:1px}.context-grid{grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr);margin-top:clamp(4rem,9vw,8rem)}.context-media{border-radius:38px 4px;min-height:560px}.context-media img{object-position:58% center}.context-card{z-index:2;border-top:4px solid var(--ochre);box-shadow:var(--shadow);background:#fffffff2;margin-left:clamp(-7rem,-6vw,-3rem);padding:clamp(2rem,4vw,3.5rem);position:relative}.context-card h2{font-size:clamp(2rem,3.3vw,3.25rem)}.professional-section{background:linear-gradient(145deg,#edf7f3,#f9f5ed 70%)}.professional-grid{grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr)}.professional-media{min-height:540px}.professional-media img{object-position:62% center}.clinical-note{border-left:3px solid var(--mint);color:var(--muted);margin-top:2rem;padding:1rem 0 0 1.25rem;font-size:.85rem}.editorial-heading{max-width:880px}.route-gallery{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem;display:grid}.route-card-premium{border:1px solid var(--line);min-height:340px;color:inherit;background:#fff;border-radius:28px;grid-template-columns:minmax(180px,.8fr) minmax(0,1.2fr);text-decoration:none;transition:transform .2s,box-shadow .2s;display:grid;overflow:hidden;box-shadow:0 12px 36px #073f3d12}.route-card-premium:hover{transform:translateY(-5px);box-shadow:0 22px 54px #073f3d21}.route-card-image{min-height:100%;position:relative}.route-card-image img{object-fit:cover;object-position:center}.route-card-body{flex-direction:column;padding:2rem;display:flex}.route-card-meta{align-items:center;gap:.85rem;margin-bottom:1.6rem;display:flex}.route-card-meta .number{flex:0 0 42px;margin-bottom:0}.route-label{color:var(--green-dark);letter-spacing:.12em;text-transform:uppercase;font-size:.72rem;font-weight:850}.route-card-body h3{font-size:clamp(1.75rem,2.8vw,2.55rem)}.route-card-body p{color:var(--muted)}.route-cta{color:var(--green);margin-top:auto;font-size:.88rem;font-weight:800}.route-card-premium.accent-violet{border-top:4px solid var(--violet)}.route-card-premium.accent-blue{border-top:4px solid var(--blue)}.route-card-premium.accent-ochre{border-top:4px solid var(--ochre)}.route-card-premium.accent-mint{border-top:4px solid var(--mint)}.route-card-premium.accent-ochre .route-card-body h3{font-size:clamp(1.65rem,2.4vw,2.25rem)}.business-hero{background:linear-gradient(135deg,#fbf8f0,#f1eadb);padding:clamp(3.5rem,4vw,4rem) 0}.business-hero .hero-grid{grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);gap:clamp(2.5rem,5vw,5rem);min-height:590px}.business-hero h1{max-width:17ch;font-size:clamp(2.7rem,3.7vw,3.55rem)}.business-hero .lead{max-width:660px;font-size:1.03rem;line-height:1.65}.business-hero .hero-media{min-height:590px}.business-method-band{color:#fff;background:var(--green-dark);padding:4rem 0}.business-method-band .eyebrow,.business-closing-section .eyebrow{color:var(--mint)}.business-method-grid{background:#ffffff29;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;margin-top:1rem;display:grid}.business-method-fact{background:var(--green-dark);align-content:center;gap:.45rem;min-height:165px;padding:1.6rem;display:grid}.business-method-fact strong{color:var(--mint);font-family:var(--display);font-size:clamp(1.7rem,2.7vw,2.55rem);line-height:1.05}.business-method-fact span{color:#ffffffc7;max-width:18ch;line-height:1.4}.business-question-section{background:#f9f5ec}.business-question-section .narrow{max-width:980px}.business-question-section h2{max-width:25ch;color:var(--green-dark);font-size:clamp(2.25rem,4.2vw,4rem)}.business-question-copy{color:var(--muted);grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem;margin-top:3rem;font-size:1.05rem;line-height:1.75;display:grid}.business-problem-section{background:#fff}.business-problem-grid{grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);align-items:start;gap:clamp(3rem,7vw,7rem);display:grid}.business-problem-grid h2{font-size:clamp(2.15rem,3.8vw,3.55rem)}.business-fragment-list{border-top:1px solid var(--line);gap:0;margin:0;padding:0;list-style:none;display:grid}.business-fragment-list li{border-bottom:1px solid var(--line);color:var(--muted);padding:1.05rem 0 1.05rem 2rem;position:relative}.business-fragment-list li:before{content:"";background:var(--ochre);border-radius:50%;width:9px;height:9px;position:absolute;top:1.55rem;left:0}.business-problem-close{border-left:5px solid var(--ochre);color:var(--green-dark);background:var(--soft);font-family:var(--display);margin:4rem 0 0;padding:clamp(2rem,4vw,3.2rem);font-size:clamp(1.65rem,3.1vw,2.7rem);line-height:1.2}.business-thesis-section .lead-small{max-width:650px}.business-thesis-quote{border-top:2px solid var(--mint);color:var(--green-dark);font-family:var(--display);margin-top:2rem;padding-top:1.5rem;font-size:clamp(1.45rem,2.5vw,2.15rem);line-height:1.25}.business-closing-section{background:linear-gradient(110deg, #e1a12b1c, transparent 48%), var(--green-dark);padding:clamp(5rem,8vw,8rem) 0}.business-closing-grid{grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);align-items:start;gap:clamp(3rem,7vw,7rem);display:grid}.business-closing-grid h2{color:#fff}.business-closing-copy{color:#fffc;font-size:1.08rem;line-height:1.75}.business-closing-link{color:#fff}.method-section{color:#fff;background:linear-gradient(120deg, #75d2b414, transparent 42%), var(--green-dark)}.light-heading .eyebrow{color:var(--mint)}.light-heading h2{color:#fff}.method-grid{background:#ffffff29;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;margin-top:3rem;display:grid}.method-grid article{background:var(--green-dark);min-height:285px;padding:2rem}.method-grid article>span{color:var(--ochre);letter-spacing:.14em;font-size:.78rem;font-weight:850}.method-grid h3{color:#fff;margin-top:4rem;font-size:2rem}.method-grid p{color:#ffffffb8}.premium-report{background:var(--cream)}.report-grid{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr)}.report-cards{border-top:1px solid #ded5c2;margin:0;padding:0;list-style:none}.report-cards li{border-bottom:1px solid #ded5c2;grid-template-columns:58px 1fr;gap:1rem;padding:1.25rem 0;display:grid}.report-cards li>span{color:#9b6809;font-size:.78rem;font-weight:850}.report-cards strong{font-family:var(--display);font-size:1.35rem;font-weight:500}.report-cards p{color:var(--muted);margin:.3rem 0 0}.premium-cta{background:linear-gradient(90deg, #3a78d221, transparent 46%), var(--green-dark);padding:5.5rem 0}.program-hero-premium{padding:clamp(5rem,8vw,7rem) 0}.program-hero-premium .hero-grid{grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);gap:clamp(2.5rem,5vw,5rem);min-height:570px}.program-hero-premium .hero-copy h1{max-width:none;font-size:clamp(2.7rem,3.35vw,3rem)}.program-hero-premium .hero-media{border-radius:4px 38px;min-height:570px}.program-hero-premium.accent-violet{background:linear-gradient(135deg,#fbf8ff,#eee8fa)}.program-hero-premium.accent-blue{background:linear-gradient(135deg,#f8fbff,#e7f0fc)}.readiness-media img{object-position:center}.readiness-overlay{flex-wrap:wrap;gap:.5rem;display:flex;position:absolute;bottom:1.5rem;left:1.5rem;right:1.5rem}.readiness-overlay span{color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#073f3db8;border:1px solid #ffffff80;border-radius:999px;padding:.55rem .8rem;font-size:.75rem;font-weight:800}.program-narrative .card-grid{align-items:stretch}.narrative-card{border-radius:4px 28px;min-height:330px}.narrative-card:nth-child(2){background:var(--soft);transform:translateY(2rem)}.narrative-card:nth-child(3){border-top:4px solid var(--violet)}.narrative-card:nth-child(4){border-top:4px solid var(--blue);transform:translateY(2rem)}.journey-section .steps li{padding:1.15rem 0}.personal-boundary{background:linear-gradient(135deg,#f3f9f7,#fbf7ef);border-radius:32px;padding:clamp(2rem,4vw,3.5rem)}.care-note{background:#ffffffd9;border:1px solid #0b5d5a1f;border-radius:22px;padding:2rem 2rem 2rem 5rem;position:relative}.care-note-icon{color:#fff;background:var(--green);width:34px;height:34px;font-family:var(--display);border-radius:50%;place-items:center;font-weight:700;display:grid;position:absolute;top:2rem;left:2rem}@media (max-width:1080px){.route-card-premium{grid-template-columns:1fr}.route-card-image{min-height:240px}.method-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:900px){.premium-hero{min-height:760px}.premium-hero .hero-copy{max-width:610px}.hero-scrim{background:linear-gradient(90deg,#f9faf6fa 0%,#f9faf6e6 52%,#f9faf633 100%)}.story-grid,.context-grid,.professional-grid,.report-grid{grid-template-columns:1fr}.context-card{margin:-5rem 1.5rem 0}.professional-copy{order:2}.professional-media{order:1}.route-gallery{grid-template-columns:1fr 1fr}.narrative-card:nth-child(2),.narrative-card:nth-child(4){transform:none}}@media (max-width:620px){.header-inner,.premium-hero-inner{width:min(100% - 32px,1240px)}.premium-hero{align-items:end;min-height:760px;padding:4.5rem 0 3.5rem}.hero-position-signals{object-position:67% center}.hero-scrim{background:linear-gradient(#f9faf614 0%,#f9faf64d 22%,#f9faf6f2 49%,#f9faf6 100%)}.premium-hero h1{max-width:14ch;font-size:clamp(2.65rem,12vw,3.75rem)}.premium-hero .lead{font-size:1rem;line-height:1.55}.hero-signals{display:none}.editorial-media,.context-media,.professional-media{border-radius:4px 24px;min-height:330px}.continuity-media img{object-position:68% center}.context-media img{object-position:62% center}.professional-media img{object-position:66% center}.context-card{margin:-2rem .75rem 0;padding:1.6rem}.timeline-mini{grid-template-columns:1fr}.timeline-mini i{width:1px;height:18px;margin-left:1rem}.route-gallery,.method-grid{grid-template-columns:1fr}.route-card-premium{min-height:0}.method-grid article{min-height:230px}.program-hero-premium .hero-grid{grid-template-columns:1fr;min-height:0}.program-hero-premium .hero-media{min-height:360px}.care-note{padding:4.5rem 1.5rem 1.5rem}.care-note-icon{top:1.5rem;left:1.5rem}}@media (max-width:900px){.business-hero .hero-grid,.business-problem-grid,.business-closing-grid{grid-template-columns:1fr}.business-hero .hero-grid{min-height:0}.business-hero h1{max-width:19ch}.business-hero .hero-media{min-height:480px}.business-method-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.business-problem-grid,.business-closing-grid{gap:2.5rem}}@media (max-width:620px){.premium-hero{min-height:980px}.hero-editorial-copy{gap:.7rem;font-size:.94rem!important;line-height:1.5!important}.route-card-premium.accent-ochre .route-card-body h3{font-size:1.8rem}.business-hero{padding:4.5rem 0}.business-hero h1{font-size:clamp(2.35rem,11vw,3rem)}.business-hero .lead{font-size:.98rem;line-height:1.55}.business-hero .hero-media{min-height:350px}.business-method-grid,.business-question-copy{grid-template-columns:1fr}.business-method-fact{min-height:115px}.business-question-copy{gap:.6rem;margin-top:2rem}.business-question-section h2,.business-problem-grid h2{font-size:2.2rem}.business-problem-close{margin-top:2.5rem}.business-closing-section .actions{align-items:flex-start}}.how-hero{background:#f5f4ed;align-items:center;min-height:720px;display:grid;position:relative;overflow:hidden}.how-hero-image{object-fit:cover;object-position:58% center}.how-hero-scrim{background:linear-gradient(90deg,#f9faf6fa 0%,#f9faf6eb 28%,#f9faf67a 48%,#f9faf605 70%);position:absolute;inset:0}.how-hero-content{z-index:1;padding-block:6rem;position:relative}.how-hero-content h1{max-width:12ch;color:var(--green-dark);font-size:clamp(3.25rem,5.8vw,5.75rem)}.how-hero-content .lead{color:#3f5755;max-width:620px}.how-method-band{color:#fff;background:var(--green-dark);padding:4.2rem 0}.how-method-band .eyebrow,.how-continuity-section .eyebrow{color:var(--mint)}.how-method-grid{border-block:1px solid #ffffff2e;grid-template-columns:repeat(4,minmax(0,1fr));margin-top:1.2rem;display:grid}.how-method-fact{border-right:1px solid #ffffff2e;align-content:center;gap:.35rem;min-height:145px;padding:1.4rem 2rem;display:grid}.how-method-fact:last-child{border-right:0}.how-method-fact strong{color:var(--mint);font-family:Georgia,Times New Roman,serif;font-size:clamp(1.9rem,3vw,2.8rem);line-height:1}.how-method-fact span{color:#ffffffc7;max-width:18ch}.how-premise{background:#fffdf8}.how-premise-grid{align-items:start}.how-premise h2{max-width:13ch;color:var(--green-dark)}.how-contrast{background:#fff;border:1px solid #e8dfcd;grid-template-columns:1fr auto 1fr;align-items:center;gap:1.25rem;padding:clamp(1.4rem,3vw,2.5rem);display:grid;box-shadow:0 24px 60px #073f3d14}.how-contrast article{background:#f5f2ea;flex-direction:column;justify-content:center;min-height:245px;padding:1.5rem;display:flex}.how-contrast article.is-connected{color:#fff;background:var(--green)}.how-contrast article>span{color:var(--ochre);letter-spacing:.14em;text-transform:uppercase;margin-bottom:2rem;font-size:.72rem;font-weight:850}.how-contrast article.is-connected>span{color:var(--mint)}.how-contrast strong{font-family:Georgia,Times New Roman,serif;font-size:1.65rem;line-height:1.1}.how-contrast p{color:var(--muted);margin:.8rem 0 0;font-size:.92rem}.how-contrast article.is-connected p{color:#ffffffc7}.how-contrast-arrow{color:var(--ochre);font-size:2rem}.how-process-heading{max-width:820px}.how-process-list{border-top:1px solid #bcd7ce;grid-template-columns:repeat(5,minmax(0,1fr));margin:0;padding:0;list-style:none;display:grid}.how-process-list li{min-height:300px;padding:2.4rem 1.5rem 1.5rem 0;position:relative}.how-process-list li:not(:last-child):after{content:"";background:var(--mint);border-radius:50%;width:9px;height:9px;position:absolute;top:-5px;right:1.5rem}.how-process-number{color:var(--green);letter-spacing:.12em;margin-bottom:3.5rem;font-weight:850;display:inline-block}.how-process-list h3{min-height:2.8em;color:var(--green-dark);margin-bottom:.8rem;font-size:1.45rem}.how-process-list p{color:var(--muted);margin:0;font-size:.93rem}.how-universes-section{background:#fff}.how-universe-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;display:grid}.how-universe-card{border:1px solid var(--line);border-top:5px solid var(--mint);background:#fbfdfc;min-height:270px;padding:2rem}.how-universe-card.accent-blue{border-top-color:var(--blue)}.how-universe-card.accent-violet{border-top-color:var(--violet)}.how-universe-card.accent-ochre{border-top-color:var(--ochre)}.how-signal-mark{width:68px;height:68px;color:var(--green);background:linear-gradient(145deg,#75d2b433,#ffffffeb),#f6fbf9;border:1px solid #0b5d5a24;border-radius:20px;place-items:center;margin-bottom:2.1rem;display:grid;transform:rotate(-2deg);box-shadow:0 13px 28px #0b5d5a17,inset 0 1px #ffffffe6}.how-universe-card.accent-blue .how-signal-mark{color:var(--blue);background:linear-gradient(145deg,#3a78d226,#fff);border-color:#3a78d229}.how-universe-card.accent-violet .how-signal-mark{color:var(--violet);background:linear-gradient(145deg,#7356be26,#fff);border-color:#7356be29}.how-universe-card.accent-ochre .how-signal-mark{color:var(--ochre);background:linear-gradient(145deg,#e1a12b2b,#fff);border-color:#e1a12b2e}.how-universe-icon-svg{stroke:currentColor;stroke-width:1.9px;stroke-linecap:round;stroke-linejoin:round;width:40px;height:40px;overflow:visible}.how-universe-card:nth-child(2n) .how-signal-mark{transform:rotate(2deg)}.how-universe-card h3{margin-bottom:.7rem;font-size:1.55rem}.how-universe-card p{color:var(--muted);margin:0}.how-atlas{margin:4rem 0 0}.how-atlas-media{aspect-ratio:1.75;border:1px solid var(--line);box-shadow:var(--shadow);position:relative;overflow:hidden}.how-atlas-media img{object-fit:contain;background:#fff}.hkt-source-hotspots{z-index:2;position:absolute;inset:0}.hkt-source-hotspot{width:13.2%;height:39.2%;position:absolute;top:7.2%}.hkt-source-hotspot>button{color:#0000;cursor:help;background:0 0;border:1px solid #0000;border-radius:12px;width:100%;transition:border-color .18s,background-color .18s,box-shadow .18s;position:absolute;inset:0}.hkt-source-hotspot>button span{color:#0000;background:#0b5d5a14;border-radius:50%;place-items:center;width:1.65rem;height:1.65rem;display:grid;position:absolute;bottom:.5rem;right:.5rem;overflow:hidden}.hkt-source-hotspot>button span:after{content:"i";color:var(--green);font-family:Georgia,serif;font-size:.92rem;font-style:italic;font-weight:700}.hkt-source-hotspot:is(:hover,:focus-within,.is-open)>button{background:#75d2b414;border-color:#0b5d5a66;box-shadow:0 16px 36px #073f3d29}.hkt-source-hotspot>button:focus-visible{outline:3px solid var(--blue);outline-offset:3px}.hkt-source-garmin{left:30.2%}.hkt-source-cgm{left:44.1%}.hkt-source-biometrics{left:57.6%}.hkt-source-questionnaires{left:71.1%}.hkt-source-context{width:13%;left:84.7%}.hkt-source-popover{z-index:4;color:#fff;opacity:0;visibility:hidden;pointer-events:none;background:#064240f7;border:1px solid #75d2b44d;border-radius:18px;width:min(330px,29vw);padding:1.35rem;transition:opacity .18s,transform .18s,visibility .18s;position:absolute;top:calc(100% + .4rem);left:50%;transform:translate(-50%,8px);box-shadow:0 24px 60px #073f3d47}.hkt-source-garmin .hkt-source-popover{left:0;transform:translateY(8px)}.hkt-source-context .hkt-source-popover{left:auto;right:0;transform:translateY(8px)}.hkt-source-hotspot:is(:hover,:focus-within,.is-open) .hkt-source-popover{opacity:1;visibility:visible;transform:translate(-50%)}.hkt-source-garmin:is(:hover,:focus-within,.is-open) .hkt-source-popover,.hkt-source-context:is(:hover,:focus-within,.is-open) .hkt-source-popover{transform:translate(0)}.hkt-source-kicker{color:var(--mint);letter-spacing:.14em;text-transform:uppercase;font-size:.68rem;font-weight:850}.hkt-source-popover h3{color:#fff;margin:.35rem 0 .45rem;font-size:1.35rem}.hkt-source-popover p,.hkt-source-popover dd{color:#ffffffd1;font-size:.78rem;line-height:1.5}.hkt-source-popover .hkt-source-count{color:#fff;margin:0 0 .9rem;font-weight:750}.hkt-source-popover dl,.hkt-source-popover dl div{gap:.2rem;display:grid}.hkt-source-popover dl{gap:.75rem;margin:0}.hkt-source-popover dt{color:var(--mint);letter-spacing:.08em;text-transform:uppercase;font-size:.68rem;font-weight:800}.hkt-source-popover dd{margin:0}.hkt-source-popover .hkt-source-boundary{color:#ffffffa8;border-top:1px solid #ffffff24;margin:.9rem 0 0;padding-top:.75rem;font-size:.7rem}.hkt-source-mobile{display:none}@media (min-width:901px){.hkt-source-popover,.hkt-source-garmin .hkt-source-popover,.hkt-source-context .hkt-source-popover{z-index:500;width:min(430px,100vw - 2rem);max-height:calc(100vh - 2rem);position:fixed;top:50%;left:50%;right:auto;overflow-y:auto;transform:translate(-50%,calc(10px - 50%))}.hkt-source-hotspot:is(:hover,:focus-within,.is-open) .hkt-source-popover,.hkt-source-garmin:is(:hover,:focus-within,.is-open) .hkt-source-popover,.hkt-source-context:is(:hover,:focus-within,.is-open) .hkt-source-popover{transform:translate(-50%,-50%)}}.hkt-source-hotspot{transform-origin:50%;transition:transform .18s}.hkt-source-garmin{--atlas-width:757.58%;--atlas-left:-228.79%}.hkt-source-cgm{--atlas-width:757.58%;--atlas-left:-334.09%}.hkt-source-biometrics{--atlas-width:757.58%;--atlas-left:-436.36%}.hkt-source-questionnaires{--atlas-width:757.58%;--atlas-left:-538.64%}.hkt-source-context{--atlas-width:769.23%;--atlas-left:-651.54%}.hkt-source-zoom{z-index:2;opacity:0;pointer-events:none;background:#fff;border:1px solid #0b5d5a3d;border-radius:12px;transition:opacity .18s;position:absolute;inset:0;overflow:hidden;box-shadow:0 18px 38px #073f3d2e}.hkt-source-zoom img{top:-18.37%;left:var(--atlas-left);width:var(--atlas-width);max-width:none;height:auto;position:absolute}.hkt-source-hotspot>button{z-index:3}.hkt-source-hotspot:is(:hover,:focus-within,.is-open){z-index:8;transform:translateY(-4px)scale(1.055)}.hkt-source-hotspot:is(:hover,:focus-within,.is-open) .hkt-source-zoom{opacity:1}@media (min-width:901px){.hkt-source-hotspot .hkt-source-popover,.hkt-source-garmin .hkt-source-popover,.hkt-source-context .hkt-source-popover{border-radius:14px;width:min(250px,25vw);max-height:none;padding:.85rem 1rem;position:absolute;top:50%;left:auto;right:calc(100% + .65rem);overflow:visible;transform:translate(7px,-50%)}.hkt-source-hotspot:is(:hover,:focus-within,.is-open) .hkt-source-popover{transform:translateY(-50%)}}.hkt-source-popover h3{margin:.18rem 0 .3rem;font-size:1.02rem}.hkt-source-popover p{margin:0;font-size:.68rem;line-height:1.42}.hkt-source-popover .hkt-source-meta{color:#ffffffa3;border-top:1px solid #ffffff24;margin-top:.5rem;padding-top:.45rem;font-size:.58rem}.hkt-source-kicker{font-size:.58rem}.how-atlas figcaption{max-width:900px;color:var(--muted);margin-top:1rem;font-size:.86rem}@media (max-width:900px){.hkt-source-hotspots{display:none}.hkt-source-mobile{border:1px solid var(--line);background:#f7fbfa;border-radius:20px;gap:1rem;margin-top:1.2rem;padding:1.2rem;display:grid}.hkt-source-mobile>p{color:var(--muted);margin:0;font-size:.86rem}.hkt-source-mobile-tabs{scrollbar-width:thin;gap:.55rem;padding:.2rem 0 .45rem;display:flex;overflow-x:auto}.hkt-source-mobile-tabs button{color:var(--green);font:inherit;background:#fff;border:1px solid #0b5d5a2e;border-radius:999px;flex:none;padding:.72rem .95rem;font-size:.78rem;font-weight:800}.hkt-source-mobile-tabs button:is(:hover,:focus-visible,.is-active){border-color:var(--green);color:#fff;background:var(--green);outline:none}.hkt-source-mobile>.hkt-source-popover{opacity:1;visibility:visible;pointer-events:auto;width:100%;position:static;transform:none}}.how-professional-section{color:#fff;background:var(--green-dark)}.how-professional-section .eyebrow{color:var(--mint)}.how-professional-section h2{max-width:14ch}.how-professional-section p{color:#ffffffc7}.how-professional-media{border-radius:4px 48px;min-height:560px;position:relative;overflow:hidden}.how-professional-media img{object-fit:cover;object-position:68% center}.how-professional-section .boundary-note{border-left:4px solid var(--mint);color:#fff;background:#ffffff14;margin-top:2rem;padding:1.3rem 1.5rem}.how-route-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem;display:grid}.how-route-card{border-top:6px solid var(--blue);background:#fff;flex-direction:column;min-height:610px;padding:clamp(2rem,4vw,3.5rem);display:flex;box-shadow:0 20px 55px #073f3d14}.how-route-company{border-top-color:var(--ochre)}.how-route-label{color:var(--green);letter-spacing:.15em;text-transform:uppercase;margin-bottom:3rem;font-size:.74rem;font-weight:850}.how-route-card h3{max-width:18ch;font-size:clamp(2rem,3.3vw,3rem)}.how-route-card p,.how-route-card li{color:var(--muted)}.how-route-card ul{gap:.65rem;margin:1rem 0 2.5rem;padding-left:1.2rem;display:grid}.how-route-card .text-link{align-self:flex-start;margin-top:auto}.how-continuity-section{color:#fff;background:linear-gradient(125deg, var(--green-dark), #0b5d5a 72%);padding:6.5rem 0}.how-continuity-grid{grid-template-columns:1.05fr .95fr;align-items:start;gap:clamp(3rem,8vw,8rem);display:grid}.how-continuity-section h2{max-width:13ch}.how-continuity-section p{color:#ffffffc7;font-size:1.08rem}.how-continuity-section .button{margin-top:1.2rem}@media (max-width:980px){.how-process-list{grid-template-columns:repeat(2,minmax(0,1fr))}.how-process-list li{border-top:1px solid #bcd7ce;min-height:245px}.how-process-list li:not(:last-child):after{display:none}.how-universe-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:800px){.how-hero{align-items:end;min-height:820px}.how-hero-image{object-position:69% center}.how-hero-scrim{background:linear-gradient(#f9faf605 0%,#f9faf640 28%,#f9faf6f0 56%,#f9faf6 100%)}.how-hero-content{padding-block:18rem 3.5rem}.how-hero-content h1{max-width:13ch;font-size:clamp(2.7rem,10vw,4.2rem)}.how-method-grid,.how-route-grid,.how-continuity-grid{grid-template-columns:1fr 1fr}.how-method-fact:nth-child(2){border-right:0}.how-method-fact:nth-child(-n+2){border-bottom:1px solid #ffffff2e}.how-route-grid,.how-continuity-grid{grid-template-columns:1fr}.how-route-card{min-height:0}}@media (max-width:620px){.how-hero{min-height:0;display:block}.how-hero-image{object-fit:contain;object-position:center top}.how-hero-scrim{background:linear-gradient(#f9faf600 0%,#f9faf614 20%,#f9faf6fa 31%,#f9faf6 100%)}.how-hero-content{padding-block:16.5rem 3.5rem}.how-hero-content h1{font-size:clamp(2.55rem,12vw,3.45rem)}.how-method-grid,.how-process-list,.how-universe-grid{grid-template-columns:1fr}.how-method-fact{border-bottom:1px solid #ffffff2e;border-right:0;min-height:110px}.how-method-fact:last-child{border-bottom:0}.how-contrast{grid-template-columns:1fr}.how-contrast article{min-height:210px}.how-contrast-arrow{text-align:center;transform:rotate(90deg)}.how-process-list li{min-height:0;padding:2rem 0}.how-process-number{margin-bottom:1.5rem}.how-process-list h3{min-height:0}.how-atlas{margin-top:2.5rem}.how-atlas-media{aspect-ratio:1.15}.how-atlas-media img{object-fit:cover;object-position:left center}.how-professional-media{min-height:380px}.how-route-card{padding:2rem 1.4rem}}.business-hero-link{color:var(--green);align-items:center;gap:1rem;padding:.4rem 0 .55rem;font-size:1.03rem;font-weight:850;text-decoration:none;display:inline-flex;position:relative}.business-hero-link:after{content:"";background:var(--green);transform-origin:0;height:2px;transition:transform .25s;position:absolute;bottom:0;left:0;right:0}.business-hero-link:hover:after{transform:scaleX(.72)}.business-hero-arrow{font-size:1.45rem;font-weight:500;transition:transform .25s;display:inline-block}.business-hero-link:hover .business-hero-arrow{transform:translate(6px)}.people-routes-section{background:linear-gradient(140deg,#75d2b417,#0000 44%),#fff}.people-route-grid{align-items:stretch}.people-route-card{border-top:5px solid var(--violet);border-radius:4px 30px;min-height:430px;padding:2.4rem}.people-route-card.accent-blue{border-top-color:var(--blue)}.people-route-card.accent-ochre{border-top-color:var(--ochre)}.people-route-kicker{color:var(--muted);letter-spacing:.14em;text-transform:uppercase;margin-bottom:1.2rem;font-size:.7rem;font-weight:850}.people-route-card h2{font-size:clamp(2rem,3vw,2.85rem)}.women-page{--women-rose:#d9869d;--women-rose-soft:#f9e8ec;--women-plum:#5f3f73}.women-hero{background:radial-gradient(circle at 12% 18%,#d9869d2b,#0000 26%),linear-gradient(135deg,snow,#f2ebf8)}.women-hero .hero-copy h1{color:#193f3c}.women-hero .lead{max-width:680px}.women-hero-media{box-shadow:0 28px 70px #5f3f7329}.women-hero-media img{object-fit:cover;object-position:center}.women-statement{color:#fff;background:var(--women-plum);padding:3.8rem 0}.women-statement-grid{grid-template-columns:auto 1fr;align-items:center;gap:2rem;display:grid}.women-statement-number{color:#ffd4df;border:1px solid #ffffff59;border-radius:50%;place-items:center;width:58px;height:58px;font-weight:850;display:grid}.women-statement p{max-width:900px;margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.75rem,3.2vw,3rem);line-height:1.2}.women-heading-wide{max-width:880px}.women-all-stages{background:#fffdfb}.women-stage-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;display:grid}.women-stage-card{background:#fff;border:1px solid #eadde6;border-radius:4px 30px;min-height:350px;padding:2rem;box-shadow:0 14px 40px #5f3f7312}.women-stage-card:nth-child(2n){transform:translateY(1.5rem)}.women-stage-icon{width:70px;height:70px;color:var(--women-plum);background:var(--women-rose-soft);border-radius:50%;place-items:center;margin-bottom:3rem;display:grid}.women-stage-icon svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;width:38px;height:38px}.women-stage-card h3{font-size:1.55rem}.women-stage-card p{color:var(--muted)}.women-context-section{background:linear-gradient(90deg,#d9869d14,#0000 50%),#f7f4f8}.women-context-media{border-radius:48px 4px;min-height:620px;position:relative;overflow:hidden;box-shadow:0 28px 70px #5f3f7324}.women-context-media img{object-fit:cover;object-position:center}.women-context-section h2{max-width:13ch}.women-story-lines{border-top:1px solid #dcced9;margin-top:2.5rem;display:grid}.women-story-lines span{color:#4a5c5a;border-bottom:1px solid #dcced9;padding:1rem 0 1rem 1.8rem;position:relative}.women-story-lines span:before{content:"";background:var(--women-rose);border-radius:50%;width:9px;height:9px;position:absolute;top:1.55rem;left:0}.women-process-grid{grid-template-columns:repeat(5,minmax(0,1fr));margin:0;padding:0;list-style:none;display:grid}.women-process-grid li{border-top:4px solid var(--women-rose);background:#fff;min-height:310px;padding:2rem 1.5rem}.women-process-grid li:nth-child(2n){border-top-color:var(--violet);background:#fbf8fd}.women-process-grid li>span{color:var(--women-rose);letter-spacing:.12em;margin-bottom:3.2rem;font-weight:850;display:block}.women-process-grid h3{font-size:1.5rem}.women-process-grid p{color:var(--muted);margin:0;font-size:.93rem}.women-assessment-section{background:#fffdfb}.women-assessment{background:#fff;border:1px solid #e7d9e3;border-radius:4px 42px;scroll-margin-top:100px;overflow:hidden;box-shadow:0 28px 80px #5f3f731a}.women-assessment-intro{color:#fff;background:radial-gradient(circle at 90% 0%, #d9869d6b, transparent 30%), var(--women-plum);padding:clamp(2rem,5vw,4.5rem)}.women-assessment-intro .eyebrow{color:#ffd4df}.women-assessment-intro h2{max-width:15ch}.women-assessment-intro>p{color:#ffffffc7;max-width:720px}.women-progress{max-width:620px;margin-top:2.5rem;font-size:.85rem;font-weight:800}.women-progress-track{background:#fff3;height:6px;margin-top:.65rem;overflow:hidden}.women-progress-track span{background:#ffd4df;height:100%;transition:width .25s;display:block}.women-question-list{padding:clamp(1.2rem,4vw,3.5rem)}.women-question{border:0;border-bottom:1px solid #e7d9e3;margin:0;padding:2rem 0}.women-question legend{width:100%;color:var(--ink);grid-template-columns:44px minmax(0,1fr);gap:1rem;margin-bottom:1.5rem;font-family:Georgia,Times New Roman,serif;font-size:1.35rem;line-height:1.3;display:grid}.women-question legend>span{color:var(--women-rose);letter-spacing:.12em;font-family:Inter,sans-serif;font-size:.78rem;font-weight:850}.women-answer-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:.55rem;padding-left:60px;display:grid}.women-answer-grid label{cursor:pointer;position:relative}.women-answer-grid input{opacity:0;position:absolute}.women-answer-grid label>span{min-height:64px;color:var(--muted);text-align:center;background:#fffdfd;border:1px solid #dfd3dc;place-items:center;padding:.65rem;font-size:.78rem;font-weight:750;line-height:1.25;transition:border-color .2s,color .2s,background .2s;display:grid}.women-answer-grid input:focus-visible+span{outline-offset:2px;outline:3px solid #3a78d26b}.women-answer-grid input:checked+span{border-color:var(--women-plum);color:#fff;background:var(--women-plum)}.women-assessment-result{background:#fbf6f8;border-top:1px solid #e7d9e3;min-height:220px;padding:clamp(2rem,5vw,4rem)}.women-assessment-result h3{max-width:26ch;font-size:clamp(1.9rem,3vw,2.7rem)}.women-assessment-result ul{flex-wrap:wrap;gap:.6rem;margin:1.5rem 0;padding:0;list-style:none;display:flex}.women-assessment-result li{color:var(--women-plum);background:#fff;border:1px solid #d9c6d3;border-radius:999px;padding:.55rem .8rem;font-size:.82rem;font-weight:800}.women-reset{border:0;border-bottom:2px solid var(--women-plum);color:var(--women-plum);cursor:pointer;font:inherit;background:0 0;padding:.7rem 0;font-weight:800}.women-professional-section{color:#fff;background:radial-gradient(circle at 8% 90%, #d9869d40, transparent 26%), var(--green-dark)}.women-professional-grid{grid-template-columns:.9fr 1.1fr;gap:clamp(3rem,8vw,8rem);display:grid}.women-professional-section .eyebrow{color:#ffd4df}.women-professional-section h2{max-width:14ch}.women-professional-copy>p,.women-professional-copy li{color:#ffffffc7}.women-professional-copy ul{border-top:1px solid #ffffff2e;gap:0;margin:2rem 0;padding:0;list-style:none;display:grid}.women-professional-copy li{border-bottom:1px solid #ffffff2e;padding:1rem 0 1rem 1.8rem}.women-professional-copy li:before{content:"✓";float:left;color:var(--mint);margin-left:-1.8rem;font-weight:900}.women-professional-copy .boundary-note{border-left-color:var(--women-rose);color:#fff;background:#ffffff14}.women-cta{background:linear-gradient(90deg, #d9869d3d, transparent 45%), var(--women-plum)}.men-assessment-section{background:linear-gradient(140deg,#3a78d214,#0000 42%),#f8fbff}.men-assessment-heading{max-width:840px}.men-assessment{border-color:#d7e2ef;scroll-margin-top:100px;box-shadow:0 28px 80px #204d7e1a}.men-assessment .women-assessment-intro{background:radial-gradient(circle at 88% 0,#75d2b452,#0000 31%),#174c70}.men-assessment .women-assessment-intro .eyebrow{color:var(--mint)}.men-assessment .women-progress-track span{background:var(--mint)}.men-assessment .women-question,.men-assessment .women-assessment-result{border-color:#d7e2ef}.men-assessment .women-question legend>span{color:var(--blue)}.men-assessment .women-answer-grid label>span{background:#fbfdff;border-color:#d7e2ef}.men-assessment .women-answer-grid input:checked+span{background:#174c70;border-color:#174c70}.men-assessment .women-assessment-result{background:#f3f8fd}.men-assessment .women-assessment-result li{color:#174c70;border-color:#c9d9e9}.men-assessment .women-reset{color:#174c70;border-bottom-color:#174c70}@media (max-width:1040px){.women-stage-grid,.women-process-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.women-process-grid li:last-child{grid-column:1/-1}.women-answer-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:800px){.women-professional-grid{grid-template-columns:1fr}.women-context-media{min-height:460px}}@media (max-width:720px){.people-route-grid{grid-template-columns:1fr}.people-route-card{min-height:340px}.women-statement-grid,.women-stage-grid,.women-process-grid{grid-template-columns:1fr}.women-stage-card:nth-child(2n){transform:none}.women-process-grid li,.women-process-grid li:last-child{grid-column:auto;min-height:235px}.women-question legend{grid-template-columns:1fr}.women-answer-grid{grid-template-columns:repeat(2,minmax(0,1fr));padding-left:0}.women-answer-grid label:last-child{grid-column:1/-1}}@media (max-width:480px){.business-hero-link{font-size:.95rem}.women-hero{padding-top:4rem}.women-hero .hero-media{min-height:390px}.women-context-media{min-height:380px}.women-assessment{border-radius:4px 28px}.women-question-list{padding-inline:1rem}.women-question legend{font-size:1.18rem}}
