.location-page main { padding-top:0; }
.location-map { width:100%; height:620px; margin:22px 0 34px; overflow:hidden; background:#eee; }
.location-map img { display:block; width:100%; height:100%; object-fit:cover; }

.location-layout { display:grid; grid-template-columns:minmax(0,2fr) minmax(270px,1fr); gap:32px; align-items:start; }
.location-copy { padding-right:22px; }
.location-copy h1 { display:flex; align-items:center; gap:20px; margin:0 0 9px; font-size:clamp(31px,4vw,50px); line-height:1; text-align:center; white-space:nowrap; }
.location-copy h1::before,.location-copy h1::after { content:""; flex:1; height:2px; background:#080808; }
.location-copy .subtitle { margin:0 0 28px; font-size:12px; font-weight:600; letter-spacing:.09em; text-align:center; }
.location-copy h2 { margin:24px 0 7px; font-size:14px; }
.location-copy p { margin:0; font-size:14px; line-height:1.7; }
.location-copy ul { margin:9px 0 20px; padding-left:20px; }
.location-copy li { margin:0 0 6px; font-size:13px; line-height:1.5; }
.location-maps-link { display:inline-block; margin-top:15px; color:#a77b56; font-weight:700; text-decoration:none; }

.location-side { display:grid; gap:14px; }
.location-booking { box-sizing:border-box; padding:26px; background:#090909; color:#fff; }
.location-booking h2 { margin:0 0 22px; font-size:23px; text-transform:uppercase; }
.location-booking .booking-grid { gap:13px 8px; }
.location-booking label { display:grid; gap:4px; min-width:0; font-size:10px; letter-spacing:.09em; text-transform:uppercase; }
.location-booking input,.location-booking select { box-sizing:border-box; width:100%; min-width:0; padding:8px; border:0; border-radius:0; background:#fff; color:#111; font:700 12px/1.2 Manrope,Arial,sans-serif; }
.location-booking .promo { grid-column:1/-1; }
.location-booking button { width:100%; margin-top:20px; padding:12px; border:0; background:#fff; color:#080808; font:800 18px/1 Manrope,Arial,sans-serif; text-transform:uppercase; }
.location-side-card { position:relative; display:block; aspect-ratio:.82; overflow:hidden; background:#222; color:#111; text-decoration:none; }
.location-side-card img { display:block; width:100%; height:100%; object-fit:cover; transition:transform 450ms ease; }
.location-side-card:hover img { transform:scale(1.025); }
.location-side-card span { position:absolute; bottom:16px; left:50%; display:flex; align-items:center; justify-content:center; width:min(190px,82%); min-height:44px; padding:8px 14px; border-radius:4px; background:#fff; font-size:10px; font-weight:700; text-align:center; text-transform:uppercase; transform:translateX(-50%); }

@media(max-width:820px){
  .location-map { height:520px; }
  .location-layout { grid-template-columns:1fr; }
  .location-copy { padding-right:0; }
  .location-side { grid-template-columns:1fr 1fr; align-items:start; }
}
@media(max-width:520px){
  .location-map { height:440px; margin-top:10px; }
  .location-copy h1 { white-space:normal; font-size:29px; }
  .location-side { grid-template-columns:1fr; }
}
