/* Tazers Shows page - Bandsintown upcoming + CPT past archive */

.tz-shows-page {
  background: var(--tz-black);
  color: var(--tz-cream);
  display: block;
  width: 100%;
}
body.page-template-page-shows main,
body.page-template-page-shows #primary,
body.page-template-page-shows #main,
body.page-template-page-shows .site-main,
body.page-template-page-shows .content-area {
  max-width: none !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  box-sizing: border-box;
}
body.page-template-page-shows > .entry-header,
body.page-template-page-shows .entry-title:not(.tz-shows-hero__title),
body.page-template-page-shows .page-header { display: none !important; }

/* ============================================================
 * Hero
 * ============================================================ */
.tz-shows-hero {
  padding: var(--space-9) 0 var(--space-7);
  text-align: center;
  border-bottom: 1px solid rgba(229,26,26,0.2);
  background:
    radial-gradient(circle at 50% 0%, rgba(229,26,26,0.12) 0%, transparent 50%),
    var(--tz-black);
}
.tz-shows-hero__title {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(36px, 5vw, 64px);
  line-height: 1;
  letter-spacing: -0.02em;
  margin: var(--space-3) 0 var(--space-3);
}
.tz-shows-hero__lede {
  font-size: var(--fs-body-lg);
  max-width: 58ch;
  margin: 0 auto;
  color: rgba(245,239,226,0.8);
}

/* ============================================================
 * Section heads (shared)
 * ============================================================ */
.tz-shows__section-head {
  display: flex;
  align-items: end;
  gap: var(--space-4);
  margin: 0 0 var(--space-5);
  flex-wrap: wrap;
}
.tz-shows__section-h {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1;
  letter-spacing: -0.02em;
  margin: var(--space-2) 0 0;
}
.tz-shows__section-more,
.tz-shows__count {
  margin-left: auto;
  color: rgba(245,239,226,0.55);
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
}
.tz-shows__section-more { color: var(--tz-red); }
.tz-shows__section-more:hover { color: var(--tz-cream); }

/* ============================================================
 * Upcoming (Bandsintown widget overrides)
 * ============================================================ */
.tz-shows-upcoming {
  padding: var(--space-8) 0 var(--space-7);
  border-bottom: 1px solid rgba(229,26,26,0.15);
}
.tz-shows-bit { min-height: 200px; }
.tz-shows__noscript {
  text-align: center;
  padding: var(--space-6);
  color: rgba(245,239,226,0.7);
}

/* ============================================================
 * Past archive
 * ============================================================ */
.tz-shows-archive {
  padding: var(--space-8) 0 var(--space-9);
}
.tz-gig-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(245,239,226,0.08);
}
.tz-gig {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: var(--space-4);
  padding: var(--space-5) 0;
  border-bottom: 1px solid rgba(245,239,226,0.08);
  align-items: start;
  transition: background var(--dur-fast) var(--ease-out);
}
@media (min-width: 720px) {
  .tz-gig {
    grid-template-columns: 100px 1fr auto;
    gap: var(--space-6);
    align-items: center;
  }
}
.tz-gig:hover { background: rgba(229,26,26,0.04); }

.tz-gig__date {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-left: 3px solid var(--tz-red);
  padding-left: var(--space-3);
}
.tz-gig__day {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(36px, 4vw, 48px);
  line-height: 1;
  color: var(--tz-cream);
}
.tz-gig__month {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.16em;
  color: var(--tz-red);
  margin-top: 4px;
}
.tz-gig__year {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.16em;
  color: rgba(245,239,226,0.5);
  margin-top: 2px;
}

.tz-gig__venue {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(20px, 2.4vw, 28px);
  line-height: 1.15;
  letter-spacing: -0.01em;
  margin: 0 0 4px;
  color: var(--tz-cream);
}
.tz-gig__location {
  font-family: var(--font-mono);
  font-size: 13px;
  letter-spacing: 0.06em;
  color: rgba(245,239,226,0.7);
  margin: 0 0 var(--space-2);
}
.tz-gig__broadcast {
  font-size: 13px;
  color: var(--tz-red);
  margin: 4px 0;
}
.tz-gig__broadcast strong { font-weight: 700; }
.tz-gig__note {
  font-size: 14px;
  line-height: 1.5;
  color: rgba(245,239,226,0.75);
  max-width: 65ch;
  margin: var(--space-2) 0 0;
}

.tz-gig__actions {
  grid-column: 1 / -1;
  justify-self: end;
}
@media (min-width: 720px) { .tz-gig__actions { grid-column: auto; } }
.tz-gig__actions .tz-btn { padding: 8px 16px; font-size: 11px; }

.tz-shows__empty {
  text-align: center;
  color: rgba(245,239,226,0.55);
  padding: var(--space-9) 0;
  font-family: var(--font-mono);
}
