:root {
  --bg: #050505;
  --panel: #0b0b0b;
  --panel-2: #111;
  --ink: #f1f1ef;
  --muted: #9d9d9a;
  --line: rgba(255,255,255,.15);
  --line-strong: rgba(255,255,255,.35);
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 80% 5%, rgba(255,255,255,.045), transparent 28%),
    linear-gradient(180deg, #030303 0%, #070707 55%, #030303 100%);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

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

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  min-height: 72px;
  padding: 16px clamp(18px, 4vw, 52px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255,255,255,.08);
  background: linear-gradient(180deg, rgba(2,2,2,.92), rgba(2,2,2,.55));
  backdrop-filter: blur(14px);
}

.wordmark {
  text-decoration: none;
  font-weight: 1000;
  font-size: 1.22rem;
  letter-spacing: -.06em;
}

.site-header nav { display: flex; gap: clamp(16px, 3vw, 34px); }
.site-header nav a {
  color: #bcbcb9;
  text-decoration: none;
  text-transform: uppercase;
  font-size: .72rem;
  letter-spacing: .16em;
  transition: color .18s ease;
}
.site-header nav a:hover { color: #fff; }

.hero {
  min-height: 100svh;
  position: relative;
  display: grid;
  place-items: end start;
  padding: 120px clamp(20px, 6vw, 84px) clamp(58px, 8vw, 92px);
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,.98) 0%, rgba(0,0,0,.82) 35%, rgba(0,0,0,.18) 72%, rgba(0,0,0,.65) 100%),
    linear-gradient(0deg, rgba(0,0,0,.86), transparent 50%);
  z-index: 2;
}

.hero-art-wrap {
  position: absolute;
  inset: 70px 0 0 22%;
  z-index: 1;
  display: grid;
  place-items: center;
}
.hero-art {
  width: min(1100px, 98vw);
  max-width: none;
  opacity: .9;
  filter: contrast(1.08) brightness(.9);
  transform: scale(1.05);
}

.hero-copy { position: relative; z-index: 3; max-width: 760px; }
.eyebrow, .section-kicker, .release-label {
  margin: 0 0 14px;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: #b3b3af;
}
.hero h1 {
  margin: 0;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-weight: 900;
  font-size: clamp(4rem, 11vw, 9rem);
  line-height: .79;
  letter-spacing: -.035em;
  text-transform: uppercase;
  text-wrap: balance;
}
.hero-sub {
  max-width: 620px;
  margin: 28px 0 0;
  color: #c1c1bd;
  font-size: clamp(1rem, 2vw, 1.15rem);
  line-height: 1.65;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }

.btn {
  border: 1px solid transparent;
  min-height: 52px;
  padding: 0 21px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: .76rem;
  font-weight: 900;
  cursor: pointer;
  border-radius: 1px;
  transition: transform .16s ease, background .16s ease, color .16s ease, border-color .16s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: #f0f0ed; color: #050505; }
.btn-primary:hover { background: #fff; }
.btn-ghost { border-color: var(--line-strong); color: #f5f5f2; background: rgba(0,0,0,.28); }
.btn-ghost:hover { border-color: #fff; background: rgba(255,255,255,.05); }

.scroll-mark {
  position: absolute;
  z-index: 3;
  right: clamp(20px, 5vw, 72px);
  bottom: 36px;
  color: #7f7f7b;
  font-size: .65rem;
  letter-spacing: .18em;
  writing-mode: vertical-rl;
}

.section {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(76px, 10vw, 140px) 0;
}
.section-title {
  margin: 0;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(3.2rem, 9vw, 7rem);
  line-height: .86;
  letter-spacing: -.02em;
}

.release-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, .86fr);
  gap: clamp(36px, 8vw, 100px);
  align-items: center;
  margin-top: 26px;
}
.cover-shell {
  position: relative;
  isolation: isolate;
  box-shadow: 0 40px 100px rgba(0,0,0,.5);
}
.cover-shell::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: -1;
  border: 1px solid rgba(255,255,255,.2);
  transform: rotate(-1.2deg);
}
.cover-art { display: block; width: 100%; aspect-ratio: 1; object-fit: cover; }
.release-copy h2 {
  margin: 0;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(5rem, 13vw, 10rem);
  line-height: .82;
  letter-spacing: -.025em;
}
.release-date { margin: 22px 0 0; font-weight: 800; letter-spacing: .16em; font-size: .78rem; }
.release-text { max-width: 510px; margin: 28px 0; color: #a9a9a5; line-height: 1.7; font-size: 1.02rem; }
.microcopy { margin: 13px 0 0; color: #6f6f6b; font-size: .75rem; line-height: 1.5; max-width: 430px; }

.about { border-top: 1px solid var(--line); }
.about-panel {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  gap: clamp(38px, 10vw, 120px);
  align-items: start;
}
.about-copy { max-width: 690px; }
.about-copy p { margin-top: 0; font-size: clamp(1.2rem, 2.2vw, 1.75rem); line-height: 1.55; letter-spacing: -.015em; }
.about-copy .muted { color: #777773; font-size: .95rem; letter-spacing: .02em; }
.text-link { display: inline-block; margin-top: 18px; text-decoration: none; border-bottom: 1px solid #777; padding-bottom: 6px; font-size: .76rem; font-weight: 800; letter-spacing: .11em; }
.text-link:hover { border-color: #fff; }

.site-footer {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  padding: 28px 0 46px;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  color: #666662;
  font-size: .7rem;
  letter-spacing: .13em;
}
.footer-mark { color: #9b9b97; }

.modal {
  width: min(520px, calc(100% - 32px));
  border: 1px solid rgba(255,255,255,.22);
  background: #090909;
  color: #f0f0ed;
  padding: 36px;
  box-shadow: 0 30px 100px rgba(0,0,0,.75);
}
.modal::backdrop { background: rgba(0,0,0,.82); backdrop-filter: blur(5px); }
.modal h2 { margin: 0 0 18px; font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-size: 3.2rem; }
.modal p:not(.section-kicker) { color: #aaa; line-height: 1.65; }
.modal-close { position: absolute; top: 10px; right: 14px; border: 0; background: transparent; color: #aaa; font-size: 2rem; cursor: pointer; }

@media (max-width: 760px) {
  .site-header { min-height: 62px; padding: 12px 17px; }
  .site-header nav { gap: 13px; }
  .site-header nav a { font-size: .61rem; letter-spacing: .12em; }
  .wordmark { font-size: 1.05rem; }

  .hero { padding: 108px 20px 48px; align-items: end; }
  .hero::before {
    background:
      linear-gradient(0deg, rgba(0,0,0,.98) 0%, rgba(0,0,0,.75) 45%, rgba(0,0,0,.18) 73%, rgba(0,0,0,.72) 100%);
  }
  .hero-art-wrap { inset: 50px -35% auto -35%; height: 57vh; place-items: center; }
  .hero-art { width: 150vw; opacity: .87; transform: scale(1.03); }
  .hero h1 { font-size: clamp(3.75rem, 18vw, 6rem); }
  .hero-sub { margin-top: 20px; font-size: .95rem; line-height: 1.58; }
  .hero-actions { margin-top: 24px; }
  .btn { width: 100%; }
  .scroll-mark { display: none; }

  .section { width: min(100% - 34px, var(--max)); padding: 72px 0; }
  .release-grid { grid-template-columns: 1fr; gap: 38px; }
  .release-copy h2 { font-size: clamp(5rem, 25vw, 8rem); }
  .release-text { margin: 20px 0 26px; }

  .about-panel { grid-template-columns: 1fr; gap: 28px; }
  .about-copy p { font-size: 1.16rem; }
  .site-footer { width: calc(100% - 34px); }
  .modal { padding: 32px 22px 24px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
