:root {
  --bg: #080808;
  --bg-soft: #101010;
  --paper: #d9d6d0;
  --ink: #f3f0ea;
  --muted: #9b9892;
  --line: rgba(255,255,255,.14);
  --red: #ff1616;
  --red-dark: #b60707;
  --green-grey: #516361;
  --container: 1240px;
  --header-h: 78px;
  --ease: cubic-bezier(.22,.8,.2,1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--bg);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.5;
}
body.is-loading { overflow: hidden; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
img { max-width: 100%; display: block; }
::selection { background: var(--red); color: #fff; }

.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.section { position: relative; padding: clamp(96px, 11vw, 180px) 0; }

.page-noise {
  position: fixed; inset: 0; z-index: 1000; pointer-events: none;
  background-image: url("assets/noise.png"); opacity: .15; mix-blend-mode: soft-light;
}
.cursor-light {
  position: fixed; width: 420px; height: 420px; border-radius: 50%; z-index: 0;
  pointer-events: none; opacity: .15;
  background: radial-gradient(circle, rgba(255,25,25,.20), rgba(255,25,25,0) 67%);
  transform: translate(-50%, -50%); transition: opacity .3s ease;
}

/* PRELOADER */
.preloader {
  position: fixed; inset: 0; z-index: 9999; display: grid; place-items: center;
  background: #050505; transition: opacity .7s var(--ease), visibility .7s;
}
.preloader.is-done { opacity: 0; visibility: hidden; }
.preloader__noise { position: absolute; inset: 0; background: url("assets/noise.png"); opacity: .22; }
.preloader__inner { width: min(520px, calc(100% - 56px)); position: relative; }
.preloader__mark {
  font-family: Impact, "Arial Narrow", sans-serif; font-style: italic; font-size: clamp(74px, 17vw, 160px);
  line-height: .8; letter-spacing: -.06em; color: var(--red); animation: preloadGlitch .8s steps(2,end) infinite;
}
.preloader__status { display: flex; justify-content: space-between; margin: 38px 0 10px; color: #c8c5bf; font-size: 10px; letter-spacing: .24em; }
.preloader__bar { height: 2px; background: rgba(255,255,255,.14); overflow: hidden; }
.preloader__bar span { display: block; height: 100%; width: 0; background: var(--red); box-shadow: 0 0 24px var(--red); }
@keyframes preloadGlitch { 0%, 90%, 100% { transform: translate(0); } 91% { transform: translate(6px,-2px) skewX(-7deg); } 93% { transform: translate(-9px,1px); } 95% { transform: translate(2px,3px) skewX(5deg); } }

/* HEADER */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; height: var(--header-h); z-index: 100;
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 38px;
  border-bottom: 1px solid transparent; transition: background .35s ease, border-color .35s ease, height .35s ease;
}
.site-header.is-scrolled { height: 66px; background: rgba(7,7,7,.84); backdrop-filter: blur(18px); border-color: var(--line); }
.mini-logo { justify-self: start; color: var(--red); text-decoration: none; font-family: Impact, "Arial Narrow", sans-serif; font-style: italic; font-size: 27px; letter-spacing: -.04em; }
.main-nav { display: flex; gap: 30px; }
.main-nav a { position: relative; color: rgba(255,255,255,.72); text-decoration: none; text-transform: uppercase; font-size: 10px; letter-spacing: .22em; transition: color .2s; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -9px; height: 1px; background: var(--red); transition: right .25s var(--ease); }
.main-nav a:hover { color: #fff; }
.main-nav a:hover::after { right: 0; }
.header-cta { justify-self: end; border: 1px solid rgba(255,255,255,.35); padding: 10px 15px; text-decoration: none; text-transform: uppercase; font-size: 9px; letter-spacing: .2em; transition: .25s ease; }
.header-cta:hover { background: #fff; color: #080808; border-color: #fff; }
.menu-toggle { display: none; }

/* HERO */
.hero { position: relative; min-height: 100svh; display: flex; align-items: center; overflow: hidden; isolation: isolate; background: #080808; }
.hero-video, .hero-fallback, .hero-vignette, .scanlines, .hero-video-shield { position: absolute; inset: 0; }
.hero-video { z-index: -5; overflow: hidden; opacity: .48; filter: saturate(.45) contrast(1.18); }
.hero-video iframe { position: absolute; left: 50%; top: 50%; width: max(100vw, 177.78vh); height: max(56.25vw, 100vh); transform: translate(-50%,-50%) scale(1.08); border: 0; pointer-events: none; user-select: none; }
.hero-fallback { z-index: -6; background: url("assets/band.webp") center 28% / cover no-repeat; filter: grayscale(1) contrast(1.2); opacity: 1; visibility: visible; transition: opacity .55s ease, visibility 0s linear .55s; }
html.hero-video-playing .hero-fallback { opacity: 0; visibility: hidden; }
.hero-vignette { z-index: -4; background: linear-gradient(90deg, rgba(0,0,0,.88) 0%, rgba(0,0,0,.48) 52%, rgba(0,0,0,.7) 100%), linear-gradient(0deg, #080808 0%, transparent 30%, rgba(0,0,0,.32) 100%); }
.scanlines { z-index: -3; opacity: .18; background: repeating-linear-gradient(0deg, transparent 0 3px, rgba(0,0,0,.7) 4px); mix-blend-mode: multiply; }
.hero-video-shield { z-index: 1; background: transparent; cursor: default; user-select: none; -webkit-user-select: none; }
.hero-content { position: relative; z-index: 2; padding-top: calc(var(--header-h) + 40px); padding-bottom: 90px; }
.eyebrow, .section-kicker { margin: 0 0 25px; color: rgba(255,255,255,.65); font-size: 10px; font-weight: 650; letter-spacing: .29em; }
.wordmark-glitch { position: relative; width: min(900px, 87vw); margin-left: -1.4vw; }
.wordmark { width: 100%; user-select: none; }
.wordmark--ghost { position: absolute; inset: 0; pointer-events: none; opacity: 0; }
.wordmark--ghost-a { filter: hue-rotate(165deg) saturate(3); animation: glitchA 5.1s steps(1,end) infinite; }
.wordmark--ghost-b { filter: hue-rotate(310deg) saturate(2); animation: glitchB 4.3s steps(1,end) infinite; }
.wordmark--base { animation: titleJump 7s steps(1,end) infinite; filter: drop-shadow(0 0 18px rgba(255,0,0,.08)); }
@keyframes glitchA {
  0%, 89%, 92%, 100% { opacity: 0; clip-path: inset(0); transform: translate(0); }
  90% { opacity: .6; clip-path: inset(8% 0 67%); transform: translate(-7px,1px); }
  91% { opacity: .5; clip-path: inset(72% 0 10%); transform: translate(10px,-1px); }
}
@keyframes glitchB {
  0%, 73%, 76%, 100% { opacity: 0; transform: translate(0); }
  74% { opacity: .5; clip-path: inset(45% 0 34%); transform: translate(8px); }
  75% { opacity: .35; clip-path: inset(19% 0 65%); transform: translate(-5px,2px); }
}
@keyframes titleJump { 0%, 61%, 64%, 100% { transform: translate(0); } 62% { transform: translate(-2px,1px) skewX(-.6deg); } 63% { transform: translate(2px,-1px); } }
.hero-release { display: flex; gap: 20px; align-items: center; margin-top: clamp(24px, 4vw, 48px); color: #c7c4be; font-size: 10px; letter-spacing: .2em; }
.hero-release strong { color: #fff; font-size: 14px; letter-spacing: .3em; }
.hero-release span + strong, .hero-release strong + span { border-left: 1px solid rgba(255,255,255,.28); padding-left: 20px; }
.hero-actions { display: flex; gap: 13px; margin-top: 35px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 22px; padding: 0 22px; border: 1px solid transparent; text-decoration: none; text-transform: uppercase; font-size: 10px; font-weight: 700; letter-spacing: .18em; transition: transform .25s var(--ease), background .25s, color .25s, border-color .25s; }
.button:hover { transform: translateY(-3px); }
.button--red { background: var(--red); color: #fff; }
.button--red:hover { background: #ff3939; }
.button--red svg { width: 17px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.button--ghost { border-color: rgba(255,255,255,.36); background: rgba(0,0,0,.16); backdrop-filter: blur(8px); }
.button--ghost:hover { border-color: #fff; background: #fff; color: #080808; }
.hero-footer { position: absolute; z-index: 2; left: 38px; right: 38px; bottom: 25px; display: flex; justify-content: space-between; color: rgba(255,255,255,.43); font-size: 8px; letter-spacing: .22em; }
.scroll-cue { display: inline-flex; align-items: center; gap: 10px; }
.scroll-cue i { width: 56px; height: 1px; background: rgba(255,255,255,.38); position: relative; overflow: hidden; }
.scroll-cue i::after { content: ""; position: absolute; inset: 0; background: #fff; transform: translateX(-100%); animation: scrollLine 2s ease infinite; }
@keyframes scrollLine { 0% { transform: translateX(-100%); } 50%,100% { transform: translateX(100%); } }

/* SHARED */
.section-kicker { color: var(--red); margin-bottom: 18px; }
.display-heading { margin: 0; font-family: Impact, "Arial Narrow", sans-serif; font-style: italic; font-weight: 400; font-size: clamp(74px, 10vw, 154px); line-height: .78; letter-spacing: -.035em; }
.section-title { margin: 0; font-size: clamp(48px, 6vw, 92px); line-height: .95; font-weight: 500; letter-spacing: -.055em; }
.section-heading-row { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 58px; }
.text-link { display: inline-flex; align-items: center; gap: 18px; color: #d6d3ce; text-decoration: none; text-transform: uppercase; font-size: 9px; font-weight: 700; letter-spacing: .2em; border-bottom: 1px solid rgba(255,255,255,.26); padding: 0 0 9px; transition: color .2s, border-color .2s; }
.text-link:hover { color: var(--red); border-color: var(--red); }
.text-link--button { background: none; border-top: 0; border-left: 0; border-right: 0; cursor: pointer; }
.reveal { opacity: 0; transform: translateY(30px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }

/* ALBUM */
.album-section { background: radial-gradient(circle at 76% 43%, rgba(83,100,98,.18), transparent 38%), #0a0a0a; overflow: hidden; }
.album-section::before { content: "SURREALIST"; position: absolute; left: -2vw; bottom: -6vw; color: rgba(255,255,255,.018); font: italic 24vw/.7 Impact, "Arial Narrow", sans-serif; white-space: nowrap; pointer-events: none; }
.album-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: clamp(55px, 8vw, 130px); }
.album-copy { position: relative; z-index: 2; }
.album-copy .lead { max-width: 510px; margin: 40px 0 0; color: #b8b4ae; font-size: clamp(16px, 1.5vw, 20px); line-height: 1.75; }
.countdown { display: grid; grid-template-columns: repeat(4, minmax(60px, 1fr)); max-width: 520px; margin-top: 46px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.countdown div { padding: 20px 15px 20px 0; }
.countdown div + div { border-left: 1px solid var(--line); padding-left: 18px; }
.countdown strong { display: block; font-family: "Arial Narrow", Arial, sans-serif; font-size: clamp(26px, 3vw, 45px); font-weight: 300; font-variant-numeric: tabular-nums; line-height: 1; }
.countdown span { display: block; margin-top: 10px; color: var(--muted); font-size: 8px; text-transform: uppercase; letter-spacing: .22em; }
.album-copy__actions { display: flex; flex-wrap: wrap; gap: 30px; margin-top: 35px; }
.microcopy { max-width: 370px; margin: 25px 0 0; color: #696761; font-size: 10px; line-height: 1.7; letter-spacing: .08em; }
.album-stage { position: relative; min-width: 0; perspective: 1600px; display: grid; place-items: center; }
.album-tilt { width: min(650px, 100%); aspect-ratio: 1; transform-style: preserve-3d; transition: transform .18s ease-out; }
.album-case { position: relative; width: 100%; height: 100%; transform-style: preserve-3d; transition: transform 1.05s cubic-bezier(.2,.78,.22,1); cursor: pointer; outline: none; }
.album-case.is-flipped { transform: rotateY(180deg); }
.album-case:focus-visible { box-shadow: 0 0 0 3px var(--red); }
.album-face { position: absolute; inset: 0; backface-visibility: hidden; overflow: hidden; background: #111; box-shadow: 0 35px 90px rgba(0,0,0,.62), 0 0 0 1px rgba(255,255,255,.23); }
.album-front picture, .album-front img { width: 100%; height: 100%; object-fit: cover; }
.album-back { transform: rotateY(180deg); background: #161616; }
.album-back__photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: grayscale(1) contrast(1.15); opacity: .24; }
.album-back__wash { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(5,5,5,.48), rgba(5,5,5,.87)), linear-gradient(90deg, rgba(80,101,98,.34), transparent 42%); }
.album-back__content { position: absolute; inset: 0; display: flex; flex-direction: column; padding: clamp(24px, 4vw, 54px); }
.album-back__topline { display: flex; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.38); padding-bottom: 9px; color: rgba(255,255,255,.7); font-size: clamp(6px, .7vw, 9px); letter-spacing: .25em; }
.album-back h3 { margin: 22px 0 0; font: italic clamp(37px, 5vw, 76px)/.9 Impact, "Arial Narrow", sans-serif; letter-spacing: -.02em; color: #f4f0e9; }
.album-back__sub { margin: 8px 0 22px; color: rgba(255,255,255,.54); font-size: clamp(6px, .67vw, 9px); letter-spacing: .2em; }
.tracklist { margin: 0; padding: 0; list-style-position: inside; column-count: 2; column-gap: clamp(18px, 3vw, 42px); counter-reset: tracks; }
.tracklist li { counter-increment: tracks; list-style: none; break-inside: avoid; border-top: 1px solid rgba(255,255,255,.13); }
.tracklist li::before { display: none; }
.tracklist a { min-height: clamp(27px, 3.35vw, 43px); display: grid; grid-template-columns: 24px 1fr auto; align-items: center; gap: 7px; color: rgba(255,255,255,.82); text-decoration: none; transition: color .18s, padding .18s; }
.tracklist a::before { content: counter(tracks, decimal-leading-zero); color: rgba(255,255,255,.38); font-size: clamp(6px, .6vw, 8px); font-variant-numeric: tabular-nums; }
.tracklist a:hover { color: #fff; padding-left: 5px; }
.tracklist a:hover::before { color: var(--red); }
.tracklist span { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; text-transform: uppercase; font-size: clamp(7px, .72vw, 10px); letter-spacing: .08em; }
.tracklist em { color: rgba(255,255,255,.42); font-style: normal; text-transform: uppercase; font-size: clamp(5px, .5vw, 7px); letter-spacing: .13em; }
.album-back__footer { margin-top: auto; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.32); display: flex; justify-content: space-between; align-items: end; color: rgba(255,255,255,.5); font-size: clamp(5px, .5vw, 7px); letter-spacing: .16em; }
.barcode { display: flex; align-items: stretch; gap: 2px; width: 82px; height: 22px; }
.barcode i { background: rgba(255,255,255,.7); flex: 1; }
.barcode i:nth-child(3n) { flex: .35; } .barcode i:nth-child(4n) { flex: 1.8; }
.case-glare { position: absolute; inset: -20%; pointer-events: none; background: linear-gradient(115deg, transparent 35%, rgba(255,255,255,.11) 49%, transparent 63%); transform: translateX(-60%); transition: transform .45s ease; }
.album-case:hover .case-glare { transform: translateX(55%); }
.case-edge { position: absolute; inset: 0; border: 7px solid rgba(255,255,255,.06); box-shadow: inset 0 0 0 1px rgba(0,0,0,.8), inset 10px 0 14px rgba(255,255,255,.035); pointer-events: none; }
.album-stage__hint { margin: 22px 0 0; color: #77736e; font-size: 8px; letter-spacing: .24em; }

/* SPOTIFY */
.listen-section { background: #0d0d0d; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.spotify-panel { display: grid; grid-template-columns: .82fr 1.18fr; min-height: 520px; border: 1px solid rgba(255,255,255,.15); background: #101010; overflow: hidden; }
.spotify-panel__art { position: relative; min-height: 520px; overflow: hidden; background: #050505; }
.spotify-panel__art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 65%, #101010), linear-gradient(0deg, rgba(0,0,0,.4), transparent); }
.spotify-panel__art img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.02); }
.vinyl-ring { position: absolute; z-index: 2; width: 56%; aspect-ratio: 1; right: -19%; top: 50%; transform: translateY(-50%); border-radius: 50%; background: repeating-radial-gradient(circle, #090909 0 3px, #151515 4px 6px); box-shadow: 0 15px 60px #000; }
.vinyl-ring::before { content: "AFA"; position: absolute; inset: 38%; border-radius: 50%; display: grid; place-items: center; background: var(--red); color: #fff; font: italic 16px Impact, sans-serif; }
.spotify-panel__player { display: flex; flex-direction: column; justify-content: center; padding: clamp(28px, 5vw, 72px); }
.spotify-label { margin: 0 0 26px; color: #aaa7a1; font-size: 9px; letter-spacing: .22em; }
.spotify-label span { width: 7px; height: 7px; display: inline-block; border-radius: 50%; background: #1ed760; box-shadow: 0 0 16px #1ed760; margin-right: 8px; }
.spotify-panel iframe { border: 0; border-radius: 12px; }
.spotify-embed-shell { position: relative; width: 100%; min-height: 352px; border-radius: 12px; overflow: hidden; background: #080808; border: 1px solid rgba(255,255,255,.1); }
.spotify-facade { width: 100%; min-height: 352px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 20px; padding: clamp(24px, 4vw, 42px); border: 0; color: #f3f0ea; background: radial-gradient(circle at 16% 0%, rgba(30,215,96,.16), transparent 38%), linear-gradient(145deg, #151515, #080808); text-align: left; cursor: pointer; transition: transform .25s ease, background .25s ease; }
.spotify-facade::after { content: ""; position: absolute; inset: 0; background: repeating-linear-gradient(0deg, transparent 0 4px, rgba(255,255,255,.018) 4px 5px); pointer-events: none; }
.spotify-facade:hover { transform: scale(.992); background: radial-gradient(circle at 16% 0%, rgba(30,215,96,.23), transparent 42%), linear-gradient(145deg, #171717, #090909); }
.spotify-facade:focus-visible { outline: 2px solid #1ed760; outline-offset: -4px; }
.spotify-facade__icon { position: relative; z-index: 1; display: grid; place-items: center; width: 68px; height: 68px; border-radius: 50%; background: #1ed760; box-shadow: 0 0 42px rgba(30,215,96,.25); }
.spotify-facade__icon svg { width: 36px; height: 36px; fill: #050505; }
.spotify-facade__copy { position: relative; z-index: 1; display: flex; flex-direction: column; gap: 7px; }
.spotify-facade__copy strong { font-size: clamp(20px, 2.5vw, 32px); letter-spacing: -.03em; }
.spotify-facade__copy small { color: #9e9b96; font-size: 11px; letter-spacing: .16em; text-transform: uppercase; }
.spotify-facade__arrow { position: relative; z-index: 1; font-size: 30px; transition: transform .25s ease; }
.spotify-facade:hover .spotify-facade__arrow { transform: translateX(6px); }
.spotify-embed-shell.is-loaded { overflow: visible; background: transparent; border: 0; }
.spotify-embed-shell.is-loaded iframe { display: block; }
.spotify-unload { display: block; margin: 12px 0 0 auto; padding: 8px 0; border: 0; background: transparent; color: #8e8b86; font: inherit; font-size: 9px; letter-spacing: .17em; text-transform: uppercase; cursor: pointer; }
.spotify-unload:hover { color: #fff; }

/* VIDEOS */
.videos-section { background: #080808; }
.video-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; }
.video-card { grid-column: span 4; position: relative; min-width: 0; border: 0; padding: 0; background: #111; color: #fff; text-align: left; cursor: pointer; overflow: hidden; opacity: 0; transform: translateY(30px); transition: opacity .7s var(--ease), transform .7s var(--ease), border-color .2s; }
.video-card.is-visible { opacity: 1; transform: none; }
.video-card:nth-child(1), .video-card:nth-child(6), .video-card:nth-child(10) { grid-column: span 8; }
.video-card__media { position: relative; aspect-ratio: 16/9; overflow: hidden; background: #151515; }
.video-card__media img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(.75) contrast(1.08); transition: transform .7s var(--ease), filter .4s; }
.video-card__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.78), transparent 58%); }
.video-card:hover img { transform: scale(1.045); filter: grayscale(.1) contrast(1.05); }
.play-disc { position: absolute; z-index: 2; left: 20px; bottom: 20px; width: 48px; height: 48px; border-radius: 50%; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.55); background: rgba(0,0,0,.35); backdrop-filter: blur(8px); transition: background .25s, transform .25s; }
.play-disc::before { content: ""; margin-left: 3px; border-left: 10px solid #fff; border-top: 6px solid transparent; border-bottom: 6px solid transparent; }
.video-card:hover .play-disc { background: var(--red); border-color: var(--red); transform: scale(1.08); }
.video-card__meta { display: grid; grid-template-columns: 1fr auto; gap: 12px; padding: 18px 2px 5px; border-top: 1px solid rgba(255,255,255,.12); }
.video-card__meta strong { font-size: 14px; font-weight: 560; letter-spacing: -.01em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.video-card__meta span { color: #77736e; font-size: 8px; text-transform: uppercase; letter-spacing: .18em; padding-top: 5px; }
.video-card--large .video-card__meta strong { font-size: 18px; }

/* BAND */
.band-section { padding-top: 0; background: #0b0b0b; }
.band-image-wrap { position: relative; width: min(calc(100% - 48px), 1450px); height: min(72vw, 830px); min-height: 470px; margin: 0 auto; overflow: hidden; }
.band-image-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: center 34%; filter: grayscale(.35) contrast(1.08); }
.band-image-overlay { position: absolute; inset: 0; background: linear-gradient(0deg, #0b0b0b 0, transparent 38%), linear-gradient(90deg, rgba(0,0,0,.45), transparent 45%); }
.band-image-wrap > p { position: absolute; left: 28px; bottom: 24px; margin: 0; color: rgba(255,255,255,.62); font-size: 8px; letter-spacing: .24em; }
.band-content { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px, 9vw, 150px); padding-top: clamp(70px, 8vw, 130px); }
.band-bio > p { margin: 0 0 55px; max-width: 690px; color: #c3c0bb; font-size: clamp(19px, 2vw, 29px); line-height: 1.55; letter-spacing: -.02em; }
.members { border-top: 1px solid var(--line); }
.members div { display: grid; grid-template-columns: 54px 1fr auto; align-items: center; gap: 20px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.members span { color: var(--red); font-size: 8px; letter-spacing: .15em; }
.members strong { font-size: 15px; font-weight: 520; }
.members em { color: #77736f; font-style: normal; text-transform: uppercase; font-size: 8px; letter-spacing: .18em; }

/* CONTACT */
.contact-section { min-height: 780px; display: flex; align-items: center; overflow: hidden; background: #070707; }
.contact-backdrop { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.89), rgba(0,0,0,.55)), url("assets/surrealist.webp") center 43% / cover no-repeat; filter: grayscale(.6) contrast(1.12); opacity: .36; transform: scale(1.04); }
.contact-section::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 75% 50%, rgba(255,0,0,.12), transparent 35%); }
.contact-inner { position: relative; z-index: 2; }
.contact-inner h2 { margin: 0; font: italic clamp(74px, 12vw, 180px)/.76 Impact, "Arial Narrow", sans-serif; letter-spacing: -.04em; text-transform: uppercase; }
.contact-inner h2 span { color: var(--red); }
.contact-inner > p:not(.section-kicker) { max-width: 620px; margin: 42px 0 0; color: #b2afaa; font-size: 17px; line-height: 1.7; }
.contact-links { max-width: 850px; margin-top: 55px; border-top: 1px solid rgba(255,255,255,.24); }
.contact-links a { display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 24px; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.24); text-decoration: none; transition: padding .25s var(--ease), color .2s; }
.contact-links a:hover { color: var(--red); padding-left: 10px; }
.contact-links span { font-size: 14px; font-weight: 600; }
.contact-links em { color: #8e8b86; font-style: normal; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.contact-links b { font-weight: 400; }

.site-footer { border-top: 1px solid var(--line); background: #060606; }
.site-footer .container { min-height: 88px; display: flex; align-items: center; justify-content: space-between; color: #696661; font-size: 8px; letter-spacing: .18em; }
.site-footer a { text-decoration: none; }
.site-footer a:hover { color: #fff; }

/* VIDEO MODAL */
.video-modal { width: min(1120px, calc(100% - 36px)); max-width: none; padding: 0; border: 0; background: transparent; color: #fff; overflow: visible; }
.video-modal::backdrop { background: rgba(0,0,0,.9); backdrop-filter: blur(14px); }
.video-modal__frame { aspect-ratio: 16/9; background: #000; box-shadow: 0 30px 100px #000; }
.video-modal iframe { width: 100%; height: 100%; border: 0; }
.video-modal__close { position: absolute; right: -2px; top: -48px; width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; color: #fff; background: transparent; font-size: 25px; line-height: 1; cursor: pointer; }
.video-modal__close:hover { background: #fff; color: #000; }

@media (max-width: 980px) {
  :root { --header-h: 68px; }
  .site-header { grid-template-columns: 1fr auto auto; padding-inline: 24px; }
  .main-nav { position: fixed; inset: 0; z-index: -1; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 30px; background: rgba(5,5,5,.97); opacity: 0; visibility: hidden; transition: .35s ease; }
  .main-nav.is-open { opacity: 1; visibility: visible; }
  .main-nav a { font-size: 20px; letter-spacing: .18em; }
  .header-cta { margin-right: 20px; }
  .menu-toggle { display: grid; width: 42px; height: 42px; place-content: center; gap: 7px; border: 0; background: transparent; cursor: pointer; z-index: 2; }
  .menu-toggle span:not(.sr-only) { display: block; width: 25px; height: 1px; background: #fff; transition: .3s ease; }
  .menu-toggle.is-open span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-toggle.is-open span:nth-child(2) { transform: translateY(-4px) rotate(-45deg); }
  .album-grid, .band-content { grid-template-columns: 1fr; }
  .album-grid { gap: 80px; }
  .album-copy { max-width: 720px; }
  .album-tilt { width: min(720px, 100%); }
  .spotify-panel { grid-template-columns: 1fr; }
  .spotify-panel__art { min-height: 480px; }
  .spotify-panel__art::after { background: linear-gradient(0deg, #101010, transparent 36%); }
  .vinyl-ring { right: -15%; }
  .video-card { grid-column: span 6 !important; }
  .band-content { gap: 45px; }
}

@media (max-width: 680px) {
  .container { width: min(calc(100% - 30px), var(--container)); }
  .section { padding: 90px 0; }
  .site-header { padding-inline: 15px; }
  .header-cta { display: none; }
  .hero-content { padding-bottom: 110px; }
  .wordmark-glitch { width: 110vw; margin-left: -9vw; }
  .eyebrow { max-width: 260px; line-height: 1.8; }
  .hero-release { align-items: flex-start; flex-direction: column; gap: 8px; }
  .hero-release span + strong, .hero-release strong + span { border-left: 0; padding-left: 0; }
  .hero-actions { flex-direction: column; align-items: stretch; width: 100%; }
  .button { width: 100%; }
  .hero-footer { left: 15px; right: 15px; }
  .hero-footer > span:first-child, .hero-footer > span:last-child { display: none; }
  .hero-footer { justify-content: center; }
  .display-heading { font-size: clamp(66px, 21vw, 105px); }
  .countdown { grid-template-columns: repeat(2,1fr); }
  .countdown div:nth-child(3) { border-left: 0; padding-left: 0; border-top: 1px solid var(--line); }
  .countdown div:nth-child(4) { border-top: 1px solid var(--line); }
  .album-copy__actions { flex-direction: column; align-items: flex-start; gap: 22px; }
  .album-stage__hint { text-align: center; line-height: 1.6; }
  .album-back__content { padding: 20px; }
  .album-back h3 { margin-top: 12px; font-size: 10vw; }
  .album-back__sub { margin-bottom: 8px; }
  .tracklist { column-gap: 11px; }
  .tracklist a { grid-template-columns: 17px 1fr; min-height: 5.8vw; }
  .tracklist em { display: none; }
  .tracklist span { font-size: clamp(6px, 1.45vw, 8px); }
  .tracklist a::before { font-size: clamp(5px, 1.1vw, 7px); }
  .album-back__footer { padding-top: 6px; }
  .barcode { height: 14px; width: 55px; }
  .section-heading-row { align-items: flex-start; flex-direction: column; margin-bottom: 40px; }
  .spotify-panel__art { min-height: 360px; }
  .spotify-panel__player { padding: 25px 15px 30px; }
  .video-grid { display: block; }
  .video-card { width: 100%; margin-bottom: 32px; }
  .video-card__meta { padding-top: 13px; }
  .band-image-wrap { width: calc(100% - 30px); min-height: 430px; height: 130vw; }
  .band-image-wrap img { object-position: 48% center; }
  .members div { grid-template-columns: 35px 1fr; gap: 12px; }
  .members em { grid-column: 2; margin-top: -10px; }
  .contact-section { min-height: 680px; }
  .contact-inner h2 { font-size: 20vw; }
  .contact-links a { grid-template-columns: 1fr auto; }
  .contact-links em { grid-row: 2; }
  .contact-links b { grid-row: 1 / 3; grid-column: 2; }
  .site-footer .container { flex-direction: column; align-items: flex-start; justify-content: center; gap: 8px; padding: 20px 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .hero-video { display: none; }
  .reveal, .video-card { opacity: 1; transform: none; }
}

@media (max-width: 560px) {
  .spotify-facade { min-height: 290px; grid-template-columns: 1fr; align-content: center; justify-items: start; gap: 16px; }
  .spotify-facade__icon { width: 58px; height: 58px; }
  .spotify-facade__arrow { position: absolute; right: 26px; bottom: 26px; }
}
