:root {
  --brand-900: #11263d;
  --brand-800: #17334f;
  --brand-700: #234c74;
  --brand-600: #31658f;
  --accent-500: #c89b5c;
  --accent-300: #e5cda7;
  --sand-100: #f7f3ec;
  --sand-200: #efe7db;
  --sand-300: #e0d2c0;
  --white: #ffffff;
  --ink-900: #1a2230;
  --ink-700: #4f5d71;
  --ink-500: #738198;
  --line: rgba(17, 38, 61, 0.1);
  --shadow-sm: 0 16px 40px rgba(17, 38, 61, 0.08);
  --shadow-md: 0 22px 60px rgba(17, 38, 61, 0.14);
  --shadow-lg: 0 36px 90px rgba(10, 24, 39, 0.22);
  --radius-sm: 14px;
  --radius-md: 22px;
  --radius-lg: 34px;
  --transition: 220ms ease;
  --max-width: 1240px;
  --ff-h: "Playfair Display", serif;
  --ff-b: "Manrope", sans-serif;
  --ff-c: "Cinzel", serif;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body {
  margin: 0;
  font-family: var(--ff-b);
  color: var(--ink-900);
  background: #f7f3ec;
  line-height: 1.65;
  overflow-x: hidden;
}

body.ui-locked {
  overflow: hidden;
}

::selection {
  background: rgba(200, 155, 92, 0.24);
  color: var(--ink-900);
}

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

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

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

button {
  border: 0;
  background: none;
  cursor: pointer;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

main,
section {
  position: relative;
}

section[id] {
  scroll-margin-top: 96px;
}

[class^="scene-"],
[class*=" scene-"] {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

[class^="scene-"]::after,
[class*=" scene-"]::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 35%),
    linear-gradient(180deg, transparent 28%, rgba(8, 14, 20, 0.24));
}

/* ── Real photo backgrounds replacing gradient placeholders ── */

.scene-city {
  background-image: url("Chitra City Side Resort Photos/Top View/Chitra-city-side-resort-top-view-images-three.webp");
}

.scene-resort {
  background-image: url("Chitra City Side Resort Photos/Top View/Chitra-city-side-resort-top-view-images-one.webp");
}

.scene-pool {
  background-image: url("Chitra City Side Resort Photos/Swimming Pool/Chitra-city-side-resort-swimming-pool-images-two.webp");
}

.scene-tent {
  background-image: url("Chitra City Side Resort Photos/Tents/Outside Image/Chitra-city-side-resort-tent-outside-images-one.webp");
}

.scene-exec {
  background-image: url("Chitra City Side Resort Photos/Rooms/Outside/Chitra-city-side-resort-rooms-outside-images-one.webp");
}

.scene-cottage {
  background-image: url("Chitra City Side Resort Photos/Cottage/Outside/Chitra-city-side-resort-cottage-outside-images-one.webp");
}

.scene-villa {
  background-image: url("Chitra City Side Resort Photos/Swimming Pool/Chitra-city-side-resort-swimming-pool-images-one.webp");
}

.scene-suite {
  background-image: url("Chitra City Side Resort Photos/Top View/Chitra-city-side-resort-top-view-images-one.webp");
}

.scene-family {
  background-image: url("Chitra City Side Resort Photos/Cottage/Outside/Chitra-city-side-resort-cottage-outside-images-twelve.webp");
}

.scene-lawn {
  background-image: url("Chitra City Side Resort Photos/Top View/Chitra-city-side-resort-top-view-images-eight.webp");
}

.scene-lawn2 {
  background-image: url("Chitra City Side Resort Photos/Top View/Chitra-city-side-resort-top-view-images-six.webp");
}

.scene-poolside {
  background-image: url("Chitra City Side Resort Photos/Swimming Pool/Chitra-city-side-resort-swimming-pool-images-seventeen.webp");
}

.scene-banquet {
  background-image: url("Chitra City Side Resort Photos/Restaurant/Chitra-city-side-resort-restaurant-images-eight.webp");
}

.scene-board {
  background: linear-gradient(145deg, #e9e2d7 0%, #cab69d 30%, #7e674e 62%, #32271f 100%);
}

.scene-resort2 {
  background-image: url("Chitra City Side Resort Photos/Top View/Chitra-city-side-resort-top-view-images-nine.webp");
}

.scene-dining {
  background-image: url("Chitra City Side Resort Photos/Restaurant/Chitra-city-side-resort-restaurant-images-one.webp");
}

.scene-food {
  background-image: url("Chitra City Side Resort Photos/Restaurant/Chitra-city-side-resort-restaurant-images-five.webp");
}

.scene-water {
  background-image: url("Chitra City Side Resort Photos/Swimming Pool/Chitra-city-side-resort-swimming-pool-images-five.webp");
}

.scene-vr {
  background: linear-gradient(145deg, #e3dffc 0%, #b4abf0 32%, #6b63c6 60%, #2d2762 100%);
}

.scene-arcade {
  background: linear-gradient(145deg, #f2dbe5 0%, #df9db8 30%, #b25c84 60%, #5b2041 100%);
}

.scene-park {
  background-image: url("Chitra City Side Resort Photos/Top View/Chitra-city-side-resort-top-view-images-eight.webp");
}

.scene-train {
  background: linear-gradient(145deg, #f3ead9 0%, #d9c08e 32%, #a6773a 62%, #5d3a1c 100%);
}

.scene-map {
  background-image: url("Chitra City Side Resort Photos/Top View/Chitra-city-side-resort-top-view-images-two.webp");
  background-size: cover;
  background-position: center;
}

.scene-drinks {
  background-image: url("Chitra City Side Resort Photos/Restaurant/Chitra-city-side-resort-restaurant-images-nine.webp");
}

.scene-blog1 {
  background-image: url("Chitra City Side Resort Photos/Tents/Outside Image/Chitra-city-side-resort-tent-outside-images-five.webp");
}

.scene-blog2 {
  background-image: url("Chitra City Side Resort Photos/Cottage/Outside/Chitra-city-side-resort-cottage-outside-images-five.webp");
}

.scene-blog3 {
  background-image: url("Chitra City Side Resort Photos/Swimming Pool/Chitra-city-side-resort-swimming-pool-images-ten.webp");
}

.container {
  width: min(var(--max-width), calc(100% - 40px));
  margin: 0 auto;
}

.padded {
  padding: 112px 0;
}

.bg-light {
  background: #ffffff;
}

.two-col {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gap-lg {
  gap: 72px;
}

.align-center {
  align-items: center;
}

.centered {
  text-align: center;
}

.sec-intro {
  max-width: 700px;
  margin: 0 auto 64px;
}

.eyebrow-text,
.hero-eyebrow,
.panel-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--ff-c);
  font-size: 0.72rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.eyebrow-text,
.panel-kicker {
  color: var(--brand-700);
}

.light-ey,
.hero-eyebrow {
  color: rgba(255, 255, 255, 0.9);
}

.eyebrow-text::before,
.hero-eyebrow::before,
.panel-kicker::before {
  content: "";
  width: 42px;
  height: 1px;
  background: currentColor;
  opacity: 0.7;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: var(--ff-h);
  font-weight: 600;
  line-height: 1.08;
}

h1 {
  font-size: clamp(2.7rem, 5vw, 4.9rem);
  letter-spacing: -0.04em;
}

h2 {
  font-size: clamp(2.2rem, 4vw, 3.8rem);
  letter-spacing: -0.03em;
}

h3 {
  font-size: clamp(1.45rem, 2vw, 2rem);
}

h4,
h5 {
  margin: 0;
}

p {
  margin: 0;
}

.sec-desc {
  color: var(--ink-700);
  font-size: 1.02rem;
}

.accent-bar {
  width: 78px;
  height: 3px;
  margin: 22px 0 26px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--accent-500), rgba(200, 155, 92, 0));
}

.btn-primary,
.btn-secondary-outline,
.btn-book {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  border-radius: 999px;
  padding: 0 28px;
  transition: transform var(--transition), box-shadow var(--transition), background var(--transition), color var(--transition), border-color var(--transition);
}

.btn-primary {
  background: linear-gradient(135deg, var(--accent-500), #b98544);
  color: var(--white);
  box-shadow: 0 18px 30px rgba(184, 133, 68, 0.28);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 44px rgba(184, 133, 68, 0.34);
}

.btn-secondary-outline {
  border: 1px solid rgba(255, 255, 255, 0.46);
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(8px);
}

.btn-secondary-outline:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.7);
}

.btn-book {
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: var(--white);
  font-family: var(--ff-c);
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.btn-book:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.24);
}

/* Book Now becomes gold when nav is on a light bg */
#nav.solid .btn-book,
.inner-page .btn-book {
  background: var(--accent-500);
  border-color: var(--accent-500);
  color: var(--white);
  backdrop-filter: none;
}

#nav.solid .btn-book:hover,
.inner-page .btn-book:hover {
  background: #b5883d;
  border-color: #b5883d;
  transform: translateY(-2px);
}

.btn-full {
  width: 100%;
}

.btn-text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--brand-700);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.76rem;
  transition: gap var(--transition), color var(--transition);
}

.btn-text-link:hover {
  color: var(--accent-500);
  gap: 14px;
}

.fade-in {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 700ms ease, transform 700ms ease;
}

.fade-in.in {
  opacity: 1;
  transform: translateY(0);
}

.inner-page {
  background:
    radial-gradient(circle at top left, rgba(200, 155, 92, 0.16), transparent 26%),
    linear-gradient(180deg, #f8f4ed 0%, #f2ece3 100%);
}

#nav {
  position: fixed;
  inset: 0 0 auto;
  z-index: 900;
  padding: 24px 0;
  transition: background var(--transition), padding var(--transition), box-shadow var(--transition), border-color var(--transition);
}

#nav.solid {
  padding: 14px 0;
  background: rgba(247, 243, 236, 0.88);
  border-bottom: 1px solid rgba(17, 38, 61, 0.08);
  backdrop-filter: blur(16px);
  box-shadow: 0 14px 30px rgba(17, 38, 61, 0.07);
}

.inner-page #nav {
  padding: 14px 0;
  background: rgba(247, 243, 236, 0.88);
  border-bottom: 1px solid rgba(17, 38, 61, 0.08);
  backdrop-filter: blur(16px);
  box-shadow: 0 14px 30px rgba(17, 38, 61, 0.07);
}

.nav-wrap {
  width: min(var(--max-width), calc(100% - 40px));
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 28px;
}

.logo {
  display: flex;
  flex-direction: column;
  gap: 3px;
  flex-shrink: 0;
}

.logo-a {
  font-family: var(--ff-c);
  font-size: 0.88rem;
  letter-spacing: 0.28em;
  color: var(--white);
}

.logo-b {
  font-family: var(--ff-h);
  font-size: 1.15rem;
  color: rgba(255, 255, 255, 0.88);
}

#nav.solid .logo-a,
#nav.solid .logo-b {
  color: var(--brand-900);
}

.inner-page .logo-a,
.inner-page .logo-b {
  color: var(--brand-900);
}

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

.nav-links a {
  position: relative;
  font-size: 0.88rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  transition: color var(--transition), opacity var(--transition);
}

.nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 2px;
  transform: scaleX(0);
  transform-origin: left;
  border-radius: 999px;
  background: var(--accent-300);
  transition: transform var(--transition), background var(--transition);
}

.nav-links a:hover,
.nav-links a.active {
  color: var(--white);
}

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

#nav.solid .nav-links a {
  color: var(--ink-700);
}

.inner-page .nav-links a {
  color: var(--ink-700);
}

#nav.solid .nav-links a:hover,
#nav.solid .nav-links a.active {
  color: var(--brand-900);
}

.inner-page .nav-links a:hover,
.inner-page .nav-links a.active {
  color: var(--brand-900);
}

#nav.solid .nav-links a::after {
  background: var(--accent-500);
}

.inner-page .nav-links a::after {
  background: var(--accent-500);
}

.nav-right {
  display: flex;
  align-items: center;
  gap: 14px;
}

.nav-phone {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.84rem;
  font-weight: 600;
}

#nav.solid .nav-phone {
  color: var(--brand-900);
}

.inner-page .nav-phone {
  color: var(--brand-900);
}

.burger {
  display: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}

.burger span {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: var(--white);
  transition: transform var(--transition), opacity var(--transition), background var(--transition);
}

#nav.solid .burger {
  background: rgba(17, 38, 61, 0.08);
}

#nav.solid .burger span {
  background: var(--brand-900);
}

.inner-page .burger span {
  background: var(--brand-900);
}

.burger.open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.burger.open span:nth-child(2) {
  opacity: 0;
}

.burger.open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.hero {
  min-height: 100svh;
  padding: 150px 0 92px;
  display: flex;
  align-items: flex-end;
}

.hero-bg,
.hero-dim {
  position: absolute;
  inset: 0;
}

.hero-bg {
  opacity: 0.48;
}

.hero-dim {
  background:
    radial-gradient(circle at 78% 24%, rgba(200, 155, 92, 0.2), transparent 20%),
    linear-gradient(100deg, rgba(11, 23, 36, 0.9) 0%, rgba(14, 31, 48, 0.72) 44%, rgba(18, 41, 64, 0.48) 100%),
    linear-gradient(180deg, rgba(8, 12, 18, 0.08) 0%, rgba(8, 12, 18, 0.58) 100%);
}

.hero-home .hero-dim::after {
  content: "";
  position: absolute;
  inset: auto auto 8% 52%;
  width: min(36vw, 460px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(200, 155, 92, 0.16) 0%, rgba(200, 155, 92, 0.04) 42%, transparent 72%);
  filter: blur(8px);
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(310px, 390px);
  gap: 42px;
  align-items: end;
}

.hero-home-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: 44px;
  align-items: center;
}

.hero-content {
  max-width: 760px;
  color: var(--white);
}

.hero-content h1 {
  max-width: 12ch;
}

.hero-copy {
  max-width: 700px;
}

.page-hero h1 {
  font-size: clamp(2.35rem, 4.1vw, 4.15rem);
  max-width: 13ch;
}

.hero-tag {
  margin-top: 22px;
  max-width: 60ch;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.06rem;
}

.hero-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.hero-note-row {
  display: grid;
  gap: 14px;
  margin-top: 34px;
}

.hero-note {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 14px;
  align-items: center;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px);
}

.hero-note i {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.12);
  color: var(--accent-300);
}

.hero-note span {
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.94rem;
}

.hero-showcase {
  position: relative;
  display: grid;
  gap: 18px;
}

.hero-story-main,
.hero-story-card,
.hero-stat-card {
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: var(--shadow-lg);
  backdrop-filter: blur(16px);
}

.hero-story-main {
  overflow: hidden;
  border-radius: 34px;
}

.hero-story-media {
  height: 280px;
}

.hero-story-copy {
  padding: 24px 24px 26px;
  color: var(--white);
}

.hero-story-tag {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: var(--accent-300);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-story-copy h3 {
  margin-top: 14px;
  font-size: 1.65rem;
}

.hero-story-copy p {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.74);
}

.hero-story-stack {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.hero-story-card {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 16px;
  padding: 20px;
  border-radius: 24px;
  color: var(--white);
}

.hero-story-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.12);
  color: var(--accent-300);
}

.hero-story-card strong {
  display: block;
  font-size: 0.98rem;
}

.hero-story-card span {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.88rem;
}

.hero-stat-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.hero-stat-card {
  padding: 20px 18px;
  border-radius: 22px;
  color: var(--white);
}

.hero-stat-card strong {
  display: block;
  font-family: var(--ff-h);
  font-size: 1.72rem;
  line-height: 1;
}

.hero-stat-card span {
  display: block;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.84rem;
}

.hero-scroll {
  position: absolute;
  left: 50%;
  bottom: 28px;
  transform: translateX(-50%);
  z-index: 1;
}

.scroll-dot {
  width: 24px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 999px;
  display: flex;
  justify-content: center;
  padding-top: 8px;
}

.scroll-dot::after {
  content: "";
  width: 4px;
  height: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  animation: scroll-bob 1.6s infinite;
}

@keyframes scroll-bob {
  0%, 100% {
    transform: translateY(0);
    opacity: 1;
  }

  50% {
    transform: translateY(10px);
    opacity: 0.45;
  }
}

.page-hero {
  min-height: 68svh;
  padding: 156px 0 80px;
  display: flex;
  align-items: flex-end;
}

.page-hero .hero-dim {
  background: linear-gradient(110deg, rgba(11, 23, 36, 0.84) 0%, rgba(17, 38, 61, 0.56) 46%, rgba(17, 38, 61, 0.34) 100%);
}

.page-hero-content {
  position: relative;
  z-index: 1;
  max-width: 760px;
  color: var(--white);
}

.page-hero-content p:not(.hero-eyebrow) {
  margin-top: 20px;
  max-width: 56ch;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.02rem;
}

.page-hero-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.page-chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 11px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
}

.cta-band {
  padding: 84px 0;
}

.cta-shell {
  padding: 34px;
  border-radius: 30px;
  background: linear-gradient(135deg, rgba(17, 38, 61, 0.96), rgba(35, 76, 116, 0.94));
  color: var(--white);
  box-shadow: var(--shadow-lg);
  display: grid;
  grid-template-columns: 1.2fr auto;
  gap: 24px;
  align-items: center;
}

.cta-shell p {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.76);
}

.quick-tabs-shell {
  position: relative;
  z-index: 4;
  margin-top: -40px;
  padding-bottom: 16px;
}

.quick-tabs {
  width: min(var(--max-width), calc(100% - 40px));
  margin: 0 auto;
  padding: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(17, 38, 61, 0.08);
  box-shadow: var(--shadow-md);
  backdrop-filter: blur(16px);
}

.qtab {
  flex: 1 1 180px;
  min-height: 72px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
  border-radius: 20px;
  color: var(--ink-700);
  transition: background var(--transition), color var(--transition), transform var(--transition), box-shadow var(--transition);
}

.qtab i {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: rgba(23, 51, 79, 0.08);
  color: var(--brand-700);
}

.qtab span {
  font-weight: 700;
}

.qtab:hover,
.qtab.active {
  background: linear-gradient(135deg, rgba(23, 51, 79, 0.96), rgba(35, 76, 116, 0.96));
  color: var(--white);
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(17, 38, 61, 0.18);
}

.qtab:hover i,
.qtab.active i {
  background: rgba(255, 255, 255, 0.14);
  color: var(--accent-300);
}

.about-sec {
  padding-top: 110px;
}

.inner-page .about-sec {
  padding-top: 84px;
}

.about-imgs {
  position: relative;
  min-height: 560px;
}

.ai-main,
.d-main {
  border-radius: 34px;
  box-shadow: var(--shadow-md);
  overflow: hidden;
}

.ai-main {
  height: 520px;
}

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

.ai-float,
.d-float {
  position: absolute;
  right: -24px;
  bottom: -24px;
  width: 210px;
  height: 170px;
  border-radius: 28px;
  border: 8px solid rgba(247, 243, 236, 0.92);
  box-shadow: var(--shadow-md);
  overflow: hidden;
}

.ai-float img,
.d-float img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.about-badge-box {
  position: absolute;
  top: 28px;
  left: -22px;
  width: 128px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 18px;
  border-radius: 50%;
  background: var(--white);
  border: 1px solid rgba(200, 155, 92, 0.34);
  box-shadow: var(--shadow-sm);
}

.about-badge-box strong {
  display: block;
  font-family: var(--ff-h);
  font-size: 2rem;
  line-height: 1;
  color: var(--brand-800);
}

.about-badge-box span {
  font-size: 0.76rem;
  color: var(--ink-700);
}

.about-text p:not(.eyebrow-text) {
  color: var(--ink-700);
  font-size: 1rem;
}

.about-text p + p {
  margin-top: 16px;
}

.about-points {
  display: grid;
  gap: 14px;
  margin: 28px 0;
}

.about-point {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(17, 38, 61, 0.08);
}

.about-point i {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: rgba(35, 76, 116, 0.1);
  color: var(--brand-700);
}

.about-stats-row {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 24px 0 30px;
}

.as-item strong {
  display: block;
  font-family: var(--ff-h);
  font-size: 2rem;
  color: var(--brand-900);
}

.as-item span {
  color: var(--ink-500);
  font-size: 0.84rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.as-div {
  width: 1px;
  align-self: stretch;
  background: var(--line);
}

.rooms-grid,
.why-grid,
.blog-grid {
  display: grid;
  gap: 24px;
}

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

.room-card,
.why-item,
.blog-card,
.form-card {
  background: #ffffff;
  border: 1px solid rgba(17, 38, 61, 0.07);
  box-shadow: 0 4px 24px rgba(17, 38, 61, 0.06);
}

.room-card {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
}

.room-card:hover,
.why-item:hover,
.blog-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-md);
}

.highlight-card {
  border-color: rgba(200, 155, 92, 0.4);
}

.rc-img,
.bi {
  height: 260px;
  overflow: hidden;
}

.rc-img img,
.bi img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 400ms ease;
}

.room-card:hover .rc-img img,
.blog-card:hover .bi img {
  transform: scale(1.04);
}

.rc-body,
.bb {
  padding: 26px 28px 30px;
}

.rc-badge,
.blog-tag,
.ev-size {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 14px;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.rc-badge,
.blog-tag {
  background: rgba(35, 76, 116, 0.08);
  color: var(--brand-700);
}

.gold-badge,
.gold-tag {
  background: rgba(200, 155, 92, 0.16);
  color: #9a6c32;
}

.top-pick-ribbon {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(17, 38, 61, 0.78);
  color: var(--white);
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  backdrop-filter: blur(6px);
}

.rc-body p,
.why-item p,
.bb p,
.ev-info p,
.dining-copy p,
.adv-label p,
.ci span,
.ft-desc {
  color: var(--ink-700);
}

.rc-price {
  margin: 14px 0 18px;
  color: var(--ink-700);
}

.rc-price strong {
  color: var(--brand-900);
}

.amenities-row {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.am {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 18px;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid rgba(17, 38, 61, 0.07);
  border-radius: 14px;
}

.am i {
  color: var(--accent-500);
}

.promo-banner {
  min-height: 520px;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.promo-img,
.promo-dim {
  position: absolute;
  inset: 0;
}

.promo-dim {
  background: linear-gradient(90deg, rgba(17, 38, 61, 0.84) 0%, rgba(17, 38, 61, 0.42) 100%);
}

.promo-content {
  position: relative;
  z-index: 1;
  width: min(760px, calc(100% - 40px));
  color: var(--white);
}

.promo-content p:not(.eyebrow-text) {
  margin-top: 20px;
  max-width: 54ch;
  color: rgba(255, 255, 255, 0.78);
}

.promo-content .btn-primary {
  margin-top: 30px;
}

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

.why-item {
  padding: 32px 30px 34px;
  border-radius: 24px;
}

.why-ico {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  margin-bottom: 20px;
  border-radius: 16px;
  background: rgba(35, 76, 116, 0.07);
  color: var(--brand-700);
  font-size: 1.22rem;
  transition: background var(--transition), color var(--transition);
}

.why-item:hover .why-ico {
  background: var(--brand-800);
  color: var(--accent-300);
}

.events-grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 24px;
}

.ev-large {
  grid-row: span 2;
}

.ev-card {
  position: relative;
  overflow: hidden;
  min-height: 290px;
  border-radius: 30px;
  box-shadow: var(--shadow-md);
}

.ev-img,
.adv-img {
  position: absolute;
  inset: 0;
}

.ev-info,
.adv-label {
  position: absolute;
  inset: auto 0 0;
  padding: 24px;
  color: var(--white);
  background: linear-gradient(180deg, transparent 0%, rgba(10, 22, 36, 0.84) 100%);
}

.ev-size {
  margin-bottom: 14px;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.ev-info p,
.ev-info .btn-text-link {
  color: rgba(255, 255, 255, 0.82);
}

.video-close,
#lbX {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
}

.dining-img-box {
  position: relative;
  min-height: 520px;
}

.d-main {
  height: 480px;
}

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

.dining-copy blockquote {
  margin: 0 0 24px;
  padding-left: 18px;
  border-left: 3px solid var(--accent-500);
  color: var(--brand-800);
  font-size: 1.08rem;
}

.dining-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 24px 0 28px;
}

.dining-tags span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(17, 38, 61, 0.08);
}

.dining-tags i {
  color: var(--accent-500);
}

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

.adv-card {
  position: relative;
  min-height: 280px;
  overflow: hidden;
  border-radius: 28px;
  box-shadow: var(--shadow-sm);
}

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

.adv-ico {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin-bottom: 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.14);
  color: var(--accent-300);
}

.gal-filter {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}

.gf {
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  color: var(--ink-700);
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(17, 38, 61, 0.08);
  transition: background var(--transition), color var(--transition), border-color var(--transition);
}

.gf.active,
.gf:hover {
  background: var(--brand-800);
  color: var(--white);
  border-color: var(--brand-800);
}

.gal-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 180px;
  gap: 16px;
}

.gi {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  cursor: pointer;
  transition: transform var(--transition), opacity var(--transition), filter var(--transition);
}

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

.gi.gi-tall {
  grid-row: span 2;
}

.gi.gi-wide {
  grid-column: span 2;
}

.gi-label {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(17, 38, 61, 0.74);
  color: var(--white);
  font-weight: 700;
  backdrop-filter: blur(10px);
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: 40px 20px;
  background: rgba(10, 18, 28, 0.82);
  backdrop-filter: blur(10px);
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--transition);
}

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

.lb-img {
  width: min(960px, 100%);
  height: min(70vh, 620px);
  border-radius: 30px;
  box-shadow: var(--shadow-lg);
}

#lbTxt {
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.95rem;
}

.google-row,
.rv-dots,
.ft-social,
.footer-bar div {
  display: flex;
  align-items: center;
}

.google-row {
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
  color: var(--ink-500);
}

.google-row i {
  color: #db4437;
}

.rv-track-wrap {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 18px;
  align-items: center;
}

.rv-overflow {
  overflow: hidden;
}

.rv-track {
  display: flex;
  transition: transform 500ms ease;
}

.rv-card {
  min-width: 100%;
  padding: 34px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(17, 38, 61, 0.08);
  box-shadow: var(--shadow-sm);
}

.rv-stars {
  font-weight: 800;
  color: var(--accent-500);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.rv-card p {
  margin: 18px 0 24px;
  font-size: 1.02rem;
  color: var(--ink-700);
}

.rv-auth {
  display: flex;
  align-items: center;
  gap: 14px;
}

.av {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--brand-800), var(--brand-600));
  color: var(--white);
  font-family: var(--ff-c);
}

.rv-auth span {
  color: var(--ink-500);
  font-size: 0.9rem;
}

.rv-arr {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(17, 38, 61, 0.08);
  color: var(--brand-800);
}

.rv-arr:hover {
  background: var(--brand-800);
  color: var(--white);
}

.rv-dots {
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}

.rv-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(17, 38, 61, 0.18);
  cursor: pointer;
  transition: transform var(--transition), background var(--transition);
}

.rv-dot.on {
  background: var(--accent-500);
  transform: scale(1.25);
}

.blog-grid {
  grid-template-columns: 1fr 1.2fr 1fr;
}

.blog-card {
  overflow: hidden;
  border-radius: 28px;
}

.blog-featured .bi {
  height: 300px;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 30px;
  align-items: start;
}

.map-box {
  position: relative;
  min-height: 320px;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: var(--shadow-md);
}

.map-pin {
  position: absolute;
  top: 34%;
  left: 52%;
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.88);
  color: var(--accent-500);
  box-shadow: var(--shadow-sm);
  z-index: 1;
}

.map-address {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(17, 38, 61, 0.76);
  color: var(--white);
  backdrop-filter: blur(10px);
  z-index: 1;
}

.cinfo-list {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.ci {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 14px;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(17, 38, 61, 0.08);
}

.ci i {
  color: var(--accent-500);
}

.form-card {
  padding: 32px;
  border-radius: 30px;
}

.form-card-head p {
  margin-top: 10px;
  color: var(--ink-700);
}

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

.fg {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 18px;
}

.fg label {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--brand-900);
}

.fg input,
.fg select,
.fg textarea,
.ft-newsletter input {
  width: 100%;
  min-height: 52px;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid rgba(17, 38, 61, 0.12);
  background: rgba(255, 255, 255, 0.94);
  color: var(--ink-900);
  transition: border-color var(--transition), box-shadow var(--transition);
}

.fg textarea {
  min-height: 132px;
  resize: vertical;
}

.fg input:focus,
.fg select:focus,
.fg textarea:focus,
.ft-newsletter input:focus {
  outline: none;
  border-color: rgba(49, 101, 143, 0.48);
  box-shadow: 0 0 0 4px rgba(49, 101, 143, 0.12);
}

.footer {
  background: linear-gradient(180deg, #11263d 0%, #0c1a2a 100%);
  color: rgba(255, 255, 255, 0.78);
}

.footer-main {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1.2fr;
  gap: 28px;
  padding: 80px 0 48px;
}

.footer .logo-a,
.footer .logo-b {
  color: var(--white);
}

.ft-social {
  gap: 12px;
  margin-top: 22px;
}

.ft-social a {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
}

.ft-social a:hover {
  background: rgba(255, 255, 255, 0.16);
}

.ft-col {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ft-col h5 {
  margin-bottom: 8px;
  font-family: var(--ff-c);
  font-size: 0.76rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.86);
}

.ft-col a:hover {
  color: var(--white);
}

.ft-col p i {
  margin-right: 8px;
  color: var(--accent-300);
}

.ft-newsletter {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  margin-top: 10px;
}

.ft-newsletter button {
  width: 52px;
  min-height: 52px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--accent-500), #b98544);
  color: var(--white);
}

.footer-bar {
  width: min(var(--max-width), calc(100% - 40px));
  margin: 0 auto;
  padding: 22px 0 28px;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  flex-wrap: wrap;
}

.footer-bar div {
  gap: 20px;
}

.footer-bar a {
  color: rgba(255, 255, 255, 0.76);
}

.wa-btn {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 850;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #31d66b, #11a042);
  color: var(--white);
  box-shadow: 0 18px 40px rgba(17, 160, 66, 0.32);
}

.mob-bar {
  display: none;
  position: fixed;
  inset: auto 14px 14px;
  z-index: 840;
  overflow: hidden;
  border-radius: 20px;
  background: rgba(17, 38, 61, 0.96);
  box-shadow: var(--shadow-lg);
}

.mob-bar a {
  flex: 1;
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.88);
}

.mob-bar .mb-book {
  background: linear-gradient(135deg, var(--accent-500), #b98544);
  color: var(--white);
}

.toast {
  position: fixed;
  left: 50%;
  bottom: 26px;
  transform: translateX(-50%) translateY(10px);
  z-index: 1000;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  border-radius: 999px;
  background: rgba(17, 38, 61, 0.96);
  color: var(--white);
  box-shadow: var(--shadow-md);
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--transition), transform var(--transition);
}

.toast.on {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

@media (max-width: 1100px) {
  .hero-home-grid,
  .contact-layout,
  .events-grid,
  .footer-main {
    grid-template-columns: 1fr;
  }

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

  .ev-large {
    grid-column: span 2;
    grid-row: auto;
  }

  .rooms-grid,
  .why-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 900px) {
  .two-col,
  .adv-grid,
  .row2,
  .rooms-grid,
  .why-grid,
  .amenities-row,
  .events-grid,
  .gal-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 130px;
  }

  .hero-home-grid,
  .hero-story-stack,
  .hero-stat-row {
    grid-template-columns: 1fr;
  }

  .about-imgs,
  .dining-img-box {
    min-height: 430px;
  }

  .hero-story-media {
    height: 240px;
  }

  .adv-card.adv-wide,
  .gi.gi-wide,
  .ev-large {
    grid-column: span 1;
  }

  .gi.gi-tall {
    grid-row: span 1;
  }

  .rv-track-wrap {
    grid-template-columns: 1fr;
  }

  .cta-shell {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  html {
    scroll-padding-top: 82px;
  }

  .padded {
    padding: 84px 0;
  }

  #nav {
    padding: 14px 0;
  }

  .burger {
    display: inline-flex;
  }

  .nav-phone,
  .btn-book {
    display: none;
  }

  .nav-links {
    position: fixed;
    top: 76px;
    right: 20px;
    width: min(320px, calc(100vw - 40px));
    margin-left: 0;
    padding: 22px;
    gap: 18px;
    border-radius: 28px;
    background: rgba(247, 243, 236, 0.96);
    border: 1px solid rgba(17, 38, 61, 0.08);
    box-shadow: var(--shadow-md);
    backdrop-filter: blur(16px);
    flex-direction: column;
    align-items: flex-start;
    transform: translateY(-8px);
    opacity: 0;
    pointer-events: none;
  }

  .nav-links.open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  .nav-links a,
  .nav-links a.active,
  .nav-links a:hover {
    color: var(--brand-900);
  }

  .hero-story-main,
  .hero-story-card,
  .hero-stat-card {
    box-shadow: var(--shadow-md);
  }

  .page-hero {
    min-height: 58svh;
    padding-top: 138px;
  }

  .quick-tabs {
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 10px;
  }

  .qtab {
    flex: 0 0 260px;
  }

  .mob-bar {
    display: flex;
  }

  .wa-btn {
    bottom: 88px;
  }
}

@media (max-width: 540px) {
  body {
    padding-bottom: 86px;
  }

  .container,
  .nav-wrap,
  .quick-tabs,
  .promo-content,
  .exp-content {
    width: min(100% - 24px, var(--max-width));
  }

  h1 {
    font-size: 2.35rem;
  }

  .form-card,
  .rv-card,
  .why-item,
  .room-card,
  .blog-card,
  .hero-story-main,
  .hero-story-card,
  .hero-stat-card {
    border-radius: 24px;
  }

  .hero-note,
  .hero-stat-card,
  .about-point,
  .am,
  .ci {
    padding: 16px;
  }

  .footer-bar div {
    gap: 12px;
    flex-wrap: wrap;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition-duration: 0.01ms !important;
    transition-delay: 0ms !important;
  }

  .fade-in {
    opacity: 1;
    transform: none;
  }
}

/* ═══════════════════════════════════════════════════════════════
   NEW COMPONENTS — Added for full redesign (Phase 1–6)
═══════════════════════════════════════════════════════════════ */

/* ── Full-bleed hero ──────────────────────────────────────────────── */
.hero-home {
  padding: 0;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.hero-bg-wrap {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-bg-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.hero-veil {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(
      to top,
      rgba(4, 10, 20, 0.97) 0%,
      rgba(4, 10, 20, 0.66) 26%,
      rgba(4, 10, 20, 0.26) 54%,
      rgba(4, 10, 20, 0.06) 100%
    ),
    linear-gradient(
      108deg,
      rgba(4, 10, 20, 0.72) 0%,
      rgba(4, 10, 20, 0.38) 38%,
      transparent 62%
    ),
    radial-gradient(
      ellipse at 85% 40%,
      transparent 36%,
      rgba(4, 10, 20, 0.32) 100%
    );
}

.hero-body {
  position: relative;
  z-index: 2;
  flex: 1;
  display: flex;
  align-items: flex-end;
  padding-top: 140px;
  padding-bottom: 96px;
}

.hero-home .hero-content {
  max-width: 760px;
  color: var(--white);
}

.hero-location-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--accent-300);
  font-family: var(--ff-c);
  font-size: 0.68rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  margin: 0 0 20px;
  padding: 7px 16px 7px 12px;
  border: 1px solid rgba(200, 155, 92, 0.3);
  border-radius: 999px;
  background: rgba(200, 155, 92, 0.08);
  backdrop-filter: blur(8px);
  width: fit-content;
}

.hero-home h1 {
  font-size: clamp(3.1rem, 6vw, 6.2rem);
  line-height: 1.06;
  color: var(--white);
  margin: 0;
  max-width: 14ch;
  text-shadow: 0 2px 48px rgba(4, 10, 20, 0.48);
}

.hero-home h1::before {
  content: "";
  display: block;
  width: 52px;
  height: 3px;
  background: var(--accent-500);
  border-radius: 2px;
  margin-bottom: 22px;
}

.hero-desc {
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.08rem;
  line-height: 1.74;
  max-width: 52ch;
  font-weight: 400;
}

.hero-btns {
  margin-top: 38px;
}

/* Ghost button for dark hero */
.btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  border-radius: 999px;
  padding: 0 28px;
  font-size: 0.96rem;
  font-weight: 600;
  border: 1.5px solid rgba(255, 255, 255, 0.36);
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  transition: background var(--transition), border-color var(--transition), transform var(--transition);
}

.btn-ghost:hover {
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.68);
  transform: translateY(-2px);
}

/* Photo strip for room detail galleries */
.photo-strip-wrap {
  margin: 28px 0 0;
}

.photo-strip {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 10px;
  scrollbar-width: thin;
  scrollbar-color: rgba(17,38,61,0.18) transparent;
}

.photo-strip::-webkit-scrollbar { height: 4px; }
.photo-strip::-webkit-scrollbar-thumb { background: rgba(17,38,61,0.2); border-radius: 999px; }

.photo-strip-item {
  flex: 0 0 220px;
  height: 156px;
  border-radius: 18px;
  overflow: hidden;
  scroll-snap-align: start;
  cursor: pointer;
  transition: transform var(--transition), box-shadow var(--transition);
}

.photo-strip-item:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}

.photo-strip-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Room section with photo strips */
.room-detail-sec {
  padding: 72px 0;
  border-bottom: 1px solid var(--line);
}

.room-detail-sec:last-child {
  border-bottom: none;
}

.room-detail-sec.alt-bg {
  background: linear-gradient(180deg, rgba(255,255,255,0.6), rgba(239,231,219,0.7));
}

.room-hero-img {
  width: 100%;
  height: 460px;
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 36px;
  position: relative;
}

.room-hero-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 600ms ease;
}

.room-hero-img:hover img {
  transform: scale(1.03);
}

.room-detail-grid {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 56px;
  align-items: start;
}

.room-detail-info .rc-price {
  font-size: 1.08rem;
  margin: 18px 0 22px;
}

.room-amenities-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin: 20px 0 28px;
}

.ram {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.92rem;
  color: var(--ink-700);
}

.ram i {
  color: var(--accent-500);
  width: 18px;
  text-align: center;
}

.room-enquire-card {
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(17,38,61,0.1);
  box-shadow: var(--shadow-sm);
  border-radius: 26px;
  padding: 30px;
  position: sticky;
  top: 110px;
}

.room-enquire-card h4 {
  font-family: var(--ff-h);
  font-size: 1.35rem;
  margin-bottom: 8px;
}

.room-enquire-card p {
  color: var(--ink-700);
  margin-bottom: 22px;
}

/* Masonry gallery layout */
.masonry-grid {
  columns: 3 260px;
  column-gap: 16px;
  margin-top: 8px;
}

.masonry-item {
  break-inside: avoid;
  margin-bottom: 16px;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  background: var(--sand-200);
  transition: transform var(--transition), box-shadow var(--transition);
}

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

.masonry-item img {
  width: 100%;
  height: auto;
  display: block;
  min-height: 160px;
  object-fit: cover;
}

.masonry-item .gi-label {
  opacity: 0;
  transition: opacity var(--transition);
}

.masonry-item:hover .gi-label {
  opacity: 1;
}

/* Gallery grid with real images */
.gal-grid .gi img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Lightbox enhancements */
.lb-real-img {
  max-width: min(960px, 100%);
  max-height: min(78vh, 660px);
  border-radius: 24px;
  box-shadow: var(--shadow-lg);
  object-fit: contain;
  display: block;
}

.lb-nav-btn {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1002;
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.22);
  color: var(--white);
  backdrop-filter: blur(8px);
  transition: background var(--transition), transform var(--transition);
}

.lb-nav-btn:hover {
  background: rgba(255,255,255,0.24);
  transform: translateY(-50%) scale(1.08);
}

.lb-nav-btn.lb-prev { left: 18px; }
.lb-nav-btn.lb-next { right: 18px; }

/* Feature chips for dining/pool pages */
.feature-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: 999px;
  background: rgba(200,155,92,0.14);
  border: 1px solid rgba(200,155,92,0.32);
  color: var(--brand-800);
  font-size: 0.88rem;
  font-weight: 600;
}

.feature-chip i {
  color: var(--accent-500);
}

.feature-chips-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 22px 0 30px;
}


/* Room hero overlay */
.room-hero-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 32px 28px 24px;
  background: linear-gradient(to top, rgba(10,24,40,0.82) 0%, transparent 100%);
  border-radius: 0 0 28px 28px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.room-hero-overlay .rc-badge {
  background: rgba(200,155,92,0.22);
  color: var(--accent-400);
  border: 1px solid rgba(200,155,92,0.38);
}

.room-hero-overlay h2 {
  color: var(--white);
  font-size: clamp(1.5rem, 3.5vw, 2.25rem);
  margin: 0;
}

/* Gallery filter count badge */
.gf-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 22px;
  height: 22px;
  padding: 0 6px;
  border-radius: 999px;
  background: rgba(200,155,92,0.18);
  color: var(--accent-600);
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1;
  margin-left: 4px;
  transition: background var(--transition), color var(--transition);
}

.gf.active .gf-count {
  background: rgba(255,255,255,0.28);
  color: var(--white);
}

/* ─── Additional responsive fixes ─── */
@media (max-width: 900px) {
  .hero-body {
    padding-bottom: 80px;
    align-items: flex-end;
  }

  .hero-home h1 {
    font-size: clamp(2.4rem, 7vw, 3.2rem);
  }

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

  .room-enquire-card {
    position: static;
  }
}

@media (max-width: 768px) {
  .room-hero-img {
    height: 300px;
  }

  .masonry-grid {
    columns: 2 200px;
  }

  .lb-nav-btn {
    width: 44px;
    height: 44px;
  }
}

@media (max-width: 640px) {
  .rooms-grid {
    grid-template-columns: 1fr;
  }

  .masonry-grid {
    columns: 1;
  }

  .room-hero-img {
    height: 240px;
    border-radius: 20px;
  }

  .photo-strip-item {
    flex: 0 0 180px;
    height: 130px;
  }
}

@media (max-width: 480px) {
  .gal-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 200px;
  }

  .gi.gi-wide,
  .gi.gi-tall {
    grid-column: span 1;
    grid-row: span 1;
  }

  .nav-links {
    width: calc(100vw - 32px);
    right: 16px;
  }
}

/* ══════════════════════════════════════════════════════
   ROOMS PAGE — New editorial card design
══════════════════════════════════════════════════════ */

/* ── Room overview selector strip ── */
.rooms-overview {
  background: #ffffff;
  border-bottom: 1px solid var(--line);
  padding: 32px 0;
}

.rov-strip {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
}

.rov-card {
  display: block;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(17, 38, 61, 0.08);
  background: #fff;
  transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
  position: relative;
  text-decoration: none;
}

.rov-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 40px rgba(17, 38, 61, 0.12);
  border-color: rgba(200, 155, 92, 0.3);
}

.rov-featured {
  border-color: rgba(200, 155, 92, 0.35);
}

.rov-img {
  height: 110px;
  overflow: hidden;
}

.rov-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 400ms ease;
}

.rov-card:hover .rov-img img {
  transform: scale(1.06);
}

.rov-info {
  padding: 12px 14px 14px;
}

.rov-info strong {
  display: block;
  font-size: 0.84rem;
  font-weight: 700;
  color: var(--brand-900);
  line-height: 1.3;
}

.rov-info span {
  display: block;
  margin-top: 4px;
  font-size: 0.72rem;
  color: var(--ink-500);
}

.rov-loved {
  position: absolute;
  top: 10px;
  right: 10px;
  background: linear-gradient(135deg, var(--accent-500), #b98544);
  color: #fff;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 999px;
}

/* ── rs-wrap spacing ── */
.rs-wrap {
  background: var(--sand-100);
  padding: 72px 0;
  display: flex;
  flex-direction: column;
  gap: 56px;
}

/* ── Each room section ── */
.rs-section {
  scroll-margin-top: 96px;
}

.rs-featured-section {
  position: relative;
}

.rs-featured-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(200, 155, 92, 0.06), transparent 60%);
  pointer-events: none;
}

/* ── Editorial card ── */
.rs-card {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(10, 24, 40, 0.1);
  min-height: 560px;
  background: #fff;
}

.rs-flip {
  grid-template-columns: 0.85fr 1.15fr;
}

.rs-flip .rs-visual { order: 2; }
.rs-flip .rs-body   { order: 1; }

/* ── Photo column ── */
.rs-visual {
  position: relative;
  overflow: hidden;
}

.rs-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 600ms ease;
}

.rs-card:hover .rs-visual img {
  transform: scale(1.03);
}

.rs-visual-chips {
  position: absolute;
  top: 22px;
  left: 22px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
}

.rs-chip-cat {
  display: inline-flex;
  align-items: center;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.24);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.rs-chip-gold {
  background: rgba(200, 155, 92, 0.88);
  border-color: rgba(200, 155, 92, 0.5);
  color: #fff;
}

.rs-chip-units {
  display: inline-flex;
  align-items: center;
  padding: 5px 12px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(8px);
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.68rem;
  font-weight: 600;
}

/* ── Content column ── */
.rs-body {
  padding: 52px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #fff;
}

.rs-featured .rs-body {
  background: linear-gradient(160deg, #fffdf9 0%, #fff 100%);
}

.rs-body h2 {
  font-size: clamp(1.9rem, 2.6vw, 2.6rem);
  color: var(--brand-900);
  margin: 10px 0 0;
  line-height: 1.2;
}

.rs-body p {
  margin-top: 16px;
  color: var(--ink-700);
  font-size: 0.98rem;
  line-height: 1.72;
  max-width: 48ch;
}

/* ── Amenity pills ── */
.rs-ams {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.rs-am {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(35, 76, 116, 0.06);
  border: 1px solid rgba(35, 76, 116, 0.1);
  font-size: 0.8rem;
  font-weight: 500;
  color: var(--ink-700);
  white-space: nowrap;
}

.rs-am i {
  color: var(--accent-500);
  font-size: 0.76rem;
}

/* ── Specs / meta row ── */
.rs-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid rgba(35, 76, 116, 0.12);
}

.rs-meta span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.86rem;
  font-weight: 600;
  color: var(--ink-700);
}

.rs-meta span i {
  color: var(--accent-500);
  font-size: 0.85rem;
}

.rs-meals {
  margin-top: 14px;
  font-size: 0.82rem;
  color: var(--ink-500, #5a6b7c);
  font-style: italic;
}

/* ── Pricing row ── */
.rs-pricing {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 26px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.rs-price-block {
  display: flex;
  align-items: baseline;
  gap: 6px;
}

.rs-from,
.rs-night {
  font-size: 0.8rem;
  color: var(--ink-500);
}

.rs-price-block strong {
  font-family: var(--ff-h);
  font-size: 2rem;
  color: var(--brand-800);
  line-height: 1;
}

.rs-on-request {
  font-family: var(--ff-h);
  font-size: 1.5rem;
  color: var(--brand-700);
}

.rs-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.rs-call {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(35, 76, 116, 0.08);
  border: 1px solid rgba(35, 76, 116, 0.14);
  color: var(--brand-700);
  transition: background var(--transition), color var(--transition);
  flex-shrink: 0;
}

.rs-call:hover {
  background: var(--brand-800);
  color: #fff;
  border-color: var(--brand-800);
}

/* ── Thumbnail gallery row ── */
.rs-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-top: 22px;
}

.rs-gallery-item {
  height: 80px;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  transition: transform var(--transition), box-shadow var(--transition);
}

.rs-gallery-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(10, 24, 40, 0.16);
}

.rs-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 350ms ease;
}

.rs-gallery-item:hover img {
  transform: scale(1.06);
}

/* ── Responsive ── */
@media (max-width: 1100px) {
  .rov-strip {
    grid-template-columns: repeat(3, 1fr);
  }

  .rs-card,
  .rs-flip {
    grid-template-columns: 1fr 1fr;
  }

  .rs-body {
    padding: 40px 36px;
  }
}

@media (max-width: 820px) {
  .rs-card,
  .rs-flip {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .rs-flip .rs-visual { order: 0; }
  .rs-flip .rs-body   { order: 0; }

  .rs-visual {
    height: 280px;
  }

  .rs-body {
    padding: 32px 28px 36px;
  }

  .rs-gallery {
    grid-template-columns: repeat(4, 1fr);
  }

  .rov-strip {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 540px) {
  .rs-gallery {
    grid-template-columns: repeat(3, 1fr);
  }

  .rs-pricing {
    flex-direction: column;
    align-items: flex-start;
  }

  .rs-wrap {
    padding: 48px 0;
    gap: 36px;
  }
}


/* ══════════════════════════════════════════════════════════════════════
   HOME-V2 — All v2- prefixed styles
   ══════════════════════════════════════════════════════════════════════ */

/* ─────────────────────────────────────────────────────────────────────
   SECTION 1 — HERO
───────────────────────────────────────────────────────────────────── */
.v2-hero {
  position: relative;
  height: 100svh;
  min-height: 600px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.v2-hero-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  z-index: 0;
}

.v2-hero-dim {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    to top,
    rgba(4, 10, 20, 0.82) 0%,
    rgba(4, 10, 20, 0.44) 45%,
    rgba(4, 10, 20, 0.18) 100%
  );
}

.v2-hero-body {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  flex: 1;
  padding-bottom: 0;
}

.v2-hero-body .container {
  padding-bottom: 0;
}

.v2-hero-eyebrow {
  font-family: var(--ff-c);
  font-size: 0.62rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent-500);
  margin: 0 0 16px;
}

.v2-hero h1 {
  font-family: var(--ff-h);
  font-size: clamp(2.6rem, 5vw, 5.2rem);
  line-height: 1.08;
  color: var(--white);
  max-width: 14ch;
  margin-bottom: 40px;
}

.v2-hero h1::before {
  content: "";
  display: block;
  width: 52px;
  height: 3px;
  background: var(--accent-500);
  margin-bottom: 20px;
}

/* ─────────────────────────────────────────────────────────────────────
   SECTION 1 — SEARCH BAR
───────────────────────────────────────────────────────────────────── */
.v2-search-bar {
  display: flex;
  align-items: stretch;
  background: var(--white);
  border-radius: 16px;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  margin-bottom: -1px;
}

.v2-sb-field {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 20px 28px;
}

.v2-sb-sep {
  width: 1px;
  background: rgba(17, 38, 61, 0.1);
  align-self: stretch;
  flex-shrink: 0;
}

.v2-sb-label {
  font-family: var(--ff-c);
  font-size: 0.62rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-500);
  display: block;
}

.v2-sb-input {
  font-family: var(--ff-b);
  font-size: 0.96rem;
  color: var(--ink-900);
  border: none;
  outline: none;
  background: transparent;
  padding: 0;
  width: 100%;
  cursor: pointer;
}

.v2-sb-input option {
  color: var(--ink-900);
}

.v2-sb-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--accent-500);
  color: var(--white);
  font-family: var(--ff-c);
  font-size: 0.76rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 40px;
  border-radius: 0;
  min-width: 160px;
  flex-shrink: 0;
  transition: background var(--transition);
  white-space: nowrap;
}

.v2-sb-cta:hover {
  background: var(--brand-800);
}

/* ─────────────────────────────────────────────────────────────────────
   SECTION 2 — STATEMENT BAND + OVALS
───────────────────────────────────────────────────────────────────── */
.v2-statement {
  background: var(--brand-900);
  padding: 80px 0 0;
  overflow: hidden;
}

.v2-stmt-text {
  text-align: center;
  padding-bottom: 56px;
  max-width: 700px;
  margin: 0 auto;
}

.v2-eyebrow-light {
  font-family: var(--ff-c);
  font-size: 0.68rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--accent-300);
  margin: 0 0 12px;
}

.v2-statement h2 {
  font-family: var(--ff-h);
  font-size: clamp(2rem, 3.8vw, 3.4rem);
  color: var(--white);
  max-width: 16ch;
  margin: 0 auto 20px;
  text-align: center;
}

.v2-statement p {
  font-family: var(--ff-b);
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.62);
  max-width: 52ch;
  margin: 0 auto;
  line-height: 1.76;
  text-align: center;
}

/* Oval photo row sits at bottom edge of section */
.v2-oval-row {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 16px;
  padding: 0;
}

.v2-oval {
  border-radius: 9999px;
  overflow: hidden;
  flex-shrink: 0;
  position: relative;
  transition: transform var(--transition), box-shadow var(--transition);
}

.v2-oval:hover {
  transform: translateY(-8px);
}

.v2-oval::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(4, 10, 20, 0.65) 0%, transparent 55%);
  z-index: 0;
  pointer-events: none;
}

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

.v2-oval-cap {
  position: absolute;
  bottom: 16px;
  left: 0;
  right: 0;
  text-align: center;
  font-family: var(--ff-c);
  font-size: 0.62rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--white);
  z-index: 1;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
}

.v2-oval--xs { width: 130px; height: 190px; }
.v2-oval--sm { width: 152px; height: 240px; }
.v2-oval--lg { width: 186px; height: 310px; }

/* ─────────────────────────────────────────────────────────────────────
   SECTION 3 — FEATURE CARDS
───────────────────────────────────────────────────────────────────── */
.v2-feat-sec {
  background: var(--sand-100);
  padding: 80px 0;
}

.v2-feat-hdr {
  text-align: center;
  margin-bottom: 48px;
}

.v2-feat-hdr h2 {
  margin: 8px 0 0;
}

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

.v2-feat-card {
  background: var(--white);
  border-radius: 20px;
  padding: 32px 28px 36px;
  text-align: center;
  box-shadow: 0 4px 24px rgba(17, 38, 61, 0.06);
  transition: transform var(--transition), box-shadow var(--transition);
}

.v2-feat-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(17, 38, 61, 0.12);
}

.v2-feat-circle {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 28px;
  border: 3px solid rgba(200, 155, 92, 0.2);
  flex-shrink: 0;
}

.v2-feat-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.v2-feat-card h4 {
  font-family: var(--ff-h);
  font-size: 1.18rem;
  color: var(--brand-800);
  margin: 0 0 10px;
}

.v2-feat-card p {
  font-family: var(--ff-b);
  font-size: 0.94rem;
  color: var(--ink-700);
  line-height: 1.68;
  margin: 0;
}

/* ─────────────────────────────────────────────────────────────────────
   SECTION 4 — MARQUEE TICKER
───────────────────────────────────────────────────────────────────── */
.v2-ticker {
  background: var(--accent-500);
  padding: 16px 0;
  overflow: hidden;
  white-space: nowrap;
}

.v2-ticker-inner {
  display: inline-flex;
  align-items: center;
  gap: 28px;
  animation: v2tick 30s linear infinite;
  will-change: transform;
}

.v2-ticker-inner span {
  font-family: var(--ff-c);
  font-size: 0.82rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--white);
  font-weight: 500;
  flex-shrink: 0;
}

.v2-ticker-inner i {
  font-size: 0.5rem;
  color: rgba(255, 255, 255, 0.5);
  flex-shrink: 0;
}

@keyframes v2tick {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* ─────────────────────────────────────────────────────────────────────
   SECTION 5 — ROOMS
───────────────────────────────────────────────────────────────────── */
.v2-rooms-sec {
  background: var(--white);
  padding: 80px 0;
}

.v2-rooms-hdr {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 40px;
}

.v2-rooms-hdr h2 {
  margin: 8px 0 0;
}

.v2-rooms-nav {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}

.v2-rooms-nav-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1.5px solid rgba(17, 38, 61, 0.15);
  background: transparent;
  color: var(--brand-800);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 0.9rem;
  transition: background var(--transition), border-color var(--transition), color var(--transition);
}

.v2-rooms-nav-btn:hover {
  background: var(--accent-500);
  border-color: var(--accent-500);
  color: var(--white);
}

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

.v2-room-card {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(17, 38, 61, 0.07);
  transition: transform var(--transition), box-shadow var(--transition);
}

.v2-room-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 48px rgba(17, 38, 61, 0.12);
}

.v2-rc-img {
  height: 260px;
  overflow: hidden;
}

.v2-rc-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 400ms ease;
}

.v2-rc-img:hover img {
  transform: scale(1.04);
}

.v2-rc-body {
  padding: 22px 24px;
  background: var(--white);
}

.v2-rc-cat {
  display: inline-block;
  background: rgba(200, 155, 92, 0.1);
  color: var(--accent-500);
  font-family: var(--ff-c);
  font-size: 0.62rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  border-radius: 999px;
  padding: 4px 12px;
  margin-bottom: 10px;
}

.v2-rc-body h3 {
  font-family: var(--ff-h);
  font-size: 1.12rem;
  color: var(--brand-800);
  margin: 0 0 8px;
}

.v2-rc-body p {
  font-family: var(--ff-b);
  font-size: 0.9rem;
  color: var(--ink-700);
  line-height: 1.65;
  margin: 0;
}

/* ─────────────────────────────────────────────────────────────────────
   SECTION 6 — ADVENTURE CTA
───────────────────────────────────────────────────────────────────── */
.v2-adv {
  position: relative;
  min-height: 480px;
  overflow: hidden;
}

.v2-adv-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  z-index: 0;
}

.v2-adv-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(4, 10, 20, 0.90) 0%, rgba(17, 38, 61, 0.84) 100%);
  z-index: 1;
}

.v2-adv-inner {
  position: relative;
  z-index: 2;
  padding: 80px 0;
  text-align: center;
}

.v2-adv-top-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

.v2-adv-h-frag {
  font-family: var(--ff-h);
  font-size: clamp(2.4rem, 4vw, 4rem);
  color: var(--white);
  line-height: 1.1;
  margin: 0;
}

.v2-camera-wrap {
  position: relative;
  width: 220px;
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.v2-camera-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1px solid rgba(200, 155, 92, 0.2);
}

.v2-camera-ring-mid {
  position: absolute;
  inset: 15px;
  border-radius: 50%;
  border: 1px solid rgba(200, 155, 92, 0.2);
}

.v2-camera-core {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  border: 2px solid rgba(200, 155, 92, 0.5);
  background: rgba(200, 155, 92, 0.08);
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.v2-camera-core i {
  font-size: 3.5rem;
  color: var(--accent-300);
}

.v2-adv-bottom {
  margin-top: 0;
}

.v2-adv-bottom h2 {
  font-family: var(--ff-h);
  font-size: clamp(1.8rem, 3vw, 3rem);
  color: var(--white);
  text-align: center;
  margin: 32px 0 12px;
}

.v2-adv-bottom p {
  font-family: var(--ff-b);
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.65);
  max-width: 44ch;
  margin: 0 auto 36px;
}

/* ─────────────────────────────────────────────────────────────────────
   SECTION 7 — TESTIMONIAL
───────────────────────────────────────────────────────────────────── */
.v2-testi {
  position: relative;
  padding: 96px 0;
  overflow: hidden;
}

.v2-testi-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  z-index: 0;
}

.v2-testi-dim {
  position: absolute;
  inset: 0;
  background: rgba(4, 10, 20, 0.78);
  z-index: 1;
}

.v2-testi-wrap {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
}

.v2-testi-card {
  max-width: 620px;
  width: 100%;
  background: var(--white);
  border-radius: 24px;
  padding: 52px 56px;
  text-align: center;
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.3);
}

.v2-testi-stars {
  color: var(--accent-500);
  font-size: 1.3rem;
  letter-spacing: 4px;
  margin-bottom: 24px;
}

.v2-testi-card blockquote {
  font-family: var(--ff-h);
  font-style: italic;
  font-size: 1.08rem;
  line-height: 1.78;
  color: var(--ink-900);
  margin: 0 0 32px;
  border: none;
  padding: 0;
}

.v2-testi-auth {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.v2-testi-av {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--brand-800);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-weight: 700;
  font-size: 0.9rem;
  font-family: var(--ff-b);
  flex-shrink: 0;
}

.v2-testi-auth strong {
  display: block;
  font-family: var(--ff-b);
  font-size: 0.96rem;
  color: var(--brand-800);
}

.v2-testi-auth span {
  display: block;
  font-family: var(--ff-b);
  font-size: 0.82rem;
  color: var(--ink-500);
}

/* ─────────────────────────────────────────────────────────────────────
   SECTION 8 — DISCOVER
───────────────────────────────────────────────────────────────────── */
.v2-discover {
  background: var(--sand-100);
  padding: 80px 0;
}

.v2-disc-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}

.v2-disc-img {
  border-radius: 28px;
  overflow: hidden;
  height: 560px;
  box-shadow: var(--shadow-md);
}

.v2-disc-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 500ms ease;
}

.v2-disc-img:hover img {
  transform: scale(1.03);
}

.v2-disc-text h2 {
  font-family: var(--ff-h);
  font-size: 2.4rem;
  color: var(--brand-900);
  margin: 8px 0 18px;
}

.v2-disc-text p {
  font-family: var(--ff-b);
  font-size: 1rem;
  color: var(--ink-700);
  line-height: 1.72;
  margin-bottom: 28px;
}

.v2-disc-list {
  list-style: none;
  margin: 28px 0 36px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.v2-disc-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.v2-disc-item i {
  color: var(--accent-500);
  font-size: 1.1rem;
  margin-top: 2px;
  flex-shrink: 0;
}

.v2-disc-item span {
  font-family: var(--ff-b);
  font-size: 0.97rem;
  color: var(--ink-700);
  line-height: 1.6;
}

/* ─────────────────────────────────────────────────────────────────────
   SECTION 9 — ACTIVITIES
───────────────────────────────────────────────────────────────────── */
.v2-activities {
  background: var(--white);
  padding: 80px 0;
}

.v2-act-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}

.v2-act-list h2 {
  font-family: var(--ff-h);
  font-size: 2.2rem;
  color: var(--brand-900);
  margin: 8px 0 0;
}

.v2-act-items {
  display: flex;
  flex-direction: column;
  margin-top: 24px;
}

.v2-act-item {
  border-top: 1px solid rgba(17, 38, 61, 0.08);
  padding: 24px 0;
  display: flex;
  gap: 20px;
  align-items: center;
}

.v2-act-item:last-child {
  border-bottom: 1px solid rgba(17, 38, 61, 0.08);
}

.v2-act-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1.5px solid rgba(200, 155, 92, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.v2-act-icon i {
  color: var(--accent-500);
  font-size: 1.2rem;
}

.v2-act-item h4 {
  font-family: var(--ff-h);
  font-size: 1rem;
  color: var(--brand-800);
  margin: 0 0 4px;
}

.v2-act-item p {
  font-family: var(--ff-b);
  font-size: 0.88rem;
  color: var(--ink-700);
  margin: 0;
  line-height: 1.6;
}

.v2-act-photo {
  border-radius: 28px;
  overflow: hidden;
  height: 480px;
  box-shadow: var(--shadow-md);
}

.v2-act-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 500ms ease;
}

.v2-act-photo:hover img {
  transform: scale(1.03);
}

/* ─────────────────────────────────────────────────────────────────────
   SECTION 10 — BLOG
───────────────────────────────────────────────────────────────────── */
.v2-blog {
  background: var(--sand-100);
  padding: 80px 0;
}

.v2-blog-hdr {
  text-align: center;
  margin-bottom: 48px;
}

.v2-blog-hdr h2 {
  margin: 8px 0 0;
}

.v2-blog-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.v2-blog-card {
  display: flex;
  background: var(--white);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(17, 38, 61, 0.06);
  margin-bottom: 24px;
  transition: transform var(--transition), box-shadow var(--transition);
}

.v2-blog-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(17, 38, 61, 0.11);
}

.v2-bc-img {
  width: 280px;
  flex-shrink: 0;
  height: 200px;
  overflow: hidden;
}

.v2-bc-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 400ms ease;
}

.v2-blog-card:hover .v2-bc-img img {
  transform: scale(1.04);
}

.v2-bc-body {
  padding: 28px 32px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.v2-bc-body h3 {
  font-family: var(--ff-h);
  font-size: 1.12rem;
  color: var(--brand-800);
  margin: 10px 0 10px;
}

.v2-bc-body p {
  font-family: var(--ff-b);
  font-size: 0.92rem;
  color: var(--ink-700);
  line-height: 1.65;
  margin: 0 0 16px;
  flex: 1;
}

.v2-read-more {
  font-family: var(--ff-b);
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--accent-500);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  text-decoration: none;
  transition: color var(--transition);
}

.v2-read-more:hover {
  color: var(--brand-800);
}

/* ─────────────────────────────────────────────────────────────────────
   SECTION 11 — FOOTER CTA BAND
───────────────────────────────────────────────────────────────────── */
.v2-ftcta {
  position: relative;
  min-height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}

.v2-ftcta-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  z-index: 0;
}

.v2-ftcta-overlay {
  position: absolute;
  inset: 0;
  background: rgba(4, 10, 20, 0.74);
  z-index: 1;
}

.v2-ftcta-body {
  position: relative;
  z-index: 2;
  padding: 80px 0;
}

.v2-ftcta-body h2 {
  font-family: var(--ff-h);
  font-size: clamp(2rem, 4vw, 3.6rem);
  color: var(--white);
  max-width: 20ch;
  margin: 12px auto 36px;
  line-height: 1.14;
}

/* ─────────────────────────────────────────────────────────────────────
   RESPONSIVE — v2 sections
───────────────────────────────────────────────────────────────────── */

/* ── ≤ 1100px ── */
@media (max-width: 1100px) {
  .v2-feat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .v2-room-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .v2-disc-grid,
  .v2-act-grid {
    gap: 48px;
  }

  .v2-adv-top-row {
    gap: 24px;
  }

  .v2-adv-h-frag {
    font-size: 2.2rem;
  }
}

/* ── ≤ 820px ── */
@media (max-width: 820px) {
  .v2-hero h1 {
    font-size: clamp(2.2rem, 7vw, 3rem);
  }

  .v2-search-bar {
    flex-direction: column;
    align-items: stretch;
    border-radius: 14px;
    overflow: hidden;
  }

  .v2-sb-field {
    padding: 16px 20px;
  }

  .v2-sb-sep {
    width: auto;
    height: 1px;
    align-self: auto;
  }

  .v2-sb-cta {
    min-width: unset;
    padding: 18px 20px;
    border-radius: 0;
    justify-content: center;
  }

  .v2-statement {
    padding-top: 60px;
  }

  .v2-oval-row {
    overflow-x: auto;
    justify-content: flex-start;
    padding: 0 20px 0;
    gap: 12px;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
  }

  .v2-oval--xs,
  .v2-oval--sm,
  .v2-oval--lg {
    flex-shrink: 0;
    scroll-snap-align: start;
  }

  .v2-oval--xs { width: 110px; height: 170px; }
  .v2-oval--sm { width: 130px; height: 208px; }
  .v2-oval--lg { width: 158px; height: 268px; }

  .v2-feat-grid,
  .v2-room-grid {
    grid-template-columns: 1fr;
  }

  .v2-rooms-hdr {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .v2-adv-top-row {
    flex-direction: column;
    gap: 20px;
  }

  .v2-adv-h-frag {
    font-size: 1.8rem;
    text-align: center;
  }

  .v2-testi-card {
    padding: 36px 28px;
  }

  .v2-disc-grid,
  .v2-act-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .v2-disc-img {
    height: 360px;
  }

  .v2-act-photo {
    height: 320px;
  }

  .v2-bc-img {
    width: 200px;
    height: 180px;
  }
}

/* ── ≤ 540px ── */
@media (max-width: 540px) {
  .v2-hero h1 {
    font-size: 2.2rem;
  }

  .v2-hero-eyebrow {
    font-size: 0.55rem;
  }

  .v2-feat-card {
    padding: 24px 20px 28px;
  }

  .v2-feat-circle {
    width: 140px;
    height: 140px;
  }

  .v2-testi-card {
    padding: 28px 20px;
    border-radius: 14px;
  }

  .v2-testi-card blockquote {
    font-size: 1rem;
  }

  .v2-disc-img {
    height: 280px;
  }

  .v2-act-photo {
    height: 260px;
  }

  .v2-blog-card {
    flex-direction: column;
  }

  .v2-bc-img {
    width: 100%;
    height: 200px;
  }

  .v2-ftcta-body h2 {
    font-size: 1.85rem;
  }

  .v2-rc-img {
    height: 220px;
  }

  .v2-camera-wrap {
    width: 160px;
    height: 160px;
  }

  .v2-camera-core {
    width: 120px;
    height: 120px;
  }

  .v2-camera-core i {
    font-size: 2.4rem;
  }
}

/* Honeypot: hidden from people, visible to bots */
.hp-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* Error state for the enquiry toast */
.toast--error {
  background: #8c2f2f;
}
.toast--error i {
  color: #ffd9d9;
}
