:root{color:#17302f;background:#f5faf7;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{margin:0}.shell{background:linear-gradient(135deg,#f8fbff,#eef8f5);min-height:100vh;padding:28px}.home{flex-direction:column;justify-content:center;align-items:center;gap:22px;padding:26px 18px 36px;display:flex}.homeHero{text-align:center;width:min(100%,780px)}.homeHero h1{letter-spacing:0;margin:-6px 0 4px;font-size:clamp(3.2rem,14vw,7rem);line-height:.92}.homeText{color:#49625f;max-width:680px;margin:0 auto;font-size:clamp(1rem,2.4vw,1.18rem);line-height:1.7}.mascot{aspect-ratio:2/3;object-fit:cover;object-position:center 42%;border-radius:8px;width:min(78vw,380px);margin:6px auto 8px;display:block;box-shadow:0 24px 70px #17302f2e}.eyebrow{color:#176c72;text-transform:uppercase;letter-spacing:.08em;margin:0 0 10px;font-size:.78rem;font-weight:800}.panel{background:#fffffff0;border:1px solid #d5e7e1;border-radius:22px;padding:22px;box-shadow:0 22px 60px #18302e1a}.auth{gap:12px;width:min(100%,480px);margin:0 auto;display:grid}.auth h2{text-align:center;margin-bottom:4px}input,textarea{width:100%;font:inherit;border:1px solid #d5e7e1;border-radius:14px;margin:6px 0;padding:13px 14px}textarea{resize:vertical;min-height:92px}button{color:#fff;cursor:pointer;background:#176c72;border:0;border-radius:14px;padding:13px 16px;font-weight:800}button:disabled{opacity:.55;cursor:not-allowed}.actions{flex-wrap:wrap;gap:10px;display:flex}.error{color:#9f2f3f}.notice{color:#176c72;max-width:900px;margin:0 auto 18px;font-weight:700}.muted{color:#58706c;line-height:1.55}nav{justify-content:space-between;align-items:center;gap:12px;margin-bottom:20px;display:flex}.grid{grid-template-columns:1fr;gap:18px;display:grid}.wide{grid-column:1/-1}h2,h3{margin-top:0}fieldset{border:1px solid #d5e7e1;border-radius:16px;margin:12px 0;padding:14px}legend{font-weight:800}.choice{color:#415f5b;margin:8px 0;display:block}.choice input{width:auto;margin-right:8px}article{border-top:1px solid #edf4f1;margin-top:12px;padding-top:12px}@media (width>=900px){.grid{grid-template-columns:360px 1fr}}.public-home{--ink:#18332d;--green:#265d50;--green-deep:#143d34;--sage:#dce7df;--paper:#f8f7f2;--sand:#e8dfcf;--line:#18332d29;color:var(--ink);background:var(--paper);overflow:hidden}.public-home *,.public-home :before,.public-home :after{box-sizing:border-box}.public-home button,.public-home input{font:inherit}.public-home button:focus-visible,.public-home a:focus-visible,.public-home input:focus-visible,.public-home summary:focus-visible{outline-offset:3px;outline:3px solid #d8a85d}.public-home a{color:inherit;text-decoration:none}.public-home h1,.public-home h2,.public-home h3,.public-home p{margin-top:0}.public-home h1,.public-home h2{letter-spacing:0;font-family:Georgia,Times New Roman,serif;font-weight:400}.public-home h1 em,.public-home h2 em,.public-home h3 em{color:#a66f31;font-weight:inherit}.public-home h2{margin-bottom:28px;font-size:clamp(2.35rem,5vw,4.7rem);line-height:1.04}.public-home h3{letter-spacing:0}.public-home p{line-height:1.72}.public-home article{border:0;margin:0;padding-top:0}.skip-link{z-index:100;background:#fff;padding:12px 16px;position:fixed;top:8px;left:8px;transform:translateY(-150%)}.skip-link:focus{transform:translateY(0)}.site-header{z-index:50;color:#fff;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#112a23eb;border-bottom:1px solid #ffffff29;justify-content:space-between;align-items:center;gap:28px;height:78px;padding:0 clamp(18px,4vw,64px);display:flex;position:fixed;top:0;left:0;right:0}.brand{flex:none;align-items:center;gap:11px;display:inline-flex}.brand>span:last-child{display:grid}.brand strong{letter-spacing:.12em;font-size:1.18rem;line-height:1}.brand small{letter-spacing:.24em;margin-top:4px;font-size:.52rem}.brand-mark{width:31px;height:31px;display:inline-block;position:relative;transform:rotate(-10deg)}.brand-mark span{background:currentColor;border-radius:52% 52% 45% 45%;width:15px;height:16px;position:absolute;bottom:2px;left:8px}.brand-mark i,.brand-mark b,.brand-mark em{background:currentColor;border-radius:50%;width:7px;height:10px;position:absolute}.brand-mark i{top:8px;left:2px;transform:rotate(-27deg)}.brand-mark b{top:1px;left:12px}.brand-mark em{top:8px;right:1px;transform:rotate(27deg)}.site-header nav{justify-content:center;align-items:center;gap:clamp(16px,2.2vw,32px);margin:0;display:flex}.site-header nav a{text-transform:uppercase;letter-spacing:.08em;white-space:nowrap;font-size:.75rem;font-weight:700;position:relative}.site-header nav a:after{content:"";background:#fff;height:1px;transition:right .25s;position:absolute;bottom:-8px;left:0;right:100%}.site-header nav a:hover:after{right:0}.header-actions{flex:none;align-items:center;gap:14px;display:flex}.public-home .text-button{color:#fff;text-transform:uppercase;letter-spacing:.08em;background:0 0;border-radius:0;padding:10px 4px;font-size:.74rem}.public-home .button{background:var(--green);color:#fff;text-transform:uppercase;letter-spacing:.07em;border-radius:3px;justify-content:center;align-items:center;gap:18px;min-height:48px;padding:13px 22px;font-size:.75rem;transition:transform .2s,background .2s;display:inline-flex}.public-home .button:hover{background:var(--green-deep);transform:translateY(-2px)}.public-home .button svg,.link-button svg{fill:none;stroke:currentColor;stroke-width:1.7px;width:18px}.public-home .compact{min-height:42px;color:var(--ink);background:#f1ede2;padding:10px 18px}.public-home .compact:hover{background:#fff}.menu-toggle{background:0 0;width:44px;height:44px;padding:0;display:none}.menu-toggle span{background:#fff;width:22px;height:1px;margin:6px auto;display:block}.hero{color:#fff;background:var(--green-deep);align-items:center;min-height:min(900px,100svh);display:flex;position:relative}.hero-image{object-fit:cover;object-position:center;width:100%;height:100%;position:absolute;inset:0}.hero-shade{background:#0a1c176b;position:absolute;inset:0}.hero-content{z-index:2;width:min(100% - 40px,1280px);margin:74px auto 0;padding-right:42%;position:relative}.kicker{color:var(--green);letter-spacing:.15em;text-transform:uppercase;margin-bottom:18px;font-size:.72rem;font-weight:800;line-height:1.2}.kicker.light{color:#e8dfcf}.hero h1{text-shadow:0 3px 24px #00000047;max-width:850px;margin-bottom:28px;font-size:clamp(3.2rem,6.6vw,7rem);line-height:.98}.hero h1 em{color:#e8c78e}.hero-content>p:not(.kicker){text-shadow:0 2px 12px #00000059;max-width:660px;font-size:clamp(1.05rem,1.4vw,1.25rem)}.button-row{flex-wrap:wrap;align-items:center;gap:28px;margin-top:38px;display:flex}.public-home .light-button{color:var(--ink);background:#f2eee4}.public-home .light-button:hover{background:#fff}.link-button{letter-spacing:.08em;text-transform:uppercase;border-bottom:1px solid;align-items:center;gap:12px;padding:12px 0;font-size:.75rem;font-weight:800;display:inline-flex}.scroll-cue{z-index:2;letter-spacing:.15em;justify-items:center;gap:10px;font-size:.62rem;display:grid;position:absolute;bottom:24px;left:50%;transform:translate(-50%)}.scroll-cue span{background:#fff;width:1px;height:34px;display:block}.section{width:100%;padding:clamp(82px,10vw,150px) max(24px,50vw - 620px);position:relative}.section-number{color:#18332d2e;font-family:Georgia,serif;font-size:6rem;position:absolute;top:90px;left:max(24px,50vw - 720px)}.section-copy{max-width:900px;margin-left:12%}.intro-section{background:#f8f7f2}.intro-columns{grid-template-columns:1fr 1fr;align-items:center;gap:12%;margin:70px 8% 0 12%;display:grid}.intro-columns .lead{font-family:Georgia,serif;font-size:1.45rem;line-height:1.55}.intro-columns blockquote{color:#5b655f;border-left:1px solid #b08b59;margin:0;padding:35px 0 35px 50px;font-family:Georgia,serif;font-size:clamp(1.6rem,2.7vw,2.5rem);line-height:1.45}.intro-columns blockquote strong{color:var(--green);font-weight:400}.dyad-section{background:#e8eee9}.section-heading{max-width:850px}.section-heading.centered{text-align:center;margin:0 auto 80px}.section-heading>p:not(.kicker){color:#566761;max-width:650px;font-size:1.08rem}.section-heading.centered>p:not(.kicker){margin-left:auto;margin-right:auto}.dyad-map{grid-template-columns:1fr .72fr 1fr;align-items:stretch;max-width:1120px;margin:0 auto;display:grid}.dyad-map article{background:#f8f7f2;border:1px solid #18332d1a;padding:38px}.portrait{aspect-ratio:1;color:#fff;border-radius:50%;place-items:center;width:72px;margin-bottom:32px;font-family:Georgia,serif;font-size:1.7rem;display:grid}.dog-portrait{background:#315c4f}.human-portrait{background:#9b7449}.dyad-map h3{margin-bottom:26px;font-family:Georgia,serif;font-size:1.7rem}.dyad-map ul,.comparison ul,.goals-section ul,.report-layout ul{margin:0;padding:0;list-style:none}.dyad-map li{border-bottom:1px solid var(--line);color:#4f625c;padding:10px 0}.between{text-align:center;color:#fff;background:var(--green);flex-direction:column;justify-content:center;align-items:center;padding:30px 20px;display:flex}.between>i{background:#fff6;width:1px;height:55px;margin:14px 0}.between .brand-mark{width:38px;height:38px}.between h3{margin:18px 0;font-family:Georgia,serif;font-size:1.65rem;line-height:1.3}.between h3 em{color:#e8c78e}.between p{color:#ffffffbf;margin:0;font-size:.84rem}.dyad-goal{text-align:center;margin:42px auto 0;font-family:Georgia,serif;font-size:1.45rem}.journey-section{background:#f8f7f2}.journey-head{grid-template-columns:1.5fr .7fr;align-items:end;gap:10%;margin-bottom:75px;display:grid}.journey-head>p{color:#5d6b66}.journey-layout{grid-template-columns:.85fr 1.15fr;align-items:center;gap:9%;display:grid}.timeline{margin:0;padding:0;list-style:none}.timeline li{grid-template-columns:46px 1fr;gap:18px;padding:0 0 28px;display:grid;position:relative}.timeline li:before{content:"";background:#bdc9c1;width:1px;position:absolute;top:27px;bottom:0;left:18px}.timeline li:last-child:before{display:none}.timeline li>span{z-index:1;width:37px;height:37px;color:var(--green);background:#f8f7f2;border:1px solid #91a69b;border-radius:50%;place-items:center;font-size:.68rem;font-weight:800;display:grid;position:relative}.timeline h3{margin:3px 0 5px;font-family:Georgia,serif;font-size:1.28rem}.timeline p{color:#63716c;margin:0;font-size:.9rem}.preview-stack{min-height:650px;padding-top:35px;position:relative}.ui-shot{color:var(--ink);background:#fff;border:1px solid #18332d1f;border-radius:6px;padding:26px;position:relative;overflow:hidden;box-shadow:0 24px 70px #22403521}.ui-shot h3{font-family:Georgia,serif;font-size:1.5rem}.ui-shot p{color:#65736e;font-size:.8rem}.ui-shot button{background:var(--green);border-radius:2px;font-size:.68rem}.ui-bar{border-bottom:1px solid #e4e9e6;align-items:center;gap:10px;margin-bottom:25px;padding-bottom:18px;font-size:.8rem;font-weight:800;display:flex}.ui-bar .brand-mark{width:20px;height:20px;color:var(--green);transform:scale(.7)}.ui-bar small{color:#84928d;margin-left:auto;font-size:.65rem;font-weight:500}.ui-label{letter-spacing:.13em;margin-bottom:8px;font-weight:800;color:#4e766a!important;font-size:.58rem!important}.ui-welcome{justify-content:space-between;padding:15px 10px 28px;display:flex}.ui-welcome h3{margin-bottom:7px;font-size:2rem}.ui-dog-avatar{color:#fff;background:#9b7449;border-radius:50%;place-items:center;width:70px;height:70px;font-family:Georgia,serif;font-size:1.5rem;display:grid}.ui-metrics{background:#eff3ef;grid-template-columns:repeat(3,1fr);margin-bottom:20px;display:grid}.ui-metrics div{border-right:1px solid #fff;gap:4px;padding:18px;display:grid}.ui-metrics strong{font-family:Georgia,serif;font-size:1.7rem}.ui-metrics span{color:#6b7873;font-size:.65rem}.ui-next{background:#e7dfcf;grid-template-columns:1fr auto;align-items:center;gap:8px 16px;padding:22px;display:grid}.ui-next span{color:#77684f;letter-spacing:.12em;grid-column:1;font-size:.55rem}.ui-next strong{font-size:.84rem}.ui-next button{grid-area:1/2/3}.phone-preview{background:#263b35;border-radius:24px;width:44%;padding:8px;position:absolute;bottom:0;right:-25px;box-shadow:0 24px 50px #18332d47}.phone-preview .ui-shot{min-height:480px;box-shadow:none;border-radius:18px;padding:22px 16px}.phone-preview .ui-bar span{font-size:.66rem}.phone-preview .ui-bar small{display:none}.ui-option{border:1px solid #dce4df;align-items:center;gap:8px;margin:9px 0;padding:12px;font-size:.7rem;display:flex}.ui-option span{border:1px solid #81958a;border-radius:50%;width:12px;height:12px}.ui-option.selected{background:#eaf0eb;border-color:#93aa9e}.ui-option.selected span{background:var(--green);box-shadow:0 0 0 1px var(--green);border:3px solid #fff}.ui-progress{background:#e1e7e3;height:3px;margin-top:28px}.ui-progress i{background:var(--green);width:40%;height:100%;display:block}.centered-button{margin:55px auto 0}.method-section{color:#fff;background:var(--green-deep)}.method-section .kicker{color:#d7c5a8}.method-section h2 em{color:#e6c990}.method-intro{grid-template-columns:1fr 260px;align-items:center;gap:10%;margin-bottom:65px;display:grid}.method-intro>div{max-width:720px}.method-intro p:not(.kicker){color:#becdc6;max-width:560px}.method-intro img{object-fit:cover;object-position:50% 44%;filter:saturate(.75);border-radius:3px;width:230px;height:280px}.principle-grid{border-top:1px solid #ffffff2e;border-left:1px solid #ffffff2e;grid-template-columns:repeat(4,1fr);display:grid}.principle-grid article{border-bottom:1px solid #ffffff2e;border-right:1px solid #ffffff2e;min-height:245px;padding:28px}.principle-grid article>span{color:#d6bc8c;font-family:Georgia,serif}.principle-grid h3{margin:48px 0 14px;font-family:Georgia,serif;font-size:1.25rem}.principle-grid p{color:#b6c7c0;margin:0;font-size:.83rem}.observe-section{background:#f8f7f2}.observation-grid{border-top:1px solid var(--line);border-left:1px solid var(--line);grid-template-columns:repeat(4,1fr);margin-top:65px;display:grid}.observation-grid article{border-right:1px solid var(--line);border-bottom:1px solid var(--line);min-height:210px;padding:26px}.observation-grid span{color:#9c7950;font-family:Georgia,serif}.observation-grid h3{margin:48px 0 8px;font-family:Georgia,serif;font-size:1.3rem}.observation-grid p{color:#65736e;margin:0;font-size:.85rem}.activity-showcase{background:#e7ede8;grid-template-columns:.8fr 1.2fr;align-items:center;gap:10%;margin-top:130px;padding:85px;display:grid}.activity-showcase>div:first-child p:not(.kicker){color:#607069}.ui-activity{padding:32px}.ui-activity h3{font-size:2rem}.ui-observe{flex-wrap:wrap;gap:8px;margin:30px 0;display:flex}.ui-observe strong{width:100%;font-size:.72rem}.ui-observe span{background:#edf2ee;padding:7px 11px;font-size:.67rem}.comparison-section{background:#eee7dc}.comparison{grid-template-columns:1fr 1fr;max-width:980px;margin:0 auto;display:grid}.comparison article{padding:50px}.comparison .not{background:#ded7cd}.comparison .we-do{color:#fff;background:var(--green)}.comparison .we-do .kicker{color:#dcc59f}.comparison li{border-bottom:1px solid #18332d24;padding:15px 0 15px 28px;position:relative}.comparison .we-do li{border-color:#fff3}.comparison li:before{position:absolute;left:0}.comparison .not li:before{content:"–"}.comparison .we-do li:before{content:"+";color:#e6c990}.goals-section{color:#fff;background:#31594e;grid-template-columns:1.25fr .75fr;gap:12%;display:grid}.goals-copy>p:not(.kicker){color:#cad7d1;max-width:620px}.goals-section h2 em{color:#e6c990}.goals-section li{border-bottom:1px solid #ffffff29;padding:13px 0 13px 25px;position:relative}.goals-section li:before{content:"";background:#d8b579;border-radius:50%;width:8px;height:8px;position:absolute;top:21px;left:0}.goals-section blockquote{color:#eee5d4;border-left:1px solid #ffffff4d;align-self:center;margin:0;padding:45px 0 45px 45px;font-family:Georgia,serif;font-size:clamp(1.7rem,3vw,2.65rem);line-height:1.35}.foundations-section{background:#f8f7f2}.foundations-grid{grid-template-columns:1.05fr .95fr;align-items:center;gap:10%;display:grid}.foundations-grid>div>p:not(.kicker){color:#5d6d66;font-size:1.02rem}.foundations-grid aside{color:#fff;background:#6f745f;padding:60px}.foundations-grid aside .brand-mark{color:#e7d4ad}.foundations-grid aside h3{margin:25px 0;font-family:Georgia,serif;font-size:2rem}.foundations-grid aside p{color:#e1e4db}.foundations-grid aside strong{border-top:1px solid #ffffff47;margin-top:30px;padding-top:25px;display:block}.report-section{background:#e7ede8}.report-layout{grid-template-columns:1.15fr .85fr;align-items:center;gap:9%;display:grid}.ui-report{min-height:470px}.ui-report-grid{grid-template-columns:1fr 170px;gap:30px;display:grid}.ui-report-grid h3{font-size:1.8rem}.ui-radar{border:1px solid #c7d4cd;border-radius:50%;width:160px;height:160px;margin:10px auto;position:relative}.ui-radar:before,.ui-radar:after{content:"";border:1px solid #d8e0dc;border-radius:50%;position:absolute;inset:25%}.ui-radar:after{inset:47%}.ui-radar i{background:#2a635259;position:absolute;inset:38% 18% 22% 30%;transform:rotate(24deg)}.ui-radar span{text-align:center;width:100%;font-size:.6rem;position:absolute;bottom:-24px}.ui-insight{background:#edf2ee;margin-top:55px;padding:20px}.ui-insight p{margin:5px 0 0}.report-layout>div:last-child>p:not(.kicker){color:#5e6d67}.report-layout li{border-bottom:1px solid var(--line);padding:12px 0 12px 25px;position:relative}.report-layout li:before{content:"+";color:var(--green);position:absolute;left:0}.reserved-section{color:#fff;background:var(--green-deep);grid-template-columns:1fr 520px;align-items:center;gap:9%;display:grid}.reserved-copy{min-height:630px;padding-right:220px;position:relative}.reserved-copy h2 em{color:#e6c990}.reserved-copy>p:not(.kicker){color:#becdc6}.reserved-copy img{object-fit:cover;object-position:50% 42%;opacity:.82;mix-blend-mode:luminosity;width:250px;height:380px;position:absolute;bottom:0;right:-20px}.auth-card{color:var(--ink);background:#f8f7f2;border-radius:5px;padding:46px}.auth-tabs{border-bottom:1px solid var(--line);grid-template-columns:1fr 1fr;margin-bottom:45px;display:grid}.auth-tabs button{color:#71807a;letter-spacing:.08em;text-transform:uppercase;background:0 0;border-radius:0;padding:14px 5px;font-size:.73rem}.auth-tabs button[aria-selected=true]{color:var(--green);border-bottom:2px solid var(--green)}.auth-card h3{margin:0 0 10px;font-family:Georgia,serif;font-size:2rem}.auth-card>div>p:not(.kicker){color:#66736e;font-size:.9rem}.auth-card form{gap:14px;margin:28px 0 20px;display:grid}.auth-card label{color:#445852;gap:7px;font-size:.73rem;font-weight:800;display:grid}.auth-card input{background:#fff;border:1px solid #ccd7d1;border-radius:2px;height:49px;margin:0;padding:11px 13px}.form-row{grid-template-columns:1fr 1fr;gap:12px;display:grid}.full-button{width:100%;margin-top:5px}.form-message{color:#9f2f3f;margin:0;font-size:.8rem}.auth-card>small{color:#7c8984;line-height:1.5;display:block}.faq-section{background:#f8f7f2;grid-template-columns:.65fr 1.35fr;gap:10%;display:grid}.faq-heading{align-self:start;position:sticky;top:120px}.faq-list details{border-top:1px solid var(--line)}.faq-list details:last-child{border-bottom:1px solid var(--line)}.faq-list summary{cursor:pointer;justify-content:space-between;gap:25px;padding:24px 0;font-family:Georgia,serif;font-size:1.15rem;list-style:none;display:flex}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary span{color:var(--green);font-family:sans-serif;font-size:1.5rem;transition:transform .2s}.faq-list details[open] summary span{transform:rotate(45deg)}.faq-list details p{color:#61706a;max-width:700px;padding:0 50px 20px 0}.final-cta{text-align:center;color:#fff;background:#6e765f;place-items:center;min-height:620px;padding:80px 24px;display:grid}.final-cta>div{max-width:780px}.final-cta .brand-mark{color:#e8d4aa;width:48px;height:48px;margin-bottom:26px}.final-cta h2{margin-bottom:25px;font-size:clamp(3rem,7vw,6.5rem)}.final-cta p:not(.kicker){color:#eef0e8;max-width:650px;margin:0 auto 35px;font-size:1.1rem}.final-cta .button{margin:0 auto}.public-home footer{color:#fff;background:#102e27;padding:75px max(24px,50vw - 620px) 30px}.footer-brand{border-bottom:1px solid #ffffff26;justify-content:space-between;align-items:start;padding-bottom:55px;display:flex}.footer-brand p{text-align:right;color:#d2dbd6;font-family:Georgia,serif;font-size:1.5rem;line-height:1.4}.footer-links{grid-template-columns:repeat(3,1fr);gap:45px;max-width:650px;margin:55px 0;display:grid}.footer-links div{align-content:start;gap:12px;display:grid}.footer-links strong{color:#ddc69e;letter-spacing:.13em;text-transform:uppercase;margin-bottom:8px;font-size:.7rem}.footer-links a,.footer-links button,.footer-links span{color:#c8d3ce;text-align:left;background:0 0;border-radius:0;padding:0;font-size:.84rem;font-weight:400}.footer-bottom{color:#81968e;letter-spacing:.05em;border-top:1px solid #ffffff26;justify-content:space-between;padding-top:25px;font-size:.68rem;display:flex}@media (width<=1080px){.site-header nav{background:#153c33;padding:28px;display:none;position:fixed;top:78px;left:0;right:0}.site-header nav.open{justify-content:stretch;display:grid}.site-header nav a{padding:10px}.menu-toggle{margin-left:auto;display:block}.header-actions .text-button{display:none}.hero-content{padding-right:25%}.principle-grid,.observation-grid{grid-template-columns:repeat(2,1fr)}.journey-layout{gap:4%}.activity-showcase{padding:60px 45px}.reserved-section{grid-template-columns:1fr 470px;gap:4%}.reserved-copy{padding-right:130px}.reserved-copy img{width:180px}}@media (width<=800px){.site-header{height:68px}.site-header nav{top:68px}.header-actions .compact{display:none}.hero{align-items:end;min-height:760px}.hero-image{object-position:62% center}.hero-shade{background:#0a1c178a}.hero-content{width:calc(100% - 38px);margin:0 auto;padding:0 0 100px}.hero h1{font-size:clamp(2.9rem,14vw,4.7rem)}.hero-content>p:not(.kicker){max-width:95%;font-size:1rem}.scroll-cue{display:none}.section{padding:85px 22px}.public-home h2{font-size:clamp(2.35rem,11vw,3.6rem)}.section-number{display:none}.section-copy{margin-left:0}.intro-columns,.journey-head,.journey-layout,.activity-showcase,.goals-section,.foundations-grid,.report-layout,.reserved-section,.faq-section{grid-template-columns:1fr}.intro-columns{gap:50px;margin:45px 0 0}.intro-columns blockquote{padding-left:28px}.section-heading.centered{margin-bottom:50px}.dyad-map{grid-template-columns:1fr}.between{min-height:280px}.between>i{height:35px}.journey-head{gap:5px;margin-bottom:50px}.journey-layout{gap:40px}.preview-stack{min-height:550px}.phone-preview{width:48%;right:0}.method-intro{grid-template-columns:1fr 130px;gap:15px}.method-intro img{width:130px;height:180px}.principle-grid,.observation-grid{grid-template-columns:1fr 1fr}.principle-grid article,.observation-grid article{min-height:225px;padding:20px}.principle-grid h3,.observation-grid h3{margin-top:30px}.activity-showcase{gap:45px;margin:80px -22px 0;padding:65px 22px}.comparison{grid-template-columns:1fr}.comparison article{padding:35px 28px}.goals-section{gap:50px}.goals-section blockquote{padding:35px 0 35px 28px}.foundations-grid{gap:50px}.foundations-grid aside{padding:38px 28px}.report-layout{gap:55px}.reserved-section{gap:45px}.reserved-copy{min-height:420px;padding-right:120px}.reserved-copy img{width:180px;height:280px}.auth-card{padding:35px 25px}.faq-heading{position:static}.footer-brand{gap:25px;display:grid}.footer-brand p{text-align:left}.footer-links{grid-template-columns:1fr 1fr}.footer-bottom{gap:10px;display:grid}}@media (width<=520px){.button-row{flex-direction:column;align-items:stretch;gap:10px}.button-row .button,.button-row .link-button{justify-content:space-between;width:100%}.hero-image{object-position:67% center}.hero-shade{background:#091a159c}.hero h1 br{display:none}.principle-grid,.observation-grid{grid-template-columns:1fr}.principle-grid article,.observation-grid article{min-height:auto}.method-intro{display:block}.method-intro img{float:right;margin:-20px 0 12px 15px}.preview-stack{min-height:510px}.ui-shot{padding:18px}.ui-welcome h3{font-size:1.4rem}.ui-dog-avatar{width:48px;height:48px}.ui-next{grid-template-columns:1fr}.ui-next button{grid-area:auto/1}.phone-preview{width:54%}.phone-preview .ui-shot{min-height:410px;padding:15px 10px}.phone-preview h3{font-size:1.05rem}.phone-preview .ui-option{padding:8px}.ui-report-grid{grid-template-columns:1fr}.ui-radar{display:none}.form-row{grid-template-columns:1fr}.reserved-copy{padding-right:85px}.reserved-copy img{opacity:.6;width:160px;right:-55px}.footer-links{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.public-home *{scroll-behavior:auto!important;transition:none!important}}
