/* ==============================
   RIAD HOUSSINE WAYBACK — CSS
   ============================== */

:root {
  --beige: #f5efe6;
  --beige-dark: #e8ddd0;
  --terracotta: #b85c38;
  --terracotta-light: #d4785a;
  --vert: #2d4a3e;
  --vert-light: #3d6b5a;
  --gold: #c9a84c;
  --gold-light: #dfc278;
  --cream: #faf6f0;
  --dark: #1a1108;
  --text: #3a2d1e;
  --text-light: #6b5d4f;
  --white: #ffffff;
  --shadow: 0 4px 40px rgba(26,17,8,.14);
  --shadow-lg: 0 12px 60px rgba(26,17,8,.22);
  --radius: 4px;
  --transition: .4s cubic-bezier(.25,.8,.25,1);
  --nav-h: 72px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

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

body {
  font-family: 'Jost', sans-serif;
  background: var(--cream);
  color: var(--text);
  overflow-x: hidden;
}

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

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

h1, h2, h3 { font-family: 'Cormorant Garamond', serif; line-height: 1.15; }
h1 { font-size: clamp(2.4rem, 6vw, 4.8rem); font-weight: 300; }
h2 { font-size: clamp(1.9rem, 4vw, 3rem); font-weight: 300; }
h3 { font-size: 1.4rem; font-weight: 400; }
em { font-style: italic; color: var(--gold); }
p { line-height: 1.75; color: var(--text-light); }

.section { padding: clamp(60px, 8vw, 120px) clamp(20px, 5vw, 80px); max-width: 1400px; margin: 0 auto; }

.section-header { text-align: center; margin-bottom: 60px; }
.section-pre { font-size: .75rem; font-weight: 500; letter-spacing: .25em; text-transform: uppercase; color: var(--terracotta); margin-bottom: 12px; }
.ornament { font-size: 1.5rem; color: var(--gold); margin-top: 16px; }

/* ============ REVEAL ANIMATIONS ============ */
.reveal { opacity: 0; transform: translateY(36px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
.delay-1 { transition-delay: .15s; }
.delay-2 { transition-delay: .3s; }
.delay-3 { transition-delay: .45s; }

/* ============ NAVBAR ============ */
#navbar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  height: var(--nav-h);
  transition: background var(--transition), box-shadow var(--transition);
}
#navbar.scrolled {
  background: rgba(26,17,8,.96);
  backdrop-filter: blur(12px);
  box-shadow: 0 2px 24px rgba(0,0,0,.3);
}
.nav-inner {
  max-width: 1400px; margin: 0 auto; height: 100%;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 clamp(20px, 4vw, 60px);
}
.logo {
  display: flex; align-items: center; gap: 12px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem; font-weight: 300;
  color: var(--white); letter-spacing: .04em;
  line-height: 1.3;
}
.logo-icon { font-size: 1.4rem; color: var(--gold); }
.logo em { color: var(--gold-light); font-style: italic; }

.nav-links {
  display: flex; align-items: center; gap: 32px;
  list-style: none;
}
.nav-links a {
  font-size: .8rem; font-weight: 400; letter-spacing: .1em; text-transform: uppercase;
  color: rgba(255,255,255,.8);
  transition: color var(--transition);
  position: relative;
}
.nav-links a::after {
  content: ''; position: absolute; bottom: -4px; left: 0; right: 0; height: 1px;
  background: var(--gold); transform: scaleX(0); transition: transform var(--transition);
}
.nav-links a:hover { color: var(--gold-light); }
.nav-links a:hover::after { transform: scaleX(1); }

.nav-cta {
  background: var(--gold) !important;
  color: var(--dark) !important;
  padding: 9px 22px !important;
  border-radius: var(--radius);
  font-weight: 500 !important;
  transition: background var(--transition), transform var(--transition) !important;
}
.nav-cta:hover { background: var(--gold-light) !important; transform: translateY(-2px); }
.nav-cta::after { display: none !important; }

.hamburger {
  display: none; flex-direction: column; gap: 5px; background: none; border: none;
  cursor: pointer; padding: 4px;
}
.hamburger span {
  display: block; width: 26px; height: 2px; background: var(--white);
  transition: transform .3s, opacity .3s;
}
.hamburger.open span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

/* ============ HERO ============ */
#hero {
  position: relative; height: 100vh; min-height: 600px;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
}
.hero-slides { position: absolute; inset: 0; }
.hero-slide {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  opacity: 0; transition: opacity 1.2s ease;
}
.hero-slide.active { opacity: 1; }
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(160deg, rgba(26,17,8,.72) 0%, rgba(26,17,8,.45) 50%, rgba(45,74,62,.5) 100%);
  z-index: 1;
}
.hero-pattern {
  position: absolute; inset: 0; z-index: 2; opacity: .04;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23c9a84c' fill-opacity='1'%3E%3Cpath d='M30 0l30 30-30 30L0 30z'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 40px 40px;
}
.hero-content {
  position: relative; z-index: 3; text-align: center;
  padding: 20px; max-width: 900px;
  display: flex; flex-direction: column; align-items: center; gap: 20px;
}
.hero-tagline {
  font-size: .75rem; font-weight: 500; letter-spacing: .35em; text-transform: uppercase;
  color: var(--gold-light); margin: 0;
}
.hero-content h1 { color: var(--white); text-shadow: 0 2px 20px rgba(0,0,0,.4); }
.hero-sub {
  color: rgba(255,255,255,.8); font-size: 1.05rem; font-weight: 300;
  max-width: 560px; text-align: center;
}
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; justify-content: center; }

.btn-primary {
  display: inline-block;
  background: var(--gold);
  color: var(--dark);
  font-family: 'Jost', sans-serif;
  font-size: .8rem; font-weight: 500;
  letter-spacing: .12em; text-transform: uppercase;
  padding: 14px 36px; border-radius: var(--radius);
  border: none; cursor: pointer;
  transition: background var(--transition), transform var(--transition), box-shadow var(--transition);
}
.btn-primary:hover {
  background: var(--gold-light);
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(201,168,76,.4);
}
.btn-ghost {
  display: inline-block;
  background: transparent;
  color: var(--white);
  font-size: .8rem; font-weight: 500; letter-spacing: .12em; text-transform: uppercase;
  padding: 13px 34px; border-radius: var(--radius);
  border: 1px solid rgba(255,255,255,.5);
  transition: border-color var(--transition), background var(--transition);
}
.btn-ghost:hover { border-color: var(--gold); color: var(--gold); }

.hero-scroll-hint {
  position: absolute; bottom: 40px; left: 50%; transform: translateX(-50%);
  z-index: 3; display: flex; flex-direction: column; align-items: center; gap: 10px;
  color: rgba(255,255,255,.5); font-size: .7rem; letter-spacing: .15em; text-transform: uppercase;
}
.scroll-line {
  width: 1px; height: 40px;
  background: linear-gradient(to bottom, rgba(255,255,255,.5), transparent);
  animation: scrollPulse 2s infinite;
}
@keyframes scrollPulse { 0%,100%{opacity:.5;transform:scaleY(1)} 50%{opacity:1;transform:scaleY(1.2)} }

.slide-dots {
  position: absolute; bottom: 20px; right: clamp(20px,4vw,60px);
  z-index: 3; display: flex; gap: 8px;
}
.slide-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: rgba(255,255,255,.4); cursor: pointer;
  transition: background .3s, transform .3s;
}
.slide-dot.active { background: var(--gold); transform: scale(1.4); }

/* ============ STRIP ============ */
.strip {
  background: var(--vert);
  padding: 16px 0; overflow: hidden;
}
.strip-inner {
  display: flex; gap: 48px; white-space: nowrap;
  animation: marquee 20s linear infinite;
}
.strip-inner span {
  font-size: .72rem; font-weight: 500; letter-spacing: .2em;
  text-transform: uppercase; color: var(--gold-light);
  flex-shrink: 0;
}
@keyframes marquee { from{transform:translateX(0)} to{transform:translateX(-50%)} }

/* ============ CHAMBRES ============ */
.chambres-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 28px;
}
.chambre-card {
  background: var(--white);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: transform var(--transition), box-shadow var(--transition);
}
.chambre-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); }

.chambre-img {
  height: 240px;
  background-size: cover; background-position: center;
  position: relative;
  overflow: hidden;
}
.chambre-img::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(26,17,8,.4) 0%, transparent 50%);
  transition: opacity var(--transition);
}
.chambre-card:hover .chambre-img::after { opacity: 0.2; }
.chambre-img { transform: scale(1); transition: transform var(--transition); }
.chambre-card:hover .chambre-img { transform: scale(1.04); }

.chambre-badge {
  position: absolute; top: 16px; left: 16px; z-index: 2;
  background: var(--terracotta); color: var(--white);
  font-size: .65rem; font-weight: 500; letter-spacing: .12em; text-transform: uppercase;
  padding: 5px 12px; border-radius: 2px;
}
.chambre-badge.gold { background: var(--gold); color: var(--dark); }

.chambre-body { padding: 24px; }
.chambre-body h3 { color: var(--dark); margin-bottom: 10px; }
.chambre-body p { font-size: .9rem; margin-bottom: 20px; }
.chambre-footer { display: flex; align-items: center; justify-content: space-between; }
.prix {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.6rem; font-weight: 600; color: var(--vert);
}
.prix small { font-size: .85rem; font-weight: 300; color: var(--text-light); }
.btn-small {
  display: inline-block;
  background: var(--vert); color: var(--white);
  font-size: .7rem; font-weight: 500; letter-spacing: .1em; text-transform: uppercase;
  padding: 9px 20px; border-radius: var(--radius);
  transition: background var(--transition);
}
.btn-small:hover { background: var(--vert-light); }

/* ============ À PROPOS ============ */
.apropos-section { background: var(--beige); max-width: 100%; }
.apropos-section > .apropos-grid { max-width: 1400px; margin: 0 auto; padding: clamp(60px,8vw,120px) clamp(20px,5vw,80px); }
.apropos-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.apropos-images { position: relative; height: 500px; }
.ap-img-main {
  position: absolute; inset: 0; right: 60px;
  background-size: cover; background-position: center;
  border-radius: 8px; box-shadow: var(--shadow-lg);
}
.ap-img-small {
  position: absolute; bottom: -32px; right: 0; width: 200px; height: 240px;
  background-size: cover; background-position: center;
  border-radius: 8px; border: 6px solid var(--cream);
  box-shadow: var(--shadow-lg);
}
.apropos-text h2 { margin-bottom: 12px; }
.apropos-text p { margin-bottom: 16px; }
.apropos-stats {
  display: flex; gap: 32px; margin-top: 36px;
  padding-top: 32px; border-top: 1px solid var(--beige-dark);
}
.apropos-stats div { display: flex; flex-direction: column; }
.apropos-stats strong {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.4rem; font-weight: 600; color: var(--terracotta); line-height: 1;
}
.apropos-stats span { font-size: .75rem; color: var(--text-light); letter-spacing: .08em; text-transform: uppercase; margin-top: 4px; }

/* ============ SERVICES ============ */
.services-section { background: var(--cream); max-width: 100%; }
.services-section > .services-grid,
.services-section > .section-header { max-width: 1400px; margin: 0 auto; }
.services-section { padding: clamp(60px,8vw,120px) clamp(20px,5vw,80px); }

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 28px;
  max-width: 1400px; margin: 0 auto;
}
.service-card {
  background: var(--white);
  padding: 40px 32px; border-radius: 8px;
  border-bottom: 3px solid transparent;
  transition: border-color var(--transition), transform var(--transition), box-shadow var(--transition);
  box-shadow: 0 2px 20px rgba(26,17,8,.07);
}
.service-card:hover {
  border-bottom-color: var(--gold);
  transform: translateY(-6px);
  box-shadow: var(--shadow);
}
.service-icon { font-size: 2rem; margin-bottom: 16px; }
.service-card h3 { color: var(--dark); margin-bottom: 12px; }
.service-card p { font-size: .9rem; }

/* ============ GALERIE ============ */
.galerie-section { background: var(--dark); max-width: 100%; }
.galerie-section .section-header { padding-top: clamp(60px,8vw,120px); padding-left: clamp(20px,5vw,80px); padding-right: clamp(20px,5vw,80px); }
.galerie-section .section-header h2 { color: var(--white); }
.galerie-section .section-pre { color: var(--gold); }
.galerie-section .ornament { color: var(--gold); }

.galerie-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 220px;
  gap: 6px;
  padding: 0 clamp(20px,5vw,80px) clamp(60px,8vw,120px);
}
.gal-item {
  background-size: cover; background-position: center;
  position: relative; overflow: hidden; cursor: pointer;
  border-radius: 4px;
}
.gal-large { grid-column: span 2; grid-row: span 2; }
.gal-overlay {
  position: absolute; inset: 0;
  background: rgba(26,17,8,.6);
  display: flex; align-items: flex-end; padding: 20px;
  opacity: 0; transition: opacity var(--transition);
}
.gal-item:hover .gal-overlay { opacity: 1; }
.gal-item:hover { transform: scale(1.02); z-index: 2; }
.gal-item { transition: transform .4s ease; }
.gal-overlay span {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem; color: var(--white); letter-spacing: .05em;
}

/* ============ LIGHTBOX ============ */
.lightbox {
  position: fixed; inset: 0; z-index: 2000;
  background: rgba(0,0,0,.92);
  display: none; align-items: center; justify-content: center;
}
.lightbox.open { display: flex; }
.lb-img {
  width: 80vw; height: 80vh; max-width: 1000px;
  background-size: contain; background-repeat: no-repeat; background-position: center;
}
.lb-close, .lb-prev, .lb-next {
  position: absolute; background: none; border: none; cursor: pointer;
  color: var(--white); font-size: 2rem; line-height: 1;
  transition: color .2s;
}
.lb-close { top: 24px; right: 32px; font-size: 1.4rem; }
.lb-prev { left: 20px; }
.lb-next { right: 20px; }
.lb-close:hover, .lb-prev:hover, .lb-next:hover { color: var(--gold); }
.lb-caption {
  position: absolute; bottom: 24px;
  color: rgba(255,255,255,.7);
  font-family: 'Cormorant Garamond', serif; font-size: 1rem; letter-spacing: .05em;
}

/* ============ AVIS ============ */
.avis-section { background: var(--beige); max-width: 100%; padding: clamp(60px,8vw,120px) clamp(20px,5vw,80px); }
.avis-track-wrap { overflow: hidden; position: relative; margin-bottom: 48px; }
.avis-track {
  display: flex; gap: 24px;
  transition: transform .5s cubic-bezier(.25,.8,.25,1);
}
.avis-card {
  min-width: 340px; flex-shrink: 0;
  background: var(--white); padding: 36px;
  border-radius: 8px; box-shadow: var(--shadow);
  border-left: 3px solid var(--gold);
}
.stars { font-size: 1.1rem; color: var(--gold); margin-bottom: 16px; letter-spacing: 3px; }
.avis-card p { font-style: italic; font-size: .95rem; margin-bottom: 20px; }
.avis-author { display: flex; flex-direction: column; }
.avis-author span { font-weight: 500; font-size: .9rem; color: var(--dark); }
.avis-author small { font-size: .75rem; color: var(--text-light); margin-top: 2px; }
.avis-controls { display: flex; gap: 12px; margin-top: 24px; justify-content: center; }
.avis-controls button {
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--vert); color: var(--white);
  border: none; cursor: pointer; font-size: 1.3rem; line-height: 1;
  transition: background var(--transition), transform var(--transition);
}
.avis-controls button:hover { background: var(--terracotta); transform: scale(1.1); }

.booking-badge {
  display: flex; align-items: center; gap: 20px; justify-content: center;
}
.badge-score {
  font-family: 'Cormorant Garamond', serif;
  font-size: 3rem; font-weight: 600; color: var(--vert);
  background: var(--white); width: 80px; height: 80px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 8px; box-shadow: var(--shadow);
}
.badge-text { display: flex; flex-direction: column; gap: 4px; }
.badge-text strong { font-size: 1.2rem; color: var(--dark); }
.badge-text span { font-size: .8rem; color: var(--text-light); }
.badge-text a { font-size: .8rem; color: var(--terracotta); text-decoration: underline; }

/* ============ RÉSERVATION ============ */
.resa-section {
  position: relative; min-height: 80vh;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden; padding: clamp(80px,10vw,140px) clamp(20px,5vw,80px);
}
.resa-bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
}
.resa-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(26,17,8,.92) 0%, rgba(45,74,62,.88) 100%);
}
.resa-content {
  position: relative; z-index: 1;
  width: 100%; max-width: 820px;
}
.resa-form {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(201,168,76,.2);
  backdrop-filter: blur(10px);
  padding: 40px; border-radius: 8px;
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 20px; }
.form-group { display: flex; flex-direction: column; gap: 8px; margin-bottom: 0; }
.form-group label { font-size: .72rem; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; color: var(--gold-light); }
.form-group input, .form-group select, .form-group textarea {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.15);
  border-radius: var(--radius);
  padding: 12px 16px;
  color: var(--white); font-family: 'Jost', sans-serif; font-size: .9rem;
  transition: border-color var(--transition), background var(--transition);
  outline: none;
  -webkit-appearance: none;
}
.form-group select { color: var(--white); }
.form-group select option { background: var(--dark); color: var(--white); }
.form-group input::placeholder, .form-group textarea::placeholder { color: rgba(255,255,255,.35); }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus {
  border-color: var(--gold);
  background: rgba(255,255,255,.12);
}
.form-group { margin-bottom: 20px; }
.btn-full { width: 100%; justify-content: center; }

.resa-price-preview {
  background: rgba(201,168,76,.15); border: 1px solid var(--gold);
  border-radius: var(--radius); padding: 14px 18px; margin-bottom: 20px;
  color: var(--gold-light); font-size: .9rem; font-weight: 500;
}

.resa-success {
  text-align: center; padding: 48px 32px;
  color: var(--white);
}
.success-icon { font-size: 2.5rem; color: var(--gold); margin-bottom: 20px; animation: pulse 2s infinite; }
@keyframes pulse { 0%,100%{transform:scale(1)} 50%{transform:scale(1.1)} }
.resa-success h3 { font-size: 1.8rem; color: var(--white); margin-bottom: 12px; }
.resa-success p { color: rgba(255,255,255,.7); margin-bottom: 28px; }

.btn-whatsapp {
  display: inline-flex; align-items: center; gap: 10px;
  background: #25d366; color: var(--white);
  font-size: .8rem; font-weight: 500; letter-spacing: .08em; text-transform: uppercase;
  padding: 13px 28px; border-radius: var(--radius);
  transition: background var(--transition), transform var(--transition);
  border: none; cursor: pointer;
}
.btn-whatsapp:hover { background: #20ba5a; transform: translateY(-2px); }

/* ============ CONTACT ============ */
.contact-section { max-width: 100%; padding: clamp(60px,8vw,120px) clamp(20px,5vw,80px); }
.contact-grid {
  max-width: 1200px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start;
}
.contact-info h2 { margin-bottom: 12px; }
.contact-items { margin-top: 32px; display: flex; flex-direction: column; gap: 24px; }
.contact-item { display: flex; gap: 16px; align-items: flex-start; }
.ci-icon { font-size: 1.3rem; line-height: 1.5; flex-shrink: 0; }
.contact-item strong { display: block; font-size: .85rem; color: var(--dark); margin-bottom: 4px; font-weight: 500; }
.contact-item p { font-size: .9rem; margin: 0; }
.contact-item a { color: var(--terracotta); transition: color .2s; }
.contact-item a:hover { color: var(--vert); }
.contact-info .btn-whatsapp { margin-top: 32px; }

.contact-form-wrap {
  background: var(--white); padding: 40px; border-radius: 8px; box-shadow: var(--shadow);
}
.contact-form-wrap .form-group { margin-bottom: 20px; }
.contact-form-wrap label { font-size: .72rem; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; color: var(--text-light); display: block; margin-bottom: 8px; }
.contact-form-wrap input, .contact-form-wrap textarea {
  width: 100%;
  background: var(--beige);
  border: 1px solid var(--beige-dark);
  border-radius: var(--radius);
  padding: 12px 16px;
  font-family: 'Jost', sans-serif; font-size: .9rem; color: var(--text);
  outline: none;
  transition: border-color var(--transition);
}
.contact-form-wrap input:focus, .contact-form-wrap textarea:focus { border-color: var(--gold); }
.contact-success {
  margin-top: 16px; padding: 14px 18px;
  background: var(--vert); color: var(--white);
  border-radius: var(--radius); font-size: .9rem; text-align: center;
}

/* ============ FOOTER ============ */
.footer {
  background: var(--dark);
  position: relative; overflow: hidden;
  padding: 60px clamp(20px,5vw,80px) 32px;
  text-align: center;
}
.footer-pattern {
  position: absolute; inset: 0; opacity: .03;
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23c9a84c'%3E%3Cpath d='M20 0l20 20-20 20L0 20z'/%3E%3C/g%3E%3C/svg%3E");
}
.footer-inner { position: relative; z-index: 1; }
.footer-logo {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem; font-weight: 300; color: var(--white);
  margin-bottom: 12px;
}
.footer-logo em { color: var(--gold-light); font-style: italic; }
.footer-logo .logo-icon { font-size: 1.6rem; color: var(--gold); }
.footer-tagline {
  color: rgba(255,255,255,.4); font-size: .75rem; letter-spacing: .2em;
  text-transform: uppercase; margin-bottom: 28px;
}
.footer-links {
  display: flex; flex-wrap: wrap; gap: 20px; justify-content: center;
  margin-bottom: 32px;
}
.footer-links a {
  color: rgba(255,255,255,.6); font-size: .78rem; letter-spacing: .08em;
  text-transform: uppercase; transition: color .2s;
}
.footer-links a:hover { color: var(--gold-light); }
.footer-copy { color: rgba(255,255,255,.25); font-size: .72rem; }

/* ============ WHATSAPP FLOAT ============ */
.wa-float {
  position: fixed; bottom: 28px; right: 28px; z-index: 900;
  width: 54px; height: 54px; border-radius: 50%;
  background: #25d366; color: var(--white);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 20px rgba(37,211,102,.45);
  transition: transform var(--transition), box-shadow var(--transition);
  animation: waFloat 3s ease-in-out infinite;
}
.wa-float:hover { transform: translateY(-4px) scale(1.08); box-shadow: 0 8px 28px rgba(37,211,102,.6); }
@keyframes waFloat { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-5px)} }

/* ============ RESPONSIVE ============ */
@media (max-width: 1024px) {
  .apropos-grid, .contact-grid { grid-template-columns: 1fr; gap: 48px; }
  .apropos-images { height: 360px; }
  .galerie-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 768px) {
  .nav-links {
    position: fixed; top: var(--nav-h); left: 0; right: 0;
    background: rgba(26,17,8,.97);
    flex-direction: column; align-items: stretch;
    padding: 24px; gap: 8px;
    transform: translateY(-120%); opacity: 0;
    transition: transform .4s ease, opacity .4s ease;
    pointer-events: none;
  }
  .nav-links.open { transform: none; opacity: 1; pointer-events: all; }
  .nav-links li { padding: 4px 0; }
  .nav-links a { font-size: .9rem; padding: 8px 0; display: block; }
  .nav-cta { text-align: center; padding: 12px !important; }
  .hamburger { display: flex; }

  .hero-sub { display: none; }
  .form-row { grid-template-columns: 1fr; }
  .galerie-grid { grid-template-columns: repeat(2, 1fr); }
  .gal-large { grid-column: span 2; }
  .chambres-grid { grid-template-columns: 1fr; }
  .apropos-images { height: 260px; }
  .ap-img-small { display: none; }
  .avis-card { min-width: 280px; }
  .resa-form { padding: 24px 20px; }
  .contact-form-wrap { padding: 28px 20px; }
}

@media (max-width: 480px) {
  .galerie-grid { grid-template-columns: 1fr; grid-auto-rows: 200px; }
  .gal-large { grid-column: span 1; grid-row: span 1; }
  .hero-actions { flex-direction: column; }
  .btn-primary, .btn-ghost { text-align: center; }
  .apropos-stats { flex-direction: column; gap: 20px; }
  .strip-inner { animation-duration: 12s; }
  .booking-badge { flex-direction: column; }
}
