:root {
  --acid: #caff00;
  --acid-soft: #deff72;
  --black: #070907;
  --ink: #11140f;
  --cream: #f3f4e8;
  --muted: rgba(243, 244, 232, .68);
  --line: rgba(222, 255, 114, .18);
  --panel: rgba(16, 19, 15, .80);
  --shadow: 0 26px 70px rgba(0, 0, 0, .42);
  --shell: min(1220px, calc(100vw - 32px));
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--black);
  color: var(--cream);
  font-family: "Space Grotesk", system-ui, sans-serif;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }

.ambient {
  position: fixed;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  pointer-events: none;
  background:
    radial-gradient(circle at 20% 15%, rgba(202, 255, 0, .12), transparent 28%),
    radial-gradient(circle at 82% 18%, rgba(202, 255, 0, .07), transparent 26%),
    linear-gradient(180deg, #070907 0%, #0b0d09 48%, #060706 100%);
}
.scan-grid {
  position: absolute;
  inset: 0;
  opacity: .42;
  background-image:
    linear-gradient(rgba(202, 255, 0, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(202, 255, 0, .035) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(180deg, #000 0%, transparent 92%);
}
.ambient-signal {
  position: absolute;
  border: 1px solid rgba(202, 255, 0, .16);
  border-radius: 50%;
  animation: signalPulse 6s ease-in-out infinite;
}
.signal-a { width: 620px; height: 620px; right: -250px; top: 6%; }
.signal-b { width: 420px; height: 420px; left: -190px; top: 38%; animation-delay: -3s; }
.stars { position: absolute; inset: 0; }
.star {
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--acid-soft);
  opacity: .18;
  animation: twinkle var(--d, 4s) ease-in-out infinite;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  width: min(1300px, calc(100vw - 24px));
  margin: 14px auto 0;
  padding: 12px 16px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(7, 9, 7, .78);
  backdrop-filter: blur(18px);
}
.brand { display: flex; align-items: center; gap: 11px; min-width: 0; }
.brand-dish {
  width: 48px;
  height: 48px;
  flex: none;
  overflow: hidden;
  border-radius: 15px;
  border: 1px solid var(--line);
  background: var(--acid);
}
.brand-dish img { width: 100%; height: 100%; object-fit: cover; }
.brand-copy { display: grid; line-height: 1.05; }
.brand-copy strong { font-family: "Archivo Black", sans-serif; font-size: 1rem; }
.brand-copy small { margin-top: 4px; color: var(--acid); font-size: .67rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.site-nav {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 5px;
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 999px;
  background: rgba(255,255,255,.035);
}
.site-nav a { padding: 10px 13px; border-radius: 999px; color: var(--muted); font-size: .88rem; font-weight: 700; transition: .18s ease; }
.site-nav a:hover { color: var(--black); background: var(--acid); }
.header-cta,
.btn {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 800;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.header-cta,
.btn-primary { color: var(--black); background: var(--acid); box-shadow: 0 14px 40px rgba(202,255,0,.18); }
.btn-secondary { color: var(--cream); border-color: var(--line); background: rgba(255,255,255,.04); }
.btn-dark { color: var(--acid); background: var(--black); }
.btn-outline-dark { color: var(--black); border-color: rgba(7,9,7,.25); background: rgba(255,255,255,.18); }
.header-cta:hover,
.btn:hover { transform: translateY(-2px); }
.nav-toggle { display: none; width: 48px; height: 48px; border: 0; border-radius: 15px; background: rgba(255,255,255,.07); }
.nav-toggle span { display: block; width: 20px; height: 2px; margin: 4px auto; background: var(--cream); }

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr);
  align-items: center;
  gap: 42px;
  min-height: calc(100svh - 88px);
  padding: 56px 0 44px;
}
.eyebrow,
.kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--acid);
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--acid); animation: statusPulse 1.8s ease-out infinite; }
.hero h1,
.section-heading h2,
.console-copy h2,
.community-card h2 {
  margin: 18px 0 0;
  font-family: "Archivo Black", sans-serif;
  letter-spacing: -.055em;
  line-height: .88;
  text-wrap: balance;
}
.hero h1 { display: grid; font-size: clamp(3.25rem, 7.2vw, 6.9rem); }
.hero h1 span:nth-child(2) { color: var(--acid); }
.hero h1 span:nth-child(3) { -webkit-text-stroke: 1px var(--acid); color: transparent; }
.hero-lead { max-width: 700px; margin: 26px 0 0; color: var(--muted); font-size: clamp(1rem, 1.45vw, 1.18rem); line-height: 1.74; }
.hero-lead strong { color: var(--cream); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 30px; }
.contract-card {
  margin-top: 23px;
  padding: 15px 17px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255,255,255,.045);
}
.contract-card span { display: block; color: var(--muted); font-size: .78rem; }
.contract-card strong { display: block; margin-top: 5px; font-size: .92rem; overflow-wrap: anywhere; }
.copy-btn { min-height: 42px; padding: 0 15px; border: 0; border-radius: 999px; color: var(--black); background: var(--acid); font-weight: 800; cursor: pointer; }
.hero-stats { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 13px; margin-top: 20px; }
.hero-stats article { padding: 17px; border: 1px solid rgba(255,255,255,.07); border-radius: 18px; background: rgba(255,255,255,.035); }
.hero-stats strong { display: block; color: var(--acid); font-family: "Archivo Black", sans-serif; font-size: 1.1rem; }
.hero-stats span { display: block; margin-top: 6px; color: var(--muted); font-size: .85rem; }

.hero-visual { position: relative; min-height: 610px; display: grid; place-items: center; }
.orbit-system { position: relative; width: min(100%, 570px); aspect-ratio: 1; display: grid; place-items: center; }
.orbit { position: absolute; border: 1px solid rgba(202,255,0,.22); border-radius: 50%; }
.orbit-one { inset: 6%; animation: spin 18s linear infinite; }
.orbit-two { inset: 15%; border-style: dashed; animation: spinReverse 13s linear infinite; }
.orbit-three { inset: 25%; border-color: rgba(255,255,255,.12); animation: spin 24s linear infinite; }
.orbit::before,
.orbit::after { content: ""; position: absolute; width: 8px; height: 8px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 22px rgba(202,255,0,.65); }
.orbit::before { left: 16%; top: 8%; }
.orbit::after { right: 10%; bottom: 20%; }
.satellite { position: absolute; width: 52px; height: 52px; display: grid; place-items: center; color: var(--acid); filter: drop-shadow(0 0 14px rgba(202,255,0,.24)); }
.satellite svg { width: 100%; height: 100%; fill: currentColor; }
.satellite-a { left: 5%; top: 35%; animation: satelliteFloat 5s ease-in-out infinite; }
.satellite-b { right: 7%; top: 16%; transform: scale(.72); animation: satelliteFloat 6s ease-in-out infinite reverse; }
.dish-core {
  position: relative;
  z-index: 2;
  width: 64%;
  aspect-ratio: 1;
  padding: 12px;
  border: 1px solid rgba(202,255,0,.44);
  border-radius: 50%;
  background: var(--acid);
  box-shadow: 0 0 0 18px rgba(202,255,0,.035), 0 0 90px rgba(202,255,0,.18);
}
.dish-core img { width: 100%; height: 100%; border-radius: 50%; object-fit: cover; }
.core-label {
  position: absolute;
  z-index: 3;
  bottom: 12%;
  padding: 12px 17px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(7,9,7,.88);
  text-align: center;
  backdrop-filter: blur(12px);
}
.core-label span { display: block; color: var(--muted); font-size: .66rem; font-weight: 800; letter-spacing: .16em; }
.core-label strong { display: block; margin-top: 4px; color: var(--acid); font-family: "Archivo Black", sans-serif; }
.telemetry-card {
  position: absolute;
  z-index: 4;
  min-width: 190px;
  padding: 15px 17px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(7,9,7,.88);
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
}
.telemetry-card span { display: block; color: var(--muted); font-size: .66rem; font-weight: 800; letter-spacing: .14em; }
.telemetry-card strong { display: block; margin-top: 6px; font-size: .95rem; }
.telemetry-top { top: 10%; left: 0; }
.telemetry-bottom { right: 0; bottom: 14%; }
.telemetry-top i { display: block; width: 100%; height: 4px; margin-top: 10px; overflow: hidden; border-radius: 999px; background: rgba(255,255,255,.08); }
.telemetry-top i::after { content: ""; display: block; width: 72%; height: 100%; background: var(--acid); animation: linkLoad 2.2s ease-in-out infinite alternate; }

.wordmark-strip {
  width: 100%;
  overflow: hidden;
  border-block: 1px solid var(--line);
  background: var(--acid);
}
.wordmark-strip img { width: 100%; min-height: 120px; max-height: 300px; object-fit: cover; object-position: center; }

.origin,
.signal,
.rewards,
.token,
.how-to-buy,
.community { padding-top: 110px; }
.section-heading { max-width: 890px; }
.section-heading h2,
.console-copy h2,
.community-card h2 { font-size: clamp(2.5rem, 6vw, 5rem); }
.section-heading > p:last-child { color: var(--muted); font-size: 1.03rem; line-height: 1.76; }
.origin-layout { display: grid; grid-template-columns: 1.05fr .95fr; gap: 22px; margin-top: 30px; }
.timeline-card,
.origin-art,
.node-card,
.step-card,
.token-grid article {
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.035);
  box-shadow: var(--shadow);
}
.timeline-card { padding: 18px; border-radius: var(--radius); }
.timeline-step { position: relative; display: grid; grid-template-columns: 48px 1fr; gap: 15px; padding: 20px; border-radius: 20px; }
.timeline-step + .timeline-step::before { content: ""; position: absolute; left: 43px; top: -12px; width: 1px; height: 24px; background: rgba(202,255,0,.28); }
.timeline-step > span { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--acid); font-weight: 800; }
.timeline-step strong { font-size: 1.05rem; }
.timeline-step p { margin: 6px 0 0; color: var(--muted); line-height: 1.62; }
.timeline-step.active { background: var(--acid); color: var(--black); }
.timeline-step.active > span { color: var(--black); border-color: rgba(7,9,7,.25); }
.timeline-step.active p { color: rgba(7,9,7,.7); }
.origin-art { padding: 18px; border-radius: var(--radius); }
.art-frame { overflow: hidden; border-radius: 22px; background: var(--acid); }
.art-frame img { width: 100%; aspect-ratio: 1.2; object-fit: cover; }
.source-card { padding: 18px 3px 2px; }
.source-card span { color: var(--acid); font-size: .7rem; font-weight: 800; letter-spacing: .14em; }
.source-card strong { display: block; margin-top: 7px; font-size: 1.1rem; }
.source-card a { display: inline-flex; margin-top: 12px; color: var(--acid); font-weight: 800; }

.node-grid { display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); gap: 14px; margin-top: 30px; }
.node-card { position: relative; overflow: hidden; min-height: 300px; padding: 20px; border-radius: 23px; }
.node-card::after { content: ""; position: absolute; width: 120px; height: 120px; right: -45px; bottom: -45px; border: 1px solid rgba(202,255,0,.18); border-radius: 50%; }
.node-number { color: var(--acid); font-size: .72rem; font-weight: 800; }
.cat-node { position: relative; width: 72px; height: 72px; margin: 28px 0; }
.cat-node i { position: absolute; top: 2px; width: 28px; height: 34px; background: var(--acid); clip-path: polygon(50% 0, 100% 36%, 90% 100%, 10% 100%, 0 36%); }
.cat-node i:first-child { left: 4px; transform: rotate(-18deg); }
.cat-node i:nth-child(2) { right: 4px; transform: rotate(18deg); }
.cat-node b { position: absolute; left: 9px; bottom: 0; width: 54px; height: 49px; border-radius: 48% 48% 42% 42%; background: var(--acid); }
.node-card h3 { margin: 0 0 10px; font-family: "Archivo Black", sans-serif; font-size: 1.2rem; }
.node-card p { margin: 0; color: var(--muted); line-height: 1.65; }

.reward-console {
  display: grid;
  grid-template-columns: 1fr;
  gap: 26px;
  padding: clamp(24px, 4vw, 46px);
  border-radius: 36px;
  color: var(--black);
  background: var(--acid);
  box-shadow: 0 30px 90px rgba(202,255,0,.16);
}
.kicker-dark { color: rgba(7,9,7,.66); }
.console-copy {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 20px 28px;
}
.console-copy .kicker,
.console-copy h2,
.console-copy p { grid-column: 1; }
.console-copy p { max-width: 720px; color: rgba(7,9,7,.7); line-height: 1.73; }
.console-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 27px; }
.console-copy .console-actions {
  grid-column: 2;
  grid-row: 2 / span 2;
  justify-content: flex-end;
  margin-top: 0;
}
.reward-embed {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  border: 1px solid rgba(7,9,7,.18);
  border-radius: 24px;
  background: var(--black);
  box-shadow: 0 22px 60px rgba(7,9,7,.24), inset 0 0 0 1px rgba(202,255,0,.12);
}
.reward-embed iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 720px;
  border: 0;
  background: var(--black);
}

.token-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 14px; margin-top: 28px; }
.token-grid article { min-width: 0; padding: 21px; border-radius: 21px; }
.token-grid .wide { grid-column: span 2; }
.token-grid span { display: block; color: var(--muted); font-size: .75rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.token-grid strong,
.token-grid a { display: block; margin-top: 9px; font-size: 1.08rem; font-weight: 800; overflow-wrap: anywhere; }
.token-grid a { color: var(--acid); }

.steps-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 15px; margin-top: 29px; }
.step-card { padding: 23px; border-radius: 23px; }
.step-card > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; color: var(--black); background: var(--acid); font-weight: 800; }
.step-card h3 { margin: 22px 0 9px; font-family: "Archivo Black", sans-serif; font-size: 1.16rem; }
.step-card p { margin: 0; color: var(--muted); line-height: 1.68; overflow-wrap: anywhere; }

.community-card {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 28px;
  margin-bottom: 92px;
  padding: clamp(25px, 4vw, 46px);
  border-radius: 34px;
  color: var(--black);
  background: var(--acid);
}
.community-card p { max-width: 670px; color: rgba(7,9,7,.68); line-height: 1.7; }
.community-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 11px; max-width: 380px; }
.site-footer { padding: 22px 0 30px; display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; color: var(--muted); font-size: .9rem; }
.site-footer p { max-width: 800px; }
.footer-credit { display: inline-flex; align-items: center; gap: 9px; color: var(--cream); font-weight: 800; }
.footer-credit svg { width: 20px; height: 20px; fill: var(--acid); }
.toast {
  position: fixed;
  left: 50%;
  bottom: 24px;
  z-index: 80;
  transform: translate(-50%, 20px);
  opacity: 0;
  padding: 12px 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(7,9,7,.94);
  box-shadow: var(--shadow);
  pointer-events: none;
  transition: .2s ease;
}
.toast.show { transform: translate(-50%, 0); opacity: 1; }
.reveal { opacity: 0; transform: translateY(30px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
.delay-1 { transition-delay: .08s; }
.delay-2 { transition-delay: .14s; }
.delay-3 { transition-delay: .2s; }
.delay-4 { transition-delay: .26s; }

@keyframes statusPulse { 0% { box-shadow: 0 0 0 0 rgba(202,255,0,.55); } 70% { box-shadow: 0 0 0 12px rgba(202,255,0,0); } 100% { box-shadow: 0 0 0 0 rgba(202,255,0,0); } }
@keyframes signalPulse { 0%,100% { transform: scale(.96); opacity: .25; } 50% { transform: scale(1.04); opacity: .55; } }
@keyframes twinkle { 0%,100% { opacity: .08; transform: scale(.8); } 50% { opacity: .45; transform: scale(1.5); } }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes spinReverse { to { transform: rotate(-360deg); } }
@keyframes satelliteFloat { 0%,100% { translate: 0 0; } 50% { translate: 0 -14px; } }
@keyframes linkLoad { from { width: 35%; } to { width: 90%; } }

@media (max-width: 1120px) {
  .site-header { grid-template-columns: auto auto 1fr auto; }
  .nav-toggle { display: block; order: 3; }
  .site-nav {
    position: absolute;
    top: calc(100% + 10px);
    left: 10px;
    right: 10px;
    display: none;
    padding: 11px;
    border-radius: 20px;
    flex-direction: column;
    align-items: stretch;
    background: rgba(7,9,7,.97);
  }
  .site-header.nav-open .site-nav { display: flex; }
  .site-nav a { text-align: center; }
  .hero { grid-template-columns: 1fr; min-height: auto; padding-top: 34px; }
  .hero-copy { max-width: 880px; }
  .hero-visual { width: min(100%, 760px); margin-inline: auto; }
  .node-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .console-copy { grid-template-columns: 1fr; }
  .console-copy .console-actions {
    grid-column: 1;
    grid-row: auto;
    justify-content: flex-start;
    margin-top: 2px;
  }
  .reward-embed,
  .reward-embed iframe { min-height: 620px; }
  .community-card { grid-template-columns: 1fr; }
  .community-actions { justify-content: flex-start; max-width: none; }
}

@media (max-width: 800px) {
  :root { --shell: min(100vw - 20px, 1220px); }
  .site-header { width: calc(100vw - 16px); margin-top: 8px; padding: 10px; grid-template-columns: auto auto 1fr; }
  .header-cta { display: none; }
  .brand-copy small { display: none; }
  .hero { gap: 20px; padding-bottom: 24px; }
  .hero h1 { font-size: clamp(3rem, 16vw, 5.2rem); }
  .hero-stats { grid-template-columns: 1fr; }
  .contract-card { flex-direction: column; align-items: stretch; }
  .copy-btn { width: 100%; }
  .hero-visual { min-height: 500px; }
  .telemetry-card { min-width: 160px; padding: 12px 14px; }
  .telemetry-top { left: 1%; top: 8%; }
  .telemetry-bottom { right: 0; bottom: 8%; }
  .wordmark-strip img { min-height: 105px; }
  .origin,
  .signal,
  .rewards,
  .token,
  .how-to-buy,
  .community { padding-top: 78px; }
  .origin-layout,
  .node-grid,
  .token-grid,
  .steps-grid { grid-template-columns: 1fr; }
  .token-grid .wide { grid-column: auto; }
  .reward-embed,
  .reward-embed iframe { min-height: 520px; }
  .community-actions .btn { width: 100%; }
  .site-footer { justify-content: center; text-align: center; }
}

@media (max-width: 480px) {
  .brand-dish { width: 42px; height: 42px; }
  .hero-actions .btn { width: 100%; }
  .hero-visual { min-height: 420px; }
  .orbit-system { width: 112%; }
  .dish-core { width: 67%; }
  .satellite { width: 40px; height: 40px; }
  .telemetry-card { font-size: .76rem; min-width: 145px; }
  .core-label { bottom: 8%; }
  .timeline-step { grid-template-columns: 42px 1fr; padding: 17px 12px; }
  .timeline-step > span { width: 42px; height: 42px; }
  .timeline-step + .timeline-step::before { left: 33px; }
}

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