:root{
--color-primary:#9fe870;--color-on-primary:#0e0f0c;--color-primary-active:#cdffad;--color-primary-pale:#e2f6d5;
--color-secondary:#163300;--color-accent:#9fe870;
--color-bg:#ffffff;--color-bg-alt:#e8ebe6;--color-surface:#ffffff;
--color-text:#0e0f0c;--color-text-muted:#454745;--color-text-mute:#6d706c;
--color-border:#0e0f0c;--color-border-soft:#d3d9cf;--color-dark:#0e0f0c;
--color-warning:#ffd11a;--color-warning-content:#4a3b1c;--color-negative:#d03238;--color-negative-deep:#a72027;
--font-heading:'Manrope',Inter,system-ui,-apple-system,sans-serif;
--font-body:'Inter',system-ui,-apple-system,sans-serif;
--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:24px;--radius-pill:9999px;
--space-xs:4px;--space-sm:8px;--space-md:12px;--space-lg:16px;--space-xl:24px;--space-2xl:32px;--space-3xl:48px;
--container:1200px;--topbar-h:68px;
}
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:var(--font-body);font-size:16px;line-height:1.5;color:var(--color-text);background:var(--color-bg);-webkit-font-smoothing:antialiased;font-feature-settings:"calt"}
img{max-width:100%;height:auto;display:block}
a{color:inherit}
h1,h2,h3,h4{font-family:var(--font-heading);margin:0;letter-spacing:-.02em;line-height:1.12}
p{margin:0 0 var(--space-lg)}
ul,ol{margin:0;padding:0}
[hidden]{display:none !important}
:focus-visible{outline:3px solid var(--color-secondary);outline-offset:2px;border-radius:var(--radius-sm)}
.container{width:100%;max-width:var(--container);margin:0 auto;padding:0 20px}
section{background:var(--color-bg);padding:60px 0}
.section-alt{background:var(--color-bg-alt)}
.section-head{max-width:760px;margin:0 auto 40px}
.section-title{font-size:clamp(1.65rem,3.4vw,2.4rem);font-weight:800}
.section-subtitle{margin:14px 0 0;font-size:1.0625rem;color:var(--color-text-muted)}
.page-title{font-size:clamp(2rem,5vw,3rem);font-weight:800;margin:0 0 16px}
.page-lede{font-size:1.125rem;color:var(--color-text-muted);max-width:62ch}
.back-link{display:inline-block;margin-bottom:20px;font-size:.875rem;font-weight:600;color:var(--color-text-muted);text-decoration:none}
.back-link:hover{color:var(--color-text)}

/* buttons */
.btn-primary,.btn-secondary,.btn-ghost{display:inline-flex;align-items:center;justify-content:center;gap:8px;
font-family:var(--font-body);font-size:1rem;font-weight:600;line-height:24px;padding:12px 24px;border-radius:var(--radius-xl);
border:1px solid transparent;text-decoration:none;cursor:pointer;transition:background-color .18s ease,color .18s ease,border-color .18s ease}
.btn-primary{background:var(--color-primary);color:var(--color-on-primary)}
.btn-primary:hover{background:var(--color-primary-active)}
.btn-secondary{background:var(--color-bg-alt);color:var(--color-text)}
.btn-secondary:hover{background:var(--color-primary-pale)}
.section-alt .btn-secondary{background:var(--color-bg)}
.section-alt .btn-secondary:hover{background:var(--color-primary-pale)}
.btn-ghost{background:transparent;color:var(--color-text);border-color:var(--color-border)}
.btn-ghost:hover{background:var(--color-primary-pale)}
.btn-sm{padding:8px 16px;font-size:.875rem;line-height:20px}
.btn-lg{padding:14px 28px;font-size:1.0625rem}
.signup-band .btn-ghost,.dock-bar .btn-ghost,.consent-bar .btn-ghost{color:#fff;border-color:rgba(255,255,255,.6)}
.signup-band .btn-ghost:hover,.dock-bar .btn-ghost:hover,.consent-bar .btn-ghost:hover{background:rgba(255,255,255,.12)}

/* header */
.topbar{position:sticky;top:0;z-index:60;background:var(--color-bg);border-bottom:1px solid var(--color-border-soft)}
.topbar-inner{display:flex;align-items:center;gap:var(--space-lg);min-height:var(--topbar-h)}
.topbar-logo{font-family:var(--font-heading);font-weight:800;font-size:1.25rem;letter-spacing:-.03em;text-decoration:none;color:var(--color-text)}
.topbar-nav{margin-left:auto}
.topbar-menu{display:flex;gap:var(--space-xl);list-style:none}
.topbar-menu a{font-size:.875rem;font-weight:600;text-decoration:none;color:var(--color-text);padding:6px 0;border-bottom:2px solid transparent}
.topbar-menu a:hover,.topbar-menu a.is-active{border-bottom-color:var(--color-primary)}
.topbar-cta{display:flex}
.topbar-burger{display:none;flex-direction:column;justify-content:center;gap:5px;width:44px;height:44px;padding:10px;background:transparent;border:1px solid var(--color-border-soft);border-radius:var(--radius-md);cursor:pointer}
.topbar-burger span{display:block;height:2px;background:var(--color-text);border-radius:2px}

/* hero */
.hero{background:var(--color-bg-alt);padding:0;min-height:50vh;display:flex;flex-direction:column;justify-content:center}
.hero-inner{display:grid;grid-template-columns:1fr;gap:var(--space-2xl);padding-top:36px;padding-bottom:32px;align-items:center}
.hero-title{font-size:clamp(2.1rem,5.6vw,3.9rem);font-weight:800;letter-spacing:-.035em}
.hero-lede{margin:20px 0 0;font-size:1.125rem;line-height:1.55;color:var(--color-text-muted);max-width:56ch}
.hero-marks{list-style:none;display:flex;flex-wrap:wrap;gap:var(--space-sm);margin:22px 0 0}
.hero-marks li{background:var(--color-bg);border-radius:var(--radius-pill);padding:6px 14px;font-size:.8125rem;font-weight:600}
.hero-actions{display:flex;flex-wrap:wrap;gap:var(--space-md);margin-top:26px}
.hero-actions .btn-lg{padding:14px 22px;font-size:1rem}
.hero-media img{border-radius:var(--radius-xl);width:100%;object-fit:cover;aspect-ratio:16/11;max-height:360px}
.proof-strip{background:var(--color-dark);padding:18px 0}
.proof-strip--inline{background:var(--color-bg-alt);border-radius:var(--radius-xl);padding:22px;margin-top:36px}
.proof-row{display:flex;flex-wrap:wrap;gap:var(--space-xl) var(--space-3xl);justify-content:center}
.proof-item{display:flex;flex-direction:column;gap:2px;text-align:center}
.proof-num{font-family:var(--font-heading);font-weight:800;font-size:1.3rem;color:var(--color-primary)}
.proof-label{font-size:.8125rem;color:#c9cec6}
.proof-strip--inline .proof-num{color:var(--color-secondary)}
.proof-strip--inline .proof-label{color:var(--color-text-muted)}

/* benefits: alternating rows with numeric panels */
.why-list{display:flex;flex-direction:column;gap:var(--space-lg)}
.why-row{display:grid;grid-template-columns:1fr;gap:var(--space-lg);align-items:center;background:var(--color-bg-alt);border-radius:var(--radius-xl);padding:var(--space-xl)}
.why-panel{display:flex;flex-direction:column;justify-content:center;background:var(--color-bg);border-radius:var(--radius-lg);padding:22px;min-height:120px}
.why-num{font-family:var(--font-heading);font-weight:800;font-size:clamp(1.7rem,3.6vw,2.6rem);letter-spacing:-.04em;color:var(--color-secondary);line-height:1}
.why-unit{margin-top:6px;font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--color-text-mute)}
.why-title{font-size:1.2rem;font-weight:800;margin-bottom:8px}
.why-text{margin:0;color:var(--color-text-muted)}
.why-body{min-width:0}

/* products */
.catalog .products-grid{margin-top:8px}
.products-grid{display:grid;grid-template-columns:1fr;gap:var(--space-xl)}
.product-card{display:flex;flex-direction:column;background:var(--color-bg);border-radius:var(--radius-xl);padding:var(--space-xl);border:1px solid var(--color-border-soft)}
.product-card--unavailable img{filter:grayscale(.55)}
.product-card--unavailable .product-card__title{color:var(--color-text-mute)}
.product-card__media{background:#fff;border-radius:var(--radius-lg);overflow:hidden;margin-bottom:var(--space-lg)}
.product-card__media img{width:100%;aspect-ratio:1/1;object-fit:contain;background:#fff}
.product-card__title{font-size:1.05rem;font-weight:700;line-height:1.3;margin-bottom:8px}
.product-card__rating{font-size:.875rem;font-weight:600;color:var(--color-secondary);margin-bottom:10px}
.product-card__reviews{color:var(--color-text-mute);font-weight:400}
.product-card__description{margin:0;font-size:.9375rem;color:var(--color-text-muted);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.product-card__description.is-expanded{-webkit-line-clamp:unset;overflow:visible}
.product-card__more{align-self:flex-start;margin:8px 0 0;padding:0;background:none;border:0;font-family:var(--font-body);font-size:.875rem;font-weight:600;color:var(--color-secondary);text-decoration:underline;cursor:pointer}
.product-card__highlights{list-style:none;margin:var(--space-lg) 0 0;display:flex;flex-direction:column;gap:8px}
.product-card__highlights li{position:relative;padding-left:18px;font-size:.875rem;color:var(--color-text-muted)}
.product-card__highlights li::before{content:"";position:absolute;left:0;top:8px;width:8px;height:8px;border-radius:var(--radius-pill);background:var(--color-primary)}
.product-card-bullets{list-style:none;margin:var(--space-lg) 0 0;display:flex;flex-direction:column;gap:8px;font-size:.875rem;color:var(--color-text-muted)}
.product-card__cta{margin-top:auto;padding-top:var(--space-lg);align-self:stretch}
.product-card__cta{display:inline-flex;align-items:center;justify-content:center;margin-top:var(--space-lg);background:var(--color-primary);color:var(--color-on-primary);font-weight:600;text-decoration:none;padding:12px 24px;border-radius:var(--radius-xl)}
.product-card__cta:hover{background:var(--color-primary-active)}
.product-badge{display:inline-block;border-radius:var(--radius-pill);padding:4px 10px;font-size:.8125rem;font-weight:600;background:var(--color-warning);color:var(--color-warning-content);margin-bottom:8px}
.product-badge--restock{background:var(--color-primary-pale);color:var(--color-secondary)}
.category-chips{display:flex;flex-wrap:wrap;gap:var(--space-sm);justify-content:center;margin-top:var(--space-3xl)}
.category-chip{display:inline-block;padding:8px 14px;border-radius:var(--radius-pill);border:1px solid var(--color-border-soft);background:var(--color-bg);font-size:.8125rem;font-weight:600;text-decoration:none;color:var(--color-text)}
.category-chip:hover{background:var(--color-primary-pale);border-color:var(--color-primary)}
.category-chips__all{padding:8px 18px}

/* information gain table */
.data-wrap{overflow-x:auto;border-radius:var(--radius-xl);border:1px solid var(--color-border-soft);background:var(--color-bg)}
.data-table{width:100%;border-collapse:collapse;min-width:760px;text-align:left}
.data-table th,.data-table td{padding:16px;border-bottom:1px solid var(--color-border-soft);vertical-align:top;font-size:.9375rem}
.data-table thead th{background:var(--color-bg-alt);font-family:var(--font-body);font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.07em;color:var(--color-text-muted)}
.data-table tbody tr:last-child th,.data-table tbody tr:last-child td{border-bottom:0}
.data-metric{font-family:var(--font-heading);font-weight:800;font-size:1.05rem;color:var(--color-secondary);white-space:nowrap}
.data-claim{color:var(--color-text)}
.data-gap{color:var(--color-text-muted)}
.data-proof{color:var(--color-text-mute);font-size:.8125rem;white-space:normal}

/* features zigzag */
.shift-list{display:flex;flex-direction:column;gap:var(--space-3xl)}
.shift-block{display:grid;grid-template-columns:1fr;gap:var(--space-xl);align-items:center}
.shift-media img{border-radius:var(--radius-xl);width:100%;aspect-ratio:4/3;object-fit:cover}
.shift-title{font-size:1.4rem;font-weight:800;margin-bottom:12px}
.shift-text{color:var(--color-text-muted)}
.shift-points{list-style:none;display:flex;flex-direction:column;gap:10px;margin:0 0 var(--space-xl)}
.shift-points li{position:relative;padding-left:22px;font-size:.9375rem}
.shift-points li::before{content:"";position:absolute;left:0;top:9px;width:10px;height:2px;background:var(--color-secondary)}
.shift-cta{margin-top:4px}

/* about */
.story-grid{display:grid;grid-template-columns:1fr;gap:var(--space-2xl);align-items:start}
.story-media img{border-radius:var(--radius-xl);width:100%;aspect-ratio:1/1;object-fit:cover}
.story-body .section-title{margin-bottom:18px}
.story-text{color:var(--color-text-muted)}
.story-link{margin-top:6px}
.story-page{padding-top:48px}

/* how it works */
.steps-row{list-style:none;display:grid;grid-template-columns:1fr;gap:var(--space-xl);counter-reset:none}
.step-item{background:var(--color-bg);border-radius:var(--radius-xl);padding:var(--space-xl)}
.section-alt .step-item{background:var(--color-bg)}
.step-num{display:block;font-family:var(--font-heading);font-weight:800;font-size:2.4rem;line-height:1;color:var(--color-primary-neutral,#c5edab);margin-bottom:10px}
.step-title{font-size:1.05rem;font-weight:700;margin-bottom:8px}
.step-text{margin:0;font-size:.9375rem;color:var(--color-text-muted)}

/* reviews feed */
.voice-feed{display:flex;flex-direction:column;gap:var(--space-lg);max-width:820px;margin:0 auto}
.voice-quote{margin:0;background:var(--color-bg-alt);border-radius:var(--radius-xl);padding:var(--space-xl)}
.voice-text{margin:0;border-left:3px solid var(--color-primary);padding-left:18px}
.voice-text p{margin:0;font-size:1.0625rem;line-height:1.6}
.voice-meta{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-top:14px;padding-left:21px;font-size:.8125rem}
.voice-badge{background:var(--color-primary-pale);color:var(--color-secondary);border-radius:var(--radius-pill);padding:4px 10px;font-weight:600}
.voice-item{color:var(--color-text-mute)}

/* fears */
.risk-list{display:flex;flex-direction:column;gap:var(--space-md)}
.risk-row{display:grid;grid-template-columns:1fr;gap:10px;background:var(--color-bg);border-radius:var(--radius-xl);padding:var(--space-xl)}
.risk-q{font-size:1.05rem;font-weight:800}
.risk-a p{margin:0;color:var(--color-text-muted)}
.risk-stat{margin-top:10px !important;font-size:.8125rem;color:var(--color-text-mute);border-top:1px solid var(--color-border-soft);padding-top:10px}
.risk-close{margin:var(--space-xl) 0 0;text-align:center;font-weight:600}

/* use cases */
.usecase-grid{display:grid;grid-template-columns:1fr;gap:var(--space-lg)}
.usecase-card{background:var(--color-bg-alt);border-radius:var(--radius-xl);padding:var(--space-xl)}
.usecase-index{display:block;font-family:var(--font-heading);font-weight:800;font-size:1.75rem;color:var(--color-secondary);margin-bottom:10px;line-height:1}
.usecase-title{font-size:1.05rem;font-weight:700;margin-bottom:8px}
.usecase-text{margin:0;font-size:.9375rem;color:var(--color-text-muted)}

/* timeline */
.timeline-list{list-style:none;display:grid;grid-template-columns:1fr;gap:var(--space-lg)}
.timeline-item{background:var(--color-bg);border-radius:var(--radius-xl);padding:var(--space-xl);border-top:4px solid var(--color-primary)}
.timeline-mark{display:inline-block;font-family:var(--font-heading);font-weight:800;font-size:1.1rem;margin-bottom:10px;color:var(--color-secondary)}
.timeline-text{margin:0;font-size:.9375rem;color:var(--color-text-muted)}
.timeline-close{margin:var(--space-xl) 0 0;text-align:center;font-weight:600}

/* faq */
.ask-list,.ask-more{display:flex;flex-direction:column;gap:10px;max-width:860px;margin:0 auto}
.ask-more{margin-top:10px}
.ask-item{background:var(--color-bg-alt);border-radius:var(--radius-lg);padding:2px var(--space-xl)}
.ask-item>summary{cursor:pointer;list-style:none;padding:16px 0;font-family:var(--font-heading);font-weight:700;font-size:1rem;position:relative;padding-right:28px}
.ask-item>summary::-webkit-details-marker{display:none}
.ask-item>summary::after{content:"+";position:absolute;right:0;top:14px;font-size:1.3rem;font-weight:700;color:var(--color-secondary)}
.ask-item[open]>summary::after{content:"\2013"}
.ask-a{padding:0 0 16px}
.ask-a p{margin:0;color:var(--color-text-muted);font-size:.9375rem}
.ask-q{display:block}
.ask-toggle{display:block;margin:var(--space-xl) auto 0;padding:12px 24px;border-radius:var(--radius-xl);border:1px solid var(--color-border);background:transparent;font-family:var(--font-body);font-size:1rem;font-weight:600;cursor:pointer}
.ask-toggle:hover{background:var(--color-primary-pale)}

/* gallery */
.shots-grid{display:grid;grid-template-columns:1fr;gap:var(--space-lg)}
.shots-item{margin:0;background:var(--color-bg);border-radius:var(--radius-xl);overflow:hidden;cursor:pointer}
.shots-item img{width:100%;aspect-ratio:1/1;object-fit:cover}
.shots-caption{padding:12px 16px;font-size:.8125rem;color:var(--color-text-muted)}
.lightbox{position:fixed;inset:0;z-index:120;background:rgba(14,15,12,.92);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--space-lg);padding:24px}
.lightbox-img{max-width:min(92vw,900px);max-height:76vh;border-radius:var(--radius-lg)}
.lightbox-caption{margin:0;color:#e8ebe6;font-size:.875rem;text-align:center}
.lightbox-close{position:absolute;top:18px;right:18px;width:44px;height:44px;border-radius:var(--radius-pill);border:0;background:var(--color-bg);color:var(--color-text);font-size:1.5rem;line-height:1;cursor:pointer}

/* newsletter */
.signup-band{background:var(--color-dark);padding:64px 0}
.signup-inner{max-width:640px;text-align:center}
.signup-title{font-size:clamp(1.65rem,3.4vw,2.4rem);font-weight:800;color:var(--color-primary)}
.signup-sub{margin:14px 0 26px;color:#c9cec6}
.signup-form{display:flex;flex-wrap:wrap;gap:var(--space-md);justify-content:center}
.signup-label{color:#e8ebe6;position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}
.signup-input{flex:1 1 260px;min-height:48px;padding:12px 16px;border-radius:var(--radius-md);border:1px solid var(--color-bg-alt);background:var(--color-bg);font-family:var(--font-body);font-size:1rem;color:var(--color-text)}
.signup-note{margin:18px 0 0;font-size:.8125rem;color:#9aa096}
.signup-message{margin:16px auto 0;max-width:520px;color:#C0392B;background:#FDEDEC;border:1px solid #C0392B;padding:10px 14px;border-radius:6px;font-size:.875rem;text-align:left}
.signup-message--error{color:#C0392B}

/* footer */
.sitefoot{background:var(--color-dark);color:#e8ebe6;padding:56px 0 32px}
.sitefoot-grid{display:grid;grid-template-columns:1fr;gap:var(--space-2xl)}
.sitefoot-col{min-width:0}
.sitefoot-logo{font-family:var(--font-heading);font-weight:800;font-size:1.25rem;letter-spacing:-.03em;display:block;margin-bottom:12px}
.sitefoot-tag{color:#c9cec6;font-size:.875rem;max-width:34ch}
.sitefoot-address{font-style:normal;font-size:.875rem;color:#c9cec6;line-height:1.7;margin-bottom:14px}
.sitefoot-address a{color:#c9cec6;text-decoration:none}
.sitefoot-address a:hover{color:var(--color-primary)}
.sitefoot-hours{font-size:.8125rem;color:#9aa096;margin:0}
.sitefoot-title{font-family:var(--font-heading);font-size:.8125rem;font-weight:700;text-transform:uppercase;letter-spacing:.09em;color:#9aa096;margin-bottom:14px}
.sitefoot-links,.sitefoot-social{list-style:none;display:flex;flex-direction:column;gap:10px}
.sitefoot-links a,.sitefoot-social a{color:#e8ebe6;font-size:.9375rem;text-decoration:none}
.sitefoot-links a:hover,.sitefoot-social a:hover{color:var(--color-primary)}
.sitefoot-languages{display:flex;flex-wrap:wrap;gap:12px;margin-top:var(--space-2xl)}
.sitefoot-languages:empty{display:none}
.sitefoot-bottom{margin-top:var(--space-2xl);padding-top:var(--space-lg);border-top:1px solid rgba(232,235,230,.18)}
.sitefoot-copyright{margin:0 0 8px;font-size:.875rem;color:#c9cec6}
.sitefoot-bottom p{font-size:.75rem;color:#9aa096;margin:0 0 6px}
.sitefoot-bottom a{color:#c9cec6}

/* consent + dock */
.consent-bar{position:fixed;left:0;right:0;bottom:0;z-index:110;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:var(--space-md);padding:14px 20px;background:rgba(14,15,12,.96);backdrop-filter:blur(8px)}
.consent-text{margin:0;font-size:.8125rem;color:#e8ebe6}
.consent-text a{color:var(--color-primary)}
.consent-actions{display:flex;gap:var(--space-sm)}
.dock-bar{position:fixed;left:0;right:0;bottom:0;z-index:100;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:var(--space-md);padding:12px 52px 12px 20px;background:rgba(14,15,12,.94);backdrop-filter:blur(8px)}
.dock-text{margin:0;font-size:.875rem;font-weight:600;color:#e8ebe6}
.dock-cta{white-space:nowrap}
.dock-close{position:absolute;right:12px;top:50%;transform:translateY(-50%);width:34px;height:34px;border-radius:var(--radius-pill);border:1px solid rgba(232,235,230,.35);background:transparent;color:#e8ebe6;font-size:1.1rem;line-height:1;cursor:pointer}

/* contact */
.reach-page{padding-top:48px}
.reach-grid{display:grid;grid-template-columns:1fr;gap:var(--space-3xl);margin-top:var(--space-2xl)}
.reach-form{display:flex;flex-direction:column;gap:var(--space-lg);margin-top:var(--space-lg)}
.reach-form-wrap .section-title,.reach-info .section-title{font-size:1.35rem}
.reach-field{display:flex;flex-direction:column;gap:6px}
.reach-field label{font-size:.875rem;font-weight:600}
.reach-field input,.reach-field textarea{width:100%;min-height:48px;padding:12px 16px;border:1px solid var(--color-border);border-radius:var(--radius-md);font-family:var(--font-body);font-size:1rem;background:var(--color-bg);color:var(--color-text)}
.reach-field textarea{min-height:140px;resize:vertical}
.reach-message{color:#C0392B;background:#FDEDEC;border:1px solid #C0392B;padding:10px 14px;border-radius:6px;font-size:.875rem}
.reach-message--error{color:#C0392B}
.reach-info{background:var(--color-bg-alt);border-radius:var(--radius-xl);padding:var(--space-xl)}
.reach-block{margin-top:var(--space-lg)}
.reach-block address,.reach-block p{margin:0;font-style:normal;font-size:.9375rem;color:var(--color-text-muted);line-height:1.7}
.reach-label{font-family:var(--font-heading);font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.09em;color:var(--color-text-mute);margin-bottom:6px}

/* values (about) */
.values-grid{display:grid;grid-template-columns:1fr;gap:var(--space-lg)}
.value-card{background:var(--color-bg);border-radius:var(--radius-xl);padding:var(--space-xl)}
.value-index{display:block;font-family:var(--font-heading);font-weight:800;font-size:1.75rem;line-height:1;color:var(--color-secondary);margin-bottom:10px}
.value-title{font-size:1.05rem;font-weight:700;margin-bottom:8px}
.value-text{margin:0;font-size:.9375rem;color:var(--color-text-muted)}

/* legal */
.legal-page{padding-top:48px}
.legal-updated{font-size:.875rem;color:var(--color-text-mute);margin-bottom:var(--space-2xl)}
.legal-block{max-width:78ch;margin-bottom:var(--space-2xl)}
.legal-h{font-size:1.25rem;font-weight:800;margin-bottom:12px}
.legal-block p{color:var(--color-text-muted)}

/* scroll animation */
.why-row,.shift-block,.usecase-card,.timeline-item,.value-card,.step-item,.voice-quote{opacity:1}
.visible{opacity:1;transform:none}

@media (min-width:768px){
  section{padding:80px 0}
  .container{padding:0 40px}
  .products-grid{grid-template-columns:repeat(2,1fr)}
  .steps-row{grid-template-columns:repeat(2,1fr)}
  .usecase-grid{grid-template-columns:repeat(2,1fr)}
  .timeline-list{grid-template-columns:repeat(2,1fr)}
  .shots-grid{grid-template-columns:repeat(2,1fr)}
  .values-grid{grid-template-columns:repeat(2,1fr)}
  .sitefoot-grid{grid-template-columns:repeat(2,1fr)}
  .risk-row{grid-template-columns:minmax(220px,.8fr) 1.6fr;gap:var(--space-xl)}
  .why-row{grid-template-columns:200px 1fr;gap:var(--space-xl);padding:var(--space-xl) var(--space-2xl)}
  .why-row-flip{grid-template-columns:1fr 200px}
  .why-row-flip .why-panel{order:2}
  .why-row-flip .why-body{order:1}
  .story-grid{grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:var(--space-3xl)}
  .reach-grid{grid-template-columns:1.2fr .8fr}
  .signup-form{flex-wrap:nowrap}
}
@media (min-width:1024px){
  .hero-inner{grid-template-columns:1.15fr .85fr;padding-top:40px;padding-bottom:36px}
  .products-grid{grid-template-columns:repeat(3,1fr)}
  .steps-row{grid-template-columns:repeat(4,1fr)}
  .usecase-grid{grid-template-columns:repeat(3,1fr)}
  .timeline-list{grid-template-columns:repeat(4,1fr)}
  .shots-grid{grid-template-columns:repeat(3,1fr)}
  .values-grid{grid-template-columns:repeat(4,1fr)}
  .sitefoot-grid{grid-template-columns:1.4fr 1fr 1fr 1fr}
  .shift-block{grid-template-columns:1fr 1fr;gap:var(--space-3xl)}
  .shift-block-flip .shift-media{order:2}
  .shift-block-flip .shift-body{order:1}
}
@media (min-width:1200px){
  .section-head{margin-bottom:52px}
}
@media (max-width:767px){
  .topbar-nav{position:fixed;inset:var(--topbar-h) 0 auto 0;background:var(--color-bg);border-bottom:1px solid var(--color-border-soft);padding:var(--space-lg) 20px;display:none}
  .topbar-nav.is-open{display:block}
  .topbar-menu{flex-direction:column;gap:var(--space-lg)}
  .topbar-burger{display:flex;margin-left:auto;order:3}
  .topbar-cta{order:2;margin-left:auto}
  .topbar-cta .btn-primary{padding:8px 14px;font-size:.8125rem}
  .topbar-nav{margin-left:0}
  .proof-row{gap:var(--space-lg)}
  .dock-bar{flex-direction:column;align-items:stretch;text-align:center}
  .dock-cta{width:100%}
  body.no-scroll{overflow:hidden}
}

/* section anchors: offset under the sticky header */
.why,.catalog,.data,.shift,.story,.steps,.voice,.risk,.usecase,.timeline,.ask,.shots,.values{scroll-margin-top:calc(var(--topbar-h) + 12px)}
.why,.data,.voice,.usecase,.ask{overflow-x:clip}
.shift,.risk,.timeline,.steps,.shots{overflow-x:clip}
.story{overflow-x:clip;padding-top:64px}
.hero-copy{min-width:0;display:flex;flex-direction:column}
.sitefoot-brand{max-width:36ch}
