/* ============================================================
   Al Tayssir Travel — identité visuelle
   Palette : lagon profond / ivoire / or couchant / vert WhatsApp
   Typo    : Marcellus (titres) · Figtree (texte)
   Signature : cartes de départ façon carte d'embarquement
   ============================================================ */

:root {
  /* Palette dérivée du violet du logo (#850aa3) */
  --lagoon-900: #3c0449;
  --lagoon-700: #5d0775;
  --lagoon-500: #850aa3;
  --lagoon-100: #f1dcf6;
  --ivory: #fdfaff;
  --sand: #f5ecf8;
  --gold: #e8a33d;
  --gold-dark: #c9832a;
  --wa: #1ebe5d;
  --wa-dark: #17994b;
  --ink: #2a1231;
  --ink-soft: #6d5578;
  --line: #e9dcef;
  --danger: #c05252;
  --radius: 14px;
  --shadow: 0 10px 30px rgba(60, 4, 73, 0.10);
  --font-display: 'Marcellus', serif;
  --font-body: 'Figtree', system-ui, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--ivory);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }

.container { width: min(1160px, 100% - 2.5rem); margin-inline: auto; }
.container.narrow { width: min(820px, 100% - 2.5rem); }

h1, h2, h3 { font-family: var(--font-display); font-weight: 400; line-height: 1.15; }
h1 { font-size: clamp(2.2rem, 5.5vw, 3.8rem); }
h2 { font-size: clamp(1.7rem, 3.5vw, 2.5rem); color: var(--lagoon-700); }
h3 { font-size: 1.25rem; }
h1 em { font-style: normal; color: var(--gold); }

.eyebrow {
  font-size: 0.78rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--lagoon-500);
  margin-bottom: 0.7rem;
}
.eyebrow-light { color: var(--gold); }

/* ---------- Boutons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 0.55rem;
  padding: 0.75rem 1.4rem;
  border-radius: 999px;
  font-weight: 600; font-size: 0.95rem;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-lg { padding: 0.95rem 1.8rem; font-size: 1.02rem; }
.btn-sm { padding: 0.5rem 1.05rem; font-size: 0.86rem; }
.btn-block { justify-content: center; width: 100%; }
.btn-wa { background: var(--wa); color: #fff; box-shadow: 0 8px 20px rgba(30,190,93,0.35); }
.btn-wa:hover { background: var(--wa-dark); }
.btn-primary { background: var(--lagoon-700); color: #fff; }
.btn-primary:hover { background: var(--lagoon-900); }
.btn-outline { border-color: var(--lagoon-700); color: var(--lagoon-700); background: transparent; }
.btn-outline:hover { background: var(--lagoon-700); color: #fff; }
.btn-ghost { border-color: rgba(255,255,255,0.55); color: #fff; background: rgba(255,255,255,0.08); backdrop-filter: blur(4px); }
.btn-ghost:hover { background: rgba(255,255,255,0.2); }

/* ---------- Barre supérieure ---------- */
.topbar { background: var(--lagoon-900); color: #e3cfec; font-size: 0.82rem; }
.topbar-inner { display: flex; justify-content: space-between; align-items: center; padding: 0.4rem 0; }
.topbar-social { display: flex; gap: 1rem; }
.topbar a:hover { color: var(--gold); }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(253, 250, 255, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.header-inner { display: flex; align-items: center; flex-wrap: wrap; gap: 0.9rem; padding: 0.7rem 0; }
.brand { display: flex; align-items: center; gap: 0.7rem; }
.brand-logo { height: 52px; width: auto; }
.brand-text strong { font-family: var(--font-display); font-weight: 400; font-size: 1.12rem; color: var(--lagoon-700); display: block; line-height: 1.1; }
.brand-text small { color: var(--ink-soft); font-size: 0.72rem; letter-spacing: 0.08em; text-transform: uppercase; }
.nav { display: flex; gap: 1.6rem; margin-left: auto; font-weight: 500; font-size: 0.95rem; }
.nav a { position: relative; padding: 0.3rem 0; }
.nav a::after {
  content: ''; position: absolute; left: 0; bottom: 0;
  width: 0; height: 2px; background: var(--gold);
  transition: width 0.2s ease;
}
.nav a:hover::after { width: 100%; }
.header-wa { white-space: nowrap; }
.nav-toggle { display: none; background: none; border: 0; cursor: pointer; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: var(--lagoon-700); margin: 5px 0; transition: 0.2s; }

/* ---------- Hero ---------- */
.hero, .trip-hero {
  position: relative;
  color: #fff;
  display: flex; align-items: center;
  min-height: 78vh;
  overflow: hidden;
}
.trip-hero { min-height: 62vh; }
.hero-media {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  transform: scale(1.03);
}
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(100deg, rgba(43,5,53,0.88) 0%, rgba(43,5,53,0.55) 55%, rgba(43,5,53,0.25) 100%);
}
.hero-content { position: relative; padding: 5rem 0; max-width: 720px; }
.hero-sub { font-size: 1.1rem; margin: 1.2rem 0 1.8rem; color: rgba(255,255,255,0.88); max-width: 560px; }
.hero-actions { display: flex; gap: 0.9rem; flex-wrap: wrap; }

.hero-route {
  display: inline-flex; align-items: center; gap: 0.8rem;
  margin-top: 2.6rem;
  font-family: var(--font-display);
  font-size: 1.05rem; letter-spacing: 0.25em;
  color: rgba(255,255,255,0.85);
}
.hero-route i, .trip-route i, .ticket-route i {
  display: inline-block; width: 54px; height: 1px;
  background: repeating-linear-gradient(90deg, currentColor 0 6px, transparent 6px 12px);
  position: relative; opacity: 0.7;
}
.hero-route i::after, .ticket-route i::after {
  content: '✈'; position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -55%);
  font-size: 0.8rem; opacity: 1;
}

.trip-hero-meta {
  display: flex; align-items: center; gap: 0.9rem; flex-wrap: wrap;
  margin: 1rem 0 1.6rem;
  color: rgba(255,255,255,0.9); font-size: 1rem;
}
.trip-hero-meta strong { color: var(--gold); font-size: 1.15rem; }
.trip-hero-meta .dot { width: 5px; height: 5px; border-radius: 50%; background: var(--gold); }

/* ---------- Sections ---------- */
.section { padding: 4.5rem 0; }
.section-alt { background: var(--sand); }
.section-head { max-width: 640px; margin-bottom: 2.6rem; }
.section-lede { color: var(--ink-soft); margin-top: 0.7rem; }

/* ---------- Cartes voyages ---------- */
.cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1.6rem;
}
.trip-card {
  background: #fff;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  display: flex; flex-direction: column;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.trip-card:hover { transform: translateY(-5px); box-shadow: 0 18px 40px rgba(60,4,73,0.16); }
.trip-media { position: relative; display: block; aspect-ratio: 16/10; overflow: hidden; }
.trip-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.trip-card:hover .trip-media img { transform: scale(1.06); }
.trip-badge {
  position: absolute; top: 0.9rem; left: 0.9rem;
  padding: 0.3rem 0.85rem;
  border-radius: 999px;
  font-size: 0.75rem; font-weight: 700; letter-spacing: 0.05em;
  color: #fff;
}
.badge-open { background: var(--wa); }
.badge-full { background: var(--danger); }
.badge-soon { background: var(--gold-dark); }
.trip-card.is-full .trip-media img { filter: grayscale(0.35); }

.trip-body { padding: 1.3rem 1.4rem 1.5rem; display: flex; flex-direction: column; gap: 0.55rem; flex: 1; }
.trip-route {
  display: inline-flex; align-items: center; gap: 0.5rem;
  font-family: var(--font-display);
  font-size: 0.8rem; letter-spacing: 0.2em;
  color: var(--lagoon-500);
}
.trip-route i { width: 26px; }
.trip-body h3 a:hover { color: var(--lagoon-500); }
.trip-sub { color: var(--ink-soft); font-size: 0.92rem; }
.trip-meta { display: flex; flex-wrap: wrap; gap: 0.4rem 1rem; font-size: 0.85rem; color: var(--ink-soft); }
.trip-meta li::before { content: '·'; color: var(--gold); margin-right: 0.4rem; font-weight: 700; }
.trip-foot { margin-top: auto; padding-top: 0.9rem; display: flex; align-items: end; justify-content: space-between; gap: 1rem; border-top: 1px dashed var(--line); }
.trip-price strong { font-family: var(--font-display); font-size: 1.45rem; color: var(--lagoon-700); display: block; line-height: 1.1; }
.trip-price small { color: var(--ink-soft); font-size: 0.74rem; }

/* ---------- Pourquoi nous ---------- */
.why-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 1.6rem; }
.why-item {
  background: #fff; border-radius: var(--radius);
  padding: 1.7rem 1.5rem;
  box-shadow: var(--shadow);
}
.why-num { font-size: 1.7rem; display: block; margin-bottom: 0.8rem; }
.why-item h3 { color: var(--lagoon-700); margin-bottom: 0.45rem; font-size: 1.12rem; }
.why-item p { color: var(--ink-soft); font-size: 0.93rem; }

/* ---------- Page voyage : intro & chips ---------- */
.trip-intro { font-size: 1.12rem; color: var(--ink); }
.chips { display: flex; flex-wrap: wrap; gap: 0.6rem; margin-top: 1.4rem; }
.chips li {
  padding: 0.4rem 1rem;
  background: var(--lagoon-100);
  color: var(--lagoon-700);
  border-radius: 999px;
  font-size: 0.85rem; font-weight: 600;
}

/* ---------- Signature : cartes d'embarquement (dates) ---------- */
.tickets-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(290px, 1fr)); gap: 1.6rem; }
.ticket {
  position: relative;
  background: #fff;
  border-radius: var(--radius);
  padding: 1.4rem 1.5rem 1.5rem;
  box-shadow: var(--shadow);
  display: flex; flex-direction: column; gap: 0.9rem;
}
/* encoches perforées façon billet */
.ticket::before, .ticket::after {
  content: '';
  position: absolute; top: 74px;
  width: 22px; height: 22px;
  border-radius: 50%;
  background: var(--sand);
  box-shadow: inset 0 2px 5px rgba(60,4,73,0.08);
}
.ticket::before { left: -11px; }
.ticket::after { right: -11px; }
.ticket-head {
  display: flex; justify-content: space-between; align-items: baseline;
  padding-bottom: 0.9rem;
  border-bottom: 2px dashed var(--line);
}
.ticket-month { font-family: var(--font-display); font-size: 1.25rem; color: var(--lagoon-700); }
.ticket-group { font-size: 0.76rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--ink-soft); }
.ticket-route {
  display: inline-flex; align-items: center; gap: 0.6rem;
  font-family: var(--font-display); font-size: 0.85rem;
  letter-spacing: 0.22em; color: var(--lagoon-500);
}
.ticket-route i { width: 34px; }
.ticket-dates { display: flex; flex-direction: column; gap: 0.45rem; }
.ticket-dates li {
  display: flex; justify-content: space-between; align-items: center;
  padding: 0.55rem 0.8rem;
  border-radius: 9px;
  font-size: 0.92rem;
  background: var(--ivory);
}
.ticket-dates li em { font-style: normal; font-size: 0.76rem; font-weight: 700; letter-spacing: 0.04em; }
.ticket-dates li.is-open em { color: var(--wa-dark); }
.ticket-dates li.is-full { opacity: 0.62; }
.ticket-dates li.is-full span { text-decoration: line-through; text-decoration-color: rgba(192,82,82,0.6); }
.ticket-dates li.is-full em { color: var(--danger); }
.ticket-full-note { text-align: center; font-size: 0.85rem; color: var(--ink-soft); padding: 0.55rem 0; }

/* ---------- Formule ---------- */
.formule-grid { display: grid; grid-template-columns: 1.35fr 1fr; gap: 1.6rem; align-items: start; }
.formule-side { display: flex; flex-direction: column; gap: 1.6rem; }
.formule-col { background: #fff; border-radius: var(--radius); padding: 1.6rem 1.7rem; box-shadow: var(--shadow); }
.formule-title { font-size: 1.05rem; letter-spacing: 0.04em; margin-bottom: 1rem; padding-bottom: 0.7rem; border-bottom: 2px dashed var(--line); }
.formule-title.ok { color: var(--lagoon-500); }
.formule-title.no { color: var(--danger); }
.formule-title.plus { color: var(--gold-dark); }
.check-list li { padding: 0.42rem 0 0.42rem 1.7rem; position: relative; font-size: 0.96rem; }
.check-list li::before { position: absolute; left: 0; top: 0.42rem; font-weight: 700; }
.check-list.ok li::before { content: '✓'; color: var(--wa-dark); }
.check-list.no li::before { content: '✕'; color: var(--danger); }
.check-list.plus li::before { content: '+'; color: var(--gold-dark); }

/* ---------- Programme (accordéon) ---------- */
.programme { display: flex; flex-direction: column; gap: 0.8rem; }
.prog-day {
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden;
}
.prog-day summary {
  display: flex; align-items: center; gap: 1rem;
  padding: 1rem 1.4rem;
  cursor: pointer;
  list-style: none;
  user-select: none;
}
.prog-day summary::-webkit-details-marker { display: none; }
.prog-num {
  flex-shrink: 0;
  display: grid; place-items: center;
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--lagoon-700); color: var(--gold);
  font-family: var(--font-display); font-size: 0.95rem;
}
.prog-title { font-family: var(--font-display); font-size: 1.12rem; color: var(--lagoon-700); }
.prog-caret {
  margin-left: auto;
  width: 10px; height: 10px;
  border-right: 2px solid var(--lagoon-500);
  border-bottom: 2px solid var(--lagoon-500);
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}
.prog-day[open] .prog-caret { transform: rotate(-135deg); }
.prog-steps { padding: 0 1.4rem 1.3rem 4.4rem; display: flex; flex-direction: column; gap: 0.5rem; }
.prog-steps li { position: relative; padding-left: 1.2rem; font-size: 0.95rem; color: var(--ink); }
.prog-steps li::before {
  content: ''; position: absolute; left: 0; top: 0.55em;
  width: 6px; height: 6px; border-radius: 50%; background: var(--gold);
}

/* ---------- Galerie ---------- */
.gallery { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 1rem; }
.gallery figure { border-radius: var(--radius); overflow: hidden; aspect-ratio: 4/3; box-shadow: var(--shadow); }
.gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.gallery figure:hover img { transform: scale(1.07); }

/* ---------- Bande CTA ---------- */
.cta-band {
  background: linear-gradient(120deg, var(--lagoon-900), var(--lagoon-700));
  color: #fff;
  padding: 3.8rem 0;
}
.cta-band h2 { color: #fff; margin-bottom: 0.6rem; }
.cta-band-inner { display: flex; align-items: center; justify-content: space-between; gap: 2.5rem; flex-wrap: wrap; }
.cta-band-text { color: rgba(255,255,255,0.82); max-width: 520px; }

/* ---------- Footer ---------- */
.site-footer { background: var(--lagoon-900); color: #d3b8dd; padding: 3.5rem 0 0; font-size: 0.92rem; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.3fr; gap: 2.4rem; }
.footer-brand { font-family: var(--font-display); font-size: 1.35rem; color: #fff; margin-bottom: 0.7rem; }
.footer-col h4 { color: var(--gold); font-size: 0.82rem; text-transform: uppercase; letter-spacing: 0.16em; margin-bottom: 0.9rem; }
.footer-col a { display: block; padding: 0.22rem 0; }
.footer-col a:hover { color: var(--gold); }
.footer-social { display: flex; gap: 1rem; margin-top: 1rem; }
.footer-social a { padding: 0; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.12); margin-top: 2.6rem; padding: 1.2rem 0; font-size: 0.82rem; color: #b18fc0; }

/* ---------- WhatsApp flottant ---------- */
.wa-float {
  position: fixed; right: 1.3rem; bottom: 1.3rem; z-index: 60;
  display: grid; place-items: center;
  width: 58px; height: 58px;
  border-radius: 50%;
  background: var(--wa); color: #fff;
  box-shadow: 0 10px 26px rgba(30,190,93,0.45);
  transition: transform 0.15s ease;
}
.wa-float:hover { transform: scale(1.08); }

/* ---------- Animations ---------- */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity 0.6s ease, transform 0.6s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .btn, .trip-card, .gallery img, .trip-media img { transition: none; }
}

/* ---------- Focus clavier ---------- */
a:focus-visible, button:focus-visible, summary:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 2px;
  border-radius: 4px;
}

/* ---------- Responsive ---------- */
@media (max-width: 960px) {
  .nav {
    display: none;
    position: absolute; top: 100%; left: 0; right: 0;
    flex-direction: column; gap: 0;
    background: var(--ivory);
    border-bottom: 1px solid var(--line);
    padding: 0.6rem 1.25rem 1rem;
  }
  .nav.is-open { display: flex; }
  .nav a { padding: 0.7rem 0; border-bottom: 1px solid var(--line); }
  .nav a:last-child { border-bottom: 0; }
  .nav-toggle { display: block; margin-left: auto; }
  .header-wa { display: none; }
  .formule-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .topbar-social { display: none; }
  .hero-content { padding: 3.5rem 0; }
  .footer-grid { grid-template-columns: 1fr; }
  .cta-band-inner { flex-direction: column; align-items: flex-start; }
  .prog-steps { padding-left: 1.4rem; }
}

/* ---------- Page Hôtels en Tunisie ---------- */
.hotels-hero { min-height: 52vh; }
.region-tabs { display: flex; flex-wrap: wrap; gap: 0.6rem; margin-bottom: 2.4rem; }
.region-tab {
  padding: 0.55rem 1.3rem;
  border-radius: 999px;
  border: 2px solid var(--lagoon-500);
  background: transparent;
  color: var(--lagoon-500);
  font-family: var(--font-body); font-weight: 600; font-size: 0.9rem;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease;
}
.region-tab:hover { background: var(--lagoon-100); }
.region-tab.is-active { background: var(--lagoon-500); color: #fff; }
.region-block + .region-block { margin-top: 3.2rem; }
.region-head { display: flex; align-items: baseline; gap: 1rem; margin-bottom: 1.4rem; }
.region-head h2 { position: relative; padding-left: 1rem; }
.region-head h2::before {
  content: ''; position: absolute; left: 0; top: 0.2em; bottom: 0.2em;
  width: 4px; border-radius: 4px; background: var(--gold);
}
.region-count { color: var(--ink-soft); font-size: 0.9rem; }
.hotels-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 1.4rem; }
.hotel-card {
  background: #fff; border-radius: var(--radius);
  overflow: hidden; box-shadow: var(--shadow);
  display: flex; flex-direction: column;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.hotel-card:hover { transform: translateY(-4px); box-shadow: 0 16px 36px rgba(60,4,73,0.16); }
.hotel-media { position: relative; aspect-ratio: 16/10; overflow: hidden; }
.hotel-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.hotel-card:hover .hotel-media img { transform: scale(1.06); }
.hotel-body { padding: 1.1rem 1.2rem 1.3rem; display: flex; flex-direction: column; gap: 0.5rem; flex: 1; }
.hotel-body h3 { font-size: 1.08rem; color: var(--ink); }
.hotel-pension {
  align-self: flex-start;
  padding: 0.2rem 0.75rem;
  background: var(--lagoon-100); color: var(--lagoon-700);
  border-radius: 999px;
  font-size: 0.76rem; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase;
}
.hotel-foot { margin-top: auto; padding-top: 0.85rem; display: flex; align-items: end; justify-content: space-between; gap: 0.8rem; border-top: 1px dashed var(--line); }
.hotel-foot .trip-price small { display: block; }

/* ============================================================
   En-tête : icônes de contact
   ============================================================ */
.header-inner { position: relative; }
.header-contact {
  display: flex; align-items: center; gap: 0.35rem;
  margin-left: auto;
}
.hc-item {
  display: inline-flex; align-items: center; gap: 0.45rem;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  font-size: 0.86rem; font-weight: 600;
  color: var(--lagoon-700);
  border: 1.5px solid transparent;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
  white-space: nowrap;
}
.hc-item svg { flex-shrink: 0; opacity: 0.85; }
.hc-item:hover { background: var(--lagoon-100); border-color: var(--lagoon-100); }
.hc-item.hc-wa { color: var(--wa-dark); }
.hc-item.hc-wa:hover { background: rgba(30,190,93,0.12); border-color: rgba(30,190,93,0.25); }

/* Navigation : bandeau sous l'en-tête sur grand écran */
.site-header .nav {
  order: 10; flex-basis: 100%;
  margin-left: 0;
  gap: 1.7rem;
  padding-top: 0.6rem;
  border-top: 1px solid var(--line);
  margin-top: 0.55rem;
}
.nav-toggle { display: none; }

/* ============================================================
   Bannière : slider
   ============================================================ */
.hero-slider {
  position: relative;
  min-height: 82vh;
  overflow: hidden;
  background: var(--lagoon-900);
}
.hero-slider .slides { position: relative; height: 100%; min-height: 82vh; }
.hero-slider .slide {
  position: absolute; inset: 0;
  display: flex; align-items: center;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.9s ease;
}
.hero-slider .slide.is-active { opacity: 1; visibility: visible; z-index: 2; }
.hero-slider .hero-media {
  transform: scale(1.06);
  transition: transform 7s ease-out;
}
.hero-slider .slide.is-active .hero-media { transform: scale(1); }
.hero-media-fallback {
  background: radial-gradient(circle at 25% 30%, #7a1094 0%, #3c0449 55%, #22032b 100%);
}
.hero-media-fallback::after {
  content: '';
  position: absolute; inset: 0;
  background-image:
    radial-gradient(circle at 80% 20%, rgba(232,163,61,0.22), transparent 45%),
    radial-gradient(circle at 15% 80%, rgba(133,10,163,0.5), transparent 50%);
}
.slide-title {
  font-family: var(--font-display); font-weight: 400; line-height: 1.12;
  font-size: clamp(2.1rem, 5.2vw, 3.7rem);
  color: #fff;
}
.hero-slider .slide.is-active .eyebrow,
.hero-slider .slide.is-active .slide-title,
.hero-slider .slide.is-active .hero-sub,
.hero-slider .slide.is-active .hero-actions {
  animation: slideUp 0.8s ease both;
}
.hero-slider .slide.is-active .slide-title { animation-delay: 0.1s; }
.hero-slider .slide.is-active .hero-sub { animation-delay: 0.2s; }
.hero-slider .slide.is-active .hero-actions { animation-delay: 0.3s; }
@keyframes slideUp {
  from { opacity: 0; transform: translateY(22px); }
  to { opacity: 1; transform: none; }
}

.btn-gold { background: var(--gold); color: #2a1231; box-shadow: 0 8px 20px rgba(232,163,61,0.35); }
.btn-gold:hover { background: var(--gold-dark); color: #fff; }

/* Flèches */
.slider-arrow {
  position: absolute; top: 50%; z-index: 5;
  transform: translateY(-50%);
  width: 48px; height: 48px;
  display: grid; place-items: center;
  border-radius: 50%;
  border: 1.5px solid rgba(255,255,255,0.45);
  background: rgba(43,5,53,0.35);
  backdrop-filter: blur(6px);
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease;
}
.slider-arrow:hover { background: var(--lagoon-500); border-color: var(--lagoon-500); }
.slider-arrow span {
  width: 11px; height: 11px;
  border-top: 2px solid #fff; border-right: 2px solid #fff;
}
.slider-arrow.prev { left: 1.5rem; }
.slider-arrow.prev span { transform: rotate(-135deg); margin-left: 4px; }
.slider-arrow.next { right: 1.5rem; }
.slider-arrow.next span { transform: rotate(45deg); margin-right: 4px; }

/* Points */
.slider-dots {
  position: absolute; bottom: 2.6rem; left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  display: flex; gap: 0.55rem;
}
.slider-dots button {
  width: 10px; height: 10px;
  border-radius: 50%;
  border: 1.5px solid rgba(255,255,255,0.75);
  background: transparent;
  cursor: pointer;
  padding: 0;
  transition: width 0.25s ease, background 0.2s ease;
}
.slider-dots button.is-active { background: var(--gold); border-color: var(--gold); width: 30px; border-radius: 999px; }

/* Barre de progression */
.slider-progress {
  position: absolute; left: 0; right: 0; bottom: 0; z-index: 5;
  height: 3px; background: rgba(255,255,255,0.16);
}
.slider-progress i {
  display: block; height: 100%; width: 0;
  background: var(--gold);
}
.slider-progress i.run { animation: progressBar var(--slide-duration, 5.5s) linear forwards; }
@keyframes progressBar { from { width: 0; } to { width: 100%; } }

/* ============================================================
   Raccourcis catégories
   ============================================================ */
.quick-cats {
  background: #fff;
  border-bottom: 1px solid var(--line);
  box-shadow: 0 6px 20px rgba(60,4,73,0.06);
  position: relative; z-index: 6;
}
.quick-cats-scroll {
  display: flex; gap: 0.6rem;
  padding: 0.9rem 0;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.quick-cats-scroll::-webkit-scrollbar { display: none; }
.quick-cat {
  display: inline-flex; align-items: center; gap: 0.55rem;
  padding: 0.6rem 1.15rem;
  border-radius: 999px;
  border: 1.5px solid var(--line);
  background: var(--ivory);
  font-size: 0.9rem; font-weight: 600;
  color: var(--lagoon-700);
  white-space: nowrap;
  transition: border-color 0.15s ease, background 0.15s ease, transform 0.15s ease;
}
.quick-cat:hover {
  border-color: var(--lagoon-500);
  background: var(--lagoon-100);
  transform: translateY(-2px);
}
.qc-icon { font-size: 1.05rem; line-height: 1; }

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 1100px) {
  .hc-item span { display: none; }
  .hc-item { padding: 0.5rem; }
  .hc-item svg { width: 20px; height: 20px; }
}
@media (max-width: 960px) {
  .nav-toggle { display: block; order: 5; margin-left: 0.4rem; }
  .site-header .nav {
    display: none;
    order: 20;
    border-top: 1px solid var(--line);
    padding: 0.5rem 0 0.6rem;
  }
  .site-header .nav.is-open { display: flex; flex-direction: column; gap: 0; position: static; background: transparent; padding: 0.4rem 0 0.6rem; }
  .hero-slider, .hero-slider .slides { min-height: 72vh; }
  .slider-arrow { width: 40px; height: 40px; }
  .slider-arrow.prev { left: 0.7rem; }
  .slider-arrow.next { right: 0.7rem; }
}
@media (max-width: 640px) {
  .header-contact { gap: 0.15rem; }
  .brand-text small { display: none; }
  .hero-slider, .hero-slider .slides { min-height: 78vh; }
  .slider-dots { bottom: 1.6rem; }
  .hero-slider .hero-actions .btn { width: 100%; justify-content: center; }
}
@media (prefers-reduced-motion: reduce) {
  .hero-slider .slide, .hero-slider .hero-media { transition: none; }
  .hero-slider .slide.is-active * { animation: none !important; }
  .slider-progress i.run { animation: none; width: 100%; }
}

/* ---------- Bouton « voir les autres voyages » ---------- */
.section-more { text-align: center; margin-top: 2.6rem; }
.more-count {
  display: inline-grid; place-items: center;
  min-width: 24px; height: 24px; padding: 0 0.4rem;
  border-radius: 999px;
  background: var(--gold); color: #2a1231;
  font-size: 0.78rem; font-weight: 700;
}
.btn-outline:hover .more-count { background: #fff; }

/* ---------- Pages internes ---------- */
.page-hero { min-height: 46vh; }
.trip-title { font-size: 1.25rem; }
.trip-title a:hover { color: var(--lagoon-500); }
.tab-count {
  display: inline-block;
  margin-left: 0.4rem; padding: 0 0.45rem;
  border-radius: 999px;
  background: var(--lagoon-100); color: var(--lagoon-700);
  font-size: 0.76rem;
}
.region-tab.is-active .tab-count { background: rgba(255,255,255,0.25); color: #fff; }
.empty-filtre { text-align: center; color: var(--ink-soft); padding: 2.5rem 1rem; }
.center-block { text-align: center; }
.center-block .section-lede { margin-inline: auto; }
.center-actions { display: flex; justify-content: center; margin-top: 1.6rem; }

/* ---------- Voyage à la carte : étapes ---------- */
.etapes-grid {
  list-style: none;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 1.6rem;
  counter-reset: etape;
}
.etape {
  position: relative;
  background: #fff; border-radius: var(--radius);
  padding: 2.2rem 1.5rem 1.6rem;
  box-shadow: var(--shadow);
}
.etape-num {
  position: absolute; top: -18px; left: 1.5rem;
  display: grid; place-items: center;
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--lagoon-500); color: #fff;
  font-family: var(--font-display); font-size: 1.15rem;
  box-shadow: 0 6px 16px rgba(133,10,163,0.3);
}
.etape h3 { color: var(--lagoon-700); margin-bottom: 0.4rem; font-size: 1.1rem; }
.etape p { color: var(--ink-soft); font-size: 0.93rem; }
.promesse-list {
  background: #fff; border-radius: var(--radius);
  padding: 1.6rem 1.8rem; box-shadow: var(--shadow);
}
.promesse-list li { font-size: 1rem; }
