.property-map-section{padding:80px 0;border-bottom:1px solid var(--line)}
.property-map-section--overview{padding:14px 0 72px}
.property-map-intro{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,.55fr);gap:48px;align-items:end;margin-bottom:28px}
.property-map-intro h2{font-size:clamp(34px,4vw,52px);line-height:1.04;letter-spacing:-.025em;margin:10px 0 0}
.property-map-intro p{font-size:15px;line-height:1.65;color:var(--ink-70,#4a463f);margin:0}
.property-map-shell{position:relative;border:1px solid var(--line);background:#E9E4D9}
.property-map{width:100%;height:480px;min-height:480px;z-index:0}
.property-map--overview{height:560px;min-height:560px}
.property-map-actions{display:flex;flex-wrap:wrap;justify-content:space-between;gap:12px;align-items:center;padding:14px 16px;background:var(--paper,#FAF8F3);border-top:1px solid var(--line);font-family:var(--mono);font-size:10px;letter-spacing:.1em;text-transform:uppercase}
.property-map-actions span{color:var(--ink-60)}
.property-map-actions a{color:var(--terra);border-bottom:1px solid var(--terra)}
.property-map .leaflet-control-zoom a{border:0;color:var(--ink);font-family:var(--mono)}
.property-map .leaflet-control-attribution{font-size:10px;background:rgba(250,248,243,.9)}
.property-map .leaflet-control-attribution a{color:var(--terra)}
.property-map-pin{width:22px;height:22px;border:3px solid var(--paper,#FAF8F3);border-radius:50%;background:var(--terra);box-shadow:0 2px 8px rgba(30,27,22,.34)}
.property-map .leaflet-popup-content-wrapper{border-radius:2px;background:var(--paper,#FAF8F3);box-shadow:0 8px 28px rgba(30,27,22,.22)}
.property-map .leaflet-popup-tip{background:var(--paper,#FAF8F3)}
.property-map .leaflet-popup-content{margin:16px 18px;min-width:190px;font-size:13px;line-height:1.45}
.property-map .leaflet-popup-content b{display:block;font-family:var(--serif);font-size:18px;margin-bottom:5px}
.property-map .leaflet-popup-content span{display:block;color:var(--ink-60);margin-bottom:10px}
.property-map .leaflet-popup-content a{font-family:var(--mono);font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:var(--terra);border-bottom:1px solid var(--terra)}
.property-map.is-unavailable{display:flex;align-items:center;justify-content:center;padding:32px;color:var(--ink-60);font-size:14px;line-height:1.6;text-align:center}
@media(max-width:900px){.property-map-section{padding:64px 0}.property-map-section--overview{padding:8px 0 64px}.property-map-intro{grid-template-columns:1fr;gap:14px}.property-map,.property-map--overview{height:440px;min-height:440px}}
@media(max-width:560px){.property-map,.property-map--overview{height:390px;min-height:390px}.property-map-actions{align-items:flex-start;flex-direction:column}}

