/* ==========================================================================
   Sage Green Remedy — Option C poster shell + Option B ledger
   (C's hero, player bar and slab; B's releases table and downloads panel
   in place of C's three-item download list, for a catalogue of seven.)

   Register: 1970s folk record sleeve. Warm paper, printed serif, hairline
   rules, hard-edged boxes, letterpress mono labels. Radius is 0 everywhere
   on purpose. Shadows are used exactly once (the wordmark). Do not add more.
   ========================================================================== */

/* ---------------------------------------------------------------- fonts -- */
/* Self-hosted, latin subset. Newsreader is the variable cut so optical
   sizing (opsz 6..72) works from 16.5px body up to the 112px wordmark. */

@font-face {
  font-family: 'Newsreader';
  font-style: normal;
  font-weight: 300 400;
  font-display: swap;
  src: url('../assets/fonts/newsreader-var-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
                 U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122,
                 U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Newsreader';
  font-style: italic;
  font-weight: 300 400;
  font-display: swap;
  src: url('../assets/fonts/newsreader-italic-var-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
                 U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122,
                 U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'DM Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../assets/fonts/dmmono-400-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
                 U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122,
                 U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* --------------------------------------------------------------- tokens -- */

:root {
  /* grounds */
  --paper:        #EDE6D6;
  --paper-sunk:   #E3DCC9;
  --ink:          #23281E;
  --pine:         #3A452F;
  --pine-mid:     #2E3626;

  /* type */
  --ink-soft:     #3D4634;   /* handoff palette; option C uses ink-softer */
  --ink-softer:   #4A5343;
  --sage:         #5B6A4D;
  --sage-light:   #7A8A6A;
  --sage-pale:    #9AAB89;
  --brass:        #8A7A4E;
  --brass-pale:   #A09070;   /* handoff palette; unused in option C */
  --gold:         #D9C68C;
  --cream:        #EDE6D6;
  --cream-warm:   #F7F3E7;

  /* hairlines — always ink at low alpha, never grey */
  --rule:         rgba(35, 40, 30, .20);
  --rule-soft:    rgba(35, 40, 30, .12);
  --rule-hair:    rgba(35, 40, 30, .10);  /* tracklist separators */
  --rule-cell:    rgba(35, 40, 30, .15);
  --rule-chip:    rgba(35, 40, 30, .30);
  --rule-dark:    rgba(237, 230, 214, .14);

  /* waveform */
  --wave-on:      rgba(217, 198, 140, .75);
  --wave-edge:    rgba(217, 198, 140, .40);
  --wave-off:     rgba(237, 230, 214, .18);

  /* families */
  --serif: 'Newsreader', Georgia, 'Times New Roman', serif;
  --mono:  'DM Mono', ui-monospace, SFMono-Regular, Menlo, monospace;

  /* layout */
  --page: 1200px;
}

/* ---------------------------------------------------------------- reset -- */

*, *::before, *::after { box-sizing: border-box; }

html {
  background: var(--ink);
  -webkit-text-size-adjust: 100%;
}
@media (prefers-reduced-motion: no-preference) {
  html { scroll-behavior: smooth; }
}

body {
  margin: 0;
  /* Every section paints its own ground; body only shows past the last one
     (and in the strip reserved for the fixed mobile player), so it matches
     the footer rather than the paper above it. */
  background: var(--ink);
  color: var(--ink);
  font-family: var(--serif);
  font-optical-sizing: auto;
  font-synthesis-weight: none;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, p, ul, ol, figure, fieldset, legend { margin: 0; padding: 0; }
ul, ol { list-style: none; }
img { display: block; max-width: 100%; }
fieldset { border: 0; min-width: 0; }
button { font: inherit; color: inherit; background: none; border: 0; }
a { color: inherit; }
[hidden] { display: none !important; }

:focus-visible {
  outline: 1px solid var(--brass);
  outline-offset: 2px;
}
/* On the dark grounds brass disappears; gold is the same idea, legible. */
.hero :focus-visible,
.player :focus-visible,
.foot :focus-visible {
  outline-color: var(--gold);
}

.skip {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 100;
  background: var(--pine);
  color: var(--cream);
  font: 400 11px/1 var(--mono);
  letter-spacing: .14em;
  text-transform: uppercase;
  padding: 12px 18px;
  text-decoration: none;
}
.skip:focus { left: 0; }

/* ------------------------------------------------------------ utilities -- */

.wrap {
  max-width: var(--page);
  margin-inline: auto;
}

/* Film grain. Multiply over photographs at .5; the page grounds in this
   option carry none — only the hero photo is grained. */
.grain {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .5;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)' opacity='.32'/%3E%3C/svg%3E");
}
.grain--photo { z-index: 1; }

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

.eyebrow {
  font: 400 10px/1 var(--mono);
  letter-spacing: .30em;
  text-transform: uppercase;
  color: var(--brass);
}

.label {
  font: 400 10px/1 var(--mono);
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--sage);
}

/* Section entry: fade + 8px rise, once. Gated on .js so the content is never
   stranded invisible when the script fails to load. */
.js .reveal { opacity: 0; }
@media (prefers-reduced-motion: no-preference) {
  .js .reveal {
    transform: translateY(8px);
    transition: opacity 400ms ease-out, transform 400ms ease-out;
  }
}
.js .reveal.is-in { opacity: 1; transform: none; }

/* ================================================================= hero == */

.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: var(--ink);
  /* 600px at the 940px mock width (0.64), held as a ratio so the poster keeps
     its proportions, then capped so the player bar stays reachable. */
  height: min(clamp(520px, 64vw, 880px), 88vh);
}

.hero__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* A fixed 100px off the top of the photograph, not a percentage of the
     overflow: a percentage reframes the shot every time the window changes
     size, which made it impossible to set once. Her head starts at 7% of the
     frame, so 100px trims the sky and leaves the head in view at every width.
     Mobile keeps `top` — see the breakpoint, where the overflow can be zero
     and a negative offset would uncover the bottom of the box.

     The unit is vw, not px, on purpose. The hero is full-bleed and the
     photograph is square, so the scaled image is exactly 100vw tall and 6vw
     is 6% of the frame — the crop then sits in the same place relative to
     her head at every window size, instead of clipping it on narrow screens
     and leaving a band of sky on wide ones. About 86px at 1430. */
  object-position: center -6vw;
  /* Warm analog grade. Never ship an ungraded photo — it breaks the palette. */
  filter: saturate(.75) contrast(1.05) sepia(.18);
}
/* Fades in as it decodes — gated on .js so a failed script never leaves the
   poster blank. No skeleton shimmer. */
.js .hero__img {
  opacity: 0;
  transition: opacity 600ms ease;
}
.js .hero__img.is-loaded { opacity: 1; }
@media (prefers-reduced-motion: reduce) {
  .js .hero__img { transition: none; }
}

.hero__scrim {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(180deg,
    rgba(35, 40, 30, .55) 0%,
    rgba(35, 40, 30, 0)  32%,
    rgba(35, 40, 30, .15) 60%,
    rgba(35, 40, 30, .9) 100%);
}

/* ---- nav ---- */

.nav {
  position: absolute;
  left: 0; right: 0; top: 0;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 22px 36px;
  font: 400 10.5px/1 var(--mono);
  letter-spacing: .20em;
  text-transform: uppercase;
  color: rgba(237, 230, 214, .9);
}

.nav__brand { text-decoration: none; }
.nav__brand-short { display: none; }

.nav__list { display: flex; gap: 24px; }
.nav__list a {
  text-decoration: none;
  transition: color 120ms ease;
}
.nav__list a:hover { color: var(--gold); }

.nav__toggle {
  display: none;
  font: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  cursor: pointer;
  padding: 2px 0;
  transition: color 120ms ease;
}
.nav__toggle:hover { color: var(--gold); }

/* ---- wordmark ---- */

.hero__type {
  position: absolute;
  left: 0; right: 0;
  bottom: clamp(34px, 6.8vw, 82px);
  z-index: 3;
  text-align: center;
  padding-inline: 24px;
}

.wordmark {
  font-weight: 400;
  /* 112px at the 940px mock width (11.9vw) — the poster type scales with the
     bleed, not with the 1200px container. */
  font-size: clamp(52px, 11.9vw, 176px);
  line-height: .86;
  letter-spacing: -.03em;
  color: var(--cream);
  text-shadow: 0 8px 40px rgba(35, 40, 30, .45);
}
.wordmark__it {
  font-style: italic;
  color: var(--gold);
}

.hero__sub {
  margin-top: 22px;
  font: 400 11px/1.4 var(--mono);
  letter-spacing: .34em;
  text-transform: uppercase;
  color: rgba(237, 230, 214, .8);
}

/* =============================================================== player == */

.player {
  position: relative;
  z-index: 4;
  background: var(--pine-mid);
  border-top: 1px solid var(--rule-dark);
  border-bottom: 1px solid var(--rule-dark);
  color: var(--cream);
}

.player__inner {
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 16px 28px;
}

/* ---- transport: two discrete tape-deck keys, the lit one is the state ---- */

.player__transport { display: flex; gap: 8px; flex: none; }

.key {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(237, 230, 214, .2);
  color: rgba(237, 230, 214, .6);
  cursor: pointer;
  transition: color 120ms ease, border-color 120ms ease, background-color 120ms ease;
}
.key:hover { color: var(--gold); }
.key--on {
  background: var(--pine);
  border-color: rgba(237, 230, 214, .35);
  color: var(--gold);
}

.glyph--play {
  width: 0; height: 0;
  border-left: 11px solid currentColor;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  margin-left: 3px;
}
.glyph--pause { display: flex; gap: 3px; }
.glyph--pause::before,
.glyph--pause::after {
  content: "";
  width: 4px;
  height: 12px;
  background: currentColor;
}

/* Skip: the same triangle as play, cued against a bar. */
.glyph--next { display: flex; align-items: center; gap: 2px; }
.glyph--next::before {
  content: "";
  width: 0; height: 0;
  border-left: 9px solid currentColor;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.glyph--next::after {
  content: "";
  width: 2px;
  height: 12px;
  background: currentColor;
}

/* Last track of the record — nothing to skip to. */
.key[disabled] {
  color: rgba(237, 230, 214, .22);
  border-color: rgba(237, 230, 214, .10);
  cursor: default;
}
.key[disabled]:hover { color: rgba(237, 230, 214, .22); }

/* ---- now playing ---- */

.player__now { flex: none; min-width: 210px; }
.player__title { font-size: 17px; line-height: 1.2; }
.player__meta {
  margin-top: 2px;
  font: 400 10px/1.3 var(--mono);
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--sage-pale);
}
.player__time--inline { display: none; }

/* ---- waveform scrubber ---- */

.wave {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 3px;
  height: 34px;
  cursor: pointer;
}
.wave__bar {
  flex: 1;
  background: var(--wave-off);
  transition: background-color 120ms ease, filter 120ms ease;
}
.wave__bar.is-played { background: var(--wave-on); }
.wave__bar.is-edge   { background: var(--wave-edge); }
.wave:hover .wave__bar:hover { filter: brightness(1.7); }

.player__time {
  flex: none;
  font: 400 11px/1 var(--mono);
  color: var(--sage-pale);
  font-variant-numeric: tabular-nums;
}

/* ================================================================= slab == */

.slab {
  /* The bleed columns take everything outside the container so the two
     grounds reach the viewport edge while the split stays at 1.25 : 1. */
  --gutter: max(0px, calc((100% - var(--page)) / 2));
  display: grid;
  /* B's ledger needs the room: with seven releases and a 32-track disclosure,
     the wider cell goes to the right, the reverse of plain option C. */
  grid-template-columns: var(--gutter) 1fr 1.25fr var(--gutter);
}

.slab__edge--paper { background: var(--paper); }
.slab__edge--sunk  { background: var(--paper-sunk); }

.slab__about {
  background: var(--paper);
  border-right: 1px solid var(--rule-cell);
  padding: 46px 40px;
  scroll-margin-top: 24px;
}
.slab__ledger {
  background: var(--paper-sunk);
  padding: 46px 36px;
  scroll-margin-top: 24px;
}

/* ---- about ---- */

.pullquote {
  margin-top: 18px;
  font-style: italic;
  font-size: 29px;
  line-height: 1.35;
  color: var(--pine);
  max-width: 24ch;
  /* Evens the lines so a short last word does not hang alone. Ignored by
     browsers without support, which just wrap normally. */
  text-wrap: balance;
}

.prose {
  margin-top: 18px;
  font-size: 16.5px;
  line-height: 1.75;
  color: var(--ink-softer);
  max-width: 52ch;
}

.platforms {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  font: 400 10.5px/1 var(--mono);
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--sage-light);
}
.platforms a {
  text-decoration: none;
  transition: color 120ms ease;
}
.platforms a:hover { color: var(--pine); }

/* ---- releases ledger ---- */

.ledger {
  margin-top: 14px;
  border-top: 1px solid var(--rule);
}

.lrow { border-bottom: 1px solid var(--rule-soft); }

.lrow__head {
  width: 100%;
  display: grid;
  grid-template-columns: 24px 1fr auto auto 10px;
  gap: 16px;
  align-items: baseline;
  padding: 13px 0;
  text-align: left;
  cursor: pointer;
}

.lrow__i {
  font: 400 10px/1 var(--mono);
  color: var(--brass-pale);
  font-variant-numeric: tabular-nums;
}
.lrow__t {
  font-family: var(--serif);
  font-size: 19px;
  line-height: 1.25;
  transition: color 120ms ease;
}
.lrow__f {
  font: 400 11px/1 var(--mono);
  color: var(--sage-light);
}
.lrow__y {
  font: 400 11px/1 var(--mono);
  color: var(--sage);
  font-variant-numeric: tabular-nums;
}
.lrow__x {
  font: 400 12px/1 var(--mono);
  color: var(--brass-pale);
  text-align: right;
  transition: color 120ms ease;
}

.lrow__head:hover .lrow__t,
.lrow__head[aria-expanded="true"] .lrow__t { color: var(--pine); }
.lrow__head:hover .lrow__x { color: var(--brass); }

/* the release currently feeding the player */
.lrow--playing .lrow__i { color: var(--brass); }

/* ---- tracklist disclosure ---- */

.lrow__body { padding: 2px 0 20px; }

.side + .side { margin-top: 18px; }
.side__label {
  font: 400 10px/1 var(--mono);
  letter-spacing: .24em;
  text-transform: uppercase;
  color: var(--brass);
  padding-bottom: 8px;
  border-bottom: 1px solid var(--rule-hair);
}

.track { border-bottom: 1px solid var(--rule-hair); }
.track:last-child { border-bottom: 0; }

.track__play {
  width: 100%;
  display: grid;
  grid-template-columns: 26px 1fr auto;
  gap: 12px;
  align-items: baseline;
  padding: 7px 0;
  text-align: left;
  cursor: pointer;
}
.track__n {
  font: 400 10px/1 var(--mono);
  color: var(--sage-light);
}
.track__t {
  font-family: var(--serif);
  font-size: 15.5px;
  line-height: 1.35;
  color: var(--ink-softer);
  transition: color 120ms ease;
}
.track__d {
  font: 400 10px/1 var(--mono);
  color: var(--sage-light);
  font-variant-numeric: tabular-nums;
}
.track__play:hover .track__t { color: var(--pine); }

.track--playing .track__n { color: var(--brass); }
.track--playing .track__t { color: var(--pine); }
/* Paper on the sunk ground — the same figure/ground move the panel makes.
   Colour alone is too quiet to find one row in a 32-track side. */
.track--playing { background: var(--paper); }

/* ---- per-release download row ---- */

.lrow__get {
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid var(--rule-soft);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.lrow__spec {
  font: 400 10px/1.4 var(--mono);
  color: var(--sage-light);
}

.dl__actions {
  flex: none;
  display: flex;
  gap: 6px;
  justify-content: flex-end;
  /* Holds the row steady as the label swaps through the download states. */
  min-width: 112px;
}

.btn {
  font: 400 10px/1 var(--mono);
  letter-spacing: .14em;
  text-transform: uppercase;
  border: 1px solid var(--pine);
  color: var(--pine);
  padding: 7px 12px;
  cursor: pointer;
  white-space: nowrap;
  transition: color 120ms ease, background-color 120ms ease;
}
.btn:hover { background: var(--pine); color: var(--paper-sunk); }
.btn[disabled] { cursor: default; }
.btn[disabled]:hover { background: none; color: var(--pine); }

.btn--brass {
  font-size: 11px;
  letter-spacing: .16em;
  background: var(--brass);
  border-color: var(--brass);
  color: var(--cream-warm);
  padding: 11px 20px;
}
.btn--brass:hover { background: var(--pine); border-color: var(--pine); color: var(--cream); }
.btn--brass[disabled]:hover { background: var(--brass); border-color: var(--brass); color: var(--cream-warm); }

.dl__status {
  margin-top: 8px;
  font: 400 10px/1.4 var(--mono);
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--brass);
}

/* ---- downloads panel ---- */

.panel {
  margin-top: 36px;
  background: var(--paper);
  border: 1px solid var(--rule);
  padding: 24px 26px;
  scroll-margin-top: 24px;
}
.panel__head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 16px;
}
.panel__note {
  font: 400 10px/1 var(--mono);
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--sage-light);
}
.panel__copy {
  margin-top: 12px;
  font-size: 16px;
  line-height: 1.6;
  color: var(--ink-softer);
  max-width: 48ch;
}

.pay {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.pay__label { margin-right: 4px; }
.pay__action { margin-left: auto; }

/* ---- price chips ---- */

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

.chip {
  position: relative;
  text-align: center;
  cursor: pointer;
}
.chip input {
  position: absolute;
  opacity: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  cursor: pointer;
}
.chip span {
  display: block;
  font: 400 12px/1 var(--mono);
  padding: 8px 14px;
  border: 1px solid var(--rule-chip);
  color: var(--ink);
  transition: color 120ms ease, background-color 120ms ease, border-color 120ms ease;
}
.chip--other span {
  border-style: dashed;
  color: var(--sage-light);
}
/* € 0 is never the lesser option — selected styling is identical for all. */
.chip input:checked + span {
  background: var(--pine);
  border-color: var(--pine);
  color: var(--cream);
}
.chip input:focus-visible + span {
  outline: 1px solid var(--brass);
  outline-offset: 2px;
}
.chip:hover span { border-color: var(--pine); }

.chips__custom {
  margin-top: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.chips__input {
  font: 400 12px/1 var(--mono);
  color: var(--ink);
  background: var(--paper);
  border: 1px solid var(--rule-chip);
  border-radius: 0;
  padding: 8px 10px;
  width: 92px;
}

/* =============================================================== footer == */

.foot {
  background: var(--ink);
  color: var(--sage-light);
}
.foot__inner {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 16px;
  padding: 18px 36px;
  font: 400 10px/1.5 var(--mono);
  letter-spacing: .20em;
  text-transform: uppercase;
}
.foot a {
  text-decoration: none;
  transition: color 120ms ease;
}
.foot a:hover { color: var(--gold); }

/* ============================================================== ≤ 860px == */

@media (max-width: 860px) {

  body {
    /* room for the fixed player bar */
    padding-bottom: calc(60px + env(safe-area-inset-bottom));
  }

  /* ---- hero ---- */

  .hero { height: clamp(380px, 108vw, 460px); }
  .hero__img { object-position: center top; }
  .hero__scrim {
    background: linear-gradient(180deg,
      rgba(35, 40, 30, .5),
      rgba(35, 40, 30, 0) 35%,
      rgba(35, 40, 30, .92));
  }

  .nav {
    padding: 16px 20px;
    font-size: 10px;
    letter-spacing: .18em;
    flex-wrap: wrap;
  }
  .nav__brand-full  { display: none; }
  .nav__brand-short { display: inline; }
  .nav__toggle { display: block; }

  .nav__list {
    flex-basis: 100%;
    flex-direction: column;
    gap: 0;
    margin-top: 16px;
    background: var(--ink);
    border: 1px solid var(--rule-dark);
  }
  .nav__list:not(.is-open) { display: none; }
  .nav__list li + li { border-top: 1px solid var(--rule-dark); }
  .nav__list a { display: block; padding: 13px 16px; }

  .hero__type { padding-inline: 20px; }
  .wordmark {
    font-size: clamp(38px, 13.3vw, 56px);
    line-height: .90;
  }
  .hero__sub {
    margin-top: 14px;
    font-size: 9.5px;
    letter-spacing: .28em;
  }
  /* the long form does not survive .28em tracking at 390px */
  .hero__sub-full { display: none; }

  /* ---- player: fixed above the safe area ---- */

  .player {
    position: fixed;
    left: 0; right: 0; bottom: 0;
    z-index: 50;
    border-bottom: 0;
    padding-bottom: env(safe-area-inset-bottom);
  }
  .player__inner { gap: 12px; padding: 12px 18px; }

  /* one key, glyph toggles */
  .key { width: 34px; height: 34px; }
  .key[data-transport="pause"] { display: none; }
  .glyph--play {
    border-left-width: 10px;
    border-top-width: 6px;
    border-bottom-width: 6px;
  }
  .glyph--next::before { border-left-width: 8px; border-top-width: 5px; border-bottom-width: 5px; }
  .glyph--next::after  { height: 10px; }
  .player__transport { gap: 6px; }

  .player__now { min-width: 0; flex: 1; }
  .player__title {
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .player__meta { font-size: 9px; }
  .player__meta [data-now-meta] { display: none; }
  .player__time--inline { display: inline; font-size: 9px; letter-spacing: .14em; }
  .player__time:not(.player__time--inline) { display: none; }

  .wave {
    flex: none;
    width: 80px;
    min-width: 0;
    height: 22px;
    gap: 2px;
  }
  /* No-JS fallback only — with JS the strip is built at 6 bars. */
  .wave__bar:nth-child(n + 7) { display: none; }

  /* ---- slab ---- */

  .slab { display: block; }
  .slab__edge { display: none; }
  .slab__about {
    border-right: 0;
    padding: 28px 20px;
  }
  .slab__ledger { padding: 28px 20px; }

  .pullquote { font-size: 22px; line-height: 1.4; }
  .prose { font-size: 15.5px; line-height: 1.7; }
  .platforms { gap: 20px; }

  /* Per option B's mobile ledger: index and format columns drop away,
     leaving title left, year right. Every release stays listed. */
  .lrow__head {
    grid-template-columns: 1fr auto 10px;
    gap: 12px;
    padding: 11px 0;
  }
  .lrow__i,
  .lrow__f { display: none; }
  .lrow__t { font-size: 17px; }

  .track__play { grid-template-columns: 24px 1fr auto; gap: 10px; }
  .track__t { font-size: 15px; }

  .lrow__get {
    margin-top: 14px;
    gap: 10px;
  }

  .panel { margin-top: 26px; padding: 18px; }
  .panel__head { flex-wrap: wrap; gap: 6px; }
  .panel__copy { font-size: 15.5px; }
  .pay { gap: 8px; }
  .pay__label { flex-basis: 100%; margin: 0 0 2px; }
  /* Without this the row shrinks to max-content and the flex:1 chips below
     get squeezed narrower than their own labels. */
  .chips__row { flex: 1 1 100%; }
  .pay__action {
    flex-basis: 100%;
    margin-left: 0;
    margin-top: 4px;
  }
  .pay__action .btn { flex: 1; text-align: center; }
  .chips__row { gap: 8px; }
  .chip { flex: 1; }
  .chip span { padding: 10px 0; text-align: center; }

  /* ---- footer ---- */

  .foot__inner {
    padding: 18px 20px;
    flex-direction: column;
    gap: 8px;
  }
}
