/* ============================================================
   CUR-47 Design Sprint Step 0 — beta sample overrides.
   Layered ON TOP of show.css. Only linked by beta sample pages,
   so production /shows/ pages are untouched.

   JSC formats use production show.css accents (#577357).
   Piano Bar → amber #B6986C · Alfie's → red #BA4857.
   ============================================================ */

:root {
  /* Do not override --accent-jack; production show.css keeps #577357. */
  --s900: #0A0A0A; --s700: #141414; --s600: #222222;
  --s200: #C8C8C8; --s300: #6B6B6B;
}

.venue-jack   { --venue-accent: #577357; --venue-accent-l: #6B8F6B; --venue-tint: rgba(87,115,87,0.16); }
.venue-piano  { --venue-accent: #B6986C; --venue-accent-l: #CBB489; --venue-tint: rgba(182,152,108,0.15); }
.venue-alfies { --venue-accent: #BA4857; --venue-accent-l: #D46474; --venue-tint: rgba(186,72,87,0.17); }

/* JSC hero series label — production green accent, not purple */
.venue-jack .art-hero-sub .art-hero-series { color: var(--accent-jack); font-weight: 900; }
.venue-jack .art-hero-sub .art-hero-venue  { color: var(--white); }
.venue-piano .art-hero-sub .art-hero-series { color: var(--venue-accent); font-weight: 900; }
.venue-piano .art-hero-sub .art-hero-venue  { color: var(--white); }
.venue-alfies .art-hero-sub .art-hero-series { color: var(--venue-accent); font-weight: 900; }
.venue-alfies .art-hero-sub .art-hero-venue  { color: var(--white); }

/* Bottom show card — series label in venue accent */
.venue-piano .show-card-sub .show-card-series,
.venue-alfies .show-card-sub .show-card-series { color: var(--venue-accent); }

/* Plan Your Visit photo fallback (static samples skip venue video) */
.plan-visit-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }

/* ROUND 3 item 1: static beta pages skip show.js — gallery imgs must not stay opacity:0 */
.art-media-cell img { opacity: 1 !important; transition: none !important; }

.venue-piano  .plan-visit-social a:hover,
.venue-alfies .plan-visit-social a:hover,
.venue-jack   .plan-visit-social a:hover { border-color: var(--venue-accent); color: #fff; }

/* Static hero overlay — production stack without show.js */
.beta-hero-overlay.has-img { opacity: 0.35; }

/* =====================================================================
   WHAT'S ON  (grid of Show Cards, grouped by date)
   ===================================================================== */
.wo {
  background: var(--s900);
  min-height: 100vh;
  padding: 0 0 96px;
}
.wo-head {
  max-width: var(--wide-w); margin: 0 auto; padding: 48px 40px 8px;
}
.wo-eyebrow {
  font-family: var(--gothic); font-size: 10px; letter-spacing: 0.24em;
  text-transform: uppercase; color: var(--s300); margin: 0 0 12px;
}
.wo-title {
  font-family: var(--display); font-weight: 900;
  font-size: clamp(38px, 7vw, 76px); line-height: 0.9;
  letter-spacing: -0.035em; text-transform: uppercase; color: var(--white);
  margin: 0;
}
.wo-daygroup { max-width: var(--wide-w); margin: 0 auto; padding: 40px 40px 0; }
.wo-dayhead {
  display: flex; align-items: baseline; gap: 14px;
  border-bottom: 1px solid var(--s600); padding-bottom: 14px; margin-bottom: 28px;
}
.wo-dayhead h2 {
  font-family: var(--display); font-weight: 800; font-size: 20px;
  letter-spacing: 0.02em; color: var(--white); text-transform: uppercase; margin: 0;
}
.wo-dayhead span { font-family: var(--sans); font-size: 13px; color: var(--s300); }
.wo-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
}

.wo-card {
  display: block; text-decoration: none; color: inherit;
  background: var(--s700); border-radius: var(--rad-lg); overflow: hidden;
  border: 1px solid rgba(255,255,255,0.06);
  border-top: 3px solid var(--venue-accent);
  transition: transform 260ms var(--ease-out), border-color 260ms var(--ease);
}
.wo-card:hover { transform: translateY(-3px); border-color: var(--venue-accent); }
.wo-card-media { position: relative; aspect-ratio: 16/10; overflow: hidden; background: var(--s600); }
.wo-card-media img { width: 100%; height: 100%; object-fit: cover; }
.wo-card-badge {
  position: absolute; top: 12px; left: 12px;
  font-family: var(--display); font-weight: 800; font-size: 10px;
  letter-spacing: 0.12em; text-transform: uppercase;
  padding: 6px 12px; border-radius: var(--rad-pill);
  background: rgba(10,10,10,0.78); color: #fff; backdrop-filter: blur(6px);
}
.wo-card-body { padding: 18px 20px 20px; }
.wo-card-venue {
  display: flex; align-items: center; gap: 8px;
  font-family: var(--sans); font-size: 11px; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--s200); margin-bottom: 8px;
}
.wo-card-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--venue-accent); }
.wo-card-series {
  font-family: var(--display); font-weight: 700; font-size: 10px;
  letter-spacing: 0.16em; text-transform: uppercase; color: var(--venue-accent-l);
  margin-bottom: 6px;
}
.wo-card-title {
  font-family: var(--display); font-weight: 900; font-size: 22px;
  line-height: 1.02; letter-spacing: -0.02em; text-transform: uppercase;
  color: var(--white); margin: 0 0 14px;
}
.wo-card-foot {
  display: flex; align-items: center; justify-content: space-between;
  font-family: var(--sans); font-size: 13px; color: var(--s200);
  border-top: 1px solid rgba(255,255,255,0.07); padding-top: 12px;
}
.wo-card-price { font-weight: 700; color: #fff; }
.wo-card-arrow { color: var(--venue-accent-l); font-weight: 700; }
.wo-more { max-width: var(--wide-w); margin: 56px auto 0; padding: 0 40px; }

/* =====================================================================
   BOOKING LOBBY
   ===================================================================== */
.lobby { min-height: 100vh; position: relative; padding: 0 0 96px; background: var(--s900); }
.lobby::before {
  content: ""; position: absolute; inset: 0 0 auto; height: 520px; z-index: 0;
  background:
    radial-gradient(circle at 30% 12%, var(--venue-tint), transparent 60%),
    linear-gradient(180deg, var(--venue-tint), transparent 70%);
  pointer-events: none;
}
.lobby-inner { position: relative; z-index: 1; max-width: 860px; margin: 0 auto; padding: 0 20px; }
.lobby-head { padding: 48px 0 8px; }
.lobby-eyebrow {
  font-family: var(--gothic); font-size: 10px; letter-spacing: 0.24em;
  text-transform: uppercase; color: var(--venue-accent-l); margin: 0 0 12px;
}
.lobby-title {
  font-family: var(--display); font-weight: 900;
  font-size: clamp(34px, 7vw, 60px); line-height: 0.92;
  letter-spacing: -0.03em; text-transform: uppercase; color: var(--white); margin: 0 0 6px;
}
.lobby-sub { font-family: var(--sans); font-size: 15px; color: var(--s200); margin: 0; }

.lobby-dates {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px;
  margin: 32px 0 40px;
}
.lobby-date {
  display: flex; flex-direction: column; gap: 3px; align-items: center;
  padding: 14px 8px; border-radius: var(--rad-lg); text-decoration: none;
  background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.10);
  color: var(--s200);
  transition: border-color 220ms var(--ease), background 220ms var(--ease), color 220ms var(--ease);
}
.lobby-date:hover { border-color: var(--venue-accent); color: #fff; }
.lobby-date-dow { font-family: var(--sans); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; }
.lobby-date-day { font-family: var(--display); font-weight: 900; font-size: 26px; line-height: 1; color: #fff; }
.lobby-date-mon { font-family: var(--sans); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; }
.lobby-date.is-current {
  background: var(--venue-accent); border-color: var(--venue-accent); color: #fff;
}
.lobby-date.is-current .lobby-date-dow,
.lobby-date.is-current .lobby-date-mon { color: rgba(255,255,255,0.85); }
.lobby-date.is-empty { opacity: 0.4; pointer-events: none; }

.lobby-group-label {
  font-family: var(--display); font-weight: 800; font-size: 12px;
  letter-spacing: 0.16em; text-transform: uppercase; color: var(--s200);
  margin: 36px 0 14px; padding-bottom: 10px; border-bottom: 1px solid var(--s600);
}
.lobby-group-label:first-of-type { margin-top: 8px; }

.ticket-card {
  position: relative; display: block; text-decoration: none; color: inherit;
  background: #101010;
  border-radius: var(--rad-lg); overflow: hidden; min-height: 108px;
  margin-bottom: 14px; border: 1px solid rgba(255,255,255,0.08);
  transition: transform 220ms var(--ease-out), border-color 220ms var(--ease);
}
.ticket-card:hover { transform: translateY(-2px); border-color: var(--venue-accent); }
.ticket-card--minimal {
  min-height: 0;
  background: var(--s800);
}
.ticket-card--minimal .ticket-card-body {
  position: static;
  padding: 22px 18px 14px;
}
.ticket-card--minimal .ticket-card-title {
  font-size: clamp(16px, 3vw, 20px);
}
.ticket-card--minimal .ticket-card-meta {
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--s300);
}
.ticket-card-bg {
  position: absolute; inset: 0; background-size: cover; background-position: center;
  opacity: 0.55; filter: saturate(0.8);
}
.ticket-card-ov {
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(10,10,10,0.96) 0%, rgba(10,10,10,0.82) 52%, rgba(10,10,10,0.5) 100%);
}
.ticket-card-body {
  position: relative; display: flex; align-items: center; justify-content: space-between;
  gap: 20px; padding: 26px 18px 16px;
}
.ticket-card-left { flex: 1; min-width: 0; }
.ticket-card-house {
  font-family: var(--display); font-weight: 800; font-size: 10px;
  letter-spacing: 0.18em; text-transform: uppercase; color: var(--venue-accent-l); margin: 0 0 6px;
}
.ticket-card-title {
  font-family: var(--display); font-weight: 900; font-size: clamp(18px, 3.6vw, 24px);
  line-height: 1; letter-spacing: -0.02em; text-transform: uppercase; color: #fff; margin: 0;
}
.ticket-card-meta { font-family: var(--sans); font-size: 12px; color: var(--s200); margin: 6px 0 0; }
.ticket-card-price {
  font-family: var(--display);
  font-weight: 600;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--s200);
  margin: 6px 0 0;
  opacity: 0.5;
  display: block;
}
.ticket-card-cta {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  text-align: right;
}
.btn-lobby {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px; white-space: nowrap;
  font-family: var(--display); font-weight: 800; font-size: 11px;
  letter-spacing: 0.14em; text-transform: uppercase; text-decoration: none;
  padding: 10px 18px; border-radius: var(--rad-pill);
  border: 1.5px solid var(--venue-accent); color: #fff; background: rgba(10,10,10,0.5);
  transition: background 220ms var(--ease), color 220ms var(--ease);
}
.btn-lobby:hover { background: var(--venue-accent); color: #fff; }
.btn-lobby--soon { border-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.4); pointer-events: none; }

.guestlist-outline {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  border: 1px dashed rgba(255,255,255,0.24); border-radius: var(--rad-lg);
  padding: 20px 22px; margin-bottom: 14px; background: transparent;
}
.guestlist-outline .go-label {
  font-family: var(--display); font-weight: 800; font-size: 10px; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--s200); margin: 0 0 6px;
}
.guestlist-outline .go-title {
  font-family: var(--display); font-weight: 900; font-size: 20px; text-transform: uppercase;
  color: #fff; margin: 0;
}
.lobby-fulllink { display: block; margin-top: 40px; }
.btn-outline-wide {
  display: block; text-align: center; text-decoration: none;
  font-family: var(--display); font-weight: 700; font-size: 12px;
  letter-spacing: 0.14em; text-transform: uppercase; color: var(--s200);
  border: 1px solid rgba(255,255,255,0.18); border-radius: var(--rad-pill);
  padding: 15px 24px;
  transition: border-color 220ms var(--ease), color 220ms var(--ease);
}
.btn-outline-wide:hover { border-color: #fff; color: #fff; }

@media (max-width: 600px) {
  .wo-head { padding: 32px 20px 4px; }
  .wo-daygroup { padding: 28px 20px 0; }
  .wo-grid { grid-template-columns: 1fr; gap: 16px; }
  .wo-more { padding: 0 20px; }
  .lobby-inner { padding: 0 16px; }
  .lobby-head { padding: 32px 0 4px; }
  .lobby-dates { gap: 8px; margin: 24px 0 32px; }
  .lobby-date { padding: 12px 4px; }
  .lobby-date-day { font-size: 22px; }
  .ticket-card-body { flex-direction: column; align-items: stretch; gap: 12px; padding: 16px; }
  .ticket-card-cta { align-items: flex-end; text-align: right; }
  .btn-lobby { width: auto; justify-content: center; }
  .guestlist-outline { flex-direction: column; align-items: flex-start; }
}

/* =====================================================================
   CUR-47 ROUND 2 — Spotlight master template (JSCSPOT).
   Colour tokens, content slots and the Discovery band are the only
   per-format differences; everything below is the shared master shell.
   ===================================================================== */

/* --- Item 1: Book Now — dark fill + JSC green accent ring & glow (no white fill) --- */
.venue-jack .btn-booknow {
  box-shadow: 0 0 0 1px rgba(87, 115, 87, 0.55), 0 0 16px rgba(87, 115, 87, 0.26);
}
.venue-jack .btn-booknow:hover:not([disabled]) {
  box-shadow: 0 0 0 1px rgba(87, 115, 87, 0.85), 0 0 22px rgba(87, 115, 87, 0.42);
}
/* CTA-shelf primary button: keep the dark glass, swap the neutral border for the
   green accent ring rather than filling white. */
.venue-jack .btn-shelf-book {
  background: rgba(15, 15, 15, 0.72);
  border-color: var(--accent-jack);
  box-shadow: 0 0 0 1px rgba(87, 115, 87, 0.5), 0 0 16px rgba(87, 115, 87, 0.24);
}
.venue-jack .btn-shelf-book:hover {
  background: rgba(15, 15, 15, 0.86);
  border-color: var(--accent-jack);
  box-shadow: 0 0 0 1px rgba(87, 115, 87, 0.85), 0 0 22px rgba(87, 115, 87, 0.4);
}

/* --- Item 1: mobile sticky Book Now bar (IntersectionObserver on JSCSPOT) --- */
.mobile-book-bar { display: none; }
@media (max-width: 600px) {
  .mobile-book-bar {
    display: flex; position: fixed; left: 0; right: 0; bottom: 0; z-index: 300;
    padding: 10px 16px calc(10px + env(safe-area-inset-bottom, 0px));
    background: linear-gradient(180deg, transparent 0%, rgba(10, 10, 10, 0.88) 35%, rgba(10, 10, 10, 0.96) 100%);
    -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    opacity: 1; transform: translateY(0); pointer-events: auto;
    transition: opacity 0.2s ease, transform 0.2s ease;
  }
  .mobile-book-bar.is-hidden {
    opacity: 0; transform: translateY(115%); pointer-events: none;
  }
  .mobile-book-bar .btn-booknow {
    width: 100%; justify-content: center; padding: 14px 22px; font-size: 13px;
    background: rgba(18, 18, 18, 0.92);
    pointer-events: auto;
    box-shadow: 0 0 0 1px rgba(87, 115, 87, 0.55), 0 0 16px rgba(87, 115, 87, 0.28);
  }
  /* Reserve space so the fixed bar never covers the footer. */
  .site-footer { margin-bottom: calc(68px + env(safe-area-inset-bottom, 0px)); }
}

/* --- Item 3: Showcard rhythm — tighter mobile; production air on desktop --- */
.discovery-stage .venue-summary-inner.show-card,
.venue-summary .venue-summary-inner.show-card { padding: 28px 24px 22px; }
.show-card-body { margin-bottom: 18px; gap: 18px; }
.show-card-meta { gap: 8px; margin-bottom: 0; }
.show-card-meta-row {
  display: grid; grid-template-columns: 88px 1fr;
  align-items: baseline; gap: 10px 14px;
  flex-wrap: nowrap;
}
.show-card-meta-lbl { min-width: 88px; font-size: 11px; letter-spacing: 0.14em; }
.show-card-meta-val { min-width: 0; font-size: 15px; }
.set-sep { color: rgba(255, 255, 255, 0.42); }
/* ROUND 4: balanced wrapping on series line and meta values (JSCSPOT showcard). */
.discovery-stage .show-card-sub,
.discovery-stage .show-card-meta-val,
.discovery-stage .show-card-meta-val--times .set-part {
  text-wrap: balance;
}
@media (min-width: 961px) {
  .discovery-stage .venue-summary-inner.show-card {
    padding: 52px 52px 36px;
  }
}
@media (max-width: 600px) {
  .discovery-stage .venue-summary-inner.show-card,
  .venue-summary .venue-summary-inner.show-card { padding: 24px 20px 18px; }
  .show-card-meta-row { grid-template-columns: 76px 1fr; gap: 8px 10px; }
  .show-card-meta-lbl { min-width: 76px; font-size: 10px; }
  .show-card-meta-val { font-size: 14px; }
  /* Set times break deliberately onto their own lines at mobile width. */
  .show-card-meta-val--times .set-part { display: block; line-height: 1.35; }
  .show-card-meta-val--times .set-sep { display: none; }
}

/* --- Item 4 / ROUND 3: showcard band shell; ambient video is in plan-visit frame --- */
.showcard-band { position: relative; isolation: isolate; overflow: hidden; background: var(--black); }
.showcard-band--frame-video { background: var(--black); }
.showcard-band-inner { position: relative; z-index: 2; }
/* ROUND 4: restore Discovery band stage-lights background (production overlay from show.css). */
.showcard-band--frame-video .plan-visit { background: transparent; }

/* --- ROUND 4 item 2: mobile Plan Your Visit order (text → video → buttons → small print) --- */
@media (max-width: 960px) {
  .plan-visit--jsc .plan-visit-inner {
    display: flex; flex-direction: column; gap: 32px; align-items: stretch;
  }
  /* ROUND 5: match hero horizontal margins (24px) and full content width for video frame. */
  .plan-visit--jsc {
    padding-left: 24px !important; padding-right: 24px !important;
  }
  .plan-visit--jsc .plan-visit-content { display: contents; }
  .plan-visit--jsc .plan-visit-copy { order: 1; width: 100%; }
  .plan-visit--jsc .plan-visit-media-col {
    order: 2; width: 100% !important; max-width: none !important; margin: 0 !important;
    display: flex; flex-direction: column; align-items: stretch !important;
  }
  .plan-visit--jsc .plan-visit-smallprint { order: 3; width: 100%; margin-top: 0; }
  .plan-visit--jsc .plan-visit-video { max-width: none !important; width: 100% !important; margin: 0 !important; }
  .plan-visit--jsc .plan-visit-video-btns { align-items: stretch; }
  .plan-visit--jsc .plan-visit-social { justify-content: center; padding-left: 0; }
}

.venue-jack .art-hero-sub { text-wrap: balance; }
@media (min-width: 961px) {
  .art-hero-date { font-size: clamp(13px, 1.43vw, 15.4px); }
  .art-hero-sub { font-size: clamp(14px, 1.54vw, 16.5px); }
  .art-hero-meta-lbl { font-size: 11px; }
  .art-hero-meta-val { font-size: 16.5px; }
}
