:root {
  --ink: #080b09;
  --ink-soft: #121612;
  --paper: #f3efe6;
  --paper-deep: #e7dfd1;
  --white: #fffdf8;
  --muted: #666a63;
  --line: rgba(8, 11, 9, .16);
  --line-light: rgba(255, 255, 255, .18);
  --orange: #fa4f1a;
  --orange-dark: #d83b0b;
  --max: 1280px;
  --gutter: clamp(20px, 4vw, 64px);
  --radius: 2px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 98px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  overflow-x: clip;
}
body.has-mobile-cta { padding-bottom: 0; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.skip-link { position: fixed; z-index: 1000; left: 16px; top: 12px; padding: 12px 16px; background: var(--orange); color: var(--ink); font-weight: 900; transform: translateY(-160%); }
.skip-link:focus { transform: none; }
.container { width: min(var(--max), calc(100% - (var(--gutter) * 2))); margin-inline: auto; }
.narrow { width: min(820px, calc(100% - (var(--gutter) * 2))); margin-inline: auto; }
.eyebrow { margin: 0 0 12px; color: var(--orange); font-size: .75rem; font-weight: 950; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow.light { color: #ff6a3c; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: .98; letter-spacing: -.045em; }
h1 { font-size: clamp(3.25rem, 8vw, 7.6rem); margin-bottom: 24px; }
h2 { font-size: clamp(2.35rem, 5vw, 5rem); margin-bottom: 22px; }
h3 { font-size: clamp(1.25rem, 2vw, 1.65rem); }
.lede { max-width: 720px; color: #4d514b; font-size: clamp(1.08rem, 2vw, 1.35rem); }
.on-dark { color: rgba(255, 253, 248, .76); }
.section { padding: clamp(72px, 10vw, 132px) 0; }
.section-dark { color: var(--white); background: var(--ink); }
.section-white { background: var(--white); }
.section-rule { border-top: 1px solid var(--line); }

.announcement {
  display: flex; min-height: 36px; align-items: center; justify-content: center; gap: 12px;
  padding: 8px var(--gutter); color: var(--ink); background: var(--orange);
  font-size: .72rem; font-weight: 950; letter-spacing: .12em; text-align: center; text-transform: uppercase;
}
.announcement a { text-underline-offset: 3px; }
.site-header { position: sticky; z-index: 100; top: 0; color: var(--white); background: rgba(8, 11, 9, .96); border-bottom: 1px solid var(--line-light); backdrop-filter: blur(14px); }
.header-inner { display: grid; min-height: 70px; grid-template-columns: auto 1fr auto; align-items: center; gap: 30px; }
.brand-logo { width: 196px; height: 38px; object-fit: contain; object-position: left center; }
.main-nav { display: flex; align-items: center; justify-content: center; gap: clamp(18px, 3vw, 40px); }
.main-nav a, .footer-links a { font-size: .76rem; font-weight: 900; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.main-nav a:hover, .main-nav a:focus-visible, .footer-links a:hover { color: #ff7b53; }
.nav-status { margin-left: 4px; color: var(--orange); font-size: .58rem; }
.menu-toggle { display: none; width: 46px; height: 46px; align-items: center; justify-content: center; color: var(--white); background: transparent; border: 1px solid var(--line-light); }
.menu-toggle span, .menu-toggle::before, .menu-toggle::after { content: ""; display: block; width: 20px; height: 2px; background: currentColor; }
.menu-toggle span { margin: 4px 0; }
.mobile-nav { display: none; }

.button {
  display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 14px 22px;
  color: #080b09; background: var(--orange); border: 1px solid var(--orange); border-radius: var(--radius);
  font-size: .78rem; font-weight: 950; letter-spacing: .09em; text-align: center; text-decoration: none; text-transform: uppercase; cursor: pointer;
  transition: background .18s ease, color .18s ease, transform .18s ease;
}
.button:hover, .button:focus-visible { color: var(--white); background: var(--orange-dark); transform: translateY(-1px); }
.button-outline { color: currentColor; background: transparent; border-color: currentColor; }
.button-outline:hover, .button-outline:focus-visible { color: var(--ink); background: var(--white); }
.button-dark { color: var(--white); background: var(--ink); border-color: var(--ink); }
.button-dark:hover { color: var(--ink); background: transparent; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.status-pill { display: inline-flex; align-items: center; gap: 8px; padding: 8px 12px; color: var(--ink); background: var(--paper-deep); font-size: .69rem; font-weight: 950; letter-spacing: .12em; text-transform: uppercase; }
.status-pill::before { width: 7px; height: 7px; background: var(--orange); border-radius: 999px; content: ""; }

.brand-hero { position: relative; min-height: min(800px, calc(100svh - 106px)); display: grid; color: var(--white); background: var(--ink); overflow: hidden; }
.brand-hero::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.82) 0%, rgba(0,0,0,.54) 44%, rgba(0,0,0,.12) 78%), linear-gradient(0deg, rgba(0,0,0,.54), transparent 48%); content: ""; }
.brand-hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 58% 55%; }
.brand-hero-content { position: relative; z-index: 1; display: flex; max-width: 760px; min-height: inherit; flex-direction: column; justify-content: center; padding-block: clamp(86px, 12vw, 150px); }
.brand-hero h1 { max-width: 720px; }
.brand-hero .lede { max-width: 660px; color: rgba(255,255,255,.83); }
.brand-hero-note { margin-top: 20px; color: rgba(255,255,255,.6); font-size: .78rem; }

.product-panels { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.product-panel { position: relative; min-height: 680px; display: flex; align-items: flex-end; color: var(--white); overflow: hidden; }
.product-panel img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.product-panel:hover img { transform: scale(1.025); }
.product-panel::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.88), rgba(0,0,0,.04) 70%); content: ""; }
.product-panel-copy { position: relative; z-index: 1; width: 100%; padding: clamp(28px, 5vw, 64px); }
.product-panel h2 { max-width: 600px; font-size: clamp(2.25rem, 4vw, 4.6rem); }
.product-panel p { max-width: 570px; }
.product-meta { display: flex; flex-wrap: wrap; gap: 8px 22px; margin: 20px 0 26px; font-size: .84rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }

.principles { display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(42px, 8vw, 120px); align-items: start; }
.principle-list { border-top: 1px solid var(--line); }
.principle { display: grid; grid-template-columns: 80px 1fr; gap: 20px; padding: 26px 0; border-bottom: 1px solid var(--line); }
.principle span { color: var(--orange); font-weight: 950; }
.principle p { margin: 6px 0 0; color: var(--muted); }

.proof-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; align-items: stretch; margin-top: 40px; }
.proof-card { position: relative; min-height: 540px; overflow: hidden; background: #1b1e1a; }
.proof-card img { display: block; width: 100%; height: 100%; object-fit: cover; }
.proof-card blockquote { position: absolute; inset: auto 24px 24px; margin: 0; padding: clamp(22px, 3vw, 30px); color: var(--white); background: rgba(8,11,9,.9); font-size: clamp(1rem, 1.35vw, 1.2rem); line-height: 1.45; }
.proof-card cite { display: block; margin-top: 14px; color: #ff8057; font-size: .7rem; font-style: normal; font-weight: 900; letter-spacing: .1em; line-height: 1.5; text-transform: uppercase; }
.proof-card-text { display: flex; min-height: 300px; align-items: flex-end; padding: clamp(26px, 4vw, 44px); border: 1px solid var(--line-light); }
.proof-card-text blockquote { position: static; padding: 0; background: transparent; font-size: clamp(1.15rem, 2vw, 1.55rem); line-height: 1.35; }
.proof-card-rsm { display: grid; grid-template-rows: minmax(300px, 1fr) auto; }
.proof-card-photo-grid { display: grid; grid-template-columns: 1fr 1fr; min-height: 340px; }
.proof-card-photo-grid img { min-width: 0; height: 100%; object-fit: cover; }
.proof-card-rsm blockquote { position: static; margin: 0; background: #151915; }
.proof-card-andy blockquote { display: grid; gap: 12px; }
.proof-card-review-detail { color: rgba(255,255,255,.8); font-size: .9rem; line-height: 1.4; }
.proof-card-angele { display: grid; grid-column: 1 / -1; grid-template-columns: minmax(0, 1fr) minmax(360px, .9fr); min-height: 500px; }
.proof-card-angele img { min-height: 500px; object-position: center 60%; }
.proof-card-angele blockquote { position: static; display: flex; flex-direction: column; justify-content: center; margin: 0; padding: clamp(40px, 6vw, 76px); background: #151915; font-size: clamp(1.5rem, 2.5vw, 2.25rem); line-height: 1.3; }

.review-feature { display: grid; grid-template-columns: minmax(320px, .82fr) minmax(0, 1.18fr); margin-top: 44px; background: #151915; border: 1px solid var(--line-light); }
.review-feature-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(32px, 5vw, 64px); }
.review-label { margin: 0 0 22px; color: #ff8057; font-size: .72rem; font-weight: 950; letter-spacing: .12em; text-transform: uppercase; }
.review-feature-copy blockquote, .supporting-review-card blockquote { margin: 0; color: var(--white); font-size: clamp(1.22rem, 2.2vw, 1.75rem); line-height: 1.35; }
.review-feature-copy blockquote + blockquote { margin-top: 20px; color: rgba(255,255,255,.76); font-size: clamp(1rem, 1.5vw, 1.2rem); }
.review-feature cite, .supporting-review-card cite { display: grid; gap: 4px; margin-top: 28px; color: #ff8057; font-size: .75rem; font-style: normal; font-weight: 900; letter-spacing: .07em; }
.review-feature cite span, .supporting-review-card cite span { color: rgba(255,255,255,.6); font-size: .69rem; text-transform: uppercase; }
.review-photo-grid { display: grid; grid-template-columns: 1fr 1fr; min-height: 560px; }
.review-photo-grid figure { position: relative; min-width: 0; margin: 0; overflow: hidden; }
.review-photo-grid img { width: 100%; height: 100%; object-fit: cover; }
.review-photo-grid figcaption { position: absolute; inset: auto 12px 12px; padding: 8px 10px; color: var(--white); background: rgba(8,11,9,.82); font-size: .68rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.supporting-reviews { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 18px; }
.supporting-review-card { min-height: 330px; padding: clamp(30px, 5vw, 56px); background: #151915; border: 1px solid var(--line-light); }
.supporting-review-card-with-photos { overflow: hidden; padding: 0; }
.supporting-review-photos { display: grid; grid-template-columns: 1fr 1fr; }
.supporting-review-photos figure { position: relative; min-width: 0; min-height: 260px; margin: 0; overflow: hidden; }
.supporting-review-photos img { width: 100%; height: 100%; object-fit: cover; }
.supporting-review-photos figcaption { position: absolute; inset: auto 10px 10px; padding: 7px 9px; color: var(--white); background: rgba(8,11,9,.82); font-size: .62rem; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.supporting-review-single-photo { position: relative; min-height: 260px; margin: 0; overflow: hidden; }
.supporting-review-single-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 54%; }
.supporting-review-single-photo figcaption { position: absolute; inset: auto 10px 10px; padding: 7px 9px; color: var(--white); background: rgba(8,11,9,.82); font-size: .62rem; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.supporting-review-copy { padding: clamp(30px, 5vw, 56px); }
.supporting-review-copy .review-quote-secondary { margin-top: 18px; color: rgba(255,255,255,.76); font-size: clamp(.98rem, 1.5vw, 1.18rem); }
.supporting-review-card-wide { display: grid; grid-column: 1 / -1; grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr); }
.supporting-review-card-wide .supporting-review-single-photo { min-height: 480px; }

.split-feature { display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; }
.split-media { min-height: 600px; }
.split-media img { width: 100%; height: 100%; object-fit: cover; }
.split-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(48px, 8vw, 118px); }
.split-copy p:not(.eyebrow) { max-width: 660px; color: #c2c5bd; }

.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); }
.trust-item { padding: 30px; border-right: 1px solid var(--line); }
.trust-item:last-child { border-right: 0; }
.trust-item h3 { font-size: 1rem; letter-spacing: -.01em; text-transform: uppercase; }
.trust-item p { margin-bottom: 0; color: var(--muted); font-size: .92rem; }

.site-footer { padding: 56px 0 84px; color: var(--white); background: var(--ink); border-top: 1px solid var(--line-light); }
.footer-inner { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: start; }
.footer-logo { width: 190px; height: 38px; object-fit: contain; object-position: left center; }
.footer-copy { max-width: 520px; margin: 18px 0 0; color: rgba(255,255,255,.58); font-size: .88rem; }
.footer-socials { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.footer-social-link { display: inline-flex; min-height: 44px; align-items: center; gap: 9px; padding: 8px 14px 8px 9px; color: var(--white); border: 1px solid var(--line-light); font-size: .74rem; font-weight: 900; letter-spacing: .09em; text-decoration: none; text-transform: uppercase; transition: color .2s ease, border-color .2s ease, background .2s ease; }
.footer-social-link:hover, .footer-social-link:focus-visible { color: var(--white); background: rgba(255,255,255,.07); border-color: var(--orange); }
.footer-social-icon { display: grid; width: 28px; height: 28px; place-items: center; color: var(--white); background: #1877f2; border-radius: 50%; }
.footer-social-icon svg { display: none; }
.footer-social-icon-instagram { background: linear-gradient(135deg, #7c3bc5 8%, #d62976 48%, #f77737 78%, #fcaf45); }
.footer-social-icon-tiktok { background: #050505; border: 1px solid rgba(255,255,255,.34); }
.footer-social-link[data-track="footer_facebook_click"] .footer-social-icon { background-color: transparent; background-image: url("/images/facebook-brand.svg?v=2"); background-repeat: no-repeat; background-position: center; background-size: 28px 28px; }
.footer-social-link[data-track="footer_instagram_click"] .footer-social-icon { background-image: url("/images/instagram-brand.svg"); background-repeat: no-repeat; background-position: center; background-size: 18px 19px; }
.footer-social-link[data-track="footer_tiktok_click"] .footer-social-icon { background-image: url("/images/tiktok-brand.svg"); background-repeat: no-repeat; background-position: center; background-size: 15px 18px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 22px; }

/* Product pages */
.pdp-hero { padding: clamp(30px, 4vw, 58px) 0 clamp(72px, 8vw, 110px); background: var(--paper); }
.pdp-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(360px, .75fr); gap: clamp(38px, 6vw, 86px); align-items: start; }
.gallery { min-width: 0; }
.gallery-main { position: relative; aspect-ratio: 4 / 3; overflow: hidden; background: var(--ink); }
.gallery-main img { width: 100%; height: 100%; object-fit: cover; }
.gallery-main .legacy-note { position: absolute; z-index: 2; right: 12px; top: 12px; max-width: 290px; padding: 8px 10px; color: #fff; background: rgba(0,0,0,.82); font-size: .7rem; }
.gallery-caption { position: absolute; z-index: 1; inset: auto 0 0; display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; padding: 52px 20px 16px; color: var(--white); background: linear-gradient(0deg, rgba(0,0,0,.76), transparent); pointer-events: none; }
.gallery-caption strong { font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; }
.gallery-caption span { color: rgba(255,255,255,.74); font-size: .74rem; font-weight: 800; }
.gallery-arrow { position: absolute; z-index: 2; top: 50%; width: 48px; height: 56px; padding: 0; color: var(--white); background: rgba(8,11,9,.76); border: 1px solid rgba(255,255,255,.3); cursor: pointer; transform: translateY(-50%); }
.gallery-arrow:hover, .gallery-arrow:focus-visible { color: var(--ink); background: var(--orange); border-color: var(--orange); }
.gallery-arrow-prev { left: 12px; }
.gallery-arrow-next { right: 12px; }
.gallery-thumbs { display: grid; grid-auto-columns: minmax(108px, 19%); grid-auto-flow: column; gap: 8px; margin-top: 8px; padding-bottom: 2px; overflow-x: auto; overscroll-behavior-inline: contain; scrollbar-width: none; scroll-snap-type: inline proximity; }
.gallery-thumbs::-webkit-scrollbar { display: none; }
.gallery-thumb { position: relative; aspect-ratio: 4 / 3; min-width: 0; padding: 0; overflow: hidden; color: var(--white); background: #ddd5c8; border: 2px solid transparent; cursor: pointer; scroll-snap-align: start; text-decoration: none; }
.gallery-thumb[aria-current="true"] { border-color: var(--orange); }
.gallery-thumb img { width: 100%; height: 100%; object-fit: cover; }
.gallery-thumb > span:last-child { position: absolute; z-index: 1; inset: auto 0 0; padding: 24px 7px 6px; background: linear-gradient(0deg, rgba(0,0,0,.82), transparent); font-size: .61rem; font-weight: 900; letter-spacing: .06em; line-height: 1.1; text-align: left; text-transform: uppercase; }
.buy-box { position: sticky; top: 112px; }
.product-title { margin: 14px 0 16px; font-size: clamp(2.6rem, 4.3vw, 5rem); }
.price { margin: 14px 0 4px; font-size: clamp(2.2rem, 4vw, 3.6rem); font-weight: 950; letter-spacing: -.04em; }
.availability-line { color: var(--orange-dark); font-weight: 950; letter-spacing: .06em; text-transform: uppercase; }
.facts { margin: 26px 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.facts li { padding: 14px 0; border-bottom: 1px solid var(--line); font-weight: 700; }
.policy-links { display: flex; flex-wrap: wrap; gap: 12px 18px; margin-top: 18px; color: var(--muted); font-size: .82rem; font-weight: 800; }
.policy-links a { text-underline-offset: 4px; }

.restock-box, .waitlist-shell { padding: clamp(28px, 5vw, 58px); color: var(--white); background: var(--ink-soft); }
.waitlist-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .75fr); gap: clamp(34px, 7vw, 90px); }
.form-row { display: grid; gap: 8px; }
.form-row label { font-size: .78rem; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
input[type="email"], input[type="text"] { width: 100%; min-height: 54px; padding: 14px 16px; color: var(--ink); background: var(--white); border: 2px solid transparent; border-radius: 0; font-size: 16px; }
input:focus { border-color: var(--orange); outline: 0; }
.inline-form { display: grid; grid-template-columns: 1fr auto; gap: 10px; }
.form-message { margin: 14px 0 0; color: #b9efc0; }
.form-message.is-error { color: #ff9c7d; }
.consent, .form-note { margin: 12px 0 0; color: rgba(255,255,255,.64); font-size: .78rem; }
.honeypot { position: absolute; left: -9999px; }

.story-band { display: grid; grid-template-columns: .9fr 1.1fr; align-items: stretch; }
.story-band-copy { padding: clamp(52px, 8vw, 120px); }
.story-band-media { min-height: 560px; }
.story-band-media img { width: 100%; height: 100%; object-fit: cover; }
.story-hero { position: relative; overflow: hidden; }
.story-hero::before { position: absolute; inset: 0; background: radial-gradient(circle at 84% 16%, rgba(250,79,26,.16), transparent 30%); content: ""; pointer-events: none; }
.story-hero-inner { position: relative; padding-block: clamp(88px, 12vw, 160px); }
.story-hero .lede { max-width: 790px; }
.story-cycle-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 48px; border: 1px solid var(--line); }
.story-cycle-card { min-height: 280px; padding: clamp(26px, 4vw, 44px); border-right: 1px solid var(--line); }
.story-cycle-card:last-child { border-right: 0; }
.story-cycle-number { display: block; margin-bottom: 54px; color: var(--orange); font-size: .74rem; font-weight: 950; letter-spacing: .12em; }
.story-cycle-card h3 { margin-bottom: 14px; }
.story-cycle-card p { margin-bottom: 0; color: var(--muted); }
.story-origin { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr); background: var(--white); }
.story-origin-media { min-height: 640px; }
.story-origin-media img { width: 100%; height: 100%; object-fit: cover; }
.story-origin-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(48px, 8vw, 112px); }
.story-origin-copy > p:not(.eyebrow) { max-width: 650px; color: var(--muted); }
.story-origin-copy .facts { width: 100%; max-width: 650px; }
.story-systems-intro { display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.story-systems-intro .lede { margin-bottom: 0; }
.story-systems { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: 46px; }
.story-system-card { position: relative; min-height: 560px; display: flex; align-items: flex-end; overflow: hidden; color: var(--white); background: var(--ink-soft); text-decoration: none; }
.story-system-card::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(8,11,9,.94) 0%, rgba(8,11,9,.2) 68%); content: ""; }
.story-system-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.story-system-card:hover img, .story-system-card:focus-visible img { transform: scale(1.02); }
.story-system-copy { position: relative; z-index: 1; padding: clamp(28px, 4vw, 52px); }
.story-system-copy h3 { max-width: 540px; margin-bottom: 12px; font-size: clamp(2rem, 3.7vw, 3.8rem); }
.story-system-copy p { max-width: 530px; margin-bottom: 22px; color: rgba(255,255,255,.78); }
.story-system-link { color: #ff8057; font-size: .75rem; font-weight: 950; letter-spacing: .1em; text-transform: uppercase; }
.story-direct { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: clamp(44px, 8vw, 120px); align-items: start; }
.story-direct-copy { max-width: 760px; }
.story-direct-copy p { color: rgba(255,255,255,.76); }
.feature-stack { display: grid; gap: 1px; background: var(--line); }
.feature-row { display: grid; grid-template-columns: 1fr 1fr; min-height: 520px; background: var(--paper); }
.feature-row:nth-child(even) .feature-media { order: 2; }
.feature-media img { width: 100%; height: 100%; object-fit: cover; }
.feature-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(40px, 7vw, 100px); }
.feature-copy p:not(.eyebrow) { color: var(--muted); }
.setup-video-section { background: var(--paper-deep); }
.setup-video-grid { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(340px, .88fr); gap: clamp(40px, 7vw, 96px); align-items: center; }
.setup-video-media { position: relative; min-height: clamp(380px, 43vw, 600px); overflow: hidden; color: var(--white); background: var(--ink); text-decoration: none; }
.setup-video-media::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(8,11,9,.68), transparent 50%); content: ""; }
.setup-video-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 52%; transition: transform .5s ease; }
.setup-video-media:hover img, .setup-video-media:focus-visible img { transform: scale(1.02); }
.setup-video-play { position: absolute; z-index: 1; top: 50%; left: 50%; display: grid; width: 74px; height: 74px; place-items: center; padding-left: 5px; color: var(--ink); background: var(--orange); border-radius: 50%; font-size: 1.5rem; transform: translate(-50%, -50%); }
.setup-video-label { position: absolute; z-index: 1; right: 22px; bottom: 20px; left: 22px; font-size: .75rem; font-weight: 950; letter-spacing: .12em; text-transform: uppercase; }
.setup-video-copy .lede { color: var(--muted); }
.setup-video-note { margin: 14px 0 0; color: var(--muted); font-size: .8rem; }
.spec-table { width: 100%; border-collapse: collapse; }
.spec-table th, .spec-table td { padding: 18px 0; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.spec-table th { width: 36%; font-size: .75rem; letter-spacing: .08em; text-transform: uppercase; }
.faq { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { padding: 22px 38px 22px 0; font-weight: 900; cursor: pointer; }
.faq details p { max-width: 760px; color: var(--muted); }
.center-cta { text-align: center; }
.center-cta .lede { margin-inline: auto; }
.mobile-cta { display: none; }

.support-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 44px; }
.support-card { padding: 28px; background: var(--white); border: 1px solid var(--line); text-decoration: none; }
.support-card:hover { border-color: var(--orange); }
.support-card p { margin-bottom: 0; color: var(--muted); }

@media (max-width: 900px) {
  .header-inner { grid-template-columns: 1fr auto; }
  .header-inner > .button, .main-nav { display: none; }
  .menu-toggle { display: block; }
  .mobile-nav { position: absolute; z-index: 99; inset: 100% 0 auto; display: grid; padding: 18px var(--gutter) 26px; color: var(--white); background: var(--ink); border-top: 1px solid var(--line-light); transform: translateY(-140%); transition: transform .22s ease; }
  .mobile-nav.is-open { transform: none; }
  .mobile-nav a { padding: 14px 0; border-bottom: 1px solid var(--line-light); font-weight: 900; text-decoration: none; }
  .mobile-nav small { color: var(--orange); text-transform: uppercase; }
  .product-panels, .principles, .proof-grid, .review-feature, .split-feature, .story-band, .story-origin, .story-direct, .story-systems, .feature-row, .pdp-grid, .setup-video-grid { grid-template-columns: 1fr; }
  .story-cycle-grid { grid-template-columns: 1fr; }
  .story-cycle-card { min-height: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .story-cycle-card:last-child { border-bottom: 0; }
  .story-cycle-number { margin-bottom: 30px; }
  .story-origin-media { min-height: 500px; }
  .story-systems-intro { display: block; }
  .product-panel { min-height: 610px; }
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .proof-card { min-height: 420px; }
  .review-photo-grid { min-height: 500px; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .buy-box { position: static; }
  .feature-row:nth-child(even) .feature-media { order: initial; }
  .feature-media, .story-band-media { min-height: 430px; }
  .support-grid { grid-template-columns: 1fr 1fr; }
  .waitlist-layout { grid-template-columns: 1fr; }
  body.has-mobile-cta { padding-bottom: calc(74px + env(safe-area-inset-bottom)); }
  .mobile-cta { position: fixed; z-index: 90; inset: auto 0 0; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 16px; padding: 10px max(16px, env(safe-area-inset-right)) calc(10px + env(safe-area-inset-bottom)) max(16px, env(safe-area-inset-left)); color: var(--white); background: var(--ink); border-top: 1px solid var(--line-light); box-shadow: 0 -10px 30px rgba(0,0,0,.2); }
  .mobile-cta strong, .mobile-cta small { display: block; }
  .mobile-cta small { color: rgba(255,255,255,.63); }
}

@media (max-width: 640px) {
  :root { --gutter: 18px; }
  html { scroll-padding-top: 96px; }
  .announcement { min-height: 34px; font-size: .63rem; letter-spacing: .08em; }
  .brand-logo { width: 164px; height: 30px; }
  .header-inner { min-height: 62px; }
  .mobile-nav { top: 100%; }
  h1 { font-size: clamp(3rem, 16vw, 5rem); }
  h2 { font-size: clamp(2.25rem, 12vw, 3.5rem); }
  .brand-hero { min-height: 700px; }
  .brand-hero::after { background: linear-gradient(0deg, rgba(0,0,0,.88) 0%, rgba(0,0,0,.34) 75%), linear-gradient(90deg, rgba(0,0,0,.42), transparent); }
  .brand-hero-image { object-position: 57% center; }
  .brand-hero-content { justify-content: flex-end; padding-bottom: 54px; }
  .actions { display: grid; grid-template-columns: 1fr; }
  .button { width: 100%; }
  .product-panels { grid-template-columns: 1fr; }
  .story-system-card { min-height: 480px; }
  .story-origin-media { min-height: 390px; }
  .product-panel { min-height: 560px; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-card { min-height: 460px; }
  .proof-card-angele { grid-template-columns: 1fr; }
  .proof-card-angele img { min-height: 460px; }
  .proof-card blockquote { inset: auto 16px 16px; }
  .proof-card-text { min-height: 280px; }
  .proof-card-photo-grid { min-height: 280px; }
  .review-photo-grid, .supporting-reviews { grid-template-columns: 1fr; }
  .review-photo-grid { min-height: 0; }
  .review-photo-grid figure { min-height: 390px; }
  .supporting-review-card { min-height: 0; }
  .supporting-review-photos figure { min-height: 210px; }
  .supporting-review-card-wide { grid-template-columns: 1fr; }
  .supporting-review-card-wide .supporting-review-single-photo { min-height: 360px; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-item, .trust-item:nth-child(2) { border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-item:last-child { border-bottom: 0; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-links { display: grid; grid-template-columns: repeat(2, auto); }
  .gallery-thumbs { grid-auto-columns: minmax(96px, 31%); }
  .gallery-arrow { width: 44px; height: 52px; }
  .inline-form { grid-template-columns: 1fr; }
  .feature-media, .story-band-media { min-height: 330px; }
  .setup-video-media { min-height: 340px; }
  .support-grid { grid-template-columns: 1fr; }
  .spec-table th, .spec-table td { display: block; width: 100%; padding: 10px 0; }
  .spec-table th { padding-top: 20px; border-bottom: 0; }
  .mobile-cta .button { width: auto; min-height: 48px; padding-inline: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
