/* LURU N°05 — The Music Edit Launch Festival.
   Visual system fused from three sources kept deliberately close:
   1. the Instagram launch reels (black ground, holographic squared display
      caps, blue chips, torn cream strips, vinyl grooves, contour octagons),
   2. the music-edit-launch proposal site (tokens, page frame, disc physics),
   3. the cream event-card grammar of the mobile references (stacked cards,
      mono metadata, date blocks, sticky torn-sticker CTA). */

:root {
  --bg: #07060e;
  --bg-warm: #0d0a16;
  --panel: rgba(244, 236, 221, 0.03);
  --line: rgba(244, 236, 221, 0.16);
  --line-soft: rgba(244, 236, 221, 0.08);
  --ink: #f2ecdc;
  --ink-soft: #c8bfd4;
  --ink-faint: #877b9c;
  --magenta: #f65fb8;
  --violet: #a583ff;
  --cyan: #86e2ff;
  --gold: #ffe6a1;
  --chip-blue: #64a7ee;
  --card: #f4efdf;
  --card-ink: #131118;
  --card-line: rgba(19, 17, 24, 0.16);
  --holo: linear-gradient(100deg, #ff9ad5, #b18cff 24%, #7fe0ff 48%, #a8f0c6 66%, #ffe49a 84%, #ff9ad5);
  --holo-soft: linear-gradient(100deg, #e6b8d6, #b8a8e6 30%, #a8d0e6 55%, #d6e6c8 75%, #e6d8b0);
  --display: "Orbitron", "Avenir Next Condensed", sans-serif;
  --grot: "Archivo", "Helvetica Neue", sans-serif;
  --body-font: "Bitter", Georgia, serif;
  --mono: "Space Mono", ui-monospace, monospace;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

.sr-only {
  position: absolute !important;
  width: 1px !important; height: 1px !important;
  padding: 0 !important; margin: -1px !important;
  overflow: hidden !important; clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important; border: 0 !important;
}

html { scroll-behavior: smooth; overflow-x: clip; }

/* the perspective lock while spinning is handled where it belongs: the rim
   has touch-action:none + pointer capture, so a spin can never scroll the
   page. CSS scroll-snap was tried and removed — its proximity band fought
   flicks from the stage into the programme (see CLAUDE.md). */
body.spinning { overscroll-behavior: none; }

body {
  background: var(--bg);
  color: var(--ink);
  font-family: var(--body-font);
  font-size: 16.5px;
  line-height: 1.68;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}

body.card-open { overflow: hidden; overscroll-behavior: none; }

/* faint contour field behind everything, straight from the proposal site */
body::before {
  content: "";
  position: fixed; inset: 0; z-index: 0;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='420' height='240' viewBox='0 0 420 240'%3E%3Cg fill='none' stroke='%23f2ecdc' stroke-opacity='0.045' stroke-width='1'%3E%3Cpath d='M0 24 Q 52 10 105 26 T 210 22 T 315 28 T 420 24'/%3E%3Cpath d='M0 64 Q 60 48 118 66 T 228 60 T 330 68 T 420 64'/%3E%3Cpath d='M0 104 Q 48 90 100 106 T 205 100 T 312 108 T 420 104'/%3E%3Cpath d='M0 144 Q 56 128 112 146 T 220 140 T 322 148 T 420 144'/%3E%3Cpath d='M0 184 Q 50 170 104 186 T 212 180 T 316 188 T 420 184'/%3E%3Cpath d='M0 224 Q 58 208 116 226 T 224 220 T 326 228 T 420 224'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 420px 240px;
}

/* print-grain speckle */
body::after {
  content: "";
  position: fixed; inset: 0; z-index: 1;
  pointer-events: none; opacity: 0.35;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3CfeColorMatrix values='0 0 0 0 0.95 0 0 0 0 0.93 0 0 0 0 0.86 0 0 0 0.05 0'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)'/%3E%3C/svg%3E");
}

main, footer, .topbar { position: relative; z-index: 2; }

::selection { background: var(--magenta); color: var(--bg); }

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

#pageFrame {
  position: fixed; inset: 0;
  width: 100%; height: 100%;
  z-index: 30; pointer-events: none;
}

/* ---------- type ---------- */

.display {
  font-family: var(--display);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 1.04;
}

.holo-text {
  background: var(--holo);
  background-size: 240% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* slow foil drift on the big lockups */
@keyframes holo-drift {
  0%, 100% { background-position: 0% 0; }
  50% { background-position: 100% 0; }
}
.holo-drift { animation: holo-drift 9s ease-in-out infinite; }

.mono, .kicker {
  font-family: var(--mono);
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.kicker {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.24em;
  color: var(--magenta);
}

/* chips — the reels' label grammar: torn cream chip + pill blue chip */
.chip {
  display: inline-block;
  font-family: var(--grot);
  font-weight: 800;
  font-size: 10.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 4px 10px 3px;
  white-space: nowrap;
}

.chip-cream {
  background: var(--ink);
  color: var(--card-ink);
  clip-path: polygon(2% 8%, 98% 0%, 100% 82%, 96% 100%, 3% 96%, 0% 24%);
}

.chip-blue {
  background: var(--chip-blue);
  color: #0b1220;
  border-radius: 999px;
}

/* ---------- topbar ---------- */

.topbar {
  position: fixed; inset: 0 0 auto 0;
  z-index: 40;
  display: flex; align-items: center; justify-content: space-between;
  gap: 12px;
  padding: 18px clamp(20px, 4vw, 46px);
  background: linear-gradient(rgba(7, 6, 14, 0.92), rgba(7, 6, 14, 0.68) 65%, transparent);
}

.topbar .brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.topbar .wordmark { height: 17px; width: auto; color: var(--ink); display: block; }

.topbar .issue-chip {
  font-family: var(--mono);
  font-size: 9.5px; font-weight: 700;
  letter-spacing: 0.22em;
  padding: 4px 8px;
  border: 1.5px solid var(--ink);
  white-space: nowrap;
}

.topbar .datechip {
  font-family: var(--mono);
  font-size: 10px; letter-spacing: 0.22em;
  color: var(--ink-faint);
  text-transform: uppercase;
}

/* ---------- the stage: map inside the record ---------- */

.stage {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  display: grid;
  grid-template-rows: auto 1fr auto;
  justify-items: center;
  padding: 86px clamp(14px, 3vw, 40px) 30px;
  overflow: hidden;
}

.stage-head { text-align: center; z-index: 3; pointer-events: none; }

.stage-head .presents {
  font-family: var(--mono);
  font-size: 10px; font-weight: 700;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--ink-soft);
}

.stage-head h1 {
  margin: 10px 0 8px;
  font-size: clamp(2.35rem, 9vw, 4.6rem);
}

.stage-head h1 .display { display: block; }

.stage-head .fest-strip {
  display: inline-block;
  font-family: var(--display);
  font-weight: 800;
  font-size: clamp(0.95rem, 3.4vw, 1.45rem);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--card-ink);
  background: var(--ink);
  padding: 5px 16px 4px;
  clip-path: polygon(1.5% 10%, 98% 0%, 100% 78%, 97% 100%, 2% 94%, 0% 30%);
}

.stage-head .stage-dates {
  margin-top: 12px;
  display: grid;
  gap: 2px;
  font-family: var(--mono);
  font-size: 10.5px; font-weight: 700;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--ink-faint);
}

/* the disc assembly */

.disc-wrap {
  position: relative;
  width: 100%;
  display: grid;
  place-items: center;
  padding: clamp(10px, 2.5vh, 26px) 0;
}

#ringsCanvas {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  z-index: 0; pointer-events: none;
}

.disc-stage {
  position: relative;
  width: min(94vw, 74vh, 720px);
  aspect-ratio: 1;
  z-index: 1;
}

.disc-stage::before {
  content: "";
  position: absolute; inset: -22%;
  border-radius: 50%;
  background: radial-gradient(circle,
    rgba(165, 131, 255, 0.15), rgba(246, 95, 184, 0.06) 45%, transparent 68%);
  pointer-events: none;
}

.disc-stage::after {
  content: "";
  position: absolute; inset: -7%;
  border-radius: 50%;
  pointer-events: none;
  opacity: var(--energy, 0);
  border: 1px solid rgba(134, 226, 255, 0.48);
  box-shadow:
    0 0 36px rgba(134, 226, 255, 0.32),
    inset 0 0 28px rgba(246, 95, 184, 0.18);
  transition: opacity 0.12s linear;
}

/* the rim — the only grabbable surface; spinning it must never scroll */
.rim {
  position: absolute; inset: 0;
  border-radius: 50%;
  cursor: grab;
  touch-action: none;
  background: radial-gradient(circle, #171126 0%, #100c1c 55%, #0c0916 100%);
  box-shadow:
    0 0 0 1px rgba(242, 236, 220, 0.28),
    0 0 90px rgba(165, 131, 255, 0.16),
    0 26px 90px rgba(0, 0, 0, 0.6);
}

.rim:active { cursor: grabbing; }

.rim .foil, .rim .grooves, .rim .streaks, .rim .ring-label {
  position: absolute; inset: 0;
  border-radius: 50%;
  pointer-events: none;
}

/* holographic foil lives only in the annulus; the city owns the middle */
.rim .foil {
  background: conic-gradient(from 0deg,
    #ff9ad5, #b18cff 12%, #7fe0ff 25%, #a8f0c6 37%, #ffe49a 50%,
    #ff9ad5 62%, #7fe0ff 76%, #b18cff 88%, #ff9ad5);
  -webkit-mask: radial-gradient(circle closest-side, transparent 0 71.5%, #000 73% 96%, transparent 97.5%);
  mask: radial-gradient(circle closest-side, transparent 0 71.5%, #000 73% 96%, transparent 97.5%);
  opacity: 0.8;
  transform: rotate(var(--rot, 0deg));
  filter: saturate(1.1);
}

.rim .streaks {
  background: conic-gradient(from 40deg,
    transparent 0 8%, rgba(255, 255, 255, 0.34) 9%, transparent 10.5% 30%,
    rgba(255, 255, 255, 0.2) 31%, transparent 32.5% 58%,
    rgba(255, 255, 255, 0.3) 59%, transparent 60.5% 86%,
    rgba(255, 255, 255, 0.18) 87%, transparent 88.5%);
  -webkit-mask: radial-gradient(circle closest-side, transparent 0 72%, #000 74% 95%, transparent 96.5%);
  mask: radial-gradient(circle closest-side, transparent 0 72%, #000 74% 95%, transparent 96.5%);
  mix-blend-mode: screen;
  opacity: 0.55;
  transform: rotate(var(--rot, 0deg));
}

.rim .grooves {
  background: repeating-radial-gradient(circle,
    rgba(6, 4, 10, 0.55) 0 1px, transparent 1px 4px);
  -webkit-mask: radial-gradient(circle closest-side, transparent 0 71%, #000 72% 97%, transparent 98%);
  mask: radial-gradient(circle closest-side, transparent 0 71%, #000 72% 97%, transparent 98%);
}

.rim .ring-label { transform: rotate(var(--rot, 0deg)); }
.rim .ring-label text {
  font-family: var(--mono);
  font-size: 5.2px;
  font-weight: 700;
  letter-spacing: 0.42em;
  fill: rgba(242, 236, 220, 0.66);
}

/* the city, printed inside the record */
.map-box {
  position: absolute;
  /* square inscribed a touch inside the rim's inner edge */
  inset: 15.5%;
  border-radius: 50%;
  overflow: visible;
  background: radial-gradient(circle, #0b0917 0%, #090714 62%, #070610 100%);
  box-shadow: inset 0 0 0 1px rgba(242, 236, 220, 0.14), inset 0 0 60px rgba(0, 0, 0, 0.55);
}

.map-loading {
  position: absolute;
  inset: 0;
  z-index: 4;
  display: grid;
  place-items: center;
  font-family: var(--mono);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ink-faint);
  transition: opacity 0.2s ease;
}

.disc-stage.ready .map-loading { opacity: 0; pointer-events: none; }

#mapCanvas {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  display: block;
  border-radius: 50%;
  clip-path: circle(50%);
}

/* the holographic pack, washed over the print: color-dodge leaves the black
   ground black and ignites only the stamped city; opacity rides spin energy */
.holo-wash {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  border-radius: 50%;
  mix-blend-mode: color-dodge;
  opacity: var(--wash, 0);
  pointer-events: none;
}

/* venue tokens */

.tokens { position: absolute; inset: 0; }

.leaders {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  clip-path: circle(50%);
  pointer-events: none;
}

.token {
  position: absolute;
  z-index: 6;
  transform: translate(-50%, -50%);
  width: 46px; height: 46px;
  display: grid; place-items: center;
  background: none; border: 0;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

/* Tags can cross neighbouring hit areas; keep the inspected venue legible. */
.token:hover, .token:focus-visible { z-index: 7; }
.token.active { z-index: 8; }

.token .dot {
  position: relative;
  z-index: 2;
  width: 29px; height: 29px;
  display: grid; place-items: center;
  background: var(--bg);
  border: 2px solid var(--ink);
  clip-path: polygon(30% 0, 70% 0, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0 70%, 0 30%);
  font-family: var(--mono);
  font-size: 9px; font-weight: 700;
  color: var(--ink);
  box-shadow: 0 0 0 4px rgba(7, 6, 14, 0.78), 0 0 18px rgba(134, 226, 255, 0.18);
  transition: transform 0.2s ease;
}

.token::before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 38px; height: 38px;
  border-radius: 50%;
  border: 1.5px solid rgba(134, 226, 255, 0.72);
  box-shadow: 0 0 18px rgba(134, 226, 255, 0.28);
  opacity: 0;
  animation: token-pulse 3.4s ease-out infinite;
  animation-delay: var(--pd, 0s);
}

@keyframes token-pulse {
  0%, 5% { transform: scale(0.62); opacity: 0; }
  12% { opacity: 0.95; }
  58%, 100% { transform: scale(1.72); opacity: 0; }
}

.token:hover .dot, .token:focus-visible .dot, .token.active .dot {
  transform: scale(1.28);
  background: var(--ink);
  color: var(--bg);
  border-color: var(--ink);
}

.token:focus-visible { outline: none; }

.token-date {
  position: absolute;
  z-index: 3;
  top: calc(50% + 13px);
  left: 50%;
  transform: translateX(-50%);
  padding: 1px 4px;
  border: 1px solid rgba(242, 236, 220, 0.2);
  border-radius: 999px;
  background: rgba(7, 6, 14, 0.88);
  color: var(--ink-soft);
  font-family: var(--mono);
  font-size: 6.5px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.35;
  white-space: nowrap;
  pointer-events: none;
  transition: opacity 0.18s ease;
}

.token-finale .dot {
  border-color: var(--gold);
  color: var(--gold);
  box-shadow: 0 0 0 4px rgba(7, 6, 14, 0.82), 0 0 24px rgba(255, 230, 161, 0.38);
}

.token-finale::before { border-color: rgba(255, 230, 161, 0.92); }
.token-finale .token-date { color: var(--gold); border-color: rgba(255, 230, 161, 0.34); }

.token .tag {
  position: absolute;
  z-index: 5;
  top: calc(100% + 5px);
  left: 50%;
  transform: translateX(-50%);
  font-family: var(--grot);
  font-weight: 800;
  font-size: 8.5px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #0b1220;
  background: var(--chip-blue);
  border-radius: 999px;
  padding: 2px 7px 1px;
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.18s;
  pointer-events: none;
}

.token:hover .tag, .token:focus-visible .tag, .token.active .tag { opacity: 1; }
.token:hover .token-date, .token:focus-visible .token-date, .token.active .token-date { opacity: 0; }

/* on small screens two tokens sit close in the centre — keep tags off until active */
@media (max-width: 700px) {
  .token:hover:not(.active) .tag { opacity: 0; }
}

.stage-cue {
  z-index: 3;
  display: flex; gap: 22px; flex-wrap: wrap; justify-content: center;
  font-family: var(--mono);
  font-size: 9.5px; font-weight: 700;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--ink-faint);
  text-align: center;
  padding-bottom: 4px;
}

.stage-cue b { color: var(--ink-soft); font-weight: 700; }

/* ---------- event card (cream sheet) ---------- */

.card-scrim {
  position: fixed; inset: 0; z-index: 60;
  background: rgba(5, 4, 10, 0.6);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.28s ease;
}

.card-scrim.open { opacity: 1; pointer-events: auto; }

.event-card {
  position: fixed; z-index: 61;
  left: 50%; bottom: 0;
  transform: translate(-50%, 104%);
  width: min(480px, 100vw);
  max-height: 88vh;
  max-height: 88svh;
  display: flex; flex-direction: column;
  background: var(--card);
  color: var(--card-ink);
  border-radius: 18px 18px 0 0;
  box-shadow: 0 -18px 70px rgba(0, 0, 0, 0.6);
  transition: transform 0.34s cubic-bezier(0.32, 0.72, 0.22, 1);
  visibility: hidden;
  pointer-events: none;
  transition-property: transform, visibility;
  transition-delay: 0s, 0.34s;
}

.event-card.open {
  transform: translate(-50%, 0);
  visibility: visible;
  pointer-events: auto;
  transition-delay: 0s;
}

@media (min-width: 980px) {
  .event-card {
    left: auto; right: clamp(26px, 4vw, 60px);
    bottom: 50%;
    transform: translate(24px, 50%);
    opacity: 0;
    width: 420px;
    max-height: min(82vh, 780px);
    border-radius: 16px;
    transition: transform 0.3s cubic-bezier(0.32, 0.72, 0.22, 1), opacity 0.25s ease, visibility 0s 0.3s;
  }
  .event-card.open { transform: translate(0, 50%); opacity: 1; transition-delay: 0s; }
}

.event-card .card-scroll {
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  padding: 0 16px;
  flex: 1;
}

.event-card .grab {
  flex: none;
  padding: 10px 0 4px;
  min-height: 38px;
  display: grid; place-items: center;
}

.event-card .grab i {
  width: 44px; height: 4px;
  border-radius: 4px;
  background: rgba(19, 17, 24, 0.22);
}

.event-card .card-close {
  position: absolute;
  top: 10px; right: 12px;
  z-index: 3;
  width: 44px; height: 44px;
  display: grid; place-items: center;
  background: var(--card);
  color: var(--card-ink);
  border: 1px solid var(--card-line);
  border-radius: 50%;
  font-size: 15px;
  cursor: pointer;
}

.event-card .card-close:focus-visible,
.event-card a:focus-visible,
.card-switcher button:focus-visible {
  outline: 3px solid var(--chip-blue);
  outline-offset: 2px;
}

.card-switcher {
  flex: none;
  display: flex;
  gap: 4px;
  overflow-x: auto;
  padding: 0 62px 8px 12px;
  scrollbar-width: none;
}

.card-switcher::-webkit-scrollbar { display: none; }

.card-switcher button {
  flex: 0 0 40px;
  min-height: 40px;
  border: 1px solid var(--card-line);
  border-radius: 50%;
  background: transparent;
  color: var(--card-ink);
  font-family: var(--mono);
  font-size: 9px;
  font-weight: 700;
  cursor: pointer;
}

.card-switcher button.active {
  border-color: var(--card-ink);
  background: var(--card-ink);
  color: var(--card);
}

@media (min-width: 980px) {
  /* Desktop card is a live inspector, not a blocker: venue tokens behind it
     remain visible and clickable for direct event-to-event navigation. */
  .card-scrim.open {
    opacity: 0;
    pointer-events: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }
}

/* card blocks — each an outlined cream panel like the reference stack */
.cb {
  border: 1.5px solid var(--card-ink);
  border-radius: 12px;
  margin-bottom: 10px;
  overflow: hidden;
  background: var(--card);
}

.cb-label {
  font-family: var(--mono);
  font-size: 8.5px; font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  text-align: center;
  padding: 7px 12px 5px;
  border-bottom: 1px dashed var(--card-line);
}

.cb-date-row {
  display: flex; align-items: baseline; justify-content: space-between;
  gap: 10px;
  padding: 12px 14px 4px;
}

.cb-date {
  font-family: var(--display);
  font-weight: 900;
  font-size: clamp(1.7rem, 6.5vw, 2.1rem);
  letter-spacing: 0.01em;
  line-height: 0.95;
  text-transform: uppercase;
}

.cb-date small { display: block; font-size: 0.52em; letter-spacing: 0.14em; margin-top: 3px; color: rgba(19,17,24,0.66); }

.cb-kind { flex: none; }

/* on the cream card the torn chip inverts to stay legible */
.event-card .chip-cream { background: var(--card-ink); color: var(--card); }

.cb-title-wrap { padding: 6px 14px 12px; }

.cb-artist {
  font-family: var(--display);
  font-weight: 800;
  font-size: clamp(1.28rem, 5vw, 1.6rem);
  text-transform: uppercase;
  line-height: 1.08;
}

.cb-title {
  margin-top: 3px;
  font-family: var(--body-font);
  font-style: italic;
  font-size: 1.02rem;
  color: rgba(19, 17, 24, 0.82);
}

.cb-billing {
  margin-top: 10px;
  padding-top: 9px;
  border-top: 1px dashed currentColor;
  font-family: var(--mono);
  font-size: 8.5px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.55;
  text-transform: uppercase;
}

.cb-finale-head {
  color: var(--ink);
  background:
    linear-gradient(120deg, rgba(246, 95, 184, 0.18), rgba(134, 226, 255, 0.12) 52%, rgba(255, 230, 161, 0.18)),
    var(--card-ink);
}

.cb-finale-head .cb-artist {
  max-width: 10ch;
  font-size: clamp(1.72rem, 7.5vw, 2.45rem);
  line-height: 0.98;
}

.cb-finale-head .cb-title,
.cb-finale-head .cb-date small { color: rgba(242, 236, 220, 0.72); }
.cb-finale-head .cb-kind { background: var(--holo); color: var(--card-ink); }

.cb-finale-pass {
  border-color: rgba(19, 17, 24, 0.72);
  background: linear-gradient(115deg, rgba(255, 154, 213, 0.28), rgba(127, 224, 255, 0.24), rgba(255, 230, 161, 0.28));
}

.finale-pass-body { padding: 13px 14px 14px; }
.finale-pass-body strong {
  display: block;
  font-family: var(--display);
  font-size: 1.02rem;
  text-transform: uppercase;
}
.finale-pass-body p { margin-top: 6px; font-size: 0.91rem; line-height: 1.52; }

.cb-hero { position: relative; background: #0c0a14; }
.cb-hero img { width: 100%; max-height: 320px; object-fit: cover; display: block; }

.artist-gallery {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: x mandatory;
  padding: 10px;
}

.artist-gallery figure {
  flex: 0 0 76%;
  scroll-snap-align: start;
  background: var(--card-ink);
  color: var(--card);
}

.artist-gallery img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
}

.artist-gallery figcaption {
  padding: 7px 9px;
  font-family: var(--mono);
  font-size: 8.5px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.cb-hero .holo-corner {
  position: absolute; right: 0; bottom: 0;
  width: 34%; aspect-ratio: 1;
  background: var(--holo);
  opacity: 0.9;
  -webkit-mask: radial-gradient(circle at 100% 100%, #000 0 46%, transparent 72%);
  mask: radial-gradient(circle at 100% 100%, #000 0 46%, transparent 72%);
  mix-blend-mode: screen;
  pointer-events: none;
}

.cb-about { padding: 12px 14px; font-size: 0.95rem; line-height: 1.6; }
.cb-about p + p { margin-top: 8px; }

.cb-meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px dashed var(--card-line);
}

.cb-meta > div {
  padding: 9px 14px 8px;
}

.cb-meta > div:nth-child(odd) { border-right: 1px dashed var(--card-line); }
.cb-meta > div:nth-child(n+3) { border-top: 1px dashed var(--card-line); }

.cb-meta .m-k {
  font-family: var(--mono);
  font-size: 8px; font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(19, 17, 24, 0.55);
}

.cb-meta .m-v {
  font-family: var(--grot);
  font-weight: 700;
  font-size: 0.9rem;
  margin-top: 1px;
}

.cb-venue-link {
  display: block;
  padding: 9px 14px;
  border-top: 1px dashed var(--card-line);
  font-family: var(--mono);
  font-size: 9px; font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--card-ink);
}

.cb-venue-link:hover { background: rgba(19, 17, 24, 0.05); }

/* lineup rows inside the finale card */
.cb-lineup { border-top: 1px dashed var(--card-line); }
.cb-lineup li {
  list-style: none;
  display: flex; justify-content: space-between; align-items: baseline;
  gap: 12px;
  padding: 8px 14px;
  border-bottom: 1px dashed var(--card-line);
}
.cb-lineup li:last-child { border-bottom: 0; }
.cb-lineup .l-act { font-family: var(--grot); font-weight: 800; font-size: 0.92rem; text-transform: uppercase; letter-spacing: 0.04em; }
.cb-lineup .l-detail { font-family: var(--mono); font-size: 8.5px; letter-spacing: 0.06em; text-transform: uppercase; color: rgba(19,17,24,0.6); text-align: right; }

/* listen links */
.cb-listen li {
  list-style: none;
  display: flex; justify-content: space-between; align-items: center;
  gap: 12px;
  padding: 9px 14px;
  border-bottom: 1px dashed var(--card-line);
}
.cb-listen li:last-child { border-bottom: 0; }
.cb-listen a {
  font-family: var(--mono);
  font-size: 9.5px; font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-decoration: none;
}
.cb-listen .l-name { font-family: var(--grot); font-weight: 700; font-size: 0.9rem; }

/* sticky footer: price + torn sticker CTA */
.card-cta {
  flex: none;
  display: flex; align-items: center; justify-content: space-between;
  gap: 14px;
  padding: 12px 16px calc(14px + env(safe-area-inset-bottom));
  border-top: 1.5px solid var(--card-ink);
  background: rgba(19, 17, 24, 0.06);
}

.card-cta .price {
  font-family: var(--display);
  font-weight: 900;
  font-size: 1.35rem;
}

.card-cta .price small {
  display: block;
  font-family: var(--mono);
  font-weight: 400;
  font-size: 8px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(19, 17, 24, 0.6);
  margin-top: 2px;
}

.card-cta .price-alt {
  display: block;
  margin-top: 3px;
  font-family: var(--mono);
  font-size: 7.5px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(19, 17, 24, 0.58);
}

.card-cta-finale { gap: 10px; }
.card-cta-finale .btn-book { padding: 13px 16px 12px; font-size: 0.78rem; }

.btn-book {
  font-family: var(--display);
  font-weight: 800;
  font-size: 0.95rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--ink);
  background: var(--card-ink);
  padding: 13px 22px 12px;
  clip-path: polygon(3% 12%, 97% 0%, 100% 80%, 96% 100%, 2% 92%, 0% 26%);
  transition: transform 0.15s ease;
  white-space: nowrap;
}

.btn-book:hover { transform: rotate(-1.2deg) scale(1.03); }

.btn-book.holo {
  background: var(--holo);
  background-size: 220% 100%;
  color: var(--card-ink);
}

.btn-book.soon {
  background: transparent;
  color: var(--card-ink);
  box-shadow: inset 0 0 0 1.5px var(--card-ink);
  clip-path: none;
  font-size: 0.78rem;
}

/* ---------- sections below the stage ---------- */

.wrap {
  max-width: 1080px;
  margin: 0 auto;
  padding: clamp(64px, 10vh, 120px) clamp(22px, 5vw, 56px);
}

.rule-top { position: relative; border-top: 1px solid var(--line-soft); }

.rule-top::before {
  content: "";
  position: absolute; top: -1px;
  left: clamp(22px, 5vw, 56px);
  width: min(280px, 38vw); height: 1px;
  background: var(--holo);
  transform: scaleX(0.34);
  transform-origin: left;
  opacity: 0.75;
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.rule-top:hover::before { transform: scaleX(1); }

.section-head { margin-bottom: 30px; }

.section-head .torn {
  display: inline-block;
  font-family: var(--display);
  font-weight: 800;
  font-size: clamp(1rem, 3vw, 1.3rem);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--card-ink);
  background: var(--holo-soft);
  padding: 6px 18px 5px;
  clip-path: polygon(1.5% 12%, 98.5% 0%, 100% 76%, 97% 100%, 2% 92%, 0% 32%);
}

.lede {
  color: var(--ink-soft);
  max-width: 62ch;
  font-size: clamp(1rem, 1.25vw, 1.09rem);
}

.lede strong { color: var(--ink); }

/* programme rows — the reels' lineup grammar */

.programme { margin-top: 14px; }

.prog-row {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 4px 20px;
  align-items: start;
  width: 100%;
  text-align: left;
  background: none; border: 0;
  border-top: 1px solid var(--line-soft);
  padding: 20px 6px 18px;
  cursor: pointer;
  color: var(--ink);
  transition: background 0.25s;
}

.programme .prog-row:last-child { border-bottom: 1px solid var(--line-soft); }

.prog-row.is-finale {
  margin-top: 14px;
  padding: 24px 14px 22px;
  border: 1px solid rgba(255, 230, 161, 0.2);
  background: linear-gradient(100deg, rgba(246, 95, 184, 0.08), rgba(134, 226, 255, 0.05) 52%, rgba(255, 230, 161, 0.08));
}

.prog-row.is-finale .p-name { font-size: clamp(2rem, 6.6vw, 3.35rem); }

.prog-row .p-note {
  display: block;
  max-width: 76ch;
  margin-top: 7px;
  color: var(--ink-soft);
  font-family: var(--mono);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.65;
  text-transform: uppercase;
}

.prog-row:hover, .prog-row:focus-visible {
  background: linear-gradient(90deg, rgba(246, 95, 184, 0.07), rgba(134, 226, 255, 0.025) 58%, transparent);
  box-shadow: inset 2px 0 var(--magenta);
  outline: none;
}

.prog-row .p-date {
  font-family: var(--mono);
  font-size: 10.5px; font-weight: 700;
  letter-spacing: 0.14em;
  color: var(--magenta);
  padding-top: 8px;
  text-transform: uppercase;
  line-height: 1.7;
}

.prog-row .p-name {
  font-family: var(--display);
  font-weight: 800;
  font-size: clamp(1.5rem, 5.6vw, 2.5rem);
  text-transform: uppercase;
  line-height: 1.05;
}

.prog-row .p-chips { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 8px; }

/* ---------- intro ---------- */

.intro-copy {
  max-width: 640px;
  font-size: clamp(1.02rem, 1.4vw, 1.14rem);
  line-height: 1.75;
}

.intro-copy p + p { margin-top: 16px; }

.intro-copy .sig {
  margin-top: 22px;
  font-family: var(--mono);
  font-size: 10px; font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ink-faint);
}

/* ---------- reveals ---------- */

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.reveal.in { opacity: 1; transform: none; }

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

footer {
  border-top: 1px solid var(--line-soft);
  padding: 36px clamp(22px, 5vw, 56px) 52px;
  display: flex; flex-wrap: wrap;
  align-items: center; gap: 18px 36px;
  justify-content: space-between;
  font-family: var(--mono);
  font-size: 9.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-faint);
}

footer a { color: var(--ink-soft); text-decoration: none; }
footer a:hover { color: var(--magenta); }

.footer-barcode { display: flex; align-items: flex-end; gap: 2px; height: 22px; }
.footer-barcode i { width: 2px; height: 100%; background: rgba(242, 236, 220, 0.5); }
.footer-barcode i:nth-child(3n) { width: 4px; }
.footer-barcode i:nth-child(7n) { height: 80%; }

/* ---------- responsive ---------- */

@media (max-width: 900px) {
  .prog-row { grid-template-columns: 1fr; gap: 2px; }
  .prog-row .p-date { padding-top: 0; }
}

@media (max-width: 520px) {
  .topbar .datechip { display: none; }
  .topbar {
    padding-top: calc(18px + env(safe-area-inset-top));
    background: rgba(7, 6, 14, 0.9);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
  }
  .stage { padding-top: calc(76px + env(safe-area-inset-top)); }
}

@media (max-height: 700px) and (min-width: 700px) {
  .disc-stage { width: min(64vh, 560px); }
}

/* ---------- reduced motion ---------- */

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .holo-drift { animation: none; }
  .token::before { animation: none; }
  .card-scrim, .event-card,
  .token .dot, .token .tag, .map-loading { transition: none; }
}
