/* =========================================================
   BRAINROTIO — standard website layout
   ========================================================= */
:root {
  --g: #00c805;
  --g2: #39ff14;
  --gold: #f5d76e;
  --bg: #050705;
  --text: #eef9ee;
  --muted: #9bb8a2;
  --card: rgba(6, 14, 8, 0.88);
  --line: rgba(0, 200, 5, 0.35);
  --fd: "Orbitron", system-ui, sans-serif;
  --fb: "Space Grotesk", system-ui, sans-serif;
  --header-h: 64px;
  --ticker-h: 32px;
  --sticky-h: 76px;
  --max: 1120px;
  --radius: 16px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + var(--ticker-h) + 12px); }
html, body {
  margin: 0;
  padding: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--fb);
  line-height: 1.5;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img, video { max-width: 100%; display: block; border: 0; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; }

/* ---------- Background video ---------- */
.bg-stage {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
  background: #000;
}
.bg-poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  filter: brightness(0.55) saturate(1.1);
}
.bg-video {
  position: absolute;
  inset: -2%;
  width: 104%;
  height: 104%;
  object-fit: cover;
  z-index: 1;
  opacity: 1 !important;
  filter: brightness(0.62) saturate(1.18) contrast(1.05);
  background: #000;
  pointer-events: none;
}
.bg-v-a { animation: bgDriftA 18s ease-in-out infinite alternate; }
.bg-v-b {
  z-index: 2;
  mix-blend-mode: lighten;
  animation: bgDriftB 22s ease-in-out infinite alternate, bgCrossB 10s ease-in-out infinite;
}
.bg-v-c {
  z-index: 2;
  mix-blend-mode: soft-light;
  filter: brightness(0.55) saturate(1.3);
  animation: bgDriftC 26s ease-in-out infinite alternate, bgCrossC 14s ease-in-out infinite;
}
@keyframes bgDriftA {
  from { transform: scale(1.05) translate3d(-1%, 0.3%, 0); }
  to { transform: scale(1.12) translate3d(1.1%, -0.7%, 0); }
}
@keyframes bgDriftB {
  from { transform: scale(1.08) translate3d(1.2%, -0.5%, 0); }
  to { transform: scale(1.16) translate3d(-1.4%, 0.6%, 0); }
}
@keyframes bgDriftC {
  from { transform: scale(1.1) translate3d(0.5%, 0.7%, 0); }
  to { transform: scale(1.18) translate3d(-0.6%, -0.9%, 0); }
}
@keyframes bgCrossB {
  0%, 35%, 85%, 100% { opacity: 0 !important; }
  50% { opacity: 0.55 !important; }
  70% { opacity: 0.35 !important; }
}
@keyframes bgCrossC {
  0%, 40%, 100% { opacity: 0 !important; }
  15% { opacity: 0.28 !important; }
  65% { opacity: 0.4 !important; }
}

.bg-chromatic {
  position: absolute; inset: 0; z-index: 3;
  pointer-events: none; mix-blend-mode: soft-light; opacity: 0.3;
  background:
    radial-gradient(ellipse 50% 40% at 30% 30%, rgba(0,255,120,0.18), transparent 60%),
    radial-gradient(ellipse 45% 40% at 75% 55%, rgba(255,210,80,0.1), transparent 60%);
}
.bg-shade {
  position: absolute; inset: 0; z-index: 3; pointer-events: none;
  background:
    radial-gradient(ellipse at center, transparent 25%, rgba(0,0,0,.6) 100%),
    linear-gradient(180deg, rgba(0,0,0,.45), transparent 20%, transparent 55%, rgba(0,0,0,.85));
}
.bg-scan {
  position: absolute; inset: 0; z-index: 3; opacity: .1; pointer-events: none;
  background: repeating-linear-gradient(to bottom, transparent 0 3px, rgba(0,0,0,.14) 4px);
}
.bg-pulse {
  position: absolute; inset: 0; z-index: 3; pointer-events: none; mix-blend-mode: screen;
  background: radial-gradient(circle at 50% 35%, rgba(0,255,100,0.12), transparent 50%);
  animation: pulseGlow 3.6s ease-in-out infinite;
}
@keyframes pulseGlow {
  0%, 100% { opacity: 0.4; }
  50% { opacity: 0.8; }
}
.bg-noise {
  position: absolute; inset: 0; z-index: 3; pointer-events: none; opacity: 0.035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  mix-blend-mode: overlay;
}
#fx { position: absolute; inset: 0; z-index: 3; width: 100%; height: 100%; pointer-events: none; }

/* Neon ribbons — only 3 rows, edges of screen */
.neon-field { position: absolute; inset: 0; z-index: 4; overflow: hidden; pointer-events: none; }
.neon-ribbon {
  position: absolute; left: 0; right: 0; height: 36px;
  display: flex; align-items: center; overflow: hidden;
  background: linear-gradient(180deg, rgba(0, 25, 8, 0.5), rgba(0, 10, 4, 0.4));
  border-top: 1px solid rgba(57, 255, 20, 0.4);
  border-bottom: 1px solid rgba(57, 255, 20, 0.4);
  box-shadow: 0 0 16px rgba(0, 255, 80, 0.15);
}
.neon-ribbon.nr-0 { top: 8%; opacity: 0.75; }
.neon-ribbon.nr-2 { top: 50%; opacity: 0.55; transform: translateY(-50%); }
.neon-ribbon.nr-4 { bottom: 12%; opacity: 0.65; }
.neon-track {
  display: flex; gap: 1.5rem; white-space: nowrap; width: max-content;
  font-family: var(--fd); font-weight: 700; font-size: 11px; letter-spacing: 0.14em;
  text-transform: uppercase; color: #39ff14;
  text-shadow: 0 0 4px #39ff14, 0 0 14px rgba(57,255,20,0.75);
  animation: marquee 32s linear infinite; padding-left: 1rem;
}
.neon-ribbon.nr-2 .neon-track { animation-direction: reverse; animation-duration: 40s; filter: blur(0.5px); }
.neon-ribbon.nr-4 .neon-track { animation-duration: 36s; }

/* ---------- Layout primitives ---------- */
.container {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
}
.section {
  position: relative;
  z-index: 10;
  padding: 72px 0;
}
.section:first-of-type { padding-top: 40px; }
.sec-head {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 36px;
}
.sec-head .k,
.k {
  display: block;
  font-family: var(--fd);
  font-size: 11px;
  letter-spacing: 0.2em;
  color: var(--g2);
  margin-bottom: 8px;
  text-transform: uppercase;
}
.sec-head h2 {
  margin: 0 0 10px;
  font-family: var(--fd);
  font-size: clamp(1.35rem, 3.2vw, 1.9rem);
  letter-spacing: 0.04em;
}
.sec-head p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
}

/* ---------- Header ---------- */
.site-header {
  position: fixed;
  top: var(--ticker-h);
  left: 0; right: 0;
  z-index: 50;
  height: var(--header-h);
  background: rgba(3, 8, 4, 0.88);
  border-bottom: 1px solid rgba(0, 200, 5, 0.25);
  backdrop-filter: blur(14px);
}
.header-inner {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--fd);
  font-weight: 900;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: var(--g2);
}
.brand img {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  object-fit: cover;
  border: 1px solid rgba(0, 200, 5, 0.5);
}
.nav {
  display: flex;
  align-items: center;
  gap: 6px;
}
.nav a {
  font-size: 13px;
  font-weight: 600;
  color: var(--muted);
  padding: 8px 12px;
  border-radius: 999px;
  transition: 0.15s ease;
}
.nav a:hover { color: var(--g2); background: rgba(0, 200, 5, 0.08); }
.nav-cta {
  color: #031403 !important;
  background: linear-gradient(180deg, #2dff33, #00a806) !important;
  font-family: var(--fd) !important;
  font-size: 11px !important;
  letter-spacing: 0.08em;
  box-shadow: 0 0 16px rgba(0, 200, 5, 0.35);
}
.nav-cta:hover { filter: brightness(1.08); color: #031403 !important; }
.nav-toggle {
  display: none;
  background: rgba(0,0,0,0.4);
  border: 1px solid var(--line);
  color: var(--g2);
  width: 42px;
  height: 42px;
  border-radius: 10px;
  font-size: 18px;
  cursor: pointer;
}
@media (max-width: 860px) {
  .nav-toggle { display: inline-flex; align-items: center; justify-content: center; }
  .nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0; right: 0;
    flex-direction: column;
    align-items: stretch;
    padding: 12px;
    background: rgba(3, 10, 5, 0.96);
    border-bottom: 1px solid var(--line);
  }
  .nav.open { display: flex; }
  .nav a { padding: 12px 14px; }
}

/* ---------- Ticker ---------- */
.ticker {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 55;
  height: var(--ticker-h);
  display: flex;
  align-items: center;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(0, 20, 6, 0.98), rgba(0, 8, 2, 0.95));
}
.ticker-glow-line {
  position: absolute; left: 0; right: 0; top: 0; height: 1px;
  background: linear-gradient(90deg, transparent, var(--g2), transparent);
  box-shadow: 0 0 10px var(--g2);
}
.ticker-glow-line.bottom { top: auto; bottom: 0; }
.ticker-track {
  display: flex; gap: 1.5rem; white-space: nowrap;
  animation: marquee 28s linear infinite;
  font-family: var(--fd); font-size: 10px; font-weight: 700;
  letter-spacing: 0.14em; color: #39ff14; text-transform: uppercase;
  text-shadow: 0 0 8px rgba(57,255,20,0.8);
  padding-left: 1rem;
}
@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* push content below fixed chrome */
main {
  position: relative;
  z-index: 10;
  padding-top: calc(var(--header-h) + var(--ticker-h));
  padding-bottom: calc(var(--sticky-h) + 16px);
}

/* ---------- Buttons ---------- */
.btn {
  appearance: none !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 46px !important;
  min-width: unset !important;
  padding: 0 18px !important;
  border-radius: 12px !important;
  border: 1px solid transparent !important;
  font-family: var(--fd) !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.1em;
  cursor: pointer;
  box-shadow: none !important;
  background-image: none !important;
  transition: transform 0.15s ease, box-shadow 0.2s ease;
  -webkit-font-smoothing: antialiased !important;
}
.btn-primary {
  background: linear-gradient(180deg, #2dff33, #00a806 60%, #007804) !important;
  color: #031403 !important;
  border-color: rgba(255,255,255,0.2) !important;
  box-shadow: 0 0 22px rgba(0, 200, 5, 0.4) !important;
  animation: ctaPulse 1.8s ease-in-out infinite;
}
.btn-primary:hover { transform: translateY(-2px); }
.btn-ghost {
  background: rgba(0, 0, 0, 0.45) !important;
  color: var(--g) !important;
  border-color: var(--line) !important;
}
.btn-ghost:hover { background: rgba(0, 200, 5, 0.12) !important; }
.btn:disabled { opacity: 0.5; cursor: not-allowed; animation: none !important; transform: none !important; }
@keyframes ctaPulse {
  0%, 100% { box-shadow: 0 0 16px rgba(0,200,5,0.3) !important; }
  50% { box-shadow: 0 0 32px rgba(0,200,5,0.65) !important; }
}
.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0 22px;
}

/* ---------- Hero ---------- */
.hero {
  min-height: calc(100vh - var(--header-h) - var(--ticker-h) - 40px);
  display: flex;
  align-items: center;
  padding-top: 48px;
  padding-bottom: 48px;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 40px;
  align-items: center;
}
@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; gap: 28px; text-align: center; }
  .hero-copy .cta-row,
  .hero-copy .badges { justify-content: center; }
  .hero-copy .stats { text-align: left; }
  .hero-media { order: -1; max-width: 360px; margin: 0 auto; }
}
.badges { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 16px; }
.badge {
  font-family: var(--fd); font-size: 10px; letter-spacing: 0.14em;
  padding: 6px 11px; border-radius: 999px;
  border: 1px solid var(--line); background: rgba(0,0,0,0.45); color: var(--g);
}
.badge.live { box-shadow: 0 0 14px rgba(0,200,5,0.3); }
.badge.live i {
  display: inline-block; width: 7px; height: 7px; border-radius: 50%;
  background: var(--g2); margin-right: 6px; box-shadow: 0 0 8px var(--g2);
  animation: blink 1.1s infinite; vertical-align: middle;
}
.badge.gold { color: var(--gold); border-color: rgba(245,215,110,0.45); }
@keyframes blink { 50% { opacity: 0.3; } }

.lead {
  max-width: 48ch;
  color: var(--muted);
  font-size: 1.05rem;
  margin: 0 0 4px;
}
@media (max-width: 900px) { .lead { margin-left: auto; margin-right: auto; } }

.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
@media (max-width: 640px) { .stats { grid-template-columns: 1fr 1fr; } }
.stat {
  padding: 14px 12px;
  border-radius: 14px;
  background: var(--card);
  border: 1px solid var(--line);
  backdrop-filter: blur(10px);
}
.stat .l {
  font-family: var(--fd); font-size: 10px; letter-spacing: 0.14em;
  color: var(--muted); margin-bottom: 6px; text-transform: uppercase;
}
.stat .v { font-family: var(--fd); font-weight: 800; font-size: 1.1rem; }
.stat .v.g { color: var(--g2); text-shadow: 0 0 12px rgba(0,200,5,0.4); }
.stat .v.gold { color: var(--gold); }
.stat .h { margin-top: 4px; font-size: 12px; color: var(--muted); }
.bar {
  margin-top: 8px; height: 6px; border-radius: 99px;
  background: rgba(255,255,255,0.08); overflow: hidden;
}
.bar > i {
  display: block; height: 100%; width: 88%;
  background: linear-gradient(90deg, var(--g), var(--gold));
  border-radius: inherit;
}

.hero-media { display: flex; flex-direction: column; gap: 12px; }
.logo-box {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  border: 2px solid rgba(0, 200, 5, 0.5);
  box-shadow: 0 0 40px rgba(0, 200, 5, 0.3), 0 20px 50px rgba(0,0,0,0.45);
}
.logo-box::before {
  content: "";
  position: absolute; inset: -20%;
  background: radial-gradient(circle, rgba(0,200,5,0.4), transparent 65%);
  filter: blur(20px); z-index: -1;
  animation: glow 2.8s ease-in-out infinite;
}
@keyframes glow {
  0%, 100% { opacity: 0.5; }
  50% { opacity: 1; }
}
.logo-box img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.hero-thumbs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}
.hero-thumbs img,
.hero-thumbs video {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid rgba(0, 200, 5, 0.35);
  background: #000;
}

/* ---------- Title effects ---------- */
.title-ethereal {
  position: relative;
  display: inline-block;
  margin: 0 0 6px;
  background: none !important;
  color: transparent !important;
  filter: none !important;
  font-size: clamp(2.4rem, 6vw, 3.8rem) !important;
  letter-spacing: 0.05em !important;
  line-height: 1;
}
.title-core, .title-ghost {
  font-family: var(--fd);
  font-weight: 900;
  font-size: clamp(2.4rem, 6vw, 3.8rem);
  letter-spacing: 0.05em;
}
.title-core {
  position: relative; z-index: 2; display: block;
  background: linear-gradient(180deg, #fff 8%, var(--g2) 55%, var(--g));
  -webkit-background-clip: text; background-clip: text; color: transparent;
  filter: drop-shadow(0 0 16px rgba(0,200,5,0.4));
}
.title-ghost {
  position: absolute; left: 0; top: 0; z-index: 1;
  color: rgba(0,255,100,0.4); filter: blur(10px);
  animation: ghostTrail 3.2s ease-in-out infinite;
  pointer-events: none; white-space: nowrap;
}
.title-ghost.g2 {
  color: rgba(245,215,110,0.3); filter: blur(14px); animation-delay: 0.3s;
}
.sub-ethereal { position: relative; display: inline-block; margin: 0 0 14px; }
.sub-core {
  position: relative; z-index: 2;
  font-family: var(--fd); font-size: 0.9rem; letter-spacing: 0.4em; color: var(--gold);
  text-shadow: 0 0 14px rgba(245,215,110,0.45);
}
.sub-ghost {
  position: absolute; left: 0; top: 0; z-index: 1;
  font-family: var(--fd); font-size: 0.9rem; letter-spacing: 0.4em;
  color: rgba(245,215,110,0.45); filter: blur(6px);
  animation: ghostTrail 4s ease-in-out infinite reverse;
  white-space: nowrap; pointer-events: none;
}
@keyframes ghostTrail {
  0%, 100% { transform: translate(0,0); opacity: 0.4; }
  50% { transform: translate(5px,-3px); opacity: 0.75; }
}
.txt-glow {
  color: var(--g2) !important;
  text-shadow: 0 0 12px rgba(0,255,100,0.5);
}
.h2-ethereal { position: relative; display: inline-block; margin: 0; }
.h2-ethereal span {
  position: relative; z-index: 2;
  background: linear-gradient(180deg, #fff, var(--g2));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.h2-ethereal::before {
  content: attr(data-text);
  position: absolute; left: 0; top: 0; z-index: 1;
  color: rgba(0,255,100,0.35); filter: blur(8px);
  animation: ghostTrail 3.5s ease-in-out infinite;
  pointer-events: none; white-space: nowrap;
  font: inherit;
}

/* ---------- Cards / grids ---------- */
.grid-2 {
  display: grid;
  grid-template-columns: 1.35fr 0.9fr;
  gap: 16px;
  align-items: start;
}
@media (max-width: 900px) { .grid-2 { grid-template-columns: 1fr; } }

.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
@media (max-width: 900px) { .grid-4 { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px) { .grid-4 { grid-template-columns: 1fr; } }

.card {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--line);
  background: #000;
  aspect-ratio: 1;
  box-shadow: 0 10px 28px rgba(0,0,0,0.35);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.card:hover {
  transform: translateY(-3px);
  box-shadow: 0 0 24px rgba(0,200,5,0.28);
}
.card img {
  width: 100%; height: 100%; object-fit: cover;
}
.card .cap {
  position: absolute; left: 8px; bottom: 8px;
  font-family: var(--fd); font-size: 10px; letter-spacing: 0.14em;
  padding: 5px 9px; border-radius: 999px;
  background: rgba(0,0,0,0.7); border: 1px solid rgba(0,200,5,0.4); color: var(--g2);
}

.side-stack { display: grid; gap: 10px; }
.side-stack .card { aspect-ratio: 16/10; min-height: 100px; }

.pons-banner {
  position: relative; display: block; border-radius: var(--radius); overflow: hidden;
  border: 2px solid var(--g); box-shadow: 0 0 24px rgba(0,200,5,0.3); min-height: 100px;
}
.pons-banner img {
  width: 100%; height: 110px; object-fit: cover; filter: brightness(0.5) saturate(1.2);
}
.pons-banner span {
  position: absolute; inset: 0;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  font-family: var(--fd); font-weight: 900; letter-spacing: 0.12em;
  font-size: clamp(14px, 2vw, 18px); color: #fff;
  text-shadow: 0 0 14px rgba(0,200,5,0.9); text-align: center;
}
.pons-banner span small {
  font-size: 10px; letter-spacing: 0.28em; color: var(--gold); margin-bottom: 4px;
}

/* Terminal */
.panel .window {
  width: 100%; max-width: none;
  box-shadow: 0 16px 50px rgba(0,0,0,0.5), 0 0 24px rgba(0,200,5,0.12);
}
.panel .window-body.dark {
  margin: 0; padding: 16px;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.4), rgba(0,0,0,0.55)),
    url("../img/bg3d_city.jpg") center/cover no-repeat;
  min-height: 280px; color: #e8ffe8;
}
.panel h3 {
  margin: 0 0 8px; font-family: var(--fd); font-size: 1.2rem; color: #fff;
}
.panel p { margin: 0 0 12px; color: #d5f5dc; font-size: 14px; }
.term-feed {
  margin: 0 0 12px; padding: 10px 12px;
  background: rgba(0,0,0,0.55); border: 1px solid rgba(0,200,5,0.35);
  border-radius: 8px; font-family: var(--fd); font-size: 11px;
  color: var(--g2); line-height: 1.65;
}
.term-feed .blink { animation: blink 1s step-end infinite; }
.pills { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 12px; }
.pills a, .pills span {
  padding: 6px 10px; border-radius: 999px; border: 1px solid var(--line);
  background: rgba(0,0,0,0.45); font-size: 12px; color: var(--g2);
}
.pills a:hover { background: rgba(0,200,5,0.15); }
.pills span { color: var(--muted); opacity: 0.7; }
.rot {
  margin-top: 8px; padding: 8px; background: #000; color: var(--g2);
  font-family: var(--fd); font-size: 11px; text-align: center; border: 1px solid #333;
}

/* Fill / story / roadmap / faq */
.fill-row {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 28px;
}
@media (max-width: 900px) { .fill-row { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .fill-row { grid-template-columns: 1fr; } }
.fill-card {
  display: flex; gap: 12px; align-items: center; padding: 14px;
  border-radius: 14px; background: var(--card); border: 1px solid var(--line);
  backdrop-filter: blur(10px);
}
.fill-card img {
  width: 52px; height: 52px; object-fit: cover; border-radius: 12px;
  border: 1px solid rgba(0,200,5,0.4); flex-shrink: 0;
}
.fill-card strong {
  display: block; font-family: var(--fd); font-size: 11px;
  letter-spacing: 0.1em; color: var(--g2); margin-bottom: 4px;
}
.fill-card p { margin: 0; font-size: 12px; color: var(--muted); line-height: 1.4; }

.story-band {
  display: grid; grid-template-columns: 1.1fr 1fr; gap: 20px; align-items: center;
  padding: 20px; border-radius: 18px; background: var(--card); border: 1px solid var(--line);
}
@media (max-width: 800px) { .story-band { grid-template-columns: 1fr; } }
.story-copy p { color: var(--muted); font-size: 15px; line-height: 1.55; margin: 0 0 12px; }
.story-copy b { color: var(--g2); }
.story-list { margin: 0 0 16px; padding: 0; list-style: none; }
.story-list li {
  padding: 7px 0; font-size: 13px;
  border-bottom: 1px solid rgba(0,200,5,0.12);
}
.story-mosaic { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.story-mosaic img {
  width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 12px;
  border: 1px solid rgba(0,200,5,0.35);
}
.story-mosaic img:first-child {
  grid-row: span 2; aspect-ratio: auto; height: 100%; min-height: 200px;
}

.roadmap {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px;
}
@media (max-width: 900px) { .roadmap { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .roadmap { grid-template-columns: 1fr; } }
.rm-step {
  padding: 14px; border-radius: 16px; background: var(--card);
  border: 1px solid var(--line); transition: transform 0.2s ease;
}
.rm-step:hover { transform: translateY(-3px); }
.rm-step.done { border-color: rgba(0,200,5,0.55); }
.rm-step.hot {
  border-color: rgba(245,215,110,0.55);
  box-shadow: 0 0 18px rgba(245,215,110,0.12);
}
.rm-n {
  font-family: var(--fd); font-size: 22px; font-weight: 900;
  color: rgba(0,255,100,0.3); margin-bottom: 6px;
}
.rm-step strong {
  display: block; font-family: var(--fd); font-size: 12px;
  letter-spacing: 0.1em; color: #fff; margin-bottom: 6px;
}
.rm-step p { margin: 0 0 10px; font-size: 12px; color: var(--muted); }
.rm-step img {
  width: 100%; height: 88px; object-fit: cover; border-radius: 10px;
  border: 1px solid rgba(0,200,5,0.3);
}

.faq-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 12px;
}
@media (max-width: 640px) { .faq-grid { grid-template-columns: 1fr; } }
.faq-card {
  padding: 18px; border-radius: 14px; background: var(--card); border: 1px solid var(--line);
}
.faq-card strong {
  display: block; font-family: var(--fd); font-size: 13px;
  letter-spacing: 0.06em; color: var(--g2); margin-bottom: 8px;
}
.faq-card p { margin: 0; font-size: 13px; color: var(--muted); line-height: 1.5; }
.faq-card b { color: var(--text); }

.join-band {
  display: grid; grid-template-columns: 110px 1fr 110px; gap: 16px; align-items: center;
  margin-bottom: 20px; padding: 20px; border-radius: 18px;
  background: linear-gradient(120deg, rgba(0,40,12,0.8), rgba(0,0,0,0.7));
  border: 1px solid rgba(0,200,5,0.4);
}
@media (max-width: 700px) {
  .join-band { grid-template-columns: 1fr; text-align: center; }
  .join-band .cta-row { justify-content: center !important; }
  .join-art.right { display: none; }
  .join-art { margin: 0 auto; }
}
.join-art {
  width: 110px; height: 110px; object-fit: cover; border-radius: 16px;
  border: 2px solid rgba(0,200,5,0.5); box-shadow: 0 0 18px rgba(0,200,5,0.28);
}
.join-copy h2 {
  margin: 0 0 8px; font-family: var(--fd);
  font-size: clamp(1.15rem, 2.8vw, 1.5rem); color: #fff;
}
.join-copy p { margin: 0 0 14px; color: var(--muted); font-size: 14px; }

/* CA window */
.ca-window { width: 100% !important; }
.ca-body {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;
  gap: 14px; padding: 16px !important;
  background: linear-gradient(90deg, #e9ffe9, #fff) !important; color: #111;
}
.ca-label {
  font-family: var(--fd); font-size: 10px; letter-spacing: 0.16em; color: #555; text-transform: uppercase;
}
.ca-ethereal { position: relative; display: inline-block; }
.ca-core {
  position: relative; z-index: 2;
  font-family: var(--fd); font-size: clamp(1.3rem, 3.2vw, 1.8rem);
  font-weight: 900; letter-spacing: 0.06em;
}
.ca-ghost {
  position: absolute; left: 0; top: 0; z-index: 1;
  font-family: var(--fd); font-size: clamp(1.3rem, 3.2vw, 1.8rem); font-weight: 900;
  color: rgba(0,160,50,0.4); filter: blur(6px);
  animation: ghostTrail 2.4s ease-in-out infinite; white-space: nowrap; pointer-events: none;
}
.ca-note { font-size: 13px; color: #555; margin-top: 4px; }
.ca-right { display: flex; align-items: center; gap: 12px; }
.ca-right img {
  width: 56px; height: 56px; border-radius: 12px; object-fit: cover; border: 2px solid var(--g);
}

/* Strip */
.strip-wrap {
  margin: 28px 0 0; overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  border-block: 1px solid rgba(0,200,5,0.15);
  background: rgba(0,0,0,0.25); padding: 12px 0;
}
.strip { display: flex; gap: 10px; width: max-content; animation: marquee 40s linear infinite; }
.strip img {
  width: 100px; height: 100px; object-fit: cover; border-radius: 12px;
  border: 1px solid var(--line);
}

/* ---------- Footer ---------- */
.site-footer {
  position: relative;
  z-index: 10;
  padding: 40px 0 100px;
  border-top: 1px solid rgba(0,200,5,0.2);
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(10px);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 24px;
  align-items: start;
  margin-bottom: 20px;
}
@media (max-width: 700px) {
  .footer-grid { grid-template-columns: 1fr; text-align: center; }
  .footer-brand { justify-content: center; }
  .footer-links, .footer-ext { justify-content: center; }
}
.footer-brand {
  display: flex; align-items: center; gap: 12px;
}
.footer-brand img {
  width: 40px; height: 40px; border-radius: 10px; object-fit: cover;
  border: 1px solid rgba(0,200,5,0.4);
}
.footer-brand strong {
  display: block; font-family: var(--fd); font-size: 13px;
  letter-spacing: 0.1em; color: var(--g2);
}
.footer-brand p { margin: 2px 0 0; font-size: 12px; color: var(--muted); }
.footer-links, .footer-ext {
  display: flex; flex-wrap: wrap; gap: 8px 14px;
}
.footer-links a, .footer-ext a {
  font-size: 13px; color: var(--muted);
}
.footer-links a:hover, .footer-ext a:hover { color: var(--g2); }
.footer-note {
  font-size: 12px; color: var(--muted); opacity: 0.8;
  border-top: 1px solid rgba(255,255,255,0.06);
  padding-top: 16px;
}

/* ---------- Sticky ---------- */
.sticky {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 60;
  padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
  background: linear-gradient(180deg, transparent, rgba(0,0,0,0.85) 35%);
  pointer-events: none;
}
.sticky-inner {
  pointer-events: auto;
  max-width: 860px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  padding: 10px 12px; border-radius: 16px;
  background: rgba(0, 10, 4, 0.92); border: 1px solid rgba(0,200,5,0.4);
  box-shadow: 0 0 28px rgba(0,200,5,0.18); backdrop-filter: blur(12px);
}
.sticky-info { display: flex; align-items: center; gap: 10px; min-width: 0; }
.sticky-info img {
  width: 44px; height: 44px; border-radius: 12px; object-fit: cover; border: 1px solid var(--g);
}
.sticky-info strong {
  display: block; font-family: var(--fd); font-size: 12px; letter-spacing: 0.08em; color: var(--g2);
}
.sticky-info span { font-size: 12px; color: var(--muted); }
.sticky .btn { flex-shrink: 0; min-height: 44px !important; }

/* Mobile neon fewer rows */
@media (max-width: 768px) {
  .neon-ribbon.nr-2 { display: none; }
  .bg-v-c { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .ticker-track, .neon-track, .strip, .btn-primary,
  .bg-v-a, .bg-v-b, .bg-v-c, .title-ghost, .sub-ghost,
  .h2-ethereal::before, .ca-ghost, .bg-pulse { animation: none !important; }
  .bg-v-b, .bg-v-c, .neon-field, #fx { display: none; }
}
