.hero-map-active .explorer .world-map {
  display: none;
}
.hero-map-active .explorer {
  padding-bottom: 18px;
}
.map-hero {
  position: relative;
  height: min(62vh, 610px);
  min-height: 490px;
  background: #d8e5ee;
  overflow: hidden;
}
.map-hero #hero-map {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.map-hero-copy {
  position: absolute;
  z-index: 500;
  left: 4vw;
  top: 36px;
  width: min(520px, calc(100% - 32px));
  padding: 22px;
  background: transparent;
  color: #051d39;
  text-shadow: 0 1px 0 rgba(255,255,255,.95), 0 2px 12px rgba(255,255,255,.9);
}
.map-hero-copy h1 {
  font-size: clamp(36px, 5vw, 64px);
  line-height: 0.98;
  margin: 12px 0 16px;
}
.map-hero-copy p {
  font-size: 17px;
  line-height: 1.55;
  color: #082b55;
  font-weight: 700;
}
.map-hero-copy .secondary {
  border-color: #082b55;
  color: #082b55;
  background: rgba(255,255,255,.9);
  text-shadow: none;
}
.map-hero-copy .primary { text-shadow: none; }
.map-hero-key {
  position: absolute;
  z-index: 500;
  right: 16px;
  bottom: 16px;
  padding: 9px 12px;
  background: rgba(5, 29, 57, 0.9);
  color: #fff;
  font-size: 12px;
  border-radius: 4px;
}
.map-scroll-cue {
  position: absolute;
  z-index: 500;
  left: 50%;
  bottom: 14px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 18px;
  border-radius: 999px;
  background: #fff;
  color: #082b55;
  box-shadow: 0 6px 24px rgba(3,20,40,.28);
  text-decoration: none;
  font-weight: 900;
  white-space: nowrap;
}
.map-scroll-cue strong { font-size: 1.3rem; color: #e21b2d; }
.map-scroll-cue:hover, .map-scroll-cue:focus-visible { transform: translateX(-50%) translateY(-2px); }
.club-map-icon {
  background: none !important;
  border: 0 !important;
}
.club-map-icon div {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  background: #fff;
  border: 3px solid #d8a72f;
  border-radius: 50%;
  box-shadow: 0 4px 16px rgba(3, 20, 40, 0.38);
  overflow: hidden;
  font-weight: 900;
  color: #082b55;
}
.club-map-icon img {
  width: 36px;
  height: 36px;
  object-fit: contain;
}
.club-map-popup .leaflet-popup-content {
  margin: 16px;
  width: 250px !important;
}
.club-map-popup h3 {
  margin: 8px 0 6px;
  color: #082b55;
}
.club-map-popup p {
  margin: 5px 0;
}
.club-map-popup a {
  display: inline-block;
  margin-top: 9px;
  color: #0b5e9b;
  font-weight: 800;
}
.leaflet-control-layers,
.leaflet-control-zoom {
  border-color: rgba(8, 43, 85, 0.28) !important;
}
.leaflet-control-attribution {
  font-size: 10px;
}
@media (max-width: 720px) {
  .map-hero {
    height: 560px;
    min-height: 520px;
  }
  .map-hero-copy {
    top: 14px;
    left: 14px;
    padding: 20px;
  }
  .map-hero-copy h1 {
    font-size: 38px;
  }
  .map-hero-key {
    display: none;
  }
  .map-scroll-cue { bottom: 12px; }
  .leaflet-top {
    top: 310px;
  }
}
