@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500&family=Inter:wght@400;500;600&display=swap');

:root {
  --bg: #0d0d0d;
  --paper: #eee9df;
  --ink: #111111;
  --muted: #77736d;
  --line: rgba(238,233,223,.18);
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--paper);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 12% 18%, rgba(255,120,90,.08), transparent 24rem),
    radial-gradient(circle at 78% 8%, rgba(180,150,255,.06), transparent 28rem);
  z-index: -1;
}

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

a { color: inherit; }
img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.site-header {
  width: min(calc(100% - 48px), var(--max));
  margin: 0 auto;
  padding: 28px 0 18px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  border-bottom: 1px solid var(--line);
  position: relative;
  z-index: 2;
}

.wordmark {
  font: 500 15px/1 IBM Plex Mono, monospace;
  text-decoration: none;
  letter-spacing: .02em;
}

nav {
  display: flex;
  gap: 22px;
}
nav a {
  font: 400 12px/1 IBM Plex Mono, monospace;
  text-decoration: none;
  opacity: .7;
}
nav a:hover { opacity: 1; }

.hero {
  width: min(calc(100% - 48px), var(--max));
  margin: 0 auto;
  min-height: 78vh;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  align-items: center;
  gap: 7vw;
  padding: 64px 0 84px;
}

.kicker,
.eyebrow,
.section-label,
.small,
.release-image figcaption {
  font: 400 12px/1.4 IBM Plex Mono, monospace;
  letter-spacing: .04em;
  text-transform: lowercase;
}

.hero h1 {
  margin: 18px 0 28px;
  font-size: clamp(54px, 8vw, 126px);
  line-height: .84;
  letter-spacing: -.07em;
  font-weight: 500;
}

.hero-note {
  margin: 0;
  font: 400 14px/1.5 IBM Plex Mono, monospace;
  opacity: .55;
}

.hero-image {
  margin: 0;
  position: relative;
}
.hero-image img {
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  filter: saturate(.82) contrast(1.02);
}
.hero-image::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  box-shadow: inset 0 0 70px rgba(0,0,0,.22);
}

.section {
  width: min(calc(100% - 48px), var(--max));
  margin: 0 auto;
  border-top: 1px solid var(--line);
  padding: 28px 0 110px;
}

.section-label {
  opacity: .46;
  margin-bottom: 64px;
}

.release-grid,
.about-grid,
.press-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9vw;
  align-items: start;
}

.release-copy h2,
.about h2,
.press h2 {
  margin: 10px 0 26px;
  font-size: clamp(40px, 6vw, 82px);
  line-height: .92;
  letter-spacing: -.055em;
  font-weight: 500;
  text-transform: lowercase;
}

.lede,
.about p,
.press p {
  max-width: 620px;
  font-size: clamp(18px, 2.1vw, 26px);
  line-height: 1.45;
  letter-spacing: -.015em;
}

.actions {
  margin-top: 36px;
  display: flex;
  flex-wrap: wrap;
  gap: 18px 22px;
  align-items: center;
}

.button {
  border: 1px solid var(--paper);
  padding: 13px 18px;
  text-decoration: none;
  font: 500 12px/1 IBM Plex Mono, monospace;
}
.button.disabled {
  opacity: .35;
  pointer-events: none;
}
.text-link,
.press-links a,
.contact-block a,
.muted-link {
  font: 400 12px/1.6 IBM Plex Mono, monospace;
  text-decoration: none;
}
.text-link { opacity: .7; }
.text-link:hover,
.press-links a:hover,
.contact-block a:hover { opacity: .55; }

.release-image {
  margin: 0;
}
.release-image img {
  aspect-ratio: 4 / 5;
}
.release-image figcaption {
  margin-top: 12px;
  opacity: .45;
}

.about-image {
  margin: 0;
}
.about-image img {
  aspect-ratio: 16 / 10;
  filter: brightness(.78) saturate(.72);
}
.about .quiet {
  margin-top: 34px;
  font: 400 14px/1.5 IBM Plex Mono, monospace;
  opacity: .55;
}

.interlude {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 8vw;
  align-items: end;
}
.interlude figure {
  margin: 0;
}
.interlude img {
  aspect-ratio: 3 / 4;
  filter: saturate(.82);
}
.interlude p {
  margin: 0 0 6px;
  font: 400 18px/1.6 IBM Plex Mono, monospace;
  opacity: .58;
  max-width: 300px;
}

.press-links {
  display: grid;
  gap: 10px;
  margin-top: 34px;
}
.contact-block {
  display: grid;
  gap: 8px;
  padding-top: 6px;
}
.contact-block .small {
  margin: 0 0 8px;
  opacity: .46;
}
.contact-heading { margin-top: 34px !important; }
.muted-link { opacity: .38; }

footer {
  width: min(calc(100% - 48px), var(--max));
  margin: 0 auto;
  padding: 28px 0 40px;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  gap: 16px;
  font: 400 11px/1.4 IBM Plex Mono, monospace;
  opacity: .42;
}

@media (max-width: 760px) {
  .site-header {
    width: min(calc(100% - 32px), var(--max));
    padding-top: 22px;
  }
  nav { gap: 12px; }
  nav a { font-size: 10px; }

  .hero,
  .section,
  footer {
    width: min(calc(100% - 32px), var(--max));
  }

  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 42px;
    padding: 64px 0 72px;
  }
  .hero h1 {
    font-size: clamp(58px, 19vw, 96px);
  }
  .hero-image {
    width: 92%;
    margin-left: auto;
  }

  .section {
    padding-bottom: 76px;
  }
  .section-label {
    margin-bottom: 42px;
  }

  .release-grid,
  .about-grid,
  .press-grid,
  .interlude {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .release-copy h2,
  .about h2,
  .press h2 {
    font-size: clamp(48px, 14vw, 74px);
  }

  .lede,
  .about p,
  .press p {
    font-size: 19px;
  }

  .interlude p { max-width: none; }

  footer {
    flex-direction: column;
    padding-bottom: 28px;
  }
}
