/* ============================================================
   SHAMANHUNZARETREAT — Luxury Boutique Hotel
   Design: Premium dark + antique gold · Playfair Display + Inter
   ============================================================ */

:root {
  --ink: #101417;
  --ink-2: #161b1f;
  --ink-3: #1d242a;
  --gold: #c9a227;
  --gold-light: #e5c76b;
  --gold-deep: #a9861c;
  --cream: #f6f2e9;
  --cream-2: #ede7da;
  --paper: #fbf9f4;
  --ridge: #2e363c;
  --stone: #5f655f;
  --stone-light: #a9afa9;
  --line: rgba(16, 20, 23, 0.12);
  --line-light: rgba(246, 242, 233, 0.14);

  --serif: 'Playfair Display', Georgia, 'Times New Roman', serif;
  --sans: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;

  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --shadow-lg: 0 30px 60px -20px rgba(10, 13, 15, 0.35);
  --shadow-md: 0 16px 40px -14px rgba(10, 13, 15, 0.28);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.7;
  color: var(--ink);
  background: var(--paper);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

img { display: block; max-width: 100%; height: auto; }

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

main section[id] { scroll-margin-top: 5.5rem; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: 0; background: none; }
ul { list-style: none; }

::selection { background: var(--gold); color: var(--ink); }

:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
  border-radius: 2px;
}

.container {
  width: min(1180px, 100% - 3rem);
  margin-inline: auto;
}

/* ---------- Typography helpers ---------- */
.eyebrow {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--gold-deep);
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
}
.eyebrow::before {
  content: "";
  width: 2.4rem;
  height: 1px;
  background: var(--gold);
}

.section-title {
  font-family: var(--serif);
  font-size: clamp(2.2rem, 4.6vw, 3.4rem);
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: 0.01em;
  margin: 1.1rem 0 1.2rem;
}
.section-title em {
  font-style: italic;
  color: var(--gold-deep);
}
.section-title--light { color: var(--cream); }
.section-title--light em { color: var(--gold-light); }

.section-lead {
  color: var(--stone);
  max-width: 60ch;
  font-weight: 300;
  font-size: 1.05rem;
}
.section-lead--light { color: var(--stone-light); }

.section { padding: clamp(4.5rem, 9vw, 7.5rem) 0; position: relative; }
.section--dark { background: var(--ink); color: var(--cream); }
.section-head { max-width: 720px; margin-bottom: clamp(2.5rem, 5vw, 4rem); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  padding: 1rem 2.2rem;
  font-size: 0.86rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  border-radius: 2px;
  transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease),
    background 0.25s var(--ease), color 0.25s var(--ease), border-color 0.25s var(--ease);
  will-change: transform;
}
.btn--sm { padding: 0.72rem 1.5rem; font-size: 0.78rem; }
.btn--gold {
  background: var(--gold);
  color: var(--ink);
  box-shadow: 0 10px 26px -10px rgba(201, 162, 39, 0.55);
}
.btn--gold:hover {
  background: var(--gold-light);
  transform: translateY(-2px);
  box-shadow: 0 16px 34px -12px rgba(201, 162, 39, 0.65);
}
.btn--ghost {
  border: 1px solid rgba(246, 242, 233, 0.45);
  color: var(--cream);
  background: transparent;
}
.btn--ghost:hover {
  border-color: var(--gold-light);
  color: var(--gold-light);
  transform: translateY(-2px);
}

/* ---------- Preloader ---------- */
.preloader {
  position: fixed;
  inset: 0;
  z-index: 200;
  background: var(--ink);
  display: grid;
  place-items: center;
  transition: opacity 0.6s var(--ease), visibility 0.6s var(--ease);
}
.preloader.is-done { opacity: 0; visibility: hidden; }
.preloader__inner { text-align: center; }
.preloader__mark {
  font-family: var(--serif);
  font-size: 3.2rem;
  color: var(--gold);
  display: block;
  line-height: 1;
  animation: prePulse 1.4s ease infinite;
}
.preloader__logo {
  width: 4.6rem;
  height: 4.6rem;
  margin: 0 auto;
  border-radius: 0.75rem;
  border: 1px solid rgba(201, 162, 39, 0.5);
  background: #050607;
  object-fit: cover;
  box-shadow: 0 0 0 4px rgba(201, 162, 39, 0.08), 0 10px 26px rgba(0, 0, 0, 0.45);
}
.preloader__name {
  display: block;
  margin-top: 0.6rem;
  font-size: 0.72rem;
  letter-spacing: 0.3em;
  color: var(--cream);
  text-indent: 0.3em;
  white-space: nowrap;
}
.preloader__bar {
  display: block;
  width: 140px;
  height: 2px;
  background: rgba(246, 242, 233, 0.15);
  margin: 1.2rem auto 0;
  overflow: hidden;
  border-radius: 2px;
}
.preloader__bar i {
  display: block;
  height: 100%;
  width: 40%;
  background: var(--gold);
  animation: preBar 1.1s var(--ease) infinite;
}
@keyframes prePulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.45; } }
@keyframes preBar { 0% { transform: translateX(-100%); } 100% { transform: translateX(360%); } }

/* ---------- Navbar ---------- */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  transition: background 0.35s var(--ease), box-shadow 0.35s var(--ease),
    backdrop-filter 0.35s var(--ease), padding 0.35s var(--ease);
  padding: 1.4rem 0;
}
.nav.is-scrolled {
  padding: 0.8rem 0;
  background: rgba(16, 20, 23, 0.82);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 1px 0 rgba(246, 242, 233, 0.08);
}
.nav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}
.nav__brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--cream);
}
.nav__brand-logo {
  width: 2.6rem;
  height: 2.6rem;
  object-fit: cover;
  border-radius: 0.5rem;
  border: 1px solid rgba(201, 162, 39, 0.55);
  background: #050607;
  box-shadow: 0 0 0 3px rgba(201, 162, 39, 0.08), 0 6px 16px rgba(0, 0, 0, 0.35);
  transition: transform 0.3s var(--ease), border-color 0.3s var(--ease), box-shadow 0.3s var(--ease);
}
.nav__brand:hover .nav__brand-logo {
  transform: scale(1.06);
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(201, 162, 39, 0.18), 0 8px 22px rgba(0, 0, 0, 0.45);
}
.nav__brand-text { display: flex; flex-direction: column; line-height: 1.15; }
.nav__brand-text strong {
  font-family: var(--serif);
  font-weight: 600;
  font-size: 1.05rem;
  letter-spacing: 0.04em;
}
.nav__brand-text em {
  font-style: normal;
  font-size: 0.62rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold-light);
  margin-top: 0.15rem;
}
.nav__links { display: flex; align-items: center; gap: 2rem; }
.nav__links a {
  position: relative;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(246, 242, 233, 0.78);
  padding: 0.4rem 0;
  transition: color 0.25s var(--ease);
}
.nav__links a::after {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 100%;
  height: 1px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s var(--ease);
}
.nav__links a:hover, .nav__links a.is-active { color: var(--cream); }
.nav__links a:hover::after, .nav__links a.is-active::after { transform: scaleX(1); }

.nav__actions { display: flex; align-items: center; gap: 1rem; }

.nav__burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  align-items: center;
  border-radius: 4px;
}
.nav__burger span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--cream);
  transition: transform 0.3s var(--ease), opacity 0.3s var(--ease);
}
.nav__burger.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav__burger.is-open span:nth-child(2) { opacity: 0; }
.nav__burger.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Mobile menu */
.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 90;
  background: var(--ink);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  overflow-y: auto;
  padding: 4rem 1.5rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-12px);
  transition: opacity 0.35s var(--ease), transform 0.35s var(--ease), visibility 0.35s;
}
.mobile-menu.is-open { opacity: 1; visibility: visible; transform: none; }
.mobile-menu__brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.7rem;
  margin-bottom: 0.5rem;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.4s var(--ease), transform 0.4s var(--ease);
}
.mobile-menu.is-open .mobile-menu__brand { opacity: 1; transform: none; transition-delay: 0.03s; }
.mobile-menu__logo {
  width: 3.4rem;
  height: 3.4rem;
  object-fit: cover;
  border-radius: 0.6rem;
  border: 1px solid rgba(201, 162, 39, 0.55);
  background: #050607;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.4);
}
.mobile-menu__brand strong {
  font-family: var(--serif);
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--cream);
  text-align: center;
  line-height: 1.3;
}
@media (max-height: 700px) {
  .mobile-menu { gap: 1.2rem; padding: 2.5rem 1.25rem; }
  .mobile-menu__links { gap: 0.6rem; }
  .mobile-menu__links a { font-size: 1.35rem; }
  .mobile-menu__brand { margin-bottom: 0; }
  .mobile-menu__logo { width: 2.8rem; height: 2.8rem; }
}
.mobile-menu__links { display: flex; flex-direction: column; align-items: center; gap: 1.1rem; }
.mobile-menu__links a {
  font-family: var(--serif);
  font-size: 1.7rem;
  color: var(--cream);
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.4s var(--ease), transform 0.4s var(--ease), color 0.2s;
}
.mobile-menu.is-open .mobile-menu__links a { opacity: 1; transform: none; }
.mobile-menu.is-open .mobile-menu__links a:nth-child(1) { transition-delay: 0.08s; }
.mobile-menu.is-open .mobile-menu__links a:nth-child(2) { transition-delay: 0.13s; }
.mobile-menu.is-open .mobile-menu__links a:nth-child(3) { transition-delay: 0.18s; }
.mobile-menu.is-open .mobile-menu__links a:nth-child(4) { transition-delay: 0.23s; }
.mobile-menu.is-open .mobile-menu__links a:nth-child(5) { transition-delay: 0.28s; }
.mobile-menu.is-open .mobile-menu__links a:nth-child(6) { transition-delay: 0.33s; }
.mobile-menu.is-open .mobile-menu__links a:nth-child(7) { transition-delay: 0.38s; }
.mobile-menu__links a:hover { color: var(--gold-light); }
.mobile-menu__phone a {
  font-size: 0.85rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--stone-light);
}

/* ---------- Hero ---------- */
.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: var(--cream);
}
.hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  will-change: transform;
}
/* Hero slideshow */
.hero__slides { position: absolute; inset: 0; }
.hero__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1.1s var(--ease);
  will-change: opacity;
}
.hero__slide.is-active { opacity: 1; }
.hero__slide img {
  width: 100%;
  height: 112%;
  object-fit: cover;
  transform-origin: 50% 30%;
}
.hero__slide.is-active img {
  animation: kenburns 22s var(--ease) infinite alternate;
}
.hero__slide-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 6;
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(246, 242, 233, 0.35);
  background: rgba(16, 20, 23, 0.35);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: var(--cream);
  transition: background 0.3s var(--ease), color 0.3s var(--ease),
    border-color 0.3s var(--ease), transform 0.3s var(--ease);
}
.hero__slide-btn svg { width: 1.2rem; height: 1.2rem; }
.hero__slide-btn:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--ink);
  transform: translateY(-50%) scale(1.08);
}
.hero__slide-btn--prev { left: clamp(1rem, 3vw, 2.5rem); }
.hero__slide-btn--next { right: clamp(1rem, 3vw, 2.5rem); }
.hero__dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: clamp(215px, 23vh, 245px);
  z-index: 6;
  display: flex;
  gap: 0.6rem;
}
.hero__dot {
  width: 10px;
  height: 10px;
  padding: 0;
  border-radius: 50%;
  background: rgba(246, 242, 233, 0.4);
  border: 1px solid rgba(246, 242, 233, 0.55);
  transition: background 0.3s var(--ease), transform 0.3s var(--ease), border-color 0.3s var(--ease);
}
.hero__dot:hover { transform: scale(1.25); }
.hero__dot.is-active {
  background: var(--gold);
  border-color: var(--gold);
  transform: scale(1.15);
}
@keyframes kenburns {
  from { transform: scale(1) translateY(0); }
  to { transform: scale(1.12) translateY(-2.5%); }
}
.hero__scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 13, 15, 0.62) 0%, rgba(10, 13, 15, 0.28) 45%, rgba(10, 13, 15, 0.78) 100%);
}
.hero__vignette {
  position: absolute;
  inset: 0;
  background: radial-gradient(120% 90% at 50% 40%, transparent 40%, rgba(8, 10, 12, 0.55) 100%);
}
.hero__content {
  position: relative;
  z-index: 5; /* above the peaks divider so CTAs are never covered */
  padding-top: 6rem;
  padding-bottom: clamp(150px, 20vh, 230px); /* keeps CTAs clear of the mountain divider */
  max-width: 860px;
}
.hero__title {
  font-family: var(--serif);
  font-size: clamp(2.9rem, 8vw, 5.6rem);
  font-weight: 500;
  line-height: 1.05;
  margin: 1.4rem 0 1.6rem;
  letter-spacing: 0.01em;
  text-wrap: balance;
}
.hero__title em {
  font-style: italic;
  background: linear-gradient(100deg, var(--gold-light), var(--gold) 60%, var(--gold-deep));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero__sub {
  max-width: 56ch;
  color: rgba(246, 242, 233, 0.85);
  font-weight: 300;
  font-size: 1.06rem;
  margin-bottom: 2.4rem;
}
.hero__cta { display: flex; flex-wrap: wrap; gap: 1rem; }

/* Peaks divider */
.hero__peaks {
  position: absolute;
  left: 0; right: 0; bottom: -1px;
  z-index: 2;
  pointer-events: none; /* never intercept clicks on the buttons */
}
.hero__peaks svg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: block;
}
.hero__peaks-front { height: clamp(70px, 14vw, 170px); }
.hero__peaks-rear { height: clamp(95px, 17vw, 205px); }

/* Floating rating badge above the peaks */
.hero__badge {
  position: absolute;
  right: clamp(1.5rem, 6vw, 5rem);
  bottom: clamp(160px, 21vh, 230px);
  z-index: 4; /* above the peaks (2), below the CTA content (5) */
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.85rem 1.3rem;
  background: rgba(16, 20, 23, 0.55);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(201, 162, 39, 0.4);
  border-radius: 3px;
  color: var(--cream);
  box-shadow: 0 18px 40px -18px rgba(8, 10, 12, 0.65);
  animation: badgeFloat 5.5s ease-in-out infinite;
}
@keyframes badgeFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-9px); }
}
.hero__badge-stars { display: inline-flex; gap: 2px; color: var(--gold-light); }
.hero__badge-stars svg { width: 14px; height: 14px; fill: currentColor; }
.hero__badge p {
  font-size: 0.82rem;
  letter-spacing: 0.05em;
  color: rgba(246, 242, 233, 0.92);
  white-space: nowrap;
}
.hero__badge p strong { color: var(--gold-light); font-weight: 600; }

/* Scroll cue */
.hero__scroll {
  position: absolute;
  left: 50%;
  bottom: clamp(150px, 18vh, 200px);
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
  color: rgba(246, 242, 233, 0.75);
  font-size: 0.66rem;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  transition: color 0.25s;
}
.hero__scroll:hover { color: var(--gold-light); }
.hero__scroll i {
  width: 1px;
  height: 2.6rem;
  background: linear-gradient(180deg, var(--gold-light), transparent);
  position: relative;
  overflow: hidden;
}
.hero__scroll i::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--cream);
  animation: scrollDrop 1.8s var(--ease) infinite;
}
@keyframes scrollDrop {
  0% { transform: translateY(-100%); }
  55% { transform: translateY(0); }
  100% { transform: translateY(100%); }
}

/* ---------- Stats ---------- */
.stats {
  background: var(--paper);
  padding: 3.4rem 0;
  border-bottom: 1px solid var(--line);
}
.stats__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
.stat { text-align: center; padding: 0.6rem 1rem; }
.stat__num {
  display: block;
  font-family: var(--serif);
  font-size: clamp(2.4rem, 5vw, 3.4rem);
  font-weight: 600;
  color: var(--ink);
  line-height: 1;
}
.stat__label {
  display: block;
  margin-top: 0.7rem;
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--stone);
}

/* ---------- Pillars ---------- */
.pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.8rem;
}
.pillar {
  position: relative;
  background: var(--paper);
  border: 1px solid var(--line);
  padding: 0 0 2.2rem;
  transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease), border-color 0.35s var(--ease);
  overflow: hidden;
}
.pillar:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-md);
  border-color: rgba(201, 162, 39, 0.45);
}
.pillar__media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  margin-bottom: 1.6rem;
}
.pillar__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s var(--ease);
}
.pillar:hover .pillar__media img { transform: scale(1.08); }
.pillar__index {
  position: absolute;
  top: 0.9rem;
  right: 0.9rem;
  font-family: var(--serif);
  font-size: 0.9rem;
  color: var(--cream);
  background: rgba(10, 13, 15, 0.55);
  backdrop-filter: blur(4px);
  border: 1px solid rgba(246, 242, 233, 0.25);
  padding: 0.28rem 0.7rem;
  border-radius: 2px;
}
.pillar h3 {
  font-family: var(--serif);
  font-size: 1.5rem;
  font-weight: 600;
  padding: 0 1.8rem;
  margin-bottom: 0.55rem;
}
.pillar p {
  padding: 0 1.8rem;
  color: var(--stone);
  font-size: 0.95rem;
  font-weight: 300;
}

/* ---------- Rooms ---------- */
.rooms__grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: clamp(2.5rem, 6vw, 5rem);
  align-items: center;
}
.rooms__content .btn { margin-top: 1.6rem; }
.rooms__list { margin: 1.4rem 0 0.4rem; }
.rooms__list li {
  position: relative;
  padding: 0.55rem 0 0.55rem 2rem;
  color: var(--stone-light);
  font-weight: 300;
  font-size: 0.98rem;
  border-bottom: 1px solid var(--line-light);
}
.rooms__list li:last-child { border-bottom: 0; }
.rooms__list li::before {
  content: "";
  position: absolute;
  left: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  background: var(--gold);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(201, 162, 39, 0.18);
}

.rooms__showcase {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1.4fr 1fr;
  gap: 1.1rem;
}
.rooms__showcase-main {
  grid-column: 1 / 3;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
}
.rooms__showcase-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s var(--ease);
  aspect-ratio: 16/10;
}
.rooms__showcase-main:hover img { transform: scale(1.06); }
.rooms__showcase-small {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.1rem;
}
.rooms__showcase-small img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 4px;
  transition: transform 0.8s var(--ease);
  cursor: pointer;
}
.rooms__showcase-small img:hover { transform: scale(1.06); }
.rooms__badge {
  position: absolute;
  right: -0.6rem;
  bottom: -1.4rem;
  background: var(--gold);
  color: var(--ink);
  padding: 1.1rem 1.6rem;
  display: flex;
  flex-direction: column;
  line-height: 1.2;
  border-radius: 3px;
  box-shadow: var(--shadow-lg);
  z-index: 2;
}
.rooms__badge strong { font-family: var(--serif); font-size: 2.1rem; font-weight: 700; }
.rooms__badge span { font-size: 0.66rem; letter-spacing: 0.2em; text-transform: uppercase; font-weight: 600; }

/* ---------- Amenities ---------- */
.amenities__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.4rem;
}
.amenity {
  background: var(--paper);
  border: 1px solid var(--line);
  padding: 2rem 1.6rem;
  text-align: center;
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease),
    border-color 0.3s var(--ease), background 0.3s var(--ease);
}
.amenity:hover {
  transform: translateY(-6px);
  border-color: rgba(201, 162, 39, 0.5);
  box-shadow: var(--shadow-md);
}
.amenity__icon {
  display: inline-grid;
  place-items: center;
  width: 3.4rem;
  height: 3.4rem;
  margin-bottom: 1.1rem;
  color: var(--gold-deep);
  border: 1px solid rgba(201, 162, 39, 0.4);
  background: rgba(201, 162, 39, 0.07);
  border-radius: 50%;
  transition: background 0.3s var(--ease), color 0.3s var(--ease), transform 0.3s var(--ease);
}
.amenity__icon svg { width: 1.5rem; height: 1.5rem; }
.amenity:hover .amenity__icon {
  background: var(--gold);
  color: var(--ink);
  transform: rotate(-6deg) scale(1.05);
}
.amenity h3 { font-size: 1rem; font-weight: 600; letter-spacing: 0.01em; margin-bottom: 0.4rem; }
.amenity p { font-size: 0.87rem; color: var(--stone); font-weight: 300; }

/* ---------- Gallery ---------- */
.gallery__grid {
  columns: 3;
  column-gap: 1.2rem;
}
.gallery__item {
  position: relative;
  break-inside: avoid;
  margin-bottom: 1.2rem;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
  background: var(--ink-3);
}
.gallery__item img {
  width: 100%;
  transition: transform 0.7s var(--ease), opacity 0.7s var(--ease);
}
.gallery__item:nth-child(1) img, .gallery__item:nth-child(6) img { aspect-ratio: 3 / 4; object-fit: cover; }
.gallery__item:nth-child(2) img, .gallery__item:nth-child(5) img { aspect-ratio: 4 / 3; object-fit: cover; }
.gallery__item:nth-child(3) img, .gallery__item:nth-child(4) img { aspect-ratio: 1 / 1; object-fit: cover; }
.gallery__item::after {
  content: attr(data-caption);
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 2.2rem 1.1rem 1rem;
  background: linear-gradient(180deg, transparent, rgba(8, 10, 12, 0.85));
  color: var(--cream);
  font-family: var(--serif);
  font-size: 1.05rem;
  font-style: italic;
  transform: translateY(12px);
  opacity: 0;
  transition: transform 0.4s var(--ease), opacity 0.4s var(--ease);
}
.gallery__item:hover::after { transform: none; opacity: 1; }
.gallery__item:hover img { transform: scale(1.07); }

/* Lightbox */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 300;
  background: rgba(8, 10, 12, 0.94);
  backdrop-filter: blur(6px);
  display: grid;
  place-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s var(--ease), visibility 0.35s;
  cursor: zoom-out;
}
.lightbox.is-open { opacity: 1; visibility: visible; }
.lightbox figure { max-width: min(1100px, 90vw); max-height: 86vh; text-align: center; }
.lightbox img {
  max-width: 100%;
  max-height: 76vh;
  object-fit: contain;
  margin-inline: auto;
  border-radius: 6px;
  box-shadow: 0 40px 120px rgba(0, 0, 0, 0.6);
  transform: scale(0.96);
  transition: transform 0.35s var(--ease);
}
.lightbox.is-open img { transform: scale(1); }
.lightbox figcaption {
  margin-top: 1rem;
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.1rem;
  color: var(--cream);
}
.lightbox__close {
  position: absolute;
  top: 1.4rem;
  right: 1.6rem;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  color: var(--cream);
  font-size: 1.3rem;
  border: 1px solid rgba(246, 242, 233, 0.25);
  border-radius: 50%;
  transition: background 0.25s var(--ease), color 0.25s var(--ease), transform 0.25s var(--ease);
}
.lightbox__close:hover { background: var(--gold); color: var(--ink); transform: rotate(90deg); }

/* ---------- Booking modal ---------- */
.booking {
  position: fixed;
  inset: 0;
  z-index: 400;
  display: grid;
  place-items: center;
  padding: 1.2rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s var(--ease), visibility 0.35s;
}
.booking.is-open { opacity: 1; visibility: visible; }
.booking__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 10, 12, 0.82);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  cursor: zoom-out;
}
.booking__panel {
  position: relative;
  width: min(620px, 100%);
  max-height: min(92vh, 92svh);
  overflow-y: auto;
  background: var(--paper);
  color: var(--ink);
  border-radius: 6px;
  padding: clamp(1.8rem, 4vw, 3rem);
  box-shadow: 0 40px 120px rgba(0, 0, 0, 0.55);
  transform: translateY(24px) scale(0.97);
  transition: transform 0.4s var(--ease);
}
.booking.is-open .booking__panel { transform: none; }
.booking__close {
  position: absolute;
  top: 1.1rem;
  right: 1.1rem;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  font-size: 1.05rem;
  color: var(--stone);
  border: 1px solid var(--line);
  border-radius: 50%;
  transition: background 0.25s var(--ease), color 0.25s var(--ease), transform 0.25s var(--ease);
}
.booking__close:hover { background: var(--gold); color: var(--ink); transform: rotate(90deg); }
.booking__title {
  font-family: var(--serif);
  font-size: clamp(1.9rem, 4vw, 2.5rem);
  font-weight: 500;
  line-height: 1.12;
  margin: 1rem 0 0.7rem;
}
.booking__title em {
  font-style: italic;
  background: linear-gradient(100deg, var(--gold-light), var(--gold) 60%, var(--gold-deep));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.booking__sub {
  color: var(--stone);
  font-weight: 300;
  font-size: 0.98rem;
  margin-bottom: 1.8rem;
  max-width: 48ch;
}
.booking__form { display: flex; flex-direction: column; gap: 1.1rem; }
.booking__row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem; }
.booking__field { display: flex; flex-direction: column; gap: 0.45rem; }
.booking__field label {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--stone);
}
.booking__field label em {
  font-style: normal;
  text-transform: none;
  letter-spacing: 0.02em;
  font-weight: 400;
  color: var(--stone-light);
}
.booking__field input,
.booking__field select,
.booking__field textarea {
  width: 100%;
  padding: 0.85rem 1rem;
  font: inherit;
  font-size: 0.96rem;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 3px;
  transition: border-color 0.25s var(--ease), box-shadow 0.25s var(--ease);
  -webkit-appearance: none;
  appearance: none;
}
.booking__field select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%235f655f' stroke-width='1.6' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  padding-right: 2.4rem;
}
.booking__field textarea { resize: vertical; min-height: 84px; }
.booking__field input:focus,
.booking__field select:focus,
.booking__field textarea:focus {
  outline: none;
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(201, 162, 39, 0.16);
}
.booking__error {
  min-height: 1.2em;
  font-size: 0.85rem;
  color: #b3261e;
  font-weight: 500;
}
.booking__submit { width: 100%; margin-top: 0.2rem; }
.booking__foot {
  text-align: center;
  font-size: 0.83rem;
  color: var(--stone);
  margin-top: 0.4rem;
}
.booking__foot a { color: var(--gold-deep); font-weight: 600; }
.booking__foot a:hover { text-decoration: underline; }

/* Booking success state */
.booking__done {
  text-align: center;
  padding: 1.4rem 0 0.4rem;
}
.booking__done-icon {
  display: grid;
  place-items: center;
  width: 3.6rem;
  height: 3.6rem;
  margin: 0 auto 1.1rem;
  border-radius: 50%;
  background: rgba(37, 211, 102, 0.12);
  color: #1da851;
  border: 1px solid rgba(37, 211, 102, 0.35);
  font-size: 1.5rem;
}
.booking__done-title {
  font-family: var(--serif);
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 0.6rem;
}
.booking__done-text {
  color: var(--stone);
  font-weight: 300;
  font-size: 0.95rem;
  max-width: 44ch;
  margin: 0 auto 1.5rem;
}
.booking__done-link { width: 100%; }
.btn--ghost-dark {
  border: 1px solid var(--line);
  color: var(--stone);
  background: transparent;
  width: 100%;
  margin-top: 0.7rem;
}
.btn--ghost-dark:hover {
  border-color: var(--gold);
  color: var(--gold-deep);
  transform: translateY(-2px);
}

/* ---------- WhatsApp floating button ---------- */
.wa-fab {
  position: fixed;
  left: 1.4rem;
  bottom: 1.4rem;
  z-index: 85;
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  box-shadow: 0 12px 30px -8px rgba(37, 211, 102, 0.55);
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease);
}
.wa-fab:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 18px 40px -10px rgba(37, 211, 102, 0.65);
}
.wa-fab svg { width: 1.7rem; height: 1.7rem; fill: currentColor; }
.wa-fab::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: #25d366;
  z-index: -1;
  animation: waPulse 2.4s var(--ease) infinite;
}
@keyframes waPulse {
  0% { transform: scale(1); opacity: 0.55; }
  70%, 100% { transform: scale(1.7); opacity: 0; }
}

/* ---------- Location ---------- */
.location__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2.5rem, 6vw, 5rem);
  align-items: center;
}
.location__media { position: relative; }
.location__media > img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 4px;
  box-shadow: var(--shadow-lg);
}
.location__card {
  position: absolute;
  left: -1.4rem;
  bottom: 1.8rem;
  background: var(--ink);
  color: var(--cream);
  padding: 1.3rem 1.6rem;
  max-width: 300px;
  border-radius: 4px;
  box-shadow: var(--shadow-lg);
  border-left: 3px solid var(--gold);
  display: flex;
  gap: 0.9rem;
  align-items: flex-start;
}
.location__card svg {
  width: 1.6rem;
  height: 1.6rem;
  flex-shrink: 0;
  color: var(--gold-light);
  margin-top: 0.2rem;
}
.location__card p { font-size: 0.88rem; line-height: 1.6; font-weight: 300; }

.attractions { margin-top: 2.2rem; border-top: 1px solid var(--line); }
.attraction {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.1rem 0.2rem;
  border-bottom: 1px solid var(--line);
  transition: padding-left 0.3s var(--ease), background 0.3s var(--ease);
}
.attraction:hover { padding-left: 1rem; }
.attraction h3 {
  font-family: var(--serif);
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.2rem;
}
.attraction p { font-size: 0.88rem; color: var(--stone); font-weight: 300; }
.attraction__meta {
  flex-shrink: 0;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold-deep);
  background: rgba(201, 162, 39, 0.1);
  border: 1px solid rgba(201, 162, 39, 0.3);
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  white-space: nowrap;
}

/* ---------- Dining ---------- */
.dining { overflow: hidden; }
.dining__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.dining__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(16, 20, 23, 0.94) 0%, rgba(16, 20, 23, 0.82) 50%, rgba(16, 20, 23, 0.96) 100%);
}
.dining__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.9);
}
.dining__inner { position: relative; z-index: 1; }

.dining__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 1.8rem;
}
.dining__tags span {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-light);
  border: 1px solid rgba(201, 162, 39, 0.4);
  padding: 0.5rem 1rem;
  border-radius: 2px;
  background: rgba(201, 162, 39, 0.06);
  transition: background 0.3s var(--ease), color 0.3s var(--ease);
}
.dining__tags span:hover { background: var(--gold); color: var(--ink); }

.menu { margin-top: clamp(2.5rem, 5vw, 4rem); }
.menu__heading {
  font-family: var(--serif);
  font-size: 1.9rem;
  font-weight: 600;
  color: var(--cream);
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  margin-bottom: 2.2rem;
}
.menu__heading span {
  font-family: var(--sans);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold-light);
}
.menu__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.8rem;
}
.dish {
  background: rgba(16, 20, 23, 0.66);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid var(--line-light);
  overflow: hidden;
  transition: transform 0.35s var(--ease), border-color 0.35s var(--ease), box-shadow 0.35s var(--ease);
}
.dish:hover {
  transform: translateY(-6px);
  border-color: rgba(201, 162, 39, 0.55);
  box-shadow: 0 24px 50px -20px rgba(0, 0, 0, 0.7);
}
.dish__tag {
  display: inline-block;
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ink);
  background: var(--gold);
  padding: 0.4rem 0.8rem;
  border-radius: 2px;
  margin-bottom: 1rem;
}
.dish__body { padding: 1.6rem 1.7rem 1.8rem; }
.dish__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.6rem;
}
.dish__head h4 { font-family: var(--serif); font-size: 1.5rem; font-weight: 600; color: var(--cream); }
.dish__price {
  font-family: var(--serif);
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--gold-light);
  white-space: nowrap;
}
.dish__body p { font-size: 0.92rem; color: var(--stone-light); font-weight: 300; }
.menu__note {
  margin-top: 2rem;
  text-align: center;
  font-size: 0.8rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--gold-light);
}

/* ---------- Escape CTA ---------- */
.escape {
  position: relative;
  min-height: 92svh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--cream);
  overflow: hidden;
}
.escape__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.escape__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.08);
}
.escape__scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 13, 15, 0.72), rgba(10, 13, 15, 0.55) 50%, rgba(10, 13, 15, 0.85));
}
.escape__inner {
  position: relative;
  z-index: 1;
  padding: 6rem 0;
}
.escape__inner .eyebrow { justify-content: center; }
.escape__title {
  font-family: var(--serif);
  font-size: clamp(2.6rem, 7vw, 4.6rem);
  font-weight: 500;
  line-height: 1.1;
  margin: 1.4rem 0 1.2rem;
}
.escape__title em {
  font-style: italic;
  background: linear-gradient(100deg, var(--gold-light), var(--gold) 60%, var(--gold-deep));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.escape__lead {
  max-width: 54ch;
  margin: 0 auto 2.4rem;
  color: rgba(246, 242, 233, 0.82);
  font-weight: 300;
  font-size: 1.05rem;
}
.escape__actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 1rem; }

/* ---------- Footer ---------- */
.footer { background: var(--ink); color: var(--cream); padding: 4.5rem 0 2rem; }
.footer__grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1.2fr;
  gap: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid var(--line-light);
}
.footer__brand p {
  margin-top: 1.4rem;
  color: var(--stone-light);
  font-weight: 300;
  font-size: 0.93rem;
  max-width: 42ch;
}
.footer__col h4 {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--gold-light);
  margin-bottom: 1.3rem;
}
.footer__col a {
  display: block;
  color: var(--stone-light);
  font-weight: 300;
  font-size: 0.93rem;
  padding: 0.35rem 0;
  transition: color 0.25s var(--ease), padding-left 0.25s var(--ease);
}
.footer__col a:hover { color: var(--gold-light); padding-left: 0.4rem; }
.footer__bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.6rem;
  padding-top: 1.8rem;
  font-size: 0.8rem;
  color: rgba(169, 175, 169, 0.75);
  font-weight: 300;
}

/* ---------- To top ---------- */
.to-top {
  position: fixed;
  right: 1.6rem;
  bottom: 1.6rem;
  z-index: 80;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  background: var(--gold);
  color: var(--ink);
  border-radius: 50%;
  box-shadow: var(--shadow-md);
  opacity: 0;
  visibility: hidden;
  transform: translateY(14px);
  transition: opacity 0.3s var(--ease), transform 0.3s var(--ease), visibility 0.3s, background 0.3s;
}
.to-top.is-visible { opacity: 1; visibility: visible; transform: none; }
.to-top:hover { background: var(--gold-light); transform: translateY(-3px); }
.to-top svg { width: 1.2rem; height: 1.2rem; }

/* ---------- Reveal animations ---------- */
.reveal {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity 0.8s var(--ease), transform 0.8s var(--ease);
  transition-delay: var(--reveal-delay, 0s);
  will-change: opacity, transform;
}
.reveal.is-in { opacity: 1; transform: none; }

/* Stagger helpers */
.pillars .pillar:nth-child(1) { --reveal-delay: 0s; }
.pillars .pillar:nth-child(2) { --reveal-delay: 0.12s; }
.pillars .pillar:nth-child(3) { --reveal-delay: 0.24s; }
.amenities__grid .amenity:nth-child(1) { --reveal-delay: 0s; }
.amenities__grid .amenity:nth-child(2) { --reveal-delay: 0.06s; }
.amenities__grid .amenity:nth-child(3) { --reveal-delay: 0.12s; }
.amenities__grid .amenity:nth-child(4) { --reveal-delay: 0.18s; }
.amenities__grid .amenity:nth-child(5) { --reveal-delay: 0.06s; }
.amenities__grid .amenity:nth-child(6) { --reveal-delay: 0.12s; }
.amenities__grid .amenity:nth-child(7) { --reveal-delay: 0.18s; }
.amenities__grid .amenity:nth-child(8) { --reveal-delay: 0.24s; }
.gallery__grid .gallery__item:nth-child(1) { --reveal-delay: 0s; }
.gallery__grid .gallery__item:nth-child(2) { --reveal-delay: 0.08s; }
.gallery__grid .gallery__item:nth-child(3) { --reveal-delay: 0.16s; }
.gallery__grid .gallery__item:nth-child(4) { --reveal-delay: 0.08s; }
.gallery__grid .gallery__item:nth-child(5) { --reveal-delay: 0.16s; }
.gallery__grid .gallery__item:nth-child(6) { --reveal-delay: 0.24s; }
.menu__grid .dish:nth-child(1) { --reveal-delay: 0s; }
.menu__grid .dish:nth-child(2) { --reveal-delay: 0.14s; }
.stats__grid .stat:nth-child(1) { --reveal-delay: 0s; }
.stats__grid .stat:nth-child(2) { --reveal-delay: 0.08s; }
.stats__grid .stat:nth-child(3) { --reveal-delay: 0.16s; }
.stats__grid .stat:nth-child(4) { --reveal-delay: 0.24s; }

/* ---------- Responsive ---------- */
/* Short viewports: keep hero content clear of the mountain divider */
@media (max-height: 700px) {
  .hero { align-items: flex-start; }
  .hero__content {
    padding-top: 7.5rem;
    padding-bottom: 4rem;
  }
  .hero__peaks-front { height: 60px; }
  .hero__peaks-rear { height: 80px; }
  .hero__scroll { display: none; }
  .hero__badge { display: none; }
  .hero__slide-btn { display: none; }
  .hero__dots { bottom: 2rem; }
}

@media (max-width: 1024px) {
  .nav__links { display: none; }
  .nav__burger { display: flex; }
  .nav__actions .btn--gold { display: none; }
  .pillars { grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
  .amenities__grid { grid-template-columns: repeat(3, 1fr); }
  .rooms__grid { grid-template-columns: 1fr; }
  .rooms__badge { right: 1rem; bottom: -1.2rem; }
  .gallery__grid { columns: 2; }
  .location__grid { grid-template-columns: 1fr; }
  .location__media > img { aspect-ratio: 16 / 10; }
  .location__card { left: 1.2rem; }
}

@media (max-width: 768px) {
  .stats__grid { grid-template-columns: repeat(2, 1fr); gap: 1.6rem 0.5rem; }
  .pillars { grid-template-columns: 1fr; }
  .amenities__grid { grid-template-columns: repeat(2, 1fr); }
  .menu__grid { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1fr; gap: 2.2rem; }
  .rooms__showcase { grid-template-columns: 1fr; }
  .rooms__showcase-main { grid-column: auto; }
  .rooms__showcase-main img { aspect-ratio: 16 / 9; }
  .hero__cta { flex-direction: column; align-items: flex-start; }
  .hero__cta .btn { width: 100%; }
  .hero__scroll { display: none; }
  .hero__badge { display: none; }
  .hero__slide-btn { display: none; }
  .hero__dots { bottom: 1.6rem; }
  .section-lead { font-size: 1rem; }
}

@media (max-width: 768px) {
  .booking__row { grid-template-columns: 1fr; gap: 0.9rem; }
}

@media (max-width: 480px) {
  .container { width: min(1180px, 100% - 2rem); }
  .amenities__grid { grid-template-columns: 1fr; }
  .gallery__grid { columns: 1; }
  .attraction { flex-direction: column; align-items: flex-start; gap: 0.6rem; }
  .location__card { position: static; margin-top: 1rem; max-width: none; }
  .wa-fab { width: 50px; height: 50px; left: 1.1rem; bottom: 1.1rem; }
}

/* ============================================================
   SUB-PAGES — Rooms, Sanctuary, Amenities, Gallery, Dining, Location
   ============================================================ */

/* ---------- Page hero (sub-page banner) ---------- */
.page-hero {
  position: relative;
  min-height: 58svh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  color: var(--cream);
  padding-bottom: clamp(3rem, 7vw, 5.5rem);
}
.page-hero__media { position: absolute; inset: 0; z-index: 0; }
.page-hero__media img {
  width: 100%;
  height: 112%;
  object-fit: cover;
  animation: kenburns 24s var(--ease) infinite alternate;
  transform-origin: 50% 30%;
}
.page-hero__scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 13, 15, 0.5) 0%, rgba(10, 13, 15, 0.25) 55%, rgba(10, 13, 15, 0.92) 100%);
}
.page-hero__content {
  position: relative;
  z-index: 1;
  padding-top: 8rem;
  max-width: 780px;
}
.page-hero__title {
  font-family: var(--serif);
  font-size: clamp(2.5rem, 6.4vw, 4.3rem);
  font-weight: 500;
  line-height: 1.08;
  margin: 1.2rem 0 1.1rem;
  letter-spacing: 0.01em;
  text-wrap: balance;
}
.page-hero__title em {
  font-style: italic;
  background: linear-gradient(100deg, var(--gold-light), var(--gold) 60%, var(--gold-deep));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.page-hero__lead {
  max-width: 56ch;
  color: rgba(246, 242, 233, 0.85);
  font-weight: 300;
  font-size: 1.05rem;
}
.page-hero .eyebrow { color: var(--gold-light); }
.page-hero .eyebrow::before { background: var(--gold-light); }

/* ---------- Nav active page ---------- */
.nav__links a[aria-current="page"] { color: var(--cream); }
.nav__links a[aria-current="page"]::after { transform: scaleX(1); }

/* ---------- Section "view all" links ---------- */
.section-more {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1.8rem;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-deep);
  transition: gap 0.25s var(--ease), color 0.25s var(--ease);
}
.section-more::after { content: "→"; transition: transform 0.25s var(--ease); }
.section-more:hover { gap: 0.9rem; color: var(--gold); }
.section-more--light { color: var(--gold-light); }
.section-more--light:hover { color: var(--cream); }
.section-more--center { display: flex; justify-content: center; margin-top: 2.8rem; }

/* ---------- Rooms page ---------- */
.rooms-page__intro {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
  margin-bottom: clamp(2.5rem, 5vw, 3.5rem);
}
.rooms-page__intro .section-title { margin-bottom: 0; }
.rooms-page__intro .section-lead { margin-top: 0.6rem; }
.rooms-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.8rem;
}
.room {
  display: flex;
  flex-direction: column;
  background: var(--paper);
  border: 1px solid var(--line);
  overflow: hidden;
  transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease), border-color 0.35s var(--ease);
}
.room:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-md);
  border-color: rgba(201, 162, 39, 0.5);
}
.room__media { position: relative; overflow: hidden; aspect-ratio: 16 / 10; }
.room__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s var(--ease);
}
.room:hover .room__media img { transform: scale(1.07); }
.room__tag {
  position: absolute;
  top: 1rem;
  left: 1rem;
  font-size: 0.64rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ink);
  background: var(--gold);
  padding: 0.4rem 0.85rem;
  border-radius: 2px;
}
.room__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 1.8rem 1.9rem 1.9rem;
}
.room__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.7rem;
}
.room__name { font-family: var(--serif); font-size: 1.6rem; font-weight: 600; line-height: 1.15; }
.room__price { text-align: right; }
.room__price strong {
  font-family: var(--serif);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--gold-deep);
  white-space: nowrap;
}
.room__price small {
  display: block;
  font-size: 0.64rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--stone);
}
.room__desc { color: var(--stone); font-weight: 300; font-size: 0.93rem; }
.room__list { margin: 1.2rem 0 1.6rem; }
.room__list li {
  position: relative;
  padding: 0.4rem 0 0.4rem 1.7rem;
  color: var(--stone);
  font-weight: 300;
  font-size: 0.9rem;
  border-bottom: 1px solid var(--line);
}
.room__list li:last-child { border-bottom: 0; }
.room__list li::before {
  content: "";
  position: absolute;
  left: 0.1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: var(--gold);
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(201, 162, 39, 0.18);
}
.room__foot { margin-top: auto; }
.room__foot .btn { width: 100%; }

/* Rooms page note strip */
.rooms-note {
  margin-top: 2.6rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  background: var(--ink);
  color: var(--cream);
  padding: 1.6rem 2rem;
  border-left: 3px solid var(--gold);
}
.rooms-note p { font-weight: 300; font-size: 0.95rem; color: rgba(246, 242, 233, 0.85); }
.rooms-note p strong { color: var(--gold-light); font-weight: 600; }

/* ---------- Sanctuary page ---------- */
.story {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: clamp(2.5rem, 6vw, 5rem);
  align-items: center;
}
.story__media { position: relative; isolation: isolate; }
.story__media img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 4px;
  box-shadow: var(--shadow-lg);
}
.story__media::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(201, 162, 39, 0.4);
  border-radius: 4px;
  transform: translate(1.1rem, 1.1rem);
  z-index: -1;
}
.story__body .section-title { margin-top: 1rem; }
.story__body p { color: var(--stone); font-weight: 300; margin-bottom: 1.1rem; }
.story__body p strong { color: var(--ink); font-weight: 600; }
.story__quote {
  margin-top: 2rem;
  padding: 1.4rem 1.8rem;
  background: var(--cream-2);
  border-left: 3px solid var(--gold);
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.15rem;
  line-height: 1.6;
  color: var(--ink);
}
.story__quote cite {
  display: block;
  margin-top: 0.7rem;
  font-family: var(--sans);
  font-style: normal;
  font-size: 0.72rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--stone);
}

/* ---------- Amenities page ---------- */
.amenities-page .section-head { max-width: none; }
.amenities-page .section-title--comforts { margin-top: clamp(3.5rem, 6vw, 5rem); }
.amenities-page .section-lead { max-width: 64ch; }
.comforts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  margin-top: clamp(2.5rem, 5vw, 4rem);
}
.comforts li {
  position: relative;
  padding: 1.15rem 1.6rem 1.15rem 3rem;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  font-weight: 300;
  color: var(--stone);
  font-size: 0.95rem;
  background: var(--paper);
  transition: background 0.3s var(--ease), color 0.3s var(--ease), padding-left 0.3s var(--ease);
}
.comforts li::before {
  content: "";
  position: absolute;
  left: 1.4rem;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: var(--gold);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(201, 162, 39, 0.16);
}
.comforts li:hover { background: var(--cream); color: var(--ink); padding-left: 3.3rem; }

/* ---------- Gallery page ---------- */
.gallery__grid--full { columns: 3; }
.gallery__grid--full .gallery__item:nth-child(3n+1) img { aspect-ratio: 4 / 5; object-fit: cover; }
.gallery__grid--full .gallery__item:nth-child(3n+2) img { aspect-ratio: 4 / 3; object-fit: cover; }
.gallery__grid--full .gallery__item:nth-child(3n) img { aspect-ratio: 1 / 1; object-fit: cover; }

/* ---------- Dining page ---------- */
.dining-about {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2.5rem, 6vw, 5rem);
  align-items: center;
  padding-bottom: clamp(3rem, 6vw, 5rem);
  border-bottom: 1px solid var(--line-light);
  margin-bottom: clamp(2.5rem, 5vw, 4rem);
}
.dining-about__media { position: relative; }
.dining-about__media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 4px;
}
.dining-about__media span {
  position: absolute;
  right: -0.8rem;
  bottom: -0.8rem;
  background: var(--gold);
  color: var(--ink);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  padding: 0.7rem 1.1rem;
  border-radius: 2px;
  box-shadow: var(--shadow-md);
}
.dining-about p { color: var(--stone-light); font-weight: 300; margin-bottom: 1rem; font-size: 0.97rem; }
.dining-hours {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: clamp(2.5rem, 5vw, 4rem);
}
.dining-hours div {
  background: rgba(16, 20, 23, 0.55);
  border: 1px solid var(--line-light);
  padding: 1.5rem 1.4rem;
  text-align: center;
}
.dining-hours strong {
  display: block;
  font-family: var(--serif);
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--cream);
  margin-bottom: 0.3rem;
}
.dining-hours span {
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold-light);
}

/* ---------- Location page ---------- */
.location-page .location__grid { align-items: start; }
.map-embed {
  margin-top: 2.4rem;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-md);
  border-radius: 4px;
  overflow: hidden;
  line-height: 0;
}
.map-embed iframe { display: block; width: 100%; height: 430px; border: 0; }
.contact-block {
  background: var(--ink);
  color: var(--cream);
  padding: clamp(2.5rem, 6vw, 4rem);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: clamp(2.5rem, 5vw, 4rem);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}
.contact-block::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(60% 80% at 85% 10%, rgba(201, 162, 39, 0.14), transparent 60%);
  pointer-events: none;
}
.contact-item { position: relative; }
.contact-item h4 {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--gold-light);
  margin-bottom: 0.8rem;
}
.contact-item p, .contact-item a {
  display: block;
  color: rgba(246, 242, 233, 0.88);
  font-weight: 300;
  font-size: 0.98rem;
  line-height: 1.6;
}
.contact-item a:hover { color: var(--gold-light); }

/* ---------- CTA strip (shared) ---------- */
.cta-strip {
  background: linear-gradient(120deg, var(--ink-2), var(--ink-3));
  border-top: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
  padding: clamp(3.5rem, 7vw, 5.5rem) 0;
  text-align: center;
  color: var(--cream);
}
.cta-strip .eyebrow { justify-content: center; }
.cta-strip h2 {
  font-family: var(--serif);
  font-size: clamp(1.9rem, 4vw, 2.8rem);
  font-weight: 500;
  margin: 1.1rem 0 0.9rem;
}
.cta-strip h2 em { font-style: italic; color: var(--gold-light); }
.cta-strip p { color: rgba(246, 242, 233, 0.8); font-weight: 300; max-width: 52ch; margin: 0 auto 2rem; }
.cta-strip__actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 1rem; }

/* ---------- Sub-page responsive ---------- */
@media (max-width: 900px) {
  .rooms-grid { grid-template-columns: 1fr; }
  .story, .dining-about { grid-template-columns: 1fr; }
  .story__media::after { display: none; }
  .contact-block { grid-template-columns: 1fr; gap: 1.6rem; }
  .dining-hours { grid-template-columns: 1fr; }
  .gallery__grid--full { columns: 2; }
}
@media (max-height: 700px) {
  .page-hero { min-height: auto; padding-top: 8rem; }
}

@media (max-width: 768px) {
  .page-hero { min-height: 62svh; }
  .comforts { grid-template-columns: 1fr; }
  .rooms-page__intro { flex-direction: column; align-items: flex-start; }
  .rooms-note { align-items: flex-start; }
  .map-embed iframe { height: 320px; }
}
@media (max-width: 480px) {
  .gallery__grid--full { columns: 1; }
  .contact-block { padding: 2rem 1.4rem; }
}

/* Stagger delays for new grids */
.rooms-grid .room:nth-child(1) { --reveal-delay: 0s; }
.rooms-grid .room:nth-child(2) { --reveal-delay: 0.1s; }
.rooms-grid .room:nth-child(3) { --reveal-delay: 0.2s; }
.rooms-grid .room:nth-child(4) { --reveal-delay: 0.3s; }
.gallery__grid--full .gallery__item:nth-child(7) { --reveal-delay: 0s; }
.gallery__grid--full .gallery__item:nth-child(8) { --reveal-delay: 0.08s; }
.gallery__grid--full .gallery__item:nth-child(9) { --reveal-delay: 0.16s; }
.gallery__grid--full .gallery__item:nth-child(10) { --reveal-delay: 0.08s; }
.gallery__grid--full .gallery__item:nth-child(11) { --reveal-delay: 0.16s; }
.gallery__grid--full .gallery__item:nth-child(12) { --reveal-delay: 0.24s; }

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .reveal { opacity: 1; transform: none; }
  .hero__media img, .hero__slide img { animation: none; transform: none; }
  .hero__slide { transition: none; }
}
