
:root {
  --black: #090909;
  --offblack: #111;
  --white: #f3f2ee;
  --muted: #aaa9a4;
  --line: rgba(243, 242, 238, .18);
  --pad: clamp(20px, 4vw, 64px);
  --condensed: "Arial Narrow", "Helvetica Neue Condensed", "Roboto Condensed", Impact, sans-serif;
  --sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--black);
  color: var(--white);
  font-family: var(--sans);
  overflow-x: hidden;
}

body::selection {
  background: var(--white);
  color: var(--black);
}

.noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .055;
  z-index: 100;
  background-image:
    radial-gradient(circle at 20% 20%, rgba(255,255,255,.5) 0 1px, transparent 1.2px),
    radial-gradient(circle at 80% 70%, rgba(255,255,255,.4) 0 1px, transparent 1.1px);
  background-size: 4px 4px, 6px 6px;
  mix-blend-mode: soft-light;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 88px;
  padding: 14px var(--pad);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  background: rgba(9,9,9,.82);
  backdrop-filter: blur(14px);
  z-index: 50;
}

.brand {
  width: 172px;
  height: 58px;
  overflow: hidden;
  display: block;
}
.brand img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.site-nav {
  display: flex;
  gap: 34px;
  align-items: center;
}
.site-nav a, .menu-toggle {
  color: var(--white);
  text-decoration: none;
  font-family: var(--condensed);
  letter-spacing: .08em;
  font-weight: 800;
  font-size: 15px;
}
.site-nav a:hover { opacity: .55; }

.menu-toggle {
  display: none;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.hero {
  min-height: 100svh;
  padding: 150px var(--pad) 38px;
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  border-bottom: 1px solid var(--line);
  overflow: hidden;
}

.hero-copy {
  position: relative;
  z-index: 2;
  padding-bottom: 7vh;
}

.eyebrow {
  font-family: var(--condensed);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .18em;
  margin: 0 0 20px;
}

.hero h1,
.release h2,
.manifesto h2,
.contact h2 {
  font-family: var(--condensed);
  font-stretch: condensed;
  line-height: .84;
  letter-spacing: -.04em;
  margin: 0;
  text-transform: uppercase;
}

.hero h1 {
  font-size: clamp(92px, 16.5vw, 260px);
}

.hero-line {
  margin: 34px 0 22px;
  max-width: 480px;
  font-size: clamp(20px, 2.1vw, 34px);
  line-height: 1.05;
  letter-spacing: -.025em;
}

.text-link {
  display: inline-flex;
  gap: 16px;
  align-items: center;
  color: var(--white);
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 1px solid currentColor;
  padding-bottom: 6px;
  font-family: var(--condensed);
  letter-spacing: .08em;
  font-weight: 800;
}

.hero-mark {
  position: absolute;
  right: -4vw;
  top: 50%;
  transform: translateY(-48%) rotate(-8deg);
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-size: min(78vw, 970px);
  line-height: .75;
  color: transparent;
  -webkit-text-stroke: 2px rgba(243,242,238,.09);
  user-select: none;
}

.hero-meta {
  position: absolute;
  right: var(--pad);
  bottom: 34px;
  display: flex;
  gap: 24px;
  font: 700 11px/1 var(--condensed);
  letter-spacing: .14em;
  z-index: 2;
}

.release {
  padding: 48px var(--pad) clamp(90px, 11vw, 180px);
  border-bottom: 1px solid var(--line);
}

.section-kicker {
  display: flex;
  justify-content: space-between;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--line);
  font: 800 13px/1 var(--condensed);
  letter-spacing: .14em;
}

.release-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
  gap: clamp(40px, 8vw, 120px);
  align-items: center;
  padding-top: 64px;
}

.release-visual {
  max-width: 760px;
}

.record-wrap {
  position: relative;
  aspect-ratio: 1;
  border-radius: 50%;
  box-shadow: 0 35px 110px rgba(0,0,0,.55);
}

.record-wrap::before {
  content: "";
  position: absolute;
  inset: -2.5%;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.14);
  pointer-events: none;
}

.record-image {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  display: block;
  border-radius: 50%;
  transition: transform .8s cubic-bezier(.2,.7,.2,1);
}

.record-wrap:hover .record-image {
  transform: rotate(6deg) scale(1.015);
}

.micro {
  margin: 20px 0 0;
  color: var(--muted);
  font: 700 11px/1.3 var(--condensed);
  letter-spacing: .13em;
}

.release h2 {
  font-size: clamp(70px, 9.6vw, 155px);
}

.release-description {
  max-width: 590px;
  margin: 34px 0 42px;
  font-size: clamp(18px, 1.7vw, 27px);
  line-height: 1.22;
  letter-spacing: -.02em;
}

.release-facts {
  margin: 0 0 38px;
  border-top: 1px solid var(--line);
}

.release-facts div {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 20px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}
.release-facts dt {
  color: var(--muted);
  font: 800 11px/1.2 var(--condensed);
  letter-spacing: .12em;
}
.release-facts dd {
  margin: 0;
  font-size: 15px;
}

.release-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 52px;
  padding: 0 22px;
  background: var(--white);
  color: var(--black);
  border: 1px solid var(--white);
  text-decoration: none;
  font: 800 13px/1 var(--condensed);
  letter-spacing: .1em;
}
.button:hover {
  background: transparent;
  color: var(--white);
}
.button-ghost {
  background: transparent;
  color: var(--white);
}
.button-ghost:hover {
  background: var(--white);
  color: var(--black);
}

.manifesto {
  padding: clamp(90px, 12vw, 180px) var(--pad);
  display: grid;
  grid-template-columns: .25fr 1.05fr .7fr;
  gap: clamp(28px, 5vw, 80px);
  align-items: start;
  border-bottom: 1px solid var(--line);
}

.manifesto-number {
  color: var(--muted);
  font: 800 12px/1 var(--condensed);
  letter-spacing: .15em;
}

.manifesto h2 {
  font-size: clamp(60px, 7vw, 118px);
}

.manifesto-copy {
  padding-top: 34px;
}

.manifesto-copy p {
  margin: 0 0 28px;
  font-size: clamp(18px, 1.55vw, 25px);
  line-height: 1.3;
  letter-spacing: -.015em;
}

.statement {
  border-bottom: 1px solid var(--line);
  overflow: hidden;
  padding: 28px 0 24px;
}

.marquee {
  display: flex;
  width: max-content;
  animation: marquee 25s linear infinite;
}
.marquee span {
  white-space: nowrap;
  font: 900 clamp(44px, 7vw, 104px)/.9 var(--condensed);
  letter-spacing: -.02em;
}
@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.contact {
  min-height: 72vh;
  padding: clamp(90px, 11vw, 170px) var(--pad);
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: clamp(50px, 8vw, 130px);
  align-items: end;
}

.contact h2 {
  font-size: clamp(78px, 10vw, 170px);
}

.contact-panel {
  border-top: 1px solid var(--line);
  padding-top: 22px;
}

.contact-panel p {
  margin: 0 0 26px;
  max-width: 520px;
  font-size: 18px;
  line-height: 1.4;
}

.email-link {
  color: var(--white);
  text-decoration: none;
  font-family: var(--condensed);
  font-size: clamp(25px, 3.2vw, 52px);
  font-weight: 900;
  letter-spacing: -.02em;
  border-bottom: 2px solid currentColor;
  word-break: break-word;
}

.small-note {
  margin-top: 24px !important;
  color: var(--muted);
  font-size: 12px !important;
}

footer {
  min-height: 86px;
  border-top: 1px solid var(--line);
  padding: 0 var(--pad);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font: 800 11px/1 var(--condensed);
  letter-spacing: .14em;
}

@media (max-width: 900px) {
  .site-header { height: 74px; }
  .brand { width: 140px; height: 48px; }
  .menu-toggle { display: block; }

  .site-nav {
    position: fixed;
    top: 74px;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    background: var(--black);
    border-bottom: 1px solid var(--line);
  }
  .site-nav.open { display: flex; }
  .site-nav a {
    width: 100%;
    padding: 20px var(--pad);
    border-top: 1px solid var(--line);
  }

  .hero {
    padding-top: 120px;
    min-height: 88svh;
  }
  .hero h1 { font-size: clamp(74px, 20vw, 158px); }
  .hero-mark { right: -28vw; font-size: 120vw; }
  .hero-meta {
    left: var(--pad);
    right: auto;
    flex-wrap: wrap;
  }

  .release-grid,
  .contact {
    grid-template-columns: 1fr;
  }

  .release-grid { gap: 58px; }
  .release-copy { max-width: 700px; }

  .manifesto {
    grid-template-columns: 1fr;
  }
  .manifesto-number { display: none; }
  .manifesto-copy { padding-top: 0; max-width: 700px; }

  .contact { min-height: auto; }
}

@media (max-width: 560px) {
  .hero { padding-bottom: 110px; }
  .hero-copy { padding-bottom: 5vh; }
  .hero h1 { font-size: clamp(64px, 22vw, 118px); }
  .hero-line { font-size: 22px; }

  .release { padding-top: 30px; }
  .release-grid { padding-top: 38px; }
  .release h2 { font-size: clamp(68px, 21vw, 110px); }

  .release-facts div {
    grid-template-columns: 84px 1fr;
  }

  .manifesto h2 { font-size: clamp(56px, 17vw, 95px); }
  .contact h2 { font-size: clamp(68px, 21vw, 116px); }

  .email-link { font-size: 26px; }
  footer { gap: 16px; flex-wrap: wrap; padding-top: 22px; padding-bottom: 22px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .marquee { animation: none; }
  .record-image { transition: none; }
}
