/**
 * Venue single template (IndyGG). Scoped under .venue-single.
 * Accent color: --venue-accent (set inline on root from ACF primary color).
 */

.venue-single {
  --cyan: #00d4ff;
  --red: #ff3152;
  --border: #e4e6ea;
  --surface: #f6f7f9;
  --accent: var(--venue-accent, #00d4ff);
}

.venue-single__progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 2px;
  width: 0;
  z-index: 999;
  background: linear-gradient(to right, var(--accent), var(--red));
  transition: width 0.1s linear;
}

.venue-single__breadcrumb {
  background: var(--surface);
  border-bottom: 1px solid var(--border);
}

.venue-single__breadcrumb-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 24px;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.venue-single__crumb {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 11px;
  color: #aaa;
  text-decoration: none;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.venue-single__crumb:hover {
  color: var(--accent);
}

.venue-single__crumb--current {
  color: #111;
}

.venue-single__crumb-sep {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 11px;
  color: #ccc;
}

/* Hero */
.venue-single__hero {
  position: relative;
  overflow: hidden;
  min-height: 380px;
  display: flex;
  align-items: flex-end;
  background: linear-gradient(135deg, #06060f 0%, #0c0c22 60%, #06060f 100%);
}

.venue-single__hero-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.venue-single__hero-grid {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  background-image:
    repeating-linear-gradient(0deg, transparent, transparent 60px, rgba(255, 255, 255, 0.018) 60px, rgba(255, 255, 255, 0.018) 61px),
    repeating-linear-gradient(90deg, transparent, transparent 60px, rgba(255, 255, 255, 0.018) 60px, rgba(255, 255, 255, 0.018) 61px);
}

.venue-single__hero-scanline {
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(to right, transparent, rgba(0, 212, 255, 0.25), transparent);
  z-index: 2;
  animation: venue-single-scan 8s linear infinite;
  pointer-events: none;
}

@keyframes venue-single-scan {
  0% {
    top: -2px;
  }
  100% {
    top: 100%;
  }
}

.venue-single__hero-glow {
  position: absolute;
  bottom: -120px;
  left: -80px;
  width: 600px;
  height: 600px;
  pointer-events: none;
  z-index: 1;
  background: radial-gradient(circle, rgba(0, 212, 255, 0.14) 0%, transparent 65%);
}

.venue-single__hero-glow-r {
  position: absolute;
  top: -80px;
  right: 40px;
  width: 400px;
  height: 400px;
  pointer-events: none;
  z-index: 1;
  background: radial-gradient(circle, rgba(255, 49, 82, 0.09) 0%, transparent 65%);
}

.venue-single__hero-darken {
  position: absolute;
  inset: 0;
  z-index: 3;
  background: linear-gradient(to top, rgba(6, 6, 15, 1) 0%, rgba(6, 6, 15, 0.55) 50%, rgba(6, 6, 15, 0.1) 100%);
}

.venue-single__hero-stripe {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: var(--accent);
  z-index: 5;
}

.venue-single__hero-wm {
  position: absolute;
  right: -20px;
  bottom: -30px;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(6rem, 18vw, 14rem);
  color: rgba(255, 255, 255, 0.025);
  letter-spacing: 0.06em;
  pointer-events: none;
  z-index: 2;
  line-height: 1;
  user-select: none;
}

.venue-single__hero-inner {
  position: relative;
  z-index: 5;
  padding: 40px 24px 44px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.venue-single__tags {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}

.venue-single__tag {
  display: inline-block;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  padding: 3px 10px;
}

.venue-single__tag--accent {
  background: var(--accent);
  color: #000;
}

.venue-single__tag--dark {
  background: #1a1a2a;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.venue-single__tag--outline {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #888;
}

.venue-single__tag--green {
  background: rgba(34, 197, 94, 0.15);
  color: #22c55e;
  border: 1px solid rgba(34, 197, 94, 0.25);
}

.venue-single__identity {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 16px;
}

.venue-single__logo-box {
  width: 88px;
  height: 88px;
  border: 1.5px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  margin-top: 4px;
}

.venue-single__logo-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 10px;
}

.venue-single__logo-fallback {
  font-size: 1.75rem;
  line-height: 1;
  color: var(--accent);
}

.venue-single__logo-corner {
  position: absolute;
  width: 10px;
  height: 10px;
  border-color: var(--accent);
  border-style: solid;
}

.venue-single__logo-corner--tl {
  top: 0;
  left: 0;
  border-width: 1.5px 0 0 1.5px;
}
.venue-single__logo-corner--tr {
  top: 0;
  right: 0;
  border-width: 1.5px 1.5px 0 0;
}
.venue-single__logo-corner--bl {
  bottom: 0;
  left: 0;
  border-width: 0 0 1.5px 1.5px;
}
.venue-single__logo-corner--br {
  bottom: 0;
  right: 0;
  border-width: 0 1.5px 1.5px 0;
}

.venue-single__title {
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(2.4rem, 5vw, 3.8rem);
  color: #fff;
  line-height: 0.97;
  margin: 0 0 6px;
  letter-spacing: 0.04em;
}

.venue-single__subtitle {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 12px;
  color: #555;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0;
}

.venue-single__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 16px;
}

.venue-single__meta-item {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 14px;
  color: #888;
  font-weight: 600;
}

.venue-single__meta-item svg {
  color: #444;
  flex-shrink: 0;
}

.venue-single__meta-item--hl {
  color: var(--accent);
  font-weight: 700;
}

.venue-single__meta-item a {
  color: inherit;
  text-decoration: none;
}

.venue-single__meta-item a:hover {
  text-decoration: underline;
}

/* Tabs */
.venue-single__tabs {
  background: #fff;
  border-bottom: 2px solid var(--border);
  position: sticky;
  top: 0;
  z-index: 30;
}

.venue-single__tabs-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
}

.venue-single__tab {
  font-weight: 700;
  font-size: 13px;
  color: #888;
  background: none;
  border: none;
  border-bottom: 2px solid transparent;
  padding: 15px 20px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  transition: color 0.15s, border-color 0.15s;
  margin-bottom: -2px;
  cursor: pointer;
}

.venue-single__tab:hover {
  color: #111;
}

.venue-single__tab.is-on {
  color: #111;
  border-bottom-color: var(--accent);
}

/* Layout */
.venue-single__wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 24px 80px;
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 48px;
  align-items: start;
}

@media (max-width: 900px) {
  .venue-single__wrap {
    grid-template-columns: 1fr;
  }
}

.venue-single__sec-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
}

.venue-single__sec-bar {
  width: 3px;
  height: 18px;
  background: var(--accent);
  flex-shrink: 0;
}

.venue-single__sec-label {
  font-weight: 800;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
}

.venue-single__sec-line {
  flex: 1;
  height: 1px;
  background: var(--border);
}

.venue-single__sec-extra {
  font-size: 13px;
  color: #888;
}

.venue-single__section {
  margin-bottom: 40px;
}

/*
 * Don't hard-hide panels in CSS.
 * If Alpine doesn't initialize for any reason, we still want content visible.
 */

.venue-single__about {
  font-size: 16px;
  line-height: 1.8;
  color: #444;
}

.venue-single__about p {
  margin: 0 0 16px;
}

.venue-single__about p:last-child {
  margin-bottom: 0;
}

.venue-single__detail-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
}

@media (max-width: 640px) {
  .venue-single__detail-grid {
    grid-template-columns: 1fr;
  }
}

.venue-single__detail-cell {
  background: #fff;
  padding: 14px 16px;
  transition: background 0.15s;
}

.venue-single__detail-cell:hover {
  background: var(--surface);
}

.venue-single__detail-cell--full {
  grid-column: 1 / -1;
}

.venue-single__detail-key {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #aaa;
  margin-bottom: 5px;
}

.venue-single__detail-val {
  font-weight: 700;
  font-size: 14px;
  color: #111;
  line-height: 1.4;
}

.venue-single__detail-val a {
  color: var(--accent);
}

.venue-single__detail-val--dim {
  color: #aaa;
  font-weight: 400;
}

.venue-single__detail-val--yes {
  color: #16a34a;
}

.venue-single__detail-val--pending {
  color: #ca8a04;
  font-weight: 400;
}

.venue-single__games {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.venue-single__game-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  font-size: 13px;
  background: var(--surface);
  border: 1.5px solid var(--border);
  color: #444;
  padding: 8px 14px;
  transition: border-color 0.2s, color 0.2s, background 0.2s;
}

.venue-single__game-chip:hover {
  border-color: var(--accent);
  color: #111;
  background: #fff;
}

.venue-single__game-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
  background: var(--accent);
}

.venue-single__game-chip:nth-child(5n + 2) .venue-single__game-dot {
  background: #c89b3c;
}
.venue-single__game-chip:nth-child(5n + 3) .venue-single__game-dot {
  background: #f97316;
}
.venue-single__game-chip:nth-child(5n + 4) .venue-single__game-dot {
  background: #888;
}
.venue-single__game-chip:nth-child(5n + 5) .venue-single__game-dot {
  background: #a855f7;
}
.venue-single__game-chip:nth-child(5n) .venue-single__game-dot {
  background: #22c55e;
}

/* Staff */
.venue-single__staff-card {
  background: #fff;
  border: 1.5px solid var(--border);
  border-left: 3px solid var(--accent);
  padding: 22px 24px;
  display: flex;
  gap: 14px;
  margin-bottom: 12px;
}

.venue-single__staff-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--accent);
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 16px;
  flex-shrink: 0;
}

.venue-single__staff-name {
  font-weight: 800;
  font-size: 16px;
  color: #111;
  margin: 0 0 2px;
}

.venue-single__staff-role {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 10px;
  color: #aaa;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin: 0 0 10px;
}

.venue-single__staff-bio {
  font-size: 14px;
  color: #666;
  line-height: 1.65;
  margin: 0 0 12px;
}

.venue-single__contact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px 14px;
}

@media (max-width: 720px) {
  .venue-single__contact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 480px) {
  .venue-single__contact-grid {
    grid-template-columns: 1fr;
  }
}

.venue-single__contact-item {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.venue-single__staff-links {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.venue-single__staff-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 11px;
  color: var(--accent);
  letter-spacing: 0.03em;
  text-decoration: none;
}

.venue-single__staff-link:hover {
  text-decoration: underline;
}

.venue-single__inquiry {
  background: var(--surface);
  border: 1.5px solid var(--border);
  padding: 20px 22px;
  margin-top: 4px;
}

.venue-single__inquiry-kicker {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 9px;
  color: #aaa;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.venue-single__inquiry-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}

.venue-single__inquiry-title {
  font-weight: 700;
  font-size: 15px;
  color: #111;
  margin: 0 0 4px;
}

.venue-single__inquiry-text {
  font-size: 14px;
  color: #888;
  margin: 0;
}

.venue-single__inquiry-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--accent);
  color: #000;
  font-weight: 800;
  font-size: 13px;
  padding: 10px 20px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
  text-decoration: none;
  border: none;
  cursor: pointer;
}

.venue-single__inquiry-btn:hover {
  opacity: 0.88;
}

/* Sidebar */
.venue-single__sidebar {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: sticky;
  top: 96px;
}

@media (max-width: 900px) {
  .venue-single__sidebar {
    position: static;
  }
}

.venue-single__side-card {
  background: #fff;
  border: 1.5px solid var(--border);
  border-top: 3px solid var(--accent);
  overflow: hidden;
}

.venue-single__side-head {
  padding: 12px 16px;
  border-bottom: 1px solid var(--border);
  font-weight: 800;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
}

.venue-single__side-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  padding: 11px 16px;
  border-bottom: 1px solid var(--border);
}

.venue-single__side-row:last-child {
  border-bottom: none;
}

.venue-single__side-key {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 10px;
  color: #aaa;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  flex-shrink: 0;
  padding-top: 1px;
}

.venue-single__side-val {
  font-weight: 700;
  font-size: 13px;
  color: #111;
  text-align: right;
  line-height: 1.4;
}

.venue-single__side-val a {
  color: var(--accent);
}

.venue-single__side-val--yes {
  color: #16a34a;
}

.venue-single__side-val--pending {
  color: #ca8a04;
  font-weight: 400;
}

.venue-single__verify {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  background: #f0fdf4;
  border-top: 1px solid #bbf7d0;
}

.venue-single__verify-icon {
  width: 28px;
  height: 28px;
  background: rgba(34, 197, 94, 0.15);
  border: 1px solid #bbf7d0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #16a34a;
}

.venue-single__verify-label {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 10px;
  color: #16a34a;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.venue-single__verify-date {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 9px;
  color: #aaa;
  margin-top: 2px;
}

.venue-single__recruit {
  border: 1.5px solid var(--border);
  padding: 22px;
}

.venue-single__recruit h3 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.6rem;
  color: #111;
  margin: 0 0 6px;
  letter-spacing: 0.04em;
}

.venue-single__recruit p {
  font-size: 13px;
  color: #888;
  line-height: 1.6;
  margin: 0 0 16px;
}

.venue-single__recruit-btn {
  display: block;
  width: 100%;
  text-align: center;
  background: var(--accent);
  color: #000;
  font-weight: 800;
  font-size: 13px;
  padding: 12px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
}

.venue-single__recruit-btn:hover {
  opacity: 0.88;
}

.venue-single__social-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--border);
}

.venue-single__social-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: #fff;
  padding: 12px;
  font-weight: 700;
  font-size: 12px;
  color: #666;
  text-decoration: none;
  transition: background 0.15s, color 0.15s;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.venue-single__social-btn:hover {
  background: var(--surface);
  color: #111;
}

.venue-single__related {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 11px 16px;
  border-bottom: 1px solid var(--border);
  text-decoration: none;
  transition: background 0.15s;
}

.venue-single__related:last-child {
  border-bottom: none;
}

.venue-single__related:hover {
  background: var(--surface);
}

.venue-single__related-logo {
  width: 34px;
  height: 34px;
  background: var(--surface);
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Bebas Neue", sans-serif;
  font-size: 0.85rem;
  color: #aaa;
  flex-shrink: 0;
}

.venue-single__related-name {
  font-weight: 700;
  font-size: 13px;
  color: #555;
  margin: 0 0 1px;
}

.venue-single__related-meta {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 10px;
  color: #bbb;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.venue-single__related-arrow {
  color: #ccc;
  margin-left: auto;
  flex-shrink: 0;
}

.venue-single__correction {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 12px;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 10px;
  color: #aaa;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: 1px solid var(--border);
  text-decoration: none;
  transition: border-color 0.15s, color 0.15s;
}

.venue-single__correction:hover {
  border-color: var(--accent);
  color: var(--accent);
}

/* ── Venue-only (mockup extras) ─────────────────────────────────── */

.venue-single__tag--yellow {
  background: rgba(234, 179, 8, 0.15);
  color: #ca8a04;
  border: 1px solid rgba(234, 179, 8, 0.25);
}

.venue-single__hero-sub {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 12px;
  color: #555;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0;
}

.venue-single__logo-box {
  width: 80px;
  height: 80px;
}

.venue-single__map-wrap {
  position: relative;
  overflow: hidden;
  border: 1.5px solid var(--border);
  background: var(--surface);
  margin-bottom: 40px;
}

.venue-single__map-area {
  height: 260px;
  background: linear-gradient(135deg, #e8ecef 0%, #d4dce6 100%);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.venue-single__map-embed {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  z-index: 0;
  filter: saturate(0.9) contrast(1.05);
}

.venue-single__map-grid-lines {
  position: absolute;
  inset: 0;
  z-index: 1;
  background-image:
    repeating-linear-gradient(0deg, transparent, transparent 30px, rgba(0, 0, 0, 0.04) 30px, rgba(0, 0, 0, 0.04) 31px),
    repeating-linear-gradient(90deg, transparent, transparent 40px, rgba(0, 0, 0, 0.04) 40px, rgba(0, 0, 0, 0.04) 41px);
}

.venue-single__map-pin-wrap {
  position: relative;
  z-index: 2;
  text-align: center;
}

.venue-single__map-pin {
  width: 44px;
  height: 44px;
  background: var(--accent);
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  margin: 0 auto 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(0, 212, 255, 0.35);
  color: #000;
}

.venue-single__map-pin svg {
  transform: rotate(45deg);
}

.venue-single__map-label-box {
  background: rgba(255, 255, 255, 0.9);
  padding: 5px 12px;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #555;
  display: inline-block;
}

.venue-single__map-open-corner {
  position: absolute;
  bottom: 12px;
  right: 12px;
  z-index: 3;
}

.venue-single__map-open-corner a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #ddd;
  padding: 5px 12px;
  font-weight: 700;
  font-size: 11px;
  color: #555;
  text-decoration: none;
}

.venue-single__map-open-corner a:hover {
  border-color: var(--accent);
  color: var(--accent);
}

.venue-single__map-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  border-top: 1px solid var(--border);
  background: #fff;
  flex-wrap: wrap;
  gap: 12px;
}

.venue-single__map-address {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: #555;
  font-weight: 600;
}

.venue-single__map-open-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--accent);
  text-decoration: none;
}

.venue-single__map-open-link:hover {
  text-decoration: underline;
}

.venue-single__games-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-bottom: 4px;
}

@media (max-width: 720px) {
  .venue-single__games-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .venue-single__games-grid {
    grid-template-columns: 1fr;
  }
}

.venue-single__program-list {
  border: 1.5px solid var(--border);
  overflow: hidden;
}

.venue-single__program-row {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 18px;
  border-bottom: 1px solid var(--border);
  text-decoration: none;
  color: inherit;
  transition: background 0.15s;
}

.venue-single__program-row:last-child {
  border-bottom: none;
}

.venue-single__program-row:hover {
  background: var(--surface);
}

.venue-single__program-initial {
  width: 38px;
  height: 38px;
  background: rgba(0, 212, 255, 0.1);
  border: 1px solid rgba(0, 212, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Bebas Neue", sans-serif;
  font-size: 0.95rem;
  color: var(--accent);
  flex-shrink: 0;
}

.venue-single__program-body {
  flex: 1;
  min-width: 0;
}

.venue-single__program-title {
  font-weight: 700;
  font-size: 14px;
  color: #111;
  margin: 0 0 2px;
}

.venue-single__program-meta {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 10px;
  color: #aaa;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.venue-single__nearby {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 11px 16px;
  border-bottom: 1px solid var(--border);
  text-decoration: none;
  transition: background 0.15s;
  color: inherit;
}

.venue-single__nearby:last-child {
  border-bottom: none;
}

.venue-single__nearby:hover {
  background: var(--surface);
}

.venue-single__nearby-icon {
  width: 34px;
  height: 34px;
  background: var(--surface);
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #aaa;
}

.venue-single__nearby-name {
  font-weight: 700;
  font-size: 13px;
  color: #555;
  margin: 0 0 1px;
}

.venue-single__nearby-meta {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 10px;
  color: #bbb;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.venue-single__nearby-arrow {
  color: #ccc;
  margin-left: auto;
  flex-shrink: 0;
}

.venue-single__notes-callout {
  background: var(--surface);
  border: 1.5px solid var(--border);
  border-left: 3px solid var(--accent);
  padding: 16px 18px;
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.venue-single__notes-callout svg {
  color: var(--accent);
  flex-shrink: 0;
  margin-top: 2px;
}

.venue-single__notes-callout div {
  font-size: 14px;
  color: #666;
  line-height: 1.65;
}

.venue-single__cta-stack {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.venue-single__cta-outline {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  text-align: center;
  background: #fff;
  color: #555;
  font-weight: 700;
  font-size: 13px;
  padding: 11px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border: 1.5px solid var(--border);
  text-decoration: none;
  transition: border-color 0.15s, color 0.15s;
}

.venue-single__cta-outline:hover {
  border-color: var(--accent);
  color: var(--accent);
}

.venue-single__inquiry--after-contact {
  margin-top: 12px;
}

.venue-single__detail-val--no {
  color: var(--red);
  font-weight: 700;
}
