/* Festival Map page — static approved map display */
.festival-location{background:var(--cream);border:2px solid var(--ink);border-radius:18px;padding:2rem;text-align:center;margin-bottom:2rem}
.festival-location h2{font-size:clamp(1.6rem,4vw,2.4rem);margin-bottom:.4rem}
.festival-location .loc-address{font-family:var(--body);font-size:1.05rem;color:var(--ink);margin-bottom:1.2rem;line-height:1.5}
.festival-location .loc-address span{display:block}
.festival-location .loc-address .loc-detail{color:var(--muted);font-size:.92rem}
.map-frame-static{position:relative;border:2px solid var(--ink);border-radius:14px;overflow:hidden;background:#F6F4E0;box-shadow:6px 6px 0 var(--ink)}
.map-frame-static img{display:block;width:100%;height:auto}
.map-zoom-bar{display:flex;gap:.6rem;justify-content:center;margin-top:1rem;flex-wrap:wrap}
.map-zoom-bar .btn{font-size:.82rem;padding:.7rem 1.4rem}
.map-note{font-size:.85rem;color:var(--muted);text-align:center;margin-top:.6rem;line-height:1.4}
@media(max-width:643px){
  .map-frame-static{overflow:auto;-webkit-overflow-scrolling:touch}
  .map-frame-static img{min-width:900px;width:auto;max-width:none}
}
.map-lightbox{position:fixed;inset:0;background:rgba(35,31,32,.92);z-index:1000;display:none;align-items:center;justify-content:center;padding:1rem}
.map-lightbox.open{display:flex}
.map-lightbox img{max-width:95vw;max-height:90vh;border:2px solid var(--cream);border-radius:8px}
.map-lightbox-close{position:fixed;top:1rem;right:1.5rem;font-size:2rem;color:var(--cream);cursor:pointer;background:none;border:none;line-height:1;z-index:1001}
.map-legend-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.8rem;margin-top:1.5rem}
.map-legend-list li{display:flex;align-items:flex-start;gap:.5rem;font-size:.88rem;color:var(--muted);line-height:1.3}
.map-legend-list li svg{width:18px;height:18px;flex-shrink:0;margin-top:1px}
.map-legend-list li b{color:var(--ink)}
.acc-location-group{margin-bottom:1.8rem}
.acc-location-group h2{font-size:1.15rem;margin-bottom:.6rem;border-bottom:2px solid var(--ink);padding-bottom:.3rem}
.acc-location-list{list-style:none;padding:0;margin:0}
.acc-location-list li{padding:.6rem 0;border-bottom:1px solid #e8e4d0;font-size:.92rem;line-height:1.5}
.acc-location-list li b{display:inline-block;margin-right:.3rem}
.acc-location-list li .acc-desc{color:var(--muted);font-size:.86rem;display:block;margin-top:.15rem}
