:root {
  --bg: #04100b;
  --bg-deep: #020705;
  --surface: rgba(12, 28, 20, 0.72);
  --surface-strong: rgba(20, 45, 31, 0.88);
  --text: #effff0;
  --muted: #a8c8ad;
  --soft: #ccefd0;
  --green: #90ff7d;
  --green-2: #1ed760;
  --acid: #d3ff59;
  --cyan: #72f7d1;
  --pink: #ff8bd8;
  --line: rgba(145, 255, 128, 0.22);
  --shadow: rgba(0, 0, 0, 0.58) 0 28px 80px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 12% 6%, rgba(112, 255, 130, 0.19), transparent 27rem),
    radial-gradient(circle at 86% 18%, rgba(114, 247, 209, 0.10), transparent 33rem),
    radial-gradient(circle at 52% 88%, rgba(255, 139, 216, 0.08), transparent 32rem),
    linear-gradient(180deg, #06150f 0%, var(--bg-deep) 58%, #010302 100%);
  font-family: 'DM Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  min-height: 100vh;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, black, transparent 92%);
  z-index: -1;
}

.noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .17;
  z-index: 20;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}

a { color: inherit; }
img { max-width: 100%; display: block; }
code, .eyebrow, .brand-mark, .track-meta, figcaption { font-family: 'IBM Plex Mono', ui-monospace, SFMono-Regular, Menlo, monospace; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 14px clamp(18px, 4vw, 58px);
  border-bottom: 1px solid var(--line);
  background: rgba(2, 7, 5, .76);
  backdrop-filter: blur(18px);
}
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; font-weight: 800; letter-spacing: .05em; }
.brand-mark { border: 1px solid var(--line); color: var(--green); border-radius: 999px; padding: 6px 10px; font-size: 11px; background: rgba(144,255,125,.08); }
nav { display: flex; gap: 8px; flex-wrap: wrap; justify-content: flex-end; }
nav a { color: var(--muted); text-decoration: none; font-weight: 700; font-size: 14px; border-radius: 999px; padding: 8px 12px; }
nav a:hover { color: var(--text); background: rgba(255,255,255,.07); }

.section-pad { padding: clamp(58px, 9vw, 120px) clamp(18px, 5vw, 76px); }
.hero { display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(310px, .78fr); gap: clamp(34px, 6vw, 86px); align-items: center; min-height: calc(100vh - 68px); }
.eyebrow { margin: 0 0 14px; color: var(--green); text-transform: uppercase; letter-spacing: .16em; font-size: 12px; font-weight: 700; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(56px, 8.8vw, 128px); line-height: .86; letter-spacing: -.07em; margin-bottom: 26px; max-width: 940px; }
h2 { font-size: clamp(34px, 5.6vw, 76px); line-height: .92; letter-spacing: -.055em; margin-bottom: 18px; }
h3 { font-size: clamp(22px, 3vw, 36px); line-height: 1; margin-bottom: 8px; }
.lede, .section-heading p, .split-section p { color: var(--soft); font-size: clamp(18px, 2vw, 22px); line-height: 1.55; max-width: 740px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin: 32px 0; }
.button { border: 1px solid var(--line); border-radius: 999px; padding: 13px 19px; text-decoration: none; font-weight: 850; letter-spacing: .02em; box-shadow: rgba(0,0,0,.28) 0 10px 26px; }
.button.primary { background: var(--green); color: #031006; border-color: var(--green); }
.button.ghost { background: rgba(255,255,255,.06); color: var(--text); }
.button:hover { transform: translateY(-1px); }

.system-card, .feature-card, .now-card, .track-card, .visual-grid figure, .storyboard-grid figure {
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(18, 46, 30, .82), rgba(5, 16, 11, .82));
  border-radius: 24px;
  box-shadow: var(--shadow);
}
.system-card { max-width: 520px; padding: 18px; }
.system-card span { color: var(--cyan); font-family: 'IBM Plex Mono'; text-transform: uppercase; font-size: 12px; }
.system-card strong { display: block; font-size: 24px; margin-top: 8px; }
.system-card p { margin-bottom: 0; color: var(--muted); }
.hero-art { position: relative; }
.hero-art img { border-radius: 34px; border: 1px solid rgba(144,255,125,.36); box-shadow: rgba(0,0,0,.65) 0 40px 120px, rgba(144,255,125,.16) 0 0 90px; }
.scanline { position: absolute; left: 22px; right: 22px; bottom: 22px; border: 1px solid rgba(144,255,125,.34); background: rgba(2,12,7,.72); border-radius: 999px; padding: 12px 16px; color: var(--green); font-family: 'IBM Plex Mono'; font-weight: 700; letter-spacing: .08em; text-align: center; }

.stats-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; border-block: 1px solid var(--line); background: var(--line); }
.stats-strip div { background: rgba(2, 7, 5, .82); padding: 26px clamp(18px, 4vw, 56px); }
.stats-strip strong { display: block; color: var(--green); font-size: clamp(28px, 4vw, 54px); line-height: 1; letter-spacing: -.04em; }
.stats-strip span { color: var(--muted); font-weight: 700; }
.section-heading { display: flex; justify-content: space-between; gap: 28px; align-items: end; margin-bottom: 30px; }
.section-heading > * { flex: 1; }
.section-heading.compact { display: block; max-width: 850px; }

.player-shell { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .62fr); gap: 18px; margin-bottom: 22px; align-items: stretch; }
.now-card { display: flex; gap: 18px; padding: 16px; align-items: center; }
.now-card img { width: 112px; height: 112px; object-fit: cover; border-radius: 18px; border: 1px solid var(--line); }
.now-card p:last-child { color: var(--muted); margin-bottom: 0; }
audio { width: 100%; align-self: stretch; border-radius: 24px; border: 1px solid var(--line); background: rgba(18,46,30,.6); padding: 20px; min-height: 88px; }
.track-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.track-card { padding: 14px; display: grid; grid-template-columns: 96px minmax(0,1fr); gap: 15px; align-items: start; cursor: pointer; transition: transform .18s ease, border-color .18s ease, background .18s ease; }
.track-card:hover, .track-card.active { transform: translateY(-2px); border-color: rgba(144,255,125,.8); background: linear-gradient(180deg, rgba(31, 75, 47, .92), rgba(5, 16, 11, .9)); }
.track-card img { width: 96px; height: 96px; object-fit: cover; border-radius: 16px; border: 1px solid var(--line); }
.track-meta { color: var(--green); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 7px; }
.track-card h3 { font-size: 24px; margin-bottom: 6px; letter-spacing: -.02em; }
.track-card p { color: var(--muted); line-height: 1.4; margin: 0 0 10px; }
.tag { display: inline-flex; border: 1px solid var(--line); color: var(--cyan); border-radius: 999px; padding: 4px 9px; font-family: 'IBM Plex Mono'; font-size: 11px; }
.play-pill { margin-top: 10px; display: inline-flex; align-items: center; gap: 7px; border: 0; background: var(--green); color: #031006; border-radius: 999px; padding: 8px 12px; font-weight: 900; cursor: pointer; }

.split-section { display: grid; grid-template-columns: minmax(0, .92fr) minmax(300px, .62fr); gap: clamp(30px, 6vw, 74px); align-items: center; }
.lore-list { list-style: none; padding: 0; margin: 32px 0 0; display: grid; gap: 10px; }
.lore-list li { border: 1px solid var(--line); border-radius: 18px; padding: 13px 16px; color: var(--soft); background: rgba(255,255,255,.04); }
.lore-list span { color: var(--green); font-family: 'IBM Plex Mono'; margin-right: 12px; }
.feature-card { margin: 0; padding: 14px; }
.feature-card img { border-radius: 18px; }
figcaption { color: var(--muted); font-size: 12px; line-height: 1.45; margin-top: 10px; }

.visual-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.visual-grid figure, .storyboard-grid figure { margin: 0; padding: 12px; }
.visual-grid img { border-radius: 16px; aspect-ratio: 1 / .88; object-fit: cover; width: 100%; }
.storyboard-section { padding-top: 50px; }
.storyboard-grid { display: grid; grid-template-columns: repeat(6, minmax(0,1fr)); gap: 12px; }
.storyboard-grid img { border-radius: 14px; width: 100%; aspect-ratio: .88 / 1; object-fit: cover; }
.site-footer { border-top: 1px solid var(--line); color: var(--muted); padding: 28px clamp(18px, 5vw, 76px); display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; background: rgba(0,0,0,.32); }
.site-footer p { margin: 0; }

@media (max-width: 980px) {
  .hero, .split-section, .player-shell { grid-template-columns: 1fr; }
  .section-heading { display: block; }
  .track-grid, .visual-grid { grid-template-columns: 1fr; }
  .storyboard-grid { grid-template-columns: repeat(3, 1fr); }
  .stats-strip { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 620px) {
  .site-header { position: static; align-items: flex-start; flex-direction: column; }
  h1 { font-size: 56px; }
  .track-card { grid-template-columns: 1fr; }
  .track-card img { width: 100%; height: auto; aspect-ratio: 1/1; }
  .storyboard-grid { grid-template-columns: repeat(2, 1fr); }
  .stats-strip { grid-template-columns: 1fr; }
}
