/* ===== EVOKES CARE - Premium Luxury Wellness CSS ===== */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&family=Montserrat:wght@300;400;500;600&display=swap');

/* ===== CSS VARIABLES ===== */
:root {
  --ivory: #F7F2EB;
  --warm-beige: #E7D8C9;
  --soft-taupe: #B8A89A;
  --champagne-gold: #CBA46B;
  --champagne-light: #E8D5B0;
  --muted-rose: #9B4B4B;
  --soft-brown: #5A4442;
  --charcoal: #2F2F2F;
  --white: #FFFFFF;
  --shadow-soft: 0 4px 24px rgba(90, 68, 66, 0.08);
  --shadow-card: 0 8px 40px rgba(90, 68, 66, 0.12);
  --border-gold: 1px solid rgba(203, 164, 107, 0.35);
  --border-beige: 1px solid rgba(184, 168, 154, 0.3);
  --radius-sm: 8px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --radius-xl: 32px;
}

/* ===== RESET & BASE ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

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

body {
  font-family: 'Montserrat', sans-serif;
  background-color: var(--ivory);
  color: var(--charcoal);
  line-height: 1.7;
  overflow-x: hidden;
}

img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }
ul { list-style: none; }

/* ===== TYPOGRAPHY ===== */
.playfair { font-family: 'Playfair Display', serif; }
h1, h2, h3 { font-family: 'Playfair Display', serif; line-height: 1.2; }

/* ===== SCROLLBAR ===== */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--ivory); }
::-webkit-scrollbar-thumb { background: var(--soft-taupe); border-radius: 3px; }

/* ===== NAVBAR ===== */
#navbar {
  position: fixed;
  top: 36px; left: 0; right: 0;
  z-index: 1000;
  padding: 0 48px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #F7F2EB;
  backdrop-filter: none;
  border-bottom: 1px solid rgba(203,164,107,0.22);
  transition: background 0.3s ease, box-shadow 0.3s ease;
}

#navbar.scrolled {
  background: rgba(247,242,235,0.97);
  box-shadow: 0 2px 20px rgba(42,31,21,0.08);
  border-bottom: 1px solid rgba(203,164,107,0.3);
}

.nav-logo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1px;
}

.nav-logo-text {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1;
}

.nav-logo-text span.evokes { color: var(--muted-rose); }
.nav-logo-text span.care { color: var(--soft-brown); letter-spacing: 0.18em; font-size: 11px; font-family: 'Montserrat', sans-serif; font-weight: 600; text-transform: uppercase; }

.nav-logo-sub {
  font-family: 'Montserrat', sans-serif;
  font-size: 8.5px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--soft-taupe);
  font-weight: 500;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 36px;
}

.nav-links a {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #5A4438;
  transition: color 0.25s;
}

.nav-links a:hover { color: #CBA46B; }

.nav-cta {
  background: var(--champagne-gold) !important;
  color: var(--white) !important;
  padding: 10px 24px;
  border-radius: 50px;
  font-size: 10px !important;
  letter-spacing: 0.2em !important;
  font-weight: 600 !important;
  transition: background 0.25s, transform 0.2s !important;
}

.nav-cta:hover { background: var(--soft-brown) !important; transform: translateY(-1px); }

.nav-hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 4px;
  cursor: pointer;
}

.nav-hamburger span {
  display: block;
  width: 24px;
  height: 1.5px;
  background: var(--soft-brown);
  transition: all 0.3s;
}

/* ===== MOBILE MENU ===== */
.mobile-menu {
  display: none;
  position: fixed;
  top: 72px; left: 0; right: 0;
  background: var(--ivory);
  border-bottom: var(--border-gold);
  padding: 24px 32px;
  z-index: 999;
  flex-direction: column;
  gap: 20px;
  box-shadow: var(--shadow-card);
}

.mobile-menu.open { display: flex; }
.mobile-menu a {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--soft-brown);
  padding: 8px 0;
  border-bottom: var(--border-beige);
}

/* ===== HERO SECTION ===== */
/* ===== ANNOUNCEMENT BAR ===== */
.announce-bar {
  background: #1C1108;
  height: 36px;
  overflow: hidden;
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1001;
  border-bottom: 1px solid rgba(203,164,107,0.2);
  display: flex;
  align-items: center;
}

.announce-track {
  display: flex;
  align-items: center;
  gap: 32px;
  white-space: nowrap;
  will-change: transform;
  animation: marqueeScroll 40s linear infinite;
  flex-shrink: 0;
}

@keyframes marqueeScroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.announce-item {
  font-family: 'Montserrat', sans-serif;
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(247,242,235,0.75);
  display: inline-flex;
  align-items: center;
  gap: 7px;
  flex-shrink: 0;
}
.announce-item svg { color: #CBA46B; flex-shrink: 0; }
.announce-sep {
  color: rgba(203,164,107,0.4);
  font-size: 9px;
  flex-shrink: 0;
}

/* ===== HERO ===== */
#hero {
  display: grid;
  grid-template-columns: 55% 45%;
  min-height: 100vh;
  margin-top: 108px;
}

/* LEFT IMAGE PANEL */
.hero-img-col {
  position: relative;
  overflow: hidden;
}

.hero-img-inner {
  position: absolute;
  inset: 0;
  background: url('assets/spa-1.png') center 20% / cover no-repeat;
  transition: transform 8s ease;
}

.hero-img-col::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(10,6,2,0.08) 0%,
    rgba(10,6,2,0.0) 70%,
    rgba(247,242,235,0.6) 100%
  );
  pointer-events: none;
}

/* RIGHT CONTENT PANEL */
.hero-content-col {
  background: #F7F2EB;
  padding: 80px 52px 60px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0;
  border-left: 3px solid rgba(203,164,107,0.25);
}

/* Logo */
.hero-logo-wrap { margin-bottom: 28px; }
.hero-logo-img {
  height: 46px;
  width: auto;
  display: block;
  object-fit: contain;
  object-position: left;
}
.hero-logo-fallback {
  display: none;
  align-items: baseline;
  gap: 6px;
  font-family: 'Playfair Display', serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 1;
}
.hero-logo-fallback .e-red { color: #9B4B4B; }
.hero-logo-fallback .rest { color: #3D2B1F; }
.hero-logo-fallback .care-sep {
  font-size: 10px;
  letter-spacing: 0.38em;
  color: #9B8878;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}

/* Eyebrow */
.hero-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}
.hero-eyebrow-line {
  width: 28px;
  height: 1px;
  background: #CBA46B;
  flex-shrink: 0;
}
.hero-eyebrow-text {
  font-family: 'Montserrat', sans-serif;
  font-size: 9px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #9B8878;
  font-weight: 600;
}

/* Headline */
.hero-h1 {
  font-family: 'Playfair Display', serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.1;
  color: #2A1F15;
  letter-spacing: -0.01em;
  margin-bottom: 18px;
}
.hero-h1 em {
  font-style: italic;
  color: #9B4B4B;
  display: block;
}

/* Description */
.hero-p {
  font-size: 14px;
  color: #7A6A60;
  line-height: 1.85;
  max-width: 370px;
  margin-bottom: 30px;
  font-weight: 400;
}

/* CTA */
.hero-actions {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 28px;
  flex-wrap: wrap;
}
.hero-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #2A1F15;
  color: #F7F2EB;
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  padding: 14px 28px;
  text-decoration: none;
  transition: background 0.25s, transform 0.2s;
}
.hero-btn-primary:hover { background: #CBA46B; transform: translateY(-2px); }
.hero-btn-primary svg { transition: transform 0.2s; }
.hero-btn-primary:hover svg { transform: translateX(3px); }

.hero-btn-ghost {
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #6B5344;
  text-decoration: none;
  border-bottom: 1px solid rgba(107,83,68,0.35);
  padding-bottom: 3px;
  transition: color 0.2s, border-color 0.2s;
}
.hero-btn-ghost:hover { color: #CBA46B; border-color: #CBA46B; }

/* Rating */
.hero-rating {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 28px;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(107,83,68,0.14);
}
.hero-stars { color: #CBA46B; font-size: 13px; letter-spacing: 2px; }
.hero-rating-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  color: #9B8878;
  letter-spacing: 0.06em;
}

/* Trust grid 2x2 */
.hero-trust-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.htg-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.htg-item svg { color: #CBA46B; flex-shrink: 0; margin-top: 2px; }
.htg-item div { display: flex; flex-direction: column; gap: 1px; }
.htg-item strong {
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #3D2B1F;
  line-height: 1.3;
}
.htg-item span {
  font-size: 10.5px;
  color: #9B8878;
  line-height: 1.4;
  font-weight: 400;
}

/* ===== RESPONSIVE HERO ===== */
@media (max-width: 1024px) {
  #hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .hero-img-col {
    height: 50vw;
    max-height: 400px;
    min-height: 280px;
  }
  .hero-img-col::after {
    background: linear-gradient(to bottom,
      rgba(10,6,2,0.05) 0%,
      rgba(247,242,235,0.0) 60%,
      rgba(247,242,235,0.85) 100%
    );
  }
  .hero-content-col {
    border-left: none;
    border-top: 3px solid rgba(203,164,107,0.25);
    padding: 28px 36px 48px;
  }
  .hero-h1 { font-size: 40px; }
}

@media (max-width: 768px) {
  .announce-bar { height: 32px; }
  .announce-item { font-size: 9.5px; }
  #navbar { top: 32px; }
  #hero { margin-top: 104px; min-height: auto; }
  .hero-img-col { height: 52vw; min-height: 200px; }
  .hero-content-col { padding: 20px 20px 40px; }
  .hero-h1 { font-size: 34px; }
  .hero-p { font-size: 13px; max-width: 100%; margin-bottom: 24px; }
  .hero-actions { gap: 14px; }
  .hero-trust-grid { grid-template-columns: 1fr; gap: 12px; }
}

@media (max-width: 480px) {
  #hero { margin-top: 104px; }
  .hero-content-col { padding: 16px 18px 36px; }
  .hero-h1 { font-size: 26px; }
  .hero-logo-wrap { margin-bottom: 16px; }
  .hero-eyebrow { margin-bottom: 10px; }
  .hero-p { margin-bottom: 18px; }
  .hero-btn-primary { width: 100%; justify-content: center; }
  .hero-btn-ghost { width: 100%; text-align: center; }
  .hero-actions { flex-direction: column; align-items: stretch; gap: 10px; }
}

/* ===== SECTION COMMON ===== */
.section-wrapper {
  padding: 96px 48px;
}

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

.section-eyebrow {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--champagne-gold);
  margin-bottom: 12px;
}

.section-title {
  font-size: 38px;
  font-weight: 500;
  color: var(--soft-brown);
  margin-bottom: 16px;
  line-height: 1.2;
}

.section-sub {
  font-size: 14px;
  color: var(--soft-taupe);
  max-width: 480px;
  margin: 0 auto;
  line-height: 1.8;
}

.section-ornament {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 16px auto 0;
}

.section-ornament::before,
.section-ornament::after {
  content: '';
  display: block;
  width: 48px;
  height: 1px;
  background: linear-gradient(to right, transparent, var(--champagne-gold));
}

.section-ornament::after {
  background: linear-gradient(to left, transparent, var(--champagne-gold));
}

.ornament-lotus { color: var(--champagne-gold); font-size: 14px; opacity: 0.7; }

/* ===== PROMISE SECTION ===== */
#promise {
  background: var(--white);
  border-top: var(--border-gold);
  border-bottom: var(--border-gold);
}

.promise-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 24px;
  max-width: 1280px;
  margin: 0 auto;
}

.promise-card {
  text-align: center;
  padding: 32px 20px;
  border-radius: var(--radius-lg);
  border: var(--border-gold);
  background: var(--ivory);
  transition: all 0.3s ease;
  cursor: default;
}

.promise-card:hover {
  background: var(--white);
  box-shadow: var(--shadow-card);
  transform: translateY(-4px);
  border-color: var(--champagne-gold);
}

.promise-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(203,164,107,0.12), rgba(203,164,107,0.06));
  border: var(--border-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  color: var(--champagne-gold);
}

.promise-icon svg { width: 24px; height: 24px; stroke: var(--champagne-gold); fill: none; stroke-width: 1.5; }

.promise-title {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--soft-brown);
  margin-bottom: 8px;
  line-height: 1.3;
}

.promise-desc {
  font-size: 11.5px;
  color: var(--soft-taupe);
  line-height: 1.7;
  font-weight: 400;
}

/* ===== GALLERY SECTION ===== */
#gallery {
  background: linear-gradient(160deg, var(--warm-beige) 0%, var(--ivory) 100%);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  max-width: 1280px;
  margin: 0 auto;
}

.gallery-item {
  border-radius: var(--radius-md);
  overflow: hidden;
  aspect-ratio: 3/4;
  position: relative;
  border: var(--border-gold);
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: sepia(8%) saturate(90%) brightness(1.02);
  transition: transform 0.5s ease, filter 0.3s;
}

.gallery-item:hover img {
  transform: scale(1.04);
  filter: sepia(0%) saturate(105%) brightness(1.04);
}

.gallery-caption {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 32px;
}

.gallery-tag {
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--soft-taupe);
  font-weight: 500;
}

.gallery-dot { width: 3px; height: 3px; border-radius: 50%; background: var(--champagne-gold); }

/* ===== SERVICES SECTION ===== */
#services {
  background: var(--white);
  border-top: var(--border-gold);
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  max-width: 1000px;
  margin: 0 auto;
}

.service-card {
  background: var(--ivory);
  border-radius: var(--radius-xl);
  border: var(--border-gold);
  padding: 40px 32px;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: all 0.35s ease;
}

.service-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(to right, transparent, var(--champagne-gold), transparent);
  opacity: 0;
  transition: opacity 0.3s;
}

.service-card:hover { 
  box-shadow: var(--shadow-card);
  transform: translateY(-6px);
  background: var(--white);
}

.service-card:hover::before { opacity: 1; }

.service-card.featured {
  background: linear-gradient(145deg, #FDF8F2, var(--ivory));
  border-color: var(--champagne-gold);
  box-shadow: 0 8px 40px rgba(203,164,107,0.18);
}

.service-card.featured::before { opacity: 1; }

.service-badge {
  position: absolute;
  top: 16px; right: 16px;
  background: var(--champagne-gold);
  color: var(--white);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 50px;
}

.service-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(203,164,107,0.15), rgba(203,164,107,0.05));
  border: var(--border-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.service-icon svg { width: 28px; height: 28px; stroke: var(--champagne-gold); fill: none; stroke-width: 1.5; }

.service-name {
  font-size: 20px;
  font-weight: 500;
  color: var(--soft-brown);
  margin-bottom: 8px;
  line-height: 1.3;
}

.service-duration {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--soft-taupe);
  margin-bottom: 24px;
}

.service-divider {
  width: 40px;
  height: 1px;
  background: var(--champagne-gold);
  margin: 0 auto 24px;
  opacity: 0.5;
}

.service-price {
  font-family: 'Playfair Display', serif;
  font-size: 36px;
  font-weight: 600;
  color: var(--muted-rose);
  line-height: 1;
  margin-bottom: 6px;
}

.service-price-note {
  font-size: 11px;
  color: var(--soft-taupe);
  margin-bottom: 28px;
}

.btn-service {
  display: inline-block;
  width: 100%;
  padding: 12px;
  border-radius: 50px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--champagne-gold);
  border: 1px solid var(--champagne-gold);
  background: transparent;
  transition: all 0.25s;
  font-family: 'Montserrat', sans-serif;
  cursor: pointer;
}

.btn-service:hover, .service-card.featured .btn-service {
  background: var(--champagne-gold);
  color: var(--white);
  box-shadow: 0 6px 20px rgba(203,164,107,0.3);
}

/* ===== CITIES SECTION ===== */
#cities {
  background: linear-gradient(160deg, var(--ivory) 0%, var(--warm-beige) 100%);
  border-top: var(--border-gold);
}

.cities-wrapper {
  max-width: 900px;
  margin: 0 auto;
  background: rgba(255,255,255,0.6);
  border-radius: var(--radius-xl);
  border: var(--border-gold);
  padding: 48px;
  backdrop-filter: blur(8px);
  box-shadow: var(--shadow-card);
}

.cities-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  margin-bottom: 32px;
}

.city-card {
  text-align: center;
  padding: 24px 16px;
  border-radius: var(--radius-md);
  border: var(--border-gold);
  background: var(--ivory);
  transition: all 0.25s;
}

.city-card:hover {
  background: var(--white);
  box-shadow: var(--shadow-soft);
  transform: translateY(-3px);
  border-color: var(--champagne-gold);
}

.city-icon { font-size: 20px; margin-bottom: 8px; color: var(--champagne-gold); }
.city-name {
  font-family: 'Playfair Display', serif;
  font-size: 15px;
  font-weight: 500;
  color: var(--soft-brown);
}

.city-note {
  text-align: center;
  padding: 16px 24px;
  background: rgba(203,164,107,0.08);
  border-radius: var(--radius-md);
  border: var(--border-gold);
  font-size: 12px;
  color: var(--soft-brown);
  line-height: 1.7;
}

.city-note strong { color: var(--muted-rose); font-weight: 600; }

/* ===== BOOKING SECTION ===== */
#booking {
  background: var(--white);
  border-top: var(--border-gold);
}

.booking-wrapper {
  max-width: 760px;
  margin: 0 auto;
}

.booking-notice {
  background: linear-gradient(135deg, rgba(203,164,107,0.08), rgba(203,164,107,0.04));
  border: var(--border-gold);
  border-radius: var(--radius-lg);
  padding: 24px 32px;
  margin-bottom: 24px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.booking-notice-icon { color: var(--champagne-gold); font-size: 20px; flex-shrink: 0; margin-top: 2px; }
.booking-notice-text { font-size: 13px; color: var(--soft-brown); line-height: 1.7; }
.booking-notice-text strong { color: var(--muted-rose); }

.booking-premium-notice {
  background: linear-gradient(135deg, rgba(155, 75, 75, 0.05), rgba(90, 68, 66, 0.04));
  border: 1px solid rgba(155,75,75,0.2);
  border-radius: var(--radius-lg);
  padding: 20px 28px;
  margin-bottom: 40px;
  font-size: 12.5px;
  color: var(--soft-brown);
  line-height: 1.7;
  text-align: center;
}

/* ===== FORM STYLES ===== */
.booking-form {
  background: var(--ivory);
  border-radius: var(--radius-xl);
  border: var(--border-gold);
  padding: 48px;
  box-shadow: var(--shadow-card);
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-group.full { grid-column: 1 / -1; }

.form-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--soft-brown);
}

.form-label .required { color: var(--muted-rose); margin-left: 2px; }

.form-input,
.form-select,
.form-textarea {
  width: 100%;
  padding: 14px 18px;
  border: var(--border-gold);
  border-radius: var(--radius-sm);
  background: var(--white);
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  color: var(--charcoal);
  outline: none;
  transition: border-color 0.25s, box-shadow 0.25s;
  appearance: none;
}

.form-input:focus,
.form-select:focus,
.form-textarea:focus {
  border-color: var(--champagne-gold);
  box-shadow: 0 0 0 3px rgba(203,164,107,0.12);
}

.form-input::placeholder { color: var(--soft-taupe); font-size: 12px; }

.form-select {
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23B8A89A' stroke-width='1.5'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px;
}

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

.form-upload {
  width: 100%;
  padding: 20px;
  border: 1px dashed var(--champagne-gold);
  border-radius: var(--radius-sm);
  background: rgba(203,164,107,0.04);
  cursor: pointer;
  text-align: center;
  transition: all 0.25s;
}

.form-upload:hover { background: rgba(203,164,107,0.08); border-color: var(--soft-brown); }

.form-upload input { display: none; }

.upload-text {
  font-size: 12px;
  color: var(--soft-taupe);
  margin-top: 4px;
}

.upload-icon { color: var(--champagne-gold); font-size: 22px; margin-bottom: 6px; }

.consent-section {
  margin-top: 28px;
  padding: 24px;
  background: rgba(203,164,107,0.05);
  border-radius: var(--radius-md);
  border: var(--border-gold);
}

.consent-checkbox {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin-bottom: 16px;
}

.consent-checkbox input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: var(--champagne-gold);
  margin-top: 2px;
  flex-shrink: 0;
  cursor: pointer;
}

.consent-text {
  font-size: 12px;
  color: var(--soft-brown);
  line-height: 1.7;
}

.consent-text a { color: var(--champagne-gold); text-decoration: underline; }

.privacy-notice {
  font-size: 11px;
  color: var(--soft-taupe);
  line-height: 1.7;
  text-align: center;
  padding-top: 16px;
  border-top: var(--border-beige);
}

.payment-section {
  margin-top: 32px;
  text-align: center;
}

.btn-payment {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(135deg, var(--muted-rose) 0%, #7A3535 100%);
  color: var(--white);
  padding: 18px 48px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  box-shadow: 0 8px 28px rgba(155,75,75,0.3);
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  width: 100%;
  justify-content: center;
  max-width: 380px;
}

.btn-payment:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 36px rgba(155,75,75,0.4);
}

.payment-secure-note {
  margin-top: 12px;
  font-size: 11px;
  color: var(--soft-taupe);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.razorpay-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 10px;
  font-weight: 600;
  color: var(--soft-taupe);
  letter-spacing: 0.05em;
}

/* ===== SUCCESS POPUP ===== */
.popup-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(47,47,47,0.6);
  backdrop-filter: blur(4px);
  z-index: 2000;
  align-items: center;
  justify-content: center;
}

.popup-overlay.active { display: flex; }

.popup-card {
  background: var(--ivory);
  border-radius: var(--radius-xl);
  border: var(--border-gold);
  padding: 56px 48px;
  text-align: center;
  max-width: 480px;
  width: 90%;
  box-shadow: 0 24px 80px rgba(47,47,47,0.2);
  animation: popup-in 0.4s ease;
}

@keyframes popup-in {
  from { opacity: 0; transform: scale(0.92) translateY(16px); }
  to { opacity: 1; transform: scale(1) translateY(0); }
}

.popup-icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(203,164,107,0.15), rgba(203,164,107,0.05));
  border: var(--border-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
  color: var(--champagne-gold);
}

.popup-icon svg { width: 32px; height: 32px; stroke: var(--champagne-gold); fill: none; stroke-width: 1.5; }

.popup-title {
  font-size: 24px;
  font-weight: 500;
  color: var(--soft-brown);
  margin-bottom: 12px;
}

.popup-msg {
  font-size: 13px;
  color: var(--soft-taupe);
  line-height: 1.8;
  margin-bottom: 28px;
}

.popup-close {
  padding: 12px 32px;
  background: var(--champagne-gold);
  color: var(--white);
  border-radius: 50px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  transition: background 0.25s;
}

.popup-close:hover { background: var(--soft-brown); }

/* ===== FOOTER ===== */
footer {
  background: #110C07;
  color: rgba(247,242,235,0.65);
  padding: 72px 52px 36px;
  position: relative;
  overflow: hidden;
}

footer::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(203,164,107,0.5) 30%, rgba(203,164,107,0.5) 70%, transparent);
}

footer::after {
  content: '✿';
  position: absolute;
  right: 52px;
  top: 60px;
  font-size: 120px;
  color: rgba(203,164,107,0.03);
  pointer-events: none;
  font-family: serif;
  line-height: 1;
}

.footer-top {
  display: grid;
  grid-template-columns: 2.2fr 1fr 1fr 1fr;
  gap: 52px;
  padding-bottom: 52px;
  border-bottom: 1px solid rgba(247,242,235,0.07);
  margin-bottom: 28px;
}

.footer-brand {}
.footer-logo {
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  font-weight: 600;
  color: var(--ivory);
  margin-bottom: 4px;
  line-height: 1;
}

.footer-logo span { color: rgba(203,164,107,0.9); }
.footer-care {
  font-size: 9px;
  letter-spacing: 0.42em;
  text-transform: uppercase;
  color: rgba(203,164,107,0.55);
  font-weight: 500;
  margin-bottom: 20px;
}
.footer-brand-desc {
  font-size: 12px;
  line-height: 1.9;
  max-width: 260px;
  color: rgba(247,242,235,0.4);
  font-weight: 300;
}
.footer-brand-line {
  width: 40px;
  height: 1px;
  background: rgba(203,164,107,0.35);
  margin: 20px 0;
}

.footer-col-title {
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(203,164,107,0.7);
  margin-bottom: 22px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer-col-title::after {
  content: '';
  flex: 1;
  height: 1px;
  background: rgba(203,164,107,0.15);
}

.footer-links { display: flex; flex-direction: column; gap: 12px; }
.footer-links a {
  font-size: 12px;
  color: rgba(247,242,235,0.45);
  transition: color 0.2s;
  letter-spacing: 0.02em;
}
.footer-links a:hover { color: rgba(203,164,107,0.85); }

.footer-cities {
  font-size: 12px;
  line-height: 2.1;
  color: rgba(247,242,235,0.45);
  letter-spacing: 0.02em;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}

.footer-copy { font-size: 11px; color: rgba(247,242,235,0.25); letter-spacing: 0.04em; }
.footer-note { font-size: 11px; color: rgba(247,242,235,0.25); text-align: right; letter-spacing: 0.04em; }

/* ===== UPLOAD FILENAME DISPLAY ===== */
.file-name-display {
  font-size: 11px;
  color: var(--champagne-gold);
  margin-top: 6px;
  font-style: italic;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1200px) {
  .promise-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 1024px) {
  #hero { grid-template-columns: 1fr 1fr; }
  .hero-right { display: none; }
  #navbar { padding: 0 28px; }
  .nav-links { display: none; }
  .nav-hamburger { display: flex; }
  .services-grid { grid-template-columns: 1fr; max-width: 440px; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 32px; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  .male-staff-banner { padding: 10px 16px; }
  .male-staff-text { font-size: 11px; }
  #hero { grid-template-columns: 1fr; padding: 88px 20px 80px; gap: 28px; }
  .hero-brand { order: 2; }
  .hero-center { order: 1; padding: 32px 20px; }
  .hero-logo-main { font-size: 44px; }
  .hero-heading { font-size: 34px; }
  .hero-eyebrow-line { justify-content: center; }
  .hero-trust-badges { justify-content: center; }
  .hero-cities-line { justify-content: center; }
  .hero-brand { align-items: center; text-align: center; }
  .hero-logo-mark { align-items: center; }
  .hero-divider { margin: 8px auto; }
  .hero-scroll-hint { display: none; }
  .section-wrapper { padding: 64px 24px; }
  .section-title { font-size: 28px; }
  .promise-grid { grid-template-columns: repeat(2, 1fr); }
  .cities-grid { grid-template-columns: repeat(2, 1fr); }
  .form-grid { grid-template-columns: 1fr; }
  .booking-form { padding: 32px 24px; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .footer-note { text-align: center; }
  .cities-wrapper { padding: 32px 24px; }
}

@media (max-width: 480px) {
  #navbar { padding: 0 20px; }
  .nav-logo-text { font-size: 18px; }
  .promise-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr; }
  .cities-grid { grid-template-columns: 1fr 1fr; }
  .booking-form { padding: 24px 16px; }
  .btn-payment { font-size: 11px; padding: 16px 24px; }
  .popup-card { padding: 40px 28px; }
}

/* ===== LOGO IMAGE STYLES ===== */
.nav-logo-img {
  height: 42px;
  width: auto;
  object-fit: contain;
  display: block;
}

.nav-logo-fallback {
  display: none;
  flex-direction: column;
  align-items: flex-start;
  gap: 1px;
}

.hero-logo-img {
  max-width: 220px;
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 2px 12px rgba(90,68,66,0.10));
}

.hero-logo-text-fallback {
  display: none;
}

.footer-logo-img {
  height: 36px;
  width: auto;
  object-fit: contain;
  display: block;
  filter: brightness(0) invert(1) opacity(0.85);
  margin-bottom: 4px;
}

.footer-logo-fallback {
  display: none;
}

.footer-logo-wrap {
  margin-bottom: 16px;
}

/* ===== HOTEL SECTION ===== */
.hotel-section {
  background: linear-gradient(150deg, #F5EEE5 0%, #EDE0D0 50%, #F7F0E6 100%);
  border-top: var(--border-gold);
  border-bottom: var(--border-gold);
  position: relative;
  overflow: hidden;
}

.hotel-section::before {
  content: '';
  position: absolute;
  top: -80px; right: -80px;
  width: 360px; height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(203,164,107,0.10) 0%, transparent 70%);
  pointer-events: none;
}

.hotel-wrapper {
  max-width: 1000px;
  margin: 0 auto;
}

.hotel-card {
  display: grid;
  grid-template-columns: 220px 1px 1fr;
  gap: 0;
  background: rgba(255,255,255,0.72);
  border-radius: var(--radius-xl);
  border: 1px solid rgba(203,164,107,0.45);
  box-shadow: 0 16px 64px rgba(90,68,66,0.13), 0 2px 8px rgba(203,164,107,0.08);
  overflow: hidden;
  backdrop-filter: blur(12px);
  position: relative;
}

.hotel-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent 0%, var(--champagne-gold) 40%, #D4B07A 60%, transparent 100%);
}

.hotel-card-left {
  background: linear-gradient(160deg, rgba(203,164,107,0.12) 0%, rgba(203,164,107,0.05) 100%);
  padding: 48px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  text-align: center;
}

.hotel-icon-wrap {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  border: 1px solid rgba(203,164,107,0.4);
  background: rgba(255,255,255,0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--champagne-gold);
}

.hotel-icon-wrap svg {
  width: 36px;
  height: 36px;
  stroke: var(--champagne-gold);
}

.hotel-stars {
  display: flex;
  gap: 4px;
}

.hotel-stars span {
  color: var(--champagne-gold);
  font-size: 18px;
  line-height: 1;
  text-shadow: 0 1px 4px rgba(203,164,107,0.3);
}

.hotel-eyebrow {
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--soft-taupe);
}

.hotel-card-divider {
  width: 1px;
  background: linear-gradient(to bottom, transparent, rgba(203,164,107,0.4), transparent);
  margin: 32px 0;
}

.hotel-card-right {
  padding: 48px 48px 48px 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.hotel-title {
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  font-weight: 500;
  color: var(--soft-brown);
  line-height: 1.3;
}

.hotel-title em {
  color: var(--champagne-gold);
  font-style: italic;
}

.hotel-desc {
  font-size: 13.5px;
  color: var(--soft-taupe);
  line-height: 1.85;
}

.hotel-desc strong {
  color: var(--soft-brown);
  font-weight: 600;
}

.hotel-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 20px;
}

.hotel-feature {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12.5px;
  color: var(--soft-brown);
  font-weight: 500;
}

.hotel-feature svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  color: var(--champagne-gold);
  stroke: var(--champagne-gold);
}

.hotel-note {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  color: var(--soft-taupe);
  padding: 12px 16px;
  background: rgba(203,164,107,0.07);
  border-radius: var(--radius-sm);
  border: var(--border-gold);
}

.hotel-note svg {
  flex-shrink: 0;
  stroke: var(--soft-taupe);
}

.btn-hotel {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, var(--champagne-gold) 0%, #B8884A 100%);
  color: var(--white);
  padding: 13px 32px;
  border-radius: 50px;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  box-shadow: 0 6px 24px rgba(203,164,107,0.35);
  transition: all 0.3s ease;
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  text-decoration: none;
  align-self: flex-start;
  border: none;
}

.btn-hotel:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 32px rgba(203,164,107,0.45);
}

.hotel-ambiance {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.ambiance-tag {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--soft-taupe);
  padding: 8px 16px;
  border: var(--border-gold);
  border-radius: 50px;
  background: rgba(255,255,255,0.55);
}

.ambiance-tag span {
  color: var(--champagne-gold);
  font-size: 10px;
}

/* ===== TESTIMONIALS SECTION ===== */
.testimonials-section {
  background: var(--white);
  border-top: var(--border-gold);
  overflow: hidden;
}

.testimonials-outer {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.testimonials-outer::before,
.testimonials-outer::after {
  content: '';
  position: absolute;
  top: 0; bottom: 0;
  width: 80px;
  z-index: 2;
  pointer-events: none;
}

.testimonials-outer::before {
  left: 0;
  background: linear-gradient(to right, rgba(255,255,255,1), transparent);
}

.testimonials-outer::after {
  right: 0;
  background: linear-gradient(to left, rgba(255,255,255,1), transparent);
}

.testimonials-viewport {
  overflow: hidden;
  border-radius: var(--radius-lg);
}

.testimonials-track {
  display: flex;
  gap: 24px;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
}

.testimonial-card {
  background: var(--ivory);
  border-radius: var(--radius-xl);
  border: var(--border-gold);
  padding: 40px 36px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex-shrink: 0;
  position: relative;
  transition: box-shadow 0.3s;
  box-shadow: var(--shadow-soft);
  /* Width controlled by JS setCardWidths() */
}

.testimonial-card::before {
  content: '\201C';
  position: absolute;
  top: 16px;
  right: 24px;
  font-family: 'Playfair Display', serif;
  font-size: 80px;
  color: rgba(203,164,107,0.12);
  line-height: 1;
  pointer-events: none;
}

.testimonial-card:hover {
  box-shadow: var(--shadow-card);
  transform: translateY(-4px);
}

.testimonial-stars {
  color: var(--champagne-gold);
  font-size: 16px;
  letter-spacing: 2px;
  text-shadow: 0 1px 4px rgba(203,164,107,0.25);
}

.testimonial-quote {
  font-size: 13.5px;
  color: var(--soft-brown);
  line-height: 1.85;
  font-style: italic;
  font-family: 'Cormorant Garamond', serif;
  font-size: 16px;
  font-weight: 400;
  flex: 1;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-top: 16px;
  border-top: var(--border-beige);
}

.author-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--champagne-gold), #B8884A);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Playfair Display', serif;
  font-size: 16px;
  font-weight: 600;
  flex-shrink: 0;
}

.author-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.author-name {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--soft-brown);
  text-transform: uppercase;
}

.author-city {
  font-size: 10px;
  color: var(--soft-taupe);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.testimonials-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 36px;
}

.testimonial-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: var(--border-gold);
  background: var(--ivory);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--champagne-gold);
  cursor: pointer;
  transition: all 0.25s;
  font-family: inherit;
}

.testimonial-btn:hover {
  background: var(--champagne-gold);
  color: var(--white);
  border-color: var(--champagne-gold);
  transform: scale(1.08);
}

.testimonials-dots {
  display: flex;
  gap: 8px;
  align-items: center;
}

.tdot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--soft-taupe);
  opacity: 0.3;
  cursor: pointer;
  transition: all 0.3s;
  border: none;
  padding: 0;
}

.tdot.active {
  background: var(--champagne-gold);
  opacity: 1;
  transform: scale(1.25);
}

/* ===== RESPONSIVE: HOTEL ===== */
@media (max-width: 900px) {
  .hotel-card {
    grid-template-columns: 1fr;
  }
  .hotel-card-left {
    padding: 32px;
    flex-direction: row;
    justify-content: center;
    gap: 24px;
  }
  .hotel-card-divider {
    width: 100%;
    height: 1px;
    margin: 0 32px;
    background: linear-gradient(to right, transparent, rgba(203,164,107,0.4), transparent);
  }
  .hotel-card-right {
    padding: 32px;
  }
  .hotel-features {
    grid-template-columns: 1fr;
  }
  .hotel-title {
    font-size: 22px;
  }
}

@media (max-width: 768px) {
  .hotel-card-left {
    flex-direction: column;
    padding: 28px 20px;
  }
  .btn-hotel {
    align-self: center;
    width: 100%;
    justify-content: center;
  }
}

/* ===== RESPONSIVE: TESTIMONIALS ===== */
@media (max-width: 640px) {
  .testimonial-card {
    padding: 28px 24px;
  }
  .testimonials-outer::before,
  .testimonials-outer::after {
    width: 24px;
  }
}

/* ===== GALLERY 3-COLUMN ===== */
.gallery-grid-3 {
  grid-template-columns: repeat(3, 1fr);
}

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

/* ===== HOTEL NOTE VARIANTS ===== */
.hotel-note-warning {
  background: rgba(155, 75, 75, 0.06);
  border-color: rgba(155, 75, 75, 0.25);
  color: var(--soft-brown);
  align-items: flex-start;
  gap: 10px;
  line-height: 1.65;
}

.hotel-note-warning svg {
  flex-shrink: 0;
  margin-top: 2px;
  stroke: var(--muted-rose);
}

.hotel-note-warning strong {
  color: var(--muted-rose);
}

/* ===== WRITE A REVIEW SECTION ===== */
.review-section {
  background: linear-gradient(160deg, var(--ivory) 0%, var(--warm-beige) 100%);
  border-top: var(--border-gold);
}

.review-form-wrapper {
  max-width: 660px;
  margin: 0 auto;
}

.review-form {
  background: rgba(255,255,255,0.75);
  border-radius: var(--radius-xl);
  border: var(--border-gold);
  padding: 48px;
  box-shadow: var(--shadow-card);
  backdrop-filter: blur(8px);
}

.review-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}

/* Star Rating Input */
.star-rating-input {
  display: flex;
  gap: 6px;
  align-items: center;
}

.star-btn {
  font-size: 30px;
  color: #D8CFC5;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0 2px;
  line-height: 1;
  transition: color 0.15s, transform 0.15s;
  font-family: inherit;
}

.star-btn:hover,
.star-btn.active {
  color: var(--champagne-gold);
  transform: scale(1.15);
}

.review-char-count {
  font-size: 10px;
  color: var(--soft-taupe);
  text-align: right;
  margin-top: 4px;
  letter-spacing: 0.08em;
}

.review-privacy-note {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  color: var(--soft-taupe);
  margin-bottom: 24px;
  padding: 12px 16px;
  background: rgba(203,164,107,0.06);
  border-radius: var(--radius-sm);
  border: var(--border-gold);
}

.review-privacy-note svg { flex-shrink: 0; stroke: var(--soft-taupe); }

.review-submit-wrap {
  text-align: center;
}

.btn-review-submit {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, var(--soft-brown) 0%, #7A5452 100%);
  color: var(--white);
  padding: 14px 40px;
  border-radius: 50px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  box-shadow: 0 6px 24px rgba(90,68,66,0.25);
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
}

.btn-review-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 32px rgba(90,68,66,0.32);
  background: linear-gradient(135deg, var(--muted-rose) 0%, #7A3535 100%);
}

@media (max-width: 640px) {
  .review-form { padding: 28px 20px; }
  .review-form-grid { grid-template-columns: 1fr; }
}

/* ===== FOOTER LOGO STYLE UPDATE ===== */
.footer-logo-img {
  height: 40px;
  width: auto;
  object-fit: contain;
  display: block;
  /* Use brightness invert for dark footer bg */
  filter: brightness(0) invert(1) opacity(0.9);
  margin-bottom: 4px;
}
