.map-section{background:var(--bg-dark)}
.map-legend{display:flex;gap:24px;flex-wrap:wrap;margin-bottom:20px}
.ml-item{display:flex;align-items:center;gap:8px;font-size:.72rem;color:var(--tx-dim);letter-spacing:.06em}
.ml-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}
.ml-foto{background:#f59e0b}.ml-summit{background:#ef4444}.ml-trek{background:#3b82f6}.ml-iconic{background:#a855f7}
#mapContainer{width:100%;height:540px;border:1px solid rgba(249,115,22,.15);position:relative;overflow:hidden;margin-bottom:32px;background:var(--bg-card)}
#mapMsg{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-family:var(--serif);font-size:1.1rem;color:var(--tx-dim)}
.map-locations{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.ml-card{display:flex;gap:12px;padding:16px;background:var(--bg-card);border:1px solid rgba(249,115,22,.08);transition:all .25s;cursor:default}
.ml-card:hover{border-color:rgba(249,115,22,.25);transform:translateY(-2px)}
.mlc-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0;margin-top:4px}
.mlc-foto{background:#f59e0b}.mlc-summit{background:#ef4444}.mlc-trek{background:#3b82f6}.mlc-iconic{background:#a855f7}
.ml-card h3{font-family:var(--serif);font-size:.95rem;font-weight:400;color:var(--snow);margin-bottom:2px}
.mlc-masiv{font-size:.62rem;color:var(--gold);letter-spacing:.1em;text-transform:uppercase}
.ml-card p{font-size:.78rem;color:var(--tx-dim);line-height:1.5;margin-top:4px}
@media(max-width:900px){.map-locations{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.map-locations{grid-template-columns:1fr}#mapContainer{height:380px}}
