/* ─── Unlinked venue map preview ─────────────────────────────────────────── */
.venue-preview {
  max-width: 1040px;
  padding-top: 2.5rem;
}

.venue-header {
  text-align: center;
  margin-bottom: 2rem;
}

.venue-header .eyebrow {
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 400;
  letter-spacing: 0.18em;
  margin-bottom: 0.65rem;
  text-transform: uppercase;
}

.venue-header h1 {
  font-size: clamp(2.3rem, 8vw, 4.2rem);
  letter-spacing: 0.04em;
}

.venue-instruction {
  color: var(--mid);
  font-size: 0.98rem;
  margin-bottom: 0.7rem;
}

.venue-map-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
  border-bottom: 1px solid rgba(138, 106, 20, 0.45);
}

.venue-map-link:hover,
.venue-map-link:focus-visible {
  color: var(--charcoal);
  border-bottom-color: var(--charcoal);
}

.venue-card {
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid var(--border);
  border-radius: 10px;
  box-shadow: 0 14px 40px rgba(44,44,44,0.09);
  padding: clamp(0.75rem, 2.5vw, 1.5rem);
}

.venue-map-wrap {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(44,44,44,0.12);
  background: var(--cream);
}

.venue-map-stage {
  position: relative;
  width: 100%;
  aspect-ratio: 1280 / 1072;
  overflow: hidden;
  border-radius: 8px;
}

.venue-map-stage picture {
  display: block;
  width: 100%;
  height: 100%;
}

.venue-map-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 8px;
}

.venue-map-legend {
  position: absolute;
  left: clamp(0.65rem, 2vw, 1.15rem);
  bottom: clamp(0.65rem, 2vw, 1.15rem);
  z-index: 2;
  max-width: min(16.25rem, 35.9%);
  padding: clamp(0.55rem, 1.43vw, 0.81rem) clamp(0.65rem, 1.62vw, 0.94rem);
  border: 1px solid rgba(229, 213, 183, 0.78);
  border-radius: 12px;
  background: rgba(253, 248, 240, 0.88);
  box-shadow: 0 8px 22px rgba(44,44,44,0.13);
  color: var(--charcoal);
  pointer-events: none;
  text-align: left;
  backdrop-filter: blur(4px);
}

.venue-map-legend-title {
  color: var(--gold);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  margin-bottom: 0.4rem;
  text-transform: uppercase;
}

.venue-map-legend ul {
  display: grid;
  gap: 0.29rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.venue-map-legend li {
  display: grid;
  grid-template-columns: 1.33rem 1fr;
  align-items: center;
  gap: 0.4rem;
  font-size: clamp(0.58rem, 1.2vw, 0.68rem);
  line-height: 1.25;
}

.legend-pin {
  position: relative;
  width: 0.86rem;
  height: 0.86rem;
  margin-left: 0.14rem;
  border-radius: 50%;
  background: rgba(138, 106, 20, 0.24);
  box-shadow: 0 0 0 0 rgba(138, 106, 20, 0.42);
  animation: venueLegendPulse 2.1s ease-out infinite;
}

.legend-pin::after {
  content: '';
  position: absolute;
  inset: 32%;
  border-radius: 50%;
  background: var(--gold);
}

.legend-pin-lobby {
  background: rgba(92, 149, 133, 0.24);
  box-shadow: 0 0 0 0 rgba(92, 149, 133, 0.42);
  animation-name: lobbyLegendPulse;
}

.legend-pin-lobby::after {
  background: #5c9585;
}

.legend-route {
  width: 1.14rem;
  border-top: 2.55px dotted currentColor;
}

.legend-route-tea {
  color: #b55b4f;
}

.legend-route-luncheon {
  color: #4f78a9;
}

.legend-swatch {
  width: 1.06rem;
  height: 0.6rem;
  border: 1px solid rgba(44,44,44,0.12);
  border-radius: 3px;
}

.legend-swatch-parking {
  background: #a9a9a4;
}

.legend-swatch-water {
  background: #7eb8ad;
}

.venue-hotspot {
  position: absolute;
  width: clamp(2rem, 4.4vw, 3rem);
  height: clamp(2rem, 4.4vw, 3rem);
  border: 1px solid rgba(253, 248, 240, 0.92);
  border-radius: 50%;
  background: rgba(201, 168, 76, 0.22);
  box-shadow: 0 0 0 0 rgba(201, 168, 76, 0.58), 0 0 18px rgba(201, 168, 76, 0.35);
  cursor: pointer;
  transform: translate(-50%, -50%);
  transition: background 0.2s, box-shadow 0.2s, transform 0.2s;
  animation: venuePulse 2.1s ease-out infinite;
}

.venue-hotspot::after {
  content: '';
  position: absolute;
  inset: 34%;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 2px rgba(255,255,255,0.9);
}

.venue-hotspot:hover,
.venue-hotspot:focus-visible,
.venue-hotspot.active {
  background: rgba(242, 215, 213, 0.52);
  box-shadow: 0 0 0 9px rgba(201, 168, 76, 0.18), 0 0 22px rgba(201, 168, 76, 0.52);
  outline: none;
  transform: translate(-50%, -50%) scale(1.08);
}

.venue-hotspot-lobby {
  background: rgba(92, 149, 133, 0.24);
  box-shadow: 0 0 0 0 rgba(92, 149, 133, 0.58), 0 0 18px rgba(92, 149, 133, 0.35);
  animation-name: lobbyPulse;
}

.venue-hotspot-lobby::after {
  background: #5c9585;
}

.venue-hotspot-lobby:hover,
.venue-hotspot-lobby:focus-visible,
.venue-hotspot-lobby.active {
  background: rgba(210, 229, 223, 0.58);
  box-shadow: 0 0 0 9px rgba(92, 149, 133, 0.18), 0 0 22px rgba(92, 149, 133, 0.52);
}

.venue-details {
  margin: 1.25rem auto 0;
  max-width: 620px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--white);
  padding: 1.2rem 1.35rem;
  text-align: center;
}

.venue-details-kicker {
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  margin-bottom: 0.35rem;
  text-transform: uppercase;
}

.venue-details h2 {
  color: var(--charcoal);
  font-size: clamp(1.45rem, 4vw, 2rem);
  letter-spacing: 0.04em;
  margin-bottom: 0.35rem;
}

#venue-detail-text {
  color: var(--mid);
  font-size: 0.98rem;
  white-space: pre-line;
}

#venue-detail-picture {
  display: block;
}

#venue-detail-picture[hidden] {
  display: none;
}

.venue-detail-photo {
  display: block;
  width: min(100%, 420px);
  height: auto;
  margin: 1rem auto 0;
  border-radius: 10px;
  box-shadow: 0 12px 28px rgba(44,44,44,0.14);
}

.venue-detail-photo[hidden] {
  display: none;
}

.venue-photo-preload {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.venue-photo-preload img {
  width: 1px;
  height: 1px;
}

@keyframes venuePulse {
  0% { box-shadow: 0 0 0 0 rgba(201, 168, 76, 0.52), 0 0 18px rgba(201, 168, 76, 0.35); }
  70% { box-shadow: 0 0 0 14px rgba(201, 168, 76, 0), 0 0 18px rgba(201, 168, 76, 0.35); }
  100% { box-shadow: 0 0 0 0 rgba(201, 168, 76, 0), 0 0 18px rgba(201, 168, 76, 0.35); }
}

@keyframes venueLegendPulse {
  0% { box-shadow: 0 0 0 0 rgba(138, 106, 20, 0.42); }
  70% { box-shadow: 0 0 0 8px rgba(201, 168, 76, 0); }
  100% { box-shadow: 0 0 0 0 rgba(201, 168, 76, 0); }
}

@keyframes lobbyPulse {
  0% { box-shadow: 0 0 0 0 rgba(92, 149, 133, 0.52), 0 0 18px rgba(92, 149, 133, 0.35); }
  70% { box-shadow: 0 0 0 14px rgba(92, 149, 133, 0), 0 0 18px rgba(92, 149, 133, 0.35); }
  100% { box-shadow: 0 0 0 0 rgba(92, 149, 133, 0), 0 0 18px rgba(92, 149, 133, 0.35); }
}

@keyframes lobbyLegendPulse {
  0% { box-shadow: 0 0 0 0 rgba(92, 149, 133, 0.42); }
  70% { box-shadow: 0 0 0 8px rgba(92, 149, 133, 0); }
  100% { box-shadow: 0 0 0 0 rgba(92, 149, 133, 0); }
}

@media (max-width: 640px) {
  .venue-preview {
    padding: 2rem 0.75rem 3rem;
  }

  .venue-card {
    border-radius: 8px;
  }

  .venue-map-legend {
    position: static;
    max-width: none;
    margin: 0;
    border: 0;
    border-top: 1px solid rgba(229, 213, 183, 0.78);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: none;
    backdrop-filter: none;
  }

  .venue-details {
    text-align: left;
  }
}

.venue-hotspot-parking {
  border-color: rgba(253, 248, 240, 0.95);
  background: rgba(91, 122, 116, 0.28);
  box-shadow: 0 0 0 0 rgba(91, 122, 116, 0.5), 0 0 18px rgba(91, 122, 116, 0.3);
  color: #fdf8f0;
  font-family: var(--font-body);
  font-size: clamp(0.78rem, 1.65vw, 1.08rem);
  font-weight: 700;
  letter-spacing: 0;
}

.venue-hotspot-parking::after {
  content: 'P';
  inset: 18%;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #5b7a74;
  box-shadow: 0 0 0 2px rgba(255,255,255,0.92);
}

.venue-hotspot-parking:hover,
.venue-hotspot-parking:focus-visible,
.venue-hotspot-parking.active {
  background: rgba(91, 122, 116, 0.42);
  box-shadow: 0 0 0 9px rgba(91, 122, 116, 0.18), 0 0 22px rgba(91, 122, 116, 0.45);
}

.legend-pin-parking {
  display: grid;
  place-items: center;
  color: #fdf8f0;
  font-size: 0.58rem;
  font-weight: 700;
  background: #5b7a74;
  box-shadow: none;
  animation: none;
}

.legend-pin-parking::after {
  display: none;
}
