/* ==========================================================================
   SKY BLUE CALICUT - ARCHITECTURAL RESORT DESIGN SYSTEM
   Featuring Seamless Centered Pill Capsule Morph & 92px Prominent Emblem
   Palette: Ebony Onyx (#0E0806), Warm Travertine (#F7F4EF), Champagne Gold (#C89D66)
   ========================================================================== */

:root {
  /* Architectural Stone & Wood Palette */
  --bg-ebony: #0e0806;
  --bg-charcoal: #180f0a;
  --bg-sandstone: #f7f4ef;
  --bg-stone: #efeae1;
  --bg-surface: #ffffff;

  --accent-gold: #c89d66;
  --accent-bright: #e6c594;
  --accent-muted: rgba(200, 157, 102, 0.22);
  --accent-deep: #966e3b;

  --text-heading: #140b07;
  --text-body: #473932;
  --text-muted: #78675f;
  --text-light: #f5f0eb;

  --border-hairline: rgba(200, 157, 102, 0.25);
  --border-light: #e6dfd5;

  /* Shadows & Transitions */
  --shadow-sm: 0 4px 16px rgba(14, 8, 6, 0.04);
  --shadow-md: 0 12px 36px rgba(14, 8, 6, 0.08);
  --shadow-lg: 0 24px 60px rgba(14, 8, 6, 0.12);
  --shadow-glow: 0 0 40px rgba(200, 157, 102, 0.35);

  --radius-sm: 4px;
  --radius-md: 12px;
  --radius-lg: 20px;
  --radius-full: 9999px;

  --transition-fast: 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  --transition-normal: 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

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

html {
  font-size: 17px;
}

body {
  font-family: 'Montserrat', sans-serif;
  background-color: var(--bg-sandstone);
  color: var(--text-body);
  line-height: 1.85;
  font-weight: 400;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

/* Custom Luxury Scrollbar */
::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: var(--bg-sandstone); }
::-webkit-scrollbar-thumb {
  background: var(--bg-charcoal);
  border-radius: var(--radius-full);
}

/* Editorial Typography */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display', serif;
  color: var(--text-heading);
  font-weight: 600;
  line-height: 1.15;
}

.label-text {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.italic-accent {
  font-family: 'Playfair Display', serif;
  font-weight: 500;
  color: inherit;
}

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

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

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

.container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 2rem;
}

/* Section Common Styles */
section {
  padding: 4.5rem 0;
  position: relative;
}

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

.section-subtitle {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  color: var(--accent-gold);
  font-weight: 600;
  font-size: 0.78rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  padding: 0.4rem 1.2rem;
  border-radius: var(--radius-full);
  margin-bottom: 1.2rem;
  border: 1px solid var(--border-hairline);
  background: rgba(200, 157, 102, 0.06);
}

.section-title {
  font-size: 3.5rem;
  color: var(--text-heading);
  margin-bottom: 1.2rem;
  letter-spacing: -0.5px;
}

.section-desc {
  color: var(--text-muted);
  font-size: 1.15rem;
  font-weight: 300;
}

.divider {
  width: 60px;
  height: 2px;
  background: var(--accent-gold);
  margin: 1.5rem auto 0 auto;
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  padding: 0.95rem 2.2rem;
  border-radius: var(--radius-full);
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 0.85rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all var(--transition-fast);
  border: 1px solid transparent;
  outline: none;
}

.btn-primary {
  background: var(--bg-charcoal);
  color: #ffffff;
  border-color: var(--border-hairline);
  box-shadow: var(--shadow-sm);
}

.btn-primary:hover {
  background: var(--bg-ebony);
  border-color: var(--accent-gold);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}

.btn-accent {
  background: linear-gradient(135deg, var(--accent-gold), var(--accent-deep));
  color: #ffffff;
  box-shadow: var(--shadow-sm);
}

.btn-accent:hover {
  background: linear-gradient(135deg, var(--accent-bright), var(--accent-gold));
  transform: translateY(-2px);
  box-shadow: var(--shadow-glow);
}

.btn-outline-light {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.3);
  color: #ffffff;
}

.btn-outline-light:hover {
  background: #ffffff;
  color: var(--bg-ebony);
  transform: translateY(-2px);
}

/* ==========================================================================
   LUXURY PRELOADER (WARM BROWN / GOLD)
   ========================================================================== */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #4A2E20; /* Deep warm brown */
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.8s ease-in-out, visibility 0.8s ease-in-out;
}

.preloader.fade-out {
  opacity: 0;
  visibility: hidden;
}

.preloader-content {
  text-align: center;
  color: #E5B493;
  max-width: 500px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.preloader-logo-wrap {
  margin-bottom: -2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.preloader-logo {
  width: 550px;
  max-width: 90vw;
  height: auto;
  object-fit: contain;
  /* Apply a sepia/gold tint filter if the image isn't already colored */
  filter: sepia(1) hue-rotate(345deg) saturate(1.8) brightness(1.2) drop-shadow(0 4px 20px rgba(229, 180, 147, 0.15));
}



.preloader-progress-track {
  width: 240px;
  height: 4px;
  background: rgba(229, 180, 147, 0.15);
  overflow: hidden;
  margin-bottom: 1.5rem;
  border-radius: var(--radius-full);
}

.preloader-progress-bar {
  height: 100%;
  width: 0%;
  background: #E5B493;
  box-shadow: 0 0 12px rgba(229, 180, 147, 0.6);
  transition: width 0.3s ease;
  border-radius: var(--radius-full);
}



/* ==========================================================================
   PAGE TRANSITION OVERLAY
   ========================================================================== */
.page-transition {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #4A2E20; /* Matches main preloader deep warm brown */
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  transform: translateY(100%);
  border-top: 2px solid var(--accent-gold);
}

.page-transition-logo {
  width: 550px;
  max-width: 90vw;
  height: auto;
  opacity: 0;
  filter: sepia(1) hue-rotate(345deg) saturate(1.8) brightness(1.2) drop-shadow(0 4px 20px rgba(229, 180, 147, 0.15));
}

/* ==========================================================================
   HEADER NAVBAR & SEAMLESS CENTERED PILL CAPSULE MORPH ANIMATION
   ========================================================================== */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding: 0.6rem 0;
  background: linear-gradient(180deg, rgba(14, 8, 6, 0.94) 0%, rgba(14, 8, 6, 0) 100%);
  border-bottom: 1px solid rgba(200, 157, 102, 0.15);
  transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  pointer-events: auto;
}

.header.scrolled {
  padding: 6px 0;
  background: transparent;
  backdrop-filter: none;
  border-bottom: none;
  pointer-events: none;
}

/* The wrapper handles the smooth centered contraction into a capsule pill */
.nav-wrapper {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0px;
  background: transparent;
  border: 1px solid transparent;
  transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  pointer-events: auto;
}

.header.scrolled .nav-wrapper {
  max-width: 1200px;
  width: calc(100% - 3rem);
  padding: 0.35rem 2rem;
  background: rgba(114, 66, 43, 0.95); /* Rustic Brown shade, slightly higher opacity to compensate for lack of blur */
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.1), 0 16px 40px rgba(0, 0, 0, 0.5);
}

.logo-container {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  transition: all var(--transition-normal);
}

/* PROMINENT EMBLEM LOGO */
.logo-img {
  height: 75px;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 4px 16px rgba(200, 157, 102, 0.55));
  transition: all var(--transition-normal);
  transform: scale(2.0);
}

.header.scrolled .logo-img {
  height: 58px;
  transform: scale(1.5);
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  list-style: none;
}

.nav-link {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
  transition: color var(--transition-fast);
  position: relative;
  padding: 0.4rem 0;
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: var(--accent-gold);
  transition: width var(--transition-fast);
}

.nav-link:hover, .nav-link.active {
  color: var(--accent-bright);
}

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

.header-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.header.scrolled .btn-accent {
  padding: 0.75rem 1.6rem;
  font-size: 0.78rem;
}

.mobile-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 1.4rem;
  color: #ffffff;
  cursor: pointer;
  padding: 0.5rem;
}

/* ==========================================================================
   PAGE BANNER FOR MULTI-PAGE SUBPAGES
   ========================================================================== */
.page-banner {
  position: relative;
  padding: 8.5rem 0 3.5rem 0;
  background: linear-gradient(180deg, var(--bg-ebony) 0%, var(--bg-charcoal) 100%);
  color: #ffffff;
  text-align: center;
  border-bottom: 1px solid var(--border-hairline);
  overflow: hidden;
}

.page-banner-title {
  font-size: 4rem;
  color: #ffffff;
  margin-bottom: 1rem;
}

.breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.8rem;
  letter-spacing: 0.15em;
  color: var(--accent-gold);
  text-transform: uppercase;
}

.breadcrumb a {
  color: rgba(255, 255, 255, 0.7);
}

.breadcrumb a:hover {
  color: #ffffff;
}

/* ==========================================================================
   EDITORIAL HERO SECTION
   ========================================================================== */
.hero {
  position: relative;
  min-height: 85vh;
  padding-top: 10.5rem;
  display: flex;
  align-items: center;
  background: var(--bg-ebony);
  color: #ffffff;
}

.hero-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}

.hero-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1.6s ease-in-out, transform 10s ease-out;
  background-size: cover;
  background-position: center;
  transform: scale(1.08);
}

.hero-slide.active {
  opacity: 1;
  transform: scale(1);
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: linear-gradient(to right, rgba(14, 8, 6, 0.9) 0%, rgba(14, 8, 6, 0.3) 50%, rgba(14, 8, 6, 0) 100%);
}

.hero-content {
  position: relative;
  z-index: 3;
  max-width: 900px;
  padding: 2vh 0 8rem 0;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  background: rgba(200, 157, 102, 0.12);
  border: 1px solid var(--border-hairline);
  color: var(--accent-bright);
  padding: 0.45rem 1.4rem;
  border-radius: var(--radius-full);
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 1.8rem;
}

.gold-stars { color: var(--accent-gold); letter-spacing: 2px; }

.hero-title {
  font-size: 5rem;
  line-height: 1.08;
  color: #ffffff;
  margin-bottom: 1.5rem;
}

.hero-subtitle {
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 2.5rem;
  max-width: 720px;
  font-weight: 300;
}

.hero-buttons {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  flex-wrap: wrap;
}

/* Quick Reservation Bar (Floating Overlap) */
.quick-res-wrapper {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 100%;
  max-width: 1100px;
  padding: 0 2rem;
  z-index: 10;
}

.quick-res-bar {
  background: rgba(245, 240, 235, 0.98);
  padding: 1.5rem 2.5rem;
  border-radius: var(--radius-lg);
  box-shadow: 0 16px 40px rgba(14, 8, 6, 0.12), inset 0 1px 1px rgba(255, 255, 255, 0.6);
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 1.5rem;
  border: 2px solid rgba(114, 66, 43, 0.6); /* Thicker caramel brown outline */
}

.quick-res-group {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  flex: 1;
  min-width: 180px;
}

.quick-res-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--text-muted);
  letter-spacing: 0.15em;
}

.quick-res-input {
  border: none;
  border-bottom: 1px solid var(--border-light);
  padding: 0.5rem 0;
  border-radius: 0;
  font-size: 0.95rem;
  color: var(--text-heading);
  background: transparent;
  outline: none;
  transition: border-color var(--transition-fast);
}

.quick-res-input:focus {
  border-color: var(--text-heading);
}

/* Scroll Discover Indicator */
.scroll-discover {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 5rem;
  opacity: 0.7;
}

.scroll-discover .line {
  width: 40px;
  height: 1px;
  background: rgba(255,255,255,0.4);
}

.scroll-discover .text {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.25em;
  color: #ffffff;
}

/* ==========================================================================
   INTERACTIVE RESIDENCE HIGHLIGHTS SHOWCASE
   ========================================================================== */
.why-choose {
  background: var(--bg-stone);
  position: relative;
  overflow: hidden;
}

/* Editorial Amenities Grid Split Layout */
.amenities-split-layout {
  display: block; /* Removed grid split since feature image is removed */
  margin-top: 1.5rem;
}

.amenities-grid-content {
  display: flex;
  flex-direction: column;
}

.amenities-feature-image {
  width: 100%;
  height: 100%;
  min-height: 500px;
  border-radius: var(--radius-md);
  overflow: hidden;
}

.amenities-feature-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

.editorial-card {
  display: flex;
  flex-direction: column;
}

.card-number {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--text-heading);
  margin-bottom: 0.8rem;
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.divider-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--accent-gold);
}

.card-number svg {
  color: var(--accent-gold);
}

.card-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--text-heading);
  margin-bottom: 0.4rem;
}

.card-desc {
  font-size: 1.05rem;
  color: var(--text-body);
  line-height: 1.6;
}

@media (max-width: 900px) {
  .amenities-split-layout {
    display: block;
  }
  
  .amenities-feature-image {
    min-height: 350px;
  }
  
  .editorial-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

/* ==========================================================================
   EDITORIAL ABOUT SECTION
   ========================================================================== */
.about { background: var(--bg-sandstone); }

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 5rem;
  align-items: center;
}

.about-image-wrapper { position: relative; }

.about-img-main {
  width: 100%;
  height: 520px;
  object-fit: cover;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--border-hairline);
}

.about-badge-card {
  position: absolute;
  bottom: -25px;
  right: -25px;
  background: var(--bg-charcoal);
  color: #ffffff;
  padding: 2.2rem;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--accent-gold);
  max-width: 260px;
}

.about-badge-card .num {
  font-size: 3.2rem;
  font-weight: 700;
  color: var(--accent-bright);
  line-height: 1;
  font-family: 'Playfair Display', serif;
}

.about-badge-card .label {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.15em;
  margin-top: 0.4rem;
}

.about-title {
  font-size: 3.6rem;
  margin-bottom: 1.5rem;
}

.lead-text {
  font-size: 1.18rem;
  color: var(--text-body);
  margin-bottom: 2rem;
  font-weight: 300;
}

/* Contrast override for dark background sections */
.bg-charcoal, .bg-ebony {
  color: #f5f0eb;
}

.bg-charcoal .about-title,
.bg-ebony .about-title,
.bg-charcoal .section-title,
.bg-ebony .section-title,
.bg-charcoal h2,
.bg-ebony h2,
.bg-charcoal h3,
.bg-ebony h3 {
  color: #ffffff !important;
}

.bg-charcoal .lead-text,
.bg-ebony .lead-text,
.bg-charcoal p,
.bg-ebony p {
  color: rgba(245, 240, 235, 0.88) !important;
}

.about-subblock {
  margin-bottom: 1.5rem;
  padding-left: 1.2rem;
  border-left: 2px solid var(--accent-gold);
}

.about-subblock h4 {
  font-size: 0.9rem;
  color: var(--accent-gold);
  margin-bottom: 0.3rem;
}

.commitment-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 1.6rem;
}

.commitment-card {
  background: var(--bg-surface);
  padding: 2.4rem 1.6rem;
  border-radius: var(--radius-md);
  text-align: center;
  border: 1px solid var(--border-hairline);
  box-shadow: var(--shadow-sm);
  transition: all var(--transition-normal);
}

.commitment-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-md);
  border-color: var(--accent-gold);
}

.commitment-card i {
  font-size: 2.2rem;
  color: var(--accent-gold);
  margin-bottom: 1.2rem;
}

.commitment-card h5 {
  font-size: 0.95rem;
  color: var(--text-heading);
  margin-bottom: 0.6rem;
}

.commitment-card p {
  font-size: 0.9rem;
  color: var(--text-muted);
  font-weight: 300;
}

/* ==========================================================================
   FACILITIES SECTION
   ========================================================================== */
.facilities { background: var(--bg-stone); }

.facilities-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
}

.facility-card {
  background: var(--bg-surface);
  padding: 2.5rem;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--border-hairline);
  transition: all var(--transition-normal);
}

.facility-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
  border-color: var(--accent-gold);
}

.facility-icon-wrap {
  width: 60px;
  height: 60px;
  border-radius: var(--radius-sm);
  background: rgba(200, 157, 102, 0.08);
  color: var(--accent-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  margin-bottom: 1.4rem;
  border: 1px solid var(--border-hairline);
}

.facility-card h4 {
  font-size: 1rem;
  color: var(--text-heading);
  margin-bottom: 0.6rem;
}

.comfortable-living-bar {
  margin-top: 4rem;
  background: var(--bg-charcoal);
  color: #ffffff;
  padding: 1.8rem 2.5rem;
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 1.5rem;
  border: 1px solid var(--border-hairline);
}

.cl-item {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.85rem;
  letter-spacing: 0.12em;
  color: var(--accent-bright);
}

/* ==========================================================================
   SUITES SECTION
   ========================================================================== */
.rooms { background: var(--bg-sandstone); }

.rooms-wrapper-grid {
  display: grid;
  grid-template-columns: 1.8fr 1fr;
  gap: 2.5rem;
  align-items: start;
}

.room-main-card {
  background: var(--bg-surface);
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  border: 1px solid var(--border-hairline);
}

.room-img-container {
  position: relative;
  height: 380px;
}

.room-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.room-tag {
  position: absolute;
  top: 1.4rem;
  left: 1.4rem;
  background: var(--bg-charcoal);
  color: var(--accent-bright);
  padding: 0.45rem 1.3rem;
  border-radius: var(--radius-full);
  font-family: 'Montserrat', sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  border: 1px solid var(--border-hairline);
}

.room-content { padding: 2.8rem; }

.room-title {
  font-size: 2.8rem;
  color: var(--text-heading);
  margin-bottom: 1rem;
}

.suite-specs-bar {
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
  margin-bottom: 1.8rem;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid var(--border-light);
  font-family: 'Montserrat', sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.05em;
}

.suite-specs-bar span {
  background: var(--bg-charcoal);
  color: var(--accent-gold);
  border: 1px solid rgba(200, 157, 102, 0.3);
  padding: 0.35rem 0.85rem;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-weight: 500;
}

.room-features-list {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.8rem;
  margin-bottom: 2rem;
}

.room-features-list li {
  font-size: 0.95rem;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-weight: 300;
}

.room-features-list li i { color: var(--accent-gold); }

.tariff-box {
  background: var(--bg-stone);
  padding: 1.8rem;
  border-radius: var(--radius-md);
  border: 1px solid var(--border-hairline);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.suitable-for-card {
  background: var(--bg-charcoal);
  color: #ffffff;
  padding: 2.8rem;
  border-radius: var(--radius-md);
  border: 1px solid var(--accent-gold);
  box-shadow: var(--shadow-lg);
}

.suitable-for-card h4 {
  color: var(--accent-bright);
  font-size: 1.1rem;
  margin-bottom: 1.5rem;
}

.suitable-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.suitable-list li {
  font-size: 0.92rem;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.suitable-list li i {
  color: var(--accent-gold);
  margin-top: 0.2rem;
  font-size: 1.2rem;
}

/* ==========================================================================
   LOCATION SECTION
   ========================================================================== */
.location { background: var(--bg-stone); }

.location-wrapper {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 3.5rem;
}

.location-info {
  background: var(--bg-surface);
  padding: 3rem;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--border-hairline);
}

.location-info h3 {
  font-size: 2.6rem;
  margin-bottom: 1.2rem;
}

.address-box {
  display: flex;
  align-items: flex-start;
  gap: 1.2rem;
  margin-bottom: 2rem;
  background: var(--bg-sandstone);
  padding: 1.5rem;
  border-radius: var(--radius-md);
  border-left: 3px solid var(--accent-gold);
}

.address-box i {
  font-size: 1.6rem;
  color: var(--accent-gold);
}

.proximity-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1rem;
}

.proximity-card {
  position: relative;
  background: rgba(200, 157, 102, 0.08);
  padding: 1.2rem;
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  gap: 1rem;
  border: 1px solid var(--border-hairline);
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  cursor: pointer;
  z-index: 1;
}

/* Border Tracing / Line Drawing Effect on Hover */
.proximity-card::before {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border-radius: var(--radius-md);
  border: 2px solid var(--accent-gold);
  clip-path: inset(0 100% 100% 0);
  transition: clip-path 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  pointer-events: none;
}

.proximity-card:hover::before {
  clip-path: inset(0 0 0 0);
}

.proximity-card:hover {
  transform: translateY(-5px);
  background: rgba(200, 157, 102, 0.16);
  box-shadow: 0 14px 32px rgba(114, 66, 43, 0.15);
}

.proximity-card i {
  font-size: 1.4rem;
  color: var(--accent-gold);
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), color 0.3s ease;
}

.proximity-card:hover i {
  transform: scale(1.25) rotate(-8deg);
  color: #72422B;
}

.proximity-card .title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 0.88rem;
  color: var(--text-heading);
}

.proximity-card .sub {
  font-size: 0.8rem;
  color: var(--text-muted);
}

.map-card {
  height: 580px;
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--border-hairline);
}

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

/* Attractions */
.attractions { background: var(--bg-sandstone); }

.attractions-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.8rem;
}

.attraction-card {
  background: var(--bg-surface);
  padding: 2.2rem;
  border-radius: var(--radius-md);
  border: 1px solid var(--border-hairline);
  box-shadow: var(--shadow-sm);
  transition: all var(--transition-fast);
}

.attraction-card:hover {
  transform: translateY(-4px);
  border-color: var(--accent-gold);
  box-shadow: var(--shadow-md);
}

.attraction-card i {
  font-size: 2.2rem;
  color: var(--accent-gold);
  margin-bottom: 1.2rem;
}

.attraction-card h5 {
  font-size: 0.95rem;
  color: var(--text-heading);
  margin-bottom: 0.6rem;
}

/* Gallery Section */
.gallery { background: var(--bg-sandstone); }

.gallery-filters {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  flex-wrap: wrap;
  margin-bottom: 2rem;
  margin-top: 1rem;
}

.filter-btn {
  background: var(--bg-surface);
  border: 1px solid var(--border-hairline);
  color: var(--text-heading);
  padding: 0.6rem 1.6rem;
  border-radius: var(--radius-full);
  font-family: 'Montserrat', sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all var(--transition-fast);
}

.filter-btn:hover, .filter-btn.active {
  background: var(--bg-charcoal);
  color: var(--accent-bright);
  border-color: var(--bg-charcoal);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
  gap: 1.6rem;
}

.gallery-item {
  position: relative;
  border-radius: var(--radius-md);
  overflow: hidden;
  height: 260px;
  cursor: pointer;
  border: 1px solid var(--border-hairline);
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.gallery-item-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, transparent 40%, rgba(14, 8, 6, 0.92) 100%);
  opacity: 0;
  transition: opacity var(--transition-fast);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.5rem;
  color: #ffffff;
}

.gallery-item:hover img { transform: scale(1.08); }
.gallery-item:hover .gallery-item-overlay { opacity: 1; }

.gallery-item-overlay h5 {
  color: var(--accent-bright);
  font-size: 0.9rem;
}

/* Lightbox Modal */
.lightbox-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(8, 4, 2, 0.96);
  z-index: 2000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}

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

.lightbox-content {
  position: relative;
  max-width: 1050px;
  max-height: 85vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.lightbox-img {
  max-width: 100%;
  max-height: 75vh;
  object-fit: contain;
  border-radius: var(--radius-sm);
}

.lightbox-caption {
  color: #ffffff;
  margin-top: 1rem;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9rem;
  letter-spacing: 0.1em;
}

.lightbox-close {
  position: absolute;
  top: 1.5rem;
  right: 2rem;
  background: rgba(255, 255, 255, 0.15);
  border: none;
  color: #ffffff;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  font-size: 1.5rem;
  cursor: pointer;
}

.lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.15);
  border: none;
  color: #ffffff;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  font-size: 1.4rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lightbox-nav.prev { left: 2rem; }
.lightbox-nav.next { right: 2rem; }

/* Contact Section */
.contact { background: var(--bg-stone); }

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 4.5rem;
}

.contact-card-info {
  background: var(--bg-charcoal);
  color: #ffffff;
  padding: 3.5rem;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--accent-gold);
}

.contact-card-info h3 {
  color: #ffffff;
  font-size: 3rem;
  margin-bottom: 1rem;
}

.contact-list {
  list-style: none;
  margin: 2.5rem 0;
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 1.2rem;
}

.contact-item-icon {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(200, 157, 102, 0.15);
  color: var(--accent-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  flex-shrink: 0;
  border: 1px solid var(--border-hairline);
}

.contact-form-card {
  background: var(--bg-surface);
  padding: 3.5rem;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-md);
  border: 1px solid var(--border-hairline);
}

.form-group { margin-bottom: 1.5rem; }

.form-label {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  color: var(--text-heading);
  margin-bottom: 0.4rem;
}

.form-control {
  width: 100%;
  padding: 0.95rem 1.2rem;
  border-radius: var(--radius-sm);
  border: 1px solid var(--border-light);
  background: var(--bg-sandstone);
  color: var(--text-heading);
  font-size: 0.98rem;
  outline: none;
}

.form-control:focus { border-color: var(--accent-gold); }

textarea.form-control {
  resize: vertical;
  min-height: 130px;
}

/* Modal Reservation Form */
.reservation-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(8, 4, 2, 0.85);
  z-index: 2000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
}

.reservation-modal.active { display: flex; }

.res-modal-box {
  background: var(--bg-surface);
  width: 100%;
  max-width: 500px;
  max-height: 90vh;
  overflow-y: auto;
  border-radius: var(--radius-md);
  padding: 2rem;
  box-shadow: var(--shadow-lg);
  position: relative;
  border: 1px solid var(--accent-gold);
}

.res-modal-close {
  position: absolute;
  top: 1.4rem;
  right: 1.6rem;
  background: none;
  border: none;
  font-size: 1.5rem;
  color: var(--text-muted);
  cursor: pointer;
}

/* Floating WhatsApp Button */
.floating-whatsapp {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 60px;
  height: 60px;
  background: #25d366;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.2rem;
  box-shadow: var(--shadow-lg);
  z-index: 999;
  transition: transform var(--transition-fast);
}

.floating-whatsapp:hover {
  transform: scale(1.1);
  color: #ffffff;
}

/* Back to Top Button */
.back-to-top {
  position: fixed;
  bottom: 2rem;
  right: 6.6rem;
  width: 48px;
  height: 48px;
  background: var(--bg-charcoal);
  color: var(--accent-gold);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  box-shadow: var(--shadow-md);
  z-index: 999;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all var(--transition-fast);
  border: 1px solid var(--accent-gold);
}

.back-to-top.show {
  opacity: 1;
  visibility: visible;
}

.back-to-top:hover {
  background: var(--accent-gold);
  color: var(--bg-charcoal);
  transform: translateY(-3px);
  box-shadow: var(--shadow-glow);
}

/* ==========================================================================
   PREMIUM COMPACT EDITORIAL FOOTER
   ========================================================================== */
.footer {
  position: relative;
  background: #110b08; /* Luxury deep ebony */
  color: rgba(255, 255, 255, 0.85);
  padding: 2.8rem 0 1.2rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(200, 157, 102, 0.2);
}

.footer-bg-ribbon {
  position: absolute;
  top: 0;
  right: 0;
  width: 600px;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  opacity: 0.6;
}

.footer-bg-ribbon svg {
  width: 100%;
  height: 100%;
}

.relative-z {
  position: relative;
  z-index: 2;
}

/* Top Typography Section */
.footer-top-header {
  margin-bottom: 0.5rem;
}

.footer-top-subtitle {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  color: var(--accent-gold);
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  display: block;
}

.footer-top-title {
  font-family: 'Playfair Display', serif;
  font-size: 2.6rem;
  line-height: 1.1;
  color: #FFFFFF;
  font-weight: 500;
  letter-spacing: -0.3px;
}

.italic-accent-gold {
  font-style: italic;
  color: var(--accent-gold);
  font-weight: 400;
}

.footer-top-tagline {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 0.8rem;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: rgba(200, 157, 102, 0.75);
  text-transform: uppercase;
}

.footer-line {
  width: 28px;
  height: 1px;
  background: rgba(200, 157, 102, 0.5);
}

/* Main Grid */
.footer-main-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr 1fr auto 1.8fr;
  gap: 2rem;
  align-items: start;
  margin-top: 2.2rem;
  padding-bottom: 1.2rem;
  margin-bottom: 0.5rem;
}

.footer-section-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: var(--accent-gold);
  text-transform: uppercase;
  margin-bottom: 1rem;
}

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

.footer-menu-links li {
  position: relative;
  display: flex;
  align-items: center;
}



.footer-menu-links a {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.72);
  transition: color 0.3s ease;
  display: inline-block;
}

.footer-menu-links a:hover {
  color: var(--accent-bright);
}

.footer-contact-details {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.88rem;
  line-height: 1.5;
}

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.footer-contact-item i {
  color: var(--accent-gold);
  font-size: 0.9rem;
  margin-top: 0.2rem;
  width: 14px;
  text-align: center;
}

.footer-contact-item a {
  color: rgba(255, 255, 255, 0.75);
  transition: color 0.3s ease;
}

.footer-contact-item a:hover {
  color: var(--accent-bright);
}

.footer-v-divider {
  width: 1px;
  height: 120px;
  background: rgba(255, 255, 255, 0.12);
}

.footer-col-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1rem;
  margin-top: -120px;
}

.footer-logo-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2rem;
}

.footer-logo-img {
  height: 230px;
  width: auto;
  object-fit: contain;
  filter: sepia(1) hue-rotate(345deg) saturate(1.8) brightness(1.2) drop-shadow(0 6px 20px rgba(200, 157, 102, 0.5));
  transition: transform 0.4s ease;
}

.footer-logo-img:hover {
  transform: scale(1.05);
}

.footer-logo-text {
  display: none; /* Removed redundant text per request */
}

.btn-footer-reserve {
  background: linear-gradient(135deg, #c89d66 0%, #966e3b 100%);
  color: #FFFFFF;
  padding: 0.95rem 2.8rem;
  border-radius: 9999px;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  border: none;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  box-shadow: 0 8px 25px rgba(150, 110, 59, 0.25);
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
}

.btn-footer-reserve:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(200, 157, 102, 0.4);
  background: linear-gradient(135deg, #e6c594 0%, #c89d66 100%);
  color: #110b08;
}

.footer-comfort-tag {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  color: rgba(200, 157, 102, 0.6);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  text-transform: uppercase;
}

.footer-mini-dot {
  width: 20px;
  height: 1px;
  background: rgba(200, 157, 102, 0.4);
}

/* Bottom Bar */
.footer-bottom-bar {
  padding-top: 1.2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.45);
  font-family: 'Montserrat', sans-serif;
}

.footer-back-to-top {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  color: rgba(200, 157, 102, 0.75);
  text-decoration: none;
  transition: color 0.3s ease, transform 0.3s ease;
  font-weight: 500;
  cursor: pointer;
}

.footer-back-to-top:hover {
  color: #E6C594;
  transform: translateY(-2px);
}

/* Responsive Media Queries */
@media (max-width: 992px) {
  .hero-title { font-size: 3.2rem; }
  .about-grid, .location-wrapper, .contact-grid, .rooms-wrapper-grid { grid-template-columns: 1fr; }
  .about-badge-card { right: 10px; bottom: -15px; }
  .footer-main-grid { grid-template-columns: 1fr 1fr; gap: 3rem; }
  .footer-v-divider { display: none; }
  
  /* Mobile Navigation Drawer Fix */
  .header.scrolled .nav-wrapper {
    width: calc(100% - 1.5rem);
    padding: 0.35rem 1.2rem;
    border-radius: 50px;
  }

  .nav-menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 82%;
    max-width: 320px;
    height: 100vh;
    background: #110b08;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 5rem 2.5rem 3rem 2.5rem;
    gap: 1.8rem;
    transition: left 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    box-shadow: 10px 0 30px rgba(0, 0, 0, 0.7);
    z-index: 1000;
  }
  
  .nav-menu.active { left: 0; }
  .nav-link { font-size: 1.05rem; }
  .mobile-toggle { display: block; z-index: 1001; }
}

@media (max-width: 768px) {
  .logo-img { height: 65px; transform: scale(1.6); }
  .header.scrolled .logo-img { height: 55px; transform: scale(1.4); }
  
  .hero { flex-direction: column; justify-content: center; }
  .hero-content { padding-top: 14vh; width: 100%; text-align: center; display: flex; flex-direction: column; align-items: center; }
  .hero-title { font-size: 2.2rem; text-align: center; margin-bottom: 0.8rem; }
  .hero-subtitle { font-size: 0.95rem; padding: 0 1rem; text-align: center; margin-left: auto; margin-right: auto; max-width: 95%; }
  .hero-buttons { flex-direction: column; width: 100%; align-items: center; }
  .hero-buttons .btn { width: 100%; max-width: 290px; text-align: center; justify-content: center; margin-bottom: 0.8rem; }
  
  .quick-res-wrapper {
    position: relative;
    left: 0;
    transform: none;
    width: 92%;
    max-width: 450px;
    margin: 1.5rem auto -2rem auto;
  }
  .quick-res-bar { flex-direction: column; align-items: stretch; padding: 1.2rem; gap: 0.8rem; }
  
  .section-title { font-size: 1.8rem; text-align: center; }
  .page-banner-title { font-size: 2rem; text-align: center; }
  
  .editorial-grid { grid-template-columns: 1fr !important; gap: 1.2rem !important; }
  .editorial-card { text-align: left; align-items: flex-start; padding: 1.8rem; }
  .editorial-card .card-number { justify-content: flex-start; width: auto; }
  .editorial-card .card-icon { margin-left: 0; margin-right: 0; }

  .footer-top-title { font-size: 2.2rem; text-align: center; }
  .footer-main-grid { grid-template-columns: 1fr; gap: 2rem; }
  .footer-col-brand { align-items: center; text-align: center; }
  .footer-comfort-tag { align-items: center; justify-content: center; }
  .footer-bottom-bar { flex-direction: column; gap: 0.8rem; text-align: center; }

  .whatsapp-float { bottom: 1.5rem; right: 1.5rem; width: 50px; height: 50px; font-size: 1.5rem; }
  .back-to-top { bottom: 1.5rem; right: 5rem; width: 44px; height: 44px; font-size: 1rem; }
}

@media (max-width: 480px) {
  .hero-title { font-size: 2.1rem; }
  .page-banner-title { font-size: 2rem; }
  .section-title { font-size: 1.8rem; }
}

/* ==========================================================================
   UTILITY CLASSES & NEW COMPONENTS
   ========================================================================== */
.page-banner-desc {
  color: rgba(255,255,255,0.8);
  max-width: 600px;
  margin: 0 auto;
  font-weight: 300;
}
.grid-2-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.w-full { width: 100%; }
.mt-3 { margin-top: 1rem; }
.mt-4 { margin-top: 2rem; }
.mb-4 { margin-bottom: 2rem; }
.modal-title { color: var(--text-heading); margin-bottom: 0.5rem; font-size: 2.2rem; }
.modal-desc { color: var(--text-muted); font-size: 0.95rem; margin-bottom: 1.5rem; }
.footer-text-small { font-size: 0.88rem; color: rgba(255,255,255,0.75); }
.text-white { color: #ffffff; }
.text-center { text-align: center; }
.pt-0 { padding-top: 0; }
.text-sm-muted { font-size: 0.95rem; color: var(--text-muted); }
.link-white { color: #ffffff; }
.link-accent { color: var(--accent-bright); }
.map-card-container { height: 480px; }
.flex-gap-1 { display: flex; gap: 1rem; }
.img-fluid-rounded { width: 100%; height: auto; border-radius: 4px; }
.mb-1 { margin-bottom: 0.8rem; }
.mb-2 { margin-bottom: 1rem; }
.icon-gold-mr { color: var(--accent-gold); margin-right: 10px; }
.icon-gold-mb { margin-bottom: 1.2rem; color: var(--accent-gold); }

/* SVG Hover Animations */
.editorial-card {
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.editorial-card:hover {
  transform: translateY(-6px);
}

.editorial-card:hover .card-icon svg {
  transform: scale(1.12);
  filter: drop-shadow(0 0 10px rgba(200, 157, 102, 0.6));
}

.editorial-card .card-icon svg {
  transition: transform 0.4s ease, filter 0.4s ease;
}
.bg-charcoal { background: var(--bg-charcoal); }
.bg-ebony { background: var(--bg-ebony); }
.flex-center-wrap { display: flex; gap: 1.5rem; justify-content: center; flex-wrap: wrap; }
.contact-section-bg { background: var(--bg-charcoal); padding: 5rem 0; border-top: 1px solid rgba(255,255,255,0.05); }

/* Floating WhatsApp Widget */
.whatsapp-float {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 58px;
  height: 58px;
  background-color: #25d366;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  box-shadow: 0 8px 25px rgba(37, 211, 102, 0.4);
  z-index: 999;
  transition: all 0.3s ease;
  text-decoration: none;
}

.whatsapp-float:hover {
  transform: scale(1.1) translateY(-3px);
  box-shadow: 0 12px 30px rgba(37, 211, 102, 0.6);
  color: #ffffff;
}

/* Floating Call Button (Left Side) */
.call-float {
  position: fixed;
  bottom: 2rem;
  left: 2rem;
  width: 58px;
  height: 58px;
  background: linear-gradient(135deg, var(--accent-gold) 0%, var(--accent-deep) 100%);
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  box-shadow: 0 8px 25px rgba(200, 157, 102, 0.45);
  z-index: 999;
  transition: all 0.3s ease;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.call-float:hover {
  transform: scale(1.1) translateY(-3px);
  box-shadow: 0 12px 30px rgba(200, 157, 102, 0.7);
  color: #ffffff;
}

@media (max-width: 768px) {
  .call-float {
    bottom: 1.5rem;
    left: 1.5rem;
    width: 50px;
    height: 50px;
    font-size: 1.4rem;
  }
}

/* Back to Top */
.back-to-top {
  position: fixed;
  bottom: 2rem;
  right: 6.5rem;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(200, 157, 102, 0.2);
  border: 1px solid rgba(200, 157, 102, 0.4);
  color: var(--accent-bright);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  cursor: pointer;
  z-index: 990;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.back-to-top.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.back-to-top:hover {
  background: var(--accent-gold);
  color: var(--bg-charcoal);
  transform: translateY(-5px);
}
