/* ==========================================================================
   Bernaoui Tourisme & Voyage — feuille de style principale
   Mobile-first · CSS vanilla · aucune dépendance
   ========================================================================== */

:root {
  /* Identité : brun du logo + sable/doré + bleu océan */
  --brown-900: #24140b;
  --brown: #3c2213;
  --brown-600: #5a3622;
  --gold: #c9973f;
  --gold-600: #b3822c;
  --gold-100: #f3e3c3;
  --sand: #f8f2e8;
  --sand-200: #efe4d2;
  --ocean: #0b5c7d;
  --ocean-700: #084863;
  --ocean-900: #06344a;
  --wa: #25d366;
  --wa-dark: #128c4a;

  --ink: #1f1a16;
  --muted: #6b6159;
  --line: #e6ddd0;
  --white: #fff;
  --error: #b42318;
  --success: #15803d;

  --font-head: "Poppins", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --font-body: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;

  --radius: 14px;
  --radius-lg: 22px;
  --shadow-sm: 0 1px 2px rgba(36, 20, 11, .06), 0 2px 8px rgba(36, 20, 11, .05);
  --shadow: 0 10px 30px -12px rgba(36, 20, 11, .25);
  --shadow-lg: 0 24px 50px -20px rgba(36, 20, 11, .35);
  --header-h: 68px;
  --ease: cubic-bezier(.2, .7, .2, 1);
}

/* ---------- Reset léger ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 12px); -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.65;
  color: var(--ink);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img, svg, iframe { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; color: inherit; }
h1, h2, h3 { font-family: var(--font-head); line-height: 1.2; margin: 0 0 .5em; color: var(--brown-900); }
p { margin: 0 0 1em; }
ul { margin: 0; padding: 0; list-style: none; }
address { font-style: normal; }
abbr[title] { text-decoration: none; }

:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; border-radius: 6px; }

.skip-link {
  position: absolute; left: 12px; top: -60px; z-index: 200;
  background: var(--brown); color: var(--white); padding: .6rem 1rem; border-radius: 8px;
}
.skip-link:focus { top: 12px; }

.container { width: 100%; max-width: 1200px; margin-inline: auto; padding-inline: 16px; }
@media (min-width: 640px) { .container { padding-inline: 24px; } }

.ico {
  width: 1.25em; height: 1.25em; flex-shrink: 0;
  fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round;
}

/* ---------- Boutons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  min-height: 46px; padding: .7rem 1.35rem;
  border: 2px solid transparent; border-radius: 999px;
  font-family: var(--font-head); font-weight: 600; font-size: .95rem; line-height: 1.1;
  cursor: pointer; white-space: nowrap;
  transition: background-color .2s, color .2s, border-color .2s, transform .2s var(--ease), box-shadow .2s;
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.btn .ico { width: 1.1em; height: 1.1em; }
.btn-gold { background: var(--gold); color: var(--brown-900); box-shadow: 0 6px 18px -8px rgba(201, 151, 63, .8); }
.btn-gold:hover { background: #d6a64f; }
.btn-primary { background: var(--ocean); color: var(--white); }
.btn-primary:hover { background: var(--ocean-700); }
.btn-outline { border-color: var(--brown); color: var(--brown); background: transparent; }
.btn-outline:hover { background: var(--brown); color: var(--white); }
.btn-wa { background: var(--wa-dark); color: var(--white); }
.btn-wa:hover { background: #0e743c; }
.btn-sm { min-height: 40px; padding: .5rem 1rem; font-size: .875rem; }
.btn-block { width: 100%; }
.link-btn { background: none; border: 0; padding: .25rem; color: var(--ocean); text-decoration: underline; cursor: pointer; }

/* ---------- Titres de section ---------- */
.section { padding-block: 72px; }
@media (min-width: 900px) { .section { padding-block: 104px; } }
.section-sand { background: var(--sand); }
.section-ocean { background: linear-gradient(160deg, var(--ocean-900), var(--ocean) 70%); color: #dbe9ef; }

.section-head { max-width: 680px; margin: 0 auto 44px; text-align: center; }
.section-head h2 { font-size: clamp(1.7rem, 4vw, 2.5rem); }
.section-head p:last-child { color: var(--muted); margin: 0; }
.section-head-light h2 { color: var(--white); }

.eyebrow {
  display: inline-flex; align-items: center; gap: .6rem; margin-bottom: .75rem;
  font-family: var(--font-head); font-size: .8rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase;
  color: var(--gold-600);
}
.eyebrow::before { content: ""; width: 26px; height: 2px; background: currentColor; border-radius: 2px; }
.eyebrow-light { color: var(--gold-100); }

/* ==========================================================================
   HEADER
   ========================================================================== */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255, 255, 255, .96);
  -webkit-backdrop-filter: saturate(160%) blur(10px);
  backdrop-filter: saturate(160%) blur(10px);
  border-bottom: 1px solid transparent;
  transition: box-shadow .25s, border-color .25s;
}
.site-header.is-scrolled { box-shadow: var(--shadow-sm); border-bottom-color: var(--line); }
.header-inner { display: flex; align-items: center; gap: 12px; height: var(--header-h); }

.brand { display: flex; align-items: center; gap: .6rem; margin-right: auto; }
.brand-logo { height: 46px; width: auto; }
.brand-text { display: flex; flex-direction: column; line-height: 1.05; }
.brand-text strong { font-family: var(--font-head); font-size: 1.2rem; font-weight: 700; letter-spacing: .06em; color: var(--brown); text-transform: uppercase; }
.brand-text small { font-size: .72rem; font-weight: 500; letter-spacing: .08em; color: var(--gold-600); text-transform: uppercase; }

.header-cta { display: none; }

.nav-toggle {
  width: 44px; height: 44px; display: inline-flex; flex-direction: column; justify-content: center; align-items: center; gap: 5px;
  background: transparent; border: 0; border-radius: 10px; cursor: pointer;
}
.nav-toggle span { width: 22px; height: 2px; background: var(--brown); border-radius: 2px; transition: transform .25s, opacity .25s; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Menu mobile : panneau déroulant */
.main-nav {
  position: fixed; inset: var(--header-h) 0 auto 0;
  background: var(--white); border-bottom: 1px solid var(--line); box-shadow: var(--shadow);
  padding: 8px 16px 20px;
  transform: translateY(-8px); opacity: 0; visibility: hidden;
  transition: opacity .2s, transform .2s var(--ease), visibility .2s;
}
.main-nav.is-open { transform: none; opacity: 1; visibility: visible; }
.main-nav ul { display: flex; flex-direction: column; }
.main-nav li a {
  display: block; padding: .85rem .25rem; border-bottom: 1px solid var(--sand-200);
  font-family: var(--font-head); font-weight: 500; color: var(--brown);
}
.main-nav li a.is-active { color: var(--gold-600); }
.nav-cta { width: 100%; margin-top: 16px; }

@media (min-width: 560px) {
  .header-cta { display: inline-flex; min-height: 42px; padding: .55rem 1.1rem; font-size: .88rem; }
}

@media (min-width: 1024px) {
  :root { --header-h: 80px; }
  .brand-logo { height: 54px; }
  .nav-toggle, .header-cta { display: none; }
  .main-nav {
    position: static; display: flex; align-items: center; gap: 28px;
    padding: 0; background: none; border: 0; box-shadow: none;
    transform: none; opacity: 1; visibility: visible; transition: none;
  }
  .main-nav ul { flex-direction: row; gap: 4px; }
  .main-nav li a { position: relative; padding: .5rem .8rem; border: 0; font-size: .95rem; }
  .main-nav li a::after {
    content: ""; position: absolute; left: .8rem; right: .8rem; bottom: .2rem; height: 2px;
    background: var(--gold); border-radius: 2px; transform: scaleX(0); transition: transform .25s var(--ease);
  }
  .main-nav li a:hover::after, .main-nav li a.is-active::after { transform: scaleX(1); }
  .nav-cta { width: auto; margin: 0; }
}

/* ==========================================================================
   HERO
   ========================================================================== */
.hero {
  position: relative; isolation: isolate; overflow: hidden;
  min-height: calc(100svh - var(--header-h));
  display: flex; align-items: center;
  padding-block: 56px 48px;
  color: var(--white);
}
.hero-bg { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; object-position: 70% center; }
.hero::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background:
    linear-gradient(180deg, rgba(6, 52, 74, .3) 0%, rgba(6, 52, 74, 0) 30%),
    linear-gradient(100deg, rgba(36, 20, 11, .82) 0%, rgba(36, 20, 11, .5) 45%, rgba(36, 20, 11, .08) 100%);
}
.hero-content { position: relative; }
.hero h1 {
  max-width: 20ch; margin-bottom: .45em;
  font-size: clamp(2.1rem, 6vw, 3.4rem); font-weight: 700; color: var(--white); letter-spacing: -.01em;
}
.hero h1 span { color: var(--gold-100); }
.hero-lead { max-width: 560px; font-size: clamp(1rem, 2.2vw, 1.15rem); color: rgba(255, 255, 255, .9); margin-bottom: 28px; }

.hero .eyebrow, .hero h1, .hero-lead, .hero-actions, .hero-stats { animation: rise .8s var(--ease) both; }
.hero h1 { animation-delay: .08s; }
.hero-lead { animation-delay: .16s; }
.hero-actions { animation-delay: .24s; }
.hero-stats { animation-delay: .32s; }
@keyframes rise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }

/* Boutons d'action */
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.btn-lg { min-height: 54px; padding: .85rem 1.7rem; font-size: 1rem; }
@media (max-width: 479px) { .hero-actions .btn { width: 100%; } }

.hero-stats { display: flex; flex-wrap: wrap; gap: 14px 36px; margin-top: 32px; }
.hero-stats li { display: flex; flex-direction: column; line-height: 1.2; }
.hero-stats strong { font-family: var(--font-head); font-size: 1.5rem; color: var(--gold-100); }
.hero-stats span { font-size: .85rem; color: rgba(255, 255, 255, .8); }

/* ==========================================================================
   DESTINATIONS
   ========================================================================== */
.dest-grid { display: grid; gap: 22px; grid-template-columns: 1fr; }
@media (min-width: 640px) { .dest-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1100px) { .dest-grid { grid-template-columns: repeat(4, 1fr); } }

.dest-card {
  display: flex; flex-direction: column; overflow: hidden;
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  transition: transform .35s var(--ease), box-shadow .35s var(--ease);
}
.dest-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.dest-media { position: relative; aspect-ratio: 4 / 3; overflow: hidden; background: var(--sand-200); }
.dest-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease); }
.dest-card:hover .dest-media img { transform: scale(1.07); }
.badge {
  position: absolute; top: 12px; left: 12px;
  padding: .3rem .7rem; border-radius: 999px;
  background: rgba(255, 255, 255, .94); color: var(--brown);
  font-family: var(--font-head); font-size: .72rem; font-weight: 600; letter-spacing: .03em;
}
.badge-gold { background: var(--gold); color: var(--brown-900); }

.dest-body { display: flex; flex-direction: column; flex: 1; padding: 18px 18px 20px; }
.dest-body h3 { font-size: 1.08rem; margin-bottom: .35em; }
.dest-meta { display: flex; gap: .4rem; font-size: .86rem; color: var(--muted); margin-bottom: 16px; }
.dest-meta .ico { width: 1.05em; height: 1.05em; margin-top: .22em; color: var(--gold-600); }
.dest-foot { margin-top: auto; padding-top: 14px; border-top: 1px dashed var(--line); }
.dest-foot .btn { width: 100%; }
.note { margin: 28px 0 0; text-align: center; font-size: .85rem; color: var(--muted); }

/* ==========================================================================
   SERVICES
   ========================================================================== */
.services-grid { display: grid; gap: 18px; grid-template-columns: 1fr; }
@media (min-width: 640px) { .services-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .services-grid { grid-template-columns: repeat(3, 1fr); gap: 24px; } }

.service {
  position: relative; padding: 28px 24px;
  background: var(--white); border-radius: var(--radius-lg); border: 1px solid var(--sand-200);
  transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s;
}
.service:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: var(--gold-100); }
.service-ico {
  display: inline-grid; place-items: center; width: 56px; height: 56px; margin-bottom: 18px;
  border-radius: 16px; background: var(--ocean); color: var(--white);
  transition: background-color .3s, transform .3s var(--ease);
}
.service-ico .ico { width: 26px; height: 26px; }
.service:hover .service-ico { background: var(--gold); color: var(--brown-900); transform: rotate(-6deg); }
.service h3 { font-size: 1.15rem; }
.service p { margin: 0; color: var(--muted); font-size: .95rem; }

/* ==========================================================================
   À PROPOS / POURQUOI NOUS
   ========================================================================== */
.about { display: grid; gap: 48px; align-items: center; }
@media (min-width: 960px) { .about { grid-template-columns: 1fr 1.1fr; gap: 72px; } }

.about-media { position: relative; max-width: 520px; margin-inline: auto; width: 100%; }
.about-media img { width: 100%; object-fit: cover; border-radius: var(--radius-lg); background: var(--sand-200); }
.about-main { aspect-ratio: 1000 / 518; box-shadow: var(--shadow-lg); }
.about-thumbs { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 14px; }
.about-thumbs img { aspect-ratio: 1; border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.about-badge {
  position: absolute; right: -8px; top: 24px;
  display: flex; flex-direction: column; padding: 16px 22px;
  background: var(--brown); color: var(--white); border-radius: var(--radius); box-shadow: var(--shadow);
}
.about-badge strong { font-family: var(--font-head); font-size: 2rem; line-height: 1; color: var(--gold); }
.about-badge span { font-size: .85rem; }
@media (min-width: 640px) { .about-badge { right: -24px; } }
.info-list .sep { color: rgba(255, 255, 255, .4); margin-inline: .25rem; }
.footer-logo small.ar { font-family: system-ui, "Segoe UI", Tahoma, sans-serif; font-size: .85rem; letter-spacing: 0; text-transform: none; margin-top: 3px; text-align: left; }

.about-text h2 { font-size: clamp(1.7rem, 4vw, 2.4rem); }
.about-text header p:last-child { color: var(--muted); }

.why-list { display: grid; gap: 14px; margin-top: 28px; }
@media (min-width: 640px) { .why-list { grid-template-columns: 1fr 1fr; } }
.why-list li {
  display: flex; gap: 14px; padding: 18px;
  border-radius: var(--radius); background: var(--sand);
  transition: background-color .3s, transform .3s var(--ease);
}
.why-list li:hover { background: var(--gold-100); transform: translateY(-3px); }
.why-ico { display: grid; place-items: center; flex-shrink: 0; width: 44px; height: 44px; border-radius: 12px; background: var(--white); color: var(--gold-600); box-shadow: var(--shadow-sm); }
.why-ico .ico { width: 22px; height: 22px; }
.why-list h3 { font-size: 1rem; margin-bottom: .25em; }
.why-list p { margin: 0; font-size: .9rem; color: var(--muted); }

/* ==========================================================================
   TÉMOIGNAGES (grille sur desktop, carrousel scroll-snap sur mobile)
   ========================================================================== */
.testi-track {
  display: grid; grid-auto-flow: column; grid-auto-columns: 86%; gap: 16px;
  overflow-x: auto; scroll-snap-type: x mandatory; overscroll-behavior-x: contain;
  padding: 6px 2px 18px; margin-inline: -2px;
  scrollbar-width: none;
}
.testi-track::-webkit-scrollbar { display: none; }
@media (min-width: 640px) { .testi-track { grid-auto-columns: 60%; } }
@media (min-width: 960px) {
  .testi-track { grid-auto-flow: row; grid-template-columns: repeat(3, 1fr); overflow: visible; gap: 24px; }
}

.testi {
  scroll-snap-align: center;
  display: flex; flex-direction: column; margin: 0; padding: 28px 24px;
  background: rgba(255, 255, 255, .06); border: 1px solid rgba(255, 255, 255, .14); border-radius: var(--radius-lg);
  transition: transform .3s var(--ease), background-color .3s;
}
.testi:hover { transform: translateY(-4px); background: rgba(255, 255, 255, .1); }
.stars { display: flex; gap: 3px; margin-bottom: 14px; color: var(--gold); }
.stars .ico { width: 18px; height: 18px; }
.stars .ico-off { color: rgba(255, 255, 255, .25); }
.testi blockquote { margin: 0 0 22px; color: #eef5f8; font-size: 1rem; }
.testi figcaption { display: flex; align-items: center; gap: 12px; margin-top: auto; }
.testi figcaption img { width: 52px; height: 52px; border-radius: 50%; object-fit: cover; border: 2px solid var(--gold); }
.testi figcaption span { display: flex; flex-direction: column; line-height: 1.3; }
.testi figcaption strong { color: var(--white); font-family: var(--font-head); font-weight: 600; }
.testi figcaption small { color: rgba(255, 255, 255, .7); }

.testi-dots { display: flex; justify-content: center; gap: 8px; margin-top: 6px; }
.testi-dots button { width: 10px; height: 10px; padding: 0; border: 0; border-radius: 999px; background: rgba(255, 255, 255, .35); cursor: pointer; transition: width .25s, background-color .25s; }
.testi-dots button.is-active { width: 26px; background: var(--gold); }
@media (min-width: 960px) { .testi-dots { display: none; } }

/* ==========================================================================
   CONTACT
   ========================================================================== */
.contact-grid { display: grid; gap: 28px; }
@media (min-width: 960px) { .contact-grid { grid-template-columns: .85fr 1.15fr; gap: 40px; align-items: start; } }

.contact-info { padding: 28px 24px; background: var(--brown); color: #eadfd3; border-radius: var(--radius-lg); }
.info-list { display: grid; gap: 20px; }
.info-list li { display: flex; gap: 14px; align-items: flex-start; }
.info-list strong { display: block; font-family: var(--font-head); font-weight: 600; font-size: .8rem; letter-spacing: .08em; text-transform: uppercase; color: var(--gold); }
.info-list a { color: var(--white); border-bottom: 1px solid rgba(255, 255, 255, .25); transition: border-color .2s; word-break: break-word; }
.info-list a:hover { border-color: var(--gold); }
.info-ico { display: grid; place-items: center; flex-shrink: 0; width: 42px; height: 42px; border-radius: 12px; background: rgba(255, 255, 255, .08); color: var(--gold); }
.info-ico-wa { background: var(--wa); color: var(--white); }

.socials { display: flex; gap: 10px; margin-top: 26px; padding-top: 22px; border-top: 1px solid rgba(255, 255, 255, .12); }
.socials a {
  display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%;
  background: rgba(255, 255, 255, .08); color: var(--white);
  transition: background-color .2s, color .2s, transform .2s var(--ease);
}
.socials a:hover { background: var(--gold); color: var(--brown-900); transform: translateY(-3px); }
.socials .ico { width: 19px; height: 19px; }
.socials-dark { margin-top: 18px; padding-top: 0; border: 0; }

.contact-form-wrap { padding: 28px 22px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow); }
@media (min-width: 640px) { .contact-form-wrap { padding: 36px; } }
.form-row { display: grid; gap: 0 18px; }
@media (min-width: 640px) { .form-row { grid-template-columns: 1fr 1fr; } }
.field { margin-bottom: 8px; }
.field label { display: block; margin-bottom: 6px; font-weight: 600; font-size: .9rem; color: var(--brown); }
.field label span { color: var(--gold-600); }
.field input, .field textarea {
  width: 100%; padding: .8rem 1rem;
  background: var(--sand); border: 1.5px solid transparent; border-radius: 12px;
  transition: border-color .2s, background-color .2s, box-shadow .2s;
}
.field textarea { resize: vertical; min-height: 130px; }
.field input::placeholder, .field textarea::placeholder { color: #a39686; }
.field input:focus, .field textarea:focus { outline: none; background: var(--white); border-color: var(--ocean); box-shadow: 0 0 0 4px rgba(11, 92, 125, .12); }
.field.has-error input, .field.has-error textarea { border-color: var(--error); background: #fff6f5; }
.field.is-valid input, .field.is-valid textarea { border-color: #9fcdb0; }
.field-error { min-height: 1.35em; margin: 4px 0 0; font-size: .82rem; color: var(--error); }
.form-alert { margin: 14px 0 0; padding: 12px 14px; border-radius: 12px; font-size: .9rem; background: #fff6f5; border: 1px solid #f3c8c3; color: var(--error); }
.form-alert[hidden] { display: none; }
.form-alert a { color: inherit; font-weight: 600; text-decoration: underline; }
.btn[aria-busy="true"] { opacity: .7; pointer-events: none; }
.form-hint { margin: 12px 0 0; font-size: .8rem; color: var(--muted); text-align: center; }
.hp { position: absolute !important; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.form-success { text-align: center; padding: 12px 0; outline: none; }
.form-success[hidden] { display: none; }
.success-ico { width: 56px; height: 56px; margin: 0 auto 14px; color: var(--success); }
.form-success p { color: var(--muted); }
.success-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin: 20px 0 14px; }

.map { margin-top: 40px; overflow: hidden; border-radius: var(--radius-lg); border: 1px solid var(--line); box-shadow: var(--shadow-sm); background: var(--sand-200); }
.map iframe { width: 100%; height: 340px; border: 0; }
@media (min-width: 900px) { .map iframe { height: 420px; } }

/* ==========================================================================
   FOOTER
   ========================================================================== */
.site-footer { background: var(--brown-900); color: #cbbcad; font-size: .93rem; }
.footer-grid { display: grid; gap: 36px; padding-block: 60px 44px; }
@media (min-width: 640px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1000px) { .footer-grid { grid-template-columns: 1.5fr 1fr 1fr 1.3fr; gap: 48px; } }
.footer-logo { display: inline-flex; align-items: center; gap: 12px; margin-bottom: 16px; }
/* Le logo a des zones transparentes : on le pose sur une pastille claire */
.footer-logo img { width: 64px; height: 64px; padding: 6px; object-fit: contain; background: var(--white); border-radius: 14px; }
.footer-logo span { display: flex; flex-direction: column; line-height: 1.1; }
.footer-logo strong { font-family: var(--font-head); font-size: 1.25rem; letter-spacing: .06em; text-transform: uppercase; color: var(--white); }
.footer-logo small { color: var(--gold); letter-spacing: .08em; text-transform: uppercase; font-size: .72rem; }
.footer-brand p { max-width: 320px; }
.footer-title { font-size: .85rem; letter-spacing: .12em; text-transform: uppercase; color: var(--gold); margin-bottom: 16px; }
.footer-links { display: grid; gap: 10px; }
.footer-links a, .footer-contact a { transition: color .2s; }
.footer-links a:hover, .footer-contact a:hover { color: var(--white); }
.footer-contact { display: grid; gap: 12px; }
.footer-contact a { white-space: nowrap; }
.footer-contact li { display: flex; gap: 10px; }
.footer-contact .ico { width: 1.1em; height: 1.1em; margin-top: .3em; color: var(--gold); }
.footer-bottom { border-top: 1px solid rgba(255, 255, 255, .08); font-size: .85rem; }
.footer-bottom-inner { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px 24px; padding-block: 20px 96px; }
.footer-bottom p { margin: 0; }
.footer-bottom a:hover { color: var(--white); text-decoration: underline; }
@media (min-width: 640px) { .footer-bottom-inner { padding-bottom: 22px; } }

/* ==========================================================================
   BOUTON WHATSAPP FLOTTANT
   ========================================================================== */
.wa-float {
  position: fixed; right: 16px; bottom: 16px; z-index: 90;
  display: flex; align-items: center; gap: 10px;
  height: 58px; min-width: 58px; padding: 0 16px;
  border-radius: 999px; background: var(--wa); color: var(--white);
  box-shadow: 0 10px 25px -6px rgba(18, 140, 74, .6);
  transition: transform .25s var(--ease), box-shadow .25s;
}
.wa-float::before {
  content: ""; position: absolute; inset: 0; border-radius: inherit; background: var(--wa); z-index: -1;
  animation: pulse 2.4s ease-out infinite;
}
.wa-float:hover { transform: scale(1.06); }
.wa-float .ico { width: 28px; height: 28px; }
.wa-float-label { display: none; font-family: var(--font-head); font-weight: 600; font-size: .9rem; }
@media (min-width: 768px) { .wa-float { right: 24px; bottom: 24px; } .wa-float-label { display: inline; } }
@keyframes pulse { 0% { transform: scale(1); opacity: .55; } 80%, 100% { transform: scale(1.35); opacity: 0; } }

/* ==========================================================================
   ANIMATIONS AU SCROLL
   ========================================================================== */
.js .reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.js .reveal.is-visible { opacity: 1; transform: none; }
.dest-grid .reveal:nth-child(4n+2), .services-grid .reveal:nth-child(3n+2), .testi-track .reveal:nth-child(2) { transition-delay: .08s; }
.dest-grid .reveal:nth-child(4n+3), .services-grid .reveal:nth-child(3n+3), .testi-track .reveal:nth-child(3) { transition-delay: .16s; }
.dest-grid .reveal:nth-child(4n+4) { transition-delay: .24s; }
.steps .reveal:nth-child(2), .stats .reveal:nth-child(2), .why-list .reveal:nth-child(2) { transition-delay: .08s; }
.steps .reveal:nth-child(3), .stats .reveal:nth-child(3), .why-list .reveal:nth-child(3) { transition-delay: .16s; }
.steps .reveal:nth-child(4), .stats .reveal:nth-child(4), .why-list .reveal:nth-child(4) { transition-delay: .24s; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .js .reveal { opacity: 1; transform: none; }
}

/* ==========================================================================
   PAGES INTÉRIEURES (À propos, Contact)
   ========================================================================== */
.page-hero {
  position: relative; isolation: isolate; overflow: hidden;
  padding-block: 56px 60px; color: var(--white);
}
@media (min-width: 900px) { .page-hero { padding-block: 88px 96px; } }
.page-hero::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(100deg, rgba(36, 20, 11, .9) 0%, rgba(36, 20, 11, .7) 50%, rgba(6, 52, 74, .45) 100%);
}
.page-hero .hero-bg { object-position: center 40%; }
.page-hero h1 { max-width: 20ch; font-size: clamp(2rem, 5.5vw, 3.2rem); color: var(--white); margin-bottom: .35em; animation: rise .8s var(--ease) both; }
.page-lead { max-width: 580px; margin: 0; font-size: clamp(1rem, 2vw, 1.12rem); color: rgba(255, 255, 255, .88); animation: rise .8s .1s var(--ease) both; }
.breadcrumb ol { display: flex; flex-wrap: wrap; gap: .4rem; margin: 0 0 22px; padding: 0; list-style: none; font-size: .85rem; color: rgba(255, 255, 255, .75); }
.breadcrumb li + li::before { content: "›"; margin-right: .4rem; color: var(--gold); }
.breadcrumb a { color: var(--white); text-decoration: underline; text-decoration-color: rgba(255, 255, 255, .35); text-underline-offset: 3px; }
.breadcrumb a:hover { text-decoration-color: var(--gold); }

.section-tight { padding-top: 64px; }
.about-more { margin-top: 24px; }
.about-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.ar-name { margin: -.2em 0 1em; font-family: system-ui, "Segoe UI", Tahoma, sans-serif; font-size: 1.25rem; color: var(--gold-600); text-align: left; }

/* Bandeau d'appel à l'action */
.cta-section { padding-block: 0 72px; }
@media (min-width: 900px) { .cta-section { padding-bottom: 104px; } }
.section-ocean + .cta-section, .section-sand + .cta-section { padding-top: 72px; }
.cta-band {
  display: grid; gap: 26px; align-items: center;
  padding: 36px 26px; border-radius: var(--radius-lg); color: #eadfd3;
  background:
    radial-gradient(circle at 100% 0%, rgba(201, 151, 63, .35), transparent 45%),
    linear-gradient(135deg, var(--brown-900), var(--brown) 60%, var(--brown-600));
  box-shadow: var(--shadow-lg);
}
@media (min-width: 960px) { .cta-band { grid-template-columns: 1.2fr auto; padding: 52px 56px; } }
.cta-text h2 { color: var(--white); font-size: clamp(1.5rem, 3.5vw, 2.1rem); }
.cta-text p:last-child { margin: 0; }
.cta-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.btn-ghost { border-color: rgba(255, 255, 255, .4); color: var(--white); }
.btn-ghost:hover { background: var(--white); color: var(--brown); }

/* Chiffres clés */
.stats-band { background: var(--ocean-900); color: #dbe9ef; padding-block: 44px; }
.stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px 16px; text-align: center; }
@media (min-width: 800px) { .stats { grid-template-columns: repeat(4, 1fr); } }
.stats li { display: flex; flex-direction: column; }
.stats strong { font-family: var(--font-head); font-size: clamp(1.8rem, 4vw, 2.4rem); line-height: 1.1; color: var(--gold); }
.stats span { font-size: .9rem; }

/* Engagements (4 colonnes sur la page À propos) */
.why-list-4 { margin-top: 0; }
.why-list-4 li { background: var(--white); }
@media (min-width: 1000px) { .why-list-4 { grid-template-columns: repeat(4, 1fr); } .why-list-4 li { flex-direction: column; } }

/* Étapes */
.steps { display: grid; gap: 20px; margin: 0; padding: 0; list-style: none; counter-reset: none; }
@media (min-width: 640px) { .steps { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .steps { grid-template-columns: repeat(4, 1fr); gap: 24px; } }
.steps li { position: relative; padding: 28px 22px 24px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--white); transition: transform .3s var(--ease), box-shadow .3s var(--ease); }
.steps li:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.step-num { display: grid; place-items: center; width: 44px; height: 44px; margin-bottom: 16px; border-radius: 50%; background: var(--gold); color: var(--brown-900); font-family: var(--font-head); font-weight: 700; font-size: 1.1rem; }
.steps h3 { font-size: 1.08rem; }
.steps p { margin: 0; font-size: .93rem; color: var(--muted); }

/* Carte & FAQ (page Contact) */
.map-flush { margin-top: 0; }
.map-link { margin: 20px 0 0; text-align: center; }
.faq-wrap { max-width: 820px; }
.faq { display: grid; gap: 12px; }
.faq details { border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); transition: border-color .2s, box-shadow .2s; }
.faq details[open] { border-color: var(--gold-100); box-shadow: var(--shadow-sm); }
.faq summary {
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
  padding: 18px 20px; cursor: pointer; list-style: none;
  font-family: var(--font-head); font-weight: 600; color: var(--brown-900);
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; flex-shrink: 0; display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; background: var(--sand); color: var(--gold-600); font-size: 1.2rem; line-height: 1; transition: transform .25s var(--ease); }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { margin: 0; padding: 0 20px 18px; color: var(--muted); }

/* ==========================================================================
   PAGE MENTIONS LÉGALES
   ========================================================================== */
.legal { max-width: 800px; padding-block: 56px 80px; }
.legal h1 { font-size: clamp(1.8rem, 4vw, 2.4rem); }
.legal h2 { font-size: 1.25rem; margin-top: 2em; }
.legal p, .legal li { color: #3f3832; }
.legal ul { list-style: disc; padding-left: 1.3em; margin-bottom: 1em; }
.legal a { color: var(--ocean); text-decoration: underline; }
