/* GritPro cinematic site. Values come from tokens.css; motion start states live under html.has-motion only,
   so the page is complete without JavaScript and under prefers-reduced-motion. */

/* ---------- base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scrollbar-gutter: stable; background: var(--bg); color: var(--text); -webkit-text-size-adjust: 100%; }
body { margin: 0; font-family: var(--font-body); font-size: var(--fs-body); line-height: var(--lh-body); background: var(--bg); color: var(--text); overflow-x: clip; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; height: auto; }
h1, h2, h3, p, ul, ol, dl, dd, figure, blockquote { margin: 0; }
ul, ol { padding: 0; list-style: none; }
button { font: inherit; color: inherit; }
a { color: inherit; }
::selection { background: var(--lime); color: var(--ink); }
:focus-visible { outline: 2px solid var(--lime); outline-offset: 3px; }
.sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.sr { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.skip { position: fixed; top: 8px; left: 8px; z-index: 200; padding: 10px 14px; border-radius: var(--r-btn); background: var(--lime); color: var(--ink); font-weight: 700; text-decoration: none; transform: translateY(-160%); transition: transform var(--dur-fast) var(--ease-out); }
.skip:focus { transform: none; }
.wrap { width: min(100% - 2 * var(--gutter), var(--wrap)); margin-inline: auto; }

/* Lenis base rules (from lenis@1.3.26/dist/lenis.css) */
html.lenis, html.lenis body { height: auto; }
.lenis:not(.lenis-autoToggle).lenis-stopped { overflow: clip; }
.lenis [data-lenis-prevent], .lenis [data-lenis-prevent-horizontal] { overscroll-behavior: contain; }
.lenis.lenis-smooth iframe { pointer-events: none; }

/* ---------- type ---------- */
.display { font-family: var(--font-display); font-stretch: var(--display-stretch); font-weight: 900; text-transform: uppercase; line-height: var(--lh-display); letter-spacing: -.005em; }
.h2 { font-size: var(--fs-h2); }
h1, h2, h3 { text-wrap: balance; }
p, li, blockquote { text-wrap: pretty; }
.h2 .is-lime { display: block; }
.is-lime { color: var(--lime); }
.eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 20px; font-family: var(--font-mono); font-size: var(--fs-eyebrow); letter-spacing: var(--track-eyebrow); text-transform: uppercase; color: var(--muted); }
.eyebrow::before { content: ""; width: 24px; height: 1px; background: currentColor; }
.lead { font-size: var(--fs-lead); color: var(--muted); max-width: 34em; }
.fine { font-family: var(--font-mono); font-size: 11.5px; letter-spacing: .06em; line-height: 1.6; color: var(--muted); }
.text-link { color: var(--text); text-decoration: underline; text-decoration-color: var(--lime); text-underline-offset: 3px; text-decoration-thickness: 1px; transition: color var(--dur-fast); }
.text-link:hover { color: var(--lime); }
.sec-head { max-width: 780px; margin-bottom: var(--sp-sm); container-type: inline-size; }
.sec-head__sub { margin-top: 22px; color: var(--muted); font-size: var(--fs-lead); max-width: 40em; }

/* ---------- buttons, chips, badges ---------- */
.btn-row { display: flex; flex-wrap: wrap; gap: 12px; }
.btn, a.btn:link, a.btn:visited { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 0 24px; border: 1px solid transparent; border-radius: var(--r-btn); font-family: var(--font-body); font-size: 15px; font-weight: 700; letter-spacing: .01em; text-decoration: none; white-space: nowrap; cursor: pointer; background: none; color: var(--text); transition: transform var(--dur-fast) var(--ease-out), box-shadow var(--dur-base) var(--ease-out), background-color var(--dur-fast), border-color var(--dur-fast), color var(--dur-fast); }
.btn svg { width: 18px; height: 18px; flex: none; transition: transform var(--dur-fast) var(--ease-out); }
.btn:hover svg { transform: translateX(4px); }
.btn:active { transform: translateY(0) scale(.98); }
.btn--lime, a.btn--lime:link, a.btn--lime:visited { background: var(--lime); color: var(--ink); }
.btn--lime:hover { transform: translateY(-2px); box-shadow: var(--glow-lime); }
.btn--ghost, a.btn--ghost:link, a.btn--ghost:visited { border-color: var(--line); color: var(--text); }
.btn--ghost:hover { border-color: var(--text); transform: translateY(-2px); }
.btn--outline, a.btn--outline:link, a.btn--outline:visited { border-color: rgba(166, 255, 0, .6); color: var(--lime); }
.btn--outline:hover { background: var(--lime-wash); border-color: var(--lime); transform: translateY(-2px); }
.btn--sm, a.btn--sm:link, a.btn--sm:visited { min-height: 44px; padding: 0 16px; font-size: 13.5px; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.chips li { padding: 7px 12px; border: 1px solid var(--line); border-radius: var(--r-pill); font-family: var(--font-mono); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }
.badge { display: inline-flex; align-items: center; padding: 4px 8px; border-radius: 3px; font-family: var(--font-mono); font-size: 10.5px; font-weight: 500; letter-spacing: .12em; line-height: 1.2; text-transform: uppercase; vertical-align: middle; }
.badge--live { background: var(--lime); color: var(--ink); }
.badge--pre { border: 1px solid rgba(166, 255, 0, .7); color: var(--lime); background: rgba(10, 11, 9, .7); }
.badge--best { background: var(--lime); color: var(--ink); margin-left: 6px; font-size: 9.5px; padding: 3px 6px; }

/* ---------- progress, preloader, cursor ---------- */
.progress { position: fixed; inset: 0 0 auto; height: 2px; z-index: 60; pointer-events: none; }
.progress span { display: block; height: 100%; background: var(--lime); box-shadow: 0 0 10px var(--lime-glow); transform: scaleX(0); transform-origin: 0 50%; }
.preloader { position: fixed; inset: 0; z-index: 100; display: none; align-items: center; justify-content: center; gap: 36px; background: var(--bg); pointer-events: none; }
.show-preloader .preloader { display: flex; animation: curtain var(--dur-slow) var(--ease-in-out) calc(var(--intro-total) - var(--dur-slow)) both; }
.preloader__mark { width: 96px; height: auto; animation: mark-in var(--dur-hero) var(--ease-out) both; }
.preloader__bar { width: 3px; height: 128px; border-radius: 2px; background: var(--lime); box-shadow: 0 0 18px var(--lime), 0 0 48px var(--lime-glow); transform-origin: 50% 50%; animation: bar-l calc(var(--intro-total) - var(--dur-fast)) var(--ease-out) var(--dur-fast) both; }
.preloader__bar--r { animation-name: bar-r; animation-delay: calc(var(--dur-fast) + var(--stagger)); }
.intro-skip .preloader { animation: curtain var(--dur-fast) var(--ease-in) 0s both; }
@keyframes curtain { to { transform: translateY(-100%); visibility: hidden; } }
@keyframes mark-in { from { clip-path: inset(0 100% 0 0); transform: scale(.94); } to { clip-path: inset(0 0 0 0); transform: none; } }
@keyframes ignite { from { transform: scaleY(0); opacity: 0; } to { transform: none; opacity: 1; } }
@keyframes bar-l { 0% { transform: scaleY(0); opacity: 0; } 35% { transform: scaleY(1); opacity: 1; } 100% { transform: translateX(calc(-1 * var(--move-lg))) scaleY(1.25); opacity: 1; } }
@keyframes bar-r { 0% { transform: scaleY(0); opacity: 0; } 35% { transform: scaleY(1); opacity: 1; } 100% { transform: translateX(var(--move-lg)) scaleY(1.25); opacity: 1; } }
.cursor { position: fixed; top: 0; left: 0; z-index: 90; width: 28px; height: 28px; margin: -14px 0 0 -14px; border: 1.5px solid var(--lime); border-radius: 50%; pointer-events: none; opacity: 0; transition: opacity var(--dur-fast), background-color var(--dur-fast); }
.cursor-on .cursor { opacity: 1; }
.cursor.is-hot { background: rgba(166, 255, 0, .12); }

/* ---------- nav ---------- */
.nav { position: fixed; inset: 0 0 auto; z-index: 50; height: var(--nav-h); }
.nav__bg { position: absolute; inset: 0; background: rgba(10, 11, 9, .74); border-bottom: 1px solid var(--line-soft); opacity: 0; transform: scaleY(1.1); transform-origin: 50% 0; transition: opacity var(--dur-base) var(--ease-out), transform var(--dur-base) var(--ease-out); }
.nav.is-scrolled .nav__bg { opacity: 1; transform: scaleY(.86); -webkit-backdrop-filter: blur(14px) saturate(140%); backdrop-filter: blur(14px) saturate(140%); }
.nav__row { position: relative; height: 100%; display: flex; align-items: center; gap: 28px; transition: transform var(--dur-base) var(--ease-out); }
.nav.is-scrolled .nav__row { transform: translateY(-5px); }
.nav__logo { display: block; margin-right: auto; }
.nav__cta, a.nav__cta:link, a.nav__cta:visited { gap: .3em; }
.nav__logo img { width: 132px; transform-origin: 0 50%; transition: transform var(--dur-base) var(--ease-out); }
.nav.is-scrolled .nav__logo img { transform: scale(.88); }
.nav__links { display: flex; gap: 28px; }
.nav__links a { position: relative; padding: 10px 0; font-size: 14px; color: var(--muted); text-decoration: none; transition: color var(--dur-fast); }
.nav__links a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 4px; height: 1.5px; background: var(--lime); transform: scaleX(0); transform-origin: 0 50%; transition: transform var(--dur-base) var(--ease-out); }
.nav__links a:hover, .nav__links a[aria-current] { color: var(--text); }
.nav__links a:hover::after, .nav__links a[aria-current]::after { transform: none; }
.nav__toggle { display: none; width: 44px; height: 44px; align-items: center; justify-content: center; border: 1px solid var(--line); border-radius: var(--r-btn); background: rgba(10, 11, 9, .5); cursor: pointer; }
.nav__toggle svg { width: 22px; height: 22px; }
.menu { position: fixed; inset: 0; z-index: 70; display: flex; flex-direction: column; background: var(--bg); padding-bottom: 28px; }
.menu[hidden] { display: none; }
.menu__head { display: flex; align-items: center; justify-content: space-between; height: var(--nav-h); }
.menu__head img { width: 120px; }
.menu__close { width: 44px; height: 44px; display: flex; align-items: center; justify-content: center; border: 1px solid var(--line); border-radius: var(--r-btn); background: none; cursor: pointer; }
.menu__close svg { width: 20px; height: 20px; }
.menu__links { display: flex; flex-direction: column; margin-top: 24px; }
.menu__links a { padding: 12px 0; border-bottom: 1px solid var(--line-soft); font-family: var(--font-display); font-stretch: var(--display-stretch); font-weight: 900; font-size: clamp(2.2rem, 11vw, 3.2rem); line-height: 1; text-transform: uppercase; text-decoration: none; }
.menu__links a:hover { color: var(--lime); }
.menu__foot { display: grid; gap: 10px; margin-top: auto; }
.has-motion .menu.is-open .menu__links a { animation: rise var(--dur-slow) var(--ease-out) both; }
.has-motion .menu.is-open .menu__links a:nth-child(2) { animation-delay: var(--stagger); }
.has-motion .menu.is-open .menu__links a:nth-child(3) { animation-delay: calc(2 * var(--stagger)); }
.has-motion .menu.is-open .menu__links a:nth-child(4) { animation-delay: calc(3 * var(--stagger)); }
.has-motion .menu.is-open .menu__links a:nth-child(5) { animation-delay: calc(4 * var(--stagger)); }

/* ---------- hero ---------- */
.hero { position: relative; isolation: isolate; min-height: 100svh; display: flex; flex-direction: column; justify-content: center; padding: calc(var(--nav-h) + 48px) 0 104px; overflow: hidden; }
.hero__stage { position: absolute; inset: 0; z-index: -1; background: radial-gradient(70% 55% at 62% 8%, rgba(166, 255, 0, .09), transparent 70%), linear-gradient(180deg, #0B0D09 0%, var(--bg) 70%); }
.hero__floor { position: absolute; left: -20%; right: -20%; bottom: -34%; height: 78%; transform: perspective(700px) rotateX(64deg); transform-origin: 50% 100%; background: radial-gradient(50% 60% at 50% 30%, rgba(166, 255, 0, .10), transparent 70%), repeating-linear-gradient(90deg, transparent 0 calc(25% - 1px), rgba(166, 255, 0, .10) calc(25% - 1px) 25%), linear-gradient(0deg, transparent calc(50% - 1px), rgba(166, 255, 0, .18) calc(50% - 1px) 50%, transparent 50%); border-top: 1px solid rgba(166, 255, 0, .22); -webkit-mask-image: linear-gradient(0deg, transparent, #000 45%); mask-image: linear-gradient(0deg, transparent, #000 45%); }
.lightbar { position: absolute; top: 12%; width: 4px; height: 34vh; border-radius: 3px; background: var(--lime); box-shadow: 0 0 14px var(--lime), 0 0 36px var(--lime-glow); opacity: .75; }
.lightbar--1 { left: max(8px, calc((100vw - var(--wrap)) / 2 - 64px)); }
.lightbar--2 { left: max(20px, calc((100vw - var(--wrap)) / 2 - 36px)); height: 26vh; top: 18%; opacity: .5; }
.lightbar--3 { right: max(20px, calc((100vw - var(--wrap)) / 2 - 36px)); height: 26vh; top: 18%; opacity: .5; }
.lightbar--4 { right: max(8px, calc((100vw - var(--wrap)) / 2 - 64px)); }
.grain { position: absolute; inset: 0; opacity: .035; background: url("../assets/img/grain-160.webp") 0 0 / 160px 160px; pointer-events: none; }
.hero__grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr); align-items: center; gap: 48px; }
.hero__copy { position: relative; z-index: 2; }
.hero__copy { container-type: inline-size; }
.hero__title { font-size: var(--fs-hero); margin-bottom: 30px; }
.line { display: block; width: max-content; overflow: hidden; padding-bottom: .05em; margin-bottom: -.05em; }
.hero__line { display: block; white-space: nowrap; }
.hero__copy .lead { margin-bottom: 34px; }
.hero__visual { position: relative; z-index: 1; margin: 0; }
.hero__halo { position: absolute; inset: -6% -6% -14%; border-radius: 50%; background: radial-gradient(closest-side, rgba(166, 255, 0, .12), rgba(166, 255, 0, .05) 55%, transparent); }
.hero__frame { position: relative; overflow: hidden; border-radius: var(--r-frame); border: 1px solid var(--line); box-shadow: 0 40px 60px -30px #000, 0 0 0 6px rgba(10, 11, 9, .6); }
.hero__img { width: 100%; }
.hero__tagwrap { position: absolute; left: -28px; bottom: 36px; z-index: 2; }
.hero__tag b { font-family: var(--font-display); font-stretch: var(--display-stretch); font-weight: 900; font-size: 16px; letter-spacing: 0; color: var(--lime); }
.hero__tag { display: flex; align-items: center; gap: 10px; padding: 12px 16px; border: 1px solid var(--line); border-radius: var(--r-btn); background: rgba(22, 24, 20, .96); font-family: var(--font-mono); font-size: 12px; letter-spacing: .1em; text-transform: uppercase; box-shadow: var(--shadow-card); }
.dot { width: 8px; height: 8px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 10px var(--lime); }
.hero__scroll { position: absolute; left: 50%; bottom: 28px; width: 26px; height: 42px; margin-left: -13px; border: 1px solid var(--line); border-radius: 14px; }
.hero__scroll span { position: absolute; left: 50%; top: 8px; width: 2px; height: 8px; margin-left: -1px; border-radius: 1px; background: var(--lime); }
[data-i="0"] { --i: 0; } [data-i="1"] { --i: 1; } [data-i="2"] { --i: 2; } [data-i="3"] { --i: 3; } [data-i="4"] { --i: 4; } [data-i="5"] { --i: 5; }
.has-motion .hero { --intro-delay: .12s; }
.has-motion.show-preloader .hero { --intro-delay: calc(var(--intro-total) - var(--dur-slow) + var(--dur-fast)); }
.has-motion .hero__line { animation: mask-up var(--dur-hero) var(--ease-out) both; animation-delay: calc(var(--intro-delay) + var(--i) * var(--stagger)); }
.has-motion .hero__in { animation: rise var(--dur-slow) var(--ease-out) both; animation-delay: calc(var(--intro-delay) + var(--i) * var(--stagger) + var(--dur-fast)); }
.has-motion .hero__img { animation: push var(--dur-hero) var(--ease-out) var(--intro-delay) both; }
.has-motion .hero__tag { animation: rise var(--dur-slow) var(--ease-out) calc(var(--intro-delay) + var(--dur-slow)) both; }
.has-motion .lightbar { animation: ignite var(--dur-slow) var(--ease-out) var(--intro-delay) both, pulse var(--dur-ambient) var(--ease-in-out) calc(var(--intro-delay) + var(--dur-slow)) infinite alternate; }
.has-motion .lightbar--2, .has-motion .lightbar--3 { animation-delay: calc(var(--intro-delay) + 2 * var(--stagger)), calc(var(--intro-delay) + var(--dur-slow) + 1.2s); }
.hero.is-offscreen .lightbar { animation-play-state: paused; }
@keyframes mask-up { from { transform: translateY(105%); } }
@keyframes rise { from { opacity: 0; transform: translateY(var(--move-md)); } }
@keyframes push { from { transform: scale(1.06); } }
@keyframes pulse { from { opacity: .45; } to { opacity: .95; } }

/* ---------- marquee ---------- */
.marquee { position: relative; overflow: hidden; padding: 20px 0; border-block: 1px solid var(--line); background: var(--surface); -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.marquee--alt { background: transparent; }
.marquee__track { display: flex; width: max-content; }
.marquee__run { display: flex; align-items: center; gap: 28px; padding-right: 28px; font-family: var(--font-display); font-stretch: var(--display-stretch); font-weight: 900; font-size: clamp(1.4rem, 1rem + 1.6vw, 2.5rem); line-height: 1; text-transform: uppercase; white-space: nowrap; }
.marquee__run i { width: 9px; height: 9px; border-radius: 50%; background: var(--muted); }
.marquee--alt .marquee__run { color: transparent; -webkit-text-stroke: 1px var(--muted); }
.has-motion:not(.motion-ready) .marquee__track { animation: marquee 60s linear infinite; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ---------- pinned showcase ---------- */
.showcase { position: relative; background: var(--bg); }
.showcase__pin { padding-block: var(--sp-lg); }
.showcase__head { margin-bottom: 40px; }
.showcase__title { font-size: var(--fs-h3); }
.showcase__title .is-lime { white-space: nowrap; }
.showcase__rail { display: none; }
.showcase__list { display: grid; gap: 0; }
.sc { position: relative; display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); align-items: center; gap: clamp(28px, 4vw, 56px); padding-block: 40px; border-top: 1px solid var(--line-soft); }
/* Until the showcase is pinned, off-screen items are not rendered, so their lazy images stay out of the first load. */
/* Only while the motion layer is expected (it re-anchors the page when it arrives); height only: a width here would size grid items to 640px. */
.has-motion:not(.motion-ready) .sc { content-visibility: auto; contain-intrinsic-block-size: auto 640px; }
/* While the place keeper restores the reader after a rebuild, the browser must not shift the page on its own. */
.keeping-place, .keeping-place body { overflow-anchor: none; }
.has-motion.sc-on .sc { content-visibility: visible; }   /* pinned: measured and shown in full */
.sc__fig { position: relative; z-index: 1; order: 2; width: 100%; max-width: 560px; justify-self: start; overflow: hidden; border-radius: var(--r-frame); border: 1px solid var(--line); box-shadow: 0 40px 80px -40px #000; }
.sc__fig img { width: 100%; transform-origin: 50% 60%; }
.sc__meta { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-bottom: 18px; font-family: var(--font-mono); font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }
.sc__num { color: var(--text); }
.sc__copy { container-type: inline-size; }
.sc__name { font-size: var(--fs-h3); max-width: 11ch; }
.sc__tag { margin-top: 18px; font-size: var(--fs-lead); color: var(--muted); }
.sc__price { margin: 22px 0 26px; color: var(--muted); font-size: 15px; }
.sc__price b { font-family: var(--font-display); font-stretch: var(--display-stretch); font-weight: 900; font-size: 2.4rem; color: var(--lime); margin: 0 4px; vertical-align: -3px; }
.sc__price small { display: block; margin-top: 4px; font-family: var(--font-mono); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.sc--pre .sc__fig img { filter: brightness(.85) saturate(.8); }
/* enhanced: pinned stage, one product at a time (motion.js adds .sc-on) */
.sc-on .showcase__pin { height: 100svh; display: flex; flex-direction: column; padding: calc(var(--nav-h) + 20px) 0 28px; }
.sc-on .showcase__head { margin-bottom: 20px; }
.sc-on .showcase__stage { position: relative; flex: 1; min-height: 0; display: grid; grid-template-columns: 64px minmax(0, 1fr); }
.sc-on .showcase__rail { display: flex; flex-direction: column; align-items: flex-start; gap: 18px; padding-top: 8px; }
.showcase__count { font-family: var(--font-mono); font-size: 12px; letter-spacing: .12em; color: var(--muted); }
.showcase__count b { display: block; font-family: var(--font-display); font-stretch: var(--display-stretch); font-weight: 900; font-size: min(2.6rem, 44px); line-height: 1; color: var(--text); }   /* fits the 64px rail at any text size */
.showcase__ticks { display: grid; gap: 6px; }
.showcase__ticks i { display: block; width: 3px; height: 22px; border-radius: 2px; background: var(--line); transform-origin: 50% 0; transition: background-color var(--dur-base) var(--ease-out), transform var(--dur-base) var(--ease-out); }
.showcase__ticks i.is-past { background: var(--muted); }
.showcase__ticks i.is-now { background: var(--lime); transform: scaleY(1.6); }
.sc-on .showcase__list { position: relative; min-height: 0; }
.sc-on .sc { position: absolute; inset: 0; padding: 0; border: 0; visibility: hidden; }
.sc-on .sc.is-active { visibility: visible; z-index: 1; }
.sc-on .sc.is-current { z-index: 2; } /* the incoming product always wipes in on top, in both scroll directions */
.sc-on .sc__fig { width: min(100%, 62svh, var(--sc-fig, 100vw)); }   /* --sc-fig: the room the copy leaves (motion.js) */
.sc-on .sc__copy { position: relative; z-index: 1; }

/* ---------- categories rail ---------- */
.cats { position: relative; padding-block: var(--sp-lg); background: var(--bg-2); overflow: hidden; }
.cats__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 40px; }
.cats__hint { display: flex; align-items: center; gap: 10px; font-family: var(--font-mono); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }
.cats__hint svg { width: 18px; height: 18px; color: var(--lime); }
.cats__hint-desk { display: none; }
.cats__viewport { overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; overscroll-behavior-x: contain; }
.cats__viewport::-webkit-scrollbar { display: none; }
.cats__track { display: flex; gap: 20px; width: max-content; padding-inline: max(var(--gutter), (100vw - var(--wrap)) / 2); }
.cat { flex: 0 0 clamp(270px, 76vw, 420px); scroll-snap-align: center; }
.cat__link { position: relative; display: block; aspect-ratio: 4 / 5; overflow: hidden; border-radius: var(--r-card); border: 1px solid var(--line); background: var(--surface); text-decoration: none; transition: border-color var(--dur-base), box-shadow var(--dur-base) var(--ease-out); }
.cat__link img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform var(--dur-slow) var(--ease-out); }
.cat__link::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 38%, rgba(10, 11, 9, .92) 88%); }
.cat__body { position: absolute; inset: auto 0 0; z-index: 1; display: grid; gap: 8px; padding: 26px; }
.cat__n { font-family: var(--font-mono); font-size: 12px; letter-spacing: .14em; color: var(--muted); }
.cat__body { container-type: inline-size; }
.cat__name { font-size: min(clamp(2.2rem, 1.6rem + 1.6vw, 3.2rem), 12vw); }
.cat__items { color: var(--muted); font-size: 14px; }
.cat__go { display: flex; align-items: center; gap: 8px; margin-top: 6px; font-weight: 700; font-size: 14px; }
.cat__go svg { width: 18px; height: 18px; color: var(--lime); transition: transform var(--dur-fast) var(--ease-out); }
.cat__link:hover { border-color: rgba(166, 255, 0, .7); box-shadow: 0 0 0 1px rgba(166, 255, 0, .4), 0 30px 60px -30px #000; }
.cat__link:hover img { transform: scale(1.04); }
.cat__link:hover .cat__go svg { transform: translateX(4px); }
.cats-on .cats { padding: 0; }
.cats-on .cats__pin { height: 100svh; display: flex; flex-direction: column; justify-content: center; padding-top: var(--nav-h); }
.cats-on .cats__viewport { overflow: visible; scroll-snap-type: none; }
.cats-on .cats__hint-desk { display: inline; }
.cats-on .cats__hint-mob { display: none; }
.cats-on .cat { flex-basis: clamp(300px, 29vw, 400px); }
/* Desktop with the motion layer expected: lay the rail out like its pinned state from the first paint, so the
   only thing that changes when the layer arrives is how it scrolls (native swipe -> scroll-driven). */
@media (min-width: 961px) {
  .has-motion .cats { padding: 0; }
  .has-motion .cats__pin { height: 100svh; display: flex; flex-direction: column; justify-content: center; padding-top: var(--nav-h); }
  .has-motion .cat { flex-basis: clamp(300px, 29vw, 400px); }
  .has-motion .cats__hint-desk { display: inline; }
  .has-motion .cats__hint-mob { display: none; }
}

/* ---------- featured: paddle cleaner ---------- */
.feat { padding-block: var(--sp-xl) var(--sp-lg); background: radial-gradient(60% 50% at 20% 30%, rgba(166, 255, 0, .05), transparent 70%), var(--bg); }
.feat__grid { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 6fr); gap: clamp(40px, 7vw, 104px); align-items: start; }
.feat__visual { position: sticky; top: calc(var(--nav-h) + 28px); }
.ba { position: relative; aspect-ratio: 5 / 8; width: min(100%, (100svh - var(--nav-h) - 150px) * .625); margin-inline: auto; overflow: hidden; border-radius: var(--r-frame); border: 1px solid var(--line); background: var(--surface); touch-action: pan-y; cursor: ew-resize; user-select: none; --pos: 50%; }
.ba__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 12%; pointer-events: none; }
.ba__before { position: absolute; inset: 0; clip-path: inset(0 calc(100% - var(--pos)) 0 0); }
.ba__label { position: absolute; top: 16px; z-index: 2; padding: 6px 10px; border-radius: 3px; font-family: var(--font-mono); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; background: rgba(10, 11, 9, .8); border: 1px solid var(--line); }
.ba__label--l { left: 16px; }
.ba__label--r { right: 16px; }
.ba__range { position: absolute; inset: 0; width: 100%; height: 100%; margin: 0; opacity: 0; pointer-events: none; }
.ba__handle { position: absolute; inset: 0; z-index: 3; pointer-events: none; transform: translateX(calc(var(--pos) - 50%)); }
.ba__handle::before { content: ""; position: absolute; left: 50%; top: 0; bottom: 0; width: 2px; margin-left: -1px; background: var(--lime); box-shadow: 0 0 14px var(--lime-glow); }
.ba__handle span { position: absolute; left: 50%; top: 50%; width: 48px; height: 48px; margin: -24px 0 0 -24px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 6px rgba(166, 255, 0, .2), 0 10px 30px rgba(0, 0, 0, .6); }
.ba__handle span::before, .ba__handle span::after { content: ""; position: absolute; top: 50%; width: 8px; height: 8px; margin-top: -4px; border: solid var(--ink); border-width: 0 0 2px 2px; }
.ba__handle span::before { left: 12px; transform: rotate(45deg); }
.ba__handle span::after { right: 12px; transform: rotate(-135deg); }
.ba__range:focus-visible + .ba__handle span { outline: 2px solid var(--text); outline-offset: 4px; }
.ba__note { margin: 16px auto 0; font-family: var(--font-mono); font-size: 11px; letter-spacing: .06em; line-height: 1.6; color: var(--muted); max-width: 44ch; }
.feat__bottle { position: absolute; right: -44px; bottom: 64px; z-index: 4; width: 34%; pointer-events: none; border-radius: var(--r-card); border: 1px solid var(--line); box-shadow: 0 30px 60px -20px #000; }
.feat__copy { container-type: inline-size; }
.feat__copy .lead { margin: 26px 0 28px; }
.ticks { display: grid; gap: 11px; margin-bottom: 30px; }
.ticks li { position: relative; padding-left: 32px; line-height: 1.5; }
.ticks li::before { content: ""; position: absolute; left: 0; top: 1px; width: 20px; height: 20px; border-radius: 50%; border: 1px solid var(--line); background: var(--surface-2) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 12.5l4.5 4.5L19 7.5' fill='none' stroke='%23F0F3EC' stroke-width='2.6'/%3E%3C/svg%3E") center / 12px no-repeat; }
.tiers { border: 1px solid var(--line); border-radius: var(--r-card); overflow: hidden; background: var(--surface); }
.tier { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 15px 18px; border-top: 1px solid var(--line); transition: background-color var(--dur-fast); }
.tier:first-child { border-top: 0; }
.tier:hover { background: rgba(255, 255, 255, .02); }
.tier b { font-size: 15px; }
.tier small { display: block; margin-top: 2px; font-size: 12.5px; color: var(--muted); }
.tier__p { font-family: var(--font-display); font-stretch: var(--display-stretch); font-weight: 900; font-size: 1.9rem; line-height: 1; color: var(--lime); white-space: nowrap; }
.tier--best { background: var(--lime-wash); box-shadow: inset 3px 0 0 var(--lime); }
.feat .fine { margin: 14px 0 28px; }
.how { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 36px; counter-reset: step; }
.how li { counter-increment: step; padding: 18px; border: 1px solid var(--line); border-radius: var(--r-card); background: var(--surface); color: var(--muted); font-size: 14.5px; line-height: 1.5; }
.how li::before { content: "0" counter(step); display: block; margin-bottom: 10px; font-family: var(--font-display); font-stretch: var(--display-stretch); font-weight: 900; font-size: 1.8rem; line-height: 1; color: var(--text); }
.how b { color: var(--text); }

/* ---------- lineup ---------- */
.lineup { padding-block: var(--sp-lg); background: var(--bg-2); border-top: 1px solid var(--line-soft); }
.filters { display: flex; flex-wrap: wrap; gap: 10px; }
.chip { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; padding: 0 16px; border: 1px solid var(--line); border-radius: var(--r-pill); background: none; color: var(--muted); font-size: 14px; font-weight: 700; cursor: pointer; transition: color var(--dur-fast), border-color var(--dur-fast), background-color var(--dur-fast); }
.chip span { font-family: var(--font-mono); font-size: 11px; font-weight: 500; opacity: .8; }
.chip:hover { color: var(--text); border-color: var(--muted); }
.chip.is-on { color: var(--lime); border-color: var(--lime); background: var(--lime-wash); }
.grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; margin-top: 32px; }
.card { position: relative; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: var(--r-card); background: var(--surface); box-shadow: var(--shadow-card); transform-style: preserve-3d; transition: border-color var(--dur-base), box-shadow var(--dur-base) var(--ease-out); }
.card[hidden] { display: none; }
.card__media { position: relative; overflow: hidden; border-radius: calc(var(--r-card) - 1px) calc(var(--r-card) - 1px) 0 0; aspect-ratio: 1; }
.card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform var(--dur-slow) var(--ease-out); }
.card__media .badge { position: absolute; top: 12px; left: 12px; }
.card__body { flex: 1; display: flex; flex-direction: column; padding: 18px 18px 0; }
.card__cat { font-family: var(--font-mono); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }
.card__name { margin-top: 8px; font-size: 16.5px; line-height: 1.3; }
.card__price { margin-top: auto; padding-top: 10px; color: var(--muted); font-size: 13px; }
.card__body { container-type: inline-size; }
.card__price b { font-family: var(--font-display); font-stretch: var(--display-stretch); font-weight: 900; font-size: 1.6rem; color: var(--lime); margin-right: 4px; vertical-align: -2px; }
.card { container: card / inline-size; }
.card__actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; padding: 18px; }
/* Details + Pre-order side by side need a 210px card box; a narrower card stacks them (phones, 961-1024). */
@container card (width < 210px) { .card__actions { grid-template-columns: minmax(0, 1fr); } }
.card:hover { border-color: rgba(166, 255, 0, .6); box-shadow: var(--shadow-lift); }
.card:hover .card__media img { transform: scale(1.04); }
.card--pre { background: linear-gradient(180deg, var(--surface), var(--bg-2)); }
.card--pre .card__media::after { content: "Pre-order \00B7  coming soon"; position: absolute; inset: auto 0 0; padding: 9px 12px; background: rgba(10, 11, 9, .86); border-top: 1px solid var(--line); font-family: var(--font-mono); font-size: 10.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); pointer-events: none; }
.card--pre .card__media .badge { display: none; }
.card--pre .card__media img { filter: brightness(.78) saturate(.7); }
.card--pre:hover { border-color: rgba(160, 168, 150, .7); }

/* ---------- product overlay ---------- */
.pd { position: fixed; inset: 0; width: 100%; height: 100%; max-width: none; max-height: none; margin: 0; padding: 20px; border: 0; background: transparent; color: var(--text); overflow: hidden; }
.pd::before { content: ""; position: fixed; inset: 0; background: rgba(6, 7, 6, .8); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); opacity: 0; transition: opacity var(--dur-fast) var(--ease-in); }
.pd[open] { display: flex; align-items: center; justify-content: center; }
.pd.is-open::before { opacity: 1; transition-timing-function: var(--ease-out); }
.pd::backdrop { background: transparent; }
.pd__panel { position: relative; display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); width: min(1080px, 100%); height: min(86svh, 760px); overflow: hidden; border: 1px solid var(--line); border-radius: var(--r-frame); background: var(--surface); box-shadow: 0 60px 120px -40px #000; }
.pd__media { position: relative; background: linear-gradient(180deg, var(--bg), var(--surface)); }
.pd__img { display: block; width: 100%; height: auto; aspect-ratio: 1; object-fit: cover; }
.pd__flyer { position: fixed; z-index: 5; margin: 0; object-fit: cover; transform-origin: 0 0; border-radius: var(--r-card); pointer-events: none; }
.pd__body { display: flex; flex-direction: column; height: 100%; min-height: 0; }
.pd__scroll { flex: 1; min-height: 0; overflow-y: auto; overscroll-behavior: contain; padding: 28px 36px 20px; }
.pd__foot { padding: 14px 36px 16px; border-top: 1px solid var(--line); background: var(--surface); }
.pd__close { position: absolute; top: 14px; right: 14px; z-index: 3; width: 44px; height: 44px; display: flex; align-items: center; justify-content: center; border: 1px solid var(--line); border-radius: 50%; background: rgba(10, 11, 9, .85); cursor: pointer; transition: border-color var(--dur-fast), transform var(--dur-fast) var(--ease-out); }
.pd__close:hover { border-color: var(--lime); transform: rotate(90deg); }
.pd__close svg { width: 18px; height: 18px; }
.pd__meta { display: flex; align-items: center; gap: 10px; font-family: var(--font-mono); font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }
.pd__name { margin-top: 12px; font-size: clamp(2rem, 1.5rem + 1.4vw, 2.5rem); padding-right: 40px; }
.pd__tag { margin: 8px 0 10px; font-weight: 700; font-size: 16px; }
.pd__scroll > p:not([class]) { color: var(--muted); font-size: 15px; line-height: 1.55; }
.pd .tier { padding-block: 11px; }
.pd__h { margin: 18px 0 10px; font-family: var(--font-mono); font-size: 11.5px; font-weight: 500; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); }
.pd .ticks { margin-bottom: 0; }
.specs { display: grid; border-top: 1px solid var(--line); }
.specs li { display: grid; grid-template-columns: 130px 1fr; gap: 16px; padding: 10px 0; border-bottom: 1px solid var(--line); font-size: 14.5px; }
.specs span { font-family: var(--font-mono); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); padding-top: 2px; }

.pd__cta { width: 100%; }
.pd .fine { margin-top: 12px; }
.pd-open { overflow: hidden; }

/* ---------- why ---------- */
.why { padding-block: var(--sp-xl) var(--sp-lg); background: var(--bg); }
.why__grid { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(40px, 6vw, 96px); align-items: start; }
.why__intro, .faq__intro { container-type: inline-size; }
.why__intro .h2, .faq__intro .h2 { font-size: var(--fs-h2-narrow); }
.why__intro { position: sticky; top: calc(var(--nav-h) + 40px); }
.pillars { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.pillar { position: relative; min-height: 290px; display: flex; flex-direction: column; padding: 28px; border: 1px solid var(--line); border-radius: var(--r-card); background: linear-gradient(160deg, var(--surface-2), var(--surface) 60%); overflow: hidden; transition: border-color var(--dur-base), transform var(--dur-base) var(--ease-out); }
.pillar:nth-child(even) { margin-top: var(--move-lg); margin-bottom: calc(-1 * var(--move-lg)); }
.pillar:hover { border-color: rgba(166, 255, 0, .5); }
.pillar { container-type: inline-size; }
.pillar__n { font-family: var(--font-display); font-stretch: var(--display-stretch); font-weight: 900; font-size: 5rem; line-height: .8; color: transparent; -webkit-text-stroke: 1px rgba(160, 168, 150, .45); }
.pillar__i { position: absolute; top: 28px; right: 28px; width: 28px; height: 28px; color: var(--muted); }
.pillar__t { margin-top: auto; padding-top: 28px; font-size: var(--fs-h4); line-height: 1.2; }
.pillar p { margin-top: 10px; color: var(--muted); font-size: 15px; }

/* ---------- reviews ---------- */
.reviews { padding-block: var(--sp-lg); background: var(--bg-2); }
.tabs { display: flex; gap: 28px; border-bottom: 1px solid var(--line); overflow-x: auto; scrollbar-width: none; }
.tab { position: relative; flex: none; display: inline-flex; align-items: center; gap: 8px; padding: 14px 2px 16px; border: 0; background: none; color: var(--muted); font-size: 15.5px; font-weight: 700; cursor: pointer; transition: color var(--dur-fast); }
.tab span { font-family: var(--font-mono); font-size: 11px; font-weight: 500; }
.tab::after { content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 2px; background: var(--lime); transform: scaleX(0); transform-origin: 0 50%; transition: transform var(--dur-base) var(--ease-out); }
.tab:hover { color: var(--text); }
.tab:focus-visible { outline-offset: -3px; }
.tab[aria-selected="true"] { color: var(--text); }
.tab[aria-selected="true"]::after { transform: none; }
.pane { padding-top: 36px; }
.pane:focus-visible { outline-offset: 8px; }
.has-motion .pane.is-entering { animation: rise-sm var(--dur-fast) var(--ease-out) both; }
@keyframes rise-sm { from { opacity: 0; transform: translateY(var(--move-sm)); } }
.score { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 18px; margin-bottom: 32px; }
.score__n { font-size: 4.5rem; }
.stars { display: inline-flex; gap: 3px; color: var(--lime); }
.stars svg { width: 22px; height: 22px; }
.stars--sm { color: var(--muted); }
.stars--sm svg { width: 14px; height: 14px; }
.score__t { color: var(--muted); max-width: 26ch; font-size: 14.5px; line-height: 1.45; }
.rv-grid { columns: 3 300px; column-gap: 20px; }
.rv { break-inside: avoid; margin-bottom: 20px; padding: 26px; border: 1px solid var(--line); border-radius: var(--r-card); background: var(--surface); transition: border-color var(--dur-base); }
.rv:hover { border-color: rgba(166, 255, 0, .4); }
.rv__head { display: flex; align-items: center; gap: 14px; }
.rv__av { width: 46px; height: 46px; flex: none; display: flex; align-items: center; justify-content: center; border-radius: 50%; border: 1px solid var(--line); background: var(--surface-2); font-family: var(--font-mono); font-size: 13px; }
.rv__name { font-weight: 700; }
.rv__role { color: var(--muted); font-size: 13.5px; }
.rv__meta { display: flex; align-items: center; gap: 12px; margin-top: 16px; }
.rv__label { font-family: var(--font-mono); font-size: 10.5px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }
.rv blockquote { margin-top: 14px; font-size: 16px; line-height: 1.6; }
.empty { display: grid; grid-template-columns: 240px minmax(0, 1fr); gap: 36px; align-items: center; padding: 28px; border: 1px solid var(--line); border-radius: var(--r-card); background: var(--surface); }
.empty img { border-radius: 12px; }
.empty__t { font-size: var(--fs-h4); line-height: 1.25; margin-bottom: 10px; }
.empty__body > p:not(.eyebrow) { color: var(--muted); margin-bottom: 22px; max-width: 46ch; }

/* ---------- story ---------- */
.story { padding-block: var(--sp-xl) var(--sp-lg); background: var(--bg); }
.story__grid { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 6fr); gap: clamp(40px, 7vw, 104px); align-items: center; }
.story__frame { overflow: hidden; border-radius: var(--r-frame); border: 1px solid var(--line); aspect-ratio: 4 / 5; }
.story__frame img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.06); }
.story__fig figcaption { margin-top: 14px; font-family: var(--font-mono); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }
.story__copy { container-type: inline-size; }
.story__copy .h2 { margin-bottom: 30px; }
.story__copy > p:not(.eyebrow) { margin-bottom: 16px; color: var(--muted); font-size: 16.5px; max-width: 38em; }
.story__copy b { color: var(--text); }
.stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-top: 30px; }
.stats div { display: flex; flex-direction: column-reverse; gap: 8px; padding: 18px; border: 1px solid var(--line); border-radius: var(--r-card); background: var(--surface); }
.stats div { container-type: inline-size; }
.stats dd { font-family: var(--font-display); font-stretch: var(--display-stretch); font-weight: 900; font-size: 2.6rem; line-height: 1; }
.stats dt { font-family: var(--font-mono); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }

/* ---------- visit ---------- */
.visit { padding-block: var(--sp-lg); background: var(--bg-2); border-top: 1px solid var(--line-soft); }
.socials { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.social { height: 100%; min-height: 176px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; padding: 20px; border: 1px solid var(--line); border-radius: var(--r-card); background: var(--surface); text-align: center; text-decoration: none; transition: border-color var(--dur-base), transform var(--dur-base) var(--ease-out); }
.social svg { width: 32px; height: 32px; color: var(--text); transition: color var(--dur-fast); }
.social { container-type: inline-size; }
.social b { font-family: var(--font-display); font-stretch: var(--display-stretch); font-weight: 900; font-size: min(1.4rem, 7.5vw); text-transform: uppercase; }
.social small { font-family: var(--font-mono); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }
a.social:hover { transform: translateY(-4px); border-color: rgba(166, 255, 0, .7); }
a.social:hover svg { color: var(--lime); }
.social--soon { border-style: dashed; background: transparent; color: var(--muted); }
.social--soon svg { color: var(--muted); opacity: .6; }
.social--soon small { color: var(--lime); }
.msg-band { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 18px 24px; margin-top: 16px; padding: 26px 30px; border: 1px solid var(--line); border-radius: var(--r-card); background: linear-gradient(90deg, var(--surface-2), var(--surface)); }
.msg-band__t { font-weight: 700; font-size: 1.3rem; }
.msg-band p:not(.msg-band__t) { color: var(--muted); font-size: 15px; margin-top: 4px; }

/* ---------- faq ---------- */
.faq { padding-block: var(--sp-xl) var(--sp-lg); background: var(--bg); }
.faq__grid { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(40px, 6vw, 96px); align-items: start; }
.faq__intro { position: sticky; top: calc(var(--nav-h) + 40px); }
.faq__intro .h2 { margin-bottom: 24px; }
.faq__intro > p:last-child { color: var(--muted); }
.faq__list { border-top: 1px solid var(--line); }
.qa { border-bottom: 1px solid var(--line); }
.qa summary { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 44px; padding: 22px 0; font-size: 18px; font-weight: 700; line-height: 1.35; cursor: pointer; list-style: none; transition: color var(--dur-fast); }
.qa summary::-webkit-details-marker { display: none; }
.qa summary svg { width: 20px; height: 20px; flex: none; color: var(--muted); transition: transform var(--dur-base) var(--ease-out), color var(--dur-fast); }
.qa summary:hover { color: var(--lime); }
.qa[open] summary svg { transform: rotate(45deg); color: var(--lime); }
.qa__a { padding: 0 48px 24px 0; color: var(--muted); max-width: 62ch; }
.has-motion .qa[open] .qa__a { animation: rise-sm var(--dur-base) var(--ease-out) both; }

/* ---------- footer ---------- */
.foot { padding-top: var(--sp-lg); background: #070807; border-top: 1px solid var(--line); }
.foot__big { font-size: min(clamp(3.6rem, 1rem + 11vw, 12rem), 24vw); line-height: .86; color: transparent; -webkit-text-stroke: 1px rgba(160, 168, 150, .45); }
.foot__big .is-lime { color: var(--lime); -webkit-text-stroke: 0; }
/* The Support column never goes narrower than its longest link (the email), so no link wraps at mid widths. */
.foot__grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr minmax(max-content, 1fr); gap: 32px; margin-top: 64px; }
.foot__brand img { width: 132px; }
.foot__brand p { margin-top: 16px; color: var(--muted); font-size: 14.5px; max-width: 36ch; }
.foot__h { margin-bottom: 14px; font-family: var(--font-mono); font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); }
.foot ul { display: grid; gap: 4px; }
.foot li a { display: inline-flex; align-items: center; min-height: 36px; padding-block: 6px; font-size: 14.5px; text-decoration: none; overflow-wrap: anywhere; transition: color var(--dur-fast); }
@media (pointer: coarse) { .foot li a { min-height: 44px; } }
.foot li a:hover { color: var(--lime); }
.foot__dis { margin-top: 48px; max-width: 92ch; color: var(--muted); font-size: 12.5px; line-height: 1.6; }
.foot__bar { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; margin-top: 28px; padding: 22px 0 calc(22px + env(safe-area-inset-bottom)); border-top: 1px solid var(--line); font-family: var(--font-mono); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }
.foot__bar a { display: inline-flex; align-items: center; min-height: 44px; margin-block: -13px; text-decoration: none; }
.foot__bar a:hover { color: var(--lime); }

/* ---------- no JavaScript: hide controls that need it, show every review pane ---------- */
.no-js .nav__toggle, .no-js [data-open], .no-js .filters, .no-js .tabs, .no-js .ba__handle, .no-js .ba__note { display: none; }
.no-js .pane[hidden] { display: block; }
.no-js .card__actions { grid-template-columns: minmax(0, 1fr); }
.no-js .ba__before { clip-path: inset(0 50% 0 0); }

/* ---------- scroll reveal start state (motion.js reveals) ---------- */
.has-motion [data-reveal] { opacity: 0; } /* the 24px rise is set and cleared by motion.js, never left in CSS */
.has-motion.reveal-early [data-reveal] { opacity: 1; } /* scrolled before motion.js arrived: show everything now */

/* ---------- responsive ---------- */
@media (min-width: 961px) {
  .hero__title { font-size: min(var(--fs-hero), 9vw); }
}
@media (max-width: 1100px) {
  .nav__links { gap: 20px; }
  .pillar { min-height: 260px; }
}
@media (max-width: 960px) {
  .nav__links { display: none; }
  .nav__toggle { display: inline-flex; }
  .nav__row { gap: 12px; }
  .hero__grid, .feat__grid, .why__grid, .story__grid, .faq__grid { grid-template-columns: minmax(0, 1fr); }
  .grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .why__intro, .faq__intro { position: static; }
  .feat__visual { position: relative; top: auto; }
  .feat__visual { width: min(100%, 460px); margin-inline: auto; }
  .pillar:nth-child(even) { margin: 0; }
  .story__fig { width: min(100%, 520px); }
  .socials { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .foot__grid { grid-template-columns: 1fr 1fr; }
  .foot__brand { grid-column: 1 / -1; }
}
/* Stacked showcase (image above the copy): phones and portrait tablets. A landscape screen up to 960px keeps the
   side-by-side layout, so a short, wide stage is not a phone layout in a corner. */
@media (max-width: 699px), (max-width: 960px) and (orientation: portrait) {
  .sc { grid-template-columns: minmax(0, 1fr); padding-block: 32px; }
  .sc__fig { order: 0; max-width: 460px; }
  .sc-on .showcase__stage { grid-template-columns: minmax(0, 1fr); }
  .sc-on .showcase__rail { position: absolute; top: 0; right: 0; z-index: 2; align-items: flex-end; padding: 0; }
  .sc-on .showcase__ticks { display: none; }
  .showcase__count b { font-size: min(1.8rem, 30px); }
  .sc-on .sc { align-content: start; gap: 18px; }
  .sc-on .sc__fig { width: min(76vw, 46svh, var(--sc-fig, 100vw)); }
  .sc-on .sc__tag { margin-top: 10px; font-size: 15px; }
  .sc-on .sc__price { margin: 12px 0 16px; }
  .sc-on .sc__price b { font-size: 1.9rem; }
  .sc-on .sc__meta { margin-bottom: 10px; }
}
@media (max-width: 767px) {
  .hero { min-height: 0; padding: calc(var(--nav-h) + 16px) 0 64px; }
  .hero__visual { order: -1; }
  .hero__grid { gap: 26px; }
  .hero__tagwrap { left: 12px; right: auto; top: auto; bottom: 12px; }
  .hero__tag { padding: 8px 12px; font-size: 10.5px; }
  .hero__title { margin-bottom: 20px; }
  .hero__copy .lead { margin-bottom: 26px; }
  .hero .btn-row .btn { width: 100%; }
  .hero__scroll { display: none; }
  .lightbar { height: 22vh; top: 8%; }
  .lightbar--2, .lightbar--3 { display: none; }
  .showcase__pin { padding-block: var(--sp-md); }
  .sc-on .sc .btn { min-height: 46px; padding: 0 18px; }
  .cats__head { flex-direction: column; align-items: flex-start; }
  .feat__bottle { right: -6px; bottom: 56px; width: 30%; }
  .tier { padding: 13px 14px; }
  .tier__p { font-size: 1.6rem; }
  .how { grid-template-columns: minmax(0, 1fr); }
  .how li { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 14px; align-items: baseline; }
  .how li::before { margin: 0; font-size: 1.4rem; }
  .grid { gap: 12px; }
  .card--pre .card__media::after { display: none; }
  .card--pre .card__media .badge { display: inline-flex; }
  .card__price small { display: block; }
  .card__body { padding: 14px 12px 0; }
  .card__name { font-size: 14px; }
  .card__price b { font-size: 1.35rem; }
  .card__actions { grid-template-columns: minmax(0, 1fr); gap: 6px; padding: 12px; }
  .card__media .badge { top: 8px; left: 8px; font-size: 9.5px; }
  .pd { padding: 0; }
  .pd__panel { grid-template-columns: minmax(0, 1fr); width: 100%; height: 100%; max-height: none; border-radius: 0; border: 0; overflow-y: auto; overscroll-behavior: contain; }
  .pd__media { aspect-ratio: 1; }
  .pd__body { display: block; height: auto; }
  .pd__scroll { overflow: visible; padding: 28px 20px 24px; }
  .pd__close { position: fixed; top: calc(12px + env(safe-area-inset-top)); right: 12px; }
  .pd__foot { position: sticky; bottom: 0; z-index: 2; padding: 12px 20px calc(12px + env(safe-area-inset-bottom)); }
  .specs li { grid-template-columns: 104px 1fr; }
  .pillars { grid-template-columns: minmax(0, 1fr); }
  .pillar { min-height: 0; }
  .pillar__n { font-size: 3.6rem; }
  .rv-grid { columns: auto; display: flex; gap: 14px; overflow-x: auto; scroll-snap-type: x mandatory; margin-inline: calc(-1 * var(--gutter)); padding-inline: var(--gutter); scrollbar-width: none; }
  .rv-grid::-webkit-scrollbar { display: none; }
  .rv { flex: 0 0 84%; margin: 0; scroll-snap-align: center; }
  .empty { grid-template-columns: minmax(0, 1fr); gap: 20px; padding: 20px; }
  .empty img { width: 140px; }
  .stats dd { font-size: min(2rem, 11vw); }
  .stats div { padding: 14px 12px; }
  .msg-band { padding: 22px 20px; }
  .msg-band .btn { width: 100%; }
  .qa summary { font-size: 16.5px; }
  .tabs { gap: 20px; }
  .tab { font-size: 14.5px; }
  .foot__grid nav:last-child { grid-column: 1 / -1; }
  .eyebrow__more { display: none; }
  .qa__a { padding-right: 0; }
  .foot li a { min-height: 44px; }
}
/* Short screens (a phone inside Safari or the Facebook app, a small laptop): a tighter pinned showcase so the
   product image keeps its room. The tagline stays in the product overlay and the plain list. */
@media (max-height: 760px) {
  .sc-on .showcase__pin { padding-top: calc(var(--nav-h) + 10px); padding-bottom: 16px; }
  .sc-on .showcase__head { margin-bottom: 12px; }
  .sc-on .sc__tag { display: none; }
  .sc-on .sc__price { margin: 14px 0 18px; }
}
@media (max-height: 760px) and (max-width: 699px), (max-height: 760px) and (max-width: 960px) and (orientation: portrait) {
  .sc-on .sc { gap: 12px; }
  .sc-on .sc__meta { margin-bottom: 8px; }
  .sc-on .sc__price { margin: 8px 0 12px; }
}
@media (max-width: 380px) {
  /* Three columns are too narrow for the labels here: one row per stat, number then label. */
  .stats { grid-template-columns: minmax(0, 1fr); gap: 8px; }
  .stats div { flex-direction: row-reverse; justify-content: flex-end; align-items: baseline; gap: 14px; }
  .stats dd { min-width: 2.1em; }   /* one number column, so the labels line up */
}
@media (max-width: 420px) {
  .social { padding-inline: 12px; }
  .nav__cta-long { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
  .nav__logo img { width: 112px; }
  .card__actions .btn { padding: 0 10px; }
}
@media (hover: none) {
  .card:hover { border-color: var(--line); box-shadow: var(--shadow-card); }
  .card--pre:hover { border-color: var(--line); }
  .card:hover .card__media img { transform: none; }
}

/* ---------- reduced motion: complete, visible final state ---------- */
/* ---------- display text capped by its own box (container query units) ----------
   Text grows with the reader's text size (rem) but never outgrows its box. Each cap sits above the size at the
   normal text size, so it only acts on larger text. In a browser without container units these rules are skipped
   and the plain sizes above apply. */
@supports (width: 1cqi) {
  .hero__title { font-size: min(var(--fs-hero), 21.4cqi); }
  .sec-head .h2 { font-size: min(var(--fs-h2), 17cqi); }
  .feat__copy .h2 { font-size: min(var(--fs-h2), 19cqi); }
  .story__copy .h2 { font-size: min(var(--fs-h2), 16.5cqi); }
  .why__intro .h2, .faq__intro .h2 { font-size: min(var(--fs-h2-narrow), 17cqi); }
  .sc__name { font-size: min(var(--fs-h3), 16cqi); }
  .cat__name { font-size: min(clamp(2.2rem, 1.6rem + 1.6vw, 3.2rem), 19cqi); }
  .pillar__n { font-size: min(5rem, 70cqi); }
  .pillar__t { font-size: min(var(--fs-h4), 16cqi); }
  .stats dd { font-size: min(2.6rem, 48cqi); }
  .social b { font-size: min(1.4rem, 20cqi); }
  .card__price b { font-size: min(1.6rem, 26cqi); }
  @media (min-width: 961px) { .hero__title { font-size: min(var(--fs-hero), 9vw, 21.4cqi); } }
  @media (max-width: 767px) {
    .card__price b { font-size: min(1.35rem, 26cqi); }
    .stats dd { font-size: min(2rem, 48cqi); }
    .pillar__n { font-size: min(3.6rem, 70cqi); }
  }
  /* Every phone-size rule in the media blocks above has its capped twin here, or this block would override it. */
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
  .preloader { display: none !important; }
  [data-reveal] { opacity: 1 !important; transform: none !important; }
}
