/* ═══════════════════════════════════════════════════
   Salon De Elegance Dubai — style.css v3
   All images proportional · Logo correctly sized
═══════════════════════════════════════════════════ */

:root {
  --gold: #C9960C;
  --gold-light: #D4AF37;
  --gold-pale: #F5E9C8;
  --gold-faint: #FAF5E4;
  --dark: #0e0b05;
  --dark-2: #1a1208;
  --dark-3: #2a1e08;
  --cream: #FAF7F0;
  --cream-2: #F4EFE4;
  --text-dark: #1C1710;
  --text-mid: #4A3F2A;
  --text-light: #7A6E5A;
  --white: #ffffff;
  --border: rgba(201,150,12,0.2);
  --shadow: 0 4px 32px rgba(14,11,5,0.12);
  --radius: 4px;
  --radius-lg: 8px;
  --font-display: 'Cormorant Garamond', Georgia, serif;
  --font-body: 'Jost', system-ui, sans-serif;
  --transition: 0.3s cubic-bezier(0.4,0,0.2,1);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }

body {
  font-family: var(--font-body);
  font-weight: 300;
  color: var(--text-dark);
  background: var(--white);
  line-height: 1.7;
  overflow-x: hidden;
}

img { display: block; max-width: 100%; }
a { text-decoration: none; color: inherit; transition: var(--transition); }
ul { list-style: none; }
button { cursor: pointer; border: none; background: none; font: inherit; }
input, textarea, select { font: inherit; }

.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

/* ─── TYPOGRAPHY ─── */
h1, h2, h3 { font-family: var(--font-display); font-weight: 400; line-height: 1.15; }
h1 { font-size: clamp(2.2rem, 4.5vw, 3.6rem); }
h2 { font-size: clamp(1.7rem, 3vw, 2.6rem); }
h3 { font-size: clamp(1.1rem, 1.8vw, 1.4rem); }

.section-eyebrow {
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 10px;
}
.section-eyebrow-light { color: var(--gold-light); }
.section-title { color: var(--text-dark); margin-bottom: 14px; }
.section-title-light { color: var(--white); }
.section-sub { color: var(--text-light); max-width: 560px; margin: 0 auto; font-size: 0.9rem; line-height: 1.8; }
.section-header { text-align: center; margin-bottom: 52px; }

/* ─── BUTTONS ─── */
.btn-primary {
  display: inline-block;
  background: var(--gold);
  color: var(--white);
  font-family: var(--font-body);
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 13px 30px;
  border-radius: var(--radius);
  transition: var(--transition);
  border: 1px solid var(--gold);
  cursor: pointer;
}
.btn-primary:hover { background: var(--gold-light); border-color: var(--gold-light); transform: translateY(-1px); box-shadow: 0 8px 24px rgba(201,150,12,0.3); }
.btn-primary.btn-lg { padding: 15px 38px; font-size: 0.88rem; }
.btn-primary.btn-full { width: 100%; text-align: center; }

.btn-ghost {
  display: inline-block;
  background: transparent;
  color: var(--white);
  font-family: var(--font-body);
  font-size: 0.8rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 13px 30px;
  border-radius: var(--radius);
  border: 1px solid rgba(255,255,255,0.45);
  transition: var(--transition);
}
.btn-ghost:hover { border-color: rgba(255,255,255,0.9); background: rgba(255,255,255,0.08); }

.btn-ghost-light {
  display: inline-block;
  background: transparent;
  color: var(--gold-light);
  font-size: 0.8rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  padding: 11px 26px;
  border: 1px solid rgba(212,175,55,0.4);
  border-radius: var(--radius);
  transition: var(--transition);
}
.btn-ghost-light:hover { border-color: var(--gold-light); }

.btn-card {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold);
  border: 1px solid var(--border);
  padding: 7px 16px;
  border-radius: var(--radius);
  transition: var(--transition);
  white-space: nowrap;
}
.btn-card:hover { background: var(--gold); color: var(--white); }

.btn-team {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold);
  border: 1px solid var(--border);
  padding: 9px;
  border-radius: var(--radius);
  margin-top: 12px;
  transition: var(--transition);
}
.btn-team:hover { background: var(--gold); color: var(--white); }

.btn-book-nav {
  display: inline-block;
  font-size: 0.74rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: var(--gold);
  color: var(--white);
  padding: 9px 20px;
  border-radius: var(--radius);
  transition: var(--transition);
  white-space: nowrap;
  flex-shrink: 0;
}
.btn-book-nav:hover { background: var(--gold-light); }

.btn-whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #25D366;
  color: var(--white);
  font-size: 0.85rem;
  font-weight: 500;
  padding: 13px 26px;
  border-radius: var(--radius);
  transition: var(--transition);
}
.btn-whatsapp:hover { background: #20BA5A; transform: translateY(-1px); }

.btn-insta {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 8px 18px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  color: var(--text-mid);
  margin-left: auto;
  transition: var(--transition);
  white-space: nowrap;
}
.btn-insta:hover { border-color: var(--gold); color: var(--gold); }

/* ═══════════════════════ NAVBAR ═══════════════════════ */
#navbar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  background: rgba(14,11,5,0.94);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(201,150,12,0.18);
  transition: var(--transition);
}
#navbar.scrolled {
  background: rgba(14,11,5,0.99);
  border-bottom-color: rgba(201,150,12,0.32);
}

.nav-inner {
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 10px 32px;
  max-width: 1280px;
  margin: 0 auto;
}

/* ── LOGO ── */
.nav-logo { display: flex; align-items: center; flex-shrink: 0; }
.logo-img-wrap { display: flex; align-items: center; }

/* LOGO SIZE — carefully proportioned for the navbar height */
.nav-logo-img {
  height: 46px;          /* fits cleanly in nav without overwhelming */
  width: auto;
  object-fit: contain;
  display: block;
}

.nav-links {
  display: flex;
  gap: 26px;
  margin-left: auto;
}
.nav-links a {
  font-size: 0.76rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: rgba(255,255,255,0.7);
  text-transform: uppercase;
  position: relative;
  padding-bottom: 2px;
}
.nav-links a::after {
  content: '';
  position: absolute;
  bottom: -2px; left: 0; right: 0;
  height: 1px;
  background: var(--gold);
  transform: scaleX(0);
  transition: var(--transition);
}
.nav-links a:hover { color: var(--white); }
.nav-links a:hover::after { transform: scaleX(1); }

.hamburger { display: none; flex-direction: column; gap: 5px; padding: 4px; margin-left: auto; }
.hamburger span { display: block; width: 22px; height: 1.5px; background: var(--white); transition: var(--transition); }

.mobile-menu { display: none; background: var(--dark); border-top: 1px solid rgba(201,150,12,0.2); padding: 16px 24px; }
.mobile-menu.open { display: block; }
.mobile-menu ul { display: flex; flex-direction: column; }
.mob-link { display: block; padding: 11px 0; font-size: 0.88rem; color: rgba(255,255,255,0.7); border-bottom: 1px solid rgba(255,255,255,0.06); }
.mob-book { display: block; margin-top: 14px; text-align: center; padding: 11px; background: var(--gold); color: var(--white); border-radius: var(--radius); font-size: 0.84rem; font-weight: 500; }

/* ═══════════════════════ HERO SLIDER ═══════════════════════ */
#hero {
  position: relative;
  height: 100vh;
  min-height: 580px;
  max-height: 880px;
  overflow: hidden;
}

.hero-slides { position: relative; width: 100%; height: 100%; }

.slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.9s cubic-bezier(0.4,0,0.2,1);
  display: flex;
  align-items: center;
  pointer-events: none;
}
.slide.active { opacity: 1; pointer-events: auto; }

/* Hero background image — fills the full slide */
.slide-bg {
  position: absolute;
  inset: 0;
  background: var(--dark);
  overflow: hidden;
}
.slide-bg img {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 30%;  /* bias toward faces/subjects */
}
.slide-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    rgba(14,11,5,0.88) 0%,
    rgba(14,11,5,0.60) 45%,
    rgba(14,11,5,0.25) 100%
  );
}

.slide-content {
  position: relative;
  z-index: 2;
  max-width: 580px;
  padding: 0 64px;
  margin-top: 66px;
}

/* Slide text animations */
.slide-eyebrow, .slide-title, .slide-body, .slide-ctas, .slide-badge {
  opacity: 0;
  transform: translateY(22px);
}
.slide.active .slide-eyebrow { animation: fadeUp 0.6s 0.1s forwards; }
.slide.active .slide-title   { animation: fadeUp 0.6s 0.22s forwards; }
.slide.active .slide-body    { animation: fadeUp 0.6s 0.36s forwards; }
.slide.active .slide-ctas    { animation: fadeUp 0.6s 0.50s forwards; }
.slide.active .slide-badge   { animation: fadeUp 0.6s 0.64s forwards; }

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

.slide-eyebrow {
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold-light);
  margin-bottom: 14px;
}
.slide-title {
  font-family: var(--font-display);
  color: var(--white);
  line-height: 1.1;
  margin-bottom: 18px;
}
.slide-body {
  font-size: 0.92rem;
  color: rgba(255,255,255,0.68);
  line-height: 1.85;
  margin-bottom: 30px;
  max-width: 460px;
}
.slide-ctas { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 26px; }
.slide-badge {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.76rem;
  color: rgba(255,255,255,0.5);
}
.badge-star { color: var(--gold-light); font-weight: 500; }
.badge-sep { color: rgba(255,255,255,0.25); }

.slider-controls {
  position: absolute;
  bottom: 32px; left: 64px;
  display: flex;
  align-items: center;
  gap: 18px;
  z-index: 10;
}
.slide-prev, .slide-next {
  color: rgba(255,255,255,0.45);
  font-size: 1.1rem;
  padding: 6px;
  transition: var(--transition);
}
.slide-prev:hover, .slide-next:hover { color: var(--gold-light); }
.slide-dots { display: flex; gap: 8px; }
.dot { width: 22px; height: 2px; background: rgba(255,255,255,0.28); border-radius: 1px; transition: var(--transition); }
.dot.active { background: var(--gold-light); width: 38px; }

.scroll-hint {
  position: absolute;
  right: 36px; bottom: 38px;
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  z-index: 10;
}
.scroll-hint span { font-size: 0.6rem; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(255,255,255,0.3); writing-mode: vertical-rl; }
.scroll-line { width: 1px; height: 44px; background: linear-gradient(to bottom, var(--gold-light), transparent); animation: scrollPulse 1.6s ease-in-out infinite; }
@keyframes scrollPulse { 0%,100%{opacity:0.4} 50%{opacity:1} }

/* ═══════════════════════ TRUST BAR ═══════════════════════ */
.trust-bar { background: var(--dark); border-bottom: 1px solid rgba(201,150,12,0.15); }
.trust-inner {
  display: flex; align-items: center; justify-content: center;
  gap: 28px; padding: 16px 24px; flex-wrap: wrap;
  max-width: 1200px; margin: 0 auto;
}
.trust-item { display: flex; align-items: center; gap: 7px; font-size: 0.76rem; color: rgba(255,255,255,0.5); white-space: nowrap; }
.trust-star { color: var(--gold-light); font-weight: 600; }
.trust-check { color: var(--gold-light); }
.trust-divider { width: 1px; height: 16px; background: rgba(255,255,255,0.1); }

/* ═══════════════════════ SECTIONS ═══════════════════════ */
.section { padding: 96px 0; }
.section-dark { background: var(--dark-2); }
.section-cream { background: var(--cream); }

/* ═══════════════════════ SERVICES ═══════════════════════ */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.service-card {
  position: relative;
  background: var(--white);
  border: 1px solid rgba(201,150,12,0.12);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: var(--transition);
  display: flex;
  flex-direction: column;
}
.service-card:hover { border-color: var(--gold); box-shadow: 0 12px 40px rgba(201,150,12,0.1); transform: translateY(-3px); }
.service-featured { border-color: rgba(201,150,12,0.35); }

.service-badge-feat {
  position: absolute;
  top: 12px; right: 12px;
  font-size: 0.66rem; font-weight: 500; letter-spacing: 0.06em;
  background: var(--gold); color: var(--white);
  padding: 4px 10px; border-radius: 2px; z-index: 2;
}

/* Service image — fixed height, covers cleanly */
.service-img-wrap {
  width: 100%;
  height: 210px;          /* fixed height for all service cards */
  overflow: hidden;
  flex-shrink: 0;
}
.service-img-wrap img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  transition: transform 0.55s ease;
}
.service-card:hover .service-img-wrap img { transform: scale(1.06); }

.service-info { padding: 20px; display: flex; flex-direction: column; flex: 1; }
.service-info h3 { font-family: var(--font-display); color: var(--text-dark); margin-bottom: 8px; }
.service-info p { font-size: 0.84rem; color: var(--text-light); line-height: 1.75; margin-bottom: 14px; flex: 1; }
.service-tags { display: flex; flex-wrap: wrap; gap: 5px; margin-bottom: 16px; }
.service-tags span { font-size: 0.68rem; padding: 3px 9px; border: 1px solid var(--border); border-radius: 20px; color: var(--text-mid); }
.service-price-row { display: flex; align-items: center; justify-content: space-between; margin-top: auto; }
.service-from { font-size: 0.84rem; color: var(--text-mid); }
.service-from strong { color: var(--gold); font-weight: 600; }
.services-cta { text-align: center; margin-top: 44px; }

/* ═══════════════════════ HOW IT WORKS ═══════════════════════ */
.steps-row {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0;
}
.step { flex: 1; text-align: center; padding: 0 22px; }
.step-num {
  font-family: var(--font-display);
  font-size: 3.2rem;
  color: rgba(212,175,55,0.14);
  line-height: 1;
  margin-bottom: 10px;
}
.step h3 { font-family: var(--font-display); color: var(--white); font-size: 1.2rem; margin-bottom: 10px; }
.step p { font-size: 0.83rem; color: rgba(255,255,255,0.48); line-height: 1.85; }
.step-arrow { font-size: 1.3rem; color: rgba(212,175,55,0.22); padding-top: 14px; flex-shrink: 0; }

/* ═══════════════════════ GALLERY ═══════════════════════ */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 280px 220px;
  gap: 12px;
  margin-bottom: 52px;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: var(--cream-2);
}
/* Large item spans 2 cols × 2 rows */
.gallery-large { grid-column: span 2; grid-row: span 2; }
/* Wide item spans 2 cols */
.gallery-wide  { grid-column: span 2; }

.gallery-item img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.55s ease;
}
.gallery-item:hover img { transform: scale(1.06); }

.gallery-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(14,11,5,0.72) 0%, transparent 55%);
  display: flex; align-items: flex-end; padding: 18px;
  opacity: 0; transition: var(--transition);
}
.gallery-item:hover .gallery-overlay { opacity: 1; }
.gallery-overlay span { font-size: 0.76rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--white); }

/* ═══════════════════════ INSTAGRAM ═══════════════════════ */
.instagram-section { border-top: 1px solid var(--border); padding-top: 44px; }
.instagram-header { display: flex; align-items: center; gap: 14px; margin-bottom: 20px; flex-wrap: wrap; }
.insta-logo { color: var(--gold); }
.insta-handle { font-weight: 500; font-size: 0.88rem; color: var(--text-dark); }
.insta-cta-text { font-size: 0.76rem; color: var(--text-light); }

.insta-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 8px;
}
.insta-post {
  aspect-ratio: 1 / 1;
  background: var(--cream-2);
  border-radius: var(--radius);
  overflow: hidden;
  cursor: pointer;
  position: relative;
  display: block;
  transition: var(--transition);
}
.insta-post:hover { transform: scale(1.03); }
.insta-post img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
}
.insta-hover {
  position: absolute; inset: 0;
  background: rgba(14,11,5,0.48);
  display: flex; align-items: center; justify-content: center;
  opacity: 0; transition: var(--transition);
}
.insta-post:hover .insta-hover { opacity: 1; }
.insta-more {
  background: var(--dark);
  display: flex; align-items: center; justify-content: center;
}
.insta-more-content {
  display: flex; flex-direction: column; align-items: center; gap: 6px;
  color: var(--gold-light); font-size: 0.72rem; font-weight: 500; letter-spacing: 0.08em;
}

/* ═══════════════════════ ABOUT ═══════════════════════ */
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 72px;
  align-items: start;
}

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

/* Main portrait image */
.about-img-main {
  width: 100%;
  height: 520px;             /* fixed height — portrait proportion */
  border-radius: var(--radius-lg);
  overflow: hidden;
}
.about-img-main img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 15%;   /* show face/upper body */
  display: block;
}

/* Accent thumbnail — bottom right */
.about-img-accent {
  position: absolute;
  bottom: -24px; right: -24px;
  width: 160px;
  height: 120px;
  border-radius: var(--radius-lg);
  border: 4px solid var(--white);
  box-shadow: var(--shadow);
  overflow: hidden;
}
.about-img-accent img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
}

/* Floating stat badge */
.about-stat-float {
  position: absolute;
  top: 28px; right: -20px;
  background: var(--dark);
  border: 1px solid rgba(201,150,12,0.3);
  border-radius: var(--radius-lg);
  padding: 14px 18px;
  text-align: center;
  box-shadow: var(--shadow);
  z-index: 2;
}
.asf-num { display: block; font-family: var(--font-display); font-size: 1.5rem; color: var(--gold-light); }
.asf-label { display: block; font-size: 0.68rem; color: rgba(255,255,255,0.55); margin-top: 2px; }
.asf-sub { display: block; font-size: 0.62rem; color: rgba(255,255,255,0.3); }

.about-lead { font-family: var(--font-display); font-size: 1.12rem; font-style: italic; color: var(--gold); margin-bottom: 14px; line-height: 1.55; }
.about-body { font-size: 0.88rem; color: var(--text-mid); line-height: 1.9; margin-bottom: 12px; }
.about-values { margin: 24px 0; display: flex; flex-direction: column; gap: 16px; }
.value-item { display: flex; gap: 14px; align-items: flex-start; }
.value-icon { font-size: 1.15rem; flex-shrink: 0; margin-top: 2px; }
.value-item strong { display: block; font-size: 0.88rem; font-weight: 500; color: var(--text-dark); margin-bottom: 2px; }
.value-item p { font-size: 0.8rem; color: var(--text-light); line-height: 1.7; margin: 0; }

/* ═══════════════════════ TEAM ═══════════════════════ */
.team-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}

.team-card {
  border: 1px solid rgba(201,150,12,0.12);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: var(--transition);
  background: var(--white);
}
.team-card:hover { border-color: var(--gold); box-shadow: 0 8px 28px rgba(201,150,12,0.1); transform: translateY(-2px); }

/* Team photo — square, face-cropped */
.team-photo {
  width: 100%;
  aspect-ratio: 1 / 1;      /* perfect square */
  overflow: hidden;
  background: var(--cream-2);
}
.team-photo img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 15%;  /* focus on face */
  display: block;
  transition: transform 0.5s ease;
}
.team-card:hover .team-photo img { transform: scale(1.05); }

.team-info { padding: 14px 14px 16px; }
.team-info h3 { font-family: var(--font-display); font-size: 1.05rem; color: var(--text-dark); margin-bottom: 2px; }
.team-role { font-size: 0.68rem; color: var(--gold); letter-spacing: 0.06em; margin-bottom: 6px; font-weight: 500; display: block; }
.team-rating { font-size: 0.72rem; color: var(--gold-light); margin-bottom: 7px; }
.team-bio { font-size: 0.76rem; color: var(--text-light); line-height: 1.65; }

/* ═══════════════════════ REVIEWS ═══════════════════════ */
.reviews-score {
  display: flex; align-items: center; justify-content: center;
  gap: 14px; margin-top: 20px; flex-wrap: wrap;
}
.rs-stars { font-size: 1.3rem; color: var(--gold-light); }
.rs-num { font-family: var(--font-display); font-size: 2rem; color: var(--white); }
.rs-count { font-size: 0.8rem; color: rgba(255,255,255,0.42); }

.reviews-carousel { overflow: hidden; margin: 44px 0 28px; }
.reviews-slide {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  transition: transform 0.5s cubic-bezier(0.4,0,0.2,1);
}

.review-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(212,175,55,0.14);
  border-radius: var(--radius-lg);
  padding: 26px 22px;
  transition: var(--transition);
}
.review-card:hover { border-color: rgba(212,175,55,0.32); background: rgba(255,255,255,0.07); }
.review-stars { color: var(--gold-light); margin-bottom: 12px; font-size: 0.88rem; }
.review-text { font-size: 0.86rem; color: rgba(255,255,255,0.62); line-height: 1.82; font-style: italic; margin-bottom: 18px; }
.review-author { display: flex; align-items: center; gap: 11px; }
.review-avatar {
  width: 36px; height: 36px; border-radius: 50%;
  background: rgba(201,150,12,0.14); border: 1px solid rgba(201,150,12,0.3);
  display: flex; align-items: center; justify-content: center;
  font-size: 0.72rem; font-weight: 500; color: var(--gold-light); flex-shrink: 0;
}
.review-author strong { display: block; font-size: 0.82rem; color: var(--white); font-weight: 500; }
.review-author span { font-size: 0.72rem; color: rgba(255,255,255,0.32); }

.reviews-nav { display: flex; align-items: center; justify-content: center; gap: 22px; }
.rev-prev, .rev-next {
  width: 38px; height: 38px; border-radius: 50%;
  border: 1px solid rgba(212,175,55,0.28);
  color: var(--gold-light); font-size: 1rem;
  display: flex; align-items: center; justify-content: center;
  transition: var(--transition);
}
.rev-prev:hover, .rev-next:hover { border-color: var(--gold-light); background: rgba(212,175,55,0.1); }

/* ═══════════════════════ OFFERS / PACKAGES ═══════════════════════ */
.offers-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  align-items: start;
}

.offer-card {
  border: 1px solid rgba(201,150,12,0.14);
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--white);
  display: flex;
  flex-direction: column;
  transition: var(--transition);
}
.offer-card:hover { box-shadow: 0 10px 36px rgba(201,150,12,0.1); transform: translateY(-3px); }
.offer-featured { border-color: var(--gold); box-shadow: 0 0 0 1px var(--gold); }

/* Offer image — uniform height across all 3 cards */
.offer-img-wrap {
  width: 100%;
  height: 200px;
  overflow: hidden;
  flex-shrink: 0;
}
.offer-img-wrap img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.55s ease;
}
.offer-card:hover .offer-img-wrap img { transform: scale(1.06); }

.offer-body { padding: 24px; display: flex; flex-direction: column; flex: 1; }
.offer-badge {
  display: inline-block; font-size: 0.66rem; font-weight: 500; letter-spacing: 0.07em;
  background: var(--gold); color: var(--white);
  padding: 4px 11px; border-radius: 2px; margin-bottom: 14px; align-self: flex-start;
}
.offer-card h3 { font-family: var(--font-display); font-size: 1.3rem; color: var(--text-dark); margin-bottom: 10px; }
.offer-card p { font-size: 0.84rem; color: var(--text-light); line-height: 1.8; margin-bottom: 18px; }
.offer-includes { display: flex; flex-direction: column; gap: 5px; margin-bottom: 20px; }
.offer-includes li { font-size: 0.8rem; color: var(--text-mid); }
.offer-price { margin-bottom: 18px; }
.op-amount { font-family: var(--font-display); font-size: 1.7rem; color: var(--gold); }
.op-was { font-size: 0.88rem; color: var(--text-light); margin-left: 8px; }
.gift-icon { font-size: 1.8rem; margin-bottom: 10px; }

/* ═══════════════════════ BOOKING BANNER ═══════════════════════ */
.booking-cta-banner {
  background: var(--dark-2);
  border-top: 1px solid rgba(201,150,12,0.2);
  border-bottom: 1px solid rgba(201,150,12,0.2);
  padding: 52px 0;
}
.bcta-content {
  display: flex; align-items: center; justify-content: space-between;
  gap: 36px; flex-wrap: wrap;
}
.bcta-content h2 { font-family: var(--font-display); color: var(--white); font-size: clamp(1.3rem, 2.2vw, 1.9rem); }
.bcta-content p { color: rgba(255,255,255,0.48); font-size: 0.88rem; margin-top: 6px; }
.bcta-actions { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; flex-shrink: 0; }

/* ═══════════════════════ CONTACT ═══════════════════════ */
.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 56px;
  margin-bottom: 44px;
}
.contact-info { display: flex; flex-direction: column; gap: 22px; }
.contact-detail { display: flex; gap: 14px; align-items: flex-start; }
.cd-icon { font-size: 1rem; flex-shrink: 0; margin-top: 3px; }
.contact-detail strong { display: block; font-size: 0.74rem; font-weight: 500; letter-spacing: 0.06em; text-transform: uppercase; color: var(--gold); margin-bottom: 2px; }
.contact-detail a, .contact-detail span { font-size: 0.88rem; color: var(--text-mid); }
.contact-detail a:hover { color: var(--gold); }
.contact-social { display: flex; gap: 9px; flex-wrap: wrap; margin-top: 6px; }
.social-btn {
  font-size: 0.72rem; font-weight: 500; letter-spacing: 0.06em; text-transform: uppercase;
  padding: 7px 14px; border: 1px solid var(--border); border-radius: var(--radius);
  color: var(--text-mid); transition: var(--transition);
}
.social-btn:hover { border-color: var(--gold); color: var(--gold); }

.contact-form { display: flex; flex-direction: column; gap: 16px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group { display: flex; flex-direction: column; gap: 5px; }
.form-group label { font-size: 0.72rem; font-weight: 500; letter-spacing: 0.06em; text-transform: uppercase; color: var(--text-mid); }
.form-group input, .form-group select, .form-group textarea {
  padding: 11px 14px; border: 1px solid rgba(0,0,0,0.1); border-radius: var(--radius);
  background: var(--white); color: var(--text-dark); font-size: 0.88rem; transition: var(--transition);
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus {
  outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(201,150,12,0.07);
}
.form-group textarea { resize: vertical; }
.form-note { font-size: 0.72rem; color: var(--text-light); text-align: center; }
.form-success {
  background: #f0faf4; border: 1px solid #a3d9b4; border-radius: var(--radius);
  padding: 13px; font-size: 0.84rem; color: #2d7a4a;
}
.form-success a { color: var(--gold); }

/* Map embed */
.map-embed { margin-top: 44px; border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--border); }
.map-embed iframe { display: block; }

/* ═══════════════════════ FOOTER ═══════════════════════ */
/* ═══════════════════════ FOOTER ═══════════════════════ */

/* CTA Strip — desktop + tablet only */
.footer-cta-strip {
  background: linear-gradient(135deg, #1a1208 0%, #2a1e08 100%);
  border-top: 1px solid rgba(201,150,12,0.28);
  border-bottom: 1px solid rgba(201,150,12,0.12);
  padding: 36px 0;
}
.footer-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.footer-cta-text { display: flex; flex-direction: column; gap: 5px; }
.footer-cta-eyebrow {
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
}
.footer-cta-heading {
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 2vw, 1.65rem);
  color: var(--white);
  font-weight: 400;
}
.footer-cta-actions { display: flex; gap: 12px; align-items: center; flex-shrink: 0; flex-wrap: wrap; }
.footer-wa-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(37,211,102,0.12);
  border: 1px solid rgba(37,211,102,0.32);
  color: #4ae080;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  padding: 11px 20px;
  border-radius: var(--radius);
  transition: var(--transition);
}
.footer-wa-btn:hover { background: #25D366; border-color: #25D366; color: var(--white); }

/* Main footer body */
.footer-body {
  background: var(--dark);
  padding: 52px 0 44px;
}

/* 4-column grid: brand (wider) + 3 link columns */
.footer-main-grid {
  display: grid;
  grid-template-columns: 2.2fr 1fr 1.5fr 1.1fr;
  gap: 44px;
  align-items: start;
}

/* Brand column */
.footer-brand-col { display: flex; flex-direction: column; gap: 14px; }
.footer-logo { line-height: 0; }
.footer-logo-img { height: 54px; width: auto; object-fit: contain; display: block; }
.footer-tagline { font-size: 0.8rem; color: rgba(255,255,255,0.36); line-height: 1.85; margin: 0; }
.footer-rating { display: flex; align-items: center; gap: 8px; }
.footer-stars { color: var(--gold-light); font-size: 0.8rem; }
.footer-rating-text { font-size: 0.74rem; color: rgba(255,255,255,0.32); }

/* Social links as text rows */
.footer-socials { display: flex; flex-direction: column; gap: 9px; }
.footer-social-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.78rem;
  color: rgba(255,255,255,0.38);
  transition: var(--transition);
}
.footer-social-link:hover { color: var(--gold-light); }
.footer-social-link svg { flex-shrink: 0; }

/* Link columns */
.footer-col { display: flex; flex-direction: column; }
.footer-col-title {
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold-light);
  margin-bottom: 18px;
}
.footer-col-list { display: flex; flex-direction: column; gap: 9px; list-style: none; }
.footer-col-list a {
  font-size: 0.8rem;
  color: rgba(255,255,255,0.38);
  transition: var(--transition);
  display: block;
}
.footer-col-list a:hover { color: var(--gold-light); padding-left: 3px; }

/* Contact list with icons */
.footer-contact-list { display: flex; flex-direction: column; gap: 11px; list-style: none; }
.footer-contact-list li { display: flex; align-items: flex-start; gap: 9px; }
.fc-icon { font-size: 0.85rem; flex-shrink: 0; margin-top: 2px; line-height: 1.6; }
.footer-contact-list div { font-size: 0.78rem; color: rgba(255,255,255,0.38); line-height: 1.65; }
.footer-contact-list a { color: rgba(255,255,255,0.38); transition: var(--transition); }
.footer-contact-list a:hover { color: var(--gold-light); }

/* Bottom bar */
.footer-bar {
  background: #080602;           /* same deep tone as navbar — fully opaque, no bleed */
  border-top: 1px solid rgba(201,150,12,0.18);
  padding: 15px 0;
}
.footer-bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
}
.footer-bar-inner p { font-size: 0.7rem; color: rgba(255,255,255,0.55); }  /* legible */
.footer-bar-links { display: flex; align-items: center; gap: 10px; }
.footer-bar-links a { font-size: 0.7rem; color: rgba(255,255,255,0.55); transition: var(--transition); }
.footer-bar-links a:hover { color: var(--gold-light); }
.footer-bar-links span { font-size: 0.7rem; color: rgba(255,255,255,0.2); }

/* ═══════════════════════ FLOAT BUTTONS ═══════════════════════ */
.wa-float {
  position: fixed; bottom: 26px; right: 26px; z-index: 999;
  width: 54px; height: 54px; background: #25D366; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 18px rgba(37,211,102,0.38); transition: var(--transition);
}
.wa-float:hover { background: #20BA5A; transform: scale(1.08); }

.back-top {
  position: fixed; bottom: 92px; right: 26px; z-index: 999;
  width: 38px; height: 38px; background: rgba(14,11,5,0.8);
  border: 1px solid rgba(201,150,12,0.3); border-radius: 50%;
  color: var(--gold-light); font-size: 0.95rem;
  display: none; align-items: center; justify-content: center;
  transition: var(--transition);
}
.back-top.visible { display: flex; }
.back-top:hover { background: var(--gold); color: var(--white); border-color: var(--gold); }

/* ═══════════════════════ SCROLL ANIMATIONS ═══════════════════════ */
.fade-in { opacity: 0; transform: translateY(22px); transition: opacity 0.7s ease, transform 0.7s ease; }
.fade-in.visible { opacity: 1; transform: none; }

/* ═══════════════════════ RESPONSIVE ═══════════════════════ */
@media (max-width: 1100px) {

  /* Footer — tablet */
  .footer-main-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .footer-brand-col { grid-column: span 2; }
  .footer-socials { flex-direction: row; flex-wrap: wrap; gap: 20px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .team-grid { grid-template-columns: repeat(3, 1fr); }
  .offers-grid { grid-template-columns: 1fr 1fr; }
  .about-grid { grid-template-columns: 1fr; gap: 48px; }
  .about-img-main { height: 400px; }
  .about-img-accent { right: 12px; }
  .insta-grid { grid-template-columns: repeat(4, 1fr); }
  .gallery-grid { grid-template-rows: 240px 200px; }
}

@media (max-width: 768px) {

  /* ── Footer mobile ──
     Keep: logo, tagline, social icons, contact col, bottom bar
     Hide: CTA strip, Quick Links col, Book & Offers col, rating row */
  .footer-cta-strip { display: none; }           /* hide big CTA — WA float handles this */
  .footer-main-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .footer-brand-col { grid-column: span 1; }
  .footer-rating { display: none; }              /* hide rating — save space */
  .footer-col-quick-links { display: none; }     /* hide Quick Links col */
  .footer-col-book { display: none; }            /* hide Book & Offers col */
  .footer-socials { flex-direction: row; gap: 20px; flex-wrap: wrap; }
  .footer-bar-inner { flex-direction: column; text-align: center; gap: 6px; }
  .footer-bar-links { justify-content: center; }
  .section { padding: 68px 0; }
  .nav-inner { padding: 10px 20px; }
  .nav-logo-img { height: 38px; }   /* smaller on mobile */
  .nav-links, .btn-book-nav { display: none; }
  .hamburger { display: flex; }
  .slide-content { padding: 0 24px; margin-top: 70px; }
  .slider-controls { left: 24px; bottom: 24px; }
  .scroll-hint { display: none; }
  .trust-inner { gap: 12px; }
  .trust-divider { display: none; }
  .services-grid { grid-template-columns: 1fr; gap: 16px; }
  .service-img-wrap { height: 220px; }
  .gallery-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }
  .gallery-large { grid-column: span 2; height: 260px; }
  .gallery-wide  { grid-column: span 2; height: 200px; }
  .gallery-item  { height: 180px; }
  .team-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .reviews-slide { grid-template-columns: 1fr; }
  .offers-grid { grid-template-columns: 1fr; }
  .contact-layout { grid-template-columns: 1fr; gap: 36px; }
  .form-row { grid-template-columns: 1fr; }
  .bcta-content { flex-direction: column; text-align: center; }
  .bcta-actions { justify-content: center; }
  .steps-row { flex-direction: column; gap: 28px; }
  .step-arrow { display: none; }
  .insta-grid { grid-template-columns: repeat(3, 1fr); }
  .insta-post:nth-child(n+4) { display: none; }
  .insta-post:nth-child(3) { display: block; }
  .about-img-accent { display: none; }
  .about-stat-float { right: 12px; top: 16px; }
}

@media (max-width: 480px) {

  /* Footer — very small screens */
  .footer-body { padding: 36px 0 32px; }
  .footer-logo-img { height: 46px; }
  .footer-tagline { font-size: 0.76rem; }
  .nav-logo-img { height: 34px; }
  .team-grid { grid-template-columns: 1fr 1fr; }
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-large, .gallery-wide { grid-column: span 1; height: 220px; }
  .gallery-item { height: 180px; }
  .slide-ctas { flex-direction: column; gap: 10px; }
  .slide-ctas .btn-primary, .slide-ctas .btn-ghost { text-align: center; }
  .insta-grid { grid-template-columns: repeat(2, 1fr); }
  .insta-post:nth-child(n+3) { display: none; }
  .insta-post:nth-child(2) { display: block; }
  .insta-post.insta-more { display: flex; }
}

