/* ============================================================
   DJ WIZ HOFFA — PRESS / ACCOLADES page layout
   css/pages/press.css?v=13 — loads AFTER tokens.css + site.css.
   Page-scoped layout only; never restyles the shared shell.
   No :root, no shell-selector redefinitions.

   Motion contract (js/motion.js — do not rename these hooks):
     .press-h1 .line · .press-lead · .press-index li  → hero choreography
     .press-hero .hero-media img                      → hero image settle
     .pub-rail[data-marquee] > .pub-track             → seamless rail loop
       (li + li::before diamond geometry below is mirrored by
        motion.js .mq-tail::after — keep the 7px / clamp values in sync)

   TOC:
   00 Page atoms
   01 Hero — "The Resume Is Real."
   02 Ledger bar
   03 On Camera (interview embeds)
   04 In Print & On Air (lead card + coverage index)
   05 Faces of 518 band (full-bleed)
   06 Publication credit rail
   07 Awards & Radio ledger
   08 Media contact band
   ============================================================ */

/* ---------- 00 Page atoms ---------- */
.type-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-family: var(--font-label);
  font-weight: 600;
  font-size: var(--fs-micro);
  text-transform: uppercase;
  letter-spacing: var(--ls-eyebrow);
  color: var(--ivory-80);
  white-space: nowrap;
}

.type-tag::before {
  content: "";
  width: 8px;
  height: 8px;
  background: var(--crimson);
  flex: none;
}

.arrow {
  display: inline-block;
  margin-left: 0.45rem;
  transition: transform var(--dur-1) var(--ease);
}

/* Ghost numerals — decorative typographic depth, never content */
.cov-idx,
.lead-idx {
  font-family: var(--font-logo);
  line-height: 1;
  color: var(--smoke); /* matches .award-idx — one voice for all three ledgers */
  letter-spacing: 0.08em;
}

/* Source label — where the item actually lives */
.lead-src,
.watch-src {
  font-family: var(--font-label);
  font-weight: 500;
  font-size: var(--fs-micro);
  text-transform: uppercase;
  letter-spacing: var(--ls-label);
  color: var(--smoke);
}

/* Type craft — widow/orphan control across the page's prose and display
   lines. pretty smooths ragged last lines on body copy; balance evens the
   wrap on headlines. .sect-title stays page-scoped by targeting press ids. */
.press-lead,
.lead-desc,
.watch-desc,
.cov-desc,
.award-detail { text-wrap: pretty; }

.press-h1,
.lead-name,
.cov-name,
#h-interviews,
#h-coverage,
#h-podcast,
#h-credits,
#h-awards,
#h-media { text-wrap: balance; }

/* ---------- 01 Hero ---------- */
.press-hero {
  position: relative;
  padding-block: clamp(1.5rem, 4vw, 3rem) clamp(3rem, 6vw, 5rem);
}

.press-hero-grid {
  display: grid;
  gap: clamp(2.25rem, 5vw, 3.5rem);
}

@media (min-width: 980px) {
  .press-hero-grid {
    grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
    align-items: end;
    gap: clamp(2.5rem, 5vw, 4.5rem);
  }
}

.press-hero-copy .press-h1 { margin-top: var(--sp-5); }

.press-h1 {
  /* capped below --fs-hero: the hero shares its row with the portrait */
  font-size: clamp(2.9rem, 9.4vw, 7.5rem);
  line-height: 0.92;
}

.press-h1 .line { display: block; }

.press-h1 .line--2 { margin-left: clamp(0.9rem, 5vw, 4rem); }

.press-h1 .dot { color: var(--crimson); } /* decorative accent only */

.press-lead {
  margin-top: var(--sp-6);
  max-width: 46ch;
}

/* Hero portrait — motion.js gives this a scale settle on load */
.press-hero .hero-media {
  position: relative;
  overflow: hidden;
  background: var(--panel);
  border: 1px solid var(--line-strong);
  border-radius: var(--r-sm);
  box-shadow: var(--shadow-2);
}

.press-hero .hero-media img {
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
  object-position: 50% 32%;
}

@media (min-width: 768px) {
  .press-hero .hero-media img { aspect-ratio: 3 / 4; }
}

.hero-media-cap {
  position: absolute;
  inset-inline: 0;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.35rem var(--sp-4);
  padding: var(--sp-5) var(--sp-4) var(--sp-3);
  /* Deep scrim: the photo's bottom band is bright grass — the caption
     needs a real 40-60% mute at the TEXT line, not just at the frame edge. */
  background: linear-gradient(to top,
    rgba(10, 10, 10, 0.94) 0%,
    rgba(10, 10, 10, 0.88) 42%,
    rgba(10, 10, 10, 0.55) 72%,
    rgba(10, 10, 10, 0) 100%);
  font-family: var(--font-label);
  font-weight: 600;
  font-size: var(--fs-micro);
  text-transform: uppercase;
  letter-spacing: var(--ls-label);
}

.hero-media-cap .hmc-role { color: var(--ivory-80); }
.hero-media-cap .hmc-loc  { color: var(--ivory-60); } /* --smoke fails AA over the grass band */

/* Section index — the contents page of the record */
.press-index {
  margin-top: clamp(2.5rem, 6vw, 4.5rem);
  border-top: 1px solid var(--line);
  padding-top: var(--sp-5); /* air at the hero-to-index seam */
}

.press-index ol {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  column-gap: clamp(1.25rem, 3.5vw, 3rem);
}

.press-index a {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  min-height: 44px;
  padding: 0.5rem 0.1rem;
  font-family: var(--font-label);
  font-weight: 500;
  font-size: var(--fs-small);
  text-transform: uppercase;
  letter-spacing: var(--ls-label);
  color: var(--smoke);
  text-decoration: none;
  transition: color var(--dur-1) var(--ease);
}

/* animated underline — the contents page of the record gets a premium hover */
.press-index a::after {
  content: "";
  position: absolute;
  left: 0.1rem;
  right: 0.1rem;
  bottom: 0.35rem;
  height: 1px;
  background: var(--crimson-line);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--dur-1) var(--ease);
}

.press-index a:hover { color: var(--ivory); }
.press-index a:hover::after,
.press-index a:focus-visible::after { transform: scaleX(1); }

.press-index .idx {
  font-family: var(--font-logo);
  font-size: 0.95rem;
  letter-spacing: 0.1em;
  color: var(--ivory-60);
  transition: color var(--dur-1) var(--ease);
}

/* decorative numeral (aria-hidden) breathes crimson on interaction */
.press-index a:hover .idx,
.press-index a:focus-visible .idx { color: var(--crimson-line); }

/* ---------- 02 Ledger bar ---------- */
.ledger-band {
  /* Same arrival lift as .sect--band so the first content band shares the
     page rhythm instead of reading as a flat slab of one value. */
  background-color: var(--bg-2);
  background-image:
    linear-gradient(to top,
      color-mix(in srgb, var(--bg) 92%, transparent) 0,
      transparent 140px),
    linear-gradient(to bottom,
      color-mix(in srgb, var(--ivory) 4.5%, transparent) 0,
      transparent 200px);
  border-block: 1px solid var(--line);
  padding-block: clamp(2rem, 4.5vw, 3.25rem);
}

.ledger {
  display: grid;
  gap: 0;
}

.ledger li {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding-block: var(--sp-4);
  border-top: 1px solid var(--line);
}

.ledger li:first-child { border-top: 0; padding-top: 0; }
.ledger li:last-child  { padding-bottom: 0; }

@media (min-width: 720px) {
  .ledger { grid-template-columns: repeat(3, 1fr); }

  .ledger li {
    padding: 0 clamp(1rem, 2.5vw, 2.25rem);
    border-top: 0;
    border-left: 1px solid var(--line);
  }

  .ledger li:first-child { padding-left: 0; border-left: 0; }
  .ledger li:last-child  { padding-bottom: 0; }
}

.ledger .lg-num {
  position: relative;
  padding-top: var(--sp-3);
  font-family: var(--font-logo);
  font-size: clamp(2.4rem, 5.4vw, 3.75rem);
  line-height: 1;
  color: var(--ivory);
}

/* crimson tick above each stat — echoes .watch-card::before, ties the
   ledger into the page accent system. Decorative fill, no contrast gate. */
.ledger .lg-num::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 28px;
  height: 2px;
  background: var(--crimson);
}

.ledger .lg-label {
  font-family: var(--font-label);
  font-weight: 500;
  font-size: var(--fs-small);
  text-transform: uppercase;
  letter-spacing: var(--ls-label);
  color: var(--smoke);
  max-width: 26ch;
}

/* ---------- 03 On Camera ---------- */
.watch-grid { gap: clamp(2.25rem, 5vw, 3.5rem); }

@media (min-width: 768px) {
  .watch-grid { grid-template-columns: repeat(2, 1fr); }
}

.watch-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: var(--sp-5);
  padding-top: var(--sp-5);
  border-top: 1px solid var(--line-strong);
}

/* crimson tick riding the top rule */
.watch-card::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 56px;
  height: 2px;
  background: var(--crimson);
}

/* portrait source in a 16:9 facade — favour the upper frame */
.poster--upper { object-position: 50% 26%; }

.watch-meta {
  display: flex;
  flex-direction: column;
  gap: var(--sp-3);
}

.watch-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--sp-4);
}

.watch-name { font-size: clamp(1.45rem, 2.6vw, 2.1rem); }

.watch-desc {
  color: var(--ivory-60);
  font-size: var(--fs-small);
  max-width: 44ch;
}

.ext-link {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  font-family: var(--font-label);
  font-weight: 600;
  font-size: var(--fs-small);
  text-transform: uppercase;
  letter-spacing: var(--ls-label);
  color: var(--ivory-80);
}

.ext-link:hover { color: var(--ivory); }
.ext-link:hover .arrow { transform: translate(2px, -2px); }

/* ---------- 04 In Print & On Air ---------- */
.lead-card {
  position: relative;
  overflow: hidden;
  background: var(--panel);
  border: 1px solid var(--line);
  border-left: 3px solid var(--crimson);
  border-radius: var(--r-md);
  padding: clamp(1.5rem, 4vw, 3rem);
  /* Real elevation: --panel sits only 4/255 above the band, so the focal
     card needs a shadow to lift off the ground. Shares one lighter
     elevation language with .awards-photo; the hero keeps the heavier
     --shadow-2 as the page's primary frame. */
  box-shadow: var(--shadow-1);
}

.lead-card-body {
  position: relative;
  z-index: var(--z-raise);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--sp-3);
  max-width: 46ch;
}

.lead-card-top {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--sp-3) var(--sp-5);
}

.lead-idx { font-size: 1.05rem; margin-left: auto; }

.lead-name {
  font-size: clamp(2.4rem, 6.5vw, 4.5rem);
  line-height: 0.98;
}

.lead-desc {
  color: var(--ivory-80);
  font-size: var(--fs-lead);
}

.lead-cta { margin-top: var(--sp-4); }

/* decorative ghost word — pure type, carries no information */
.lead-ghost {
  display: none;
  position: absolute;
  /* inset, never bled: .lead-card clips with overflow:hidden, and a
     negative offset here shaved the R of "On Air" against the frame */
  right: 0.06em;
  bottom: -0.24em;
  z-index: var(--z-base);
  font-family: var(--font-display);
  font-size: clamp(6rem, 14vw, 12rem);
  line-height: 0.8;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  color: rgba(242, 239, 228, 0.045);
  pointer-events: none;
  user-select: none;
}

@media (min-width: 900px) {
  .lead-ghost { display: block; }
}

/* Coverage index rows */
.cov-list {
  margin-top: clamp(2.25rem, 5vw, 3.5rem);
  border-top: 1px solid var(--line-strong);
}

.cov-row {
  position: relative;
  display: grid;
  grid-template-columns: 2.75rem minmax(0, 1fr);
  column-gap: var(--sp-4);
  row-gap: var(--sp-3);
  padding-block: clamp(1.5rem, 3.5vw, 2.25rem);
  padding-inline: var(--sp-4);
  margin-inline: calc(var(--sp-4) * -1);
  border-bottom: 1px solid var(--line);
  transition: background var(--dur-2) var(--ease);
}

.cov-row > .cov-name-col,
.cov-row > .cov-desc,
.cov-row > .cov-action { grid-column: 2; }

.cov-row:hover { background: var(--panel); }

/* crimson edge grows on row hover/focus — echoes the lead card's left border,
   so the rows and card speak one accent language on the whole-row link.
   (::after is already the stretched hit-area — ::before is free.) */
.cov-row::before {
  content: "";
  position: absolute;
  left: calc(var(--sp-4) * -1);
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--crimson);
  transform: scaleY(0);
  transform-origin: top;
  transition: transform var(--dur-2) var(--ease);
}

.cov-row:hover::before,
.cov-row:has(.cov-action:focus-visible)::before { transform: scaleY(1); }

.cov-idx {
  font-size: 1.05rem;
  padding-top: 0.35rem;
  grid-row: 1 / span 3;
}

.cov-name-col {
  display: flex;
  flex-direction: column;
  gap: var(--sp-2);
}

.cov-name {
  font-size: clamp(1.5rem, 3.2vw, 2.35rem);
  transition: transform var(--dur-2) var(--ease);
}

.cov-desc {
  color: var(--ivory-60);
  font-size: var(--fs-small);
  max-width: 52ch;
}

.cov-action {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  justify-self: start;
  min-height: 44px;
  font-family: var(--font-label);
  font-weight: 600;
  font-size: var(--fs-small);
  text-transform: uppercase;
  letter-spacing: var(--ls-label);
  color: var(--ivory);
  white-space: nowrap;
}

/* stretch the action over the whole row */
.cov-action::after {
  content: "";
  position: absolute;
  inset: 0;
}

.cov-row:hover .cov-action .arrow { transform: translate(2px, -2px); }

@media (min-width: 900px) {
  .cov-row {
    grid-template-columns: 3.25rem minmax(0, 15rem) minmax(0, 1fr) auto;
    column-gap: clamp(1.5rem, 3vw, 3rem);
    row-gap: 0;
    align-items: center;
  }

  .cov-row > .cov-name-col { grid-column: 2; }
  .cov-row > .cov-desc     { grid-column: 3; }
  .cov-row > .cov-action   { grid-column: 4; justify-self: end; }

  .cov-idx { grid-row: auto; padding-top: 0; }

  .cov-row:hover .cov-name { transform: translateX(4px); }
}

/* Keyboard focus draws around the whole row, not the small label */
@supports selector(a:has(b)) {
  .cov-row:has(.cov-action:focus-visible) {
    outline: 2px solid var(--ivory);
    outline-offset: -2px;
    border-radius: var(--r-sm);
  }

  .cov-row .cov-action:focus-visible { outline: 0; }
}

/* ---------- 05 Faces of 518 band (full-bleed) ---------- */
.faces-band { padding-bottom: 0; }

.faces-band .sect-head { margin-bottom: var(--sp-6); }

.faces-figure {
  position: relative;
  overflow: hidden;
  border-block: 1px solid var(--line);
  background: var(--bg-2);
}

/* Native banner ratio at EVERY width, zero crop — the banner text IS
   the content, and the NOIZE MOB block mark lives in the bottom 17%
   of the source, so any cover-crop slices the client's own brand mark.
   The old desktop rule swapped to a fixed height + cover and cut the
   mark by 26% at 1920. Holding the source ratio means contain and
   cover are identical here: whole mark, full bleed, no pillarbox.
   No parallax on this img either (see press.html) — the 9% scale
   headroom it needs is exactly what was doing the cutting. */
.faces-figure img {
  width: 100%;
  aspect-ratio: 1983 / 793;
  height: auto;
  object-fit: cover;
}

/* Mobile: caption is a bar under the banner; desktop: floating chip */
.faces-cap {
  padding: var(--sp-3) var(--gutter);
  background: var(--bg-2);
  border-top: 1px solid var(--line);
  font-family: var(--font-label);
  font-weight: 600;
  font-size: var(--fs-micro);
  text-transform: uppercase;
  letter-spacing: var(--ls-label);
  color: var(--smoke);
}

@media (min-width: 768px) {
  .faces-cap {
    position: absolute;
    right: var(--gutter);
    bottom: var(--sp-4);
    padding: 0.45rem 0.85rem;
    background: rgba(10, 10, 10, 0.72);
    border: 1px solid var(--line);
    border-radius: var(--r-xs);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    color: var(--ivory-80);
  }
}

/* ---------- 06 Publication credit rail ---------- */
.pub-band .sect-head { margin-bottom: var(--sp-6); }

/* Static floor: a centred wrapping type wall, fully readable with JS off.
   motion.js switches .pub-track to a nowrap loop track (.mq-track). */
.pub-track {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  column-gap: clamp(1.1rem, 2.6vw, 2.4rem);
  row-gap: var(--sp-3);
}

.pub-track li {
  display: inline-flex;
  align-items: center;
  font-family: var(--font-label);
  font-weight: 600;
  font-size: clamp(1.45rem, 3.4vw, 2.6rem);
  line-height: 1.15;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--ivory-60);
  white-space: nowrap;
}

/* diamond separator — geometry mirrored by motion.js .mq-tail::after */
.pub-track li + li::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-right: clamp(1.1rem, 2.6vw, 2.4rem);
  background: var(--crimson);
  transform: rotate(45deg);
  flex: none;
}

.pub-note {
  margin-top: clamp(2rem, 4vw, 3rem);
  text-align: center;
  font-size: var(--fs-small);
  color: var(--smoke);
  max-width: 56ch;
  margin-inline: auto;
}

/* ---------- 07 Awards & Radio ledger ---------- */
.awards-layout {
  display: grid;
  gap: var(--sp-7);
}

.awards-side {
  display: flex;
  flex-direction: column;
  gap: var(--sp-6);
}

.awards-side .sect-head { margin-bottom: 0; }

@media (min-width: 980px) {
  .awards-layout {
    grid-template-columns: minmax(300px, 420px) 1fr;
    gap: clamp(3rem, 6vw, 5.5rem);
    align-items: start;
  }

  /* Bottom-anchored: the rail is taller than the viewport it pins in,
     so a top offset parked the photo's base and its caption below the
     fold for the whole pin. Catching on the bottom edge resolves them. */
  .awards-side {
    position: sticky;
    top: auto;
    bottom: var(--sp-6);
  }
}

.awards-photo {
  max-width: 420px;
  overflow: hidden;
  background: var(--panel);
  border: 1px solid var(--line-strong);
  border-radius: var(--r-sm);
  box-shadow: var(--shadow-1); /* shared card elevation with .lead-card */
}

.awards-photo img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.awards-photo figcaption {
  padding: var(--sp-3) var(--sp-4);
  border-top: 1px solid var(--line);
  font-family: var(--font-label);
  font-weight: 600;
  font-size: var(--fs-micro);
  text-transform: uppercase;
  letter-spacing: var(--ls-label);
  color: var(--smoke);
}

.award-ledger { border-top: 1px solid var(--line-strong); }

/* Mobile-first: idx | main, chip drops below the title at full width */
.award-row {
  display: grid;
  grid-template-columns: 2.6rem minmax(0, 1fr);
  column-gap: var(--sp-4);
  align-items: start;
  padding-block: var(--sp-5);
  border-bottom: 1px solid var(--line);
}

.award-row .award-chip {
  grid-column: 2;
  justify-self: start;
  margin-top: var(--sp-3);
}

@media (min-width: 560px) {
  .award-row { grid-template-columns: 2.6rem minmax(0, 1fr) auto; }

  .award-row .award-chip {
    grid-column: 3;
    justify-self: end;
    margin-top: 0.3rem;
  }
}

.award-idx {
  font-family: var(--font-logo);
  font-size: 1.05rem;
  letter-spacing: 0.1em;
  color: var(--smoke);
  padding-top: 0.5rem;
}

.award-main h3 { font-size: clamp(1.4rem, 2.4vw, 2rem); }

.award-detail {
  margin-top: var(--sp-2);
  color: var(--ivory-60);
  font-size: var(--fs-small);
  max-width: 46ch;
}

.award-chip {
  align-self: start;
  margin-top: 0.3rem;
  padding: 0.4rem 0.7rem;
  border: 1px solid var(--line-strong);
  border-radius: var(--r-xs);
  font-family: var(--font-label);
  font-weight: 600;
  font-size: var(--fs-micro);
  text-transform: uppercase;
  letter-spacing: var(--ls-label);
  color: var(--ivory-80);
  white-space: nowrap;
}

.award-chip--win {
  background: var(--crimson);
  border-color: transparent;
  color: var(--ivory);
}

/* ---------- 08 Media contact band ---------- */
/* The page's one lift of light: nine sections sit between --bg and
   --bg-2, a delta the eye cannot read. The closing band gets air.
   background-image only — .sect--band's ground colour is preserved. */
.media-band {
  border-top: 2px solid var(--crimson);
  background-image:
    radial-gradient(120% 85% at 50% 0%, var(--haze) 0%, transparent 58%),
    linear-gradient(to bottom,
      color-mix(in srgb, var(--bg-2) 92%, var(--ivory)) 0%,
      var(--bg-2) 70%);
}

/* --smoke drops to 4.2:1 on the lifted ground — step the quiet labels up */
.media-band .eyebrow,
.media-band .press-note,
.media-band .media-cross .cross-line { color: var(--ivory-60); }

.media-band .sect-head { margin-bottom: var(--sp-6); }

.media-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--sp-4);
}

.media-mail {
  display: inline-block;
  max-width: 100%;
  min-height: 44px;          /* tap-target floor at mobile type sizes */
  padding-bottom: 0.45rem;
  border-bottom: 2px solid var(--crimson);
  font-family: var(--font-logo);
  font-size: clamp(1.5rem, 5.2vw, 3.25rem);
  line-height: 1.15;
  letter-spacing: 0.04em;
  color: var(--ivory);
  text-decoration: none;
  overflow-wrap: anywhere;
  transition: border-color var(--dur-1) var(--ease);
}

.media-mail:hover { border-bottom-color: var(--crimson-hot); }

.media-tel {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding-inline: var(--sp-3);
  font-family: var(--font-label);
  font-weight: 500;
  font-size: 1.2rem;
  letter-spacing: var(--ls-label);
  color: var(--ivory-80);
  text-decoration: none;
}

.media-tel:hover { color: var(--ivory); text-decoration: underline; }

.press-note {
  margin-top: var(--sp-6);
  font-size: var(--fs-small);
  color: var(--smoke);
  max-width: 46ch;
  margin-inline: auto;
}

.media-cross {
  margin-top: var(--sp-7);
  padding-top: var(--sp-6);
  border-top: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--sp-4);
}

.media-cross .cross-line {
  font-family: var(--font-label);
  font-weight: 500;
  font-size: var(--fs-small);
  text-transform: uppercase;
  letter-spacing: var(--ls-label);
  color: var(--smoke);
}

.closing-line {
  margin-top: clamp(2.5rem, 5vw, 4rem);
  font-family: var(--font-label);
  font-weight: 600;
  /* the page's final beat lands with more presence than an eyebrow */
  font-size: clamp(1.1rem, 2.6vw, 1.6rem);
  text-transform: uppercase;
  letter-spacing: var(--ls-eyebrow);
  color: var(--ivory-80);
  text-wrap: balance;
}

/* Faces of 518 — the watch route. The band showed the banner with no way to
   actually reach the podcast; this is that door. */
.faces-cta { margin-top: clamp(1.25rem, 3vw, 1.9rem); }
