:root {
  --void: #050207;
  --night: #0a0418;
  --deep: #120a2a;
  --pansy: #6b1fa3;
  --pansy-light: #a14fc4;
  --magenta: #ff2a96;
  --orange: #ff7a3a;
  --moon: #f4e8d0;
  --fog: #b8c4d4;
  --cyan: #6ad8ff;
  --bone: #ece4d3;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html, body { background: var(--void); color: var(--bone); font-family: 'Space Grotesk', sans-serif; overflow-x: hidden; }
body { position: relative; }
body::before {
  /* Noise overlay. Promoted to its own compositor layer (will-change +
     translateZ) so scroll just translates a cached fullscreen texture
     instead of re-rasterizing per frame. The pattern is a tiled
     pseudo-random SVG, so even though the layer scrolls with the document
     we can't perceive the offset — looks identical to the previous fixed
     version, but composites for free. */
  content: ""; position: absolute; inset: 0; pointer-events: none; z-index: 200;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='180' height='180'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0.9  0 0 0 0 0.85  0 0 0 0 0.95  0 0 0 0.13 0'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>");
  opacity: .12;
  will-change: transform;
  transform: translateZ(0);
}
body::after {
  /* Vignette. Kept on viewport (fixed) so it tracks the user's eye, but
     promoted to its own GPU layer so it composites as a single cached
     blit on top of scrolling content rather than being part of any paint. */
  content: ""; position: fixed; inset: 0; pointer-events: none; z-index: 199;
  background: radial-gradient(ellipse at center, transparent 50%, rgba(0,0,0,.55) 100%);
  will-change: transform;
  transform: translateZ(0);
}

.trim {
  position: absolute; top: 0; bottom: 0; width: 24px;
  z-index: 80; pointer-events: none;
  background-repeat: repeat-y;
  background-size: 24px 124px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 196' preserveAspectRatio='xMidYMid slice'><defs><linearGradient id='g' x1='0' x2='1' y1='0' y2='0'><stop offset='0%25' stop-color='%237a5c2a'/><stop offset='30%25' stop-color='%23c9a85a'/><stop offset='50%25' stop-color='%23f0d68a'/><stop offset='70%25' stop-color='%23c9a85a'/><stop offset='100%25' stop-color='%237a5c2a'/></linearGradient><linearGradient id='b' x1='0' x2='1' y1='0' y2='0'><stop offset='0%25' stop-color='%23050207'/><stop offset='25%25' stop-color='%231a0d2e'/><stop offset='50%25' stop-color='%230a0418'/><stop offset='75%25' stop-color='%231a0d2e'/><stop offset='100%25' stop-color='%23050207'/></linearGradient></defs><rect width='40' height='196' fill='url(%23b)'/><line x1='8.5' x2='8.5' y1='0' y2='196' stroke='%23c9a85a' stroke-width='0.4' opacity='0.65'/><line x1='31.5' x2='31.5' y1='0' y2='196' stroke='%23c9a85a' stroke-width='0.4' opacity='0.65'/><g fill='url(%23g)'><ellipse cx='4' cy='8' rx='2.4' ry='3.4'/><ellipse cx='4' cy='22' rx='2.4' ry='3.4'/><ellipse cx='4' cy='36' rx='2.4' ry='3.4'/><ellipse cx='4' cy='50' rx='2.4' ry='3.4'/><ellipse cx='4' cy='64' rx='2.4' ry='3.4'/><ellipse cx='4' cy='78' rx='2.4' ry='3.4'/><ellipse cx='4' cy='92' rx='2.4' ry='3.4'/><ellipse cx='4' cy='106' rx='2.4' ry='3.4'/><ellipse cx='4' cy='120' rx='2.4' ry='3.4'/><ellipse cx='4' cy='134' rx='2.4' ry='3.4'/><ellipse cx='4' cy='148' rx='2.4' ry='3.4'/><ellipse cx='4' cy='162' rx='2.4' ry='3.4'/><ellipse cx='4' cy='176' rx='2.4' ry='3.4'/><ellipse cx='4' cy='190' rx='2.4' ry='3.4'/><ellipse cx='36' cy='8' rx='2.4' ry='3.4'/><ellipse cx='36' cy='22' rx='2.4' ry='3.4'/><ellipse cx='36' cy='36' rx='2.4' ry='3.4'/><ellipse cx='36' cy='50' rx='2.4' ry='3.4'/><ellipse cx='36' cy='64' rx='2.4' ry='3.4'/><ellipse cx='36' cy='78' rx='2.4' ry='3.4'/><ellipse cx='36' cy='92' rx='2.4' ry='3.4'/><ellipse cx='36' cy='106' rx='2.4' ry='3.4'/><ellipse cx='36' cy='120' rx='2.4' ry='3.4'/><ellipse cx='36' cy='134' rx='2.4' ry='3.4'/><ellipse cx='36' cy='148' rx='2.4' ry='3.4'/><ellipse cx='36' cy='162' rx='2.4' ry='3.4'/><ellipse cx='36' cy='176' rx='2.4' ry='3.4'/><ellipse cx='36' cy='190' rx='2.4' ry='3.4'/></g><g stroke='%23c9a85a' stroke-width='0.9' fill='none' opacity='0.85'><path d='M 20 0 Q 13 12 20 24 Q 27 36 20 41'/><path d='M 20 57 Q 27 70 20 82 Q 13 90 20 91'/><path d='M 20 105 Q 13 118 20 130 Q 27 138 20 139'/><path d='M 20 155 Q 27 168 20 180 Q 13 188 20 196'/></g><g fill='url(%23g)' opacity='0.95'><ellipse cx='13' cy='18' rx='2.6' ry='1.4' transform='rotate(-35 13 18)'/><ellipse cx='27' cy='32' rx='2.6' ry='1.4' transform='rotate(35 27 32)'/><ellipse cx='27' cy='66' rx='2.6' ry='1.4' transform='rotate(35 27 66)'/><ellipse cx='13' cy='80' rx='2.6' ry='1.4' transform='rotate(-35 13 80)'/><ellipse cx='13' cy='114' rx='2.6' ry='1.4' transform='rotate(-35 13 114)'/><ellipse cx='27' cy='128' rx='2.6' ry='1.4' transform='rotate(35 27 128)'/><ellipse cx='27' cy='164' rx='2.6' ry='1.4' transform='rotate(35 27 164)'/><ellipse cx='13' cy='178' rx='2.6' ry='1.4' transform='rotate(-35 13 178)'/></g><g transform='translate(20,49)'><ellipse cx='0' cy='-9' rx='3.2' ry='6.5' fill='url(%23g)'/><ellipse cx='0' cy='9' rx='3.2' ry='6.5' fill='url(%23g)'/><ellipse cx='-9' cy='0' rx='6.5' ry='3.2' fill='url(%23g)'/><ellipse cx='9' cy='0' rx='6.5' ry='3.2' fill='url(%23g)'/><circle r='4.5' fill='%230a0418' stroke='%23c9a85a' stroke-width='0.9'/><circle r='1.8' fill='%23ff2a96' opacity='0.85'/></g><g transform='translate(20,98) rotate(45)'><polygon points='0,-8 8,0 0,8 -8,0' fill='url(%23g)'/><polygon points='0,-4 4,0 0,4 -4,0' fill='%230a0418'/><circle r='1.2' fill='%23c9a85a'/></g><g transform='translate(20,147) rotate(45)'><ellipse cx='0' cy='-9' rx='3.2' ry='6.5' fill='url(%23g)'/><ellipse cx='0' cy='9' rx='3.2' ry='6.5' fill='url(%23g)'/><ellipse cx='-9' cy='0' rx='6.5' ry='3.2' fill='url(%23g)'/><ellipse cx='9' cy='0' rx='6.5' ry='3.2' fill='url(%23g)'/><circle r='4.5' fill='%230a0418' stroke='%23c9a85a' stroke-width='0.9'/><circle r='1.8' fill='%23ff2a96' opacity='0.85'/></g></svg>");
  box-shadow:
    inset 0 0 14px rgba(0,0,0,.55),
    0 0 24px rgba(0,0,0,.7);
}
.trim-left  { left: 0; }
.trim-right { right: 0; transform: scaleX(-1); }

@media (max-width: 800px) {
  .trim { width: 22px; background-size: 22px 113px; }
}
@media (max-width: 480px) {
  .trim { display: none; }
}

nav.top {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: grid; grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 22px 36px;
  font-family: 'Major Mono Display', monospace;
  font-size: 11px; letter-spacing: .4em; text-transform: uppercase;
}
nav.top a.logo { justify-self: start; color: var(--magenta); text-decoration: none; font-size: 14px; letter-spacing: .25em; }
nav.top ul { justify-self: center; display: flex; gap: 36px; list-style: none; }
nav.top a { color: var(--fog); text-decoration: none; opacity: .8; transition: color .25s ease; }
nav.top a:hover { color: var(--magenta); }
nav.top .status {
  justify-self: end;
  color: var(--cyan); display: flex; align-items: center; gap: 8px;
}
nav.top .status::before {
  content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--magenta);
  box-shadow: 0 0 10px var(--magenta);
  animation: pulse 1.6s ease-in-out infinite;
}
@keyframes pulse { 50% { transform: scale(1.4); opacity: .6; } }

.hero {
  position: relative; height: 100vh; min-height: 760px;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  background: radial-gradient(ellipse at center, var(--deep) 0%, var(--night) 40%, var(--void) 90%);
  overflow: hidden;
  /* When the hero scrolls offscreen, the browser stops painting it AND
     pauses its CSS animations (portal spin, glow breathe, stars twinkle).
     This removes a large continuous compositor load while reading lower
     sections, which is what drops scroll fps to 30. Animations resume
     in the correct phase when the hero scrolls back into view. */
  content-visibility: auto;
  contain-intrinsic-size: auto 100vh;
}
.stars { position: absolute; inset: 0; pointer-events: none; }
.stars::before, .stars::after {
  content: ""; position: absolute; inset: 0;
  background-image:
    radial-gradient(1px 1px at 5% 12%, #fff, transparent),
    radial-gradient(1.4px 1.4px at 22% 8%, #fff, transparent),
    radial-gradient(1px 1px at 38% 18%, #fff, transparent),
    radial-gradient(1.6px 1.6px at 60% 6%, #fff, transparent),
    radial-gradient(1px 1px at 78% 22%, #fff, transparent),
    radial-gradient(1.2px 1.2px at 88% 12%, #fff, transparent),
    radial-gradient(1px 1px at 8% 78%, #fff, transparent),
    radial-gradient(1.4px 1.4px at 26% 88%, #fff, transparent),
    radial-gradient(1px 1px at 48% 92%, #fff, transparent),
    radial-gradient(1.2px 1.2px at 70% 84%, #fff, transparent),
    radial-gradient(1px 1px at 92% 78%, #fff, transparent);
}
.stars::after { animation: twinkle 6s ease-in-out infinite alternate; opacity: .5; }
@keyframes twinkle { 50% { opacity: .9; } }

.portal-wrap {
  position: relative;
  width: min(560px, 78vw); aspect-ratio: 1/1;
  display: flex; align-items: center; justify-content: center;
}
.portal-glow {
  position: absolute; inset: -10%;
  background: radial-gradient(circle, rgba(255,42,150,.35) 0%, rgba(107,31,163,.3) 30%, transparent 65%);
  filter: blur(40px);
  animation: breathe 5s ease-in-out infinite;
  will-change: opacity;
  transform: translateZ(0);
}
/* Opacity-only: the blur(40px) bitmap is rasterized once and the compositor
   just animates the layer's alpha each frame. Adding a scale() back here
   would invalidate the cache every frame and re-run the blur. */
@keyframes breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: .7; }
}
.portal {
  position: relative; width: 100%; height: 100%;
  border-radius: 50%;
  background: conic-gradient(from 0deg,
    #ff2a96 0%,
    #ff7a3a 12%,
    #f4e8d0 25%,
    #6ad8ff 38%,
    #6b1fa3 50%,
    #ff2a96 62%,
    #ff7a3a 75%,
    #f4e8d0 88%,
    #ff2a96 100%);
  animation: spin 22s linear infinite;
  mask-image: radial-gradient(circle, transparent 0, transparent 32%, #000 38%, #000 96%, transparent 100%);
  -webkit-mask-image: radial-gradient(circle, transparent 0, transparent 32%, #000 38%, #000 96%, transparent 100%);
  will-change: transform;
  transform: translateZ(0);
  backface-visibility: hidden;
}
@keyframes spin {
  from { transform: rotate(0deg)   translateZ(0); }
  to   { transform: rotate(360deg) translateZ(0); }
}

/* While the user is actively scrolling, freeze the portal spin and the
   inner pulse. The GPU stops splitting its frame budget between rotation
   and scroll, and the user doesn't notice — their eyes are on the moving
   page content. The body.is-scrolling class is toggled by JS with a
   200ms settle window. */
body.is-scrolling .portal,
body.is-scrolling .portal-inner::after {
  animation-play-state: paused;
}

/* Honor user motion preferences — disable continuous animations entirely
   for anyone with prefers-reduced-motion: reduce. */
@media (prefers-reduced-motion: reduce) {
  .portal,
  .portal-glow,
  .portal-inner::after,
  .stars::after,
  nav.top .status::before {
    animation: none;
  }
}
.portal-inner {
  position: absolute; inset: 32%; border-radius: 50%;
  background:
    radial-gradient(circle at 40% 40%, rgba(255,255,255,.85), transparent 50%),
    radial-gradient(circle, #1a0830 0%, #050010 70%);
  box-shadow: inset 0 0 60px rgba(255,42,150,.4), 0 0 80px rgba(255,42,150,.25);
}
.portal-inner::after {
  content: ""; position: absolute; inset: 12%; border-radius: 50%;
  background: radial-gradient(circle, rgba(106,216,255,.6), transparent 70%);
  mix-blend-mode: screen;
  animation: breathe 4s ease-in-out infinite alternate;
  will-change: opacity;
}

.hero-text {
  position: absolute; bottom: 11%; left: 0; right: 0;
  text-align: center; z-index: 5;
}
.hero-text .pre {
  font-family: 'Major Mono Display', monospace; font-size: 11px;
  letter-spacing: .6em; text-transform: uppercase;
  color: var(--cyan); margin-bottom: 18px;
}
.hero-text h1 {
  font-family: 'Cormorant Garamond', serif; font-style: italic; font-weight: 500;
  font-size: clamp(40px, 6vw, 92px); line-height: 1; letter-spacing: -.01em;
  color: var(--bone);
}
.hero-text h1 em {
  color: var(--magenta); font-style: italic;
  text-shadow: 0 0 30px rgba(255,42,150,.5);
}
.hero-text .cta {
  /* No backdrop-filter: on mobile this CTA sits over the spinning portal,
     and backdrop-filter forces the browser to re-copy and re-blur the
     pixels behind it every frame. Solid-ish bg looks nearly the same. */
  margin-top: 30px; display: inline-flex; align-items: center; gap: 14px;
  padding: 16px 28px;
  background: rgba(10, 4, 24, .55);
  border: 1px solid var(--magenta);
  color: var(--magenta);
  font-family: 'Major Mono Display', monospace; font-size: 11px;
  letter-spacing: .4em; text-transform: uppercase; text-decoration: none;
  transition: all .3s ease;
}
.hero-text .cta:hover {
  background: var(--magenta); color: var(--void);
  box-shadow: 0 0 40px rgba(255,42,150,.6);
}
.hero-text .cta::after { content: "↳"; }

.corner-coords {
  position: absolute; bottom: 24px; left: 32px;
  font-family: 'Major Mono Display', monospace; font-size: 10px;
  letter-spacing: .3em; color: var(--fog); opacity: .6;
}
.corner-time {
  position: absolute; bottom: 24px; right: 32px;
  font-family: 'Major Mono Display', monospace; font-size: 10px;
  letter-spacing: .3em; color: var(--fog); opacity: .6;
}

.drop-ribbon {
  position: absolute; top: 16%; left: 50%; transform: translateX(-50%);
  z-index: 6;
  font-family: 'Major Mono Display', monospace; font-size: 15px;
  letter-spacing: .55em; text-transform: uppercase;
  color: var(--orange); opacity: .9;
  display: flex; align-items: center; gap: 14px;
  white-space: nowrap;
}
.drop-ribbon::before, .drop-ribbon::after {
  content: ""; width: 60px; height: 1px; background: var(--orange); opacity: .5;
}

@media (max-width: 600px) {
  .hero { justify-content: flex-start; padding-top: 20vh; }
  .hero-text { bottom: auto; top: 50%; }
  .hero-text h1 { font-size: clamp(34px, 9vw, 56px); }
  .hero-text .cta { margin-top: 22vh; }
}

.about {
  position: relative; padding: 160px 8vw 200px;
  background: linear-gradient(180deg, var(--void) 0%, #070518 30%, #0a1530 60%, #163a55 100%);
  overflow: hidden;
  content-visibility: auto;
  contain-intrinsic-size: auto 1200px;
}
.fog {
  position: absolute; left: 0; right: 0; bottom: 0; height: 60%;
  background:
    radial-gradient(ellipse at 30% 100%, rgba(106,216,255,.18), transparent 60%),
    radial-gradient(ellipse at 70% 100%, rgba(255,42,150,.14), transparent 60%),
    linear-gradient(0deg, rgba(184,196,212,.18), transparent 80%);
  filter: blur(2px);
}
.moons-sky {
  position: absolute; top: 4%; left: 0; right: 0; height: 50%;
  pointer-events: none;
}
.moon {
  position: absolute; border-radius: 50%;
  box-shadow: inset -10px -10px 30px rgba(0,0,0,.5), 0 0 40px rgba(255,255,255,.1);
}
.moon.m1 { width: 180px; height: 180px; top: 8%; right: 12%;
  background: radial-gradient(circle at 35% 30%, #fff8e6 0%, #f4d36a 40%, #b67928 90%); }
.moon.m2 { width: 100px; height: 100px; top: 18%; right: 32%;
  background: radial-gradient(circle at 35% 30%, #f4d0c1, #c47a8c 60%, #5a1a3c 95%); opacity: .92; }
.moon.m3 { width: 60px; height: 60px; top: 32%; right: 8%;
  background: radial-gradient(circle at 35% 30%, #d8e8ff, #6ad8ff 60%, #1f3a6a 95%); opacity: .9; }
.about-content {
  position: relative; z-index: 3; max-width: 720px; margin: 0 auto; text-align: center;
}
.about .pre {
  font-family: 'Major Mono Display', monospace; font-size: 11px;
  letter-spacing: .5em; text-transform: uppercase; color: var(--magenta);
  margin-bottom: 28px;
}
.about h2 {
  font-family: 'Cormorant Garamond', serif; font-style: italic; font-weight: 500;
  font-size: clamp(40px, 5.5vw, 84px); line-height: 1.05;
}
.about h2 em { color: var(--cyan); }
.about p {
  margin-top: 32px; line-height: 1.85; color: var(--fog); font-size: 15px;
  max-width: 60ch; margin-left: auto; margin-right: auto;
}
.about p em { color: var(--bone); font-style: italic; }
.about .members {
  margin-top: 36px;
  display: flex; justify-content: center; gap: 40px;
  font-family: 'Major Mono Display', monospace; font-size: 11px;
  letter-spacing: .35em; text-transform: uppercase; color: var(--fog);
}
.about .members span { color: var(--bone); }
.about .members em { color: var(--magenta); font-style: normal; }
.about-photo {
  position: relative; z-index: 3;
  max-width: 540px; margin: 70px auto 0;
  aspect-ratio: 942/590;
  overflow: hidden;
  border: 1px solid rgba(255,42,150,.25);
  box-shadow: 0 0 60px rgba(255,42,150,.18), 0 30px 80px rgba(0,0,0,.5);
}
.about-photo img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  filter: contrast(1.05) saturate(1.05);
  transition: transform .8s ease;
}
.about-photo:hover img { transform: scale(1.04); }
.about-photo::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(180deg, transparent 60%, rgba(5,2,7,.4) 100%);
  mix-blend-mode: multiply;
}

@media (max-width: 800px) {
  .about .members { flex-direction: column; gap: 14px; }
}

.broadcast {
  position: relative; padding: 180px 6vw;
  background: linear-gradient(180deg, #163a55 0%, #0a1530 50%, var(--void) 100%);
  overflow: hidden;
  content-visibility: auto;
  contain-intrinsic-size: auto 1400px;
}
.broadcast h2 {
  font-family: 'Cormorant Garamond', serif; font-style: italic; font-weight: 500;
  font-size: clamp(36px, 5vw, 72px);
  text-align: center; margin-bottom: 16px;
}
.broadcast h2 em { color: var(--magenta); }
.broadcast .subtitle {
  text-align: center; margin-bottom: 80px;
  font-family: 'Major Mono Display', monospace; font-size: 11px;
  letter-spacing: .4em; text-transform: uppercase; color: var(--fog); opacity: .7;
}
.tracks {
  max-width: 920px; margin: 0 auto;
  display: grid; gap: 0;
}
.track {
  display: grid; grid-template-columns: 60px 60px 1fr 130px 90px 50px;
  align-items: center; gap: 24px;
  padding: 26px 8px;
  border-top: 1px solid rgba(184,196,212,.2);
  transition: padding .25s ease, background .25s ease;
  cursor: pointer;
}
.track:last-child { border-bottom: 1px solid rgba(184,196,212,.2); }
.track:hover {
  padding-left: 24px;
  background: linear-gradient(90deg, rgba(255,42,150,.08), transparent 60%);
}
.track.featured {
  background: linear-gradient(90deg, rgba(255,122,58,.12), transparent 70%);
  border-top-color: rgba(255,122,58,.4);
}
.track .num {
  font-family: 'Major Mono Display', monospace; font-size: 14px;
  color: var(--cyan); letter-spacing: .2em;
}
.track .ico { width: 44px; height: 44px; border-radius: 50%; }
.track:nth-child(1) .ico { background: radial-gradient(circle at 35% 35%, #ffd4b3, #ff7a3a 50%, #4a1a05); }
.track:nth-child(2) .ico { background: radial-gradient(circle at 35% 35%, #fff8e6, #f4d36a 50%, #b67928); }
.track:nth-child(3) .ico { background: radial-gradient(circle at 35% 35%, #f4d0c1, #ff2a96 50%, #5a1a3c); }
.track:nth-child(4) .ico { background: radial-gradient(circle at 35% 35%, #d8e8ff, #6ad8ff 50%, #1f3a6a); }
.track:nth-child(5) .ico { background: radial-gradient(circle at 35% 35%, #e8d4ff, #6b1fa3 50%, #2a0a4a); }
.track .title {
  font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 28px;
}
.track .release {
  font-family: 'Major Mono Display', monospace; font-size: 10px; letter-spacing: .25em;
  color: var(--fog); opacity: .7; text-transform: uppercase;
}
.track .tag {
  justify-self: end;
  font-family: 'Major Mono Display', monospace; font-size: 9px; letter-spacing: .3em;
  text-transform: uppercase; padding: 5px 9px;
  border: 1px solid var(--cyan); color: var(--cyan); border-radius: 2px;
}
.track.featured .tag { color: var(--orange); border-color: var(--orange); }
.track .play {
  justify-self: end;
  width: 38px; height: 38px; border-radius: 50%;
  border: 1px solid var(--magenta); color: var(--magenta);
  display: flex; align-items: center; justify-content: center;
  transition: all .25s ease;
}
.track:hover .play { background: var(--magenta); color: var(--void); }
.track.open .play { background: var(--magenta); color: var(--void); transform: rotate(90deg); }

.track-embed {
  max-height: 0; overflow: hidden;
  transition: max-height .45s ease, padding .35s ease, opacity .35s ease;
  opacity: 0;
  padding: 0 8px;
  background: linear-gradient(180deg, rgba(255,42,150,.05), transparent 90%);
}
.track-row.open .track-embed {
  max-height: 200px;
  padding: 16px 8px 26px;
  opacity: 1;
}
.track-embed iframe {
  width: 100%; max-width: 920px; display: block; margin: 0 auto;
  border: 0; border-radius: 12px;
}

.release-cta {
  text-align: center; margin-top: 60px;
}
.release-cta a {
  font-family: 'Major Mono Display', monospace; font-size: 11px;
  letter-spacing: .4em; text-transform: uppercase;
  color: var(--cyan); text-decoration: none;
  border-bottom: 1px solid var(--cyan); padding-bottom: 6px;
}
.release-cta a:hover { color: var(--magenta); border-color: var(--magenta); }

@media (max-width: 800px) {
  .track { grid-template-columns: 36px 36px 1fr 50px; gap: 12px; padding: 18px 4px; }
  .track .release, .track .tag { display: none; }
}

.watch {
  position: relative; padding: 160px 8vw;
  background: linear-gradient(180deg, var(--void) 0%, #0a0418 100%);
  overflow: hidden;
  content-visibility: auto;
  contain-intrinsic-size: auto 2000px;
}
.watch::before {
  content: ""; position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(106,216,255,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(106,216,255,.05) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(circle at center, #000 0%, transparent 70%);
}
.watch h2 {
  position: relative; font-family: 'Cormorant Garamond', serif; font-style: italic; font-weight: 500;
  font-size: clamp(36px, 5vw, 72px);
  text-align: center; margin-bottom: 16px;
}
.watch h2 em { color: var(--orange); }
.watch .subtitle {
  text-align: center; margin-bottom: 70px;
  font-family: 'Major Mono Display', monospace; font-size: 11px;
  letter-spacing: .4em; text-transform: uppercase; color: var(--fog); opacity: .7;
}
.video-grid {
  position: relative; max-width: 1080px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 48px 28px;
}
.video-block { position: relative; }
.video-embed {
  position: relative; aspect-ratio: 16/9;
  border: 1px solid rgba(184,196,212,.18);
  overflow: hidden;
  background: #000;
  cursor: pointer;
  transition: transform .3s ease, border-color .3s ease;
}
.video-embed:hover { transform: translateY(-4px); border-color: var(--magenta); }
.video-embed iframe {
  width: 100%; height: 100%; display: block; border: 0;
}
.video-caption {
  margin-top: 14px;
  display: flex; justify-content: space-between; align-items: end;
  gap: 12px;
}
.video-caption .vt {
  font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 26px;
  color: var(--bone);
}
.video-caption .vt small {
  display: block; font-family: 'Major Mono Display', monospace; font-size: 9px;
  letter-spacing: .35em; text-transform: uppercase; color: var(--cyan); margin-bottom: 4px;
  font-style: normal;
}
.video-caption .vid-tag {
  font-family: 'Major Mono Display', monospace; font-size: 9px; letter-spacing: .3em;
  text-transform: uppercase; color: var(--fog); opacity: .7;
}

.yt-lite { position: relative; }
.yt-lite .yt-thumb {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover; display: block;
  transition: opacity .3s ease, transform .5s ease;
}
.yt-lite::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(180deg, rgba(0,0,0,.15) 0%, transparent 30%, transparent 60%, rgba(0,0,0,.55) 100%);
  z-index: 1;
}
.yt-lite .yt-play {
  /* No backdrop-filter — solid bg already darkens the thumbnail enough,
     and four backdrop-blurs were running concurrently in the watch grid. */
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 76px; height: 54px; border-radius: 14px;
  background: rgba(0, 0, 0, .7);
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: 22px; line-height: 1;
  border: 0; cursor: pointer;
  transition: background .25s ease, transform .25s ease;
  z-index: 2;
}
.yt-lite:hover .yt-play { background: var(--magenta); transform: translate(-50%, -50%) scale(1.06); }
.yt-lite:hover .yt-thumb { transform: scale(1.03); }
.yt-lite .yt-label {
  position: absolute; left: 12px; bottom: 10px; z-index: 2;
  font-family: 'Major Mono Display', monospace; font-size: 9px;
  letter-spacing: .3em; text-transform: uppercase; color: var(--bone);
  background: rgba(0,0,0,.5); padding: 5px 8px; border-radius: 2px;
}
.yt-lite.loaded .yt-thumb,
.yt-lite.loaded .yt-play,
.yt-lite.loaded .yt-label,
.yt-lite.loaded::before { display: none; }

.ig-section {
  position: relative; max-width: 1180px; margin: 110px auto 0;
}
.ig-header {
  display: flex; justify-content: space-between; align-items: baseline;
  flex-wrap: wrap; gap: 12px;
  padding: 0 4px 24px;
  border-bottom: 1px solid rgba(184,196,212,.15);
}
.ig-pre {
  font-family: 'Major Mono Display', monospace; font-size: 11px;
  letter-spacing: .45em; text-transform: uppercase; color: var(--magenta);
}
.ig-title {
  font-family: 'Cormorant Garamond', serif; font-style: italic;
  font-size: clamp(22px, 2.6vw, 34px); color: var(--bone);
}
.ig-grid {
  margin-top: 36px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 18px;
}
.ig-grid > .ig-tile {
  position: relative;
  display: block;
  aspect-ratio: 9 / 16;
  overflow: hidden;
  border-radius: 2px;
  background: #111;
  border: 1px solid rgba(184,196,212,.12);
  transition: transform .25s ease, border-color .25s ease;
}
.ig-grid > .ig-tile:hover {
  transform: translateY(-2px);
  border-color: var(--magenta);
}
.ig-grid > .ig-tile img {
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.ig-tile-video {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover;
  opacity: 0;
  transition: opacity .25s ease;
  pointer-events: none;
}
.ig-tile-video.is-playing { opacity: 1; }
.ig-grid > .ig-tile:hover .ig-tile-badge { opacity: 0; }
.ig-tile-badge {
  transition: opacity .2s ease;
  position: absolute; top: 6px; right: 8px;
  font-family: 'Major Mono Display', monospace; font-size: 10px;
  color: var(--bone);
  background: rgba(0,0,0,.55);
  padding: 2px 6px; border-radius: 2px;
  pointer-events: none;
}
@media (min-width: 1100px) {
  .ig-grid { grid-template-columns: repeat(6, 1fr); }
}
@media (min-width: 800px) and (max-width: 1099px) {
  .ig-grid { grid-template-columns: repeat(4, 1fr); }
}
@media (min-width: 500px) and (max-width: 799px) {
  .ig-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 499px) {
  .ig-grid { grid-template-columns: repeat(2, 1fr); }
}
.ig-controls {
  margin-top: 32px;
  display: flex; align-items: center; justify-content: center;
}
.ig-follow {
  font-family: 'Major Mono Display', monospace; font-size: 11px;
  letter-spacing: .4em; text-transform: uppercase;
  color: var(--cyan); text-decoration: none;
  border-bottom: 1px solid var(--cyan); padding-bottom: 6px;
}
.ig-follow:hover { color: var(--magenta); border-color: var(--magenta); }

@media (max-width: 800px) {
  .video-grid { grid-template-columns: 1fr; }
}

.live-teaser {
  position: relative; padding: 140px 8vw;
  background: var(--void);
  text-align: center; overflow: hidden;
  content-visibility: auto;
  contain-intrinsic-size: auto 500px;
}
.live-teaser::before {
  content: ""; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 600px; height: 600px; border-radius: 50%;
  background: radial-gradient(circle, rgba(255,42,150,.1), transparent 60%);
  filter: blur(40px);
}
.live-teaser .pre {
  position: relative; font-family: 'Major Mono Display', monospace; font-size: 11px;
  letter-spacing: .55em; text-transform: uppercase; color: var(--magenta);
  margin-bottom: 20px;
}
.live-teaser h2 {
  position: relative; font-family: 'Cormorant Garamond', serif; font-style: italic; font-weight: 500;
  font-size: clamp(32px, 4.5vw, 64px); line-height: 1.05;
  max-width: 22ch; margin: 0 auto;
}
.live-teaser h2 em { color: var(--orange); }
.live-teaser .note {
  position: relative; margin-top: 30px;
  font-family: 'Major Mono Display', monospace; font-size: 10px;
  letter-spacing: .4em; text-transform: uppercase; color: var(--fog); opacity: .65;
}

footer {
  position: relative; padding: 120px 8vw 60px;
  background: linear-gradient(180deg, var(--void) 0%, #0a0418 100%);
  overflow: hidden;
  text-align: center;
  content-visibility: auto;
  contain-intrinsic-size: auto 600px;
}
footer::before {
  content: ""; position: absolute; top: 0; left: 50%; transform: translateX(-50%);
  width: 1px; height: 100px;
  background: linear-gradient(180deg, var(--magenta), transparent);
}
footer h2 {
  font-family: 'Cormorant Garamond', serif; font-style: italic; font-weight: 500;
  font-size: clamp(32px, 4.6vw, 56px); margin-bottom: 18px;
}
footer h2 em { color: var(--magenta); }
footer p { color: var(--fog); font-size: 14px; max-width: 50ch; margin: 0 auto 30px; line-height: 1.7; }
.footer-form {
  display: flex; max-width: 480px; margin: 0 auto;
  border: 1px solid var(--magenta);
}
.footer-form input {
  flex: 1; background: transparent; border: none; color: var(--bone);
  padding: 16px 18px; font-family: 'Space Grotesk', sans-serif; font-size: 14px;
}
.footer-form input:focus { outline: none; }
.footer-form button {
  background: var(--magenta); border: none; color: var(--void);
  padding: 0 24px; font-family: 'Major Mono Display', monospace; font-size: 11px;
  letter-spacing: .4em; text-transform: uppercase; cursor: pointer;
  transition: all .25s ease;
}
.footer-form button:hover { background: var(--orange); }
.footer-form button[disabled] { opacity: .5; cursor: default; }
.footer-form-status {
  min-height: 1.2em;
  margin-top: 14px;
  font-family: 'Major Mono Display', monospace; font-size: 11px;
  letter-spacing: .35em; text-transform: uppercase;
  color: var(--fog);
}
.footer-form-status.is-success { color: var(--cyan); }
.footer-form-status.is-error { color: var(--orange); }
.contact-line {
  margin-top: 36px;
  font-family: 'Major Mono Display', monospace; font-size: 11px;
  letter-spacing: .35em; text-transform: uppercase; color: var(--fog);
}
.contact-line a { color: var(--cyan); text-decoration: none; }
.contact-line a:hover { color: var(--magenta); }
.foot-meta {
  margin-top: 80px; display: flex; justify-content: space-between; align-items: center;
  font-family: 'Major Mono Display', monospace; font-size: 10px;
  letter-spacing: .35em; color: var(--fog); opacity: .55; text-transform: uppercase;
}
.foot-meta ul { list-style: none; display: flex; gap: 24px; }
.foot-meta a { color: var(--fog); text-decoration: none; }
.foot-meta a:hover { color: var(--magenta); }


/*# sourceMappingURL=main.4082efab.css.map*/