:root {
  --bg: #05040c;
  --bg2: #0c0a16;
  --ink: #f7f4ff;
  --muted: #a9a3c2;
  --bash: #ff4d8d;
  --bang: #a78bfa;
  --bounce: #2ee6c5;
  --line: rgba(255,255,255,.1);
  --card: rgba(255,255,255,.04);
  --font: "Times New Roman", Times, Georgia, serif;
  --ease: cubic-bezier(.22, 1, .36, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--bg);
  font: 400 17px/1.65 var(--font);
  overflow-x: hidden;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; color: inherit; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip { position: absolute; left: -999px; }
.skip:focus { left: 16px; top: 16px; z-index: 99; background: #fff; color: #000; padding: 8px 12px; }

#beat-canvas {
  position: fixed; inset: 0; width: 100%; height: 100%;
  pointer-events: none; z-index: 0; opacity: .4;
}
.cursor-blob {
  position: fixed; width: 34px; height: 34px; border-radius: 50%;
  pointer-events: none; z-index: 80; mix-blend-mode: screen;
  background: radial-gradient(circle, rgba(255,77,141,.9), rgba(167,139,250,.25) 55%, transparent 70%);
  transform: translate(-50%, -50%);
}
main, header, footer { position: relative; z-index: 1; }

.site-header {
  position: fixed; inset: 0 0 auto; z-index: 50; height: 76px;
  border-bottom: 1px solid transparent; transition: .3s var(--ease);
}
.site-header.scrolled {
  background: rgba(5,4,12,.86);
  border-color: var(--line);
  backdrop-filter: blur(18px);
}
.nav {
  height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 16px;
}
.brand {
  display: inline-flex; align-items: center; gap: 12px;
  font-weight: 700; font-size: 18px; letter-spacing: .01em;
}
.brand img { border-radius: 12px; box-shadow: 0 8px 24px rgba(255,77,141,.25); }
.nav-links { display: flex; align-items: center; gap: 22px; font-size: 15px; }
.nav-links a:not(.btn) { opacity: .82; transition: opacity .2s; }
.nav-links a:not(.btn):hover { opacity: 1; }
.menu-btn {
  display: none; width: 44px; height: 44px; border: 0; background: transparent; cursor: pointer;
}
.menu-btn span { display: block; height: 2px; margin: 7px 0; background: #fff; border-radius: 2px; }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 50px; padding: 12px 24px; border: 1px solid transparent; border-radius: 999px;
  background: var(--ink); color: #0a0914; font-weight: 700; cursor: pointer;
  transition: transform .25s var(--ease), box-shadow .25s, background .25s;
}
.btn:hover { transform: translateY(-3px); }
.btn-sm { min-height: 42px; padding: 8px 16px; font-size: 14px; }
.btn-ghost {
  background: transparent; color: var(--ink); border-color: rgba(255,255,255,.28);
}
.btn-glow {
  color: #fff;
  background: linear-gradient(120deg, var(--bash), #7c3aed 45%, var(--bounce));
  background-size: 220% 220%;
  animation: glow-shift 5s ease infinite;
  box-shadow: 0 16px 48px rgba(124, 58, 237, .38);
}
.btn-download {
  color: #05040c;
  background: linear-gradient(135deg, #fff 0%, #e8e4ff 100%);
  box-shadow: 0 14px 40px rgba(46, 230, 197, .22);
}
.btn-download svg { width: 18px; height: 18px; }

/* HERO */
.hero {
  position: relative; min-height: 100svh; display: grid; align-items: end;
  padding: 120px 0 80px; overflow: hidden;
}
.hero-media { position: absolute; inset: 0; }
.hero-bg {
  width: 100%; height: 100%; object-fit: cover;
  transform: scale(1.06);
  animation: kenburns 22s ease-in-out infinite alternate;
}
.hero-veil {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(5,4,12,.25) 0%, rgba(5,4,12,.55) 40%, rgba(5,4,12,.94) 78%, var(--bg)),
    radial-gradient(circle at 18% 28%, rgba(255,77,141,.28), transparent 38%),
    radial-gradient(circle at 82% 22%, rgba(167,139,250,.3), transparent 40%),
    radial-gradient(circle at 70% 70%, rgba(46,230,197,.14), transparent 35%);
}
.hero-orbs { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }
.hero-orbs span {
  position: absolute; border-radius: 50%; filter: blur(40px); opacity: .55;
  animation: float-orb 9s ease-in-out infinite;
}
.hero-orbs span:nth-child(1) {
  width: 280px; height: 280px; left: 8%; top: 18%;
  background: rgba(255,77,141,.45);
}
.hero-orbs span:nth-child(2) {
  width: 340px; height: 340px; right: 6%; top: 12%;
  background: rgba(167,139,250,.4); animation-delay: -2s;
}
.hero-orbs span:nth-child(3) {
  width: 220px; height: 220px; left: 45%; bottom: 18%;
  background: rgba(46,230,197,.35); animation-delay: -4s;
}
.hero-inner { position: relative; z-index: 2; max-width: 920px; }
.kicker, .eyebrow {
  margin: 0 0 18px; color: var(--bounce); font-size: 13px; font-weight: 700;
  letter-spacing: .18em; text-transform: uppercase;
}
.eyebrow.light { color: #9af5e4; }
.live-pill {
  display: inline-flex; align-items: center; gap: 8px; margin-bottom: 18px;
  padding: 8px 14px; border-radius: 999px; border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.06); backdrop-filter: blur(10px);
  font-size: 13px; color: #ddd7f5;
}
.live-pill i {
  width: 8px; height: 8px; border-radius: 50%; background: var(--bounce);
  box-shadow: 0 0 0 0 rgba(46,230,197,.7);
  animation: pulse-dot 1.6s infinite;
}
.hero-title { margin: 0 0 20px; display: grid; gap: 2px; }
.wm {
  display: block; font-size: clamp(72px, 15vw, 140px); line-height: .9;
  letter-spacing: -.045em; font-weight: 700;
}
.wm.bash { color: var(--bash); text-shadow: 0 0 48px rgba(255,77,141,.4); }
.wm.bang { color: var(--bang); text-shadow: 0 0 48px rgba(167,139,250,.4); }
.wm.bounce { color: var(--bounce); text-shadow: 0 0 48px rgba(46,230,197,.35); }
.hero-line {
  margin: 0 0 28px; max-width: 16ch;
  font-size: clamp(26px, 4.2vw, 44px); line-height: 1.12; letter-spacing: -.02em;
}
.hero-cta { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 18px; }
.hero-note { max-width: 46ch; color: var(--muted); margin: 0 0 22px; }
.hero-stats {
  display: flex; flex-wrap: wrap; gap: 28px; padding-top: 8px;
}
.hero-stats div strong {
  display: block; font-size: 28px; letter-spacing: -.02em;
}
.hero-stats div span { color: var(--muted); font-size: 14px; }
.beat-strip {
  position: absolute; left: 0; right: 0; bottom: 0; height: 5px; display: flex; z-index: 3;
}
.beat-strip i { flex: 1; }
.beat-strip i:nth-child(1) { background: var(--bash); }
.beat-strip i:nth-child(2) { background: var(--bang); }
.beat-strip i:nth-child(3) { background: var(--bounce); }

.ticker {
  overflow: hidden; border-block: 1px solid var(--line); background: #0a0814;
  padding: 16px 0; white-space: nowrap;
}
.ticker-track {
  display: inline-flex; gap: 30px; animation: marquee 26s linear infinite;
  color: var(--muted); font-size: 15px; letter-spacing: .1em; text-transform: uppercase;
}
.ticker-track span:nth-child(odd) { color: var(--ink); }

.section { padding: 110px 0; }
.section h2 {
  margin: 0 0 18px; font-size: clamp(36px, 5.4vw, 60px); line-height: 1.05;
  letter-spacing: -.03em; max-width: 15ch;
}
.section > .shell > p.lead,
.lead { color: var(--muted); max-width: 48ch; margin: 0 0 36px; font-size: 18px; }

/* GALLERY STRIP */
.vibes { padding-top: 20px; }
.vibe-rail {
  display: grid; grid-template-columns: 1.2fr .8fr .9fr;
  gap: 14px; margin-top: 10px;
}
.vibe-card {
  position: relative; overflow: hidden; border-radius: 28px;
  border: 1px solid var(--line); min-height: 320px;
  background: #120f20;
}
.vibe-card img {
  width: 100%; height: 100%; object-fit: cover; min-height: 360px;
  filter: saturate(1.08) contrast(1.04);
  transition: transform 1.2s var(--ease), filter .4s;
}
.vibe-card:hover img { transform: scale(1.06); }
.vibe-card figcaption {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 22px;
  background: linear-gradient(transparent, rgba(5,4,12,.92));
  font-size: 20px; font-weight: 700;
}
.vibe-card span {
  display: block; margin-top: 4px; color: var(--muted); font-size: 14px; font-weight: 400;
}

/* PILLARS */
.pillar-stage { display: grid; gap: 22px; }
.pillar {
  display: grid; grid-template-columns: .7fr 1.15fr; gap: 28px; align-items: center;
  padding: 22px; border: 1px solid var(--line); border-radius: 30px;
  background: linear-gradient(145deg, rgba(255,255,255,.05), rgba(255,255,255,.015));
  transition: transform .35s var(--ease), border-color .35s;
}
.pillar:hover { transform: translateY(-4px); border-color: rgba(255,255,255,.22); }
.pillar img {
  width: min(260px, 100%); margin-inline: auto;
  filter: drop-shadow(0 28px 50px rgba(0,0,0,.5));
  animation: floaty 5.5s ease-in-out infinite;
}
.bang-p img { animation-delay: -.9s; }
.bounce-p img { animation-delay: -1.8s; }
.tag {
  display: inline-block; margin-bottom: 12px; padding: 6px 12px; border-radius: 999px;
  font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
}
.tag.bash { color: var(--bash); background: rgba(255,77,141,.12); }
.tag.bang { color: #c4b5fd; background: rgba(167,139,250,.14); }
.tag.bounce { color: var(--bounce); background: rgba(46,230,197,.12); }
.pillar h3 { margin: 0 0 10px; font-size: 44px; letter-spacing: -.03em; }
.pillar p { margin: 0; font-size: 18px; color: var(--muted); }

.moat {
  background:
    radial-gradient(circle at 10% 0%, rgba(255,77,141,.12), transparent 30%),
    radial-gradient(circle at 90% 20%, rgba(167,139,250,.12), transparent 32%),
    linear-gradient(180deg, #05040c, #110e1f 45%, #05040c);
}
.moat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.moat-card {
  min-height: 230px; padding: 24px; border: 1px solid var(--line); border-radius: 24px;
  background: var(--card); transition: transform .3s var(--ease), border-color .3s, background .3s;
}
.moat-card:hover {
  transform: translateY(-8px);
  border-color: rgba(255,255,255,.28);
  background: rgba(255,255,255,.07);
}
.moat-card span { color: var(--bang); font-size: 13px; font-weight: 700; }
.moat-card h3 { margin: 18px 0 10px; font-size: 24px; letter-spacing: -.02em; }
.moat-card p { margin: 0; font-size: 15px; color: var(--muted); }

.mash { border-block: 1px solid var(--line); }
.mash-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.mash-list { margin: 0; padding: 0; list-style: none; }
.mash-list li {
  padding: 18px 0; border-top: 1px solid var(--line); color: var(--muted);
}
.mash-list b { display: block; margin-bottom: 4px; color: var(--ink); font-size: 19px; }
.mash-tiles { display: grid; gap: 12px; }
.mash-tile {
  display: grid; grid-template-columns: 56px 1fr; gap: 16px; align-items: center;
  padding: 16px 18px; border-radius: 20px; border: 1px solid var(--line);
  background: linear-gradient(135deg, rgba(255,255,255,.05), rgba(255,255,255,.015));
  transition: transform .25s var(--ease), border-color .25s, background .25s;
}
.mash-tile:hover {
  transform: translateX(6px);
  border-color: rgba(255,255,255,.24);
  background: rgba(255,255,255,.06);
}
.mash-ico {
  width: 56px; height: 56px; display: grid; place-items: center;
  border-radius: 16px; font-size: 15px; font-weight: 700; letter-spacing: .04em;
}
.mash-tile.bash .mash-ico { color: var(--bash); background: rgba(255,77,141,.14); }
.mash-tile.bang .mash-ico { color: #c4b5fd; background: rgba(167,139,250,.16); }
.mash-tile.bounce .mash-ico { color: var(--bounce); background: rgba(46,230,197,.14); }
.mash-tile.bash { box-shadow: inset 3px 0 0 var(--bash); }
.mash-tile.bang { box-shadow: inset 3px 0 0 var(--bang); }
.mash-tile.bounce { box-shadow: inset 3px 0 0 var(--bounce); }
.mash-tile h3 { margin: 0 0 4px; font-size: 20px; letter-spacing: -.02em; }
.mash-tile p { margin: 0; color: var(--muted); font-size: 15px; }

.campus { background: #090714; }
.campus-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 42px; align-items: center; }
.campus-form label, .wait-form label, .download-card label {
  display: block; margin-bottom: 8px; font-size: 14px; color: var(--muted);
}
.field-row { display: flex; gap: 10px; }
.campus-form input, .wait-form input, .wait-form select {
  width: 100%; min-height: 52px; padding: 0 16px; border-radius: 14px;
  border: 1px solid var(--line); background: #141225; color: var(--ink);
}
.unlock-panel {
  margin-top: 22px; padding: 20px; border-radius: 18px; border: 1px solid rgba(46,230,197,.35);
  background: rgba(46,230,197,.08);
}
.unlock-head { display: flex; justify-content: space-between; gap: 12px; margin-bottom: 12px; }
.unlock-head span { color: var(--bounce); font-size: 28px; font-weight: 700; }
.meter { height: 10px; border-radius: 999px; background: rgba(255,255,255,.08); overflow: hidden; }
.meter i {
  display: block; height: 100%; width: 0; border-radius: inherit;
  background: linear-gradient(90deg, var(--bash), var(--bang), var(--bounce));
  transition: width 1.2s var(--ease);
}
.map-frame {
  margin: 0; border-radius: 28px; overflow: hidden; border: 1px solid var(--line);
  box-shadow: 0 30px 80px rgba(0,0,0,.4);
}
.map-frame img { width: 100%; animation: map-pulse 7s ease-in-out infinite; }
.map-frame figcaption { padding: 14px 16px; color: var(--muted); font-size: 13px; background: #100e1c; }

.safety-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.safety-grid article {
  padding: 24px; border-radius: 22px; border: 1px solid var(--line); background: var(--card);
}
.safety-grid h3 { margin: 0 0 10px; font-size: 22px; }
.safety-grid p { margin: 0; font-size: 15px; color: var(--muted); }

/* DOWNLOAD */
.download {
  background:
    radial-gradient(circle at 20% 20%, rgba(255,77,141,.22), transparent 35%),
    radial-gradient(circle at 85% 70%, rgba(46,230,197,.16), transparent 40%),
    #080612;
  border-block: 1px solid var(--line);
}
.download-grid {
  display: grid; grid-template-columns: 1.1fr .9fr; gap: 40px; align-items: center;
}
.download-card {
  padding: 30px; border-radius: 28px; border: 1px solid var(--line);
  background: rgba(255,255,255,.045);
  box-shadow: 0 30px 80px rgba(0,0,0,.28);
}
.download-card h3 { margin: 0 0 8px; font-size: 30px; }
.download-card p { margin: 0 0 22px; color: var(--muted); }
.download-actions { display: grid; gap: 12px; }
.store-row { display: flex; flex-wrap: wrap; gap: 10px; }
.store-badge {
  display: inline-flex; align-items: center; gap: 10px;
  min-height: 54px; padding: 10px 16px; border-radius: 14px;
  border: 1px solid var(--line); background: #12101d; color: var(--ink);
  transition: border-color .2s, transform .2s;
}
.store-badge:hover { border-color: rgba(255,255,255,.3); transform: translateY(-2px); }
.store-badge strong { display: block; font-size: 15px; }
.store-badge small { display: block; color: var(--muted); font-size: 11px; }
.coming-note {
  margin-top: 16px; padding: 12px 14px; border-radius: 12px;
  background: rgba(167,139,250,.1); color: #d8d0ff; font-size: 14px;
}

.waitlist {
  background:
    radial-gradient(circle at 15% 20%, rgba(255,77,141,.18), transparent 35%),
    radial-gradient(circle at 85% 80%, rgba(46,230,197,.12), transparent 40%),
    #080612;
}
.wait-grid { display: grid; grid-template-columns: 1fr .9fr; gap: 40px; align-items: center; }
.wait-form {
  padding: 28px; border-radius: 24px; border: 1px solid var(--line); background: rgba(255,255,255,.04);
}
.wait-form label { margin-bottom: 14px; }
.wait-form .btn { width: 100%; margin-top: 6px; }
.wait-form small { display: block; margin-top: 14px; color: var(--muted); }
.wait-form a { color: var(--bounce); text-decoration: underline; }

.footer { padding: 70px 0 28px; border-top: 1px solid var(--line); background: #04030a; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .7fr .7fr; gap: 40px; padding-bottom: 40px; }
.footer p { color: var(--muted); max-width: 34ch; }
.footer strong {
  display: block; margin-bottom: 12px; color: var(--muted);
  font-size: 12px; letter-spacing: .12em; text-transform: uppercase;
}
.footer a { display: block; margin: 8px 0; color: #ddd7f2; }
.footer-bottom {
  display: flex; justify-content: space-between; gap: 12px; padding-top: 18px;
  border-top: 1px solid var(--line); color: var(--muted); font-size: 13px;
}

.toast {
  position: fixed; left: 50%; bottom: -120px; z-index: 90; transform: translateX(-50%);
  padding: 14px 18px; border-radius: 999px; background: #fff; color: #111;
  box-shadow: 0 16px 40px rgba(0,0,0,.35); transition: bottom .35s var(--ease);
}
.toast.show { bottom: 24px; }

.surprise {
  position: fixed; inset: 0; z-index: 100; display: none; place-items: center;
  background: rgba(4,3,10,.78); backdrop-filter: blur(8px);
}
.surprise.is-open { display: grid; }
.surprise[hidden] { display: none !important; }
.surprise-card {
  width: min(420px, calc(100% - 32px)); padding: 32px; text-align: center;
  border-radius: 28px; border: 1px solid rgba(255,255,255,.18); background: #12101f;
  animation: pop-in .45s var(--ease);
}
.surprise-card img { margin: 0 auto 16px; border-radius: 16px; }
.surprise-card h3 { margin: 0 0 8px; font-size: 28px; }
.surprise-card p { color: var(--muted); }

.reveal {
  opacity: 0; transform: translateY(28px);
  transition: opacity .75s var(--ease), transform .75s var(--ease);
}
.reveal.in { opacity: 1; transform: none; }

@keyframes kenburns {
  from { transform: scale(1.04) translateY(0); }
  to { transform: scale(1.12) translateY(-2%); }
}
@keyframes glow-shift {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}
@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
@keyframes floaty {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}
@keyframes float-orb {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(20px, -24px) scale(1.08); }
}
@keyframes map-pulse {
  0%, 100% { filter: saturate(1); }
  50% { filter: saturate(1.25) brightness(1.06); }
}
@keyframes pop-in {
  from { transform: scale(.86); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}
@keyframes pulse-dot {
  0% { box-shadow: 0 0 0 0 rgba(46,230,197,.7); }
  70% { box-shadow: 0 0 0 12px rgba(46,230,197,0); }
  100% { box-shadow: 0 0 0 0 rgba(46,230,197,0); }
}

@media (max-width: 980px) {
  .moat-grid, .safety-grid, .vibe-rail { grid-template-columns: 1fr 1fr; }
  .pillar, .mash-grid, .campus-grid, .wait-grid, .download-grid, .footer-grid { grid-template-columns: 1fr; }
  .pillar { text-align: center; }
}
@media (max-width: 720px) {
  .menu-btn { display: block; }
  .nav-links {
    position: absolute; top: 76px; left: 18px; right: 18px; display: none;
    flex-direction: column; align-items: stretch; gap: 8px; padding: 16px;
    border: 1px solid var(--line); border-radius: 16px; background: #120f1f;
  }
  .nav-links.open { display: flex; }
  .moat-grid, .safety-grid, .vibe-rail { grid-template-columns: 1fr; }
  .field-row { flex-direction: column; }
  .hero-line { max-width: none; }
  .footer-bottom { flex-direction: column; }
  .cursor-blob { display: none; }
  .hero-stats { gap: 18px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
  .reveal { opacity: 1; transform: none; }
}
