/* ==========================================================================
   Highland9025 Ventures: Premium Furnished Stays
   Shared design system across all pages
   --------------------------------------------------------------------------
   Owner-operated furnished private rooms & entire homes for flexible stays.
   Visual identity: dark navy sections · warm ivory/cream backgrounds ·
   beige + muted gold accents · editorial serif headlines · Inter body ·
   large rounded content sections · premium cards · generous whitespace.
   ========================================================================== */

/* ---------- Design tokens ---------- */
:root {
  --navy:        #0D1728;
  --navy-deep:   #091220;
  --navy-2:      #152538;
  --navy-3:      #1E2F47;
  --ivory:       #FAF9F5;
  --cream:       #EEF8EC;
  --cream-2:     #E4F2E0;
  --beige:       #E3EDE0;
  --beige-warm:  #A8DF9D;
  --gold:        #7FCB72;
  --gold-deep:   #3F7D48;
  --charcoal:    #2C2C2C;
  --slate:       #5B6577;
  --line:        rgba(15, 27, 45, 0.08);
  --line-light:  rgba(255, 255, 255, 0.12);
  --forest:      #2E7D5B;

  --serif: "Cormorant Garamond", "Playfair Display", Georgia, "Times New Roman", serif;
  --sans:  "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  --radius-sm: 12px;
  --radius:    18px;
  --radius-lg: 28px;
  --radius-xl: 36px;

  --shadow-sm: 0 4px 14px rgba(15, 27, 45, 0.06);
  --shadow:    0 12px 40px rgba(15, 27, 45, 0.10);
  --shadow-lg: 0 30px 70px rgba(15, 27, 45, 0.18);

  --ease: cubic-bezier(0.22, 1, 0.36, 1);

  --container: 1240px;
  --pad-y: 120px;
  --header-h: 84px;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; scroll-padding-top: 100px; }
body {
  margin: 0;
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  color: var(--charcoal);
  background: var(--ivory);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; transition: color .25s var(--ease); }
ul { list-style: none; padding: 0; margin: 0; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
input, select, textarea { font-family: inherit; font-size: 15px; }

h1, h2, h3, h4, h5 {
  font-family: var(--serif);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.01em;
  margin: 0;
}

.container { max-width: var(--container); margin: 0 auto; padding: 0 32px; }
.container-wide { max-width: 1400px; margin: 0 auto; padding: 0 32px; }

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

/* ==========================================================================
   BUTTONS
   ========================================================================== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 14px 28px;
  border-radius: 999px;
  font-family: var(--sans);
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: all .35s var(--ease);
  white-space: nowrap;
  border: 1px solid transparent;
  line-height: 1.1;
}
.btn-sm { padding: 10px 20px; font-size: 13px; }
.btn-lg { padding: 18px 38px; font-size: 15px; }
.btn-block { width: 100%; }

.btn-gold {
  background: var(--gold);
  color: var(--navy);
  box-shadow: 0 10px 30px rgba(127, 203, 114, 0.35);
}
.btn-gold:hover { background: var(--gold-deep); transform: translateY(-2px); box-shadow: 0 14px 36px rgba(127, 203, 114, 0.45); }

.btn-ghost {
  background: transparent;
  color: var(--ivory);
  border-color: rgba(255, 255, 255, 0.35);
}
.btn-ghost:hover { background: rgba(255, 255, 255, 0.08); border-color: rgba(255, 255, 255, 0.65); }

.btn-dark {
  background: var(--navy);
  color: var(--ivory);
}
.btn-dark:hover { background: var(--navy-3); transform: translateY(-2px); }

.btn-outline {
  background: transparent;
  color: var(--navy);
  border-color: rgba(15, 27, 45, 0.22);
}
.btn-outline:hover { border-color: var(--gold); color: var(--gold-deep); transform: translateY(-2px); }

.btn-light {
  background: var(--ivory);
  color: var(--navy);
}
.btn-light:hover { background: #fff; transform: translateY(-2px); box-shadow: var(--shadow); }

/* External-platform buttons on booking card */
.btn-ff  { background: #1F6FEB; color: #fff; }
.btn-ff:hover { background: #175bcc; transform: translateY(-2px); }
.btn-abnb { background: #FF5A5F; color: #fff; }
.btn-abnb:hover { background: #e5484d; transform: translateY(-2px); }

/* ==========================================================================
   EYEBROWS + SECTION HEADS
   ========================================================================== */
.eyebrow {
  display: inline-block;
  font-family: var(--sans);
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--gold-deep);
  margin-bottom: 22px;
}
/* Decorative eyebrow dash removed. .eyebrow-line kept as an inert hook so existing markup is unaffected. */
.eyebrow-light { color: rgba(250, 246, 240, 0.85); }

.section-head { max-width: 720px; margin: 0 0 64px; }
.section-head.center { text-align: center; margin-left: auto; margin-right: auto; }
.section-title {
  font-size: clamp(2.25rem, 4.4vw, 3.6rem);
  color: var(--navy);
  margin-bottom: 20px;
  letter-spacing: -0.02em;
}
.section-title.light { color: var(--ivory); }
.section-lede {
  font-size: 1.08rem;
  color: var(--slate);
  line-height: 1.75;
  max-width: 640px;
  margin: 0;
}
.section-lede.light { color: rgba(250, 246, 240, 0.78); }
.center .section-lede { margin-left: auto; margin-right: auto; }

section { position: relative; }
.pad-y { padding: var(--pad-y) 0; }
.bg-ivory { background: var(--ivory); }
.bg-cream { background: var(--cream); }
.bg-navy  { background: var(--navy); color: var(--ivory); }

/* ==========================================================================
   HEADER / NAV  (shared on every page)
   ========================================================================== */
.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  padding: 22px 0;
  transition: all .4s var(--ease);
}
.site-header.scrolled {
  background: rgba(15, 27, 45, 0.94);
  backdrop-filter: saturate(160%) blur(14px);
  -webkit-backdrop-filter: saturate(160%) blur(14px);
  padding: 13px 0;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.18);
}
/* Pages with a light top (no dark hero) get a solid header immediately */
.site-header.solid {
  background: rgba(15, 27, 45, 0.94);
  backdrop-filter: saturate(160%) blur(14px);
  -webkit-backdrop-filter: saturate(160%) blur(14px);
  box-shadow: 0 8px 30px rgba(15,27,45, 0.12);
}

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

.logo { display: flex; align-items: center; gap: 12px; color: var(--ivory); }
.logo-mark {
  width: 44px; height: 44px; border-radius: 13px;
  background: var(--gold); color: var(--navy);
  display: grid; place-items: center;
  font-family: var(--serif); font-weight: 600; font-size: 18px; letter-spacing: -0.02em;
}
.logo-text { display: flex; flex-direction: column; line-height: 1; }
.logo-name { font-family: var(--serif); font-size: 21px; font-weight: 600; letter-spacing: -0.01em; }
.logo-accent { color: var(--gold); }
.logo-sub { font-size: 10px; letter-spacing: 0.34em; text-transform: uppercase; color: rgba(250,246,240,0.55); margin-top: 5px; }

.main-nav ul { display: flex; gap: 34px; align-items: center; }
.main-nav a {
  color: rgba(250, 246, 240, 0.85);
  font-size: 14px; font-weight: 400; letter-spacing: 0.02em;
  position: relative; padding: 6px 0;
}
.main-nav a::after {
  content: ""; position: absolute; left: 0; bottom: 0;
  height: 1px; width: 0; background: var(--gold); transition: width .3s var(--ease);
}
.main-nav a:hover { color: var(--ivory); }
.main-nav a:hover::after,
.main-nav a.active::after { width: 100%; }
.main-nav a.active { color: var(--ivory); }

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

.nav-toggle { display: none; width: 42px; height: 42px; position: relative; }
.nav-toggle span {
  display: block; position: absolute; left: 9px; width: 24px; height: 1.5px;
  background: var(--ivory); border-radius: 2px; transition: all .3s var(--ease);
}
.nav-toggle span:nth-child(1) { top: 15px; }
.nav-toggle span:nth-child(2) { top: 21px; }
.nav-toggle span:nth-child(3) { top: 27px; }
.nav-toggle.active span:nth-child(1) { top: 21px; transform: rotate(45deg); }
.nav-toggle.active span:nth-child(2) { opacity: 0; }
.nav-toggle.active span:nth-child(3) { top: 21px; transform: rotate(-45deg); }

.mobile-nav {
  display: none; flex-direction: column; gap: 4px;
  padding: 18px 32px 28px; background: var(--navy);
  border-top: 1px solid rgba(255,255,255,0.08);
}
.mobile-nav a { color: var(--ivory); padding: 14px 0; font-size: 16px; border-bottom: 1px solid rgba(255,255,255,0.08); }
.mobile-nav a.btn { border: none; margin-top: 14px; justify-content: center; }
.mobile-nav.open { display: flex; }

/* ==========================================================================
   HERO: homepage (split: copy + availability card)
   ========================================================================== */
.hero {
  position: relative;
  background: var(--navy);
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: var(--ivory);
  padding: 150px 0 90px;
}
.hero-image {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(135deg, rgba(15,27,45,0.20), rgba(15,27,45,0.55)),
    url("https://images.unsplash.com/photo-1631049307264-da0ec9d70304?auto=format&fit=crop&w=2400&q=80");
  background-size: cover; background-position: center;
  transform: scale(1.06);
  animation: heroZoom 18s var(--ease) forwards;
}
@keyframes heroZoom { from { transform: scale(1.14); } to { transform: scale(1.0); } }
.hero-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(15,27,45,0.92) 0%, rgba(15,27,45,0.72) 44%, rgba(15,27,45,0.34) 100%),
    radial-gradient(ellipse at 75% 25%, rgba(127,203,114,0.10), transparent 60%);
}
.hero-inner {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 60px; align-items: center;
  width: 100%;
}
.hero-copy { max-width: 660px; }
.hero .eyebrow { color: rgba(250,246,240,0.85); opacity: 0; animation: rise .9s var(--ease) .2s forwards; }
.hero-title {
  font-size: clamp(3rem, 6.4vw, 5.6rem);
  font-weight: 500; letter-spacing: -0.025em; line-height: 1.0;
  margin-bottom: 26px; opacity: 0; animation: rise 1s var(--ease) .4s forwards;
}
.hero-subtitle {
  font-size: clamp(1.05rem, 1.4vw, 1.24rem);
  font-weight: 300; color: rgba(250,246,240,0.86);
  max-width: 580px; line-height: 1.65; margin: 0 0 38px;
  opacity: 0; animation: rise 1s var(--ease) .6s forwards;
}
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; opacity: 0; animation: rise 1s var(--ease) .8s forwards; }
@keyframes rise { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }

/* Hero availability card */
.hero-card {
  background: rgba(250, 246, 240, 0.96);
  color: var(--charcoal);
  border-radius: var(--radius-lg);
  padding: 30px;
  box-shadow: var(--shadow-lg);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  opacity: 0; animation: rise 1s var(--ease) .7s forwards;
}
.hero-card h3 { font-size: 1.7rem; color: var(--navy); margin-bottom: 8px; }
.hero-card > p { color: var(--slate); line-height: 1.6; margin: 0 0 22px; font-size: 0.95rem; }
.stay-options { display: grid; gap: 12px; }
.stay-option {
  display: grid; grid-template-columns: 58px 1fr auto; gap: 15px; align-items: center;
  border: 1px solid var(--line); background: #fff; border-radius: 16px; padding: 13px;
  transition: all .3s var(--ease);
}
.stay-option:hover { border-color: rgba(127,203,114,0.5); transform: translateX(3px); box-shadow: var(--shadow-sm); }
.stay-thumb {
  width: 58px; height: 58px; border-radius: 13px; background-size: cover; background-position: center;
  background-color: var(--beige);
}
.stay-thumb.room  { background-image: url("https://images.unsplash.com/photo-1505693416388-ac5ce068fe85?auto=format&fit=crop&w=400&q=80"); }
.stay-thumb.home  { background-image: url("https://images.unsplash.com/photo-1600585154340-be6161a56a0c?auto=format&fit=crop&w=400&q=80"); }
.stay-thumb.short { background-image: url("https://images.unsplash.com/photo-1502672260266-1c1ef2d93688?auto=format&fit=crop&w=400&q=80"); }
.stay-option strong { display: block; font-size: 14px; color: var(--navy); }
.stay-option span { display: block; color: var(--slate); font-size: 12px; margin-top: 3px; line-height: 1.4; }
.stay-pill {
  font-size: 11px; color: var(--gold-deep); background: rgba(127,203,114,0.14);
  border-radius: 999px; padding: 7px 11px; font-weight: 600; white-space: nowrap;
}

/* Generic page hero (interior pages) */
.page-hero {
  position: relative; background: var(--navy); color: var(--ivory);
  padding: calc(var(--header-h) + 90px) 0 90px; overflow: hidden;
}
.page-hero-image {
  position: absolute; inset: 0; background-size: cover; background-position: center; opacity: 0.9;
}
.page-hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(15,27,45,0.72) 0%, rgba(15,27,45,0.80) 55%, rgba(15,27,45,0.94) 100%),
              radial-gradient(ellipse at 75% 20%, rgba(127,203,114,0.10), transparent 60%);
}
.page-hero-inner { position: relative; z-index: 2; max-width: 760px; }
.page-hero h1 {
  font-size: clamp(2.6rem, 5.4vw, 4.6rem); font-weight: 500;
  letter-spacing: -0.02em; line-height: 1.02; margin-bottom: 22px;
}
.page-hero p { font-size: clamp(1.05rem, 1.4vw, 1.22rem); color: rgba(250,246,240,0.82); line-height: 1.65; max-width: 600px; margin: 0; font-weight: 300; }
.breadcrumb { font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(250,246,240,0.6); margin-bottom: 22px; }
.breadcrumb a:hover { color: var(--gold); }

/* ==========================================================================
   STATS BAR
   ========================================================================== */
.stats-bar {
  background: var(--navy); color: var(--ivory); padding: 56px 0;
  border-top: 1px solid rgba(127,203,114,0.18);
  border-bottom: 1px solid rgba(127,203,114,0.18);
}
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; text-align: center; }
.stat { position: relative; }
/* Decorative vertical divider line between stats removed. */
.stat-value {
  font-family: var(--serif); font-size: clamp(2.2rem, 4.4vw, 3.4rem); font-weight: 500;
  color: var(--gold); line-height: 1; letter-spacing: -0.02em; margin-bottom: 10px;
}
.stat-label { font-size: 12px; letter-spacing: 0.22em; text-transform: uppercase; color: rgba(250,246,240,0.65); }

/* ==========================================================================
   STAY-TYPE SPLIT (Private Rooms / Entire Homes)
   ========================================================================== */
.staytypes { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.staytype {
  position: relative; border-radius: var(--radius-xl); overflow: hidden; min-height: 460px;
  display: flex; align-items: flex-end; color: var(--ivory); padding: 40px;
  box-shadow: var(--shadow); transition: all .5s var(--ease);
}
.staytype:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.staytype::before {
  content: ""; position: absolute; inset: 0; z-index: 0;
  background-size: cover; background-position: center; transition: transform 1.1s var(--ease);
}
.staytype:hover::before { transform: scale(1.06); }
.staytype::after {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(0deg, rgba(10,20,34,0.92) 0%, rgba(10,20,34,0.30) 55%, rgba(10,20,34,0.10) 100%);
}
.staytype.room::before  { background-image: url("https://images.unsplash.com/photo-1522771739844-6a9f6d5f14af?auto=format&fit=crop&w=1400&q=80"); }
.staytype.home::before  { background-image: url("https://images.unsplash.com/photo-1600607687939-ce8a6c25118c?auto=format&fit=crop&w=1400&q=80"); }
.staytype-body { position: relative; z-index: 2; max-width: 480px; }
.staytype-badge {
  display: inline-block; font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; font-weight: 600;
  color: var(--navy); background: var(--gold); padding: 7px 14px; border-radius: 999px; margin-bottom: 20px;
}
.staytype h3 { font-size: 2.4rem; margin-bottom: 12px; }
.staytype p { color: rgba(250,246,240,0.85); line-height: 1.6; margin: 0 0 24px; font-size: 1rem; }

/* ==========================================================================
   SERVICE / FEATURE CARDS (generic 3-col grid)
   ========================================================================== */
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.feature-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 42px 34px; transition: all .5s var(--ease); position: relative; overflow: hidden;
}
.feature-card::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(127,203,114,0.05), transparent 60%);
  opacity: 0; transition: opacity .5s var(--ease);
}
.feature-card:hover { transform: translateY(-6px); border-color: rgba(127,203,114,0.4); box-shadow: var(--shadow); }
.feature-card:hover::before { opacity: 1; }
.feature-card > * { position: relative; }
.feature-icon {
  width: 56px; height: 56px; border-radius: 15px; background: var(--cream);
  display: grid; place-items: center; margin-bottom: 26px; color: var(--navy);
  transition: all .5s var(--ease); font-size: 24px;
}
.feature-icon svg { width: 26px; height: 26px; }
.feature-card:hover .feature-icon { background: var(--gold); color: var(--navy); transform: scale(1.05); }
.feature-card h3 { font-size: 1.5rem; color: var(--navy); margin-bottom: 12px; }
.feature-card p { color: var(--slate); font-size: 0.96rem; line-height: 1.7; margin: 0; }

/* ==========================================================================
   WHO WE SERVE: mini grid on homepage
   ========================================================================== */
.serve-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.serve-chip {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 26px 24px; transition: all .4s var(--ease);
}
.serve-chip:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: rgba(127,203,114,0.35); }
.serve-chip .serve-ico { font-size: 26px; margin-bottom: 14px; }
.serve-chip h4 { font-size: 1.2rem; color: var(--navy); margin-bottom: 8px; }
.serve-chip p { font-size: 0.88rem; color: var(--slate); line-height: 1.6; margin: 0; }

/* ==========================================================================
   FEATURED PROPERTY (homepage split)
   ========================================================================== */
.feature-property-grid { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 24px; }
.feature-property {
  min-height: 540px; border-radius: var(--radius-xl); overflow: hidden; position: relative;
  color: var(--ivory); display: flex; align-items: flex-end; padding: 40px;
  background: var(--navy) center/cover;
  background-image: linear-gradient(0deg, rgba(10,20,34,0.90), rgba(10,20,34,0.05)),
                    url("https://images.unsplash.com/photo-1600585154340-be6161a56a0c?auto=format&fit=crop&w=1600&q=85");
}
.feature-property-content { position: relative; z-index: 1; max-width: 560px; }
.feature-property-content h3 { font-size: 2.6rem; line-height: 1.05; margin-bottom: 14px; }
.feature-property-content p { color: rgba(250,246,240,0.85); line-height: 1.6; margin: 0 0 24px; }
.mini-property-list { display: grid; gap: 20px; }
.mini-property {
  background: #fff; border-radius: var(--radius-lg); padding: 18px; display: grid;
  grid-template-columns: 118px 1fr; gap: 18px; align-items: center; box-shadow: var(--shadow-sm);
  transition: all .4s var(--ease);
}
.mini-property:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.mini-img { height: 104px; border-radius: 16px; background-size: cover; background-position: center; background-color: var(--beige); }
.mini-property h4 { margin-bottom: 6px; color: var(--navy); font-size: 1.25rem; }
.mini-property p { margin: 0; color: var(--slate); font-size: 0.88rem; line-height: 1.5; }

/* ==========================================================================
   PROCESS / STEPS
   ========================================================================== */
.split-2 { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 60px; align-items: center; }
.split-2.reverse { grid-template-columns: 1.1fr 0.9fr; }
.process-card { background: var(--navy); color: var(--ivory); border-radius: var(--radius-xl); padding: 44px; box-shadow: var(--shadow-lg); }
.process-step { display: grid; grid-template-columns: 46px 1fr; gap: 20px; padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,0.12); }
.process-step:first-child { padding-top: 0; }
.process-step:last-child { border-bottom: 0; padding-bottom: 0; }
.process-num {
  width: 46px; height: 46px; border-radius: 50%; background: rgba(255,255,255,0.08);
  display: grid; place-items: center; color: var(--gold); font-family: var(--serif); font-size: 1.25rem; font-weight: 600;
}
.process-step h4 { margin-bottom: 6px; font-size: 1.3rem; color: var(--ivory); }
.process-step p { margin: 0; color: rgba(250,246,240,0.68); line-height: 1.55; font-size: 0.95rem; }

/* Numbered journey (how-it-works timeline) */
.journey-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.journey-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 40px 34px;
  position: relative; transition: all .5s var(--ease); overflow: hidden;
}
.journey-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: rgba(127,203,114,0.35); }
.journey-step-num {
  font-family: var(--serif); font-size: 3.4rem; font-weight: 500; color: var(--beige);
  line-height: 1; margin-bottom: 18px; transition: color .5s var(--ease);
}
.journey-card:hover .journey-step-num { color: var(--gold); }
.journey-card h3 { font-size: 1.5rem; color: var(--navy); margin-bottom: 10px; }
.journey-card p { color: var(--slate); line-height: 1.7; margin: 0; font-size: 0.96rem; }

/* ==========================================================================
   BOOKING METHODS (3 columns)
   ========================================================================== */
.methods-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.method-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 40px 34px; text-align: center; transition: all .5s var(--ease);
}
.method-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: rgba(127,203,114,0.35); }
.method-badge {
  display: inline-block; font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; font-weight: 600;
  padding: 7px 16px; border-radius: 999px; margin-bottom: 22px;
}
.method-badge.direct { background: rgba(127,203,114,0.15); color: var(--gold-deep); }
.method-badge.ff { background: rgba(31,111,235,0.12); color: #1F6FEB; }
.method-badge.abnb { background: rgba(255,90,95,0.12); color: #e5484d; }
.method-card h3 { font-size: 1.6rem; color: var(--navy); margin-bottom: 12px; }
.method-card p { color: var(--slate); line-height: 1.7; margin: 0 0 22px; font-size: 0.96rem; }

/* ==========================================================================
   TESTIMONIALS / REVIEWS
   ========================================================================== */
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.review-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 40px 34px 32px; transition: all .5s var(--ease); display: flex; flex-direction: column;
}
.review-card:hover { transform: translateY(-4px); border-color: rgba(127,203,114,0.3); box-shadow: var(--shadow); }
.stars { color: var(--gold); font-size: 15px; letter-spacing: 3px; margin-bottom: 18px; }
.review-card blockquote {
  font-family: var(--serif); font-size: 1.2rem; font-weight: 400; line-height: 1.5;
  color: var(--navy); margin: 0 0 26px; font-style: italic;
}
.reviewer { display: flex; align-items: center; gap: 14px; margin-top: auto; padding-top: 22px; border-top: 1px solid var(--line); }
.reviewer .avatar {
  width: 46px; height: 46px; flex: 0 0 46px; border-radius: 50%;
  background: linear-gradient(135deg, var(--beige-warm), var(--navy-3));
  display: grid; place-items: center; color: #fff; font-family: var(--serif); font-weight: 600; overflow: hidden;
}
.reviewer .avatar img { width: 100%; height: 100%; border-radius: 50%; object-fit: cover; }
.reviewer strong { display: block; color: var(--navy); font-size: 0.95rem; font-weight: 600; }
.reviewer span { display: block; color: var(--slate); font-size: 0.82rem; margin-top: 2px; }

/* ==========================================================================
   AMENITIES GRID
   ========================================================================== */
.amenity-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.amenity {
  display: flex; align-items: center; gap: 16px; background: #fff; border: 1px solid var(--line);
  border-radius: 16px; padding: 20px; box-shadow: var(--shadow-sm); transition: all .35s var(--ease);
}
.amenity:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: rgba(127,203,114,0.3); }
.amenity-ico { width: 46px; height: 46px; flex: 0 0 46px; border-radius: 13px; display: grid; place-items: center; background: var(--cream); font-size: 22px; }
.amenity strong { font-size: 0.95rem; color: var(--navy); font-weight: 600; line-height: 1.3; }

/* ==========================================================================
   TRUST / PLATFORMS
   ========================================================================== */
.trust { background: var(--navy); color: var(--ivory); }
.trust-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 60px; align-items: center; }
.platform-row { display: flex; gap: 18px; flex-wrap: wrap; margin-top: 34px; }
.platform-chip {
  display: flex; align-items: center; gap: 12px; background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.12); border-radius: 16px; padding: 20px 26px; flex: 1 1 200px;
}
.platform-chip .p-ico { width: 44px; height: 44px; border-radius: 12px; display: grid; place-items: center; font-weight: 700; font-size: 18px; color: #fff; flex: 0 0 44px; }
.platform-chip.direct .p-ico { background: var(--gold); color: var(--navy); }
.platform-chip.ff .p-ico { background: #1F6FEB; }
.platform-chip.abnb .p-ico { background: #FF5A5F; }
.platform-chip strong { display: block; font-size: 0.98rem; color: var(--ivory); }
.platform-chip span { display: block; font-size: 0.82rem; color: rgba(250,246,240,0.6); margin-top: 3px; }

/* ==========================================================================
   FAQ
   ========================================================================== */
.faq-list { max-width: 880px; margin: 0 auto; display: grid; gap: 14px; }
.faq-item { background: #fff; border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow-sm); overflow: hidden; }
.faq-item summary {
  list-style: none; cursor: pointer; padding: 24px 28px; display: flex; justify-content: space-between;
  align-items: center; gap: 16px; font-weight: 600; color: var(--navy); font-size: 1.05rem; font-family: var(--sans);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+"; font-size: 28px; color: var(--gold); font-weight: 300; line-height: 1;
  flex: 0 0 auto; transition: transform .3s var(--ease);
}
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item .faq-a { padding: 0 28px 26px; color: var(--slate); line-height: 1.75; margin: 0; font-size: 0.98rem; }
.faq-item .faq-a a { color: var(--gold-deep); font-weight: 600; }

/* ==========================================================================
   CTA BAND
   ========================================================================== */
.cta {
  background: var(--navy); color: var(--ivory); padding: 130px 0; position: relative; overflow: hidden;
}
.cta.gradient { background: linear-gradient(135deg, #14352b, var(--navy) 60%); }
.cta::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 20% 50%, rgba(127,203,114,0.10), transparent 60%),
    radial-gradient(ellipse at 80% 50%, rgba(127,203,114,0.06), transparent 60%);
  pointer-events: none;
}
.cta-inner { position: relative; text-align: center; max-width: 820px; margin: 0 auto; }
.cta-title { font-size: clamp(2.6rem, 5vw, 4.2rem); font-weight: 500; line-height: 1.05; letter-spacing: -0.02em; margin-bottom: 22px; }
.cta-sub { font-size: 1.08rem; color: rgba(250,246,240,0.78); line-height: 1.7; margin: 0 auto 42px; max-width: 620px; }
.cta-actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* ==========================================================================
   FIND A STAY: filter bar + listing grid
   ========================================================================== */
.filter-bar {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 26px; box-shadow: var(--shadow); margin-top: -60px; position: relative; z-index: 5;
}
.filter-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; align-items: end; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field label { font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--slate); font-weight: 600; }
.field input, .field select {
  width: 100%; padding: 12px 14px; border: 1px solid var(--line); border-radius: 12px; background: var(--ivory);
  color: var(--charcoal); transition: border-color .25s var(--ease); appearance: none;
}
.field input:focus, .field select:focus { outline: none; border-color: var(--gold); background: #fff; }
.field select {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%235B6577' stroke-width='2' stroke-linecap='round'><polyline points='6 9 12 15 18 9'/></svg>");
  background-repeat: no-repeat; background-position: right 12px center; padding-right: 38px;
}
.filter-result-meta { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px; margin-bottom: 32px; }
.filter-result-meta .count { color: var(--slate); font-size: 0.95rem; }
.filter-result-meta .count strong { color: var(--navy); font-family: var(--serif); font-size: 1.2rem; }

.listing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.listing-card {
  background: #fff; border-radius: var(--radius-lg); overflow: hidden; position: relative;
  transition: all .5s var(--ease); box-shadow: var(--shadow-sm); border: 1px solid var(--line);
  display: flex; flex-direction: column;
}
.listing-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); }
.listing-media { position: relative; height: 240px; overflow: hidden; }
.listing-img { position: absolute; inset: 0; background-size: cover; background-position: center; transition: transform 1s var(--ease); }
.listing-card:hover .listing-img { transform: scale(1.06); }
.listing-badge {
  position: absolute; top: 18px; left: 18px; z-index: 2; padding: 7px 14px; border-radius: 999px;
  font-size: 10.5px; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 600;
  -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
}
.listing-badge.room { background: rgba(127,203,114,0.92); color: var(--navy); }
.listing-badge.home { background: rgba(15,27,45,0.85); color: var(--ivory); }
.listing-avail {
  position: absolute; bottom: 18px; right: 18px; z-index: 2; background: rgba(250,246,240,0.94);
  color: var(--navy); font-size: 11px; font-weight: 600; padding: 6px 12px; border-radius: 999px;
}
.listing-body { padding: 24px 26px 26px; display: flex; flex-direction: column; flex: 1; }
.listing-loc { font-size: 0.82rem; letter-spacing: 0.06em; text-transform: uppercase; color: var(--gold-deep); font-weight: 600; margin-bottom: 8px; }
.listing-body h3 { font-size: 1.5rem; color: var(--navy); margin-bottom: 14px; }
.listing-specs { display: flex; flex-wrap: wrap; gap: 14px; color: var(--slate); font-size: 0.85rem; margin-bottom: 18px; }
.listing-specs span { display: inline-flex; align-items: center; gap: 6px; }
.listing-foot { display: flex; align-items: center; justify-content: space-between; padding-top: 18px; border-top: 1px solid var(--line); margin-top: auto; }
.listing-price strong { font-family: var(--serif); font-size: 1.6rem; color: var(--navy); font-weight: 500; }
.listing-price span { color: var(--slate); font-size: 0.82rem; display: block; margin-top: -2px; }
.listing-minstay { font-size: 0.8rem; color: var(--slate); text-align: right; }
.listing-minstay strong { display: block; color: var(--navy); font-weight: 600; }

.no-results { text-align: center; padding: 60px 20px; color: var(--slate); display: none; }
.no-results.show { display: block; }

/* ==========================================================================
   PROPERTY DETAIL PAGE
   ========================================================================== */
.gallery {
  display: grid; grid-template-columns: 2fr 1fr 1fr; grid-template-rows: 1fr 1fr; gap: 12px;
  height: 520px; border-radius: var(--radius-lg); overflow: hidden;
}
.gallery-item { background-size: cover; background-position: center; position: relative; overflow: hidden; cursor: pointer; }
.gallery-item::after { content: ""; position: absolute; inset: 0; background: rgba(15,27,45,0); transition: background .35s var(--ease); }
.gallery-item:hover::after { background: rgba(15,27,45,0.15); }
.gallery-item.main { grid-row: 1 / 3; }
.gallery-more {
  position: absolute; bottom: 14px; right: 14px; background: rgba(15,27,45,0.82); color: #fff;
  padding: 8px 16px; border-radius: 999px; font-size: 0.82rem; -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
}

.detail-grid { display: grid; grid-template-columns: 1.6fr 0.9fr; gap: 48px; align-items: start; }
.detail-main {}
.detail-header { padding-bottom: 30px; border-bottom: 1px solid var(--line); margin-bottom: 34px; }
.detail-badges { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 16px; }
.tag {
  font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; font-weight: 600;
  padding: 6px 13px; border-radius: 999px;
}
.tag.home { background: var(--navy); color: var(--ivory); }
.tag.room { background: var(--gold); color: var(--navy); }
.tag.soft { background: var(--cream); color: var(--navy); }
.detail-header h1 { font-size: clamp(2.2rem, 4vw, 3.2rem); color: var(--navy); margin-bottom: 10px; }
.detail-loc { color: var(--slate); font-size: 1.05rem; }
.detail-quickstats { display: flex; flex-wrap: wrap; gap: 28px; margin-top: 24px; }
.qstat { }
.qstat strong { display: block; font-family: var(--serif); font-size: 1.7rem; color: var(--navy); font-weight: 500; line-height: 1; }
.qstat span { font-size: 0.82rem; color: var(--slate); text-transform: uppercase; letter-spacing: 0.08em; margin-top: 5px; display: block; }

.detail-section { padding: 34px 0; border-bottom: 1px solid var(--line); }
.detail-section:last-child { border-bottom: 0; }
.detail-section h2 { font-size: 1.9rem; color: var(--navy); margin-bottom: 18px; }
.detail-section h3 { font-size: 1.3rem; color: var(--navy); margin: 24px 0 12px; }
.detail-section p { color: var(--slate); line-height: 1.8; margin: 0 0 14px; }

/* Room-option selector (entire home vs private rooms) */
.room-options { display: grid; gap: 14px; }
.room-option {
  display: grid; grid-template-columns: 88px 1fr auto; gap: 18px; align-items: center;
  background: #fff; border: 1.5px solid var(--line); border-radius: var(--radius); padding: 16px;
  cursor: pointer; transition: all .3s var(--ease); text-align: left; width: 100%;
}
.room-option:hover { border-color: rgba(127,203,114,0.5); transform: translateX(3px); }
.room-option.selected { border-color: var(--gold); background: linear-gradient(135deg, rgba(127,203,114,0.06), transparent); box-shadow: var(--shadow-sm); }
.room-option-img { width: 88px; height: 78px; border-radius: 13px; background-size: cover; background-position: center; background-color: var(--beige); }
.room-option-info h4 { font-size: 1.15rem; color: var(--navy); margin-bottom: 4px; }
.room-option-info span { font-size: 0.85rem; color: var(--slate); }
.room-option-price { text-align: right; }
.room-option-price strong { font-family: var(--serif); font-size: 1.4rem; color: var(--navy); font-weight: 500; display: block; }
.room-option-price em { font-size: 0.78rem; color: var(--slate); font-style: normal; }
.room-option-price .avail-dot { display: inline-block; font-size: 0.72rem; color: var(--forest); font-weight: 600; margin-top: 4px; }

/* Amenity checklist inside detail */
.amenity-checklist { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px 30px; }
.amenity-checklist li { display: flex; align-items: center; gap: 12px; color: var(--charcoal); font-size: 0.96rem; }
.amenity-checklist li::before {
  content: ""; width: 20px; height: 20px; flex: 0 0 20px; border-radius: 50%;
  background: var(--gold) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='11' height='11' viewBox='0 0 24 24' fill='none' stroke='%230D1728' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>") center/11px no-repeat;
}

/* Perfect-for chips */
.perfectfor { display: flex; flex-wrap: wrap; gap: 12px; }
.perfectfor .pf {
  background: var(--cream); color: var(--navy); border-radius: 999px; padding: 10px 20px; font-size: 0.9rem; font-weight: 500;
  display: inline-flex; align-items: center; gap: 8px;
}

/* Facts grid (parking, utilities, wifi...) */
.facts-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.fact { display: flex; gap: 14px; align-items: flex-start; background: var(--ivory); border: 1px solid var(--line); border-radius: 14px; padding: 18px; }
.fact .fact-ico { font-size: 22px; flex: 0 0 auto; }
.fact strong { display: block; color: var(--navy); font-size: 0.95rem; }
.fact span { display: block; color: var(--slate); font-size: 0.86rem; margin-top: 3px; line-height: 1.5; }

/* House rules */
.rules-list { display: grid; gap: 12px; }
.rules-list li { display: flex; gap: 12px; align-items: center; color: var(--slate); font-size: 0.96rem; }
.rules-list li .r-ico { color: var(--gold-deep); font-size: 18px; }

/* Sticky booking card */
.booking-card {
  position: sticky; top: 100px; background: #fff; border: 1px solid var(--line);
  border-radius: var(--radius-lg); padding: 28px; box-shadow: var(--shadow-lg);
}
.booking-price-row { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 4px; }
.booking-price { font-family: var(--serif); font-size: 2.2rem; color: var(--navy); font-weight: 500; }
.booking-price small { font-size: 0.9rem; color: var(--slate); font-family: var(--sans); font-weight: 400; }
.booking-selected-label { font-size: 0.85rem; color: var(--gold-deep); font-weight: 600; margin-bottom: 20px; }
.booking-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 8px; }
.booking-fields .field.full { grid-column: 1 / -1; }
.booking-card .field input, .booking-card .field select { background: var(--ivory); }
.booking-actions { display: grid; gap: 10px; margin-top: 16px; }
.booking-note { text-align: center; font-size: 0.8rem; color: var(--slate); margin: 16px 0 0; }
.booking-divider { display: flex; align-items: center; justify-content: center; gap: 14px; margin: 18px 0; color: var(--slate); font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.12em; }
/* Decorative flanking divider lines removed. label now centers on its own. */

/* Map area */
.map-wrap {
  position: relative; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow);
  border: 1px solid var(--line); aspect-ratio: 16/9; background: var(--cream);
}
.map-wrap iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.map-note { color: var(--slate); font-size: 0.88rem; margin: 16px 0 0; }

/* ==========================================================================
   WHO WE SERVE PAGE: alternating audience blocks
   ========================================================================== */
.audience { padding: 90px 0; border-bottom: 1px solid var(--line); }
.audience:nth-child(even) { background: var(--cream); }
.audience-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.audience:nth-child(even) .audience-grid { direction: rtl; }
.audience:nth-child(even) .audience-grid > * { direction: ltr; }
.audience-media { border-radius: var(--radius-xl); overflow: hidden; aspect-ratio: 5/4; box-shadow: var(--shadow-lg); background-size: cover; background-position: center; background-color: var(--beige); position: relative; }
.audience-media .badge {
  position: absolute; bottom: 20px; left: 20px; background: rgba(250,246,240,0.95); color: var(--navy);
  padding: 12px 20px; border-radius: 14px; font-size: 0.85rem; font-weight: 600; box-shadow: var(--shadow);
}
.audience-tag { display: inline-block; font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold-deep); font-weight: 600; margin-bottom: 14px; }
.audience h2 { font-size: clamp(1.9rem, 3.4vw, 2.7rem); color: var(--navy); margin-bottom: 20px; }
.audience-block { margin-bottom: 20px; }
.audience-block h4 { font-size: 1.05rem; color: var(--navy); margin-bottom: 4px; font-family: var(--sans); font-weight: 600; }
.audience-block p { color: var(--slate); line-height: 1.7; margin: 0; font-size: 0.96rem; }
.audience-rec {
  display: inline-flex; align-items: center; gap: 10px; margin-top: 8px;
  background: var(--navy); color: var(--ivory); padding: 12px 20px; border-radius: 14px; font-size: 0.9rem;
}
.audience-rec strong { color: var(--gold); }

/* ==========================================================================
   ABOUT PAGE
   ========================================================================== */
.about-lead { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.about-quote {
  font-family: var(--serif); font-size: clamp(1.7rem, 3vw, 2.4rem); line-height: 1.35;
  color: var(--navy); font-style: italic; margin: 0;
}
.diff-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.diff-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 34px 30px; transition: all .5s var(--ease); }
.diff-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: rgba(127,203,114,0.35); }
.diff-card .diff-ico { font-size: 26px; margin-bottom: 16px; }
.diff-card h4 { font-size: 1.3rem; color: var(--navy); margin-bottom: 8px; }
.diff-card p { color: var(--slate); line-height: 1.65; margin: 0; font-size: 0.94rem; }

/* ==========================================================================
   FORMS
   ========================================================================== */
.form-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-xl); padding: 46px; box-shadow: var(--shadow-lg); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.form-field { display: flex; flex-direction: column; gap: 8px; }
.form-field.full { grid-column: 1 / -1; }
.form-field label { font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--slate); font-weight: 600; }
.form-field label .req { color: var(--gold-deep); }
.form-field input, .form-field select, .form-field textarea {
  width: 100%; padding: 14px 16px; border: 1px solid var(--line); border-radius: 12px;
  background: var(--ivory); color: var(--charcoal); transition: all .25s var(--ease); appearance: none;
}
.form-field textarea { resize: vertical; min-height: 120px; line-height: 1.6; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { outline: none; border-color: var(--gold); background: #fff; box-shadow: 0 0 0 3px rgba(127,203,114,0.12); }
.form-field select {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%235B6577' stroke-width='2' stroke-linecap='round'><polyline points='6 9 12 15 18 9'/></svg>");
  background-repeat: no-repeat; background-position: right 14px center; padding-right: 40px;
}
.form-actions { margin-top: 30px; }
.form-success {
  display: none; background: rgba(46,125,91,0.10); border: 1px solid rgba(46,125,91,0.3);
  color: #1c5a3e; border-radius: 14px; padding: 18px 22px; margin-bottom: 24px; font-size: 0.95rem;
}
.form-success.show { display: block; }

.contact-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 56px; align-items: start; }
.contact-info h3 { font-size: 1.4rem; color: var(--navy); margin-bottom: 6px; }
.contact-line { display: flex; gap: 14px; align-items: flex-start; padding: 18px 0; border-bottom: 1px solid var(--line); }
.contact-line:last-child { border-bottom: 0; }
.contact-line .c-ico { font-size: 20px; flex: 0 0 auto; }
.contact-line strong { display: block; color: var(--navy); font-size: 0.95rem; }
.contact-line span { color: var(--slate); font-size: 0.9rem; }

/* ==========================================================================
   FOOTER  (shared)
   ========================================================================== */
.site-footer { background: var(--navy-deep); color: rgba(250,246,240,0.7); padding: 80px 0 32px; border-top: 1px solid rgba(127,203,114,0.18); }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 56px; margin-bottom: 56px; }
.footer-brand .logo { margin-bottom: 20px; }
.footer-brand p { margin: 0; font-size: 0.92rem; line-height: 1.7; max-width: 340px; }
.footer-platforms { display: flex; gap: 10px; margin-top: 22px; flex-wrap: wrap; }
.footer-platforms span { font-size: 0.78rem; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.10); padding: 6px 12px; border-radius: 999px; }
.footer-col h5 { font-family: var(--sans); font-size: 12px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--ivory); font-weight: 600; margin-bottom: 22px; }
.footer-col ul { display: flex; flex-direction: column; gap: 12px; }
.footer-col a { font-size: 0.94rem; }
.footer-col a:hover { color: var(--gold); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; padding-top: 28px; border-top: 1px solid rgba(255,255,255,0.08); font-size: 0.85rem; flex-wrap: wrap; gap: 12px; }
.footer-legal { display: flex; gap: 22px; }
.footer-legal a:hover { color: var(--gold); }

/* ==========================================================================
   REVEAL ANIMATION
   ========================================================================== */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media (max-width: 1080px) {
  :root { --pad-y: 90px; }
  .hero-inner { grid-template-columns: 1fr; gap: 44px; }
  .hero-card { max-width: 520px; }
  .feature-grid, .listing-grid, .review-grid, .journey-grid, .methods-grid { grid-template-columns: repeat(2, 1fr); }
  .serve-grid { grid-template-columns: repeat(2, 1fr); }
  .amenity-grid { grid-template-columns: repeat(3, 1fr); }
  .split-2, .split-2.reverse, .trust-grid, .about-lead { grid-template-columns: 1fr; gap: 44px; }
  .detail-grid { grid-template-columns: 1fr; }
  .booking-card { position: relative; top: 0; max-width: 560px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
  .filter-grid { grid-template-columns: repeat(3, 1fr); }
  .feature-property-grid { grid-template-columns: 1fr; }
  .audience-grid { grid-template-columns: 1fr; gap: 36px; }
  .audience:nth-child(even) .audience-grid { direction: ltr; }
  .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .diff-grid { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  :root { --pad-y: 72px; }
  .container, .container-wide { padding: 0 22px; }
  .main-nav { display: none; }
  .nav-toggle { display: block; }
  .header-actions .btn { display: none; }
  .hero { padding: 130px 0 70px; min-height: auto; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 36px 24px; }
  .staytypes, .feature-grid, .listing-grid, .review-grid, .journey-grid, .methods-grid, .serve-grid, .diff-grid { grid-template-columns: 1fr; }
  .amenity-grid { grid-template-columns: repeat(2, 1fr); }
  .filter-grid { grid-template-columns: 1fr 1fr; }
  .form-grid, .booking-fields, .facts-grid, .amenity-checklist { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: 1fr 1fr; grid-template-rows: 200px 120px; height: auto; }
  .gallery-item.main { grid-column: 1 / 3; grid-row: 1; }
  .form-card { padding: 30px 22px; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .process-card { padding: 32px 26px; }
  .cta { padding: 90px 0; }
  .detail-quickstats { gap: 20px; }
  .mini-property { grid-template-columns: 1fr; }
  .mini-img { height: 160px; }
}
@media (max-width: 440px) {
  .section-title { font-size: 2rem; }
  .logo-sub { display: none; }
  .btn { padding: 12px 22px; font-size: 13px; }
  .filter-grid { grid-template-columns: 1fr; }
  .staytype { min-height: 400px; padding: 30px; }
}

/* Mobile hero headline — clean two-line responsive fix (<=768px) */
@media (max-width: 768px) {
  .hero-title {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    font-size: clamp(1.85rem, 8.8vw, 3rem);
    line-height: 1.02;
    letter-spacing: 0;
    word-spacing: normal;
    overflow-wrap: normal;
    word-break: normal;
  }
}

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

/* ==========================================================================
   GALLERY: "view all" button, hidden extras, full-screen modal lightbox
   ========================================================================== */
.gallery-item.extra { display: none; }               /* extra photos live in DOM for the modal, hidden in the grid */
.gallery-more { cursor: pointer; }
.gallery-actions { display: flex; justify-content: flex-end; margin-top: 16px; }
.gallery-view-all { gap: 10px; }
.gallery-view-all svg { width: 16px; height: 16px; }

.lightbox {
  position: fixed; inset: 0; z-index: 1000;
  background: rgba(9, 18, 32, 0.94);
  -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
  display: none; flex-direction: column;
}
.lightbox.open { display: flex; }
.lightbox-top {
  flex: 0 0 auto; display: flex; align-items: center; justify-content: space-between;
  padding: 18px 24px; color: var(--ivory);
}
.lightbox-counter { font-size: 0.95rem; letter-spacing: 0.08em; font-variant-numeric: tabular-nums; }
.lightbox-close {
  width: 46px; height: 46px; border-radius: 50%; background: rgba(255,255,255,0.12);
  color: #fff; font-size: 20px; display: grid; place-items: center; transition: background .25s var(--ease);
}
.lightbox-close:hover { background: rgba(255,255,255,0.24); }
.lightbox-stage {
  flex: 1 1 auto; min-height: 0; position: relative;
  display: flex; align-items: center; justify-content: center; padding: 0 20px 28px;
}
.lightbox-img {
  max-width: min(1120px, 92vw); max-height: 82vh; width: auto; height: auto;
  object-fit: contain; border-radius: 14px; box-shadow: 0 30px 80px rgba(0,0,0,0.55);
  background: var(--navy-2);
}
.lightbox-nav {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 54px; height: 54px; border-radius: 50%; background: rgba(255,255,255,0.14);
  color: #fff; font-size: 24px; display: grid; place-items: center;
  transition: background .25s var(--ease), color .25s var(--ease);
}
.lightbox-nav:hover { background: var(--gold); color: var(--navy); }
.lightbox-nav.prev { left: 22px; }
.lightbox-nav.next { right: 22px; }
.lightbox-caption { flex: 0 0 auto; text-align: center; color: rgba(250,246,240,0.7); font-size: 0.85rem; padding: 0 24px 18px; }
@media (max-width: 640px) {
  .lightbox-nav { width: 44px; height: 44px; font-size: 20px; }
  .lightbox-nav.prev { left: 8px; }
  .lightbox-nav.next { right: 8px; }
  .lightbox-img { max-height: 72vh; border-radius: 10px; }
  .lightbox-top { padding: 14px 16px; }
}

/* ==========================================================================
   ROOM OPTION rows: make each private room clickable through to its page
   ========================================================================== */
.room-option-info { display: flex; flex-direction: column; gap: 4px; }
.room-option-link {
  display: inline-flex; align-items: center; gap: 5px; width: fit-content;
  font-size: 0.8rem; font-weight: 600; color: var(--gold-deep); margin-top: 2px;
}
.room-option-link:hover { color: var(--navy); }
.room-option-link svg { width: 13px; height: 13px; }

/* Parent-property line on room listing cards */
.listing-property { font-size: 0.9rem; color: var(--slate); margin: -6px 0 12px; }
.listing-property strong { color: var(--navy); font-weight: 600; }
