/* MAU // $MAU
   GeForce dark: near-black ground, NVIDIA green (#76B900) glow. */

:root {
  --bg: #050505;
  --bg-2: #0a0b0a;
  --panel: #0d0f0c;
  --panel-2: #131611;
  --line: #1c2119;
  --line-2: #2a3226;
  --text: #f3f6ef;
  --text-2: #b4bcae;
  --muted: #7a8474;
  --green: #76b900;
  --green-hi: #9be21f;
  --green-deep: #4d7a00;
  --glow: rgba(118, 185, 0, .45);
  --glow-soft: rgba(118, 185, 0, .14);
  --shadow: inset 0 1px 0 rgba(255, 255, 255, .03), 0 30px 60px -34px rgba(0, 0, 0, .95);
  --ease: cubic-bezier(.2, .8, .2, 1);
  --ease-io: cubic-bezier(.7, 0, .2, 1);
  --f-display: "Archivo Black", "Arial Black", system-ui, sans-serif;
  --f-body: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --f-mono: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  --wrap: 1240px;
  --nav-h: 78px;
  color-scheme: dark;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 96px; background: var(--bg); }
html, body { overflow-x: clip; }
html.js:not(.no-gate):not(.entered) { overflow: hidden; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text-2);
  font: 400 17px/1.6 var(--f-body);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img, svg, canvas { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; padding: 0; cursor: pointer; }
h1, h2, h3 { margin: 0; color: var(--text); font-weight: 400; }
p, dl, dd { margin: 0; }
:focus-visible { outline: 2px solid var(--green); outline-offset: 3px; border-radius: 8px; }
::selection { background: var(--green); color: #050505; }

.mono { font-family: var(--f-mono); }
.wrap { width: min(100% - 48px, var(--wrap)); margin-inline: auto; }
.skip { position: fixed; left: 16px; top: -80px; z-index: 300; padding: 10px 14px; border-radius: 10px; background: var(--green); color: #050505; }
.skip:focus { top: 16px; }

.label {
  display: inline-block;
  font: 500 11.5px/1.2 var(--f-mono);
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--muted);
}
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 12px; font-weight: 500; letter-spacing: .16em; text-transform: uppercase;
  color: var(--green);
}
.dot {
  display: inline-block; flex: none;
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--green);
  animation: pulse-dot 2.2s infinite;
}
@keyframes pulse-dot {
  0% { box-shadow: 0 0 0 0 rgba(118, 185, 0, .55); }
  70%, 100% { box-shadow: 0 0 0 9px rgba(118, 185, 0, 0); }
}
.h2 {
  margin-top: 16px;
  font-family: var(--f-display);
  font-size: clamp(38px, 5.4vw, 76px);
  line-height: .98;
  letter-spacing: -.035em;
  color: var(--text);
}
.g { color: var(--green); text-shadow: 0 0 30px rgba(118, 185, 0, .35); }
.muted { color: var(--muted); }

/* ---------- buttons ---------- */
.btn {
  --bh: 54px;
  position: relative;
  display: inline-flex; align-items: center; gap: 12px;
  height: var(--bh);
  padding: 0 8px 0 24px;
  border-radius: 999px;
  font: 600 15px/1 var(--f-body);
  white-space: nowrap;
  transition: transform .35s var(--ease), background-color .25s, border-color .25s, color .25s, box-shadow .35s var(--ease);
}
.btn:not(:has(.btn__icon)) { padding: 0 24px; }
.btn__icon {
  display: grid; place-items: center;
  width: 40px; height: 40px; border-radius: 50%;
  background: rgba(5, 5, 5, .14);
  transition: transform .4s var(--ease);
}
.btn__icon svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.btn:hover { transform: translateY(-2px); }
.btn:hover .btn__icon { transform: rotate(45deg); }
.btn--green { background: var(--green); color: #050505; box-shadow: inset 0 0 0 1px rgba(190, 255, 90, .35), 0 14px 34px -14px var(--glow); }
.btn--green:hover { background: var(--green-hi); box-shadow: inset 0 0 0 1px rgba(210, 255, 130, .5), 0 18px 44px -12px rgba(118, 185, 0, .7); }
.btn--line { background: rgba(255, 255, 255, .02); color: var(--text); border: 1px solid var(--line-2); }
.btn--line:hover { border-color: var(--green); color: #fff; }
.btn--glow {
  background: rgba(5, 5, 5, .55); color: var(--green);
  border: 1px solid rgba(118, 185, 0, .65);
  box-shadow: 0 0 26px -6px var(--glow), inset 0 0 18px -8px var(--glow);
}
.btn--glow .btn__icon { background: rgba(118, 185, 0, .14); }
.btn--glow:hover { background: var(--green); color: #050505; }
.btn--glow:hover .btn__icon { transform: none; background: rgba(5, 5, 5, .14); }
.btn--black { background: #050505; color: #fff; box-shadow: 0 16px 30px -16px rgba(0, 0, 0, .8); }
.btn--black .btn__icon { background: rgba(118, 185, 0, .22); color: var(--green-hi); }
.btn--outline-dark { background: transparent; color: #050505; border: 1.5px solid rgba(5, 5, 5, .55); }
.btn--outline-dark:hover { background: #050505; color: #fff; border-color: #050505; }
.btn--sm { --bh: 44px; padding-left: 18px; font-size: 14px; }
.btn--sm .btn__icon { width: 32px; height: 32px; }
.btn--sm .btn__icon svg { width: 15px; height: 15px; }
.btn.is-soon::after {
  content: "Soon";
  position: absolute; top: -9px; right: -4px;
  padding: 4px 7px 3px;
  border-radius: 999px;
  background: #050505; color: var(--green);
  border: 1px solid var(--green);
  font: 700 9px/1 var(--f-mono); letter-spacing: .12em; text-transform: uppercase;
}

.icon-btn {
  display: grid; place-items: center; flex: none;
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--panel); color: var(--text);
  border: 1px solid var(--line-2);
  transition: transform .3s var(--ease), border-color .25s, color .25s;
}
.icon-btn:hover { transform: translateY(-1px); border-color: var(--green); color: var(--green); }
.icon-btn svg { width: 18px; height: 18px; }
.i-stroke { fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.i-fill { fill: currentColor; }

/* ---------- gate ---------- */
.gate {
  position: fixed; inset: 0; z-index: 100;
  display: grid; place-items: end center;
  background: #000;
  transition: transform 1.1s var(--ease-io);
  will-change: transform;
}
.no-gate .gate { display: none; }
.gate.is-lifting { transform: translateY(calc(-100% - 40px)); }
.gate__art { position: absolute; inset: 0; overflow: hidden; }
.gate__art::after {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 62% 70% at 42% 30%, rgba(0, 0, 0, 0) 38%, rgba(0, 0, 0, .78) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, .9) 86%);
}
.gate__photo {
  position: absolute; inset: -3%;
  width: 106%; height: 106%;
  object-fit: cover; object-position: 40% 0%;
  animation: gate-in 1.8s var(--ease) both;
}
@media (max-aspect-ratio: 4/5) { .gate__photo { object-position: 31% 0%; } }
@keyframes gate-in { from { opacity: 0; transform: scale(1.06); filter: brightness(.4); } to { opacity: 1; transform: none; filter: none; } }
.gate__grid {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background-image:
    linear-gradient(rgba(118, 185, 0, .09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(118, 185, 0, .09) 1px, transparent 1px);
  background-size: 56px 56px;
  -webkit-mask-image: radial-gradient(ellipse 80% 70% at 50% 60%, #000, transparent 85%);
          mask-image: radial-gradient(ellipse 80% 70% at 50% 60%, #000, transparent 85%);
}
.gate__scan { position: absolute; inset: 0; z-index: 1; overflow: hidden; pointer-events: none; }
.gate__scan::before {
  content: ""; position: absolute; left: 0; right: 0; top: 0; height: 2px;
  background: linear-gradient(90deg, transparent, var(--green-hi) 30%, var(--green-hi) 70%, transparent);
  box-shadow: 0 0 22px 4px var(--glow);
  opacity: .7;
  animation: scan-y 4.8s linear infinite;
}
@keyframes scan-y { from { transform: translateY(-10vh); } to { transform: translateY(110vh); } }
.gate__content {
  position: relative; z-index: 2;
  display: flex; flex-direction: column; align-items: center; gap: 16px;
  padding: 0 24px calc(46px + env(safe-area-inset-bottom));
  text-align: center;
}
.gate__content > * { animation: rise .95s var(--ease) both; }
.gate__content > :nth-child(1) { animation-delay: .4s; }
.gate__content > :nth-child(2) { animation-delay: .5s; }
.gate__content > :nth-child(3) { animation-delay: .62s; }
.gate__content > :nth-child(4) { animation-delay: .72s; }
.gate__eyebrow { font-size: 12px; font-weight: 700; letter-spacing: .24em; text-transform: uppercase; color: var(--green); text-shadow: 0 0 18px rgba(118, 185, 0, .6); }
.gate__mark { perspective: 900px; }
.gate__mark span {
  display: inline-block;
  padding: .06em .36em .1em;
  border-radius: .12em;
  background: var(--green);
  font: 400 clamp(64px, 11vw, 150px)/1 var(--f-display);
  letter-spacing: -.04em;
  color: #050505;
  box-shadow: 0 0 80px -12px var(--glow), inset 0 0 0 2px rgba(200, 255, 100, .4);
  animation: holo 7s ease-in-out infinite, resync 6.5s steps(1) infinite;
}
@keyframes holo {
  0%, 100% { transform: rotateY(-6deg) rotateX(2deg); }
  50% { transform: rotateY(6deg) rotateX(-2deg); }
}
@keyframes resync {
  0%, 91%, 100% { opacity: 1; }
  92% { opacity: .35; }
  93% { opacity: 1; }
  95% { opacity: .6; }
  96% { opacity: 1; }
}
.gate__enter { margin-top: 6px; }
.gate__meta { font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); }
.gate__seam {
  position: absolute; left: 0; right: 0; top: 100%;
  height: 2px;
  background: var(--green-hi);
  box-shadow: 0 0 34px 8px var(--glow);
  pointer-events: none;
}

/* ---------- nav ---------- */
.nav { position: fixed; inset: 14px 0 auto; z-index: 60; pointer-events: none; }
.nav__bar {
  pointer-events: auto;
  width: min(100% - 28px, 1320px); margin-inline: auto;
  display: flex; align-items: center; gap: 12px;
  height: 64px; padding: 0 10px 0 12px;
  border-radius: 999px;
  background: rgba(8, 10, 8, .74);
  -webkit-backdrop-filter: saturate(1.3) blur(14px);
          backdrop-filter: saturate(1.3) blur(14px);
  border: 1px solid rgba(42, 50, 38, .9);
  box-shadow: 0 16px 40px -24px rgba(0, 0, 0, .9);
  transition: box-shadow .3s, background-color .3s, border-color .3s;
}
.nav.is-scrolled .nav__bar { background: rgba(8, 10, 8, .9); border-color: rgba(118, 185, 0, .22); }
.js:not(.entered) .nav { opacity: 0; }
.js.entered .nav { animation: nav-in .9s var(--ease) .2s both; }
@keyframes nav-in { from { opacity: 0; transform: translateY(-16px); } to { opacity: 1; transform: none; } }
.nav__brand { display: flex; align-items: center; gap: 10px; flex: none; }
.nav__brand img { width: 38px; height: 38px; border-radius: 50%; box-shadow: 0 0 0 2px #050505, 0 0 0 3px var(--green), 0 0 18px -2px var(--glow); }
.nav__name { display: flex; flex-direction: column; font: 400 17px/1 var(--f-display); color: var(--text); letter-spacing: -.01em; }
.nav__name small { margin-top: 5px; font-size: 9.5px; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }
.nav__chip {
  display: inline-flex; align-items: center; gap: 8px; flex: none;
  height: 32px; padding: 0 12px; border-radius: 999px;
  background: rgba(118, 185, 0, .1); color: var(--text);
  border: 1px solid rgba(118, 185, 0, .25);
  font-size: 12px; font-weight: 700;
}
.nav__chip b { color: var(--green); font-variant-numeric: tabular-nums; }
.nav__links {
  margin-inline: auto;
  display: flex; gap: 2px; padding: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .03);
  border: 1px solid var(--line);
}
.nav__links a { padding: 9px 16px; border-radius: 999px; font-size: 14px; font-weight: 500; color: var(--text-2); transition: background-color .2s, color .2s, box-shadow .2s; }
.nav__links a:hover { color: #fff; background: rgba(255, 255, 255, .05); }
.nav__links a.is-active { color: #fff; background: rgba(118, 185, 0, .14); box-shadow: inset 0 0 0 1px rgba(118, 185, 0, .35); }
.nav__actions { display: flex; align-items: center; gap: 8px; flex: none; margin-left: auto; }
.nav__links + .nav__actions { margin-left: 0; }
.nav__menu { display: none; position: relative; width: 44px; height: 44px; border-radius: 50%; background: var(--panel); border: 1px solid var(--line-2); }
.nav__menu span { position: absolute; left: 13px; right: 13px; height: 2px; border-radius: 2px; background: var(--text); transition: transform .3s var(--ease); }
.nav__menu span:first-child { top: 17px; }
.nav__menu span:last-child { top: 24px; }
.nav__menu[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
.nav__menu[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
.nav__panel {
  pointer-events: auto;
  width: min(100% - 28px, 520px); margin: 10px auto 0;
  display: grid; gap: 4px; padding: 12px;
  border-radius: 24px; background: var(--panel);
  border: 1px solid var(--line-2); box-shadow: var(--shadow);
}
.nav__panel[hidden] { display: none; }
.nav__panel > a { padding: 14px 16px; border-radius: 14px; font: 400 20px/1 var(--f-display); color: var(--text); }
.nav__panel > a:hover { background: var(--panel-2); color: var(--green); }
.nav__panel-row { display: flex; gap: 8px; margin-top: 8px; }
.nav__panel-row .btn { flex: 1; justify-content: center; padding: 0 16px; }

/* ---------- grid background ---------- */
.grid-bg { position: absolute; inset: 0; overflow: hidden; pointer-events: none;
  -webkit-mask-image: radial-gradient(ellipse 60% 62% at 72% 44%, #000 10%, transparent 78%);
          mask-image: radial-gradient(ellipse 60% 62% at 72% 44%, #000 10%, transparent 78%);
}
.grid-bg::before {
  content: ""; position: absolute; inset: -48px;
  background-image:
    linear-gradient(rgba(118, 185, 0, .08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(118, 185, 0, .08) 1px, transparent 1px);
  background-size: 48px 48px;
  animation: grid-drift 38s linear infinite;
}
@keyframes grid-drift { to { transform: translate(48px, 48px); } }
.grid-bg--soft { -webkit-mask-image: radial-gradient(ellipse 55% 60% at 50% 50%, #000 5%, transparent 80%); mask-image: radial-gradient(ellipse 55% 60% at 50% 50%, #000 5%, transparent 80%); }

/* coolant line divider: a thin green tube with a travelling pulse */
.flowline {
  --w: min(100vw - 48px, 1240px);
  position: relative;
  width: var(--w); height: 1px; margin: 0 auto;
  background: linear-gradient(90deg, transparent, rgba(118, 185, 0, .35) 12%, rgba(118, 185, 0, .35) 88%, transparent);
}
.flowline::after {
  content: ""; position: absolute; left: 0; top: -1px;
  width: 150px; height: 3px; border-radius: 3px;
  background: linear-gradient(90deg, transparent, var(--green-hi), transparent);
  box-shadow: 0 0 14px var(--glow);
  animation: flowline 4s linear infinite;
}
@keyframes flowline { from { transform: translateX(-150px); } to { transform: translateX(var(--w)); } }

/* ---------- hero ---------- */
.hero {
  position: relative;
  min-height: 100svh;
  display: flex; flex-direction: column; justify-content: center;
  padding: calc(var(--nav-h) + 48px) 0 44px;
  overflow: hidden;
}
.hero::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(ellipse 45% 55% at 74% 46%, rgba(118, 185, 0, .12), rgba(118, 185, 0, 0) 70%);
}
.hero__wrap {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(24px, 4vw, 64px);
}
.hero__pre { margin-top: 24px; font: 600 clamp(19px, 1.7vw, 26px)/1.3 var(--f-body); color: var(--text-2); }
.hero__title {
  margin: 8px 0 26px;
  font-family: var(--f-display);
  font-size: clamp(62px, 9.2vw, 140px);
  line-height: .88;
  letter-spacing: -.05em;
  color: var(--text);
}
.hero__title .line { display: block; }
.glow { position: relative; display: inline-block; color: var(--green); text-shadow: 0 0 36px rgba(118, 185, 0, .5); animation: resync 6.5s steps(1) infinite; }
.glow::after {
  content: attr(data-text);
  position: absolute; inset: 0; z-index: -1;
  color: var(--green-hi);
  filter: blur(14px);
  opacity: .45;
  pointer-events: none;
}
.hero__lede { max-width: 36ch; font-size: clamp(17px, 1.35vw, 20px); color: var(--text-2); }
.hero__cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }

.js .intro { opacity: 0; }
.js.entered .intro { animation: rise 1s var(--ease) both; animation-delay: calc(var(--d, 0) * 90ms + 120ms); }
@keyframes rise { from { opacity: 0; transform: translateY(26px); } to { opacity: 1; transform: none; } }

/* specimen: Neko-style HUD around Mau */
.hero__stage { position: relative; display: grid; place-items: center; }
.specimen { position: relative; width: min(100%, 610px); aspect-ratio: 1; display: grid; place-items: center; }
.specimen__halo {
  position: absolute; inset: 14%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(118, 185, 0, .38), rgba(118, 185, 0, .1) 50%, rgba(118, 185, 0, 0) 70%);
  animation: halo-breathe 6s ease-in-out infinite;
}
@keyframes halo-breathe { 0%, 100% { transform: scale(.95); opacity: .8; } 50% { transform: scale(1.05); opacity: 1; } }
.specimen__rings { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
.ring { fill: none; stroke: var(--green); transform-box: view-box; transform-origin: 100px 100px; }
.ring--ticks { stroke: var(--line-2); stroke-width: 2.4; stroke-dasharray: .6 9.56; }
.ring--outer { stroke-opacity: .45; stroke-width: .6; }
.ring--dash { stroke-opacity: .8; stroke-width: .8; stroke-dasharray: 2 6; animation: spin 70s linear infinite; }
.ring--arc { stroke: var(--green-hi); stroke-width: 1.6; stroke-linecap: round; stroke-dasharray: 64 514; animation: spin 16s linear infinite reverse; }
@keyframes spin { to { transform: rotate(360deg); } }
.specimen__tilt { position: absolute; inset: 0; transition: transform .7s var(--ease); }
/* The specimen is square, so every % below is the same length: Mau is 84% of the ring box tall
   (cutout aspect .597 -> 50.15% wide), centred horizontally, 8% from the top. */
.specimen__float {
  position: absolute; left: 24.93%; top: 8%; width: 50.15%; aspect-ratio: .597;
  filter: drop-shadow(0 30px 34px rgba(0, 0, 0, .85)) drop-shadow(0 0 26px rgba(118, 185, 0, .22));
  animation: floaty 6.5s ease-in-out infinite;
}
@keyframes floaty { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-14px); } }
.mau-fig { position: relative; height: 100%; }
.mau-fig__img { width: 100%; height: 100%; object-fit: contain; user-select: none; -webkit-user-drag: none; }
.mau-fig--peek, .mau-fig--peek .mau-fig__img { height: auto; }
/* collar position measured on the cutout: centre 66.9% / 48%, band tilted about -14deg */
.mau-fig__collar {
  position: absolute; left: 66.9%; top: 48%;
  width: 42%; aspect-ratio: 2.6;
  border-radius: 50%;
  background: radial-gradient(closest-side, rgba(190, 255, 80, .75), rgba(118, 185, 0, .25) 60%, rgba(118, 185, 0, 0));
  mix-blend-mode: screen;
  transform: translate(-50%, -50%) rotate(-14deg);
  animation: collar 2.6s ease-in-out infinite;
  pointer-events: none;
}
@keyframes collar {
  0%, 100% { opacity: .45; transform: translate(-50%, -50%) rotate(-14deg) scale(.9); }
  50% { opacity: 1; transform: translate(-50%, -50%) rotate(-14deg) scale(1.1); }
}
.specimen__sweep { position: absolute; inset: 7%; border-radius: 50%; overflow: hidden; pointer-events: none; }
.specimen__sweep::before {
  content: ""; position: absolute; left: 0; right: 0; top: 0; height: 24%;
  background: linear-gradient(180deg, rgba(118, 185, 0, 0), rgba(118, 185, 0, .16) 60%, rgba(118, 185, 0, 0));
  animation: sweep 5.5s var(--ease-io) infinite;
}
@keyframes sweep { from { transform: translateY(-110%); } to { transform: translateY(520%); } }
.hud {
  position: absolute;
  display: inline-flex; align-items: center; gap: 7px;
  font-size: 10.5px; letter-spacing: .14em; text-transform: uppercase; white-space: nowrap;
  color: var(--muted);
}
.hud b { color: var(--text); font-weight: 700; }
.hud--tl { left: 3%; top: 2.5%; }
.hud--tr { right: 3%; top: 2.5%; }
.hud--bl { left: 3%; bottom: 2.5%; }
.hud--br { right: 3%; bottom: 2.5%; }
.corner { position: absolute; width: 18px; height: 18px; border: 0 solid var(--green); pointer-events: none; }
.corner--tl { left: 0; top: 0; border-top-width: 2px; border-left-width: 2px; border-top-left-radius: 6px; }
.corner--tr { right: 0; top: 0; border-top-width: 2px; border-right-width: 2px; border-top-right-radius: 6px; }
.corner--bl { left: 0; bottom: 0; border-bottom-width: 2px; border-left-width: 2px; border-bottom-left-radius: 6px; }
.corner--br { right: 0; bottom: 0; border-bottom-width: 2px; border-right-width: 2px; border-bottom-right-radius: 6px; }

/* contract strip (Kermit-style) */
.strip {
  margin-top: clamp(34px, 5vw, 60px);
  display: grid; grid-template-columns: minmax(0, 2.2fr) repeat(4, minmax(0, 1fr));
  border-radius: 22px; overflow: hidden;
  background: rgba(10, 12, 10, .88);
  border: 1px solid var(--line-2);
  box-shadow: var(--shadow);
}
.strip__cell { display: flex; flex-direction: column; justify-content: center; gap: 10px; padding: 16px 20px; border-left: 1px solid var(--line); min-width: 0; }
.strip__cell:first-child { border-left: 0; }
.strip__cell strong { display: flex; align-items: center; gap: 8px; font: 400 19px/1 var(--f-display); color: var(--text); }
.strip__cell--ca .ca { padding: 0; background: none; border: 0; }

.ca {
  display: flex; align-items: center; gap: 10px; min-width: 0;
  padding: 6px 6px 6px 16px;
  border-radius: 14px;
  background: var(--panel);
  border: 1px solid var(--line-2);
}
.ca code { flex: 1; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font: 600 14px/1.3 var(--f-mono); color: var(--text); }
.ca code.is-empty { color: var(--muted); font-weight: 500; }
.ca__copy {
  display: inline-flex; align-items: center; gap: 7px; flex: none;
  height: 38px; padding: 0 14px; border-radius: 10px;
  background: var(--panel-2); border: 1px solid var(--line-2);
  font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--text);
  transition: background-color .2s, color .2s, border-color .2s;
}
.ca__copy svg { width: 15px; height: 15px; }
.ca__copy:hover:not(:disabled) { border-color: var(--green); color: var(--green); }
.ca__copy:disabled { opacity: .4; cursor: not-allowed; }
.ca__copy.is-done { background: var(--green); border-color: var(--green); color: #050505; }

/* ---------- story (sticky render) ---------- */
.story { position: relative; height: 300svh; }
.story__sticky { position: sticky; top: 0; height: 100svh; overflow: hidden; }
.story__wrap {
  position: relative; height: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.3fr) minmax(0, 1fr);
  grid-template-rows: auto minmax(0, 1fr) auto;
  gap: 16px 44px;
  align-items: center;
  padding: calc(var(--nav-h) + 30px) 0 26px;
}
.story__head { grid-column: 1 / -1; text-align: center; }
.story__head .h2 { margin-top: 12px; font-size: clamp(32px, 4.2vw, 58px); }
.story__photo {
  grid-column: 2; grid-row: 2;
  position: relative; justify-self: center;
  width: min(100%, calc((100svh - 300px) * 1.183));
  padding: 30px 16px;
}
.story__frame {
  position: relative; overflow: hidden;
  aspect-ratio: 1000 / 845;
  border-radius: 24px;
  border: 1px solid var(--line-2);
  background: #000;
  box-shadow: 0 0 0 1px rgba(118, 185, 0, .08), 0 40px 80px -40px #000, 0 0 70px -30px var(--glow);
}
.story__canvas { width: 100%; height: 100%; }
.story__frame noscript img { width: 100%; height: 100%; object-fit: cover; }
.story__px {
  position: absolute; inset: 0; pointer-events: none;
  background-image:
    linear-gradient(rgba(0, 0, 0, .6) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 0, 0, .6) 1px, transparent 1px);
  background-size: var(--cell, 40px) var(--cell, 40px);
  opacity: .5;
}
.story__progress { position: absolute; left: 16px; right: 16px; bottom: 12px; height: 3px; border-radius: 3px; background: var(--line-2); overflow: hidden; }
.story__progress i, .meter__bar i {
  display: block; width: 100%; height: 100%;
  transform-origin: left; transform: scaleX(var(--p, 0));
  background: linear-gradient(90deg, var(--green-deep), var(--green-hi));
  border-radius: inherit;
}
.story__photo .hud--tl, .story__photo .hud--tr { top: 0; }
.story__photo .hud--tl { left: 16px; }
.story__photo .hud--tr { right: 16px; }
.story__photo .corner--tl, .story__photo .corner--tr { top: 22px; }
.story__photo .corner--bl, .story__photo .corner--br { bottom: 22px; }
.story__photo .corner--tl, .story__photo .corner--bl { left: 8px; }
.story__photo .corner--tr, .story__photo .corner--br { right: 8px; }

.story__steps { grid-column: 1; grid-row: 2; position: relative; align-self: stretch; }
.step {
  position: absolute; left: 0; right: 0; top: 50%;
  opacity: 0; transform: translateY(-38%);
  transition: opacity .22s ease, transform .5s var(--ease);
  pointer-events: none;
}
.step.is-active {
  opacity: 1; transform: translateY(-50%); pointer-events: auto;
  transition: opacity .45s ease .2s, transform .8s var(--ease) .2s;
}
.step h3 { margin: 14px 0 12px; font: 400 clamp(25px, 2.4vw, 36px)/1.04 var(--f-display); letter-spacing: -.03em; }
.step p:not(.label) { max-width: 31ch; font-size: 17px; }
.step .label { color: var(--green); }

.story__meter {
  grid-column: 3; grid-row: 2; justify-self: end;
  width: min(100%, 260px);
  padding: 22px;
  border-radius: 22px;
  background: rgba(13, 15, 12, .9);
  border: 1px solid var(--line-2);
  box-shadow: var(--shadow);
}
.meter__num { margin: 10px 0 14px; font: 400 66px/1 var(--f-display); letter-spacing: -.045em; color: var(--text); font-variant-numeric: tabular-nums; }
.meter__num small { margin-left: 3px; font-size: .38em; letter-spacing: 0; color: var(--green); }
.meter__bar { height: 6px; border-radius: 6px; background: var(--line); overflow: hidden; }
.meter__list { display: grid; gap: 8px; margin-top: 18px; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.meter__list div { display: flex; justify-content: space-between; padding-top: 8px; border-top: 1px dashed var(--line-2); }
.meter__list dt { color: var(--muted); }
.meter__list dd { color: var(--text); font-weight: 700; }
.story__cue {
  grid-column: 1 / -1; grid-row: 3; justify-self: center;
  display: flex; align-items: center; gap: 10px;
  font-size: 10.5px; letter-spacing: .16em; text-transform: uppercase; color: var(--muted);
  transition: opacity .4s;
}
.story__cue.is-hidden { opacity: 0; }
.mouse { position: relative; width: 18px; height: 28px; border: 1.5px solid var(--line-2); border-radius: 10px; }
.mouse i { position: absolute; left: 50%; top: 6px; width: 3px; height: 6px; margin-left: -1.5px; border-radius: 2px; background: var(--green); animation: wheel 1.8s infinite; }
@keyframes wheel { 0% { transform: translateY(0); opacity: 0; } 20% { opacity: 1; } 100% { transform: translateY(9px); opacity: 0; } }

/* ---------- reveal ---------- */
.js .reveal { opacity: 0; transform: translateY(28px); transition: opacity .9s var(--ease), transform .9s var(--ease); transition-delay: calc(var(--d, 0) * 110ms); }
.js .reveal.is-in { opacity: 1; transform: none; }

/* ---------- rewards ---------- */
.rewards { position: relative; padding: clamp(96px, 12vw, 160px) 0 clamp(70px, 9vw, 120px); }
.rewards__top { display: grid; grid-template-columns: 1.1fr .9fr; gap: 40px; align-items: end; margin-bottom: 52px; }
.rewards__copy p { max-width: 44ch; font-size: 18px; }
.rewards__copy p + p { margin-top: 14px; }

.flow {
  position: relative;
  aspect-ratio: 1100 / 340;
  border-radius: 30px;
  background: radial-gradient(ellipse 60% 70% at 50% 50%, rgba(118, 185, 0, .08), rgba(118, 185, 0, 0) 70%), var(--bg-2);
  border: 1px solid var(--line);
}
.flow__svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.tube use { fill: none; stroke-linecap: round; }
.tube--shell use { stroke: #1b2117; stroke-width: 22; }
.tube--glow use { stroke: var(--green); stroke-width: 12; opacity: .5; }
.tube--core use { stroke: var(--green); stroke-width: 7; }
.tube--flow use { stroke: #e2ffa3; stroke-width: 2.4; stroke-dasharray: 3 22; opacity: .85; animation: coolant 1.1s linear infinite; }
@keyframes coolant { to { stroke-dashoffset: -25; } }
.flow__bubbles circle { fill: #f0ffd2; opacity: .9; }
.flow__fittings circle { fill: #232922; stroke: #6d7768; stroke-width: 3; }
.flow__node {
  position: absolute; top: 50%;
  width: 20%; min-width: 186px;
  padding: 18px 18px 20px;
  border-radius: 20px;
  background: var(--panel);
  border: 1px solid var(--line-2);
  box-shadow: var(--shadow);
  transform: translate(-50%, -50%);
}
.flow__node--a { left: 13.636%; }
.flow__node--b { left: 50%; border-color: rgba(118, 185, 0, .55); box-shadow: 0 0 0 5px rgba(118, 185, 0, .08), 0 0 44px -14px var(--glow); }
.flow__node--c { left: 86.364%; }
.flow__node h3 { margin: 10px 0 6px; font: 400 19px/1.15 var(--f-display); letter-spacing: -.02em; }
.flow__node p:not(.label) { font-size: 14.5px; line-height: 1.45; }
.flow__node .label { color: var(--green); }
.holders { display: flex; margin-top: 12px; }
.holders img { width: 26px; height: 26px; margin-right: -7px; border-radius: 8px; box-shadow: 0 0 0 2px var(--panel); }

.rewards__base { display: grid; grid-template-columns: 1.25fr .75fr; gap: 18px; margin-top: 18px; }
.pair {
  display: flex; gap: 22px; padding: 28px;
  border-radius: 26px;
  background: linear-gradient(135deg, rgba(118, 185, 0, .13), rgba(118, 185, 0, .03));
  border: 1px solid rgba(118, 185, 0, .28);
}
.pair__chip { flex: none; display: grid; place-items: center; width: 68px; height: 68px; border-radius: 18px; background: rgba(5, 5, 5, .5); border: 1px solid rgba(118, 185, 0, .35); box-shadow: 0 0 30px -10px var(--glow); }
.pair__chip svg { width: 44px; height: 44px; fill: none; stroke: var(--green); stroke-width: 2.4; stroke-linecap: round; }
.pair__chip rect:first-child { fill: rgba(118, 185, 0, .1); }
.pair__chip rect:nth-child(2) { fill: rgba(118, 185, 0, .35); }
.pair h3 { margin: 8px 0 10px; font: 400 26px/1.1 var(--f-display); letter-spacing: -.02em; }
.pair p:not(.label) { font-size: 16.5px; }
.pair .label { color: var(--green); }
.facts { display: grid; border-radius: 26px; overflow: hidden; background: var(--panel); border: 1px solid var(--line-2); }
.facts div { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 16px 22px; border-top: 1px solid var(--line); }
.facts div:first-child { border-top: 0; }
.facts dd { font: 400 19px/1 var(--f-display); color: var(--text); font-variant-numeric: tabular-nums; }

/* ---------- tracker ---------- */
.tracker { padding: clamp(70px, 9vw, 120px) 0; background: linear-gradient(180deg, var(--bg), var(--bg-2) 35%, var(--bg-2) 70%, var(--bg)); }
.tracker__wrap { display: grid; grid-template-columns: .82fr 1.18fr; gap: 56px; align-items: start; }
.tracker__intro { position: sticky; top: 130px; }
.tracker__intro > p:not(.label) { margin-top: 18px; max-width: 38ch; font-size: 18px; }
.terminal { position: relative; overflow: hidden; border-radius: 28px; background: var(--panel); border: 1px solid var(--line-2); box-shadow: var(--shadow), 0 0 80px -50px var(--glow); }
.terminal__head {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  padding: 18px 22px;
  border-bottom: 1px solid var(--line);
  font-size: 11.5px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--text);
}
.pill {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 7px 12px; border-radius: 999px;
  background: var(--panel-2); color: var(--muted);
  border: 1px solid var(--line-2);
  font-size: 10.5px; letter-spacing: .12em;
}
.pill .dot { background: var(--line-2); animation: none; }
.pill.is-live { background: rgba(118, 185, 0, .12); color: var(--green); border-color: rgba(118, 185, 0, .35); }
.pill.is-live .dot { background: var(--green); animation: pulse-dot 2.2s infinite; }
.terminal__scan { position: absolute; left: 0; right: 0; top: 0; height: 28%; pointer-events: none; background: linear-gradient(180deg, rgba(118, 185, 0, 0), rgba(118, 185, 0, .07), rgba(118, 185, 0, 0)); animation: tscan 7s linear infinite; }
@keyframes tscan { from { transform: translateY(-100%); } to { transform: translateY(360%); } }
.terminal__stats { display: grid; grid-template-columns: 1fr 1fr; }
.stat { min-width: 0; padding: 24px 22px; border-bottom: 1px solid var(--line); }
.stat:nth-child(odd) { border-right: 1px solid var(--line); }
.stat strong { display: block; margin: 12px 0 4px; overflow: hidden; text-overflow: ellipsis; font: 700 clamp(24px, 2.5vw, 34px)/1.1 var(--f-mono); letter-spacing: -.02em; color: var(--text); font-variant-numeric: tabular-nums; }
.stat em { font-style: normal; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--green); }
.terminal__check { display: grid; gap: 12px; padding: 24px 22px; }
.terminal__row { display: flex; gap: 10px; }
.terminal__row input {
  flex: 1; min-width: 0; height: 48px; padding: 0 16px;
  border-radius: 14px; border: 1px solid var(--line-2);
  background: var(--bg-2); color: var(--text);
  font: 500 14px var(--f-mono);
  outline: none;
  transition: border-color .2s, box-shadow .2s;
}
.terminal__row input::placeholder { color: var(--muted); }
.terminal__row input:focus { border-color: var(--green); box-shadow: 0 0 0 4px rgba(118, 185, 0, .16); }
.terminal__row .btn { flex: none; }
.terminal__msg { font-size: 14.5px; color: var(--muted); }
.terminal__msg.is-error { color: #ff6b82; }
.terminal__result { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.terminal__result div { min-width: 0; padding: 14px; border-radius: 14px; background: var(--bg-2); border: 1px solid var(--line); }
.terminal__result strong { display: block; margin-top: 8px; overflow: hidden; text-overflow: ellipsis; font: 700 18px/1.15 var(--f-mono); color: var(--text); }
.terminal__foot { padding: 14px 22px; border-top: 1px solid var(--line); background: var(--bg-2); font-size: 11px; letter-spacing: .06em; color: var(--muted); }

/* ---------- how to buy ---------- */
.buy { padding: clamp(84px, 10vw, 140px) 0; }
.buy__head { margin-bottom: 52px; text-align: center; }
.steps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.stepcard {
  position: relative;
  padding: 28px;
  border-radius: 26px;
  background: var(--panel);
  border: 1px solid var(--line-2);
  box-shadow: var(--shadow);
  transition: transform .5s var(--ease), border-color .3s, box-shadow .4s, opacity .9s var(--ease);
}
.stepcard:hover { transform: translateY(-6px); border-color: rgba(118, 185, 0, .55); box-shadow: var(--shadow), 0 0 50px -24px var(--glow); }
.stepcard__top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 42px; }
.stepcard__num { font: 400 56px/1 var(--f-display); letter-spacing: -.045em; color: var(--green); text-shadow: 0 0 26px rgba(118, 185, 0, .35); }
.stepcard__icon { display: grid; place-items: center; width: 54px; height: 54px; border-radius: 16px; background: rgba(118, 185, 0, .1); border: 1px solid rgba(118, 185, 0, .25); color: var(--green); }
.stepcard__icon svg { width: 26px; height: 26px; }
.stepcard__icon--cat img { width: 34px; height: 34px; border-radius: 9px; }
.stepcard h3 { margin-bottom: 10px; font: 400 26px/1.1 var(--f-display); letter-spacing: -.025em; }
.stepcard p { font-size: 16px; }
.buy__cta { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 40px; }

/* ---------- launch band (NVIDIA green) ---------- */
.launch { position: relative; overflow: hidden; background: var(--green); padding-top: clamp(80px, 10vw, 130px); color: #050505; }
.launch::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(ellipse 50% 70% at 78% 100%, rgba(230, 255, 170, .45), rgba(230, 255, 170, 0) 70%),
    radial-gradient(ellipse 40% 50% at 8% 0%, rgba(230, 255, 170, .3), rgba(230, 255, 170, 0) 70%);
}
.launch__lines {
  position: absolute; inset: 0; pointer-events: none; overflow: hidden; opacity: .5;
  -webkit-mask-image: linear-gradient(90deg, #000, transparent 70%);
          mask-image: linear-gradient(90deg, #000, transparent 70%);
}
.launch__lines::before {
  content: ""; position: absolute; inset: -40px 0 0;
  background: repeating-linear-gradient(180deg, rgba(5, 5, 5, .07) 0 1px, transparent 1px 8px);
  animation: lines-y 6s linear infinite;
}
@keyframes lines-y { to { transform: translateY(40px); } }
.launch__wrap { position: relative; display: grid; grid-template-columns: 1.1fr .9fr; gap: 30px; align-items: end; }
.launch__copy { padding-bottom: clamp(80px, 10vw, 130px); }
.launch .label { color: #050505; opacity: .72; }
.launch__title { margin: 16px 0 22px; font: 400 clamp(64px, 10vw, 156px)/.86 var(--f-display); letter-spacing: -.052em; color: #050505; }
.launch__lede { max-width: 44ch; font-size: 18px; color: #0a1400; opacity: .86; }
.ca--band { max-width: 560px; margin: 28px 0 22px; background: rgba(5, 5, 5, .1); border-color: rgba(5, 5, 5, .22); }
.ca--band .label { flex: none; opacity: 1; color: #050505; font-weight: 700; }
.ca--band code { color: #050505; }
.ca--band code.is-empty { color: rgba(5, 5, 5, .6); }
.ca--band .ca__copy { background: #050505; border-color: #050505; color: var(--green-hi); }
.launch__cta { display: flex; flex-wrap: wrap; gap: 12px; }
.launch__peek { position: relative; align-self: stretch; min-height: 460px; }
.mau-fig--peek {
  position: absolute; left: 50%; bottom: -4%;
  width: min(500px, 104%);
  transform: translate(-50%, var(--peek, 42%));
  transition: transform 1.4s var(--ease);
  filter: drop-shadow(0 -10px 40px rgba(5, 5, 5, .35));
}
.launch.is-in .mau-fig--peek { --peek: 0%; }

/* ---------- footer ---------- */
.foot { padding: 46px 0 28px; background: var(--bg); border-top: 1px solid var(--line); }
.foot__wrap { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 24px; }
.foot__brand { display: flex; align-items: center; gap: 12px; font: 400 19px/1 var(--f-display); color: var(--text); }
.foot__brand img { border-radius: 50%; box-shadow: 0 0 0 2px var(--bg), 0 0 0 3px var(--green); }
.foot__brand small { display: block; margin-top: 6px; font-size: 10px; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }
.foot__links { display: flex; flex-wrap: wrap; gap: 22px; font-size: 14px; font-weight: 500; color: var(--text-2); }
.foot__links a:hover { color: var(--green); }
.foot__social { display: flex; gap: 8px; }
.foot__base { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px; margin-top: 30px; padding-top: 20px; border-top: 1px solid var(--line); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }

/* ---------- toast ---------- */
.toast {
  position: fixed; left: 50%; bottom: calc(22px + env(safe-area-inset-bottom)); z-index: 150;
  padding: 12px 18px; border-radius: 999px;
  background: var(--green); color: #050505;
  font-size: 12px; font-weight: 700; letter-spacing: .06em;
  box-shadow: 0 16px 40px -12px var(--glow);
  opacity: 0; transform: translate(-50%, 16px);
  pointer-events: none;
  transition: opacity .3s, transform .4s var(--ease);
}
.toast.is-on { opacity: 1; transform: translate(-50%, 0); }

/* ---------- receipts (real posts from X) ---------- */
.receipts { position: relative; padding: clamp(96px, 12vw, 150px) 0 clamp(70px, 9vw, 110px); overflow: hidden; }
.receipts > .grid-bg { -webkit-mask-image: radial-gradient(ellipse 65% 38% at 50% 0%, #000 5%, transparent 80%); mask-image: radial-gradient(ellipse 65% 38% at 50% 0%, #000 5%, transparent 80%); }
.receipts__head { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; gap: 40px; align-items: end; margin-bottom: 56px; }
.receipts__copy > p { max-width: 46ch; font-size: 18px; }
.receipts__stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 22px; border-radius: 18px; overflow: hidden; background: var(--panel); border: 1px solid var(--line-2); }
.receipts__stats div { padding: 14px 16px; border-left: 1px solid var(--line); }
.receipts__stats div:first-child { border-left: 0; }
.receipts__stats dt { font-size: 10.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }
.receipts__stats dd { margin-top: 8px; font: 400 18px/1 var(--f-display); color: var(--text); white-space: nowrap; }
.receipts__group { position: relative; display: flex; align-items: center; gap: 14px; margin: 0 0 18px; font-size: 12px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--green); }
.receipts__group::after { content: ""; flex: 1; height: 1px; background: linear-gradient(90deg, rgba(118, 185, 0, .45), rgba(118, 185, 0, 0)); }
/* Every receipt is the same box: 3 per row, 2 on tablets, 1 on phones; a short last row is centred. */
.receipts__grid { position: relative; display: flex; flex-wrap: wrap; justify-content: center; gap: 18px; }
.receipts__grid--featured { margin-bottom: 60px; }
.receipts__grid > .rcpt { flex: 0 0 calc((100% - 36px) / 3); min-width: 0; }
.receipts__note { position: relative; margin-top: 22px; font-size: 11px; letter-spacing: .06em; color: var(--muted); }
.receipts__note a { color: var(--text-2); text-decoration: underline; text-decoration-color: var(--line-2); text-underline-offset: 3px; }
.receipts__note a:hover { color: var(--green); }

.rcpt {
  position: relative;
  display: flex; flex-direction: column;
  border-radius: 22px; overflow: hidden;
  background: var(--panel);
  border: 1px solid var(--line-2);
  box-shadow: var(--shadow);
  transition: border-color .3s, box-shadow .4s;
}
.rcpt:hover { border-color: rgba(118, 185, 0, .5); box-shadow: var(--shadow), 0 0 50px -26px var(--glow); }
.rcpt__media { position: relative; aspect-ratio: 3 / 2; overflow: hidden; background: #000; }
.rcpt__media img, .rcpt__media video { display: block; width: 100%; height: 100%; object-fit: cover; }
.rcpt__media.is-contain img { object-fit: contain; }
.rcpt__zoom { display: block; width: 100%; height: 100%; cursor: zoom-in; }
.rcpt__zoom img { transition: transform .9s var(--ease); }
.rcpt:hover .rcpt__zoom img { transform: scale(1.03); }
.rcpt__tag, .rcpt__badge {
  position: absolute; top: 12px;
  padding: 5px 9px; border-radius: 8px;
  background: rgba(5, 5, 5, .74);
  border: 1px solid rgba(118, 185, 0, .35);
  font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
  color: var(--green);
  pointer-events: none;
}
.rcpt__tag { left: 12px; }
.rcpt__badge { right: 12px; color: #050505; background: var(--green); border-color: var(--green); }
.rcpt__body { flex: 1; display: flex; flex-direction: column; gap: 12px; padding: 16px 18px; }
.rcpt__who { display: flex; align-items: center; gap: 8px; min-width: 0; }
.rcpt__name { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 15px; font-weight: 700; color: var(--text); }
.rcpt__handle { flex: none; font-size: 12px; color: var(--muted); }
.rcpt__x { flex: none; width: 15px; height: 15px; margin-left: auto; fill: var(--text-2); }
/* Fixed text area so every card is the same height: 4 lines of post text, or 2 lines + a 2-line quote. */
.rcpt__content { display: flex; flex-direction: column; gap: 10px; height: 124px; overflow: hidden; }
.rcpt__text {
  display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4; overflow: hidden;
  color: var(--text); font-size: 16px; line-height: 1.5; white-space: pre-line; overflow-wrap: anywhere;
}
.rcpt--quote .rcpt__text { -webkit-line-clamp: 2; }
.rcpt__text a, .rcpt__quote a { color: var(--green); }
.rcpt--featured { border-color: rgba(118, 185, 0, .35); }
.rcpt__quote { margin: 0; padding: 8px 12px; border-radius: 12px; background: var(--bg-2); border: 1px solid var(--line-2); }
.rcpt__qtext {
  display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;
  font-size: 13.5px; line-height: 1.42; color: var(--text-2); white-space: pre-line; overflow-wrap: anywhere;
}
.rcpt__qtext b { color: var(--text); font-weight: 700; }
.rcpt__qtext .mono { font-size: 11.5px; color: var(--muted); }
.rcpt__meta { display: flex; flex-wrap: wrap; align-items: center; gap: 6px 14px; margin-top: auto; padding-top: 12px; border-top: 1px solid var(--line); font-size: 11.5px; letter-spacing: .04em; color: var(--muted); }
.rcpt__meta span { display: inline-flex; align-items: center; gap: 5px; }
.rcpt__meta svg { width: 14px; height: 14px; }
.rcpt__meta a { margin-left: auto; font-size: 10.5px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--green); }
.rcpt__meta a:hover { color: var(--green-hi); }

.lightbox { max-width: min(94vw, 1500px); max-height: 94vh; padding: 0; overflow: visible; border: 0; background: transparent; color: var(--text); }
.lightbox::backdrop { background: rgba(0, 0, 0, .9); }
.lightbox[open] { animation: lb-in .35s var(--ease); }
@keyframes lb-in { from { opacity: 0; transform: scale(.97); } to { opacity: 1; transform: none; } }
.lightbox figure { display: grid; gap: 12px; margin: 0; }
.lightbox img { width: auto; height: auto; max-width: min(94vw, 1500px); max-height: 82vh; border-radius: 16px; border: 1px solid var(--line-2); box-shadow: 0 30px 80px rgba(0, 0, 0, .85); }
.lightbox figcaption { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px 18px; font-size: 12px; letter-spacing: .05em; color: var(--text-2); }
.lightbox figcaption a { font-weight: 700; color: var(--green); }
.lightbox__close { position: fixed; top: 18px; right: 18px; z-index: 2; display: grid; place-items: center; width: 46px; height: 46px; border-radius: 50%; background: var(--panel); border: 1px solid var(--line-2); color: var(--text); }
.lightbox__close:hover { border-color: var(--green); color: var(--green); }
.lightbox__close svg { width: 20px; height: 20px; }

@media (max-width: 980px) {
  .receipts__head { grid-template-columns: minmax(0, 1fr); gap: 18px; }
  .receipts__grid > .rcpt { flex-basis: calc((100% - 18px) / 2); }
}
@media (max-width: 640px) {
  .receipts__grid > .rcpt { flex-basis: 100%; }
  .receipts__stats { grid-template-columns: minmax(0, 1fr); }
  .receipts__stats div { display: flex; justify-content: space-between; align-items: center; border-left: 0; border-top: 1px solid var(--line); }
  .receipts__stats div:first-child { border-top: 0; }
  .receipts__stats dd { margin-top: 0; }
}

/* ---------- responsive ---------- */
@media (max-width: 1180px) {
  .nav__chip { display: none; }
  .strip { grid-template-columns: minmax(0, 1.6fr) repeat(4, minmax(0, 1fr)); }
}
@media (max-width: 980px) {
  .nav__links, .nav__actions .icon-btn { display: none; }
  .nav__menu { display: block; }
  .nav__actions, .nav__links + .nav__actions { margin-left: auto; }

  .hero { padding-top: calc(var(--nav-h) + 30px); }
  .hero__wrap { grid-template-columns: 1fr; gap: 10px; }
  .hero__copy { display: flex; flex-direction: column; align-items: center; text-align: center; }
  .hero__lede { margin-inline: auto; }
  .hero__cta { justify-content: center; }
  .hero__stage { order: -1; }
  .specimen { width: min(100%, 460px); }
  .strip { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .strip__cell--ca { grid-column: 1 / -1; border-bottom: 1px solid var(--line); }
  .strip__cell--ca + .strip__cell { border-left: 0; }

  .story { height: 260svh; }
  .story__wrap {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto auto auto;
    align-content: center;
    gap: 14px;
    padding: calc(var(--nav-h) + 16px) 0 20px;
  }
  .story__photo { grid-column: 1; grid-row: 2; width: min(100%, calc((100svh - 400px) * 1.183)); min-width: 260px; padding: 26px 8px; }
  .story__steps { grid-column: 1; grid-row: 3; min-height: 175px; text-align: center; }
  .step p:not(.label) { margin-inline: auto; }
  .story__meter, .story__cue { display: none; }

  .rewards__top, .rewards__base, .tracker__wrap { grid-template-columns: minmax(0, 1fr); }
  .rewards__top { gap: 18px; }
  .tracker__intro { position: static; }
  .steps { grid-template-columns: minmax(0, 1fr); }
  .stepcard__top { margin-bottom: 24px; }

  .launch__wrap { grid-template-columns: minmax(0, 1fr); gap: 0; }
  .launch__copy { padding-bottom: 8px; }
  /* Stacked: Mau rises into a clipped window under the buttons instead of covering them. */
  .launch__peek { min-height: 0; height: 380px; overflow: hidden; }
  .mau-fig--peek { width: min(340px, 82%); top: 36px; bottom: auto; }
}
@media (max-width: 820px) {
  .flow { aspect-ratio: auto; display: grid; gap: 38px; padding: 0; background: none; border: 0; }
  .flow__svg { display: none; }
  .flow__node { position: relative; left: auto !important; top: auto; width: auto; min-width: 0; transform: none; }
  .flow__node + .flow__node::before { content: ""; position: absolute; left: 32px; top: -39px; width: 6px; height: 38px; border-radius: 6px; background: var(--green); box-shadow: 0 0 14px var(--glow); }
  .flow__node + .flow__node::after { content: ""; position: absolute; left: 33px; top: -39px; width: 4px; height: 8px; border-radius: 4px; background: #f0ffd2; animation: drop 1.4s linear infinite; }
  @keyframes drop { 0% { transform: translateY(0); opacity: 0; } 20% { opacity: 1; } 100% { transform: translateY(30px); opacity: 0; } }
}
@media (max-width: 600px) {
  body { font-size: 16px; }
  .wrap { width: min(100% - 32px, var(--wrap)); }
  .flowline { --w: calc(100vw - 32px); }
  .nav { inset: 10px 0 auto; }
  .nav__bar { width: calc(100% - 20px); height: 58px; padding: 0 7px 0 8px; gap: 8px; }
  .nav__name small { display: none; }
  .nav__buy { --bh: 42px; padding-left: 14px; }
  .nav__buy .btn__icon { display: none; }
  .nav__buy.btn { padding-right: 14px; }
  .hero__title { font-size: clamp(58px, 17vw, 86px); margin: 8px 0 18px; }
  .hero__cta .btn { flex: 1 1 auto; justify-content: center; }
  .strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .strip__cell { padding: 14px; }
  .strip__cell:nth-child(4) { border-left: 0; }
  .strip__cell:nth-child(2), .strip__cell:nth-child(3) { border-bottom: 1px solid var(--line); }
  .strip__cell strong { font-size: 16px; }
  .ca { padding-left: 12px; }
  .ca code { font-size: 12.5px; }
  .hud { font-size: 9px; letter-spacing: .1em; }
  .pair { flex-direction: column; padding: 22px; }
  .terminal__stats { grid-template-columns: minmax(0, 1fr); }
  .stat:nth-child(odd) { border-right: 0; }
  .terminal__row { flex-direction: column; }
  .terminal__result { grid-template-columns: minmax(0, 1fr); }
  .terminal__head { flex-direction: column; align-items: flex-start; }
  .launch__cta .btn { flex: 1 1 auto; justify-content: center; }
  .foot__wrap { flex-direction: column; align-items: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
}
