/* Skyline Archive — Promo presentation v6 */
:root {
  color-scheme: dark;
  --bg: #050506;
  --panel: #0d0d10;
  --text: #f4f4f1;
  --muted: rgba(244, 244, 241, 0.62);
  --line: rgba(255, 255, 255, 0.14);
  --line-strong: rgba(255, 255, 255, 0.25);
  --accent: #9ae300;
  --accent-dark: #0a0c06;
  --max: 1240px;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }

html {
  background: var(--bg);
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  background: var(--bg);
  color: var(--text);
  overflow-x: hidden;
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}

body::selection { background: var(--accent); color: #050506; }
a { color: inherit; }
button, input { font: inherit; }
button { color: inherit; }

body.dj-intro-running { overflow: hidden; }

.dj-letter-intro {
  position: fixed;
  inset: 0;
  z-index: 3000;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: transparent;
  color: var(--text);
  opacity: 1;
  visibility: visible;
  transition: opacity .65s cubic-bezier(.55,0,.24,1), visibility 0s linear;
}

.dj-intro-backdrop {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(circle at 50% 39%, rgba(154,227,0,.095), transparent 26%),
    radial-gradient(circle at 50% 56%, rgba(255,255,255,.026), transparent 42%),
    #050506;
  opacity: 1;
  transition: opacity .72s cubic-bezier(.65,0,.24,1);
}

.dj-letter-intro::before,
.dj-letter-intro::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
}

.dj-letter-intro::before {
  z-index: 1;
  background:
    linear-gradient(90deg, transparent 49.94%, rgba(255,255,255,.052) 50%, transparent 50.06%),
    linear-gradient(0deg, transparent 49.94%, rgba(255,255,255,.036) 50%, transparent 50.06%);
  opacity: 0;
  transform: scale(1.08);
}

.dj-letter-intro::after {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(0,0,0,.54), transparent 22%, transparent 78%, rgba(0,0,0,.54)),
    radial-gradient(ellipse at center, transparent 36%, rgba(0,0,0,.68) 100%);
  opacity: 1;
  transition: opacity .76s ease;
}

.dj-letter-intro.is-playing::before {
  animation: dj-grid-focus 2s .1s cubic-bezier(.2,.72,.16,1) both;
}

.dj-letter-intro.is-exiting .dj-intro-backdrop,
.dj-letter-intro.is-exiting::before,
.dj-letter-intro.is-exiting::after,
.dj-letter-intro.is-exiting .dj-intro-meta {
  opacity: 0;
}

.dj-letter-intro.is-done {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .65s cubic-bezier(.55,0,.24,1), visibility 0s linear .65s;
}

.dj-intro-ceremony {
  position: relative;
  z-index: 2;
  display: grid;
  width: min(760px, 86vw);
  justify-content: center;
  justify-items: center;
  padding: clamp(42px, 7vh, 76px) clamp(18px, 4vw, 52px);
  text-align: center;
  transition: opacity .62s ease, filter .72s ease, transform .8s cubic-bezier(.55,0,.24,1);
}

.dj-letter-intro.is-exiting .dj-intro-ceremony {
  opacity: 0;
  filter: blur(8px);
  transform: scale(.98);
}

.dj-intro-brand {
  display: grid;
  justify-items: center;
}

.dj-intro-emblem {
  position: relative;
  display: grid;
  width: clamp(150px, 18vw, 224px);
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 50%;
  opacity: 0;
  filter: blur(9px);
  transform: translateY(18px) scale(.78);
}

.dj-intro-emblem::before,
.dj-intro-emblem::after {
  position: absolute;
  top: 50%;
  width: clamp(72px, 11vw, 156px);
  height: 1px;
  content: "";
  opacity: 0;
  transform: scaleX(0);
}

.dj-intro-emblem::before {
  right: calc(100% + clamp(18px, 3vw, 38px));
  background: linear-gradient(90deg, transparent, rgba(154,227,0,.68));
  transform-origin: right;
}

.dj-intro-emblem::after {
  left: calc(100% + clamp(18px, 3vw, 38px));
  background: linear-gradient(90deg, rgba(154,227,0,.68), transparent);
  transform-origin: left;
}

.dj-intro-emblem span {
  position: absolute;
  inset: -9px;
  border: 1px solid rgba(154,227,0,.1);
  border-radius: inherit;
  opacity: 0;
  transform: scale(.86);
}

.dj-intro-emblem img {
  width: 64%;
  height: 64%;
  object-fit: contain;
  filter:
    drop-shadow(0 0 24px rgba(255,255,255,.18))
    drop-shadow(0 0 52px rgba(154,227,0,.1));
}

.dj-intro-brand p {
  width: max-content;
  max-width: 90vw;
  margin: clamp(20px, 3vh, 30px) 0 0;
  color: var(--text);
  font-size: clamp(24px, 3.2vw, 44px);
  font-weight: 440;
  letter-spacing: .24em;
  line-height: 1;
  text-indent: .24em;
  opacity: 0;
  scale: 1 1.12;
  transform: translateY(12px);
  transform-origin: center;
  white-space: nowrap;
}

.dj-intro-ceremony h2 {
  margin: clamp(26px, 4vh, 40px) 0 0;
  color: var(--accent);
  font-family: var(--sans);
  font-size: clamp(18px, 2.6vw, 30px);
  font-weight: 620;
  letter-spacing: 1.15em;
  line-height: 1;
  text-indent: 1.15em;
  opacity: 0;
  transform: translateY(18px);
}

.dj-intro-rule {
  position: relative;
  width: min(390px, 70vw);
  height: 1px;
  margin-top: clamp(32px, 5vh, 50px);
  background: rgba(255,255,255,.16);
  overflow: visible;
  opacity: 0;
  transform: scaleX(.15);
}

.dj-intro-rule i {
  position: absolute;
  top: -1px;
  left: 50%;
  width: 46%;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--accent), transparent);
  box-shadow: 0 0 18px rgba(154,227,0,.4);
  transform: translateX(-50%);
}

.dj-intro-promise {
  margin: clamp(28px, 4.5vh, 44px) 0 0;
  color: rgba(244,244,241,.72);
  font-size: clamp(14px, 1.45vw, 19px);
  font-weight: 400;
  letter-spacing: .035em;
  line-height: 1.6;
  opacity: 0;
  transform: translateY(14px);
}

.dj-intro-arrow {
  display: block;
  margin-top: clamp(26px, 4vh, 38px);
  color: var(--accent);
  font-size: clamp(20px, 2.4vw, 30px);
  line-height: 1;
  opacity: 0;
  transform: translateY(-5px);
}

.dj-letter-intro.is-playing .dj-intro-emblem {
  animation: dj-prestige-emblem 1.15s .08s cubic-bezier(.16,.82,.18,1) both;
}

.dj-letter-intro.is-playing .dj-intro-emblem::before,
.dj-letter-intro.is-playing .dj-intro-emblem::after {
  animation: dj-prestige-wings .85s .62s ease both;
}

.dj-letter-intro.is-playing .dj-intro-emblem span {
  animation: dj-prestige-ring 1s .42s cubic-bezier(.2,.8,.2,1) both;
}

.dj-letter-intro.is-playing .dj-intro-brand p {
  animation: dj-prestige-rise .72s .72s ease both;
}

.dj-letter-intro.is-playing .dj-intro-ceremony h2 {
  animation: dj-prestige-title .9s 1.08s cubic-bezier(.16,.82,.18,1) both;
}

.dj-letter-intro.is-playing .dj-intro-rule {
  animation: dj-prestige-rule .88s 1.55s cubic-bezier(.65,0,.25,1) both;
}

.dj-letter-intro.is-playing .dj-intro-promise {
  animation: dj-prestige-rise .78s 1.9s ease both;
}

.dj-letter-intro.is-playing .dj-intro-arrow {
  animation:
    dj-prestige-rise .6s 2.28s ease both,
    dj-prestige-arrow 1.7s 2.95s ease-in-out infinite;
}

.dj-intro-scan {
  position: absolute;
  z-index: 4;
  top: 51%;
  left: 50%;
  width: min(900px, 82vw);
  height: 1px;
  background: var(--accent);
  box-shadow: 0 0 18px rgba(154,227,0,.58), 0 0 52px rgba(154,227,0,.18);
  opacity: 0;
  transform: translate(-50%,-50%) scaleX(0);
  transform-origin: center;
}

.dj-letter-intro.is-playing .dj-intro-scan {
  animation: dj-scan-lock .72s 1.58s cubic-bezier(.7,0,.22,1) both;
}

.dj-intro-meta {
  position: absolute;
  right: max(24px,4vw);
  bottom: max(24px,4vw);
  z-index: 3;
  margin: 0;
  color: rgba(244,244,241,.42);
  font-size: 8px;
  font-weight: 750;
  letter-spacing: .28em;
  text-transform: uppercase;
  opacity: 0;
}

.dj-letter-intro.is-playing .dj-intro-meta {
  animation: dj-meta-in .55s 2.18s ease both;
}

.dj-intro-replay {
  position: fixed;
  right: max(18px,env(safe-area-inset-right));
  bottom: max(18px,env(safe-area-inset-bottom));
  z-index: 90;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 10px 13px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 999px;
  background: rgba(5,6,5,.68);
  color: rgba(255,255,255,.68);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  font-family: var(--sans);
  font-size: 8px;
  font-weight: 750;
  letter-spacing: .16em;
  text-transform: uppercase;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: color .22s ease, border-color .22s ease, opacity .35s ease, transform .35s ease, visibility 0s linear .35s;
}

body.dj-intro-complete .dj-intro-replay {
  opacity: 1;
  visibility: visible;
  transform: none;
  transition-delay: 0s;
}

.dj-intro-replay.is-hidden {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none;
  transform: translateY(8px) !important;
}

.dj-intro-replay:hover,
.dj-intro-replay:focus-visible {
  border-color: rgba(154,227,0,.62);
  color: var(--accent);
  outline: none;
}

body.dj-intro-running .hero-copy > *,
body.dj-intro-running .home-pill,
body.dj-intro-running .language-switch {
  opacity: 0 !important;
}

body.dj-intro-complete .hero-copy > h1 {
  opacity: 1 !important;
  transition: none;
}

@keyframes dj-prestige-emblem {
  0% {
    opacity: 0;
    filter: blur(9px);
    transform: translateY(18px) scale(.78);
  }
  62% {
    opacity: 1;
    filter: blur(0);
  }
  100% {
    opacity: 1;
    filter: blur(0);
    transform: none;
  }
}

@keyframes dj-prestige-wings {
  from { opacity: 0; transform: scaleX(0); }
  to { opacity: 1; transform: scaleX(1); }
}

@keyframes dj-prestige-ring {
  0% { opacity: 0; transform: scale(.86); }
  62% { opacity: .82; }
  100% { opacity: .26; transform: scale(1); }
}

@keyframes dj-prestige-rise {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: none; }
}

@keyframes dj-prestige-title {
  from {
    opacity: 0;
    filter: blur(7px);
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    filter: blur(0);
    transform: none;
  }
}

@keyframes dj-prestige-rule {
  from { opacity: 0; transform: scaleX(.15); }
  to { opacity: 1; transform: scaleX(1); }
}

@keyframes dj-prestige-arrow {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(7px); }
}

@keyframes dj-grid-focus {
  0% { opacity: 0; transform: scale(1.08); }
  58% { opacity: .56; }
  100% { opacity: .16; transform: scale(1); }
}

@keyframes dj-scan-lock {
  0% { opacity: 0; transform: translate(-50%,-50%) scaleX(0); }
  42% { opacity: 1; }
  100% { opacity: 0; transform: translate(-50%,-50%) scaleX(1); }
}

@keyframes dj-meta-in {
  from { opacity: 0; transform: translateY(7px); }
  to { opacity: 1; transform: none; }
}

.site-progress {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  height: 2px;
  overflow: hidden;
  background: rgba(255,255,255,.06);
  pointer-events: none;
}

.site-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--accent);
  box-shadow: 0 0 18px rgba(154,227,0,.58);
  transform: scaleX(0);
  transform-origin: left center;
  will-change: transform;
}

.home-pill,
.language-switch {
  position: fixed;
  z-index: 90;
  top: max(18px, env(safe-area-inset-top));
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 999px;
  background: rgba(0,0,0,.44);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.home-pill {
  left: max(18px, env(safe-area-inset-left));
  display: inline-flex;
  min-height: 46px;
  padding: 9px 13px;
  align-items: center;
  gap: 10px;
  color: rgba(255,255,255,.84);
  text-decoration: none;
  font-size: 10px;
  font-weight: 650;
  letter-spacing: .17em;
}

.home-pill img { width: 24px; height: 24px; object-fit: contain; }

.language-switch {
  right: max(18px, env(safe-area-inset-right));
  display: inline-flex;
  min-height: 46px;
  padding: 9px 13px;
  align-items: center;
  gap: 7px;
  color: rgba(255,255,255,.82);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .16em;
}

.language-switch > span { opacity: .25; }

.language-button {
  appearance: none;
  padding: 6px 2px;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  opacity: .5;
  cursor: pointer;
  transition: color 180ms ease, opacity 180ms ease;
}

.language-button:hover,
.language-button:focus-visible,
.language-button.is-active {
  color: var(--accent);
  opacity: 1;
  outline: none;
}

.dj-hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  place-items: center;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 72% 42%, rgba(154,227,0,.1), transparent 32%),
    radial-gradient(circle at 27% 60%, rgba(255,255,255,.055), transparent 28%),
    #050506;
}

.dj-hero::before {
  position: absolute;
  inset: 0;
  z-index: -3;
  content: "";
  background:
    linear-gradient(90deg, transparent 49.94%, rgba(255,255,255,.06) 50%, transparent 50.06%),
    linear-gradient(transparent 49.94%, rgba(255,255,255,.045) 50%, transparent 50.06%);
  background-size: 9vw 9vw;
  mask-image: radial-gradient(circle at center, black, transparent 72%);
  opacity: .4;
}

.dj-hero::after {
  position: absolute;
  inset: auto 0 0;
  height: 30vh;
  content: "";
  background: linear-gradient(transparent, var(--bg));
  pointer-events: none;
}

.hero-orbit {
  position: absolute;
  z-index: -2;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 50%;
  pointer-events: none;
}

.hero-orbit-one {
  width: min(74vw, 980px);
  aspect-ratio: 1;
  transform: rotate(-18deg) scaleY(.43);
}

.hero-orbit-two {
  width: min(48vw, 640px);
  aspect-ratio: 1;
  border-color: rgba(154,227,0,.2);
  transform: rotate(42deg) scaleY(.38);
}

.hero-copy {
  position: relative;
  z-index: 1;
  width: min(1080px, 90vw);
  padding: 120px 0 74px;
  text-align: center;
}

.hero-kicker,
.manifesto-kicker {
  margin: 0;
  color: var(--accent);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .27em;
  text-transform: uppercase;
}

.hero-copy h1 {
  margin: clamp(26px, 4vh, 42px) 0 0;
  display: grid;
  justify-items: center;
  gap: clamp(22px, 3vh, 34px);
  font-family: var(--sans);
  line-height: 1;
}

.hero-copy h1 span {
  display: block;
  white-space: nowrap;
  text-shadow: 0 24px 100px rgba(0,0,0,.58);
}

.hero-official-brand {
  color: var(--text);
  font-size: clamp(30px, 7vw, 88px);
  font-weight: 420;
  letter-spacing: .21em;
  text-indent: .21em;
  scale: 1 1.14;
  transform-origin: center;
}

.hero-promo-label {
  color: var(--accent);
  font-size: clamp(20px, 2.8vw, 34px);
  font-weight: 620;
  letter-spacing: 1.2em;
  text-indent: 1.2em;
}

.hero-intro {
  max-width: 940px;
  margin: clamp(46px, 6vw, 72px) auto 0;
  color: rgba(244,244,241,.9);
  font-family: ui-serif, Georgia, serif;
  font-size: clamp(30px, 4.2vw, 58px);
  font-weight: 400;
  letter-spacing: -.035em;
  line-height: 1.06;
}

.scroll-cue {
  margin-top: 42px;
  display: inline-flex;
  align-items: center;
  gap: 13px;
  color: rgba(255,255,255,.72);
  text-decoration: none;
  font-size: 10px;
  font-weight: 650;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.scroll-cue b {
  color: var(--accent);
  font-size: 19px;
  font-weight: 400;
  animation: cue 1.8s ease-in-out infinite;
}

@keyframes cue { 50% { transform: translateY(7px); } }

.hero-side {
  position: absolute;
  top: 50%;
  z-index: 2;
  margin: 0;
  color: rgba(255,255,255,.35);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .24em;
  writing-mode: vertical-rl;
}

.hero-side-left { left: 24px; transform: translateY(-50%) rotate(180deg); }
.hero-side-right { right: 24px; transform: translateY(-50%); }

.manifesto {
  width: min(var(--max), 90vw);
  margin: 0 auto;
  padding: clamp(120px, 14vw, 200px) 0;
  display: grid;
  grid-template-columns: 110px minmax(0,1fr);
  gap: 42px;
}

.section-index {
  margin: 7px 0 0;
  color: var(--accent);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .22em;
}

.manifesto h2 {
  max-width: 970px;
  margin: 26px 0 0;
  font-family: ui-serif, Georgia, serif;
  font-size: clamp(45px, 7vw, 102px);
  font-weight: 400;
  line-height: .97;
  letter-spacing: -.045em;
}

.manifesto-copy {
  max-width: 670px;
  margin: 40px 0 0;
  color: var(--muted);
  font-size: clamp(16px, 1.8vw, 22px);
  line-height: 1.7;
}

.listening-room {
  position: relative;
  width: min(1440px, 100%);
  margin: 0 auto;
  padding: clamp(52px, 6.5vw, 92px) max(5vw, calc((100vw - var(--max))/2)) clamp(90px, 10vw, 150px);
  display: grid;
  grid-template-columns: minmax(360px, .94fr) minmax(500px, 1.06fr);
  align-items: start;
  gap: clamp(48px, 7vw, 108px);
  overflow: clip;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 18% 34%, rgba(154,227,0,.075), transparent 25%),
    linear-gradient(135deg, #070708, #0d0d10 58%, #050506);
}

.room-glow {
  position: absolute;
  top: 6%;
  left: -10%;
  width: min(60vw, 850px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(154,227,0,.05);
  filter: blur(110px);
  pointer-events: none;
}

.artwork-stage {
  position: sticky;
  top: 86px;
  z-index: 1;
  width: 100%;
  max-width: 620px;
  margin: 0;
  justify-self: end;
  background: #09090b;
  border: 1px solid var(--line);
  box-shadow: 0 38px 110px rgba(0,0,0,.48);
}

.artwork-play {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 1;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: #121212;
  cursor: pointer;
}

.artwork {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  object-fit: contain;
}

.artwork {
  position: relative;
  z-index: 1;
  background: #09090b;
  transform: none;
  transition: filter .7s ease;
  animation: none;
}

.artwork-ghost {
  position: absolute;
  inset: -6%;
  z-index: 0;
  display: block;
  width: auto;
  aspect-ratio: auto;
  background-image: var(--active-cover, url("/assets/dj/covers/elektr-o-cean.jpg"));
  background-position: center;
  background-size: cover;
  filter: blur(42px) saturate(1.3);
  opacity: .38;
  animation: artwork-glow 12s ease-in-out infinite alternate;
}

@keyframes artwork-glow {
  from { transform: scale(1.12); opacity: .3; }
  to { transform: scale(1.18); opacity: .42; }
}

.artwork-shade {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: radial-gradient(circle at center, transparent 30%, rgba(0,0,0,.38));
  opacity: .15;
  transition: opacity .25s ease;
}

.artwork-play:hover .artwork-shade,
.artwork-play:focus-visible .artwork-shade,
.artwork-play.is-playing .artwork-shade { opacity: .5; }

.artwork-play:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: -4px;
}

.artwork-play-indicator {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  display: grid;
  width: clamp(62px, 6.6vw, 84px);
  height: clamp(62px, 6.6vw, 84px);
  place-items: center;
  border: 1px solid rgba(255,255,255,.62);
  border-radius: 50%;
  background: rgba(5,5,6,.52);
  box-shadow: 0 16px 45px rgba(0,0,0,.4);
  opacity: .82;
  transform: translate(-50%,-50%);
  backdrop-filter: blur(12px);
  transition: background .25s ease, transform .25s ease;
}

.artwork-play:hover .artwork-play-indicator,
.artwork-play:focus-visible .artwork-play-indicator {
  background: rgba(5,5,6,.78);
  transform: translate(-50%,-50%) scale(1.07);
}

.artwork-play-indicator svg {
  position: absolute;
  width: 31px;
  height: 31px;
  fill: currentColor;
}

.artwork-pause-icon,
.player-pause-icon { display: none; }
.is-playing .artwork-play-icon,
.custom-player.is-playing .player-play-icon { display: none; }
.is-playing .artwork-pause-icon,
.custom-player.is-playing .player-pause-icon { display: block; }

.artwork-caption {
  min-height: 47px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--muted);
  border-top: 1px solid var(--line);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .18em;
}

.track-panel {
  position: relative;
  z-index: 1;
  width: min(100%, 680px);
}

.track-heading { min-height: 285px; padding-bottom: 34px; }

.eyebrow {
  margin: 0 0 24px;
  display: flex;
  align-items: center;
  gap: 11px;
  color: var(--muted);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .21em;
  text-transform: uppercase;
}

.eyebrow > span { width: 34px; height: 1px; background: var(--accent); }
.eyebrow b { font: inherit; }

.artist {
  margin: 0 0 11px;
  color: var(--accent);
  font-size: clamp(11px, 1.1vw, 14px);
  font-weight: 650;
  letter-spacing: .23em;
}

.track-heading h2 {
  max-width: none;
  margin: 0;
  font-size: clamp(52px, 5vw, 78px);
  font-weight: 300;
  letter-spacing: -.07em;
  line-height: .84;
  white-space: nowrap;
}

.version {
  margin: 19px 0 0;
  color: var(--muted);
  font-size: 10px;
  font-weight: 650;
  letter-spacing: .18em;
}

.custom-player {
  min-height: 84px;
  padding: 15px;
  display: grid;
  grid-template-columns: 52px minmax(0,1fr) 38px;
  align-items: center;
  gap: 15px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.035);
}

.native-player {
  display: block;
  grid-column: 1 / -1;
  width: 100%;
  height: 54px;
  color-scheme: dark;
  accent-color: var(--accent);
}

.simple-player {
  display: block;
  min-height: 0;
  padding: 10px 14px;
}

.custom-player [hidden] {
  display: none !important;
}

.artwork-stage .custom-player {
  border: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: linear-gradient(90deg, rgba(154,227,0,.045), rgba(255,255,255,.025));
}

.artwork-stage .quality-line {
  padding: 10px 15px;
  border-bottom: 1px solid var(--line);
}

.player-toggle,
.mute-toggle {
  appearance: none;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.player-toggle {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--accent);
  color: var(--accent-dark);
}

.player-toggle svg { width: 23px; height: 23px; fill: currentColor; }

.mute-toggle {
  width: 38px;
  height: 38px;
  color: var(--muted);
}

.mute-toggle svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.35;
  stroke-linecap: square;
}

.player-toggle:focus-visible,
.mute-toggle:focus-visible { outline: 2px solid var(--text); outline-offset: 3px; }

.timeline {
  min-width: 0;
  position: relative;
}

.timeline input {
  appearance: none;
  width: 100%;
  height: 28px;
  margin: 0;
  background: transparent;
  cursor: pointer;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.timeline input::-webkit-slider-runnable-track {
  height: 2px;
  background: linear-gradient(to right, var(--accent) var(--seek-fill, 0%), rgba(255,255,255,.18) var(--seek-fill, 0%));
}

.timeline input::-webkit-slider-thumb {
  appearance: none;
  width: 14px;
  height: 14px;
  margin-top: -6px;
  border: 0;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 13px rgba(154,227,0,.55);
}

.timeline input::-moz-range-track { height: 2px; background: rgba(255,255,255,.18); }
.timeline input::-moz-range-progress { height: 2px; background: var(--accent); }
.timeline input::-moz-range-thumb { width: 14px; height: 14px; border: 0; border-radius: 50%; background: var(--accent); }

.time-row {
  margin-top: 3px;
  display: flex;
  justify-content: space-between;
  color: rgba(255,255,255,.43);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .13em;
}

.quality-line {
  padding: 11px 2px 0;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: rgba(255,255,255,.35);
  font-size: 7px;
  font-weight: 700;
  letter-spacing: .16em;
}

.actions {
  margin: 0 0 36px;
  display: grid;
  grid-template-columns: 1fr .6fr;
  gap: 10px;
}

.button {
  min-height: 52px;
  padding: 0 17px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  border: 1px solid var(--line-strong);
  text-decoration: none;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
  transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}

.button svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: square;
  stroke-width: 1.5;
}

.button-primary { background: var(--accent); border-color: var(--accent); color: #080a05; }
.button-primary:hover, .button-primary:focus-visible { background: var(--text); border-color: var(--text); }
.button-secondary:hover, .button-secondary:focus-visible { border-color: var(--accent); color: var(--accent); }

.track-list { border-top: 1px solid var(--line); }

.track-row {
  width: 100%;
  min-height: 84px;
  padding: 11px 0;
  display: grid;
  grid-template-columns: 30px 58px minmax(0,1fr) 22px;
  align-items: center;
  gap: 13px;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
  cursor: pointer;
  text-align: left;
  transition: padding .22s ease, background-color .22s ease, color .22s ease;
}

.track-row:hover,
.track-row:focus-visible {
  padding-right: 12px;
  padding-left: 12px;
  background: rgba(255,255,255,.045);
  outline: none;
}

.track-row.is-active {
  padding-right: 12px;
  padding-left: 12px;
  background: var(--accent);
  color: #080a05;
}

.track-index {
  color: var(--muted);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .13em;
}

.track-row.is-active .track-index,
.track-row.is-active .track-artist,
.track-row.is-active .track-name small { color: rgba(8,10,5,.62); }

.track-row img {
  display: block;
  width: 58px;
  height: 58px;
  object-fit: cover;
}

.track-copy { min-width: 0; display: grid; gap: 6px; }

.track-artist {
  color: var(--muted);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .17em;
}

.track-name {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 650;
  letter-spacing: .04em;
}

.track-name small {
  margin-left: 8px;
  color: var(--muted);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: .09em;
}

.track-arrow {
  color: var(--muted);
  font-size: 15px;
  transition: color .2s ease, transform .2s ease;
}

.track-row.is-active .track-arrow { color: #080a05; transform: rotate(45deg); }

.closing-band {
  position: relative;
  min-height: 100svh;
  padding: clamp(80px, 9vw, 132px) max(5vw, calc((100vw - var(--max))/2));
  display: grid;
  grid-template-columns: minmax(0,1fr) clamp(190px,19vw,270px);
  grid-template-rows: auto auto;
  align-items: end;
  column-gap: clamp(44px,7vw,110px);
  row-gap: clamp(58px,7vw,96px);
  background: var(--text);
  color: #080808;
  overflow: hidden;
}

.closing-copy {
  grid-column: 1 / -1;
  grid-row: 1;
  align-self: center;
}

.closing-copy > p {
  margin: 0 0 28px;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .24em;
}

.closing-copy h2 {
  max-width: 1120px;
  margin: 0;
  font-size: clamp(56px, 9vw, 142px);
  font-weight: 300;
  letter-spacing: -.075em;
  line-height: .86;
}

.closing-contact {
  display: inline-block;
  align-self: flex-start;
  margin-top: 54px;
  padding-bottom: 7px;
  border-bottom: 1px solid rgba(0,0,0,.45);
  text-decoration: none;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .16em;
}

.closing-contact span { color: #5a8500; }

.closing-left-links {
  grid-column: 1;
  grid-row: 2;
  align-self: end;
  justify-self: start;
  display: grid;
  grid-template-columns: repeat(2, clamp(190px,19vw,270px));
  gap: clamp(16px,2vw,28px);
}

.press-square {
  position: relative;
  align-self: end;
  justify-self: end;
  width: 100%;
  aspect-ratio: 1;
  padding: clamp(22px,2.6vw,36px);
  display: flex;
  flex-direction: column;
  border: 1px solid #080808;
  background: #080808;
  color: var(--text);
  text-decoration: none;
  transition: background-color .28s ease, color .28s ease, transform .28s ease;
}

.closing-band > .press-square {
  grid-column: 2;
  grid-row: 2;
}

.press-square:hover,
.press-square:focus-visible {
  background: var(--accent);
  color: #080808;
  outline: none;
  transform: translateY(-8px);
}

.press-square-index {
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .19em;
}

.press-square strong {
  margin-top: auto;
  font-family: ui-serif,Georgia,serif;
  font-size: clamp(30px,3.3vw,50px);
  font-weight: 400;
  letter-spacing: -.05em;
  line-height: .9;
}

.press-square small {
  max-width: 18ch;
  margin-top: 16px;
  font-size: 8px;
  font-weight: 650;
  letter-spacing: .12em;
  line-height: 1.55;
  text-transform: uppercase;
}

.press-square i {
  position: absolute;
  right: clamp(22px,2.6vw,36px);
  top: clamp(22px,2.6vw,36px);
  color: var(--accent);
  font-size: 20px;
  font-style: normal;
}

.press-square:hover i,
.press-square:focus-visible i { color: #080808; }

.site-footer {
  width: min(var(--max), 90vw);
  min-height: 94px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: rgba(255,255,255,.42);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .16em;
}

.site-footer a { color: var(--text); text-decoration: none; text-transform: uppercase; }

.section-reveal {
  opacity: 0;
  transform: translate3d(0,70px,0);
  transition: opacity .9s cubic-bezier(.22,1,.36,1), transform 1.1s cubic-bezier(.22,1,.36,1);
}

.section-reveal.is-visible { opacity: 1; transform: none; }

.reveal {
  opacity: 0;
  transform: translate3d(0,42px,0);
  animation: intro-reveal .95s cubic-bezier(.22,1,.36,1) forwards;
}

.hero-copy h1 { animation-delay: .08s; }
.hero-intro { animation-delay: .22s; }
.scroll-cue { animation-delay: .34s; }

@keyframes intro-reveal { to { opacity: 1; transform: none; } }

@media (max-width: 980px) {
  .listening-room {
    grid-template-columns: 1fr;
    gap: 54px;
  }

  .artwork-stage {
    position: relative;
    top: auto;
    max-width: 650px;
    justify-self: center;
  }

  .track-panel { width: min(100%,650px); justify-self: center; }
  .track-heading { min-height: auto; }
  .track-heading h2 { max-width: none; }
}

@media (max-width: 700px) {
  .home-pill {
    min-height: 42px;
    padding: 8px 10px;
    font-size: 8px;
  }

  .home-pill img { width: 21px; height: 21px; }

  .language-switch { min-height: 42px; padding: 8px 10px; }
  .hero-side { display: none; }
  .manifesto {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .listening-room { padding-right: 16px; padding-left: 16px; }
  .quality-line { flex-wrap: wrap; }

  .closing-band {
    min-height: 100svh;
    padding-right: 20px;
    padding-left: 20px;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    gap: 40px;
  }

  .closing-copy {
    grid-column: 1;
    grid-row: 1;
  }

  .closing-left-links {
    grid-column: 1;
    grid-row: 2;
    width: 100%;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 14px;
  }

  .closing-band > .press-square {
    grid-column: 1;
    grid-row: 3;
    justify-self: start;
  }

  .closing-band > .press-square {
    width: min(250px,72vw);
  }

  .closing-left-links .press-square {
    width: 100%;
  }
}

@media (max-width: 520px) {
  .home-pill { top: 12px; left: 12px; }
  .home-pill span { display: none; }
  .language-switch { top: 12px; right: 12px; }

  .hero-copy { padding-top: 100px; }
  .hero-official-brand {
    font-size: clamp(28px, 8vw, 34px);
    letter-spacing: .13em;
    text-indent: .13em;
  }
  .hero-promo-label {
    font-size: clamp(18px, 5.6vw, 24px);
    letter-spacing: 1.05em;
    text-indent: 1.05em;
  }
  .hero-intro {
    max-width: 12.5em;
    font-size: clamp(28px, 8.8vw, 40px);
    line-height: 1.08;
  }

  .manifesto {
    width: calc(100% - 32px);
    padding: 105px 0;
  }

  .manifesto h2 { font-size: clamp(43px, 13.5vw, 62px); }

  .listening-room {
    padding-top: 46px;
    padding-bottom: 82px;
    gap: 38px;
  }

  .artwork-caption { min-height: 40px; }
  .track-heading { padding-bottom: 25px; }
  .track-heading h2 { font-size: clamp(40px, 11vw, 54px); }

  .custom-player {
    grid-template-columns: 48px minmax(0,1fr);
    gap: 12px;
    padding: 12px;
  }

  .simple-player {
    display: block;
    min-height: 0;
    padding: 10px 12px;
  }

  .player-toggle { width: 48px; height: 48px; }
  .mute-toggle { display: none; }

  .actions { grid-template-columns: 1fr; margin-bottom: 28px; }

  .track-row {
    min-height: 76px;
    grid-template-columns: 24px 50px minmax(0,1fr) 18px;
    gap: 10px;
  }

  .track-row img { width: 50px; height: 50px; }
  .track-name small { display: block; margin: 4px 0 0; }

  .closing-band h2 { font-size: clamp(59px, 19vw, 88px); }
  .site-footer { min-height: 110px; align-items: flex-start; justify-content: center; flex-direction: column; gap: 9px; }
}

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