:root{
  --color-primary:#000000;--color-secondary:#3f3f46;--color-accent:#c1fbd4;--color-accent-soft:#d4f9e0;
  --color-bg:#ffffff;--color-bg-alt:#fbfbf5;--color-surface:#ffffff;
  --color-dark:#000000;--color-dark-elevated:#0a0a0a;--color-dark-teal:#1e2c31;
  --color-text:#000000;--color-text-muted:#52525b;--color-text-tertiary:#71717a;
  --color-on-dark:#ffffff;--color-on-dark-muted:#a1a1aa;--color-link-cool:#9dabad;
  --color-border:#e4e4e7;--color-border-dark:#1e2c31;--color-chip:#d4d4d8;--color-warn:#8a5a00;--color-warn-bg:#fdf3d8;
  --font-heading:'Inter Tight',Helvetica,Arial,sans-serif;
  --font-body:'Inter',Helvetica,Arial,sans-serif;
  --radius-xs:4px;--radius-sm:5px;--radius-md:8px;--radius-lg:12px;--radius-xl:20px;--radius-pill:9999px;
  --shadow-sm:0 1px 2px rgba(0,0,0,.06);
  --shadow-md:0 8px 8px rgba(0,0,0,.05),0 4px 4px rgba(0,0,0,.05),0 2px 2px rgba(0,0,0,.05),0 0 0 1px rgba(0,0,0,.08);
  --shadow-lg:0 25px 50px -12px rgba(0,0,0,.25);
  --space-xs:4px;--space-sm:8px;--space-md:12px;--space-lg:16px;--space-xl:24px;--space-2xl:32px;--space-3xl:64px;
  --container:1360px;--reading:760px;--topbar-h:68px;
}
*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
body{margin:0;background:var(--color-bg);color:var(--color-text);font-family:var(--font-body);font-size:16px;font-weight:400;line-height:1.5;font-feature-settings:"ss03";-webkit-font-smoothing:antialiased}
img{max-width:100%;display:block;height:auto}
a{color:inherit;text-decoration:none}
p{margin:0 0 1em}
h1,h2,h3,h4{font-family:var(--font-heading);font-weight:300;margin:0 0 .5em;letter-spacing:0}
ul,ol{margin:0;padding:0;list-style:none}
button{font:inherit;color:inherit;cursor:pointer}
table{border-collapse:collapse;width:100%}
[hidden]{display:none!important}
:focus-visible{outline:2px solid var(--color-primary);outline-offset:3px;border-radius:var(--radius-xs)}
.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}
.skip-link{position:absolute;left:-9999px;top:0;z-index:120;background:var(--color-primary);color:var(--color-on-dark);padding:12px 20px;border-radius:0 0 var(--radius-md) 0}
.skip-link:focus{left:0}
.container{width:100%;max-width:var(--container);margin:0 auto;padding:0 20px}

.btn-primary,.btn-secondary,.btn-ghost{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:var(--font-body);font-size:16px;font-weight:500;line-height:1.5;padding:12px 24px;border-radius:var(--radius-pill);border:1px solid transparent;transition:background-color .18s ease,color .18s ease,border-color .18s ease;min-height:44px;text-align:center}
.btn-primary{background:var(--color-primary);color:var(--color-on-dark)}
.btn-primary:hover{background:var(--color-secondary)}
.btn-secondary{background:var(--color-surface);color:var(--color-text);border-color:var(--color-primary)}
.btn-secondary:hover{background:var(--color-primary);color:var(--color-on-dark)}
.btn-ghost{background:transparent;color:var(--color-on-dark);border:2px solid var(--color-on-dark);padding:11px 26px}
.btn-ghost:hover{background:var(--color-on-dark);color:var(--color-primary)}
.btn-sm{padding:9px 18px;font-size:15px;min-height:40px}
.btn-lg{padding:15px 32px;font-size:17px;min-height:52px}

section{padding:60px 0}
.section-alt{background:var(--color-bg-alt);border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border)}
.section-title{font-size:clamp(1.9rem,4.4vw,3rem);font-weight:300;line-height:1.1;max-width:22ch;margin-bottom:16px}
.section-subtitle{font-size:18px;font-weight:400;line-height:1.56;color:var(--color-text-muted);max-width:70ch;margin-bottom:40px}
.page-title{font-size:clamp(2rem,5vw,3.4rem);font-weight:300;line-height:1.08;margin:8px 0 16px}
.page-lede{font-size:18px;color:var(--color-text-muted);max-width:66ch;margin-bottom:40px}
.backlink{display:inline-block;font-size:14px;font-weight:500;color:var(--color-text-muted);margin-bottom:8px}
.backlink:hover{color:var(--color-primary)}

.topbar{position:sticky;top:0;z-index:90;background:rgba(255,255,255,.92);backdrop-filter:blur(10px);border-bottom:1px solid var(--color-border)}
.topbar--scrolled{box-shadow:var(--shadow-sm)}
.topbar__inner{display:flex;align-items:center;gap:16px;min-height:var(--topbar-h)}
.topbar__logo{font-family:var(--font-heading);font-size:22px;font-weight:500;letter-spacing:.14em;margin-right:auto}
.topbar__nav{display:none}
.topbar__list{display:flex;align-items:center;gap:28px}
.topbar__link{font-size:15px;font-weight:450;color:var(--color-text-muted);padding:6px 0;border-bottom:1px solid transparent}
.topbar__link:hover,.topbar__link.is-active{color:var(--color-primary);border-bottom-color:var(--color-primary)}
.topbar__cta{display:none;margin-left:16px}
.topbar__burger{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;background:none;border:1px solid var(--color-border);border-radius:var(--radius-pill);font-size:18px}

.hero{position:relative;min-height:50vh;display:flex;align-items:flex-end;background:var(--color-dark);color:var(--color-on-dark);overflow:hidden}
.hero__media{position:absolute;inset:0}
.hero__media img{width:100%;height:100%;object-fit:cover;opacity:.55}
.hero__media::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.35) 0%,rgba(0,0,0,.72) 55%,rgba(0,0,0,.92) 100%)}
.hero__inner{position:relative;z-index:2;padding:96px 20px 56px;max-width:var(--container)}
.hero__eyebrow{font-size:12px;font-weight:400;letter-spacing:.72px;text-transform:uppercase;color:var(--color-on-dark-muted);margin-bottom:20px}
.hero__title{font-size:clamp(2.25rem,7vw,4.4rem);font-weight:300;line-height:1;letter-spacing:.02em;max-width:16ch;margin-bottom:20px;color:var(--color-on-dark)}
.hero__lede{font-size:clamp(1rem,1.8vw,1.125rem);font-weight:400;line-height:1.55;max-width:62ch;color:rgba(255,255,255,.88);margin-bottom:24px}
.hero__marks{display:flex;flex-wrap:wrap;gap:10px 12px;margin-bottom:32px}
.hero__mark{font-size:13px;font-weight:500;letter-spacing:.02em;color:var(--color-on-dark);border:1px solid rgba(255,255,255,.4);border-radius:var(--radius-pill);padding:6px 14px}
.hero__actions{display:flex;flex-wrap:wrap;align-items:center;gap:16px 24px}
.hero__link{font-size:15px;font-weight:500;color:var(--color-on-dark);border-bottom:1px solid rgba(255,255,255,.5);padding-bottom:2px}
.hero__link:hover{border-bottom-color:var(--color-on-dark)}

.assure{background:var(--color-dark);color:var(--color-on-dark);border-top:1px solid rgba(255,255,255,.12)}
.assure__inner{display:grid;grid-template-columns:repeat(2,1fr);gap:24px 16px;padding-top:28px;padding-bottom:28px}
.assure__item{display:flex;flex-direction:column;gap:4px}
.assure__figure{font-family:var(--font-heading);font-size:clamp(1.3rem,3vw,1.75rem);font-weight:300;line-height:1}
.assure__label{font-size:13px;color:var(--color-on-dark-muted);line-height:1.4}

.why-list{display:flex;flex-direction:column;gap:48px}
.why-row{display:grid;grid-template-columns:1fr;gap:20px;align-items:center}
.why-row__media{border-radius:var(--radius-lg);overflow:hidden;background:var(--color-surface)}
.why-row__media img{width:100%;aspect-ratio:16/10;object-fit:cover}
.why-row__index{font-family:var(--font-heading);font-size:44px;font-weight:300;line-height:1;color:var(--color-text-tertiary);margin:0 0 10px}
.why-row__title{font-size:clamp(1.25rem,2.4vw,1.75rem);font-weight:400;line-height:1.2;margin-bottom:12px}
.why-row__text{font-size:17px;line-height:1.6;color:var(--color-text-muted);margin:0;max-width:56ch}

.shelf__note{font-size:13px;color:var(--color-text-tertiary);margin:32px 0 0}
.products-grid{display:grid;grid-template-columns:1fr;gap:24px}
.product-card{display:flex;flex-direction:column;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:20px;box-shadow:var(--shadow-md);position:relative}
.product-card__media{display:block;background:#ffffff;border-radius:var(--radius-md);overflow:hidden;margin-bottom:16px}
.product-card__media img{width:100%;aspect-ratio:1/1;object-fit:contain;padding:8px}
.product-card__title{font-size:19px;font-weight:500;line-height:1.3;margin-bottom:8px;font-family:var(--font-heading)}
.product-card__rating{font-size:14px;font-weight:500;margin-bottom:12px}
.product-card__reviews{color:var(--color-text-tertiary);font-weight:400}
.product-card__description{font-size:15px;line-height:1.55;color:var(--color-text-muted);margin-bottom:8px;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;background:none;border:0;padding:0 0 12px;font-size:14px;font-weight:500;color:var(--color-text);text-decoration:underline;text-underline-offset:3px}
.product-card__highlights,.product-card-bullets{display:flex;flex-direction:column;gap:8px;margin-bottom:20px}
.product-card__highlights li,.product-card-bullets li{position:relative;padding-left:18px;font-size:14px;line-height:1.5;color:var(--color-text-muted)}
.product-card__highlights li::before,.product-card-bullets li::before{content:"";position:absolute;left:0;top:8px;width:8px;height:1px;background:var(--color-primary)}
.product-card__cta{margin-top:auto;display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:12px 24px;border-radius:var(--radius-pill);background:var(--color-primary);color:var(--color-on-dark);font-size:16px;font-weight:500}
.product-card__cta:hover{background:var(--color-secondary)}
.product-badge{display:inline-block;border-radius:var(--radius-pill);padding:4px 10px;font-size:.8125rem;font-weight:600;background:var(--color-warn-bg);color:var(--color-warn);margin-bottom:10px}
.product-badge--restock{background:var(--color-accent-soft);color:#14532d}
.product-card--unavailable .product-card__media img{filter:grayscale(.55)}
.product-card--unavailable .product-card__title{color:var(--color-text-tertiary)}

.data-band{background:var(--color-dark);color:var(--color-on-dark)}
.data-band .section-subtitle{color:var(--color-on-dark-muted)}
.data-table__wrap{overflow-x:auto;border:1px solid rgba(255,255,255,.16);border-radius:var(--radius-lg)}
.data-table{min-width:640px;font-size:15px}
.data-table thead th{text-align:left;font-family:var(--font-body);font-size:12px;font-weight:500;letter-spacing:.72px;text-transform:uppercase;color:var(--color-on-dark-muted);padding:16px 20px;border-bottom:1px solid rgba(255,255,255,.16);background:var(--color-dark-elevated)}
.data-table tbody tr+tr{border-top:1px solid rgba(255,255,255,.12)}
.data-table td,.data-table tbody th{padding:20px;vertical-align:top;text-align:left}
.data-figure{font-family:var(--font-heading);font-size:clamp(1.15rem,2.2vw,1.6rem);font-weight:300;line-height:1.15;white-space:nowrap;color:var(--color-on-dark)}
.data-claim{line-height:1.6;color:rgba(255,255,255,.9);max-width:56ch}
.data-gap{display:block;margin-top:8px;font-size:13px;line-height:1.5;color:var(--color-on-dark-muted)}
.data-proof{font-size:13px;color:var(--color-link-cool);white-space:normal;min-width:150px}

.scene-list{display:flex;flex-direction:column;gap:56px}
.scene-row{display:grid;grid-template-columns:1fr;gap:24px;align-items:center}
.scene-row__media{border-radius:var(--radius-xl);overflow:hidden}
.scene-row__media img{width:100%;aspect-ratio:4/3;object-fit:cover}
.scene-row__title{font-size:clamp(1.35rem,2.8vw,2rem);font-weight:400;line-height:1.18;margin-bottom:14px;max-width:22ch}
.scene-row__text{font-size:17px;line-height:1.65;color:var(--color-text-muted);max-width:60ch}
.scene-row__list{display:flex;flex-direction:column;gap:10px;margin:0 0 24px}
.scene-row__list li{position:relative;padding-left:20px;font-size:15px;line-height:1.55;color:var(--color-text)}
.scene-row__list li::before{content:"";position:absolute;left:0;top:10px;width:10px;height:1px;background:var(--color-primary)}

.story-grid,.story-page__grid{display:grid;grid-template-columns:1fr;gap:32px;align-items:start}
.story__media img,.story-page__media img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:var(--radius-lg)}
.story__body p,.story-page__body p{font-size:17px;line-height:1.7;color:var(--color-text-muted);max-width:64ch}
.story__more{display:inline-block;font-size:15px;font-weight:500;border-bottom:1px solid var(--color-primary);padding-bottom:2px}
.story__more:hover{color:var(--color-text-muted);border-bottom-color:var(--color-text-muted)}

.care-steps{display:grid;grid-template-columns:1fr;gap:28px;counter-reset:care}
.care-step{border-top:1px solid var(--color-border);padding-top:20px}
.care-step__num{font-family:var(--font-heading);font-size:40px;font-weight:300;line-height:1;color:var(--color-text-tertiary);display:block;margin-bottom:12px}
.care-step__title{font-size:20px;font-weight:500;margin-bottom:8px}
.care-step__text{font-size:15px;line-height:1.6;color:var(--color-text-muted);margin:0}

.voice-feed{display:flex;flex-direction:column;gap:8px;max-width:var(--reading);margin:0 auto}
.voice{margin:0;padding:32px 0;border-bottom:1px solid var(--color-border)}
.voice:last-child{border-bottom:0}
.voice__stars{font-size:15px;letter-spacing:2px;color:var(--color-primary);margin:0 0 12px}
.voice__quote{margin:0 0 14px;font-family:var(--font-heading);font-size:clamp(1.05rem,2.2vw,1.35rem);font-weight:300;line-height:1.5}
.voice__meta{font-size:13px;color:var(--color-text-tertiary)}
.voice__name{font-weight:600;color:var(--color-text)}

.phase-list{display:grid;grid-template-columns:1fr;gap:0;border-top:1px solid var(--color-border)}
.phase{display:grid;grid-template-columns:1fr;gap:8px;padding:24px 0;border-bottom:1px solid var(--color-border)}
.phase__label{font-family:var(--font-heading);font-size:22px;font-weight:400;margin:0}
.phase__text{font-size:16px;line-height:1.65;color:var(--color-text-muted);margin:0;max-width:70ch}
.phases__cta{margin-top:32px;font-size:16px;font-weight:500}

.fit-grid{display:grid;grid-template-columns:1fr;gap:20px}
.fit-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:28px;box-shadow:var(--shadow-md)}
.fit-card__title{font-size:19px;font-weight:500;line-height:1.3;margin-bottom:12px}
.fit-card__text{font-size:15px;line-height:1.6;color:var(--color-text-muted);margin:0}
.fit-not{margin-top:32px;background:var(--color-accent-soft);border-radius:var(--radius-lg);padding:28px}
.fit-not__title{font-size:18px;font-weight:500;margin-bottom:14px}
.fit-not__list{display:flex;flex-direction:column;gap:12px}
.fit-not__list li{position:relative;padding-left:22px;font-size:15px;line-height:1.6}
.fit-not__list li::before{content:"\00d7";position:absolute;left:0;top:0;font-size:16px;line-height:1.6}

.risk-list{display:flex;flex-direction:column}
.risk-row{display:grid;grid-template-columns:1fr;gap:12px;padding:28px 0;border-top:1px solid var(--color-border)}
.risk-row:last-child{border-bottom:1px solid var(--color-border)}
.risk-row__title{font-size:19px;font-weight:500;line-height:1.3;margin:0 0 10px}
.risk-row__tag{display:inline-block;font-size:12px;font-weight:500;letter-spacing:.6px;text-transform:uppercase;background:var(--color-accent);color:var(--color-text);border-radius:var(--radius-pill);padding:5px 12px;margin:0}
.risk-row__answer{font-size:16px;line-height:1.65;color:var(--color-text-muted);margin:0;max-width:62ch}

.ask-list,.ask-more{display:flex;flex-direction:column}
.ask-item{border-top:1px solid var(--color-border)}
.ask-more .ask-item:last-child,.ask-list .ask-item:last-child{border-bottom:1px solid var(--color-border)}
.ask-item>summary{cursor:pointer;list-style:none;padding:20px 44px 20px 0;position:relative;font-family:var(--font-heading);font-size:clamp(1.02rem,2vw,1.2rem);font-weight:400;line-height:1.4}
.ask-item>summary::-webkit-details-marker{display:none}
.ask-item>summary::after{content:"+";position:absolute;right:8px;top:18px;font-size:22px;font-weight:300;color:var(--color-text-tertiary)}
.ask-item[open]>summary::after{content:"\2013"}
.ask-q{color:var(--color-text)}
.ask-a{padding:0 44px 24px 0}
.ask-a p{font-size:16px;line-height:1.7;color:var(--color-text-muted);margin:0;max-width:74ch}
.ask-toggle{margin-top:28px;background:none;border:1px solid var(--color-primary);border-radius:var(--radius-pill);padding:12px 24px;font-size:15px;font-weight:500;min-height:44px}
.ask-toggle:hover{background:var(--color-primary);color:var(--color-on-dark)}
.ask-more{margin-top:8px}

.frames-band{background:var(--color-dark);color:var(--color-on-dark)}
.frames-band .section-subtitle{color:var(--color-on-dark-muted)}
.frame-grid{display:grid;grid-template-columns:1fr;gap:16px}
.frame{margin:0}
.frame__img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:var(--radius-lg);cursor:zoom-in;transition:opacity .2s ease}
.frame__img:hover{opacity:.85}
.frame__cap{font-size:13px;color:var(--color-on-dark-muted);margin-top:10px}

.signup{background:var(--color-accent);color:var(--color-text);border-top:1px solid var(--color-border)}
.signup__inner{max-width:760px;text-align:center}
.signup .section-title{margin-left:auto;margin-right:auto}
.signup .section-subtitle{margin-left:auto;margin-right:auto;color:var(--color-secondary);margin-bottom:28px}
.signup__form{display:flex;flex-direction:column;gap:12px;max-width:520px;margin:0 auto}
.signup__input{width:100%;min-height:48px;padding:12px 16px;border:1px solid var(--color-primary);border-radius:var(--radius-md);background:var(--color-surface);font-family:var(--font-body);font-size:16px}
.signup__message{margin:16px auto 0;max-width:520px;padding:10px 14px;border-radius:6px;font-size:.875rem;text-align:left}
.signup__message--error{color:#C0392B;background:#FDEDEC;border:1px solid #C0392B}
.signup__note{margin-top:16px;font-size:13px;color:var(--color-secondary)}

.sitefoot{background:var(--color-dark);color:var(--color-on-dark);padding:64px 0 28px}
.sitefoot__inner{display:grid;grid-template-columns:1fr;gap:36px}
.sitefoot__logo{font-family:var(--font-heading);font-size:20px;font-weight:500;letter-spacing:.14em;display:inline-block;margin-bottom:14px}
.sitefoot__tagline{font-size:14px;line-height:1.6;color:var(--color-on-dark-muted);max-width:34ch}
.sitefoot__address{font-style:normal;font-size:14px;line-height:1.7;color:var(--color-on-dark-muted);margin-bottom:12px}
.sitefoot__address a:hover{color:var(--color-on-dark)}
.sitefoot__hours{font-size:14px;line-height:1.7;color:var(--color-on-dark-muted);margin:0}
.sitefoot__title{font-size:12px;font-weight:500;letter-spacing:.72px;text-transform:uppercase;color:var(--color-on-dark);font-family:var(--font-body);margin-bottom:16px}
.sitefoot__list,.sitefoot__socials{display:flex;flex-direction:column;gap:10px}
.sitefoot__link,.sitefoot__social{font-size:14px;color:var(--color-link-cool);text-decoration:underline;text-underline-offset:3px}
.sitefoot__link:hover,.sitefoot__social:hover{color:var(--color-on-dark)}
.sitefoot__languages{display:flex;flex-wrap:wrap;gap:12px;max-width:var(--container);margin:36px auto 0;padding:0 20px}
.sitefoot__languages:empty{display:none}
.sitefoot__bottom{margin-top:36px;padding-top:20px;border-top:1px solid rgba(255,255,255,.16);display:flex;flex-direction:column;gap:10px}
.footer__copyright{font-size:13px;color:#d4d4d8;margin:0}
.sitefoot__bottom p{font-size:12px;line-height:1.6;color:#c7c7cd;margin:0}
.sitefoot__bottom a{text-decoration:underline}

.consent-bar{position:fixed;left:0;right:0;bottom:0;z-index:110;background:rgba(0,0,0,.94);color:var(--color-on-dark);backdrop-filter:blur(8px);padding:14px 20px;display:flex;flex-direction:column;gap:12px;align-items:center;text-align:center}
.consent-bar__text{font-size:13px;line-height:1.5;margin:0}
.consent-bar__text a{text-decoration:underline}
.consent-bar__actions{display:flex;gap:10px}
.railcta{position:fixed;left:0;right:0;bottom:0;z-index:100;background:rgba(0,0,0,.92);backdrop-filter:blur(10px);color:var(--color-on-dark);padding:12px 20px;display:flex;flex-direction:column;gap:10px;align-items:center;text-align:center}
.railcta__text{font-size:13px;line-height:1.4;margin:0}
.railcta__close{position:absolute;right:10px;top:8px;background:none;border:0;color:var(--color-on-dark-muted);font-size:20px;line-height:1;padding:4px 8px}
.railcta__close:hover{color:var(--color-on-dark)}
.lightbox{position:fixed;inset:0;z-index:130;background:rgba(0,0,0,.94);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:32px 20px}
.lightbox__img{max-width:min(92vw,900px);max-height:78vh;object-fit:contain;border-radius:var(--radius-lg)}
.lightbox__cap{color:var(--color-on-dark);font-size:14px;margin:0;text-align:center}
.lightbox__close{position:absolute;top:16px;right:20px;background:none;border:0;color:var(--color-on-dark);font-size:34px;line-height:1;padding:4px 10px}

.reach-page,.story-page,.legal-page,.values{padding-top:48px}
.reach-grid{display:grid;grid-template-columns:1fr;gap:36px;align-items:start}
.reach-form{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:28px;box-shadow:var(--shadow-md)}
.reach-form__title,.reach-info__title{font-size:20px;font-weight:500;margin-bottom:20px}
.field{display:flex;flex-direction:column;gap:6px;margin-bottom:18px}
.field__label{font-size:14px;font-weight:500}
.field__input{width:100%;min-height:44px;padding:10px 12px;border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);font-family:var(--font-body);font-size:16px;color:var(--color-text)}
.field__input:focus-visible{border-color:var(--color-primary)}
.field__input--area{min-height:132px;resize:vertical}
.reach-form__message{margin-top:16px;padding:10px 14px;border-radius:6px;font-size:.875rem}
.reach-form__message--error{color:#C0392B;background:#FDEDEC;border:1px solid #C0392B}
.reach-info__item{padding:18px 0;border-bottom:1px solid var(--color-border)}
.reach-info__item:last-child{border-bottom:0}
.reach-info__label{font-size:12px;font-weight:500;letter-spacing:.72px;text-transform:uppercase;color:var(--color-text-tertiary);font-family:var(--font-body);margin-bottom:8px}
.reach-info__item address,.reach-info__item p{font-style:normal;font-size:15px;line-height:1.65;color:var(--color-text-muted);margin:0}
.reach-info__item a{text-decoration:underline;text-underline-offset:3px}

.value-grid{display:grid;grid-template-columns:1fr;gap:20px}
.value-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:28px;box-shadow:var(--shadow-md)}
.value-card__title{font-size:19px;font-weight:500;line-height:1.3;margin-bottom:12px}
.value-card__text{font-size:15px;line-height:1.6;color:var(--color-text-muted);margin:0}
.value-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:24px 16px;margin-top:40px;padding-top:28px;border-top:1px solid var(--color-border)}
.value-stats__item{display:flex;flex-direction:column;gap:4px}
.value-stats__figure{font-family:var(--font-heading);font-size:clamp(1.3rem,3vw,1.75rem);font-weight:300;line-height:1}
.value-stats__label{font-size:13px;color:var(--color-text-muted);line-height:1.4}

.legal-page__inner{max-width:var(--reading)}
.legal-page__meta{font-size:13px;color:var(--color-text-tertiary);margin-bottom:32px}
.legal-block{margin-bottom:32px}
.legal-block__title{font-size:22px;font-weight:400;margin-bottom:12px}
.legal-block p{font-size:16px;line-height:1.7;color:var(--color-text-muted)}
.legal-block a{text-decoration:underline;text-underline-offset:3px}

.why,.shelf,.scenes,.story,.care,.voices,.phases,.fits,.risks,.asks{position:relative}
.why{overflow:hidden}
.shelf .section-subtitle{max-width:64ch}
.scenes .section-title{max-width:20ch}
.story{overflow:hidden}
.care .section-subtitle{max-width:62ch}
.voices{text-align:left}
.voices .section-title,.voices .section-subtitle{margin-left:auto;margin-right:auto;max-width:var(--reading)}
.phases .section-subtitle{max-width:66ch}
.fits .section-subtitle{max-width:68ch}
.risks .section-subtitle{max-width:72ch}
.asks .section-subtitle{max-width:70ch}
.why-row__body{display:flex;flex-direction:column;justify-content:center}
.scene-row__body{display:flex;flex-direction:column;justify-content:center}
.risk-row__fear{display:flex;flex-direction:column;align-items:flex-start;gap:4px}
.reach-info{background:var(--color-bg-alt);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:28px}
.sitefoot__brand{max-width:38ch}
.sitefoot__col{min-width:0}

[data-animate]{opacity:0;transform:translateY(16px);transition:opacity .5s ease,transform .5s ease}
[data-animate].visible{opacity:1;transform:none}

@media (min-width:768px){
  .container{padding:0 32px}
  section{padding:80px 0}
  .hero__inner{padding:120px 32px 72px}
  .assure__inner{grid-template-columns:repeat(4,1fr);padding-top:32px;padding-bottom:32px}
  .products-grid{grid-template-columns:repeat(2,1fr)}
  .why-row{grid-template-columns:1fr 1fr;gap:40px}
  .why-row--flip .why-row__media{order:2}
  .scene-row{grid-template-columns:1fr 1fr;gap:48px}
  .scene-row--flip .scene-row__media{order:2}
  .care-steps{grid-template-columns:repeat(2,1fr);gap:32px}
  .fit-grid,.value-grid{grid-template-columns:repeat(2,1fr)}
  .frame-grid{grid-template-columns:repeat(2,1fr);gap:20px}
  .phase{grid-template-columns:180px 1fr;gap:24px}
  .risk-row{grid-template-columns:minmax(220px,1fr) 1.6fr;gap:32px}
  .story-grid,.story-page__grid{grid-template-columns:1fr 1fr;gap:48px}
  .reach-grid{grid-template-columns:1.1fr .9fr;gap:48px}
  .sitefoot__inner{grid-template-columns:1.4fr 1fr 1fr 1fr;gap:40px}
  .sitefoot__bottom{flex-direction:row;align-items:center;justify-content:space-between;gap:24px}
  .signup__form{flex-direction:row}
  .signup__input{flex:1}
  .consent-bar,.railcta{flex-direction:row;justify-content:center;text-align:left;gap:20px}
  .railcta__close{position:static}
  .value-stats{grid-template-columns:repeat(4,1fr)}
}
@media (min-width:1024px){
  section{padding:96px 0}
  .topbar__nav{display:block}
  .topbar__cta{display:block}
  .topbar__burger{display:none}
  .hero{min-height:56vh}
  .hero__inner{padding:150px 32px 84px}
  .products-grid{grid-template-columns:repeat(3,1fr)}
  .frame-grid{grid-template-columns:repeat(3,1fr)}
  .care-steps{grid-template-columns:repeat(4,1fr)}
  .fit-grid{grid-template-columns:repeat(2,1fr)}
  .story-grid{grid-template-columns:.85fr 1.15fr}
  .story-page__grid{grid-template-columns:1.15fr .85fr}
}
@media (min-width:1200px){
  .products-grid{grid-template-columns:repeat(4,1fr)}
  .frame-grid{grid-template-columns:repeat(4,1fr)}
  .value-grid{grid-template-columns:repeat(4,1fr)}
}
@media (min-width:1600px){
  .hero__inner{padding:180px 32px 96px}
}
@media (max-width:1023px){
  .topbar__nav.is-open{display:block;position:absolute;left:0;right:0;top:var(--topbar-h);background:var(--color-bg);border-bottom:1px solid var(--color-border);padding:16px 20px;box-shadow:var(--shadow-md)}
  .topbar__nav.is-open .topbar__list{flex-direction:column;align-items:flex-start;gap:6px}
  .topbar__nav.is-open .topbar__link{display:block;padding:12px 0;width:100%}
  .topbar{position:sticky}
  body.no-scroll{overflow:hidden}
}
@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  [data-animate]{opacity:1;transform:none;transition:none}
}
