/* ============================================================================
   TIZI ALLIANCE — FEUILLE DE STYLE
   Design premium · ivoire / noir / or / émeraude
   (Vous n'avez normalement pas besoin de modifier ce fichier.)
   ============================================================================ */

:root {
  --ivory: #FBF8F3;
  --cream: #F3ECE0;
  --black: #14110E;
  --black-2: #1d1812;
  --ink: #2a2118;
  --gold: #C9A24B;
  --gold-soft: #E6D3A3;
  --champagne: #efe2c4;
  --emerald: #1f7d63;
  --emerald-deep: #14563f;
  --muted: #7d6f5c;
  --line: rgba(201, 162, 75, 0.28);

  --font-serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --font-sans: "Jost", -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;

  --container: 1200px;
  --radius: 18px;
  --shadow-soft: 0 18px 50px -24px rgba(20, 17, 14, 0.45);
  --shadow-gold: 0 14px 40px -18px rgba(201, 162, 75, 0.55);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

/* ------------------------------ Reset ------------------------------ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-sans);
  color: var(--ink);
  background: var(--ivory);
  line-height: 1.65;
  font-weight: 300;
  overflow-x: hidden;
  letter-spacing: 0.2px;
}
img { max-width: 100%; display: block; height: auto; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; }
h1, h2, h3 { font-family: var(--font-serif); font-weight: 500; line-height: 1.12; letter-spacing: 0.3px; }

.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 clamp(20px, 5vw, 48px); }
.section { padding: clamp(72px, 11vw, 140px) 0; }

/* Typographie de sections */
.eyebrow {
  display: inline-block;
  font-size: 0.74rem;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 18px;
  font-weight: 500;
}
.eyebrow::before { content: "— "; opacity: 0.7; }
.section-head { max-width: 720px; margin: 0 auto clamp(40px, 6vw, 70px); text-align: center; }
.section-head h2 { font-size: clamp(2rem, 5vw, 3.3rem); color: var(--ink); }
.section-sub { margin-top: 16px; color: var(--muted); font-size: 1.05rem; }

/* ------------------------------ Boutons ------------------------------ */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 15px 30px;
  border-radius: 999px;
  font-family: var(--font-sans);
  font-size: 0.85rem; font-weight: 500; letter-spacing: 1.5px; text-transform: uppercase;
  transition: transform .4s var(--ease), box-shadow .4s var(--ease), background .4s var(--ease), color .4s var(--ease);
  white-space: nowrap;
}
.btn:hover { transform: translateY(-3px); }
.btn--gold {
  background: linear-gradient(135deg, var(--gold-soft), var(--gold));
  color: #2a2008; box-shadow: var(--shadow-gold);
}
.btn--gold:hover { box-shadow: 0 20px 46px -16px rgba(201, 162, 75, 0.75); }
.btn--ghost { background: rgba(255,255,255,0.08); color: #fff; border: 1px solid rgba(255,255,255,0.5); backdrop-filter: blur(4px); }
.btn--ghost:hover { background: rgba(255,255,255,0.16); }
.btn--outline { border: 1px solid var(--line); color: var(--ink); }
.btn--outline:hover { background: var(--ink); color: var(--ivory); border-color: var(--ink); }
.btn--lg { padding: 18px 40px; font-size: 0.9rem; }

/* ------------------------------ Scroll progress ------------------------------ */
.scroll-progress {
  position: fixed; top: 0; left: 0; height: 3px; width: 0%;
  background: linear-gradient(90deg, var(--gold-soft), var(--gold), var(--emerald));
  z-index: 1000; transition: width .1s linear;
}

/* ------------------------------ Header ------------------------------ */
.header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 900;
  padding: 22px 0; transition: padding .4s var(--ease), background .4s var(--ease), box-shadow .4s var(--ease);
}
.header.scrolled {
  padding: 12px 0;
  background: rgba(20, 17, 14, 0.78);
  backdrop-filter: blur(14px) saturate(140%);
  box-shadow: 0 10px 30px -20px rgba(0,0,0,0.6);
  border-bottom: 1px solid rgba(201,162,75,0.18);
}
.header__inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }

.brand { display: flex; align-items: center; gap: 12px; color: #fff; }
.brand__logo {
  width: 46px; height: 46px; border-radius: 50%; object-fit: cover;
  border: 1.5px solid var(--gold); box-shadow: 0 4px 14px -4px rgba(0,0,0,0.5);
  background: #fff; flex-shrink: 0;
}
.brand__mark { color: var(--gold); display: flex; }
.brand__name { font-family: var(--font-serif); font-size: 1.35rem; letter-spacing: 4px; font-weight: 600; line-height: 1; }
.brand__tag { display: block; font-size: 0.62rem; letter-spacing: 2.5px; text-transform: uppercase; color: var(--gold-soft); margin-top: 4px; }
.brand__text { display: flex; flex-direction: column; }

.nav { display: flex; align-items: center; gap: 38px; }
.nav__list { display: flex; gap: 30px; }
.nav__list a {
  color: rgba(255,255,255,0.86); font-size: 0.82rem; letter-spacing: 1.5px; text-transform: uppercase;
  position: relative; padding: 6px 0; transition: color .3s;
}
.nav__list a::after {
  content: ""; position: absolute; left: 0; bottom: 0; height: 1px; width: 0;
  background: var(--gold); transition: width .35s var(--ease);
}
.nav__list a:hover { color: #fff; }
.nav__list a:hover::after { width: 100%; }
.nav__close, .nav-toggle { display: none; }

.nav-toggle { display: none; flex-direction: column; gap: 6px; width: 30px; padding: 6px; z-index: 950; }
.nav-toggle span { display: block; height: 2px; width: 100%; background: #fff; border-radius: 2px; transition: transform .35s var(--ease), opacity .25s; }

/* ------------------------------ Hero ------------------------------ */
.hero { position: relative; min-height: 100svh; display: flex; align-items: center; color: #fff; overflow: hidden; }
.hero__bg { position: absolute; inset: 0; z-index: 0; }
.hero__bg .slide {
  position: absolute; inset: 0; background-size: cover; background-position: center;
  opacity: 0; transition: opacity 1.6s ease; transform: scale(1.05); animation: heroZoom 14s ease-in-out infinite alternate;
}
.hero__bg .slide.active { opacity: 1; }
@keyframes heroZoom { from { transform: scale(1.04); } to { transform: scale(1.14); } }
.hero__overlay {
  position: absolute; inset: 0; z-index: 1;
  background:
    linear-gradient(180deg, rgba(20,17,14,0.55) 0%, rgba(20,17,14,0.25) 35%, rgba(20,17,14,0.78) 100%),
    radial-gradient(120% 80% at 50% 20%, rgba(201,162,75,0.12), transparent 60%);
}
.hero__content { position: relative; z-index: 2; max-width: 880px; padding-top: 60px; padding-bottom: 60px; }
.hero__label {
  font-size: 0.8rem; letter-spacing: 5px; text-transform: uppercase; color: var(--gold-soft);
  margin-bottom: 26px; padding: 8px 18px; border: 1px solid rgba(230,211,163,0.4); border-radius: 999px; display: inline-block;
}
.hero__title { font-size: clamp(2.6rem, 7vw, 5.2rem); font-weight: 500; max-width: 14ch; }
.hero__subtitle { margin-top: 26px; font-size: clamp(1.05rem, 2.2vw, 1.35rem); max-width: 56ch; color: rgba(255,255,255,0.9); font-weight: 300; }
.hero__cta { margin-top: 40px; display: flex; flex-wrap: wrap; gap: 16px; }

.hero__scroll { position: absolute; bottom: 34px; left: 50%; transform: translateX(-50%); z-index: 2; }
.hero__scroll-line { display: block; width: 1px; height: 56px; background: linear-gradient(var(--gold-soft), transparent); position: relative; overflow: hidden; }
.hero__scroll-line::after {
  content: ""; position: absolute; top: -50%; left: 0; width: 100%; height: 50%;
  background: var(--gold); animation: scrollDot 2.2s var(--ease) infinite;
}
@keyframes scrollDot { 0% { top: -50%; } 60%,100% { top: 100%; } }

/* ------------------------------ Intro ------------------------------ */
.intro__grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(36px, 6vw, 84px); align-items: center; }
.intro__media { position: relative; }
.intro__media img { border-radius: var(--radius); box-shadow: var(--shadow-soft); width: 100%; object-fit: cover; aspect-ratio: 4 / 5; }
.intro__frame { position: absolute; inset: 18px -18px -18px 18px; border: 1px solid var(--gold); border-radius: var(--radius); z-index: -1; }
.intro__text h2 { font-size: clamp(2rem, 4.5vw, 3.2rem); color: var(--ink); margin-bottom: 22px; }
.intro__text p { color: var(--muted); margin-bottom: 18px; font-size: 1.08rem; }
.intro__signature { font-family: var(--font-serif); font-style: italic; color: var(--gold) !important; font-size: 1.35rem !important; margin-top: 26px; }

/* ------------------------------ Événements ------------------------------ */
.events__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 26px; }
.event-card {
  position: relative; border-radius: var(--radius); overflow: hidden; min-height: 360px;
  display: flex; align-items: flex-end; color: #fff; box-shadow: var(--shadow-soft);
  isolation: isolate;
}
.event-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; transition: transform 1s var(--ease); }
.event-card::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(180deg, rgba(20,17,14,0) 30%, rgba(20,17,14,0.85) 100%);
  transition: background .5s;
}
.event-card:hover img { transform: scale(1.08); }
.event-card:hover::after { background: linear-gradient(180deg, rgba(20,17,14,0.1) 10%, rgba(20,17,14,0.9) 100%); }
.event-card__body { padding: 30px; position: relative; z-index: 1; }
.event-card__icon { color: var(--gold-soft); margin-bottom: 14px; }
.event-card h3 { font-size: 1.7rem; margin-bottom: 8px; }
.event-card p { color: rgba(255,255,255,0.85); font-size: 0.98rem; }

/* ------------------------------ Galerie (masonry) ------------------------------ */
.gallery__grid { columns: 3; column-gap: 18px; }
.gallery__item {
  break-inside: avoid; margin-bottom: 18px; border-radius: 14px; overflow: hidden;
  position: relative; cursor: pointer; box-shadow: var(--shadow-soft);
}
.gallery__item img { width: 100%; transition: transform .8s var(--ease); }
.gallery__item::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(20,17,14,0.5));
  opacity: 0; transition: opacity .5s;
}
.gallery__item:hover img { transform: scale(1.07); }
.gallery__item:hover::after { opacity: 1; }
.gallery__zoom {
  position: absolute; bottom: 14px; right: 14px; z-index: 2; color: #fff;
  background: rgba(20,17,14,0.5); border-radius: 50%; width: 40px; height: 40px;
  display: grid; place-items: center; opacity: 0; transform: translateY(8px); transition: all .4s var(--ease);
}
.gallery__item:hover .gallery__zoom { opacity: 1; transform: translateY(0); }

/* ------------------------------ Atouts ------------------------------ */
.features { background: var(--black); color: #fff; }
.features .eyebrow { color: var(--gold); }
.features .section-head h2 { color: var(--ivory); }
.features__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 22px; }
.feature-card {
  padding: 36px 30px; border: 1px solid rgba(201,162,75,0.2); border-radius: var(--radius);
  background: linear-gradient(160deg, rgba(255,255,255,0.04), rgba(255,255,255,0.01));
  transition: transform .5s var(--ease), border-color .5s, background .5s;
}
.feature-card:hover { transform: translateY(-6px); border-color: rgba(201,162,75,0.55); background: linear-gradient(160deg, rgba(201,162,75,0.1), rgba(255,255,255,0.02)); }
.feature-card__icon { color: var(--gold); margin-bottom: 18px; }
.feature-card h3 { font-size: 1.45rem; color: var(--gold-soft); margin-bottom: 10px; }
.feature-card p { color: rgba(255,255,255,0.7); font-size: 0.98rem; }

/* ------------------------------ Processus ------------------------------ */
.process { background: var(--cream); }
.process__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 30px; }
.process-step { text-align: center; padding: 24px; }
.process-step__num {
  width: 64px; height: 64px; margin: 0 auto 20px; border-radius: 50%;
  display: grid; place-items: center; font-family: var(--font-serif); font-size: 1.6rem;
  color: var(--gold); border: 1px solid var(--gold); background: #fff;
}
.process-step h3 { font-size: 1.4rem; margin-bottom: 10px; color: var(--ink); }
.process-step p { color: var(--muted); }
.process__note {
  max-width: 640px; margin: 50px auto 0; text-align: center; font-style: italic;
  color: var(--muted); padding: 18px 26px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
}

/* ------------------------------ Formulaire ------------------------------ */
.booking { background: var(--ivory); }
.booking__grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(36px, 6vw, 70px); align-items: start; }
.booking__intro h2 { font-size: clamp(2rem, 4.5vw, 3rem); margin-bottom: 18px; color: var(--ink); }
.booking__intro p { color: var(--muted); margin-bottom: 14px; }
.booking__disclaimer { color: var(--gold) !important; font-weight: 500; font-size: 0.95rem; }
.booking__form {
  display: grid; grid-template-columns: 1fr 1fr; gap: 20px;
  background: #fff; padding: clamp(26px, 4vw, 44px); border-radius: var(--radius);
  box-shadow: var(--shadow-soft); border: 1px solid var(--line);
}
.field { display: flex; flex-direction: column; gap: 8px; }
.field--full { grid-column: 1 / -1; }
.field label { font-size: 0.8rem; letter-spacing: 1px; text-transform: uppercase; color: var(--ink); font-weight: 500; }
.field input, .field select, .field textarea {
  font-family: var(--font-sans); font-size: 1rem; padding: 13px 16px;
  border: 1px solid #e3dccd; border-radius: 12px; background: var(--ivory); color: var(--ink);
  transition: border-color .3s, box-shadow .3s; width: 100%;
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(201,162,75,0.18);
}
.field--error input, .field--error select { border-color: #c0532f; box-shadow: 0 0 0 3px rgba(192,83,47,0.14); }
.field__error { color: #c0532f; font-size: 0.82rem; min-height: 0; }
.booking__summary { background: var(--cream); border-radius: 12px; padding: 20px 24px; border: 1px dashed var(--gold); }
.booking__summary h3 { font-size: 1.2rem; color: var(--ink); margin-bottom: 10px; }
.booking__summary ul { display: grid; gap: 6px; }
.booking__summary li { font-size: 0.95rem; color: var(--muted); }
.booking__summary li strong { color: var(--ink); font-weight: 500; }
.booking__actions { display: flex; flex-direction: column; gap: 12px; align-items: flex-start; }
.booking__note { font-size: 0.85rem; color: var(--muted); }
.form-feedback { grid-column: 1/-1; font-size: 0.95rem; min-height: 1.2em; }
.form-feedback.success { color: var(--emerald); }
.form-feedback.error { color: #c0532f; }

/* ------------------------------ Contact ------------------------------ */
.contact { background: var(--black); color: #fff; }
.contact .eyebrow { color: var(--gold); }
.contact__grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: clamp(36px, 6vw, 70px); align-items: center; }
.contact__text h2 { font-size: clamp(2.2rem, 5vw, 3.4rem); color: var(--ivory); margin-bottom: 16px; }
.contact__address { color: rgba(255,255,255,0.75); font-size: 1.15rem; margin-bottom: 30px; }
.contact__actions { display: flex; flex-wrap: wrap; gap: 14px; }
.contact .btn--outline { color: #fff; border-color: rgba(255,255,255,0.35); }
.contact .btn--outline:hover { background: #fff; color: var(--ink); }
.contact__card {
  background: linear-gradient(160deg, rgba(201,162,75,0.14), rgba(255,255,255,0.03));
  border: 1px solid rgba(201,162,75,0.3); border-radius: var(--radius); padding: 4px;
}
.contact__card-inner { padding: 34px; }
.contact__card-eyebrow { color: var(--gold); letter-spacing: 3px; text-transform: uppercase; font-size: 0.78rem; margin-bottom: 20px; }
.contact__list { display: grid; gap: 14px; margin-bottom: 26px; }
.contact__list a { display: flex; align-items: center; gap: 12px; font-size: 1.15rem; color: var(--gold-soft); transition: color .3s; }
.contact__list a:hover { color: #fff; }
.contact__socials { display: flex; gap: 14px; }
.contact__socials a {
  width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center;
  border: 1px solid rgba(255,255,255,0.25); color: #fff; transition: all .35s var(--ease);
}
.contact__socials a:hover { background: var(--gold); color: var(--black); border-color: var(--gold); transform: translateY(-3px); }

/* ------------------------------ Réseaux sociaux ------------------------------ */
.social__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-bottom: 40px; }
.social__item { position: relative; border-radius: 14px; overflow: hidden; aspect-ratio: 1; box-shadow: var(--shadow-soft); }
.social__item img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.social__item:hover img { transform: scale(1.08); }
.social__item .social__icon {
  position: absolute; inset: 0; display: grid; place-items: center; color: #fff;
  background: rgba(20,17,14,0.35); opacity: 0; transition: opacity .4s;
}
.social__item:hover .social__icon { opacity: 1; }
.social__follow {
  max-width: 620px; margin: 0 auto 26px; text-align: center; color: var(--ink);
  font-family: var(--font-serif); font-size: clamp(1.2rem, 2.4vw, 1.55rem); font-style: italic;
}
.social__cta { display: flex; justify-content: center; flex-wrap: wrap; gap: 16px; }

/* ------------------------------ FAQ ------------------------------ */
.faq { background: var(--cream); }
.faq__wrap { max-width: 820px; }
.faq__list { display: grid; gap: 14px; }
.faq-item { background: #fff; border: 1px solid var(--line); border-radius: 14px; overflow: hidden; transition: box-shadow .4s; }
.faq-item.open { box-shadow: var(--shadow-soft); }
.faq-item__q {
  width: 100%; text-align: left; display: flex; justify-content: space-between; align-items: center; gap: 20px;
  padding: 22px 26px; font-family: var(--font-serif); font-size: 1.3rem; color: var(--ink);
}
.faq-item__icon { color: var(--gold); font-size: 1.5rem; transition: transform .4s var(--ease); flex-shrink: 0; line-height: 1; }
.faq-item.open .faq-item__icon { transform: rotate(45deg); }
.faq-item__a { max-height: 0; overflow: hidden; transition: max-height .5s var(--ease); }
.faq-item__a-inner { padding: 0 26px 24px; color: var(--muted); }

/* ------------------------------ Footer ------------------------------ */
.footer { background: #0e0c0a; color: #fff; padding: 70px 0 30px; }
.footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; padding-bottom: 50px; border-bottom: 1px solid rgba(255,255,255,0.1); }
.footer__logo {
  width: 74px; height: 74px; border-radius: 50%; object-fit: cover;
  border: 1.5px solid var(--gold); background: #fff; margin-bottom: 16px; display: block;
}
.footer__brand .brand__name { color: var(--gold-soft); }
.footer__follow { color: var(--gold-soft) !important; font-weight: 500; margin-bottom: 4px; }
.footer__motto { margin-top: 16px; color: rgba(255,255,255,0.6); font-family: var(--font-serif); font-style: italic; font-size: 1.25rem; max-width: 30ch; }
.footer__nav { display: flex; flex-direction: column; gap: 12px; }
.footer__nav a { color: rgba(255,255,255,0.7); font-size: 0.92rem; letter-spacing: 1px; transition: color .3s; }
.footer__nav a:hover { color: var(--gold); }
.footer__contact { display: flex; flex-direction: column; gap: 12px; }
.footer__contact a { color: rgba(255,255,255,0.7); transition: color .3s; font-size: 0.95rem; }
.footer__contact a:hover { color: var(--gold); }
.footer__bottom { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px; padding-top: 26px; }
.footer__bottom p { font-size: 0.82rem; color: rgba(255,255,255,0.45); }
.footer__credit { font-style: italic; }

/* ------------------------------ WhatsApp flottant ------------------------------ */
.wa-float {
  position: fixed; bottom: 24px; right: 24px; z-index: 800;
  width: 60px; height: 60px; border-radius: 50%;
  background: #25D366; color: #fff; display: grid; place-items: center;
  box-shadow: 0 12px 30px -8px rgba(37,211,102,0.6);
  animation: waPulse 2.6s ease-in-out infinite; transition: transform .3s;
}
.wa-float:hover { transform: scale(1.08); }
@keyframes waPulse {
  0%, 100% { box-shadow: 0 12px 30px -8px rgba(37,211,102,0.6), 0 0 0 0 rgba(37,211,102,0.4); }
  50% { box-shadow: 0 12px 30px -8px rgba(37,211,102,0.6), 0 0 0 14px rgba(37,211,102,0); }
}

/* ------------------------------ Lightbox ------------------------------ */
.lightbox {
  position: fixed; inset: 0; z-index: 1100; background: rgba(12,10,8,0.94);
  display: flex; align-items: center; justify-content: center;
  opacity: 0; visibility: hidden; transition: opacity .4s, visibility .4s; backdrop-filter: blur(4px);
}
.lightbox.open { opacity: 1; visibility: visible; }
.lightbox__img { max-width: 86vw; max-height: 82vh; border-radius: 10px; box-shadow: 0 30px 80px -20px rgba(0,0,0,0.8); }
.lightbox__close { position: absolute; top: 24px; right: 30px; font-size: 2.6rem; color: #fff; line-height: 1; }
.lightbox__nav {
  position: absolute; top: 50%; transform: translateY(-50%); font-size: 2rem; color: #fff;
  width: 56px; height: 56px; border-radius: 50%; background: rgba(255,255,255,0.08); transition: background .3s;
}
.lightbox__nav:hover { background: rgba(255,255,255,0.2); }
.lightbox__prev { left: 24px; }
.lightbox__next { right: 24px; }
.lightbox__caption { position: absolute; bottom: 26px; left: 50%; transform: translateX(-50%); color: rgba(255,255,255,0.85); font-family: var(--font-serif); font-size: 1.15rem; }

/* ------------------------------ Animations reveal ------------------------------ */
.reveal { opacity: 0; transform: translateY(34px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.reveal.visible { opacity: 1; transform: none; }

/* ------------------------------ Responsive ------------------------------ */
@media (max-width: 980px) {
  .intro__grid, .booking__grid, .contact__grid { grid-template-columns: 1fr; }
  .intro__media { max-width: 460px; margin: 0 auto; }
  .gallery__grid { columns: 2; }
  .social__grid { grid-template-columns: repeat(2, 1fr); }
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .booking__form { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  /* Menu mobile plein écran */
  .nav-toggle { display: flex; }
  .nav {
    position: fixed; inset: 0; flex-direction: column; justify-content: center; gap: 30px;
    background: rgba(16, 13, 10, 0.97); backdrop-filter: blur(10px);
    transform: translateX(100%); transition: transform .5s var(--ease); z-index: 940;
  }
  .nav.open { transform: translateX(0); }
  .nav__list { flex-direction: column; text-align: center; gap: 22px; }
  .nav__list a { font-size: 1.1rem; }
  .nav__close { display: block; position: absolute; top: 24px; right: 28px; font-size: 2.4rem; color: #fff; }
  .nav__cta { margin-top: 10px; }
  .nav-toggle.active span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
  .nav-toggle.active span:nth-child(2) { opacity: 0; }
  .nav-toggle.active span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

  .hero__cta { flex-direction: column; align-items: stretch; }
  .hero__cta .btn { width: 100%; }
  .gallery__grid { columns: 1; }
  .footer__grid { grid-template-columns: 1fr; }
  .footer__bottom { flex-direction: column; text-align: center; }
  .lightbox__nav { width: 46px; height: 46px; }
  .lightbox__prev { left: 10px; }
  .lightbox__next { right: 10px; }
}

/* ------------------------------ Accessibilité : réduire les animations ------------------------------ */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 0.001ms !important; scroll-behavior: auto !important; }
  .reveal { opacity: 1; transform: none; }
  .hero__bg .slide { animation: none; }
}

/* Focus visible accessible */
:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; border-radius: 4px; }
