/* TorchBear — global styles */
:root {
  --accent: /*EDITMODE-IGNORE*/#9EF21A;
  --bg: #0B0B0B;
  --bg-tint: #161616;
  --bg-elev: #1C1C1C;
  --ink: #F3F1EC;
  --ink-2: #C7C5BF;
  --ink-3: #8A8780;
  --line: rgba(243, 241, 236, 0.12);
  --line-strong: rgba(243, 241, 236, 0.6);
  --shadow-1: 0 2px 6px rgba(0, 0, 0, 0.4);
  --shadow-2: 0 12px 40px rgba(0, 0, 0, 0.6);
  --mono: 'JetBrains Mono', ui-monospace, 'SF Mono', monospace;
  --sans: 'Inter', -apple-system, system-ui, sans-serif;
  --display: 'Inter', -apple-system, system-ui, sans-serif;
  --promo-h: 36px;
  --header-h: 64px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; background: var(--bg); color: var(--ink); }
body {
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
  font-feature-settings: 'ss01' on, 'cv11' on;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }

.mono { font-family: var(--mono); letter-spacing: 0.02em; }
.upper { text-transform: uppercase; }
.thin-line { height: 1px; background: var(--line); }

/* Top promo bar */
.promo {
  position: fixed; top: 0; left: 0; right: 0;
  height: var(--promo-h);
  background: #000;
  color: #fff;
  display: flex; align-items: center; justify-content: center; gap: 12px;
  font-family: var(--mono); font-size: 12px; letter-spacing: 0.08em;
  text-transform: uppercase;
  z-index: 80;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.promo .arrow { display: inline-block; transition: transform .25s var(--ease); }
.promo:hover .arrow { transform: translateX(4px); }
.promo .strong { font-weight: 600; }

/* Header */
.header {
  position: fixed; top: var(--promo-h); left: 0; right: 0;
  height: var(--header-h);
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center;
  padding: 0 24px;
  z-index: 70;
  transition: background .25s var(--ease), color .25s var(--ease), border-color .25s var(--ease);
  border-bottom: 1px solid transparent;
}
.header.solid { background: rgba(11,11,11,0.92); color: var(--ink); border-bottom-color: var(--line); backdrop-filter: blur(10px); }
.header.over-dark { color: #fff; }
.header.over-dark .preorder-btn { color: #fff; border-color: #fff; }
.header.over-dark .preorder-btn:hover { background: #fff; color: #000; }
.header.solid .preorder-btn { background: var(--accent); color: #0B0B0B; border-color: var(--accent); }
.header.solid .preorder-btn:hover { background: transparent; color: var(--accent); }

.hamburger {
  display: inline-flex; flex-direction: column; gap: 4px;
  min-width: 48px; min-height: 48px; padding: 12px;
  margin: -12px; /* keep bars visually aligned despite larger hit area */
  align-items: center; justify-content: center;
  cursor: pointer;
  position: relative; z-index: 5;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}
.hamburger .bar {
  pointer-events: none;
  width: 18px; height: 1.5px; background: currentColor; transition: transform .3s var(--ease), opacity .2s;
}
.wordmark {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--sans); font-weight: 600; font-size: 16px; letter-spacing: -0.01em;
}
.wordmark .mark {
  width: 1.8em; height: 1.8em;
  display: inline-block;
  background-color: currentColor;
  -webkit-mask: url('assets/torchbear-logo-white.png') center / contain no-repeat;
          mask: url('assets/torchbear-logo-white.png') center / contain no-repeat;
}

.nav-right { justify-self: end; display: inline-flex; align-items: center; gap: 18px; }
.signin-link {
  font-family: var(--mono); font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase;
  padding: 8px 6px;
}
.preorder-btn {
  font-family: var(--mono); font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase;
  padding: 10px 16px; border: 1px solid currentColor; border-radius: 0;
  transition: background .25s var(--ease), color .25s var(--ease);
}

/* Layout helpers */
.page { padding-top: 0; }
.page.has-header-offset { padding-top: calc(var(--promo-h) + var(--header-h)); }
.container { max-width: 1280px; margin: 0 auto; padding: 0 24px; }
.section { padding: 96px 0; }

/* Hero — sits behind transparent fixed header */
.hero {
  position: relative;
  margin-top: calc(var(--promo-h));
  height: calc(100vh - var(--promo-h));
  min-height: 620px;
  overflow: hidden;
  color: #fff;
}
.hero .bg-slot { position: absolute; inset: 0; z-index: 0; }
.hero .bg-slot image-slot { width: 100%; height: 100%; display: block; }
.hero .hero-video {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
}
.hero .vignette {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0) 40%, rgba(0,0,0,0.55) 100%);
  pointer-events: none;
}
.hero .headline {
  position: relative; z-index: 2;
  height: 100%;
  display: flex; align-items: center; justify-content: center;
  padding: 0 24px;
}
.hero h1 {
  font-family: var(--display);
  font-weight: 500;
  font-size: clamp(48px, 7.5vw, 116px);
  line-height: 1.02;
  letter-spacing: -0.03em;
  margin: 0;
  text-align: center;
  text-wrap: balance;
  max-width: 14ch;
  color: #fff;
}

.hl-ombre {
  display: inline-block;
  background-image: linear-gradient(
    100deg,
    var(--accent) 0%,
    var(--accent) 35%,
    #FFF3E2 50%,
    var(--accent) 65%,
    var(--accent) 100%
  );
  background-size: 220% 100%;
  background-position: 100% 0;
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.headline.in .hl-ombre {
  animation: numShimmer 5.5s var(--ease) 1.4s infinite;
}
.hero .tag-bl {
  position: absolute; left: 24px; bottom: 24px; z-index: 3;
  font-family: var(--mono); font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase;
}
.hero .watch {
  position: absolute; right: 24px; bottom: 24px; z-index: 3;
  display: inline-flex; align-items: center; gap: 10px;
  padding: 6px 12px 6px 6px;
  background: rgba(0,0,0,0.35); backdrop-filter: blur(6px);
  border: 1px solid rgba(255,255,255,0.2);
  font-family: var(--mono); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase;
  color: #fff;
}
.hero .watch .thumb {
  width: 44px; height: 28px; background: #222; position: relative; overflow: hidden;
  display: flex; align-items: center; justify-content: center;
}
.hero .watch .play { width: 0; height: 0; border-left: 7px solid #fff; border-top: 4px solid transparent; border-bottom: 4px solid transparent; }

/* Headline reveal — word fades up, accent word does a slide-in fill */
.hl-word { display: inline-block; overflow: hidden; padding: 0 .05em; margin: 0 -.05em; }
.hl-word > span {
  display: inline-block; opacity: 0; transform: translateY(102%);
  transition: transform 900ms var(--ease), opacity 600ms var(--ease);
}
.headline.in .hl-word > span { opacity: 1; transform: translateY(0); }
.headline.in .hl-word:nth-child(1) > span { transition-delay: 80ms; }
.headline.in .hl-word:nth-child(2) > span { transition-delay: 200ms; }
.headline.in .hl-word:nth-child(3) > span { transition-delay: 320ms; }
.headline.in .hl-word:nth-child(4) > span { transition-delay: 440ms; }
.headline.in .hl-word:nth-child(5) > span { transition-delay: 560ms; }
.headline.in .hl-word:nth-child(6) > span { transition-delay: 680ms; }
.hl-accent {
  display: inline-block;
  background-image: linear-gradient(90deg, var(--accent) 50%, currentColor 50%);
  background-size: 200% 100%;
  background-position: 100% 0;
  -webkit-background-clip: text; background-clip: text;
  color: transparent;
  transition: background-position 1200ms var(--ease) 700ms;
}
.headline.in .hl-accent { background-position: 0 0; }

/* Intro paragraph */
.intro {
  padding: 140px 24px 100px;
  text-align: center;
  max-width: 980px; margin: 0 auto;
  background: var(--bg);
}
.intro p {
  font-family: var(--display);
  font-weight: 500;
  font-size: clamp(28px, 4.2vw, 56px);
  line-height: 1.18;
  letter-spacing: -0.02em;
  margin: 0;
  text-wrap: balance;
  color: var(--ink);
}
.intro .acc { color: var(--accent); }

/* Carousel */
.carousel-wrap { padding: 0 0 80px; background: var(--bg); }
.carousel-viewport {
  overflow: hidden;
  padding-left: 24px;
}
.carousel-track {
  display: flex; gap: 16px;
  transition: transform 650ms var(--ease);
  will-change: transform;
}
.card {
  position: relative;
  flex: 0 0 calc(50% - 32px);
  aspect-ratio: 4 / 3;
  background: #1a1a1a;
  overflow: hidden;
  color: #fff;
}
.card image-slot { width: 100%; height: 100%; display: block; }
.card .card-shade {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 35%, rgba(0,0,0,0.75) 100%);
  pointer-events: none;
}
.card .card-content {
  position: absolute; left: 28px; bottom: 24px; right: 28px;
  display: flex; flex-direction: column; gap: 12px;
}
.card h3 {
  font-family: var(--display); font-weight: 500;
  font-size: clamp(28px, 3.2vw, 44px); margin: 0; letter-spacing: -0.02em;
}
.card .card-sub {
  font-family: var(--mono); font-size: 12px; letter-spacing: 0.06em;
  opacity: 0.9;
}
.card .card-cta {
  align-self: flex-start; margin-top: 8px;
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--accent); color: #0B0B0B; padding: 10px 14px;
  font-family: var(--mono); font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase;
}
.card .card-index {
  position: absolute; right: 16px; bottom: 16px;
  font-family: var(--mono); font-size: 11px; letter-spacing: 0.1em; color: #fff; opacity: 0.85;
}

.carousel-controls {
  display: flex; align-items: center; justify-content: center; gap: 28px;
  margin-top: 36px;
}
.car-btn {
  width: 44px; height: 44px; border: 1px solid var(--line-strong); border-radius: 999px;
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--ink);
  transition: background .2s var(--ease), color .2s var(--ease), border-color .2s var(--ease);
}
.car-btn:hover { background: var(--accent); color: #0B0B0B; border-color: var(--accent); }
.car-dots { display: inline-flex; gap: 10px; align-items: center; }
.dot {
  width: 8px; height: 8px; border-radius: 50%; background: rgba(243,241,236,0.18);
  transition: all .25s var(--ease);
}
.dot.active { width: 28px; border-radius: 999px; background: var(--ink); }

/* FAQs */
.faqs { padding: 120px 0; background: var(--bg); }
.faqs-grid {
  display: grid; grid-template-columns: 1fr 1.6fr; gap: 64px; align-items: start;
}
.faqs h2 {
  font-family: var(--display); font-weight: 500; letter-spacing: -0.03em;
  font-size: clamp(48px, 6vw, 84px); margin: 0; color: var(--accent);
}
.faqs-tabs {
  display: inline-flex; align-items: center; gap: 4px;
  background: var(--bg-tint); padding: 4px; border-radius: 999px;
  margin-bottom: 24px;
}
.faqs-tab {
  padding: 10px 18px;
  font-family: var(--mono); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase;
  border-radius: 999px;
  color: var(--ink-2);
}
.faqs-tab.active { background: var(--accent); color: #0B0B0B; }
.faqs-section-title { font-family: var(--display); font-weight: 500; font-size: 32px; margin: 8px 0 24px; letter-spacing: -0.02em; color: var(--ink); }

.q-item { border-top: 1px solid var(--line); padding: 22px 0; cursor: pointer; }
.q-item:last-child { border-bottom: 1px solid var(--line); }
.q-row { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.q-row .q-text { font-family: var(--mono); font-size: 13px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink); }
.q-row .q-chevron { transition: transform .35s var(--ease); color: var(--ink-2); }
.q-item.open .q-chevron { transform: rotate(180deg); }
.q-body {
  display: grid; grid-template-rows: 0fr;
  transition: grid-template-rows .4s var(--ease);
}
.q-body > div { overflow: hidden; }
.q-item.open .q-body { grid-template-rows: 1fr; }
.q-body p { margin: 14px 0 4px; color: var(--ink-2); font-size: 15px; line-height: 1.55; }

.faqs-footer { margin-top: 32px; display: flex; justify-content: center; }
.faqs-footer .pill {
  padding: 12px 22px; background: var(--accent); color: #0B0B0B;
  font-family: var(--mono); font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase;
}

/* Mega menu */
.mega-overlay {
  position: fixed; inset: 0;
  background: rgba(0,0,0,0.65);
  backdrop-filter: blur(2px);
  opacity: 0; pointer-events: none;
  transition: opacity .35s var(--ease);
  z-index: 95;
}
.mega-overlay.open { opacity: 1; pointer-events: auto; }
.mega-panel {
  position: fixed; top: 0; left: 0; right: 0;
  background: var(--bg);
  color: var(--ink);
  transform: translateY(-100%);
  z-index: 96;
  display: flex; flex-direction: column;
}
.mega-panel.open { transform: translateY(0); }
.mega-header {
  height: var(--header-h);
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center;
  padding: 0 24px; border-bottom: 1px solid var(--line);
}
.mega-grid {
  display: grid; grid-template-columns: repeat(5, 1fr);
  border-bottom: 1px solid var(--line);
}
.mega-tile {
  position: relative;
  aspect-ratio: auto; min-height: 152px;
  padding: 18px;
  border-right: 1px solid var(--line);
  display: flex; flex-direction: column; justify-content: space-between;
  transition: background .25s var(--ease);
  cursor: pointer;
  overflow: hidden;
}
.mega-tile:last-child { border-right: 0; }
.mega-tile:hover { background: var(--bg-tint); }
.mega-tile .tile-icon {
  width: 44px; height: 44px; color: var(--accent);
  transition: transform .25s var(--ease);
}
.mega-tile .tile-icon svg { width: 100%; height: 100%; display: block; }
.mega-tile:hover .tile-icon { transform: translateY(-2px); }
.mega-tile .tile-foot {
  display: flex; align-items: flex-end; justify-content: space-between; gap: 12px;
}
.mega-tile .tile-text { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.mega-tile h3 {
  font-family: var(--display); font-weight: 500; font-size: 17px;
  margin: 0; letter-spacing: -0.01em;
}
.mega-tile .tile-sub {
  font-size: 11px; letter-spacing: .02em; color: var(--ink-3);
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.mega-tile .tile-arrow {
  width: 30px; height: 30px; border: 1px solid var(--line-strong);
  display: inline-flex; align-items: center; justify-content: center;
  flex: 0 0 auto; font-size: 14px;
  color: var(--ink);
  transition: background .2s var(--ease), color .2s var(--ease), border-color .2s var(--ease);
}
.mega-tile:hover .tile-arrow { background: var(--accent); color: #0B0B0B; border-color: var(--accent); }

/* Preorder drawer */
.preorder-overlay {
  position: fixed; inset: 0;
  background: rgba(0,0,0,0.55);
  opacity: 0; pointer-events: none;
  transition: opacity .35s var(--ease);
  z-index: 100;
}
.preorder-overlay.open { opacity: 1; pointer-events: auto; }
.preorder-drawer {
  position: fixed; top: 0; right: 0; bottom: 0;
  width: min(560px, 100vw);
  background: var(--bg);
  color: var(--ink);
  transform: translateX(100%);
  transition: transform .45s var(--ease);
  z-index: 101;
  display: flex; flex-direction: column;
  overflow-y: auto;
  border-left: 1px solid var(--line);
}
.preorder-drawer.open { transform: translateX(0); }
.preorder-bg {
  position: fixed; top: 0; bottom: 0; left: 0; right: min(560px, 100vw);
  background: #050505;
  z-index: 100;
  pointer-events: none;
  opacity: 0;
  transition: opacity .45s var(--ease);
}
.preorder-bg.open { opacity: 1; pointer-events: auto; }
.preorder-bg image-slot { width: 100%; height: 100%; display: block; }
.preorder-bg .back {
  position: absolute; top: 24px; left: 24px;
  display: inline-flex; align-items: center; gap: 10px;
  pointer-events: auto;
  background: var(--ink);
  color: #0B0B0B;
  padding: 10px 16px;
  font-family: var(--mono); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase;
}
.preorder-bg .back-icon {
  width: 28px; height: 28px; border: 1px solid currentColor;
  display: inline-flex; align-items: center; justify-content: center;
  margin-right: 4px;
}

.po-head { padding: 28px 32px 16px; }
.po-title { font-family: var(--display); font-weight: 500; font-size: 32px; letter-spacing: -0.02em; margin: 0; color: var(--ink); }
.po-title .acc { color: var(--accent); }
.po-section { padding: 18px 32px; border-top: 1px solid var(--line); }
.po-section-head { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 16px; }
.po-section-head h4 { font-family: var(--display); font-weight: 500; font-size: 18px; margin: 0; color: var(--ink); }
.po-section-head .meta { font-family: var(--mono); font-size: 11px; letter-spacing: 0.08em; color: var(--ink-3); text-transform: uppercase; }

.trim-row, .color-row {
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px 16px; background: var(--bg-tint); margin-bottom: 8px;
  cursor: pointer; transition: background .15s var(--ease), color .15s var(--ease);
  color: var(--ink);
}
.trim-row:hover, .color-row:hover { background: var(--bg-elev); }
.trim-row.active, .color-row.active { background: var(--accent); color: #0B0B0B; }
.trim-name { font-family: var(--display); font-weight: 500; font-size: 15px; }
.trim-price { font-family: var(--mono); font-size: 12px; letter-spacing: 0.04em; }
.color-swatch { width: 22px; height: 22px; border: 1px solid rgba(255,255,255,0.18); border-radius: 4px; }

.po-due { display: flex; justify-content: space-between; align-items: center; padding: 20px 32px; background: var(--bg-tint); color: var(--ink); }
.po-due-label { font-family: var(--mono); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-2); }
.po-due-val { font-family: var(--mono); font-size: 12px; letter-spacing: 0.06em; color: var(--ink-2); }
.po-checkout {
  display: block; width: calc(100% - 64px); margin: 14px 32px 8px;
  padding: 18px; background: var(--accent); color: #0B0B0B;
  font-family: var(--mono); font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase;
  text-align: center;
  transition: filter .25s var(--ease);
}
.po-checkout:hover { filter: brightness(1.1); }
.po-fineprint { padding: 18px 32px 32px; font-size: 12px; color: var(--ink-3); line-height: 1.5; }
.po-fineprint a { text-decoration: underline; color: var(--ink-2); }

/* Welcome modal */
.modal-overlay {
  position: fixed; inset: 0;
  background: rgba(0,0,0,0.7);
  opacity: 0; pointer-events: none;
  transition: opacity .35s var(--ease);
  z-index: 110;
  display: flex; align-items: center; justify-content: center; padding: 32px;
}
.modal-overlay.open { opacity: 1; pointer-events: auto; }
.modal-card {
  background: var(--bg);
  color: var(--ink);
  border: 1px solid var(--line);
  width: min(1100px, 100%); max-height: 90vh;
  display: grid; grid-template-columns: 1fr 1fr;
  overflow: hidden;
  transform: translateY(20px) scale(.98); opacity: 0;
  transition: transform .4s var(--ease), opacity .35s var(--ease);
}
.modal-overlay.open .modal-card { transform: translateY(0) scale(1); opacity: 1; }
.modal-card .modal-img image-slot { width: 100%; height: 100%; min-height: 520px; display: block; }
.modal-card .modal-body { padding: 36px 40px; position: relative; overflow-y: auto; }
.modal-close {
  position: absolute; top: 16px; right: 16px;
  width: 36px; height: 36px; background: var(--accent); color: #0B0B0B;
  display: inline-flex; align-items: center; justify-content: center;
}
.modal-pre { color: var(--ink-3); font-family: var(--display); font-weight: 500; font-size: 32px; letter-spacing: -0.02em; margin: 0 0 4px; }
.modal-head { font-family: var(--display); font-weight: 500; font-size: 36px; letter-spacing: -0.02em; margin: 0 0 18px; color: var(--ink); }
.modal-card p { color: var(--ink-2); line-height: 1.55; margin: 0 0 18px; }
.modal-list { margin: 0 0 20px; padding: 0; list-style: none; }
.modal-list li { padding: 6px 0; font-size: 15px; color: var(--ink-2); display: flex; gap: 12px; align-items: center; }
.modal-list li::before { content: ''; width: 6px; height: 6px; background: var(--accent); border-radius: 50%; display: inline-block; }
.modal-email { display: grid; grid-template-columns: 1fr auto; gap: 0; border: 1px solid var(--line); margin-bottom: 12px; }
.modal-email input {
  border: 0; padding: 16px; font: inherit; outline: none; background: transparent;
  color: var(--ink);
}
.modal-email input::placeholder { color: var(--ink-3); }
.modal-email button {
  background: var(--accent); color: #0B0B0B; padding: 0 24px;
  font-family: var(--mono); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase;
}
.modal-join {
  display: block; width: 100%; padding: 18px; background: var(--accent); color: #0B0B0B;
  font-family: var(--mono); font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase;
  text-align: center;
}

/* Product page */
.product-hero {
  position: relative;
  background: linear-gradient(180deg, #111 0%, #050505 100%);
  padding: 80px 0 120px;
  text-align: center;
  color: var(--ink);
}
.product-hero h1 {
  font-family: var(--display); font-weight: 500;
  font-size: clamp(40px, 5vw, 72px);
  line-height: 1.1; letter-spacing: -0.02em;
  margin: 40px 0 60px;
  color: var(--accent);
  text-wrap: balance;
}
.product-hero h1 .black { color: var(--ink); }
.product-render { width: 100%; max-width: 1200px; aspect-ratio: 16/9; margin: 0 auto; }
.product-render image-slot { width: 100%; height: 100%; display: block; }
.product-blurb { max-width: 480px; margin: 48px auto 0; color: var(--ink-2); font-size: 16px; line-height: 1.6; }

.spec-strip { background: var(--bg); padding: 60px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--ink); }
.spec-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.spec-cell {
  position: relative;
  padding: 8px 0 10px;
}
.spec-cell::after {
  content: '';
  position: absolute; left: 0; bottom: 0;
  height: 1px; width: 40px;
  background: var(--accent);
}
.spec-cell.in { opacity: 1; transform: none; }

.spec-cell .label { font-family: var(--mono); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-3); }
.spec-cell .val {
  font-family: var(--display); font-weight: 500; font-size: 44px; letter-spacing: -0.02em; margin-top: 8px;
  display: inline-flex; align-items: baseline; gap: 6px;
}
.spec-cell .unit { font-family: var(--mono); font-size: 14px; color: var(--ink-3); }
.spec-cell .val .num {
  display: inline-block;
  background-image: linear-gradient(
    100deg,
    var(--ink) 0%,
    var(--ink) 35%,
    var(--accent) 50%,
    var(--ink) 65%,
    var(--ink) 100%
  );
  background-size: 220% 100%;
  background-position: 100% 0;
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.spec-cell.in .val .num {
  animation: numShimmer 5.5s var(--ease) 1.2s infinite;
}
.spec-cell:nth-child(2).in .val .num { animation-delay: 1.8s; }
.spec-cell:nth-child(3).in .val .num { animation-delay: 2.4s; }

@keyframes numShimmer {
  0%   { background-position: 100% 0; }
  35%  { background-position: 0% 0; }
  60%  { background-position: -60% 0; }
  100% { background-position: -60% 0; }
}

.spec-cell.in::after {
  animation: lineBreath 4.2s ease-in-out 1.5s infinite;
}
@keyframes lineBreath {
  0%, 100% { opacity: 1; width: 40px; }
  50%      { opacity: .55; width: 26px; }
}

.product-section {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0;
  min-height: 80vh;
  background: var(--bg); color: var(--ink);
}
.product-section .img-side { background: #161616; position: relative; }
.product-section .img-side image-slot { width: 100%; height: 100%; display: block; }
.product-section .txt-side { padding: 80px 64px; display: flex; flex-direction: column; justify-content: center; }
.product-section .txt-side .eyebrow { font-family: var(--mono); font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--accent); }
.product-section .txt-side h2 { font-family: var(--display); font-weight: 500; font-size: clamp(36px, 4vw, 56px); letter-spacing: -0.02em; margin: 14px 0 20px; line-height: 1.1; color: var(--ink); }
.product-section .txt-side p { color: var(--ink-2); line-height: 1.6; font-size: 16px; max-width: 460px; }
.product-section.flip { direction: rtl; }
.product-section.flip > * { direction: ltr; }

/* Footer */
.site-footer {
  background: #050505; color: var(--ink); padding: 80px 0 40px;
  border-top: 1px solid var(--line);
}
.site-footer .grid {
  display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 48px;
}
.site-footer h5 {
  font-family: var(--mono); font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase;
  color: rgba(255,255,255,0.55); margin: 0 0 16px;
}
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer li { padding: 6px 0; font-size: 14px; color: rgba(255,255,255,0.85); cursor: pointer; transition: color .15s var(--ease); }
.site-footer li:hover { color: var(--accent); }
.site-footer .brand-mark { font-size: 22px; font-weight: 600; margin-bottom: 14px; display: flex; align-items: center; gap: 10px; }
.site-footer .tagline { color: rgba(255,255,255,0.6); font-size: 14px; line-height: 1.5; max-width: 280px; }
.site-footer .bottom { margin-top: 64px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,0.1); display: flex; justify-content: space-between; font-family: var(--mono); font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.5); }

/* Floating chat bubble */
.chat-bubble {
  position: fixed; right: 24px; bottom: 24px; z-index: 60;
  width: 56px; height: 56px; border-radius: 50%;
  background: var(--accent); color: #0B0B0B;
  display: inline-flex; align-items: center; justify-content: center;
  box-shadow: 0 6px 18px rgba(0,0,0,0.45);
  cursor: pointer;
  transition: transform .2s var(--ease);
}
.chat-bubble:hover { transform: scale(1.08); }

/* Image slot defaults */
image-slot { background: #2a2a2a; color: rgba(255,255,255,0.7); }


/* =====================================================
   Preorder page — single-frame layout
   ===================================================== */
.po-single {
  min-height: calc(100vh - var(--promo-h) - var(--header-h));
  padding: 40px 0 56px;
  display: flex;
  align-items: center;
  background:
    radial-gradient(ellipse 70% 45% at 20% 0%, color-mix(in oklab, var(--accent) 10%, transparent) 0%, transparent 60%),
    linear-gradient(180deg, #0E0E0E 0%, #060606 100%);
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  position: relative;
  overflow: hidden;
}
.po-single::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(243,241,236,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(243,241,236,0.035) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,0.5), transparent 80%);
  pointer-events: none;
}
.po-single > .container { position: relative; z-index: 1; width: 100%; }
.po-single-grid {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 72px;
  align-items: stretch;
}

/* LEFT — pitch column */
.po-left { display: flex; flex-direction: column; }

.po-eyebrow,
.po-section-eyebrow {
  display: inline-block;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  padding: 6px 10px;
  border: 1px solid var(--accent);
  background: color-mix(in oklab, var(--accent) 8%, transparent);
  align-self: flex-start;
}

.po-h1 {
  font-family: var(--display);
  font-weight: 500;
  font-size: clamp(40px, 5.2vw, 72px);
  line-height: 0.98;
  letter-spacing: -0.035em;
  margin: 18px 0 22px;
  text-wrap: balance;
  max-width: 14ch;
}
.po-h1-acc {
  background-image: linear-gradient(180deg, #FFD08A 0%, var(--accent) 55%, color-mix(in oklab, var(--accent) 50%, #C24400) 100%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.po-quote {
  color: var(--ink-2);
  font-size: clamp(15px, 1.15vw, 17px);
  line-height: 1.55;
  margin: 0 0 28px;
  max-width: 50ch;
}
.po-quote strong { color: var(--ink); font-weight: 600; }

/* Counter */
.po-meter-block {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 22px 24px;
  background: var(--bg-tint);
  border: 1px solid var(--line);
  margin-bottom: 24px;
}

.po-counter { display: flex; align-items: baseline; gap: 18px; flex-wrap: wrap; }
.po-counter-digits {
  display: inline-flex;
  align-items: baseline;
  gap: 1px;
  font-family: var(--display);
  font-weight: 500;
  font-size: clamp(48px, 6vw, 84px);
  line-height: 0.92;
  letter-spacing: -0.04em;
  color: var(--ink);
}
.po-counter-digits .digit {
  display: inline-block;
  min-width: 0.55em;
  text-align: center;
  background-image: linear-gradient(180deg, var(--ink) 0%, color-mix(in oklab, var(--ink) 60%, var(--accent) 40%) 100%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.po-counter-digits .sep { color: var(--ink-3); -webkit-text-fill-color: var(--ink-3); }
.po-counter-meta { display: flex; flex-direction: column; gap: 4px; }
.po-counter-label {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--mono); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--ink-2);
}
.po-counter-frac {
  font-size: 10px; letter-spacing: 0.16em; color: var(--ink-3);
}
.dot-live {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 0 color-mix(in oklab, var(--accent) 60%, transparent);
  animation: pulseDot 1.8s ease-out infinite;
}
.dot-live.small { width: 6px; height: 6px; }
@keyframes pulseDot {
  0%   { box-shadow: 0 0 0 0 color-mix(in oklab, var(--accent) 70%, transparent); }
  70%  { box-shadow: 0 0 0 9px color-mix(in oklab, var(--accent) 0%, transparent); }
  100% { box-shadow: 0 0 0 0 color-mix(in oklab, var(--accent) 0%, transparent); }
}

/* Tier meter */
.po-tier.compact { display: flex; flex-direction: column; gap: 12px; }
.po-tier-track {
  position: relative;
  height: 6px;
  background: var(--bg-elev);
  overflow: hidden;
}
.po-tier-fill {
  position: absolute; left: 0; top: 0; bottom: 0;
  background: linear-gradient(90deg, var(--accent), color-mix(in oklab, var(--accent) 70%, #FF4400));
  transition: width 1.4s var(--ease);
}
.po-tier-pills {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.po-tier-pill {
  padding: 10px 14px;
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.po-tier-pill .t { font-family: var(--mono); font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-3); }
.po-tier-pill .p { font-family: var(--display); font-weight: 500; font-size: 18px; letter-spacing: -0.02em; color: var(--ink-2); }
.po-tier-pill .s { font-family: var(--mono); font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-3); }
.po-tier-pill.active {
  border-color: var(--accent);
  background: color-mix(in oklab, var(--accent) 12%, transparent);
}
.po-tier-pill.active .t { color: var(--accent); }
.po-tier-pill.active .p { color: var(--ink); }
.po-tier-pill.active .s { color: var(--ink-2); }

/* CTA */
.po-cta-block {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.po-cta-primary {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  padding: 22px 64px 22px 28px;
  background: var(--accent);
  color: #0B0B0B;
  font-family: var(--mono);
  text-transform: uppercase;
  transition: filter .2s var(--ease);
  overflow: hidden;
  align-self: flex-start;
  min-width: 380px;
}
.po-cta-primary::after {
  content: '→';
  position: absolute;
  right: 24px; top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  transition: transform .25s var(--ease);
}
.po-cta-primary:hover { filter: brightness(1.08); }
.po-cta-primary:hover::after { transform: translate(4px, -50%); }
.po-cta-primary .cta-label { font-size: 14px; letter-spacing: 0.14em; font-weight: 600; }
.po-cta-primary .cta-meta { font-size: 10px; letter-spacing: 0.12em; opacity: 0.7; }
.po-cta-aside-row {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  color: var(--ink-3);
}
.po-cta-aside-row strong { color: var(--ink-2); font-weight: 600; }

/* RIGHT — kit chooser */
.po-right { display: flex; flex-direction: column; gap: 16px; min-width: 0; }
.po-kits-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.po-section-meta {
  font-size: 10px;
  letter-spacing: 0.16em;
  color: var(--ink-3);
}

/* Stacked, expandable kit rows */
.po-kits-stack {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}
.po-kit-checkout {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  width: 100%;
  margin-top: 16px;
  padding: 20px 64px 20px 24px;
  background: var(--accent);
  color: #0B0B0B;
  font-family: var(--mono);
  text-transform: uppercase;
  border-radius: 4px;
  overflow: hidden;
  transition: filter .2s var(--ease);
}
.po-kit-checkout::after {
  content: '→';
  position: absolute;
  right: 24px; top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  transition: transform .25s var(--ease);
}
.po-kit-checkout:hover { filter: brightness(1.08); }
.po-kit-checkout:hover::after { transform: translate(4px, -50%); }
.po-kit-checkout-label { font-size: 14px; letter-spacing: 0.12em; font-weight: 600; }
.po-kit-checkout-meta { font-size: 10px; letter-spacing: 0.1em; opacity: 0.72; text-transform: none; font-family: var(--sans); }
.po-kit-row {
  background: var(--bg-tint);
  border: 1px solid var(--line);
  cursor: pointer;
  transition: border-color .2s var(--ease), background .2s var(--ease);
  outline: none;
}
.po-kit-row:hover { background: var(--bg-elev); }
.po-kit-row.open {
  border-color: var(--accent);
  box-shadow: 0 0 0 1px var(--accent) inset;
  background: color-mix(in oklab, var(--accent) 4%, var(--bg-tint));
}
.po-kit-head {
  display: grid;
  grid-template-columns: auto auto 1fr auto auto;
  align-items: center;
  gap: 18px;
  padding: 18px 22px;
}
.po-kit-radio {
  width: 18px; height: 18px;
  border-radius: 50%;
  border: 1.5px solid var(--ink-3);
  transition: all .2s var(--ease);
  flex-shrink: 0;
}
.po-kit-thumb {
  width: 46px; height: 46px;
  border-radius: 4px;
  overflow: hidden;
  background: #161616;
  border: 1px solid var(--line);
  flex-shrink: 0;
}
.po-kit-thumb image-slot { width: 100%; height: 100%; display: block; }
.po-kit-row.open .po-kit-radio {
  border-color: var(--accent);
  background: var(--accent);
  box-shadow: inset 0 0 0 3px var(--bg);
}
.po-kit-head-text { display: flex; flex-direction: column; gap: 4px; min-width: 0; }
.po-kit-tag {
  font-size: 10px;
  letter-spacing: 0.16em;
  color: var(--ink-3);
}
.po-kit-row.open .po-kit-tag { color: var(--accent); }
.po-kit-name {
  font-family: var(--display); font-weight: 500;
  font-size: clamp(20px, 1.8vw, 26px);
  letter-spacing: -0.02em; margin: 0; color: var(--ink);
}
.po-kit-head-right { display: flex; flex-direction: column; align-items: flex-end; gap: 2px; }
.po-kit-price-now {
  font-family: var(--display); font-weight: 500;
  font-size: 24px; letter-spacing: -0.02em;
  color: var(--accent);
  line-height: 1;
}
.po-kit-price-next { font-size: 10px; letter-spacing: 0.14em; color: var(--ink-3); }
.po-kit-chevron {
  width: 28px; height: 28px;
  border: 1px solid var(--line);
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--ink-2);
  transition: transform .3s var(--ease), border-color .2s var(--ease), color .2s var(--ease);
}
.po-kit-row.open .po-kit-chevron {
  transform: rotate(180deg);
  border-color: var(--accent);
  color: var(--accent);
}

/* Collapse animation */
.po-kit-collapse {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows .4s var(--ease);
}
.po-kit-row.open .po-kit-collapse { grid-template-rows: 1fr; }
.po-kit-collapse-inner {
  overflow: hidden;
  padding: 0 22px;
}
.po-kit-row.open .po-kit-collapse-inner { padding: 0 22px 22px; }

.po-kit-art {
  aspect-ratio: 16 / 9;
  background: #161616;
  border: 1px solid var(--line);
  margin-bottom: 16px;
}
.po-kit-art image-slot { width: 100%; height: 100%; display: block; }

.po-kit-pieces { list-style: none; padding: 0; margin: 0 0 14px; }
.po-kit-pieces li {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 14px;
  align-items: baseline;
  padding: 10px 0;
  border-top: 1px solid var(--line);
  font-size: 13px;
}
.po-kit-pieces li:last-child { border-bottom: 1px solid var(--line); }
.po-kit-piece-n {
  font-size: 10px;
  letter-spacing: 0.16em;
  color: var(--accent);
}
.po-kit-piece-name { color: var(--ink); font-weight: 500; }
.po-kit-piece-detail {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.06em;
  color: var(--ink-3);
  text-align: right;
}

.po-kit-perk {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: baseline;
  gap: 12px;
  font-size: 13px;
  color: var(--ink-2);
}
.po-kit-perk-l { font-size: 10px; letter-spacing: 0.16em; color: var(--accent); }
.po-kit-perk-r { font-size: 10px; letter-spacing: 0.14em; color: var(--ink-3); }

@media (max-width: 1180px) {
  .po-single-grid { grid-template-columns: 1fr; gap: 48px; }
  .po-single { min-height: 0; padding: 56px 0; }
}
@media (max-width: 720px) {
  .po-cta-primary { min-width: 0; width: 100%; }
  .po-kit-head { grid-template-columns: auto auto 1fr auto; gap: 12px; padding: 14px 16px; }
  .po-kit-head-right { display: none; }
  .po-kit-collapse-inner { padding: 0 16px; }
  .po-kit-row.open .po-kit-collapse-inner { padding: 0 16px 16px; }
}



/* Responsive */
@media (max-width: 900px) {
  .faqs-grid { grid-template-columns: 1fr; gap: 24px; }
  .spec-grid { grid-template-columns: repeat(2, 1fr); }
  .product-section { grid-template-columns: 1fr; min-height: auto; }
  .product-section .img-side { aspect-ratio: 4/3; }
  .product-section .txt-side { padding: 56px 32px; }
  .mega-grid { grid-template-columns: repeat(2, 1fr); }
  .modal-card { grid-template-columns: 1fr; }
  .modal-card .modal-img image-slot { min-height: 240px; }
  .card { flex-basis: calc(85% - 16px); }
  .site-footer .grid { grid-template-columns: 1fr 1fr; }
}

/* =====================================================
   Founder page — standalone, off-scroll
   ===================================================== */
.founder {
  padding-top: calc(var(--promo-h) + var(--header-h));
  background: var(--bg);
  min-height: 100vh;
}
.founder-hero {
  max-width: 800px;
  padding: 96px 0 72px;
  border-bottom: 1px solid var(--line);
}
.founder-eyebrow { color: var(--accent); font-size: 12px; letter-spacing: 0.14em; }
.founder-h1 {
  font-family: var(--display);
  font-weight: 600;
  font-size: clamp(34px, 4.4vw, 58px);
  line-height: 1.04;
  letter-spacing: -0.02em;
  margin: 20px 0 24px;
  text-wrap: balance;
}
.founder-lead {
  font-size: 19px; line-height: 1.6; color: var(--ink-2);
  max-width: 30em; margin: 0;
}
.founder-portrait {
  aspect-ratio: 4 / 5;
  background: var(--bg-tint);
  border: 1px solid var(--line);
  overflow: hidden;
}
.founder-portrait image-slot { display: block; }

.founder-body {
  display: grid;
  grid-template-columns: minmax(0, 62ch) 1fr;
  gap: 56px;
  padding: 80px 0;
  align-items: start;
}
.founder-story p {
  font-size: 18px; line-height: 1.7; color: var(--ink-2);
  margin: 0 0 22px;
}
.founder-story p:last-child { margin-bottom: 0; }
.founder-story em { color: var(--ink); font-style: italic; }
.founder-quote {
  margin: 0;
  padding-left: 22px;
  border-left: 3px solid var(--accent);
  font-family: var(--display);
  font-weight: 500;
  font-size: clamp(22px, 2.2vw, 30px);
  line-height: 1.25;
  letter-spacing: -0.01em;
  color: var(--ink);
}
.founder-close {
  grid-column: 1 / -1;
  font-family: var(--display);
  font-size: clamp(19px, 1.9vw, 24px);
  line-height: 1.5;
  letter-spacing: -0.01em;
  color: var(--ink);
  max-width: 46ch;
  margin: 8px 0 0;
}
.founder-sign {
  grid-column: 1 / -1;
  display: flex; flex-direction: column; align-items: flex-start; gap: 5px;
  margin-top: 40px; padding-top: 28px;
  border-top: 1px solid var(--line);
}
.founder-sign-cred { font-size: 11px; letter-spacing: 0.12em; color: var(--ink-3); }
.founder-sign-avatar {
  width: 56px; height: 56px;
  border-radius: 50%;
  overflow: hidden;
  background: var(--bg-tint);
  border: 1px solid var(--line-strong);
  flex-shrink: 0;
}
.founder-sign-avatar image-slot { width: 100%; height: 100%; display: block; }
.founder-sign-text { display: flex; flex-direction: column; gap: 3px; }
.founder-sign-name {
  font-family: var(--display); font-weight: 600; font-size: 20px; letter-spacing: -0.01em;
}
.founder-sign-meta { font-size: 11px; letter-spacing: 0.14em; color: var(--ink-3); }

.founder-foot {
  display: flex; align-items: center; justify-content: space-between; gap: 40px;
  flex-wrap: wrap;
  padding: 56px 0 120px;
  border-top: 1px solid var(--line);
}
.founder-foot-h {
  font-family: var(--display); font-weight: 600; font-size: clamp(28px, 3vw, 40px);
  letter-spacing: -0.02em; margin: 0 0 8px;
}
.founder-foot-sub { color: var(--ink-3); font-size: 16px; margin: 0; }
.founder-foot-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.founder-btn-primary {
  padding: 15px 26px; background: var(--accent); color: #0B0B0B;
  font-weight: 600; font-size: 15px; border-radius: 4px;
  transition: background .2s var(--ease), transform .12s var(--ease);
}
.founder-btn-primary:hover { background: var(--accent-ink, var(--accent)); }
.founder-btn-primary:active { transform: translateY(1px); }
.founder-btn-ghost {
  padding: 15px 26px; border: 1px solid var(--line-strong); color: var(--ink);
  font-weight: 500; font-size: 15px; border-radius: 4px;
  transition: background .2s var(--ease), border-color .2s var(--ease);
}
.founder-btn-ghost:hover { background: rgba(243,241,236,0.06); }

@media (max-width: 900px) {
  .founder-hero { grid-template-columns: 1fr; gap: 36px; padding: 56px 0 56px; }
  .founder-portrait { aspect-ratio: 3 / 2; order: -1; }
  .founder-body { grid-template-columns: 1fr; gap: 36px; padding: 56px 0; }
}

/* =====================================================
   Strength & Testing page — standalone, off-scroll
   ===================================================== */
.testing {
  padding-top: calc(var(--promo-h) + var(--header-h));
  background: var(--bg);
  min-height: 100vh;
}
.testing-banner {
  background: var(--bg-tint);
  border-bottom: 1px solid var(--line);
}
.testing-banner .container {
  display: flex; align-items: center; justify-content: space-between; gap: 32px;
  flex-wrap: wrap;
  padding-top: 18px; padding-bottom: 18px;
}
.testing-banner-tag { font-size: 11px; letter-spacing: 0.14em; color: var(--accent); }
.testing-banner-stats { display: flex; gap: 40px; flex-wrap: wrap; }
.testing-banner-cell { display: flex; align-items: baseline; gap: 8px; white-space: nowrap; }
.testing-banner-cell .tb-num {
  font-family: var(--display); font-weight: 600; font-size: 26px; letter-spacing: -0.02em; white-space: nowrap;
  display: inline-block;
  background-image: linear-gradient(
    100deg,
    var(--ink) 0%,
    var(--ink) 35%,
    var(--accent) 50%,
    var(--ink) 65%,
    var(--ink) 100%
  );
  background-size: 220% 100%;
  background-position: 100% 0;
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  animation: numShimmer 5.5s var(--ease) 1.2s infinite;
}
.testing-banner-cell:nth-child(2) .tb-num { animation-delay: 1.8s; }
.testing-banner-cell:nth-child(3) .tb-num { animation-delay: 2.4s; }
.testing-banner-cell .tb-unit { font-family: var(--mono); font-size: 12px; color: var(--ink-2); }
.testing-banner-cell .tb-label {
  font-size: 10px; letter-spacing: 0.12em; color: var(--ink-3);
  padding-left: 8px; border-left: 1px solid var(--line); margin-left: 4px;
}

.testing-hero { padding: 84px 0 28px; max-width: 760px; }
.testing-eyebrow { color: var(--accent); font-size: 12px; letter-spacing: 0.14em; }
.testing-h1 {
  font-family: var(--display); font-weight: 600;
  font-size: clamp(32px, 4vw, 52px); line-height: 1.05; letter-spacing: -0.02em;
  margin: 18px 0 20px; text-wrap: balance;
}
.testing-lead { font-size: 19px; line-height: 1.6; color: var(--ink-2); margin: 0; }

.testing-how {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
  padding: 40px 0 24px;
}
.testing-card {
  background: var(--bg-tint);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 26px 24px 28px;
}
.testing-card-n { color: var(--accent); font-size: 13px; letter-spacing: 0.08em; margin-bottom: 14px; }
.testing-card h3 {
  font-family: var(--display); font-weight: 600; font-size: 20px; letter-spacing: -0.01em;
  margin: 0 0 10px;
}
.testing-card p { font-size: 15px; line-height: 1.62; color: var(--ink-2); margin: 0; }
.testing-card strong { color: var(--ink); font-weight: 600; }

.testing-signup {
  display: grid; grid-template-columns: 1fr 1fr; gap: 56px;
  align-items: center;
  margin: 56px 0;
  padding: 48px;
  background: linear-gradient(180deg, var(--bg-tint), var(--bg-elev));
  border: 1px solid var(--line);
  border-radius: 10px;
}
.testing-signup-h {
  font-family: var(--display); font-weight: 600; font-size: clamp(26px, 2.8vw, 38px);
  line-height: 1.08; letter-spacing: -0.02em; margin: 16px 0 16px;
}
.testing-signup-sub { font-size: 16px; line-height: 1.6; color: var(--ink-2); margin: 0 0 22px; }
.testing-perks { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.testing-perks li { display: flex; align-items: center; gap: 12px; font-size: 15px; color: var(--ink); }
.testing-perks .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); flex-shrink: 0; }

.tester-form { display: flex; flex-direction: column; gap: 16px; }
.tester-field { display: flex; flex-direction: column; gap: 7px; }
.tester-field label { font-size: 11px; letter-spacing: 0.12em; color: var(--ink-3); }
.tester-field label .opt { text-transform: none; letter-spacing: 0; color: var(--ink-3); opacity: 0.7; }
.tester-field input {
  background: var(--bg); color: var(--ink);
  border: 1px solid var(--line-strong); border-radius: 4px;
  padding: 13px 14px; font-size: 15px; font-family: var(--sans);
  transition: border-color .15s var(--ease), box-shadow .15s var(--ease);
}
.tester-field input::placeholder { color: var(--ink-3); }
.tester-field input:focus {
  outline: none; border-color: var(--accent);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--accent) 18%, transparent);
}
.tester-err { color: #FF8A6B; font-size: 13px; }
.tester-submit {
  margin-top: 4px; padding: 15px 20px;
  background: var(--accent); color: #0B0B0B;
  font-weight: 600; font-size: 15px; border-radius: 4px;
  transition: background .2s var(--ease), transform .12s var(--ease);
}
.tester-submit:hover { background: var(--accent-ink, var(--accent)); }
.tester-submit:active { transform: translateY(1px); }
.tester-fine { font-size: 10px; letter-spacing: 0.1em; color: var(--ink-3); text-align: center; margin: 2px 0 0; }

.tester-done { text-align: center; padding: 12px 8px; }
.tester-done-mark {
  width: 52px; height: 52px; margin: 0 auto 18px;
  display: grid; place-items: center;
  color: var(--accent); border: 2px solid var(--accent); border-radius: 50%;
}
.tester-done-mark svg { width: 26px; height: 26px; }
.tester-done h3 { font-family: var(--display); font-weight: 600; font-size: 24px; margin: 0 0 12px; }
.tester-done p { font-size: 15px; line-height: 1.6; color: var(--ink-2); margin: 0 auto; max-width: 34ch; }

.testing-foot {
  display: flex; align-items: center; justify-content: space-between; gap: 28px;
  flex-wrap: wrap;
  padding: 40px 0 120px; border-top: 1px solid var(--line);
}
.testing-foot-sub { color: var(--ink-3); font-size: 16px; margin: 0; }
.testing-foot-actions { display: flex; gap: 14px; flex-wrap: wrap; }

@media (max-width: 900px) {
  .testing-how { grid-template-columns: 1fr; gap: 16px; padding: 32px 0 16px; }
  .testing-hero { padding: 52px 0 20px; }
  .testing-signup { grid-template-columns: 1fr; gap: 32px; padding: 32px; margin: 40px 0; }
  .testing-banner .container { gap: 16px; }
  .testing-banner-stats { gap: 24px; }
}
