/* TARMAC — neural runway for robinhood chain tokens */
/* AI neon on deep space: violet + cyan + magenta aurora, mint-green "go" */

:root {
  --bg: #05060d;
  --bg2: #0a0c17;
  --panel: #0e1120;
  --panel2: #151a2e;
  --ink: #eef1fb;
  --muted: #9aa1c0;
  --dim: #636a85;
  --line: rgba(255, 255, 255, 0.07);
  --line2: rgba(255, 255, 255, 0.15);
  --violet: #8b6bff;
  --cyan: #2fd6ff;
  --magenta: #ff5ce1;
  --go: #54ffb0;
  --go-dim: #17b983;
  --go-ink: #04130c;
  --amber: #ffb454;
  --red: #ff5c6c;
  --grad: linear-gradient(100deg, #8b6bff, #ff5ce1);
  --grad2: linear-gradient(100deg, #8b6bff, #2fd6ff);
  --mono: "JetBrains Mono", ui-monospace, "SFMono-Regular", Menlo, monospace;
  --sans: "Space Grotesk", "Segoe UI", system-ui, -apple-system, sans-serif;
  --gutter: clamp(16px, 4vw, 48px);
  --maxw: 1280px;
  --rad: 14px;
  --shadow: 0 30px 90px -24px rgba(0, 0, 0, 0.85);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed; inset: 0;
  background:
    radial-gradient(1100px 560px at 82% -12%, rgba(139, 107, 255, 0.12), transparent 60%),
    radial-gradient(900px 520px at -12% 108%, rgba(47, 214, 255, 0.10), transparent 55%),
    radial-gradient(700px 500px at 50% 120%, rgba(255, 92, 225, 0.07), transparent 60%);
  pointer-events: none; z-index: 0;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
button { font-family: inherit; cursor: pointer; }
.mono { font-family: var(--mono); }
.wrap { position: relative; z-index: 1; width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 var(--gutter); }

/* ---------- aurora blobs (home) + spotlight ---------- */
.aurora { position: fixed; inset: 0; z-index: 0; pointer-events: none; overflow: hidden; }
.aurora .b { position: absolute; border-radius: 50%; filter: blur(90px); opacity: .45; mix-blend-mode: screen; }
.aurora .b1 { width: 560px; height: 560px; left: -140px; top: -100px; background: radial-gradient(circle, rgba(139,107,255,.55), transparent 65%); animation: drift1 22s ease-in-out infinite; }
.aurora .b2 { width: 600px; height: 600px; right: -160px; top: 18%; background: radial-gradient(circle, rgba(47,214,255,.42), transparent 65%); animation: drift2 27s ease-in-out infinite; }
.aurora .b3 { width: 520px; height: 520px; left: 28%; bottom: -180px; background: radial-gradient(circle, rgba(255,92,225,.34), transparent 65%); animation: drift3 32s ease-in-out infinite; }
@keyframes drift1 { 0%,100% { transform: translate(0,0) } 50% { transform: translate(70px,50px) } }
@keyframes drift2 { 0%,100% { transform: translate(0,0) } 50% { transform: translate(-60px,40px) } }
@keyframes drift3 { 0%,100% { transform: translate(0,0) } 50% { transform: translate(50px,-50px) } }
.nn-canvas { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 0; }
.spotlight { position: fixed; left: 0; top: 0; width: 560px; height: 560px; margin: -280px 0 0 -280px; pointer-events: none; z-index: 0; border-radius: 50%; background: radial-gradient(circle, rgba(139,107,255,0.09), transparent 60%); }

/* ---------- top bar (command-palette shell) ---------- */
.topbar {
  position: sticky; top: 0; z-index: 50;
  border-bottom: 1px solid var(--line);
  background: rgba(5, 6, 13, 0.72);
  backdrop-filter: blur(16px);
}
.topbar-inner { display: flex; align-items: center; gap: 22px; height: 62px; }
.brand { display: flex; align-items: center; gap: 11px; font-weight: 700; letter-spacing: 0.02em; }
.brand .mark { width: 30px; height: 30px; border-radius: 8px; }
.brand .name { font-size: 17px; }
.brand .name span { color: var(--violet); }
.nav { display: flex; align-items: center; gap: 2px; margin-left: auto; }
.nav a {
  padding: 7px 13px; border-radius: 9px; color: var(--muted);
  font-size: 14.5px; font-weight: 500; transition: color .15s, background .15s;
}
.nav a:hover { color: var(--ink); background: var(--panel); }
.nav a.active { color: var(--violet); }
.cmdk {
  display: flex; align-items: center; gap: 9px; margin-left: 14px;
  padding: 8px 13px; border-radius: 10px; border: 1px solid var(--line2);
  background: var(--panel); color: var(--muted); font-size: 13.5px;
  transition: border-color .15s, color .15s;
}
.cmdk:hover { border-color: var(--violet); color: var(--ink); }
.cmdk .kbd {
  font-family: var(--mono); font-size: 11px; padding: 2px 7px; border-radius: 6px;
  border: 1px solid var(--line2); background: var(--panel2); color: var(--muted);
}
.wallet-pill {
  display: flex; align-items: center; gap: 8px; padding: 8px 14px; border-radius: 999px;
  border: 1px solid var(--line2); background: var(--panel2); color: var(--ink);
  font-size: 13.5px; font-weight: 600; transition: border-color .15s;
}
.wallet-pill:hover { border-color: var(--violet); }
.wallet-pill .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--dim); }
.wallet-pill.connected .dot { background: var(--go); box-shadow: 0 0 10px var(--go); }

/* ---------- command palette ---------- */
.palette {
  position: fixed; inset: 0; z-index: 100; display: none;
  background: rgba(4, 5, 10, 0.6); backdrop-filter: blur(6px);
}
.palette.open { display: flex; align-items: flex-start; justify-content: center; padding-top: 14vh; }
.palette-box {
  width: min(560px, 92vw); background: var(--bg2); border: 1px solid var(--line2);
  border-radius: 16px; box-shadow: var(--shadow); overflow: hidden; animation: pop .18s ease;
}
@keyframes pop { from { transform: translateY(8px); opacity: 0; } to { transform: none; opacity: 1; } }
.palette-input {
  display: flex; align-items: center; gap: 12px; padding: 16px 18px; border-bottom: 1px solid var(--line);
}
.palette-input .ic { color: var(--violet); }
.palette-input input {
  flex: 1; background: none; border: none; outline: none; color: var(--ink);
  font-size: 15px; font-family: var(--sans);
}
.palette-list { max-height: 46vh; overflow-y: auto; padding: 8px; }
.palette-list .group { padding: 10px 12px 4px; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--dim); font-family: var(--mono); }
.palette-item {
  display: flex; align-items: center; gap: 12px; width: 100%; padding: 11px 12px;
  border-radius: 10px; color: var(--muted); font-size: 14.5px; text-align: left; background: none; border: none;
}
.palette-item:hover, .palette-item.sel { background: var(--panel); color: var(--ink); }
.palette-item .tag { margin-left: auto; font-family: var(--mono); font-size: 11px; color: var(--dim); }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 9px; padding: 13px 22px; border-radius: 11px;
  font-weight: 600; font-size: 15px; border: 1px solid transparent; transition: transform .12s, box-shadow .2s, background .2s;
  white-space: nowrap;
}
.btn:active { transform: translateY(1px); }
.btn-go { background: var(--go); color: var(--go-ink); }
.btn-go:hover { box-shadow: 0 0 0 1px var(--go), 0 10px 40px -8px rgba(84, 255, 176, 0.5); }
.btn-ghost { background: var(--panel); color: var(--ink); border-color: var(--line2); }
.btn-ghost:hover { border-color: var(--violet); }
.btn-block { width: 100%; justify-content: center; }
.btn[disabled] { opacity: 0.45; cursor: not-allowed; }

/* ---------- hero ---------- */
.hero { position: relative; padding: clamp(56px, 8vw, 116px) 0 clamp(44px, 6vw, 84px); border-bottom: 1px solid var(--line); overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.12fr 0.88fr; gap: clamp(28px, 5vw, 72px); align-items: center; }
.kicker { display: inline-flex; align-items: center; gap: 9px; padding: 7px 13px; border-radius: 999px; border: 1px solid var(--line2); background: var(--panel); color: var(--muted); font-size: 13px; font-family: var(--mono); }
.kicker .pulse { width: 8px; height: 8px; border-radius: 50%; background: var(--cyan); animation: pulse 1.6s infinite; }
@keyframes pulse { 0%,100% { opacity: 1; } 50% { opacity: 0.25; } }
h1.display { font-size: clamp(38px, 6.2vw, 74px); line-height: 1.02; letter-spacing: -0.03em; margin: 22px 0 18px; font-weight: 700; }
h1.display .glow {
  background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent;
}
.stream { color: var(--cyan); }
.stream-cursor { display: inline-block; width: 3px; height: 0.9em; background: var(--cyan); margin-left: 3px; vertical-align: -0.06em; animation: blink .8s steps(2) infinite; }
.lede { color: var(--muted); font-size: clamp(16px, 1.6vw, 19px); max-width: 540px; margin: 0 0 30px; }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-meta { display: flex; gap: 26px; margin-top: 32px; flex-wrap: wrap; }
.hero-meta .m { font-family: var(--mono); font-size: 12.5px; color: var(--dim); }
.hero-meta .m b { display: block; font-size: 20px; color: var(--ink); font-weight: 600; }
.hero-meta .m b .u { color: var(--violet); }

/* hero media (right) — real AI image */
.hero-media { position: relative; }
.hero-media .frame {
  position: relative; border-radius: 20px; overflow: hidden; border: 1px solid var(--line2);
  box-shadow: 0 0 0 1px rgba(139,107,255,.12), 0 30px 80px -20px rgba(139,107,255,.35);
}
.hero-media .frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(160deg, rgba(139,107,255,.16), transparent 45%, rgba(5,6,13,.55)); }
.hero-media img { display: block; width: 100%; height: clamp(300px, 40vw, 460px); object-fit: cover; }
.hero-media .cap { position: absolute; left: 14px; bottom: 12px; right: 14px; display: flex; justify-content: space-between; align-items: center; gap: 10px; font-family: var(--mono); font-size: 11px; color: rgba(255,255,255,.72); z-index: 1; }
.hero-media .cap .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 8px var(--cyan); }
.hero-float {
  position: absolute; top: -18px; right: -14px; z-index: 2;
  display: flex; align-items: center; gap: 10px; padding: 10px 14px; border-radius: 12px;
  background: rgba(14,17,32,.92); border: 1px solid var(--line2); backdrop-filter: blur(8px);
  font-family: var(--mono); font-size: 12px; color: var(--ink); box-shadow: var(--shadow);
  animation: floaty 5s ease-in-out infinite;
}
.hero-float .v { color: var(--cyan); font-weight: 600; }
@keyframes floaty { 0%,100% { transform: translateY(0) } 50% { transform: translateY(-9px) } }

/* right rail — live launches ticker */
.rail { border: 1px solid var(--line); border-radius: 18px; background: var(--bg2); overflow: hidden; box-shadow: var(--shadow); }
.rail-head { display: flex; align-items: center; justify-content: space-between; padding: 14px 18px; border-bottom: 1px solid var(--line); }
.rail-head .t { font-family: var(--mono); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: var(--dim); }
.rail-head .live { display: flex; align-items: center; gap: 7px; font-family: var(--mono); font-size: 12px; color: var(--cyan); }
.rail-list { max-height: 420px; overflow-y: auto; }
.tk-row { display: flex; align-items: center; gap: 13px; padding: 13px 18px; border-bottom: 1px solid var(--line); transition: background .15s; }
.tk-row:hover { background: var(--panel); }
.tk-av { width: 38px; height: 38px; border-radius: 10px; flex: none; display: grid; place-items: center; font-family: var(--mono); font-weight: 700; font-size: 15px; color: var(--bg); }
.tk-main { flex: 1; min-width: 0; }
.tk-name { font-weight: 600; font-size: 14.5px; }
.tk-sym { font-family: var(--mono); font-size: 12px; color: var(--dim); }
.tk-side { text-align: right; }
.tk-age { font-family: var(--mono); font-size: 11.5px; color: var(--dim); }
.tk-prog { margin-top: 4px; }

/* progress bar (neural) */
.prog { height: 5px; border-radius: 99px; background: var(--panel2); overflow: hidden; position: relative; }
.prog > i { position: absolute; inset: 0; border-radius: 99px; background: var(--grad2); transition: width .6s ease; }
.prog.go > i { background: repeating-linear-gradient(-45deg, var(--cyan) 0 8px, var(--violet) 8px 16px); animation: stripe 1.2s linear infinite; }
@keyframes stripe { to { background-position: 22.6px 0; } }

/* ---------- stats strip (full bleed) ---------- */
.stats-strip { border-bottom: 1px solid var(--line); background: var(--bg2); }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.stat { padding: 30px 26px; border-left: 1px solid var(--line); }
.stat:first-child { border-left: none; }
.stat .k { font-family: var(--mono); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: var(--dim); }
.stat .v { font-family: var(--mono); font-size: clamp(24px, 3vw, 34px); font-weight: 600; margin-top: 6px; }
.stat .v .u { color: var(--violet); font-size: 0.6em; }
.stat .sub { font-size: 13px; color: var(--muted); margin-top: 3px; }

/* ---------- sections ---------- */
.section { padding: clamp(56px, 8vw, 96px) 0; }
.section.tight { padding: clamp(40px, 6vw, 64px) 0; }
.sec-head { max-width: 680px; margin-bottom: 40px; }
.sec-head h2 { font-size: clamp(26px, 4vw, 42px); letter-spacing: -0.02em; margin: 0 0 12px; }
.sec-head p { color: var(--muted); margin: 0; }
.eyebrow { font-family: var(--mono); font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--violet); margin-bottom: 12px; }

/* bento */
.bento { display: grid; grid-template-columns: repeat(12, 1fr); gap: 16px; }
.card { border: 1px solid var(--line); border-radius: 18px; background: var(--bg2); padding: 26px; transition: border-color .2s, transform .2s; }
.card:hover { border-color: var(--line2); }
.card.hover-go:hover { border-color: var(--violet); }
.col-4 { grid-column: span 4; }
.col-6 { grid-column: span 6; }
.col-8 { grid-column: span 8; }
.col-12 { grid-column: span 12; }
.card h3 { margin: 0 0 8px; font-size: 19px; }
.card p { color: var(--muted); margin: 0; font-size: 14.5px; }
.card .num { font-family: var(--mono); font-size: 34px; color: var(--violet); font-weight: 600; }

/* image cards (bento) */
.img-card { padding: 0; overflow: hidden; position: relative; }
.img-card .im { height: 168px; background-size: cover; background-position: center; position: relative; }
.img-card .im::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 28%, rgba(10,12,23,.92)); }
.img-card .bd { padding: 18px 24px 24px; }
.img-card .bd h3 { margin: 0 0 6px; font-size: 18px; }
.img-card .bd p { font-size: 13.5px; }
.img-card .tag { position: absolute; top: 12px; left: 12px; z-index: 1; font-family: var(--mono); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; padding: 3px 8px; border-radius: 6px; background: rgba(5,6,13,.7); color: var(--cyan); border: 1px solid rgba(47,214,255,.3); backdrop-filter: blur(4px); }

/* full-bleed AI section */
.bleed { position: relative; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.bleed-media { position: relative; height: clamp(340px, 58vw, 640px); overflow: hidden; }
.bleed-media img { width: 100%; height: 100%; object-fit: cover; }
.bleed-media .ov { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,6,13,.96) 0%, rgba(5,6,13,.68) 46%, rgba(5,6,13,.15) 100%); }
.bleed-body { position: absolute; left: 0; top: 0; bottom: 0; width: min(620px, 92%); display: flex; flex-direction: column; justify-content: center; padding: 0 var(--gutter); z-index: 1; }
.bleed-body h2 { font-size: clamp(28px, 4.4vw, 48px); letter-spacing: -0.02em; margin: 0 0 14px; }
.bleed-body p { color: var(--muted); margin: 0 0 22px; max-width: 460px; }
.bleed-body .metric { display: flex; gap: 34px; flex-wrap: wrap; }
.bleed-body .metric .m { font-family: var(--mono); font-size: 12px; color: var(--dim); }
.bleed-body .metric .m b { display: block; font-size: 24px; color: var(--ink); font-weight: 600; }
.bleed-body .metric .m b .u { color: var(--cyan); }

/* step timeline */
.steps { counter-reset: s; display: grid; gap: 14px; }
.step { position: relative; display: flex; gap: 18px; padding: 20px 22px; border: 1px solid var(--line); border-radius: 14px; background: var(--bg2); }
.step .n { flex: none; width: 34px; height: 34px; border-radius: 10px; display: grid; place-items: center; font-family: var(--mono); font-weight: 700; background: var(--panel2); color: var(--violet); border: 1px solid var(--line2); }
.step h4 { margin: 2px 0 4px; font-size: 16px; }
.step p { margin: 0; color: var(--muted); font-size: 14px; }

/* code / terminal blocks */
.term { font-family: var(--mono); font-size: 13.5px; line-height: 1.7; background: #07080f; border: 1px solid var(--line); border-radius: 14px; padding: 20px 22px; overflow-x: auto; }
.term .c { color: var(--cyan); }
.term .m { color: var(--dim); }
.term .a { color: var(--amber); }

/* table */
.tbl { width: 100%; border-collapse: collapse; font-size: 14.5px; }
.tbl th { text-align: left; font-family: var(--mono); font-size: 12px; letter-spacing: .06em; text-transform: uppercase; color: var(--dim); padding: 10px 14px; border-bottom: 1px solid var(--line2); }
.tbl td { padding: 13px 14px; border-bottom: 1px solid var(--line); color: var(--muted); }
.tbl tr:hover td { background: var(--panel); }

/* ---------- launch form ---------- */
.launch-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(24px, 4vw, 56px); align-items: start; }
.form-panel { border: 1px solid var(--line); border-radius: 20px; background: var(--bg2); padding: clamp(22px, 3vw, 34px); }
.field { margin-bottom: 20px; }
.field label { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 7px; font-size: 13.5px; font-weight: 600; }
.field label .hint { font-family: var(--mono); font-size: 11px; color: var(--dim); font-weight: 400; }
.field input, .field textarea, .field select {
  width: 100%; padding: 12px 14px; border-radius: 11px; border: 1px solid var(--line2);
  background: var(--bg); color: var(--ink); font-size: 15px; font-family: var(--sans); outline: none;
  transition: border-color .15s, box-shadow .15s;
}
.field input:focus, .field textarea:focus { border-color: var(--violet); box-shadow: 0 0 0 3px rgba(139,107,255,.14); }
.field textarea { min-height: 96px; resize: vertical; }
.field input.mono { font-family: var(--mono); }
.row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.fee-note { display: flex; align-items: center; gap: 12px; padding: 13px 15px; border-radius: 11px; background: var(--panel); border: 1px solid var(--line); font-size: 13.5px; color: var(--muted); }
.fee-note .amt { font-family: var(--mono); color: var(--cyan); font-weight: 600; }
.form-status { margin-top: 18px; padding: 14px 16px; border-radius: 11px; font-size: 14px; display: none; }
.form-status.show { display: block; }
.form-status.err { background: rgba(255, 92, 108, 0.12); border: 1px solid rgba(255, 92, 108, 0.4); color: #ffb3ba; }
.form-status.ok { background: rgba(84, 255, 176, 0.1); border: 1px solid rgba(84, 255, 176, 0.35); color: var(--go); }
.form-status a { color: var(--cyan); text-decoration: underline; }
.check { display: flex; gap: 9px; align-items: flex-start; font-size: 13.5px; color: var(--muted); }
.check input { width: auto; margin-top: 3px; }

/* logo upload drop */
.logo-drop { border: 1px dashed var(--line2); border-radius: 14px; background: var(--bg); padding: 16px; cursor: pointer; transition: border-color .15s, background .15s; position: relative; overflow: hidden; }
.logo-drop:hover, .logo-drop:focus { border-color: var(--violet); }
.logo-drop.drag { border-color: var(--violet); background: rgba(139,107,255,.05); }
.logo-drop-inner { display: flex; align-items: center; justify-content: center; gap: 12px; min-height: 96px; }
.logo-ph { display: flex; align-items: center; gap: 10px; color: var(--dim); font-size: 14px; }
.logo-ph .up { font-family: var(--mono); color: var(--violet); font-size: 18px; }
.logo-prev { width: 88px; height: 88px; border-radius: 50%; object-fit: cover; border: 2px solid var(--violet); box-shadow: 0 0 0 4px rgba(139,107,255,.14); }
.logo-uploading { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; background: rgba(5,6,13,.74); color: var(--cyan); font-family: var(--mono); font-size: 13px; }
.tk-av img, .tok-av img { width: 100%; height: 100%; object-fit: cover; border-radius: inherit; display: block; }

/* ---------- token detail ---------- */
.tok-hero { display: flex; align-items: center; gap: 18px; padding: 26px 28px; border: 1px solid var(--line); border-radius: 18px; background: var(--bg2); }
.tok-av { width: 62px; height: 62px; border-radius: 16px; flex: none; display: grid; place-items: center; font-family: var(--mono); font-weight: 700; font-size: 24px; color: var(--bg); }
.tok-hero h2 { margin: 0; font-size: 26px; }
.tok-hero .sym { font-family: var(--mono); color: var(--dim); }
.kv { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.kv .card p { font-family: var(--mono); font-size: 20px; color: var(--ink); }
.kv .card span { font-family: var(--mono); font-size: 11.5px; color: var(--dim); text-transform: uppercase; letter-spacing: .06em; }
.addr { font-family: var(--mono); font-size: 13px; word-break: break-all; color: var(--muted); }
.addr a { color: var(--cyan); }
.copy { font-family: var(--mono); font-size: 11px; padding: 3px 8px; border-radius: 6px; border: 1px solid var(--line2); background: var(--panel); color: var(--muted); }

/* ---------- explore ---------- */
.grid-tokens { display: grid; grid-template-columns: repeat(auto-fill, minmax(270px, 1fr)); gap: 16px; }
.token-card { border: 1px solid var(--line); border-radius: 16px; background: var(--bg2); padding: 18px; transition: border-color .2s, transform .2s; }
.token-card:hover { border-color: var(--violet); transform: translateY(-3px); }
.token-card .top { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.token-card .sym { font-family: var(--mono); font-size: 12px; color: var(--dim); }
.token-card .row { display: flex; justify-content: space-between; font-family: var(--mono); font-size: 12px; color: var(--dim); margin-bottom: 6px; }
.token-card .row b { color: var(--ink); font-weight: 500; }

/* ---------- footer (brand wordmark) ---------- */
.footer { border-top: 1px solid var(--line); padding: 70px 0 46px; position: relative; }
.footer-word { font-size: clamp(44px, 10vw, 130px); font-weight: 700; letter-spacing: -0.04em; line-height: 0.9; color: var(--ink); }
.footer-word span { color: transparent; -webkit-text-stroke: 1.5px var(--violet); }
.footer-links { display: flex; flex-wrap: wrap; gap: 8px 22px; margin: 30px 0 26px; }
.footer-links a { color: var(--muted); font-size: 14.5px; }
.footer-links a:hover { color: var(--violet); }
.footer-bottom { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; border-top: 1px solid var(--line); padding-top: 24px; color: var(--dim); font-size: 13px; }
.colophon a { color: var(--muted); border-bottom: 1px dotted var(--line2); }
.colophon a:hover { color: var(--cyan); }
.credit { font-family: var(--mono); font-size: 11px; color: var(--dim); margin-top: 14px; }
.credit a { color: var(--muted); border-bottom: 1px dotted var(--line2); }
.credit a:hover { color: var(--cyan); }

/* ---------- preflight boot overlay ---------- */
.boot { position: fixed; inset: 0; z-index: 200; background: var(--bg); display: flex; align-items: center; justify-content: center; transition: opacity .5s ease, visibility .5s; }
.boot.done { opacity: 0; visibility: hidden; pointer-events: none; }
.boot-inner { width: min(560px, 90vw); }
.boot-mark { display: flex; align-items: center; gap: 13px; margin-bottom: 22px; }
.boot-mark .mark { width: 38px; height: 38px; border-radius: 10px; }
.boot-mark .t { font-weight: 700; font-size: 19px; letter-spacing: .04em; }
.boot-mark .t span { color: var(--violet); }
.boot-log { font-family: var(--mono); font-size: 13px; line-height: 1.9; color: var(--muted); min-height: 230px; }
.boot-log .line { opacity: 0; }
.boot-log .line.show { opacity: 1; animation: blink .1s; }
.boot-log .ok { color: var(--go); }
.boot-log .warn { color: var(--amber); }
@keyframes blink { from { opacity: 0; } to { opacity: 1; } }
.boot-cursor { display: inline-block; width: 8px; height: 15px; background: var(--cyan); vertical-align: -2px; animation: pulse 0.9s steps(2) infinite; }

/* ---------- reveal ---------- */
.rv { opacity: 0; transform: translateY(22px); transition: opacity .6s ease, transform .6s ease; }
.rv.in { opacity: 1; transform: none; }

/* ---------- misc ---------- */
.divider { border: none; border-top: 1px solid var(--line); }
.pill { display: inline-block; padding: 4px 11px; border-radius: 999px; font-family: var(--mono); font-size: 12px; border: 1px solid var(--line2); color: var(--muted); }
.pill.go { color: var(--go); border-color: rgba(84,255,176,.4); }
.pill.amber { color: var(--amber); border-color: rgba(255,180,84,.4); }
.pill.cyan { color: var(--cyan); border-color: rgba(47,214,255,.4); }
.breadcrumb { font-family: var(--mono); font-size: 13px; color: var(--dim); margin-bottom: 26px; }
.breadcrumb a:hover { color: var(--violet); }
.breadcrumb .sep { margin: 0 8px; opacity: .5; }
.hidden { display: none !important; }

/* ---------- responsive ---------- */
@media (max-width: 900px) {
  .hero-grid, .launch-grid { grid-template-columns: 1fr; }
  .hero-media .frame img { height: clamp(240px, 44vw, 360px); }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .stat:nth-child(2n+1) { border-left: none; }
  .stat { border-top: 1px solid var(--line); }
  .stat:nth-child(-n+2) { border-top: none; }
  .col-4, .col-6, .col-8 { grid-column: span 12; }
  .nav a:not(.active) { display: none; }
  .kv { grid-template-columns: 1fr 1fr; }
  .bleed-body { width: 100%; }
  .bleed-media .ov { background: linear-gradient(180deg, rgba(5,6,13,.2) 0%, rgba(5,6,13,.9) 100%); }
}
@media (max-width: 560px) {
  .row2 { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: 1fr; }
  .stat { border-left: none; border-top: 1px solid var(--line); }
  .stat:first-child { border-top: none; }
  .footer-bottom { flex-direction: column; }
}
