/* ══════════════════════════════════════════════════════════════
   ONE LUNAR DAY — site styles
   ══════════════════════════════════════════════════════════════ */

/* ── reset ─────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; padding: 0; }

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  background: var(--ground);
  color: var(--ink);
  font-family: var(--font-ui);
  font-weight: 300;
  font-size: var(--fs-body);
  line-height: var(--lh-body);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

img, picture, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }

:focus-visible {
  outline: 1px solid var(--signal);
  outline-offset: 4px;
}

.visually-hidden {
  position: absolute; width: 1px; height: 1px;
  margin: -1px; padding: 0; overflow: hidden;
  clip-path: inset(50%); white-space: nowrap;
}

.skip {
  position: absolute; top: 0; left: 0; z-index: 999;
  padding: 1rem 1.5rem;
  background: var(--ink); color: var(--ground);
  font-size: var(--fs-caption); letter-spacing: var(--tr-caption);
  text-transform: uppercase;
  transform: translateY(-110%);
}
.skip:focus { transform: translateY(0); }

/* ── shared type ───────────────────────────────────────────── */
.label {
  font-family: var(--font-ui);
  font-weight: 400;
  font-size: var(--fs-caption);
  letter-spacing: var(--tr-caption);
  text-transform: uppercase;
  color: var(--ink-dim);
}
.label--faint { color: var(--ink-faint); }

.display {
  font-family: var(--font-display);
  font-weight: 500;
  font-variation-settings: "opsz" 96;
  line-height: var(--lh-tight);
  text-wrap: balance;
}

.lede {
  max-width: var(--measure);
  font-size: var(--fs-lead);
  font-weight: 300;
  line-height: var(--lh-body);
  color: var(--ink-dim);
}

/* ── film grain ────────────────────────────────────────────
   The photographs carry heavy grain; flat black does not. This
   unifies them so ground and image read as one surface.          */
.grain {
  position: fixed;
  inset: -50%;
  z-index: var(--z-grain);
  pointer-events: none;
  opacity: 0.05;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='220'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.82' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* ══════════════════════════════════════════════════════════════
   NAVIGATION — absent on load, arrives after the cover
   ══════════════════════════════════════════════════════════════ */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: var(--z-nav);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 1.25rem var(--gutter);
  background: linear-gradient(to bottom, rgb(5 5 5 / 0.92), rgb(5 5 5 / 0));
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100%);
  transition:
    opacity    var(--dur-mid) var(--ease),
    transform  var(--dur-mid) var(--ease),
    visibility 0s linear var(--dur-mid);
}
.nav[data-visible="true"] {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition-delay: 0s;
}

.nav__mark {
  display: block;
  /* The logo's letterforms have strokes deliberately removed, so it needs
     real width to stay legible. Below ~180px it reads as noise. */
  width: clamp(180px, 19vw, 260px);
}
.nav__mark img { width: 100%; height: auto; }

.nav__links {
  display: flex;
  gap: clamp(1.25rem, 2.6vw, 2.75rem);
  font-size: var(--fs-caption);
  letter-spacing: var(--tr-nav);
  text-transform: uppercase;
  color: var(--ink-dim);
}
.nav__links a { transition: color var(--dur-fast) var(--ease-soft); }
.nav__links a:hover { color: var(--ink); }

@media (max-width: 760px) {
  .nav { padding-block: 1rem; }
  .nav__mark { width: 150px; }
  .nav__links { gap: 0.9rem; font-size: 0.625rem; letter-spacing: 0.12em; }
}

/* ══════════════════════════════════════════════════════════════
   COVER
   Split composition: type holds the left, photograph runs full-bleed
   to the right viewport edge. Below 900px the photograph moves behind
   the type under a scrim.
   ══════════════════════════════════════════════════════════════ */
.cover {
  position: relative;
  min-height: 100svh;
  display: grid;
  /* minmax(0, …) removes the min-content floor — without it the giant
     wordmark distorts both tracks and leaves dead space at the right. */
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  align-items: stretch;
  isolation: isolate;
}

.cover__type {
  position: relative;
  z-index: 2;
  display: flex;
  padding: clamp(1.75rem, 4vh, 3rem) 0 clamp(1.75rem, 4vh, 3rem) var(--gutter);
  padding-right: clamp(1rem, 3vw, 3rem);
}

/* The container query lives on a padding-free box, so 1cqi is exactly
   1% of the width the type can actually occupy. */
.cover__type-inner {
  container-type: inline-size;
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: var(--stack-lg);
}

.cover__eyebrow { display: flex; flex-wrap: wrap; gap: 0.5rem 1.5rem; }

.cover__wordmark {
  font-family: var(--font-display);
  font-weight: 500;
  font-variation-settings: "opsz" 96;
  /* "Lunar" is the widest line at ~3.48em; 28cqi keeps it inside the
     column at every viewport with margin to spare. */
  font-size: clamp(3rem, 28cqi, 19rem);
  line-height: var(--lh-cover);
  letter-spacing: 0.004em;
  text-transform: uppercase;
  /* Optical alignment: Bodoni's O overshoots the cap-height box. */
  margin-left: -0.055em;
}
.cover__wordmark span { display: block; }

.cover__foot {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem 2rem;
}

.cover__release { display: flex; flex-direction: column; gap: 0.6rem; }
.cover__release-title {
  font-family: var(--font-display);
  font-weight: 400;
  font-variation-settings: "opsz" 40;
  font-size: clamp(1.125rem, 1.9vw, 1.75rem);
  line-height: 1.2;
}

.cover__figure {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.cover__figure picture {
  display: block;
  width: 100%;
  height: 100%;
}
.cover__figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 28%;
  filter: grayscale(1) contrast(1.04);
}
/* Scrim element exists at all widths but only carries a gradient when the
   photograph sits behind the type. */
.cover__figure::after { content: ""; position: absolute; inset: 0; }

.cover__scroll {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--ink-faint);
  transition: color var(--dur-fast) var(--ease-soft);
}
.cover__scroll:hover { color: var(--ink); }
.cover__scroll-line {
  display: block;
  width: 48px; height: 1px;
  background: currentColor;
  transform-origin: left;
}

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

  .cover__type {
    grid-area: 1 / 1;
    padding-right: var(--gutter);
    min-height: 100svh;
  }

  .cover__figure { grid-area: 1 / 1; }
  .cover__figure img { object-position: 50% 22%; }

  /* Dark enough that the small labels clear WCAG AA over the bright
     upper part of the photograph. */
  .cover__figure::after {
    background: linear-gradient(to bottom,
      rgb(5 5 5 / 0.90) 0%,
      rgb(5 5 5 / 0.55) 38%,
      rgb(5 5 5 / 0.96) 100%);
  }

  /* The faintest grey is unreadable over photography. */
  .cover__eyebrow .label--faint,
  .cover__scroll { color: var(--ink-dim); }
}

/* ══════════════════════════════════════════════════════════════
   STATEMENT
   ══════════════════════════════════════════════════════════════ */
.statement {
  padding: var(--section-y) var(--gutter);
  border-top: 1px solid var(--hairline-soft);
}
.statement__inner {
  display: grid;
  gap: var(--stack-md);
  grid-template-columns: 1fr;
  max-width: 1600px;
}
.statement__quote {
  font-family: var(--font-display);
  font-weight: 400;
  font-variation-settings: "opsz" 96;
  font-size: var(--fs-display);
  line-height: 1.08;
  letter-spacing: 0.002em;
  max-width: 17ch;
  text-wrap: balance;
}
.statement__quote em { font-style: italic; font-weight: 400; }

.statement__aside {
  display: flex;
  flex-direction: column;
  gap: var(--stack-sm);
  max-width: 44ch;
}

@media (min-width: 1000px) {
  .statement__inner {
    grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr);
    align-items: end;
    gap: var(--stack-lg);
  }
  .statement__aside { justify-self: end; }
}

/* ══════════════════════════════════════════════════════════════
   SCROLL REVEALS
   ══════════════════════════════════════════════════════════════ */
/* Hidden only once main.js has confirmed it is running and will reveal
   them again. If the script fails to load, nothing is ever hidden. */
.js-reveal .reveal:not([data-shown="true"]) {
  opacity: 0;
  transform: translateY(24px);
}
.reveal {
  transition:
    opacity   var(--dur-slow) var(--ease),
    transform var(--dur-slow) var(--ease);
}

/* ── cover load sequence ───────────────────────────────────── */
.cover__type-inner > *,
.cover__wordmark span {
  opacity: 0;
  transform: translateY(18px);
}
.js-ready .cover__type-inner > *,
.js-ready .cover__wordmark span {
  animation: rise var(--dur-cover) var(--ease) forwards;
}
.js-ready .cover__eyebrow            { animation-delay:  60ms; }
.js-ready .cover__wordmark span:nth-child(1) { animation-delay: 180ms; }
.js-ready .cover__wordmark span:nth-child(2) { animation-delay: 300ms; }
.js-ready .cover__wordmark span:nth-child(3) { animation-delay: 420ms; }
.js-ready .cover__foot               { animation-delay: 640ms; }

.js-ready .cover__figure img { animation: settle 2400ms var(--ease) forwards; }

@keyframes rise   { to   { opacity: 1; transform: none; } }
@keyframes settle { from { transform: scale(1.06); } to { transform: scale(1); } }

/* No JS: nothing stays hidden. */
.no-js .cover__type-inner > *,
.no-js .cover__wordmark span,
.no-js .reveal { opacity: 1; transform: none; }

/* ══════════════════════════════════════════════════════════════
   REDUCED MOTION — everything arrives, nothing moves.
   ══════════════════════════════════════════════════════════════ */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }

  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .cover__type-inner > *,
  .cover__wordmark span,
  .reveal {
    opacity: 1 !important;
    transform: none !important;
  }

  .cover__figure img { transform: none !important; }
}

/* ══════════════════════════════════════════════════════════════
   SHARED SECTION FURNITURE
   ══════════════════════════════════════════════════════════════ */
.section-head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem 2rem;
  padding-bottom: var(--stack-sm);
  border-bottom: 1px solid var(--hairline);
  margin-bottom: var(--stack-lg);
}
.section-title {
  font-family: var(--font-display);
  font-weight: 400;
  font-variation-settings: "opsz" 72;
  font-size: var(--fs-title);
  line-height: 1.05;
  letter-spacing: 0.004em;
}

.inline-link {
  color: var(--ink);
  border-bottom: 1px solid var(--hairline);
  transition: border-color var(--dur-fast) var(--ease-soft);
}
.inline-link:hover { border-color: var(--ink); }

.linklist { list-style: none; display: flex; flex-wrap: wrap; gap: 0.6rem 2rem; }
.linklist a {
  font-size: var(--fs-caption);
  letter-spacing: var(--tr-nav);
  text-transform: uppercase;
  color: var(--ink-dim);
  padding-block: 0.35rem;
  border-bottom: 1px solid transparent;
  transition: color var(--dur-fast) var(--ease-soft),
              border-color var(--dur-fast) var(--ease-soft);
}
.linklist a:hover { color: var(--ink); border-bottom-color: var(--hairline); }

.btn {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  padding: 1rem 2rem;
  border: 1px solid var(--hairline);
  font-size: var(--fs-caption);
  letter-spacing: var(--tr-caption);
  text-transform: uppercase;
  color: var(--ink);
  transition: background-color var(--dur-fast) var(--ease-soft),
              color            var(--dur-fast) var(--ease-soft),
              border-color     var(--dur-fast) var(--ease-soft);
}
.btn:hover {
  background: var(--ink);
  border-color: var(--ink);
  color: var(--ground);
}

/* ══════════════════════════════════════════════════════════════
   THE SINGLE
   ══════════════════════════════════════════════════════════════ */
.single {
  padding: var(--section-y) var(--gutter);
  border-top: 1px solid var(--hairline-soft);
}
.single__grid {
  display: grid;
  gap: var(--stack-md);
  grid-template-columns: 1fr;
  max-width: 1600px;
  margin-inline: auto;
}
@media (min-width: 861px) {
  .single__grid {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1fr);
    gap: clamp(2.5rem, 6vw, 6rem);
    align-items: center;
  }
}

.single__art { display: flex; flex-direction: column; gap: 0.9rem; }
.single__art img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
  filter: grayscale(1);
}

.single__body { display: flex; flex-direction: column; gap: var(--stack-sm); }

.single__title {
  font-family: var(--font-display);
  font-weight: 400;
  font-variation-settings: "opsz" 96;
  font-size: clamp(2.5rem, 6vw, 5.5rem);
  line-height: 1.02;
  letter-spacing: 0.004em;
}

.single__state { display: flex; flex-direction: column; gap: var(--stack-sm); }
.single__state[hidden] { display: none; }

.single__date {
  font-family: var(--font-display);
  font-weight: 400;
  font-variation-settings: "opsz" 40;
  font-size: clamp(1.125rem, 1.8vw, 1.5rem);
  color: var(--ink-dim);
}

.countdown {
  display: flex;
  gap: clamp(1.5rem, 4vw, 3.5rem);
  padding-block: var(--stack-sm);
  border-block: 1px solid var(--hairline);
}
.countdown__unit { display: flex; flex-direction: column; gap: 0.4rem; }
.countdown__n {
  font-family: var(--font-display);
  font-weight: 400;
  font-variation-settings: "opsz" 72;
  font-size: clamp(2rem, 4.4vw, 3.5rem);
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

/* ══════════════════════════════════════════════════════════════
   INTERSTITIAL ARTWORK
   ══════════════════════════════════════════════════════════════ */
.interstitial {
  position: relative;
  width: 100%;
  height: clamp(320px, 56svh, 720px);
  overflow: hidden;
}
.interstitial--tall { height: clamp(380px, 72svh, 900px); }
.interstitial picture { display: block; width: 100%; height: 100%; }
.interstitial img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1) contrast(1.06);
}

/* ══════════════════════════════════════════════════════════════
   THE ALBUM
   ══════════════════════════════════════════════════════════════ */
.album {
  padding: var(--section-y) var(--gutter);
  display: grid;
  gap: var(--stack-md);
  grid-template-columns: 1fr;
  max-width: 1600px;
  margin-inline: auto;
}
@media (min-width: 1000px) {
  .album {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: clamp(3rem, 8vw, 8rem);
    align-items: start;
  }
}
.album__head { display: flex; flex-direction: column; gap: var(--stack-sm); }
.album__title {
  font-family: var(--font-display);
  font-weight: 400;
  font-variation-settings: "opsz" 96;
  font-size: clamp(3.5rem, 11vw, 10rem);
  line-height: 0.9;
  letter-spacing: 0.002em;
}
.album__body { display: flex; flex-direction: column; gap: var(--stack-sm); }
.album__body em { font-family: var(--font-display); font-style: italic; }

/* ══════════════════════════════════════════════════════════════
   WATCH
   ══════════════════════════════════════════════════════════════ */
.watch { padding: var(--section-y) var(--gutter); }

.video { position: relative; max-width: 1400px; margin-inline: auto; }
.video__trigger {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  cursor: pointer;
}
.video__trigger img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  filter: grayscale(1) brightness(0.62);
  transition: filter var(--dur-mid) var(--ease-soft),
              transform var(--dur-slow) var(--ease);
}
.video__trigger:hover img { filter: grayscale(1) brightness(0.75); transform: scale(1.02); }

.video__play {
  position: absolute;
  top: 50%; left: 50%;
  translate: -50% -50%;
  width: clamp(56px, 7vw, 92px);
  aspect-ratio: 1;
  border: 1px solid var(--ink);
  border-radius: 50%;
}
.video__play::after {
  content: "";
  position: absolute;
  top: 50%; left: 54%;
  translate: -50% -50%;
  border-left: 12px solid var(--ink);
  border-block: 8px solid transparent;
}
.video__label {
  position: absolute;
  left: 50%; bottom: clamp(1rem, 4vw, 2.5rem);
  translate: -50% 0;
  color: var(--ink);
}
/* Awaiting a video id: the control still shows so the section reads as
   finished, but it is inert and says so underneath. */
.video[data-placeholder] .video__trigger { cursor: default; }
.video[data-placeholder] .video__play { opacity: 0.45; }
.video[data-placeholder] .video__label { opacity: 0.45; }
.video:not([data-placeholder]) .video__fallback { display: none; }
.video__fallback { margin-top: 1rem; text-align: center; }

.video iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
  display: block;
}

/* ══════════════════════════════════════════════════════════════
   THE SIX
   ══════════════════════════════════════════════════════════════ */
.band { padding: var(--section-y) var(--gutter); }
.band__grid {
  display: grid;
  gap: var(--stack-md);
  grid-template-columns: 1fr;
  max-width: 1600px;
  margin-inline: auto;
}
@media (min-width: 900px) {
  .band__grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: clamp(2.5rem, 6vw, 6rem);
    align-items: center;
  }
}
.band__figure img {
  width: 100%;
  height: auto;
  filter: grayscale(1) contrast(1.04);
}

.roster { list-style: none; display: flex; flex-direction: column; }
.roster__row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.4rem 1.5rem;
  padding-block: clamp(0.9rem, 2vh, 1.5rem);
  border-bottom: 1px solid var(--hairline);
}
.roster__row:first-child { border-top: 1px solid var(--hairline); }
.roster__name {
  font-family: var(--font-display);
  font-weight: 400;
  font-variation-settings: "opsz" 40;
  font-size: clamp(1.25rem, 2.4vw, 2rem);
  line-height: 1.1;
}
.roster__row[data-content="member"] .roster__name { color: var(--ink-dim); }

/* ══════════════════════════════════════════════════════════════
   LIVE
   ══════════════════════════════════════════════════════════════ */
.live { padding: var(--section-y) var(--gutter); }
.live__grid {
  display: grid;
  gap: var(--stack-md);
  grid-template-columns: 1fr;
  max-width: 1600px;
  margin-inline: auto;
}
@media (min-width: 900px) {
  .live__grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr);
    gap: clamp(2.5rem, 7vw, 7rem);
    align-items: start;
  }
}
.live__upcoming, .live__past { display: flex; flex-direction: column; gap: var(--stack-sm); }

/* A composed absence, not a blank grid. */
.live__empty {
  font-family: var(--font-display);
  font-weight: 400;
  font-variation-settings: "opsz" 72;
  font-size: clamp(1.75rem, 4vw, 3.25rem);
  line-height: 1.1;
  color: var(--ink);
}

.datelist { list-style: none; display: flex; flex-direction: column; }
.datelist__row {
  display: grid;
  grid-template-columns: 4.5rem 1fr;
  gap: 0.25rem 1.5rem;
  padding-block: clamp(0.9rem, 2vh, 1.4rem);
  border-bottom: 1px solid var(--hairline);
}
.datelist__row:first-child { border-top: 1px solid var(--hairline); }
.datelist__year {
  grid-row: span 2;
  font-size: var(--fs-caption);
  letter-spacing: var(--tr-caption);
  color: var(--ink-faint);
  font-variant-numeric: tabular-nums;
  padding-top: 0.35rem;
}
.datelist__what {
  font-family: var(--font-display);
  font-weight: 400;
  font-variation-settings: "opsz" 40;
  font-size: clamp(1.125rem, 2vw, 1.625rem);
  line-height: 1.15;
}

/* ══════════════════════════════════════════════════════════════
   SUBSCRIBE
   ══════════════════════════════════════════════════════════════ */
.subscribe {
  padding: var(--section-y) var(--gutter);
  border-top: 1px solid var(--hairline-soft);
}
.subscribe__inner {
  display: flex;
  flex-direction: column;
  gap: var(--stack-sm);
  max-width: 46rem;
  margin-inline: auto;
  text-align: center;
  align-items: center;
}
.subscribe__title {
  font-family: var(--font-display);
  font-weight: 400;
  font-variation-settings: "opsz" 96;
  font-size: clamp(2.25rem, 6vw, 5rem);
  line-height: 1.02;
}
.subscribe .lede { text-align: center; }

.signup {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  width: 100%;
  max-width: 34rem;
  margin-top: var(--stack-sm);
}
.signup__input {
  flex: 1 1 16rem;
  min-width: 0;
  padding: 1rem 1.25rem;
  background: transparent;
  border: 1px solid var(--hairline);
  color: var(--ink);
  font-family: var(--font-ui);
  font-weight: 300;
  font-size: var(--fs-small);
}
.signup__input::placeholder { color: var(--ink-faint); }
.signup__input:disabled { cursor: not-allowed; }
.signup__submit {
  padding: 1rem 2rem;
  border: 1px solid var(--hairline);
  transition: background-color var(--dur-fast) var(--ease-soft),
              color var(--dur-fast) var(--ease-soft);
}
.signup__submit:not(:disabled):hover { background: var(--ink); }
.signup__submit:not(:disabled):hover .label { color: var(--ground); }
.signup__submit:disabled { cursor: not-allowed; opacity: 0.5; }

/* ══════════════════════════════════════════════════════════════
   FOOTER
   ══════════════════════════════════════════════════════════════ */
.footer {
  padding: var(--stack-lg) var(--gutter) var(--stack-md);
  border-top: 1px solid var(--hairline);
  display: flex;
  flex-direction: column;
  gap: var(--stack-lg);
}
.footer__top {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: var(--stack-md);
}
.footer__contact { display: flex; flex-direction: column; gap: 0.6rem; }
.footer__email {
  font-family: var(--font-display);
  font-weight: 400;
  font-variation-settings: "opsz" 72;
  font-size: clamp(1.375rem, 4.2vw, 3.25rem);
  line-height: 1.05;
  letter-spacing: 0.004em;
  border-bottom: 1px solid transparent;
  transition: border-color var(--dur-fast) var(--ease-soft);
  overflow-wrap: break-word;
}
.footer__email:hover { border-bottom-color: var(--ink); }

.footer__bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: var(--stack-sm) var(--stack-md);
  padding-top: var(--stack-md);
  border-top: 1px solid var(--hairline-soft);
}
.footer__mark { width: clamp(150px, 18vw, 230px); height: auto; opacity: 0.55; }
.footer__legal {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 1.75rem;
  font-size: var(--fs-caption);
  letter-spacing: var(--tr-nav);
  text-transform: uppercase;
  color: var(--ink-faint);
}
.footer__legal a { transition: color var(--dur-fast) var(--ease-soft); }
.footer__legal a:hover { color: var(--ink); }

/* ══════════════════════════════════════════════════════════════
   SUBPAGES — press kit and legal
   Same visual world as the homepage, but efficient rather than
   cinematic. A promoter is here to get something and leave.
   ══════════════════════════════════════════════════════════════ */
.pagenav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 1.5rem var(--gutter);
  border-bottom: 1px solid var(--hairline-soft);
}
.pagenav a.label { transition: color var(--dur-fast) var(--ease-soft); }
.pagenav a.label:hover { color: var(--ink); }

.page__main {
  padding: var(--stack-lg) var(--gutter) var(--section-y);
  max-width: 1500px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: var(--stack-lg);
}
.page__main--prose { max-width: 68ch; }

.page__head { display: flex; flex-direction: column; gap: var(--stack-sm); }
.page__title {
  font-family: var(--font-display);
  font-weight: 400;
  font-variation-settings: "opsz" 96;
  font-size: clamp(2.25rem, 6vw, 5rem);
  line-height: 1.02;
  letter-spacing: 0.004em;
  text-wrap: balance;
}

.press__block { display: flex; flex-direction: column; gap: var(--stack-sm); }
.press__note { margin-top: 0.5rem; }

/* ── facts ── */
.factlist { display: flex; flex-direction: column; }
.factlist__row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.15rem 2rem;
  padding-block: 0.9rem;
  border-bottom: 1px solid var(--hairline-soft);
}
@media (min-width: 640px) {
  .factlist__row { grid-template-columns: 14rem 1fr; align-items: baseline; }
}
.factlist dd {
  font-family: var(--font-display);
  font-weight: 400;
  font-variation-settings: "opsz" 40;
  font-size: clamp(1.0625rem, 1.7vw, 1.375rem);
}
.factlist dd em { font-style: italic; }

/* ── biography ── */
.press__bios {
  display: grid;
  gap: var(--stack-md);
  grid-template-columns: 1fr;
}
@media (min-width: 900px) {
  .press__bios { grid-template-columns: minmax(0, 1fr) minmax(0, 1.35fr); gap: clamp(2rem, 5vw, 4.5rem); }
}
.bio { display: flex; flex-direction: column; gap: 0.9rem; }
.bio__text {
  max-width: 62ch;
  font-size: var(--fs-body);
  line-height: var(--lh-body);
  color: var(--ink-dim);
}
.bio__text + .bio__text { margin-top: 0.75rem; }
.bio__text em { font-family: var(--font-display); font-style: italic; color: var(--ink); }

/* ── downloadable assets ── */
.assetgrid {
  display: grid;
  gap: var(--stack-sm);
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr));
}
.asset { display: flex; flex-direction: column; gap: 0.75rem; }
.asset img {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  filter: grayscale(1);
  border: 1px solid var(--hairline-soft);
}
.asset figcaption { display: flex; flex-direction: column; gap: 0.35rem; }
.asset__name { font-size: var(--fs-small); color: var(--ink); }
.asset__dl {
  color: var(--ink-dim);
  border-bottom: 1px solid var(--hairline);
  align-self: flex-start;
  padding-bottom: 2px;
  transition: color var(--dur-fast) var(--ease-soft),
              border-color var(--dur-fast) var(--ease-soft);
}
.asset__dl:hover { color: var(--ink); border-color: var(--ink); }

.assetgrid--logos .asset img {
  aspect-ratio: 16 / 6;
  object-fit: contain;
  padding: 1.25rem;
  background: var(--ground-raised);
}
/* Black logo files need a light ground to be visible at all. */
.assetgrid--logos .asset--onlight img { background: var(--ink); }

/* ── legal prose ── */
.prose { display: flex; flex-direction: column; gap: 1.75rem; }
.prose h2 {
  font-family: var(--font-display);
  font-weight: 400;
  font-variation-settings: "opsz" 40;
  font-size: clamp(1.25rem, 2.4vw, 1.75rem);
  line-height: 1.2;
  margin-bottom: -0.75rem;
}
.prose p {
  color: var(--ink-dim);
  font-size: var(--fs-small);
  line-height: var(--lh-body);
  max-width: 62ch;
}
