/* ─────────────────────────────────────────────────────────────
   BAND OF HEATHENS — FULL-BLEED SHOW POSTER
   Requires: Bebas Neue font (Google Fonts).
   Optional: 'Awesome Serif' for the meta values; falls back to serif.
   ───────────────────────────────────────────────────────────── */

.show-poster {
  position: relative;
  background: #08111e;
  color: #eaf2fc;
  padding: 0;
  overflow: hidden;
  isolation: isolate;
  min-height: 760px;
  height: 88vh;
  max-height: 920px;
  display: flex;
  font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
}
.show-image-tape {
    font-family: 'Bebas Neue', sans-serif;
}
.show-poster *, .show-poster *::before, .show-poster *::after { box-sizing: border-box; }

/* full-bleed photo (swaps to vertical on mobile via <picture>) */
.show-bg { position: absolute; inset: 0; z-index: 0; }
.show-bg img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center 35%;
  filter: saturate(1.05) contrast(1.05);
  display: block;
}
.show-bg::after {
  /* dark top + bottom, clearer through middle so the band stays visible */
  content: '';
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg,
      rgba(8,17,30,0.82) 0%,
      rgba(8,17,30,0.42) 22%,
      rgba(8,17,30,0.18) 42%,
      rgba(8,17,30,0.35) 60%,
      rgba(8,17,30,0.92) 100%
    ),
    radial-gradient(ellipse at center, transparent 50%, rgba(8,17,30,0.5) 100%);
}

/* film grain overlay */
.show-poster::before {
  content: '';
  position: absolute; inset: 0; z-index: 3; pointer-events: none;
  opacity: 0.18;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='240' height='240'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/></filter><rect width='100%25' height='100%25' filter='url(%23n)' opacity='0.55'/></svg>");
}
/* perforated ticket-stub edges */
.show-poster::after {
  content: '';
  position: absolute; left: 0; right: 0; top: 0; height: 14px; z-index: 4;
  background-image: radial-gradient(circle at 14px 0, #eaf2fc 6px, transparent 6.5px);
  background-size: 28px 14px;
  background-position: 0 -7px;
}
.show-stub-bottom {
  position: absolute; left: 0; right: 0; bottom: 0; height: 14px; z-index: 4;
  background-image: radial-gradient(circle at 14px 14px, #eaf2fc 6px, transparent 6.5px);
  background-size: 28px 14px;
  background-position: 0 7px;
}

/* "ONE NIGHT ONLY" tape — top-left */
.show-image-tape {
  position: absolute; top: 42px; left: -36px; z-index: 5;
  transform: rotate(-7deg);
  background: rgba(234,242,252,0.92);
  color: #08111e;
  font-family: 'Bebas Neue', 'Awesome Serif', serif;
  font-size: 14px; letter-spacing: 0.22em;
  padding: 7px 70px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.45);
}
.show-image-credit {
  position: absolute; bottom: 22px; right: 24px; z-index: 5;
  font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase;
  color: rgba(234,242,252,0.4);
}

/* CONTENT — centered, top / bottom split */
.show-content {
  position: relative; z-index: 2;
  width: 100%;
  display: grid;
  grid-template-rows: auto 1fr auto;
  padding: 56px 48px 56px;
  text-align: center;
  align-items: center;
}

.show-top {
  display: flex; flex-direction: column; align-items: center;
  align-self: start;
  width: 100%;
}
.show-presents {
  display: flex; align-items: center; justify-content: center; gap: 16px;
  margin: 0 0 24px;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 14px; letter-spacing: 0.32em;
  color: #84beee;
  text-transform: uppercase;
}
.show-band {
  font-family: 'Bebas Neue', 'Awesome Serif', serif;
  font-weight: 400;
  font-size: clamp(44px, 6.5vw, 100px);
  line-height: 0.9;
  letter-spacing: 0.01em;
  color: #eaf2fc;
  white-space: nowrap;
  margin: 0;
  text-shadow:
    0 2px 0 rgba(0,0,0,0.25),
    0 0 40px rgba(0,0,0,0.55);
}

.show-bottom {
  display: flex; flex-direction: column; align-items: center; gap: 28px;
  align-self: end;
  width: 100%;
}

.show-divider {
  display: flex; align-items: center; gap: 12px; width: 100%;
  max-width: 720px;
}
.show-divider .line { flex: 1; height: 1px; background: rgba(234,242,252,0.22); }
.show-divider .star {
  color: #84beee; font-size: 20px;
  filter: drop-shadow(0 0 8px rgba(132,190,238,0.7));
}

.show-meta {
  display: grid;
  grid-template-columns: auto 1px auto;
  gap: 0 32px;
  align-items: center;
}
.show-meta-divider {
  height: 40px;
  background: rgba(234,242,252,0.2);
}
.show-meta-block .value {
  font-family: 'Awesome Serif', serif;
  font-size: clamp(22px, 2.2vw, 30px);
  font-weight: 500;
  color: #eaf2fc; line-height: 1.1;
  white-space: nowrap;
}
.show-meta-block .value em {
  font-style: italic; color: #84beee; font-weight: 400;
}

.show-actions {
  display: flex; gap: 20px; align-items: center; justify-content: center; flex-wrap: wrap;
}

.btn-tickets {
  display: inline-flex; align-items: center; gap: 10px;
  background: #84beee;
  color: #08111e;
  padding: 18px 40px;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 18px; font-weight: 400; letter-spacing: 0.18em;
  text-decoration: none;
  border: 1.5px solid #84beee;
  border-radius: 2px;
  transition: background 0.25s, transform 0.15s, box-shadow 0.25s;
  box-shadow: 0 8px 28px rgba(132,190,238,0.3);
}
.btn-tickets:hover {
  background: #eaf2fc;
  border-color: #eaf2fc;
  transform: translateY(-1px);
  box-shadow: 0 10px 32px rgba(234,242,252,0.35);
}
.btn-tickets svg { width: 18px; height: 18px; }

.show-venue-line {
  margin: 0;
  font-size: 12px; letter-spacing: 0.22em; text-transform: uppercase;
  color: rgba(234,242,252,0.5);
}
.show-venue-line strong { color: #eaf2fc; font-weight: 600; }

/* RESPONSIVE */
@media (max-width: 720px) {
  .show-poster { height: auto; min-height: 640px; }
  .show-bg img { object-position: center 40%; }
  .show-content { padding: 64px 24px 56px; }
  .show-meta { gap: 0 14px; }
  .show-meta-block .value { font-size: 20px; }
  .show-image-tape { top: 28px; left: -30px; font-size: 12px; padding: 6px 56px; 

}
}
