.lhb-pin { background: transparent !important; border: 0 !important; }
.lhb-pin-dot {
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: linear-gradient(145deg, #f0d060, #a07020);
  box-shadow: 0 0 0 4px rgb(201 150 47 / 0.28), 0 8px 18px rgb(14 14 16 / 0.28);
  position: relative;
}
.lhb-pin-dot::after,
.lhb-pin-house::after {
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: 999px;
  border: 1px solid rgb(201 150 47 / 0.45);
  animation: lhb-pulse 2.4s ease-out infinite;
  pointer-events: none;
}
.lhb-pin-house {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  color: #f0d060;
  background: #0e0e10;
  box-shadow: 0 0 0 3px rgb(201 150 47 / 0.32), 0 8px 18px rgb(14 14 16 / 0.28);
  transition: transform 200ms ease;
}
.lhb-pin-house svg { width: 16px; height: 16px; }
.lhb-pin:hover .lhb-pin-house,
.lhb-pin.is-open .lhb-pin-house { transform: scale(1.12); }
@keyframes lhb-pulse { to { transform: scale(1.8); opacity: 0; } }
.lhb-map-frame { overflow: visible; border-radius: 6px; border: 1px solid #e4e4e6; box-shadow: 0 1px 2px rgb(14 14 16 / 0.04), 0 8px 24px -12px rgb(14 14 16 / 0.18); }
.lhb-map.leaflet-container,
#lhb-map.leaflet-container {
  overflow: visible !important;
  border-radius: 6px;
  width: 100%;
}
#lhb-map .leaflet-popup-pane { overflow: visible; }
.leaflet-popup.lhb-pop-below .leaflet-popup-tip-container { top: 0; bottom: auto; margin-top: -10px; }
.leaflet-popup-content-wrapper {
  padding: 0;
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 0 16px 40px rgb(14 14 16 / 0.18);
}
.leaflet-popup-content { margin: 0; width: min(260px, calc(100vw - 48px)) !important; font-family: Manrope, sans-serif; }
.leaflet-container a.leaflet-popup-close-button {
  top: 8px; right: 8px; width: 24px; height: 24px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 999px; background: rgb(14 14 16 / 0.55); color: #fff; font-size: 18px; line-height: 1;
}
.lhb-pop-media { display: block; aspect-ratio: 16 / 10; overflow: hidden; background: #0e0e10; }
.lhb-pop-media img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center 60%; }
.lhb-pop-body { padding: 12px 14px 14px; }
.lhb-pop h3 { margin: 0 0 4px; font-family: "Playfair Display", Georgia, serif; font-size: 1.2rem; color: #0e0e10; }
.lhb-pop p { margin: 0 0 8px; font-size: 0.82rem; color: #4a4a52; }
.lhb-pop-body a { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: #a97a24; text-decoration: none; }
.lhb-map-caption { margin: 12px 0 0; text-align: center; font-size: 0.75rem; color: #8e8e95; }
@media (max-width: 781px) {
  .lhb-map { min-height: 420px; }
}
@media (prefers-reduced-motion: reduce) {
  .lhb-pin-house::after, .lhb-pin-dot::after { animation: none; }
}
