.location-wrapper { padding-top:12px; }
.location-container,.location-content { width:100%; }
.location-content { display:flex; flex-direction:column; gap:54px; }
.location-hero { position:relative; display:grid; grid-template-columns:minmax(0,1fr) minmax(300px,.7fr); gap:60px; align-items:end; min-height:390px; padding:68px 64px 58px; overflow:hidden; background:var(--brand-black); color:#fff; }
.location-hero::after { position:absolute; top:0; right:0; width:32%; height:12px; background:var(--brand-orange); content:""; }
.location-hero .brand-watermark { position:absolute; top:52px; left:30px; }
.location-hero>div,.location-hero>p { position:relative; z-index:1; }
.location-hero .brand-heading { color:#fff; }
.location-hero>p { margin:0; padding:26px 0 8px 28px; border-left:5px solid var(--brand-orange); color:#eee; font-size:21px; font-weight:800; line-height:1.7; word-break:keep-all; }
.location-map-frame { position:relative; height:520px; padding:14px; background:var(--brand-orange); box-shadow:0 20px 48px rgba(0,0,0,.12); }
.location-map-frame::before { position:absolute; top:-24px; left:0; padding:8px 15px; background:var(--brand-black); color:#fff; content:"MAP"; font-size:11px; font-weight:900; letter-spacing:.18em; }
.map-area { width:100%; height:100%; }
.location-details { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); border-top:1px solid var(--brand-line); border-left:1px solid var(--brand-line); }
.location-detail { position:relative; min-height:180px; padding:30px 32px; border-right:1px solid var(--brand-line); border-bottom:1px solid var(--brand-line); background:#fff; }
.location-detail:first-child { grid-column:1/-1; background:var(--brand-black); color:#fff; }
.info-title { display:flex; align-items:center; gap:14px; margin-bottom:24px; }
.info-icon { display:flex; width:46px; height:46px; align-items:center; justify-content:center; border-radius:50%; background:#fff0e8; color:var(--brand-orange); }
.location-detail:first-child .info-icon { background:var(--brand-orange); color:#fff; }
.info-icon svg { width:22px; height:22px; stroke:currentColor; }
.info-title h3 { margin:0; color:var(--brand-black); font-size:19px; font-weight:900; }
.location-detail:first-child .info-title h3 { color:#fff; }
.info-content p { margin:0; color:var(--brand-muted); font-size:17px; line-height:1.7; word-break:break-word; }
.location-detail:first-child .info-content p { color:#fff; font-size:22px; font-weight:800; }
.info-content a { color:inherit; text-underline-offset:4px; }
.custom-marker { position:relative; width:160px; text-align:center; }.marker-inner { display:inline-block; padding:7px 13px; border-radius:18px; background:var(--brand-orange); color:#fff; font-size:13px; font-weight:700; white-space:nowrap; box-shadow:0 3px 10px rgba(0,0,0,.22); }.marker-inner::after { position:absolute; bottom:-8px; left:50%; border-width:8px 6px 0; border-style:solid; border-color:var(--brand-orange) transparent transparent; content:""; transform:translateX(-50%); }
@media(max-width:900px){.location-hero{grid-template-columns:1fr;min-height:0;padding:58px 48px}.location-map-frame{height:440px}}
@media(max-width:600px){.location-wrapper{padding-top:0}.location-content{gap:42px}.location-hero{gap:34px;padding:44px 24px}.location-hero>p{font-size:18px}.location-map-frame{height:330px;padding:8px}.location-details{grid-template-columns:1fr}.location-detail:first-child{grid-column:auto}.location-detail{min-height:155px;padding:26px 22px}.location-detail:first-child .info-content p{font-size:18px}}
