/* ==========================================================================
   SINGLE SHOW PAGE — /assets/css/pages/single-show.css
   Loads after design-system.css. Show-specific only.
   No resets, no tokens, no buttons, no nav, no footer — all in design-system.
   ========================================================================== */


/* --------------------------------------------------------------------------
   PAGE HERO — show-specific padding + bg treatment
   -------------------------------------------------------------------------- */
#page-hero {
  padding: 84px 0 60px;
}
.page-hero-bg img {
  object-position: center 18%;
  filter: brightness(0.24) saturate(0.92);
}


/* --------------------------------------------------------------------------
   AS SEEN ON STRIP
   -------------------------------------------------------------------------- */
#seen-on {
  padding: var(--section-pad) 0;
  background: var(--surf1);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.seen-row {
  width: min(100% - 48px, var(--container));
  margin: 0 auto;
  display: flex; align-items: center;
  gap: 32px; flex-wrap: wrap; justify-content: center;
}
.seen-label {
  font-size: 11px; letter-spacing: 0.28em;
  text-transform: uppercase; color: rgba(245,245,242,0.42);
  white-space: nowrap; flex-shrink: 0; font-weight: 600;
}
.seen-divider { width: 1px; height: 28px; background: var(--border); flex-shrink: 0; }
.seen-logos { display: flex; gap: 44px; align-items: center; flex-wrap: wrap; justify-content: center; }
.seen-logo {
  height: 58px; width: auto; opacity: 0.9;
  transition: opacity 0.2s, transform 0.2s; display: block;
}
.seen-logo:hover { opacity: 1; transform: translateY(-1px); }


/* --------------------------------------------------------------------------
   SHOW OVERVIEW — video left, features right
   -------------------------------------------------------------------------- */
#show-overview {
  padding: var(--section-pad-first) 0 var(--section-pad);
  background: linear-gradient(180deg, #101217 0%, #0b0b0d 100%);
}
.overview-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 0;
  border: 1px solid var(--border);
  border-radius: var(--card-radius);
  overflow: hidden;
  background: var(--surf1);
  box-shadow: var(--card-shadow);
}
.overview-visual {
  position: relative; min-height: 520px;
  background: #12141a; overflow: hidden;
}
.overview-video-btn {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  padding: 0; border: 0; background: transparent;
  cursor: pointer; display: block; overflow: hidden; z-index: 2;
}
.overview-video-thumb {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center 50%;
  filter: brightness(0.5); transition: filter 0.3s; display: block;
}
.overview-video-btn:hover .overview-video-thumb { filter: brightness(0.72); }
.overview-video-playbtn {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
  width: 88px; height: 88px;
  border: 0; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: var(--gold);
  box-shadow: 0 12px 36px rgba(245,184,0,0.35);
  pointer-events: none;
  transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
}
.overview-video-btn:hover .overview-video-playbtn {
  background: var(--gold-dk);
  transform: translate(-50%,-50%) scale(1.05);
  box-shadow: 0 16px 44px rgba(245,184,0,0.5);
}
.overview-video-playicon {
  width: 0; height: 0;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 22px solid var(--black);
  margin-left: 6px;
}
.overview-video-playing {
  width: 100%; height: 100%; object-fit: cover;
  background: #000; display: block;
}

.overview-title {
  font-family: var(--display);
  font-weight: 900;
  text-transform: uppercase;
  font-size: clamp(48px, 6vw, 76px);
  line-height: 0.92;
  letter-spacing: -0.03em;
  margin-bottom: 14px;
}
.overview-title em { color: var(--gold); font-style: normal; }

.overview-copy {
  padding: 48px;
  display: flex; flex-direction: column; justify-content: center;
}
.overview-divider { width: 72px; height: 3px; background: var(--orange); border-radius: 2px; margin: 10px 0 18px; }
.features-list { display: flex; flex-direction: column; gap: 16px; }
.feature-heading {
  font-family: var(--display); font-weight: 900;
  text-transform: uppercase;
  font-size: clamp(17px, 1.6vw, 21px);
  line-height: 1.15; letter-spacing: -0.005em;
  color: var(--white); margin-bottom: 6px;
}
.feature-body { font-size: 15px; line-height: 1.6; color: rgba(245,245,242,0.74); max-width: 52ch; }


/* --------------------------------------------------------------------------
   TICKET SECTION V2
   -------------------------------------------------------------------------- */
#ticket-section { padding: var(--section-pad) 0; background: var(--black); }
.ticket-v2-card {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0;
  background: linear-gradient(135deg, var(--surf1) 0%, #181a20 100%);
  border: 1px solid var(--border);
  border-radius: var(--card-radius);
  overflow: hidden; position: relative;
  box-shadow: 0 30px 80px rgba(0,0,0,0.28);
}
.ticket-v2-info {
  padding: 52px 48px;
  display: flex; flex-direction: column; justify-content: center;
}
.ticket-v2-cta-col {
  padding: 52px 48px;
  background: linear-gradient(180deg, rgba(245,184,0,0.03) 0%, rgba(245,184,0,0.08) 100%);
  border-left: 1px solid rgba(245,184,0,0.12);
  display: flex; flex-direction: column; justify-content: center;
}
.ticket-v2-label {
  font-size: 11px; letter-spacing: 0.3em;
  text-transform: uppercase; color: rgba(245,245,242,0.46);
  font-weight: 700; margin-bottom: 16px; display: block;
}
.ticket-v2-city {
  font-family: var(--display); font-weight: 900;
  font-size: clamp(36px, 4vw, 52px);
  line-height: 1; color: var(--gold);
  text-transform: uppercase; letter-spacing: -0.02em; margin: 0 0 6px;
}
.ticket-v2-date {
  font-family: var(--display); font-weight: 900;
  font-size: clamp(20px, 1.9vw, 26px);
  color: var(--white); text-transform: uppercase;
  letter-spacing: -0.005em; margin-bottom: 26px;
}
.ticket-v2-divider { width: 40px; height: 3px; background: var(--gold); margin-bottom: 24px; border-radius: 2px; }
.ticket-v2-facts { display: flex; flex-direction: column; }
.ticket-v2-row {
  display: grid; grid-template-columns: 118px 1fr;
  padding: 13px 0; border-bottom: 1px solid rgba(245,245,242,0.06); gap: 12px;
}
.ticket-v2-row:last-child { border-bottom: 0; }
.ticket-v2-row dt {
  font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase;
  color: rgba(245,245,242,0.44); font-weight: 700; padding-top: 3px;
}
.ticket-v2-row dd { font-size: 15px; line-height: 1.4; color: var(--white); font-weight: 500; margin: 0; }

.ticket-v2-badge {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 10px 20px;
  background: rgba(232,57,28,0.12);
  border: 1px solid rgba(232,57,28,0.35);
  border-radius: 999px;
  font-size: 10px; line-height: 1;
  letter-spacing: 0.28em; text-indent: 0.28em;
  text-transform: uppercase; color: var(--orange);
  font-weight: 700; align-self: flex-start; margin-bottom: 20px;
}
.ticket-v2-badge-dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--orange); display: inline-block; flex-shrink: 0;
  animation: pulse-dot 1.6s ease-in-out infinite;
}
@keyframes pulse-dot { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: 0.5; transform: scale(0.82); } }

.ticket-v2-headline {
  font-family: var(--display); font-weight: 900;
  font-size: clamp(30px, 3.4vw, 46px);
  line-height: 1.02; color: var(--white);
  text-transform: uppercase; letter-spacing: -0.02em;
  margin: 0 0 16px; max-width: 14ch;
}
.ticket-v2-body {
  font-size: 15px; line-height: 1.65;
  color: rgba(245,245,242,0.72); margin: 0 0 28px; max-width: 38ch;
}
.ticket-v2-btn {
  width: 100%; min-height: 64px; font-size: 13px;
  letter-spacing: 0.22em; padding: 0 32px; margin-bottom: 16px;
  box-shadow: 0 8px 24px rgba(245,184,0,0.12);
}
.ticket-v2-btn:hover { box-shadow: 0 12px 32px rgba(245,184,0,0.22); }
.ticket-v2-trust {
  display: flex; align-items: center; gap: 8px;
  font-size: 12px; color: rgba(245,245,242,0.5);
  letter-spacing: 0.02em; margin: 0; line-height: 1.4;
}
.ticket-v2-trust svg { flex-shrink: 0; color: var(--gold); opacity: 0.78; }


/* --------------------------------------------------------------------------
   FAQ — content left, image carousel right
   -------------------------------------------------------------------------- */
#faq { padding: var(--section-pad) 0 var(--section-pad-wide); background: var(--black); }
.faq-card { background: var(--surf1); border: 1px solid var(--border); border-radius: var(--card-radius); }
.faq-card-split {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 0; padding: 0; overflow: hidden;
}
.faq-copy { padding: 48px; }
.faq-top  { margin-bottom: 28px; }
.faq-top .eyebrow { opacity: 0.7; margin-bottom: 8px; }
.faq-title {
  font-family: var(--display); font-weight: 900;
  font-size: clamp(40px, 5vw, 56px);
  line-height: 0.95; text-transform: uppercase;
  color: var(--white); letter-spacing: -0.015em;
}
.faq-item { padding: 14px 0; border-top: 1px solid rgba(255,255,255,0.05); }
.faq-q {
  font-family: var(--display); font-weight: 800;
  font-size: 15px; line-height: 1.15;
  text-transform: uppercase; margin-bottom: 6px; color: var(--white);
}
.faq-a { font-size: 13.5px; line-height: 1.6; color: rgba(245,245,242,0.52); max-width: 58ch; }

/* FAQ carousel */
.faq-carousel { position: relative; min-height: 100%; overflow: hidden; background: #12141a; }
.faq-slide {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover;
  opacity: 0; transition: opacity 1.2s ease-in-out; display: block;
}
.faq-slide.active { opacity: 1; }
.faq-carousel::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(11,11,13,0.06), rgba(11,11,13,0.32));
  pointer-events: none;
}
.faq-dots {
  position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%);
  display: flex; gap: 8px; z-index: 2;
}
.faq-dot { width: 8px; height: 8px; border-radius: 50%; background: rgba(245,245,242,0.35); transition: background 0.3s, transform 0.3s; }
.faq-dot.active { background: var(--gold); transform: scale(1.25); }


/* --------------------------------------------------------------------------
   COUNTDOWN
   -------------------------------------------------------------------------- */
#countdown {
  padding: var(--section-pad-wide) 0;
  background:
    radial-gradient(ellipse 75% 80% at 50% 45%, rgba(11,11,13,0.55) 0%, rgba(11,11,13,0.82) 55%, rgba(11,11,13,0.96) 100%),
    url('/assets/images/wes-barker-tv-agt-performance-1920w.webp') center/cover no-repeat;
  text-align: center;
  border-top: 1px solid var(--border);
  position: relative;
}
.countdown-wrap { max-width: 960px; margin: 0 auto; padding: 0 24px; }
.countdown-wrap .eyebrow { margin-bottom: 14px; }
.countdown-title {
  font-family: var(--display); font-weight: 900;
  text-transform: uppercase;
  font-size: clamp(46px, 6vw, 78px);
  line-height: 0.96; color: var(--white);
  margin: 0 auto 36px; letter-spacing: -0.025em; max-width: 28ch;
}
.countdown-title em { color: var(--gold); font-style: normal; }
.countdown-timer { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; margin-bottom: 28px; }
.countdown-box {
  min-width: 110px; padding: 22px 16px 16px;
  background: rgba(20,22,27,0.78);
  border: 1px solid rgba(245,184,0,0.18);
  border-radius: 20px;
  transition: border-color 0.2s, transform 0.2s;
  backdrop-filter: blur(6px);
}
.countdown-box:hover { border-color: rgba(245,184,0,0.3); transform: translateY(-2px); }
.countdown-num {
  display: block;
  font-family: var(--display); font-weight: 900;
  font-size: clamp(38px, 4.5vw, 54px);
  line-height: 1; color: var(--gold);
  letter-spacing: -0.02em; margin-bottom: 8px;
  font-variant-numeric: tabular-nums;
}
.countdown-label {
  display: block; font-size: 10px;
  letter-spacing: 0.3em; text-transform: uppercase;
  color: rgba(245,245,242,0.48); font-weight: 600;
}
.countdown-sub {
  font-size: 12px; letter-spacing: 0.14em;
  text-transform: uppercase; color: rgba(245,245,242,0.58);
  margin-bottom: 26px; font-weight: 500;
}
.countdown-cta { min-height: 58px; padding: 0 38px; font-size: 12px; letter-spacing: 0.22em; border-radius: 18px; }


/* --------------------------------------------------------------------------
   STICKY BAR — show page override (full-width yellow inverted bar)
   Overrides the system .sticky-bar floating pill for show pages only.
   -------------------------------------------------------------------------- */
.sticky-bar {
  position: fixed;
  inset: auto 0 0 0;
  left: 0; right: 0;
  width: 100%;
  transform: translateY(100%);
  border-radius: 0;
  bottom: 0;
  background: var(--gold);
  border-top: 1px solid var(--gold-dk);
  backdrop-filter: none;
  opacity: 0;
  pointer-events: none;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.sticky-bar.visible {
  transform: translateY(0);
  opacity: 1;
  pointer-events: all;
}
.sticky-bar-inner {
  width: min(100%, var(--container));
  margin: 0 auto;
  display: flex; align-items: center;
  justify-content: center; gap: 22px;
  padding: 14px 20px;
}
.sticky-bar-copy {
  display: flex; flex-direction: row;
  align-items: baseline; gap: 12px; flex-wrap: nowrap;
}
.sticky-bar-venue-name {
  font-size: 13px; line-height: 1;
  letter-spacing: 0.16em; text-transform: uppercase;
  font-weight: 700; color: rgba(11,11,13,0.62);
}
.sticky-bar-date {
  font-family: var(--display); font-weight: 900;
  text-transform: uppercase; font-size: 24px;
  line-height: 1; letter-spacing: -0.01em; color: var(--black);
}
.sticky-bar-btn {
  background: var(--black); color: var(--gold);
  border: 1px solid var(--black);
  min-height: 42px; padding: 0 20px;
  font-size: 10px; letter-spacing: 0.22em;
}
.sticky-bar-btn:hover { background: #1a1a1d; border-color: #1a1a1d; color: var(--gold); }


/* --------------------------------------------------------------------------
   RESPONSIVE
   -------------------------------------------------------------------------- */
@media (max-width: 1024px) {
  .overview-wrap { grid-template-columns: 1fr; }
  .overview-visual { min-height: 520px; }
  .overview-copy { padding: 48px 40px; }
  .ticket-v2-card { grid-template-columns: 1fr; }
  .ticket-v2-info, .ticket-v2-cta-col { padding: 40px 36px; }
  .faq-card-split { grid-template-columns: 1fr; }
  .faq-carousel { order: -1; aspect-ratio: 16/10; min-height: auto; }
}

@media (max-width: 768px) {
  #page-hero { padding: 68px 0 48px; }

  #seen-on { padding: var(--section-pad-mobile) 0; }
  .seen-row { flex-direction: column; gap: 12px; text-align: center; }
  .seen-logos { gap: 18px; justify-content: center; }
  .seen-logo { height: 36px; }

  #show-overview { padding: var(--section-pad-mobile) 0; }
  .overview-wrap { border-radius: var(--card-radius-mobile); }
  .overview-visual { min-height: auto; aspect-ratio: 16/10; }
  .overview-copy { padding: 28px 22px; text-align: center; align-items: center; }
  .overview-divider { margin: 6px auto 12px; height: 2px; width: 56px; }
  .feature-body { font-size: 14px; line-height: 1.5; text-align: center; margin-inline: auto; max-width: 32ch; }

  #ticket-section { padding: var(--section-pad-mobile) 0; }
  .ticket-v2-card { border-radius: var(--card-radius-mobile); }
  .ticket-v2-cta-col { padding: 30px 22px; border-left: 0; border-top: 1px solid rgba(245,184,0,0.12); align-items: center; text-align: center; }
  .ticket-v2-info  { padding: 30px 22px; text-align: center; align-items: center; }
  .ticket-v2-divider { margin-left: auto; margin-right: auto; }
  .ticket-v2-facts  { width: 100%; max-width: 320px; }
  .ticket-v2-row    { grid-template-columns: 1fr 1fr; gap: 8px; padding: 10px 0; text-align: left; }
  .ticket-v2-row dt { font-size: 10px; text-align: left; }
  .ticket-v2-row dd { font-size: 14px; text-align: right; }
  .ticket-v2-badge  { align-self: center; }
  .ticket-v2-headline { font-size: clamp(26px, 8vw, 36px); max-width: 20ch; margin-left: auto; margin-right: auto; }
  .ticket-v2-body   { font-size: 14px; margin: 0 auto 20px; max-width: 36ch; }
  .ticket-v2-btn    { width: auto; min-height: 56px; padding: 0 36px; margin: 0 auto 14px; }
  .ticket-v2-trust  { font-size: 11px; justify-content: center; }

  #faq { padding: var(--section-pad-mobile) 0; }
  .faq-copy { padding: 18px 22px 14px; }
  .faq-top { text-align: center; }
  .faq-item { text-align: center; }
  .faq-a { max-width: 100%; margin-inline: auto; }
  .faq-carousel { aspect-ratio: 4/3; }

  #countdown { padding: var(--section-pad-mobile) 0; }
  .countdown-timer { gap: 8px; }
  .countdown-box { min-width: 0; flex: 1 1 calc(25% - 6px); padding: 14px 4px 10px; border-radius: 14px; }
  .countdown-num { font-size: 26px; margin-bottom: 4px; }
  .countdown-label { font-size: 9px; letter-spacing: 0.22em; }

  .sticky-bar-inner { display: grid; gap: 12px; justify-items: center; padding: 12px 16px; }
  .sticky-bar-copy  { flex-direction: column; gap: 3px; align-items: center; text-align: center; }
  .sticky-bar-venue-name { font-size: 12px; }
  .sticky-bar-date  { font-size: 22px; }
  .sticky-bar-btn   { width: 100%; max-width: 280px; min-height: 38px; padding: 0 18px; }

  /* Extra footer padding on show page — make room for sticky bar */
  .site-footer { padding-bottom: 94px; }
}

/* Final deployment polish — single show logos + hero spacing */
@media (min-width: 769px) {
  #page-hero { padding-top: 118px; }
}
@media (max-width: 768px) {
  #page-hero { padding-top: calc(var(--nav-h) + 44px); padding-bottom: 56px; }
  #seen-on { padding-top: 54px; padding-bottom: 58px; }
  .seen-row { width: min(100% - 56px, var(--container)); display: grid; grid-template-columns: 1fr; gap: 26px; }
  .seen-label { text-align: center; white-space: normal; }
  .seen-divider { width: 72px; height: 1px; margin: -6px auto 0; }
  .seen-logos { width: 100%; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px 20px; align-items: center; justify-items: center; }
  .seen-logo { width: 100%; max-width: 96px; height: 54px; object-fit: contain; }
}
