/* ── SKIP LINK ── */
.skip-link {
  position: absolute;
  top: -100px;
  left: 0;
  background: var(--gold);
  color: var(--white);
  padding: 12px 20px;
  font-size: 0.85rem;
  font-weight: 500;
  z-index: 9999;
  transition: top 0.2s;
}
.skip-link:focus { top: 0; }

/* ── SCREEN READER ONLY ── */
.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;
}

/* ===================================================
   LAVISH COLLECTIONS — MAIN STYLESHEET
   Aesthetic: Luxury Coastal Editorial
   Palette: Warm Cream · Charcoal · Gold Accent
=================================================== */

:root {
  --cream: #F5F0E8;
  --cream-dark: #EDE5D6;
  --sand: #D9CEBC;
  --charcoal: #1E1E1E;
  --charcoal-mid: #2D2D2D;
  --charcoal-light: #4A4A4A;
  --gold: #C4973A;
  --gold-light: #D4A84B;
  --white: #FFFFFF;
  --black: #0A0A0A;
  --error: #C0392B;

  --font-display: 'Playfair Display', serif;
  --font-body: 'DM Sans', sans-serif;
  --font-script: 'Cormorant Garamond', serif;

  --nav-h: 72px;
  --max-w: 1280px;
  --section-pad: clamp(80px, 10vw, 140px);
  --radius: 4px;
}

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

html { scroll-behavior: smooth; font-size: 16px; }

body {
  font-family: var(--font-body);
  background: var(--cream);
  color: var(--charcoal);
  line-height: 1.6;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }

/* ---- SCROLLBAR ---- */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--cream-dark); }
::-webkit-scrollbar-thumb { background: var(--gold); border-radius: 3px; }

/* ===== TYPOGRAPHY ===== */
.section-eyebrow {
  font-family: var(--font-body);
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 12px;
}

.section-title {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 4vw, 3.6rem);
  font-weight: 700;
  line-height: 1.1;
  color: var(--charcoal);
  margin-bottom: 24px;
}

.script-accent {
  font-family: var(--font-script);
  font-style: italic;
  font-weight: 300;
  color: var(--gold);
  display: block;
  font-size: 1.1em;
  line-height: 1;
}

.section-intro {
  font-size: 1rem;
  color: var(--charcoal-light);
  max-width: 560px;
  line-height: 1.7;
}

.body-lg {
  font-size: 1.05rem;
  line-height: 1.8;
  color: var(--charcoal-light);
}

/* ===== LAYOUT ===== */
.section-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: var(--section-pad) clamp(20px, 5vw, 80px);
}

.section-header.centered { text-align: center; margin-bottom: 60px; }
.section-header.centered .section-intro { margin: 0 auto; }

/* ===== BUTTONS ===== */
.btn-primary {
  display: inline-block;
  background: var(--gold);
  color: var(--white);
  font-family: var(--font-body);
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 16px 36px;
  border: 2px solid var(--gold);
  cursor: pointer;
  transition: background 0.3s, color 0.3s, transform 0.2s;
  border-radius: var(--radius);
}
.btn-primary:hover { background: var(--gold-light); border-color: var(--gold-light); transform: translateY(-1px); }

.btn-ghost {
  display: inline-block;
  background: transparent;
  color: var(--charcoal);
  font-family: var(--font-body);
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 16px 36px;
  border: 2px solid var(--charcoal);
  cursor: pointer;
  transition: all 0.3s;
  border-radius: var(--radius);
}
.btn-ghost:hover { background: var(--charcoal); color: var(--cream); }
.btn-sm { padding: 10px 22px; font-size: 0.72rem; }

/* ===== NAV ===== */
#navbar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  height: var(--nav-h);
  overflow: visible;
  transition: background 0.4s, box-shadow 0.4s;
  /* Dark gradient behind nav when over hero */
  background: linear-gradient(to bottom, rgba(0,0,0,0.45) 0%, transparent 100%);
}
#navbar.scrolled {
  background: rgba(245,240,232,0.97);
  backdrop-filter: blur(12px);
  box-shadow: 0 1px 24px rgba(0,0,0,0.08);
}
.nav-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 clamp(20px, 5vw, 80px);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: visible;
}

.nav-logo {
  display: flex;
  align-items: baseline;
  gap: 8px;
}
.logo-script {
  font-family: var(--font-script);
  font-style: italic;
  font-size: 1.6rem;
  font-weight: 400;
  color: var(--gold);
  line-height: 1;
}
.logo-bold {
  font-family: var(--font-display);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.85);
  text-shadow: 0 1px 4px rgba(0,0,0,0.4);
  transition: color 0.4s;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: nowrap;
}
.nav-links li {
  flex-shrink: 0;
}
.nav-links a {
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--white);
  transition: color 0.2s;
  white-space: nowrap;
  text-shadow: 0 1px 4px rgba(0,0,0,0.4);
}
.nav-links a:hover { color: var(--gold); }

/* Once scrolled — switch to dark text on cream bg */
#navbar.scrolled .nav-links a {
  color: var(--charcoal);
  text-shadow: none;
}
#navbar.scrolled .nav-links a:hover { color: var(--gold); }
#navbar.scrolled .logo-bold { color: var(--charcoal); }
#navbar.scrolled .nav-toggle span { background: var(--charcoal); }

.nav-cta {
  background: var(--gold);
  color: var(--white) !important;
  padding: 10px 18px;
  border-radius: var(--radius);
  transition: background 0.2s !important;
  display: inline-flex;
  align-items: center;
  line-height: 1;
}
.nav-cta:hover { background: var(--gold-light) !important; color: var(--white) !important; }

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}
.nav-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--white);
  transition: all 0.3s;
  border-radius: 1px;
}

/* ===== HERO ===== */
#hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #1a1a1a 0%, #0a0a0a 100%);
  background-image: url('assets/hero-bg.jpeg');
  background-size: cover;
  background-position: center;
  /* Placeholder — in production, replace with actual property photo */
}

/* Decorative texture overlay */
.hero-bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: 
    radial-gradient(circle at 20% 80%, rgba(196,151,58,0.15) 0%, transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(196,151,58,0.08) 0%, transparent 40%);
}

/* Animated sea shimmer lines */
.hero-bg::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 40%;
  background: repeating-linear-gradient(
    0deg,
    transparent,
    transparent 18px,
    rgba(196,151,58,0.04) 18px,
    rgba(196,151,58,0.04) 19px
  );
  animation: shimmer 8s linear infinite;
}

@keyframes shimmer {
  0% { transform: translateY(0); }
  100% { transform: translateY(19px); }
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: 
    linear-gradient(to bottom, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0.1) 50%, rgba(0,0,0,0.4) 100%),
    linear-gradient(to right, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.15) 55%, rgba(0,0,0,0.05) 100%);
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: var(--max-w);
  margin: 0 auto;
  padding: calc(var(--nav-h) + 60px) clamp(20px, 5vw, 80px) 80px;
  width: 100%;
}

.hero-eyebrow {
  font-size: 0.68rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 16px;
  opacity: 0;
  animation: fadeUp 0.8s ease 0.2s forwards;
}

.hero-script {
  display: block;
  font-family: var(--font-script);
  font-style: italic;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 300;
  color: rgba(255,255,255,0.7);
  line-height: 1;
  margin-bottom: 8px;
  opacity: 0;
  animation: fadeUp 0.8s ease 0.4s forwards;
}

.hero-headline {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(3.5rem, 9vw, 8rem);
  font-weight: 900;
  color: var(--white);
  line-height: 0.9;
  letter-spacing: -0.02em;
  opacity: 0;
  animation: fadeUp 0.8s ease 0.5s forwards;
}

.hero-sub {
  margin-top: 28px;
  max-width: 520px;
  font-size: clamp(0.95rem, 1.5vw, 1.1rem);
  line-height: 1.7;
  color: rgba(255,255,255,0.75);
  opacity: 0;
  animation: fadeUp 0.8s ease 0.7s forwards;
}

.hero-badges {
  display: flex;
  align-items: center;
  gap: 0;
  margin-top: 40px;
  opacity: 0;
  animation: fadeUp 0.8s ease 0.85s forwards;
}
.badge {
  font-size: 0.7rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.6);
  padding: 0 28px 0 0;
  line-height: 1.5;
}
.badge strong { display: block; color: var(--white); font-weight: 500; }
.badge:first-child { padding-left: 0; }
.badge-divider {
  width: 1px;
  height: 36px;
  background: rgba(255,255,255,0.25);
  margin: 0 28px 0 0;
}

.hero-actions {
  display: flex;
  gap: 16px;
  margin-top: 40px;
  flex-wrap: wrap;
  opacity: 0;
  animation: fadeUp 0.8s ease 1s forwards;
}
.hero-actions .btn-ghost {
  border-color: rgba(255,255,255,0.5);
  color: rgba(255,255,255,0.85);
}
.hero-actions .btn-ghost:hover {
  background: rgba(255,255,255,0.1);
  color: var(--white);
  border-color: var(--white);
}

.hero-scroll-indicator {
  position: absolute;
  bottom: 40px;
  right: clamp(20px, 5vw, 80px);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  opacity: 0;
  animation: fadeIn 1s ease 1.4s forwards;
}
.hero-scroll-indicator span {
  font-size: 0.62rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.45);
  writing-mode: vertical-rl;
}
.scroll-line {
  width: 1px;
  height: 60px;
  background: linear-gradient(to bottom, rgba(255,255,255,0.4), transparent);
  animation: scrollPulse 2s ease infinite;
}

@keyframes scrollPulse {
  0%, 100% { opacity: 1; transform: scaleY(1); }
  50% { opacity: 0.5; transform: scaleY(0.7); }
}

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

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

/* ===== ABOUT ===== */
#about {
  background: var(--white);
  background: var(--white);
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.about-pillars {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.pillar {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.pillar-icon {
  font-size: 1rem;
  margin-top: 4px;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
}
.pillar:nth-child(1) .pillar-icon { color: var(--gold); }
.pillar:nth-child(2) .pillar-icon { color: var(--gold); }
.pillar:nth-child(3) .pillar-icon { color: var(--gold); }
.pillar h4 {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 4px;
}
.pillar p {
  font-size: 0.88rem;
  color: var(--charcoal-light);
  line-height: 1.6;
}

.about-visual {
  position: relative;
}
.about-img-stack {
  position: relative;
  height: 520px;
}
.about-img {
  position: absolute;
  border-radius: 2px;
  background-size: cover;
  background-position: center;
}
.about-img-1 {
  width: 80%;
  height: 75%;
  top: 0;
  right: 0;
  background-color: var(--sand);
  background-image: url('assets/about-exterior.jpeg');
  background-size: cover;
  background-position: center top;
  box-shadow: 0 20px 60px rgba(0,0,0,0.12);
  border: 6px solid var(--white);
}
.about-img-2 {
  width: 60%;
  height: 50%;
  bottom: 0;
  left: 0;
  background-color: var(--charcoal-mid);
  background-image: url('assets/about-interior.jpeg');
  background-size: cover;
  background-position: center;
  box-shadow: 0 20px 60px rgba(0,0,0,0.2);
  border: 6px solid var(--white);
}
.about-label {
  position: absolute;
  bottom: 80px;
  left: 44%;
  background: var(--gold);
  color: var(--white);
  padding: 16px 20px;
  text-align: center;
  z-index: 3;
  box-shadow: 0 8px 24px rgba(196,151,58,0.4);
}
.label-num {
  display: block;
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}
.label-text {
  display: block;
  font-size: 0.6rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  opacity: 0.9;
  margin-top: 4px;
}

/* ===== STORY / HISTORY ===== */
#story {
  background: var(--cream-dark);
}

.story-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  margin-bottom: 60px;
}

.story-card {
  background: var(--white);
  padding: 48px 36px;
  position: relative;
  border-bottom: 3px solid transparent;
}
.story-card-dark {
  background: var(--charcoal);
  color: var(--white);
}
/* story-card hover removed — cards are not interactive */

/* Numbers — solid gold on both backgrounds */
.story-num {
  font-family: var(--font-display);
  font-size: 3rem;
  font-weight: 700;
  color: var(--gold);
  line-height: 1;
  margin-bottom: 20px;
}
.story-card-dark .story-num { color: var(--gold-light); }

/* Headings */
.story-card h3 {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--charcoal);
  margin-bottom: 16px;
  line-height: 1.3;
}
.story-card-dark h3 {
  color: var(--white);
}

/* Body text — full contrast */
.story-card p {
  font-size: 0.9rem;
  color: var(--charcoal);
  line-height: 1.8;
}
.story-card-dark p {
  color: rgba(255,255,255,0.92);
}

.story-quote {
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
  padding: 48px 0 0;
  border-top: 1px solid var(--sand);
}
.story-quote blockquote {
  font-family: var(--font-script);
  font-style: italic;
  font-size: clamp(1.3rem, 2.5vw, 1.9rem);
  font-weight: 300;
  color: var(--charcoal);
  line-height: 1.5;
  margin-bottom: 16px;
}
.story-quote cite {
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  font-style: normal;
}

/* ===== SUITES ===== */
#suites {
  background: var(--white);
}

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

.suite-card {
  position: relative;
  overflow: hidden;
  cursor: default;
}
.suite-img {
  height: 340px;
  background-size: cover;
  background-position: center;
  transition: transform 0.6s ease;
}
/* Suite card image zoom removed — card is not interactive */

/* Suite placeholder backgrounds */
.suite-cieldor {
  background-color: #B8A99A;
  background-image: url('assets/suite-cieldor.jpeg');
  background-size: cover;
  background-position: center;
}
.suite-seraphine {
  background-color: #8A9EA8;
  background-image: url('assets/suite-seraphine.jpeg');
  background-size: cover;
  background-position: center;
}
.suite-belleetage {
  background-color: #A88C6E;
  background-image: url('assets/suite-belleetage.jpeg');
  background-size: cover;
  background-position: center;
}
.suite-amelisse {
  background-color: #D4C9B8;
  background-image: url('assets/suite-amelisse.jpeg');
  background-size: cover;
  background-position: center;
}

.suite-info {
  padding: 28px 24px;
  background: var(--white);
  border-top: 3px solid var(--cream-dark);
  transition: border-color 0.3s;
}

.suite-info h3 {
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 8px;
}
.suite-info p {
  font-size: 0.85rem;
  color: var(--charcoal-light);
  line-height: 1.6;
  margin-bottom: 16px;
}
.suite-bed {
  font-size: 0.68rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 500;
}

.suite-featured .suite-info {
  background: var(--charcoal);
  color: var(--white);
}
.suite-featured .suite-info h3 { color: var(--white); }
.suite-featured .suite-info p { color: rgba(255,255,255,0.65); }

/* ===== AMENITIES ===== */
#amenities {
  background: var(--charcoal);
  color: var(--white);
}
#amenities .section-eyebrow { color: var(--gold); }
#amenities .section-title { color: var(--white); }
#amenities .script-accent { color: var(--gold); }
#amenities .section-intro { color: rgba(255,255,255,0.6); }

.amenities-tabs-wrap {
  position: relative;
  margin-bottom: 48px;
}
.amenities-tabs-wrap::after {
  content: '';
  position: absolute;
  right: 0; top: 0; bottom: 1px;
  width: 48px;
  background: linear-gradient(to right, transparent, rgba(30,30,30,0.95));
  pointer-events: none;
}
.amenities-tabs {
  display: flex;
  gap: 0;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.amenities-tabs::-webkit-scrollbar { display: none; }
.tab-btn {
  background: none;
  border: none;
  color: rgba(255,255,255,0.5);
  font-family: var(--font-body);
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 500;
  padding: 16px 28px;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
  transition: color 0.2s, border-color 0.2s;
  flex-shrink: 0;
  white-space: nowrap;
}
.tab-btn:hover { color: rgba(255,255,255,0.8); }
.tab-btn.active { color: var(--gold); border-bottom-color: var(--gold); }

.tab-content { display: none; }
.tab-content.active { display: block; }

.amenity-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.amenity-text h3 {
  font-family: var(--font-display);
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 16px;
}
.amenity-text p {
  color: rgba(255,255,255,0.65);
  line-height: 1.7;
  margin-bottom: 32px;
}

.amenity-list {
  display: flex;
  gap: 40px;
}
.amen-col ul li {
  font-size: 0.88rem;
  color: rgba(255,255,255,0.7);
  padding: 6px 0;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  display: flex;
  align-items: center;
  gap: 8px;
}
.amen-col ul li::before {
  content: '—';
  color: var(--gold);
  font-size: 0.7rem;
}

.amenity-visual {
  height: 400px;
  border-radius: 2px;
  background-size: cover;
  background-position: center;
  border: 6px solid var(--white);
  box-shadow: 0 20px 60px rgba(0,0,0,0.18);
}
.kitchen-bg {
  background-color: #2A2A2A;
  background-image: url('assets/kitchen.jpeg');
  background-size: cover;
  background-position: center;
}
.bathroom-bg {
  background-color: #1A1A1A;
  background-image: url('assets/bathroom.jpeg');
  background-size: cover;
  background-position: center top;
}
.tech-bg {
  background-color: #1E2428;
  background-image: url('assets/tech-tv.jpeg');
  background-size: cover;
  background-position: center;
}
.services-bg {
  background-color: #222820;
  background-image: url('assets/services-interior.jpeg');
  background-size: cover;
  background-position: center;
}

.services-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.svc-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  padding: 20px 16px;
  border-radius: 2px;
  transition: border-color 0.3s, background 0.3s;
}
/* svc-card hover removed — not interactive */
.svc-icon { color: var(--gold); font-size: 0.85rem; margin-bottom: 10px; }
.svc-card h4 { font-size: 0.82rem; font-weight: 500; color: var(--white); margin-bottom: 4px; }
.svc-card p { font-size: 0.78rem; color: rgba(255,255,255,0.5); }

/* ===== LOCATION ===== */
#location {
  padding: 0;
}

.location-hero {
  display: grid;
  grid-template-columns: 1fr 480px;
  min-height: 620px;
}

.location-map-full {
  position: relative;
  overflow: hidden;
}
.location-map-full iframe {
  width: 100%;
  height: 100%;
  min-height: 620px;
  display: block;
  filter: grayscale(20%) contrast(1.05);
}

.location-panel {
  background: var(--charcoal);
  padding: 64px 52px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.location-panel .section-eyebrow {
  color: var(--gold);
  margin-bottom: 20px;
}

.location-title {
  font-family: var(--font-display);
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--white);
  line-height: 1.15;
  margin-bottom: 16px;
}
.location-title span {
  color: var(--gold);
}

.location-intro {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.55);
  line-height: 1.7;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.loc-rows {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-bottom: 40px;
}

.loc-row {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 20px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  align-items: baseline;
}

.loc-row-label {
  font-size: 0.68rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--gold);
  flex-shrink: 0;
}

.loc-row-detail {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.65);
  line-height: 1.5;
}

.loc-directions {
  display: inline-block;
  font-size: 0.72rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--white);
  border-bottom: 1px solid var(--gold);
  padding-bottom: 4px;
  transition: color 0.2s, border-color 0.2s;
  align-self: flex-start;
}
.loc-directions:hover { color: var(--gold); }

@media (max-width: 1000px) {
  .location-hero { grid-template-columns: 1fr; }
  .location-map-full iframe { min-height: 380px; }
  .location-panel { padding: 48px 32px; }
}

/* ===== PRICING ===== */
#pricing {
  background: var(--white);
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  margin-top: 8px;
}

.price-card {
  padding: 48px 36px;
  background: var(--cream);
  position: relative;
  transition: box-shadow 0.3s;
}
.price-card:hover { box-shadow: 0 12px 48px rgba(0,0,0,0.1); z-index: 1; }

.price-featured {
  background: var(--charcoal);
  color: var(--white);
  transform: translateY(-8px);
  box-shadow: 0 20px 60px rgba(0,0,0,0.2);
  z-index: 2;
}

.price-popular {
  font-size: 0.62rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  background: var(--gold);
  color: var(--white);
  padding: 6px 14px;
  display: inline-block;
  margin-bottom: 20px;
}

.price-label {
  font-size: 0.68rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 12px;
  font-weight: 500;
}

.price-amount {
  font-family: var(--font-display);
  font-size: 3.2rem;
  font-weight: 700;
  color: var(--charcoal);
  line-height: 1;
  margin-bottom: 6px;
}
.price-featured .price-amount { color: var(--white); }
.price-amount span {
  font-size: 1rem;
  font-weight: 400;
  color: var(--charcoal-light);
  font-family: var(--font-body);
}
.price-featured .price-amount span { color: rgba(255,255,255,0.5); }

.price-duration {
  font-size: 0.78rem;
  color: var(--charcoal-light);
  margin-bottom: 32px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(0,0,0,0.08);
}
.price-featured .price-duration {
  color: rgba(255,255,255,0.5);
  border-bottom-color: rgba(255,255,255,0.1);
}

.price-features {
  margin-bottom: 36px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.price-features li {
  font-size: 0.85rem;
  color: var(--charcoal-light);
  display: flex;
  align-items: center;
  gap: 10px;
}
.price-features li::before { content: '✓'; color: var(--gold); font-size: 0.8rem; }
.price-featured .price-features li { color: rgba(255,255,255,0.7); }

.btn-price {
  display: block;
  width: 100%;
  text-align: center;
  padding: 14px;
  font-size: 0.72rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-weight: 500;
  border: 2px solid var(--charcoal);
  color: var(--charcoal);
  transition: all 0.3s;
  cursor: pointer;
  border-radius: var(--radius);
}
.btn-price:hover { background: var(--charcoal); color: var(--white); }
.btn-price-featured {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--white);
}
.btn-price-featured:hover { background: var(--gold); border-color: var(--gold); color: var(--white); }

/* ===== BOOKING ENGINE ===== */
#book {
  background: var(--cream-dark);
}

.booking-engine {
  background: var(--white);
  border-radius: 2px;
  box-shadow: 0 20px 80px rgba(0,0,0,0.1);
  overflow: visible;
  position: relative;
}

/* Booking form must also not clip calendars */
.booking-step { overflow: visible; }
.form-row { overflow: visible; }
.form-group { overflow: visible; }

.booking-form {
  padding: 48px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr auto;
  gap: 16px;
  align-items: end;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.form-group.full { grid-column: 1 / -1; }

.form-group label {
  font-size: 0.68rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--charcoal-light);
}

.form-group input,
.form-group select,
.form-group textarea {
  font-family: var(--font-body);
  font-size: 0.9rem;
  color: var(--charcoal);
  background: var(--cream);
  border: 1px solid var(--sand);
  padding: 14px 16px;
  border-radius: var(--radius);
  transition: border-color 0.2s, box-shadow 0.2s;
  outline: none;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
}

/* Custom select arrow */
.form-group select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23C4973A' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px;
  cursor: pointer;
}

/* Style the select options panel — limited browser support but helps in Chrome */
.form-group select option {
  background: var(--white);
  color: var(--charcoal);
  font-family: var(--font-body);
  font-size: 0.9rem;
  padding: 10px 16px;
}
.form-group select option:checked,
.form-group select option:hover {
  background: var(--gold);
  color: var(--white);
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(196,151,58,0.12);
}
.form-group textarea { resize: vertical; min-height: 80px; }

.btn-search {
  white-space: nowrap;
  align-self: end;
}

.form-error {
  margin-top: 12px;
  color: var(--error);
  font-size: 0.85rem;
}

/* Results */
.results-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 28px 48px;
  border-bottom: 1px solid var(--cream-dark);
}
#results-summary {
  font-size: 0.85rem;
  color: var(--charcoal-light);
}
#results-summary strong { color: var(--charcoal); }

.avail-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px;
  padding: 2px;
  background: var(--cream-dark);
}

.avail-card {
  background: var(--white);
  padding: 36px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  transition: background 0.2s;
}
.avail-card:hover { background: var(--cream); }
.avail-card.unavailable { opacity: 0.45; pointer-events: none; }

.avail-card-info h4 {
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 4px;
}
.avail-card-info p {
  font-size: 0.82rem;
  color: var(--charcoal-light);
  line-height: 1.5;
}

.avail-card-price {
  text-align: right;
  flex-shrink: 0;
}
.avail-card-price .rate {
  font-family: var(--font-display);
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--charcoal);
  line-height: 1;
}
.avail-card-price .total {
  font-size: 0.72rem;
  color: var(--charcoal-light);
  margin: 4px 0 12px;
}
.avail-status {
  display: inline-block;
  font-size: 0.65rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 4px 10px;
  margin-bottom: 12px;
  border-radius: 20px;
}
.avail-status.available { background: rgba(46,125,50,0.1); color: #2E7D32; }
.avail-status.unavailable { background: rgba(192,57,43,0.1); color: var(--error); }

.btn-select {
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 10px 20px;
  background: var(--gold);
  color: var(--white);
  border: none;
  cursor: pointer;
  border-radius: var(--radius);
  transition: background 0.2s;
  font-family: var(--font-body);
  font-weight: 500;
  white-space: nowrap;
}
.btn-select:hover { background: var(--gold-light); }

/* Guest Details */
.details-layout {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 0;
}
.details-form {
  padding: 48px;
  border-right: 1px solid var(--cream-dark);
}
.details-form h3 {
  font-family: var(--font-display);
  font-size: 1.6rem;
  margin-bottom: 32px;
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 24px;
}

.form-consent {
  margin-bottom: 28px;
}
.checkbox-label {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  cursor: pointer;
}
.checkbox-label input[type="checkbox"] {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin-top: 2px;
  accent-color: var(--gold);
}
.checkbox-label span { font-size: 0.82rem; color: var(--charcoal-light); line-height: 1.5; }

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

.booking-summary {
  padding: 48px 32px;
  background: var(--cream);
}
.booking-summary h4 {
  font-family: var(--font-display);
  font-size: 1.1rem;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--sand);
}
.summary-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(0,0,0,0.05);
  font-size: 0.85rem;
}
.summary-row .label { color: var(--charcoal-light); }
.summary-row .value { font-weight: 500; color: var(--charcoal); text-align: right; }
.summary-total {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 2px solid var(--charcoal);
}
.summary-total .label { font-weight: 600; font-size: 0.9rem; }
.summary-total .value {
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--gold);
}
.summary-vat {
  font-size: 0.7rem;
  color: var(--charcoal-light);
  margin-top: 6px;
  text-align: right;
}

/* Confirmation */
.confirm-card {
  text-align: center;
  padding: 80px 48px;
  max-width: 560px;
  margin: 0 auto;
}
.confirm-icon {
  font-size: 2.5rem;
  color: var(--gold);
  margin-bottom: 24px;
}
.confirm-card h3 {
  font-family: var(--font-display);
  font-size: 2rem;
  margin-bottom: 16px;
}
.confirm-card p {
  color: var(--charcoal-light);
  line-height: 1.7;
  margin-bottom: 32px;
}
.confirm-details {
  background: var(--cream);
  padding: 24px;
  margin-bottom: 28px;
  text-align: left;
  border-radius: var(--radius);
}
.confirm-details .summary-row { font-size: 0.88rem; }
.confirm-contact {
  display: flex;
  gap: 24px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
.confirm-contact a {
  font-size: 0.85rem;
  color: var(--gold);
  font-weight: 500;
  transition: opacity 0.2s;
}
.confirm-contact a:hover { opacity: 0.75; }

/* ===== RULES ===== */
#rules {
  background: var(--white);
  padding: var(--section-pad) 0;
}
#rules .section-inner {
  padding-top: 0;
  padding-bottom: 0;
}
.rules-header {
  margin-bottom: 48px;
}
.rules-header .section-eyebrow { color: var(--gold); }
.rules-header h3 {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  color: var(--charcoal);
  font-weight: 700;
}

.rules-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
}
.rule-item {
  background: var(--cream);
  padding: 36px 32px;
  border-bottom: 3px solid transparent;
  transition: background 0.3s, border-color 0.3s, box-shadow 0.3s;
}
.rule-item:hover { 
  background: var(--white);
  border-bottom-color: var(--gold);
  box-shadow: 0 8px 32px rgba(0,0,0,0.07);
}
.rule-num {
  display: block;
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 700;
  color: var(--gold);
  line-height: 1;
  margin-bottom: 16px;
}
.rule-item h3 {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 600;
  color: var(--charcoal);
  margin-bottom: 10px;
  letter-spacing: 0.01em;
}
.rule-item p { font-size: 0.85rem; color: var(--charcoal-light); line-height: 1.7; }

/* ===== FOOTER ===== */
footer {
  background: var(--black);
  color: rgba(255,255,255,0.6);
}
.footer-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 clamp(20px, 5vw, 80px);
}
.footer-top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 60px;
  padding: 72px 0 60px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.footer-logo {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 12px;
}
.footer-logo .logo-bold { color: rgba(255,255,255,0.6); }
.footer-tagline {
  font-size: 0.72rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 16px;
}
.footer-address {
  font-size: 0.85rem;
  line-height: 1.7;
}
.footer-contact h4,
.footer-nav h4,
.footer-checkin h4 {
  font-size: 0.68rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--white);
  font-weight: 500;
  margin-bottom: 20px;
}
.footer-contact { display: flex; flex-direction: column; gap: 0; }
.footer-contact h4 { margin-bottom: 16px; }
.footer-link {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.55);
  transition: color 0.2s;
  padding: 4px 0;
  display: block;
}
.footer-link:hover { color: var(--gold); }
.footer-nav { display: flex; flex-direction: column; }
.footer-nav a {
  font-size: 0.83rem;
  color: rgba(255,255,255,0.5);
  padding: 4px 0;
  transition: color 0.2s;
}
.footer-nav a:hover { color: var(--gold); }
.checkin-times {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.time-label {
  display: block;
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.35);
  margin-bottom: 2px;
}
.time-val {
  display: block;
  font-family: var(--font-display);
  font-size: 1.3rem;
  color: rgba(255,255,255,0.75);
  font-weight: 600;
}

.footer-bottom {
  padding: 24px 0;
  font-size: 0.75rem;
  color: rgba(255,255,255,0.5);
  text-align: center;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1100px) {
  .suites-grid { grid-template-columns: repeat(2, 1fr); }
  .story-grid { grid-template-columns: 1fr; gap: 8px; }
  .pricing-grid { grid-template-columns: 1fr; gap: 8px; }
  .price-featured { transform: none; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 40px; }
}

@media (max-width: 900px) {
  .about-grid,
  .amenity-grid,
  .location-grid { grid-template-columns: 1fr; gap: 48px; }
  .about-visual { display: none; }
  .amenity-visual { height: 280px; }
  .location-map-area { margin-bottom: 32px; }
  .details-layout { grid-template-columns: 1fr; }
  .booking-summary { border-top: 1px solid var(--cream-dark); }
  .rules-grid { grid-template-columns: 1fr 1fr; }
  .avail-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 700px) {
  :root { --section-pad: clamp(48px, 8vw, 80px); }

  .nav-links {
    display: none;
    flex-direction: column;
    position: absolute;
    top: var(--nav-h);
    left: 0;
    right: 0;
    height: 100vh;
    background: var(--charcoal);
    z-index: 101;
    padding: 24px;
    gap: 0;
    overflow-y: auto;
    align-items: flex-start;
  }
  .nav-links.open { display: flex; }
  .nav-links li { border-bottom: 1px solid rgba(255,255,255,0.08); }
  .nav-links a { 
    padding: 18px 0; 
    display: block; 
    font-size: 1rem; 
    letter-spacing: 0.08em;
    color: rgba(255,255,255,0.9) !important;
    text-shadow: none !important;
  }
  .nav-links a:hover { color: var(--gold) !important; }
  .nav-cta { margin-top: 16px; text-align: center; display: block !important; padding: 14px !important; border-radius: var(--radius); }
  .nav-toggle { display: flex; }
  .nav-toggle span { transition: transform 0.2s, opacity 0.2s; }
  #navToggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  #navToggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; transform: scaleX(0); }
  #navToggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

  .hero-headline { font-size: clamp(2.8rem, 14vw, 5rem); }
  .hero-script { font-size: clamp(1.5rem, 6vw, 2rem); }
  .hero-badges { flex-direction: column; align-items: flex-start; gap: 12px; }
  .badge-divider { display: none; }
  .hero-actions { flex-direction: column; }
  .hero-actions a { text-align: center; }

  .suites-grid { grid-template-columns: 1fr; }
  .story-grid { grid-template-columns: 1fr; gap: 8px; }
  .rules-grid { grid-template-columns: 1fr; }
  .services-cards { grid-template-columns: 1fr 1fr; }
  .why-grid { grid-template-columns: 1fr; }
  .pricing-grid { grid-template-columns: 1fr; gap: 8px; }
  .price-featured { transform: none; }

  .form-row { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .booking-form,
  .details-form,
  .confirm-card { padding: 28px 20px; }
  .results-header { padding: 20px; flex-direction: column; align-items: flex-start; gap: 12px; }
  .avail-card { flex-direction: column; align-items: flex-start; }
  .avail-card-price { text-align: left; }
  .details-layout { grid-template-columns: 1fr; }
  .booking-summary { border-top: 1px solid var(--cream-dark); padding: 28px 20px; }

  .footer-top { grid-template-columns: 1fr; gap: 32px; padding: 48px 0 40px; }
  .tab-btn { padding: 14px 20px; font-size: 0.7rem; }

  .location-hero { grid-template-columns: 1fr; }
  .location-map-full iframe { min-height: 300px; }
  .location-panel { padding: 40px 24px; }
  .loc-row { grid-template-columns: 1fr; gap: 4px; }

  .pets-grid { grid-template-columns: 1fr; gap: 40px; }
  .pets-visual { height: 260px; }

  .section-title { font-size: clamp(1.8rem, 7vw, 2.8rem); }
}

@media (max-width: 480px) {
  .services-cards { grid-template-columns: 1fr; }
  .amenity-list { flex-direction: column; gap: 0; }
  .confirm-card { padding: 24px 16px; }
  .booking-form { padding: 24px 16px; }
}

/* ===== PETS ===== */
#pets {
  background: var(--white);
}

.pets-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.pets-pillars {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 36px;
}

.pets-pillar {
  padding: 24px 0;
  border-bottom: 1px solid var(--sand);
}
.pets-pillar:first-child { border-top: 1px solid var(--sand); }
.pets-pillar h4 {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 600;
  color: var(--charcoal);
  margin-bottom: 6px;
}
.pets-pillar p {
  font-size: 0.88rem;
  color: var(--charcoal-light);
  line-height: 1.7;
}

.pets-quote {
  margin-top: 36px;
  padding: 24px 28px;
  border-left: 3px solid var(--gold);
  background: var(--cream);
}
.pets-quote p {
  font-family: var(--font-script);
  font-style: italic;
  font-size: 1.05rem;
  color: var(--charcoal);
  line-height: 1.7;
}

.pets-visual {
  height: 520px;
  border-radius: 2px;
  background: var(--cream-dark);
  background-image: url('assets/pets.jpeg');
  background-size: cover;
  background-position: center top;
  box-shadow: 0 20px 60px rgba(0,0,0,0.15);
  border: 6px solid var(--white);
}

/* ===== WHY LAVISH ===== */
#why {
  background: var(--cream-dark);
}

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

.why-card {
  background: var(--white);
  padding: 48px 40px;
  border-bottom: 3px solid transparent;
  transition: border-color 0.3s, box-shadow 0.3s;
}
.why-card:hover {
  border-bottom-color: var(--gold);
  box-shadow: 0 8px 32px rgba(0,0,0,0.07);
}

.why-icon {
  color: var(--gold);
  font-size: 1.1rem;
  margin-bottom: 20px;
}

.why-card h3 {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--charcoal);
  margin-bottom: 14px;
  line-height: 1.3;
}

.why-card p {
  font-size: 0.88rem;
  color: var(--charcoal-light);
  line-height: 1.8;
}

@media (max-width: 900px) {
  .pets-grid { grid-template-columns: 1fr; gap: 40px; }
  .pets-visual { height: 300px; }
  .why-grid { grid-template-columns: 1fr; }
}

/* ===== CUSTOM DATE PICKER ===== */
.date-picker-wrap {
  position: relative;
}

.date-display {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-family: var(--font-body);
  font-size: 0.9rem;
  color: var(--charcoal);
  background: var(--cream);
  border: 1px solid var(--sand);
  padding: 14px 16px;
  border-radius: var(--radius);
  cursor: pointer;
  transition: border-color 0.2s, box-shadow 0.2s;
  user-select: none;
}
.date-display:hover,
.date-display:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(196,151,58,0.12);
  outline: none;
}
.date-display.active {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(196,151,58,0.12);
}
.date-display svg {
  color: var(--gold);
  flex-shrink: 0;
}
.date-text {
  color: var(--charcoal-light);
}
.date-text.has-value {
  color: var(--charcoal);
  font-weight: 500;
}

/* Calendar dropdown */
.lc-calendar {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  z-index: 200;
  background: var(--white);
  border: 1px solid var(--sand);
  box-shadow: 0 16px 48px rgba(0,0,0,0.14);
  width: 320px;
  padding: 0;
  border-radius: 2px;
}
.lc-calendar.open {
  display: block;
}

/* Calendar header */
.lc-cal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 20px 14px;
  border-bottom: 1px solid var(--cream-dark);
}
.lc-cal-month {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 600;
  color: var(--charcoal);
  letter-spacing: 0.02em;
}
.lc-cal-nav {
  background: none;
  border: none;
  cursor: pointer;
  color: var(--charcoal-light);
  padding: 4px 8px;
  font-size: 1rem;
  border-radius: 2px;
  transition: color 0.2s, background 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lc-cal-nav:hover {
  color: var(--gold);
  background: var(--cream);
}
.lc-cal-nav:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}

/* Day labels */
.lc-cal-days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  padding: 10px 12px 4px;
  gap: 2px;
}
.lc-cal-day-label {
  text-align: center;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--charcoal-light);
  padding: 4px 0;
}

/* Date grid */
.lc-cal-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  padding: 4px 12px 16px;
  gap: 2px;
}
.lc-cal-date {
  text-align: center;
  padding: 8px 4px;
  font-size: 0.82rem;
  font-family: var(--font-body);
  color: var(--charcoal);
  cursor: pointer;
  border-radius: 2px;
  border: none;
  background: none;
  transition: background 0.15s, color 0.15s;
  line-height: 1;
}
.lc-cal-date:hover:not(:disabled):not(.empty) {
  background: var(--cream-dark);
  color: var(--charcoal);
}
.lc-cal-date.today {
  font-weight: 700;
  color: var(--gold);
}
.lc-cal-date.selected {
  background: var(--gold);
  color: var(--white);
  font-weight: 600;
}
.lc-cal-date.selected:hover {
  background: var(--gold-light);
}
.lc-cal-date.in-range {
  background: var(--gold-pale);
  color: var(--charcoal);
  border-radius: 0;
}
.lc-cal-date.range-start {
  background: var(--gold);
  color: var(--white);
  border-radius: 2px 0 0 2px;
}
.lc-cal-date.range-end {
  background: var(--gold);
  color: var(--white);
  border-radius: 0 2px 2px 0;
}
.lc-cal-date:disabled,
.lc-cal-date.disabled {
  color: var(--sand);
  cursor: not-allowed;
  pointer-events: none;
}
.lc-cal-date.empty {
  cursor: default;
  pointer-events: none;
}

/* Calendar footer */
.lc-cal-footer {
  display: flex;
  justify-content: flex-end;
  padding: 10px 16px 14px;
  border-top: 1px solid var(--cream-dark);
}
.lc-cal-clear {
  background: none;
  border: none;
  font-family: var(--font-body);
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--charcoal-light);
  cursor: pointer;
  padding: 6px 10px;
  transition: color 0.2s;
}
.lc-cal-clear:hover { color: var(--gold); }

@media (max-width: 480px) {
  .lc-calendar { width: 290px; }
}

/* ===== CUSTOM SELECT DROPDOWN ===== */
.custom-select-wrap {
  position: relative;
}

.custom-select-list {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  z-index: 200;
  background: var(--white);
  border: 1px solid var(--sand);
  box-shadow: 0 16px 48px rgba(0,0,0,0.14);
  border-radius: 2px;
  padding: 6px 0;
  list-style: none;
  max-height: 240px;
  overflow-y: auto;
}
.custom-select-list.open {
  display: block;
}

.custom-select-opt {
  padding: 12px 16px;
  font-family: var(--font-body);
  font-size: 0.88rem;
  color: var(--charcoal);
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
}
.custom-select-opt:hover {
  background: var(--cream);
}
.custom-select-opt.selected {
  background: var(--gold-pale);
  color: var(--charcoal);
  font-weight: 500;
}
.custom-select-opt.selected::after {
  content: ' ✓';
  color: var(--gold);
  font-size: 0.8rem;
}

/* ===== PERFORMANCE: defer rendering of below-fold sections ===== */
/* content-visibility removed — causes incorrect anchor scroll positions */

/* ===== STRIPE PAYMENT STEP ===== */
.payment-layout {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 0;
}

.payment-form {
  padding: 48px;
  border-right: 1px solid var(--cream-dark);
}

.payment-form h3 {
  font-family: var(--font-display);
  font-size: 1.6rem;
  margin-bottom: 8px;
}

.payment-sub {
  font-size: 0.85rem;
  color: var(--charcoal-light);
  margin-bottom: 28px;
  line-height: 1.6;
}

.payment-amount {
  background: var(--cream);
  border-left: 3px solid var(--gold);
  padding: 16px 20px;
  margin-bottom: 28px;
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--charcoal);
}
.payment-amount span {
  font-family: var(--font-body);
  font-size: 0.82rem;
  font-weight: 400;
  color: var(--charcoal-light);
  margin-left: 8px;
}

.stripe-label {
  display: block;
  font-size: 0.68rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--charcoal-light);
  font-weight: 500;
  margin-bottom: 8px;
}

.stripe-card-wrap {
  margin-bottom: 28px;
}

/* Stripe Payment Element container — appearance controlled via Stripe Appearance API */
#stripe-card-element {
  min-height: 60px;
}

#stripe-card-error {
  margin-top: 8px;
  display: block;
}

.payment-actions {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

#payBtn {
  min-width: 160px;
  position: relative;
}
#payBtn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.payment-secure {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.72rem;
  color: var(--charcoal-light);
  letter-spacing: 0.05em;
}
.payment-secure svg {
  color: var(--gold);
  flex-shrink: 0;
}

@media (max-width: 900px) {
  .payment-layout { grid-template-columns: 1fr; }
}
@media (max-width: 700px) {
  .payment-form { padding: 28px 20px; }
}

/* Hide booking section header on payment and confirm steps */
#book[data-step="step-payment"] .section-header,
#book[data-step="step-confirm"] .section-header { display: none; }

#book[data-step="step-results"] .section-intro,
#book[data-step="step-details"] .section-intro,
#book[data-step="step-payment"] .section-intro,
#book[data-step="step-confirm"] .section-intro { display: none; }

/* ===== TWO-RATE AVAILABILITY CARDS ===== */
.rate-options {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

.rate-option {
  border: 1px solid var(--sand);
  padding: 16px;
  background: var(--cream);
  transition: border-color 0.2s, box-shadow 0.2s;
}
.rate-option:hover {
  border-color: var(--gold);
  box-shadow: 0 4px 16px rgba(196,151,58,0.1);
}
.rate-option-flex {
  background: var(--white);
  border-color: rgba(196,151,58,0.4);
}

.rate-option-header {
  margin-bottom: 8px;
}

.rate-option-label {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 3px 8px;
  border-radius: 2px;
}
.rate-option-label.nr {
  background: rgba(74,74,74,0.1);
  color: var(--charcoal-light);
}
.rate-option-label.flex {
  background: rgba(196,151,58,0.12);
  color: var(--gold);
}

.rate-option-price {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--charcoal);
  line-height: 1.1;
  margin-bottom: 4px;
}
.rate-option-price span {
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 400;
  color: var(--charcoal-light);
}

.rate-option-total {
  font-size: 0.78rem;
  color: var(--charcoal-light);
  margin-bottom: 6px;
}

.rate-option-note {
  font-size: 0.72rem;
  color: var(--charcoal-light);
  line-height: 1.5;
  margin-bottom: 12px;
  font-style: italic;
}

.rate-option .btn-select {
  width: 100%;
  padding: 10px;
  font-size: 0.72rem;
}

/* Wider avail cards to accommodate two rate options */
.avail-card {
  flex-direction: column;
}
.avail-card-price {
  width: 100%;
  border-top: 1px solid var(--cream-dark);
  padding-top: 20px;
  margin-top: 4px;
}

@media (min-width: 700px) {
  .avail-card {
    flex-direction: row;
  }
  .avail-card-price {
    width: 340px;
    min-width: 340px;
    border-top: none;
    border-left: 1px solid var(--cream-dark);
    padding-top: 0;
    padding-left: 24px;
    margin-top: 0;
  }
}

/* ===== PRICING TOGGLE ===== */
.pricing-toggle {
  display: flex;
  justify-content: center;
  gap: 0;
  margin-bottom: 40px;
  border: 1px solid var(--sand);
  border-radius: 2px;
  overflow: hidden;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.ptoggle-btn {
  background: var(--white);
  border: none;
  padding: 12px 28px;
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--charcoal-light);
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}
.ptoggle-btn + .ptoggle-btn {
  border-left: 1px solid var(--sand);
}
.ptoggle-btn.active {
  background: var(--gold);
  color: var(--white);
}
.ptoggle-btn:hover:not(.active) {
  background: var(--cream);
  color: var(--charcoal);
}

/* Pricing policy note */
.price-policy {
  font-size: 0.72rem;
  line-height: 1.5;
  margin-bottom: 16px;
  padding: 8px 12px;
  border-radius: 2px;
}
.price-policy.nr {
  background: rgba(74,74,74,0.06);
  color: var(--charcoal-light);
}
.price-policy.flex {
  background: rgba(196,151,58,0.08);
  color: var(--charcoal-light);
}
.price-policy.flex strong { color: var(--gold); }

/* On dark featured card — override to stay readable */
.price-featured .price-policy.nr {
  background: rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.7);
}
.price-featured .price-policy.flex {
  background: rgba(196,151,58,0.2);
  color: rgba(255,255,255,0.9);
}
.price-featured .price-policy.flex strong { color: var(--gold); }
