:root {
  --ink: #151411;
  --ink-soft: #2a2824;
  --cream: #faf6ef;
  --cream-2: #f2ece0;
  --copper: #1f4d3f;
  --copper-dark: #163b30;
  --sage: #2e463a;
  --white: #ffffff;
  --radius: 14px;
  --radius-lg: 22px;
  --ease: cubic-bezier(0.2, 0.7, 0.2, 1);
  --container: 1220px;
  --bg: #faf6ef;
  --bg-alt: #f2ece0;
  --surface: #ffffff;
  --fg: #151411;
  --fg-soft: #2a2824;
  --muted: #6f6a62;
  --line: #e7dfd2;
  --copper-accessible: #12362a;
  --header-glass: rgba(250, 246, 239, 0.96);
  --heart-glass: rgba(250, 246, 239, 0.95);
  --shadow-sm: 0 2px 8px rgba(21, 20, 17, 0.06);
  --shadow-md: 0 12px 32px rgba(21, 20, 17, 0.08);
  --shadow-lg: 0 24px 60px rgba(21, 20, 17, 0.14)
}

[data-theme=dark] {
  --bg: #0f0e0c;
  --bg-alt: #17140f;
  --surface: #1a1715;
  --fg: #f2ede4;
  --fg-soft: #d0cabd;
  --muted: #8d8578;
  --line: #2a2724;
  --copper-accessible: #6db897;
  --header-glass: rgba(15, 14, 12, 0.92);
  --heart-glass: rgba(26, 23, 21, 0.88);
  --shadow-sm: 0 2px 10px rgba(0, 0, 0, 0.45);
  --shadow-md: 0 14px 36px rgba(0, 0, 0, 0.55);
  --shadow-lg: 0 24px 60px rgba(0, 0, 0, 0.7)
}

[data-theme=dark] .site-footer {
  background: #060504
}

[data-theme=dark] .site-header.is-scrolled {
  background: var(--header-glass)
}

[data-theme=dark] .fab-top {
  background: var(--copper);
  color: var(--cream)
}

[data-theme=dark] .fab-top:hover {
  background: var(--copper-dark);
  color: var(--cream)
}

[data-theme=dark] .exp-card {
  background: rgba(250, 246, 239, .05);
  border-color: rgba(250, 246, 239, .1)
}

[data-theme=dark] .brand-card:hover {
  border-color: var(--copper)
}

[data-theme=dark] .property-card:hover {
  border-color: var(--copper)
}

[data-theme=dark] .btn-primary {
  background: var(--copper);
  color: var(--cream)
}

[data-theme=dark] .btn-primary:hover {
  background: var(--copper-dark);
  color: var(--cream)
}

[data-theme=dark] .fab-email {
  background: var(--copper);
  color: var(--cream)
}

[data-theme=dark] .fab-email:hover {
  background: var(--copper-dark);
  color: var(--cream)
}

[data-theme=dark] .site-header:not(.is-scrolled) .theme-toggle:hover {
  background: rgba(250, 246, 239, .14)
}

.theme-ready .badge,
.theme-ready .brand-card,
.theme-ready .brand-filter,
.theme-ready .cta-strip,
.theme-ready .fab-email,
.theme-ready .fab-top,
.theme-ready .featured-strip,
.theme-ready .heart,
.theme-ready .icon-btn,
.theme-ready .marquee-track li,
.theme-ready .mega-menu,
.theme-ready .mega-menu::before,
.theme-ready .property-card,
.theme-ready .property-rating,
.theme-ready .search-bar,
.theme-ready .section,
.theme-ready .section-alt,
.theme-ready .site-footer,
.theme-ready .site-header,
.theme-ready .slider-nav,
.theme-ready .stay-card,
.theme-ready .testimonial,
.theme-ready body,
.theme-ready h1,
.theme-ready h2,
.theme-ready h3,
.theme-ready h4,
.theme-ready h5,
.theme-ready p {
  transition: background-color .35s ease, color .35s ease, border-color .35s ease, box-shadow .35s ease
}

*,
::after,
::before {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth
}

body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: var(--fg);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden
}

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

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

button {
  font: inherit;
  cursor: pointer;
  border: 0;
  background: 0 0;
  color: inherit
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 600;
  letter-spacing: -.01em;
  color: var(--fg);
  margin: 0 0 .5em;
  line-height: 1.15
}

h1 {
  font-size: clamp(2.4rem, 6vw, 4.5rem)
}

h2 {
  font-size: clamp(1.8rem, 3.6vw, 2.8rem)
}

h3 {
  font-size: 1.25rem
}

h4 {
  font-size: 1.05rem
}

h5 {
  font-size: .85rem;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-family: Inter, sans-serif;
  font-weight: 600
}

p {
  margin: 0 0 1em;
  color: var(--fg-soft)
}

.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px
}

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

:focus {
  outline: 0
}

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

.btn:focus-visible {
  outline-offset: 3px;
  box-shadow: 0 0 0 4px rgba(31, 77, 63, .25)
}

.site-header:not(.is-scrolled) :focus-visible {
  outline-color: var(--cream);
  box-shadow: 0 0 0 4px rgba(250, 246, 239, .25)
}

main[tabindex="-1"]:focus,
section[tabindex="-1"]:focus {
  outline: 0
}

.eyebrow {
  font-size: .78rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--copper-accessible);
  font-weight: 600;
  margin: 0 0 .75em
}

.eyebrow.light {
  color: #e6d3bd
}

.link-muted {
  color: var(--muted);
  font-size: .95rem
}

.link-muted:hover {
  color: var(--fg)
}

.link-arrow {
  font-size: .92rem;
  font-weight: 500;
  color: var(--fg);
  display: inline-flex;
  align-items: center;
  gap: .35em
}

.link-arrow span {
  transition: transform .3s var(--ease);
  display: inline-block
}

.link-arrow:hover span {
  transform: translateX(4px)
}

.link-sm {
  font-size: .85rem;
  color: var(--copper-accessible);
  font-weight: 600
}

.link-sm:hover {
  color: var(--fg)
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5em;
  padding: 12px 22px;
  border-radius: 999px;
  font-weight: 500;
  font-size: .95rem;
  letter-spacing: .01em;
  transition: all .3s var(--ease);
  cursor: pointer;
  white-space: nowrap
}

.btn-primary {
  background: var(--ink);
  color: var(--cream)
}

.btn-primary:hover {
  background: var(--copper)
}

.btn-outline {
  background: 0 0;
  color: var(--cream);
  border: 1px solid rgba(250, 246, 239, .5)
}

.btn-outline:hover {
  background: var(--cream);
  color: var(--ink);
  border-color: var(--cream)
}

.btn-lg {
  padding: 16px 30px;
  font-size: 1rem
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 18px 0;
  transition: background .35s var(--ease), box-shadow .35s var(--ease), padding .35s var(--ease)
}

.site-header.is-scrolled {
  background: var(--header-glass);
  backdrop-filter: saturate(140%) blur(12px);
  box-shadow: var(--shadow-sm);
  padding: 10px 0
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--cream);
  font-family: "Playfair Display", serif;
  font-size: 1.35rem;
  font-weight: 600
}

.site-header.is-scrolled .logo {
  color: var(--fg)
}

.logo-mark {
  width: 40px;
  height: 40px;
  display: block;
  object-fit: cover;
  border-radius: 10px;
  background: 0 0;
  flex-shrink: 0
}

.parent-hotel .logo-mark {
  width: 144px;
  height: 144px;
  object-fit: contain;
  border-radius: 0;
  min-width: 144px;
  object-fit: cover;
  max-height: 80px
}

.logo.light {
  color: var(--cream)
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 20px
}

.site-header:not(.is-scrolled) .header-actions .link-muted {
  color: rgba(250, 246, 239, .85)
}

.site-header:not(.is-scrolled) .header-actions .link-muted:hover {
  color: var(--cream)
}

.site-header:not(.is-scrolled) .btn-primary {
  background: var(--cream);
  color: var(--ink)
}

.site-header:not(.is-scrolled) .btn-primary:hover {
  background: var(--copper);
  color: var(--cream)
}

.theme-toggle {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  background: 0 0;
  color: var(--cream);
  border: 1px solid transparent;
  border-radius: 50%;
  cursor: pointer;
  transition: background .25s var(--ease), border-color .25s var(--ease), color .25s var(--ease), transform .4s var(--ease);
  flex-shrink: 0
}

.theme-toggle:hover {
  background: rgba(250, 246, 239, .14);
  border-color: rgba(250, 246, 239, .2)
}

.site-header.is-scrolled .theme-toggle {
  color: var(--fg)
}

.site-header.is-scrolled .theme-toggle:hover {
  background: rgba(31, 77, 63, .12);
  border-color: rgba(31, 77, 63, .25);
  color: var(--copper)
}

.theme-toggle:active {
  transform: rotate(25deg) scale(.96)
}

.theme-icon {
  display: block
}

.icon-sun {
  display: none
}

[data-theme=dark] .icon-moon {
  display: none
}

[data-theme=dark] .icon-sun {
  display: block
}

.menu-toggle {
  display: none;
  width: 40px;
  height: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px
}

.menu-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--cream);
  transition: all .3s var(--ease)
}

.site-header.is-scrolled .menu-toggle span {
  background: var(--fg)
}

.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: var(--cream);
  padding: 140px 0 60px
}

.hero-slides {
  position: absolute;
  inset: 0
}

.hero-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1.6s var(--ease), transform 7s var(--ease);
  transform: scale(1.05)
}

.hero-slide.is-active {
  opacity: 1;
  transform: scale(1)
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(21, 20, 17, .55) 0, rgba(21, 20, 17, .25) 40%, rgba(21, 20, 17, .75) 100%)
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 980px
}

.hero-title {
  color: var(--cream);
  font-weight: 500;
  letter-spacing: -.02em;
  margin: 0 0 16px
}

.hero-title em {
  font-style: italic;
  color: #efd6b3;
  font-weight: 500
}

.hero-sub {
  font-size: 1.15rem;
  color: rgba(250, 246, 239, .88);
  max-width: 600px;
  margin: 0 0 36px
}

.search-bar {
  background: var(--surface);
  border-radius: 999px;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr auto;
  padding: 8px 8px 8px 8px;
  box-shadow: var(--shadow-lg);
  max-width: 900px;
  margin-bottom: 40px
}

.search-bar--single {
  grid-template-columns: 1fr 1fr 1fr auto;
  max-width: 760px
}

.search-field {
  padding: 10px 22px;
  border-right: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left
}

.search-field:last-of-type {
  border-right: 0
}

.search-field label {
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--fg);
  margin-bottom: 2px
}

.search-field input,
.search-field select {
  border: 0;
  background: 0 0;
  font-family: inherit;
  font-size: .95rem;
  color: var(--fg);
  padding: 2px 0;
  outline: 0;
  width: 100%;
  cursor: pointer
}

.search-field input::placeholder {
  color: #9a948a
}

.search-btn {
  align-self: stretch;
  padding: 0 28px;
  border-radius: 999px;
  margin-left: 4px
}

.hero-stats {
  display: flex;
  gap: 48px;
  color: var(--cream)
}

.hero-stats div {
  display: flex;
  flex-direction: column
}

.hero-stats strong {
  font-family: "Playfair Display", serif;
  font-size: 1.8rem;
  font-weight: 600
}

.hero-stats span {
  font-size: .82rem;
  color: rgba(250, 246, 239, .75);
  letter-spacing: .05em
}

.hero-dots {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 3
}

.hero-dots button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(250, 246, 239, .45);
  transition: all .3s var(--ease)
}

.hero-dots button.is-active {
  background: var(--cream);
  width: 28px;
  border-radius: 999px
}

.featured-strip {
  background: var(--bg);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 44px 0 48px;
  text-align: center;
  overflow: hidden
}

.featured-label {
  font-size: .78rem;
  letter-spacing: .26em;
  text-transform: uppercase;
  color: var(--copper-accessible);
  font-weight: 600;
  margin: 0 0 26px
}

.marquee {
  display: flex;
  width: 100%;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, transparent 0, #000 90px, #000 calc(100% - 90px), transparent 100%);
  mask-image: linear-gradient(to right, transparent 0, #000 90px, #000 calc(100% - 90px), transparent 100%)
}

.marquee-track {
  display: flex;
  flex-shrink: 0;
  gap: 72px;
  padding: 0 36px 0 0;
  list-style: none;
  margin: 0;
  align-items: center;
  animation: marquee-scroll 42s linear infinite
}

.marquee:focus-within .marquee-track,
.marquee:hover .marquee-track {
  animation-play-state: paused
}

.marquee-track li {
  font-size: 1.35rem;
  font-weight: 600;
  color: var(--fg-soft);
  letter-spacing: .02em;
  white-space: nowrap;
  opacity: .72;
  transition: opacity .3s var(--ease), color .3s var(--ease);
  flex-shrink: 0
}

.marquee-track li:hover {
  opacity: 1;
  color: var(--fg)
}

.marquee-track li:nth-child(3n) {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 500;
  font-size: 1.5rem
}

.marquee-track li:nth-child(4n) {
  text-transform: uppercase;
  letter-spacing: .28em;
  font-size: 1rem;
  font-weight: 700
}

.marquee-track li:nth-child(5n) {
  color: var(--copper-dark);
  font-family: "Playfair Display", serif;
  font-weight: 600
}

.marquee-track li:nth-child(7n) {
  font-weight: 300;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-size: .95rem
}

@keyframes marquee-scroll {
  from {
    transform: translateX(0)
  }

  to {
    transform: translateX(-50%)
  }
}

.floating-actions {
  position: fixed;
  right: 24px;
  bottom: 200px;
  z-index: 80;
  display: flex;
  flex-direction: column;
  gap: 12px
}

.fab {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  border: 0;
  cursor: pointer;
  box-shadow: 0 6px 22px rgba(21, 20, 17, .22);
  transition: transform .3s var(--ease), box-shadow .3s var(--ease), background .25s var(--ease);
  position: relative;
  text-decoration: none
}

.fab:focus-visible,
.fab:hover {
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 12px 30px rgba(21, 20, 17, .3)
}

.fab-whatsapp {
  background: #1f4d3f;
  color: #fff
}

.fab-whatsapp:hover {
  background: #163b30
}

.fab-email {
  background: brown;
  color: #fff
}

.fab-email:hover {
  background: #7a1f1f;
  color: #fff
}

.fab::before {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  background: inherit;
  opacity: .35;
  z-index: -1;
  animation: fab-pulse 2.4s ease-out infinite
}

.fab-email::before,
.fab-top::before {
  display: none
}

@keyframes fab-pulse {
  0% {
    transform: scale(.9);
    opacity: .45
  }

  70% {
    transform: scale(1.35);
    opacity: 0
  }

  100% {
    transform: scale(1.35);
    opacity: 0
  }
}

.fab-tooltip {
  position: absolute;
  right: calc(100% + 12px);
  top: 50%;
  transform: translateY(-50%) translateX(8px);
  background: var(--ink);
  color: var(--cream);
  padding: 7px 12px;
  border-radius: 8px;
  font-size: .78rem;
  font-weight: 500;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s var(--ease), transform .25s var(--ease);
  font-family: Inter, sans-serif
}

.fab-tooltip::after {
  content: "";
  position: absolute;
  right: -4px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  background: var(--ink)
}

.fab:focus-visible .fab-tooltip,
.fab:hover .fab-tooltip {
  opacity: 1;
  transform: translateY(-50%) translateX(0)
}

.fab-top {
  position: fixed;
  right: 24px;
  bottom: 32px;
  z-index: 80;
  background: var(--ink);
  color: var(--cream);
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity .3s var(--ease), transform .3s var(--ease), visibility .3s var(--ease), background .25s var(--ease)
}

.fab-top:hover {
  background: var(--copper)
}

.fab-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  border: 1px solid #8f8c8c
}

@media (max-width:640px) {
  .floating-actions {
    right: 16px;
    bottom: 120px
  }

  .fab {
    width: 50px;
    height: 50px
  }

  .fab-top {
    right: 16px;
    bottom: 20px
  }

  .fab-tooltip {
    display: none
  }
}

.offers-toaster {
  position: fixed;
  bottom: 28px;
  left: 28px;
  z-index: 90;
  width: min(380px, calc(100vw - 56px));
  background: rgba(250, 246, 239, .58);
  -webkit-backdrop-filter: blur(22px) saturate(180%);
  backdrop-filter: blur(22px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, .55);
  border-radius: 18px;
  box-shadow: var(--shadow-lg);
  overflow: hidden;
  display: none;
  opacity: 0;
  transform: translateY(24px) scale(.96);
  transition: opacity .4s var(--ease), transform .4s var(--ease);
  font-family: Inter, sans-serif
}

[data-theme=dark] .offers-toaster {
  background: rgba(26, 23, 21, .5);
  border-color: rgba(250, 246, 239, .1);
  box-shadow: 0 20px 60px rgba(0, 0, 0, .65), 0 0 0 1px rgba(31, 77, 63, .18)
}

.offers-toaster.show {
  display: block
}

.offers-toaster.show.in {
  opacity: 1;
  transform: translateY(0) scale(1)
}

.ot-inner {
  position: relative;
  padding: 18px 22px 16px
}

.ot-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--bg-alt);
  color: var(--fg);
  border: 0;
  cursor: pointer;
  display: grid;
  place-items: center;
  transition: background .25s var(--ease), color .25s var(--ease), transform .25s var(--ease);
  z-index: 2
}

.ot-close:hover {
  background: var(--fg);
  color: var(--bg);
  transform: rotate(90deg)
}

.ot-media {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  background: radial-gradient(circle at 30% 30%, rgba(31, 77, 63, .18), transparent 70%);
  pointer-events: none
}

.ot-spark {
  position: absolute;
  top: 22px;
  right: 54px;
  color: var(--copper);
  font-size: 1.2rem;
  animation: ot-twinkle 2.4s ease-in-out infinite
}

@keyframes ot-twinkle {

  0%,
  100% {
    opacity: .5;
    transform: scale(1)
  }

  50% {
    opacity: 1;
    transform: scale(1.15) rotate(12deg)
  }
}

.ot-body {
  position: relative;
  padding-right: 32px
}

.ot-badge {
  display: inline-block;
  background: var(--copper);
  color: var(--cream);
  font-size: .68rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 999px;
  margin-bottom: 10px;
  line-height: 1.3
}

.ot-loc {
  display: block;
  color: var(--muted);
  font-size: .78rem;
  margin-bottom: 3px;
  letter-spacing: .02em
}

.ot-name {
  font-family: "Playfair Display", serif;
  font-size: 1.15rem;
  font-weight: 600;
  margin: 0 0 6px;
  color: var(--fg);
  letter-spacing: -.01em;
  line-height: 1.25
}

.ot-desc {
  color: var(--fg-soft);
  font-size: .85rem;
  line-height: 1.55;
  margin: 0 0 12px
}

.ot-cta {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: var(--copper-accessible);
  font-weight: 600;
  font-size: .88rem;
  text-decoration: none;
  transition: color .25s var(--ease)
}

.ot-cta span {
  transition: transform .3s var(--ease);
  display: inline-block
}

.ot-cta:hover {
  color: var(--copper)
}

.ot-cta:hover span {
  transform: translateX(3px)
}

.ot-dots {
  display: flex;
  gap: 6px;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--line)
}

.ot-dot {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: 0 0;
  border: 1px solid var(--line);
  color: var(--muted);
  font-size: .66rem;
  font-weight: 600;
  cursor: pointer;
  display: grid;
  place-items: center;
  padding: 0;
  transition: background .25s var(--ease), border-color .25s var(--ease), color .25s var(--ease);
  font-family: inherit
}

.ot-dot:hover {
  border-color: var(--copper);
  color: var(--copper)
}

.ot-dot.active {
  background: var(--fg);
  border-color: var(--fg);
  color: var(--bg)
}

[data-theme=dark] .ot-media {
  background: radial-gradient(circle at 30% 30%, rgba(109, 184, 151, .22), transparent 70%)
}

@media (max-width:640px) {
  .offers-toaster {
    left: 16px;
    right: 86px;
    bottom: 20px;
    width: auto;
    max-width: none
  }

  .ot-inner {
    padding: 16px 18px 14px
  }

  .ot-name {
    font-size: 1.05rem
  }

  .ot-desc {
    font-size: .82rem
  }
}

@media (prefers-reduced-motion:reduce) {
  .ot-spark {
    animation: none
  }

  .offers-toaster {
    transition: opacity .2s ease;
    transform: none !important
  }
}

.section {
  padding: 100px 0
}

.section-alt {
  background: var(--bg-alt)
}

.section-dark {
  background: var(--sage);
  color: var(--cream)
}

.section-dark h2,
.section-dark h4 {
  color: var(--cream)
}

.section-dark p {
  color: rgba(250, 246, 239, .82)
}

.section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 44px
}

.section-head.centered {
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 52px
}

.section-head h2 {
  margin: 0
}

.stays-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px
}

.stay-card {
  background: var(--surface);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: transform .4s var(--ease), box-shadow .4s var(--ease)
}

.stay-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md)
}

.stay-media {
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden
}

.stay-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .8s var(--ease)
}

.stay-card:hover .stay-media img {
  transform: scale(1.06)
}

.badge {
  position: absolute;
  top: 14px;
  left: 14px;
  background: var(--surface);
  color: var(--fg);
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 6px 12px;
  border-radius: 999px
}

.heart {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--heart-glass);
  color: var(--fg);
  font-size: 1rem;
  display: grid;
  place-items: center;
  transition: all .25s var(--ease)
}

.heart:hover {
  background: var(--copper);
  color: var(--cream);
  transform: scale(1.08)
}

.heart.is-active,
.heart[aria-pressed=true] {
  background: var(--copper);
  color: var(--cream)
}

.stay-body {
  padding: 20px 22px 24px
}

.stay-top {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 6px
}

.stay-top h3 {
  margin: 0;
  font-size: 1.25rem
}

.rating {
  font-size: .88rem;
  color: var(--fg);
  font-weight: 500
}

.stay-meta {
  font-size: .88rem;
  color: var(--muted);
  margin: 0 0 16px
}

.stay-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 16px;
  border-top: 1px solid var(--line)
}

.price strong {
  font-size: 1.1rem;
  font-family: "Playfair Display", serif;
  font-weight: 600
}

.price em {
  font-style: normal;
  color: var(--muted);
  font-size: .85rem;
  margin-left: 2px
}

.collections-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px
}

.collection-tile {
  position: relative;
  aspect-ratio: 4/5;
  border-radius: var(--radius-lg);
  background-size: cover;
  background-position: center;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  color: var(--cream);
  transition: transform .4s var(--ease)
}

.collection-tile::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, .7) 100%);
  transition: background .4s var(--ease)
}

.collection-tile:hover {
  transform: translateY(-4px)
}

.collection-tile:hover::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, .8) 100%)
}

.collection-body {
  position: relative;
  padding: 24px 24px 26px;
  z-index: 1
}

.collection-body h3 {
  color: var(--cream);
  margin: 0 0 2px;
  font-size: 1.5rem
}

.collection-body p {
  color: rgba(250, 246, 239, .85);
  font-size: .9rem;
  margin: 0
}

.destinations-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px
}

.dest-tile {
  position: relative;
  aspect-ratio: 3/4;
  border-radius: var(--radius-lg);
  overflow: hidden;
  color: var(--cream);
  transition: transform .4s var(--ease)
}

.dest-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .8s var(--ease)
}

.dest-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, .05) 40%, rgba(0, 0, 0, .65) 100%)
}

.dest-tile::before {
  content: "";
  position: absolute;
  inset: 8px;
  border: 1.5px solid var(--copper);
  border-radius: calc(var(--radius-lg) - 8px);
  pointer-events: none;
  opacity: 0;
  transform: scale(1.04);
  transition: opacity .4s var(--ease), transform .45s var(--ease), box-shadow .4s var(--ease);
  z-index: 3;
  box-shadow: 0 0 0 1px rgba(250, 246, 239, .08) inset
}

.dest-tile:hover {
  transform: translateY(-4px)
}

.dest-tile:hover img {
  transform: scale(1.08)
}

.dest-tile:focus-visible::before,
.dest-tile:hover::before {
  opacity: 1;
  transform: scale(1);
  box-shadow: 0 0 0 1px rgba(250, 246, 239, .14) inset, 0 0 18px rgba(31, 77, 63, .35)
}

[data-theme=dark] .dest-tile::before {
  border-color: var(--copper-accessible)
}

.dest-body {
  position: absolute;
  left: 18px;
  bottom: 16px;
  z-index: 1
}

.dest-body h4 {
  color: var(--cream);
  font-family: "Playfair Display", serif;
  font-size: 1.4rem;
  margin: 0
}

.dest-body span {
  font-size: .82rem;
  color: rgba(250, 246, 239, .85)
}

.experiences-flex {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 60px;
  align-items: center
}

.experiences-text h2 {
  color: var(--cream);
  margin-bottom: 18px
}

.experiences-text .lede {
  font-size: 1.05rem;
  color: rgba(250, 246, 239, .85);
  margin-bottom: 26px
}

.experience-bullets {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
  display: grid;
  gap: 10px
}

.experience-bullets li {
  position: relative;
  padding-left: 26px;
  color: rgba(250, 246, 239, .9);
  font-size: .98rem
}

.experience-bullets li::before {
  content: "✦";
  position: absolute;
  left: 0;
  top: 0;
  color: #efd6b3
}

.experiences-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px
}

.exp-card:first-child {
  grid-row: span 2
}

.exp-card {
  background: rgba(250, 246, 239, .07);
  border: 1px solid rgba(250, 246, 239, .12);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: transform .4s var(--ease), background .4s var(--ease)
}

.exp-card:hover {
  background: rgba(250, 246, 239, .12);
  transform: translateY(-3px)
}

.exp-card img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover
}

.exp-card:first-child img {
  aspect-ratio: 4/5
}

.exp-body {
  padding: 18px 20px 22px
}

.exp-body h4 {
  color: var(--cream);
  font-size: 1.1rem;
  margin: 0 0 4px
}

.exp-body p {
  color: rgba(250, 246, 239, .78);
  font-size: .88rem;
  margin: 0
}

.testimonials {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px
}

.testimonial {
  background: var(--surface);
  border-radius: var(--radius-lg);
  padding: 32px 30px 28px;
  box-shadow: var(--shadow-sm);
  margin: 0
}

.stars {
  color: var(--copper);
  letter-spacing: .1em;
  margin-bottom: 14px
}

.testimonial blockquote {
  font-family: "Playfair Display", serif;
  font-size: 1.1rem;
  line-height: 1.55;
  color: var(--fg);
  margin: 0 0 24px;
  font-style: italic;
  font-weight: 500
}

.testimonial figcaption {
  display: flex;
  align-items: center;
  gap: 12px
}

.testimonial figcaption img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  display: none
}

.testimonial figcaption strong {
  display: block;
  font-size: .95rem
}

.testimonial figcaption span {
  color: var(--muted);
  font-size: .8rem
}

.cta-strip {
  background: var(--ink);
  color: var(--cream);
  padding: 80px 0
}

.cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px
}

.cta-text h2 {
  color: var(--cream);
  margin-bottom: 10px
}

.cta-text p {
  color: rgba(250, 246, 239, .78);
  margin: 0
}

.cta-strip .btn-primary {
  background: var(--copper);
  color: var(--cream)
}

.cta-strip .btn-primary:hover {
  background: var(--cream);
  color: var(--ink)
}

.newsletter {
  background: var(--bg);
  padding: 96px 0;
  border-top: 1px solid var(--line);
  text-align: center
}

.newsletter-inner {
  max-width: 768px;
  margin: 0 auto
}

.newsletter-title {
  margin: 0 0 28px;
  color: var(--fg)
}

.newsletter-form {
  display: flex;
  gap: 8px;
  max-width: 460px;
  margin: 0 auto
}

.newsletter-form input[type=email] {
  flex: 1;
  min-width: 0;
  padding: 14px 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  color: var(--fg);
  font: inherit;
  transition: border-color .2s var(--ease), box-shadow .2s var(--ease)
}

.newsletter-form input[type=email]::placeholder {
  color: var(--muted)
}

.newsletter-form input[type=email]:focus {
  outline: 0;
  border-color: var(--copper);
  box-shadow: 0 0 0 3px rgba(31, 77, 63, .15)
}

.newsletter-form .btn {
  flex-shrink: 0
}

.newsletter-status {
  margin: 14px 0 0;
  min-height: 1.4em;
  font-size: .92rem;
  color: var(--copper-accessible)
}

.newsletter-status.is-error {
  color: #b04438
}

@media (max-width:560px) {
  .newsletter {
    padding: 72px 0
  }

  .newsletter-form {
    flex-direction: column
  }
}

.site-footer {
  background: #11100e;
  color: rgba(250, 246, 239, .72);
  padding: 72px 0 0
}

.footer-top {
  display: grid;
  grid-template-columns: 1.2fr 2fr;
  gap: 60px;
  padding-bottom: 54px
}

.footer-brand p {
  color: rgba(250, 246, 239, .6);
  max-width: 380px;
  margin-top: 16px;
  font-size: .92rem
}

.footer-brand .logo {
  margin-bottom: 4px
}

.socials {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 10px;
  margin: 22px 0 0
}

.socials li {
  list-style: none
}

.socials a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(250, 246, 239, .08);
  color: var(--cream);
  display: grid;
  place-items: center;
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .02em;
  transition: all .25s var(--ease)
}

.socials a:hover {
  background: var(--copper)
}

.footer-cols {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px
}

.footer-cols h3 {
  color: var(--cream);
  margin-bottom: 18px;
  font-size: .85rem;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-family: Inter, sans-serif;
  font-weight: 600
}

.footer-cols a {
  display: block;
  color: rgba(250, 246, 239, .6);
  font-size: .9rem;
  padding: 4px 0;
  transition: color .2s var(--ease)
}

.footer-cols a:hover {
  color: var(--cream)
}

.footer-bottom {
  border-top: 1px solid rgba(250, 246, 239, .12);
  padding: 30px 0 28px;
  font-size: .88rem;
  font-weight: 300;
  line-height: 1.65;
  letter-spacing: .005em;
  color: rgba(250, 246, 239, .8)
}

.footer-bottom .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 14px 28px
}

.footer-bottom p {
  margin: 0;
  color: inherit
}

.footer-bottom a {
  color: rgba(250, 246, 239, .92);
  text-decoration: none;
  border-bottom: 1px solid rgba(250, 246, 239, .25);
  padding-bottom: 1px;
  transition: color .25s var(--ease), border-color .25s var(--ease)
}

.footer-bottom a:hover {
  color: var(--cream);
  border-color: var(--cream)
}

.footer-bottom .powered-by {
  width: 100%;
  text-align: center;
  margin-top: 8px;
  padding-top: 16px;
  border-top: 1px solid rgba(250, 246, 239, .08);
  opacity: .65;
  font-size: .82rem
}

.footer-bottom .powered-by a {
  border-bottom: 0;
  padding-bottom: 0;
  text-decoration: underline;
  text-underline-offset: 3px;
  color: inherit
}

.footer-bottom .powered-by a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .8s var(--ease), transform .8s var(--ease)
}

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

@media (max-width:1024px) {
  .stays-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .collections-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .destinations-grid {
    grid-template-columns: repeat(3, 1fr)
  }

  .testimonials {
    grid-template-columns: 1fr
  }

  .experiences-flex {
    grid-template-columns: 1fr;
    gap: 40px
  }

  .footer-top {
    grid-template-columns: 1fr
  }

  .footer-cols {
    grid-template-columns: repeat(2, 1fr)
  }

  .search-bar {
    grid-template-columns: 1fr 1fr;
    border-radius: var(--radius-lg);
    padding: 14px;
    gap: 4px
  }

  .search-field {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding: 10px 14px
  }

  .search-field:nth-child(3),
  .search-field:nth-child(4) {
    border-bottom: 0
  }

  .search-field:nth-child(odd) {
    border-right: 1px solid var(--line)
  }

  .search-btn {
    grid-column: span 2;
    margin: 8px 0 0;
    padding: 14px
  }
}

@media (max-width:450px) {
  .search-bar {
    grid-template-columns: 1fr;
    gap: 0
  }

  .search-field,
  .search-field:nth-child(odd) {
    border-right: 0;
    border-bottom: 1px solid var(--line)
  }

  .search-field:nth-child(3) {
    border-bottom: 1px solid var(--line)
  }

  .search-field:last-of-type {
    border-bottom: 0
  }

  .search-btn {
    grid-column: span 1
  }
}

.nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 34px;
  align-items: center
}

.nav-item {
  position: relative
}

.nav-trigger,
.primary-nav a {
  color: var(--cream);
  font-family: Inter, sans-serif;
  font-size: .95rem;
  font-weight: 400;
  padding: 6px 0;
  position: relative;
  background: 0 0;
  border: 0;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  line-height: 1.4
}

.site-header.is-scrolled .nav-trigger,
.site-header.is-scrolled .primary-nav a {
  color: var(--fg)
}

.nav-trigger::after,
.primary-nav a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 1px;
  background: currentColor;
  transition: width .3s var(--ease), left .3s var(--ease)
}

.nav-trigger:hover::after,
.nav-trigger[aria-expanded=true]::after,
.primary-nav a:hover::after,
.primary-nav a[aria-current=page]::after {
  width: 100%;
  left: 0
}

.primary-nav a[aria-current=page] {
  font-weight: 500
}

.nav-trigger svg {
  transition: transform .3s var(--ease);
  margin-top: 1px
}

.nav-trigger[aria-expanded=true] svg {
  transform: rotate(180deg)
}

.mega-menu {
  position: absolute;
  top: calc(100% + 18px);
  left: 50%;
  width: min(980px, 94vw);
  transform: translateX(-50%) translateY(8px);
  background: var(--surface);
  border-radius: 18px;
  box-shadow: var(--shadow-lg);
  padding: 26px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .28s var(--ease), visibility .28s var(--ease), transform .28s var(--ease);
  z-index: 60;
  color: var(--fg)
}

.mega-menu::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 16px;
  height: 16px;
  background: var(--surface);
  border-radius: 2px;
  z-index: -1
}

.mega-menu.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
  pointer-events: auto
}

@media (hover:hover) {
  .nav-item.has-dropdown:hover .mega-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
    pointer-events: auto
  }

  .nav-item.has-dropdown:hover .nav-trigger svg {
    transform: rotate(180deg)
  }
}

.mega-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px
}

.brand-card--coming-soon {
  pointer-events: none
}

.brand-card--coming-soon .brand-card-link {
  cursor: default
}

.brand-card {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 14px;
  overflow: hidden;
  background: var(--surface);
  border: 1px solid var(--line);
  transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s var(--ease)
}

.brand-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
  border-color: transparent
}

.brand-card-img {
  aspect-ratio: 16/10;
  background-size: cover;
  background-position: center;
  position: relative
}

.brand-card-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(21, 20, 17, 0) 55%, rgba(21, 20, 17, .35) 100%)
}

.brand-card-body {
  padding: 18px 20px 22px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1
}

.brand-card-body h4 {
  font-family: "Playfair Display", serif;
  font-size: 1.2rem;
  margin: 0 0 2px
}

.brand-card-tag {
  font-size: .72rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--copper-accessible);
  font-weight: 600;
  margin-bottom: 4px
}

.brand-card-body p {
  color: var(--muted);
  font-size: .88rem;
  margin: 0 0 14px;
  flex: 1;
  line-height: 1.5
}

.brand-card-body .btn {
  align-self: flex-start;
  padding: 9px 18px;
  font-size: .85rem
}

.properties-section {
  padding-bottom: 80px
}

.brand-filters {
  display: flex;
  gap: 10px;
  margin-bottom: 36px;
  overflow-x: auto;
  scrollbar-width: none;
  padding-bottom: 4px
}

.brand-filters::-webkit-scrollbar {
  display: none
}

.brand-filter {
  padding: 10px 22px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--surface);
  color: var(--fg);
  font-family: inherit;
  font-size: .88rem;
  font-weight: 500;
  white-space: nowrap;
  cursor: pointer;
  transition: background .25s var(--ease), color .25s var(--ease), border-color .25s var(--ease)
}

.brand-filter:hover {
  border-color: var(--fg)
}

.brand-filter.is-active {
  background: var(--fg);
  color: var(--bg);
  border-color: var(--fg)
}

.properties-slider-wrap {
  position: relative
}

.properties-track {
  display: flex;
  gap: 22px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 4px 4px 8px;
  scrollbar-width: none;
  -ms-overflow-style: none
}

.properties-track::-webkit-scrollbar {
  display: none
}

.properties-track:focus-visible {
  outline-offset: 6px
}

.property-card {
  flex: 0 0 calc((100% - 44px)/ 3);
  scroll-snap-align: start;
  background: var(--surface);
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  transition: transform .4s var(--ease), box-shadow .4s var(--ease), border-color .3s var(--ease)
}

.property-card.is-hidden {
  display: none
}

.property-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: transparent
}

.property-media {
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden
}

.property-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .8s var(--ease)
}

.property-card:hover .property-media img {
  transform: scale(1.06)
}

.property-rating {
  position: absolute;
  top: 14px;
  left: 14px;
  background: var(--surface);
  color: var(--fg);
  padding: 6px 11px;
  border-radius: 999px;
  font-size: .82rem;
  font-weight: 600;
  display: inline-flex;
  gap: 4px;
  align-items: center;
  box-shadow: var(--shadow-sm)
}

.property-rating .star {
  color: var(--copper-dark)
}

.property-brand-chip {
  position: absolute;
  bottom: 14px;
  left: 14px;
  background: rgba(21, 20, 17, .86);
  backdrop-filter: blur(6px);
  color: var(--cream);
  padding: 7px 13px;
  border-radius: 999px;
  font-size: .7rem;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase
}

.property-media-link {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 0
}

.property-card.has-page {
  cursor: pointer
}

.property-explore-chip {
  position: absolute;
  top: 14px;
  right: 14px;
  background: var(--copper);
  color: var(--cream);
  padding: 6px 11px;
  border-radius: 999px;
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  pointer-events: none;
  box-shadow: var(--shadow-sm)
}

.property-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  font-size: .82rem;
  font-weight: 600;
  letter-spacing: .06em;
  text-decoration: none;
  border-radius: 999px;
  white-space: nowrap
}

.property-title-link {
  color: inherit;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-size: 0 1px;
  background-repeat: no-repeat;
  background-position: left bottom;
  transition: background-size .4s var(--ease), color .3s var(--ease)
}

.property-title-link:focus-visible,
.property-title-link:hover {
  color: var(--copper-accessible);
  background-size: 100% 1px
}

[data-theme=dark] .property-explore-chip {
  background: var(--copper-accessible);
  color: var(--ink)
}

.property-body {
  padding: 22px;
  display: flex;
  flex-direction: column;
  flex: 1
}

.property-body h3 {
  margin: 0 0 8px;
  font-size: 1.2rem;
  line-height: 1.25
}

.property-loc {
  color: var(--muted);
  font-size: .88rem;
  margin: 0 0 8px;
  display: inline-flex;
  align-items: center;
  gap: 6px
}

.property-tagline {
  font-size: .88rem;
  color: var(--ink-soft);
  margin: 0 0 16px;
  font-style: italic
}

.property-stats {
  font-size: .82rem;
  color: var(--muted);
  margin: 0 0 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 10px;
  align-items: center
}

.property-stats .pill {
  background: var(--bg-alt);
  padding: 4px 10px;
  border-radius: 999px;
  font-weight: 500;
  color: var(--fg);
  font-size: .76rem
}

.property-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto
}

.price-box strong {
  font-family: "Playfair Display", serif;
  font-size: 1.3rem;
  font-weight: 600;
  display: block;
  line-height: 1;
  margin-bottom: 4px
}

.price-box span {
  font-size: .7rem;
  color: var(--muted);
  letter-spacing: .04em;
  text-transform: uppercase
}

.icon-btn {
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--surface);
  color: var(--fg);
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: all .3s var(--ease)
}

.icon-btn:hover {
  background: var(--fg);
  color: var(--bg);
  border-color: var(--fg);
  transform: translateX(3px)
}

.slider-nav {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--surface);
  border: 1px solid var(--line);
  color: var(--fg);
  box-shadow: var(--shadow-md);
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: all .3s var(--ease);
  z-index: 2
}

.slider-nav.prev {
  left: -22px
}

.slider-nav.next {
  right: -22px
}

.slider-nav:hover:not(:disabled) {
  background: var(--fg);
  color: var(--bg);
  border-color: var(--fg)
}

.slider-nav:disabled {
  opacity: .35;
  cursor: not-allowed
}

.slider-progress {
  height: 3px;
  background: var(--line);
  border-radius: 999px;
  margin: 36px auto 0;
  max-width: 260px;
  overflow: hidden;
  position: relative
}

.slider-progress-bar {
  height: 100%;
  width: 34%;
  background: var(--fg);
  border-radius: inherit;
  transition: margin-left .3s var(--ease), width .3s var(--ease)
}

@media (max-width:1024px) {
  .property-card {
    flex: 0 0 calc((100% - 22px)/ 2)
  }
}

@media (max-width:640px) {
  .property-card {
    flex: 0 0 86%
  }

  .slider-nav {
    display: none
  }
}

@media (max-width:768px) {
  .mega-menu.is-open {
    transform: unset
  }
}

@media (min-width:900px) {
  .primary-nav .nav-list>li:nth-child(n+5):not(.nav-more-wrapper) {
    display: none
  }

  .nav-more-wrapper {
    display: list-item;
    position: relative
  }

  .nav-more-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: 0 0;
    border: 0;
    cursor: pointer;
    padding: 8px 14px;
    font: inherit;
    color: inherit;
    font-size: .92rem;
    letter-spacing: .04em;
    text-transform: uppercase
  }

  .nav-more-btn[aria-expanded=true] svg {
    transform: rotate(180deg)
  }

  .nav-more-btn svg {
    transition: transform .2s ease
  }

  .more-dropdown {
    list-style: none;
    margin: 0;
    padding: 8px 0;
    position: absolute;
    top: calc(100% + 6px);
    right: 0;
    min-width: 220px;
    background: var(--bg, #faf6ef);
    border: 1px solid var(--line, rgba(0, 0, 0, .08));
    border-radius: 10px;
    box-shadow: var(--shadow-md, 0 12px 32px rgba(21, 20, 17, .12));
    opacity: 0;
    transform: translateY(-6px);
    pointer-events: none;
    transition: opacity .18s ease, transform .18s ease;
    z-index: 1100
  }

  .more-dropdown.is-open {
    opacity: 1;
    transform: none;
    pointer-events: auto
  }

  .more-dropdown li {
    display: block
  }

  .more-dropdown li a {
    display: block;
    padding: 10px 18px;
    font-size: .9rem;
    color: var(--fg);
    text-decoration: none;
    transition: background .15s ease, color .15s ease
  }

  .more-dropdown li a:focus-visible,
  .more-dropdown li a:hover,
  .more-dropdown li a[aria-current=page] {
    background: var(--bg-alt, rgba(0, 0, 0, .04));
    color: var(--copper, var(--fg))
  }

  .more-dropdown li a[aria-current=page] {
    font-weight: 500
  }

  body.parent-hotel .site-header:not(.is-scrolled) .nav-more-btn {
    color: rgba(242, 237, 228, .92)
  }

  body.parent-hotel .site-header:not(.is-scrolled) .more-dropdown a,
  body.parent-hotel .site-header:not(.is-scrolled) .more-dropdown a:hover {
    color: #000
  }
}

@media (max-width:899px) {
  .menu-toggle {
    display: flex
  }

  .nav-more-wrapper {
    display: none
  }

  .primary-nav .nav-list {
    display: none
  }

  .primary-nav.is-open {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--bg);
    padding: 16px 24px 28px;
    box-shadow: var(--shadow-md);
    max-height: calc(100vh - 72px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    animation: nav-drawer-in .2s ease-out;
    z-index: 1100
  }

  .primary-nav.is-open .nav-list {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
    width: 100%
  }

  .primary-nav.is-open .nav-item {
    width: 100%
  }

  .primary-nav.is-open .nav-trigger,
  .primary-nav.is-open a {
    color: var(--fg)
  }

  .primary-nav.is-open .nav-item.has-dropdown .nav-trigger {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 12px 0;
    font-size: 1rem
  }

  .primary-nav.is-open .nav-item.has-dropdown .nav-trigger::after {
    display: none
  }

  .primary-nav.is-open .nav-item>a {
    display: block;
    padding: 12px 0;
    font-size: 1rem
  }
}

@keyframes nav-drawer-in {
  from {
    opacity: 0;
    transform: translateY(-6px)
  }

  to {
    opacity: 1;
    transform: none
  }
}

.nav-scrim {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .35);
  z-index: 1050;
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease
}

.nav-scrim.is-open {
  opacity: 1;
  pointer-events: auto
}

@media (min-width:900px) {
  .nav-scrim {
    display: none
  }
}

@media (prefers-reduced-motion:reduce) {
  .primary-nav.is-open {
    animation: none
  }

  .more-dropdown,
  .nav-scrim {
    transition: none
  }
}

@media (max-width:767px) {
  .mega-menu {
    position: static;
    transform: none;
    width: 100%;
    padding: 0;
    background: 0 0;
    border-radius: 0;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    max-height: 0;
    overflow: hidden;
    transition: max-height .4s var(--ease)
  }

  .mega-menu::before {
    display: none
  }

  .mega-menu.is-open {
    max-height: 2400px
  }

  .mega-inner {
    padding: 8px 0 4px
  }

  .mega-grid {
    grid-template-columns: 1fr;
    gap: 12px
  }

  .brand-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 14px;
    overflow: hidden
  }

  .brand-card-link {
    display: block;
    width: 100%
  }

  .brand-card-img {
    width: 100%;
    height: 150px;
    aspect-ratio: auto;
    background-size: cover;
    background-position: center
  }

  .brand-card-body {
    padding: 16px 18px 20px;
    gap: 4px
  }

  .brand-card-tag {
    font-size: .68rem;
    letter-spacing: .16em;
    margin-bottom: 4px
  }

  .brand-card-body h4 {
    font-size: 1.15rem;
    margin: 0 0 4px
  }

  .brand-card-body p {
    font-size: .88rem;
    line-height: 1.5;
    margin: 0 0 14px
  }

  .brand-card-body .btn {
    align-self: flex-start;
    padding: 9px 16px;
    font-size: .82rem
  }

  .nav-scrim.is-open {
    z-index: -1
  }
}

@media (prefers-reduced-motion:reduce) {

  *,
  ::after,
  ::before {
    animation-duration: 0s !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0s !important;
    scroll-behavior: auto !important
  }

  .reveal {
    opacity: 1;
    transform: none
  }

  .hero-slide {
    transition: none
  }

  .marquee-track {
    animation: none
  }

  .fab::before {
    animation: none
  }
}

@media (max-width:767px) {
  .section {
    padding: 72px 0
  }

  .primary-nav {
    display: none
  }

  .header-actions {
    gap: 6px
  }

  .header-actions .btn-primary {
    padding: 8px 14px;
    font-size: .78rem;
    letter-spacing: .02em
  }

  .hero {
    padding: 110px 0 70px;
    min-height: auto
  }

  .hero-content {
    max-width: 100%
  }

  .hero-sub {
    font-size: 1rem;
    margin-bottom: 28px
  }

  .hero-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    width: 100%
  }

  .hero-stats div {
    min-width: 0
  }

  .hero-stats strong {
    font-size: 1.25rem
  }

  .hero-stats span {
    font-size: .7rem;
    line-height: 1.35;
    letter-spacing: .03em;
    white-space: normal
  }

  .collections-grid,
  .stays-grid {
    grid-template-columns: 1fr
  }

  .destinations-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .section-head {
    flex-direction: column;
    align-items: flex-start
  }

  .cta-inner {
    flex-direction: column;
    align-items: flex-start;
    text-align: left
  }

  .footer-cols {
    grid-template-columns: 1fr 1fr
  }

  .experiences-cards {
    grid-template-columns: 1fr
  }

  .exp-card:first-child {
    grid-row: auto
  }
}

a[data-book-disabled] {
  pointer-events: none;
  cursor: default
}

.pf-card--coming-soon .pf-card-cta {
  opacity: .45;
  pointer-events: none;
  cursor: default
}

.pf-coming-soon-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #1a1206;
  color: #fff;
  font-size: .7rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 99px
}

.dest-tile img[src=""],
.exp-card img[src=""] {
  display: none
}

.offers-section {
  background: var(--bg-alt, #f2ece0);
  position: relative;
  overflow: hidden
}

.offer-marquee {
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
  margin-top: 12px
}

.offer-track {
  list-style: none;
  margin: 0;
  padding: 16px 0 20px;
  display: flex;
  gap: 20px;
  width: max-content;
  animation: offer-scroll 42s linear infinite
}

.offer-marquee:hover .offer-track,
.offer-track:focus-within {
  animation-play-state: paused
}

.offer-card {
  background: var(--surface, #fff);
  border: 1px solid var(--line, rgba(0, 0, 0, .08));
  border-radius: 12px;
  display: grid;
  grid-template-columns: 140px 1fr;
  width: 460px;
  flex-shrink: 0;
  overflow: hidden;
  transition: transform .4s var(--ease, ease), box-shadow .4s var(--ease, ease)
}

.offer-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, .08)
}

.offer-media {
  margin: 0;
  overflow: hidden;
  position: relative
}

.offer-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block
}

.offer-body {
  padding: 16px 18px;
  display: flex;
  flex-direction: column;
  min-width: 0
}

.offer-body h3 {
  margin: 0 0 6px;
  font-size: 1.02rem;
  line-height: 1.25;
  color: var(--fg, #1a1a1a)
}

.offer-body p {
  margin: 0;
  font-size: .88rem;
  line-height: 1.5;
  color: var(--fg-soft, #4a4a4a);
  flex: 1
}

section.section.offers-section {
  padding: 0
}

.offer-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid var(--line, rgba(0, 0, 0, .08))
}

.offer-meta {
  font-size: .76rem;
  color: var(--muted, #7a7a7a);
  letter-spacing: .03em;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.offer-foot .link-arrow {
  font-size: .82rem;
  white-space: nowrap
}

@keyframes offer-scroll {
  from {
    transform: translateX(0)
  }

  to {
    transform: translateX(-50%)
  }
}

@media (max-width:1024px) {
  .offer-card {
    width: 400px
  }
}

@media (max-width:720px) {
  .offer-card {
    width: 320px;
    grid-template-columns: 100px 1fr
  }

  .offer-body {
    padding: 12px 14px
  }

  .offer-body h3 {
    font-size: .95rem
  }

  .offer-body p {
    font-size: .82rem
  }
}

@media (prefers-reduced-motion:reduce) {
  .offer-track {
    animation: none;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center
  }
}

.nav-item.has-dropdown {
  position: static
}

body img {
  object-fit: cover
}

.mega-menu {
  width: min(980px, calc(100vw - 32px))
}

.mega-menu::before {
  display: none
}

@media (max-width:1024px) {
  .mega-grid {
    grid-template-columns: repeat(2, 1fr)
  }
}

.mega-menu a {
  color: var(--fg) !important;
  background-color: transparent !important
}

.mega-menu .brand-card-link {
  display: block !important;
  width: 100% !important;
  color: inherit !important;
  background: 0 0 !important
}

.mega-menu .brand-card-img {
  display: block !important;
  width: 100%
}

.mega-menu .btn-primary {
  background: var(--copper) !important;
  color: var(--cream) !important
}

.mega-menu .btn-primary:hover {
  background: var(--copper-dark) !important;
  color: var(--cream) !important
}

.room-slider {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  max-height: 80vh;
  overflow: hidden;
  background: #0c1a14;
  outline: 0
}

.room-slider-track {
  position: relative;
  width: 100%;
  height: 100%
}

.room-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity .8s ease;
  pointer-events: none
}

.room-slide.is-active {
  opacity: 1;
  pointer-events: auto
}

.room-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block
}

.room-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 18%, rgba(0, 0, 0, .35) 55%, rgba(0, 0, 0, .82) 100%);
  pointer-events: none
}

.room-slider-next,
.room-slider-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 0;
  background: rgba(255, 255, 255, .16);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: #fff;
  display: grid;
  place-items: center;
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
  transition: background .25s ease, opacity .3s ease;
  z-index: 3;
  opacity: 0
}

.room-slider:focus-within .room-slider-next,
.room-slider:focus-within .room-slider-prev,
.room-slider:hover .room-slider-next,
.room-slider:hover .room-slider-prev {
  opacity: 1
}

.room-slider-next:hover,
.room-slider-prev:hover {
  background: rgba(255, 255, 255, .32)
}

.room-slider-prev {
  left: 18px
}

.room-slider-next {
  right: 18px
}

.room-slider-dots {
  position: absolute;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 3
}

.room-slider-dots button {
  width: 24px;
  height: 24px;
  border: 0;
  background: 0 0;
  padding: 8px;
  cursor: pointer;
  display: grid;
  place-items: center
}

.room-slider-dots button::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .5);
  transition: background .25s ease, transform .25s ease
}

.room-slider-dots button[aria-selected=true]::before {
  background: #fff;
  transform: scale(1.3)
}

.room-slider-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: clamp(20px, 5vw, 56px) clamp(20px, 5vw, 72px) clamp(56px, 8vw, 80px);
  color: #fff;
  z-index: 2;
  pointer-events: none
}

.room-slider-overlay>* {
  pointer-events: auto
}

.room-slider-overlay .eyebrow {
  color: rgba(255, 255, 255, .92);
  margin-bottom: 12px;
  text-shadow: 0 1px 10px rgba(0, 0, 0, .55)
}

.room-slider-overlay h1 {
  color: #fff;
  font-family: "Playfair Display", serif;
  font-size: clamp(2rem, 5vw, 3.8rem);
  line-height: 1.1;
  font-weight: 500;
  margin: 0 0 16px;
  text-shadow: 0 2px 18px rgba(0, 0, 0, .6), 0 1px 3px rgba(0, 0, 0, .5)
}

.room-slider-overlay h1 em {
  font-style: italic;
  font-weight: 400;
  opacity: .92
}

.room-slider-overlay .room-slider-tease {
  color: rgba(255, 255, 255, .96);
  max-width: 54ch;
  font-size: clamp(.95rem, 1.3vw, 1.1rem);
  margin: 0 0 20px;
  text-shadow: 0 1px 10px rgba(0, 0, 0, .55), 0 1px 2px rgba(0, 0, 0, .45)
}

.room-slider-overlay .room-slider-meta {
  display: inline-flex;
  align-items: baseline;
  gap: 18px;
  flex-wrap: wrap;
  margin-bottom: 24px
}

.room-slider-overlay .room-slider-price {
  font-family: "Playfair Display", serif;
  font-size: clamp(1.5rem, 2.4vw, 2rem);
  font-weight: 500;
  line-height: 1;
  text-shadow: 0 1px 10px rgba(0, 0, 0, .55), 0 1px 3px rgba(0, 0, 0, .45)
}

.room-slider-overlay .room-slider-price-meta {
  font-size: .85rem;
  color: rgba(255, 255, 255, .9);
  letter-spacing: .04em;
  text-shadow: 0 1px 8px rgba(0, 0, 0, .55)
}

.room-slider-overlay .room-slider-ctas {
  display: inline-flex;
  gap: 12px;
  flex-wrap: wrap
}

@media (max-width:767px) {
  .room-slider {
    aspect-ratio: 4/5
  }

  .room-slider-next,
  .room-slider-prev {
    opacity: 1;
    width: 40px;
    height: 40px
  }

  .room-slider-overlay {
    padding: 18px 18px 56px
  }

  .room-slider-dots {
    bottom: 12px
  }
}

@media (prefers-reduced-motion:reduce) {
  .room-slide {
    transition: none
  }
}

.room-sticky-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 16px;
  background: rgba(255, 255, 255, .96);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 -8px 24px rgba(0, 0, 0, .12);
  z-index: 80
}

.room-sticky-cta-text {
  display: flex;
  flex-direction: column;
  line-height: 1.2
}

.room-sticky-cta-text strong {
  font-size: .92rem;
  color: var(--ink)
}

.room-sticky-cta-text span {
  font-size: .78rem;
  color: var(--muted)
}

.room-sticky-cta .btn {
  flex-shrink: 0;
  padding: 10px 22px
}

@media (min-width:768px) {
  .room-sticky-cta {
    display: none
  }
}

body:has(.room-sticky-cta) {
  padding-bottom: 64px
}

@media (min-width:768px) {
  body:has(.room-sticky-cta) {
    padding-bottom: 0
  }
}

.room-specs-strip {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  gap: 0;
  margin: 0;
  padding: 24px 0;
  border-top: 1px solid var(--line, #d3dedd);
  border-bottom: 1px solid var(--line, #d3dedd);
  list-style: none
}

.room-specs-strip li {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
  justify-content: flex-start;
  font-size: .92rem;
  border-right: 1px solid var(--line, #d3dedd);
  padding: 6px 14px
}

.room-specs-strip li:last-child {
  border-right: 0
}

.room-specs-strip li span {
  line-height: 1.4
}

.room-specs-strip svg {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  color: var(--copper, #1f4d3f);
  stroke-width: 1.5
}

@media (max-width:767px) {
  .room-specs-strip {
    grid-auto-flow: row;
    grid-auto-columns: auto;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px 0;
    padding: 20px 0
  }

  .room-specs-strip li {
    border-right: 0;
    border-bottom: 1px solid var(--line, #d3dedd);
    padding: 10px 6px;
    gap: 8px
  }

  .room-specs-strip li:nth-last-child(-n+2) {
    border-bottom: 0
  }

  .room-specs-strip svg {
    width: 34px;
    height: 34px
  }
}

.room-narrative {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 56px;
  align-items: center;
  margin-top: 48px
}

.room-narrative-text p {
  font-size: 1rem;
  line-height: 1.75;
  margin-bottom: 1.1em
}

.room-narrative-media {
  margin: 0;
  border-radius: 6px;
  overflow: hidden
}

.room-narrative-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  aspect-ratio: 4/3
}

.room-narrative-media figcaption {
  margin-top: 10px;
  font-size: .85rem;
  color: var(--muted);
  font-style: italic;
  text-align: center
}

@media (max-width:1024px) {
  .room-narrative {
    grid-template-columns: 1fr;
    gap: 32px
  }
}

.room-included {
  margin: 36px 0 0;
  padding: 28px 32px;
  background: var(--bg-alt, #e3ecea);
  border-radius: 6px;
  display: grid;
  gap: 8px
}

.mobile .room-included {
  margin-top: 0
}

.mobile.theme-eco #room-detail+.section {
  padding-top: 0 !important;
  padding-bottom: 0
}

.mobile.theme-eco #room-detail+.section+section {
  padding-bottom: 0
}

.room-included-title {
  font-family: "Playfair Display", serif;
  font-size: 1.1rem;
  font-weight: 500;
  margin: 0 0 8px;
  color: var(--ink)
}

.room-included ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px 24px
}

.room-included li {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: .94rem;
  line-height: 1.5
}

.room-included li svg {
  width: 66px;
  height: 66px;
  flex-shrink: 0;
  color: var(--copper, #4e6b3a);
  stroke-width: 1.3
}

@media (max-width:767px) {
  .room-included ul {
    grid-template-columns: 1fr
  }
}

.room-conversion {
  padding: 64px 0;
  text-align: center;
  color: #fff;
  position: relative;
  overflow: hidden
}

.room-conversion::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #3f5a4d 0, #2c4237 100%);
  z-index: 0
}

.room-conversion>* {
  position: relative;
  z-index: 1
}

.room-conversion .eyebrow {
  color: rgba(255, 255, 255, .78);
  margin-bottom: 14px
}

.room-conversion h2 {
  color: #fff;
  margin: 0 0 14px;
  font-family: "Playfair Display", serif;
  font-weight: 500
}

.room-conversion-price {
  font-size: 1.05rem;
  color: rgba(255, 255, 255, .85);
  margin-bottom: 24px
}

.room-conversion-price strong {
  color: #fff;
  font-family: "Playfair Display", serif;
  font-size: 1.5rem;
  display: inline-block;
  margin-right: 8px
}

.room-conversion-ctas {
  display: inline-flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 18px
}

.room-conversion-note {
  font-size: .85rem;
  color: rgba(255, 255, 255, .7);
  margin: 0
}

.room-cross-sell {
  display: grid;
  grid-template-columns: 240px 1fr auto;
  gap: 24px;
  align-items: center;
  padding: 20px;
  background: var(--surface, #fff);
  border: 1px solid var(--line, #d3dedd);
  border-radius: 6px;
  margin: 48px 0;
  text-decoration: none;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease
}

.room-cross-sell:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 32px -16px rgba(30, 42, 46, .25);
  border-color: transparent
}

.room-cross-sell-img {
  width: 240px;
  height: 240px;
  object-fit: cover;
  border-radius: 4px;
  display: block
}

.room-cross-sell-body p {
  margin: 0;
  font-size: .78rem;
  color: var(--muted);
  letter-spacing: .16em;
  text-transform: uppercase
}

.room-cross-sell-body h3 {
  margin: 6px 0 4px;
  font-family: "Playfair Display", serif;
  font-size: 1.3rem;
  font-weight: 500;
  color: var(--ink)
}

.room-cross-sell-body span {
  font-size: .92rem;
  color: var(--fg-soft)
}

.room-cross-sell-arrow {
  font-size: 1.5rem;
  color: var(--copper)
}

@media (max-width:767px) {
  .room-cross-sell {
    grid-template-columns: 1fr;
    text-align: center
  }

  .room-cross-sell-img {
    width: 100%;
    height: 200px
  }

  .room-cross-sell-arrow {
    display: none
  }
}

body.theme-eco .room-conversion::before {
  background: linear-gradient(135deg, #4e6b3a 0, #2c4a31 100%)
}

body.theme-eco .room-cross-sell-arrow {
  color: var(--eco-moss, #4e6b3a)
}

body.theme-eco .room-included li svg {
  color: var(--eco-moss, #4e6b3a)
}

.package-book-cta {
  text-align: center;
  margin: -32px 0 0;
  padding: 0 0 56px
}

.offers-cross-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin: 36px 0 0
}

@media (min-width:768px) {
  .offers-cross-grid {
    grid-template-columns: 1fr 1fr
  }
}

.offers-cross-grid .room-cross-sell {
  margin: 0;
  grid-template-columns: 180px 1fr auto;
  gap: 18px;
  padding: 16px
}

.offers-cross-grid .room-cross-sell-img {
  width: 180px;
  height: 180px
}

@media (max-width:767px) {
  .offers-cross-grid .room-cross-sell {
    grid-template-columns: 1fr
  }

  .offers-cross-grid .room-cross-sell-img {
    width: 100%;
    height: 200px
  }
}

.room-cross-sell-stack {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin: 48px 0
}

@media (min-width:900px) {
  .room-cross-sell-stack {
    grid-template-columns: 1fr 1fr
  }
}

.room-cross-sell-stack .room-cross-sell {
  margin: 0
}

.hero.hero--inner,
.hero.hero--inner.hero--eco,
.hero.hero--inner.hero--wellness {
  min-height: 80vh;
  max-height: 80vh
}

@media (max-width:768px) {

  .hero.hero--inner,
  .hero.hero--inner.hero--eco,
  .hero.hero--inner.hero--wellness {
    min-height: 70vh;
    max-height: 80vh
  }
}

.contact-hero {
  position: relative;
  padding: 180px 0 70px;
  min-height: 460px;
  display: flex;
  align-items: flex-end;
  background-image: var(--contact-hero-img, linear-gradient(135deg, #1f4d3f, #163b30));
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: var(--cream);
  overflow: hidden
}

.contact-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(21, 20, 17, .55) 0, rgba(21, 20, 17, .3) 45%, rgba(21, 20, 17, .78) 100%);
  z-index: 0
}

.contact-hero .container {
  position: relative;
  z-index: 1;
  width: 100%
}

.contact-hero .eyebrow {
  color: #efd6b3
}

.contact-hero h1 {
  margin: 0 0 18px;
  font-size: clamp(2.4rem, 5vw, 3.6rem);
  line-height: 1.1;
  color: var(--cream)
}

.contact-hero h1 em {
  font-style: italic;
  font-weight: 500;
  color: #efd6b3
}

.contact-hero-sub {
  font-size: 1.05rem;
  color: rgba(250, 246, 239, .88);
  max-width: 640px;
  margin: 0
}

@media (max-width:768px) {
  .contact-hero {
    padding: 140px 0 50px;
    min-height: 380px
  }
}

.contact-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px
}

.contact-card {
  display: flex;
  flex-direction: column;
  gap: 6px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 26px 24px;
  color: var(--fg);
  transition: transform .3s var(--ease), border-color .3s var(--ease), box-shadow .3s var(--ease)
}

.contact-card:hover {
  transform: translateY(-3px);
  border-color: transparent;
  box-shadow: var(--shadow-md)
}

.contact-card-icon {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: var(--bg-alt);
  color: var(--copper-accessible, #12362a);
  display: grid;
  place-items: center;
  margin-bottom: 8px
}

.contact-card-icon svg {
  width: 24px;
  height: 24px
}

.contact-card-label {
  font-size: .78rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 600
}

.contact-card-value {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--fg);
  line-height: 1.25;
  margin: 2px 0 4px;
  word-break: break-word
}

.contact-card-meta {
  font-size: .86rem;
  color: var(--fg-soft);
  margin: 0
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 60px;
  align-items: flex-start
}

.contact-info h2 {
  font-size: clamp(1.7rem, 3vw, 2.3rem);
  margin-bottom: 14px
}

.contact-info p {
  color: var(--fg-soft);
  margin: 0 0 18px
}

.contact-info address {
  font-style: normal;
  color: var(--fg);
  font-size: 1rem;
  line-height: 1.65;
  margin: 0 0 14px
}

.contact-info-meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 24px;
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid var(--line)
}

.contact-meta-label {
  font-size: .74rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 600;
  margin: 0 0 4px
}

.contact-meta-value {
  font-size: .95rem;
  color: var(--fg);
  margin: 0;
  line-height: 1.5
}

.contact-form-wrap h2 {
  font-size: clamp(1.7rem, 3vw, 2.3rem);
  margin-bottom: 20px
}

.contact-form {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 30px 28px;
  box-shadow: var(--shadow-sm)
}

.contact-form .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px
}

.contact-form .field {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px
}

.contact-form .field label {
  font-size: .74rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--copper-accessible, #12362a);
  margin-bottom: 8px;
  font-weight: 600
}

.contact-form .field-hint {
  text-transform: none;
  letter-spacing: 0;
  font-size: .7rem;
  color: var(--muted);
  font-weight: 500;
  margin-left: 6px
}

.contact-form .field input,
.contact-form .field select,
.contact-form .field textarea {
  font-family: inherit;
  font-size: .98rem;
  color: var(--fg);
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 12px 14px;
  outline: 0;
  transition: border-color .2s var(--ease), box-shadow .2s var(--ease);
  width: 100%;
  cursor: pointer
}

.contact-form .field textarea {
  resize: vertical;
  min-height: 120px
}

.contact-form .field input:focus,
.contact-form .field select:focus,
.contact-form .field textarea:focus {
  border-color: var(--copper);
  box-shadow: 0 0 0 3px rgba(31, 77, 63, .18)
}

.contact-form .form-foot {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 8px
}

.contact-form .form-foot-note {
  font-size: .85rem;
  color: var(--muted)
}

.contact-form .form-foot-note a {
  color: var(--copper-accessible);
  text-decoration: underline;
  text-underline-offset: 3px
}

.contact-form .form-status {
  margin: 14px 0 0;
  padding: 10px 14px;
  background: var(--bg-alt);
  border-radius: 8px;
  font-size: .9rem;
  color: var(--fg)
}

.contact-property-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px
}

.contact-property-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 22px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform .35s var(--ease), box-shadow .35s var(--ease), border-color .35s var(--ease)
}

.contact-property-card:hover {
  transform: translateY(-3px);
  border-color: transparent;
  box-shadow: var(--shadow-md)
}

.contact-property-img {
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover
}

.contact-property-body {
  padding: 26px 26px 28px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1
}

.contact-property-tag {
  font-size: .72rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--copper-accessible);
  font-weight: 600
}

.contact-property-card h3 {
  margin: 0;
  font-size: 1.4rem
}

.contact-property-card p {
  color: var(--fg-soft);
  margin: 0 0 8px;
  font-size: .95rem
}

.contact-property-meta {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 6px 14px;
  margin: 6px 0 16px;
  font-size: .92rem
}

.contact-property-meta dt {
  color: var(--muted);
  font-size: .78rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-weight: 600;
  align-self: start;
  padding-top: 2px
}

.contact-property-meta dd {
  margin: 0;
  color: var(--fg);
  line-height: 1.5
}

.contact-property-meta dd a {
  color: var(--copper-accessible);
  text-decoration: underline;
  text-underline-offset: 3px
}

.contact-property-ctas {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: auto;
  padding-top: 6px
}

.contact-quick-links {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px
}

.contact-quick-link {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 22px 20px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  transition: transform .3s var(--ease), border-color .3s var(--ease), box-shadow .3s var(--ease)
}

.contact-quick-link:hover {
  transform: translateY(-3px);
  border-color: transparent;
  box-shadow: var(--shadow-sm)
}

.contact-quick-link strong {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.05rem;
  color: var(--fg);
  font-weight: 600
}

.contact-quick-link span {
  font-size: .88rem;
  color: var(--fg-soft)
}

.contact-desk-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin: 0 0 20px;
  padding: 0
}

.contact-desk-list dt {
  font-size: .78rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 600;
  margin: 0 0 2px
}

.contact-desk-list dd {
  margin: 0;
  font-size: .96rem
}

.contact-desk-list dd a {
  color: var(--copper-accessible);
  text-decoration: underline;
  text-underline-offset: 3px
}

.contact-followup {
  font-size: .88rem;
  color: var(--muted)
}

@media (max-width:1024px) {
  .contact-cards-grid {
    grid-template-columns: 1fr
  }

  .contact-grid {
    grid-template-columns: 1fr;
    gap: 36px
  }

  .contact-property-grid {
    grid-template-columns: 1fr
  }

  .contact-quick-links {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media (max-width:600px) {
  .contact-hero {
    padding: 120px 0 36px
  }

  .contact-form .form-row {
    grid-template-columns: 1fr;
    gap: 0
  }

  .contact-info-meta {
    grid-template-columns: 1fr
  }

  .contact-quick-links {
    grid-template-columns: 1fr
  }

  .contact-property-meta {
    grid-template-columns: 1fr;
    gap: 2px 0
  }

  .contact-property-meta dt {
    padding-top: 8px
  }
}

body.theme-eco .contact-hero h1 {
  color: var(--cream)
}

body.theme-eco .contact-hero .eyebrow,
body.theme-eco .contact-hero h1 em {
  color: #cce0a8
}

body.theme-eco .contact-hero .contact-hero-sub {
  color: rgba(250, 246, 239, .88)
}

body.theme-eco .contact-card-icon {
  color: var(--eco-moss, #4e6b3a);
  background: rgba(78, 107, 58, .12)
}

body.theme-eco .contact-card-value {
  color: var(--eco-pine, #2c4a31)
}

body.theme-eco .contact-form .field label {
  color: var(--eco-pine, #2c4a31)
}

body.theme-eco .contact-form .field input:focus,
body.theme-eco .contact-form .field select:focus,
body.theme-eco .contact-form .field textarea:focus {
  border-color: var(--eco-moss, #4e6b3a);
  box-shadow: 0 0 0 3px rgba(78, 107, 58, .2)
}

body.theme-eco .contact-property-tag {
  color: var(--eco-moss, #4e6b3a)
}

body.theme-eco .contact-desk-list dd a,
body.theme-eco .contact-form .form-foot-note a,
body.theme-eco .contact-property-meta dd a {
  color: var(--eco-pine, #2c4a31)
}

body.theme-wellness .contact-hero h1 {
  color: var(--cream)
}

body.theme-wellness .contact-hero .eyebrow,
body.theme-wellness .contact-hero h1 em {
  color: #d4e3d6
}

body.theme-wellness .contact-hero .contact-hero-sub {
  color: rgba(250, 246, 239, .88)
}

body.theme-wellness .contact-card-icon {
  color: var(--well-sage, #3a5a40);
  background: rgba(58, 90, 64, .12)
}

body.theme-wellness .contact-card-value {
  color: var(--well-pine, #1f3024)
}

body.theme-wellness .contact-form .field label {
  color: var(--well-sage, #3a5a40)
}

body.theme-wellness .contact-form .field input:focus,
body.theme-wellness .contact-form .field select:focus,
body.theme-wellness .contact-form .field textarea:focus {
  border-color: var(--well-sage, #3a5a40);
  box-shadow: 0 0 0 3px rgba(58, 90, 64, .2)
}

body.theme-wellness .contact-property-tag {
  color: var(--well-sage, #3a5a40)
}

body.theme-wellness .contact-desk-list dd a,
body.theme-wellness .contact-form .form-foot-note a,
body.theme-wellness .contact-property-meta dd a {
  color: var(--well-pine, #1f3024)
}

.gallery-hero {
  position: relative;
  padding: 180px 0 70px;
  min-height: 460px;
  display: flex;
  align-items: flex-end;
  background-image: var(--gallery-hero-img, linear-gradient(135deg, #1f4d3f, #163b30));
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: var(--cream);
  overflow: hidden
}

.gallery-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(21, 20, 17, .55) 0, rgba(21, 20, 17, .3) 45%, rgba(21, 20, 17, .78) 100%);
  z-index: 0
}

.gallery-hero .container {
  position: relative;
  z-index: 1;
  width: 100%
}

.gallery-hero .eyebrow {
  color: #efd6b3
}

.gallery-hero h1 {
  margin: 0 0 14px;
  font-size: clamp(2.4rem, 5vw, 3.6rem);
  line-height: 1.1;
  color: var(--cream)
}

.gallery-hero h1 em {
  font-style: italic;
  font-weight: 500;
  color: #efd6b3
}

.gallery-hero-sub {
  font-size: 1.05rem;
  color: rgba(250, 246, 239, .88);
  max-width: 640px;
  margin: 0
}

.gallery-filters {
  position: sticky;
  top: 64px;
  z-index: 30;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  padding: 24px 16px;
  background: var(--bg);
  border-bottom: 1px solid var(--line)
}

.gallery-filters-label {
  width: 100%;
  text-align: center;
  font-size: .76rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 0 0 6px
}

.gallery-chip {
  padding: 9px 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--surface);
  color: var(--fg);
  font-family: inherit;
  font-size: .9rem;
  font-weight: 500;
  cursor: pointer;
  transition: background .25s var(--ease), border-color .25s var(--ease), color .25s var(--ease);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap
}

.gallery-chip:hover {
  border-color: var(--fg)
}

.gallery-chip.is-active {
  background: var(--fg);
  color: var(--bg);
  border-color: var(--fg)
}

.gallery-chip-count {
  font-size: .78em;
  opacity: .65
}

.gallery-chip.is-active .gallery-chip-count {
  opacity: .85
}

.gallery-section {
  padding: 48px 0 96px
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 18px
}

.gallery-tile {
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: 14px;
  cursor: pointer;
  background: var(--bg-alt);
  display: block;
  text-decoration: none;
  color: inherit
}

.gallery-tile.is-hidden {
  display: none
}

.gallery-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s var(--ease);
  display: block
}

.gallery-tile:focus-visible img,
.gallery-tile:hover img {
  transform: scale(1.05)
}

.gallery-tile-tag {
  position: absolute;
  top: 12px;
  left: 12px;
  background: rgba(255, 255, 255, .92);
  color: var(--fg);
  font-size: .68rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 999px;
  z-index: 2
}

.gallery-tile-caption {
  position: absolute;
  inset: auto 0 0 0;
  padding: 14px 16px 14px;
  background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, .72) 100%);
  color: #fff;
  font-size: .92rem;
  font-weight: 500;
  z-index: 1;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity .28s var(--ease), transform .28s var(--ease)
}

.gallery-tile:focus-visible .gallery-tile-caption,
.gallery-tile:hover .gallery-tile-caption {
  opacity: 1;
  transform: translateY(0)
}

.gallery-empty {
  text-align: center;
  padding: 80px 20px;
  color: var(--muted);
  font-size: 1rem
}

.gallery-empty[hidden] {
  display: none
}

@media (max-width:720px) {
  .gallery-hero {
    padding: 140px 0 50px;
    min-height: 380px
  }

  .gallery-filters {
    top: 56px;
    padding: 14px 12px;
    gap: 6px;
    overflow-x: auto;
    flex-wrap: nowrap;
    justify-content: flex-start;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none
  }

  .gallery-filters::-webkit-scrollbar {
    display: none
  }

  .gallery-filters-label {
    display: none
  }

  .gallery-chip {
    padding: 7px 14px;
    font-size: .82rem
  }

  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px
  }

  .gallery-tile {
    aspect-ratio: 1
  }

  .gallery-tile-caption {
    opacity: 1;
    transform: none;
    font-size: .78rem;
    padding: 10px 12px
  }

  .gallery-tile-tag {
    font-size: .6rem;
    padding: 3px 8px;
    top: 8px;
    left: 8px
  }
}

body.theme-eco .gallery-chip.is-active {
  background: var(--eco-moss, #4e6b3a);
  border-color: var(--eco-moss, #4e6b3a);
  color: var(--cream)
}

body.theme-eco .gallery-hero .eyebrow,
body.theme-eco .gallery-hero h1 em {
  color: #cce0a8
}

body.theme-eco .gallery-hero h1 {
  color: var(--cream)
}

body.theme-eco .gallery-hero .gallery-hero-sub {
  color: rgba(250, 246, 239, .88)
}

body.theme-wellness .gallery-chip.is-active {
  background: var(--well-sage, #6a8a78);
  border-color: var(--well-sage, #6a8a78);
  color: var(--cream)
}

body.theme-wellness .gallery-hero .eyebrow,
body.theme-wellness .gallery-hero h1 em {
  color: #d4e3d6
}

body.theme-wellness .gallery-hero h1 {
  color: var(--cream)
}

body.theme-wellness .gallery-hero .gallery-hero-sub {
  color: rgba(250, 246, 239, .88)
}

@media (max-width:899px) and (min-width:768px) {
  .mega-menu {
    position: static;
    transform: none;
    width: 100%;
    padding: 0;
    background: 0 0;
    border-radius: 0;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    max-height: 0;
    overflow: hidden;
    transition: max-height .4s var(--ease)
  }

  .mega-menu.is-open {
    transform: none;
    max-height: 2400px
  }

  .mega-menu::before {
    display: none
  }

  .mega-inner {
    padding: 8px 0 4px
  }

  .mega-grid {
    grid-template-columns: 1fr;
    gap: 12px
  }
}

html.mobile .primary-nav.is-open {
  display: block
}

@media (min-width:768px) and (max-width:899px) {
  .primary-nav {
    display: none
  }

  .primary-nav.is-open {
    display: block
  }
}

.theme-eco.page-akasa-dalhousie-offers-long-stay-discount.mobile .room-included li svg,
.theme-eco.page-akasa-dalhousie-offers-snowfall-monsoon-magic .room-included li svg,
.theme-eco.page-akasa-dalhousie-offers-weekend-escape.mobile .room-included li svg {
  width: 46px;
  height: 46px
}

.theme-eco.page-akasa-dalhousie-offers-long-stay-discount.mobile .package-book-cta+section,
.theme-eco.page-akasa-dalhousie-offers-snowfall-monsoon-magic.mobile .package-book-cta+section,
.theme-eco.page-akasa-dalhousie-offers-weekend-escape.mobile .package-book-cta+section {
  padding-top: 0 !important;
  padding-bottom: 0
}

body .room-slider .room-slider-overlay :is(p, h1) {
  color: #fff
}

/* ===========================================================
   RESPONSIVE OVERRIDES (global safeguards + breakpoint fixes)
   =========================================================== */

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

img,
video,
iframe,
svg,
embed,
object {
  max-width: 100%;
}

iframe,
video {
  height: auto;
}

table {
  max-width: 100%;
}

pre,
code {
  max-width: 100%;
  overflow-x: auto;
  word-wrap: break-word;
  overflow-wrap: anywhere;
}

/* Long words / URLs should not push the layout */
p, h1, h2, h3, h4, h5, h6, li, a, dd, dt, span, blockquote {
  overflow-wrap: anywhere;
  word-wrap: break-word;
}

/* The marquee animates "width: max-content" tracks; clip them to the section */
.offers-section,
.offer-marquee,
.featured-strip,
.marquee {
  max-width: 100%;
  overflow: hidden;
}

/* Slider tracks always within their wrapper */
.hero-slides,
.room-slider,
.room-slider-track {
  max-width: 100%;
  overflow: hidden;
}

/* Mega menu width safety on tablets */
.mega-menu {
  max-width: calc(100vw - 32px);
}

/* ---------- <=1024px (tablets) ---------- */
@media (max-width:1024px) {
  .hero-content {
    max-width: 100%;
  }

  .hero-stats {
    gap: 28px;
    flex-wrap: wrap;
  }

  .experiences-flex {
    display: grid;
  }

  .footer-top {
    gap: 36px;
  }

  /* Contact specifics already collapsed in earlier @media (max-width:1024px). */
}

/* ---------- <=899px (small tablets / large phones) ---------- */
@media (max-width:899px) {
  .container {
    padding: 0 20px;
  }

  .header-inner {
    gap: 12px;
  }
}

/* ---------- <=767px (mobile) ---------- */
@media (max-width:767px) {
  .container {
    padding: 0 16px;
  }

  /* Large parent-hotel logo: scale down on phones */
  .parent-hotel .logo-mark {
    width: 110px;
    min-width: 110px;
    max-height: 64px;
    height: 64px;
  }

  .section {
    padding: 56px 0;
  }

  .hero {
    padding: 96px 0 56px;
  }

  .hero-title {
    font-size: clamp(2rem, 8vw, 2.6rem);
  }

  .hero-sub {
    font-size: .98rem;
    margin-bottom: 22px;
  }

  /* The destinations grid was 2-col at <=767px earlier; keep but tighten */
  .destinations-grid {
    gap: 14px;
  }

  /* Newsletter form already stacks at 560px — also keep input full width */
  .newsletter-form input {
    width: 100%;
    min-width: 0;
  }

  /* Footer bottom: stack cleanly */
  .footer-bottom .container {
    justify-content: flex-start;
    gap: 8px 18px;
  }

  /* Mega-menu padding (already handled) — ensure brand grid items don't overflow */
  .mega-menu,
  .mega-inner,
  .mega-grid {
    max-width: 100%;
  }

  /* Floating action buttons closer to the edge on phones */
  .floating-actions {
    right: 14px !important;
    bottom: 78px !important;
  }

  .fab-top {
    right: 14px !important;
    bottom: 14px !important;
  }

  /* Gallery hero (sub-page hero) */
  .gallery-hero {
    padding: 130px 0 46px;
    min-height: 320px;
  }
}

/* ---------- <=560px (small phones) ---------- */
@media (max-width:560px) {
  .container {
    padding: 0 14px;
  }

  .parent-hotel .logo-mark {
    width: 92px;
    min-width: 92px;
    max-height: 56px;
    height: 56px;
  }

  .footer-cols {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  /* Offer cards on the marquee should fit small phones */
  .offer-card {
    width: min(86vw, 320px);
    grid-template-columns: 96px 1fr;
  }

  .offer-body {
    padding: 12px 14px;
  }

  /* Hero stats: allow 1-column wrap on very tight viewports */
  .hero-stats {
    grid-template-columns: repeat(2, 1fr);
  }

  /* Property card / featured grids never wider than viewport */
  .property-card,
  .stay-card,
  .brand-card {
    max-width: 100%;
  }

  /* Buttons wrap nicely */
  .btn {
    white-space: normal;
  }

  /* Contact hero */
  .contact-hero {
    padding: 110px 0 36px;
    min-height: 320px;
  }

  /* Room narrative / cross-sell already collapse at 767 */
  .room-cross-sell {
    margin: 28px 0;
    padding: 14px;
    gap: 12px;
  }

  .room-conversion {
    padding: 48px 0;
  }
}

/* ---------- <=380px (very small phones) ---------- */
@media (max-width:380px) {
  .container {
    padding: 0 12px;
  }

  h1 {
    font-size: clamp(1.9rem, 7vw, 2.2rem);
  }

  h2 {
    font-size: clamp(1.5rem, 5vw, 1.9rem);
  }

  .hero-stats {
    grid-template-columns: 1fr;
  }
}
