/* ═══════════════════════════════════════════════════════════════════════════
   LUITOR XUR — the sleeve
   ───────────────────────────────────────────────────────────────────────────
   A 1960s regional LP: aged board, deep maroon and gold, condensed sans for
   the label's small print, a record sliding out from behind the cover.
   ═══════════════════════════════════════════════════════════════════════════ */

:root {
  --board: #efe4cd;
  --board-2: #e5d7ba;
  --board-3: #d8c6a2;
  --board-edge: #c4ad84;

  --maroon: #6f1d1b;
  --maroon-lit: #94302b;
  --maroon-wash: rgba(111, 29, 27, 0.09);

  --gold: #a67c2e;
  --gold-lit: #cfa64a;

  --shellac: #1d1815;
  --shellac-2: #2c2521;

  --ink: #241d18;
  --ink-soft: #5d4d3f;
  --ink-faint: #8f7c68;

  --display: 'Playfair Display', Georgia, serif;
  --label: 'Barlow Condensed', 'Helvetica Neue', Arial, sans-serif;
  --as: 'Noto Serif Bengali', 'Playfair Display', Georgia, serif;

  --gutter: clamp(1.1rem, 4vw, 2.4rem);

  color-scheme: light;
}


@media (prefers-color-scheme: dark) {
  :root {
    --board: #191512;
    --board-2: #221c18;
    --board-3: #2c251f;
    --board-edge: #43382d;

    --maroon: #c4453c;
    --maroon-lit: #d9635a;
    --maroon-wash: rgba(196, 69, 60, 0.13);

    --gold: #cfa64a;
    --gold-lit: #e6c473;

    --ink: #f0e5d4;
    --ink-soft: #c0ad95;
    --ink-faint: #8b7a66;

    color-scheme: dark;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  min-height: 100vh;
  background: var(--board);
  color: var(--ink);
  font-family: var(--display);
  font-size: clamp(15.5px, 0.5vw + 13.5px, 18px);
  line-height: 1.6;
  overflow-x: hidden;
}

::selection {
  background: var(--maroon);
  color: var(--board);
}

:focus-visible {
  outline: 2px solid var(--maroon);
  outline-offset: 3px;
}

/* the print texture of pressed board */
.paper {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.55;
  background:
    radial-gradient(22rem 16rem at 10% 8%, rgba(140, 100, 40, 0.1), transparent 70%),
    radial-gradient(26rem 18rem at 92% 88%, rgba(120, 80, 34, 0.1), transparent 72%),
    repeating-linear-gradient(0deg, transparent 0 2px, rgba(0, 0, 0, 0.018) 2px 3px);
}

/* the dot screen of cheap offset printing, seen close up */
.halftone {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.14;
  background-image: radial-gradient(circle at 50% 50%, rgba(90, 50, 20, 0.55) 0.6px, transparent 0.9px);
  background-size: 4px 4px;
}

.engraving {
  position: absolute;
  width: 0;
  height: 0;
}

.engrave {
  fill: none;
  stroke: var(--gold);
  stroke-width: 1.1;
  opacity: 0.8;
}

.engrave--heavy {
  stroke: var(--maroon);
  stroke-width: 1.8;
  opacity: 0.65;
}

.engrave-fill {
  fill: var(--maroon);
  opacity: 0.55;
}

/* ── the emblem ──────────────────────────────────────────────────────────── */

.emblem {
  width: clamp(6.5rem, 16vw, 8.6rem);
  height: auto;
  margin-bottom: 0.4rem;
}

.emblem__arc,
.emblem__horn-line,
.emblem__river {
  fill: none;
  stroke: var(--maroon);
  stroke-width: 1.4;
  opacity: 0.75;
}

.emblem__arc {
  stroke: var(--gold);
  stroke-dasharray: 3 4;
  opacity: 0.9;
}

.emblem__horn {
  fill: var(--maroon);
  opacity: 0.9;
}

.emblem__horn-line {
  stroke: var(--board);
  stroke-width: 1.1;
  opacity: 0.6;
}

.emblem__disc {
  fill: none;
  stroke: var(--maroon);
  stroke-width: 1.3;
  opacity: 0.85;
}

.emblem__disc-mid {
  fill: var(--maroon);
  opacity: 0.9;
}

.emblem__ink-dot {
  fill: var(--board);
}

.emblem__river {
  stroke: var(--gold);
  stroke-width: 1.6;
}

.emblem__river--thin {
  stroke-width: 1;
  opacity: 0.5;
}

.masthead__cat {
  margin: 0.7rem 0 0;
  font-family: var(--label);
  font-size: 0.72rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--ink-faint);
}

.masthead__cat span {
  color: var(--maroon);
}

.shelf {
  position: relative;
  z-index: 1;
  max-width: 1060px;
  margin: 0 auto;
  padding: clamp(1.8rem, 5vw, 3.4rem) var(--gutter) 3rem;
}

/* ── masthead ────────────────────────────────────────────────────────────── */

.masthead {
  text-align: center;
  display: grid;
  gap: 0.2rem;
  justify-items: center;
  padding-bottom: clamp(1.4rem, 4vw, 2.4rem);
}

.masthead__label {
  margin: 0;
  font-family: var(--label);
  font-size: 0.76rem;
  font-weight: 500;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--gold);
}

.masthead__title {
  margin: 0.15rem 0 0;
  font-family: var(--display);
  font-weight: 700;
  font-size: clamp(2.6rem, 9vw, 4.6rem);
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--maroon);
}

.masthead__as {
  margin: 0.1rem 0 0;
  font-family: var(--as);
  font-size: clamp(1.1rem, 3vw, 1.5rem);
  color: var(--ink-soft);
}

.masthead__line {
  margin: 0.5rem 0 0;
  max-width: 34rem;
  font-size: 0.95rem;
  font-style: italic;
  color: var(--ink-soft);
}

/* ── the record and its sleeve ───────────────────────────────────────────── */

.record {
  display: grid;
  gap: clamp(1.6rem, 4vw, 2.4rem);
  align-items: center;
}

@media (min-width: 900px) {
  .record {
    grid-template-columns: minmax(15rem, 20rem) 1fr;
    gap: 0;
  }

  /* the disc slides out from behind the cover */
  .record__disc {
    margin-right: -2.6rem;
    z-index: 0;
  }

  .sleeve {
    z-index: 1;
  }
}

.record__disc {
  position: relative;
  display: grid;
  place-items: center;
}

/* ── the tonearm ─────────────────────────────────────────────────────────── */

.tonearm {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  overflow: visible;
  pointer-events: none;
  filter: drop-shadow(0 5px 9px rgba(40, 24, 8, 0.3));
}

#tonearmPivot {
  transform-origin: 46px 38px;
  transform: rotate(16deg);
  transition: transform 2.4s cubic-bezier(0.4, 0, 0.2, 1);
}

body[data-playing='true'] #tonearmPivot {
  transform: rotate(0deg);
}

.tonearm__tube {
  fill: none;
  stroke: #b9b2a4;
  stroke-width: 7;
  stroke-linecap: round;
}

.tonearm__tube--thin {
  stroke: #ded7c7;
  stroke-width: 2.6;
}

.tonearm__shell {
  fill: #2f2a25;
  stroke: #ded7c7;
  stroke-width: 1;
}

.tonearm__stylus {
  stroke: #ded7c7;
  stroke-width: 1.4;
}

.tonearm__tip {
  fill: var(--maroon);
}

.tonearm__base circle {
  fill: #cdc5b5;
  stroke: #9d9484;
  stroke-width: 1;
}

.tonearm__base-in {
  fill: #b0a795 !important;
}

.tonearm__base-pin {
  fill: #6d6558 !important;
}

.tonearm__rest {
  fill: none;
  stroke: #9d9484;
  stroke-width: 3;
  stroke-linecap: round;
}

/* ── engraved corners ────────────────────────────────────────────────────── */

.corner {
  position: absolute;
  width: 3.2rem;
  height: 3.2rem;
  pointer-events: none;
}

.corner--tl { top: 0.5rem; left: 0.5rem; }
.corner--tr { top: 0.5rem; right: 0.5rem; transform: scaleX(-1); }
.corner--bl { bottom: 0.5rem; left: 0.5rem; transform: scaleY(-1); }
.corner--br { bottom: 0.5rem; right: 0.5rem; transform: scale(-1); }

.disc {
  position: relative;
  width: min(72vw, 19rem);
  aspect-ratio: 1;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background:
    repeating-radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 3.5px),
    radial-gradient(circle at 34% 26%, rgba(255, 240, 210, 0.14), transparent 46%),
    radial-gradient(circle at 50% 50%, var(--shellac-2), var(--shellac) 72%);
  box-shadow: 0 16px 36px rgba(50, 30, 10, 0.32), inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

body[data-playing='true'] .disc {
  animation: spin 3.2s linear infinite;
}

/* The grooves turn; the printed label does not. A real one would blur, but a
   title nobody can read is a worse trade than a small physical lie. */
body[data-playing='true'] .disc__label {
  animation: spin 3.2s linear infinite reverse;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.disc__groove {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(255, 240, 210, 0.06);
}

.disc__groove--1 { inset: 5%; }
.disc__groove--2 { inset: 12%; }
.disc__groove--3 { inset: 19%; }

.disc__label {
  position: relative;
  width: 52%;
  aspect-ratio: 1;
  border-radius: 50%;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 0.12rem;
  padding: 0.6rem;
  text-align: center;
  background: radial-gradient(circle at 40% 30%, var(--maroon-lit), var(--maroon) 70%);
  box-shadow: inset 0 0 0 1px rgba(255, 220, 160, 0.28), 0 2px 8px rgba(0, 0, 0, 0.3);
  color: #f6e9d2;
  overflow: hidden;
}

.disc__brand {
  font-family: var(--as);
  font-size: 0.6rem;
  letter-spacing: 0.04em;
  color: var(--gold-lit);
}

.disc__title {
  font-family: var(--display);
  font-weight: 600;
  font-size: 0.82rem;
  line-height: 1.2;
  max-width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.disc__artist {
  font-family: var(--label);
  font-size: 0.66rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(246, 233, 210, 0.78);
}

.disc__rpm {
  margin-top: 0.15rem;
  font-family: var(--label);
  font-size: 0.56rem;
  letter-spacing: 0.2em;
  color: var(--gold-lit);
}

.disc__spindle {
  position: absolute;
  width: 5%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--board);
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.4);
}

/* the cover */

.sleeve {
  position: relative;
  padding: clamp(2rem, 5vw, 3rem);
  border: 1px solid var(--board-edge);
  border-radius: 2px;
  background:
    linear-gradient(180deg, var(--board-2), var(--board-3));
  box-shadow: 0 14px 34px rgba(60, 38, 12, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

/* the worn spine */
.sleeve::before {
  content: '';
  position: absolute;
  inset: 0 auto 0 0;
  width: 7px;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.12), transparent);
}

/* the ruled frame, and the ring a record wears into the board it lives in */
.sleeve::after {
  content: '';
  position: absolute;
  inset: 0.85rem;
  border: 1px solid var(--gold);
  box-shadow: inset 0 0 0 3px var(--board-2), inset 0 0 0 4px rgba(166, 124, 46, 0.4);
  opacity: 0.55;
  pointer-events: none;
}

.sleeve__top,
.sleeve__song,
.sleeve__as,
.sleeve__credits,
.meter,
.keys,
.offair {
  position: relative;
  z-index: 1;
}

.sleeve__top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
  padding-bottom: 0.7rem;
  border-bottom: 1px solid var(--board-edge);
}

.sleeve__side {
  font-family: var(--label);
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--maroon);
}

.sleeve__stamp {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-family: var(--label);
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-faint);
}

.sleeve__lamp {
  width: 0.46rem;
  height: 0.46rem;
  border-radius: 50%;
  background: var(--ink-faint);
  transition: background 0.4s ease, box-shadow 0.4s ease;
}

.sleeve__lamp[data-state='playing'] {
  background: var(--maroon);
  box-shadow: 0 0 0 3px var(--maroon-wash);
  animation: throb 3.2s ease-in-out infinite;
}

.sleeve__lamp[data-state='seeking'] {
  background: var(--gold);
}

@keyframes throb {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.35; }
}

.sleeve__song {
  margin: 1rem 0 0;
  font-family: var(--as);
  font-weight: 600;
  font-size: clamp(1.55rem, 4.6vw, 2.5rem);
  line-height: 1.3;
  text-wrap: balance;
}

.sleeve__as {
  margin: 0.2rem 0 0;
  font-family: var(--as);
  font-size: 0.95rem;
  color: var(--maroon);
}

.sleeve__as:empty {
  display: none;
}

.sleeve__credits {
  margin: 1.1rem 0 0;
  display: grid;
  gap: 0.05rem;
}

.sleeve__credits > div {
  display: grid;
  grid-template-columns: 4.6rem 1fr;
  gap: 0.8rem;
  align-items: baseline;
  padding: 0.32rem 0;
  border-bottom: 1px dotted var(--board-edge);
}

.sleeve__credits dt {
  font-family: var(--label);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ink-faint);
}

.sleeve__credits dd {
  margin: 0;
  font-size: 0.95rem;
}

/* the level meter */

.meter {
  margin-top: 1.2rem;
  display: grid;
  gap: 0.4rem;
}

.meter__track {
  position: relative;
  height: 5px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.12);
  overflow: hidden;
}

.meter__fill {
  position: absolute;
  inset: 0 auto 0 0;
  width: 0%;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--gold), var(--maroon));
  transition: width 1s linear;
}

.meter__times {
  display: flex;
  justify-content: space-between;
  gap: 0.8rem;
  font-family: var(--label);
  font-size: 0.76rem;
  letter-spacing: 0.14em;
  font-variant-numeric: tabular-nums;
  color: var(--ink-faint);
}

.meter__clock {
  color: var(--gold);
}

/* the keys */

.keys {
  margin-top: 1.3rem;
  display: flex;
  align-items: center;
  gap: clamp(0.8rem, 3vw, 1.6rem);
  flex-wrap: wrap;
}

.key {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  border: 1px solid var(--board-edge);
  border-radius: 2px;
  background: var(--board);
  cursor: pointer;
  color: var(--ink-soft);
  font-family: var(--label);
  font-size: 0.86rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.key svg {
  width: 1.05rem;
  height: 1.05rem;
  fill: currentColor;
}

.key:hover,
.key:focus-visible {
  border-color: var(--maroon);
  color: var(--maroon);
}

.key--play {
  padding: 0.62rem 1.7rem;
  background: var(--maroon);
  border-color: var(--maroon);
  color: #f6e9d2;
  box-shadow: 0 4px 14px rgba(111, 29, 27, 0.28);
}

.key--play svg {
  width: 1.2rem;
  height: 1.2rem;
}

.key--play:hover,
.key--play:focus-visible {
  background: var(--maroon-lit);
  border-color: var(--maroon-lit);
  color: #fff;
}

.offair {
  margin: 0.9rem 0 0;
  font-size: 0.82rem;
  font-style: italic;
  color: var(--ink-faint);
}

.offair button {
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
  font: inherit;
  color: var(--maroon);
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* ── the small print ─────────────────────────────────────────────────────── */

.notice {
  margin-top: clamp(1.8rem, 5vw, 2.6rem);
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.9rem;
  align-items: start;
  padding: 1rem 1.2rem;
  border: 1px solid var(--board-edge);
  border-left: 3px solid var(--maroon);
  background: var(--board-2);
}

.notice__mark {
  width: 2.1rem;
  height: 1.5rem;
  margin-top: 0.15rem;
}

.notice__mark rect {
  fill: var(--maroon);
}

.notice__play {
  fill: var(--board-2);
}

.notice p {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.62;
  color: var(--ink-soft);
}

.notice strong {
  color: var(--ink);
}

.notice a {
  display: inline-block;
  margin-top: 0.3rem;
  color: var(--maroon);
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px solid var(--maroon-wash);
}

.notice a:hover {
  border-bottom-color: var(--maroon);
}

/* ── side two ────────────────────────────────────────────────────────────── */

.backs {
  margin-top: clamp(1.8rem, 5vw, 2.8rem);
  display: grid;
  gap: clamp(1.6rem, 4vw, 2.6rem);
}

@media (min-width: 760px) {
  .backs {
    grid-template-columns: 1fr 1fr;
  }
}

.back__label {
  margin: 0 0 0.8rem;
  font-family: var(--label);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
  padding-bottom: 0.4rem;
  border-bottom: 1px solid var(--board-edge);
}

.back__label--gap {
  margin-top: 1.9rem;
}

.programmes {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.1rem;
}

.prog {
  display: grid;
  grid-template-columns: 4.4rem 1fr;
  gap: 0.7rem;
  align-items: center;
  width: 100%;
  padding: 0.5rem 0.6rem;
  border: 0;
  border-left: 3px solid transparent;
  background: none;
  cursor: pointer;
  font: inherit;
  text-align: left;
  color: var(--ink-soft);
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.prog:hover {
  background: var(--maroon-wash);
  color: var(--ink);
}

.prog[data-on='true'] {
  background: var(--maroon-wash);
  border-left-color: var(--maroon);
  color: var(--ink);
}

.prog__hours {
  font-family: var(--label);
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  font-variant-numeric: tabular-nums;
  color: var(--ink-faint);
}

.prog[data-on='true'] .prog__hours {
  color: var(--maroon);
}

.prog__name {
  display: grid;
}

.prog__as {
  font-family: var(--as);
  font-size: 0.98rem;
  line-height: 1.3;
}

.prog__en {
  font-size: 0.78rem;
  font-style: italic;
  color: var(--ink-faint);
}

.queue {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: q;
}

.queue li {
  display: grid;
  grid-template-columns: 1.5rem 1fr auto;
  gap: 0.7rem;
  align-items: baseline;
  padding: 0.45rem 0;
  border-bottom: 1px dotted var(--board-edge);
  font-size: 0.92rem;
}

.queue li::before {
  counter-increment: q;
  content: counter(q) '.';
  font-family: var(--label);
  font-size: 0.76rem;
  color: var(--gold);
}

.queue__title {
  display: grid;
  min-width: 0;
}

.queue__as {
  font-family: var(--as);
  line-height: 1.35;
}

.queue__who {
  font-size: 0.78rem;
  font-style: italic;
  color: var(--ink-faint);
}

.queue__len {
  font-family: var(--label);
  font-size: 0.78rem;
  font-variant-numeric: tabular-nums;
  color: var(--ink-faint);
}

.voices {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.34rem;
}

.voices li {
  display: inline-flex;
  align-items: baseline;
  gap: 0.34rem;
  padding: 0.22rem 0.6rem;
  border: 1px solid var(--board-edge);
  font-family: var(--label);
  font-size: 0.84rem;
  letter-spacing: 0.04em;
  color: var(--ink-soft);
}

.voices li span {
  font-size: 0.72rem;
  color: var(--ink-faint);
}

.voices li[data-on='true'] {
  background: var(--maroon);
  border-color: var(--maroon);
  color: #f6e9d2;
}

.voices li[data-on='true'] span {
  color: rgba(246, 233, 210, 0.7);
}

/* ── footnote ────────────────────────────────────────────────────────────── */

.footnote {
  margin-top: clamp(2rem, 5vw, 3rem);
  padding-top: 1.3rem;
  border-top: 1px solid var(--board-edge);
  text-align: center;
  font-size: 0.85rem;
  color: var(--ink-faint);
}

.footnote p {
  margin: 0 auto;
  max-width: 42rem;
}

.footnote em {
  font-family: var(--label);
  font-style: normal;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--maroon);
}

/* ── the curtain ─────────────────────────────────────────────────────────── */

.curtain {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: grid;
  place-items: center;
  padding: var(--gutter);
  background: radial-gradient(60% 50% at 50% 40%, var(--board-2), var(--board) 72%);
  transition: opacity 0.8s ease, visibility 0.8s;
}

.curtain[hidden] {
  display: grid;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.curtain__inner {
  display: grid;
  justify-items: center;
  gap: 0.5rem;
  text-align: center;
  max-width: 27rem;
}

.curtain__disc {
  width: clamp(7rem, 26vw, 9.5rem);
  aspect-ratio: 1;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background:
    repeating-radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 4px),
    radial-gradient(circle at 36% 28%, rgba(255, 240, 210, 0.15), transparent 48%),
    radial-gradient(circle at 50% 50%, var(--shellac-2), var(--shellac) 72%);
  box-shadow: 0 12px 28px rgba(50, 30, 10, 0.3);
}

.curtain__disc span {
  width: 40%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle at 40% 30%, var(--maroon-lit), var(--maroon) 70%);
  box-shadow: inset 0 0 0 1px rgba(255, 220, 160, 0.3);
}

.curtain h2 {
  margin: 0.7rem 0 0;
  font-family: var(--display);
  font-weight: 700;
  font-size: clamp(2rem, 8vw, 2.8rem);
  color: var(--maroon);
}

.curtain p {
  margin: 0;
  font-size: 0.94rem;
  color: var(--ink-soft);
}

.curtain button {
  margin-top: 1rem;
  padding: 0.7rem 2.2rem;
  border: 0;
  cursor: pointer;
  background: var(--maroon);
  color: #f6e9d2;
  font-family: var(--label);
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  box-shadow: 0 8px 20px rgba(111, 29, 27, 0.3);
  transition: background 0.25s ease, transform 0.25s ease;
}

.curtain button:hover,
.curtain button:focus-visible {
  background: var(--maroon-lit);
  transform: translateY(-1px);
}

.curtain__fine {
  margin-top: 0.7rem !important;
  font-family: var(--label);
  font-size: 0.74rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-faint);
}

/* heard, never seen */
.player {
  position: fixed;
  width: 1px;
  height: 1px;
  left: -100vw;
  top: -100vh;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* ── volume ───────────────────────────────────────────────────────────────── */

.vol {
  --vol-track: var(--board-edge);
  --vol-fill: var(--maroon);
  --vol-thumb: var(--maroon);
  --vol-ink: var(--ink-soft);

  position: relative;
  z-index: 1;
}

.vol__key:hover {
  color: var(--maroon-lit);
}

/* The sleeve captions everything in condensed uppercase; the readout is a
   caption like any other. */
.vol__value {
  font-family: var(--label);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
}
