:root {
  --ink: #070a0f;
  --panel: #0d121b;
  --text: #f5f0e8;
  --muted: #aeb5c0;
  --line: rgba(255,255,255,.14);
  --red: #d8432f;
  --gold: #e3a84d;
  --blue: #337abf;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ink);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
}
a { color: inherit; }

.site-header {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.4rem clamp(1.2rem, 4vw, 4.5rem);
  border-bottom: 1px solid rgba(255,255,255,.16);
}
.brand { display: inline-flex; align-items: center; text-decoration: none; }
.brand-logo { display: block; width: clamp(10.5rem, 14vw, 13.5rem); height: auto; }
.footer-brand-logo { display: block; width: 12.5rem; height: auto; }
nav { display: flex; gap: clamp(1rem, 3vw, 2.5rem); }
nav a { font-size: .84rem; font-weight: 700; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
nav a:hover, nav a:focus-visible { color: var(--gold); }
.nav-toggle { display: none; min-height: 2.75rem; padding: .55rem .8rem; border: 1px solid rgba(255,255,255,.5); background: rgba(7,10,15,.82); color: var(--text); font: inherit; font-size: .75rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; }
.nav-toggle:hover, .nav-toggle:focus-visible { border-color: var(--gold); color: var(--gold); }

.hero { position: relative; min-height: 100svh; display: grid; grid-template-columns: minmax(0, .9fr) minmax(26rem, 1.1fr); align-items: stretch; overflow: hidden; background: radial-gradient(circle at 20% 35%, #151f2c 0, #070a0f 55%); }
.hero-copy { position: relative; z-index: 2; align-self: center; width: min(42rem, 88%); margin-left: clamp(1.2rem, 7vw, 8rem); padding: 8rem 0 6rem; }
.hero-brand-logo { display: block; width: clamp(9rem, 13vw, 12rem); height: auto; margin: 0 0 1.5rem; }
.hero-portrait { position: relative; min-width: 0; margin: 0; overflow: hidden; }
.hero-portrait::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, #070a0f 0, transparent 22%), linear-gradient(0deg, rgba(3,6,11,.38), transparent 35%); pointer-events: none; }
.hero-portrait img { width: 100%; height: 100%; object-fit: cover; object-position: 50% center; display: block; }
.hero-portrait figcaption { position: absolute; z-index: 2; right: 2rem; bottom: 1.4rem; color: rgba(255,255,255,.8); font-size: .68rem; font-weight: 800; letter-spacing: .18em; }
.eyebrow, .section-number { color: var(--gold); font-size: .75rem; font-weight: 800; letter-spacing: .19em; text-transform: uppercase; }
h1, h2, h3 { margin: 0; line-height: .98; letter-spacing: -.04em; }
h1 { max-width: 10ch; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.5rem, 7vw, 7.7rem); font-weight: 500; }
.lede { max-width: 38rem; margin: 1.8rem 0 2rem; color: #dfe2e7; font-size: clamp(1.05rem, 1.5vw, 1.3rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .75rem; }
.button { display: inline-block; padding: .9rem 1.2rem; border: 1px solid white; font-size: .83rem; font-weight: 800; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.button.primary { background: var(--text); color: var(--ink); }
.button.secondary { background: rgba(0,0,0,.18); }
.button:hover, .button:focus-visible { border-color: var(--gold); background: var(--gold); color: var(--ink); }
.scroll-cue { position: absolute; z-index: 2; bottom: 1.3rem; right: 2rem; margin: 0; color: #d8dce2; font-size: .7rem; font-weight: 700; letter-spacing: .14em; }

section:not(.hero) { padding: clamp(4.5rem, 9vw, 9rem) clamp(1.2rem, 7vw, 8rem); }
h2 { max-width: 15ch; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.6rem, 5vw, 5.5rem); font-weight: 500; }
.manifesto { background: #f0ede7; color: #10141a; }
.manifesto .section-number { color: #9b362b; }
.manifesto-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(2rem, 7vw, 8rem); margin-top: 4rem; }
.big-copy { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.8rem, 3vw, 3rem); line-height: 1.2; }
.manifesto-grid div { color: #454b55; font-size: 1.06rem; }

.featured { background: var(--panel); }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 3.5rem; background: var(--line); border: 1px solid var(--line); }
.feature-card { min-height: 25rem; padding: 2rem; background: #101722; display: flex; flex-direction: column; justify-content: flex-end; position: relative; overflow: hidden; }
.feature-card::before { content: ""; position: absolute; inset: 0; opacity: .3; background: radial-gradient(circle at 85% 10%, currentColor, transparent 47%); }
.feature-card > * { position: relative; }
.feature-card span { margin-bottom: auto; color: #f8d397; font-size: .72rem; font-weight: 800; letter-spacing: .15em; }
.feature-card h3 { max-width: 12ch; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2rem, 3vw, 3.5rem); font-weight: 500; }
.feature-card p { max-width: 28ch; margin-bottom: 0; color: #c9d0d8; }
.feature-card.red { color: var(--red); }
.feature-card.blue { color: var(--blue); }
.feature-card.gold { color: var(--gold); }
.feature-card h3, .feature-card p { color: var(--text); }

.spotify { background: #111820; }
.spotify-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 3rem; align-items: end; }
.spotify-intro { max-width: 32rem; color: var(--muted); font-size: 1.08rem; }
.spotify-profile { display: inline-block; margin-top: .7rem; color: #1ed760; font-size: .84rem; font-weight: 800; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.spotify-profile:hover, .spotify-profile:focus-visible { color: #7df0a4; text-decoration: underline; text-underline-offset: .25rem; }
.spotify-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; margin-top: 3.5rem; }
.spotify-grid iframe { display: block; border: 0; border-radius: 12px; background: #181818; }
.soundcloud-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 3rem; align-items: end; margin-top: 6rem; padding-top: 4.5rem; border-top: 1px solid rgba(255,255,255,.14); }
.soundcloud-number { color: #ff7a18; }
.soundcloud-intro { max-width: 32rem; color: var(--muted); font-size: 1.08rem; }
.soundcloud-profile { display: inline-block; margin-top: .7rem; color: #ff7a18; font-size: .84rem; font-weight: 800; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.soundcloud-profile:hover, .soundcloud-profile:focus-visible { color: #ffad70; text-decoration: underline; text-underline-offset: .25rem; }
.soundcloud-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; margin-top: 3.5rem; }
.soundcloud-grid iframe { display: block; border: 0; border-radius: 12px; background: #f2f2f2; }
.track-embed { min-width: 0; }
.track-embed > iframe, .track-embed .spotify-controller { width: 100%; }
.inline-animated-cover, .animated-cover { margin-top: 1rem; overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: 12px; background: #05070a; }
.inline-animated-cover[hidden], .animated-cover[hidden] { display: none; }
.inline-animated-cover video, .animated-cover video { display: block; width: 100%; aspect-ratio: 1; object-fit: cover; }
.inline-animated-cover { width: min(100%, 28rem); margin-right: auto; margin-left: auto; }
.animated-cover { width: min(100%, 34rem); margin-right: auto; margin-left: auto; }
.pre-release-callout { display: grid; grid-template-columns: 1fr 1fr auto; gap: 2rem; align-items: center; margin-top: 5rem; padding: 2rem; border: 1px solid rgba(255,122,24,.45); background: linear-gradient(135deg, rgba(255,122,24,.12), rgba(255,255,255,.025)); }
.pre-release-callout h3 { margin-top: .4rem; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.8rem, 3vw, 3rem); font-weight: 500; }
.pre-release-callout > p { color: var(--muted); }
.soundcloud-button { border-color: #ff7a18; color: #ffb078; white-space: nowrap; }

.catalog { background: #080b10; }
.catalog-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 3rem; align-items: end; }
.catalog-heading > p { max-width: 32rem; color: var(--muted); font-size: 1.08rem; }
.track-list { margin: 4rem 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.track-list li { display: grid; grid-template-columns: 4rem 1fr 12rem; gap: 1rem; align-items: baseline; padding: 1rem .25rem; border-bottom: 1px solid var(--line); }
.track-list span { color: #6f7885; font-size: .78rem; font-variant-numeric: tabular-nums; }
.track-list strong { font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.2rem, 2vw, 1.65rem); font-weight: 500; }
.track-list em { color: var(--muted); font-size: .82rem; font-style: normal; letter-spacing: .06em; text-transform: uppercase; }

.live { display: grid; grid-template-columns: .45fr 1fr; gap: 4rem; background: var(--red); }
.live .section-number { color: #210a07; }
.live h2 { max-width: 12ch; }
.live p:not(.section-number) { max-width: 42rem; font-size: 1.15rem; }

footer { display: grid; grid-template-columns: 1fr auto auto; gap: 2rem; align-items: center; padding: 2rem clamp(1.2rem, 4vw, 4.5rem); border-top: 1px solid var(--line); color: var(--muted); font-size: .8rem; }
.footer-brand { color: var(--text); }

@media (max-width: 800px) {
  .site-header { align-items: center; flex-wrap: wrap; gap: .75rem; padding-top: .9rem; padding-bottom: .9rem; }
  .brand-logo { width: clamp(9rem, 42vw, 11rem); }
  .nav-toggle { display: inline-block; margin-left: auto; }
  nav { display: none; flex: 1 0 100%; flex-direction: column; gap: 0; padding-top: .35rem; }
  nav.is-open { display: flex; }
  nav a { min-height: 2.75rem; display: flex; align-items: center; border-top: 1px solid rgba(255,255,255,.12); }
  .hero { min-height: 58rem; grid-template-columns: 1fr; grid-template-rows: minmax(25rem, 52svh) auto; }
  .hero-portrait { grid-row: 1; }
  .hero-portrait::after { background: linear-gradient(0deg, #070a0f 0, transparent 28%); }
  .hero-portrait img { object-position: 50% 28%; }
  .hero-portrait figcaption { right: 1rem; bottom: 1.2rem; }
  .hero-copy { grid-row: 2; width: auto; margin: 0; padding: 1rem 1.2rem 5.5rem; }
  .manifesto-grid, .spotify-heading, .soundcloud-heading, .catalog-heading, .live { grid-template-columns: 1fr; }
  .spotify-grid, .soundcloud-grid { grid-template-columns: 1fr; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 20rem; }
  .track-list li { grid-template-columns: 2.2rem 1fr; }
  .track-list em { grid-column: 2; }
  footer { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}

/* Unified playlist */
.playlist-page { min-height: 100vh; background: radial-gradient(circle at 80% 0, #192534 0, #070a0f 46%); }
.pre-release-page { min-height: 100vh; background: radial-gradient(circle at 80% 0, #382012 0, #070a0f 44%); }
.playlist-page .site-header { position: relative; background: rgba(7,10,15,.72); backdrop-filter: blur(12px); }
.pre-release-page .site-header { position: relative; background: rgba(7,10,15,.72); backdrop-filter: blur(12px); }
.pre-release-main { width: min(92rem, 100%); margin: 0 auto; padding: clamp(3rem, 6vw, 6rem) clamp(1.2rem, 5vw, 5rem) 7rem; }
.pre-release-intro { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(2rem, 6vw, 7rem); align-items: end; }
.pre-release-intro h1 { max-width: 9ch; font-size: clamp(3.3rem, 7vw, 7rem); }
.pre-release-copy { max-width: 36rem; color: var(--muted); font-size: 1.08rem; }
.pre-release-page .soundcloud-grid { margin-top: 4rem; }
.playlist-main { width: min(92rem, 100%); margin: 0 auto; padding: clamp(3rem, 6vw, 6rem) clamp(1.2rem, 5vw, 5rem) 7rem; }
.playlist-intro { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(2rem, 6vw, 7rem); align-items: end; }
.playlist-intro h1 { max-width: 9ch; font-size: clamp(3.3rem, 7vw, 7rem); }
.playlist-intro-copy { max-width: 36rem; color: var(--muted); font-size: 1.08rem; }
.playlist-intro-copy strong { color: var(--text); }
.playlist-shell { display: grid; grid-template-columns: minmax(22rem, .8fr) minmax(0, 1.2fr); gap: 1.25rem; margin-top: 3.5rem; align-items: start; }
.playlist-panel { border: 1px solid var(--line); background: rgba(13,18,27,.9); }
.playlist-panel-head { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.15rem 1.25rem; border-bottom: 1px solid var(--line); }
.playlist-panel-head h2 { font-family: inherit; font-size: 1rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.playlist-tools { display: flex; gap: .5rem; }
.text-button { padding: .35rem .55rem; border: 0; background: transparent; color: var(--gold); font: inherit; font-size: .76rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; }
.text-button:hover, .text-button:focus-visible { color: #ffd08b; text-decoration: underline; text-underline-offset: .2rem; }
.song-picker { max-height: 42rem; overflow: auto; }
.song-option { display: grid; grid-template-columns: auto 1fr auto; gap: .85rem; align-items: center; padding: .9rem 1.15rem; border-bottom: 1px solid rgba(255,255,255,.08); cursor: pointer; }
.song-option:hover { background: rgba(255,255,255,.035); }
.song-option input { width: 1.15rem; height: 1.15rem; accent-color: var(--gold); }
.song-option strong { display: block; font-family: Georgia, "Times New Roman", serif; font-size: 1.04rem; font-weight: 500; line-height: 1.25; }
.platform { border: 1px solid currentColor; padding: .16rem .4rem; border-radius: 999px; font-size: .64rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.platform.spotify-label { color: #1ed760; }
.platform.soundcloud-label { color: #ff7a18; }
.playlist-stage { position: sticky; top: 1rem; padding: clamp(1.2rem, 3vw, 2rem); }
.now-label { margin: 0; color: var(--gold); font-size: .72rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.now-title { max-width: 18ch; margin: .5rem 0 1.5rem; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2rem, 4vw, 3.8rem); line-height: 1.02; }
.player-frame { min-height: 166px; display: grid; place-items: center; overflow: hidden; border-radius: 12px; background: #05070a; }
.player-frame iframe { display: block; width: 100%; border: 0; }
.player-empty { max-width: 24rem; margin: 0; padding: 2rem; color: var(--muted); text-align: center; }
.player-controls { display: grid; grid-template-columns: minmax(0, 1.55fr) repeat(3, minmax(0, 1fr)); gap: .5rem; margin-top: 1rem; }
.control-button { min-width: 0; min-height: 2.8rem; padding: .7rem .55rem; border: 1px solid rgba(255,255,255,.35); background: transparent; color: var(--text); font: inherit; font-size: clamp(.66rem, .75vw, .76rem); font-weight: 800; letter-spacing: .055em; line-height: 1.15; text-transform: uppercase; cursor: pointer; }
.control-button.primary-control { border-color: var(--gold); background: var(--gold); color: var(--ink); }
.control-button:hover, .control-button:focus-visible { border-color: white; background: white; color: var(--ink); }
.playlist-status { min-height: 1.6rem; margin: 1rem 0 0; color: var(--muted); font-size: .88rem; }
.queue-preview { margin: 1.5rem 0 0; padding: 1.15rem; border-left: 3px solid var(--gold); background: rgba(255,255,255,.035); color: #d9dde3; }
.queue-preview strong { display: block; margin-bottom: .25rem; color: var(--text); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }
.standalone-player { min-height: 100vh; background: #070a0f; }
.standalone-player .site-header,
.standalone-player .playlist-intro,
.standalone-player .playlist-panel:first-child,
.standalone-player .now-label,
.standalone-player .now-title,
.standalone-player .playlist-status,
.standalone-player .queue-preview,
.standalone-player footer { display: none; }
.standalone-player .playlist-main { width: 100%; padding: .75rem; }
.standalone-player .playlist-shell { display: block; margin: 0; }
.standalone-player .playlist-stage { position: static; max-width: 46rem; margin: 0 auto; padding: 0; border: 0; background: transparent; }
.standalone-player .player-frame { position: absolute; width: 1px; height: 1px; min-height: 0; margin: -1px; padding: 0; clip-path: inset(50%); overflow: hidden; white-space: nowrap; }
.standalone-player .animated-cover { width: 100%; margin: 0; border-radius: 10px; }
.standalone-player .player-controls { margin-top: .65rem; }
@media (max-width: 900px) {
  .playlist-intro, .playlist-shell, .pre-release-intro { grid-template-columns: 1fr; }
  .playlist-stage { position: static; }
  .pre-release-callout { grid-template-columns: 1fr; }
}
@media (max-width: 520px) {
  h1, .playlist-intro h1, .pre-release-intro h1 { font-size: clamp(2.55rem, 13vw, 3.4rem); }
  h2 { font-size: clamp(2.15rem, 11vw, 3rem); }
  section:not(.hero) { padding-right: 1rem; padding-left: 1rem; }
  .playlist-main, .pre-release-main { padding-right: .85rem; padding-left: .85rem; }
  .playlist-panel-head { align-items: flex-start; flex-direction: column; }
  .song-option { grid-template-columns: auto 1fr; }
  .song-option .platform { grid-column: 2; justify-self: start; }
  .player-controls { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: .3rem; }
  .control-button { min-height: 2.65rem; padding: .55rem .15rem; font-size: clamp(.55rem, 2.7vw, .68rem); letter-spacing: .02em; }
  .queue-preview { padding: .85rem; }
}

@media (max-width: 360px) {
  .site-header { padding-right: .75rem; padding-left: .75rem; }
  .brand-logo { width: 8.5rem; }
  .nav-toggle { min-height: 2.5rem; padding: .45rem .6rem; }
  .hero { min-height: 52rem; grid-template-rows: minmax(21rem, 46svh) auto; }
  .hero-actions .button { width: 100%; text-align: center; }
  .song-option { padding-right: .75rem; padding-left: .75rem; }
}

@media (max-height: 540px) and (orientation: landscape) {
  .standalone-player .playlist-main { padding: .35rem; }
  .standalone-player .playlist-stage { display: grid; justify-items: center; }
  .standalone-player .animated-cover { width: min(100%, calc(100svh - 4.25rem)); }
  .standalone-player .player-controls { width: min(100%, calc(100svh - 4.25rem)); grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .standalone-player .control-button { min-height: 2.35rem; padding: .4rem .15rem; }
}
