/* ============ buttons ============
   Orange is BUY/URGENCY only. --ghost is the neutral secondary.
   Doubled class selectors throughout: Elementor's kit emits
   `.elementor-kit-N a { color }` at (0,1,1), which beats a single class on an
   anchor. `.x.x` is (0,2,0) and wins regardless of stylesheet order. */
.ba-btn.ba-btn {
  display: inline-block;
  font-family: var(--ba-font-ui); font-weight: 700; font-size: 13px;
  letter-spacing: .15em; text-transform: uppercase;
  padding: 15px 26px;
  color: var(--ba-hot-ink); background: var(--ba-hot);
  clip-path: polygon(11px 0, 100% 0, 100% calc(100% - 11px), calc(100% - 11px) 100%, 0 100%, 0 11px);
  box-shadow: var(--ba-glow-hot);
  transition: filter .15s, transform .15s;
  border: 0; cursor: pointer; text-decoration: none;
}
.ba-btn.ba-btn:hover { filter: brightness(1.16); transform: translateY(-2px); }
.ba-btn--ghost.ba-btn--ghost {
  background: none; color: var(--ba-signal);
  border: 1px solid var(--ba-signal); box-shadow: none; clip-path: none;
}
.ba-btn--ghost.ba-btn--ghost:hover { background: rgba(99, 207, 227, .12); }
.ba-btn--sm.ba-btn--sm { padding: 11px 17px; font-size: 11.5px; }
/* On sale, but we don't hold the ticket link yet. Inert, and looks inert. */
.ba-btn--off.ba-btn--off {
  background: none; color: var(--ba-faint);
  border: 1px dashed var(--ba-faint); box-shadow: none; clip-path: none; cursor: default;
}
.ba-btn--off.ba-btn--off:hover { filter: none; transform: none; }

/* ============ focus ============
   Cyan, not orange. Applies to every interactive element site-wide. */
:focus-visible {
  outline: 2px solid var(--ba-signal);
  outline-offset: 3px;
}

/* ============ chromatic split ============
   The house effect. Biggest type only — it smears at small sizes. */
.ba-rgb { text-shadow: .022em 0 var(--ba-mag), -.022em 0 var(--ba-signal); }

/* ============ show row ============ */
.ba-gig {
  position: relative;
  display: grid; grid-template-columns: 92px 88px minmax(0, 1fr) auto;
  gap: 20px; align-items: center; padding: 15px 20px;
  background: linear-gradient(100deg, var(--ba-panel), rgba(11, 5, 24, .55));
  border: 1px solid var(--ba-edge);
  clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 15px, 100% 100%, 15px 100%, 0 calc(100% - 15px));
  transition: border-color .16s, transform .16s, background .16s;
}
.ba-gig:hover {
  border-color: var(--ba-violet-hot); transform: translateX(5px);
  background: linear-gradient(100deg, #1D1430, rgba(21, 14, 33, .7));
}
.ba-gig__date {
  font-family: var(--ba-font-data); text-align: center;
  border-right: 1px solid var(--ba-edge); padding-right: 12px;
}
.ba-gig__art {
  width: 88px; height: 88px; object-fit: cover; display: block;
  border: 1px solid var(--ba-edge-hot);
  transition: box-shadow .2s, transform .2s, filter .2s;
}
.ba-gig:hover .ba-gig__art {
  box-shadow: 0 0 34px rgba(195, 104, 255, .7); transform: scale(1.05); filter: saturate(1.25);
}
.ba-gig__who { min-width: 0; }
/* The headline is the route into the show page. Underlined so that reads as a
   link on touch, where there is no hover to reveal it. */
.ba-gig__who a {
  text-decoration: underline;
  text-decoration-color: rgba(99, 207, 227, .32);
  text-underline-offset: 5px; text-decoration-thickness: 1.5px;
  transition: text-decoration-color .18s;
}
.ba-gig__who a:hover { text-decoration-color: var(--ba-signal); }
.ba-gig__end { display: flex; align-items: center; gap: 18px; }
.ba-gig__price {
  font-family: var(--ba-font-display); font-weight: 700; font-size: 19px;
  color: var(--ba-hot); white-space: nowrap;
  font-variant-numeric: tabular-nums; text-shadow: 0 0 20px rgba(241, 138, 0, .5);
}
/* Rentals: no price, just where the tickets live. */
.ba-gig__via {
  font-family: var(--ba-font-data); font-weight: 400; font-size: 10.5px;
  letter-spacing: .14em; text-transform: uppercase;
  color: var(--ba-faint); text-shadow: none;
}
@media (max-width: 960px) {
  .ba-gig { grid-template-columns: 70px 66px minmax(0, 1fr); gap: 14px; padding: 13px 15px; }
  .ba-gig__art { width: 66px; height: 66px; }
  .ba-gig__end {
    grid-column: 1 / -1; justify-content: space-between;
    border-top: 1px solid var(--ba-edge); padding-top: 11px;
  }
}

/* ============ placeholder slot ============
   Content we don't have yet. Visibly empty, never invented, and never worded
   as a note to the site owner. */
.ba-slot {
  font-family: var(--ba-font-data); font-size: 11px; letter-spacing: .06em;
  color: var(--ba-faint); border-bottom: 1px dashed var(--ba-faint);
  display: inline-block; padding-bottom: 3px;
}

/* ============ nav ============ */
.ba-nav__link.ba-nav__link {
  font-family: var(--ba-font-ui); font-weight: 700; font-size: 11.5px;
  letter-spacing: .15em; text-transform: uppercase;
  color: var(--ba-dim); padding: 9px 11px; white-space: nowrap; text-decoration: none;
}
.ba-nav__link.ba-nav__link:hover { color: var(--ba-signal); text-shadow: var(--ba-glow-signal); }
/* You-are-here. NOT orange — orange is reserved for buy/urgency. */
.ba-nav__link--here.ba-nav__link--here { color: var(--ba-ink); box-shadow: inset 0 -2px 0 var(--ba-signal); }

/* ============ open / closed ============ */
.ba-status {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--ba-font-data); font-size: 10.5px; font-weight: 600;
  letter-spacing: .13em; text-transform: uppercase; white-space: nowrap;
}
.ba-status--open { color: #7CFFB0; }
.ba-status--shut { color: var(--ba-faint); }
.ba-status__bulb {
  width: 6px; height: 6px; border-radius: 50%;
  background: currentColor; box-shadow: 0 0 10px currentColor;
}
/* Decorative pulse only — respects the reduced-motion preference. */
@media (prefers-reduced-motion: no-preference) {
  .ba-status--open .ba-status__bulb { animation: ba-blink 2.2s ease-in-out infinite; }
}
@keyframes ba-blink { 0%, 100% { opacity: 1; } 50% { opacity: .3; } }
