/*
  Elysium House — Visual refresh
  Content preserved; layout, styling, and motion upgraded.
*/

:root{
  /* Brand palette */
  --matte-blue: #4B6E8E;
  --ink: #0b1320;
  --paper: #fbfcff;

  /* Lux accents */
  --champagne: #E1C68F;
  --gold: #caa45c;
  --mist: rgba(255,255,255,.62);

  /* Surfaces */
  --surface: rgba(255,255,255,.78);
  --surface-strong: rgba(255,255,255,.92);
  --stroke: rgba(11,19,32,.10);
  --shadow: 0 24px 70px rgba(11,19,32,.12);
  --shadow-soft: 0 10px 30px rgba(11,19,32,.10);

  --radius: 18px;
  --radius-lg: 28px;
  --container: 1120px;

  --ease: cubic-bezier(.2,.8,.2,1);

  /* Motion curves */
  --ease-soft: cubic-bezier(.16, 1, .3, 1);
  --ease-soft-2: cubic-bezier(.22, 1, .36, 1);
  --dur-1: 900ms;
  --dur-2: 1200ms;
  --dur-3: 1500ms;
}

*{ box-sizing: border-box; }
html{ scroll-behavior: smooth; }
body{
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(900px 600px at 18% 8%, rgba(75,110,142,.16), transparent 60%),
    radial-gradient(900px 600px at 80% 15%, rgba(202,164,92,.14), transparent 55%),
    linear-gradient(180deg, #ffffff 0%, #f4f7ff 35%, #ffffff 100%);
  font-family: "Inter", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  line-height: 1.65;
  overflow-x: hidden;
}

img{ max-width: 100%; display: block; }
a{ color: inherit; }
p{ margin: 0; }

main{
  padding-top: clamp(22px, 3.2vw, 38px);
}

/* Accessibility */
.skip-link{
  position: absolute;
  left: -999px;
  top: 12px;
  z-index: 9999;
  background: var(--ink);
  color: white;
  padding: 10px 12px;
  border-radius: 12px;
}
.skip-link:focus{ left: 12px; }

.sr-only{
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0);
  border: 0;
}

/* Header / Hero */
.site-header{
  position: relative;
  min-height: 84vh;
  padding: 0;
}

.header-bg{
  position: absolute;
  inset: calc(-140px - env(safe-area-inset-top)) 0 0 0;
  pointer-events: none;
  background:
    radial-gradient(900px 520px at 10% 0%, rgba(225,198,143,.22), transparent 60%),
    radial-gradient(900px 520px at 90% 10%, rgba(75,110,142,.22), transparent 60%);
  filter: blur(0px);
}

.nav{
  max-width: var(--container);
  margin: calc(14px + env(safe-area-inset-top)) auto clamp(18px, 3vw, 34px);
  padding: 0 18px;
  display: flex;
  align-items: center;
  gap: 14px;

  /* Floating banner that stays visible while scrolling */
  position: sticky;
  top: calc(14px + env(safe-area-inset-top));
  z-index: 1200;

  border-radius: 999px;
  background: rgba(255,255,255,.62);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(11,19,32,.08);
  box-shadow: 0 12px 34px rgba(11,19,32,.07);
}

.brand{
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 10px 10px;
  text-decoration: none;
  border-radius: 999px;
}
.brand:focus-visible{ outline: 3px solid rgba(202,164,92,.5); outline-offset: 4px; }

.brand-mark{
  width: 34px;
  height: 34px;
  border-radius: 12px;
  background:
    radial-gradient(12px 12px at 30% 30%, rgba(255,255,255,.85), transparent 60%),
    linear-gradient(135deg, rgba(75,110,142,.95), rgba(202,164,92,.75));
  box-shadow: 0 10px 22px rgba(11,19,32,.14);
}

.brand-title{
  display: block;
  font-family: "Playfair Display", Georgia, serif;
  letter-spacing: .2px;
  font-weight: 700;
  font-size: 15px;
}
.brand-sub{
  display: block;
  font-size: 12px;
  opacity: .72;
  margin-top: -2px;
}

.nav-links{
  display: flex;
  align-items: center;
  gap: 6px;
  margin-left: auto;
}

.nav-links a{
  text-decoration: none;
  font-size: 13px;
  padding: 10px 12px;
  border-radius: 999px;
  color: rgba(11,19,32,.78);
  transition: background .2s var(--ease), color .2s var(--ease);
}
.nav-links a:hover{
  background: rgba(75,110,142,.10);
  color: rgba(11,19,32,.92);
}
.nav-links a:focus-visible{
  outline: 3px solid rgba(75,110,142,.35);
  outline-offset: 3px;
}

.cta-pill{
  text-decoration: none;
  padding: 10px 14px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(75,110,142,.96), rgba(202,164,92,.86));
  color: white;
  font-weight: 600;
  font-size: 13px;
  box-shadow: 0 12px 28px rgba(11,19,32,.14);
}
.cta-pill:hover{ filter: brightness(1.02); transform: translateY(-1px); }

.nav-toggle{
  display: none;
  margin-left: auto;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(11,19,32,.12);
  background: rgba(255,255,255,.72);
  cursor: pointer;
}
.nav-toggle:focus-visible{ outline: 3px solid rgba(75,110,142,.35); outline-offset: 3px; }

.nav-toggle-lines{
  width: 18px;
  height: 2px;
  background: rgba(11,19,32,.78);
  display: block;
  margin: 0 auto;
  position: relative;
}
.nav-toggle-lines::before,
.nav-toggle-lines::after{
  content:"";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: rgba(11,19,32,.78);
}
.nav-toggle-lines::before{ top: -6px; }
.nav-toggle-lines::after{ top: 6px; }

.hero{
  max-width: var(--container);
  margin: 0 auto;
  padding: 22px 18px 54px;
  display: grid;
  align-items: center;
  position: relative;
}

.hero-media{
  position: absolute;
  inset: 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background-image: url("Elysium%20pics/balcony1.jpg");
  background-size: cover;
  background-position: center;
  filter: saturate(1.04) contrast(1.02);
  box-shadow: var(--shadow);
  transform: translateZ(0);
}

.hero-overlay{
  position: absolute;
  inset: 0;
  border-radius: var(--radius-lg);
  background:
    radial-gradient(900px 520px at 20% 18%, rgba(255,255,255,.10), transparent 55%),
    linear-gradient(180deg, rgba(11,19,32,.18), rgba(11,19,32,.62));
}

.hero-content{
  position: relative;
  padding: clamp(26px, 4vw, 44px);
  margin-top: 56px;
  border-radius: var(--radius-lg);
  color: white;
  width: min(720px, 100%);
}

.hero-kicker{
  display: inline-flex;
  gap: 10px;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.16);
  border: 1px solid rgba(255,255,255,.18);
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.hero h1{
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  letter-spacing: .3px;
  margin: 14px 0 10px;
  font-size: clamp(34px, 4.4vw, 56px);
  line-height: 1.04;
}

.hero-subtitle{
  max-width: 54ch;
  font-size: clamp(15px, 1.6vw, 18px);
  opacity: .92;
}

.hero-actions{
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-weight: 600;
  padding: 12px 16px;
  border-radius: 14px;
  transition: transform .2s var(--ease), box-shadow .2s var(--ease), background .2s var(--ease), border-color .2s var(--ease);
}

.button.primary{
  background: linear-gradient(135deg, rgba(202,164,92,.98), rgba(75,110,142,.92));
  color: white;
  box-shadow: 0 16px 40px rgba(11,19,32,.20);
}
.button.primary:hover{ transform: translateY(-2px); }

.button.ghost{
  background: rgba(255,255,255,.14);
  border: 1px solid rgba(255,255,255,.20);
  color: white;
}
.button.ghost:hover{ transform: translateY(-2px); background: rgba(255,255,255,.18); }

.hero-badges{
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.hero-badges li{
  font-size: 12px;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.18);
  backdrop-filter: blur(10px);
}

/* Main sections */
.section{
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 18px;
  margin-block: clamp(18px, 3vw, 34px);
}

/* Unified panel: title + description + content live in the same card */
.section-panel{
  border-radius: var(--radius);
  background: var(--surface);
  backdrop-filter: blur(12px);
  border: 1px solid var(--stroke);
  box-shadow: var(--shadow-soft);
  padding: clamp(26px, 3.2vw, 38px) clamp(22px, 3vw, 34px);
  display: flex;
  flex-direction: column;
  gap: clamp(18px, 2.2vw, 26px);
}

.section-panel .section-head{
  margin: 0;
  padding: 0;
  max-width: 78ch;
}

.section-panel .section-head::after{
  content: "";
  display: block;
  height: 1px;
  margin-top: clamp(12px, 1.8vw, 18px);
  background: rgba(11,19,32,.08);
}

.section-panel .section-lead{
  margin-top: 10px;
  max-width: 76ch;
  line-height: 1.7;
}


.section h2{
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(24px, 2.5vw, 34px);
  letter-spacing: .2px;
  color: rgba(11,19,32,.92);
}

.section-lead{
  margin-top: 8px;
  color: rgba(11,19,32,.72);
  font-size: 14.5px;
}


/* Gallery */
.gallery{
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: clamp(12px, 1.6vw, 18px);
  grid-auto-flow: row; /* preserve visual order */
}

.gallery-item{
  border: 1px solid rgba(11,19,32,.08);
  padding: 0;
  background: rgba(255,255,255,.35);
  cursor: pointer;
  border-radius: 16px;
  overflow: hidden;
  position: relative;

  grid-column: span 4;
  aspect-ratio: 4 / 3;
}

/* “Big + small” then “small + big” pattern (repeats) */
.gallery-item:nth-child(4n + 1),
.gallery-item:nth-child(4n){
  grid-column: span 8;
  aspect-ratio: 16 / 9;
}

/* Endcap: last big tile with two small tiles stacked beside it */
.gallery > .gallery-item.endcap-big{
  /* tuned to match 2× small (4/3) + one gap */
  aspect-ratio: 9 / 7;
}

.gallery-stack{
  grid-column: span 4;
  display: grid;
  grid-template-rows: auto auto;
  gap: clamp(12px, 1.6vw, 18px);
}

.gallery-stack .gallery-item{
  grid-column: auto;
  aspect-ratio: 4 / 3;
}

/* Ensure <picture> participates in sizing so images fill the tile */
.gallery-item picture{
  display: block;
  width: 100%;
  height: 100%;
}

.gallery-item img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform .45s var(--ease), filter .45s var(--ease);
  filter: saturate(1.03) contrast(1.03);
}

.gallery-item::after{
  content:"";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(11,19,32,.55));
  opacity: 0;
  transition: opacity .45s var(--ease);
}

.gallery-item:hover img{ transform: scale(1.06); }
.gallery-item:hover::after{ opacity: .95; }

.gallery-item:focus-visible{
  outline: 4px solid rgba(202,164,92,.45);
  outline-offset: 4px;
}

/* Amenities */
.amenities{
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 10px 14px;
}
.amenities li{
  padding: 12px 12px 12px 42px;
  border-radius: 16px;
  background: rgba(75,110,142,.06);
  border: 1px solid rgba(75,110,142,.12);
  position: relative;
}
.amenities li::before{
  content:"✔";
  position: absolute;
  left: 14px;
  top: 12px;
  width: 22px;
  height: 22px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(75,110,142,.92), rgba(202,164,92,.72));
  color: white;
  font-weight: 800;
  font-size: 12px;
}

/* Reviews */
.reviews-grid{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 14px;
}
.review-card{
  border-radius: 18px;
  padding: 18px;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(11,19,32,.10);
  box-shadow: 0 16px 40px rgba(11,19,32,.08);
  transition: transform .25s var(--ease), box-shadow .25s var(--ease);
}
.review-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 22px 60px rgba(11,19,32,.12);
}
.review-header{
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
}
.review-date{ font-size: 12.5px; opacity: .65; white-space: nowrap; }
.review-score{
  margin-top: 10px;
  display: inline-flex;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(75,110,142,.08);
  border: 1px solid rgba(75,110,142,.14);
  color: rgba(11,19,32,.86);
  font-weight: 700;
  font-size: 13px;
}
.review-card p{
  margin-top: 12px;
  font-style: italic;
  color: rgba(11,19,32,.84);
}

.reviews-footer{
  text-align: center;
  margin-top: 16px;
  padding-top: 10px;
  border-top: 1px dashed rgba(11,19,32,.15);
}
.reviews-footer a{
  color: rgba(75,110,142,.98);
  font-weight: 700;
}
.reviews-footer a:hover{ opacity: .88; }

/* Map */
.map-shell{
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid rgba(11,19,32,.10);
  background: rgba(255,255,255,.70);
}
.map-shell iframe{
  width: 100%;
  height: 420px;
  border: 0;
  display: block;
}

/* Policies */
.policies{
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}
.policies li{
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(202,164,92,.08);
  border: 1px solid rgba(202,164,92,.16);
}

/* Booking CTA section */
.booking{
  margin-top: 12px;
  padding-bottom: 64px;
}
.booking-inner{
  margin-top: 16px;
  padding: 34px 26px;
  border-radius: var(--radius-lg);
  background:
    radial-gradient(1000px 420px at 15% 40%, rgba(202,164,92,.22), transparent 55%),
    radial-gradient(900px 420px at 80% 20%, rgba(75,110,142,.20), transparent 55%),
    linear-gradient(135deg, rgba(255,255,255,.94), rgba(255,255,255,.78));
  border: 1px solid rgba(11,19,32,.10);
  box-shadow: var(--shadow);
  text-align: center;
}
.booking-inner p{
  margin: 8px 0 18px;
  color: rgba(11,19,32,.70);
}

/* Footer */
.footer{
  padding: 26px 18px 40px;
}
.footer-inner{
  max-width: var(--container);
  margin: 0 auto;
  border-radius: var(--radius);
  background: rgba(255,255,255,.70);
  border: 1px solid rgba(11,19,32,.10);
  box-shadow: 0 10px 30px rgba(11,19,32,.06);
  padding: 14px 18px;
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  color: rgba(11,19,32,.72);
  font-size: 13px;
}
.footer-top{
  text-decoration: none;
  font-weight: 700;
  color: rgba(75,110,142,.98);
}
.footer-top:hover{ text-decoration: underline; }

/* Lightbox */
.lightbox{
  position: fixed;
  inset: 0;
  display: none;
  z-index: 2000;
}
.lightbox[aria-hidden="false"]{ display: block; }
.lightbox-backdrop{
  position: absolute;
  inset: 0;
  background: rgba(11,19,32,.84);
}
.lightbox-panel{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(1040px, calc(100% - 28px));
  border-radius: 22px;
  overflow: hidden;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 30px 90px rgba(0,0,0,.35);
  backdrop-filter: blur(14px);
}
.lightbox-img{
  width: 100%;
  height: min(78vh, 720px);
  object-fit: contain;
  background: rgba(0,0,0,.25);
}

.lightbox-close{
  position: absolute;
  right: 14px;
  top: 12px;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.22);
  background: rgba(255,255,255,.12);
  color: white;
  font-size: 22px;
  cursor: pointer;
}
.lightbox-close:hover{ background: rgba(255,255,255,.16); }

.lightbox-controls{
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  padding: 0 10px;
}
.lightbox-nav{
  pointer-events: auto;
  width: 46px;
  height: 46px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.22);
  background: rgba(255,255,255,.12);
  color: white;
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
}
.lightbox-nav:hover{ background: rgba(255,255,255,.16); }

/* Sticky booking */
.sticky-book{
  position: fixed;
  right: 14px;
  bottom: 14px;
  z-index: 80;
  text-decoration: none;
  padding: 12px 14px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(75,110,142,.96), rgba(202,164,92,.86));
  color: white;
  font-weight: 700;
  box-shadow: 0 16px 44px rgba(11,19,32,.20);
  transform: translateZ(0);
}
.sticky-book:hover{ filter: brightness(1.02); transform: translateY(-1px); }

/* Motion — Scroll reveal (JS-gated, no “blank section” gaps)
   - Base state is fully readable (for non-JS).
   - When <html class="js"> is present, elements animate in via IntersectionObserver. */
.reveal{
  opacity: 1;
  transform: none;
}

/* Only animate when JS is active (we set .js early in <head>) */
.js .reveal{
  opacity: 0;
  transform: translateY(14px);
  transition: opacity .9s var(--ease), transform .9s var(--ease);
  transition-delay: var(--d, 0ms);
  will-change: opacity, transform;
}
.js .reveal.is-visible{
  opacity: 1;
  transform: translateY(0);
}

.js .reveal[data-anim="hero"]{ transform: translateY(18px) scale(.985); }
.js .reveal[data-anim="card"]{ transform: translateY(18px); }
.js .reveal[data-anim="split"]{ transform: translateX(-16px); }
.js .reveal[data-anim="fade"]{ transform: none; }
.js .reveal[data-anim="rise"]{ transform: translateY(18px); }

.js .reveal.is-visible[data-anim="split"]{ transform: translateX(0); }
.js .reveal.is-visible[data-anim="hero"]{ transform: translateY(0) scale(1); }
.js .reveal.is-visible[data-anim="rise"]{ transform: translateY(0); }

/* Keep section-to-section gaps consistent:
   animate the inner panel instead of translating the whole section */
.js .section.reveal{
  opacity: 1;
  transform: none;
  transition: none;
  will-change: auto;
}

.js .section.reveal > .section-panel,
.js .section.reveal > .booking-inner{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .9s var(--ease), transform .9s var(--ease);
  transition-delay: var(--d, 0ms);
  will-change: opacity, transform;
}

/* Variants driven by the section's data-anim */
.js .section.reveal[data-anim="split"] > .section-panel{
  transform: translateX(-16px);
}
.js .section.reveal[data-anim="fade"] > .section-panel{
  transform: none;
}
.js .section.reveal[data-anim="hero"] > .booking-inner{
  transform: translateY(18px) scale(.985);
  transform-origin: center;
}

.js .section.reveal.is-visible > .section-panel,
.js .section.reveal.is-visible > .booking-inner{
  opacity: 1;
  transform: none;
}
.js .section.reveal.is-visible[data-anim="hero"] > .booking-inner{
  transform: translateY(0) scale(1);
}
.js .section.reveal.is-visible[data-anim="split"] > .section-panel{
  transform: translateX(0);
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce){
  html{ scroll-behavior: auto; }
  .reveal{ opacity: 1; transform: none; transition: none; }
  .button, .review-card, .gallery-item img, .sticky-book, .cta-pill{ transition: none; }
}

/* Responsive */
@media (max-width: 980px){
  .gallery-item{ grid-column: span 6; }
  /* Endcap stack becomes 2-up under the big image on tablets */
  .gallery-stack{ grid-column: span 12; grid-template-columns: repeat(2, 1fr); grid-template-rows: none; }
  .gallery > .gallery-item.endcap-big{ grid-column: span 12; }
}


@media (max-width: 820px){
  /* Mobile/tablet nav */
  .nav{
    top: calc(12px + env(safe-area-inset-top));
    margin: calc(12px + env(safe-area-inset-top)) auto 16px;
    padding: 0 10px;
    gap: 10px;
  }

  .brand{ padding: 8px 10px; gap: 10px; }
  .brand-title{ font-size: 13.5px; }
  .brand-sub{ font-size: 11px; }

  .nav-links{
    position: absolute;
    left: 12px;
    right: 12px;
    top: 58px;
    padding: 12px;
    border-radius: 18px;
    background: rgba(255,255,255,.86);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(11,19,32,.10);
    box-shadow: 0 14px 40px rgba(11,19,32,.10);
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 6px;

    /* Prevent the dropdown from spilling off-screen */
    max-height: calc(100vh - 96px);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  .nav-links a{
    padding: 12px 12px;
    border-radius: 14px;
    font-size: 15px;
  }

  .nav-toggle{
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .nav[data-open="true"] .nav-links{ display: flex; }

  /* Keep the language/CTA pill visible on mobile (matches desktop intent) */
  .cta-pill{ display: inline-flex; padding: 9px 12px; font-size: 13px; margin-left: 8px; white-space: nowrap; }

  .hero-content{ margin-top: 68px; }
}


@media (max-width: 560px){
  .gallery-item{ grid-column: span 12; }
  .gallery-stack{ grid-column: span 12; grid-template-columns: 1fr; }
}


@media (max-width: 520px){
  /* Phone-first ergonomics — desktop unchanged */
  :root{ --page-pad: 14px; }

  /* Reserve space for the sticky booking bar (prevents overlap with content/footer) */
  body{ padding-bottom: calc(96px + env(safe-area-inset-bottom)); }

  .site-header{
    min-height: 76vh;
    padding-top: 68px;
  }

  .hero{
    padding: 18px 14px 42px;
  }
  .hero-content{
    margin-top: 56px;
    padding: 16px;
    max-width: 520px;
  }
  .hero-kicker{
    font-size: 11px;
    letter-spacing: .12em;
  }
  .hero h1{
    font-size: clamp(30px, 7.6vw, 40px);
    line-height: 1.06;
  }
  .hero-subtitle{ font-size: 15px; }
  .hero-actions{ gap: 10px; margin-top: 18px; }

  .button{
    width: 100%;
    padding: 12px 16px;
    font-size: 15px;
  }

  .section{ padding: 0 var(--page-pad); }
  /* Panels should match section width on mobile (avoid double-inset / “narrow card” look) */
  .section-panel{
    width: 100%;
    margin: 0;
    padding: 22px 16px;
    border-radius: 24px;
  }

  .amenities{ grid-template-columns: 1fr; }
  /* Keep icon clearance on mobile */
  .amenities li{ padding: 14px 14px 14px 46px; }
  .amenities li::before{
    top: 50%;
    transform: translateY(-50%);
  }

  .reviews-grid{ gap: 12px; }
  .review-card{ padding: 16px; }

  .map-shell iframe{ height: 300px; }

  .booking-inner{ padding: 28px 18px; }

  .sticky-book{
    left: calc(var(--page-pad, 14px) + env(safe-area-inset-left));
    right: calc(var(--page-pad, 14px) + env(safe-area-inset-right));
    bottom: calc(var(--page-pad, 14px) + env(safe-area-inset-bottom));
    text-align: center;
    padding: 12px 14px;
    font-size: 15px;
  }

  .lightbox-img{ height: min(72vh, 520px); }
}




@media (max-width: 380px){
  .brand-sub{ display: none; }
  .brand-title{ font-size: 13px; }
  .hero-badges{ gap: 6px; }
  .hero-badges li{ font-size: 12px; padding: 6px 8px; }
}

/* Safety override: prevent double-card shells (panel already provides the card) */
.section-panel .gallery,
.section-panel .amenities,
.section-panel .reviews-grid,
.section-panel .map-shell,
.section-panel .policies{
  margin-top: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
