@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600&display=swap");

:root {
  --ink: #1d1712;
  --ink-soft: #42362e;
  --ivory: #f8f2e8;
  --cream: #fffaf0;
  --sand: #e7d7bd;
  --champagne: #c7a66b;
  --gold: #a67c52;
  --bronze: #75502d;
  --deep: #1a1a1a;
  --warm-sand: #f4eee0;
  --white: #ffffff;
  --glass: rgba(39, 30, 24, 0.58);
  --line: rgba(199, 166, 107, 0.34);
  --shadow: 0 26px 80px rgba(21, 17, 14, 0.24);
  --primary-gold: #a67c52;
  --bg-dark-noir: #1a1a1a;
  --bg-warm-sand: #f4eee0;
  --text-light: #ffffff;
  --text-dark: #1a1a1a;
  --font-luxury: "Raleway", "Segoe UI", Arial, sans-serif;
}

/* Homepage luxury arrival experience */
body[data-page="home"] h1,
body[data-page="home"] h2,
body[data-page="home"] h3 {
  font-family: "Raleway", "Segoe UI", Arial, sans-serif;
  font-weight: 300;
  letter-spacing: -0.025em;
  text-wrap: balance;
}

body[data-page="home"] h2 {
  font-size: clamp(30px, 3vw, 48px);
  line-height: 1.08;
}

body[data-page="home"] h3 {
  font-size: clamp(22px, 1.8vw, 30px);
  line-height: 1.15;
}

body[data-page="home"] .intro-lux {
  padding-top: clamp(64px, 6vw, 92px);
  padding-bottom: clamp(64px, 6vw, 92px);
}

body[data-page="home"] .intro-feature {
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.8fr);
  align-items: center;
  min-height: 0;
}

body[data-page="home"] .intro-feature-copy {
  position: relative;
  z-index: 2;
  align-self: center;
  width: 100%;
  max-width: 620px;
  color: var(--ink);
  opacity: 1;
  visibility: visible;
  transform: none;
}

body[data-page="home"] .intro-image-card {
  align-self: center;
  width: 100%;
}

body[data-page="home"] .content-section.reveal {
  opacity: 1;
  transform: none;
}

body[data-page="home"] .lux-header {
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  min-height: 98px;
  padding: 10px clamp(24px, 3.2vw, 64px);
  background: linear-gradient(180deg, rgba(12, 10, 8, 0.48), rgba(12, 10, 8, 0));
  border: 0;
  transition: min-height 0.3s ease, padding 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease, color 0.3s ease;
}

body[data-page="home"] .lux-header.scrolled {
  min-height: 76px;
  padding-top: 6px;
  padding-bottom: 6px;
  color: var(--ink);
  background: rgba(255, 250, 240, 0.96);
  box-shadow: 0 8px 28px rgba(40, 28, 18, 0.12);
  backdrop-filter: blur(16px);
}

body[data-page="home"] .header-left,
body[data-page="home"] .header-right {
  grid-row: 1;
  min-width: 0;
}

body[data-page="home"] .header-left {
  grid-column: 1;
  justify-content: flex-start;
}

body[data-page="home"] .header-right {
  grid-column: 3;
  justify-content: flex-end;
}

body[data-page="home"] .brand-lockup {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  min-width: 0;
  transform: translate(-50%, -50%);
}

body[data-page="home"] .brand-logo {
  width: min(105px, 8vw);
  height: 70px;
  object-fit: contain;
  object-position: center;
}

body[data-page="home"] .desktop-nav {
  gap: clamp(14px, 1.35vw, 26px);
}

body[data-page="home"] .desktop-nav a {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.08em;
}

body[data-page="home"] .nav-item {
  padding: 28px 0;
}

body[data-page="home"] .header-actions {
  margin-left: clamp(10px, 1.3vw, 24px);
}

body[data-page="home"] .book-link,
body[data-page="home"] .lux-button {
  min-height: 52px;
  padding: 0 30px;
  border-radius: 2px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
}

body[data-page="home"] .hero,
body[data-page="home"] .hero-slider-media,
body[data-page="home"] .hero-slide-bg {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

body[data-page="home"] .hero-slide-bg,
body[data-page="home"] .hero::before {
  background-position: center;
  filter: contrast(1.04) saturate(1.03);
}

body[data-page="home"] .hero::before {
  opacity: 1;
}

body[data-page="home"] .hero-slide-bg {
  opacity: 0;
}

body[data-page="home"] .hero-slide-bg.active {
  opacity: 1;
}

body[data-page="home"] .hero::after {
  background: linear-gradient(90deg, rgba(12, 15, 14, 0.68) 0%, rgba(12, 15, 14, 0.38) 38%, rgba(12, 15, 14, 0.08) 68%, rgba(12, 15, 14, 0.02) 100%);
}

body[data-page="home"] .hero-slider-media::after {
  background: linear-gradient(180deg, rgba(8, 7, 6, 0.22), transparent 28%, transparent 72%, rgba(8, 7, 6, 0.32));
  mix-blend-mode: normal;
}

body[data-page="home"] .hero-inner {
  max-width: 100%;
}

body[data-page="home"] .hero-copy {
  --hero-title-block: clamp(114px, 11.34vw, 183px);
  --hero-description-block: 75px;
  display: grid;
  grid-template-rows: 18px var(--hero-title-block) var(--hero-description-block) 52px;
  gap: 16px;
  align-self: center;
  max-width: 620px;
  padding: 30px 0 10px;
}

body[data-page="home"] .hero-copy {
  display: none;
}

body[data-page="home"] .hero .kicker {
  margin: 0;
  color: #d6b77a;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.2em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body[data-page="home"] .hero h1 {
  max-width: 620px;
  margin: 0;
  color: #fffaf0;
  font-family: "Raleway", "Segoe UI", Arial, sans-serif;
  font-size: clamp(36px, 3.4vw, 56px);
  font-weight: 300;
  line-height: 1.05;
  letter-spacing: -0.025em;
  text-shadow: 0 4px 24px rgba(0, 0, 0, 0.32);
}

body[data-page="home"] .hero [data-hero-title],
body[data-page="home"] .hero [data-hero-text] {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

body[data-page="home"] .hero [data-hero-title] {
  height: var(--hero-title-block);
  -webkit-line-clamp: 3;
}

body[data-page="home"] .hero [data-hero-text] {
  height: var(--hero-description-block);
  -webkit-line-clamp: 3;
}

body[data-page="home"] .hero [data-hero-title]::after {
  display: none;
}

body[data-page="home"] .hero-copy p:not(.kicker) {
  max-width: 580px;
  margin: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.65;
  text-shadow: 0 3px 16px rgba(0, 0, 0, 0.4);
}

body[data-page="home"] .hero-actions {
  align-self: end;
  gap: 12px;
  min-height: 52px;
  margin: 0;
}

body[data-page="home"] .hero-slider-controls {
  grid-row: 2;
  align-self: end;
  justify-content: center;
  gap: 12px;
}

body[data-page="home"] .hero-dots {
  display: flex;
  gap: 8px;
}

body[data-page="home"] .hero-dot {
  width: 7px;
  height: 7px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  background: transparent;
}

body[data-page="home"] .hero-dot.active {
  width: 7px;
  background: #d8bb82;
  border-color: #d8bb82;
}

body[data-page="home"] .hero-arrow {
  display: none;
  place-items: center;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 0;
  color: rgba(255, 255, 255, 0.88);
  background: transparent;
  font-size: 20px;
  cursor: pointer;
}

body[data-page="home"] .booking-panel {
  grid-row: 3;
  width: min(100%, 1380px);
  min-height: 84px;
  padding: 10px;
  gap: 8px;
  background: rgba(38, 31, 28, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 2px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.26);
  backdrop-filter: blur(10px);
}

body[data-page="home"] .booking-panel > label,
body[data-page="home"] .booking-panel > .booking-field {
  padding: 8px 12px 8px 42px;
  border-color: rgba(255, 255, 255, 0.18);
  border-radius: 1px;
  background: rgba(255, 255, 255, 0.06);
}

body[data-page="home"] .booking-panel input,
body[data-page="home"] .booking-panel select,
body[data-page="home"] .guest-summary {
  font-size: 0.85rem;
  font-weight: 600;
}

body[data-page="home"] .booking-panel .lux-button,
body[data-page="home"] .booking-whatsapp {
  border-radius: 1px;
  box-shadow: none;
}

body[data-page="home"] .booking-panel .lux-button {
  background: #a77c45;
}

@media (max-width: 1320px) {
  body[data-page="home"] .desktop-nav { gap: 12px; }
  body[data-page="home"] .desktop-nav a { font-size: 11px; letter-spacing: 0.06em; }
  body[data-page="home"] .header-actions { margin-left: 8px; }
  body[data-page="home"] .header-actions .book-link { padding-inline: 18px; }
}

@media (max-width: 1199px) {
  body[data-page="home"] .hero-copy { --hero-title-block: clamp(108px, 13.23vw, 158px); }
  body[data-page="home"] .hero h1 {
    max-width: 560px;
    font-size: clamp(34px, 4.2vw, 50px);
  }
}

@media (max-width: 1120px) {
  body[data-page="home"] .lux-header { min-height: 78px; padding: 8px 18px; }
  body[data-page="home"] .header-left { grid-column: 1; justify-content: flex-start; }
  body[data-page="home"] .header-right { display: flex; grid-column: 3; }
  body[data-page="home"] .header-right .desktop-nav { display: none; }
  body[data-page="home"] .header-actions { display: flex; margin: 0; }
  body[data-page="home"] .brand-logo { width: 82px; height: 58px; }
  body[data-page="home"] .menu-button { width: 44px; min-height: 44px; color: var(--white); }
  body[data-page="home"] .lux-header.scrolled .menu-button { color: var(--ink); }
  body[data-page="home"] .header-actions .book-link { min-width: 76px; min-height: 44px; padding: 0 14px; font-size: 11px; }
  body[data-page="home"] .hero-copy { align-self: center; }
}

/* Mobile home overview: prevent CMS media grid from squeezing text into a narrow column. */
@media (max-width: 860px) {
  body[data-page="home"] #home-overview {
    padding: 64px 20px;
    overflow: hidden;
  }

  body[data-page="home"] #home-overview .section-inner.section-head,
  body[data-page="home"] #home-overview .section-inner.section-head-with-media {
    display: grid;
    grid-template-columns: minmax(0, 1fr) !important;
    width: min(100%, 680px);
    max-width: 100%;
    margin: 0 auto;
    gap: 28px;
  }

  body[data-page="home"] #home-overview .section-managed-media,
  body[data-page="home"] #home-overview .section-head-with-media > div:not(.section-managed-media),
  body[data-page="home"] #home-overview .section-head-with-media > p:last-of-type,
  body[data-page="home"] #home-overview .section-head-with-media::after {
    grid-column: 1 !important;
    grid-row: auto !important;
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }

  body[data-page="home"] #home-overview .section-managed-media {
    min-height: clamp(230px, 64vw, 360px);
    margin: 0;
    border-radius: 16px;
    background-position: center;
    background-size: cover;
  }

  body[data-page="home"] #home-overview .kicker {
    max-width: 100%;
    margin-bottom: 12px;
    overflow-wrap: normal;
    word-break: normal;
    white-space: normal;
  }

  body[data-page="home"] #home-overview h2 {
    width: 100%;
    max-width: 100%;
    margin: 0;
    font-size: clamp(30px, 9vw, 42px);
    line-height: 1.08;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
  }

  body[data-page="home"] #home-overview .section-head > p:last-child {
    width: 100%;
    max-width: 100%;
    font-size: 16px;
    line-height: 1.75;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
  }
}

@media (max-width: 860px) {
  body[data-page="home"] .intro-feature { grid-template-columns: 1fr; }
  body[data-page="home"] .intro-feature-copy { max-width: 100%; }
}

@media (max-width: 720px) {
  body[data-page="home"] h2 { font-size: clamp(28px, 7.8vw, 38px); line-height: 1.1; }
  body[data-page="home"] h3 { font-size: clamp(21px, 6vw, 27px); }
  body[data-page="home"] .hero::after { background: linear-gradient(180deg, rgba(10, 9, 8, 0.34), rgba(10, 9, 8, 0.18) 30%, rgba(10, 9, 8, 0.62) 70%, rgba(10, 9, 8, 0.78)); }
  body[data-page="home"] .hero-slide-bg { background-position: center; }
  body[data-page="home"] .hero-copy {
    --hero-title-block: clamp(130px, 38.88vw, 182px);
    --hero-description-block: 70px;
    grid-template-rows: 18px var(--hero-title-block) var(--hero-description-block) auto;
    gap: 14px;
    align-self: end;
    padding-bottom: 8px;
  }
  body[data-page="home"] .hero h1 { max-width: 100%; font-size: clamp(30px, 9vw, 42px); line-height: 1.08; }
  body[data-page="home"] .hero [data-hero-title] { height: var(--hero-title-block); -webkit-line-clamp: 4; }
  body[data-page="home"] .hero [data-hero-text] { height: var(--hero-description-block); -webkit-line-clamp: 3; }
  body[data-page="home"] .hero-copy p:not(.kicker) { font-size: 15px; line-height: 1.55; }
  body[data-page="home"] .hero-actions { margin: 0; }
  body[data-page="home"] .hero-actions .lux-button { flex: 1 1 145px; padding-inline: 18px; }
  body[data-page="home"] .booking-panel { gap: 7px; padding: 8px; backdrop-filter: blur(10px); }
  body[data-page="home"] .booking-panel > label,
  body[data-page="home"] .booking-panel > .booking-field { min-height: 58px; }
  body[data-page="home"] .booking-panel .lux-button,
  body[data-page="home"] .booking-whatsapp { min-height: 50px; }
}

@media (max-width: 430px) {
  body[data-page="home"] .header-actions .book-link { min-width: 64px; padding-inline: 10px; }
  body[data-page="home"] .brand-logo { width: 72px; }
  body[data-page="home"] .hero h1 { font-size: 32px; }
  body[data-page="home"] .hero-copy { --hero-title-block: 139px; }
}

@media (prefers-reduced-motion: reduce) {
  body[data-page="home"] .hero-slide-bg,
  body[data-page="home"] .lux-header,
  body[data-page="home"] .mobile-menu-panel { transition-duration: 0.01ms; }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--ivory);
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  line-height: 1.68;
  animation: pageArrive 0.55s ease both;
}

@keyframes pageArrive {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

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

body.menu-open {
  overflow: hidden;
}

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

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

.serif,
h1,
h2,
.brand-name {
  font-family: var(--font-luxury);
  font-weight: 650;
  letter-spacing: 0;
}

.lux-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  min-height: 92px;
  padding: 14px clamp(22px, 4vw, 68px);
  color: var(--ink);
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(117, 80, 45, 0.12);
  transition: background 0.45s ease, min-height 0.45s ease, box-shadow 0.45s ease, backdrop-filter 0.45s ease, padding 0.45s ease;
}

.lux-header.scrolled,
.lux-header.solid {
  min-height: 72px;
  padding-top: 9px;
  padding-bottom: 9px;
  background: rgba(255, 250, 240, 0.78);
  box-shadow: 0 18px 54px rgba(40, 28, 18, 0.16);
  backdrop-filter: blur(24px) saturate(1.18);
}

body[data-page="home"] .lux-header:not(.scrolled):not(.solid) {
  color: var(--white);
  background: transparent;
  border-bottom-color: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

body[data-page="home"] .lux-header:not(.scrolled):not(.solid) .desktop-nav a,
body[data-page="home"] .lux-header:not(.scrolled):not(.solid) .login-link {
  color: rgba(255, 255, 255, 0.92);
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.42);
}

body[data-page="home"] .lux-header:not(.scrolled):not(.solid) .dropdown a {
  color: #5f5a54;
  text-shadow: none;
}

body[data-page="home"] .lux-header:not(.scrolled):not(.solid) .desktop-nav a::after {
  background: var(--champagne);
}

body[data-page="home"] .lux-header:not(.scrolled):not(.solid) .brand-logo {
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.42));
}

body[data-page="home"] .lux-header:not(.scrolled):not(.solid) .book-link {
  color: var(--white);
  background: rgba(168, 118, 59, 0.72);
  border-color: rgba(255, 255, 255, 0.42);
  backdrop-filter: blur(12px);
}

.header-left,
.header-right,
.desktop-nav,
.header-actions {
  display: flex;
  align-items: center;
  gap: clamp(12px, 1.4vw, 26px);
}

.header-left {
  grid-column: 2;
  grid-row: 1;
  justify-content: center;
}

.header-right {
  grid-column: 3;
  grid-row: 1;
  justify-content: flex-end;
}

.menu-button {
  display: none;
  gap: 8px;
  width: 48px;
  border: 0;
  background: transparent;
  cursor: pointer;
  padding: 8px;
}

.menu-button span {
  display: block;
  height: 2px;
  background: currentColor;
  transition: transform 0.25s ease;
}

.desktop-nav a {
  position: relative;
  color: #59534d;
  font-size: clamp(0.72rem, 0.78vw, 0.84rem);
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
}

.desktop-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 1px;
  background: var(--champagne);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.25s ease;
}

.desktop-nav a:hover::after,
.desktop-nav a.active::after {
  transform: scaleX(1);
}

.brand-lockup {
  grid-column: 1;
  grid-row: 1;
  text-align: center;
  min-width: 138px;
  justify-self: start;
}

.brand-logo {
  display: block;
  width: clamp(86px, 8vw, 124px);
  height: 64px;
  object-fit: contain;
  object-position: left center;
}

.brand-monogram {
  display: block;
  margin: 0 auto -5px;
  color: var(--gold);
  font-family: var(--heading-font);
  font-size: 1.85rem;
  font-style: italic;
  line-height: 1;
}

.brand-name {
  display: block;
  color: var(--ink);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

.brand-tagline {
  display: block;
  color: var(--ink-soft);
  font-size: 0.52rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

.login-link {
  color: var(--ink-soft);
  font-weight: 500;
  letter-spacing: 0.04em;
}

.header-actions .login-link,
.header-actions [data-phone],
.header-actions [data-whatsapp] {
  display: none !important;
}

.book-link,
.lux-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border: 1px solid var(--champagne);
  background: var(--gold);
  color: var(--white);
  border-radius: 999px;
  padding: 12px 30px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 0.32s ease, background 0.32s ease, border-color 0.32s ease, box-shadow 0.32s ease;
}

.desktop-nav {
  justify-content: center;
  min-width: 0;
  flex-wrap: nowrap;
}

.nav-item {
  position: relative;
  padding: 30px 0;
}

.has-dropdown > a::before {
  content: "";
  position: absolute;
  right: -14px;
  top: 50%;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid currentColor;
  transform: translateY(-38%);
}

.dropdown {
  position: absolute;
  top: calc(100% - 10px);
  left: 50%;
  min-width: 230px;
  display: grid;
  gap: 3px;
  padding: 18px 0;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(117, 80, 45, 0.12);
  border-radius: 0 0 18px 18px;
  box-shadow: 0 22px 45px rgba(66, 54, 46, 0.18);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 14px);
  visibility: hidden;
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
}

.dropdown a {
  display: block;
  padding: 12px 28px;
  color: #5f5a54;
  text-align: center;
  white-space: nowrap;
}

.dropdown a::after {
  display: none;
}

.dropdown a:hover {
  color: var(--gold);
  background: #f7efe2;
}

.has-dropdown:hover .dropdown,
.has-dropdown:focus-within .dropdown {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
  visibility: visible;
}

.book-link:hover,
.lux-button:hover {
  background: var(--bronze);
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(168, 118, 59, 0.24);
}

.hero {
  position: relative;
  display: grid;
  align-items: end;
  height: 100svh;
  min-height: 760px;
  padding: 128px clamp(24px, 6vw, 92px) clamp(28px, 4vw, 48px);
  color: var(--white);
  overflow: hidden;
  isolation: isolate;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: var(--hero-image) center/cover;
  opacity: 0.96;
  transform: none;
  filter: contrast(1.12) saturate(1.08) sepia(0.04) brightness(1.06);
}

.hero-slider-media {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.hero-slide-bg {
  position: absolute;
  inset: 0;
  background: center/cover;
  opacity: 0;
  filter: contrast(1.12) saturate(1.08) sepia(0.04) brightness(1.06);
  transform: none;
  transition: opacity 1.15s ease;
}

.hero-slide-bg.active {
  opacity: 0.96;
  transform: none;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(7, 5, 4, 0.38), rgba(46, 31, 19, 0.08) 44%, rgba(7, 5, 4, 0.56)),
    linear-gradient(90deg, rgba(7, 5, 4, 0.66), rgba(26, 22, 18, 0.18) 56%, rgba(7, 5, 4, 0.28));
}

.hero::before,
.hero-slider-media::after {
  pointer-events: none;
}

.hero-slider-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(168, 118, 59, 0.06), transparent 42%, rgba(21, 17, 14, 0.06));
  mix-blend-mode: soft-light;
}

.hero-inner {
  display: grid;
  grid-template-rows: minmax(0, 1fr) 24px minmax(92px, auto);
  gap: clamp(16px, 2.2vw, 28px);
  align-content: end;
  width: min(100%, 1320px);
  height: 100%;
  margin: 0 auto;
  animation: heroFade 0.95s ease both;
}

.hero-copy {
  align-self: end;
  max-width: 780px;
  padding-top: clamp(22px, 7vh, 96px);
  padding-bottom: 0;
}

.hero-showcase {
  display: block;
}

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

.lux-button.secondary {
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.46);
  backdrop-filter: blur(10px);
}

@keyframes heroFade {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.kicker {
  margin: 0 0 12px;
  color: #f2d79d;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: clamp(0.7rem, 0.85vw, 0.82rem);
  text-shadow: 0 6px 18px rgba(0, 0, 0, 0.46);
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  margin: 0;
  max-width: 720px;
  font-size: clamp(2.25rem, 4.6vw, 4.2rem);
  line-height: 1.1;
  text-wrap: balance;
}

.hero h1 {
  max-width: 760px;
  font-family: var(--heading-font);
  color: #fffaf0;
  text-shadow: 0 4px 12px rgba(0, 0, 0, 0.58), 0 18px 42px rgba(0, 0, 0, 0.42);
}

.hero [data-hero-title] {
  display: -webkit-box;
  min-height: calc(3 * 1.04em);
  max-height: calc(3 * 1.04em);
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

h2 {
  margin: 0;
  font-size: clamp(1.65rem, 3.2vw, 3.1rem);
  line-height: 1.15;
  text-wrap: balance;
}

h3 {
  margin: 0 0 10px;
  font-size: clamp(1.18rem, 2vw, 1.55rem);
}

.hero-copy p:not(.kicker) {
  max-width: 660px;
  color: rgba(255, 250, 240, 0.94);
  font-size: clamp(1rem, 1.1vw, 1.12rem);
  line-height: 1.7;
  margin: 16px 0 0;
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.5);
}

.hero [data-hero-text] {
  display: -webkit-box;
  min-height: calc(2 * 1.7em);
  max-height: calc(2 * 1.7em);
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.hero [data-hero-title]::after {
  content: "";
  display: inline-block;
  width: 0.07em;
  height: 0.82em;
  margin-left: 0.12em;
  background: var(--champagne);
  border-radius: 999px;
  vertical-align: -0.06em;
  box-shadow: 0 0 18px rgba(199, 166, 107, 0.38);
  animation: heroHeadingCursor 1.25s ease-in-out infinite;
}

@keyframes heroHeadingCursor {
  50% {
    opacity: 0.28;
  }
}

.hero-slider-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  min-height: 22px;
}

.hero-dot {
  width: 42px;
  height: 3px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.34);
  cursor: pointer;
  transition: width 0.25s ease, background 0.25s ease;
}

.hero-dot.active {
  width: 64px;
  background: var(--champagne);
}

.booking-panel {
  display: grid;
  grid-template-columns: minmax(290px, 1.45fr) minmax(170px, 1fr) minmax(240px, 1.15fr) minmax(142px, auto) minmax(150px, auto);
  gap: 10px;
  align-self: end;
  width: min(100%, 1320px);
  min-height: 92px;
  padding: 14px;
  background:
    linear-gradient(135deg, rgba(244, 238, 224, 0.24), rgba(244, 238, 224, 0.06)),
    linear-gradient(135deg, rgba(26, 26, 26, 0.86), rgba(98, 69, 43, 0.56));
  border: 1px solid rgba(166, 124, 82, 0.58);
  box-shadow: 0 42px 110px rgba(0, 0, 0, 0.54), inset 0 1px 0 rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(34px) saturate(1.24);
  border-radius: 20px;
}

.glass-panel {
  background: rgba(26, 26, 26, 0.65);
  border: 1px solid rgba(166, 124, 82, 0.2);
  border-radius: 8px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.booking-panel > label,
.booking-panel > .booking-field {
  position: relative;
  display: grid;
  align-content: center;
  gap: 5px;
  min-width: 0;
  padding: 10px 13px 10px 46px;
  color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.105);
  border: 1px solid rgba(231, 205, 139, 0.2);
  border-radius: 13px;
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  transition: background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.booking-panel > label::before,
.booking-panel > .booking-field::before {
  content: attr(data-booking-icon);
  position: absolute;
  left: 11px;
  top: 50%;
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border: 1px solid rgba(231, 205, 139, 0.32);
  border-radius: 50%;
  color: var(--champagne);
  background: rgba(21, 17, 14, 0.34);
  font-size: 0.48rem;
  font-weight: 900;
  line-height: 1;
  transform: translateY(-50%);
}

.booking-panel > label span,
.booking-panel > .booking-field > span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.booking-panel input,
.booking-panel select,
.guest-summary {
  width: 100%;
  border: 0;
  color: var(--white);
  background: transparent;
  outline: 0;
  min-height: 28px;
  font-weight: 800;
  font-size: 0.88rem;
}

.booking-panel > label:focus-within,
.booking-panel > .booking-field:focus-within,
.booking-panel > .booking-field.open {
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(231, 205, 139, 0.72);
  box-shadow: 0 0 0 3px rgba(199, 166, 107, 0.14);
}

.booking-panel option {
  color: var(--ink);
}

.booking-panel input::placeholder {
  color: rgba(255, 255, 255, 0.72);
}

.date-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.date-pair input + input {
  border-left: 1px solid rgba(231, 205, 139, 0.24);
  padding-left: 10px;
}

.guest-field {
  isolation: isolate;
}

.guest-summary {
  padding: 0;
  text-align: left;
  cursor: pointer;
}

.guest-popover {
  position: absolute;
  top: auto;
  bottom: calc(100% + 12px);
  left: 0;
  z-index: 20;
  display: grid;
  gap: 12px;
  min-width: min(320px, 88vw);
  padding: 18px;
  color: var(--ink);
  background: rgba(255, 250, 240, 0.98);
  border: 1px solid rgba(168, 118, 59, 0.22);
  border-radius: 14px;
  box-shadow: 0 26px 70px rgba(21, 17, 14, 0.24);
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.guest-field.open .guest-popover {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.guest-popover label {
  display: grid;
  gap: 6px;
  color: var(--ink-soft);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.booking-contact-title {
  color: var(--ink);
  font-family: "Raleway", "Segoe UI", Arial, sans-serif;
  font-size: 1.15rem;
  font-weight: 500;
  line-height: 1.25;
}

.guest-popover input,
.guest-popover select {
  border: 1px solid rgba(168, 118, 59, 0.24);
  border-radius: 10px;
  color: var(--ink);
  background: var(--white);
  padding: 10px 12px;
}

.guest-popover-done {
  display: none;
  min-height: 44px;
  border: 1px solid rgba(168, 118, 59, 0.36);
  border-radius: 999px;
  color: var(--white);
  background: linear-gradient(135deg, #b88643, #8a5a2d);
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 14px 30px rgba(21, 17, 14, 0.18);
}

.booking-panel .lux-button {
  min-width: 148px;
  min-height: 100%;
  border-radius: 13px;
  background: linear-gradient(135deg, #b88643, #8a5a2d);
  box-shadow: 0 18px 40px rgba(21, 17, 14, 0.28);
}

.booking-panel .lux-button:hover {
  background: linear-gradient(135deg, #d0a35c, #9a642f);
  box-shadow: 0 20px 48px rgba(199, 166, 107, 0.28);
}

.booking-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  border: 1px solid rgba(166, 124, 82, 0.62);
  border-radius: 13px;
  color: var(--white);
  background: rgba(166, 124, 82, 0.18);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
  transition: background 0.25s ease, transform 0.25s ease;
}

.booking-whatsapp:hover {
  background: rgba(166, 124, 82, 0.32);
  transform: translateY(-2px);
}

.content-section {
  position: relative;
  padding: clamp(72px, 9vw, 132px) clamp(20px, 5vw, 80px);
  overflow: hidden;
}

.section-inner {
  width: min(100%, 1240px);
  margin: 0 auto;
}

.intro-lux {
  background:
    radial-gradient(circle at 86% 18%, rgba(199, 166, 107, 0.18), transparent 26%),
    linear-gradient(180deg, var(--cream), var(--ivory));
}

.intro-feature {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.72fr);
  gap: clamp(30px, 6vw, 84px);
  align-items: center;
}

.intro-feature-copy {
  max-width: 620px;
}

.intro-feature-copy h2 {
  max-width: 570px;
  line-height: 1.14;
}

.intro-feature-copy > p:not(.kicker) {
  max-width: 520px;
  color: var(--ink-soft);
  font-size: 1.04rem;
  line-height: 1.75;
  margin: 20px 0 28px;
}

.intro-image-card {
  position: relative;
  display: block;
  min-height: clamp(280px, 34vw, 450px);
  overflow: hidden;
  border: 1px solid rgba(168, 118, 59, 0.18);
  border-radius: 10px;
  background: var(--intro-image) center/cover;
  box-shadow: 0 30px 90px rgba(66, 54, 46, 0.18);
  transition: transform 0.55s ease, box-shadow 0.55s ease;
}

.intro-image-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 42%, rgba(21, 17, 14, 0.26)),
    linear-gradient(135deg, rgba(199, 166, 107, 0.16), transparent 48%);
  transition: opacity 0.55s ease;
}

.intro-image-card:hover {
  transform: translateY(-8px) scale(1.015);
  box-shadow: 0 38px 110px rgba(66, 54, 46, 0.24);
}

.intro-image-card:hover::after {
  opacity: 0.72;
}

.section-managed-media {
  min-height: clamp(240px, 34vw, 420px);
  margin-bottom: clamp(28px, 5vw, 52px);
  border: 1px solid rgba(168, 118, 59, 0.18);
  border-radius: 10px;
  background-position: center;
  background-size: cover;
  box-shadow: 0 24px 70px rgba(66, 54, 46, 0.14);
}

.section-video-frame {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  margin-top: clamp(28px, 5vw, 52px);
  border: 0;
  border-radius: 10px;
  background: var(--deep);
  box-shadow: 0 24px 70px rgba(66, 54, 46, 0.16);
}

.intro-lux::after,
.sand-band::after {
  content: "";
  position: absolute;
  right: clamp(18px, 7vw, 112px);
  top: clamp(24px, 5vw, 74px);
  width: clamp(72px, 10vw, 132px);
  aspect-ratio: 1;
  border: 1px solid rgba(168, 118, 59, 0.22);
  transform: rotate(45deg);
  pointer-events: none;
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.68fr) minmax(0, 0.9fr);
  gap: clamp(28px, 6vw, 96px);
  align-items: end;
  margin-bottom: clamp(34px, 5vw, 64px);
}

.section-head.section-head-with-media {
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.9fr);
  align-items: center;
}

.section-head-with-media .section-managed-media {
  grid-column: 1;
  grid-row: 1 / span 2;
  width: 100%;
  min-height: clamp(320px, 32vw, 440px);
  margin: 0;
}

.section-head-with-media > div:not(.section-managed-media) {
  grid-column: 2;
  grid-row: 1;
  align-self: end;
}

.section-head-with-media > p:last-of-type {
  grid-column: 2;
  grid-row: 2;
  align-self: start;
}

.section-head.section-head-with-media::after {
  grid-column: 2;
}

.section-head h2 {
  max-width: 560px;
}

.section-head::after {
  content: "";
  display: block;
  grid-column: 1 / -1;
  width: min(140px, 28vw);
  height: 1px;
  margin-top: clamp(8px, 1.8vw, 18px);
  background: linear-gradient(90deg, transparent, var(--champagne), transparent);
  transform: scaleX(0.82);
  transform-origin: left center;
  transition: transform 0.9s ease;
}

.section-head.visible::after,
.content-section.visible .section-head::after {
  transform: scaleX(1);
}

.section-head p:last-child {
  margin: 0;
  color: var(--ink-soft);
  font-size: 1.05rem;
  line-height: 1.85;
}

.sand-band {
  background: var(--warm-sand);
}

.dark-band {
  color: var(--white);
  background: var(--deep);
}

.dark-band .section-head p:last-child,
.audience-band .section-head p:last-child,
.concierge-cta .muted {
  color: rgba(255, 255, 255, 0.74);
}

.audience-band,
.concierge-cta {
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(166, 124, 82, 0.12), transparent 46%),
    var(--deep);
}

.audience-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.audience-grid article,
.concierge-panel {
  border: 1px solid rgba(166, 124, 82, 0.42);
  background: linear-gradient(180deg, rgba(244, 238, 224, 0.12), rgba(244, 238, 224, 0.04));
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
}

.audience-grid article {
  display: grid;
  align-content: start;
  min-height: 280px;
  padding: clamp(22px, 3vw, 34px);
}

.audience-grid span {
  color: var(--gold);
  font-weight: 900;
  letter-spacing: 0.16em;
}

.audience-grid h3 {
  margin-top: 26px;
  color: var(--white);
}

.audience-grid p {
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.82;
}

.audience-grid a {
  align-self: end;
  margin-top: 18px;
  color: var(--champagne);
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.concierge-panel {
  display: grid;
  gap: 14px;
  align-content: center;
  padding: clamp(24px, 4vw, 42px);
}

.concierge-panel strong {
  color: var(--champagne);
  font-size: clamp(1.35rem, 2.4vw, 2rem);
}

.concierge-panel span {
  color: rgba(255, 255, 255, 0.78);
}

.concierge-panel .lux-button {
  justify-self: start;
  margin-top: 8px;
}

.lux-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}

.slider-shell,
.gallery-showcase {
  position: relative;
}

.room-slider {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 36px) / 3);
  grid-template-columns: none;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 18px;
  padding: 8px 4px 10px;
  scrollbar-width: none;
  scroll-behavior: smooth;
  cursor: grab;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-inline: contain;
  touch-action: pan-y;
}

.room-slider::-webkit-scrollbar,
.gallery-slider::-webkit-scrollbar {
  display: none;
}

.room-slider.is-dragging,
.gallery-slider.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
}

.room-slider .lux-card {
  position: relative;
  scroll-snap-align: start;
  min-width: 0;
  border: 1px solid rgba(117, 80, 45, 0.16);
  border-radius: 8px;
  box-shadow: 0 24px 58px rgba(66, 54, 46, 0.16);
  transform: translateZ(0);
}

.room-slider .media-tile {
  min-height: 390px;
  border-radius: 8px;
}

.room-slider .lux-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, transparent 22%, rgba(8, 6, 5, 0.25) 58%, rgba(8, 6, 5, 0.82));
  opacity: 0.45;
  transition: opacity 0.35s ease;
  pointer-events: none;
}

.room-slider .lux-card:hover::after,
.room-slider .lux-card:focus-within::after {
  opacity: 0.9;
}

.room-slider .lux-card > div:not(.media-tile),
.room-slider .room-card-overlay {
  position: absolute;
  inset: auto 14px 14px;
  z-index: 2;
  padding: 18px;
  color: var(--white);
  background: linear-gradient(180deg, rgba(21, 17, 14, 0.16), rgba(21, 17, 14, 0.82));
  border: 1px solid rgba(231, 205, 139, 0.28);
  border-radius: 8px;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.35s ease, transform 0.35s ease;
  backdrop-filter: blur(16px);
}

.room-slider .lux-card:hover > div:not(.media-tile),
.room-slider .lux-card:focus-within > div:not(.media-tile) {
  opacity: 1;
  transform: translateY(0);
}

@media (hover: none) {
  .room-slider .lux-card::after {
    opacity: 0.82;
  }

  .room-slider .lux-card > div:not(.media-tile),
  .room-slider .room-card-overlay {
    opacity: 1;
    transform: none;
  }
}

.room-slider .lux-card .kicker,
.room-slider .card-foot {
  color: var(--champagne);
}

.room-slider .lux-card h3 {
  margin-bottom: 4px;
  font-size: clamp(1.18rem, 1.6vw, 1.45rem);
}

.room-slider .lux-card strong {
  display: block;
  margin-bottom: 9px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.room-slider .lux-card p:not(.kicker) {
  color: rgba(255, 255, 255, 0.82);
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.55;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.room-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.room-card-actions .lux-button,
.room-card-actions .text-link {
  min-height: 40px;
  padding: 9px 15px;
  border-radius: 999px;
  font-size: 0.72rem;
  border-color: rgba(231, 205, 139, 0.72);
}

.room-card-actions .text-link {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.42);
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
}

.room-card-actions .lux-button:hover,
.room-card-actions .text-link:hover {
  color: var(--white);
  background: var(--bronze);
  transform: translateY(-1px);
}

.slider-arrow {
  position: absolute;
  top: 50%;
  z-index: 4;
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(199, 166, 107, 0.56);
  border-radius: 50%;
  color: var(--white);
  background: rgba(21, 17, 14, 0.74);
  box-shadow: var(--shadow);
  cursor: pointer;
  font-size: 2rem;
  line-height: 1;
  transform: translateY(-50%);
  transition: background 0.25s ease, transform 0.25s ease;
}

.slider-arrow:hover {
  background: var(--gold);
  transform: translateY(-50%) scale(1.04);
}

[data-room-prev],
[data-gallery-prev] {
  left: -18px;
}

[data-room-next],
[data-gallery-next] {
  right: -18px;
}

.two-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(22px, 4vw, 44px);
  align-items: center;
}

.lux-card,
.line-card,
.quote-card,
.contact-card {
  border: 1px solid rgba(117, 80, 45, 0.18);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 18px 54px rgba(66, 54, 46, 0.09);
  border-radius: 18px;
  transition: transform 0.36s ease, box-shadow 0.36s ease, border-color 0.36s ease;
}

.lux-card:hover,
.line-card:hover,
.quote-card:hover,
.contact-card:hover {
  border-color: rgba(168, 118, 59, 0.34);
  box-shadow: 0 24px 68px rgba(66, 54, 46, 0.14);
  transform: translateY(-4px);
}

.lux-card {
  display: grid;
  min-height: 100%;
  overflow: hidden;
}

.lux-card > div:not(.media-tile) {
  padding: 24px;
}

[data-page="news"] [data-blog-grid] {
  align-items: stretch;
}

.news-card {
  grid-template-rows: auto 1fr;
  height: 100%;
}

.news-card .media-tile {
  width: 100%;
  min-height: 0;
  aspect-ratio: 16 / 10;
}

.news-card > div:not(.media-tile) {
  display: flex;
  flex-direction: column;
  min-height: 290px;
}

.news-card h3 {
  min-height: 2.25em;
  margin-bottom: 14px;
}

.news-card__excerpt {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.news-card__tags {
  margin-top: auto;
  padding-top: 18px;
}

.news-editor-stack {
  display: grid;
  gap: 42px;
}

@media (max-width: 767px) {
  .news-card > div:not(.media-tile) {
    min-height: 0;
  }

  .news-card h3 {
    min-height: 0;
  }
}

.media-tile {
  position: relative;
  min-height: 320px;
  background: var(--sand) center/cover;
  transition: transform 0.7s ease, filter 0.7s ease;
}

.media-tile.is-missing-media,
.gallery-card.is-missing-media,
.room-list-media.is-missing-media {
  background:
    linear-gradient(135deg, rgba(166, 124, 82, 0.16), rgba(26, 26, 26, 0.18)),
    var(--sand);
}

.media-tile.is-missing-media::before,
.gallery-card.is-missing-media::before,
.room-list-media.is-missing-media::before {
  content: "Photo coming soon";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  z-index: 1;
  padding: 18px;
  color: rgba(31, 26, 22, 0.64);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

.semantic-image {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

.lux-card:hover .media-tile {
  filter: saturate(1.04) contrast(1.04);
  transform: scale(1.055);
}

.card-foot {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
  margin-top: 18px;
  color: var(--gold);
  font-weight: 900;
}

.text-link {
  border: 0;
  color: var(--gold);
  background: transparent;
  cursor: pointer;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.muted {
  color: var(--ink-soft);
}

.story-media {
  min-height: 560px;
  background: url("https://images.unsplash.com/photo-1584132915807-fd1f5fbc078f?auto=format&fit=crop&w=1400&q=80") center/cover;
}

.feature-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border-radius: 18px;
  overflow: hidden;
}

.feature-list article,
.line-card,
.quote-card,
.contact-card {
  padding: 28px;
}

.feature-list article {
  background: var(--ivory);
}

.line-card span,
.line-card strong {
  display: block;
  color: var(--gold);
  font-weight: 900;
  margin-bottom: 10px;
}

.filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}

.filters button {
  border: 1px solid var(--line);
  background: transparent;
  color: var(--ink);
  padding: 10px 16px;
  cursor: pointer;
}

.filters button.active,
.filters button:hover {
  color: var(--white);
  background: var(--gold);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-flow: dense;
  gap: 14px;
}

.gallery-slider {
  grid-auto-flow: column;
  grid-auto-columns: minmax(240px, 320px);
  grid-template-columns: none;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 4px 4px 10px;
  scrollbar-width: none;
}

.gallery-card {
  position: relative;
  min-height: 280px;
  border: 0;
  border-radius: 18px;
  background: var(--sand) center/cover;
  cursor: pointer;
  overflow: hidden;
}

.gallery-slider .gallery-card {
  min-height: 360px;
  scroll-snap-align: start;
  border-radius: 8px;
}

.gallery-grid:not(.gallery-slider) .gallery-card:nth-child(3n + 1) {
  grid-row: span 2;
  min-height: 420px;
}

.gallery-card:hover {
  transform: translateY(-4px);
}

.gallery-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.58));
}

.gallery-card span {
  position: absolute;
  left: 18px;
  bottom: 16px;
  z-index: 1;
  color: var(--white);
  font-weight: 900;
}

.gallery-card span::after {
  content: "View";
  display: block;
  width: max-content;
  margin-top: 8px;
  border: 1px solid rgba(255, 255, 255, 0.44);
  border-radius: 999px;
  padding: 7px 12px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.enquiry-form,
.contact-form,
.newsletter-form {
  display: grid;
  gap: 14px;
}

.contact-form,
.newsletter-form {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.contact-form textarea,
.contact-form .full,
.newsletter-form .full {
  grid-column: 1 / -1;
}

.enquiry-form input,
.enquiry-form select,
.enquiry-form textarea,
.contact-form input,
.contact-form select,
.contact-form textarea,
.newsletter-form input,
.admin-form input,
.admin-form select,
.admin-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.86);
  color: var(--ink);
  padding: 14px 15px;
  outline: 0;
}

.map-frame {
  width: 100%;
  min-height: 420px;
  border: 1px solid rgba(117, 80, 45, 0.18);
  border-radius: 18px;
  box-shadow: 0 18px 54px rgba(66, 54, 46, 0.09);
}

.map-frame.compact {
  min-height: 300px;
  margin-top: 22px;
}

.seo-hero {
  min-height: 70vh;
}

.trust-badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.trust-badge-row span {
  border: 1px solid rgba(184, 132, 60, 0.32);
  border-radius: 999px;
  padding: 10px 14px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.72);
  font-size: 0.86rem;
}

.image-upload-slot {
  min-height: 320px;
  border: 1px dashed rgba(184, 132, 60, 0.48);
  border-radius: 18px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 8px;
  color: var(--muted);
  background: linear-gradient(135deg, rgba(255,255,255,0.86), rgba(246,239,226,0.68));
  text-align: center;
  padding: 28px;
}

.image-upload-slot strong {
  color: var(--ink);
  font-family: var(--serif);
  font-size: 1.45rem;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-list details {
  border: 1px solid rgba(34, 30, 26, 0.1);
  background: rgba(255,255,255,0.78);
  border-radius: 14px;
  padding: 16px 18px;
}

.faq-list summary {
  cursor: pointer;
  font-weight: 700;
  color: var(--ink);
}

.faq-list p {
  margin: 12px 0 0;
  color: var(--muted);
}

.enquiry-form textarea,
.contact-form textarea,
.admin-form textarea {
  min-height: 120px;
  resize: vertical;
}

.footer {
  color: rgba(255, 255, 255, 0.84);
  background:
    radial-gradient(circle at 18% 0%, rgba(199, 166, 107, 0.1), transparent 28%),
    linear-gradient(180deg, #181513, #0f0d0b);
  padding: 46px clamp(20px, 5vw, 80px) 24px;
}

.footer-inner {
  display: grid;
  grid-template-columns: minmax(220px, 0.9fr) minmax(260px, 1fr) minmax(220px, 0.85fr);
  gap: clamp(24px, 4vw, 52px);
  width: min(100%, 1220px);
  margin: 0 auto;
  padding-top: 22px;
  border-top: 1px solid rgba(199, 166, 107, 0.28);
}

.footer-contact {
  display: grid;
  gap: 9px;
}

.footer-logo {
  width: 122px;
  height: auto;
  object-fit: contain;
}

.footer h3 {
  color: var(--champagne);
  margin: 0 0 12px;
  font-size: 1rem;
}

.footer a {
  color: rgba(255, 255, 255, 0.78);
  transition: color 0.25s ease, transform 0.25s ease, border-color 0.25s ease;
}

.footer a:hover {
  color: var(--champagne);
}

.footer ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-quick {
  align-self: start;
}

.footer-newsletter {
  align-content: start;
}

.footer-bottom {
  width: min(100%, 1220px);
  margin: 26px auto 0;
  padding-top: 14px;
  border-top: 1px solid rgba(199, 166, 107, 0.22);
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.82rem;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
}

.footer-bottom a {
  color: rgba(255, 255, 255, 0.66);
  text-align: right;
}

.footer-brand-panel strong {
  color: var(--white);
  font-family: var(--heading-font);
  font-size: 1.1rem;
  font-weight: 500;
}

.footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 4px;
}

.footer-socials a {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(199, 166, 107, 0.42);
  border-radius: 50%;
  color: var(--champagne);
  font-size: 0.72rem;
  font-weight: 900;
}

.footer-socials a:hover {
  border-color: var(--champagne);
  transform: translateY(-2px);
}

.footer .newsletter-form input {
  border-color: rgba(199, 166, 107, 0.32);
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
}

.footer .newsletter-form p {
  color: rgba(255, 255, 255, 0.62);
}

.footer-newsletter.newsletter-form {
  gap: 10px;
}

.footer-newsletter .lux-button {
  min-height: 42px;
}

.whatsapp-float,
.chat-float {
  position: fixed;
  z-index: 40;
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  color: var(--white);
  box-shadow: var(--shadow);
}

.whatsapp-float {
  right: auto;
  bottom: 24px;
  left: 22px;
  background: #1f9d5f;
  font-size: 0;
}

.chat-float {
  right: 22px;
  bottom: 24px;
  border: 1px solid var(--champagne);
  background: var(--gold);
}

.google-rating-float {
  position: fixed;
  top: 50%;
  right: 22px;
  bottom: auto;
  z-index: 39;
  display: grid;
  grid-template-columns: auto minmax(150px, 1fr) auto;
  gap: 14px;
  align-items: center;
  width: min(360px, calc(100% - 44px));
  min-height: 82px;
  padding: 14px 18px;
  color: #2b3329;
  background: #b8c9ae;
  border: 1px solid rgba(43, 51, 41, 0.12);
  border-radius: 8px;
  box-shadow: 0 18px 48px rgba(21, 17, 14, 0.2);
  text-decoration: none;
  transform: translateY(-50%);
}

.google-rating-float > strong {
  font-family: "Raleway", "Segoe UI", Arial, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
}

.google-rating-float > strong span {
  margin-left: 2px;
  font-size: 14px;
}

.google-rating-copy {
  display: grid;
  line-height: 1.2;
}

.google-rating-copy b {
  font-size: 15px;
  font-weight: 600;
}

.google-rating-copy span,
.google-rating-copy small {
  font-size: 12px;
}

.google-rating-copy small {
  margin-top: 3px;
  color: rgba(43, 51, 41, 0.72);
}

.google-rating-chevron {
  font-size: 24px;
  line-height: 1;
}

@media (max-width: 520px) {
  .whatsapp-float { left: 14px; bottom: 16px; }
  .chat-float { right: 14px; bottom: 16px; }
  .google-rating-float {
    top: auto;
    right: 14px;
    bottom: 84px;
    width: min(320px, calc(100% - 28px));
    min-height: 70px;
    padding: 11px 14px;
    transform: none;
  }
}

.whatsapp-float::before {
  content: "";
  width: 29px;
  height: 29px;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.02 3.2A12.66 12.66 0 0 0 5.2 22.42L3.6 28.8l6.52-1.52A12.62 12.62 0 1 0 16.02 3.2Zm0 2.32a10.3 10.3 0 0 1 8.65 15.9 10.33 10.33 0 0 1-12.98 3.54l-.45-.22-3.88.9.94-3.76-.25-.47A10.34 10.34 0 0 1 16.02 5.52Zm-4.34 5.1c-.25 0-.66.09-1 .45-.35.38-1.32 1.3-1.32 3.15 0 1.86 1.35 3.66 1.54 3.91.19.25 2.62 4.22 6.47 5.75 3.2 1.28 3.86 1.02 4.55.96.7-.07 2.25-.92 2.57-1.8.31-.88.31-1.64.22-1.8-.1-.16-.35-.25-.73-.44-.38-.2-2.25-1.11-2.6-1.24-.35-.13-.6-.19-.86.2-.25.37-.98 1.23-1.2 1.48-.22.26-.44.29-.82.1-.38-.2-1.6-.6-3.05-1.88-1.13-1.01-1.9-2.25-2.12-2.63-.22-.38-.03-.58.16-.77.17-.17.38-.44.57-.66.19-.22.25-.38.38-.63.13-.26.06-.48-.03-.67-.1-.19-.86-2.08-1.18-2.85-.31-.74-.63-.64-.86-.65h-.75Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.02 3.2A12.66 12.66 0 0 0 5.2 22.42L3.6 28.8l6.52-1.52A12.62 12.62 0 1 0 16.02 3.2Zm0 2.32a10.3 10.3 0 0 1 8.65 15.9 10.33 10.33 0 0 1-12.98 3.54l-.45-.22-3.88.9.94-3.76-.25-.47A10.34 10.34 0 0 1 16.02 5.52Zm-4.34 5.1c-.25 0-.66.09-1 .45-.35.38-1.32 1.3-1.32 3.15 0 1.86 1.35 3.66 1.54 3.91.19.25 2.62 4.22 6.47 5.75 3.2 1.28 3.86 1.02 4.55.96.7-.07 2.25-.92 2.57-1.8.31-.88.31-1.64.22-1.8-.1-.16-.35-.25-.73-.44-.38-.2-2.25-1.11-2.6-1.24-.35-.13-.6-.19-.86.2-.25.37-.98 1.23-1.2 1.48-.22.26-.44.29-.82.1-.38-.2-1.6-.6-3.05-1.88-1.13-1.01-1.9-2.25-2.12-2.63-.22-.38-.03-.58.16-.77.17-.17.38-.44.57-.66.19-.22.25-.38.38-.63.13-.26.06-.48-.03-.67-.1-.19-.86-2.08-1.18-2.85-.31-.74-.63-.64-.86-.65h-.75Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 520px);
  color: var(--ink);
  background: rgba(13, 9, 7, 0.54);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.32s ease;
}

.mobile-menu.open {
  opacity: 1;
  pointer-events: auto;
}

.mobile-menu-panel {
  grid-column: 2;
  display: grid;
  align-content: start;
  gap: 18px;
  max-height: 100vh;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: clamp(26px, 6vw, 54px);
  background: linear-gradient(180deg, #fbf3e4, #e6d1ad);
  transform: translateX(100%);
  transition: transform 0.38s ease;
}

.mobile-menu.open .mobile-menu-panel {
  transform: translateX(0);
}

.mobile-menu-close {
  justify-self: end;
  border: 1px solid var(--line);
  color: var(--ink);
  background: transparent;
  border-radius: 999px;
  padding: 10px 16px;
  cursor: pointer;
}

.mobile-menu nav {
  display: grid;
  gap: 4px;
}

.mobile-menu nav a,
.mobile-menu summary {
  border-bottom: 1px solid rgba(117, 80, 45, 0.18);
  padding: 13px 0;
  font-family: var(--heading-font);
  font-size: clamp(1.45rem, 5.8vw, 2.25rem);
  line-height: 1.05;
  color: var(--ink);
  cursor: pointer;
  list-style: none;
}

.mobile-menu nav a::after {
  content: " +";
  float: right;
  color: var(--gold);
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  font-size: 1rem;
  margin-top: 0.75rem;
}

.mobile-menu details {
  border-bottom: 1px solid rgba(117, 80, 45, 0.18);
}

.mobile-menu details a {
  display: block;
  margin-left: 18px;
  border-bottom: 0;
  padding: 8px 0;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.mobile-menu summary::-webkit-details-marker {
  display: none;
}

.mobile-menu summary::after {
  content: "+";
  float: right;
  color: var(--gold);
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  font-size: 1rem;
  margin-top: 0.75rem;
}

.mobile-menu details[open] summary::after {
  content: "-";
}

.breadcrumb {
  background: var(--cream);
  border-bottom: 1px solid rgba(117, 80, 45, 0.12);
  padding: 18px clamp(20px, 5vw, 80px);
}

.breadcrumb-inner {
  width: min(100%, 1240px);
  margin: 0 auto;
  color: var(--ink-soft);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.breadcrumb a {
  color: var(--gold);
}

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.9s ease, transform 0.9s cubic-bezier(0.2, 0.72, 0.18, 1);
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: none;
  place-items: center;
  padding: 28px;
  background: rgba(0, 0, 0, 0.82);
}

.lightbox.open {
  display: grid;
}

.lightbox img {
  max-height: 84vh;
  box-shadow: var(--shadow);
}

.lightbox button {
  position: absolute;
  top: 18px;
  right: 22px;
  border: 0;
  color: var(--white);
  background: transparent;
  font-size: 2rem;
  cursor: pointer;
}

.room-modal {
  position: fixed;
  inset: 0;
  z-index: 88;
  display: none;
  place-items: center;
  padding: 28px;
  background: rgba(0, 0, 0, 0.72);
}

.room-modal.open {
  display: grid;
}

.room-modal-card {
  display: grid;
  grid-template-columns: minmax(260px, 0.95fr) minmax(260px, 1fr);
  gap: 26px;
  width: min(100%, 980px);
  padding: 24px;
  color: var(--ink);
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: var(--shadow);
}

.room-modal-card .mobile-menu-close {
  grid-column: 1 / -1;
}

.room-modal-card .media-tile {
  min-height: 360px;
  border-radius: 18px;
}

.line-card-media .media-tile {
  min-height: 190px;
  margin: -2px -2px 16px;
  border-radius: 10px;
}

.admin-body {
  min-height: 100vh;
  background: #18110d;
}

.admin-login-wrap {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 28px;
  background:
    linear-gradient(rgba(16, 12, 10, 0.72), rgba(16, 12, 10, 0.82)),
    url("https://images.unsplash.com/photo-1551882547-ff40c63fe5fa?auto=format&fit=crop&w=1800&q=80") center/cover;
}

.admin-login-card {
  width: min(100%, 460px);
  padding: 34px;
  color: var(--white);
  background: rgba(24, 17, 13, 0.82);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.admin-login-logo,
.admin-brand-logo {
  width: 92px;
  height: auto;
  object-fit: contain;
}

.admin-login-logo {
  margin-bottom: 18px;
  filter: drop-shadow(0 12px 26px rgba(0, 0, 0, 0.28));
}

.admin-bar .brand-lockup {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  column-gap: 14px;
  align-items: center;
  text-align: left;
}

.admin-bar .admin-brand-logo {
  grid-row: 1 / 3;
  width: 64px;
  filter: brightness(0) invert(1);
}

.admin-login-card form,
.admin-form {
  display: grid;
  gap: 14px;
}

.admin-login-card input {
  width: 100%;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  padding: 14px;
}

.admin-app {
  min-height: 100vh;
  color: var(--ink);
  background: var(--ivory);
}

.admin-bar {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  padding: 18px 28px;
  color: var(--white);
  background: #18110d;
}

.admin-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  min-height: calc(100vh - 79px);
}

.admin-tabs {
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 18px;
  background: linear-gradient(180deg, #221812, #efe1ca 24%);
  border-right: 1px solid var(--line);
  max-height: calc(100vh - 79px);
  overflow-y: auto;
}

.admin-tabs button,
.admin-ghost {
  border: 1px solid transparent;
  background: transparent;
  color: var(--ink);
  padding: 12px 14px;
  text-align: left;
  cursor: pointer;
}

.admin-nav-group {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.08);
}

.admin-nav-group summary {
  padding: 13px 14px;
  color: var(--white);
  cursor: pointer;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.admin-nav-items {
  display: grid;
  gap: 4px;
  padding: 0 8px 10px;
}

.admin-nav-items button {
  border-color: transparent;
  color: rgba(255, 255, 255, 0.84);
  background: transparent;
  padding: 10px 12px;
  font-size: 0.92rem;
}

.admin-nav-items button.active,
.admin-nav-items button:hover {
  border-color: rgba(199, 166, 107, 0.42);
  color: var(--white);
  background: rgba(199, 166, 107, 0.22);
}

.admin-tabs > button.active,
.admin-tabs > button:hover,
.admin-ghost {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.64);
}

.admin-workspace {
  padding: clamp(22px, 4vw, 42px);
}

.admin-control-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 22px;
  align-items: stretch;
  margin-bottom: 24px;
  border: 1px solid rgba(199, 166, 107, 0.35);
  border-radius: 12px;
  padding: clamp(22px, 3vw, 34px);
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(24, 17, 13, 0.96), rgba(76, 52, 33, 0.92)),
    #18110d;
  box-shadow: 0 22px 50px rgba(35, 26, 18, 0.12);
}

.admin-control-hero span,
.admin-section-title {
  color: var(--gold);
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.admin-control-hero h3 {
  max-width: 760px;
  margin: 10px 0 12px;
  color: var(--white);
  font-family: var(--serif);
  font-size: clamp(2rem, 4vw, 3.8rem);
  line-height: 1.02;
}

.admin-control-hero p {
  max-width: 680px;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.03rem;
}

.reception-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.85fr);
  gap: 22px;
  align-items: stretch;
  margin-bottom: 24px;
  border: 1px solid rgba(36, 97, 59, 0.2);
  border-radius: 12px;
  padding: clamp(22px, 3vw, 34px);
  background: linear-gradient(135deg, #f8fff7, #fff8eb);
  box-shadow: 0 18px 42px rgba(45, 35, 26, 0.1);
}

.reception-hero > div:first-child {
  display: grid;
  align-content: center;
}

.reception-hero span {
  color: #24613b;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.reception-hero h3 {
  margin: 10px 0 12px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(2.2rem, 5vw, 4.4rem);
  line-height: 1;
}

.reception-hero p {
  max-width: 620px;
  margin: 0;
  color: var(--muted);
  font-size: 1.04rem;
}

.reception-hero .admin-health-grid article {
  border-color: rgba(36, 97, 59, 0.16);
  background: rgba(255, 255, 255, 0.7);
}

.reception-hero .admin-health-grid strong {
  color: #24613b;
}

.reception-actions button {
  border-color: rgba(36, 97, 59, 0.18);
}

.reception-lead-list article.is-new {
  border-color: rgba(36, 97, 59, 0.28);
  background: #fbfff9;
}

.admin-health-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.admin-health-grid article {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 10px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.08);
}

.admin-health-grid strong,
.admin-health-grid span,
.admin-health-grid small {
  display: block;
}

.admin-health-grid strong {
  color: var(--gold);
  font-size: 2rem;
}

.admin-health-grid span {
  margin-top: 6px;
  color: var(--white);
  font-weight: 800;
}

.admin-health-grid small {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.62);
}

.admin-action-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 28px;
}

.admin-action-grid button {
  min-height: 150px;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 20px;
  text-align: left;
  color: var(--ink);
  background: var(--white);
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.admin-action-grid button:hover {
  border-color: rgba(168, 118, 59, 0.42);
  box-shadow: 0 16px 36px rgba(42, 31, 22, 0.1);
  transform: translateY(-2px);
}

.admin-action-grid strong,
.admin-action-grid span {
  display: block;
}

.admin-action-grid strong {
  color: var(--ink);
  font-family: var(--serif);
  font-size: 1.24rem;
}

.admin-action-grid span {
  margin-top: 10px;
  color: var(--ink-soft);
  line-height: 1.45;
}

.admin-section-title {
  margin: 8px 0 14px;
  font-size: 0.86rem;
}

.admin-room-editor-head {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.7fr);
  gap: 22px;
  align-items: end;
  margin: 34px 0 18px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.admin-room-editor-head h3 {
  margin: 6px 0 0;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(1.7rem, 3vw, 2.7rem);
  line-height: 1.08;
}

.admin-room-editor-head p {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.5;
}

.admin-room-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.admin-room-edit-card {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.78);
}

.admin-room-edit-card summary {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  padding: 16px;
  cursor: pointer;
}

.admin-room-edit-card summary strong,
.admin-room-edit-card summary small,
.admin-room-edit-card summary b {
  display: block;
}

.admin-room-edit-card summary strong {
  color: var(--ink);
  font-family: var(--serif);
  font-size: 1.32rem;
}

.admin-room-edit-card summary small {
  margin-top: 4px;
  color: var(--ink-soft);
}

.admin-room-edit-card summary b {
  color: var(--bronze);
  font-size: 0.8rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.admin-room-thumb {
  display: grid;
  place-items: center;
  width: 92px;
  height: 70px;
  overflow: hidden;
  border: 1px solid rgba(168, 118, 59, 0.22);
  background: var(--sand);
  color: var(--ink-soft);
  font-size: 0.78rem;
}

.admin-room-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.admin-room-thumb-empty {
  padding: 8px;
  color: rgba(43, 34, 27, 0.62);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-align: center;
  text-transform: uppercase;
}

.admin-room-inline-form {
  margin: 0;
  padding: 0 16px 18px;
  border: 0;
  border-top: 1px solid var(--line);
  background: transparent;
}

.google-api-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 24px;
}

.google-api-panel article {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.78);
  padding: 18px;
}

.google-api-panel strong,
.google-api-panel span,
.google-api-panel small {
  display: block;
}

.google-api-panel strong {
  color: var(--bronze);
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.google-api-panel span {
  margin-top: 8px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 1.45rem;
}

.google-api-panel small {
  margin-top: 8px;
  color: var(--ink-soft);
}

.admin-api-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 16px;
}

.workspace-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  margin-bottom: 24px;
}

.admin-form {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 28px;
}

.admin-form .full {
  grid-column: 1 / -1;
}

.admin-primary {
  border: 1px solid var(--champagne);
  background: var(--gold);
  color: var(--white);
  padding: 13px 18px;
  cursor: pointer;
}

.admin-toggle-field {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 58px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.86);
  padding: 12px 14px;
}

.admin-toggle-field span {
  display: grid;
  gap: 2px;
}

.admin-toggle-field strong {
  color: var(--ink);
  font-size: 0.94rem;
}

.admin-toggle-field small {
  color: var(--muted);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.admin-toggle-field input[type="hidden"],
.admin-toggle-field input[type="checkbox"] {
  width: auto;
  min-height: 0;
  padding: 0;
  border: 0;
}

.admin-toggle-field input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.admin-toggle-field i {
  position: relative;
  flex: 0 0 58px;
  width: 58px;
  height: 30px;
  border-radius: 999px;
  background: #c8b9a2;
  box-shadow: inset 0 0 0 1px rgba(74, 55, 38, 0.16);
  transition: background 0.2s ease, box-shadow 0.2s ease;
}

.admin-toggle-field i::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--white);
  box-shadow: 0 5px 14px rgba(42, 34, 27, 0.22);
  transition: transform 0.2s ease;
}

.admin-toggle-field input[type="checkbox"]:checked + i {
  background: var(--gold);
  box-shadow: inset 0 0 0 1px rgba(117, 80, 45, 0.16), 0 8px 22px rgba(178, 124, 50, 0.2);
}

.admin-toggle-field input[type="checkbox"]:checked + i::after {
  transform: translateX(28px);
}

.admin-toggle-field:has(input[type="checkbox"]:focus-visible) {
  outline: 2px solid rgba(178, 124, 50, 0.38);
  outline-offset: 3px;
}

.admin-save-popup {
  position: fixed;
  top: 22px;
  right: 22px;
  z-index: 9999;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 32px;
  align-items: center;
  gap: 12px;
  width: min(360px, calc(100vw - 32px));
  border: 1px solid rgba(49, 111, 73, 0.22);
  background: #f5fff6;
  color: #24613b;
  padding: 14px;
  box-shadow: 0 18px 48px rgba(45, 35, 26, 0.18);
  transform: translateY(-12px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.admin-save-popup.show {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.admin-save-popup[hidden] {
  display: none;
}

.admin-save-popup > span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #dff4e4;
  font-weight: 900;
}

.admin-save-popup strong {
  display: block;
  margin-bottom: 2px;
  color: #1d5633;
}

.admin-save-popup p {
  margin: 0;
  color: #24613b;
  font-weight: 700;
}

.admin-save-popup button {
  width: 32px;
  height: 32px;
  border: 0;
  background: transparent;
  color: #24613b;
  cursor: pointer;
  font-size: 1.3rem;
  line-height: 1;
}

.admin-save-notice[hidden] {
  display: none;
}

.section-manager-form {
  display: grid;
  gap: 18px;
  padding-bottom: 88px;
}

.section-save-bar {
  position: sticky;
  bottom: 14px;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: 100%;
  padding: 14px 16px;
  border: 1px solid rgba(181, 133, 79, 0.55);
  background: rgba(255, 251, 243, 0.97);
  box-shadow: 0 14px 36px rgba(43, 31, 20, 0.2);
  backdrop-filter: blur(12px);
}

.section-save-bar span {
  color: var(--muted);
  font-size: 0.9rem;
}

.section-save-bar .admin-primary {
  min-width: 230px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .section-save-bar {
    bottom: 8px;
    align-items: stretch;
    flex-direction: column;
  }

  .section-save-bar .admin-primary {
    width: 100%;
    min-width: 0;
  }
}

.page-manager-switcher {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 22px;
}

.page-manager-switcher button {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.74);
  color: var(--ink);
  padding: 11px 14px;
  cursor: pointer;
}

.page-manager-switcher button.active,
.page-manager-switcher button:hover {
  border-color: var(--gold);
  background: var(--white);
  color: var(--bronze);
}

.section-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.page-section-card {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.78);
}

.page-section-card summary {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
  padding: 18px;
  cursor: pointer;
  font-weight: 800;
}

.page-section-card summary strong {
  color: var(--bronze);
  font-size: 0.82rem;
  text-transform: uppercase;
}

.page-section-editor {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 0 18px 18px;
}

.page-section-editor .full {
  grid-column: 1 / -1;
}

.page-section-group {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.72);
  padding: 18px;
}

.page-section-group legend {
  color: var(--bronze);
  font-weight: 800;
  padding: 0 8px;
}

.page-section-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(150px, 220px);
  gap: 14px;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid rgba(34, 30, 26, 0.08);
}

.page-section-row:last-child {
  border-bottom: 0;
}

.admin-list,
.admin-stats,
.admin-media-grid {
  display: grid;
  gap: 14px;
}

.admin-stats {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.admin-stats article,
.admin-list article {
  border: 1px solid var(--line);
  background: var(--white);
  padding: 20px;
}

.admin-stats span {
  display: block;
  color: var(--ink-soft);
}

.admin-stats strong {
  display: block;
  color: var(--gold);
  font-size: 2rem;
}

.admin-list article {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
}

.admin-list button {
  border: 1px solid var(--line);
  background: var(--ivory);
  padding: 10px 14px;
  cursor: pointer;
}

.admin-upload-row {
  display: grid;
  grid-template-columns: minmax(180px, 0.8fr) minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  margin-top: 10px;
}

.admin-upload-row.compact {
  grid-template-columns: minmax(220px, 360px);
}

.admin-image-field {
  display: grid;
  gap: 12px;
}

.admin-dropzone {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  min-height: 126px;
  padding: 20px;
  border: 1px dashed rgba(168, 118, 59, 0.52);
  border-radius: 18px;
  background:
    radial-gradient(circle at 12% 12%, rgba(199, 166, 107, 0.14), transparent 28%),
    rgba(255, 250, 240, 0.72);
  transition: border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.admin-dropzone.is-dragging,
.admin-dropzone:hover {
  border-color: var(--gold);
  background: rgba(255, 250, 240, 0.96);
  box-shadow: 0 16px 42px rgba(66, 54, 46, 0.1);
}

.admin-dropzone input[type="file"] {
  display: none;
}

.admin-dropzone strong {
  display: block;
  color: var(--bronze);
  font-family: var(--heading-font);
  font-size: 1.05rem;
  font-weight: 500;
}

.admin-dropzone span {
  color: rgba(66, 54, 46, 0.72);
  font-size: 0.86rem;
}

.admin-dropzone button,
.admin-preview-actions button {
  border: 1px solid rgba(168, 118, 59, 0.38);
  border-radius: 999px;
  background: var(--white);
  color: var(--bronze);
  padding: 10px 15px;
  cursor: pointer;
  transition: color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.admin-dropzone button:hover,
.admin-preview-actions button:hover {
  color: var(--gold);
  border-color: var(--gold);
  transform: translateY(-1px);
}

.admin-image-field.is-uploading .admin-dropzone {
  opacity: 0.72;
  pointer-events: none;
}

.admin-image-preview,
.admin-media-preview article {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 12px;
  border: 1px solid rgba(199, 166, 107, 0.24);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.68);
}

.admin-image-preview[hidden] {
  display: none;
}

.admin-image-preview img,
.admin-media-preview img {
  width: 86px;
  height: 64px;
  object-fit: cover;
  border-radius: 10px;
  background: var(--sand);
}

.admin-image-preview strong,
.admin-media-preview strong {
  display: block;
  color: var(--ink);
  overflow-wrap: anywhere;
}

.admin-image-preview span,
.admin-media-preview span,
.admin-image-preview small {
  display: block;
  color: rgba(66, 54, 46, 0.68);
  font-size: 0.78rem;
}

.admin-image-preview small {
  color: #397348;
}

.admin-preview-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.admin-media-preview {
  display: grid;
  gap: 10px;
}

.admin-gallery-field textarea {
  min-height: 150px;
  resize: vertical;
}

.admin-gallery-field .admin-media-preview article {
  grid-template-columns: 86px minmax(0, 1fr);
}

.admin-image-field small,
.admin-media-grid small {
  color: var(--ink-soft);
  font-size: 0.76rem;
  overflow-wrap: anywhere;
}

.admin-amenity-editor {
  display: grid;
  gap: 14px;
  padding: 18px;
  border: 1px solid var(--line);
  background: rgba(255, 250, 240, 0.74);
}

.admin-amenity-editor legend {
  padding: 0 8px;
  color: var(--bronze);
  font-weight: 700;
}

.admin-amenity-group {
  display: grid;
  gap: 10px;
  padding: 14px;
  border: 1px solid rgba(199, 166, 107, 0.22);
  background: rgba(255, 255, 255, 0.68);
}

.admin-amenity-group > div {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.admin-amenity-group label {
  display: flex;
  gap: 8px;
  align-items: center;
  color: var(--ink-soft);
  font-size: 0.88rem;
}

.admin-amenity-group input {
  width: auto;
  accent-color: var(--gold);
}

.admin-credit {
  padding: 14px 28px 22px;
  color: rgba(66, 54, 46, 0.72);
  font-size: 0.78rem;
  text-align: center;
}

.admin-credit a {
  color: var(--gold);
}

.login-credit {
  padding: 16px 0 0;
  color: rgba(255, 255, 255, 0.6);
}

.admin-row-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.admin-media-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.admin-media-grid article {
  display: grid;
  gap: 10px;
  border: 1px solid var(--line);
  background: var(--white);
  padding: 14px;
}

.admin-media-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: var(--sand);
}

.admin-media-grid button {
  border: 1px solid var(--line);
  background: var(--ivory);
  padding: 10px 12px;
  cursor: pointer;
}

.google-review-panel {
  display: grid;
  grid-template-columns: 0.9fr repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.google-review-panel > div,
.google-review-panel article {
  border: 1px solid rgba(117, 80, 45, 0.16);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.82);
  padding: 28px;
  box-shadow: 0 18px 54px rgba(66, 54, 46, 0.09);
}

.review-score {
  display: block;
  color: var(--gold);
  font-family: var(--heading-font);
  font-size: 4rem;
  line-height: 1;
}

@media (max-width: 1120px) {
  .hero-inner {
    animation: none;
    transform: none;
  }

  .desktop-nav {
    display: none;
  }

  .menu-button {
    display: inline-grid;
  }

  .header-left {
    grid-column: 3;
    justify-content: end;
  }

  .header-right {
    display: none;
  }

  .booking-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    backdrop-filter: none;
  }

  .booking-panel .lux-button {
    grid-column: 1 / -1;
    min-height: 52px;
  }

  .room-slider {
    grid-auto-flow: column;
    grid-auto-columns: calc((100% - 18px) / 2);
    grid-template-columns: none;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    cursor: grab;
    padding: 8px 4px 10px;
  }

  .room-slider .lux-card {
    scroll-snap-align: start;
  }

  .room-slider .media-tile {
    border-radius: 8px;
  }

  .room-slider .lux-card::after {
    opacity: 0.45;
    pointer-events: none;
  }

  .rooms-listing-section,
  .rooms-listing-section .room-list-card {
    opacity: 1 !important;
    transform: none !important;
  }

  .guest-popover {
    position: static;
    display: none;
    width: 100%;
    min-width: 0;
    max-height: none;
    margin-top: 8px;
    overflow: visible;
    padding: 12px;
    gap: 8px;
    transform: none;
  }

  .guest-field.open .guest-popover {
    display: grid;
    transform: none;
  }

  .guest-field.open::after {
    content: none;
  }

  .guest-popover label {
    gap: 4px;
    font-size: 0.64rem;
  }

  .guest-popover input,
  .guest-popover select {
    min-height: 40px;
    padding: 7px 12px;
  }

  .guest-popover-done {
    display: block;
  }

  .footer-inner {
    grid-template-columns: 1fr;
  }

}

@media (max-width: 860px) {
  .lux-header {
    grid-template-columns: auto 1fr auto;
    min-height: 78px;
  }

  .brand-lockup {
    min-width: 0;
  }

  .brand-name {
    font-size: 1rem;
  }

  .header-actions .login-link {
    display: none;
  }

  .book-link {
    min-height: 42px;
    padding: 10px 15px;
  }

  .hero {
    height: 100svh;
    min-height: 880px;
    align-items: center;
    padding-top: 120px;
    padding-bottom: 34px;
  }

  .hero-inner {
    grid-template-rows: minmax(0, 1fr) 24px auto;
  }

  .hero h1 {
    font-size: clamp(2rem, 6.4vw, 2.8rem);
    line-height: 1.08;
  }

  .hero [data-hero-title] {
    min-height: calc(3 * 1.08em);
    max-height: calc(3 * 1.08em);
  }

  .booking-panel,
  .intro-feature,
  .section-head,
  .two-grid,
  .admin-control-hero,
  .admin-room-editor-head,
  .admin-room-card-grid,
  .google-api-panel,
  .admin-action-grid,
  .admin-layout,
  .admin-form,
  .contact-form,
  .newsletter-form {
    grid-template-columns: 1fr;
  }

  .section-head-with-media .section-managed-media,
  .section-head-with-media > div:not(.section-managed-media),
  .section-head-with-media > p:last-of-type,
  .section-head.section-head-with-media::after {
    grid-column: 1;
    grid-row: auto;
  }

  .section-head-with-media .section-managed-media {
    min-height: clamp(260px, 66vw, 380px);
  }

  .hero-copy {
    max-width: 100%;
    padding-top: 18px;
    padding-bottom: 0;
  }

  .rooms-listing-section {
    padding-top: 46px;
  }

  .hero-actions {
    margin-top: 18px;
  }

  .intro-feature-copy {
    max-width: 100%;
  }

  .intro-image-card {
    min-height: clamp(260px, 62vw, 390px);
  }

  .lux-grid:not(.room-slider),
  .feature-list,
  .admin-stats,
  .admin-health-grid,
  .admin-media-grid,
  .google-review-panel,
  .room-modal-card {
    grid-template-columns: 1fr;
  }

  .gallery-grid:not(.gallery-slider) {
    grid-template-columns: 1fr;
  }

  .slider-arrow {
    position: static;
    display: inline-grid;
    margin: 14px 6px 0 0;
    transform: none;
  }

  .slider-arrow:hover {
    transform: scale(1.04);
  }

  .slider-shell > [data-room-prev],
  .slider-shell > [data-room-next] {
    position: absolute;
    top: 50%;
    z-index: 4;
    margin: 0;
    transform: translateY(-50%);
  }

  .slider-shell > [data-room-prev] {
    left: 12px;
  }

  .slider-shell > [data-room-next] {
    right: 12px;
  }

  .slider-shell > [data-room-prev]:hover,
  .slider-shell > [data-room-next]:hover {
    transform: translateY(-50%) scale(1.04);
  }

  .slider-shell,
  .gallery-showcase {
    display: block;
  }

  .room-slider .media-tile {
    min-height: 360px;
  }

  .footer {
    padding-top: 42px;
  }

  .footer-inner {
    gap: 24px;
  }

  .footer-bottom,
  .admin-upload-row {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    display: grid;
    text-align: left;
  }

  .footer-bottom a {
    text-align: left;
  }

  .mobile-menu {
    grid-template-columns: 1fr;
  }

  .mobile-menu-panel {
    grid-column: 1;
  }

  .story-media {
    min-height: 340px;
  }

  .admin-list article {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1180px) {
  .booking-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .booking-whatsapp {
    grid-column: 1 / -1;
    min-height: 52px;
  }

  .audience-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .booking-panel {
    grid-template-columns: 1fr;
  }

  .hero h1 {
    font-size: clamp(1.85rem, 9.2vw, 2.55rem);
  }

  .audience-grid article {
    min-height: 0;
  }
}

@media (max-width: 520px) {
  .hero {
    height: auto;
    min-height: 900px;
    padding-inline: 18px;
  }

  .hero-inner {
    height: auto;
    min-height: 720px;
    grid-template-rows: auto 20px auto;
    align-content: end;
  }

  .hero h1 {
    font-size: clamp(1.65rem, 8.4vw, 2.25rem);
  }

  .hero-copy p:not(.kicker) {
    font-size: 0.96rem;
    line-height: 1.6;
  }

  .hero [data-hero-title] {
    min-height: calc(4 * 1.08em);
    max-height: calc(4 * 1.08em);
    -webkit-line-clamp: 4;
  }

  .hero [data-hero-text] {
    min-height: calc(2 * 1.6em);
    max-height: calc(2 * 1.6em);
  }

  h1 {
    font-size: clamp(2rem, 10vw, 2.9rem);
  }

  h2 {
    font-size: clamp(1.55rem, 8.2vw, 2.15rem);
  }

  .booking-panel {
    gap: 9px;
    padding: 10px;
    border-radius: 18px;
    background:
      linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.07)),
      linear-gradient(135deg, rgba(21, 17, 14, 0.9), rgba(94, 64, 36, 0.68));
  }

  .booking-panel > label,
  .booking-panel > .booking-field {
    padding: 12px 12px 12px 46px;
    border-radius: 13px;
  }

  .date-pair {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .date-pair input + input {
    border-left: 0;
    border-top: 1px solid rgba(231, 205, 139, 0.24);
    padding-top: 7px;
    padding-left: 0;
  }

  .section-head h2 {
    max-width: 100%;
  }

  .footer {
    padding-inline: 18px;
  }

  .footer-logo {
    width: 112px;
  }

  .footer ul {
    gap: 9px 14px;
  }

  .room-slider {
    grid-auto-columns: 100%;
    grid-template-columns: none;
  }

  .gallery-slider {
    grid-auto-columns: minmax(82vw, 1fr);
  }

  .room-slider .lux-card > div:not(.media-tile),
  .room-slider .room-card-overlay {
    inset: auto 12px 12px;
    padding: 16px;
  }

  .room-slider .lux-card::after {
    opacity: 0.74;
  }

  .media-tile,
  .gallery-card {
    min-height: 240px;
  }

  .gallery-card:nth-child(3n + 1) {
    min-height: 280px;
  }

  .brand-logo {
    width: 82px;
    height: 54px;
  }
}

.compact-hero {
  min-height: 56svh;
}

.compact-hero .hero-copy {
  max-width: 720px;
}

.rooms-listing-section .section-head h2 {
  max-width: 720px;
}

.rooms-ota-layout {
  display: grid;
  grid-template-columns: minmax(190px, 245px) minmax(0, 1fr);
  gap: clamp(18px, 3vw, 34px);
  align-items: start;
}

.rooms-filter-panel {
  position: sticky;
  top: 94px;
  display: grid;
  gap: 10px;
  padding: 22px;
  color: var(--ink);
  background: rgba(255, 250, 240, 0.82);
  border: 1px solid rgba(199, 166, 107, 0.32);
  border-radius: 18px;
  box-shadow: 0 18px 48px rgba(66, 54, 46, 0.09);
  backdrop-filter: blur(16px);
}

.rooms-filter-panel strong {
  color: var(--bronze);
  font-family: var(--heading-font);
  font-size: 1.15rem;
  font-weight: 500;
}

.rooms-filter-panel span {
  color: rgba(66, 54, 46, 0.76);
  font-size: 0.9rem;
}

.rooms-list {
  display: grid;
  gap: 22px;
}

.room-list-empty {
  padding: 28px;
  color: var(--ink);
  background: rgba(255, 250, 240, 0.96);
  border: 1px solid rgba(199, 166, 107, 0.28);
  border-radius: 18px;
  box-shadow: 0 18px 52px rgba(66, 54, 46, 0.08);
}

.room-list-empty p {
  margin-bottom: 0;
  color: var(--ink-soft);
}

.room-list-card {
  display: grid;
  grid-template-columns: minmax(230px, 0.38fr) minmax(280px, 1fr) minmax(190px, 0.3fr);
  min-height: 290px;
  overflow: hidden;
  background: rgba(255, 250, 240, 0.96);
  border: 1px solid rgba(199, 166, 107, 0.26);
  border-radius: 22px;
  box-shadow: 0 22px 70px rgba(58, 41, 28, 0.11);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.room-list-card:hover {
  transform: translateY(-4px);
  border-color: rgba(199, 166, 107, 0.5);
  box-shadow: 0 28px 86px rgba(58, 41, 28, 0.17);
}

.room-list-media {
  position: relative;
  min-height: 100%;
  border: 0;
  background-color: var(--sand);
  background-position: center;
  background-size: cover;
  cursor: pointer;
  overflow: hidden;
}

.room-list-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent, rgba(21, 17, 14, 0.2));
  opacity: 0.7;
  transition: opacity 0.35s ease;
}

.room-list-card:hover .room-list-media::after {
  opacity: 0.45;
}

.room-list-body {
  display: grid;
  align-content: start;
  gap: 18px;
  padding: clamp(22px, 3vw, 32px);
}

.room-list-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: start;
}

.room-list-heading h3 {
  margin: 0 0 8px;
  font-family: var(--heading-font);
  font-size: clamp(1.45rem, 2.1vw, 2rem);
  font-weight: 500;
  line-height: 1.18;
}

.room-list-heading span {
  display: block;
  max-width: 56ch;
  color: rgba(66, 54, 46, 0.72);
  font-size: 0.95rem;
}

.room-list-heading strong {
  white-space: nowrap;
  color: var(--gold);
  font-size: 0.9rem;
}

.room-specs {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.room-specs span {
  padding: 7px 11px;
  color: rgba(66, 54, 46, 0.82);
  background: rgba(199, 166, 107, 0.1);
  border: 1px solid rgba(199, 166, 107, 0.24);
  border-radius: 999px;
  font-size: 0.82rem;
}

.room-specs span:empty {
  display: none;
}

.room-amenity-preview {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 18px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: rgba(66, 54, 46, 0.78);
  font-size: 0.91rem;
}

.room-amenity-preview li::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 8px;
  border-radius: 50%;
  background: var(--champagne);
}

.room-rate-box {
  display: grid;
  align-content: center;
  gap: 12px;
  padding: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.62), rgba(231, 215, 189, 0.24));
  border-left: 1px solid rgba(199, 166, 107, 0.22);
}

.room-rate-box span {
  color: rgba(66, 54, 46, 0.62);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.room-rate-box strong {
  color: var(--ink);
  font-family: var(--heading-font);
  font-size: 1.35rem;
  font-weight: 500;
}

/* Rooms page: editorial hero and alternating premium room collection */
body[data-page="rooms"] .rooms-page-hero {
  min-height: min(86svh, 900px);
  padding-bottom: clamp(52px, 8vh, 92px);
  align-items: center;
}

body[data-page="rooms"] .rooms-page-hero::after {
  background: linear-gradient(180deg, rgba(12, 9, 7, 0.42), rgba(12, 9, 7, 0.2) 38%, rgba(12, 9, 7, 0.62));
}

body[data-page="rooms"] .rooms-page-hero .hero-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

body[data-page="rooms"] .rooms-page-hero .hero-copy {
  align-self: center;
  max-width: 1120px;
  padding: clamp(64px, 10vh, 110px) 0 0;
}

body[data-page="rooms"] .rooms-page-hero .kicker {
  margin-bottom: 20px;
  color: #e6c578;
  letter-spacing: 0.42em;
}

body[data-page="rooms"] .rooms-page-hero h1 {
  max-width: 1050px;
  margin-inline: auto;
  font-family: var(--heading-font);
  text-wrap: balance;
}

body[data-page="rooms"] .rooms-page-hero [data-hero-title]::after {
  display: none;
}

body[data-page="rooms"] .rooms-page-hero [data-hero-text] {
  max-width: 720px;
  margin: 26px auto 0;
  font-size: clamp(1rem, 1.35vw, 1.22rem);
  line-height: 1.75;
}

body[data-page="rooms"] .rooms-hero-cta {
  margin-top: 30px;
  color: var(--ink);
  background: rgba(255, 250, 240, 0.94);
  border-color: rgba(255, 255, 255, 0.75);
}

body[data-page="rooms"] .rooms-listing-section {
  padding-block: clamp(80px, 10vw, 150px);
}

body[data-page="rooms"] .rooms-listing-section .section-head {
  display: block;
  max-width: 1040px;
  margin: 0 auto clamp(58px, 8vw, 105px);
  text-align: center;
}

body[data-page="rooms"] .rooms-listing-section .section-head h2 {
  max-width: none;
  margin: 12px 0 20px;
  font-family: var(--heading-font);
  font-size: clamp(3.2rem, 6.5vw, 6.5rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.045em;
}

body[data-page="rooms"] .rooms-listing-section .section-head > p {
  max-width: 660px;
  margin-inline: auto;
  line-height: 1.75;
}

body[data-page="rooms"] .rooms-ota-layout {
  display: block;
}

body[data-page="rooms"] .rooms-list {
  gap: clamp(70px, 9vw, 140px);
}

body[data-page="rooms"] .room-list-card {
  grid-template-columns: minmax(0, 1.25fr) minmax(420px, 0.75fr);
  gap: clamp(48px, 6vw, 96px);
  align-items: center;
  min-height: 520px;
  overflow: visible;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

body[data-page="rooms"] .room-list-card:hover {
  transform: none;
  border-color: transparent;
  box-shadow: none;
}

body[data-page="rooms"] .room-list-card-reverse .room-list-media {
  grid-column: 2;
}

body[data-page="rooms"] .room-list-card-reverse .room-list-body {
  grid-column: 1;
  grid-row: 1;
}

body[data-page="rooms"] .room-list-media {
  width: 100%;
  min-height: 560px;
  aspect-ratio: 4 / 3;
  border-radius: 28px;
  background-position: center;
  background-size: cover;
  box-shadow: 0 28px 70px rgba(58, 41, 28, 0.15);
  transition: transform 0.45s ease, box-shadow 0.45s ease;
}

body[data-page="rooms"] .room-list-card:hover .room-list-media {
  transform: translateY(-5px);
  box-shadow: 0 34px 86px rgba(58, 41, 28, 0.2);
}

body[data-page="rooms"] .room-list-body {
  align-content: center;
  gap: 22px;
  padding: clamp(36px, 6vw, 92px);
}

body[data-page="rooms"] .room-card-kicker {
  margin: 0;
  color: var(--bronze);
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.32em;
  text-transform: uppercase;
}

body[data-page="rooms"] .room-list-heading h3 {
  margin-bottom: 16px;
  font-size: clamp(2.8rem, 4.6vw, 5rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.04em;
}

body[data-page="rooms"] .room-list-heading span {
  font-size: 1rem;
  line-height: 1.7;
}

body[data-page="rooms"] .room-specs span {
  padding: 0;
  color: var(--bronze);
  background: transparent;
  border: 0;
  border-radius: 0;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

body[data-page="rooms"] .room-specs span:not(:last-child)::after {
  content: "·";
  margin-left: 9px;
  color: var(--champagne);
}

body[data-page="rooms"] .room-rate-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  padding: 0;
  background: transparent;
  border: 0;
}

body[data-page="rooms"] .room-rate-box > div {
  flex: 1 1 100%;
  display: grid;
  gap: 4px;
}

body[data-page="rooms"] .room-rate-box .text-link,
body[data-page="rooms"] .room-rate-box .lux-button {
  min-width: 150px;
  justify-content: center;
  text-align: center;
}

.room-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(420px, 0.75fr);
  gap: clamp(48px, 6vw, 96px);
  align-items: center;
}

.room-showcase__image {
  width: 100%;
  min-height: 560px;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 28px;
}

@media (max-width: 1100px) and (min-width: 901px) {
  body[data-page="rooms"] .room-showcase {
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.82fr);
    gap: 32px;
  }

  body[data-page="rooms"] .room-showcase__image {
    min-height: 500px;
  }

  body[data-page="rooms"] .room-showcase__content {
    padding: 28px 0;
  }
}

@media (max-width: 900px) {
  body[data-page="rooms"] .rooms-page-hero { min-height: 72svh; }
  body[data-page="rooms"] .room-list-card,
  body[data-page="rooms"] .room-showcase { grid-template-columns: minmax(0, 1fr); gap: 0; min-height: 0; }
  body[data-page="rooms"] .room-list-card-reverse .room-list-media,
  body[data-page="rooms"] .room-list-card-reverse .room-list-body { grid-column: 1; }
  body[data-page="rooms"] .room-list-card-reverse .room-list-media { grid-row: 1; }
  body[data-page="rooms"] .room-list-card-reverse .room-list-body { grid-row: 2; }
  body[data-page="rooms"] .room-list-media,
  body[data-page="rooms"] .room-showcase__image { min-height: clamp(300px, 68vw, 420px); aspect-ratio: 4 / 3; }
  body[data-page="rooms"] .room-list-body { padding: 34px 8px 0; }
}

@media (max-width: 560px) {
  body[data-page="rooms"] .rooms-page-hero { min-height: 680px; }
  body[data-page="rooms"] .rooms-page-hero .hero-copy { padding-top: 84px; }
  body[data-page="rooms"] .rooms-listing-section .section-head h2 { font-size: clamp(2.7rem, 13vw, 4.1rem); }
  body[data-page="rooms"] .rooms-list { gap: 82px; }
  body[data-page="rooms"] .room-list-media { min-height: 340px; border-radius: 20px; }
  body[data-page="rooms"] .room-list-heading h3 { font-size: clamp(2.5rem, 12vw, 3.8rem); }
  body[data-page="rooms"] .room-amenity-preview { grid-template-columns: 1fr; }
  body[data-page="rooms"] .room-rate-box .text-link,
  body[data-page="rooms"] .room-rate-box .lux-button { flex: 1 1 140px; }
}

/* Header navigation restoration: keep desktop navigation visible and mobile navigation operable. */
body:not([data-page="admin"]):not([data-page="admin-login"]) .lux-header {
  z-index: 100;
  overflow: visible;
}

body:not([data-page="admin"]):not([data-page="admin-login"]) .header-left,
body:not([data-page="admin"]):not([data-page="admin-login"]) .header-right,
body:not([data-page="admin"]):not([data-page="admin-login"]) .desktop-nav {
  min-width: 0;
  overflow: visible;
}

body:not([data-page="admin"]):not([data-page="admin-login"]) .dropdown {
  z-index: 120;
}

body.menu-open {
  overflow: hidden;
  touch-action: none;
}

@media (min-width: 1121px) {
  body:not([data-page="admin"]):not([data-page="admin-login"]) .desktop-nav {
    display: flex !important;
    visibility: visible;
    opacity: 1;
    height: auto;
    max-height: none;
    transform: none;
  }

  body:not([data-page="admin"]):not([data-page="admin-login"]) .menu-button {
    display: none !important;
  }
}

@media (min-width: 1121px) and (max-width: 1480px) {
  body:not([data-page="admin"]):not([data-page="admin-login"]) .lux-header {
    padding-inline: clamp(20px, 2.2vw, 34px);
  }

  body:not([data-page="admin"]):not([data-page="admin-login"]) .desktop-nav {
    gap: clamp(8px, 0.8vw, 13px);
  }

  body:not([data-page="admin"]):not([data-page="admin-login"]) .desktop-nav a {
    font-size: clamp(10px, 0.76vw, 11px);
    letter-spacing: 0.045em;
  }

  body:not([data-page="admin"]):not([data-page="admin-login"]) .header-actions {
    margin-left: 8px;
  }

  body:not([data-page="admin"]):not([data-page="admin-login"]) .header-actions .book-link {
    min-width: 100px;
    padding-inline: 16px;
  }
}

@media (max-width: 1120px) {
  body:not([data-page="admin"]):not([data-page="admin-login"]) .lux-header {
    min-height: 78px;
    padding: 8px 18px;
  }

  body:not([data-page="admin"]):not([data-page="admin-login"]) .desktop-nav {
    display: none !important;
  }

  body:not([data-page="admin"]):not([data-page="admin-login"]) .menu-button {
    display: inline-grid !important;
    grid-template-rows: repeat(3, 2px);
    align-content: center;
    color: var(--white);
  }

  body:not([data-page="admin"]):not([data-page="admin-login"]) .lux-header.scrolled .menu-button,
  body:not([data-page="admin"]):not([data-page="admin-login"]) .lux-header.solid .menu-button {
    color: var(--ink);
  }

  body:not([data-page="admin"]):not([data-page="admin-login"]) .header-right {
    display: flex;
  }

  body:not([data-page="admin"]):not([data-page="admin-login"]) .header-left {
    position: absolute;
    top: 50%;
    left: 16px;
    grid-column: auto;
    transform: translateY(-50%);
  }

  body:not([data-page="admin"]):not([data-page="admin-login"]) .header-right {
    position: absolute;
    top: 50%;
    right: 16px;
    grid-column: auto;
    width: auto;
    transform: translateY(-50%);
  }

  body:not([data-page="admin"]):not([data-page="admin-login"]) .mobile-menu {
    z-index: 150;
  }
}

.room-detail-modal {
  width: min(1120px, calc(100vw - 34px));
  max-height: calc(100svh - 34px);
  overflow: auto;
}

.room-detail-gallery {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 42px;
  gap: 10px;
  align-items: center;
}

.room-detail-gallery .media-tile {
  min-height: 520px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
}

.room-detail-gallery button {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: var(--white);
  background: var(--deep);
  border: 1px solid rgba(199, 166, 107, 0.4);
  border-radius: 50%;
  cursor: pointer;
  transition: transform 0.25s ease, background 0.25s ease;
}

.room-detail-gallery button:hover {
  transform: scale(1.06);
  background: var(--gold);
}

.room-detail-content {
  display: grid;
  align-content: start;
  gap: 16px;
}

.room-detail-content h2,
.room-detail-content h3 {
  margin: 0;
}

.amenity-groups {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.amenity-groups section {
  padding: 16px;
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid rgba(199, 166, 107, 0.2);
  border-radius: 14px;
}

.amenity-groups h4 {
  margin: 0 0 10px;
  color: var(--bronze);
}

.amenity-groups ul {
  display: grid;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.amenity-groups li::before {
  content: "✓";
  margin-right: 8px;
  color: var(--gold);
}

.venue-page {
  padding: 116px 0 74px;
  background:
    radial-gradient(circle at 10% 12%, rgba(199, 166, 107, 0.12), transparent 26%),
    linear-gradient(180deg, #faf6ed 0%, #f4eadc 100%);
}

@media (max-width: 1120px) {
  .venue-page {
    padding-top: 78px;
  }
}

.venue-hero {
  position: relative;
  min-height: clamp(360px, 52vw, 560px);
  background-color: var(--sand);
  background-position: center;
  background-size: cover;
}

.venue-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(21, 17, 14, 0.08), rgba(21, 17, 14, 0.42));
}

/* Banquet hero: CMS content remains visible on inner pages and sits safely at bottom-left. */
body[data-page="banquet"] .banquet-hero {
  height: 100svh;
  min-height: 760px;
  width: 100%;
  max-width: none;
  margin-right: 0;
  margin-left: 0;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

body[data-page="banquet"] .banquet-hero::after {
  z-index: 2;
  background:
    linear-gradient(0deg, rgba(10, 10, 9, 0.64) 0%, rgba(10, 10, 9, 0.2) 42%, rgba(10, 10, 9, 0) 72%),
    linear-gradient(90deg, rgba(10, 10, 9, 0.44) 0%, rgba(10, 10, 9, 0.08) 55%, rgba(10, 10, 9, 0) 80%);
  pointer-events: none;
}

body[data-page="banquet"] .banquet-hero__content {
  inset: 0;
  z-index: 4;
  display: flex;
  align-items: center;
}

body[data-page="banquet"] .banquet-hero__content-body {
  max-width: 650px;
}

body[data-page="banquet"] .venue-page {
  padding-top: 0;
}

body[data-page="banquet"] .venue-shell {
  margin-top: 0;
  padding-top: clamp(40px, 5vw, 72px);
}

body[data-page="banquet"] .banquet-hero__eyebrow {
  margin: 0 0 14px;
  color: #d8bd82;
}

body[data-page="banquet"] .banquet-hero__title {
  max-width: 650px;
  margin: 0;
  color: #fff;
}

body[data-page="banquet"] .banquet-hero__description {
  max-width: 560px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.9);
}

@media (max-width: 767px) {
  body[data-page="banquet"] .banquet-hero__content {
    inset: 0;
  }

  body[data-page="banquet"] .banquet-hero__content-body,
  body[data-page="banquet"] .banquet-hero__title,
  body[data-page="banquet"] .banquet-hero__description {
    max-width: 94%;
  }
}

.venue-shell {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 390px);
  gap: 24px;
  width: min(100% - 40px, 1280px);
  margin: 0 auto;
  padding-top: clamp(40px, 5vw, 72px);
}

.venue-main,
.venue-side {
  display: grid;
  gap: 20px;
  align-content: start;
}

.venue-side {
  position: sticky;
  top: 92px;
}

.venue-summary-card,
.venue-panel,
.venue-price-card,
.venue-enquiry-card,
.venue-tabs {
  background: rgba(255, 250, 240, 0.96);
  border: 1px solid rgba(199, 166, 107, 0.26);
  box-shadow: 0 22px 70px rgba(58, 41, 28, 0.11);
}

.venue-summary-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  align-items: start;
  padding: clamp(24px, 3vw, 34px);
  border-radius: 18px;
}

.venue-summary-card h1 {
  max-width: 780px;
  margin: 0 0 10px;
  font-size: clamp(2rem, 4vw, 3.35rem);
  line-height: 1.08;
}

.venue-summary-card p {
  margin: 0 0 14px;
  color: rgba(66, 54, 46, 0.72);
}

.venue-rating {
  display: grid;
  justify-items: end;
  gap: 6px;
  color: var(--gold);
  white-space: nowrap;
}

.venue-rating strong {
  padding: 10px 14px;
  color: var(--white);
  background: var(--gold);
  border-radius: 10px;
}

.venue-actions {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.venue-tabs {
  position: sticky;
  top: 72px;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  padding: 8px;
  border-radius: 14px;
}

.venue-tabs a {
  padding: 12px 18px;
  color: var(--ink-soft);
  border-radius: 10px;
  transition: background 0.25s ease, color 0.25s ease;
}

.venue-tabs a:hover {
  color: var(--gold);
  background: rgba(199, 166, 107, 0.12);
}

.venue-panel,
.venue-price-card,
.venue-enquiry-card {
  padding: clamp(22px, 3vw, 30px);
  border-radius: 18px;
}

.venue-panel h2,
.venue-enquiry-card h2 {
  margin: 0 0 18px;
  font-size: clamp(1.55rem, 2.6vw, 2.25rem);
}

.venue-panel-head {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}

.venue-panel-head h2 {
  margin: 0;
}

.venue-area-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.venue-area-card {
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  gap: 14px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(199, 166, 107, 0.2);
  border-radius: 14px;
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.venue-area-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 34px rgba(58, 41, 28, 0.1);
}

.venue-area-image {
  min-height: 96px;
  background-color: var(--sand);
  background-position: center;
  background-size: cover;
  border-radius: 10px;
}

.venue-area-card span {
  display: inline-block;
  margin-bottom: 4px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.venue-area-card strong,
.venue-area-card h3,
.venue-area-card p {
  display: block;
  margin: 0;
}

.venue-area-card strong {
  color: var(--ink);
}

.venue-area-card h3 {
  margin-top: 5px;
  font-family: var(--heading-font);
  font-size: 1.2rem;
  font-weight: 500;
}

.venue-area-card p {
  margin-top: 6px;
  color: rgba(66, 54, 46, 0.7);
  font-size: 0.9rem;
}

.portfolio-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.portfolio-tabs button {
  padding: 9px 14px;
  color: var(--ink-soft);
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(199, 166, 107, 0.24);
  border-radius: 999px;
  cursor: pointer;
}

.portfolio-tabs button.active,
.portfolio-tabs button:hover {
  color: var(--white);
  background: var(--gold);
}

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.portfolio-card {
  position: relative;
  display: grid;
  align-content: end;
  min-height: 190px;
  overflow: hidden;
  padding: 16px;
  color: var(--white);
  background-color: var(--sand);
  background-position: center;
  background-size: cover;
  border-radius: 14px;
  isolation: isolate;
}

.portfolio-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, transparent, rgba(21, 17, 14, 0.76));
}

.portfolio-card span {
  font-size: 0.74rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.portfolio-card strong {
  font-family: var(--heading-font);
  font-size: 1.1rem;
  font-weight: 500;
}

.venue-review-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.venue-price-card {
  display: grid;
  gap: 10px;
}

.venue-price-card strong {
  font-family: var(--heading-font);
  font-size: 2rem;
  font-weight: 500;
}

.venue-price-card span {
  padding-top: 10px;
  border-top: 1px solid rgba(199, 166, 107, 0.24);
}

.venue-enquiry-card {
  display: grid;
  gap: 14px;
}

.venue-enquiry-card input {
  width: 100%;
  min-height: 48px;
  padding: 12px 0;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(117, 80, 45, 0.3);
  outline: 0;
}

.venue-enquiry-card input:focus {
  border-bottom-color: var(--gold);
}

.venue-form-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.radio-group {
  display: grid;
  gap: 10px;
  padding: 12px 0;
}

.radio-group span {
  color: var(--ink);
  font-weight: 700;
}

.radio-group label {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  margin-right: 14px;
}

.radio-group input {
  width: auto;
  min-height: auto;
  accent-color: var(--gold);
}

.toggle-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-weight: 700;
}

.toggle-row input {
  width: 44px;
  min-height: 24px;
  accent-color: var(--gold);
}

@media (max-width: 1120px) {
  .rooms-ota-layout,
  .venue-shell {
    grid-template-columns: 1fr;
  }

  .rooms-filter-panel,
  .venue-side,
  .venue-tabs {
    position: static;
  }

  .room-list-card {
    grid-template-columns: minmax(220px, 0.42fr) minmax(0, 1fr);
  }

  .room-rate-box {
    grid-column: 1 / -1;
    grid-template-columns: repeat(4, auto);
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(199, 166, 107, 0.22);
    border-left: 0;
  }

  .venue-shell {
    margin-top: 0;
  }
}

@media (max-width: 760px) {
  .compact-hero {
    min-height: auto;
  }

  .room-slider {
    grid-auto-flow: column;
    grid-auto-columns: 100%;
    grid-template-columns: none;
  }

  .room-slider .lux-card > div:not(.media-tile),
  .room-slider .room-card-overlay {
    opacity: 1;
    transform: none;
  }

  .room-slider .lux-card::after {
    opacity: 0.82;
  }

  .room-list-card,
  .room-list-heading,
  .venue-summary-card,
  .venue-area-grid,
  .venue-area-card,
  .portfolio-grid,
  .venue-review-grid,
  .amenity-groups {
    grid-template-columns: 1fr;
  }

  .room-list-media {
    min-height: 250px;
  }

  .room-rate-box {
    grid-template-columns: 1fr;
    justify-content: stretch;
  }

  .room-amenity-preview {
    grid-template-columns: 1fr;
  }

  .room-detail-gallery {
    grid-template-columns: 34px minmax(0, 1fr) 34px;
  }

  .room-detail-gallery .media-tile {
    min-height: 310px;
  }

  .room-detail-gallery button {
    width: 34px;
    height: 34px;
  }

  .venue-page {
    padding-top: 78px;
  }

  .venue-shell {
    width: min(100% - 28px, 1280px);
    margin-top: 0;
  }

  .venue-actions,
  .venue-form-actions {
    grid-template-columns: 1fr;
    display: grid;
  }

  .venue-tabs {
    overflow-x: auto;
    flex-wrap: nowrap;
  }

  .venue-tabs a {
    white-space: nowrap;
  }

  .admin-amenity-group > div {
    grid-template-columns: 1fr;
  }

  .admin-dropzone,
  .admin-image-preview,
  .admin-media-preview article {
    grid-template-columns: 1fr;
  }

  .admin-preview-actions {
    justify-content: flex-start;
  }
}

/* Global brand consistency: every public page uses the homepage header and heading language. */
body:not([data-page="admin"]):not([data-page="admin-login"]) .lux-header {
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  min-height: 98px;
  padding: 10px clamp(24px, 3.2vw, 64px);
  color: var(--white);
  background: linear-gradient(180deg, rgba(12, 10, 8, 0.5), rgba(12, 10, 8, 0));
  border: 0;
}

body:not([data-page="admin"]):not([data-page="admin-login"]) .lux-header.scrolled,
body:not([data-page="admin"]):not([data-page="admin-login"]) .lux-header.solid {
  min-height: 76px;
  padding-top: 6px;
  padding-bottom: 6px;
  color: var(--ink);
  background: rgba(255, 250, 240, 0.96);
  box-shadow: 0 8px 28px rgba(40, 28, 18, 0.12);
  backdrop-filter: blur(16px);
}

body:not([data-page="admin"]):not([data-page="admin-login"]) .header-left {
  grid-column: 1;
  grid-row: 1;
  justify-content: flex-start;
}

body:not([data-page="admin"]):not([data-page="admin-login"]) .header-right {
  grid-column: 3;
  grid-row: 1;
  justify-content: flex-end;
}

body:not([data-page="admin"]):not([data-page="admin-login"]) .brand-lockup {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  min-width: 0;
  transform: translate(-50%, -50%);
}

body:not([data-page="admin"]):not([data-page="admin-login"]) .brand-logo {
  width: min(105px, 8vw);
  height: 70px;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.4));
}

body:not([data-page="admin"]):not([data-page="admin-login"]) .lux-header.scrolled .brand-logo,
body:not([data-page="admin"]):not([data-page="admin-login"]) .lux-header.solid .brand-logo {
  filter: none;
}

body:not([data-page="admin"]):not([data-page="admin-login"]) .lux-header:not(.scrolled):not(.solid) .desktop-nav a {
  color: rgba(255, 255, 255, 0.94);
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.42);
}

body:not([data-page="admin"]):not([data-page="admin-login"]) .lux-header:not(.scrolled):not(.solid) .dropdown a {
  color: #5f5a54;
  text-shadow: none;
}

body:not([data-page="admin"]):not([data-page="admin-login"]) .desktop-nav {
  gap: clamp(14px, 1.35vw, 26px);
}

body:not([data-page="admin"]):not([data-page="admin-login"]) .desktop-nav a {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.08em;
}

body:not([data-page="admin"]):not([data-page="admin-login"]) .nav-item {
  padding: 28px 0;
}

body:not([data-page="admin"]):not([data-page="admin-login"]) .header-actions {
  margin-left: clamp(10px, 1.3vw, 24px);
}

body:not([data-page="admin"]):not([data-page="admin-login"]) .header-actions .book-link {
  min-height: 52px;
  padding: 0 30px;
  border-radius: 2px;
  font-size: 13px;
  letter-spacing: 0.06em;
}

body:not([data-page="admin"]):not([data-page="admin-login"]) .content-section .section-head h2 {
  font-family: "Raleway", "Segoe UI", Arial, sans-serif;
  font-weight: 300;
  letter-spacing: -0.035em;
}

@media (max-width: 980px) {
  body:not([data-page="admin"]):not([data-page="admin-login"]) .header-left { grid-column: 1; }
  body:not([data-page="admin"]):not([data-page="admin-login"]) .header-right { display: flex; grid-column: 3; }
  body:not([data-page="admin"]):not([data-page="admin-login"]) .header-right .desktop-nav { display: none; }
  body:not([data-page="admin"]):not([data-page="admin-login"]) .brand-logo { width: 82px; height: 54px; }
  body:not([data-page="admin"]):not([data-page="admin-login"]) .header-actions { display: flex; margin: 0; }
  body:not([data-page="admin"]):not([data-page="admin-login"]) .header-actions .book-link { min-width: 76px; min-height: 44px; padding: 0 14px; font-size: 11px; }
}

@media (max-width: 560px) {
  body:not([data-page="admin"]):not([data-page="admin-login"]) .lux-header { min-height: 78px; padding-inline: 16px; }
  body:not([data-page="admin"]):not([data-page="admin-login"]) .header-actions .book-link { min-width: 64px; padding-inline: 10px; }
}

@media (max-width: 1120px) {
  body:not([data-page="admin"]):not([data-page="admin-login"]) .header-left {
    position: absolute;
    top: 50%;
    left: 16px;
    grid-column: auto;
    transform: translateY(-50%);
  }

  body:not([data-page="admin"]):not([data-page="admin-login"]) .header-right {
    position: absolute;
    top: 17px;
    right: 16px;
    display: flex;
    grid-column: auto;
    width: 100px;
    height: 44px;
    transform: none;
  }

  body:not([data-page="admin"]):not([data-page="admin-login"]) .header-actions {
    position: static;
    width: 100%;
    margin: 0;
  }

  body:not([data-page="admin"]):not([data-page="admin-login"]) .header-actions .book-link {
    width: 100%;
  }
}

/* Final Rooms & Suites component contract: one size, one rhythm, deterministic alternation. */
body[data-page="rooms"] .rooms-listing-section > .section-inner {
  width: 100%;
  max-width: none;
}

body[data-page="rooms"] .room-showcase {
  width: min(calc(100% - 64px), 1380px);
  min-height: 720px;
  margin-inline: auto;
  padding-block: 100px;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(420px, 0.75fr);
  gap: clamp(48px, 6vw, 96px);
  align-items: center;
  overflow: visible;
  background: transparent;
}

body[data-page="rooms"] .room-showcase__media {
  width: 100%;
  min-width: 0;
}

body[data-page="rooms"] .room-showcase--image-left .room-showcase__media {
  order: 1;
}

body[data-page="rooms"] .room-showcase--image-left .room-showcase__content {
  order: 2;
  justify-self: start;
}

body[data-page="rooms"] .room-showcase--image-right .room-showcase__media {
  order: 2;
}

body[data-page="rooms"] .room-showcase--image-right .room-showcase__content {
  order: 1;
  justify-self: end;
}

body[data-page="rooms"] .room-showcase__image {
  display: block;
  width: 100%;
  height: auto;
  min-height: 560px;
  aspect-ratio: 4 / 3;
  border-radius: 28px;
  background-position: center;
  background-size: cover;
  object-fit: cover;
  object-position: center;
}

body[data-page="rooms"] .room-showcase__content {
  display: block;
  width: 100%;
  max-width: 500px;
  min-width: 0;
  padding: 0;
}

body[data-page="rooms"] .room-showcase__eyebrow {
  margin: 0 0 28px;
}

body[data-page="rooms"] .room-showcase__title {
  max-width: 100%;
  margin: 0 0 26px;
  font-size: clamp(52px, 4.25vw, 72px);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.035em;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

/* Our Story statement: match the refined serif language used by room titles. */
body[data-page="our-story"] [data-section-id="our-story-overview"] h2 {
  max-width: 760px;
  margin: 0 0 24px;
  font-family: var(--heading-font);
  font-size: clamp(52px, 4.25vw, 72px);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

@media (max-width: 760px) {
  body[data-page="our-story"] [data-section-id="our-story-overview"] h2 {
    font-size: clamp(40px, 11vw, 56px);
    line-height: 1.02;
  }
}

/* Global luxury heading system shared by every public website page. */
body:not([data-page="admin"]):not([data-page="admin-login"]) main h1,
body:not([data-page="admin"]):not([data-page="admin-login"]) main h2,
body:not([data-page="admin"]):not([data-page="admin-login"]) main h3 {
  font-family: var(--heading-font);
  font-weight: var(--heading-weight);
  letter-spacing: var(--heading-tracking);
  text-wrap: balance;
}

body:not([data-page="admin"]):not([data-page="admin-login"]) main h1 {
  font-size: var(--heading-display-size);
  line-height: var(--heading-leading);
}

body:not([data-page="admin"]):not([data-page="admin-login"]) main h2 {
  font-size: var(--heading-section-size);
  line-height: 1.04;
}

body:not([data-page="admin"]):not([data-page="admin-login"]) main h3 {
  font-size: var(--heading-card-size);
  line-height: 1.1;
}

@media (max-width: 760px) {
  body:not([data-page="admin"]):not([data-page="admin-login"]) main h1 {
    font-size: clamp(44px, 12vw, 62px);
  }

  body:not([data-page="admin"]):not([data-page="admin-login"]) main h2 {
    font-size: clamp(38px, 10vw, 54px);
  }

  body:not([data-page="admin"]):not([data-page="admin-login"]) main h3 {
    font-size: clamp(27px, 7.5vw, 36px);
  }
}

body[data-page="rooms"] .room-showcase__description {
  display: block;
  max-width: 100%;
  margin: 0 0 24px;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

body[data-page="rooms"] .room-showcase__meta {
  margin: 0 0 28px;
}

body[data-page="rooms"] .room-showcase__amenities {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 28px;
  margin: 0 0 30px;
}

body[data-page="rooms"] .room-showcase__amenity {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  min-width: 0;
  line-height: 1.5;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

body[data-page="rooms"] .room-showcase__rate {
  margin: 0;
}

body[data-page="rooms"] .room-showcase__rate > div {
  margin-bottom: 24px;
}

@media (max-width: 1023px) {
  body[data-page="rooms"] .room-showcase {
    width: min(calc(100% - 40px), 720px);
    min-height: auto;
    padding-block: 72px;
    grid-template-columns: minmax(0, 1fr);
    gap: 42px;
  }

  body[data-page="rooms"] .room-showcase__media {
    order: 1 !important;
  }

  body[data-page="rooms"] .room-showcase__content {
    order: 2 !important;
    justify-self: stretch !important;
    max-width: 100%;
  }

  body[data-page="rooms"] .room-showcase__image {
    height: clamp(300px, 78vw, 440px);
    min-height: 0;
    border-radius: 20px;
  }

  body[data-page="rooms"] .room-showcase__title {
    font-size: clamp(42px, 12vw, 58px);
    line-height: 1;
  }
}

@media (max-width: 520px) {
  body[data-page="rooms"] .room-showcase__amenities {
    grid-template-columns: minmax(0, 1fr);
  }

  body[data-page="rooms"] .room-showcase__rate .text-link,
  body[data-page="rooms"] .room-showcase__rate .lux-button {
    width: 100%;
  }
}
/* ================================================================
   SHARED PUBLIC TYPOGRAPHY — homepage display heading is the source
   of truth. Keep these tokens and classes as the only public heading
   contract; page templates inherit them through the selector aliases.
   ================================================================ */
:root {
  --heading-font: "Raleway", "Segoe UI", Arial, sans-serif;
  --body-font: "Inter", "Segoe UI", Arial, sans-serif;
  --heading-weight: 300;
  --heading-tracking: -0.025em;
  --heading-leading: 1.05;
  --heading-display-size: clamp(36px, 3.6vw, 58px);
  --heading-section-size: clamp(30px, 3vw, 48px);
  --heading-card-size: clamp(22px, 1.8vw, 30px);
}

.hero-title,
.page-title,
body:not([data-page="admin"]):not([data-page="admin-login"]) main :is(.hero, .seo-hero) h1,
body[data-page="our-story"] [data-section-id="our-story-overview"] h2,
body[data-page="rooms"] .room-showcase__title {
  font-family: var(--heading-font);
  font-size: var(--heading-display-size);
  font-weight: var(--heading-weight);
  font-style: normal;
  line-height: var(--heading-leading);
  letter-spacing: var(--heading-tracking);
  text-wrap: balance;
  overflow-wrap: normal;
  word-break: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.section-title,
body:not([data-page="admin"]):not([data-page="admin-login"]) main .content-section h2:not(.page-title):not(.room-showcase__title) {
  font-family: var(--heading-font);
  font-size: var(--heading-section-size);
  font-weight: var(--heading-weight);
  font-style: normal;
  line-height: 1.08;
  letter-spacing: var(--heading-tracking);
  text-wrap: balance;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.card-title,
body:not([data-page="admin"]):not([data-page="admin-login"]) main :is(article, .card, .room-card, .media-card) h3 {
  font-family: var(--heading-font);
  font-size: var(--heading-card-size);
  font-weight: var(--heading-weight);
  font-style: normal;
  line-height: 1.15;
  letter-spacing: var(--heading-tracking);
  text-wrap: balance;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body:not([data-page="admin"]):not([data-page="admin-login"]),
body:not([data-page="admin"]):not([data-page="admin-login"]) p,
.body-text {
  font-family: var(--body-font);
}

.eyebrow-title,
body:not([data-page="admin"]):not([data-page="admin-login"]) main .kicker {
  font-family: var(--body-font);
  font-size: 11px;
  font-weight: 500;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Content eyebrows need stronger contrast; hero and slider eyebrows retain their light treatment. */
body:not([data-page="admin"]):not([data-page="admin-login"]) main .content-section .kicker {
  color: #8a5a2f;
  text-shadow: none;
}

body:not([data-page="admin"]):not([data-page="admin-login"]) :is(.lux-button, .book-link) {
  font-family: var(--body-font);
  font-size: 13px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body:not([data-page="admin"]):not([data-page="admin-login"]) .desktop-nav a {
  font-family: var(--body-font);
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 1199px) {
  :root {
    --heading-display-size: clamp(34px, 4.2vw, 50px);
  }
}

@media (max-width: 720px) {
  :root {
    --heading-display-size: clamp(30px, 9vw, 42px);
    --heading-section-size: clamp(28px, 7.8vw, 38px);
    --heading-card-size: clamp(21px, 6vw, 27px);
  }
}

@media (max-width: 430px) {
  :root { --heading-display-size: 32px; }
}

/* ================================================================
   SHARED PUBLIC SECTION RHYTHM — homepage spacing is the reference.
   Hero dimensions and component layouts are intentionally untouched.
   ================================================================ */
:root {
  --space-first-section: clamp(40px, 4.5vw, 60px);
  --space-section-y: clamp(64px, 6vw, 92px);
}

body:not([data-page="home"]):not([data-page="admin"]):not([data-page="admin-login"]) .content-section {
  margin-block: 0;
  padding-top: var(--space-section-y);
  padding-bottom: var(--space-section-y);
}

body:not([data-page="home"]):not([data-page="admin"]):not([data-page="admin-login"]) main > :is(.hero, .seo-hero) + .content-section,
body:not([data-page="home"]):not([data-page="admin"]):not([data-page="admin-login"]) main > :is(.hero, .seo-hero) + .breadcrumb + .content-section,
body:not([data-page="home"]):not([data-page="admin"]):not([data-page="admin-login"]) main > .breadcrumb + .content-section {
  padding-top: var(--space-first-section);
}

body:not([data-page="admin"]):not([data-page="admin-login"]) main > section:empty:not([data-hero]):not([data-section-id]) {
  display: none;
}

@media (max-width: 720px) {
  :root {
    --space-first-section: clamp(36px, 10vw, 48px);
    --space-section-y: clamp(56px, 14vw, 72px);
  }
}

/* Keep the listing close to the breadcrumb without rendering a second CMS banner image. */
body[data-page="rooms"] main > .rooms-page-hero + .breadcrumb + .rooms-listing-section {
  padding-top: clamp(30px, 3vw, 40px);
}

/* ================================================================
   SHARED HERO TYPOGRAPHY — hero/banner text only.
   Existing Raleway heading font and all hero dimensions are preserved.
   ================================================================ */
.site-hero-title,
body:not([data-page="admin"]):not([data-page="admin-login"]) main :is(.hero, .seo-hero) .hero-copy h1 {
  max-width: 660px;
  margin: 0;
  font-family: var(--heading-font);
  font-size: clamp(36px, 3.4vw, 56px) !important;
  font-weight: 400 !important;
  font-style: normal;
  line-height: 1.08 !important;
  letter-spacing: -0.015em !important;
  text-align: left;
  text-wrap: balance;
  overflow-wrap: normal;
  word-break: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.site-hero-content,
body:not([data-page="home"]):not([data-page="admin"]):not([data-page="admin-login"]) main :is(.hero, .seo-hero) .hero-copy {
  align-self: center;
  justify-self: start;
  width: min(100%, 660px);
  max-width: 660px;
  text-align: left;
  transform: translateY(-6%);
}

body[data-page="rooms"] .rooms-page-hero .hero-inner {
  justify-content: flex-start;
  text-align: left;
}

.site-hero-eyebrow,
body:not([data-page="admin"]):not([data-page="admin-login"]) main :is(.hero, .seo-hero) .hero-copy .kicker {
  margin: 0 0 14px;
  font-family: var(--body-font);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.site-hero-description,
body:not([data-page="admin"]):not([data-page="admin-login"]) main :is(.hero, .seo-hero) .hero-copy > p:not(.kicker) {
  display: -webkit-box;
  max-width: 560px;
  margin: 18px 0 0;
  overflow: hidden;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.65;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.site-hero-actions,
body:not([data-page="admin"]):not([data-page="admin-login"]) main :is(.hero, .seo-hero) .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  min-height: 0;
  margin-top: 24px;
}

.site-hero-action,
body:not([data-page="admin"]):not([data-page="admin-login"]) main :is(.hero, .seo-hero) .hero-copy .lux-button {
  min-height: 46px;
  padding: 0 24px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
}

body:not([data-page="admin"]):not([data-page="admin-login"]) main .hero::after {
  background: linear-gradient(90deg, rgba(13, 15, 14, 0.64) 0%, rgba(13, 15, 14, 0.35) 34%, rgba(13, 15, 14, 0.10) 62%, rgba(13, 15, 14, 0) 78%);
}

body[data-page="rooms"] .rooms-listing-section .section-head h2 {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  font-family: var(--heading-font);
  font-size: clamp(32px, 3vw, 48px);
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -0.015em;
}

@media (min-width: 1600px) {
  .site-hero-title,
  body:not([data-page="admin"]):not([data-page="admin-login"]) main :is(.hero, .seo-hero) .hero-copy h1 {
    max-width: 680px;
    font-size: 56px !important;
  }
}

@media (max-width: 1399px) {
  .site-hero-title,
  body:not([data-page="admin"]):not([data-page="admin-login"]) main :is(.hero, .seo-hero) .hero-copy h1 {
    max-width: 620px;
    font-size: clamp(36px, 3.5vw, 50px) !important;
  }
}

@media (max-width: 1024px) {
  .site-hero-title,
  body:not([data-page="admin"]):not([data-page="admin-login"]) main :is(.hero, .seo-hero) .hero-copy h1 {
    max-width: 560px;
    font-size: clamp(34px, 4.5vw, 46px) !important;
  }
}

@media (max-width: 767px) {
  .site-hero-title,
  body:not([data-page="admin"]):not([data-page="admin-login"]) main :is(.hero, .seo-hero) .hero-copy h1 {
    max-width: 92%;
    font-size: clamp(29px, 8vw, 38px) !important;
    line-height: 1.12 !important;
  }

  body:not([data-page="home"]):not([data-page="admin"]):not([data-page="admin-login"]) main :is(.hero, .seo-hero) .hero-copy {
    width: 100%;
    max-width: 100%;
    transform: translateY(-4%);
  }

  .site-hero-description,
  body:not([data-page="admin"]):not([data-page="admin-login"]) main :is(.hero, .seo-hero) .hero-copy > p:not(.kicker) {
    max-width: 92%;
    margin-top: 14px;
    font-size: 14px;
    line-height: 1.6;
  }
}

/* Homepage slider is image-only: retain navigation, controls and booking bar. */
body[data-page="home"] .intro-feature-copy h1 {
  max-width: 620px;
  margin: 0;
  font-family: var(--heading-font);
  font-size: clamp(30px, 3vw, 48px);
  font-weight: 300;
  line-height: 1.08;
  letter-spacing: -0.025em;
  text-wrap: balance;
}

@media (max-width: 430px) {
  .site-hero-title,
  body:not([data-page="admin"]):not([data-page="admin-login"]) main :is(.hero, .seo-hero) .hero-copy h1 {
    font-size: 30px !important;
    line-height: 1.15 !important;
  }
}

/* ================================================================
   SHARED HERO POSITION — bottom-left only.
   The existing hero grid reserves safe rows for controls and booking.
   Typography and hero dimensions are intentionally unchanged.
   ================================================================ */
.site-hero {
  position: relative;
}

.site-hero-content {
  position: absolute;
  inset: auto 0 clamp(60px, 8vh, 110px);
  z-index: 5;
  width: 100%;
  text-align: left;
  transform: none;
}

.site-hero-content__inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding-right: clamp(28px, 6vw, 96px);
  padding-left: clamp(28px, 6vw, 96px);
}

.site-hero-content__body {
  width: 100%;
  max-width: 620px;
  margin: 0;
  text-align: left;
}

body:not([data-page="admin"]):not([data-page="admin-login"]) main :is(.hero, .seo-hero) .hero-copy {
  grid-row: 1;
  align-self: end;
  justify-self: start;
  margin: 0;
  padding-top: 0;
  text-align: left;
  transform: none !important;
}

body[data-page="home"] .hero .hero-copy {
  display: none !important;
  align-self: end;
  justify-self: start;
  text-align: left;
  transform: none;
}

body[data-page="rooms"] .rooms-page-hero .hero-inner {
  align-items: flex-end;
  justify-content: flex-start;
  text-align: left;
}

body[data-page="rooms"] .rooms-page-hero .hero-copy {
  align-self: flex-end;
  margin: 0;
  text-align: left;
}

.site-hero-eyebrow,
.site-hero-title,
.site-hero-subtitle,
.site-hero-description,
.site-hero-actions,
body:not([data-page="admin"]):not([data-page="admin-login"]) main :is(.hero, .seo-hero) .hero-copy > * {
  margin-right: 0;
  margin-left: 0;
  text-align: left;
}

.site-hero-actions,
body:not([data-page="admin"]):not([data-page="admin-login"]) main :is(.hero, .seo-hero) .hero-actions {
  align-items: center;
  justify-content: flex-start;
}

body:not([data-page="admin"]):not([data-page="admin-login"]) main .hero::after {
  background:
    linear-gradient(0deg, rgba(10, 12, 11, 0.62) 0%, rgba(10, 12, 11, 0.25) 38%, rgba(10, 12, 11, 0) 68%),
    linear-gradient(90deg, rgba(10, 12, 11, 0.42) 0%, rgba(10, 12, 11, 0.12) 46%, rgba(10, 12, 11, 0) 75%);
}

@media (min-width: 1200px) {
  .site-hero-content__inner {
    padding-right: 80px;
    padding-left: 80px;
  }
}

@media (max-width: 767px) {
  .site-hero-content {
    bottom: 48px;
  }

  .site-hero-content__inner {
    padding-right: 22px;
    padding-left: 22px;
  }

  .site-hero-content__body {
    max-width: 94%;
  }

  body:not([data-page="admin"]):not([data-page="admin-login"]) main :is(.hero, .seo-hero) .hero-copy {
    align-self: end;
    justify-self: start;
    transform: none !important;
  }
}

/* Final homepage image treatment must follow the shared inner-page overlay. */
body[data-page="home"] main .hero::after {
  background: linear-gradient(180deg, rgba(8, 10, 9, 0.3) 0%, rgba(8, 10, 9, 0.06) 28%, rgba(8, 10, 9, 0) 55%);
}

body[data-page="home"] .hero-slider-media::after {
  background: none;
}

/* Global inner-page hero content layout: Banquet is the approved master. */
body:not([data-page="home"]):not([data-page="admin"]):not([data-page="admin-login"]) main :is(.hero, .seo-hero) .hero-inner {
  position: absolute;
  inset: 0;
  z-index: 4;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: 100%;
  margin: 0 auto;
  padding-right: clamp(28px, 6vw, 96px);
  padding-left: clamp(28px, 6vw, 96px);
  box-sizing: border-box;
}

body:not([data-page="home"]):not([data-page="admin"]):not([data-page="admin-login"]) main :is(.hero, .seo-hero) .hero-copy {
  align-self: auto;
  width: 100%;
  max-width: 650px;
  margin: 0;
  padding: 0;
  text-align: left;
  transform: none !important;
}

body:not([data-page="home"]):not([data-page="admin"]):not([data-page="admin-login"]) main :is(.hero, .seo-hero) .hero-actions,
body:not([data-page="home"]):not([data-page="admin"]):not([data-page="admin-login"]) main :is(.hero, .seo-hero) .rooms-hero-cta {
  display: none !important;
}

@media (min-width: 1200px) {
  body:not([data-page="home"]):not([data-page="admin"]):not([data-page="admin-login"]) main :is(.hero, .seo-hero) .hero-inner {
    padding-right: 80px;
    padding-left: 80px;
  }
}

@media (max-width: 767px) {
  body:not([data-page="home"]):not([data-page="admin"]):not([data-page="admin-login"]) main :is(.hero, .seo-hero) .hero-inner {
    padding-right: 22px;
    padding-left: 22px;
  }

  body:not([data-page="home"]):not([data-page="admin"]):not([data-page="admin-login"]) main :is(.hero, .seo-hero) .hero-copy {
    max-width: 94%;
  }
}
