:root{--ink:#171812; --muted:#665f55; --soft:#817769; --forest:#0b332a; --forest-2:#123f34; --olive:#66745c; --moss:#889170; --cream:#f8f1e6; --paper:#fffdf8; --bone:#eadcc7; --sand:#d5b77f; --gold:#b88132; --line:rgba(23,24,18,.12); --line-strong:rgba(23,24,18,.18); --shadow:0 18px 50px rgba(23,24,18,.08); --shadow-strong:0 28px 70px rgba(23,24,18,.12); --radius:28px; --radius-sm:18px; --max:1180px; --ease:cubic-bezier(.22,1,.36,1);}

*{box-sizing:border-box}

html{scroll-behavior:smooth;overflow-x:hidden}

body{margin:0;min-width:320px;overflow-x:hidden;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:radial-gradient(circle at 12% -8%,rgba(184,129,50,.15),transparent 30rem),radial-gradient(circle at 100% 2%,rgba(103,116,92,.18),transparent 34rem),linear-gradient(180deg,#fffdf8 0%,#f8f1e6 55%,#f2e6d4 100%);text-rendering:geometricPrecision;-webkit-font-smoothing:antialiased}

body::before{content:"";position:fixed;inset:0;z-index:-1;pointer-events:none;background-image:linear-gradient(rgba(11,51,42,.026) 1px,transparent 1px),linear-gradient(90deg,rgba(11,51,42,.026) 1px,transparent 1px);background-size:48px 48px;mask-image:linear-gradient(180deg,rgba(0,0,0,.45),transparent 70%)}

img,

svg{display:block;max-width:100%}

a{color:inherit}

button,

input,

textarea,

select{font:inherit}

.shell{width:min(var(--max),calc(100% - 40px));margin-inline:auto}

.narrow{max-width:820px}

.site-nav{position:sticky;top:0;z-index:50;background:rgba(255,253,248,.86);backdrop-filter:blur(18px);border-bottom:1px solid rgba(23,24,18,.08)}

.nav-inner{width:min(var(--max),calc(100% - 40px));min-height:76px;margin-inline:auto;display:flex;align-items:center;justify-content:space-between;gap:22px}

.brand,

.footer-brand{display:inline-flex;align-items:center;gap:12px;text-decoration:none;font-weight:900;letter-spacing:-.025em;color:var(--forest);white-space:nowrap}

.brand-mark{width:42px;height:42px;display:grid;place-items:center;border-radius:50%;background:rgba(255,253,248,.9);border:1px solid rgba(11,51,42,.12);box-shadow:0 10px 24px rgba(23,24,18,.06)}

.brand-mark img{width:31px;height:31px;object-fit:contain}

.nav-links{display:flex;align-items:center;gap:6px}

.nav-links a{display:inline-flex;align-items:center;min-height:42px;padding:0 14px;border-radius:999px;text-decoration:none;color:rgba(23,24,18,.68);font-weight:850;font-size:.92rem}

.nav-links a:hover,

.nav-links a.active{background:rgba(11,51,42,.08);color:var(--forest)}

.nav-toggle{display:none;width:44px;height:44px;border:1px solid var(--line);border-radius:999px;background:var(--paper);cursor:pointer}

.nav-toggle span,

.nav-toggle span::before,

.nav-toggle span::after{display:block;width:18px;height:2px;background:var(--forest);border-radius:999px;margin:auto;position:relative}

.nav-toggle span::before,

.nav-toggle span::after{content:"";position:absolute;left:0}

.nav-toggle span::before{top:-6px}

.nav-toggle span::after{top:6px}

.eyebrow{margin:0 0 14px;text-transform:uppercase;letter-spacing:.13em;font-size:.74rem;font-weight:950;color:var(--gold)}

h1,

h2,

h3,

p{margin-top:0}

h1{margin-bottom:22px;font-size:clamp(3.1rem,7.2vw,6.8rem);line-height:.9;letter-spacing:-.075em}

h2{margin-bottom:16px;font-size:clamp(2rem,4.4vw,4.2rem);line-height:.95;letter-spacing:-.06em}

h3{margin-bottom:9px;font-size:1.08rem;letter-spacing:-.025em}

.lead{font-size:clamp(1.06rem,1.55vw,1.27rem);line-height:1.62;color:var(--muted);max-width:760px}

.section{padding:78px 0}

.section.tight{padding:54px 0}

.section.dark{background:linear-gradient(135deg,#08241d,#103a30);color:var(--cream);position:relative;overflow:hidden}

.section.dark::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 5% 10%,rgba(213,183,127,.2),transparent 22rem),radial-gradient(circle at 92% 88%,rgba(255,253,248,.13),transparent 26rem);pointer-events:none}

.section.dark .shell{position:relative}

.section.dark .eyebrow{color:#d5b77f}

.section.dark .lead,

.section.dark p{color:rgba(248,241,230,.76)}

.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 20px;border-radius:999px;text-decoration:none;font-weight:950;border:1px solid transparent;transition:transform .18s var(--ease),box-shadow .18s var(--ease),background .18s var(--ease)}

.btn:hover{transform:translateY(-1px)}

.btn-primary{background:var(--forest);color:var(--cream);box-shadow:0 14px 32px rgba(11,51,42,.2)}

.btn-primary:hover{background:#09281f}

.hero-actions{display:flex;gap:12px;align-items:center;flex-wrap:wrap;margin:28px 0 18px}

.claim-note,

.soft-note{font-size:.9rem;line-height:1.58;color:rgba(23,24,18,.56)}

.soft-note{margin-top:18px}

.hero{padding:72px 0 44px}

.hero-copy{max-width:800px}

.hero-copy h1{max-width:820px}

.hero-copy .lead{max-width:700px}

.page-hero{padding:70px 0 36px}

.page-hero h1{font-size:clamp(2.6rem,5.3vw,5.1rem);max-width:960px}

.page-hero .lead{max-width:800px}

.card,

.panel,

.faq-item{border:1px solid rgba(23,24,18,.095);border-radius:var(--radius);background:rgba(255,253,248,.82);box-shadow:var(--shadow)}

.card{padding:22px}

.card p,

.panel p{color:var(--muted);line-height:1.62}

.card-grid{display:grid;gap:16px}

.compact-cards{grid-template-columns:repeat(3,minmax(0,1fr))}

.why-card-grid-compact .card{min-height:168px;transition:transform .2s var(--ease),box-shadow .2s var(--ease),border-color .2s var(--ease)}

.why-card-grid-compact .card:hover{transform:translateY(-2px);box-shadow:var(--shadow-strong);border-color:rgba(11,51,42,.18)}

.avatar-initials{font-weight:950;color:var(--forest)}

.faq-list{max-width:820px;margin-inline:auto;display:grid;gap:12px}

.faq-item{overflow:hidden}

.faq-item summary{position:relative;list-style:none;cursor:pointer;padding:20px 54px 20px 22px;font-weight:950}

.faq-item summary::-webkit-details-marker{display:none}

.faq-item summary::after{content:"+";position:absolute;right:22px;top:50%;transform:translateY(-50%);font-size:1.2rem;color:var(--gold)}

.faq-item[open] summary::after{content:"−"}

.faq-item p{margin:0;padding:0 22px 22px;line-height:1.62;color:var(--muted)}

.footer{padding:40px 0;background:#061d18;color:rgba(248,241,230,.65)}

.footer-grid-slim{display:grid;grid-template-columns:1.1fr .72fr .75fr;gap:28px;align-items:start}

.footer strong,

.footer a{color:var(--cream)}

.footer p{font-size:.9rem;line-height:1.58;margin-bottom:8px}

.footer-brand{color:var(--cream);margin-bottom:12px}

.footer-brand img{width:38px;height:38px;border-radius:50%;background:rgba(255,253,248,.95);padding:5px;box-shadow:0 8px 20px rgba(0,0,0,.18)}

.footer-links{margin:8px 0}

.reveal{opacity:1;transform:none}

html.js .reveal{opacity:0;transform:translateY(18px);transition:opacity .65s var(--ease),transform .65s var(--ease)}

html.js .reveal.visible{opacity:1;transform:none}

@media (prefers-reduced-motion:reduce){
html{scroll-behavior:auto}

html.js .reveal,

.btn{transition:none!important}

html.js .reveal{opacity:1;transform:none}

}

@media (max-width:1050px){

.compact-cards{grid-template-columns:repeat(2,minmax(0,1fr))}

.footer-grid-slim{grid-template-columns:1fr 1fr}

}

@media (max-width:760px){
.shell,

.nav-inner{width:min(100% - 28px,var(--max))}

.nav-inner{min-height:68px}

.nav-toggle{display:grid;place-items:center}

.nav-links{position:absolute;left:14px;right:14px;top:calc(100% + 8px);display:none;flex-direction:column;align-items:stretch;padding:12px;border:1px solid rgba(23,24,18,.09);border-radius:20px;background:rgba(255,253,248,.98);box-shadow:var(--shadow)}

.site-nav.open .nav-links{display:flex}

.nav-links a{justify-content:center}

.brand{font-size:.96rem}

.brand-mark{width:38px;height:38px}

.hero,

.page-hero{padding:48px 0 30px}

.section{padding:50px 0}

.section.tight{padding:38px 0}

h1{font-size:clamp(2.55rem,15vw,4.2rem)}

h2{font-size:clamp(1.75rem,9vw,3rem)}

.lead{font-size:1.02rem}

.hero-actions{width:100%}

.hero-actions .btn{width:100%}

.compact-cards{grid-template-columns:1fr}

.footer-grid-slim{grid-template-columns:1fr;gap:18px}

.footer{padding:34px 0}

}

.footer strong{letter-spacing:.01em}

.faq-item summary:focus-visible,

.nav-links a:focus-visible,

.btn:focus-visible{outline:3px solid rgba(11,51,42,.22);outline-offset:3px}

.hero-copy .lead{max-width:760px;}

@media (max-width:760px){
.hero-copy{text-align:left;}

.hero-copy .hero-actions{justify-content:flex-start;}

}

h1{font-size:clamp(2.9rem,6.6vw,6.25rem); line-height:.93; letter-spacing:-.066em;}

h2{font-size:clamp(1.9rem,4.05vw,3.85rem); line-height:.98; letter-spacing:-.054em;}

.page-hero h1{font-size:clamp(2.45rem,4.85vw,4.65rem); line-height:.98;}

.lead{font-size:clamp(1.03rem,1.42vw,1.2rem); line-height:1.62;}

h3{font-size:1.04rem; line-height:1.2;}

.card p,

.faq-item p{font-size:.98rem;}

.footer p{font-size:.88rem;}

@media (max-width:760px){
h1{font-size:clamp(2.45rem,13vw,3.85rem);line-height:.96;}

h2{font-size:clamp(1.7rem,8.2vw,2.75rem);}

.page-hero h1{font-size:clamp(2.25rem,11vw,3.45rem);}

.lead{font-size:1rem;line-height:1.58;}

}

h1{font-size:clamp(2.75rem,6.1vw,5.85rem); line-height:.94;}

h2{font-size:clamp(1.82rem,3.82vw,3.55rem); line-height:1;}

.page-hero h1{font-size:clamp(2.35rem,4.55vw,4.35rem);}

.lead{max-width:760px;}

body[data-page="faq"] .page-hero .shell{max-width:820px;}

body[data-page="faq"] .page-hero h1,

body[data-page="faq"] .page-hero .lead{max-width:820px;}

.section.dark .narrow{max-width:1080px; margin-left:auto; margin-right:auto;}

.faq-list{margin-left:auto; margin-right:auto;}

@media (max-width:1050px){
body[data-page="faq"] .page-hero .shell{max-width:760px;}

}

@media (max-width:760px){
body[data-page="faq"] .page-hero .shell{max-width:none;}

}

body[data-page="contact"] .page-hero .shell{max-width:920px; margin-left:auto; margin-right:auto;}

body[data-page="faq"] .page-hero .shell,

body[data-page="faq"] .faq-list{max-width:820px; margin-left:auto; margin-right:auto;}

.footer-grid-slim{max-width:1000px; margin-left:auto; margin-right:auto;}

.page-hero .shell > .lead,

.section .narrow > .lead{margin-left:0; margin-right:0;}

@media (max-width:1050px){
body[data-page="contact"] .page-hero .shell,

.footer-grid-slim{max-width:760px;}

}

@media (max-width:760px){
body[data-page="contact"] .page-hero .shell,

body[data-page="faq"] .page-hero .shell,

body[data-page="faq"] .faq-list,

.footer-grid-slim{max-width:none;}

}

.page-return{padding: 0 20px 42px; display:flex; justify-content:center;}

.page-return .btn{width:auto;}

.founders-panel{max-width:1000px; margin-inline:auto; padding:32px; border:1px solid rgba(23,24,18,.095); border-radius:var(--radius); background:linear-gradient(135deg,rgba(255,253,248,.88),rgba(240,229,211,.74)); box-shadow:var(--shadow);}

@media (max-width:1050px){
.founders-panel{max-width:760px;}

}

@media (max-width:760px){
.founders-panel{padding:22px;border-radius:22px;}

}

:root{--panel-bg:linear-gradient(180deg,rgba(255,253,248,.92),rgba(248,241,230,.74)); --panel-bg-warm:linear-gradient(135deg,rgba(255,253,248,.9),rgba(239,226,207,.74)); --panel-line:rgba(11,51,42,.105); --panel-line-strong:rgba(11,51,42,.18); --panel-shadow:0 20px 52px rgba(23,24,18,.078); --panel-shadow-soft:0 12px 30px rgba(23,24,18,.055);}

.site-nav{box-shadow:0 8px 26px rgba(23,24,18,.035);}

.nav-links a{letter-spacing:-.012em;}

.btn{min-height:50px; padding-inline:22px; letter-spacing:-.01em;}

.btn-primary{border-color:rgba(11,51,42,.16);}

.shell > .eyebrow:first-child,

.page-hero .eyebrow,

.home-faq-head .eyebrow,

.home-contact-head .eyebrow{margin-bottom:12px;}

.page-hero{padding:clamp(52px,6vw,78px) 0 clamp(24px,3vw,38px);}

.page-hero .shell{padding:clamp(24px,3.4vw,36px); border:1px solid rgba(11,51,42,.08); border-radius:30px; background:linear-gradient(180deg,rgba(255,253,248,.66),rgba(248,241,230,.42)); box-shadow:0 14px 38px rgba(23,24,18,.045);}

.page-hero h1{margin-bottom:16px; max-width:850px;}

.page-hero .lead{max-width:760px; font-size:clamp(1.02rem,1.2vw,1.16rem);}

.section.tight{padding-top:clamp(42px,5vw,62px); padding-bottom:clamp(42px,5vw,64px);}

.card,

.panel,

.faq-item,

.home-faq-panel,

.founders-panel,

.contact-page-panel,

.home-contact-panel{border-color:var(--panel-line)!important; box-shadow:var(--panel-shadow-soft)!important;}

.card:hover,

.home-contact-card:hover,

.faq-item:hover{border-color:var(--panel-line-strong)!important; box-shadow:0 18px 42px rgba(23,24,18,.08)!important;}

.footer{border-top:1px solid rgba(11,51,42,.08);}

.footer-grid-slim{gap:28px; align-items:start;}

.footer a:hover{color:var(--forest);}

body[data-page="home"] .home-contact-panel{max-width:1000px; margin-inline:auto; padding:32px; border:1px solid var(--panel-line); border-radius:30px; background:linear-gradient(135deg,rgba(10,48,39,.98),rgba(20,67,55,.95)); color:var(--cream); box-shadow:0 20px 54px rgba(11,51,42,.17); overflow:hidden; position:relative;}

body[data-page="home"] .home-contact-panel::before{content:""; position:absolute; inset:-35% -10% auto auto; width:360px; height:360px; border-radius:50%; background:rgba(213,183,127,.16); pointer-events:none;}

body[data-page="home"] .home-contact-panel > *{position:relative;}

body[data-page="home"] .home-contact-head{display:grid; grid-template-columns:minmax(240px,.52fr) minmax(0,1fr); gap:26px; align-items:end; margin-bottom:24px;}

body[data-page="home"] .home-contact-head h2{margin-bottom:0; color:var(--cream); font-size:clamp(2rem,3.5vw,3.45rem);}

body[data-page="home"] .home-contact-head .eyebrow,

body[data-page="home"] .contact-label{color:var(--sand);}

body[data-page="home"] .home-contact-head .lead{margin:0; color:rgba(248,241,230,.78); font-size:clamp(1rem,1.18vw,1.1rem);}

body[data-page="home"] .home-contact-grid{display:grid; grid-template-columns:1.1fr .9fr; gap:16px;}

body[data-page="home"] .home-contact-card{min-height:210px; padding:24px; border:1px solid rgba(248,241,230,.16); border-radius:24px; background:rgba(255,253,248,.075); display:flex; flex-direction:column; align-items:flex-start;}

body[data-page="home"] .contact-label{display:inline-flex; margin-bottom:12px; font-size:.72rem; font-weight:950; letter-spacing:.13em; text-transform:uppercase;}

body[data-page="home"] .home-contact-card h3{margin-bottom:10px; color:var(--cream); font-size:clamp(1.2rem,2vw,1.72rem); line-height:1.16;}

body[data-page="home"] .home-contact-email-card h3{overflow-wrap:anywhere;}

body[data-page="home"] .home-contact-card p{margin-bottom:0; color:rgba(248,241,230,.72); line-height:1.62;}

body[data-page="home"] .home-contact-card .btn{margin-top:auto; background:var(--cream); color:var(--forest); box-shadow:none;}

body[data-page="home"] .home-contact-card a:not(.btn){color:var(--cream); text-decoration:none;}

body[data-page="home"] .home-contact-card a:not(.btn):hover{text-decoration:underline;}

body[data-page="home"] .home-faq-panel,

body[data-page="home"] .founders-panel,

body[data-page="home"] .home-contact-panel{width:min(1000px,calc(100% - 40px)); max-width:1000px;}

body[data-page="faq"] .page-hero .shell,

body[data-page="faq"] .faq-page-shell{max-width:900px;}

body[data-page="faq"] .faq-list-layout{display:grid; gap:14px;}

body[data-page="faq"] .faq-item{padding:0; border-radius:22px; background:rgba(255,253,248,.84); overflow:hidden; transition:box-shadow .18s var(--ease),border-color .18s var(--ease),transform .18s var(--ease);}

body[data-page="faq"] .faq-item:hover{transform:translateY(-1px);}

body[data-page="faq"] .faq-item summary{padding:20px 24px; font-size:1.02rem; line-height:1.35; font-weight:950; color:var(--forest);}

body[data-page="faq"] .faq-item p{padding:0 24px 22px; color:var(--muted); line-height:1.66;}

body[data-page="contact"] .contact-page-section{padding-top:clamp(56px,7vw,86px);}

body[data-page="contact"] .contact-page-panel{max-width:920px; margin-inline:auto; padding:clamp(26px,4vw,40px); border:1px solid var(--panel-line); border-radius:32px; background:linear-gradient(135deg,rgba(255,253,248,.94),rgba(239,226,207,.72)); display:grid; grid-template-columns:minmax(0,.9fr) minmax(280px,1.1fr); gap:24px; align-items:stretch;}

body[data-page="contact"] .contact-page-copy h1{margin-bottom:16px; font-size:clamp(2.35rem,4.8vw,4.4rem); line-height:.98; letter-spacing:-.06em;}

body[data-page="contact"] .contact-page-copy .lead{max-width:560px;}

body[data-page="contact"] .contact-page-card{padding:26px; border:1px solid rgba(11,51,42,.12); border-radius:26px; background:rgba(255,253,248,.8); display:flex; flex-direction:column; justify-content:center;}

.contact-label{display:inline-flex; margin-bottom:12px; font-size:.72rem; font-weight:950; letter-spacing:.13em; text-transform:uppercase; color:var(--gold);}

body[data-page="contact"] .contact-page-card h2{margin-bottom:16px; font-size:clamp(1.42rem,2.55vw,2.25rem); line-height:1.08; letter-spacing:-.045em; overflow-wrap:anywhere;}

body[data-page="contact"] .contact-page-card h2 a{text-decoration:none; color:var(--forest);}

body[data-page="contact"] .contact-page-card h2 a:hover{text-decoration:underline;}

body[data-page="contact"] .contact-page-card p{margin:0; color:var(--muted); line-height:1.62;}

.page-return{padding-top:0!important; padding-bottom:clamp(36px,4vw,54px)!important;}

.page-return .btn{min-height:48px; padding-inline:22px; font-size:.92rem; box-shadow:0 10px 24px rgba(11,51,42,.14);}

@media (max-width:1050px){
body[data-page="home"] .home-contact-head,

body[data-page="contact"] .contact-page-panel{grid-template-columns:1fr;}

body[data-page="home"] .home-contact-grid{grid-template-columns:1fr;}

body[data-page="home"] .home-contact-card{min-height:auto;}

}

@media (max-width:760px){
.shell,

.nav-inner,

body[data-page="home"] .home-faq-panel,

body[data-page="home"] .founders-panel,

body[data-page="home"] .home-contact-panel{width:min(100% - 28px,1000px);}

.page-hero .shell,

body[data-page="home"] .home-contact-panel,

body[data-page="contact"] .contact-page-panel{padding:22px; border-radius:24px;}

body[data-page="home"] .home-contact-head,

body[data-page="home"] .home-contact-grid{gap:14px;}

body[data-page="home"] .home-contact-card,

body[data-page="contact"] .contact-page-card{padding:20px; border-radius:20px;}

body[data-page="faq"] .faq-item summary{padding:18px 20px;}

body[data-page="faq"] .faq-item p{padding:0 20px 20px;}

}

body[data-page="privacy"] .page-hero .shell,

body[data-page="privacy"] .legal-copy,

body[data-page="404"] .page-hero .shell{max-width:920px; margin-inline:auto;}

body[data-page="privacy"] .legal-copy{padding:clamp(24px,3.4vw,36px); border:1px solid var(--panel-line); border-radius:30px; background:var(--panel-bg); box-shadow:var(--panel-shadow-soft);}

body[data-page="privacy"] .legal-copy h2{margin-top:28px; margin-bottom:10px; font-size:clamp(1.22rem,2.1vw,1.65rem); line-height:1.16; letter-spacing:-.035em;}

body[data-page="privacy"] .legal-copy h2:first-child{margin-top:0;}

body[data-page="privacy"] .legal-copy p{color:var(--muted); line-height:1.68;}

.btn-secondary{background:rgba(255,253,248,.78); color:var(--forest); border-color:rgba(11,51,42,.14); box-shadow:0 10px 24px rgba(23,24,18,.06);}

.btn-secondary:hover{background:var(--paper);}

body[data-page="404"] .page-hero{padding-bottom:clamp(72px,8vw,110px);}

body[data-page="home"] #home-focus,

body[data-page="home"] #home-science,

body[data-page="home"] #home-faq,

body[data-page="home"] #early-access,

body[data-page="home"] #home-contact{scroll-margin-top:110px;}

body[data-page="home"] .section{padding-top:clamp(58px, 6.5vw, 88px); padding-bottom:clamp(58px, 6.5vw, 88px);}

body[data-page="home"] .section.tight{padding-top:clamp(42px, 5.2vw, 68px); padding-bottom:clamp(42px, 5.2vw, 68px);}

body[data-page="home"] .eyebrow{margin-bottom:12px; font-size:.75rem; letter-spacing:.16em;}

body[data-page="home"] .founders-panel{border-color:rgba(11,51,42,.115); box-shadow:0 18px 44px rgba(23,24,18,.07);}

body[data-page="home"] .founders-panel{border-radius:30px;}

body[data-page="home"] .founders-panel{padding:36px; background: radial-gradient(circle at 10% 0%, rgba(213,183,127,.18), transparent 16rem), linear-gradient(135deg, rgba(255,253,248,.94), rgba(240,229,211,.76));}

@media (max-width:760px){

body[data-page="home"] .founders-panel{padding:24px 22px; border-radius:24px;}

body[data-page="home"] .section{padding-top:48px; padding-bottom:48px;}

body[data-page="home"] .section.tight{padding-top:34px; padding-bottom:34px;}

}

body[data-page="home"] .home-science-panel{max-width:1000px; padding:36px; border:1px solid rgba(11,51,42,.12); border-radius:30px; background: radial-gradient(circle at 8% 0%, rgba(213,183,127,.14), transparent 15rem), linear-gradient(135deg, rgba(255,253,248,.95), rgba(240,229,211,.74)); box-shadow:0 18px 44px rgba(23,24,18,.07);}

body[data-page="home"] .home-science-head{max-width:760px; margin-bottom:24px; padding-bottom:22px; border-bottom:1px solid rgba(11,51,42,.10);}

body[data-page="home"] .home-science-head h2{margin:0 0 12px; font-size:clamp(1.9rem, 3.35vw, 3.05rem); line-height:1.02; letter-spacing:-.052em;}

body[data-page="home"] .home-science-head .lead{max-width:690px; margin:0; color:var(--muted); font-size:clamp(1rem, 1.12vw, 1.08rem); line-height:1.62;}

body[data-page="home"] .science-path{display:grid; grid-template-columns:repeat(4, minmax(0, 1fr)); gap:12px; align-items:stretch;}

body[data-page="home"] .science-step{min-height:156px; padding:18px; border:1px solid rgba(11,51,42,.12); border-radius:22px; background:rgba(255,253,248,.78); box-shadow:0 12px 26px rgba(23,24,18,.045);}

body[data-page="home"] .science-step-number{display:inline-flex; align-items:center; justify-content:center; min-width:34px; height:34px; margin-bottom:14px; padding:0 10px; border-radius:999px; border:1px solid rgba(11,51,42,.12); background:rgba(11,51,42,.075); color:var(--forest); font-size:.74rem; font-weight:900; letter-spacing:.06em;}

body[data-page="home"] .science-step h3{margin:0 0 8px; font-size:1rem; line-height:1.2; letter-spacing:-.012em;}

body[data-page="home"] .science-step p{margin:0; color:var(--muted); font-size:.91rem; line-height:1.48;}

body[data-page="home"] .science-happy-step{display:flex; flex-direction:column; align-items:center; justify-content:space-between; text-align:center; background:rgba(255,253,248,.9);}

body[data-page="home"] .science-happy-step img{width:100%; max-width:118px; max-height:92px; object-fit:contain; margin-top:6px; border-radius:18px;}

body[data-page="home"] .home-science-actions{display:flex; justify-content:center; margin-top:24px;}

body[data-page="home"] .home-science-actions .btn{min-height:50px; padding-inline:24px;}

@media (max-width:1050px){
body[data-page="home"] .science-path{grid-template-columns:repeat(2, minmax(0, 1fr));}

body[data-page="home"] .science-happy-step{grid-column:1 / -1;}

body[data-page="home"] .science-happy-step img{max-width:150px;}

}

@media (max-width:760px){
body[data-page="home"] .home-science-panel{padding:24px 22px; border-radius:24px;}

body[data-page="home"] .science-path{grid-template-columns:1fr;}

body[data-page="home"] .science-step{min-height:0; padding:18px; border-radius:20px;}

body[data-page="home"] .home-science-actions{justify-content:flex-start;}

}

body[data-page="home"] .home-faq-panel{max-width:1000px; padding:36px; border:1px solid rgba(11,51,42,.12); border-radius:30px; background: radial-gradient(circle at 92% 0%, rgba(213,183,127,.16), transparent 17rem), linear-gradient(135deg, rgba(255,253,248,.94), rgba(240,229,211,.72)); box-shadow:0 18px 44px rgba(23,24,18,.07);}

body[data-page="home"] .home-faq-head{display:grid; grid-template-columns:minmax(0, .95fr) minmax(280px, .82fr); gap:30px; align-items:end; margin-bottom:24px; padding-bottom:24px; border-bottom:1px solid rgba(11,51,42,.10);}

body[data-page="home"] .home-faq-head h2{margin:0; max-width:660px; font-size:clamp(1.9rem, 3.45vw, 3.15rem); line-height:1.02; letter-spacing:-.052em;}

body[data-page="home"] .home-faq-head .lead{margin:0; color:var(--muted); font-size:clamp(1rem, 1.15vw, 1.09rem); line-height:1.66;}

body[data-page="home"] .home-faq-grid{display:grid; grid-template-columns:repeat(3, minmax(0, 1fr)); gap:16px;}

body[data-page="home"] .home-faq-actions{display:flex; justify-content:center; margin-top:24px;}

body[data-page="home"] .home-faq-actions .btn{min-height:52px; padding-inline:24px;}

@media (max-width:900px){
body[data-page="home"] .home-faq-head{grid-template-columns:1fr; gap:14px; align-items:start;}

body[data-page="home"] .home-faq-grid{grid-template-columns:1fr;}

body[data-page="home"] .home-faq-actions{justify-content:flex-start;}

}

@media (max-width:760px){
body[data-page="home"] .home-faq-panel{padding:24px 22px; border-radius:24px;}

body[data-page="home"] .home-faq-head h2{font-size:clamp(1.72rem, 8.6vw, 2.75rem); line-height:1.04;}

}

.disclaimer-section{padding-top:clamp(24px, 3.5vw, 42px); padding-bottom:clamp(24px, 3.5vw, 42px);}

.disclaimer-card{max-width:1000px; padding:22px 26px; border:1px solid rgba(11,51,42,.12); border-radius:24px; background:rgba(255,253,248,.82); box-shadow:0 14px 32px rgba(23,24,18,.055);}

.disclaimer-card p{margin:0; color:var(--muted); line-height:1.62;}

.disclaimer-card strong{color:var(--ink);}

body[data-page="home"] .home-contact-grid{grid-template-columns:1fr;}

body[data-page="home"] .home-contact-card .btn{margin-top:22px;}

body[data-page="home"] .science-path{grid-template-columns:repeat(4, minmax(0, 1fr));}

@media (max-width:1050px){
body[data-page="home"] .science-path{grid-template-columns:repeat(2, minmax(0, 1fr));}

}

@media (max-width:760px){
body[data-page="home"] .science-path{grid-template-columns:1fr;}

}

/* OuNooi Labs improvement pass — premium positioning,
clearer product/science structure,
stronger CTA flow */
.hero-claim-note{max-width:680px;margin:2px auto 0;color:rgba(11,51,42,.62)}

.page-hero-actions{display:flex;gap:12px;align-items:center;flex-wrap:wrap;margin-top:26px}

.page-hero-actions .btn{min-height:52px;padding-inline:24px}

.section-head{text-align:center;max-width:820px;margin:0 auto 28px}

.section-head .lead{margin-inline:auto}

.gallery-note{margin-top:-6px;margin-bottom:0}

.dog-visible-name{display:block;width:100%;min-height:30px;text-align:center;color:var(--forest);font-size:.72rem;font-weight:950;line-height:1.18;letter-spacing:.015em;text-transform:uppercase;overflow:hidden;text-overflow:ellipsis}

.dog-visible-age{display:block;text-align:center;color:var(--muted);font-size:.72rem;font-weight:850;line-height:1.1}

body[data-page="privacy"] .legal-copy h2{font-size:clamp(1.25rem,2vw,1.72rem);line-height:1.08;letter-spacing:-.035em;margin-top:24px}

body[data-page="privacy"] .legal-copy h2:first-child{margin-top:0}

body[data-page="privacy"] .legal-copy p{line-height:1.68;color:var(--muted)}

body[data-page="contact"] .contact-page-card .btn{margin-top:16px}

@media (max-width:680px){
.page-hero-actions,

.hero-actions{display:grid;grid-template-columns:1fr;width:100%}

.page-hero-actions .btn,

.hero-actions .btn{width:100%}

}

@media (max-width:420px){
.dog-visible-name{font-size:.68rem}

}

/* Final homepage polish: product-led hero,
clearer business snapshot,
stronger first-fold CTA */
body[data-page="home"] .premium-hero{
  position:relative;
  min-height:clamp(520px,78vh,630px);
  display:flex;
  align-items:center;
  padding:42px 0 38px;
  overflow:hidden;
  background:
    linear-gradient(90deg,rgba(255,253,248,.96) 0%,rgba(255,253,248,.90) 47%,rgba(248,241,230,.52) 67%,rgba(11,51,42,.12) 100%),
    radial-gradient(circle at 78% 24%,rgba(213,183,127,.30),transparent 24rem),
    radial-gradient(circle at 100% 78%,rgba(11,51,42,.28),transparent 28rem),
    linear-gradient(180deg,#fffdf8 0%,#f7eddf 100%);
  border-bottom:1px solid rgba(11,51,42,.08);
}

body[data-page="home"] .premium-hero::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background-image:
    linear-gradient(rgba(11,51,42,.035) 1px,transparent 1px),
    linear-gradient(90deg,rgba(11,51,42,.03) 1px,transparent 1px);
  background-size:54px 54px;
  mask-image:linear-gradient(90deg,rgba(0,0,0,.42),rgba(0,0,0,.16) 56%,rgba(0,0,0,.36));
}

body[data-page="home"] .premium-hero-media{
  position:absolute;
  inset:0;
  z-index:0;
  pointer-events:none;
}

body[data-page="home"] .premium-hero-pouch{
  position:absolute;
  right:4%;
  bottom:-9%;
  width:clamp(230px,25vw,335px);
  filter:drop-shadow(0 32px 54px rgba(23,24,18,.18));
  transform:rotate(-3deg);
}

body[data-page="home"] .premium-hero-dog{
  position:absolute;
  right:26%;
  top:16%;
  width:clamp(150px,18vw,250px);
  opacity:.20;
  filter:drop-shadow(0 20px 34px rgba(23,24,18,.10));
}

body[data-page="home"] .premium-hero-inner{
  position:relative;
  z-index:1;
}

body[data-page="home"] .premium-hero .hero-copy{
  max-width:700px;
}

body[data-page="home"] .hero-logo-lockup-premium{
  display:block;
  width:min(150px,48vw);
  margin:0 0 16px;
}

body[data-page="home"] .hero-logo-lockup-premium img{
  width:100%;
  height:auto;
  filter:drop-shadow(0 10px 18px rgba(23,24,18,.06));
}

body[data-page="home"] .premium-hero h1{
  max-width:780px;
  margin-bottom:16px;
  font-size:clamp(2.9rem,5.8vw,5.25rem);
  line-height:.92;
  letter-spacing:-.066em;
}

body[data-page="home"] .premium-hero .lead{
  max-width:660px;
  color:rgba(23,24,18,.70);
}

body[data-page="home"] .premium-hero .hero-claim-note{
  max-width:610px;
  margin:12px 0 0;
  color:rgba(11,51,42,.64);
}

body[data-page="home"] .premium-hero .hero-actions{
  margin:20px 0 0;
}

body[data-page="home"] .premium-hero .btn-secondary{
  background:rgba(255,253,248,.74);
  border-color:rgba(11,51,42,.13);
  color:var(--forest);
  box-shadow:0 10px 24px rgba(23,24,18,.05);
}

body[data-page="home"] .hero-proof{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:16px;
}

body[data-page="home"] .hero-proof span{
  display:inline-flex;
  align-items:center;
  min-height:32px;
  padding:0 13px;
  border:1px solid rgba(11,51,42,.12);
  border-radius:999px;
  background:rgba(255,253,248,.62);
  color:rgba(11,51,42,.78);
  font-size:.84rem;
  font-weight:900;
}

@media (max-width:1050px){
body[data-page="home"] .premium-hero{
    min-height:auto;
    padding:54px 0 56px;
  }

body[data-page="home"] .premium-hero-pouch{
    right:-2%;
    bottom:-3%;
    width:clamp(230px,36vw,350px);
    opacity:.30;
  }

body[data-page="home"] .premium-hero-dog{
    right:15%;
    top:18%;
    opacity:.18;
  }

}

/* Focus polish: dog healthy-aging supplement story */
body[data-page="home"] .premium-hero{
  min-height:min(680px,calc(100svh - 70px));
}

body[data-page="home"] .premium-hero-media::before,

body[data-page="home"] .premium-hero-media::after{
  display:none!important;
  content:none!important;
}

body[data-page="home"] .premium-hero-pouch{
  right:7.5%;
  bottom:5.5%;
  width:clamp(300px,28vw,405px);
  opacity:.94;
  transform:rotate(-1.2deg);
}

body[data-page="home"] .hero-product-note{
  position:absolute;
  right:5.5%;
  bottom:18px;
  z-index:1;
  width:min(33vw,420px);
  margin:0;
  color:rgba(255,253,248,.46);
  font-size:.74rem;
  line-height:1.45;
  text-align:center;
}

body[data-page="home"] .premium-hero .hero-actions{
  margin-top:34px;
}

body[data-page="home"] .premium-hero .hero-actions .btn{
  min-width:190px;
}

#dog-human-bond{
  background:#f4f0e7;
}

#dog-human-bond .narrow{
  max-width:920px;
}

#dog-human-bond h2{
  max-width:780px;
}

.bond-card-grid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:0!important;
  margin-top:30px;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}

.bond-card-grid .card{
  display:block!important;
  padding:26px 26px 28px!important;
  border:0!important;
  border-right:1px solid var(--line)!important;
  border-radius:0!important;
  background:transparent!important;
}

.bond-card-grid .card:last-child{
  border-right:0!important;
}

.current-stage-section{
  background:#fbfaf5;
}

.current-stage-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}

.current-stage-grid article{
  padding:28px 28px 30px;
  border-right:1px solid var(--line);
}

.current-stage-grid article:last-child{
  border-right:0;
}
.current-stage-grid h2{
  margin-bottom:12px;
  color:var(--ink);
  font-size:1.2rem;
}

.current-stage-grid p{
  margin:0;
  color:var(--muted);
}

body[data-page="home"] .home-science-panel .science-path{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
}

body[data-page="home"] .home-science-panel .science-step{
  border-right:1px solid rgba(255,253,248,.14)!important;
  border-bottom:1px solid rgba(255,253,248,.14)!important;
}

body[data-page="home"] .home-science-panel .science-step:nth-child(3n){
  border-right:0!important;
}

body[data-page="home"] .home-science-panel .science-step:nth-last-child(-n+3){
  border-bottom:0!important;
}

.home-early-access-panel{
  align-items:start;
}

body[data-page="home"] .home-contact-grid{
  grid-template-columns:minmax(0,620px)!important;
}

body[data-page="home"] .home-contact-card{
  min-height:0;
}

@media (max-width:1050px){
body[data-page="home"] .premium-hero-media{
    display:none!important;
  }

body[data-page="home"] .hero-product-note{
    position:static;
    width:auto;
    max-width:620px;
    margin-top:22px;
    color:rgba(255,253,248,.48);
    text-align:left;
  }

.current-stage-grid,

.bond-card-grid,

body[data-page="home"] .home-science-panel .science-path{
    grid-template-columns:1fr!important;
  }

.current-stage-grid article,

.bond-card-grid .card,

body[data-page="home"] .home-science-panel .science-step{
    border-right:0!important;
    border-bottom:1px solid var(--line)!important;
  }

body[data-page="home"] .home-science-panel .science-step{
    border-bottom-color:rgba(255,253,248,.14)!important;
  }

.current-stage-grid article:last-child,

.bond-card-grid .card:last-child,

body[data-page="home"] .home-science-panel .science-step:last-child{
    border-bottom:0!important;
  }

}

/* Trust and conversion polish */
.trust-strip-section{
  padding-top:0;
  background:#fbfaf5;
}

.trust-strip{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}

.trust-strip article{
  padding:24px 22px;
  border-right:1px solid var(--line);
}

.trust-strip article:last-child{
  border-right:0;
}

.trust-strip span,

.feedback-signal-list span{
  display:block;
  margin-bottom:16px;
  color:var(--gold-strong);
  font-size:.74rem;
  font-weight:950;
  letter-spacing:.14em;
  text-transform:uppercase;
}

.trust-strip h2,

.feedback-signal-list h3{
  margin-bottom:10px;
  color:var(--ink);
  font-size:1rem;
  line-height:1.2;
}

.trust-strip p,

.feedback-signal-list p{
  margin:0;
  color:var(--muted);
  font-size:.94rem;
  line-height:1.55;
}

body[data-page="home"] .home-contact-grid{
  grid-template-columns:repeat(3,minmax(0,1fr));
}

body[data-page="home"] .home-contact-card{
  min-height:250px;
}

body[data-page="home"] .home-contact-card .btn-secondary{
  margin-top:auto;
  border-color:rgba(255,253,248,.22);
  color:#fffdf8;
}

.feedback-signal-list{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:0;
  margin-top:28px;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}

.feedback-signal-list article{
  padding:20px 18px;
  border-right:1px solid var(--line);
  border-bottom:0;
}

.feedback-signal-list article:last-child{
  border-right:0;
}

@media (max-width:1050px){
.trust-strip,

body[data-page="home"] .home-contact-grid{
    grid-template-columns:1fr 1fr;
  }

.trust-strip article:nth-child(2n){
    border-right:0;
  }

.trust-strip article:nth-child(-n+2){
    border-bottom:1px solid var(--line);
  }

}

@media (max-width:760px){
.trust-strip,

body[data-page="home"] .home-contact-grid{
    grid-template-columns:1fr;
  }

.feedback-signal-list{
    grid-template-columns:1fr;
  }

.feedback-signal-list article{
    padding:20px 0;
    border-right:0;
    border-bottom:1px solid var(--line);
  }

.feedback-signal-list article:last-child{
    border-bottom:0;
  }

.trust-strip article{
    padding:22px 0;
    border-right:0;
    border-bottom:1px solid var(--line);
  }

.trust-strip article:last-child{
    border-bottom:0;
  }

body[data-page="home"] .home-contact-card{
    min-height:auto;
  }

}

/* Launch polish: final first-viewport discipline */
body[data-page="home"] .premium-hero{
  min-height:min(680px,calc(100svh - 70px));
  isolation:isolate;
  background:
    linear-gradient(90deg,rgba(4,21,17,.99) 0%,rgba(5,26,21,.97) 46%,rgba(8,38,31,.76) 70%,rgba(8,38,31,.42) 100%),
    radial-gradient(circle at 84% 28%,rgba(214,187,121,.16),transparent 24rem),
    linear-gradient(180deg,#061d18 0%,#0b3027 100%);
}

body[data-page="home"] .premium-hero::after{
  background:linear-gradient(90deg,transparent,rgba(255,253,248,.18),transparent);
}

body[data-page="home"] .premium-hero-media::before{
  content:"";
  position:absolute;
  right:3.4%;
  bottom:7%;
  width:min(34vw,430px);
  aspect-ratio:1.06;
  border:1px solid rgba(255,253,248,.13);
  border-radius:12px;
  background:
    linear-gradient(135deg,rgba(255,253,248,.075),rgba(255,253,248,.012) 62%),
    linear-gradient(180deg,rgba(214,187,121,.13),rgba(8,39,31,.04));
  box-shadow:0 34px 72px rgba(0,0,0,.20);
  transform:rotate(-1deg);
}

body[data-page="home"] .premium-hero-media::after{
  content:"";
  position:absolute;
  right:7.8%;
  bottom:13%;
  width:min(24vw,305px);
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(255,253,248,.26),transparent);
  transform:rotate(-1deg);
}

body[data-page="home"] .premium-hero-pouch{
  right:7%;
  bottom:2.5%;
  width:clamp(295px,29vw,410px);
  opacity:.92;
  transform:rotate(-1.4deg);
  filter:drop-shadow(0 40px 64px rgba(0,0,0,.31));
}

body[data-page="home"] .premium-hero .hero-actions a:nth-child(3){
  display:none!important;
}

body[data-page="home"] .premium-hero .hero-actions{
  align-items:center;
}

body[data-page="home"] .premium-hero .btn{
  min-height:50px;
  border-radius:8px;
}

body[data-page="home"] .premium-hero .btn-primary{
  box-shadow:0 16px 40px rgba(0,0,0,.20);
}

body[data-page="home"] .premium-hero .btn-secondary:hover{
  background:rgba(255,253,248,.08);
}

@media (max-width:1050px){
body[data-page="home"] .premium-hero{
    min-height:auto;
    padding:64px 0 58px;
    background:
      linear-gradient(90deg,rgba(4,21,17,.99),rgba(8,38,31,.92)),
      linear-gradient(180deg,#061d18 0%,#0b3027 100%);
  }

body[data-page="home"] .premium-hero-media{
    display:none;
  }

body[data-page="home"] .premium-hero .hero-copy{
    max-width:720px;
  }

body[data-page="home"] .premium-hero h1{
    max-width:700px;
    font-size:clamp(3.1rem,10vw,5.4rem);
  }

}

@media (max-width:760px){
body[data-page="home"] .premium-hero{
    padding:48px 0 44px;
  }

body[data-page="home"] .premium-hero h1{
    font-size:clamp(2.75rem,12vw,3.8rem);
    line-height:.96;
  }

body[data-page="home"] .premium-hero .lead{
    font-size:1.04rem;
  }

body[data-page="home"] .premium-hero .hero-actions{
    gap:10px;
    margin-top:28px;
  }

}

@media (max-width:760px){
body[data-page="home"] .premium-hero{
    padding:34px 0 38px;
  }

body[data-page="home"] .premium-hero::before{
    background-size:42px 42px;
  }

body[data-page="home"] .premium-hero-pouch{
    right:-18%;
    bottom:2%;
    width:64vw;
    opacity:.16;
  }

body[data-page="home"] .premium-hero-dog{
    display:none;
  }

body[data-page="home"] .hero-logo-lockup-premium{
    width:min(140px,52vw);
    margin-bottom:14px;
  }

body[data-page="home"] .premium-hero h1{
    font-size:clamp(2.3rem,10.8vw,3.55rem);
    line-height:.94;
    letter-spacing:-.062em;
  }

body[data-page="home"] .premium-hero .lead{
    font-size:.98rem;
    line-height:1.54;
  }

body[data-page="home"] .premium-hero .hero-claim-note{
    font-size:.84rem;
    line-height:1.5;
  }

body[data-page="home"] .premium-hero .hero-actions{
    gap:10px;
  }

body[data-page="home"] .premium-hero .btn{
    min-height:46px;
  }

body[data-page="home"] .hero-proof span{
    width:100%;
    justify-content:center;
  }

}

body[data-page="contact"] .contact-intent-list{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:24px;
}

body[data-page="contact"] .contact-page-panel{
  max-width:980px;
  padding:0;
  border:0!important;
  border-radius:0;
  background:transparent!important;
  box-shadow:none!important;
  grid-template-columns:minmax(0,.88fr) minmax(320px,1.08fr);
  align-items:center;
}

body[data-page="contact"] .contact-page-card{
  min-height:360px;
  box-shadow:0 16px 42px rgba(23,24,18,.065);
}

body[data-page="contact"] .contact-intent-list span{
  display:inline-flex;
  align-items:center;
  min-height:36px;
  padding:0 12px;
  border:1px solid rgba(11,51,42,.12);
  border-radius:999px;
  background:rgba(255,253,248,.68);
  color:rgba(11,51,42,.78);
  font-size:.82rem;
  font-weight:900;
}

body[data-page="contact"] .contact-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:18px;
}

body[data-page="contact"] .contact-actions .btn{
  margin-top:0;
}

body[data-page="contact"] .contact-actions .btn-secondary{
  background:rgba(255,253,248,.86);
  border-color:rgba(11,51,42,.13);
  color:var(--forest);
}

@media (max-width:980px){
body[data-page="contact"] .contact-page-panel{
    grid-template-columns:1fr;
    gap:24px;
    max-width:760px;
    align-items:start;
  }

body[data-page="contact"] .contact-page-card{
    min-height:0;
  }

}

body[data-page="faq"] .page-hero,

body[data-page="privacy"] .page-hero{
  padding:clamp(58px,7vw,92px) 0 clamp(34px,4.5vw,58px);
  background:
    linear-gradient(90deg,rgba(255,253,248,.96),rgba(248,241,230,.62)),
    radial-gradient(circle at 88% 18%,rgba(213,183,127,.20),transparent 22rem);
  border-bottom:1px solid rgba(11,51,42,.07);
}

body[data-page="faq"] .page-hero .shell,

body[data-page="privacy"] .page-hero .shell{
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none!important;
}

@media (max-width:680px){
body[data-page="contact"] .contact-page-section{
    padding-top:44px;
  }

body[data-page="contact"] .contact-page-copy h1{
    font-size:clamp(2.35rem,11vw,3.2rem);
    line-height:.98;
  }

body[data-page="contact"] .contact-page-copy .lead{
    font-size:1rem;
    line-height:1.56;
  }

body[data-page="contact"] .contact-page-card{
    padding:24px;
    border-radius:24px;
  }

body[data-page="contact"] .contact-page-card h2{
    font-size:clamp(1.45rem,7vw,2.1rem);
    line-height:1.08;
    word-break:break-word;
  }

body[data-page="contact"] .contact-actions{
    display:grid;
    grid-template-columns:1fr;
  }

body[data-page="contact"] .contact-actions .btn{
    width:100%;
  }

body[data-page="contact"] .contact-intent-list span{
    width:100%;
    justify-content:center;
  }

}

/* Final focus overrides: requested route and message cleanup */
body[data-page="home"] .premium-hero{
  min-height:min(680px,calc(100svh - 70px));
}

body[data-page="home"] .premium-hero-media::before,

body[data-page="home"] .premium-hero-media::after{
  display:none!important;
  content:none!important;
}

body[data-page="home"] .premium-hero-pouch{
  right:7.5%!important;
  bottom:10%!important;
  width:clamp(300px,28vw,405px)!important;
  opacity:.94!important;
  transform:rotate(-1.2deg)!important;
}

body[data-page="home"] .hero-product-note{
  position:absolute;
  right:5.5%;
  bottom:18px;
  z-index:2;
  width:min(33vw,420px);
  margin:0;
  color:rgba(255,253,248,.46);
  font-size:.74rem;
  line-height:1.45;
  text-align:center;
}

body[data-page="home"] .premium-hero .hero-actions{
  margin-top:34px;
}

body[data-page="home"] .premium-hero .hero-actions .btn{
  min-width:190px;
}

#dog-human-bond{
  background:#f4f0e7;
}

#dog-human-bond .narrow{
  max-width:920px;
}

#dog-human-bond h2{
  max-width:780px;
}

.bond-card-grid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:0!important;
  margin-top:30px;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}

.bond-card-grid .card{
  display:block!important;
  padding:26px 26px 28px!important;
  border:0!important;
  border-right:1px solid var(--line)!important;
  border-radius:0!important;
  background:transparent!important;
}

.bond-card-grid .card:last-child{
  border-right:0!important;
}

.current-stage-section{
  background:#fbfaf5;
}

.current-stage-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}

.current-stage-grid article{
  padding:28px 28px 30px;
  border-right:1px solid var(--line);
}

.current-stage-grid article:last-child{
  border-right:0;
}
.current-stage-grid h2{
  margin-bottom:12px;
  color:var(--ink);
  font-size:1.2rem;
}

.current-stage-grid p{
  margin:0;
  color:var(--muted);
}

body[data-page="home"] .home-science-panel .science-path{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
}

body[data-page="home"] .home-science-panel .science-step{
  border-right:1px solid rgba(255,253,248,.14)!important;
  border-bottom:1px solid rgba(255,253,248,.14)!important;
}

body[data-page="home"] .home-science-panel .science-step:nth-child(3n){
  border-right:0!important;
}

body[data-page="home"] .home-science-panel .science-step:nth-last-child(-n+3){
  border-bottom:0!important;
}

.home-early-access-panel{
  align-items:start;
}

body[data-page="home"] .home-contact-grid{
  grid-template-columns:minmax(0,620px)!important;
}

body[data-page="home"] .home-contact-card{
  min-height:0;
}

@media (max-width:1050px){
body[data-page="home"] .premium-hero-media{
    display:none!important;
  }

body[data-page="home"] .hero-product-note{
    position:static;
    width:auto;
    max-width:620px;
    margin-top:22px;
    color:rgba(255,253,248,.48);
    text-align:left;
  }

.current-stage-grid,

.bond-card-grid,

body[data-page="home"] .home-science-panel .science-path{
    grid-template-columns:1fr!important;
  }

.current-stage-grid article,

.bond-card-grid .card,

body[data-page="home"] .home-science-panel .science-step{
    border-right:0!important;
    border-bottom:1px solid var(--line)!important;
  }

body[data-page="home"] .home-science-panel .science-step{
    border-bottom-color:rgba(255,253,248,.14)!important;
  }

.current-stage-grid article:last-child,

.bond-card-grid .card:last-child,

body[data-page="home"] .home-science-panel .science-step:last-child{
    border-bottom:0!important;
  }

}

/* Launch-readiness pass: make status,
credibility{
  padding-top:42px;
  padding-bottom:56px;
}

.contact-proof-list{
  margin:22px 0 0;
  padding:0;
  display:grid;
  gap:10px;
  list-style:none;
  color:var(--muted);
  font-size:.94rem;
  line-height:1.5;
}

.contact-proof-list li{
  position:relative;
  padding-left:24px;
}

.contact-proof-list li::before{
  content:"";
  position:absolute;
  left:0;
  top:.65em;
  width:8px;
  height:8px;
  border-radius:50%;
  background:var(--gold);
  box-shadow:0 0 0 4px rgba(184,129,50,.12);
}

.survey-fallback-note{
  margin:12px 6px 0;
  color:var(--muted);
  font-size:.88rem;
  line-height:1.5;
  text-align:center;
}

.survey-fallback-note a{
  color:var(--forest);
  font-weight:900;
}

/* Premium visual redesign: calmer official brand system */
:root{
  --ink:#101612;
  --muted:#536057;
  --soft:#768078;
  --forest:#08271f;
  --forest-2:#12352c;
  --olive:#66735f;
  --moss:#7b866f;
  --cream:#f5f1e8;
  --paper:#fffdf8;
  --bone:#e6ddcf;
  --sand:#c6a86a;
  --gold:#a87932;
  --line:rgba(8,39,31,.12);
  --line-strong:rgba(8,39,31,.18);
  --shadow:0 18px 44px rgba(8,39,31,.07);
  --shadow-strong:0 26px 70px rgba(8,39,31,.11);
  --radius:10px;
  --radius-sm:8px;
}

html{background:#f6f3ec;}

body{
  background:linear-gradient(180deg,#fbfaf5 0%,#f6f2ea 52%,#efeadf 100%);
  color:var(--ink);
  letter-spacing:0;
}

body::before{display:none;}

.shell{width:min(var(--max),calc(100% - 56px));margin-inline:auto;}

.site-nav{
  background:rgba(255,253,248,.94);
  border-bottom:1px solid rgba(8,39,31,.09);
  box-shadow:0 1px 0 rgba(255,255,255,.7);
}

.nav-inner{min-height:70px;}

.brand,

.footer-brand{
  letter-spacing:0;
  font-weight:850;
}

.brand-mark{
  width:36px;
  height:36px;
  border-radius:8px;
  border-color:rgba(8,39,31,.10);
  box-shadow:none;
  background:#fffdf8;
}

.brand-mark img{width:27px;height:27px;}

.nav-links{gap:18px;}

.nav-links a{
  min-height:auto;
  padding:8px 0 7px;
  border-radius:0;
  border-bottom:1px solid transparent;
  background:transparent!important;
  color:rgba(16,22,18,.66);
  font-size:.88rem;
  font-weight:800;
  letter-spacing:0;
}

.nav-links a:hover,

.nav-links a.active{
  color:var(--forest);
  border-bottom-color:var(--forest);
  box-shadow:none!important;
}

.nav-toggle{
  border-radius:8px;
  box-shadow:none;
}

.eyebrow{
  margin-bottom:16px;
  color:var(--gold);
  letter-spacing:.16em;
  font-size:.68rem;
  font-weight:900;
}

h1,

h2,

h3{letter-spacing:-.04em;}

h1{font-size:clamp(3.2rem,6.3vw,6.1rem);line-height:.93;}

h2{font-size:clamp(2rem,3.8vw,3.7rem);line-height:1;}

.lead{color:var(--muted);line-height:1.65;}

.section{padding:86px 0;}

.section.tight{padding:68px 0;}

.btn{
  min-height:50px;
  border-radius:8px;
  padding:0 22px;
  box-shadow:none;
  letter-spacing:0;
}

.btn:hover{transform:translateY(-1px);}

.btn-primary{
  background:var(--forest);
  color:#fffdf8;
  box-shadow:none;
}

.btn-primary:hover{background:#041b15;}

.btn-secondary{
  background:transparent;
  border-color:rgba(8,39,31,.20);
  color:var(--forest);
  box-shadow:none;
}

.btn-secondary:hover{background:rgba(8,39,31,.04);}

.card,

.panel,

.faq-item,

body[data-page="home"] .home-contact-panel,

body[data-page="home"] .home-science-panel,

body[data-page="home"] .home-faq-panel,

body[data-page="home"] .founders-panel,

body[data-page="contact"] .contact-page-card,

body[data-page="privacy"] .legal-copy,

.disclaimer-card{
  border-radius:10px!important;
  box-shadow:none!important;
}

body[data-page="home"] .premium-hero{
  min-height:650px;
  padding:72px 0 62px;
  color:#fffdf8;
  background:
    linear-gradient(90deg,rgba(5,24,19,.98) 0%,rgba(7,31,25,.95) 48%,rgba(7,31,25,.64) 72%,rgba(7,31,25,.24) 100%),
    linear-gradient(180deg,#08271f 0%,#143a31 100%);
  border-bottom:0;
}

body[data-page="home"] .premium-hero::before{
  display:none;
}

body[data-page="home"] .premium-hero::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:1px;
  background:rgba(255,253,248,.14);
}

body[data-page="home"] .premium-hero .hero-copy{
  max-width:760px;
}

body[data-page="home"] .hero-logo-lockup-premium{
  display:none;
}

body[data-page="home"] .premium-hero h1{
  max-width:760px;
  margin-bottom:24px;
  color:#fffdf8;
  font-size:clamp(3.2rem,6.2vw,6rem);
  line-height:.93;
  letter-spacing:-.055em;
}

body[data-page="home"] .premium-hero .eyebrow{
  color:#d6bb79;
}

body[data-page="home"] .premium-hero .lead{
  max-width:650px;
  color:rgba(255,253,248,.78);
  font-size:clamp(1.08rem,1.4vw,1.24rem);
}

body[data-page="home"] .premium-hero .hero-claim-note{
  max-width:650px;
  margin-top:18px;
  color:rgba(255,253,248,.58);
}

body[data-page="home"] .premium-hero .hero-actions{
  margin-top:34px;
  gap:12px;
}

body[data-page="home"] .premium-hero .btn-primary{
  background:#fffdf8;
  color:var(--forest);
}

body[data-page="home"] .premium-hero .btn-secondary{
  background:transparent;
  border-color:rgba(255,253,248,.28);
  color:#fffdf8;
  box-shadow:none;
}

body[data-page="home"] .premium-hero .hero-actions a:nth-child(3){
  display:none;
}

body[data-page="home"] .hero-proof{
  display:none;
}

body[data-page="home"] .premium-hero-dog{
  display:none;
}

body[data-page="home"] .premium-hero-pouch{
  right:7%;
  bottom:-3%;
  width:clamp(270px,28vw,390px);
  opacity:.82;
  transform:rotate(-2deg);
  filter:drop-shadow(0 34px 56px rgba(0,0,0,.28));
}

.science-step-number,

.contact-label{
  color:var(--gold);
}

body[data-page="home"] .home-science-panel,

body[data-page="home"] .home-faq-panel,

body[data-page="home"] .founders-panel,

body[data-page="home"] .home-contact-panel{
  max-width:1080px;
  padding:0;
  border:0!important;
  background:transparent!important;
}

body[data-page="home"] .home-science-panel{
  padding:46px;
  background:#08271f!important;
  color:#fffdf8;
}

body[data-page="home"] .home-science-panel .lead,

body[data-page="home"] .home-science-panel p{
  color:rgba(255,253,248,.70);
}

body[data-page="home"] .home-science-panel h2,

body[data-page="home"] .home-science-panel h3{
  color:#fffdf8;
}

body[data-page="home"] .science-path{
  gap:0;
  border-top:1px solid rgba(255,253,248,.14);
  border-bottom:1px solid rgba(255,253,248,.14);
}

body[data-page="home"] .science-step{
  min-height:0;
  padding:24px;
  border:0!important;
  border-right:1px solid rgba(255,253,248,.14)!important;
  border-radius:0!important;
  background:transparent!important;
}

body[data-page="home"] .science-step:last-child{border-right:0!important;}

body[data-page="home"] .home-faq-head,

body[data-page="home"] .home-contact-head{
  border-bottom:1px solid var(--line);
  padding-bottom:22px;
  margin-bottom:24px;
}

body[data-page="home"] .home-contact-card{
  border:1px solid var(--line)!important;
  background:rgba(255,253,248,.58)!important;
}

body[data-page="home"] .home-contact-panel{
  padding:46px;
  background:#08271f!important;
  color:#fffdf8;
}

body[data-page="home"] .home-contact-panel h2,

body[data-page="home"] .home-contact-panel h3,

body[data-page="home"] .home-contact-panel a{
  color:#fffdf8;
}

body[data-page="home"] .home-contact-panel p,

body[data-page="home"] .home-contact-panel .lead{
  color:rgba(255,253,248,.70);
}

body[data-page="home"] .home-contact-card{
  border-color:rgba(255,253,248,.16)!important;
  background:rgba(255,253,248,.06)!important;
}

body[data-page="home"] .home-contact-card .btn{
  background:#fffdf8;
  color:var(--forest);
}

.page-hero{
  padding:clamp(70px,8vw,106px) 0 clamp(50px,6vw,78px)!important;
  background:#fbfaf5!important;
  border-bottom:1px solid var(--line)!important;
}

.page-hero .shell{
  padding:0!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
}

.page-hero h1{
  max-width:900px;
  font-size:clamp(2.8rem,5vw,5.25rem)!important;
}

.page-hero .lead{
  max-width:760px;
}

body[data-page="contact"] .contact-intent-list span{
  min-height:34px;
  border-radius:8px;
  background:rgba(8,39,31,.05);
  border-color:var(--line);
  color:var(--forest);
}

body[data-page="contact"] .contact-page-panel{
  max-width:1040px;
  grid-template-columns:minmax(0,.9fr) minmax(320px,1fr);
  gap:56px;
}

body[data-page="contact"] .contact-page-card{
  background:#fffdf8!important;
  border-color:var(--line)!important;
}

.contact-proof-list li::before{
  border-radius:2px;
  box-shadow:none;
}

body[data-page="faq"] .faq-item{
  background:#fffdf8!important;
  border-color:var(--line)!important;
}

.footer{
  background:#061d18;
}

@media (max-width:1050px){
.shell{width:min(100% - 36px,var(--max));margin-inline:auto;}

body[data-page="home"] .premium-hero{
    min-height:auto;
    padding:62px 0;
  }

body[data-page="home"] .premium-hero-pouch{
    right:-5%;
    bottom:0;
    opacity:.22;
    width:clamp(240px,44vw,360px);
  }

body[data-page="contact"] .contact-page-panel{
    grid-template-columns:1fr;
    gap:28px;
  }

}

@media (max-width:760px){
.shell{width:min(100% - 28px,var(--max));margin-inline:auto;}

.nav-links{
    gap:0;
    border-radius:10px;
  }

.nav-links a{
    min-height:42px;
    justify-content:center;
    box-shadow:none!important;
  }

.section{padding:58px 0;}

.section.tight{padding:48px 0;}

body[data-page="home"] .premium-hero{
    padding:54px 0 46px;
  }

body[data-page="home"] .premium-hero h1{
    font-size:clamp(2.75rem,13vw,4.1rem);
  }

body[data-page="home"] .premium-hero .hero-actions{
    display:grid;
    grid-template-columns:1fr;
    width:100%;
  }

body[data-page="home"] .premium-hero .hero-actions a:nth-child(3){
    display:inline-flex;
  }

body[data-page="home"] .premium-hero .btn{
    width:100%;
  }

body[data-page="home"] .premium-hero-pouch{
    right:-30%;
    bottom:5%;
    width:78vw;
    opacity:.12;
  }

body[data-page="home"] .home-science-panel,

body[data-page="home"] .home-contact-panel{
    padding:28px 22px;
  }

body[data-page="home"] .science-path{
    border-bottom:0;
  }

body[data-page="home"] .science-step{
    border-right:0!important;
    border-bottom:1px solid rgba(255,253,248,.14)!important;
    padding:20px 0;
  }

.page-hero{
    padding:52px 0 38px!important;
  }

.page-hero h1{
    font-size:clamp(2.35rem,11vw,3.6rem)!important;
  }

.page-hero-actions,

.hero-actions{
    display:grid;
    grid-template-columns:1fr;
    width:100%;
  }

.page-hero-actions .btn,

.hero-actions .btn{
    width:100%;
  }

body[data-page="contact"] .contact-intent-list span{
    width:100%;
    justify-content:center;
  }

}

/* Survey CTA and founder layout refinement */
body[data-page="home"] #early-access{
  scroll-margin-top:110px;
}

body[data-page="home"] .survey-cta-panel{
  max-width:1080px;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(280px,390px);
  gap:28px;
  align-items:center;
  padding:42px 46px;
  border:1px solid var(--line);
  border-radius:12px;
  background:linear-gradient(135deg,rgba(255,253,248,.96),rgba(240,229,211,.70));
}

body[data-page="home"] .survey-cta-copy h2{
  margin-bottom:14px;
  font-size:clamp(2rem,3.7vw,3.4rem);
  line-height:1.02;
  letter-spacing:-.045em;
}

body[data-page="home"] .survey-cta-copy .lead{
  max-width:660px;
  margin:0;
}

body[data-page="home"] .survey-link-card{
  padding:26px;
  border:1px solid var(--line);
  border-radius:12px;
  background:#fffdf8;
}

body[data-page="home"] .survey-link-card span{
  display:inline-flex;
  margin-bottom:12px;
  color:var(--gold);
  font-size:.74rem;
  font-weight:950;
  letter-spacing:.14em;
  text-transform:uppercase;
}

body[data-page="home"] .survey-link-card h3{
  margin-bottom:10px;
  color:var(--forest);
  font-size:clamp(1.28rem,2vw,1.72rem);
}

body[data-page="home"] .survey-link-card p{
  margin-bottom:20px;
  color:var(--muted);
  line-height:1.58;
}

body[data-page="home"] .survey-link-card .btn{
  width:100%;
  justify-content:center;
}

body[data-page="home"] .home-faq-head-simple{
  grid-template-columns:minmax(240px,.62fr) minmax(0,1fr);
}

body[data-page="home"] .home-faq-head-simple + .home-faq-actions{
  margin-top:0;
}

@media (max-width:820px){
body[data-page="home"] .survey-cta-panel,

body[data-page="home"] .home-faq-head-simple{
    grid-template-columns:1fr!important;
  }

body[data-page="home"] .survey-cta-panel{
    padding:28px 22px;
  }

}

body[data-page="home"] .survey-placeholder-link{
  cursor:default;
  user-select:text;
}

/* Dog-aging and founder refinement pass */
body[data-page="home"] .science-path--three{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
}

body[data-page="home"] .science-path--three .science-step{
  display:flex;
  flex-direction:column;
  min-height:245px;
}

body[data-page="home"] .science-path--three .science-step:nth-child(3){
  border-right:0!important;
}

body[data-page="home"] .science-path--three .science-step:nth-last-child(-n+3){
  border-bottom:0!important;
}

.science-step-link{
  display:inline-flex;
  width:max-content;
  margin-top:auto;
  color:#fffdf8;
  font-weight:900;
  text-decoration:none;
  border-bottom:1px solid rgba(255,253,248,.45);
}

.science-step-link:hover{
  border-bottom-color:#fffdf8;
}

body[data-page="home"] .founder-profile-panel{
  max-width:1080px;
  padding:44px!important;
  background:linear-gradient(135deg,rgba(255,253,248,.98),rgba(238,228,212,.76))!important;
  border:1px solid var(--line)!important;
}

body[data-page="home"] .founder-profile-grid{
  display:grid;
  grid-template-columns:minmax(240px,360px) minmax(0,1fr);
  gap:46px;
  align-items:center;
}

body[data-page="home"] .founder-portrait{
  overflow:hidden;
  aspect-ratio:4/5;
  border-radius:12px;
  background:#efe8dc;
  border:1px solid rgba(8,39,31,.12);
}

body[data-page="home"] .founder-portrait img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}

body[data-page="home"] .founder-profile-copy h2{
  margin-bottom:8px;
  font-size:clamp(2.25rem,4vw,4rem);
}

body[data-page="home"] .founder-role-line{
  margin:0 0 22px;
  color:var(--gold);
  font-weight:900;
}

body[data-page="home"] .founder-profile-copy .lead{
  margin-bottom:18px;
  max-width:700px;
}

body[data-page="home"] .founder-profile-copy p:last-child{
  max-width:720px;
  color:var(--muted);
  line-height:1.7;
}

body[data-page="home"] .home-contact-email-card h3 a{
  color:inherit;
  text-decoration:none;
  overflow-wrap:anywhere;
}

@media (max-width:900px){
body[data-page="home"] .science-path--three,

body[data-page="home"] .founder-profile-grid{
    grid-template-columns:1fr!important;
  }

body[data-page="home"] .science-path--three .science-step{
    border-right:0!important;
    border-bottom:1px solid var(--line)!important;
  }

body[data-page="home"] .science-path--three .science-step{
    min-height:0;
  }

body[data-page="home"] .science-path--three .science-step:last-child{
    border-bottom:0!important;
  }

body[data-page="home"] .founder-profile-panel{
    padding:28px 22px!important;
  }

body[data-page="home"] .founder-portrait{
    max-width:320px;
  }

}

/* Product concept hero placement */
body[data-page="home"] .premium-hero-media{
  display:block!important;
  position:absolute!important;
  inset:0!important;
  z-index:0!important;
  pointer-events:none!important;
}

body[data-page="home"] .premium-hero-pouch{
  display:block!important;
  position:absolute!important;
  right:7%;
  bottom:4%;
  width:clamp(310px,29vw,420px)!important;
  height:auto!important;
  opacity:.96!important;
  transform:rotate(-1deg)!important;
  filter:drop-shadow(0 34px 58px rgba(0,0,0,.30))!important;
}

@media (max-width:1050px){
body[data-page="home"] .premium-hero-pouch{
    right:-2%;
    bottom:5%;
    width:clamp(260px,40vw,370px)!important;
    opacity:.38!important;
  }

}

@media (max-width:760px){
body[data-page="home"] .premium-hero-pouch{
    right:-28%;
    bottom:8%;
    width:82vw!important;
    opacity:.14!important;
  }

}

/* Launch-ready tab page refinement: FAQ and Contact */
body[data-page="faq"] .tab-hero{
  position:relative;
  overflow:hidden;
  padding:clamp(70px,8vw,104px) 0 clamp(54px,6vw,78px);
  background:
    linear-gradient(90deg,rgba(255,253,248,.96) 0%,rgba(255,253,248,.90) 48%,rgba(248,241,230,.62) 100%),
    radial-gradient(circle at 84% 18%,rgba(198,168,106,.28),transparent 22rem),
    linear-gradient(180deg,#fffdf8 0%,#f6f0e5 100%);
  border-bottom:1px solid var(--line);
}

body[data-page="faq"] .tab-hero::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background-image:linear-gradient(rgba(8,39,31,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(8,39,31,.03) 1px,transparent 1px);
  background-size:54px 54px;
  mask-image:linear-gradient(90deg,rgba(0,0,0,.30),rgba(0,0,0,.10) 58%,rgba(0,0,0,.22));
}

body[data-page="faq"] .tab-hero-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(280px,390px);
  gap:44px;
  align-items:end;
}

body[data-page="faq"] .tab-hero h1,

body[data-page="contact"] .tab-contact-copy h1{
  max-width:860px;
  margin-bottom:18px;
  font-size:clamp(2.7rem,5.5vw,5.5rem);
  line-height:.94;
  letter-spacing:-.06em;
}

body[data-page="faq"] .tab-hero .lead,

body[data-page="contact"] .tab-contact-copy .lead{
  max-width:760px;
}

body[data-page="faq"] .tab-hero-card,

body[data-page="contact"] .tab-contact-card,

.tab-note-card{
  border:1px solid var(--line);
  border-radius:12px;
  background:rgba(255,253,248,.86);
  padding:28px;
}

body[data-page="faq"] .tab-hero-card span,

body[data-page="contact"] .tab-contact-card > span,

.tab-line-list span,

.tab-step-row span{
  display:inline-flex;
  margin-bottom:16px;
  color:var(--gold);
  font-size:.74rem;
  font-weight:950;
  letter-spacing:.14em;
  text-transform:uppercase;
}

body[data-page="faq"] .tab-hero-card h2,

body[data-page="contact"] .tab-contact-card h2{
  margin-bottom:12px;
  color:var(--forest);
  font-size:clamp(1.45rem,2.5vw,2.15rem);
  line-height:1.05;
}

body[data-page="faq"] .tab-hero-card p,

body[data-page="contact"] .tab-contact-card p{
  margin:0;
  color:var(--muted);
  line-height:1.62;
}

.tab-section-head{
  max-width:860px;
  margin-bottom:30px;
}

.tab-section-head h2,

.tab-note-card h2{
  max-width:820px;
}

.tab-split{
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(300px,1.1fr);
  gap:46px;
  align-items:start;
}

.tab-line-list{
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}

.tab-line-list article{
  display:grid;
  grid-template-columns:76px minmax(0,1fr);
  gap:18px;
  padding:22px 0;
  border-bottom:1px solid var(--line);
}

.tab-line-list article:last-child{
  border-bottom:0;
}

.tab-line-list h3,

.tab-step-row h3,

.tab-card-grid h3{
  margin-bottom:8px;
}

.tab-line-list p,

.tab-step-row p,

.tab-card-grid p,

.tab-note-card p{
  margin:0;
  color:var(--muted);
  line-height:1.62;
}

.tab-dark-panel .section-head{
  max-width:880px;
  margin-bottom:30px;
}

.tab-card-grid{
  display:grid;
  gap:14px;
}

.tab-card-grid.six{
  grid-template-columns:repeat(3,minmax(0,1fr));
}

.tab-card-grid article{
  min-height:178px;
  padding:24px;
  border:1px solid rgba(248,241,230,.16);
  border-radius:12px;
  background:rgba(255,253,248,.07);
}

.tab-card-grid h3{
  color:#fffdf8;
}

.tab-card-grid p{
  color:rgba(248,241,230,.72);
}

.tab-development{
  padding:42px 46px;
  border:1px solid var(--line);
  border-radius:12px;
  background:#fffdf8;
}

.tab-step-row{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:0;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}

.tab-step-row article{
  min-height:225px;
  padding:26px;
  border-right:1px solid var(--line);
}

.tab-step-row article:last-child{
  border-right:0;
}

.tab-step-row a{
  display:inline-flex;
  margin-top:18px;
  color:var(--forest);
  font-weight:900;
  text-decoration:none;
  border-bottom:1px solid rgba(8,39,31,.28);
}

.tab-step-row a:hover{
  border-bottom-color:var(--forest);
}

.tab-note-card{
  max-width:980px;
}

.tab-note-card .btn{
  margin-top:22px;
}

body[data-page="faq"] .tab-faq-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}

body[data-page="faq"] .tab-faq-grid .faq-item{
  background:#fffdf8!important;
  border-color:var(--line)!important;
  border-radius:12px!important;
  box-shadow:none!important;
}

body[data-page="faq"] .tab-faq-grid .faq-item summary{
  padding:22px 56px 22px 22px;
}

body[data-page="faq"] .tab-faq-grid .faq-item p{
  padding:0 22px 22px;
}

body[data-page="contact"] .tab-contact-section{
  position:relative;
  overflow:hidden;
  background:
    linear-gradient(90deg,rgba(255,253,248,.96) 0%,rgba(255,253,248,.88) 52%,rgba(240,229,211,.72) 100%),
    radial-gradient(circle at 88% 20%,rgba(198,168,106,.24),transparent 22rem);
  border-bottom:1px solid var(--line);
}

body[data-page="contact"] .tab-contact-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(300px,430px);
  gap:52px;
  align-items:center;
}

.tab-contact-points{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:28px;
}

.tab-contact-points span{
  display:inline-flex;
  align-items:center;
  min-height:36px;
  padding:0 13px;
  border:1px solid var(--line);
  border-radius:999px;
  background:rgba(255,253,248,.70);
  color:var(--forest);
  font-size:.86rem;
  font-weight:900;
}

body[data-page="contact"] .tab-contact-card h2 a{
  color:var(--forest);
  text-decoration:none;
  overflow-wrap:anywhere;
}

body[data-page="contact"] .tab-contact-card h2 a:hover{
  text-decoration:underline;
}

body[data-page="contact"] .contact-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:24px;
}

.tab-contact-row{
  background:#fffdf8;
}

@media (max-width:980px){
body[data-page="faq"] .tab-hero-grid,

body[data-page="contact"] .tab-contact-grid,

.tab-split,

.tab-card-grid.six,

.tab-step-row,

body[data-page="faq"] .tab-faq-grid{
    grid-template-columns:1fr;
  }

.tab-step-row article,

.tab-card-grid article{
    min-height:0;
  }

.tab-step-row article{
    border-right:0;
    border-bottom:1px solid var(--line);
  }

.tab-step-row article:last-child{
    border-bottom:0;
  }

.tab-development{
    padding:30px 24px;
  }

}

@media (max-width:640px){
body[data-page="faq"] .tab-hero,

body[data-page="contact"] .tab-contact-section{
    padding-top:52px;
  }

.tab-line-list article{
    grid-template-columns:1fr;
    gap:6px;
  }

body[data-page="contact"] .contact-actions{
    display:grid;
    grid-template-columns:1fr;
  }

body[data-page="contact"] .contact-actions .btn{
    width:100%;
  }

}

/* Launch edge fix: keep the product hero readable in narrow previews */
@media (max-width:760px){
  body[data-page="home"] .premium-hero-inner{
    width:min(100% - 32px,var(--max));
    margin-inline:auto;
  }
  body[data-page="home"] .premium-hero .hero-copy{
    max-width:min(100%, 520px);
  }
}
/* Final launch layout guard: keep hero content inset at every preview width */
body[data-page="home"] .premium-hero > .premium-hero-inner.shell{
  width:min(var(--max),calc(100% - 56px))!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
@media (max-width:760px){
  body[data-page="home"] .premium-hero > .premium-hero-inner.shell{
    width:min(100% - 32px,var(--max))!important;
  }
}
/* Final launch hero sizing: prevent the hero copy shell from flex-shrinking */
body[data-page="home"] .premium-hero{
  display:block!important;
}
body[data-page="home"] .premium-hero > .premium-hero-inner.shell{
  display:block!important;
  flex:none!important;
  width:min(var(--max),calc(100% - 56px))!important;
  margin-inline:auto!important;
}
@media (max-width:760px){
  body[data-page="home"] .premium-hero > .premium-hero-inner.shell{
    width:min(100% - 32px,var(--max))!important;
  }
}
/* Final visual-only publish polish */
body[data-page="home"] .premium-hero{
  isolation:isolate;
}

body[data-page="home"] .hero-product-note{
  text-shadow:0 1px 10px rgba(0,0,0,.25);
}

body[data-page="home"] .survey-cta-panel,

body[data-page="home"] .founder-profile-panel,

body[data-page="home"] .home-contact-panel,

body[data-page="faq"] .tab-hero-card,

body[data-page="contact"] .tab-contact-card,

.tab-note-card{
  box-shadow:0 18px 48px rgba(8,39,31,.06)!important;
}

body[data-page="home"] .survey-cta-panel,

body[data-page="home"] .founder-profile-panel{
  background:
    linear-gradient(135deg,rgba(255,253,248,.98),rgba(239,230,216,.78)),
    radial-gradient(circle at 96% 8%,rgba(198,168,106,.12),transparent 18rem)!important;
}

body[data-page="home"] .home-contact-panel{
  background:
    radial-gradient(circle at 90% 12%,rgba(198,168,106,.12),transparent 18rem),
    linear-gradient(135deg,#08271f,#123a30)!important;
}

body[data-page="faq"] .tab-faq-grid .faq-item,

body[data-page="contact"] .tab-step-row article{
  transition:border-color .18s var(--ease), background .18s var(--ease), transform .18s var(--ease);
}

body[data-page="faq"] .tab-faq-grid .faq-item:hover,

body[data-page="contact"] .tab-step-row article:hover{
  border-color:rgba(8,39,31,.18)!important;
  background:rgba(255,253,248,.92)!important;
}

body[data-page="contact"] .tab-contact-copy h1{
  text-wrap:balance;
}

@media (max-width:760px){
  body[data-page="home"] .premium-hero{
    min-height:600px;
  }

  body[data-page="home"] .premium-hero h1{
    max-width:350px;
  }

  body[data-page="home"] .hero-product-note{
    max-width:330px;
    color:rgba(255,253,248,.54);
  }

  body[data-page="faq"] .tab-hero,

  body[data-page="contact"] .tab-contact-section{
    padding-top:48px;
    padding-bottom:48px;
  }

  body[data-page="faq"] .tab-hero h1{
    font-size:clamp(2.55rem,11vw,3.45rem);
    line-height:.96;
  }

  body[data-page="contact"] .tab-contact-copy h1{
    max-width:340px;
    font-size:clamp(2.25rem,9.7vw,3rem);
    line-height:1;
    letter-spacing:-.052em;
  }

  body[data-page="contact"] .tab-contact-card,

  body[data-page="faq"] .tab-hero-card{
    padding:24px;
  }

  body[data-page="contact"] .tab-contact-points{
    gap:8px;
  }

  body[data-page="contact"] .tab-contact-points span{
    min-height:34px;
    padding:0 12px;
  }
}

@media (max-width:420px){
  body[data-page="contact"] .tab-contact-copy h1{
    max-width:320px;
    font-size:clamp(2.14rem,9.1vw,2.7rem);
  }
}
/* Keep trademark punctuation attached without changing the visible text */
.mark-period{
  display:inline-block;
  white-space:nowrap;
  letter-spacing:0;
  margin-left:.02em;
}
/* Tighten trademark punctuation spacing while preserving text */
.mark-period{
  display:inline;
  white-space:nowrap;
  margin-left:-.04em;
  letter-spacing:-.08em;
}
/* Active dogs image layout */
body[data-page="home"] #dog-human-bond.active-dogs-section{
  padding-block:clamp(72px,8vw,120px);
  background:
    radial-gradient(circle at 82% 18%,rgba(198,168,106,.16),transparent 22rem),
    linear-gradient(180deg,rgba(255,253,248,.96),rgba(248,241,230,.62));
}

body[data-page="home"] .active-dogs-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(300px,.78fr);
  gap:clamp(32px,5vw,72px);
  align-items:center;
}

body[data-page="home"] .active-dogs-copy{
  min-width:0;
}

body[data-page="home"] .active-dogs-copy .narrow{
  max-width:680px;
  margin:0!important;
}

body[data-page="home"] .active-dogs-copy h2,

body[data-page="home"] .active-dogs-copy .lead{
  max-width:620px;
}

body[data-page="home"] .active-dogs-media{
  position:relative;
  display:grid;
  place-items:center;
  min-height:clamp(360px,42vw,560px);
  margin:0;
  overflow:hidden;
  border:1px solid rgba(11,51,42,.10);
  border-radius:34px;
  background:
    radial-gradient(circle at 50% 18%,rgba(213,183,127,.22),transparent 14rem),
    linear-gradient(145deg,#fffdf8,#efe5d6);
  box-shadow:0 30px 70px rgba(23,24,18,.10);
  isolation:isolate;
}

body[data-page="home"] .active-dogs-media::before{
  content:"";
  position:absolute;
  inset:18px;
  border:1px solid rgba(11,51,42,.08);
  border-radius:26px;
  pointer-events:none;
}

body[data-page="home"] .active-dogs-media::after{
  content:"";
  position:absolute;
  width:68%;
  aspect-ratio:1;
  border-radius:999px;
  background:rgba(11,51,42,.045);
  transform:translateY(8%);
  z-index:-1;
}

body[data-page="home"] .active-dogs-media img{
  position:relative;
  width:min(72%,390px);
  height:auto;
  max-height:78%;
  object-fit:contain;
  opacity:.92;
  filter:drop-shadow(0 18px 28px rgba(8,39,31,.13));
}

body[data-page="home"] .active-dogs-layout .bond-card-grid{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:12px!important;
  max-width:680px;
  margin-top:30px;
}

body[data-page="home"] .active-dogs-layout .bond-card-grid .card{
  display:block!important;
  min-height:0!important;
  padding:20px 22px 20px 24px!important;
  border:1px solid rgba(11,51,42,.10)!important;
  border-radius:22px!important;
  background:linear-gradient(135deg,rgba(255,253,248,.96),rgba(248,241,230,.72))!important;
  box-shadow:0 14px 34px rgba(23,24,18,.055)!important;
}

body[data-page="home"] .active-dogs-layout .bond-card-grid .card::before{
  top:18px!important;
  bottom:18px!important;
}

body[data-page="home"] .active-dogs-layout .bond-card-grid .card::after{
  display:none!important;
}

@media (max-width:980px){
  body[data-page="home"] .active-dogs-layout{
    grid-template-columns:1fr;
    gap:32px;
  }

  body[data-page="home"] .active-dogs-media{
    min-height:360px;
  }

  body[data-page="home"] .active-dogs-layout .bond-card-grid{
    max-width:none;
  }
}

@media (max-width:640px){
  body[data-page="home"] #dog-human-bond.active-dogs-section{
    padding-block:58px;
  }

  body[data-page="home"] .active-dogs-layout{
    gap:24px;
  }

  body[data-page="home"] .active-dogs-media{
    min-height:300px;
    border-radius:26px;
  }

  body[data-page="home"] .active-dogs-media::before{
    inset:12px;
    border-radius:20px;
  }

  body[data-page="home"] .active-dogs-media img{
    width:min(80%,300px);
  }

  body[data-page="home"] .active-dogs-layout .bond-card-grid{
    margin-top:24px;
  }

  body[data-page="home"] .active-dogs-layout .bond-card-grid .card{
    padding:19px 20px 19px 22px!important;
    border-radius:20px!important;
  }
}
/* Final flow and owner-journey polish */
html{
  scroll-padding-top:96px;
}

.nav-links a.nav-survey-link{
  margin-left:8px;
  padding-inline:18px;
  background:var(--forest);
  color:#fffdf8;
  border:1px solid rgba(11,51,42,.18);
  box-shadow:0 10px 22px rgba(11,51,42,.12);
}

.nav-links a.nav-survey-link:hover,

.nav-links a.nav-survey-link:focus-visible{
  background:#08271f;
  color:#fffdf8;
}

body[data-page="home"] #dog-human-bond,

body[data-page="home"] #home-focus,

body[data-page="home"] #home-science,

body[data-page="home"] #home-faq,

body[data-page="home"] #founder,

body[data-page="home"] #early-access,

body[data-page="home"] #home-contact{
  scroll-margin-top:96px!important;
}

body[data-page="home"] .premium-hero-pouch{
  image-rendering:auto;
  backface-visibility:hidden;
  filter:drop-shadow(0 34px 58px rgba(0,0,0,.30)) contrast(1.04) saturate(1.04)!important;
}

body[data-page="home"] .premium-hero .btn-primary,

.nav-links a.nav-survey-link,

body[data-page="home"] .survey-link-card .btn{
  transition:transform .18s var(--ease), box-shadow .18s var(--ease), background .18s var(--ease);
}

body[data-page="home"] .premium-hero .btn-primary:hover,

.nav-links a.nav-survey-link:hover,

body[data-page="home"] .survey-link-card .btn:hover{
  transform:translateY(-1px);
}

body[data-page="home"] #dog-human-bond.active-dogs-section{
  padding-block:clamp(58px,7vw,96px)!important;
}

body[data-page="home"] .active-dogs-layout{
  gap:clamp(28px,4.4vw,60px)!important;
}

body[data-page="home"] .active-dogs-media{
  min-height:clamp(320px,36vw,500px)!important;
}

body[data-page="home"] .active-dogs-media img{
  width:min(68%,360px)!important;
}

body[data-page="home"] #early-access{
  padding-top:clamp(48px,6vw,76px)!important;
  padding-bottom:clamp(42px,5vw,68px)!important;
}

body[data-page="home"] .survey-cta-panel{
  position:relative;
  overflow:hidden;
  grid-template-columns:minmax(0,1fr) minmax(260px,360px)!important;
  border-radius:28px!important;
  background:
    radial-gradient(circle at 92% 16%,rgba(213,183,127,.20),transparent 16rem),
    linear-gradient(135deg,rgba(255,253,248,.99),rgba(239,230,216,.84))!important;
  box-shadow:0 26px 70px rgba(8,39,31,.10)!important;
}

body[data-page="home"] .survey-cta-panel::before{
  content:"";
  position:absolute;
  left:0;
  top:24px;
  bottom:24px;
  width:5px;
  border-radius:0 999px 999px 0;
  background:linear-gradient(180deg,var(--forest),var(--gold));
}

body[data-page="home"] .survey-link-card{
  position:relative;
  border-radius:22px!important;
  background:#08271f!important;
  color:#fffdf8;
  border-color:rgba(8,39,31,.16)!important;
  box-shadow:0 20px 46px rgba(8,39,31,.15);
}

body[data-page="home"] .survey-link-card span{
  color:var(--sand)!important;
}

body[data-page="home"] .survey-link-card .btn{
  min-height:54px;
  background:#fffdf8;
  color:var(--forest);
  border-color:rgba(255,253,248,.24);
  box-shadow:none;
}

body[data-page="home"] .current-stage-section{
  padding-block:clamp(32px,4.6vw,58px)!important;
}

body[data-page="home"] .current-stage-grid{
  min-height:0;
}

body[data-page="home"] .current-stage-grid article{
  padding-block:clamp(22px,2.6vw,32px)!important;
}

body[data-page="home"] .home-science-panel{
  padding:clamp(30px,4vw,42px)!important;
}

body[data-page="home"] .science-path{
  margin-top:clamp(26px,3.4vw,38px)!important;
}

body[data-page="home"] .founder-profile-panel{
  padding:clamp(30px,4vw,42px)!important;
}

body[data-page="home"] .founder-profile-grid{
  gap:clamp(28px,4vw,42px)!important;
}

body[data-page="home"] .home-faq-panel{
  padding-block:clamp(8px,1.8vw,18px)!important;
}

body[data-page="faq"] details.faq-item[open]{
  border-color:rgba(11,51,42,.18)!important;
  background:rgba(255,253,248,.96)!important;
  box-shadow:0 18px 46px rgba(23,24,18,.075)!important;
}

.mark-period{
  display:inline-block!important;
  white-space:nowrap!important;
  margin-left:0!important;
  letter-spacing:0!important;
}

@media (max-width:760px){
  html{
    scroll-padding-top:78px;
  }

  .nav-links a.nav-survey-link{
    margin-left:0;
    justify-content:center;
    background:var(--forest);
    color:#fffdf8;
  }

  body[data-page="home"] #dog-human-bond,

  body[data-page="home"] #home-focus,

  body[data-page="home"] #home-science,

  body[data-page="home"] #home-faq,

  body[data-page="home"] #founder,

  body[data-page="home"] #early-access,

  body[data-page="home"] #home-contact{
    scroll-margin-top:78px!important;
  }

  body[data-page="home"] .premium-hero-pouch{
    right:-42%!important;
    bottom:10%!important;
    width:88vw!important;
    opacity:.08!important;
    filter:drop-shadow(0 22px 40px rgba(0,0,0,.24)) contrast(1.02) saturate(1.02)!important;
  }

  body[data-page="home"] .hero-product-note{
    max-width:310px!important;
    color:rgba(255,253,248,.46)!important;
  }

  body[data-page="home"] #dog-human-bond.active-dogs-section{
    padding-block:50px!important;
  }

  body[data-page="home"] .active-dogs-media{
    min-height:258px!important;
  }

  body[data-page="home"] .active-dogs-media img{
    width:min(72%,250px)!important;
  }

  body[data-page="home"] .active-dogs-layout .bond-card-grid .card{
    padding:18px 19px!important;
  }

  body[data-page="home"] .survey-cta-panel{
    grid-template-columns:1fr!important;
    gap:22px!important;
    padding:28px 22px!important;
    border-radius:24px!important;
  }

  body[data-page="home"] .survey-cta-copy h2{
    font-size:clamp(2rem,9vw,2.85rem)!important;
  }

  body[data-page="home"] .survey-link-card{
    padding:18px!important;
    border-radius:18px!important;
  }

  body[data-page="home"] .current-stage-grid article{
    padding-block:22px!important;
  }

  body[data-page="home"] .home-science-panel{
    padding:26px 20px!important;
  }

  body[data-page="home"] .founder-profile-panel{
    padding:24px 20px!important;
  }

  body[data-page="home"] .founder-profile-grid{
    gap:24px!important;
  }

  body[data-page="home"] .founder-portrait{
    max-width:260px!important;
    aspect-ratio:4/4.8!important;
  }
}
/* Anchor offset correction */
html{
  scroll-padding-top:0!important;
}

@media (max-width:760px){
  html{
    scroll-padding-top:0!important;
  }
}
/* Survey nav CTA override */
.nav-links a.nav-survey-link{
  min-height:38px!important;
  padding:0 18px!important;
  border:1px solid rgba(11,51,42,.18)!important;
  border-radius:999px!important;
  background:var(--forest)!important;
  color:#fffdf8!important;
  box-shadow:0 10px 22px rgba(11,51,42,.12)!important;
}

.nav-links a.nav-survey-link:hover,

.nav-links a.nav-survey-link:focus-visible{
  border-color:var(--forest)!important;
  background:#08271f!important;
  color:#fffdf8!important;
  box-shadow:0 12px 26px rgba(11,51,42,.16)!important;
}

@media (max-width:760px){
  .nav-links a.nav-survey-link{
    min-height:42px!important;
    margin-left:0!important;
    width:100%;
  }
}
/* Section scroll snap */
:root{
  --snap-sticky-offset:50px;
}

html{
  scroll-padding-top:var(--snap-sticky-offset)!important;
}

@media (prefers-reduced-motion:no-preference){
  html{
    scroll-snap-type:y proximity;
  }

  body{
    scroll-snap-type:none!important;
  }

  body > header{
    scroll-snap-align:none;
    scroll-snap-stop:normal;
  }

  body > section,

  body > main > section,

  body > footer{
    scroll-snap-align:start;
    scroll-snap-stop:normal;
    scroll-margin-top:0!important;
  }

  body[data-page="home"] #dog-human-bond,

  body[data-page="home"] #home-focus,

  body[data-page="home"] #home-science,

  body[data-page="home"] #home-faq,

  body[data-page="home"] #founder,

  body[data-page="home"] #early-access,

  body[data-page="home"] #home-contact{
    scroll-snap-align:start;
    scroll-margin-top:0!important;
  }
}

@media (prefers-reduced-motion:no-preference) and (max-width:760px){
  :root{
    --snap-sticky-offset:48px;
  }
}

@media (prefers-reduced-motion:reduce){
  html,

  body{
    scroll-behavior:auto;
    scroll-snap-type:none!important;
  }

  body > header,

  body > section,

  body > main > section,

  body > footer{
    scroll-snap-align:none!important;
    scroll-snap-stop:normal!important;
    scroll-margin-top:0!important;
  }
}
/* Mobile launch finish */
@media (max-width:760px){
  html{
    scroll-padding-top:48px!important;
  }

  @media (prefers-reduced-motion:no-preference){
    html{
      scroll-snap-type:y proximity!important;
    }

    body{
      scroll-snap-type:none!important;
    }

    body > header{
      scroll-snap-align:none!important;
    }
  }

  body[data-page="home"] .premium-hero{
    min-height:calc(100svh - 72px)!important;
    padding-top:42px!important;
    padding-bottom:34px!important;
    overflow:hidden;
  }

  body[data-page="home"] .premium-hero-inner{
    min-height:0!important;
    align-items:center!important;
  }

  body[data-page="home"] .premium-hero h1{
    max-width:11ch;
    font-size:clamp(3.05rem,15vw,4.05rem)!important;
    line-height:.94!important;
  }

  body[data-page="home"] .premium-hero .lead{
    max-width:31ch;
    font-size:1.02rem!important;
    line-height:1.56!important;
  }

  body[data-page="home"] .premium-hero .hero-actions{
    margin-top:22px!important;
  }

  body[data-page="home"] .premium-hero .btn-primary{
    width:min(100%,310px);
    min-height:52px;
  }

  body[data-page="home"] .premium-hero-pouch{
    right:-36%!important;
    bottom:9%!important;
    width:92vw!important;
    opacity:.16!important;
    filter:drop-shadow(0 24px 42px rgba(0,0,0,.26)) contrast(1.04) saturate(1.04)!important;
  }

  body[data-page="home"] .hero-product-note{
    right:16px!important;
    bottom:14px!important;
    left:16px!important;
    max-width:260px!important;
    font-size:.66rem!important;
    line-height:1.35!important;
    color:rgba(255,253,248,.42)!important;
  }

  body[data-page="home"] .section.tight,

  body[data-page="home"] #dog-human-bond.active-dogs-section{
    padding-top:40px!important;
    padding-bottom:40px!important;
  }

  body[data-page="home"] .active-dogs-layout{
    gap:20px!important;
  }

  body[data-page="home"] .active-dogs-copy .narrow{
    max-width:31rem!important;
  }

  body[data-page="home"] .active-dogs-copy h2{
    font-size:clamp(2.25rem,11vw,3.1rem)!important;
    line-height:.98!important;
    margin-bottom:12px!important;
  }

  body[data-page="home"] .active-dogs-copy .lead{
    font-size:1rem!important;
    line-height:1.55!important;
  }

  body[data-page="home"] .active-dogs-media{
    order:-1;
    min-height:190px!important;
    max-height:220px;
    border-radius:22px!important;
    margin-bottom:2px;
  }

  body[data-page="home"] .active-dogs-media img{
    width:min(54%,210px)!important;
    height:auto!important;
    aspect-ratio:1/1;
    object-fit:contain;
  }

  body[data-page="home"] .active-dogs-layout .bond-card-grid{
    gap:12px!important;
    margin-top:18px!important;
  }

  body[data-page="home"] .active-dogs-layout .bond-card-grid .card{
    padding:15px 16px!important;
    border-radius:17px!important;
  }

  body[data-page="home"] .active-dogs-layout .bond-card-grid .card h3{
    margin-bottom:5px;
    font-size:1rem;
  }

  body[data-page="home"] .active-dogs-layout .bond-card-grid .card p{
    font-size:.91rem;
    line-height:1.5;
  }

  body[data-page="home"] .survey-cta-panel{
    padding:24px 18px!important;
    gap:18px!important;
  }

  body[data-page="home"] .survey-cta-copy h2{
    font-size:clamp(1.85rem,8.5vw,2.45rem)!important;
    line-height:1.02!important;
  }

  body[data-page="home"] .survey-cta-copy .lead{
    font-size:.98rem!important;
    line-height:1.55!important;
  }

  body[data-page="home"] .current-stage-grid{
    gap:10px!important;
  }

  body[data-page="home"] .current-stage-grid article{
    padding:18px 0!important;
  }

  body[data-page="home"] .current-stage-grid article h2{
    font-size:1.25rem!important;
  }

  body[data-page="home"] .home-science-panel{
    padding:22px 18px!important;
    border-radius:22px!important;
  }

  body[data-page="home"] .home-science-head h2{
    font-size:clamp(1.85rem,8vw,2.45rem)!important;
    line-height:1.04!important;
  }

  body[data-page="home"] .home-science-head .lead{
    font-size:.98rem!important;
    line-height:1.55!important;
  }

  body[data-page="home"] .science-path{
    gap:12px!important;
    margin-top:20px!important;
  }

  body[data-page="home"] .science-step{
    padding:16px!important;
    border-radius:17px!important;
  }

  body[data-page="home"] .science-step h3{
    font-size:1.02rem!important;
    margin-bottom:6px!important;
  }

  body[data-page="home"] .science-step p{
    font-size:.91rem!important;
    line-height:1.5!important;
  }

  body[data-page="home"] .founder-profile-panel{
    padding:20px 18px!important;
    border-radius:22px!important;
  }

  body[data-page="home"] .founder-profile-grid{
    gap:18px!important;
  }

  body[data-page="home"] .founder-portrait{
    max-width:210px!important;
    aspect-ratio:4/4.85!important;
    margin-inline:auto!important;
    border-radius:20px!important;
  }

  body[data-page="home"] .founder-profile-copy h2{
    font-size:clamp(2rem,9vw,2.65rem)!important;
    line-height:1!important;
    margin-bottom:8px!important;
  }

  body[data-page="home"] .founder-profile-copy .lead,

  body[data-page="home"] .founder-profile-copy p{
    font-size:.96rem!important;
    line-height:1.58!important;
  }

  body[data-page="home"] .home-faq-panel,

  body[data-page="home"] .home-contact-panel{
    padding:22px 18px!important;
    border-radius:22px!important;
  }

  body[data-page="home"] .home-contact-card{
    padding:18px!important;
    border-radius:18px!important;
  }
}

@media (max-width:420px){
  body[data-page="home"] .premium-hero h1{
    font-size:clamp(2.8rem,14vw,3.55rem)!important;
  }

  body[data-page="home"] .premium-hero-pouch{
    right:-42%!important;
    opacity:.14!important;
  }
}
/* Mobile launch finish - round 2 */
@media (max-width:760px){
  body[data-page="home"] .science-path{
    display:grid!important;
    gap:10px!important;
  }

  body[data-page="home"] .science-step{
    display:grid!important;
    grid-template-columns:36px minmax(0,1fr);
    column-gap:12px;
    row-gap:3px;
    padding:14px!important;
  }

  body[data-page="home"] .science-step-number{
    grid-row:1 / span 3;
    width:34px!important;
    height:34px!important;
    display:grid!important;
    place-items:center;
    font-size:.78rem!important;
  }

  body[data-page="home"] .science-step h3,

  body[data-page="home"] .science-step p,

  body[data-page="home"] .science-step-link{
    grid-column:2;
  }

  body[data-page="home"] .science-step h3{
    margin:0!important;
  }

  body[data-page="home"] .science-step p{
    margin:0!important;
  }

  body[data-page="home"] .home-science-panel{
    padding:20px 16px!important;
  }

  body[data-page="home"] .home-science-head .lead{
    margin-top:12px!important;
  }

  body[data-page="home"] .founder-portrait{
    width:min(54vw,190px)!important;
    max-width:190px!important;
    min-width:168px;
    aspect-ratio:4/4.85!important;
    height:auto!important;
    justify-self:center;
  }

  body[data-page="home"] .founder-portrait img{
    display:block!important;
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
  }

  body[data-page="home"] .founder-profile-grid{
    justify-items:center;
  }

  body[data-page="home"] .founder-profile-copy{
    width:100%;
  }
}
/* Fixed navigation and contact paw polish */
:root{
  --fixed-nav-height:76px;
}

body{
  padding-top:var(--fixed-nav-height);
}

html{
  scroll-padding-top:calc(var(--fixed-nav-height) + 18px)!important;
}

.site-nav{
  position:fixed!important;
  top:0!important;
  left:0;
  right:0;
  width:100%;
  z-index:1000;
  background:rgba(255,253,248,.94)!important;
  box-shadow:0 12px 32px rgba(23,24,18,.055);
}

.site-nav .brand-mark{
  border-radius:14px;
  background:#08271f!important;
  border-color:rgba(213,183,127,.38)!important;
  box-shadow:inset 0 0 0 1px rgba(255,253,248,.05), 0 10px 24px rgba(8,39,31,.16)!important;
}

.site-nav .brand-mark img{
  filter:none!important;
}

body[data-page="home"] #dog-human-bond,
body[data-page="home"] #home-focus,
body[data-page="home"] #home-science,
body[data-page="home"] #home-faq,
body[data-page="home"] #founder,
body[data-page="home"] #early-access,
body[data-page="home"] #home-contact{
  scroll-margin-top:calc(var(--fixed-nav-height) + 18px)!important;
}

body[data-page="home"] .home-contact-panel::before{
   content:"";
  position:absolute;
  top:-28px;
  right:-26px;
  width:228px;
  height:216px;
  background:url("a/pawprint.png") center / contain no-repeat;
  opacity:.15;
  transform:rotate(12deg);
  pointer-events:none;
  z-index:0;
}

body[data-page="home"] .home-contact-panel > *{
  position:relative;
  z-index:1;
}

@media (max-width:760px){
  :root{
    --fixed-nav-height:68px;
  }

  body{
    padding-top:var(--fixed-nav-height);
  }

  html{
    scroll-padding-top:calc(var(--fixed-nav-height) + 12px)!important;
  }

  .site-nav .brand-mark{
    border-radius:12px;
  }

  body[data-page="home"] #dog-human-bond,
  body[data-page="home"] #home-focus,
  body[data-page="home"] #home-science,
  body[data-page="home"] #home-faq,
  body[data-page="home"] #founder,
  body[data-page="home"] #early-access,
  body[data-page="home"] #home-contact{
    scroll-margin-top:calc(var(--fixed-nav-height) + 12px)!important;
  }

  body[data-page="home"] .home-contact-panel::before{
    top:-28px;
    right:-26px;
    width:228px;
    height:216px;
    opacity:.15;
  }
}
/* Concept-inspired navigation mark */
.site-nav .brand-mark{
  background:linear-gradient(145deg,#f2d486 0%,#d8ad55 46%,#b7832d 100%)!important;
  border-color:rgba(8,39,31,.20)!important;
  border-radius:14px!important;
  box-shadow:inset 0 1px 0 rgba(255,253,248,.34), inset 0 -10px 18px rgba(8,39,31,.12), 0 10px 24px rgba(8,39,31,.13)!important;
}

.site-nav .brand-mark img{
  width:30px!important;
  height:30px!important;
  filter:brightness(0) saturate(100%)!important;
  opacity:.96;
}

@media (max-width:760px){
  .site-nav .brand-mark{
    border-radius:12px!important;
  }

  .site-nav .brand-mark img{
    width:28px!important;
    height:28px!important;
  }
}
/* Premium navigation wordmark */
.site-nav .brand{
  font-family:"Iowan Old Style","Palatino Linotype",Palatino,Georgia,serif!important;
  font-size:1.12rem!important;
  font-weight:700!important;
  letter-spacing:.012em!important;
  color:#08271f!important;
}

@media (max-width:760px){
  .site-nav .brand{
    font-size:1.02rem!important;
    letter-spacing:.004em!important;
  }
}
/* Consistent brand treatment in footer */
.footer-brand{
  font-family:"Iowan Old Style","Palatino Linotype",Palatino,Georgia,serif!important;
  font-size:1.12rem!important;
  font-weight:700!important;
  letter-spacing:.012em!important;
  color:#fffdf8!important;
}

.footer-brand img{
  width:42px!important;
  height:42px!important;
  padding:6px!important;
  border-radius:14px!important;
  background:linear-gradient(145deg,#f2d486 0%,#d8ad55 46%,#b7832d 100%)!important;
  border:1px solid rgba(255,253,248,.18)!important;
  box-shadow:inset 0 1px 0 rgba(255,253,248,.34), inset 0 -10px 18px rgba(8,39,31,.12), 0 10px 24px rgba(0,0,0,.20)!important;
  filter:brightness(0) saturate(100%)!important;
}

@media (max-width:760px){
  .footer-brand{
    font-size:1.02rem!important;
    letter-spacing:.004em!important;
  }

  .footer-brand img{
    width:38px!important;
    height:38px!important;
    border-radius:12px!important;
  }
}
/* Footer brand mark correction: gold tile with black line art */
.footer-brand{
  position:relative!important;
  min-height:42px;
  padding-left:54px!important;
}

.footer-brand::before{
  content:"";
  position:absolute;
  left:0;
  top:50%;
  width:42px;
  height:42px;
  border-radius:14px;
  background:linear-gradient(145deg,#f2d486 0%,#d8ad55 46%,#b7832d 100%);
  border:1px solid rgba(255,253,248,.18);
  box-shadow:inset 0 1px 0 rgba(255,253,248,.34), inset 0 -10px 18px rgba(8,39,31,.12), 0 10px 24px rgba(0,0,0,.20);
  transform:translateY(-50%);
}

.footer-brand img{
  position:absolute!important;
  left:0;
  top:50%;
  z-index:1;
  width:42px!important;
  height:42px!important;
  padding:6px!important;
  border:0!important;
  border-radius:14px!important;
  background:transparent!important;
  box-shadow:none!important;
  filter:brightness(0) saturate(100%)!important;
  transform:translateY(-50%);
}

@media (max-width:760px){
  .footer-brand{
    min-height:38px;
    padding-left:50px!important;
  }

  .footer-brand::before,
  .footer-brand img{
    width:38px!important;
    height:38px!important;
    border-radius:12px!important;
  }
}
/* Premium science roadmap layout */
body[data-page="home"] .home-science-panel{
  width:min(1080px,calc(100% - 40px))!important;
  max-width:1080px!important;
  display:grid!important;
  grid-template-columns:minmax(280px,.78fr) minmax(0,1.22fr)!important;
  gap:clamp(30px,4.4vw,58px)!important;
  align-items:start!important;
  padding:clamp(38px,5vw,58px)!important;
  border:1px solid rgba(213,183,127,.24)!important;
  border-radius:18px!important;
  background:
    radial-gradient(circle at 6% 4%,rgba(213,183,127,.18),transparent 15rem),
    radial-gradient(circle at 94% 8%,rgba(255,253,248,.08),transparent 17rem),
    linear-gradient(135deg,#08271f 0%,#10382f 58%,#08271f 100%)!important;
  color:#fffdf8!important;
  box-shadow:0 28px 76px rgba(8,39,31,.22)!important;
  overflow:hidden;
  position:relative;
}

body[data-page="home"] .home-science-panel::after{
  content:"";
  position:absolute;
  inset:auto -5rem -7rem auto;
  width:18rem;
  height:18rem;
  border-radius:999px;
  border:1px solid rgba(213,183,127,.18);
  opacity:.5;
  pointer-events:none;
}

body[data-page="home"] .home-science-head{
  max-width:none!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  position:relative;
  z-index:1;
}

body[data-page="home"] .home-science-head .eyebrow{
  color:#d8ad55!important;
}

body[data-page="home"] .home-science-head h2{
  max-width:11ch;
  margin:0 0 18px!important;
  color:#fffdf8!important;
  font-size:clamp(2.15rem,4vw,3.65rem)!important;
  line-height:.98!important;
  letter-spacing:-.055em!important;
}

body[data-page="home"] .home-science-head .lead{
  max-width:31rem!important;
  margin:0!important;
  color:rgba(255,253,248,.72)!important;
  font-size:clamp(1rem,1.12vw,1.09rem)!important;
  line-height:1.7!important;
}

body[data-page="home"] .science-path,
body[data-page="home"] .science-path--three{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:0!important;
  margin:0!important;
  border:0!important;
  position:relative;
  z-index:1;
}

body[data-page="home"] .science-path::before{
  content:"";
  position:absolute;
  left:20px;
  top:25px;
  bottom:25px;
  width:1px;
  background:linear-gradient(180deg,rgba(216,173,85,.0),rgba(216,173,85,.55),rgba(216,173,85,.0));
}

body[data-page="home"] .science-step,
body[data-page="home"] .science-path--three .science-step{
  min-height:0!important;
  display:grid!important;
  grid-template-columns:44px minmax(0,1fr)!important;
  column-gap:18px!important;
  align-items:start!important;
  padding:0 0 28px!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  color:#fffdf8!important;
}

body[data-page="home"] .science-step:last-child,
body[data-page="home"] .science-path--three .science-step:last-child{
  padding-bottom:0!important;
}

body[data-page="home"] .science-step-number{
  grid-row:1 / span 3;
  width:40px!important;
  height:40px!important;
  min-width:40px!important;
  margin:0!important;
  padding:0!important;
  border-radius:12px!important;
  border:1px solid rgba(216,173,85,.42)!important;
  background:linear-gradient(145deg,#f2d486 0%,#d8ad55 48%,#b7832d 100%)!important;
  color:#08271f!important;
  font-size:.78rem!important;
  font-weight:950!important;
  letter-spacing:.05em!important;
  box-shadow:0 12px 24px rgba(0,0,0,.18)!important;
  position:relative;
  z-index:2;
}

body[data-page="home"] .science-step h3{
  margin:1px 0 7px!important;
  color:#fffdf8!important;
  font-size:clamp(1.08rem,1.5vw,1.24rem)!important;
  line-height:1.18!important;
  letter-spacing:-.018em!important;
}

body[data-page="home"] .science-step p{
  margin:0!important;
  max-width:42rem;
  color:rgba(255,253,248,.70)!important;
  font-size:.98rem!important;
  line-height:1.6!important;
}

body[data-page="home"] .science-step-link{
  justify-self:start;
  margin-top:14px!important;
  color:#08271f!important;
  background:#fffdf8!important;
  border:1px solid rgba(255,253,248,.22)!important;
  box-shadow:0 12px 28px rgba(0,0,0,.16)!important;
}

body[data-page="home"] .science-step-link:hover{
  background:#f2d486!important;
  color:#08271f!important;
}

@media (max-width:900px){
  body[data-page="home"] .home-science-panel{
    grid-template-columns:1fr!important;
    gap:30px!important;
  }

  body[data-page="home"] .home-science-head h2{
    max-width:14ch;
  }
}

@media (max-width:760px){
  body[data-page="home"] .home-science-panel{
    width:min(100% - 28px,1080px)!important;
    padding:30px 22px!important;
    border-radius:18px!important;
  }

  body[data-page="home"] .home-science-head h2{
    max-width:12ch;
    font-size:clamp(2rem,9vw,2.95rem)!important;
  }

  body[data-page="home"] .science-path::before{
    left:18px;
  }

  body[data-page="home"] .science-step,
  body[data-page="home"] .science-path--three .science-step{
    grid-template-columns:40px minmax(0,1fr)!important;
    column-gap:15px!important;
    padding-bottom:24px!important;
  }

  body[data-page="home"] .science-step-number{
    width:36px!important;
    height:36px!important;
    min-width:36px!important;
    border-radius:10px!important;
    font-size:.72rem!important;
  }

  body[data-page="home"] .science-step h3{
    font-size:1.05rem!important;
  }

  body[data-page="home"] .science-step p{
    font-size:.95rem!important;
  }
}
/* Final science roadmap column override */
body[data-page="home"] .home-science-panel .science-path.science-path--three{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:0!important;
  margin:0!important;
  border:0!important;
}

body[data-page="home"] .home-science-panel .science-path.science-path--three .science-step{
  width:100%!important;
  min-height:0!important;
  display:grid!important;
  grid-template-columns:44px minmax(0,1fr)!important;
  column-gap:18px!important;
  padding:0 0 28px!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}

body[data-page="home"] .home-science-panel .science-path.science-path--three .science-step:last-child{
  padding-bottom:0!important;
}

@media (max-width:760px){
  body[data-page="home"] .home-science-panel .science-path.science-path--three .science-step{
    grid-template-columns:40px minmax(0,1fr)!important;
    column-gap:15px!important;
    padding-bottom:24px!important;
  }
}
/* Product concept hover effect */
body[data-page="home"] .premium-hero-pouch{
  transition:
    transform .35s cubic-bezier(.22,1,.36,1),
    filter .35s cubic-bezier(.22,1,.36,1),
    opacity .35s cubic-bezier(.22,1,.36,1);
  will-change:transform;
}

body[data-page="home"] .premium-hero:hover .premium-hero-pouch{
  transform:translateY(-14px) scale(1.045) rotate(-1deg)!important;
  filter:drop-shadow(0 46px 72px rgba(0,0,0,.38)) contrast(1.06) saturate(1.08)!important;
  opacity:1!important;
}

@media (prefers-reduced-motion:reduce){
  body[data-page="home"] .premium-hero-pouch{
    transition:none!important;
  }

  body[data-page="home"] .premium-hero:hover .premium-hero-pouch{
    transform:rotate(-1deg)!important;
  }
}
