/* ============================================================
   VILLA 44 BADULLA — LUXURY ESTATE WEBSITE STYLESHEET
   ============================================================ */

/* === RESET & BASE === */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html {
  font-size: 16px;
}
html.lenis, html.lenis body {
  height: auto;
}
.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
.lenis.lenis-stopped {
  overflow: hidden;
}
.lenis.lenis-smooth iframe {
  pointer-events: none;
}
body {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 300;
  line-height: 1.75;
  background: #FBFBF9;
  color: #222222;
  overflow-x: hidden;
}
img { display: block; width: 100%; height: 100%; object-fit: cover; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }

/* Parallax and GPU accelerated layers */
.parallax-wrap {
  overflow: hidden;
  position: relative;
}
.parallax-img {
  will-change: transform;
  transform-origin: center center;
}
[data-magnetic] {
  display: inline-flex;
  will-change: transform;
}
/* === CINEMATIC PRELOADER === */
.preloader {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #061712;
  transition: opacity 1.1s cubic-bezier(0.7, 0, 0.3, 1), transform 1.1s cubic-bezier(0.7, 0, 0.3, 1), visibility 1.1s ease;
  will-change: opacity, transform;
}

.preloader.loaded {
  opacity: 0;
  transform: scale(1.04);
  visibility: hidden;
  pointer-events: none;
}

/* Background image with cinematic slow-zoom */
.preloader-bg-media {
  position: absolute;
  inset: -6%;
  width: 112%;
  height: 112%;
  background-size: cover;
  background-position: center 38%;
  background-repeat: no-repeat;
  filter: saturate(1.06) contrast(1.03);
  transform: scale(1.0);
  animation: preloaderSlowZoom 8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  will-change: transform;
}

/* Luxury atmospheric gradient vignette */
.preloader-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 45%, rgba(6, 23, 18, 0.42) 0%, rgba(4, 15, 12, 0.82) 100%),
              linear-gradient(180deg, rgba(6, 23, 18, 0.38) 0%, rgba(6, 23, 18, 0.12) 42%, rgba(4, 15, 12, 0.72) 100%);
  pointer-events: none;
}

.preloader-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 2.5rem 1.5rem;
  max-width: 650px;
  width: 90%;
}

.preloader-brand-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/* Logo entrance */
.preloader-logo-wrap {
  position: relative;
  width: 175px;
  max-width: 75vw;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.6rem;
  opacity: 0;
  transform: translateY(14px) scale(0.95);
  animation: preloaderFadeScale 1.2s cubic-bezier(0.16, 1, 0.3, 1) 0.2s forwards;
}

.preloader-logo-aura {
  position: absolute;
  inset: -24px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(200, 178, 138, 0.35) 0%, rgba(255, 255, 255, 0.12) 40%, transparent 70%);
  filter: blur(14px);
  pointer-events: none;
  z-index: 0;
}

.preloader-logo {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 8px 30px rgba(0, 0, 0, 0.9)) drop-shadow(0 0 16px rgba(200, 178, 138, 0.6));
}

.preloader-accent-line {
  width: 42px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  margin-bottom: 1.25rem;
  opacity: 0;
  animation: preloaderFadeUp 1s cubic-bezier(0.16, 1, 0.3, 1) 0.45s forwards;
}

/* AYUBOWAN Title */
.preloader-greeting {
  font-family: var(--font-serif);
  font-size: clamp(2.4rem, 5.8vw, 3.8rem);
  font-weight: 300;
  letter-spacing: 0.22em;
  color: #FFFFFF;
  text-transform: uppercase;
  margin: 0 0 0.55rem;
  line-height: 1.1;
  text-shadow: 0 4px 30px rgba(0, 0, 0, 0.7), 0 0 25px rgba(200, 178, 138, 0.25);
  opacity: 0;
  transform: translateY(16px);
  animation: preloaderFadeUp 1.1s cubic-bezier(0.16, 1, 0.3, 1) 0.55s forwards;
}

/* Welcome to Sri Lanka Subtitle */
.preloader-welcome {
  font-family: var(--font-sans);
  font-size: clamp(0.72rem, 1.6vw, 0.88rem);
  font-weight: 400;
  letter-spacing: 0.32em;
  color: var(--gold);
  text-transform: uppercase;
  margin: 0 0 2.2rem;
  opacity: 0;
  transform: translateY(12px);
  animation: preloaderFadeUp 1s cubic-bezier(0.16, 1, 0.3, 1) 0.85s forwards;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.5);
}

/* Minimal Progress Track */
.preloader-progress-track {
  width: 130px;
  height: 2px;
  background: rgba(200, 178, 138, 0.22);
  border-radius: 2px;
  overflow: hidden;
  position: relative;
  opacity: 0;
  animation: preloaderFadeUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) 1s forwards;
}

.preloader-progress-bar {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #A38C65 0%, #E8D8BF 50%, #C8B28A 100%);
  border-radius: 2px;
  box-shadow: 0 0 12px rgba(200, 178, 138, 0.7);
  animation: preloaderProgress 2.2s cubic-bezier(0.4, 0, 0.2, 1) 1.05s forwards;
}

/* Keyframes */
@keyframes preloaderSlowZoom {
  0% { transform: scale(1.0); }
  100% { transform: scale(1.07); }
}

@keyframes preloaderFadeScale {
  0% { opacity: 0; transform: translateY(14px) scale(0.94); }
  100% { opacity: 1; transform: translateY(0) scale(1.0); }
}

@keyframes preloaderFadeUp {
  0% { opacity: 0; transform: translateY(14px); }
  100% { opacity: 1; transform: translateY(0); }
}

@keyframes preloaderProgress {
  0% { width: 0%; }
  35% { width: 45%; }
  70% { width: 80%; }
  100% { width: 100%; }
}

/* === FLOATING ATMOSPHERIC AUDIO CONTROLLER === */
.audio-control-wrap {
  position: fixed;
  bottom: 28px;
  left: 28px;
  z-index: 900;
  display: flex;
  align-items: center;
  pointer-events: auto;
}

.audio-toggle-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.6rem 1.15rem;
  border-radius: 50px;
  background: rgba(10, 34, 27, 0.78);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(200, 178, 138, 0.35);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.35), 0 0 15px rgba(200, 178, 138, 0.15);
  color: var(--gold);
  font-family: var(--font-sans);
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.audio-toggle-btn:hover {
  background: rgba(10, 34, 27, 0.92);
  border-color: var(--gold);
  transform: translateY(-2px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.45), 0 0 20px rgba(200, 178, 138, 0.3);
}

.audio-eq-bars {
  display: flex;
  align-items: flex-end;
  gap: 2.5px;
  height: 14px;
  width: 14px;
}

.eq-bar {
  display: inline-block;
  width: 2px;
  background: var(--gold);
  border-radius: 1px;
  transition: height 0.25s ease;
  height: 3px;
}

/* When playing: animated equalizer waves */
.audio-toggle-btn.playing .bar-1 {
  animation: eqWave1 0.8s ease-in-out infinite alternate;
}
.audio-toggle-btn.playing .bar-2 {
  animation: eqWave2 0.65s ease-in-out 0.15s infinite alternate;
}
.audio-toggle-btn.playing .bar-3 {
  animation: eqWave3 0.9s ease-in-out 0.3s infinite alternate;
}
.audio-toggle-btn.playing .bar-4 {
  animation: eqWave4 0.75s ease-in-out 0.1s infinite alternate;
}

@keyframes eqWave1 {
  0% { height: 3px; }
  100% { height: 14px; }
}
@keyframes eqWave2 {
  0% { height: 12px; }
  100% { height: 4px; }
}
@keyframes eqWave3 {
  0% { height: 4px; }
  100% { height: 13px; }
}
@keyframes eqWave4 {
  0% { height: 11px; }
  100% { height: 5px; }
}

@media (max-width: 640px) {
  .audio-control-wrap {
    bottom: 20px;
    left: 20px;
  }
  .audio-toggle-btn {
    padding: 0.5rem 0.85rem;
    font-size: 0.62rem;
  }
}

/* === CSS VARIABLES === */
:root {
  --alabaster: #FBFBF9;
  --sand: #F4F1EA;
  --forest: #1C2D27;
  --charcoal: #222222;
  --gold: #C8B28A;
  --warm-gray: #E5E2DC;
  --mid-gray: #8A8880;
  --forest-light: #4A7F6F;
  --white: #ffffff;
  --font-serif: 'Cormorant Garamond', Georgia, serif;
  --font-sans: 'Plus Jakarta Sans', sans-serif;
  --transition: 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-fast: 0.25s ease;
}

/* === REVEAL ANIMATIONS === */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.75s cubic-bezier(0.4, 0, 0.2, 1), transform 0.75s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: opacity, transform;
}
.reveal.visible {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

/* === TYPOGRAPHY === */
.section-label {
  font-family: var(--font-sans);
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  color: var(--gold);
  text-transform: uppercase;
  margin-bottom: 1rem;
  display: block;
}
.section-label.light { color: rgba(200,178,138,0.85); }
.section-headline {
  font-family: var(--font-serif);
  font-size: clamp(2.2rem, 4vw, 3.6rem);
  font-weight: 400;
  line-height: 1.15;
  color: var(--forest);
  margin-bottom: 1.5rem;
  letter-spacing: -0.01em;
}
.section-headline.light { color: var(--white); }
.section-intro {
  font-family: var(--font-sans);
  font-size: 0.95rem;
  font-weight: 300;
  color: var(--mid-gray);
  max-width: 60ch;
  margin: 0 auto 3rem;
  line-height: 1.8;
}

/* === BUTTONS === */
.btn-outline {
  display: inline-block;
  padding: 0.85rem 2.2rem;
  border: 1px solid var(--forest);
  color: var(--forest);
  font-family: var(--font-sans);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  transition: all var(--transition-fast);
  margin-top: 1.5rem;
}
.btn-outline:hover {
  background: var(--forest);
  color: var(--white);
}

/* === NAVBAR === */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 0 2rem;
  height: 80px;
  display: flex;
  align-items: center;
  transition: all 0.5s ease;
}
.navbar.scrolled {
  background: rgba(28,45,39,0.92);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  box-shadow: 0 1px 0 rgba(200,178,138,0.15);
  height: 68px;
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.nav-logo a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1;
}
.logo-eyebrow {
  font-family: var(--font-sans);
  font-size: 0.55rem;
  letter-spacing: 0.2em;
  color: var(--gold);
  text-transform: uppercase;
  margin-bottom: 0.1rem;
}
.logo-main {
  font-family: var(--font-serif);
  font-size: 1.55rem;
  font-weight: 500;
  color: var(--white);
  letter-spacing: 0.04em;
  line-height: 1;
}
.logo-sub {
  font-family: var(--font-sans);
  font-size: 0.62rem;
  font-weight: 300;
  color: var(--gold);
  letter-spacing: 0.25em;
  text-transform: uppercase;
}
.nav-links {
  display: flex;
  gap: 2.5rem;
  list-style: none;
}
.nav-link {
  font-family: var(--font-sans);
  font-size: 0.72rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: rgba(255,255,255,0.8);
  text-transform: uppercase;
  position: relative;
  transition: color var(--transition-fast);
}
.nav-link::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--gold);
  transition: width var(--transition-fast);
}
.nav-link:hover,
.nav-link.active {
  color: var(--gold);
}
.nav-link:hover::after,
.nav-link.active::after {
  width: 100%;
}
.nav-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.currency-switcher {
  display: flex;
  gap: 0.25rem;
  border: 1px solid rgba(200,178,138,0.3);
  padding: 0.25rem 0.4rem;
  border-radius: 2px;
}
.currency-btn {
  background: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  font-family: var(--font-sans);
  font-size: 0.62rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: rgba(255, 255, 255, 0.85);
  padding: 0.2rem 0.4rem;
  border-radius: 1px;
  transition: all var(--transition-fast);
}
.currency-btn.active, .currency-btn:hover {
  background: var(--gold);
  color: var(--forest);
  font-weight: 600;
}
.btn-reserve {
  padding: 0.65rem 1.5rem;
  border: 1px solid var(--gold);
  background: rgba(28, 45, 39, 0.65);
  color: var(--gold);
  font-family: var(--font-sans);
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: all var(--transition-fast);
  white-space: nowrap;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.btn-reserve:hover {
  background: var(--gold);
  color: var(--forest);
}
.hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 42px;
  height: 42px;
  background: rgba(28, 45, 39, 0.65);
  border: 1px solid rgba(200, 178, 138, 0.35);
  border-radius: 8px;
  cursor: pointer;
  outline: none;
  padding: 0;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: all var(--transition-fast);
}
.hamburger:hover {
  border-color: var(--gold);
  background: rgba(28, 45, 39, 0.9);
}
.hamburger span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--gold);
  border-radius: 2px;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.2s ease;
}
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* === MOBILE MENU === */
.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 1200;
  background: rgba(10, 20, 16, 0.98);
  backdrop-filter: blur(32px);
  -webkit-backdrop-filter: blur(32px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 5rem 1.5rem 2.5rem;
  overflow-y: auto;
  overflow-x: hidden;
  max-width: 100vw;
  width: 100%;
  gap: 0.6rem;
  transform: translateX(100%);
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.35s ease, visibility 0.45s;
}
.mobile-menu.open {
  transform: translateX(0);
  visibility: visible;
  pointer-events: all;
  opacity: 1;
}
.mobile-menu-close {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(200, 178, 138, 0.4);
  color: var(--gold);
  z-index: 1210;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.35);
}
.mobile-menu-close:hover {
  background: var(--gold);
  color: #111A16;
  border-color: var(--gold);
  transform: rotate(90deg) scale(1.05);
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  margin-bottom: 1.25rem;
}
.mobile-nav-link {
  font-family: var(--font-serif);
  font-size: clamp(1.6rem, 5.5vw, 2.2rem);
  font-weight: 400;
  color: #FFFFFF;
  letter-spacing: 0.04em;
  transition: color var(--transition-fast), transform var(--transition-fast);
}
.mobile-nav-link:hover,
.mobile-nav-link:active {
  color: var(--gold);
  transform: translateY(-2px);
}
.mobile-reserve {
  display: inline-flex !important;
  margin-top: 1.2rem;
  background: linear-gradient(135deg, #D4AF37, #C8B28A) !important;
  border: none !important;
  color: #0E1A14 !important;
  font-weight: 700 !important;
  padding: 0.85rem 2.2rem !important;
  border-radius: 30px !important;
  box-shadow: 0 4px 18px rgba(200, 178, 138, 0.3) !important;
  transition: transform var(--transition-fast), box-shadow var(--transition-fast);
}
.mobile-reserve:hover {
  transform: scale(1.03);
  box-shadow: 0 6px 24px rgba(200, 178, 138, 0.45) !important;
}
.mobile-currency-switcher {
  display: flex;
  gap: 0.35rem;
  border: 1px solid rgba(200, 178, 138, 0.35);
  background: rgba(255, 255, 255, 0.04);
  padding: 0.3rem 0.4rem;
  border-radius: 6px;
  margin-top: 0.85rem;
}
.mobile-currency-switcher .currency-btn {
  font-size: 0.75rem;
  font-weight: 500;
  padding: 0.35rem 0.65rem;
  border-radius: 4px;
}
.mobile-social {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.85rem 1.4rem;
  margin-top: 1.25rem;
  width: 100%;
  max-width: 320px;
}
.social-link {
  font-family: var(--font-sans);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  opacity: 0.85;
  transition: opacity var(--transition-fast), color var(--transition-fast);
}
.social-link:hover {
  opacity: 1;
  color: #FFFFFF;
}
.mobile-menu-meta {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.35rem;
  margin-top: 1rem;
  font-size: 0.74rem;
  color: rgba(255, 255, 255, 0.5);
  font-family: var(--font-sans);
  line-height: 1.4;
  max-width: 320px;
}

/* === HERO === */
.hero {
  position: relative;
  height: 100vh;
  min-height: 700px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.hero-slides { position: absolute; inset: 0; }
.hero-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transform: scale(1.08);
  transition: opacity 1.4s ease, transform 8s ease;
}
.hero-slide.active {
  opacity: 1;
  transform: scale(1);
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom,
    rgba(15,25,20,0.35) 0%,
    rgba(15,25,20,0.45) 50%,
    rgba(15,25,20,0.65) 100%);
  z-index: 1;
}
.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 0 1.5rem;
  max-width: 900px;
}
.hero-eyebrow {
  font-family: var(--font-sans);
  font-size: 0.65rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.2rem;
}
.hero-headline {
  font-family: var(--font-serif);
  font-size: clamp(3rem, 7vw, 6rem);
  font-weight: 300;
  line-height: 1.1;
  color: var(--white);
  letter-spacing: -0.02em;
  margin-bottom: 1rem;
}
.hero-sub {
  font-family: var(--font-sans);
  font-size: 0.88rem;
  font-weight: 300;
  color: rgba(255,255,255,0.65);
  letter-spacing: 0.06em;
}
/* Hero slide location label */
.hero-slide-label {
  display: inline-block;
  margin-top: 1.6rem;
  font-family: var(--font-sans);
  font-size: 0.62rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(200,178,138,0.75);
  border: 1px solid rgba(200,178,138,0.25);
  padding: 0.4rem 1.1rem;
  transition: opacity 0.5s ease;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  background: rgba(15,25,20,0.35);
}
/* Hero CTA buttons row */
.hero-cta-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.2rem;
  margin-top: 2.2rem;
}
.btn-hero-explore {
  padding: 0.85rem 2.2rem;
  border: 1px solid rgba(200,178,138,0.6);
  color: var(--white);
  font-family: var(--font-sans);
  font-size: 0.72rem;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  transition: all var(--transition-fast);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  background: rgba(255,255,255,0.06);
  white-space: nowrap;
}
.btn-hero-explore:hover {
  background: rgba(200,178,138,0.15);
  border-color: var(--gold);
  color: var(--gold);
}
.btn-hero-reserve {
  padding: 0.85rem 2.2rem;
  background: var(--gold);
  color: var(--forest);
  font-family: var(--font-sans);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  transition: background var(--transition-fast);
  white-space: nowrap;
  border: 1px solid var(--gold);
}
.btn-hero-reserve:hover { background: #d4c09e; border-color: #d4c09e; }
.hero-slide-dots {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  gap: 0.4rem;
  align-items: center;
}
.slide-dot {
  width: 18px;
  height: 2px;
  border-radius: 2px;
  background: rgba(255,255,255,0.3);
  transition: all 0.4s ease;
  cursor: pointer;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.slide-dot.active {
  background: rgba(255,255,255,0.25);
  width: 36px;
}
.slide-dot.active::after {
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0;
  background: var(--gold);
  animation: dot-progress 5s linear forwards;
  border-radius: 2px;
}
@keyframes dot-progress {
  from { width: 0%; }
  to   { width: 100%; }
}
.hero-scroll-cue {
  position: absolute;
  right: 2.5rem;
  bottom: 2.5rem;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
}
.scroll-line {
  display: block;
  width: 1px;
  height: 48px;
  background: linear-gradient(to bottom, transparent, var(--gold));
  animation: scrollPulse 2s ease-in-out infinite;
}
@keyframes scrollPulse {
  0%, 100% { opacity: 0.4; transform: scaleY(0.7); }
  50% { opacity: 1; transform: scaleY(1); }
}
.scroll-text {
  font-family: var(--font-sans);
  font-size: 0.58rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.45);
  writing-mode: vertical-rl;
}

/* === SECTION CONCEPT === */
.section-concept {
  background: var(--alabaster);
  padding: 8rem 2rem;
}
.concept-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
  align-items: center;
  margin-bottom: 5rem;
}
.concept-left { }
.concept-body {
  font-size: 0.92rem;
  color: #555;
  line-height: 1.85;
  margin-bottom: 1.2rem;
}
.concept-img-grid {
  position: relative;
  height: 560px;
}
.concept-img-main {
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  height: 75%;
  overflow: hidden;
  border: 6px solid var(--alabaster);
  box-shadow: 0 20px 60px rgba(0,0,0,0.12);
}
.concept-img-secondary {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60%;
  height: 55%;
  overflow: hidden;
  border: 6px solid var(--alabaster);
  box-shadow: 0 20px 60px rgba(0,0,0,0.12);
  outline: 1px solid var(--gold);
  outline-offset: 8px;
}
.concept-img-main img, .concept-img-secondary img {
  transition: transform 0.8s ease;
}
.concept-img-main:hover img, .concept-img-secondary:hover img {
}

/* === BADULLA MOUNTAIN PANORAMA (HORIZONTAL PARALLAX) === */
.section-mountain-panorama {
  position: relative;
  width: 100%;
  height: 210px; /* ~5cm compact panoramic silhouette height */
  overflow: hidden;
  background: linear-gradient(180deg, #FBFBF9 0%, #EFF4F0 40%, #E3EDE6 100%);
  border-top: 1px solid rgba(200, 178, 138, 0.2);
  border-bottom: 1px solid rgba(200, 178, 138, 0.2);
  margin: 0;
  padding: 0;
  contain: paint layout;
}

.mountain-parallax-track {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.mountain-sky-mist {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 80% at 50% 100%, rgba(220, 235, 226, 0.5) 0%, rgba(251, 251, 249, 0) 70%);
  pointer-events: none;
}

.mountain-layer {
  position: absolute;
  left: -25%;
  width: 150%;
  bottom: 0;
  height: 100%;
  will-change: transform;
  pointer-events: none;
  transform: translate3d(0, 0, 0);
}

.mountain-strip {
  width: 100%;
  height: 100%;
  background-repeat: repeat-x;
  background-position: center bottom;
  background-size: auto 100%;
}

.mountain-layer.layer-distant {
  z-index: 1;
  opacity: 0.9;
}
.mountain-layer.layer-distant .mountain-strip {
  background-size: auto 95%;
}

.mountain-layer.layer-mist {
  z-index: 2;
  opacity: 0.5;
  mix-blend-mode: screen;
}
.mountain-layer.layer-mist .mountain-strip {
  background-size: auto 92%;
}

.mountain-layer.layer-mid {
  z-index: 3;
  opacity: 0.95;
}
.mountain-layer.layer-mid .mountain-strip {
  background-size: auto 98%;
}

.mountain-layer.layer-fore {
  z-index: 4;
}
.mountain-layer.layer-fore .mountain-strip {
  background-size: auto 100%;
}

.mountain-bottom-gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 18px;
  background: linear-gradient(180deg, rgba(10, 34, 27, 0) 0%, rgba(10, 34, 27, 0.18) 100%);
  z-index: 5;
  pointer-events: none;
}

@media (max-width: 768px) {
  .section-mountain-panorama {
    height: 175px;
  }
}

/* === 98 ACRES INSPIRED ACCOMMODATIONS & SPACES === */
.section-suites {
  background: linear-gradient(180deg, #FBFBF9 0%, #F5F1E8 40%, #F8F6F0 100%);
  padding: 7.5rem 0 5rem;
  position: relative;
  overflow: hidden;
}

.suites-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 2rem;
}

/* --- Section Header --- */
.suites-header-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: flex-end;
  margin-bottom: 3.5rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid rgba(200, 178, 138, 0.28);
}

.suites-eyebrow-wrap {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 0.85rem;
}

.suites-eyebrow-line {
  display: inline-block;
  width: 28px;
  height: 1.5px;
  background: var(--gold);
}

.suites-eyebrow {
  font-family: var(--font-sans);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  color: var(--gold);
  text-transform: uppercase;
}

.suites-headline {
  font-family: var(--font-serif);
  font-size: clamp(2.4rem, 4.2vw, 3.8rem);
  font-weight: 400;
  line-height: 1.1;
  color: var(--forest);
  margin-bottom: 0.75rem;
  letter-spacing: -0.015em;
}

.suites-sub-headline {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: clamp(1.05rem, 1.6vw, 1.3rem);
  color: #6e6b63;
  line-height: 1.4;
  font-weight: 300;
}

.suites-intro-p {
  font-family: var(--font-sans);
  font-size: 0.94rem;
  font-weight: 300;
  line-height: 1.85;
  color: #55524c;
  margin-bottom: 1.5rem;
}

.suites-header-actions {
  display: flex;
  align-items: center;
  gap: 1.8rem;
  flex-wrap: wrap;
}

.suites-explore-link {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-family: var(--font-sans);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--forest);
  position: relative;
  padding-bottom: 3px;
  transition: all var(--transition-fast);
}

.suites-explore-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.5px;
  background: var(--gold);
  transition: width 0.3s ease, background-color 0.3s ease;
}

.suites-explore-link:hover {
  color: var(--gold);
}

.suites-explore-link:hover svg {
  transform: translateX(4px);
}

.suites-explore-link svg {
  transition: transform 0.25s ease;
}

.suites-map-link-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: transparent;
  border: 1px solid rgba(28, 45, 39, 0.25);
  padding: 0.55rem 1.2rem;
  border-radius: 40px;
  font-family: var(--font-sans);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--forest);
  cursor: pointer;
  transition: all var(--transition-fast);
}

.suites-map-link-btn:hover {
  border-color: var(--forest);
  background: rgba(28, 45, 39, 0.05);
}

/* --- Toolbar (Filters + Slider Controls) --- */
.suites-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 2.5rem;
  flex-wrap: wrap;
}

.suites-filters {
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
}

.suite-filter-btn {
  background: #ffffff;
  border: 1px solid rgba(200, 178, 138, 0.35);
  padding: 0.55rem 1.15rem;
  border-radius: 30px;
  font-family: var(--font-sans);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: #4a4843;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  transition: all var(--transition-fast);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.02);
}

.suite-filter-btn .filter-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  background: #f0ece1;
  color: var(--forest);
  border-radius: 50%;
  font-size: 0.65rem;
  font-weight: 600;
  transition: all var(--transition-fast);
}

.suite-filter-btn:hover {
  border-color: var(--gold);
  color: var(--forest);
  background: #fcfbf8;
}

.suite-filter-btn.active {
  background: var(--forest);
  border-color: var(--forest);
  color: #ffffff;
  box-shadow: 0 4px 14px rgba(28, 45, 39, 0.2);
}

.suite-filter-btn.active .filter-count {
  background: var(--gold);
  color: var(--forest);
}

.suites-controls-wrap {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.suite-slide-counter {
  font-family: var(--font-serif);
  font-size: 1.25rem;
  color: var(--forest);
  display: flex;
  align-items: center;
  gap: 0.3rem;
}

.counter-curr {
  font-weight: 600;
  color: var(--forest);
}

.counter-divider {
  font-size: 0.9rem;
  color: var(--mid-gray);
  opacity: 0.6;
}

.counter-total {
  color: var(--mid-gray);
  font-size: 1rem;
}

.suites-nav-btns {
  display: flex;
  gap: 0.6rem;
}

.suite-nav-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid rgba(200, 178, 138, 0.45);
  color: var(--forest);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all var(--transition-fast);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}

.suite-nav-btn:hover {
  background: var(--forest);
  border-color: var(--forest);
  color: var(--gold);
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(28, 45, 39, 0.18);
}

.suite-nav-btn:active {
  transform: translateY(0);
}

/* --- Carousel Track & Cards --- */
.suites-carousel {
  position: relative;
  overflow: hidden;
  padding: 0.75rem 0 1.5rem;
  margin: 0 -0.5rem;
}

.suite-track {
  display: flex;
  gap: 1.5rem;
  transition: transform 0.65s cubic-bezier(0.25, 1, 0.35, 1);
  will-change: transform;
}

.suite-card {
  flex: 0 0 calc(33.333% - 1rem);
  min-width: calc(33.333% - 1rem);
  background: #ffffff;
  border: 1px solid rgba(229, 226, 220, 0.85);
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.4s ease, border-color 0.4s ease, opacity 0.3s ease;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.035);
  position: relative;
}

.suite-card.hidden-filter {
  display: none !important;
}

.suite-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 55px rgba(28, 45, 39, 0.12);
  border-color: rgba(200, 178, 138, 0.6);
}

.suite-card-featured {
  border: 1px solid rgba(200, 178, 138, 0.55);
  background: #ffffff;
}

/* Card Image Area */
.suite-img-wrap {
  position: relative;
  height: 290px;
  overflow: hidden;
  background: #1c2d27;
}

.suite-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.9s cubic-bezier(0.2, 1, 0.3, 1), filter 0.6s ease;
}

.suite-card:hover .suite-img-wrap img {
  transform: scale(1.07);
}

.suite-tag-badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: rgba(28, 45, 39, 0.85);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(200, 178, 138, 0.4);
  color: var(--gold);
  font-family: var(--font-sans);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 0.35rem 0.85rem;
  border-radius: 4px;
  z-index: 2;
}

.suite-tag-badge.gold-badge {
  background: rgba(200, 178, 138, 0.92);
  color: var(--forest);
  border-color: #ffffff;
  font-weight: 700;
}

.suite-photo-count-pill {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  background: rgba(15, 25, 20, 0.75);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  font-family: var(--font-sans);
  font-size: 0.65rem;
  font-weight: 500;
  padding: 0.25rem 0.65rem;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 0.35rem;
  z-index: 2;
  transition: opacity 0.3s ease;
}

.suite-img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15, 25, 20, 0.1) 0%, rgba(15, 25, 20, 0.65) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.35s ease;
  z-index: 3;
}

.suite-card:hover .suite-img-overlay {
  opacity: 1;
}

.suite-img-overlay .btn-gallery-trigger {
  padding: 0.75rem 1.4rem;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid #ffffff;
  border-radius: 40px;
  color: var(--forest);
  font-family: var(--font-sans);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  transform: translateY(12px);
  transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.suite-card:hover .suite-img-overlay .btn-gallery-trigger {
  transform: translateY(0);
}

.suite-img-overlay .btn-gallery-trigger:hover {
  background: var(--forest);
  color: var(--gold);
  border-color: var(--forest);
}

/* Card Body */
.suite-info {
  padding: 1.75rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.suite-meta-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.65rem;
}

.suite-type-pill {
  font-family: var(--font-sans);
  font-size: 0.64rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #8c734b;
}

.suite-type-pill.gold-pill {
  color: #96702e;
  font-weight: 700;
}

.suite-room-num {
  font-family: var(--font-sans);
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: var(--mid-gray);
}

.suite-name {
  font-family: var(--font-serif);
  font-size: 1.45rem;
  font-weight: 500;
  color: var(--forest);
  line-height: 1.25;
  margin-bottom: 0.75rem;
  letter-spacing: -0.01em;
}

.suite-desc {
  font-family: var(--font-sans);
  font-size: 0.86rem;
  color: #66635c;
  line-height: 1.7;
  margin-bottom: 1.25rem;
  flex: 1;
}

/* 98 Acres Quick Specs Grid */
.suite-quick-specs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
  background: #FBF9F5;
  border: 1px solid rgba(200, 178, 138, 0.22);
  border-radius: 4px;
  padding: 0.75rem 0.65rem;
  margin-bottom: 1.25rem;
}

.quick-spec-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.35rem;
  position: relative;
}

.quick-spec-item:not(:last-child)::after {
  content: '';
  position: absolute;
  right: -0.25rem;
  top: 15%;
  height: 70%;
  width: 1px;
  background: rgba(200, 178, 138, 0.25);
}

.quick-spec-item svg {
  color: var(--gold);
  flex-shrink: 0;
}

.quick-spec-item .spec-label {
  font-family: var(--font-sans);
  font-size: 0.66rem;
  font-weight: 500;
  color: #3b3935;
  line-height: 1.3;
}

/* Amenity Badges */
.suite-amenity-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-bottom: 1.5rem;
}

.amenity-chip {
  font-family: var(--font-sans);
  font-size: 0.62rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  padding: 0.25rem 0.65rem;
  background: #f8f7f4;
  border: 1px solid #ebe7df;
  border-radius: 3px;
  color: #595650;
  transition: all var(--transition-fast);
}

.amenity-chip.highlight {
  background: #fdfaf3;
  border-color: rgba(200, 178, 138, 0.45);
  color: var(--forest);
  font-weight: 500;
}

.amenity-chip:hover {
  border-color: var(--gold);
  color: var(--forest);
}

/* Card Footer (Rate & Actions) */
.suite-card-footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 1.1rem;
  border-top: 1px solid rgba(229, 226, 220, 0.85);
  margin-top: auto;
}

.suite-rate-box {
  display: flex;
  flex-direction: column;
}

.rate-from-txt {
  font-family: var(--font-sans);
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--mid-gray);
  margin-bottom: 0.1rem;
}

.rate-amount-row {
  display: flex;
  align-items: baseline;
  gap: 0.3rem;
}

.rate-amount-row .rate-value {
  font-family: var(--font-serif);
  font-size: 1.6rem;
  font-weight: 600;
  color: var(--forest);
  line-height: 1;
}

.rate-amount-row .rate-value.space-rate {
  font-size: 1.35rem;
  color: #4a7f6f;
}

.rate-amount-row .rate-period {
  font-family: var(--font-sans);
  font-size: 0.72rem;
  color: var(--mid-gray);
}

.suite-actions-group {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.btn-suite-reserve {
  background: var(--forest);
  border: 1px solid var(--forest);
  color: #ffffff;
  padding: 0.68rem 1.45rem;
  border-radius: 6px;
  font-family: var(--font-sans);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all var(--transition-fast);
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  box-shadow: 0 4px 14px rgba(28, 45, 39, 0.15);
}

.btn-suite-reserve:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--forest);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(200, 178, 138, 0.4);
}

.btn-suite-reserve:active {
  transform: translateY(0);
}

.btn-suite-reserve.gold-cta {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--forest);
  font-weight: 700;
  box-shadow: 0 4px 16px rgba(200, 178, 138, 0.35);
}

.btn-suite-reserve.gold-cta:hover {
  background: #deb887;
  border-color: #deb887;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(200, 178, 138, 0.5);
}

/* --- Progress Bar & Dot Indicators --- */
.suites-progress-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.2rem;
  margin-top: 2rem;
}

.suites-progress-track {
  width: 180px;
  height: 3px;
  background: rgba(200, 178, 138, 0.25);
  border-radius: 3px;
  overflow: hidden;
  position: relative;
}

.suites-progress-fill {
  height: 100%;
  width: 20%;
  background: linear-gradient(90deg, var(--forest) 0%, var(--gold) 100%);
  border-radius: 3px;
  transition: width 0.4s ease;
}

.suites-dot-indicators {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

.suites-dot-indicators .suite-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(200, 178, 138, 0.4);
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
}

.suites-dot-indicators .suite-dot.active {
  width: 24px;
  border-radius: 12px;
  background: var(--forest);
}

/* --- Bottom Layout Banner (98 Acres Style) --- */
.suites-bottom-banner {
  margin-top: 4.5rem;
  background: var(--forest);
  border-radius: 8px;
  padding: 2.5rem 3.5rem;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(200, 178, 138, 0.3);
  box-shadow: 0 16px 45px rgba(28, 45, 39, 0.15);
}

.suites-bottom-banner::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(200, 178, 138, 0.15) 0%, rgba(28, 45, 39, 0) 70%);
  pointer-events: none;
}

.banner-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3rem;
  position: relative;
  z-index: 2;
}

.banner-content {
  max-width: 680px;
}

.banner-eyebrow {
  font-family: var(--font-sans);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: var(--gold);
  text-transform: uppercase;
  display: block;
  margin-bottom: 0.6rem;
}

.banner-title {
  font-family: var(--font-serif);
  font-size: clamp(1.4rem, 2.2vw, 1.85rem);
  font-weight: 400;
  color: #ffffff;
  line-height: 1.25;
  margin-bottom: 0.65rem;
}

.banner-desc {
  font-family: var(--font-sans);
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.65;
}

.banner-actions {
  display: flex;
  gap: 1rem;
  flex-shrink: 0;
}

.btn-banner-map {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.85rem 1.6rem;
  background: transparent;
  border: 1px solid var(--gold);
  color: var(--gold);
  font-family: var(--font-sans);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  border-radius: 4px;
  cursor: pointer;
  transition: all var(--transition-fast);
  white-space: nowrap;
}

.btn-banner-map:hover {
  background: var(--gold);
  color: var(--forest);
  box-shadow: 0 4px 16px rgba(200, 178, 138, 0.3);
}

.btn-banner-whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.85rem 1.6rem;
  background: #25D366;
  border: 1px solid #25D366;
  color: #ffffff;
  font-family: var(--font-sans);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  border-radius: 4px;
  cursor: pointer;
  transition: all var(--transition-fast);
  white-space: nowrap;
}

.btn-banner-whatsapp:hover {
  background: #1ebc59;
  border-color: #1ebc59;
  box-shadow: 0 4px 16px rgba(37, 211, 102, 0.35);
}

/* --- Responsive Media Queries for Accommodations --- */
@media (max-width: 1100px) {
  .suite-card {
    flex: 0 0 calc(50% - 0.75rem);
    min-width: calc(50% - 0.75rem);
  }
  .suites-header-top {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .banner-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.8rem;
  }
  .banner-actions {
    width: 100%;
    flex-wrap: wrap;
  }
}

@media (max-width: 768px) {
  .section-suites {
    padding: 5rem 0 3.5rem;
  }
  .suites-container {
    padding: 0 1.25rem;
  }
  .suite-card {
    flex: 0 0 calc(100% - 0.5rem);
    min-width: calc(100% - 0.5rem);
  }
  .suites-toolbar {
    flex-direction: column;
    align-items: flex-start;
  }
  .suites-controls-wrap {
    width: 100%;
    justify-content: space-between;
  }
  .suites-bottom-banner {
    padding: 2rem 1.5rem;
  }
  .btn-banner-map, .btn-banner-whatsapp {
    width: 100%;
    justify-content: center;
  }
}

/* === BOOKING === */
.section-booking {
  position: relative;
  padding: 8rem 2rem;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.booking-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.booking-bg img { width: 100%; height: 100%; object-fit: cover; }
.booking-bg-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(15,25,20,0.9) 0%, rgba(28,45,39,0.85) 100%);
}
.booking-content {
  position: relative;
  z-index: 1;
  max-width: 680px;
  width: 100%;
  text-align: center;
}
.booking-sub {
  font-family: var(--font-sans);
  font-size: 0.88rem;
  color: rgba(255,255,255,0.6);
  margin-bottom: 3rem;
  line-height: 1.75;
}
.booking-widget {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(200,178,138,0.25);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding: 2.5rem;
  text-align: left;
}
.booking-steps {
  display: flex;
  align-items: center;
  margin-bottom: 2.5rem;
}
.step-item {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  opacity: 0.4;
  transition: opacity 0.3s ease;
}
.step-item.active { opacity: 1; }
.step-item.completed { opacity: 0.7; }
.step-num {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.72rem;
  color: var(--gold);
  font-family: var(--font-sans);
}
.step-item.active .step-num { background: var(--gold); color: var(--forest); font-weight: 600; }
.step-label {
  font-family: var(--font-sans);
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7);
  white-space: nowrap;
}
.step-line { flex: 1; height: 1px; background: rgba(200,178,138,0.25); margin: 0 0.75rem; }
.booking-step-panel { display: none; }
.booking-step-panel.active { display: block; }
.step-title {
  font-family: var(--font-serif);
  font-size: 1.4rem;
  color: var(--white);
  margin-bottom: 0.4rem;
}
.step-note {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.45);
  margin-bottom: 1.5rem;
  letter-spacing: 0.05em;
}
.booking-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2rem;
  margin-bottom: 1.5rem;
}
.booking-field { display: flex; flex-direction: column; gap: 0.4rem; }
.booking-field label {
  font-family: var(--font-sans);
  font-size: 0.65rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold);
}
.booking-field input, .booking-field select {
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(200,178,138,0.2);
  color: var(--white);
  font-family: var(--font-sans);
  font-size: 0.88rem;
  padding: 0.8rem 1rem;
  outline: none;
  transition: border-color 0.2s ease;
  color-scheme: dark;
}
.booking-field input:focus, .booking-field select:focus {
  border-color: var(--gold);
}
.booking-field select option { background: var(--forest); color: var(--white); }
.booking-rate-preview {
  background: rgba(200,178,138,0.08);
  border: 1px solid rgba(200,178,138,0.2);
  padding: 0.85rem 1rem;
  margin-bottom: 1.5rem;
  font-size: 0.82rem;
  color: rgba(255,255,255,0.65);
  font-family: var(--font-sans);
  min-height: 44px;
  display: flex;
  align-items: center;
}
.btn-booking-next {
  width: 100%;
  padding: 1rem;
  background: var(--gold);
  color: var(--forest);
  font-family: var(--font-sans);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  transition: background var(--transition-fast);
}
.btn-booking-next:hover { background: #d4c09e; }
.extras-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}
.extra-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.85rem;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(200,178,138,0.15);
  cursor: pointer;
  transition: border-color 0.2s ease;
}
.extra-item:hover { border-color: var(--gold); }
.extra-item input[type="checkbox"] { margin-top: 2px; accent-color: var(--gold); flex-shrink: 0; }
.extra-label { display: flex; flex-direction: column; gap: 0.2rem; }
.extra-label strong { font-family: var(--font-sans); font-size: 0.78rem; font-weight: 500; color: var(--white); }
.extra-label em { font-family: var(--font-sans); font-size: 0.68rem; color: rgba(255,255,255,0.45); font-style: normal; }
.step-nav { display: flex; gap: 1rem; margin-bottom: 1rem; }
.btn-back {
  flex: 0 0 auto;
  padding: 1rem 1.5rem;
  border: 1px solid rgba(200,178,138,0.3);
  color: rgba(255,255,255,0.6);
  font-family: var(--font-sans);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  transition: all var(--transition-fast);
}
.btn-back:hover { border-color: var(--gold); color: var(--gold); }
.booking-summary { margin-bottom: 1.2rem; }
.summary-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(200,178,138,0.1);
  font-family: var(--font-sans);
  font-size: 0.82rem;
  color: rgba(255,255,255,0.6);
}
.summary-row.total {
  border-bottom: none;
  margin-top: 0.5rem;
  font-size: 1rem;
  font-weight: 600;
  color: var(--gold);
  font-family: var(--font-serif);
}
.summary-note {
  font-size: 0.7rem;
  color: rgba(255,255,255,0.35);
  line-height: 1.65;
  margin-bottom: 1.5rem;
}
.btn-booking-submit {
  flex: 1;
  padding: 1rem;
  background: var(--gold);
  color: var(--forest);
  font-family: var(--font-sans);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  transition: background var(--transition-fast);
}
.btn-booking-submit:hover { background: #d4c09e; }
.btn-whatsapp {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  margin-top: 1rem;
  padding: 0.85rem;
  border: 1px solid rgba(37,211,102,0.35);
  color: rgba(37,211,102,0.8);
  font-family: var(--font-sans);
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: all var(--transition-fast);
  width: 100%;
}
.btn-whatsapp:hover { border-color: #25D366; color: #25D366; background: rgba(37,211,102,0.07); }

/* === THE VISUAL STORY (GALLERY) === */
.section-gallery {
  background: #111A16;
  padding: 8rem 2rem 7rem;
  position: relative;
  overflow: hidden;
}

.section-gallery::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  max-width: 1400px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(200, 178, 138, 0.3), transparent);
}

.gallery-header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 3.5rem;
}

.gallery-header .section-label {
  color: var(--gold);
  letter-spacing: 0.22em;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}

.gallery-header .section-headline {
  color: #FFFFFF;
  font-size: clamp(2.2rem, 3.8vw, 3.2rem);
  font-family: var(--font-serif);
  font-weight: 400;
  line-height: 1.15;
  margin-bottom: 1rem;
}

.gallery-header .section-intro {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.95rem;
  line-height: 1.65;
  font-family: var(--font-sans);
  margin-bottom: 1.5rem;
}

.gallery-action-row {
  display: flex;
  justify-content: center;
}

.btn-gallery-viewall {
  background: rgba(200, 178, 138, 0.12);
  border: 1px solid rgba(200, 178, 138, 0.35);
  color: var(--gold);
  padding: 0.65rem 1.4rem;
  border-radius: 30px;
  font-family: var(--font-sans);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  transition: all var(--transition-fast);
  backdrop-filter: blur(8px);
}

.btn-gallery-viewall:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: #111A16;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(200, 178, 138, 0.35);
}

/* Symmetrical 3-Column Bento Grid */
.bento-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  max-width: 1360px;
  margin: 0 auto;
}

.bento-card {
  position: relative;
  height: 380px;
  overflow: hidden;
  border-radius: 16px;
  cursor: pointer;
  transform: translateY(0);
  border: 1px solid rgba(200, 178, 138, 0.18);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.4s cubic-bezier(0.25, 1, 0.5, 1), border-color 0.4s ease;
  background: #182620;
}

.bento-card.bento-wide {
  grid-column: span 2;
}

.bento-card:hover {
  transform: translateY(-6px);
  border-color: rgba(200, 178, 138, 0.55);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.55), 0 0 25px rgba(200, 178, 138, 0.18);
}

.bento-slideshow {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.bento-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transform: scale(1.04);
  transition: opacity 1.5s ease-in-out;
}

.bento-slide.active {
  opacity: 1;
  transform: scale(1);
  transition: opacity 1.5s ease-in-out, transform 8s ease-out;
}

.bento-card:hover .bento-slide.active {
  transform: scale(1.06);
}

.bento-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(17, 26, 22, 0.08) 0%, rgba(17, 26, 22, 0.3) 45%, rgba(10, 18, 14, 0.9) 100%);
  transition: background 0.4s ease;
  pointer-events: none;
}

.bento-card:hover .bento-overlay {
  background: linear-gradient(180deg, rgba(17, 26, 22, 0.04) 0%, rgba(17, 26, 22, 0.18) 40%, rgba(10, 18, 14, 0.85) 100%);
}

.bento-zoom-badge {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  background: rgba(17, 26, 22, 0.82);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(200, 178, 138, 0.4);
  color: var(--gold);
  padding: 0.4rem 0.85rem;
  border-radius: 20px;
  font-family: var(--font-sans);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  opacity: 0;
  transform: translateY(-6px);
  transition: all 0.3s ease;
  z-index: 3;
  pointer-events: none;
}

.bento-card:hover .bento-zoom-badge {
  opacity: 1;
  transform: translateY(0);
}

.bento-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2rem 1.75rem 1.5rem;
  color: var(--white);
  pointer-events: none;
  z-index: 2;
}

.bento-tag {
  display: inline-block;
  font-family: var(--font-sans);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.4rem;
}

.bento-caption h3 {
  font-family: var(--font-serif);
  font-size: 1.45rem;
  font-weight: 400;
  margin-bottom: 0.35rem;
  color: #FFFFFF;
  line-height: 1.2;
  transition: color 0.3s ease;
}

.bento-card:hover .bento-caption h3 {
  color: #f7ecd7;
}

.bento-caption p {
  font-family: var(--font-sans);
  font-size: 0.78rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.75);
  font-weight: 300;
}

@media (max-width: 1024px) {
  .bento-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
  .bento-card {
    height: 340px;
  }
  .bento-card.bento-wide {
    grid-column: span 2;
  }
}

@media (max-width: 640px) {
  .bento-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .bento-card, .bento-card.bento-wide {
    grid-column: span 1;
    height: 300px;
  }
  .bento-caption {
    padding: 1.5rem 1.25rem 1.25rem;
  }
  .bento-caption h3 {
    font-size: 1.25rem;
  }
}

/* === EXPLORE THE REGION (REACT 18 LUXURY COMPONENT) === */
.section-explore {
  background: #111A16;
  padding: 8rem 2rem 7rem;
  position: relative;
  overflow: hidden;
  color: var(--white);
}

.section-explore::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  max-width: 1400px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(200, 178, 138, 0.35), transparent);
}

.explore-header {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 3.5rem;
}

.explore-header .section-label {
  color: var(--gold);
  letter-spacing: 0.22em;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}

.explore-header .section-headline {
  color: #FFFFFF;
  font-size: clamp(2.2rem, 3.8vw, 3.2rem);
  font-family: var(--font-serif);
  font-weight: 400;
  line-height: 1.15;
  margin-bottom: 1.1rem;
}

.explore-header .section-intro {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.95rem;
  line-height: 1.7;
  font-family: var(--font-sans);
}

.explore-app-root {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}

/* --- View Switcher Tabs --- */
.explore-view-switcher-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 2.8rem;
}

.explore-view-switcher {
  display: inline-flex;
  align-items: center;
  background: rgba(28, 45, 39, 0.7);
  border: 1px solid rgba(200, 178, 138, 0.3);
  padding: 0.35rem;
  border-radius: 40px;
  gap: 0.35rem;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
}

.view-tab-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.65rem 1.4rem;
  border-radius: 30px;
  background: transparent;
  border: 1px solid transparent;
  color: rgba(255, 255, 255, 0.7);
  font-family: var(--font-sans);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all var(--transition-fast);
}

.view-tab-btn:hover {
  color: var(--gold);
}

.view-tab-btn.active {
  background: var(--gold);
  color: var(--forest);
  border-color: var(--gold);
  font-weight: 700;
  box-shadow: 0 4px 16px rgba(200, 178, 138, 0.35);
}

.view-tab-btn svg {
  flex-shrink: 0;
}

/* --- Control Panel (Search & Multi-Filters) --- */
.explore-control-panel {
  background: rgba(24, 38, 32, 0.65);
  border: 1px solid rgba(200, 178, 138, 0.2);
  border-radius: 16px;
  padding: 1.6rem 2rem;
  margin-bottom: 2.2rem;
  backdrop-filter: blur(10px);
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.explore-search-box {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}

.explore-search-box svg {
  position: absolute;
  left: 1.2rem;
  color: var(--gold);
  pointer-events: none;
  opacity: 0.8;
}

.explore-search-input {
  width: 100%;
  padding: 0.95rem 2.8rem 0.95rem 3.2rem;
  background: rgba(14, 23, 19, 0.8);
  border: 1px solid rgba(200, 178, 138, 0.25);
  border-radius: 30px;
  color: #FFFFFF;
  font-family: var(--font-sans);
  font-size: 0.88rem;
  outline: none;
  transition: border-color var(--transition-fast), box-shadow var(--transition-fast);
}

.explore-search-input:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(200, 178, 138, 0.15);
}

.explore-search-input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.search-clear-btn {
  position: absolute;
  right: 1.2rem;
  background: transparent;
  border: none;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.9rem;
  cursor: pointer;
  padding: 0.3rem;
  transition: color var(--transition-fast);
}

.search-clear-btn:hover {
  color: var(--gold);
}

.explore-category-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.category-pill-btn {
  padding: 0.55rem 1.15rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(200, 178, 138, 0.2);
  border-radius: 20px;
  color: rgba(255, 255, 255, 0.75);
  font-family: var(--font-sans);
  font-size: 0.72rem;
  font-weight: 500;
  cursor: pointer;
  transition: all var(--transition-fast);
}

.category-pill-btn:hover {
  border-color: var(--gold);
  color: #FFFFFF;
}

.category-pill-btn.active {
  background: rgba(200, 178, 138, 0.18);
  border-color: var(--gold);
  color: var(--gold);
  font-weight: 600;
}

.explore-proximity-bar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.8rem;
  padding-top: 0.4rem;
  border-top: 1px solid rgba(200, 178, 138, 0.12);
}

.proximity-label {
  font-family: var(--font-sans);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
}

.proximity-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.proximity-chip {
  padding: 0.4rem 0.9rem;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 14px;
  color: rgba(255, 255, 255, 0.65);
  font-family: var(--font-sans);
  font-size: 0.68rem;
  cursor: pointer;
  transition: all var(--transition-fast);
}

.proximity-chip:hover {
  border-color: rgba(200, 178, 138, 0.5);
  color: #FFFFFF;
}

.proximity-chip.active {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--forest);
  font-weight: 600;
}

.explore-reset-btn {
  margin-left: auto;
  background: transparent;
  border: none;
  color: rgba(200, 178, 138, 0.8);
  font-family: var(--font-sans);
  font-size: 0.7rem;
  text-decoration: underline;
  cursor: pointer;
  transition: color var(--transition-fast);
}

.explore-reset-btn:hover {
  color: #FFFFFF;
}

/* --- Results Summary Row --- */
.explore-results-summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.8rem;
  font-family: var(--font-sans);
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.55);
}

.itinerary-quick-link {
  background: rgba(200, 178, 138, 0.15);
  border: 1px solid rgba(200, 178, 138, 0.4);
  color: var(--gold);
  padding: 0.4rem 0.9rem;
  border-radius: 20px;
  font-family: var(--font-sans);
  font-size: 0.7rem;
  font-weight: 600;
  cursor: pointer;
  transition: all var(--transition-fast);
}

.itinerary-quick-link:hover {
  background: var(--gold);
  color: var(--forest);
}

/* --- Empty State --- */
.explore-empty-state {
  text-align: center;
  padding: 4rem 2rem;
  background: rgba(28, 45, 39, 0.4);
  border: 1px dashed rgba(200, 178, 138, 0.3);
  border-radius: 16px;
}

.explore-empty-state .empty-icon {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.explore-empty-state h3 {
  font-family: var(--font-serif);
  font-size: 1.4rem;
  color: #FFFFFF;
  margin-bottom: 0.5rem;
}

.explore-empty-state p {
  font-family: var(--font-sans);
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 1.5rem;
}

/* --- Curated Landmark Cards Grid --- */
.explore-cards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.6rem;
}

.explore-card-v2 {
  background: #17241F;
  border: 1px solid rgba(200, 178, 138, 0.18);
  border-radius: 14px;
  overflow: hidden;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), border-color 0.3s ease, box-shadow 0.4s ease;
}

.explore-card-v2:hover {
  transform: translateY(-6px);
  border-color: rgba(200, 178, 138, 0.5);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.5), 0 0 25px rgba(200, 178, 138, 0.12);
}

.ec-v2-img-wrap {
  position: relative;
  height: 220px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  flex-shrink: 0;
}

.ec-v2-img-wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(17, 26, 22, 0.1) 0%, rgba(17, 26, 22, 0.4) 50%, rgba(15, 24, 20, 0.95) 100%);
  transition: opacity 0.3s ease;
}

.explore-card-v2:hover .ec-v2-img-wrap::after {
  opacity: 0.85;
}

.ec-v2-badges-top {
  position: absolute;
  top: 1rem;
  left: 1rem;
  right: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 3;
}

.ec-v2-cat-badge {
  font-family: var(--font-sans);
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--forest);
  background: var(--gold);
  padding: 0.28rem 0.7rem;
  border-radius: 12px;
}

.ec-v2-save-btn {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(17, 26, 22, 0.75);
  border: 1px solid rgba(200, 178, 138, 0.4);
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  backdrop-filter: blur(6px);
  transition: all var(--transition-fast);
}

.ec-v2-save-btn:hover {
  background: var(--forest);
  border-color: var(--gold);
  color: var(--gold);
  transform: scale(1.1);
}

.ec-v2-save-btn.saved {
  background: rgba(200, 178, 138, 0.2);
  border-color: var(--gold);
  color: var(--gold);
}

.ec-v2-dist-tag {
  position: absolute;
  bottom: 0.8rem;
  left: 1rem;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-family: var(--font-sans);
  font-size: 0.65rem;
  font-weight: 500;
  color: var(--gold);
  background: rgba(11, 20, 16, 0.8);
  padding: 0.25rem 0.65rem;
  border-radius: 10px;
  border: 1px solid rgba(200, 178, 138, 0.2);
}

.ec-v2-body {
  padding: 1.3rem 1.4rem 1.4rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.ec-v2-meta-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.45rem;
}

.ec-v2-location {
  font-family: var(--font-sans);
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 600;
}

.ec-v2-elevation {
  font-family: var(--font-sans);
  font-size: 0.62rem;
  color: rgba(255, 255, 255, 0.5);
}

.ec-v2-title {
  font-family: var(--font-serif);
  font-size: 1.25rem;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1.25;
  margin-bottom: 0.35rem;
  transition: color var(--transition-fast);
}

.explore-card-v2:hover .ec-v2-title {
  color: #F7ECD7;
}

.ec-v2-tagline {
  font-family: var(--font-sans);
  font-size: 0.72rem;
  font-style: italic;
  color: rgba(200, 178, 138, 0.85);
  margin-bottom: 0.7rem;
}

.ec-v2-desc {
  font-family: var(--font-sans);
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.55;
  margin-bottom: 1.2rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ec-v2-footer {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 0.9rem;
  border-top: 1px solid rgba(200, 178, 138, 0.12);
}

.ec-v2-difficulty-pill {
  font-family: var(--font-sans);
  font-size: 0.6rem;
  color: rgba(255, 255, 255, 0.5);
}

.ec-v2-action-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  background: transparent;
  border: none;
  color: var(--gold);
  font-family: var(--font-sans);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform var(--transition-fast);
}

.explore-card-v2:hover .ec-v2-action-btn {
  transform: translateX(3px);
}

/* --- View 2: Interactive Radar Map & Hub --- */
.explore-map-view {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.map-intro-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(24, 38, 32, 0.7);
  border: 1px solid rgba(200, 178, 138, 0.25);
  border-radius: 14px;
  padding: 1.2rem 1.8rem;
  backdrop-filter: blur(10px);
}

.map-intro-bar h3 {
  font-family: var(--font-serif);
  font-size: 1.3rem;
  color: #FFFFFF;
  margin-bottom: 0.2rem;
}

.map-intro-bar p {
  font-family: var(--font-sans);
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.6);
}

.map-legend {
  display: flex;
  gap: 1.2rem;
}

.legend-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-sans);
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.75);
}

.legend-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.dot-local { background: #52B788; box-shadow: 0 0 8px rgba(82, 183, 136, 0.6); }
.dot-valley { background: #E9C46A; box-shadow: 0 0 8px rgba(233, 196, 106, 0.6); }
.dot-daytrip { background: #F4A261; box-shadow: 0 0 8px rgba(244, 162, 97, 0.6); }

.map-radar-container {
  position: relative;
  background: #0B1410;
  border: 1px solid rgba(200, 178, 138, 0.3);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.radar-map-svg {
  width: 100%;
  height: auto;
  display: block;
}

.radar-map-pin {
  transition: all 0.3s ease;
}

.radar-tooltip-box {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  width: 320px;
  background: rgba(17, 26, 22, 0.95);
  border: 1px solid var(--gold);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(14px);
  animation: fadeIn 0.3s ease;
  z-index: 10;
}

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

.tooltip-img {
  height: 110px;
  background-size: cover;
  background-position: center;
}

.tooltip-info {
  padding: 1.1rem;
}

.tooltip-cat {
  font-family: var(--font-sans);
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  display: block;
  margin-bottom: 0.3rem;
}

.tooltip-info h4 {
  font-family: var(--font-serif);
  font-size: 1.15rem;
  color: #FFFFFF;
  margin-bottom: 0.3rem;
}

.tooltip-info p {
  font-family: var(--font-sans);
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 0.85rem;
}

.tooltip-btn {
  background: var(--gold);
  color: var(--forest);
  border: none;
  padding: 0.45rem 0.9rem;
  border-radius: 6px;
  font-family: var(--font-sans);
  font-size: 0.68rem;
  font-weight: 700;
  cursor: pointer;
  width: 100%;
  transition: background var(--transition-fast);
}

.tooltip-btn:hover {
  background: #deb887;
}

/* --- View 3: Curated Day Trips --- */
.explore-itineraries-view {
  display: flex;
  flex-direction: column;
  gap: 2.2rem;
}

.itineraries-intro {
  text-align: center;
  max-width: 680px;
  margin: 0 auto;
}

.itineraries-intro h3 {
  font-family: var(--font-serif);
  font-size: 1.8rem;
  color: #FFFFFF;
  margin-bottom: 0.5rem;
}

.itineraries-intro p {
  font-family: var(--font-sans);
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.65);
}

.itineraries-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}

.itinerary-card-luxury {
  background: #17241F;
  border: 1px solid rgba(200, 178, 138, 0.25);
  border-radius: 16px;
  padding: 2.2rem;
  display: flex;
  flex-direction: column;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.35);
  transition: transform 0.4s ease, border-color 0.3s ease;
}

.itinerary-card-luxury:hover {
  transform: translateY(-5px);
  border-color: var(--gold);
}

.itin-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.2rem;
}

.itin-badge {
  font-family: var(--font-sans);
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--forest);
  background: var(--gold);
  padding: 0.3rem 0.8rem;
  border-radius: 12px;
}

.itin-duration {
  font-family: var(--font-sans);
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.6);
}

.itin-title {
  font-family: var(--font-serif);
  font-size: 1.55rem;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1.2;
  margin-bottom: 0.4rem;
}

.itin-subtitle {
  font-family: var(--font-sans);
  font-size: 0.82rem;
  color: var(--gold);
  font-style: italic;
  margin-bottom: 0.9rem;
}

.itin-overview {
  font-family: var(--font-sans);
  font-size: 0.82rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 1.5rem;
}

.itin-stops-box {
  background: rgba(11, 20, 16, 0.6);
  border: 1px solid rgba(200, 178, 138, 0.15);
  border-radius: 12px;
  padding: 1.2rem 1.4rem;
  margin-bottom: 1.8rem;
}

.itin-stops-heading {
  font-family: var(--font-sans);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  display: block;
  margin-bottom: 0.9rem;
}

.itin-stops-list {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.itin-stop-item {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  cursor: pointer;
  padding: 0.45rem;
  border-radius: 8px;
  transition: background var(--transition-fast);
}

.itin-stop-item:hover {
  background: rgba(200, 178, 138, 0.1);
}

.stop-num {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--gold);
  color: var(--forest);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-sans);
  font-size: 0.7rem;
  font-weight: 700;
  flex-shrink: 0;
}

.stop-thumb {
  width: 44px;
  height: 44px;
  border-radius: 6px;
  background-size: cover;
  background-position: center;
  flex-shrink: 0;
  border: 1px solid rgba(200, 178, 138, 0.2);
}

.stop-details h5 {
  font-family: var(--font-serif);
  font-size: 0.95rem;
  color: #FFFFFF;
  margin-bottom: 0.15rem;
}

.stop-details span {
  font-family: var(--font-sans);
  font-size: 0.65rem;
  color: rgba(255, 255, 255, 0.55);
}

.itin-card-actions {
  margin-top: auto;
}

.itin-card-actions .btn-suite-reserve {
  width: 100%;
  justify-content: center;
  background: var(--gold);
  color: var(--forest);
  border-color: var(--gold);
}

.itin-card-actions .btn-suite-reserve:hover {
  background: #deb887;
}

/* --- Landmark Detail Modal --- */
.landmark-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(7, 13, 10, 0.85);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  animation: modalFadeIn 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes modalFadeIn {
  from { opacity: 0; transform: scale(0.96); }
  to { opacity: 1; transform: scale(1); }
}

.landmark-modal-box {
  background: #17241F;
  border: 1px solid rgba(200, 178, 138, 0.4);
  border-radius: 16px;
  max-width: 720px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.7);
  display: flex;
  flex-direction: column;
}

.landmark-modal-close {
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(17, 26, 22, 0.8);
  border: 1px solid rgba(200, 178, 138, 0.4);
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: all var(--transition-fast);
}

.landmark-modal-close:hover {
  background: var(--forest);
  border-color: var(--gold);
  color: var(--gold);
  transform: rotate(90deg);
}

.lm-modal-hero {
  position: relative;
  height: 280px;
  background-size: cover;
  background-position: center;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-bottom: 1px solid rgba(200, 178, 138, 0.2);
}

.lm-modal-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(17, 26, 22, 0.2) 0%, rgba(17, 26, 22, 0.5) 40%, rgba(15, 24, 20, 0.95) 100%);
}

.lm-modal-cat {
  position: relative;
  z-index: 2;
  align-self: flex-start;
  font-family: var(--font-sans);
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--forest);
  background: var(--gold);
  padding: 0.35rem 0.85rem;
  border-radius: 14px;
}

.lm-modal-hero-title {
  position: relative;
  z-index: 2;
}

.lm-modal-hero-title h2 {
  font-family: var(--font-serif);
  font-size: clamp(1.6rem, 2.5vw, 2.2rem);
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1.15;
  margin-bottom: 0.35rem;
}

.lm-modal-hero-title p {
  font-family: var(--font-sans);
  font-size: 0.8rem;
  color: var(--gold);
  letter-spacing: 0.08em;
}

.lm-modal-content {
  padding: 2.2rem;
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
}

.lm-modal-specs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.85rem;
}

.lm-spec-card {
  background: rgba(11, 20, 16, 0.7);
  border: 1px solid rgba(200, 178, 138, 0.18);
  border-radius: 10px;
  padding: 0.9rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.spec-title {
  font-family: var(--font-sans);
  font-size: 0.55rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
}

.spec-val {
  font-family: var(--font-sans);
  font-size: 0.75rem;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 1.3;
}

.lm-modal-narrative h4 {
  font-family: var(--font-serif);
  font-size: 1.25rem;
  color: #FFFFFF;
  margin-bottom: 0.6rem;
}

.lm-modal-narrative p {
  font-family: var(--font-sans);
  font-size: 0.88rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.75);
}

.lm-concierge-tip-box {
  background: rgba(200, 178, 138, 0.08);
  border: 1px solid rgba(200, 178, 138, 0.35);
  border-radius: 12px;
  padding: 1.3rem 1.5rem;
  border-left: 4px solid var(--gold);
}

.lm-concierge-tip-box .tip-header {
  font-family: var(--font-sans);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: var(--gold);
  margin-bottom: 0.5rem;
}

.lm-concierge-tip-box p {
  font-family: var(--font-sans);
  font-size: 0.82rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.88);
}

.lm-modal-actions {
  display: flex;
  gap: 1rem;
  padding-top: 0.5rem;
}

.btn-save-itinerary {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.9rem 1.5rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(200, 178, 138, 0.35);
  color: var(--gold);
  border-radius: 6px;
  font-family: var(--font-sans);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all var(--transition-fast);
}

.btn-save-itinerary:hover {
  background: rgba(200, 178, 138, 0.15);
  border-color: var(--gold);
}

.btn-save-itinerary.saved {
  background: rgba(200, 178, 138, 0.25);
  border-color: var(--gold);
  color: #FFFFFF;
}

.lm-modal-actions .btn-suite-reserve {
  flex: 1;
  justify-content: center;
}

/* --- Custom Itinerary Floating Bar --- */
.itinerary-floating-bar {
  position: fixed;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 900;
  animation: floatUp 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes floatUp {
  from { transform: translate(-50%, 30px); opacity: 0; }
  to { transform: translate(-50%, 0); opacity: 1; }
}

.floating-itinerary-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  background: rgba(17, 26, 22, 0.92);
  border: 1px solid var(--gold);
  padding: 0.85rem 1.6rem;
  border-radius: 40px;
  color: #FFFFFF;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.5), 0 0 20px rgba(200, 178, 138, 0.25);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  cursor: pointer;
  transition: all var(--transition-fast);
}

.floating-itinerary-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 45px rgba(0, 0, 0, 0.6), 0 0 25px rgba(200, 178, 138, 0.4);
}

.floating-itinerary-btn .btn-left {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.pulse-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 8px var(--gold);
  animation: pulseDot 2s infinite;
}

@keyframes pulseDot {
  0% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.6); opacity: 0.5; }
  100% { transform: scale(1); opacity: 1; }
}

.itinerary-count-txt {
  font-family: var(--font-sans);
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--gold);
  letter-spacing: 0.06em;
}

.btn-right-action {
  font-family: var(--font-sans);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #FFFFFF;
  background: var(--forest);
  padding: 0.35rem 0.8rem;
  border-radius: 20px;
  border: 1px solid rgba(200, 178, 138, 0.3);
}

/* --- Slide-over Itinerary Drawer --- */
.itinerary-drawer-overlay {
  position: fixed;
  inset: 0;
  background: rgba(7, 13, 10, 0.75);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 1100;
  display: flex;
  justify-content: flex-end;
}

.itinerary-drawer-box {
  width: 100%;
  max-width: 480px;
  height: 100%;
  background: #17241F;
  border-left: 1px solid rgba(200, 178, 138, 0.35);
  box-shadow: -15px 0 50px rgba(0, 0, 0, 0.6);
  display: flex;
  flex-direction: column;
  animation: slideDrawer 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes slideDrawer {
  from { transform: translateX(100%); }
  to { transform: translateX(0); }
}

.drawer-header {
  padding: 1.8rem;
  border-bottom: 1px solid rgba(200, 178, 138, 0.2);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.drawer-title-group h3 {
  font-family: var(--font-serif);
  font-size: 1.45rem;
  color: #FFFFFF;
  margin-bottom: 0.25rem;
}

.drawer-title-group p {
  font-family: var(--font-sans);
  font-size: 0.75rem;
  color: var(--gold);
}

.drawer-close-btn {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(200, 178, 138, 0.3);
  color: #FFFFFF;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all var(--transition-fast);
}

.drawer-close-btn:hover {
  background: var(--forest);
  color: var(--gold);
}

.drawer-body {
  flex: 1;
  overflow-y: auto;
  padding: 1.6rem 1.8rem;
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
}

.drawer-summary-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(11, 20, 16, 0.7);
  border: 1px solid rgba(200, 178, 138, 0.2);
  border-radius: 10px;
  padding: 1rem 1.2rem;
}

.ds-item {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.ds-label {
  font-family: var(--font-sans);
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
}

.ds-val {
  font-family: var(--font-sans);
  font-size: 0.8rem;
  font-weight: 600;
  color: #FFFFFF;
}

.clear-all-btn {
  background: transparent;
  border: none;
  color: rgba(255, 255, 255, 0.45);
  font-family: var(--font-sans);
  font-size: 0.68rem;
  text-decoration: underline;
  cursor: pointer;
  transition: color var(--transition-fast);
}

.clear-all-btn:hover {
  color: #ff7875;
}

.drawer-stops-list {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.drawer-stop-card {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(200, 178, 138, 0.15);
  border-radius: 10px;
  padding: 0.75rem 0.9rem;
}

.stop-index {
  font-family: var(--font-sans);
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--gold);
  width: 18px;
}

.drawer-stop-thumb {
  width: 48px;
  height: 48px;
  border-radius: 6px;
  background-size: cover;
  background-position: center;
  flex-shrink: 0;
}

.drawer-stop-info {
  flex: 1;
}

.drawer-stop-info h4 {
  font-family: var(--font-serif);
  font-size: 0.98rem;
  color: #FFFFFF;
  margin-bottom: 0.15rem;
}

.drawer-stop-info .stop-meta {
  font-family: var(--font-sans);
  font-size: 0.65rem;
  color: rgba(255, 255, 255, 0.55);
}

.remove-stop-btn {
  background: transparent;
  border: none;
  color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  padding: 0.4rem;
  transition: color var(--transition-fast);
}

.remove-stop-btn:hover {
  color: #ff7875;
}

.drawer-concierge-notice {
  background: rgba(200, 178, 138, 0.08);
  border: 1px solid rgba(200, 178, 138, 0.25);
  border-radius: 10px;
  padding: 1rem;
}

.drawer-concierge-notice p {
  font-family: var(--font-sans);
  font-size: 0.72rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.8);
}

.drawer-footer {
  padding: 1.5rem 1.8rem;
  border-top: 1px solid rgba(200, 178, 138, 0.2);
  background: #141F1A;
}

.drawer-send-btn {
  width: 100%;
  justify-content: center;
}

/* --- Bottom Concierge Box --- */
.explore-concierge {
  max-width: 820px;
  margin: 4.5rem auto 0;
  text-align: center;
}

.concierge-box {
  padding: 3rem;
  background: #17241F;
  border: 1px solid rgba(200, 178, 138, 0.3);
  border-radius: 16px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
}

.concierge-label {
  font-family: var(--font-sans);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.85rem;
}

.concierge-text {
  font-family: var(--font-sans);
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.75;
  margin-bottom: 1.8rem;
}

.concierge-actions-row {
  display: flex;
  justify-content: center;
}

/* --- Responsive Media Queries for Explore Section --- */
@media (max-width: 1200px) {
  .explore-cards-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 992px) {
  .explore-cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .itineraries-grid {
    grid-template-columns: 1fr;
  }
  .lm-modal-specs {
    grid-template-columns: repeat(2, 1fr);
  }
  .map-intro-bar {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
}

@media (max-width: 640px) {
  .section-explore {
    padding: 5rem 1.25rem 4rem;
  }
  .explore-cards-grid {
    grid-template-columns: 1fr;
  }
  .explore-view-switcher {
    width: 100%;
    flex-direction: column;
    border-radius: 16px;
  }
  .view-tab-btn {
    width: 100%;
    justify-content: center;
  }
  .explore-control-panel {
    padding: 1.25rem 1rem;
  }
  .lm-modal-actions {
    flex-direction: column;
  }
  .floating-itinerary-btn {
    width: calc(100vw - 2.5rem);
    padding: 0.75rem 1.2rem;
  }
  .concierge-box {
    padding: 2rem 1.25rem;
  }
}

/* === FOOTER (SARVAM.AI STYLE ADAPTATION FOR VILLA 44) === */

.footer-sarvam {
  background: #F4F1EA;
  background: linear-gradient(180deg, #FAF9F6 0%, #F0ECE4 100%);
  color: #222222;
  padding: 3.5rem 2rem 2rem;
  border-top: 1px solid rgba(28, 45, 39, 0.08);
  position: relative;
  overflow: hidden;
}

.footer-container {
  max-width: 1440px;
  margin: 0 auto;
}

.footer-sarvam-grid {
  display: grid;
  grid-template-columns: 1.4fr 1.1fr 0.9fr;
  gap: 2rem 2.5rem;
  padding-bottom: 2.2rem;
  border-bottom: 1px solid rgba(28, 45, 39, 0.1);
  align-items: start;
}

.footer-col-estate {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

/* --- Brand Column --- */
.footer-col-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-right: 1.5rem;
}

.footer-brand-title {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 2.25rem;
  font-weight: 800;
  letter-spacing: -0.04em;
  color: #1C2D27;
  line-height: 1;
  margin-bottom: 0.5rem;
  display: inline-block;
  transition: color var(--transition-fast), transform var(--transition-fast);
}

.footer-brand-title:hover {
  color: var(--forest-light);
  transform: translateY(-1px);
}

.footer-brand-tagline {
  font-size: 0.84rem;
  line-height: 1.55;
  color: #62605A;
  margin-bottom: 1rem;
  max-width: 290px;
}

/* --- Trust Badges --- */
.footer-badges-group {
  display: flex;
  gap: 0.75rem;
  margin-bottom: 1.1rem;
  width: 100%;
}

.footer-trust-badge {
  flex: 1;
  background: #FFFFFF;
  border: 1px solid rgba(28, 45, 39, 0.1);
  border-radius: 10px;
  padding: 0.6rem 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
  transition: transform var(--transition-fast), border-color var(--transition-fast), box-shadow var(--transition-fast);
}

.footer-trust-badge:hover {
  transform: translateY(-2px);
  border-color: rgba(28, 45, 39, 0.25);
  box-shadow: 0 6px 16px rgba(28, 45, 39, 0.06);
}

.footer-trust-badge .badge-icon {
  width: 20px;
  height: 20px;
  stroke: #1C2D27;
  flex-shrink: 0;
}

.badge-info {
  display: flex;
  flex-direction: column;
}

.badge-label-top {
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: #1C2D27;
  line-height: 1.1;
}

.badge-label-sub {
  font-size: 0.6rem;
  color: #7A7870;
  line-height: 1.2;
}

/* --- Social Hub --- */
.footer-social-wrapper {
  margin-bottom: 1.6rem;
}

.footer-micro-label {
  display: block;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #8C8A82;
  margin-bottom: 0.65rem;
}

.footer-social-icons {
  display: flex;
  gap: 0.65rem;
  align-items: center;
}

.social-icon-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #FFFFFF;
  border: 1px solid rgba(28, 45, 39, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2E3330;
  transition: all 0.25s cubic-bezier(0.2, 0, 0, 1);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.02);
}

.social-icon-btn:hover {
  background: #1C2D27;
  color: #FFFFFF;
  border-color: #1C2D27;
  transform: translateY(-2px) scale(1.05);
  box-shadow: 0 6px 14px rgba(28, 45, 39, 0.15);
}

/* --- Estate Card --- */
.footer-estate-card {
  background: #FFFFFF;
  border: 1px solid rgba(28, 45, 39, 0.1);
  border-radius: 12px;
  padding: 1.1rem 1.25rem;
  width: 100%;
  max-width: 320px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
}

.estate-card-copyright {
  font-size: 0.72rem;
  font-weight: 600;
  color: #333330;
  line-height: 1.45;
  margin-bottom: 0.65rem;
}

.estate-card-address {
  font-size: 0.73rem;
  color: #6E6C65;
  line-height: 1.5;
  margin-bottom: 0.75rem;
}

.estate-card-contacts {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.73rem;
  flex-wrap: wrap;
}

.estate-phone-link {
  color: #1C2D27;
  font-weight: 600;
  transition: color var(--transition-fast);
}

.estate-phone-link:hover {
  color: var(--forest-light);
  text-decoration: underline;
}

.divider-dot {
  color: #BBB8B0;
  font-weight: bold;
}

/* --- Nav Columns --- */
.footer-col-nav {
  display: flex;
  flex-direction: column;
}

.footer-col-heading {
  font-family: 'Plus Jakarta Sans', -apple-system, sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #0E1A15;
  margin-bottom: 0.95rem;
}

.footer-nav-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-nav-list li {
  display: flex;
  align-items: center;
}

.footer-nav-list a {
  font-size: 0.92rem;
  color: #111A16;
  line-height: 1.4;
  font-weight: 600;
  display: inline-block;
  transition: color 0.2s ease, transform 0.2s ease;
}

.footer-nav-list a:hover {
  color: #8C6219;
  font-weight: 600;
  transform: translateX(4px);
}

/* --- Showstopper Giant Brandmark Section (VILLA 44 BADULLA - SCALE TUNED FOR ALL SCREENS) --- */
.footer-sarvam-brandmark-wrap {
  width: 100%;
  padding-top: 1.8rem;
  padding-bottom: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: visible;
  user-select: none;
  box-sizing: border-box;
}

.footer-sarvam-brandmark-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  text-align: center;
}

.footer-sarvam-brandmark {
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-size: clamp(2.2rem, 8.4vw, 8.6rem);
  font-weight: 900;
  letter-spacing: -0.025em;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 0.4rem 0.2rem;
  
  /* Signature Masked Ceylon Landscape Effect + Solid Fallback */
  background-color: #1C2D27;
  background-size: cover;
  background-position: center 40%;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #1C2D27;
  
  filter: contrast(1.22) saturate(1.18);
  transition: opacity 0.85s cubic-bezier(0.4, 0, 0.2, 1), filter 0.5s ease, transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform, filter;
  opacity: 0;
  pointer-events: none;
}

.footer-brandmark-layer.layer-a {
  position: relative;
}

.footer-brandmark-layer.layer-b {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-brandmark-layer.active {
  opacity: 1;
}

.footer-sarvam-brandmark-wrap:hover .footer-sarvam-brandmark.active {
  filter: contrast(1.32) saturate(1.3) brightness(1.06);
  transform: scale(1.015);
}

/* === RESPONSIVE BREAKPOINTS FOR FOOTER === */
@media (max-width: 1440px) {
  .footer-sarvam-brandmark {
    font-size: clamp(2.2rem, 8.2vw, 7.8rem);
  }
}

@media (max-width: 1100px) {
  .footer-sarvam-brandmark {
    font-size: clamp(2rem, 8vw, 6.2rem);
  }
}

@media (max-width: 768px) {
  .footer-sarvam {
    padding: 2.5rem 1.25rem 1.5rem;
  }
  .footer-sarvam-grid {
    grid-template-columns: 1fr;
    gap: 1.8rem;
    padding-bottom: 1.5rem;
  }
  .footer-col-brand {
    max-width: 100%;
  }
  .footer-badges-group {
    flex-direction: column;
    gap: 0.6rem;
  }
  .footer-trust-badge {
    width: 100%;
    max-width: 100%;
  }
  .footer-estate-card {
    max-width: 100%;
  }
  .footer-sarvam-brandmark-wrap {
    width: 100%;
    margin-left: 0;
    padding-top: 1.4rem;
    padding-bottom: 1.2rem;
    overflow: visible;
  }
  .footer-sarvam-brandmark {
    font-size: clamp(1.6rem, 7.6vw, 3.6rem);
    letter-spacing: -0.02em;
    line-height: 1.15;
    white-space: nowrap;
  }
}
  .footer-bottom {
    flex-direction: column;
    gap: 0.85rem;
    text-align: center;
    align-items: center;
    padding: 1.5rem 0 2.5rem;
  }
  .footer-bottom-links {
    justify-content: center;
    flex-wrap: wrap;
    gap: 1.25rem;
  }
}

@media (max-width: 480px) {
  .footer-sarvam {
    padding: 3.5rem 1rem 0;
  }
  .footer-sarvam-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .footer-col-brand {
    grid-column: span 1;
  }
  .footer-col-heading {
    margin-bottom: 1rem;
    font-size: 0.85rem;
  }
  .footer-nav-list {
    gap: 0.7rem;
  }
  .footer-nav-list a {
    font-size: 0.92rem;
  }
  .footer-sarvam-brandmark-wrap {
    padding-top: 1.5rem;
    padding-bottom: 1rem;
  }
  .footer-sarvam-brandmark {
    font-size: clamp(1.35rem, 8.1vw, 2.4rem);
    letter-spacing: -0.025em;
  }
}

@media (max-width: 360px) {
  .footer-sarvam-brandmark {
    font-size: clamp(1.15rem, 7.8vw, 1.6rem);
  }
}

/* === EXCLUSIVE RESERVATION SECTION OVERHAUL === */
.rvc-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7rem 1.5rem;
  overflow: hidden;
  background: #0B1611;
}

.rvc-bg-parallax {
  position: absolute;
  inset: -10%;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  z-index: 0;
  transform: scale(1.08);
  filter: brightness(0.65) saturate(1.2);
}

.rvc-bg-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: 
    radial-gradient(ellipse at 85% 25%, rgba(200, 178, 138, 0.22) 0%, transparent 55%),
    radial-gradient(ellipse at 15% 75%, rgba(74, 127, 111, 0.18) 0%, transparent 60%),
    linear-gradient(170deg, rgba(8, 16, 12, 0.92) 0%, rgba(18, 32, 24, 0.84) 50%, rgba(8, 16, 12, 0.95) 100%);
}

.rvc-container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 4.5rem;
  align-items: center;
}

/* Section Header & Left Column */
.rvc-header {
  color: #FBFBF9;
}

.rvc-eyebrow {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  color: #C8B28A;
  text-transform: uppercase;
  margin-bottom: 1rem;
  display: inline-block;
  text-shadow: 0 0 20px rgba(200, 178, 138, 0.35);
}

.gold-gradient-text {
  background: linear-gradient(135deg, #FFF1DA 0%, #C8B28A 50%, #E7D7BE 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #C8B28A;
  font-style: italic;
  display: inline-block;
}

.rvc-headline {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.8rem, 5.2vw, 4.4rem);
  font-weight: 400;
  line-height: 1.1;
  color: #FFFFFF;
  margin-bottom: 1.25rem;
}

.rvc-subline {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.92rem;
  font-weight: 300;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 2rem;
  max-width: 520px;
}

/* Perks List */
.rvc-perks-list {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  margin-bottom: 2.2rem;
}

.rvc-perk-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 0.85rem 1.15rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(200, 178, 138, 0.18);
  border-radius: 12px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}

.rvc-perk-item:hover {
  background: rgba(200, 178, 138, 0.08);
  border-color: rgba(200, 178, 138, 0.4);
  transform: translateX(4px);
}

.rvc-perk-icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: rgba(200, 178, 138, 0.15);
  border: 1px solid rgba(200, 178, 138, 0.25);
  color: #C8B28A;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.rvc-perk-content strong {
  display: block;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.86rem;
  font-weight: 600;
  color: #FFFFFF;
  margin-bottom: 0.15rem;
}

.rvc-perk-content span {
  display: block;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.45;
}

.rvc-direct-call {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  font-size: 0.82rem;
  color: rgba(200, 178, 138, 0.85);
  flex-wrap: wrap;
}

.rvc-direct-whatsapp-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #4ADE80;
  font-weight: 600;
  font-size: 0.82rem;
  background: rgba(74, 222, 128, 0.12);
  border: 1px solid rgba(74, 222, 128, 0.3);
  padding: 0.45rem 1rem;
  border-radius: 999px;
  transition: all 0.25s ease;
}

.rvc-direct-whatsapp-link:hover {
  background: rgba(74, 222, 128, 0.22);
  border-color: #4ADE80;
  transform: translateY(-1px);
}

/* Glassmorphism Luxury Reservation Card */
.rvc-card {
  color-scheme: dark;
  background: rgba(14, 26, 20, 0.82);
  backdrop-filter: blur(28px) saturate(190%);
  -webkit-backdrop-filter: blur(28px) saturate(190%);
  border: 1.5px solid rgba(200, 178, 138, 0.4);
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 
    0 35px 90px rgba(0, 0, 0, 0.7), 
    0 0 0 1px rgba(200, 178, 138, 0.2) inset, 
    0 20px 45px rgba(200, 178, 138, 0.08);
  opacity: 0;
  transform: translateY(56px);
  transition: opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1), transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

.rvc-card--visible { opacity: 1; transform: translateY(0); }

.rvc-card__topbar {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 1.3rem 2.2rem 0;
}

.rvc-card__topbar-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(200, 178, 138, 0.6), transparent);
}

.rvc-card__topbar-diamond { font-size: 0.7rem; color: #C8B28A; line-height: 1; }

.rvc-card__body { padding: 1.6rem 2.2rem 2.2rem; }

.rvc-card__footer {
  padding: 1.1rem 2.2rem 1.5rem;
  border-top: 1px solid rgba(200, 178, 138, 0.2);
  text-align: center;
  background: rgba(0, 0, 0, 0.28);
}

.rvc-trust {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #C8B28A;
}

/* Step Indicator */
.rvc-steps {
  display: flex;
  align-items: center;
  padding: 1.4rem 2.2rem 0;
}

.rvc-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
  flex-shrink: 0;
}

.rvc-step__bubble {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1.5px solid rgba(200, 178, 138, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.86rem;
  font-weight: 700;
  color: rgba(200, 178, 138, 0.85);
  background: rgba(200, 178, 138, 0.08);
  transition: all 0.35s ease;
}

.rvc-step--active .rvc-step__bubble {
  border-color: #E2D1B6;
  background: linear-gradient(135deg, #E6D7BD 0%, #C8B28A 100%);
  color: #0C1712;
  font-weight: 900;
  box-shadow: 0 0 24px rgba(200, 178, 138, 0.6);
  transform: scale(1.08);
}

.rvc-step--done .rvc-step__bubble {
  border-color: #C8B28A;
  background: #C8B28A;
  color: #0C1712;
}

.rvc-step__label {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  transition: color 0.3s ease;
}

.rvc-step--active .rvc-step__label {
  color: #E2D1B6;
  font-weight: 800;
}

.rvc-step--done .rvc-step__label {
  color: #C8B28A;
}

.rvc-step__line {
  flex: 1;
  height: 1.5px;
  background: rgba(200, 178, 138, 0.25);
  margin: 0 0.5rem;
  margin-bottom: 1.3rem;
  transition: background 0.4s ease;
}

.rvc-step__line--done {
  background: rgba(200, 178, 138, 0.75);
}

/* Panel */
.rvc-panel__head { margin-bottom: 1.6rem; }

.rvc-panel__title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.7rem;
  font-weight: 500;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 0.35rem;
}

.rvc-panel__title svg {
  color: #C8B28A;
  flex-shrink: 0;
}

.rvc-panel__hint {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.8rem;
  font-weight: 400;
  color: rgba(200, 178, 138, 0.85);
  letter-spacing: 0.02em;
}

/* Fields */
.rvc-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2rem;
  margin-bottom: 1.6rem;
}

.rvc-field { display: flex; flex-direction: column; gap: 0.5rem; }
.rvc-field--full { grid-column: 1 / -1; }

.rvc-label {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #C8B28A;
}

.rvc-input {
  color-scheme: dark;
  width: 100%;
  padding: 0.9rem 1.1rem;
  background: rgba(255, 255, 255, 0.1);
  border: 1.5px solid rgba(200, 178, 138, 0.35);
  border-radius: 10px;
  color: #FFFFFF;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.94rem;
  font-weight: 600;
  outline: none;
  cursor: pointer;
  transition: border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.rvc-input:focus {
  border-color: #E2D1B6;
  background: rgba(200, 178, 138, 0.18);
  box-shadow: 0 0 0 4px rgba(200, 178, 138, 0.25);
}

.rvc-input:disabled { opacity: 0.35; cursor: not-allowed; }
.rvc-input::-webkit-calendar-picker-indicator {
  filter: invert(0.9) sepia(0.3) saturate(3) hue-rotate(5deg);
  cursor: pointer;
}

.rvc-select-wrap { position: relative; }
.rvc-select-wrap::after {
  content: '';
  position: absolute;
  right: 1.1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #C8B28A;
  pointer-events: none;
}

.rvc-select {
  color-scheme: dark;
  width: 100%;
  padding: 0.9rem 2.4rem 0.9rem 1.1rem;
  background: rgba(255, 255, 255, 0.1);
  border: 1.5px solid rgba(200, 178, 138, 0.35);
  border-radius: 10px;
  color: #FFFFFF;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.94rem;
  font-weight: 600;
  outline: none;
  cursor: pointer;
  transition: border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.rvc-select:focus {
  border-color: #E2D1B6;
  background: rgba(200, 178, 138, 0.18);
  box-shadow: 0 0 0 4px rgba(200, 178, 138, 0.25);
}

.rvc-select option {
  background: #101E17;
  color: #FFFFFF;
  padding: 0.6rem;
}

.rvc-field__hint {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.74rem;
  font-weight: 400;
  color: rgba(200, 178, 138, 0.8);
  font-style: italic;
  padding-top: 0.2rem;
}

/* Nights Pill */
.rvc-nights-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  background: rgba(200, 178, 138, 0.22);
  border: 1.5px solid rgba(200, 178, 138, 0.55);
  border-radius: 999px;
  padding: 0.5rem 1.35rem;
  margin-bottom: 1.5rem;
  animation: rvcPillIn 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}

.rvc-nights-pill__num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.7rem;
  font-weight: 700;
  color: #E2D1B6;
  line-height: 1;
}

.rvc-nights-pill__text {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.84rem;
  font-weight: 600;
  color: #FFFFFF;
}

/* Error */
.rvc-error {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  color: #FECACA;
  margin-bottom: 1.2rem;
  padding: 0.7rem 1.1rem;
  background: rgba(239, 68, 68, 0.18);
  border: 1px solid rgba(239, 68, 68, 0.4);
  border-radius: 8px;
}

/* Buttons */
.rvc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: all 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 1rem 1.9rem;
  white-space: nowrap;
}

.rvc-btn--primary {
  background: linear-gradient(135deg, #E6D7BD 0%, #C8B28A 50%, #B39566 100%);
  color: #0C1712;
  width: 100%;
  box-shadow: 0 6px 24px rgba(200, 178, 138, 0.45);
}

.rvc-btn--primary:hover {
  background: linear-gradient(135deg, #FFF1DA 0%, #E6D7BD 100%);
  box-shadow: 0 10px 32px rgba(200, 178, 138, 0.6);
  transform: translateY(-2px);
}

.rvc-btn--primary:active {
  transform: translateY(0);
  box-shadow: 0 3px 12px rgba(200, 178, 138, 0.3);
}

.rvc-btn--ghost {
  background: rgba(255, 255, 255, 0.08);
  color: #E2D1B6;
  border: 1.5px solid rgba(200, 178, 138, 0.4);
}

.rvc-btn--ghost:hover {
  border-color: #E2D1B6;
  color: #FFFFFF;
  background: rgba(200, 178, 138, 0.18);
  transform: translateY(-1px);
}

.rvc-btn--whatsapp {
  background: linear-gradient(135deg, #25D366 0%, #16A34A 100%);
  color: #FFFFFF;
  flex: 1;
  box-shadow: 0 6px 24px rgba(37, 211, 102, 0.45);
}

.rvc-btn--whatsapp:hover {
  background: linear-gradient(135deg, #34D399 0%, #059669 100%);
  box-shadow: 0 8px 32px rgba(37, 211, 102, 0.6);
  transform: translateY(-2px);
}

.rvc-btn--whatsapp:active { transform: translateY(0); }

/* Nav row */
.rvc-nav {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* Summary */
.rvc-summary {
  background: rgba(0, 0, 0, 0.35);
  border: 1.5px solid rgba(200, 178, 138, 0.25);
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 1.3rem;
}

.rvc-summary__row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 0.8rem 1.2rem;
  border-bottom: 1px solid rgba(200, 178, 138, 0.12);
  transition: background 0.2s ease;
}

.rvc-summary__row:last-child { border-bottom: none; }
.rvc-summary__row:hover { background: rgba(200, 178, 138, 0.06); }

.rvc-summary__label {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 0.02em;
}

.rvc-summary__value {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.88rem;
  font-weight: 600;
  color: #FFFFFF;
  text-align: right;
  max-width: 60%;
}

.rvc-summary__row--total {
  background: rgba(200, 178, 138, 0.12);
  border-top: 1.5px solid rgba(200, 178, 138, 0.35) !important;
}

.rvc-summary__row--total .rvc-summary__label {
  color: #D4C09E;
  font-weight: 700;
  font-size: 0.86rem;
}

.rvc-summary__value--total {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: #D4C09E;
}

.rvc-summary__note {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.74rem;
  font-weight: 300;
  color: rgba(200, 178, 138, 0.7);
  line-height: 1.6;
  margin-bottom: 0.35rem;
  font-style: italic;
}

/* Responsive */
@media (max-width: 992px) {
  .rvc-container {
    grid-template-columns: 1fr;
    gap: 3rem;
    max-width: 620px;
  }
  .rvc-header { text-align: left; }
  .rvc-bg-parallax { background-attachment: scroll; }
}

@media (max-width: 580px) {
  .rvc-section { padding: 4.5rem 1rem 6rem; }
  .rvc-card__body { padding: 1.25rem 1rem 1.6rem; }
  .rvc-card__topbar { padding: 1rem 1rem 0; }
  .rvc-steps { padding: 1rem 0.5rem 0; }
  .rvc-step__bubble { width: 34px; height: 34px; font-size: 0.78rem; }
  .rvc-step__label { font-size: 0.62rem; letter-spacing: 0.08em; }
  .rvc-step__line { margin-bottom: 1rem; }
  .rvc-fields { grid-template-columns: 1fr; gap: 1rem; }
  .rvc-headline { font-size: 2.2rem; }
  .rvc-subline { font-size: 0.86rem; margin-bottom: 1.5rem; }
  .rvc-perk-item { padding: 0.75rem 0.9rem; gap: 0.75rem; }
  .rvc-perk-icon { width: 32px; height: 32px; font-size: 0.85rem; }
  .rvc-perk-content strong { font-size: 0.82rem; }
  .rvc-perk-content span { font-size: 0.74rem; }
  .rvc-nav { flex-direction: column; gap: 0.75rem; }
  .rvc-btn { width: 100%; justify-content: center; }
  .rvc-card__footer { padding: 0.9rem 1rem 1.2rem; }
}

/* === LIGHTBOX MODAL === */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: rgba(8, 14, 11, 0.96);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s cubic-bezier(0.25, 1, 0.5, 1);
  padding: 1.5rem;
}

.lightbox.open {
  opacity: 1;
  pointer-events: all;
}

/* Luxury Lightbox Controls */
.lightbox-close,
.lightbox-prev,
.lightbox-next {
  position: absolute;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(24, 38, 32, 0.88);
  border: 1.5px solid rgba(200, 178, 138, 0.55);
  color: #C8B28A;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 100005;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.6), 0 0 16px rgba(200, 178, 138, 0.15);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: all 0.25s cubic-bezier(0.25, 1, 0.5, 1);
  outline: none;
}

.lightbox-close svg,
.lightbox-prev svg,
.lightbox-next svg {
  display: block;
  transition: transform 0.2s ease;
}

.lightbox-close:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: #111A16;
  transform: scale(1.1);
  box-shadow: 0 10px 30px rgba(200, 178, 138, 0.45);
}

.lightbox-close:hover svg {
  transform: rotate(90deg);
}

.lightbox-prev:hover,
.lightbox-next:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: #111A16;
  box-shadow: 0 10px 30px rgba(200, 178, 138, 0.45);
}

.lightbox-prev:hover {
  transform: translateY(-50%) scale(1.1);
}

.lightbox-next:hover {
  transform: translateY(-50%) scale(1.1);
}

.lightbox-close {
  top: 2rem;
  right: 2.5rem;
}

.lightbox-prev {
  left: 2rem;
  top: 50%;
  transform: translateY(-50%);
}

.lightbox-next {
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
}

.lightbox-img-wrap {
  max-width: 86vw;
  max-height: 76vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.7), 0 0 1px 1px rgba(200, 178, 138, 0.2);
}

.lightbox-img-wrap img {
  max-width: 100%;
  max-height: 76vh;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 12px;
  display: block;
  user-select: none;
}

.lightbox-info-bar {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1.5rem;
  text-align: center;
  max-width: 800px;
  padding: 0 1rem;
}

.lightbox-counter {
  font-family: var(--font-sans);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  color: var(--gold);
  background: rgba(28, 45, 39, 0.85);
  border: 1px solid rgba(200, 178, 138, 0.3);
  padding: 0.25rem 0.85rem;
  border-radius: 20px;
  display: inline-block;
}

.lightbox-caption {
  font-family: var(--font-serif);
  font-size: 1.15rem;
  color: #FFFFFF;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.4;
}

@media (max-width: 768px) {
  .lightbox-close {
    top: 1.25rem;
    right: 1.25rem;
    width: 44px;
    height: 44px;
  }
  .lightbox-prev,
  .lightbox-next {
    width: 44px;
    height: 44px;
    top: auto;
    bottom: 1.5rem;
    transform: none;
  }
  .lightbox-prev {
    left: 20%;
    transform: translateX(-50%);
  }
  .lightbox-next {
    right: 20%;
    transform: translateX(50%);
  }
  .lightbox-prev:hover {
    transform: translateX(-50%) scale(1.1);
  }
  .lightbox-next:hover {
    transform: translateX(50%) scale(1.1);
  }
  .lightbox-img-wrap {
    max-width: 95vw;
    max-height: 65vh;
  }
  .lightbox-img-wrap img {
    max-height: 65vh;
  }
  .lightbox-info-bar {
    margin-top: 1rem;
    margin-bottom: 4rem;
  }
}

/* === MODAL === */
.modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 2000;
  background: rgba(5,10,8,0.92);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
  padding: 2rem;
}
.modal-overlay.open { opacity: 1; pointer-events: all; }
.modal-box {
  background: var(--forest);
  border: 1px solid rgba(200,178,138,0.25);
  border-radius: 12px;
  padding: 2.5rem;
  position: relative;
  max-width: 900px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.6);
}
.modal-close {
  position: absolute;
  top: 1.25rem;
  right: 1.5rem;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(28, 45, 39, 0.85);
  border: 1px solid rgba(200, 178, 138, 0.4);
  color: var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all var(--transition-fast);
  z-index: 10;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}
.modal-close:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: #111A16;
  transform: scale(1.08);
}
.modal-title {
  font-family: var(--font-serif);
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--gold);
  margin-bottom: 0.3rem;
}
.modal-sub {
  font-family: var(--font-sans);
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  color: rgba(200,178,138,0.4);
  text-transform: uppercase;
  margin-bottom: 1.8rem;
}
.estate-map-svg-wrap { width: 100%; }
.estate-svg { width: 100%; height: auto; }

/* === TOAST === */
.toast {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 3000;
  background: var(--forest);
  border: 1px solid var(--gold);
  color: var(--gold);
  padding: 1rem 1.8rem;
  font-family: var(--font-sans);
  font-size: 0.82rem;
  letter-spacing: 0.05em;
  transform: translateY(100px);
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  max-width: 380px;
}
.toast.visible { transform: translateY(0); opacity: 1; }

/* === RESPONSIVE === */
@media (max-width: 1100px) {
  .suite-card { min-width: calc(50% - 1.5rem); }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .explore-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 900px) {
  .nav-links { display: none; }
  .currency-switcher { display: none; }
  .btn-reserve { display: none; }
  .hamburger { display: flex; }
  .hero-scroll-cue { display: none; }
  .concept-inner { grid-template-columns: 1fr; gap: 3rem; }
  .concept-img-grid { height: 380px; }
  .suite-card { min-width: calc(80% - 1.5rem); }
  .masonry-gallery { grid-template-columns: repeat(2, 1fr); grid-template-rows: auto; }
  .gallery-item.tall { grid-row: span 1; }
  .gallery-item.wide { grid-column: span 2; }
  .footer-top { grid-template-columns: 1fr; gap: 2.5rem; }
  .explore-grid { grid-template-columns: repeat(2, 1fr); }
  .hero-cta-row { justify-content: center; gap: 0.8rem; margin-top: 1.8rem; }
}

@media (max-width: 640px) {
  .navbar {
    padding: 0 1.25rem;
    height: 72px;
  }
  .navbar.scrolled {
    height: 64px;
  }
  .logo-main {
    font-size: 1.35rem;
  }
  .logo-eyebrow {
    font-size: 0.52rem;
    letter-spacing: 0.15em;
  }
  .logo-sub {
    font-size: 0.55rem;
    letter-spacing: 0.2em;
  }
  .hero-content {
    padding: 0 1rem;
  }
  .hero-headline {
    font-size: clamp(2.4rem, 8.5vw, 3.4rem);
    line-height: 1.12;
  }
  .hero-sub {
    font-size: 0.92rem;
    line-height: 1.6;
  }
  .hero-slide-dots {
    bottom: 1.5rem;
    gap: 0.35rem;
    max-width: 90vw;
    overflow-x: auto;
    padding: 0.5rem 0.25rem;
  }
  .slide-dot {
    width: 6px;
    height: 6px;
  }
  .slide-dot.active {
    width: 22px;
  }
  .booking-fields { grid-template-columns: 1fr; }
  .extras-grid { grid-template-columns: 1fr; }
  .masonry-gallery { grid-template-columns: 1fr; }
  .gallery-item.wide { grid-column: span 1; }
  .suite-card { min-width: calc(100% - 2rem); }
  .footer-bottom { flex-direction: column; }
  .hero-scroll-cue { display: none; }
  .explore-grid { grid-template-columns: 1fr; }
  .hero-cta-row { flex-direction: column; width: 100%; max-width: 320px; margin: 1.5rem auto 0; gap: 0.75rem; }
  .btn-hero-explore, .btn-hero-reserve { width: 100%; text-align: center; }
  
  .itinerary-floating-bar {
    bottom: 1rem;
    width: calc(100% - 1.5rem);
    max-width: 360px;
  }
  .floating-itinerary-btn {
    padding: 0.65rem 1rem;
    gap: 0.75rem;
  }
  .itinerary-count-txt {
    font-size: 0.7rem;
  }
  .btn-right-action {
    font-size: 0.65rem;
    padding: 0.3rem 0.65rem;
  }
}



/* === MAGNETIC INTERACTION POLISH === */
.btn-reserve,
.btn-hero-explore,
.btn-hero-reserve,
.btn-suite-reserve,
.btn-banner-map,
.btn-banner-whatsapp,
.suite-nav-btn,
.btn-outline,
.btn-map {
  will-change: transform;
  transform-style: preserve-3d;
}

/* === ACCESSIBILITY: PREFERS REDUCED MOTION === */
@media (prefers-reduced-motion: reduce) {
  html.lenis, html.lenis body {
    scroll-behavior: auto !important;
  }
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
  .reveal {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
  .hero-slide {
    transform: none !important;
    transition: opacity 0.5s ease !important;
  }
  .parallax-img,
  .concept-img-main img,
  .concept-img-secondary img,
  .suite-img-wrap img {
    transform: none !important;
  }
}

/* ============================================================
   ✦ ESTATE POLICIES & LEGAL MODAL ✦
   ============================================================ */
.footer-nav-list .footer-policy-btn,
.footer-policy-btn {
  background: none;
  border: none;
  padding: 0.25rem 0;
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-size: 0.94rem;
  font-weight: 600;
  color: #111A16 !important;
  cursor: pointer;
  text-align: left;
  line-height: 1.45;
  transition: all 0.22s cubic-bezier(0.2, 0, 0, 1);
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  letter-spacing: -0.01em;
  opacity: 1 !important;
  visibility: visible !important;
}

.footer-nav-list .footer-policy-btn::before,
.footer-policy-btn::before {
  content: '✦';
  font-size: 0.6rem;
  color: #9E7D3B;
  transition: transform 0.22s ease, color 0.22s ease;
  flex-shrink: 0;
}

.footer-nav-list .footer-policy-btn:hover,
.footer-policy-btn:hover {
  color: #8C6219 !important;
  transform: translateX(5px);
}

.footer-nav-list .footer-policy-btn:hover::before,
.footer-policy-btn:hover::before {
  color: #111A16;
  transform: scale(1.3) rotate(45deg);
}

.footer-policy-btn:focus-visible {
  outline: 2px solid #C8B28A;
  outline-offset: 3px;
  border-radius: 4px;
}

.footer-wa-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: #0B6830 !important;
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
  text-decoration: none;
  margin-top: 0.35rem;
  transition: all 0.22s ease;
}

.footer-wa-link:hover {
  color: #04461E !important;
  transform: translateX(5px);
}

.footer-trust-badge[role="button"] {
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.footer-trust-badge[role="button"]:hover {
  border-color: rgba(28, 45, 39, 0.35);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

/* POLICY MODAL CONTAINER */
.policy-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  box-sizing: border-box;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.policy-modal-overlay.modal-open {
  opacity: 1;
  pointer-events: auto;
}

.policy-modal-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(5, 12, 9, 0.88);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.policy-modal-box {
  position: relative;
  width: 100%;
  max-width: 860px;
  max-height: 88vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: #0E1C17;
  border: 1px solid rgba(200, 178, 138, 0.32);
  border-radius: 26px;
  box-shadow: 0 40px 100px -20px rgba(0, 0, 0, 0.92), 0 0 40px rgba(200, 178, 138, 0.08);
  z-index: 2;
  transform: scale(0.93) translateY(24px);
  transition: transform 0.38s cubic-bezier(0.16, 1, 0.3, 1);
}

.policy-modal-overlay.modal-open .policy-modal-box {
  transform: scale(1) translateY(0);
}

.policy-modal-close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(14, 28, 23, 0.8);
  border: 1px solid rgba(200, 178, 138, 0.3);
  color: #F8F5EE;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: all 0.25s ease;
}

.policy-modal-close:hover {
  background: #C8B28A;
  color: #0E1A15;
  transform: rotate(90deg);
}

.policy-modal-header {
  padding: 2.25rem 2.5rem 1.25rem;
  background: linear-gradient(180deg, rgba(200, 178, 138, 0.08) 0%, transparent 100%);
  border-bottom: 1px solid rgba(200, 178, 138, 0.16);
  flex-shrink: 0;
}

.policy-brand-eyebrow {
  font-size: 0.7rem;
  letter-spacing: 0.22em;
  color: var(--color-gold, #C8B28A);
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0.4rem;
}

.policy-modal-title {
  font-family: var(--font-heading, 'Playfair Display', serif);
  font-size: 1.9rem;
  color: #FFFFFF;
  margin: 0 0 0.35rem;
  font-weight: 600;
}

.policy-modal-sub {
  font-size: 0.92rem;
  color: rgba(245, 242, 235, 0.85);
  margin: 0 0 1.25rem;
}

.policy-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 1.1rem;
}

.policy-tab-btn {
  padding: 0.55rem 1.15rem;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(200, 178, 138, 0.45);
  color: #FFFFFF !important;
  font-size: 0.84rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: all 0.25s ease;
  font-family: var(--font-body, 'Inter', sans-serif);
}

.policy-tab-btn:hover {
  background: rgba(200, 178, 138, 0.22);
  color: #FFFFFF !important;
  border-color: #EAD7A1;
  transform: translateY(-1px);
}

.policy-tab-btn.active {
  background: linear-gradient(135deg, #E6D4AA 0%, #B89656 100%) !important;
  color: #0B1612 !important;
  font-weight: 700 !important;
  border-color: #FFF2D1;
  box-shadow: 0 4px 18px rgba(200, 178, 138, 0.45);
}

.policy-modal-body {
  padding: 2rem 2.5rem;
  overflow-y: auto;
  flex: 1;
}

.policy-panel {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.policy-panel.active {
  display: block;
  opacity: 1;
  animation: policyFade 0.3s ease forwards;
}

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

.policy-section-hero {
  margin-bottom: 1.75rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgba(200, 178, 138, 0.14);
}

.policy-tag {
  display: inline-block;
  font-size: 0.7rem;
  letter-spacing: 0.16em;
  color: #EAD7A1;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0.35rem;
}

.policy-section-hero h4 {
  font-family: var(--font-heading, 'Playfair Display', serif);
  font-size: 1.5rem;
  color: #FFFFFF;
  margin: 0 0 0.5rem;
  font-weight: 600;
}

.policy-section-hero p {
  font-size: 0.95rem;
  line-height: 1.68;
  color: rgba(245, 242, 235, 0.85);
  margin: 0;
}

.policy-grid-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
}

.policy-card {
  padding: 1.4rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(200, 178, 138, 0.18);
  border-radius: 16px;
  transition: all 0.3s ease;
}

.policy-card:hover {
  border-color: rgba(200, 178, 138, 0.45);
  background: rgba(200, 178, 138, 0.05);
  transform: translateY(-2px);
}

.policy-card-icon {
  font-size: 1.6rem;
  margin-bottom: 0.65rem;
}

.policy-card h5 {
  font-size: 1.02rem;
  color: #FFFFFF;
  margin: 0 0 0.45rem;
  font-weight: 600;
}

.policy-card p {
  font-size: 0.88rem;
  line-height: 1.62;
  color: rgba(245, 242, 235, 0.8);
  margin: 0;
}

.policy-keyvalue-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.policy-kv-row {
  padding: 1.2rem 1.4rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.025);
  border-left: 3px solid #C8B28A;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.policy-kv-label {
  display: block;
  font-size: 0.76rem;
  letter-spacing: 0.14em;
  color: #EAD7A1;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0.35rem;
}

.policy-kv-val {
  display: block;
  font-size: 0.92rem;
  line-height: 1.68;
  color: rgba(245, 242, 235, 0.88);
}

.policy-modal-footer {
  padding: 1.25rem 2.5rem;
  background: rgba(10, 20, 16, 0.95);
  border-top: 1px solid rgba(200, 178, 138, 0.15);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  flex-shrink: 0;
}

.policy-footer-note {
  font-size: 0.84rem;
  color: rgba(245, 242, 235, 0.7);
}

.policy-wa-cta {
  padding: 0.75rem 1.4rem;
  font-size: 0.84rem;
}

@media (max-width: 768px) {
  .policy-modal-box {
    max-height: 94vh;
  }
  .policy-modal-header {
    padding: 1.5rem 1.5rem 1rem;
  }
  .policy-modal-title {
    font-size: 1.5rem;
  }
  .policy-tabs {
    gap: 0.4rem;
  }
  .policy-tab-btn {
    padding: 0.4rem 0.8rem;
    font-size: 0.72rem;
  }
  .policy-modal-body {
    padding: 1.5rem 1.5rem;
  }
  .policy-grid-cards {
    grid-template-columns: 1fr;
  }
  .policy-modal-footer {
    padding: 1rem 1.5rem;
    flex-direction: column;
    align-items: stretch;
  }
  .policy-wa-cta {
    width: 100%;
    justify-content: center;
  }
}