/* =======================================================================
   DESIGN SYSTEM : CELESTIAL BOUTIQUE - ANGEL'S HOTEL (DOUALA YASSA)
   Inspiré des Design Tokens Stitch & Directives Modern Web Guidance
   ======================================================================= */

:root {
  /* Palette d'Or et Cuivre Métallisé */
  --copper-primary: #a6725e;
  --copper-dark: #7f503e;
  --copper-light: #f6b9a2;
  --copper-tint: rgba(166, 114, 94, 0.12);

  /* Tonalités Charbon & Encre (Contraste AAA) */
  --charcoal-deep: #1e1b13;
  --charcoal-muted: #51443f;
  --charcoal-inverse: #333027;

  /* Niveaux de Fonds Warm & Gallery-Like */
  --bg-offwhite: #f4f1ea;
  --bg-surface: #fff9ee;
  --bg-card: #e5ded0;
  --bg-pure: #ffffff;

  /* Bordures et Accents architectural */
  --hairline-border: 1px solid #d6c2bc;
  --copper-border: 1px solid var(--copper-primary);

  /* Rayons et Espacements (Soft Shapes) */
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 16px;
  --radius-pill: 9999px;

  /* Ombres et Effets Verre Polies (Glassmorphism) */
  --shadow-soft: 0 10px 30px -10px rgba(30, 27, 19, 0.07);
  --shadow-hover: 0 20px 40px -12px rgba(127, 80, 62, 0.15);
  --glass-bg: rgba(255, 249, 238, 0.88);
  --glass-blur: blur(16px);
}

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

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

body {
  font-family: 'Manrope', -apple-system, sans-serif;
  background-color: var(--bg-offwhite);
  color: var(--charcoal-deep);
  line-height: 1.65;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

/* --- TYPOGRAPHIE ÉDITORIALE HAUTE PRÉCISION --- */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  color: var(--charcoal-deep);
  line-height: 1.2;
}

h1.display-title {
  font-size: clamp(32px, 5.5vw, 64px);
  letter-spacing: -0.03em;
  font-weight: 500;
  margin-bottom: 20px;
}

h2.section-title {
  font-size: clamp(24px, 3.5vw, 44px);
  letter-spacing: -0.02em;
  margin-bottom: 14px;
}

.section-subtitle {
  font-family: 'Manrope', sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--copper-dark);
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
}

p.body-text {
  font-size: clamp(15px, 1.2vw, 18px);
  color: var(--charcoal-muted);
  max-width: 680px;
  margin-bottom: 20px;
}

/* --- CONTENEUR ET GRILLE MODERNE --- */
.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

.section-pad {
  padding: 80px 0;
}

/* --- HEADER & NAVIGATION FLOATING PILL --- */
.navbar-wrapper {
  position: sticky;
  top: 12px;
  z-index: 1000;
  padding: 0 16px;
  transition: all 0.3s ease;
}

.navbar {
  max-width: 1200px;
  margin: 0 auto;
  background: var(--glass-bg);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  border: var(--copper-border);
  border-radius: var(--radius-pill);
  padding: 10px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 8px 32px rgba(30, 27, 19, 0.08);
  position: relative;
}

.nav-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  flex-shrink: 0;
}

.nav-brand img {
  height: 36px;
  border-radius: 4px;
}

.nav-brand-text {
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  font-weight: 600;
  color: var(--charcoal-deep);
  letter-spacing: -0.01em;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 24px;
  list-style: none;
}

.nav-links a {
  font-family: 'Manrope', sans-serif;
  font-weight: 600;
  font-size: 13px;
  color: var(--charcoal-deep);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: color 0.25s ease;
  white-space: nowrap;
}

.nav-links a:hover, .nav-links a.active {
  color: var(--copper-dark);
}

.lang-switch {
  display: flex;
  align-items: center;
  gap: 6px;
  background: var(--bg-card);
  padding: 4px 10px;
  border-radius: var(--radius-pill);
  font-size: 12px;
  font-weight: 700;
  border: 1px solid var(--copper-primary);
  flex-shrink: 0;
}

.lang-switch a {
  color: var(--charcoal-muted);
  text-decoration: none;
  transition: color 0.2s;
}

.lang-switch a.current {
  color: var(--copper-dark);
  text-decoration: underline;
}

/* Hidden on desktop, shown inside mobile nav */
.nav-lang-mobile {
  display: none;
}

/* Hamburger toggle (CSS-only, hidden checkbox) */
.nav-toggle {
  display: none;
}

.nav-toggle-label {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 4px;
  z-index: 1001;
}

.nav-toggle-label span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--charcoal-deep);
  border-radius: 2px;
  transition: all 0.3s ease;
}

/* --- BOUTONS BOUTIQUE VIP --- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 28px;
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border-radius: var(--radius-sm);
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  border: none;
  -webkit-tap-highlight-color: transparent;
}

.btn-primary {
  background-color: var(--copper-primary);
  color: #ffffff !important;
  box-shadow: 0 4px 15px rgba(166, 114, 94, 0.25);
}

.btn-primary:hover {
  background-color: var(--copper-dark);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(127, 80, 62, 0.4);
}

.btn-secondary {
  background: transparent;
  color: var(--charcoal-deep) !important;
  border: var(--copper-border);
}

.btn-secondary:hover {
  background: var(--copper-tint);
  transform: translateY(-2px);
}

/* --- HERO SECTION AVEC CARROUSSEL (STYLE HILTON) --- */
.hero {
  position: relative;
  min-height: 88vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  margin-top: -60px;
  padding-top: 80px;
}

.hero-carousel {
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  z-index: -2;
}

.hero-slide {
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  object-fit: cover;
  opacity: 0;
  filter: brightness(0.72) contrast(1.05);
  transition: opacity 1.8s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: opacity;
}

.hero-slide.active {
  opacity: 1;
}

.hero-overlay {
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  background: linear-gradient(180deg, rgba(30, 27, 19, 0.30) 0%, rgba(30, 27, 19, 0.78) 100%);
  z-index: -1;
}

.hero-content {
  color: #ffffff;
  max-width: 720px;
  padding: 48px 0 110px 0;
}

.hero-content h1 {
  color: #ffffff;
}

.hero-content p.body-text {
  color: #f4eddf;
  font-size: 17px;
  margin-bottom: 28px;
}

.hero-cta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

/* --- BOOKING BAR INTEGREE AU HERO (STYLE HILTON) --- */
.hero-booking-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background: rgba(30, 27, 19, 0.85);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-top: 1px solid rgba(166, 114, 94, 0.5);
  padding: 14px 0;
}

.hero-booking-bar .container {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  flex-wrap: wrap;
}

.booking-bar-field {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
  min-width: 130px;
}

.booking-bar-field label {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--copper-light);
  font-family: 'Manrope', sans-serif;
}

.booking-bar-field input,
.booking-bar-field select {
  padding: 10px 12px;
  background: rgba(255, 249, 238, 0.1);
  border: 1px solid rgba(166, 114, 94, 0.4);
  border-radius: var(--radius-sm);
  color: #ffffff;
  font-family: 'Manrope', sans-serif;
  font-size: 16px;
  transition: all 0.25s ease;
  width: 100%;
}

.booking-bar-field input:focus,
.booking-bar-field select:focus {
  outline: none;
  border-color: var(--copper-light);
  background: rgba(255, 249, 238, 0.15);
  box-shadow: 0 0 0 2px rgba(246, 185, 162, 0.2);
}

.booking-bar-field input::placeholder {
  color: rgba(255, 255, 255, 0.45);
}

.booking-bar-field select option {
  background: var(--charcoal-deep);
  color: #ffffff;
}

.booking-bar-btn {
  padding: 11px 28px;
  background: var(--copper-primary);
  color: #ffffff !important;
  border: none;
  border-radius: var(--radius-sm);
  font-family: 'Manrope', sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  white-space: nowrap;
  -webkit-tap-highlight-color: transparent;
  flex-shrink: 0;
}

.booking-bar-btn:hover {
  background: var(--copper-dark);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(127, 80, 62, 0.4);
}

/* --- FORMULAIRE DE RESERVATION PAR ETAPES (CONVERSATIONNEL) --- */
.booking-section {
  background-color: var(--bg-card);
  border-top: 1px solid var(--copper-primary);
  border-bottom: 1px solid var(--copper-primary);
  padding: 56px 0 72px 0;
}

.booking-form-box {
  max-width: 680px;
  margin: 0 auto;
  background: var(--bg-pure);
  padding: 36px;
  border-radius: var(--radius-md);
  border: var(--hairline-border);
  box-shadow: var(--shadow-hover);
}

/* Indicateur d'etapes */
.step-indicator {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin-bottom: 32px;
}

.step-dot {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--bg-card);
  border: 2px solid #c8b8b2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  color: var(--charcoal-muted);
  transition: all 0.4s ease;
  flex-shrink: 0;
}

.step-dot.active {
  background: var(--copper-primary);
  border-color: var(--copper-primary);
  color: #ffffff;
  box-shadow: 0 0 0 4px var(--copper-tint);
}

.step-dot.done {
  background: var(--copper-dark);
  border-color: var(--copper-dark);
  color: #ffffff;
}

.step-line {
  flex: 1;
  height: 2px;
  background: #c8b8b2;
  transition: background 0.4s ease;
  max-width: 56px;
}

.step-line.done {
  background: var(--copper-dark);
}

/* Contenu des etapes */
.booking-step {
  display: none;
  animation: fadeStep 0.35s ease;
}

.booking-step.active {
  display: block;
}

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

@keyframes shake {
  0%, 100% { transform: translateX(0); }
  20% { transform: translateX(-6px); }
  40% { transform: translateX(6px); }
  60% { transform: translateX(-4px); }
  80% { transform: translateX(4px); }
}

.step-question {
  font-family: 'Playfair Display', serif;
  font-size: clamp(20px, 3vw, 28px);
  color: var(--charcoal-deep);
  margin-bottom: 6px;
  line-height: 1.3;
}

.step-hint {
  font-size: 14px;
  color: var(--charcoal-muted);
  margin-bottom: 24px;
}

.step-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.step-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.step-field.full-width {
  grid-column: 1 / -1;
}

.step-field label {
  font-size: 12px;
  font-weight: 600;
  color: var(--charcoal-deep);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.step-field input,
.step-field select,
.step-field textarea {
  padding: 13px 14px;
  border: 1px solid #c8b8b2;
  border-radius: var(--radius-sm);
  background: var(--bg-surface);
  font-family: 'Manrope', sans-serif;
  font-size: 16px;
  color: var(--charcoal-deep);
  transition: all 0.25s ease;
  width: 100%;
}

.step-field input:focus,
.step-field select:focus,
.step-field textarea:focus {
  outline: none;
  border-color: var(--copper-dark);
  box-shadow: 0 0 0 3px var(--copper-tint);
  background: #ffffff;
}

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

/* Validation visuelle */
.step-field input:invalid:not(:placeholder-shown),
.step-field input.is-error {
  border-color: #dc3545;
  box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.1);
}

/* Navigation entre etapes */
.step-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid var(--bg-card);
  gap: 12px;
}

.step-nav-btn {
  padding: 12px 24px;
  border-radius: var(--radius-sm);
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  border: none;
  -webkit-tap-highlight-color: transparent;
  white-space: nowrap;
}

.step-nav-btn.prev {
  background: transparent;
  color: var(--charcoal-muted);
  border: 1px solid #c8b8b2;
}

.step-nav-btn.prev:hover {
  border-color: var(--copper-primary);
  color: var(--copper-dark);
}

.step-nav-btn.next {
  background: var(--copper-primary);
  color: #ffffff;
}

.step-nav-btn.next:hover {
  background: var(--copper-dark);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(127, 80, 62, 0.35);
}

.step-nav-btn.submit {
  background: var(--copper-dark);
  color: #ffffff;
  font-size: 15px;
  padding: 13px 32px;
}

.step-nav-btn.submit:hover {
  background: var(--charcoal-deep);
  transform: translateY(-2px);
}

/* Loading state sur le bouton submit */
.step-nav-btn.submit.is-loading {
  opacity: 0.7;
  pointer-events: none;
  position: relative;
}

.step-nav-btn.submit.is-loading::after {
  content: '';
  position: absolute;
  width: 16px; height: 16px;
  border: 2px solid rgba(255,255,255,0.3);
  border-top-color: #fff;
  border-radius: 50%;
  animation: spin 0.6s linear infinite;
  right: 14px;
  top: 50%;
  margin-top: -8px;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

.step-secure-note {
  font-size: 12px;
  color: #84746e;
  text-align: center;
  margin-top: 14px;
}

/* Feedback de soumission */
.booking-feedback {
  display: none;
  padding: 16px;
  margin-top: 20px;
  border-radius: var(--radius-sm);
  font-size: 14px;
  line-height: 1.5;
}

.booking-feedback.success {
  display: block;
  background: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}

.booking-feedback.error {
  display: block;
  background: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}

/* --- SUITES & CARTES DE LUXE (SOFT BEIGE CONTAINERS) --- */
.suites-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 28px;
  margin-top: 40px;
}

.suite-card {
  background: var(--bg-card);
  border: var(--hairline-border);
  border-radius: var(--radius-md);
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  flex-direction: column;
  -webkit-tap-highlight-color: transparent;
}

.suite-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-hover);
  border-color: var(--copper-primary);
}

.suite-img-wrapper {
  position: relative;
  height: 220px;
  overflow: hidden;
}

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

.suite-card:hover .suite-img-wrapper img {
  transform: scale(1.06);
}

.suite-badge {
  position: absolute;
  bottom: 12px;
  left: 12px;
  background: var(--glass-bg);
  backdrop-filter: var(--glass-blur);
  padding: 5px 12px;
  border-radius: var(--radius-pill);
  font-size: 11px;
  font-weight: 700;
  color: var(--copper-dark);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.suite-info {
  padding: 24px 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.suite-info h3 {
  font-size: 22px;
  margin-bottom: 10px;
}

.suite-price {
  font-size: 18px;
  font-weight: 700;
  color: var(--copper-dark);
  margin-bottom: 12px;
  display: flex;
  align-items: baseline;
  gap: 6px;
}

.suite-price span {
  font-size: 13px;
  font-weight: 500;
  color: var(--charcoal-muted);
}

.suite-features {
  list-style: none;
  margin-bottom: 20px;
  flex: 1;
}

.suite-features li {
  font-size: 13px;
  color: var(--charcoal-muted);
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.suite-features li::before {
  content: "✓";
  color: var(--copper-dark);
  font-weight: bold;
}

/* --- SECTION PROXIMITÉ AÉROPORT YASSA (GRID ASYMÉTRIQUE) --- */
.split-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: start;
}

.split-img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: var(--radius-md);
  border: var(--copper-border);
  box-shadow: var(--shadow-soft);
}

/* --- GALERIE FLUIDE (LIGHTBOX STYLE) --- */
.gallery-showcase {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 40px;
}

.gallery-tile {
  height: 220px;
  border-radius: var(--radius-sm);
  overflow: hidden;
  position: relative;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.gallery-tile img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease, filter 0.3s ease;
}

.gallery-tile:hover img,
.gallery-tile:active img {
  transform: scale(1.06);
  filter: brightness(0.9);
}

.gallery-caption {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 10px 12px;
  background: linear-gradient(180deg, transparent 0%, rgba(30,27,19,0.85) 100%);
  color: white;
  font-size: 13px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.gallery-tile:hover .gallery-caption,
.gallery-tile:active .gallery-caption { opacity: 1; }

/* --- SOCIAL PROOF / AVIS CLIENTS GOOGLE BUSINESS --- */
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  margin-top: 40px;
}

.review-card {
  background: var(--bg-pure);
  border: var(--hairline-border);
  padding: 24px;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-soft);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.stars {
  color: #ffb400;
  font-size: 16px;
  margin-bottom: 12px;
}

.review-card p {
  font-style: italic;
  color: var(--charcoal-deep);
  font-size: 14px;
  margin-bottom: 16px;
  line-height: 1.7;
}

.review-author {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--bg-card);
  padding-top: 14px;
}

.review-author strong { font-size: 13px; color: var(--copper-dark); }
.review-author span { font-size: 12px; color: var(--charcoal-muted); }

/* --- WIDGET WHATSAPP FLOTTANT INCONTOURNABLE --- */
.whatsapp-floating {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--glass-bg);
  backdrop-filter: var(--glass-blur);
  padding: 8px 16px 8px 12px;
  border: 2px solid var(--copper-primary);
  border-radius: var(--radius-pill);
  box-shadow: 0 8px 24px rgba(30, 27, 19, 0.15);
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  animation: pulse-border 2.5s infinite;
}

@keyframes pulse-border {
  0% { box-shadow: 0 0 0 0 rgba(166, 114, 94, 0.4); }
  70% { box-shadow: 0 0 0 10px rgba(166, 114, 94, 0); }
  100% { box-shadow: 0 0 0 0 rgba(166, 114, 94, 0); }
}

.whatsapp-floating:hover {
  transform: translateY(-3px) scale(1.03);
  background: var(--copper-dark);
}

.whatsapp-floating:hover .wa-text, .whatsapp-floating:hover .wa-sub {
  color: white !important;
}

.wa-icon {
  width: 36px; height: 36px;
  background: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 20px;
  font-weight: bold;
  flex-shrink: 0;
}

.wa-content { display: flex; flex-direction: column; }
.wa-text { font-size: 13px; font-weight: 700; color: var(--charcoal-deep); line-height: 1.1; }
.wa-sub { font-size: 10px; color: var(--copper-dark); font-weight: 600; text-transform: uppercase; }

/* --- FOOTER ÉLÉGANT --- */
footer {
  background-color: var(--charcoal-deep);
  color: var(--bg-offwhite);
  padding: 60px 0 28px 0;
  border-top: 3px solid var(--copper-primary);
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 40px;
  margin-bottom: 48px;
}

footer h4 {
  color: var(--copper-light);
  font-size: 16px;
  margin-bottom: 16px;
}

footer p, footer li a {
  font-size: 13px;
  color: #c8b8b2;
  text-decoration: none;
  line-height: 1.8;
  transition: color 0.2s;
}

footer li a:hover { color: var(--copper-light); text-decoration: underline; }
footer ul { list-style: none; }

.footer-bottom {
  border-top: 1px solid #333027;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: #84746e;
}

/* =======================================================================
   RESPONSIVE — TABLETTE (768px–992px)
   ======================================================================= */
@media (max-width: 992px) {
  .split-section { grid-template-columns: 1fr; gap: 32px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
  .gallery-showcase { grid-template-columns: repeat(3, 1fr); }
  .suites-grid { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
  .section-pad { padding: 64px 0; }
}

/* =======================================================================
   RESPONSIVE — MOBILE (< 768px)
   ======================================================================= */
@media (max-width: 768px) {
  /* NAVBAR MOBILE : hamburger */
  .nav-toggle-label {
    display: flex;
  }

  .nav-links {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--glass-bg);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border: var(--copper-border);
    border-radius: 0 0 var(--radius-md) var(--radius-md);
    flex-direction: column;
    padding: 16px 24px 20px;
    gap: 0;
    box-shadow: 0 12px 32px rgba(30, 27, 19, 0.12);
    transform: translateY(-8px);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
  }

  .nav-toggle:checked ~ .nav-links {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  .nav-links li {
    width: 100%;
  }

  .nav-links a {
    display: block;
    padding: 12px 0;
    font-size: 14px;
    border-bottom: 1px solid rgba(214, 194, 188, 0.4);
  }

  .nav-links li:last-child a {
    border-bottom: none;
  }

  .nav-links a.btn {
    margin-top: 8px;
    text-align: center;
    border-bottom: none;
  }

  .nav-toggle:checked ~ .nav-toggle-label span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  .nav-toggle:checked ~ .nav-toggle-label span:nth-child(2) {
    opacity: 0;
  }
  .nav-toggle:checked ~ .nav-toggle-label span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .lang-switch {
    display: none;
  }

  .nav-lang-mobile {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 0;
    width: 100%;
  }

  .nav-lang-mobile a {
    display: inline;
    padding: 0;
    border-bottom: none;
    font-size: 13px;
  }

  /* HERO mobile */
  .hero {
    min-height: 75vh;
    padding-top: 70px;
  }

  .hero-content {
    padding: 32px 0 130px 0;
  }

  .hero-content h1 {
    font-size: 28px;
  }

  .hero-content p.body-text {
    font-size: 15px;
    margin-bottom: 20px;
  }

  .hero-cta {
    flex-direction: column;
  }

  .hero-cta .btn {
    width: 100%;
    text-align: center;
    justify-content: center;
    padding: 14px 20px;
  }

  /* BOOKING BAR mobile */
  .hero-booking-bar {
    padding: 12px 0;
  }

  .hero-booking-bar .container {
    flex-direction: column;
    gap: 8px;
  }

  .booking-bar-field {
    min-width: 100%;
  }

  .booking-bar-btn {
    width: 100%;
    margin-top: 4px;
    padding: 12px 20px;
  }

  /* SECTIONS */
  .section-pad { padding: 52px 0; }

  .container {
    padding: 0 16px;
  }

  /* FORMULAIRE mobile */
  .booking-section {
    padding: 40px 0 56px 0;
  }

  .booking-form-box {
    padding: 24px 20px;
  }

  .step-fields {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .step-question {
    font-size: 20px;
  }

  .step-hint {
    font-size: 13px;
    margin-bottom: 20px;
  }

  .step-nav {
    flex-direction: column-reverse;
    gap: 10px;
  }

  .step-nav-btn {
    width: 100%;
    text-align: center;
    padding: 14px 20px;
  }

  .step-indicator {
    margin-bottom: 24px;
  }

  .step-dot {
    width: 30px;
    height: 30px;
    font-size: 12px;
  }

  .step-line {
    max-width: 28px;
  }

  /* SUITES mobile */
  .suites-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .suite-img-wrapper {
    height: 200px;
  }

  .suite-info {
    padding: 20px 16px;
  }

  .suite-info h3 {
    font-size: 20px;
  }

  /* GALERIE mobile */
  .gallery-showcase {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }

  .gallery-tile {
    height: 160px;
  }

  .gallery-caption {
    opacity: 1;
    font-size: 12px;
    padding: 8px;
  }

  /* MAP mobile */
  .split-section {
    gap: 28px;
  }

  .split-section iframe,
  .split-section div[style*="height:420px"] {
    height: 280px !important;
  }

  /* REVIEWS mobile */
  .reviews-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .review-card {
    padding: 20px;
  }

  /* FOOTER mobile */
  footer {
    padding: 48px 0 24px 0;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }

  /* WHATSAPP mobile */
  .whatsapp-floating {
    bottom: 16px;
    right: 16px;
    padding: 6px 12px 6px 8px;
  }

  .wa-text { font-size: 12px; }
  .wa-sub { font-size: 9px; }
  .wa-icon { width: 32px; height: 32px; font-size: 18px; }
}

/* =======================================================================
   RESPONSIVE — PETIT MOBILE (< 400px)
   ======================================================================= */
@media (max-width: 400px) {
  .navbar {
    padding: 8px 14px;
  }

  .nav-brand-text {
    font-size: 15px;
  }

  .nav-brand img {
    height: 30px;
  }

  .hero-content h1 {
    font-size: 24px;
  }

  .section-subtitle {
    font-size: 11px;
    letter-spacing: 0.1em;
  }

  h2.section-title {
    font-size: 22px;
  }

  .gallery-showcase {
    grid-template-columns: 1fr 1fr;
    gap: 6px;
  }

  .gallery-tile {
    height: 130px;
  }
}
