:root {
  --bg: #07091c;
  --bg2: #10133a;
  --card: rgba(255, 255, 255, 0.08);
  --card2: rgba(255, 255, 255, 0.12);
  --text: #ffffff;
  --muted: #c5c2ee;
  --teal: #14f195;
  --aqua: #42fff5;
  --purple: #9945ff;
  --pink: #ff4fd8;
  --yellow: #ffd84d;
  --cream: #fff7e8;
  --border: rgba(255, 255, 255, 0.16);
  --shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
  --radius: 28px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 79, 216, 0.34), transparent 28%),
    radial-gradient(circle at 82% 10%, rgba(20, 241, 149, 0.25), transparent 30%),
    radial-gradient(circle at 55% 45%, rgba(153, 69, 255, 0.22), transparent 35%),
    linear-gradient(140deg, var(--bg), var(--bg2) 60%, #071227);
  min-height: 100vh;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, a { -webkit-tap-highlight-color: transparent; }
.site-shell { position: relative; overflow: hidden; }
.grain {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.24;
  background-image:
    radial-gradient(rgba(255,255,255,.55) 1px, transparent 1px),
    radial-gradient(rgba(255,255,255,.35) 1px, transparent 1px);
  background-position: 0 0, 18px 18px;
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, black, transparent 75%);
}
.section-pad {
  width: min(var(--max), calc(100% - 40px));
  margin-inline: auto;
  padding: 96px 0;
}
.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  width: min(var(--max), calc(100% - 32px));
  margin: 18px auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 12px 14px;
  border: 1px solid var(--border);
  background: rgba(7, 9, 28, 0.72);
  backdrop-filter: blur(18px);
  border-radius: 999px;
  box-shadow: var(--shadow);
}
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 900; letter-spacing: .02em; }
.brand img { width: 38px; height: 38px; border-radius: 50%; box-shadow: 0 0 22px rgba(20,241,149,.45); }
.nav-links { display: flex; align-items: center; gap: 22px; color: var(--muted); font-size: 14px; }
.nav-links a:hover, .footer-links a:hover { color: var(--teal); }
.nav-cta {
  border-radius: 999px;
  padding: 12px 18px;
  color: #07091c;
  background: linear-gradient(90deg, var(--teal), var(--aqua));
  font-weight: 900;
  box-shadow: 0 0 28px rgba(20, 241, 149, 0.28);
}
.hero {
  display: grid;
  grid-template-columns: 1fr 0.95fr;
  align-items: center;
  gap: 42px;
  min-height: 820px;
  padding-top: 82px;
}
.eyebrow {
  color: var(--teal);
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: 12px;
  font-weight: 900;
  margin: 0 0 14px;
}
h1, h2, h3, p { margin-top: 0; }
h1 {
  margin-bottom: 4px;
  font-size: clamp(64px, 9.5vw, 142px);
  line-height: .85;
  letter-spacing: -0.08em;
  font-weight: 1000;
  text-shadow: 0 0 38px rgba(153, 69, 255, .35);
}
.ticker {
  display: inline-block;
  margin: 0 0 22px;
  padding: 10px 18px 12px;
  border: 1px solid rgba(66,255,245,.46);
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(20,241,149,.18), rgba(153,69,255,.22));
  color: var(--cream);
  font-size: clamp(34px, 5vw, 62px);
  font-weight: 1000;
  letter-spacing: -0.04em;
  box-shadow: 0 0 32px rgba(153,69,255,.26);
}
.hero-subtitle {
  font-size: clamp(25px, 3vw, 42px);
  line-height: 1.05;
  font-weight: 1000;
  letter-spacing: -0.04em;
  margin-bottom: 18px;
  max-width: 720px;
}
.hero-body, .section-heading p, .join-card p, .footer p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}
.hero-body { max-width: 640px; }
.button-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.button-row.center { justify-content: center; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 15px 22px;
  border-radius: 999px;
  border: 1px solid var(--border);
  font-weight: 1000;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.btn:hover, .nav-cta:hover { transform: translateY(-2px); }
.btn.primary {
  color: #08091b;
  background: linear-gradient(90deg, var(--teal), var(--aqua));
  box-shadow: 0 0 30px rgba(20, 241, 149, .32);
}
.btn.secondary {
  color: white;
  background: linear-gradient(90deg, rgba(153,69,255,.9), rgba(255,79,216,.8));
  box-shadow: 0 0 30px rgba(153, 69, 255, .28);
}
.btn.ghost { color: var(--cream); background: rgba(255,255,255,.08); }
.mini-proof { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.mini-proof span {
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid var(--border);
  color: var(--muted);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-weight: 900;
}
.hero-art { position: relative; isolation: isolate; display: grid; place-items: center; min-height: 620px; }
.hero-art img {
  width: min(560px, 100%);
  filter: drop-shadow(0 34px 45px rgba(0,0,0,.28)) drop-shadow(0 0 34px rgba(20, 241, 149, .22));
  animation: floaty 4.5s ease-in-out infinite;
  position: relative;
  z-index: 2;
}
.orb { position: absolute; border-radius: 50%; filter: blur(18px); opacity: .72; z-index: 1; }
.orb-a { width: 340px; height: 340px; background: rgba(153,69,255,.38); right: 5%; top: 8%; }
.orb-b { width: 270px; height: 270px; background: rgba(20,241,149,.26); left: 0; bottom: 12%; }
.shadow { position: absolute; z-index: 0; bottom: 78px; width: 310px; height: 44px; border-radius: 50%; background: radial-gradient(ellipse, rgba(20,241,149,.32), transparent 70%); filter: blur(10px); }
@keyframes floaty { 0%, 100% { transform: translateY(0) rotate(-1deg); } 50% { transform: translateY(-18px) rotate(1.5deg); } }
.banner-strip {
  width: min(1240px, calc(100% - 40px));
  margin: 0 auto;
  padding: 0;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: var(--shadow), 0 0 45px rgba(153,69,255,.20);
}
.banner-strip img { width: 100%; }
.section-heading { max-width: 760px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
h2 {
  font-size: clamp(38px, 5vw, 76px);
  line-height: .95;
  letter-spacing: -0.06em;
  margin-bottom: 18px;
  font-weight: 1000;
}
h3 { font-size: 24px; letter-spacing: -0.03em; margin-bottom: 12px; }
.cards { display: grid; gap: 18px; margin-top: 42px; }
.cards.three { grid-template-columns: repeat(3, 1fr); }
.card, .feature, .join-card, .token-card, .song-card, .audio-card, .final-cta {
  border: 1px solid var(--border);
  background: linear-gradient(145deg, rgba(255,255,255,.11), rgba(255,255,255,.055));
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.card { padding: 28px; }
.card p, .feature strong, .token-card dd { color: var(--muted); line-height: 1.55; }
.icon { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 18px; background: rgba(255,255,255,.12); font-size: 28px; margin-bottom: 18px; }

.plushie-card {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 34px;
  align-items: center;
  padding: 30px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 34px;
  background:
    radial-gradient(circle at 15% 22%, rgba(255,216,77,.20), transparent 30%),
    radial-gradient(circle at 84% 18%, rgba(20,241,149,.18), transparent 32%),
    linear-gradient(145deg, rgba(255,255,255,.13), rgba(255,255,255,.055));
  box-shadow: var(--shadow), 0 0 50px rgba(255,79,216,.12);
}
.plushie-art {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 500px;
  border-radius: 28px;
  overflow: hidden;
  background:
    radial-gradient(circle at center, rgba(255,247,232,.95), rgba(255,247,232,.18) 55%, rgba(255,255,255,.04) 72%);
  border: 1px solid rgba(255,255,255,.14);
}
.plushie-art::before,
.plushie-art::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(16px);
  opacity: .58;
}
.plushie-art::before { width: 180px; height: 180px; background: rgba(20,241,149,.42); left: 8%; bottom: 12%; }
.plushie-art::after { width: 220px; height: 220px; background: rgba(153,69,255,.42); right: 8%; top: 10%; }
.plushie-art img {
  width: min(500px, 100%);
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 32px 34px rgba(0,0,0,.22));
}
.plushie-copy h2 { max-width: 680px; }
.fine-print {
  margin-top: 18px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}
.flight-card {
  display: grid;
  grid-template-columns: 1fr .72fr;
  gap: 24px;
  align-items: stretch;
  padding: 34px;
  border-radius: 34px;
  border: 1px solid var(--border);
  background:
    linear-gradient(135deg, rgba(153,69,255,.24), rgba(20,241,149,.12)),
    rgba(255,255,255,.07);
  box-shadow: var(--shadow), 0 0 44px rgba(153,69,255,.16);
}
.flight-card p, .song-card p { color: var(--muted); font-size: 18px; line-height: 1.7; }
.flight-note {
  border-radius: 26px;
  padding: 26px;
  border: 1px solid rgba(20,241,149,.25);
  background: rgba(7,9,28,.42);
  display: grid;
  align-content: center;
  gap: 12px;
}
.flight-note span {
  width: fit-content;
  color: #07091c;
  background: var(--yellow);
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 1000;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.flight-note strong {
  font-size: 28px;
  line-height: 1.05;
  letter-spacing: -.04em;
}

.song-card {
  display: grid;
  grid-template-columns: 1fr .82fr;
  gap: 28px;
  align-items: center;
  padding: 34px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 18% 20%, rgba(255,216,77,.18), transparent 30%),
    radial-gradient(circle at 86% 20%, rgba(255,79,216,.16), transparent 32%),
    linear-gradient(145deg, rgba(255,255,255,.12), rgba(255,255,255,.052));
  box-shadow: var(--shadow), 0 0 44px rgba(20,241,149,.12);
}
.song-copy h2 { max-width: 700px; }
.song-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}
.song-tags span {
  padding: 9px 12px;
  border-radius: 999px;
  border: 1px solid rgba(66,255,245,.28);
  background: rgba(20,241,149,.08);
  color: var(--cream);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .1em;
}
.audio-card {
  padding: 28px;
  border-radius: 28px;
  border-color: rgba(20,241,149,.25);
  background:
    linear-gradient(135deg, rgba(153,69,255,.24), rgba(20,241,149,.12)),
    rgba(7,9,28,.45);
  display: grid;
  gap: 16px;
}
.audio-label {
  width: fit-content;
  color: #07091c;
  background: linear-gradient(90deg, var(--teal), var(--aqua));
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 1000;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.audio-card strong {
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.02;
  letter-spacing: -.05em;
}
.audio-card audio {
  width: 100%;
  min-height: 46px;
  filter: drop-shadow(0 10px 18px rgba(0,0,0,.18));
}
.audio-card code {
  color: var(--cream);
  word-break: break-all;
}

.identity { display: grid; grid-template-columns: .8fr 1.2fr; gap: 38px; align-items: start; }
.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.feature { padding: 26px; min-height: 180px; }
.feature span { display: inline-block; color: var(--teal); font-weight: 1000; margin-bottom: 40px; }
.feature strong { display: block; font-size: 23px; letter-spacing: -0.04em; color: #fff; }
.join-card { padding: 38px; display: grid; grid-template-columns: .86fr 1.14fr; gap: 28px; align-items: center; }
.steps { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.steps div { padding: 18px; border-radius: 20px; background: rgba(255,255,255,.08); border: 1px solid var(--border); display: flex; align-items: center; gap: 14px; }
.steps b { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; color: #07091c; background: var(--teal); }
.steps span { font-weight: 900; }
.token-card { padding: 28px; display: grid; grid-template-columns: 1fr .9fr; gap: 22px; max-width: 940px; margin: 42px auto 0; }
dl { margin: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
dl div { padding: 18px; background: rgba(255,255,255,.08); border: 1px solid var(--border); border-radius: 18px; }
dt { color: var(--teal); font-weight: 1000; font-size: 13px; text-transform: uppercase; letter-spacing: .12em; margin-bottom: 8px; }
dd { margin: 0; font-size: 18px; font-weight: 800; }
.contract-box { border-radius: 22px; padding: 22px; border: 1px solid rgba(20,241,149,.25); background: radial-gradient(circle at top left, rgba(20,241,149,.18), rgba(153,69,255,.08)); display: grid; align-content: center; gap: 14px; }
.contract-box span { color: var(--teal); font-weight: 1000; text-transform: uppercase; letter-spacing: .12em; font-size: 13px; }
.contract-box code { word-break: break-all; color: var(--cream); font-size: 15px; line-height: 1.5; }
.contract-box button { cursor: pointer; border: 0; border-radius: 999px; padding: 14px 18px; font-weight: 1000; color: #07091c; background: var(--yellow); }
.final-cta { text-align: center; padding: 64px 28px; max-width: 980px; margin-inline: auto; }
.final-cta img { width: 92px; height: 92px; border-radius: 50%; margin: 0 auto 18px; box-shadow: 0 0 34px rgba(255,79,216,.28); }
.footer { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; padding: 32px 0 50px; display: flex; justify-content: space-between; align-items: center; gap: 20px; color: var(--muted); }
.footer strong { color: white; }
.footer p { margin: 8px 0 0; font-size: 14px; }
.footer-links { display: flex; gap: 18px; font-weight: 900; }
.toast { position: fixed; left: 50%; bottom: 24px; transform: translateX(-50%) translateY(20px); opacity: 0; pointer-events: none; padding: 14px 18px; border-radius: 999px; background: rgba(7,9,28,.92); border: 1px solid var(--border); box-shadow: var(--shadow); color: white; z-index: 100; transition: opacity .2s ease, transform .2s ease; }
.toast.show { opacity: 1; transform: translateX(-50%) translateY(0); }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
@media (max-width: 920px) {
  .nav-links { display: none; }
  .hero, .identity, .join-card, .token-card, .plushie-card, .flight-card, .song-card { grid-template-columns: 1fr; }
  .hero { text-align: center; min-height: auto; padding-top: 70px; }
  .hero-body, .section-heading { margin-inline: auto; }
  .button-row, .mini-proof { justify-content: center; }
  .hero-art { min-height: auto; }
  .cards.three, .feature-grid, dl, .steps { grid-template-columns: 1fr; }
  .identity .section-heading, .plushie-copy, .song-copy { text-align: center; }
  .plushie-copy .button-row, .song-tags { justify-content: center; }
}
@media (max-width: 520px) {
  .section-pad { width: min(100% - 28px, var(--max)); padding: 70px 0; }
  .nav { width: calc(100% - 22px); margin-top: 10px; }
  .nav-cta { padding: 11px 13px; font-size: 13px; }
  .brand span { display: none; }
  h1 { font-size: 56px; letter-spacing: -0.07em; }
  .ticker { font-size: 34px; }
  .hero-subtitle { font-size: 29px; }
  .hero-body, .section-heading p, .join-card p { font-size: 16px; }
  .btn { width: 100%; }
  .button-row { width: 100%; }
  .hero-art img { width: min(430px, 106%); }
  .banner-strip { width: calc(100% - 20px); border-radius: 20px; }
  .card, .join-card, .token-card { padding: 22px; }
  .footer { flex-direction: column; text-align: center; }
}

@media (max-width: 520px) {
  .plushie-card, .flight-card, .song-card { padding: 18px; border-radius: 24px; }
  .plushie-art { min-height: 390px; border-radius: 20px; }
  .plushie-art img { width: min(360px, 100%); }
  .flight-note { padding: 20px; border-radius: 20px; }
  .flight-note strong { font-size: 24px; }
  .audio-card { padding: 20px; border-radius: 20px; }
}
