/* ==========================================================================
   THE KRISHNA FARMS — ULTRA LUXURY FARM ESTATE & CHALET FARMSTAY
   Design Style: International Foreign Luxury Estate (Napa Valley & European Chalet Standard)
   Palette: Royal Emerald Noir (#04100B), Champagne Gold (#D4AF37),
            Warm Alabaster Ivory (#FAF7F0), Frosted Glass & Gold Shimmer
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@500;600;700;800&family=Cormorant+Garamond:ital,wght@0,400;0,600;0,700;1,400;1,600&family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap');

:root {
  /* Ultra-Luxury Color Palette */
  --noir-obsidian: #030c08;
  --noir-primary: #06150f;
  --noir-card: #0b2219;
  --noir-elevated: #113024;
  --noir-glass: rgba(6, 21, 15, 0.88);

  /* Curated Imperial Gold Palette */
  --gold-primary: #d4af37;
  --gold-light: #f3df9e;
  --gold-bright: #ffd966;
  --gold-metallic: #c59b3f;
  --gold-deep: #9a7428;
  --gold-border: rgba(212, 175, 55, 0.35);
  --gold-border-glow: rgba(212, 175, 55, 0.65);
  --gold-glow: 0 0 25px rgba(212, 175, 55, 0.3);

  /* Backgrounds & Text */
  --bg-ivory: #faf7f0;
  --bg-sand: #f4eee2;
  --bg-pure: #ffffff;

  --text-dark: #121c17;
  --text-muted: #53625b;
  --text-light: #ffffff;
  --text-light-muted: #afc5bd;

  /* Typography */
  --font-editorial: 'Cormorant Garamond', Garamond, Georgia, serif;
  --font-regal: 'Cinzel', serif;
  --font-body: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;

  /* Elevations & Radii */
  --radius-xs: 6px;
  --radius-sm: 10px;
  --radius-md: 18px;
  --radius-lg: 28px;
  --radius-full: 9999px;

  --shadow-subtle: 0 4px 20px rgba(0, 0, 0, 0.04);
  --shadow-card: 0 14px 38px rgba(0, 0, 0, 0.08);
  --shadow-elevated: 0 24px 60px rgba(0, 0, 0, 0.18);
  --shadow-dark: 0 24px 60px rgba(0, 0, 0, 0.6);

  --transition-smooth: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

/* ==========================================================================
   Reset & Base Elements
   ========================================================================== */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: var(--font-body);
  background-color: var(--bg-ivory);
  color: var(--text-dark);
  line-height: 1.7;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

a {
  text-decoration: none;
  color: inherit;
  transition: var(--transition-smooth);
}

button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
}

/* Container */
.container {
  width: 100%;
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(16px, 3.5vw, 36px);
  padding-right: clamp(16px, 3.5vw, 36px);
}

/* Typography Helpers & Metallic Gradients */
.gold-text {
  background: linear-gradient(135deg, #f7e8b6 0%, #d4af37 45%, #ffd966 65%, #9e7527 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline;
}

.luxury-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  color: var(--gold-metallic);
  margin-bottom: 14px;
}

.luxury-tag::before, .luxury-tag::after {
  content: '';
  display: inline-block;
  width: 24px;
  height: 1px;
  background: var(--gold-metallic);
  opacity: 0.75;
}

.section-title {
  font-family: var(--font-editorial);
  font-size: clamp(2.2rem, 4.2vw, 3.6rem);
  font-weight: 600;
  line-height: 1.15;
  color: var(--noir-primary);
  margin-bottom: 18px;
  letter-spacing: -0.01em;
}

.section-desc {
  font-size: clamp(1rem, 1.3vw, 1.16rem);
  color: var(--text-muted);
  max-width: 760px;
  line-height: 1.8;
  margin-bottom: 40px;
  font-weight: 400;
}

.section-header {
  text-align: center;
  margin-bottom: 54px;
}

.section-header .section-desc {
  margin-left: auto;
  margin-right: auto;
}

/* ==========================================================================
   Luxury Buttons with Micro-Animations & Gold Glow
   ========================================================================== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 30px;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.6px;
  border-radius: var(--radius-full);
  cursor: pointer;
  transition: var(--transition-smooth);
  border: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
}

.btn-gold {
  background: linear-gradient(135deg, #f7e2a8 0%, #d4af37 48%, #ba8e2d 100%);
  color: var(--noir-obsidian);
  box-shadow: 0 10px 28px rgba(212, 175, 55, 0.38);
}

.btn-gold::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  transition: 0.6s ease;
}

.btn-gold:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 36px rgba(212, 175, 55, 0.52);
  filter: brightness(1.06);
}

.btn-gold:hover::before {
  left: 100%;
}

.btn-outline-gold {
  background: rgba(212, 175, 55, 0.08);
  color: var(--gold-light);
  border: 1.5px solid var(--gold-primary);
  backdrop-filter: blur(10px);
}

.btn-outline-gold:hover {
  background: var(--gold-primary);
  color: var(--noir-obsidian);
  transform: translateY(-3px);
  box-shadow: var(--gold-glow);
}

.btn-outline-dark {
  background: transparent;
  color: var(--noir-primary);
  border: 1.5px solid var(--noir-primary);
}

.btn-outline-dark:hover {
  background: var(--noir-primary);
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(6, 21, 15, 0.25);
}

.btn-whatsapp {
  background: linear-gradient(135deg, #2ae06f 0%, #1a9e4b 100%);
  color: #ffffff;
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.38);
}

.btn-whatsapp:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 32px rgba(37, 211, 102, 0.5);
  filter: brightness(1.06);
}

.btn-phone {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  border: 1.5px solid rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(10px);
}

.btn-phone:hover {
  background: rgba(255, 255, 255, 0.22);
  border-color: var(--gold-primary);
  color: var(--gold-light);
  transform: translateY(-3px);
}

/* ==========================================================================
   Top Announcement Bar
   ========================================================================== */
.top-bar-ribbon {
  background: var(--noir-obsidian);
  color: var(--gold-light);
  font-size: 0.83rem;
  padding: 9px 0;
  border-bottom: 1px solid rgba(212, 175, 55, 0.2);
  position: relative;
  z-index: 1001;
}

.top-bar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.top-promo-tag {
  display: flex;
  align-items: center;
  gap: 8px;
}

.top-promo-tag strong {
  color: #ffffff;
}

.top-bar-contacts {
  display: flex;
  align-items: center;
  gap: 22px;
}

.top-bar-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #e3ede8;
  font-size: 0.83rem;
  font-weight: 500;
  transition: var(--transition-smooth);
}

.top-bar-item:hover {
  color: var(--gold-primary);
}

/* ==========================================================================
   Site Header & Luxury Navigation Bar
   ========================================================================== */
.site-header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: rgba(4, 16, 11, 0.9);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border-bottom: 1px solid rgba(212, 175, 55, 0.22);
  transition: var(--transition-smooth);
}

.site-header.scrolled {
  background: rgba(3, 12, 8, 0.98);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.45);
  border-bottom-color: rgba(212, 175, 55, 0.35);
}

.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 84px;
  gap: 24px;
}

/* Brand Monogram & Logo */
.brand-identity {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}

.brand-identity .logo-main {
  font-family: var(--font-regal);
  font-size: clamp(1.3rem, 2.2vw, 1.65rem);
  font-weight: 700;
  letter-spacing: 2.2px;
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 8px;
  line-height: 1.1;
}

.brand-identity .logo-main span {
  color: var(--gold-primary);
}

.brand-identity .logo-sub {
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 3.5px;
  color: var(--gold-light);
  font-weight: 600;
  margin-top: 3px;
}

/* Desktop Navigation Menu */
.desktop-nav-menu {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.2vw, 32px);
  list-style: none;
}

.nav-link-item {
  color: #ebf3ef;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  padding: 8px 0;
  position: relative;
  white-space: nowrap;
  display: block;
}

.nav-link-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: var(--gold-primary);
  transition: width 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  border-radius: 2px;
}

.nav-link-item:hover {
  color: var(--gold-light);
}

.nav-link-item:hover::after {
  width: 100%;
}

/* Header CTAs */
.header-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
}

.phone-quick-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #ffffff;
  font-size: 0.88rem;
  font-weight: 700;
  padding: 10px 18px;
  border-radius: var(--radius-full);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(212, 175, 55, 0.35);
  transition: var(--transition-smooth);
}

.phone-quick-chip:hover {
  background: rgba(212, 175, 55, 0.2);
  border-color: var(--gold-primary);
  color: var(--gold-light);
  box-shadow: var(--gold-glow);
}

.mobile-menu-trigger {
  display: none;
  background: rgba(212, 175, 55, 0.12);
  border: 1px solid var(--gold-border);
  color: #ffffff;
  padding: 10px 16px;
  border-radius: var(--radius-full);
  cursor: pointer;
  align-items: center;
  gap: 8px;
  font-size: 0.86rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* ==========================================================================
   Mobile Luxury Slide-Out Drawer
   ========================================================================== */
.mobile-drawer-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(10px);
  z-index: 1500;
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s ease;
}

.mobile-drawer-overlay.active {
  opacity: 1;
  visibility: visible;
}

.mobile-drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: min(88vw, 390px);
  height: 100%;
  background: var(--noir-obsidian);
  border-left: 1px solid var(--gold-border);
  z-index: 1600;
  transform: translateX(100%);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  flex-direction: column;
  padding: 32px 26px;
  overflow-y: auto;
  box-shadow: -15px 0 50px rgba(0, 0, 0, 0.7);
}

.mobile-drawer.active {
  transform: translateX(0);
}

.drawer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(212, 175, 55, 0.2);
  margin-bottom: 28px;
}

.drawer-close-btn {
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #ffffff;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  font-size: 1.3rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.drawer-menu-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 36px;
}

.drawer-link {
  color: #ffffff;
  font-family: var(--font-editorial);
  font-size: 1.35rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.drawer-link:hover {
  color: var(--gold-primary);
  padding-left: 8px;
}

.drawer-ctas {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

/* ==========================================================================
   Hero Section (Using Authentic User WhatsApp Photography)
   ========================================================================== */
.hero-experience {
  position: relative;
  min-height: 94vh;
  display: flex;
  align-items: center;
  background: 
    linear-gradient(180deg, rgba(3, 12, 8, 0.68) 0%, rgba(3, 12, 8, 0.86) 55%, var(--noir-obsidian) 100%),
    url('assets/farm_cottages_panoramic.jpg') center 35% / cover no-repeat;
  color: #ffffff;
  padding: 100px 0 80px;
  overflow: hidden;
}

.hero-box {
  position: relative;
  z-index: 2;
  max-width: 1020px;
  margin: 0 auto;
  text-align: center;
}

.hero-trust-badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: rgba(11, 34, 25, 0.75);
  border: 1px solid var(--gold-border);
  padding: 9px 24px;
  border-radius: var(--radius-full);
  margin-bottom: 26px;
  backdrop-filter: blur(14px);
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.35);
  animation: floatBadge 4s ease-in-out infinite alternate;
}

@keyframes floatBadge {
  0% { transform: translateY(0); }
  100% { transform: translateY(-6px); }
}

.hero-trust-badge .stars {
  color: #ffd700;
  font-size: 1rem;
  letter-spacing: 2px;
}

.hero-trust-badge .text {
  font-size: 0.84rem;
  font-weight: 700;
  color: var(--gold-light);
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.hero-headline {
  font-family: var(--font-editorial);
  font-size: clamp(2.6rem, 5.8vw, 4.8rem);
  font-weight: 600;
  line-height: 1.1;
  color: #ffffff;
  margin-bottom: 22px;
  text-shadow: 0 4px 30px rgba(0, 0, 0, 0.8);
  letter-spacing: -0.02em;
}

.hero-headline em {
  font-style: italic;
  font-weight: 400;
  color: var(--gold-light);
}

.hero-lead {
  font-size: clamp(1.08rem, 1.9vw, 1.3rem);
  color: #e3ede8;
  max-width: 840px;
  margin: 0 auto 38px;
  line-height: 1.8;
  font-weight: 400;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.6);
}

.hero-cta-group {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px;
  margin-bottom: 54px;
}

/* Quick Availability Concierge Card */
.concierge-card {
  background: rgba(255, 255, 255, 0.98);
  border-radius: var(--radius-lg);
  padding: 24px 30px;
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.45);
  border: 1.5px solid var(--gold-metallic);
  text-align: left;
  color: var(--text-dark);
  margin-bottom: 54px;
  backdrop-filter: blur(16px);
}

.concierge-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1.1fr auto;
  gap: 20px;
  align-items: flex-end;
}

.concierge-col {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.concierge-title {
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: var(--noir-primary);
}

.concierge-input-control {
  width: 100%;
  height: 50px;
  padding: 0 16px;
  border-radius: var(--radius-sm);
  border: 1.5px solid rgba(0, 0, 0, 0.14);
  background: #fdfbf8;
  font-size: 0.94rem;
  color: var(--text-dark);
  font-weight: 600;
  transition: var(--transition-smooth);
}

.concierge-input-control:focus {
  outline: none;
  border-color: var(--gold-metallic);
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.22);
}

.concierge-action-btn {
  height: 50px;
  padding: 0 30px;
  font-size: 0.96rem;
}

/* Hero Numbers / Stats Ribbon */
.hero-prestige-ribbon {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  padding-top: 30px;
  border-top: 1px solid rgba(212, 175, 55, 0.28);
}

.prestige-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.prestige-number {
  font-family: var(--font-regal);
  font-size: clamp(2rem, 3.2vw, 2.6rem);
  font-weight: 700;
  color: var(--gold-light);
  line-height: 1.1;
  margin-bottom: 5px;
}

.prestige-label {
  font-size: 0.84rem;
  color: #c2d8cf;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-weight: 600;
}

/* ==========================================================================
   Section Framework & Spacers
   ========================================================================== */
.section-space {
  padding: clamp(70px, 9vw, 110px) 0;
}

.surface-sand {
  background-color: var(--bg-sand);
}

.surface-dark {
  background-color: var(--noir-primary);
  color: #ffffff;
}

.surface-dark .section-title {
  color: #ffffff;
}

.surface-dark .section-desc {
  color: var(--text-light-muted);
}

/* ==========================================================================
   About Estate Section
   ========================================================================== */
.about-showcase-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(36px, 6vw, 70px);
  align-items: center;
}

.about-gallery-stack {
  position: relative;
}

.about-hero-image-wrap {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-elevated);
  border: 3px solid var(--gold-border);
}

.about-hero-image-wrap img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.about-hero-image-wrap:hover img {
  transform: scale(1.04);
}

.about-floating-card {
  position: absolute;
  bottom: -28px;
  right: -20px;
  background: var(--noir-obsidian);
  color: #ffffff;
  padding: 24px 28px;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-dark);
  border: 1.5px solid var(--gold-border);
  max-width: 300px;
}

.about-floating-card .rating {
  font-family: var(--font-regal);
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--gold-primary);
  line-height: 1;
  margin-bottom: 6px;
}

.about-floating-card .heading {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 4px;
}

.about-floating-card .detail {
  font-size: 0.82rem;
  color: var(--text-light-muted);
  line-height: 1.45;
}

.about-text-column .lead-text {
  font-family: var(--font-editorial);
  font-size: 1.45rem;
  color: var(--noir-primary);
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 20px;
}

.amenity-pillars-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 24px;
  margin: 32px 0 40px;
}

.pillar-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.96rem;
  font-weight: 600;
  color: var(--text-dark);
}

.pillar-bullet {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(212, 175, 55, 0.18);
  color: var(--gold-deep);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  font-weight: 800;
  flex-shrink: 0;
}

/* ==========================================================================
   Venues & Spaces (Luxury Cards with Authentic Photos)
   ========================================================================== */
.venues-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(22px, 3.2vw, 36px);
}

.venue-card-item {
  background: #ffffff;
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-card);
  border: 1px solid rgba(0, 0, 0, 0.08);
  transition: var(--transition-smooth);
  display: flex;
  flex-direction: column;
}

.venue-card-item:hover {
  transform: translateY(-10px);
  box-shadow: var(--shadow-elevated);
  border-color: var(--gold-metallic);
}

.venue-visual-frame {
  position: relative;
  height: 260px;
  overflow: hidden;
}

.venue-visual-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

.venue-card-item:hover .venue-visual-frame img {
  transform: scale(1.08);
}

.venue-pill-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  background: rgba(4, 16, 11, 0.9);
  color: var(--gold-light);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: var(--radius-full);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(212, 175, 55, 0.3);
}

.venue-guest-pill {
  position: absolute;
  bottom: 16px;
  right: 16px;
  background: rgba(255, 255, 255, 0.95);
  color: var(--noir-obsidian);
  font-size: 0.8rem;
  font-weight: 700;
  padding: 5px 14px;
  border-radius: var(--radius-full);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
}

.venue-body {
  padding: 28px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.venue-title {
  font-family: var(--font-editorial);
  font-size: 1.55rem;
  font-weight: 600;
  color: var(--noir-primary);
  margin-bottom: 12px;
  line-height: 1.25;
}

.venue-narrative {
  font-size: 0.95rem;
  color: var(--text-muted);
  line-height: 1.7;
  margin-bottom: 22px;
  flex-grow: 1;
}

.venue-pills-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 26px;
}

.venue-micro-tag {
  font-size: 0.76rem;
  font-weight: 600;
  color: var(--noir-primary);
  background: var(--bg-sand);
  padding: 5px 12px;
  border-radius: var(--radius-full);
}

/* ==========================================================================
   Real Photo Gallery & Filter Tabs
   ========================================================================== */
.gallery-tab-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 40px;
}

.gallery-filter-tab {
  background: rgba(255, 255, 255, 0.08);
  color: #d8e8e1;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 11px 24px;
  border-radius: var(--radius-full);
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: var(--transition-smooth);
}

.gallery-filter-tab.active, .gallery-filter-tab:hover {
  background: var(--gold-primary);
  color: var(--noir-obsidian);
  border-color: var(--gold-primary);
  box-shadow: 0 8px 24px rgba(212, 175, 55, 0.4);
}

.gallery-masonry-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.gallery-box-item {
  position: relative;
  border-radius: var(--radius-md);
  overflow: hidden;
  height: 280px;
  cursor: pointer;
  border: 1px solid rgba(212, 175, 55, 0.3);
  box-shadow: var(--shadow-card);
}

.gallery-box-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

.gallery-hover-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(3, 12, 8, 0.92) 0%, rgba(3, 12, 8, 0.2) 60%, transparent 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 22px;
  opacity: 0;
  transition: opacity 0.35s ease;
}

.gallery-box-item:hover .gallery-hover-overlay {
  opacity: 1;
}

.gallery-box-item:hover img {
  transform: scale(1.09);
}

.gallery-item-title {
  color: #ffffff;
  font-family: var(--font-editorial);
  font-size: 1.22rem;
  font-weight: 600;
  margin-bottom: 4px;
}

.gallery-action-tag {
  color: var(--gold-light);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
}

.google-verified-banner {
  margin-top: 48px;
  background: rgba(11, 34, 25, 0.9);
  border: 1px solid var(--gold-border);
  border-radius: var(--radius-md);
  padding: 22px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 18px;
}

/* ==========================================================================
   Google Reviews (Social Proof)
   ========================================================================== */
.reviews-grid-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(22px, 3.2vw, 32px);
}

.review-card-item {
  background: #ffffff;
  border-radius: var(--radius-md);
  padding: 34px 30px;
  box-shadow: var(--shadow-card);
  border: 1px solid rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  transition: var(--transition-smooth);
}

.review-card-item:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-elevated);
  border-color: var(--gold-border);
}

.review-card-stars {
  color: #ffd700;
  font-size: 1.05rem;
  letter-spacing: 3px;
  margin-bottom: 16px;
}

.review-card-quote {
  font-family: var(--font-editorial);
  font-size: 1.15rem;
  color: var(--noir-primary);
  line-height: 1.65;
  font-style: italic;
  margin-bottom: 26px;
  flex-grow: 1;
}

.reviewer-profile {
  display: flex;
  align-items: center;
  gap: 14px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  padding-top: 18px;
}

.reviewer-initial {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--noir-primary);
  color: var(--gold-light);
  font-weight: 700;
  font-size: 1.15rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.reviewer-fullname {
  font-weight: 700;
  color: var(--noir-primary);
  font-size: 0.98rem;
}

.reviewer-badge-info {
  font-size: 0.8rem;
  color: var(--gold-deep);
  font-weight: 600;
}

/* ==========================================================================
   LIVE GOOGLE MAPS PREVIEW & ARRIVAL GUIDE (At Bottom of Page)
   ========================================================================== */
.maps-preview-section {
  background: var(--noir-obsidian);
  color: #ffffff;
  padding: clamp(70px, 9vw, 100px) 0;
  position: relative;
  border-top: 2px solid var(--gold-metallic);
}

.maps-preview-layout {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: clamp(32px, 5vw, 60px);
  align-items: center;
}

.maps-guidance-card {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.maps-guidance-card .section-title {
  color: #ffffff;
  text-align: left;
}

.maps-location-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(212, 175, 55, 0.16);
  border: 1px solid var(--gold-border);
  padding: 7px 18px;
  border-radius: var(--radius-full);
  color: var(--gold-light);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  align-self: flex-start;
}

.official-address-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(212, 175, 55, 0.28);
  border-radius: var(--radius-md);
  padding: 24px 26px;
}

.address-item-row {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 18px;
}

.address-item-row:last-child {
  margin-bottom: 0;
}

.address-icon-badge {
  font-size: 1.35rem;
  flex-shrink: 0;
  margin-top: 2px;
}

.address-content-wrap strong {
  color: #ffffff;
  font-size: 1.02rem;
  display: block;
  margin-bottom: 5px;
}

.address-content-wrap p {
  color: #c2d8cf;
  font-size: 0.92rem;
  line-height: 1.6;
}

.address-content-wrap a {
  color: var(--gold-light);
  font-weight: 700;
  text-decoration: underline;
}

.travel-matrix {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.travel-node {
  background: rgba(11, 34, 25, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-sm);
  padding: 14px 10px;
  text-align: center;
}

.travel-node .duration {
  font-family: var(--font-regal);
  font-size: 1.25rem;
  color: var(--gold-primary);
  font-weight: 700;
}

.travel-node .route {
  font-size: 0.75rem;
  color: #abd0c2;
  margin-top: 3px;
}

.live-map-window {
  position: relative;
  height: 480px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.65);
  border: 2px solid var(--gold-metallic);
}

.live-map-window iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.map-badge-tag {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: rgba(4, 16, 11, 0.94);
  color: #ffffff;
  padding: 11px 20px;
  border-radius: var(--radius-full);
  border: 1px solid var(--gold-border);
  font-size: 0.85rem;
  font-weight: 700;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  gap: 8px;
}

/* ==========================================================================
   FAQ Accordion
   ========================================================================== */
.faq-box-wrap {
  max-width: 900px;
  margin: 0 auto;
}

.faq-panel-item {
  background: #ffffff;
  border-radius: var(--radius-sm);
  margin-bottom: 16px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  overflow: hidden;
  box-shadow: var(--shadow-subtle);
  transition: var(--transition-smooth);
}

.faq-panel-item.active {
  border-color: var(--gold-metallic);
  box-shadow: var(--shadow-card);
}

.faq-toggle-header {
  width: 100%;
  padding: 24px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: none;
  border: none;
  text-align: left;
  font-family: var(--font-editorial);
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--noir-primary);
  cursor: pointer;
  gap: 18px;
  transition: var(--transition-smooth);
}

.faq-toggle-header:hover {
  color: var(--gold-deep);
}

.faq-chevron {
  font-size: 1.5rem;
  font-weight: 300;
  transition: transform 0.35s ease;
  color: var(--gold-metallic);
}

.faq-panel-item.active .faq-chevron {
  transform: rotate(45deg);
}

.faq-body-drawer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  padding: 0 30px;
  color: var(--text-muted);
  font-size: 0.98rem;
  line-height: 1.8;
}

.faq-panel-item.active .faq-body-drawer {
  padding-bottom: 26px;
  max-height: 360px;
}

/* ==========================================================================
   Estate Footer
   ========================================================================== */
.grand-footer {
  background: #020805;
  color: #ffffff;
  padding: 85px 0 36px;
  border-top: 1px solid rgba(212, 175, 55, 0.22);
}

.footer-columns-wrap {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: clamp(26px, 4.5vw, 54px);
  margin-bottom: 64px;
}

.footer-bio-p {
  color: #9ab4aa;
  font-size: 0.94rem;
  line-height: 1.75;
  margin: 18px 0 24px;
}

.footer-block-title {
  font-family: var(--font-regal);
  color: var(--gold-light);
  font-size: 1.08rem;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.footer-menu-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.footer-menu-links a {
  color: #b0c9bf;
  font-size: 0.92rem;
  transition: var(--transition-smooth);
}

.footer-menu-links a:hover {
  color: var(--gold-primary);
  padding-left: 6px;
}

.footer-contact-block {
  display: flex;
  flex-direction: column;
  gap: 15px;
  font-size: 0.94rem;
  color: #c2d9cf;
}

.footer-contact-block strong {
  color: #ffffff;
  font-size: 1.08rem;
}

.footer-bottom-line {
  padding-top: 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
  font-size: 0.86rem;
  color: #7b968c;
}

/* ==========================================================================
   Fixed Mobile Bottom Bar (Call + WhatsApp + GPS Directions)
   ========================================================================== */
.fixed-mobile-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(3, 12, 8, 0.98);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  padding: 10px 14px;
  display: none;
  justify-content: space-around;
  gap: 10px;
  z-index: 1200;
  border-top: 1.5px solid var(--gold-metallic);
  box-shadow: 0 -8px 30px rgba(0, 0, 0, 0.5);
}

.mobile-action-chip {
  flex: 1;
  padding: 12px 10px;
  font-size: 0.86rem;
  font-weight: 700;
  border-radius: var(--radius-full);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  white-space: nowrap;
}

/* Photo Lightbox Modal */
.estate-lightbox-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.95);
  z-index: 2500;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.estate-lightbox-modal.active {
  display: flex;
}

.lightbox-frame {
  position: relative;
  max-width: 92vw;
  max-height: 88vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.lightbox-photo-target {
  max-width: 100%;
  max-height: 80vh;
  border-radius: var(--radius-sm);
  border: 2px solid var(--gold-primary);
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.85);
}

.lightbox-dismiss {
  position: absolute;
  top: -48px;
  right: 0;
  background: none;
  border: none;
  color: #ffffff;
  font-size: 2.2rem;
  cursor: pointer;
  line-height: 1;
}

.lightbox-desc-text {
  color: #ffffff;
  text-align: center;
  margin-top: 14px;
  font-family: var(--font-editorial);
  font-size: 1.15rem;
}

/* Scroll Reveal Animations */
.reveal-on-scroll {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.75s cubic-bezier(0.16, 1, 0.3, 1), transform 0.75s cubic-bezier(0.16, 1, 0.3, 1);
}

.reveal-on-scroll.is-revealed {
  opacity: 1;
  transform: translateY(0);
}

@keyframes fadeIn {
  from { opacity: 0; transform: scale(0.97); }
  to { opacity: 1; transform: scale(1); }
}

/* ==========================================================================
   Responsive Breakpoints & Mobile Luxury Polish
   ========================================================================== */

/* Prevent horizontal overflow across all mobile viewports */
html, body {
  overflow-x: hidden;
  max-width: 100vw;
}

* {
  -webkit-tap-highlight-color: transparent;
}

@media (max-width: 1140px) {
  .desktop-nav-menu {
    display: none;
  }
  .mobile-menu-trigger {
    display: flex;
  }
  .venues-card-grid {
    grid-template-columns: 1fr 1fr;
  }
  .gallery-masonry-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-columns-wrap {
    grid-template-columns: 1fr 1fr;
  }
  .maps-preview-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .section-space {
    padding: 64px 0;
  }
  .section-title {
    font-size: clamp(2rem, 5.2vw, 2.8rem);
  }
  .section-desc {
    margin-bottom: 30px;
    font-size: 1rem;
  }
  .about-showcase-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .about-floating-card {
    position: relative;
    right: auto;
    bottom: auto;
    margin: -30px auto 0;
    width: 90%;
    max-width: 360px;
    text-align: center;
  }
  .concierge-grid {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
  .concierge-action-btn {
    grid-column: span 2;
  }
  .reviews-grid-row {
    grid-template-columns: 1fr;
  }
  .hero-prestige-ribbon {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (max-width: 768px) {
  /* Hide heavy announcement bar on mobile for instant hero impact */
  .top-bar-ribbon {
    display: none;
  }

  /* Compact sticky luxury header */
  .header-container {
    height: 64px;
  }
  .brand-identity .logo-main {
    font-size: 1.16rem;
    letter-spacing: 1.2px;
  }
  .brand-identity .logo-sub {
    font-size: 0.54rem;
    letter-spacing: 2px;
  }
  .phone-quick-chip {
    display: none;
  }
  #headerCtaBtn {
    display: none;
  }
  .mobile-menu-trigger {
    padding: 8px 14px;
    font-size: 0.78rem;
    gap: 6px;
  }

  /* Mobile Hero Experience */
  .hero-experience {
    min-height: auto;
    padding: 50px 0 44px;
    background-position: center 25%;
  }
  .hero-trust-badge {
    padding: 6px 14px;
    margin-bottom: 18px;
    gap: 8px;
  }
  .hero-trust-badge .stars {
    font-size: 0.85rem;
    letter-spacing: 1.5px;
  }
  .hero-trust-badge .text {
    font-size: 0.74rem;
    letter-spacing: 1.2px;
  }
  .hero-headline {
    font-size: clamp(1.85rem, 6.8vw, 2.45rem);
    line-height: 1.18;
    margin-bottom: 16px;
    letter-spacing: -0.01em;
  }
  .hero-lead {
    font-size: 0.94rem;
    line-height: 1.65;
    margin-bottom: 24px;
    padding: 0 4px;
  }
  .hero-cta-group {
    flex-direction: column;
    width: 100%;
    gap: 12px;
    margin-bottom: 36px;
  }
  .hero-cta-group .btn {
    width: 100%;
    padding: 14px 20px;
    font-size: 0.9rem;
  }
  .hero-cta-group .btn-phone {
    display: none; /* Replaced by sticky bottom bar */
  }

  /* Mobile Concierge Quick Card */
  .concierge-card {
    padding: 18px 16px;
    border-radius: var(--radius-md);
    margin-bottom: 32px;
  }
  .concierge-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .concierge-col {
    gap: 5px;
  }
  .concierge-title {
    font-size: 0.72rem;
    letter-spacing: 1px;
  }
  .concierge-input-control {
    height: 46px;
    font-size: 0.9rem;
    padding: 0 14px;
  }
  .concierge-action-btn {
    grid-column: span 1;
    width: 100%;
    height: 48px;
    font-size: 0.92rem;
  }

  /* Hero Stats Ribbon */
  .hero-prestige-ribbon {
    grid-template-columns: 1fr 1fr;
    gap: 16px 10px;
    padding-top: 20px;
  }
  .prestige-number {
    font-size: 1.65rem;
  }
  .prestige-label {
    font-size: 0.72rem;
    letter-spacing: 0.6px;
  }

  /* About Estate Section */
  .about-hero-image-wrap img {
    height: 250px;
  }
  .about-floating-card {
    padding: 16px 18px;
    margin: -24px auto 0;
    width: 92%;
    box-shadow: 0 14px 38px rgba(0, 0, 0, 0.45);
  }
  .about-floating-card .rating {
    font-size: 1.8rem;
  }
  .about-floating-card .heading {
    font-size: 0.92rem;
  }
  .about-text-column .lead-text {
    font-size: 1.22rem;
    line-height: 1.5;
    margin-bottom: 16px;
  }
  .amenity-pillars-grid {
    grid-template-columns: 1fr;
    gap: 12px;
    margin: 22px 0 28px;
  }
  .pillar-item {
    font-size: 0.9rem;
  }

  /* Venues & Chalets Cards */
  .venues-card-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .venue-card-item {
    border-radius: var(--radius-md);
  }
  .venue-visual-frame {
    height: 220px;
  }
  .venue-body {
    padding: 20px 18px;
  }
  .venue-title {
    font-size: 1.35rem;
    margin-bottom: 8px;
  }
  .venue-narrative {
    font-size: 0.88rem;
    line-height: 1.6;
    margin-bottom: 16px;
  }
  .venue-pills-wrap {
    gap: 6px;
    margin-bottom: 18px;
  }
  .venue-micro-tag {
    font-size: 0.72rem;
    padding: 4px 10px;
  }
  .venue-card-item .btn {
    width: 100%;
    padding: 12px 18px;
  }

  /* Photo Gallery: Smooth Swipeable Filter Pills & Compact 2-Col Grid */
  .gallery-tab-row {
    display: flex;
    overflow-x: auto;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 8px;
    padding: 4px 2px 14px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    margin-bottom: 24px;
  }
  .gallery-tab-row::-webkit-scrollbar {
    display: none;
  }
  .gallery-filter-tab {
    flex-shrink: 0;
    padding: 8px 16px;
    font-size: 0.8rem;
    white-space: nowrap;
  }
  .gallery-masonry-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .gallery-box-item {
    height: 195px;
    border-radius: var(--radius-md);
    overflow: hidden;
  }
  .gallery-hover-overlay {
    opacity: 1;
    background: linear-gradient(0deg, rgba(3, 12, 8, 0.92) 0%, rgba(3, 12, 8, 0.35) 55%, transparent 100%);
    padding: 12px 10px;
    justify-content: flex-end;
  }
  .gallery-item-title {
    font-size: 0.88rem;
    margin-bottom: 3px;
    line-height: 1.25;
    font-weight: 700;
  }
  .gallery-action-tag {
    font-size: 0.68rem;
    letter-spacing: 0.5px;
    color: var(--gold-light);
  }

  /* Photo Lightbox Modal Mobile Usability */
  .estate-lightbox-modal {
    padding: 14px;
    background: rgba(0, 0, 0, 0.96);
    backdrop-filter: blur(10px);
  }
  .lightbox-frame {
    width: 100%;
    max-width: 96vw;
    max-height: 90vh;
    padding-top: 48px;
    position: relative;
  }
  .lightbox-photo-target {
    max-height: 62vh;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    border-radius: var(--radius-sm);
  }
  .lightbox-dismiss {
    position: absolute;
    top: 0;
    right: 0;
    width: 42px;
    height: 42px;
    background: rgba(11, 34, 25, 0.95);
    border: 1.5px solid var(--gold-metallic);
    color: #ffffff;
    font-size: 1.4rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    z-index: 2600;
  }
  .lightbox-desc-text {
    font-size: 0.92rem;
    line-height: 1.45;
    margin-top: 10px;
    padding: 0 6px;
  }

  /* Google Verified Banner */
  .google-verified-banner {
    flex-direction: column;
    text-align: center;
    padding: 20px 16px;
    gap: 14px;
    margin-top: 28px;
  }
  .google-verified-banner .btn {
    width: 100%;
  }

  /* Guest Reviews */
  .reviews-grid-row {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .review-card {
    padding: 22px 18px;
    border-radius: var(--radius-sm);
  }
  .review-quote-p {
    font-size: 0.95rem;
    line-height: 1.65;
  }

  /* Google Maps & Location Section */
  .maps-preview-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .maps-guidance-card .section-title {
    font-size: 1.85rem;
  }
  .official-address-card {
    padding: 18px 16px;
  }
  .address-item-row {
    gap: 12px;
    margin-bottom: 14px;
  }
  .address-content-wrap strong {
    font-size: 0.94rem;
  }
  .address-content-wrap p {
    font-size: 0.86rem;
  }
  .travel-matrix {
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
  }
  .travel-node {
    padding: 9px 4px;
  }
  .travel-node .duration {
    font-size: 1rem;
  }
  .travel-node .route {
    font-size: 0.65rem;
  }
  .live-map-window {
    height: 270px;
    border-radius: var(--radius-md);
  }
  .map-badge-tag {
    bottom: 10px;
    left: 10px;
    padding: 6px 12px;
    font-size: 0.72rem;
  }
  .maps-guidance-card .btn {
    width: 100%;
  }

  /* FAQ Accordion */
  .faq-toggle-header {
    padding: 18px 18px;
    font-size: 1.05rem;
    gap: 12px;
  }
  .faq-body-drawer {
    padding: 0 18px;
    font-size: 0.88rem;
    line-height: 1.65;
  }
  .faq-panel-item.active .faq-body-drawer {
    padding-bottom: 20px;
  }

  /* Footer */
  .grand-footer {
    padding: 46px 0 24px;
  }
  .footer-columns-wrap {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-bottom: 32px;
  }
  .footer-bottom-line {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
  .footer-contact-block .btn {
    width: 100%;
  }

  /* Fixed Sticky Mobile Action Bar (Call + WhatsApp + GPS Directions) */
  body {
    padding-bottom: 78px; /* Clearance for sticky bar */
  }
  .fixed-mobile-bar {
    display: flex;
    align-items: center;
    padding: 9px 10px calc(9px + env(safe-area-inset-bottom, 0px));
    gap: 8px;
    background: rgba(3, 12, 8, 0.98);
    border-top: 1.5px solid var(--gold-metallic);
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.7);
    z-index: 1200;
  }
  .fixed-mobile-bar .btn-phone {
    background: rgba(11, 34, 25, 0.95);
    border: 1px solid var(--gold-border);
    color: #ffffff;
  }
  .mobile-action-chip {
    flex: 1;
    padding: 11px 6px;
    font-size: 0.78rem;
    font-weight: 700;
    gap: 6px;
    min-height: 42px;
    border-radius: var(--radius-full);
    white-space: nowrap;
    text-align: center;
    justify-content: center;
  }
  .mobile-action-chip svg {
    width: 15px;
    height: 15px;
  }
}

@media (max-width: 480px) {
  /* Targeted small smartphone screen polish */
  .gallery-masonry-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .gallery-box-item {
    height: 220px;
    border-radius: var(--radius-md);
  }
  .hero-experience {
    padding: 42px 0 38px;
  }
  .hero-headline {
    font-size: 1.85rem;
    line-height: 1.22;
  }
  .hero-prestige-ribbon {
    grid-template-columns: 1fr 1fr;
    gap: 12px 8px;
  }
  .travel-matrix {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .travel-node {
    padding: 12px;
  }
  .mobile-action-chip {
    font-size: 0.74rem;
    padding: 10px 4px;
    gap: 4px;
  }
}

@media (max-width: 380px) {
  /* Micro-optimizations for compact screens (iPhone SE, smaller devices) */
  .brand-identity .logo-main {
    font-size: 1.05rem;
    letter-spacing: 1px;
  }
  .hero-headline {
    font-size: 1.65rem;
  }
  .hero-trust-badge {
    flex-direction: column;
    gap: 4px;
    text-align: center;
  }
  .gallery-box-item {
    height: 200px;
  }
}
