/* Vantage Stays trail-map styles
   Compact Leaflet map for trail page sidebars. Matches the brand pattern
   used on vantage-events, vantage-locale-map, vantage-explore, etc. */

.trail-map-card{position:relative;width:100%;background:#eaece8;border:1px solid var(--border, #e2e2e2);border-radius:6px;overflow:hidden;margin-bottom:1.25rem}
.trail-map-bar{padding:0.6rem 1rem;border-bottom:1px solid var(--border, #e2e2e2);display:flex;justify-content:space-between;align-items:center;background:#fff;flex-wrap:wrap;gap:0.4rem}
.trail-map-bar h3{font-family:'IBM Plex Mono',monospace;font-size:0.66rem;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;color:#5A564F;margin:0}
.trail-map-bar .open-maps-link{font-family:'Actor',sans-serif;font-size:0.65rem;letter-spacing:0.1em;text-transform:uppercase;color:#02373d;text-decoration:none;display:inline-flex;align-items:center;gap:4px;transition:color .2s}
.trail-map-bar .open-maps-link:hover{color:#C9A96E}
.trail-map-bar .open-maps-link svg{width:11px;height:11px}
.trail-map-leaflet{width:100%;height:200px;background:#dde6e3}

/* Leaflet container overrides for brand fit */
.trail-map-leaflet .leaflet-container{font-family:'Abhaya Libre',Georgia,serif;background:#dde6e3}
.trail-map-leaflet .leaflet-control-zoom a{background:#fff;color:#02373d;border:none;box-shadow:0 1px 3px rgba(0,0,0,.12);transition:all .15s}
.trail-map-leaflet .leaflet-control-zoom a:hover{background:#02373d;color:#fff}
.trail-map-leaflet .leaflet-control-attribution{background:rgba(255,255,255,.85);font-size:9px;color:#5A564F}
.trail-map-leaflet .leaflet-control-attribution a{color:#02373d}

/* Custom teardrop pin in brand teal */
.vantage-trail-pin{position:relative;width:30px;height:42px}
.vantage-trail-pin .pin-body{position:absolute;top:0;left:0;width:30px;height:30px;background:#02373d;border-radius:50% 50% 50% 0;transform:rotate(-45deg);border:2px solid #fff;box-shadow:0 3px 8px rgba(0,0,0,.25)}
.vantage-trail-pin .pin-body::after{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:8px;height:8px;background:#C9A96E;border-radius:50%}
.vantage-trail-pin .pin-shadow{position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:14px;height:4px;background:rgba(0,0,0,.2);border-radius:50%;filter:blur(2px)}

/* Fallback message when geo not available */
.trail-map-fallback{padding:30px 20px;text-align:center;font-size:13px;color:#5A564F;line-height:1.5}
.trail-map-fallback a{color:#02373d;font-weight:600}

@media (max-width:768px){
  .trail-map-leaflet{height:240px}
}
