/* Production booking lobby — static beta (matches book/index.html layout).
   Scoped under .book-prod to avoid clashing with show.css .show-card. */

.book-prod {
  --jack: #5F7A52;
  --piano: #B99A5B;
  --alfies: #B0424E;
  --grape: #9B59B6;
  --berry: #C63B6C;
  --display: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --sans: 'Rethink Sans', 'Inter', -apple-system, sans-serif;
  --serif: 'Prata', Georgia, 'Times New Roman', serif;
  --rad-lg: 16px;
  --rad-pill: 999px;
  --snap: cubic-bezier(0.16, 1, 0.36, 1);
  --ease: cubic-bezier(0.42, 0, 0.22, 1);
  min-height: 100vh;
  background: #000;
  color: #fff;
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
.book-prod a { color: inherit; text-decoration: none; }

.book-prod .bk-stage { position: fixed; inset: 0; z-index: 0; pointer-events: none; }
.book-prod .bk-stage-glow {
  position: absolute; inset: 0;
  animation: bkGlowDrift 28s ease-in-out infinite alternate;
}
.book-prod.venue-jack .bk-stage-glow {
  background:
    radial-gradient(circle at 28% 35%, rgba(87,115,87,0.55), transparent 52%),
    radial-gradient(circle at 72% 55%, rgba(46,120,116,0.38), transparent 52%),
    radial-gradient(circle at 50% 90%, rgba(87,115,87,0.18), transparent 45%),
    #050d07;
}
.book-prod.venue-piano .bk-stage-glow {
  background:
    radial-gradient(circle at 28% 35%, rgba(182,152,108,0.5), transparent 52%),
    radial-gradient(circle at 72% 55%, rgba(160,123,24,0.32), transparent 52%),
    #0d0a02;
}
.book-prod .bk-stage::after {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(ellipse at 50% 40%, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0.78) 85%);
}
@keyframes bkGlowDrift {
  from { transform: translate(0,0) scale(1); }
  to   { transform: translate(-2%, 3%) scale(1.1); }
}

.book-prod .bk-topbar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 20;
  height: 56px; padding: 0 24px;
  display: flex; align-items: center; justify-content: space-between;
}
.book-prod .bk-topbar-back {
  font-weight: 700; font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase;
  color: rgba(255,255,255,0.32); transition: color 220ms;
}
.book-prod .bk-topbar-back:hover { color: rgba(255,255,255,0.65); }
.book-prod .bk-topbar-link {
  font-weight: 600; font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase;
  color: rgba(255,255,255,0.2); transition: color 220ms;
}
.book-prod .bk-topbar-link:hover { color: rgba(255,255,255,0.5); }

.book-prod .bk-card-positioner {
  position: relative; z-index: 1;
  min-height: 100vh; padding: 72px 20px 60px;
  display: flex; align-items: center; justify-content: center;
}
.book-prod .bk-card {
  width: min(488px, 100%);
  max-height: calc(100vh - 132px); overflow-y: auto;
  background: rgba(5,5,5,0.62);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--rad-lg);
  backdrop-filter: blur(28px) saturate(140%);
  -webkit-backdrop-filter: blur(28px) saturate(140%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.07), 0 48px 96px -16px rgba(0,0,0,0.95);
}
.book-prod.venue-jack .bk-card { border-color: rgba(87,115,87,0.55); }
.book-prod.venue-piano .bk-card { border-color: rgba(182,152,108,0.55); }
.book-prod.venue-alfies .bk-card { border-color: rgba(186,72,87,0.55); }
.book-prod.venue-alfies .bk-stage-glow {
  background:
    radial-gradient(circle at 28% 35%, rgba(186,72,87,0.5), transparent 52%),
    radial-gradient(circle at 72% 55%, rgba(150,40,60,0.32), transparent 52%),
    #0d0405;
}

.book-prod .bk-date-nav {
  display: grid; grid-template-columns: 1fr 1.1fr 1fr;
  padding: 28px 24px 20px;
}
.book-prod .bk-dn-col { text-align: center; transition: opacity 200ms; }
.book-prod .bk-dn-col:first-child { text-align: left; }
.book-prod .bk-dn-col:last-child  { text-align: right; }
.book-prod .bk-dn-col.dim { opacity: 0.18; }
.book-prod .bk-dn-col.dim:hover { opacity: 0.38; }
.book-prod .bk-dn-col.empty { opacity: 0.06; pointer-events: none; }
.book-prod .bk-dn-day {
  font-weight: 700; font-size: 9px; letter-spacing: 0.18em; text-transform: uppercase;
  color: rgba(255,255,255,0.5); margin-bottom: 1px;
}
.book-prod .bk-dn-num {
  font-family: var(--display); font-weight: 900; letter-spacing: -0.04em; line-height: 0.86;
  display: block; color: #fff;
}
.book-prod .bk-dn-col:nth-child(2) .bk-dn-num { font-size: clamp(42px, 11vw, 58px); }
.book-prod .bk-dn-col.dim .bk-dn-num { font-size: clamp(28px, 7vw, 38px); }
.book-prod .bk-dn-month {
  font-weight: 700; font-size: 9px; letter-spacing: 0.18em; text-transform: uppercase;
  color: rgba(255,255,255,0.5); margin-top: 4px;
}

.book-prod .bk-ticket-notice {
  padding: 0 24px 24px; font-size: 15px; color: rgba(255,255,255,0.42);
  line-height: 1.6; text-align: center;
}
.book-prod .bk-ticket-notice a {
  color: rgba(255,255,255,0.65); text-decoration: underline; text-underline-offset: 3px;
}
.book-prod .bk-ticket-notice a:hover { color: #fff; }
.book-prod .bk-sep { height: 1px; background: rgba(255,255,255,0.07); }

.book-prod .bk-shows-wrap { padding: 20px 18px 16px; }
.book-prod .bk-section-label {
  font-weight: 600; font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase;
  color: rgba(255,255,255,0.25); text-align: center; padding: 2px 0 12px;
}
.book-prod .bk-meanwhile {
  display: flex; align-items: center; gap: 14px; padding: 14px 0 16px; opacity: 0.32;
}
.book-prod .bk-meanwhile-rule { flex: 1; height: 1px; background: rgba(255,255,255,0.18); }
.book-prod .bk-meanwhile-text {
  font-family: var(--display); font-weight: 800; font-size: 9px;
  letter-spacing: 0.2em; text-transform: uppercase; white-space: nowrap;
}

.book-prod .bk-card-label-wrap { margin-bottom: 14px; }
.book-prod .bk-meta-label {
  font-weight: 600; font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase;
  color: rgba(255,255,255,0.22); margin-bottom: 6px; padding-left: 4px;
}

.book-prod .bk-ticket-show {
  position: relative; border-radius: 12px; overflow: hidden; margin-bottom: 10px;
  min-height: 108px; display: flex; align-items: stretch; cursor: pointer;
  border: 1px solid rgba(255,255,255,0.09);
  transition: transform 110ms, box-shadow 200ms;
}
.book-prod .bk-ticket-show:hover { box-shadow: 0 6px 24px rgba(0,0,0,0.5); }
.book-prod .bk-ticket-show.ph-jack {
  background:
    radial-gradient(ellipse at 72% 40%, rgba(115,215,175,0.85), transparent 50%),
    radial-gradient(ellipse at 20% 65%, rgba(205,180,80,0.5), transparent 45%),
    #0d1e12;
}
.book-prod .bk-ticket-show.ph-piano {
  background:
    radial-gradient(ellipse at 68% 30%, rgba(255,175,40,0.9), transparent 50%),
    radial-gradient(ellipse at 15% 68%, rgba(120,195,155,0.4), transparent 44%),
    #1e1004;
}
.book-prod .bk-ticket-bg {
  position: absolute; inset: 0; background-size: cover; background-position: center;
  transition: transform 600ms var(--ease);
}
.book-prod .bk-ticket-show:hover .bk-ticket-bg { transform: scale(1.04); }
.book-prod .bk-ticket-ov {
  position: absolute; inset: 0;
  background: linear-gradient(105deg, rgba(0,0,0,0.82) 0%, rgba(0,0,0,0.42) 50%, transparent 100%);
}
.book-prod .bk-ticket-body {
  position: relative; z-index: 1; padding: 20px 22px; flex: 1;
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
}
.book-prod .bk-ticket-left { flex: 1; min-width: 0; }
.book-prod .bk-ticket-artist {
  font-weight: 700; font-size: 10px; text-transform: uppercase; letter-spacing: 0.12em;
  color: rgba(255,255,255,0.42); margin-bottom: 6px;
}
.book-prod .bk-ticket-title {
  font-family: var(--display); font-weight: 900;
  font-size: clamp(15px, 4vw, 22px); line-height: 0.95; letter-spacing: -0.02em;
  text-transform: uppercase; color: #fff; margin-bottom: 9px;
  text-shadow: 0 1px 8px rgba(0,0,0,0.5);
}
.book-prod .bk-ticket-show.ph-piano .bk-ticket-title {
  font-family: var(--serif); font-weight: 400; font-size: clamp(15px, 3.8vw, 20px);
  line-height: 1.08; letter-spacing: 0.01em; text-transform: none;
}
.book-prod .bk-ticket-meta {
  font-weight: 700; font-size: 11px; text-transform: uppercase; letter-spacing: 0.06em;
  color: rgba(255,255,255,0.65); line-height: 1.7;
}
.book-prod .bk-ticket-right { flex-shrink: 0; text-align: right; }
.book-prod .bk-btn-ticket {
  font-weight: 700; font-size: 9px; letter-spacing: 0.16em; text-transform: uppercase;
  color: rgba(255,255,255,0.32); background: none; border: none; cursor: pointer;
  display: block; margin-bottom: 5px; transition: color 160ms;
}
.book-prod .bk-ticket-arrow {
  font-size: 17px; color: rgba(255,255,255,0.15); display: block;
  transition: transform 160ms, color 160ms;
}
.book-prod .bk-ticket-show:hover .bk-ticket-arrow { transform: translateX(3px); color: rgba(255,255,255,0.4); }

/* Free guestlist pill */
.book-prod .bk-pill-wrap { margin-bottom: 14px; }
.book-prod .bk-show-pill {
  display: flex; align-items: center; justify-content: space-between;
  border-radius: 14px; padding: 14px 18px 14px 22px; width: 100%;
  border: 1.5px solid rgba(155,89,182,0.35); background: rgba(155,89,182,0.06);
  cursor: pointer; text-align: left; transition: filter 200ms; gap: 10px;
}
.book-prod .bk-show-pill:hover { filter: brightness(1.15); }
.book-prod .bk-pill-title {
  font-weight: 800; font-size: 14px; letter-spacing: 0.06em; text-transform: uppercase;
  color: #c9a8e8;
}
.book-prod .bk-pill-time {
  font-weight: 600; font-size: 10px; letter-spacing: 0.05em; text-transform: uppercase;
  color: rgba(201, 168, 232, 0.9); white-space: nowrap; flex-shrink: 0;
}
.book-prod .bk-pill-arrow { flex-shrink: 0; font-size: 14px; opacity: 0.28; color: var(--grape); margin-left: 8px; }
/* Free-guestlist pill accents — jack keeps grape (default above); piano switches to berry. */
.book-prod .bk-show-pill.accent-piano { border-color: rgba(198,59,108,0.35); background: rgba(198,59,108,0.06); }
.book-prod .bk-show-pill.accent-piano .bk-pill-title { color: #e88aad; }
.book-prod .bk-show-pill.accent-piano .bk-pill-time { color: rgba(232,138,173,0.9); }
.book-prod .bk-show-pill.accent-piano .bk-pill-arrow { color: var(--berry); }

.book-prod .bk-card-foot {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 22px 18px; border-top: 1px solid rgba(255,255,255,0.06);
}
.book-prod .bk-fulllist {
  font-weight: 700; font-size: 12px; letter-spacing: 0.06em; text-transform: uppercase;
  color: rgba(255,255,255,0.32); transition: color 160ms;
}
.book-prod .bk-fulllist:hover { color: rgba(255,255,255,0.65); }

.book-prod .bk-bottombar {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 10;
  height: 44px; padding: 0 24px; display: flex; align-items: center;
}
.book-prod .bk-bottombar-label {
  font-size: 9px; font-weight: 500; letter-spacing: 0.06em; color: rgba(255,255,255,0.18);
}
.book-prod .bk-bottombar-label a { color: rgba(255,255,255,0.35); transition: color 160ms; }
.book-prod .bk-bottombar-label a:hover { color: rgba(255,255,255,0.65); }
