/* =========================================================
   ENVIE D'AILLEURS — Shared styles
   Premium travel agency · Fraunces + Outfit
   ========================================================= */

/* ---------- Reset & Base ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
body {
  font-family: 'Outfit', system-ui, sans-serif;
  font-weight: 300;
  color: #1A1A1A;
  background: #FAFBF8;
  line-height: 1.6;
  overflow-x: hidden;
}
img, video { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font-family: inherit; font-size: inherit; }
button { cursor: pointer; border: none; background: none; }

:root {
  --petrol: #033D4F;            /* Dark azure — primary dark */
  --petrol-light: #0A5970;      /* Hover / lighter azure */
  --petrol-dark: #01232E;       /* Deeper azure */
  --cream: #FAFBF8;             /* Off-white with hint of green */
  --cream-warm: #F2F5EC;        /* Very subtle pastel-green cream */
  --ivory: #FFFFFF;
  --gold: #9CC26A;              /* Green — primary accent */
  --gold-light: #C0DCAA;        /* Pastel gray green — secondary accent */
  --gold-dark: #7BA84A;         /* Darker green — hovers & small text for contrast */
  --charcoal: #01232E;          /* Match petrol-dark for palette cohesion */
  --gray: #6B6B6B;
  --gray-light: #B8B2A9;
  --border: rgba(3, 61, 79, 0.08);
  --shadow-soft: 0 20px 40px -20px rgba(3, 61, 79, 0.15);
  --shadow-med: 0 30px 60px -25px rgba(3, 61, 79, 0.25);
  --shadow-deep: 0 40px 80px -30px rgba(0, 0, 0, 0.4);
}

/* ---------- Typography ---------- */
.serif { font-family: 'Fraunces', Georgia, serif; font-weight: 300; letter-spacing: -0.01em; }
.eyebrow {
  font-family: 'Outfit', sans-serif;
  font-size: 0.72rem;
  font-weight: 400;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
}
h1, h2, h3, h4 { font-family: 'Fraunces', Georgia, serif; font-weight: 300; line-height: 1.08; letter-spacing: -0.015em; color: var(--petrol); }
h1 { font-size: clamp(2.8rem, 6vw, 5.5rem); }
h2 { font-size: clamp(2.2rem, 4.2vw, 3.8rem); }
h3 { font-size: clamp(1.4rem, 2vw, 1.9rem); }
h4 { font-size: 1.15rem; }
p  { color: var(--gray); font-size: 1rem; max-width: 62ch; }

/* ---------- Layout helpers ---------- */
.container { width: 100%; max-width: 1360px; margin: 0 auto; padding: 0 clamp(1.25rem, 4vw, 3rem); }
.container-wide { width: 100%; max-width: 1600px; margin: 0 auto; padding: 0 clamp(1.25rem, 3vw, 2rem); }
.container-narrow { width: 100%; max-width: 980px; margin: 0 auto; padding: 0 clamp(1.25rem, 4vw, 3rem); }
.section { padding: clamp(4rem, 9vw, 8rem) 0; }
.section-sm { padding: clamp(3rem, 6vw, 5rem) 0; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  padding: 1.05rem 2rem;
  border-radius: 100px;
  font-size: 0.9rem;
  letter-spacing: 0.06em;
  font-weight: 400;
  transition: background 0.35s ease, color 0.35s ease, border-color 0.35s ease, transform 0.2s ease;
  cursor: pointer;
}
.btn:active { transform: translateY(1px); }
.btn-primary { background: var(--gold); color: var(--ivory); border: 1px solid var(--gold); }
.btn-primary:hover { background: var(--gold-dark); border-color: var(--gold-dark); }
.btn-ghost { color: var(--ivory); border: 1px solid rgba(255,255,255,0.4); }
.btn-ghost:hover { background: rgba(255,255,255,0.1); border-color: var(--ivory); }
.btn-dark { background: var(--petrol); color: var(--ivory); border: 1px solid var(--petrol); }
.btn-dark:hover { background: var(--petrol-light); border-color: var(--petrol-light); }
.btn-outline { color: var(--petrol); border: 1px solid var(--petrol); background: transparent; }
.btn-outline:hover { background: var(--petrol); color: var(--ivory); }

/* ---------- Navigation ---------- */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  padding: 1.25rem 0;
  transition: background 0.4s ease, backdrop-filter 0.4s ease, padding 0.4s ease;
}
.nav.scrolled,
.nav.solid {
  background: rgba(250, 251, 248, 0.92);
  backdrop-filter: blur(18px) saturate(180%);
  -webkit-backdrop-filter: blur(18px) saturate(180%);
  box-shadow: inset 0 -1px 0 rgba(3, 61, 79, 0.06);
  padding: 0.9rem 0;
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.logo {
  display: grid;
  grid-template-columns: auto auto;
  column-gap: 0.85rem;
  align-items: center;
  color: var(--ivory);
  transition: color 0.4s ease;
}
.nav.scrolled .logo, .nav.solid .logo { color: var(--petrol); }
.logo-img {
  grid-row: span 2;
  height: 78px;
  width: auto;
  display: block;
  transition: height 0.4s ease;
  margin: -10px 0;         /* Tighten to surrounding text */
}
.nav.scrolled .logo-img, .nav.solid .logo-img { height: 66px; }
.logo-mark {
  grid-column: 2;
  grid-row: 1;
  align-self: end;
  font-family: 'Fraunces', serif;
  font-size: 1.35rem;
  font-weight: 400;
  letter-spacing: -0.015em;
  font-style: italic;
  line-height: 1;
}
.logo-tag {
  grid-column: 2;
  grid-row: 2;
  align-self: start;
  font-size: 0.6rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  opacity: 0.7;
  margin-top: 0.3rem;
  line-height: 1;
}

/* Footer variant — larger */
.footer .logo-img { height: 120px; margin: -20px 0; }
.footer .logo-mark { font-size: 1.85rem; }
.footer .logo-tag { font-size: 0.66rem; }

.nav-links {
  display: flex;
  gap: 2.2rem;
  list-style: none;
}
.nav-links > li { position: relative; }
.nav-links a, .nav-links .nav-trigger {
  color: var(--ivory);
  font-size: 0.88rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  position: relative;
  padding: 0.3rem 0;
  transition: color 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  background: none;
}
.nav.scrolled .nav-links a, .nav.scrolled .nav-links .nav-trigger,
.nav.solid .nav-links a, .nav.solid .nav-links .nav-trigger { color: var(--petrol); }
.nav-links a::after {
  content: '';
  position: absolute;
  left: 0; bottom: 0;
  height: 1px; width: 0;
  background: currentColor;
  transition: width 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}
.nav-links a:hover::after,
.nav-links a.active::after { width: 100%; }
.nav-links a.active { font-weight: 500; }

/* Mega menu — nested hover (continent → countries).
   .nav-mega starts AT li_bottom (no gap). Its padding-top is a transparent hoverable bridge
   inside the <li>'s ancestor chain. visibility:hidden by default → truly non-hit-testable
   (including all descendants), so nothing opens the menu unless cursor actually touches the trigger. */
.nav-mega {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(-8px);
  padding-top: 0.75rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s linear 0.3s;
}
.nav-mega-inner {
  background: var(--ivory);
  box-shadow: var(--shadow-med);
  border-radius: 18px;
  border: 1px solid var(--border);
  display: grid;
  grid-template-columns: 240px 260px;
  overflow: hidden;
}
.nav-links > li:hover > .nav-mega,
.nav-links > li:focus-within > .nav-mega {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s linear 0s;
}
.mega-continents {
  list-style: none;
  display: flex;
  flex-direction: column;
  padding: 1.25rem 1rem;
  background: var(--cream-warm);
  gap: 0.1rem;
  border-radius: 18px 0 0 18px;
}
.mega-continents h5,
.mega-panel h5 {
  font-family: 'Outfit', sans-serif;
  font-size: 0.62rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold-dark);
  margin: 0 0 0.85rem;
  padding: 0 0.75rem;
}
.mega-continents li { list-style: none; }
.mega-continents a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  padding: 0.65rem 0.85rem;
  color: var(--petrol) !important;
  border-radius: 10px;
  font-size: 0.98rem;
  letter-spacing: 0;
  transition: background 0.2s ease, color 0.2s ease;
  position: relative;
}
.mega-continents a::after { display: none; }
.mega-continents a svg { opacity: 0.35; transition: opacity 0.25s ease, transform 0.25s ease; flex-shrink: 0; }
.mega-continents a:hover,
.mega-continents a.is-active {
  background: var(--ivory);
  color: var(--gold-dark) !important;
}
.mega-continents a:hover svg,
.mega-continents a.is-active svg { opacity: 1; transform: translateX(3px); }

.mega-panels {
  position: relative;
  padding: 1.5rem 1.5rem 1.5rem 1.25rem;
  min-height: 280px;
}
.mega-panel {
  position: absolute;
  inset: 1.5rem 1.5rem 1.5rem 1.25rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.3s ease;
  transform: translateX(8px);
}
.mega-panel.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}
.mega-panel ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.mega-panel li { list-style: none; }
.mega-panel a {
  display: block;
  padding: 0.5rem 0.75rem;
  color: var(--petrol) !important;
  font-size: 0.92rem;
  letter-spacing: 0;
  border-radius: 8px;
  transition: background 0.2s ease, padding-left 0.25s ease;
}
.mega-panel a::after { display: none; }
.mega-panel a:hover { background: var(--cream-warm); padding-left: 1.05rem; color: var(--gold-dark) !important; }

.nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.85rem 1.6rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 100px;
  color: var(--ivory);
  font-size: 0.85rem;
  letter-spacing: 0.06em;
  transition: background 0.35s ease, border-color 0.35s ease, color 0.35s ease, transform 0.2s ease;
}
.nav.scrolled .nav-cta, .nav.solid .nav-cta { border-color: var(--petrol); color: var(--petrol); }
.nav-cta:hover { background: var(--ivory); color: var(--petrol); border-color: var(--ivory); }
.nav.scrolled .nav-cta:hover, .nav.solid .nav-cta:hover { background: var(--petrol); color: var(--ivory); }
.nav-cta:active { transform: translateY(1px); }

.nav-burger {
  display: none;
  width: 40px; height: 40px;
  align-items: center;
  justify-content: center;
  color: var(--ivory);
  transition: color 0.3s ease;
  z-index: 101;
}
.nav.scrolled .nav-burger, .nav.solid .nav-burger { color: var(--petrol); }
.nav-burger span {
  display: block;
  width: 22px; height: 1.5px;
  background: currentColor;
  position: relative;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.nav-burger span::before,
.nav-burger span::after {
  content: '';
  position: absolute;
  left: 0;
  width: 22px; height: 1.5px;
  background: currentColor;
  transition: transform 0.3s ease;
}
.nav-burger span::before { top: -7px; }
.nav-burger span::after { top: 7px; }
body.menu-open .nav-burger span { background: transparent; }
body.menu-open .nav-burger span::before { transform: rotate(45deg) translate(5px, 5px); }
body.menu-open .nav-burger span::after { transform: rotate(-45deg) translate(5px, -5px); }

/* ---------- Mobile menu ---------- */
.mobile-menu {
  position: fixed;
  top: 0; right: 0;
  width: min(440px, 100%);
  height: 100dvh;
  background: var(--cream);
  z-index: 99;
  padding: 6rem 2rem 2rem;
  overflow-y: auto;
  transform: translateX(100%);
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: var(--shadow-deep);
}
body.menu-open .mobile-menu { transform: translateX(0); }
.mobile-menu ul { list-style: none; }
.mobile-menu > ul > li { border-bottom: 1px solid var(--border); }
.mobile-menu > ul > li > a,
.mobile-menu > ul > li > button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1.25rem 0;
  font-family: 'Fraunces', serif;
  font-size: 1.4rem;
  color: var(--petrol);
  transition: color 0.3s ease;
}
.mobile-menu > ul > li > a:hover { color: var(--gold); }
.mobile-sub { padding-left: 1rem; padding-bottom: 1rem; display: none; }
.mobile-sub li a { display: block; padding: 0.5rem 0; color: var(--gray); font-size: 1rem; }
.mobile-sub li a:hover { color: var(--petrol); }
.mobile-menu li.open .mobile-sub { display: block; }
.mobile-menu .nav-cta { margin-top: 2rem; color: var(--petrol); border-color: var(--petrol); justify-content: center; width: 100%; }

/* ---------- Hero (video) ---------- */
.hero {
  position: relative;
  min-height: 100dvh;
  display: flex;
  align-items: center;
  padding: 9rem 0 5rem;
  overflow: hidden;
  color: var(--ivory);
}
.hero-video-wrap {
  position: absolute; inset: 0;
  z-index: -2;
  overflow: hidden;
  background: var(--petrol-dark);
}
.hero-video {
  position: absolute;
  top: 50%; left: 50%;
  width: 100%; height: 100%;
  min-width: 100%; min-height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  animation: heroZoom 30s ease-in-out infinite alternate;
  will-change: transform;
}
@keyframes heroZoom {
  from { transform: translate(-50%, -50%) scale(1); }
  to   { transform: translate(-50%, -50%) scale(1.12); }
}
.hero-overlay {
  position: absolute; inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(3, 61, 79, 0.45) 0%, rgba(3, 61, 79, 0.2) 35%, rgba(3, 61, 79, 0.75) 100%),
    radial-gradient(ellipse at 70% 30%, transparent 0%, rgba(3, 61, 79, 0.35) 70%);
}
/* Soft grain over the video for film texture */
.hero-video-wrap::after {
  content: '';
  position: absolute; inset: 0;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.5'/%3E%3C/svg%3E");
  opacity: 0.06;
  mix-blend-mode: overlay;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 4rem;
  align-items: center;
  width: 100%;
}
.hero-content .eyebrow { color: var(--gold-light); }
.hero h1 {
  color: var(--ivory);
  font-weight: 300;
  margin: 1.25rem 0 2rem;
  line-height: 0.95;
  font-size: clamp(3rem, 7vw, 6.5rem);
}
.hero h1 em {
  font-style: italic;
  font-weight: 300;
  color: var(--gold-light);
  display: block;
}
.hero-lead {
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.05rem;
  max-width: 46ch;
  line-height: 1.7;
  margin-bottom: 2.5rem;
  font-weight: 300;
}
.hero-actions { display: flex; gap: 1rem; align-items: center; flex-wrap: wrap; }

.hero-feature {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 40px 80px -30px rgba(0,0,0,0.6);
  padding: 1rem;
  max-width: 520px;
  margin-left: auto;
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.hero-feature:hover { transform: translateY(-4px); }
.hero-feature-img {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 4/3;
}
.hero-feature-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 6s ease-out;
}
.hero-feature:hover .hero-feature-img img { transform: scale(1.06); }
.hero-feature-tag {
  position: absolute; top: 1rem; left: 1rem;
  padding: 0.45rem 0.9rem;
  background: rgba(3, 61, 79, 0.72);
  backdrop-filter: blur(10px);
  border-radius: 100px;
  font-size: 0.68rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--ivory);
}
.hero-feature-meta { padding: 1.25rem 0.75rem 0.5rem; color: var(--ivory); }
.hero-feature-meta .serif { font-size: 1.3rem; color: var(--ivory); margin-bottom: 0.5rem; }
.hero-feature-meta-row {
  display: flex; justify-content: space-between; align-items: center;
  font-size: 0.82rem; color: rgba(255,255,255,0.7);
  padding-top: 0.75rem; margin-top: 0.5rem;
  border-top: 1px solid rgba(255,255,255,0.14);
}
.price-pill { color: var(--gold-light); font-size: 0.95rem; font-family: 'Fraunces', serif; letter-spacing: 0; }

.scroll-indicator {
  position: absolute;
  bottom: 2.5rem; left: 50%;
  transform: translateX(-50%);
  font-size: 0.65rem; letter-spacing: 0.32em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.65);
  display: flex; flex-direction: column; align-items: center; gap: 0.75rem;
  z-index: 3;
}
.scroll-line {
  width: 1px; height: 40px;
  background: linear-gradient(to bottom, rgba(255,255,255,0.7), transparent);
  animation: scrollDrop 2.2s ease-in-out infinite;
}
@keyframes scrollDrop {
  0% { transform: scaleY(0); transform-origin: top; }
  50% { transform: scaleY(1); transform-origin: top; }
  51% { transform-origin: bottom; }
  100% { transform: scaleY(0); transform-origin: bottom; }
}

/* ---------- Page hero (smaller, image background) ---------- */
.page-hero {
  position: relative;
  min-height: 65dvh;
  display: flex;
  align-items: center;
  padding: 8rem 0 4rem;
  color: var(--ivory);
  overflow: hidden;
}
.page-hero-bg {
  position: absolute; inset: 0;
  z-index: -1;
  background-size: cover;
  background-position: center;
}
.page-hero-bg::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(3, 61, 79, 0.55) 0%, rgba(3, 61, 79, 0.45) 40%, rgba(3, 61, 79, 0.85) 100%);
}
.page-hero .eyebrow { color: var(--gold-light); }
.page-hero h1 { color: var(--ivory); margin: 1.25rem 0 1.5rem; }
.page-hero p { color: rgba(255,255,255,0.88); max-width: 56ch; font-size: 1.05rem; }
.page-hero-content { max-width: 720px; }

/* Breadcrumbs */
.breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.65);
  margin-bottom: 2rem;
}
.breadcrumb a { color: inherit; transition: color 0.3s ease; }
.breadcrumb a:hover { color: var(--gold-light); }
.breadcrumb .sep { opacity: 0.4; }

/* ---------- Section headers ---------- */
.section-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 3rem;
  margin-bottom: 4rem;
  flex-wrap: wrap;
}
.section-head.center { justify-content: center; text-align: center; }
.section-head-copy { max-width: 640px; }
.section-head h2 { margin-top: 1rem; }
.section-head-link {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  font-size: 0.85rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--petrol);
  padding-bottom: 0.35rem;
  border-bottom: 1px solid var(--border);
  transition: border-color 0.35s ease, gap 0.35s ease;
}
.section-head-link:hover { border-color: var(--petrol); gap: 1rem; }

/* ---------- Voyages — editorial zig-zag ---------- */
.voyages-list { display: flex; flex-direction: column; gap: clamp(3.5rem, 6vw, 6rem); }
.voyage {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}
.voyage.reverse { grid-template-columns: 0.85fr 1.15fr; }
.voyage.reverse .voyage-media { order: 2; }
.voyage.reverse .voyage-copy  { order: 1; }

.voyage-media {
  position: relative;
  display: block;
  aspect-ratio: 5/4;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  text-decoration: none;
}
.voyage-media img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}
.voyage:hover .voyage-media img { transform: scale(1.04); }
.voyage-media-tag {
  position: absolute; top: 1.25rem; left: 1.25rem;
  padding: 0.5rem 1rem;
  background: rgba(250, 251, 248, 0.9);
  backdrop-filter: blur(8px);
  color: var(--petrol);
  font-size: 0.7rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  border-radius: 100px;
}
.voyage-index {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-size: 0.95rem;
  color: var(--gold);
  margin-bottom: 1.2rem;
  display: block;
}
.voyage-copy h3 { font-size: clamp(1.8rem, 3vw, 2.6rem); margin-bottom: 1.25rem; }
.voyage-title-link {
  color: inherit;
  text-decoration: none;
  transition: color 0.35s ease;
  background-image: linear-gradient(var(--gold-dark), var(--gold-dark));
  background-size: 0 1px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.5s cubic-bezier(0.16, 1, 0.3, 1), color 0.35s ease;
}
.voyage-title-link:hover {
  color: var(--gold-dark);
  background-size: 100% 1px;
}
.voyage-copy p { margin-bottom: 1.75rem; line-height: 1.75; }
.voyage-meta {
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 2rem 2.5rem;
  padding: 1.5rem 0;
  margin-bottom: 1.75rem;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.voyage-meta-item .label {
  display: block;
  font-size: 0.68rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gray);
  margin-bottom: 0.4rem;
}
.voyage-meta-item .value { font-family: 'Fraunces', serif; font-size: 1.1rem; color: var(--petrol); }
.voyage-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  font-size: 0.88rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--petrol);
  transition: gap 0.3s ease;
}
.voyage-cta:hover { gap: 1.1rem; }
.voyage-cta .arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px; height: 38px;
  border-radius: 50%;
  border: 1px solid var(--border);
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
.voyage-cta:hover .arrow { background: var(--petrol); color: var(--ivory); border-color: var(--petrol); }

/* ---------- Voyages grid (catalog page) ---------- */
.voyages-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.voyage-card {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  cursor: pointer;
}
.voyage-card-media {
  position: relative;
  aspect-ratio: 4/5;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}
.voyage-card-media img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}
.voyage-card:hover .voyage-card-media img { transform: scale(1.05); }
.voyage-card-tag {
  position: absolute; top: 1rem; left: 1rem;
  padding: 0.4rem 0.9rem;
  background: rgba(250, 251, 248, 0.92);
  backdrop-filter: blur(8px);
  color: var(--petrol);
  font-size: 0.66rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  border-radius: 100px;
}
.voyage-card-body { display: flex; flex-direction: column; gap: 0.65rem; padding: 0 0.25rem; }
.voyage-card-body h3 { font-size: 1.5rem; color: var(--petrol); }
.voyage-card-dates { font-size: 0.88rem; color: var(--gray); }
.voyage-card-foot {
  margin-top: 0.5rem;
  padding-top: 1rem;
  border-top: 1px solid var(--border);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.voyage-card-price {
  font-family: 'Fraunces', serif;
  font-size: 1.25rem;
  color: var(--petrol);
}
.voyage-card-price .from { font-size: 0.7rem; color: var(--gray); letter-spacing: 0.2em; text-transform: uppercase; font-family: 'Outfit', sans-serif; margin-right: 0.4rem; }
.voyage-card-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px; height: 38px;
  border-radius: 50%;
  border: 1px solid var(--border);
  color: var(--petrol);
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}
.voyage-card:hover .voyage-card-arrow {
  background: var(--petrol); color: var(--ivory); border-color: var(--petrol);
  transform: rotate(-45deg);
}

/* ---------- Cruises cinematic ---------- */
.cruises {
  position: relative;
  min-height: 70vh;
  display: grid;
  place-items: center;
  color: var(--ivory);
  text-align: center;
  overflow: hidden;
  padding: clamp(6rem, 10vw, 9rem) 0;
}
.cruises-bg {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(3, 61, 79, 0.55), rgba(3, 61, 79, 0.75)),
    url('images/hero-croisieres.jpg') center/cover no-repeat;
  z-index: -1;
  animation: slowZoom 22s ease-in-out infinite alternate;
}
@keyframes slowZoom {
  from { transform: scale(1); }
  to { transform: scale(1.08); }
}
.cruises .container { max-width: 780px; }
.cruises .eyebrow { color: var(--gold-light); }
.cruises h2 { color: var(--ivory); margin: 1.25rem 0 1.75rem; }
.cruises h2 em { font-style: italic; color: var(--gold-light); display: block; }
.cruises p { color: rgba(255,255,255,0.78); margin: 0 auto 2.5rem; max-width: 58ch; font-size: 1.05rem; }

/* ---------- Continents bento ---------- */
.continents { background: var(--cream-warm); }
.continents-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}
.continents-grid > :nth-child(1) { grid-column: span 2; grid-row: span 2; }
.continents-grid > :nth-child(6) { grid-column: span 2; }
.continent {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 1/1;
  background: var(--petrol-dark);
  cursor: pointer;
  isolation: isolate;
}
.continents-grid > :nth-child(1) { aspect-ratio: 1/1; }
.continents-grid > :nth-child(6) { aspect-ratio: 2/1; }
.continent img {
  width: 100%; height: 100%;
  object-fit: cover;
  opacity: 0.82;
  transition: opacity 0.6s ease, transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}
.continent::before {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(3, 61, 79, 0.85) 100%);
  z-index: 1;
  transition: background 0.5s ease;
}
.continent:hover img { opacity: 1; transform: scale(1.06); }
.continent:hover::before { background: linear-gradient(180deg, rgba(3,61,79,0.3) 0%, rgba(3,61,79,0.9) 100%); }
.continent-label {
  position: absolute;
  bottom: 1.5rem; left: 1.5rem; right: 1.5rem;
  z-index: 2;
  color: var(--ivory);
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1rem;
}
.continent-label h3 { color: var(--ivory); font-size: clamp(1.3rem, 1.7vw, 1.8rem); }
.continent-label .count {
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  opacity: 0.75;
  font-family: 'Outfit', sans-serif;
  white-space: nowrap;
}
.continent-arrow {
  position: absolute;
  top: 1.5rem; right: 1.5rem;
  width: 40px; height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.3);
  display: flex; align-items: center; justify-content: center;
  color: var(--ivory);
  backdrop-filter: blur(8px);
  z-index: 2;
  transition: background 0.35s ease, transform 0.35s ease;
}
.continent:hover .continent-arrow { background: var(--ivory); color: var(--petrol); transform: rotate(-45deg); }

/* ---------- Destinations grid (country cards) ---------- */
.dest-head { margin-bottom: 3.5rem; }
.destinations-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.dest-card {
  position: relative;
  aspect-ratio: 4/5;
  border-radius: 16px;
  overflow: hidden;
  isolation: isolate;
  cursor: pointer;
}
.dest-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.4s cubic-bezier(0.16,1,0.3,1); }
.dest-card::before {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(3, 61, 79, 0.88) 100%);
  z-index: 1;
  transition: opacity 0.4s ease;
}
.dest-card:hover img { transform: scale(1.06); }
.dest-card-info {
  position: absolute;
  bottom: 1.5rem; left: 1.5rem; right: 1.5rem;
  z-index: 2;
  color: var(--ivory);
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1rem;
}
.dest-card-info .country { font-size: 0.7rem; letter-spacing: 0.25em; text-transform: uppercase; color: var(--gold-light); display: block; margin-bottom: 0.5rem; }
.dest-card-info h3 { color: var(--ivory); font-size: 1.6rem; }
.dest-card-arrow {
  width: 38px; height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.35);
  display: flex; align-items: center; justify-content: center;
  backdrop-filter: blur(8px);
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
  flex-shrink: 0;
}
.dest-card:hover .dest-card-arrow { background: var(--ivory); color: var(--petrol); border-color: var(--ivory); transform: rotate(-45deg); }

/* ---------- About / editorial ---------- */
.about {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: clamp(3rem, 6vw, 6rem);
  align-items: center;
  padding-top: 2rem;
}
.about-media {
  position: relative;
  aspect-ratio: 4/5;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--shadow-med);
}
.about-media img { width: 100%; height: 100%; object-fit: cover; }
.about-badge {
  position: absolute;
  bottom: 1.5rem; left: 1.5rem;
  padding: 1.25rem 1.5rem;
  background: rgba(250, 251, 248, 0.95);
  backdrop-filter: blur(10px);
  border-radius: 12px;
  max-width: 260px;
}
.about-badge .value {
  font-family: 'Fraunces', serif;
  font-size: 2.2rem;
  color: var(--petrol);
  line-height: 1;
  display: block;
  margin-bottom: 0.4rem;
}
.about-badge .label { font-size: 0.78rem; color: var(--gray); line-height: 1.4; }

.about-copy h2 { margin: 1rem 0 1.75rem; }
.about-copy p { font-size: 1.02rem; line-height: 1.8; margin-bottom: 1.25rem; }
.about-copy p strong { color: var(--petrol); font-weight: 500; }

.about-contact {
  display: flex;
  gap: 2rem;
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid var(--border);
  flex-wrap: wrap;
}
.about-contact-item .label { font-size: 0.68rem; letter-spacing: 0.24em; text-transform: uppercase; color: var(--gray); margin-bottom: 0.4rem; display: block; }
.about-contact-item .value { font-family: 'Fraunces', serif; font-size: 1.4rem; color: var(--petrol); }
.about-contact-item a { transition: color 0.3s ease; }
.about-contact-item a:hover { color: var(--gold); }

/* ---------- Pull quote ---------- */
.pull-quote {
  background: var(--petrol);
  color: var(--ivory);
  padding: clamp(5rem, 8vw, 7rem) 0;
  text-align: center;
}
.pull-quote blockquote {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-weight: 300;
  font-size: clamp(1.6rem, 2.6vw, 2.4rem);
  line-height: 1.3;
  max-width: 900px;
  margin: 0 auto 2rem;
  color: var(--ivory);
}
.pull-quote blockquote::before,
.pull-quote blockquote::after { content: '"'; color: var(--gold-light); font-size: 1.4em; line-height: 0; }
.quote-author {
  font-size: 0.78rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold-light);
}

/* ---------- Editorial article (destination detail) ---------- */
.editorial {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(3rem, 5vw, 5rem);
  align-items: center;
  margin-bottom: clamp(4rem, 7vw, 6rem);
}
.editorial.reverse .editorial-text { order: 2; }
.editorial.reverse .editorial-media { order: 1; }
.editorial-media {
  aspect-ratio: 4/5;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}
.editorial-media img { width: 100%; height: 100%; object-fit: cover; }
.editorial-text h2 { margin: 1rem 0 1.5rem; }
.editorial-text p { margin-bottom: 1.25rem; font-size: 1.02rem; line-height: 1.8; }
.editorial-text ul { list-style: none; margin: 1.5rem 0; }
.editorial-text ul li {
  position: relative;
  padding: 0.85rem 0 0.85rem 1.75rem;
  border-bottom: 1px solid var(--border);
  color: var(--gray);
  font-size: 0.98rem;
  line-height: 1.65;
}
.editorial-text ul li::before {
  content: '';
  position: absolute;
  top: 1.25rem; left: 0;
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--gold);
}
.editorial-text ul li strong { color: var(--petrol); font-weight: 500; }

/* ---------- Info blocks (Quand partir, Formalités, ...) ---------- */
.info-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(3rem, 5vw, 5rem);
  margin-bottom: clamp(4rem, 7vw, 6rem);
  align-items: start;
}
.info-block.reverse .info-block-text { order: 2; }
.info-block.reverse .info-block-media { order: 1; }
.info-block-text h2 { margin: 1rem 0 1.5rem; }
.info-block-text p { margin-bottom: 1.25rem; font-size: 1rem; line-height: 1.75; }
.info-block-text h4 {
  color: var(--petrol);
  font-family: 'Fraunces', serif;
  font-size: 1.15rem;
  margin: 1.5rem 0 0.5rem;
}
.info-block-media {
  aspect-ratio: 4/3;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  position: sticky;
  top: 100px;
}
.info-block-media img { width: 100%; height: 100%; object-fit: cover; }

/* ---------- Contact form ---------- */
.contact-layout {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(3rem, 5vw, 5rem);
  align-items: start;
}
.contact-aside {
  background: var(--cream-warm);
  padding: clamp(2rem, 4vw, 3rem);
  border-radius: 20px;
  text-align: center;
  position: sticky;
  top: 100px;
}
.contact-aside .advisor {
  width: 160px; height: 160px;
  border-radius: 50%;
  overflow: hidden;
  margin: 1.5rem auto 1.5rem;
  border: 3px solid var(--ivory);
  box-shadow: var(--shadow-soft);
}
.contact-aside .advisor img { width: 100%; height: 100%; object-fit: cover; }
.contact-aside h3 { font-size: 1.9rem; margin-bottom: 0.5rem; }
.contact-aside .role { font-size: 0.78rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gray); margin-bottom: 2rem; display: block; }
.contact-aside .divider { width: 40px; height: 1px; background: var(--gold); margin: 0 auto 2rem; }
.contact-aside .contact-row {
  display: flex; align-items: center; justify-content: center;
  gap: 0.65rem;
  padding: 0.9rem 0;
  font-family: 'Fraunces', serif;
  font-size: 1.15rem;
  color: var(--petrol);
  transition: color 0.3s ease;
}
.contact-aside .contact-row + .contact-row { border-top: 1px solid var(--border); }
.contact-aside .contact-row:hover { color: var(--gold); }
.contact-aside .contact-row svg { color: var(--gold); }

.contact-form {
  background: var(--ivory);
  padding: clamp(2rem, 4vw, 3rem);
  border-radius: 20px;
  border: 1px solid var(--border);
  box-shadow: var(--shadow-soft);
}
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem 1.5rem; }
.form-grid .full { grid-column: span 2; }
.form-grid .trio { grid-column: span 2; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem 1.5rem; }
.field { display: flex; flex-direction: column; gap: 0.5rem; }
.field label {
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--petrol);
  font-weight: 400;
}
.field label .req { color: var(--gold); }
.field input, .field select, .field textarea {
  width: 100%;
  min-width: 0;
  padding: 0.9rem 1rem;
  border: 1px solid var(--border);
  border-radius: 10px;
  background: var(--cream);
  color: var(--charcoal);
  font-size: 0.95rem;
  font-family: 'Outfit', sans-serif;
  font-weight: 300;
  transition: border-color 0.3s ease, background 0.3s ease;
  box-sizing: border-box;
}
.field input[type="number"] { -moz-appearance: textfield; }
.field input[type="number"]::-webkit-outer-spin-button,
.field input[type="number"]::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none;
  border-color: var(--petrol);
  background: var(--ivory);
}
.field textarea { resize: vertical; min-height: 120px; }
.field .hint { font-size: 0.78rem; color: var(--gray); }
.form-submit { margin-top: 1.5rem; display: flex; justify-content: center; gap: 1rem; align-items: center; flex-wrap: wrap; }
.form-submit .note { font-size: 0.82rem; color: var(--gray); }

/* ---------- Feature strip (values / USPs) ---------- */
.features {
  background: var(--cream-warm);
}
.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}
.feature {
  padding: 2.5rem;
  border-right: 1px solid var(--border);
}
.feature:last-child { border-right: none; }
.feature-icon {
  width: 48px; height: 48px;
  border-radius: 50%;
  background: var(--ivory);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  margin-bottom: 1.5rem;
  border: 1px solid var(--border);
}
.feature h3 { font-size: 1.3rem; margin-bottom: 0.75rem; }
.feature p { font-size: 0.95rem; line-height: 1.7; }

/* ---------- Team grid ---------- */
.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.team-member { text-align: center; }
.team-member-photo {
  aspect-ratio: 1/1;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 1.25rem;
  box-shadow: var(--shadow-soft);
}
.team-member-photo img { width: 100%; height: 100%; object-fit: cover; }
.team-member h3 { font-size: 1.3rem; margin-bottom: 0.4rem; }
.team-member .role { font-size: 0.74rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); }

/* ---------- Footer ---------- */
.footer {
  background: var(--charcoal);
  color: rgba(255,255,255,0.7);
  padding: 5rem 0 2rem;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr repeat(3, 1fr);
  gap: 3rem;
  margin-bottom: 4rem;
}
.footer-brand .logo { color: var(--ivory); margin-bottom: 1.25rem; }
.footer-brand p { color: rgba(255,255,255,0.55); max-width: 38ch; font-size: 0.9rem; }
.footer h4 {
  color: var(--ivory);
  font-family: 'Outfit', sans-serif;
  font-weight: 400;
  font-size: 0.78rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
.footer ul { list-style: none; display: flex; flex-direction: column; gap: 0.75rem; }
.footer a { font-size: 0.92rem; color: rgba(255,255,255,0.6); transition: color 0.3s ease; }
.footer a:hover { color: var(--ivory); }
.footer-bottom {
  padding-top: 2rem;
  border-top: 1px solid rgba(255,255,255,0.08);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: 0.82rem;
  color: rgba(255,255,255,0.4);
}

/* ---------- Reveal animation ---------- */
.reveal {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.9s cubic-bezier(0.16, 1, 0.3, 1), transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
}
.reveal.in { opacity: 1; transform: translateY(0); }
.reveal[data-delay="1"] { transition-delay: 0.08s; }
.reveal[data-delay="2"] { transition-delay: 0.16s; }
.reveal[data-delay="3"] { transition-delay: 0.24s; }
.reveal[data-delay="4"] { transition-delay: 0.32s; }
.reveal[data-delay="5"] { transition-delay: 0.40s; }
.reveal[data-delay="6"] { transition-delay: 0.48s; }

/* ---------- Voyage detail page ---------- */
.voyage-hero {
  position: relative;
  min-height: 62dvh;
  display: flex;
  align-items: center;
  padding: 7rem 0 4rem;
  overflow: hidden;
  color: var(--ivory);
}
.voyage-hero-bg {
  position: absolute; inset: 0;
  background-size: cover;
  background-position: center;
  z-index: -1;
}
.voyage-hero-bg::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(3, 61, 79, 0.45) 0%, rgba(3, 61, 79, 0.3) 40%, rgba(3, 61, 79, 0.8) 100%);
}
.voyage-hero .eyebrow { color: var(--gold-light); }
.voyage-hero h1 {
  color: var(--ivory);
  font-size: clamp(2.2rem, 4.5vw, 3.8rem);
  letter-spacing: -0.02em;
  line-height: 1.05;
  margin: 0.75rem 0 1rem;
}
.voyage-hero-subtitle {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-weight: 300;
  font-size: clamp(1.05rem, 1.5vw, 1.3rem);
  color: var(--gold-light);
  max-width: 58ch;
  line-height: 1.35;
  margin-bottom: 1.5rem;
}
.voyage-hero-dates {
  display: inline-block;
  padding: 0.7rem 1.4rem;
  border: 1px solid rgba(255,255,255,0.35);
  border-radius: 100px;
  font-size: 0.85rem;
  letter-spacing: 0.12em;
  color: rgba(255,255,255,0.9);
  backdrop-filter: blur(8px);
  background: rgba(255,255,255,0.05);
}

.voyage-intro {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-weight: 300;
  font-size: clamp(1.15rem, 1.7vw, 1.4rem);
  color: var(--petrol);
  line-height: 1.5;
  max-width: 680px;
  margin: 0 auto;
}

/* Facts — 4-column minimal grid */
.voyage-facts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.voyage-facts > div {
  padding: 1.75rem 1.5rem;
  border-right: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.voyage-facts > div:last-child { border-right: none; }
.voyage-fact-label {
  font-size: 0.68rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--gray);
}
.voyage-fact-value {
  font-size: 1.25rem;
  color: var(--petrol);
}

/* Itinerary — horizontal stops */
.voyage-itinerary {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1rem 0;
  max-width: 1100px;
  margin: 0 auto;
}
.voyage-stop {
  display: flex;
  align-items: baseline;
  gap: 0.55rem;
  padding: 0.5rem 0.2rem;
  white-space: nowrap;
}
.voyage-stop-num {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-size: 0.85rem;
  color: var(--gold-dark);
}
.voyage-stop-name {
  font-family: 'Fraunces', serif;
  font-size: clamp(1rem, 1.3vw, 1.25rem);
  color: var(--petrol);
}
.voyage-stop-sep {
  flex: 0 0 auto;
  width: 20px;
  height: 1px;
  background: var(--gold);
  opacity: 0.5;
  margin: 0 0.15rem;
}

/* Highlights */
.voyage-highlights-block {
  display: grid;
  grid-template-columns: 0.7fr 1fr;
  gap: clamp(2.5rem, 6vw, 5rem);
  align-items: start;
}
.voyage-highlights {
  list-style: none;
  display: flex;
  flex-direction: column;
  border-top: 1px solid var(--border);
}
.voyage-highlights li {
  padding: 1.1rem 0 1.1rem 2rem;
  border-bottom: 1px solid var(--border);
  color: var(--petrol);
  font-size: 1.02rem;
  line-height: 1.5;
  position: relative;
}
.voyage-highlights li::before {
  content: '';
  position: absolute;
  top: 1.5rem; left: 0;
  width: 10px; height: 10px;
  border-radius: 50%;
  background: var(--gold);
}

/* Timeline (day by day) */
.voyage-timeline {
  list-style: none;
  display: flex;
  flex-direction: column;
  max-width: 880px;
  margin: 0 auto;
  counter-reset: day;
}
.voyage-day {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 2rem;
  padding: 2rem 0;
  border-top: 1px solid var(--border);
  align-items: start;
}
.voyage-day:first-child { border-top: none; }
.voyage-day-date {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-weight: 300;
  font-size: 1.15rem;
  color: var(--gold-dark);
  padding-top: 0.35rem;
}
.voyage-day-body h3 {
  font-size: 1.35rem;
  color: var(--petrol);
  margin-bottom: 0.65rem;
  line-height: 1.3;
}
.voyage-day-body p {
  color: var(--gray);
  font-size: 0.98rem;
  line-height: 1.7;
  max-width: 58ch;
}

/* ---------- Newsletter popup ---------- */
.nl-popup-overlay {
  position: fixed;
  inset: 0;
  z-index: 200;
  background: rgba(3, 61, 79, 0.6);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0s linear 0.4s;
}
.nl-popup-overlay.is-open {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.4s ease, visibility 0s linear 0s;
}
.nl-popup {
  background: var(--ivory);
  border-radius: 20px;
  max-width: 560px;
  width: 100%;
  overflow: hidden;
  box-shadow: var(--shadow-deep);
  position: relative;
  display: grid;
  grid-template-columns: 0.7fr 1fr;
  transform: scale(0.92) translateY(30px);
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.nl-popup-overlay.is-open .nl-popup { transform: scale(1) translateY(0); }
.nl-popup-img {
  background: url('images/caraibes-beach.jpg') center/cover no-repeat;
  position: relative;
}
.nl-popup-img::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(3, 61, 79, 0.2), rgba(3, 61, 79, 0.55));
}
.nl-popup-body { padding: 2.5rem 2rem 2rem; }
.nl-popup-body .eyebrow { color: var(--gold-dark); }
.nl-popup-body h3 {
  font-size: 1.6rem;
  margin: 0.75rem 0 0.75rem;
  color: var(--petrol);
  line-height: 1.15;
}
.nl-popup-body p {
  font-size: 0.92rem;
  line-height: 1.55;
  color: var(--gray);
  margin-bottom: 1.5rem;
}
.nl-popup-form {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.nl-popup-form input {
  padding: 0.85rem 1rem;
  border: 1px solid var(--border);
  border-radius: 10px;
  background: var(--cream);
  font-family: 'Outfit', sans-serif;
  font-size: 0.95rem;
  color: var(--charcoal);
}
.nl-popup-form input:focus { outline: none; border-color: var(--petrol); background: var(--ivory); }
.nl-popup-form button {
  background: var(--petrol);
  color: var(--ivory);
  padding: 0.9rem 1rem;
  border-radius: 100px;
  font-size: 0.88rem;
  letter-spacing: 0.06em;
  font-weight: 400;
  transition: background 0.3s ease, transform 0.2s ease;
}
.nl-popup-form button:hover { background: var(--petrol-light); }
.nl-popup-form button:active { transform: translateY(1px); }
.nl-popup-note {
  font-size: 0.72rem;
  color: var(--gray);
  margin-top: 0.6rem;
  line-height: 1.4;
}
.nl-popup-close {
  position: absolute;
  top: 0.85rem;
  right: 0.85rem;
  width: 34px; height: 34px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--petrol);
  transition: background 0.2s ease, transform 0.2s ease;
  z-index: 2;
}
.nl-popup-close:hover { background: var(--ivory); transform: rotate(90deg); }

.nl-success {
  text-align: center;
  padding: 1.5rem 0.5rem;
  animation: nlFadeIn 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
@keyframes nlFadeIn {
  from { opacity: 0; transform: translateY(8px); }
  to   { opacity: 1; transform: translateY(0); }
}
.nl-success-icon {
  width: 56px; height: 56px;
  border-radius: 50%;
  background: rgba(156, 194, 106, 0.18);
  color: var(--gold-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.25rem;
}
.nl-success-icon svg { width: 26px; height: 26px; }
.nl-success h3 {
  font-size: 1.5rem;
  color: var(--petrol);
  margin-bottom: 0.5rem;
}
.nl-success-msg {
  font-size: 1rem;
  color: var(--petrol);
  font-weight: 400;
  margin-bottom: 1rem;
}
.nl-success .nl-popup-note strong { color: var(--petrol); font-weight: 500; }

.footer-nl-success {
  font-size: 0.92rem;
  color: var(--gold-light);
  padding: 0.85rem 0;
  line-height: 1.5;
}

/* ---------- Newsletter footer block ---------- */
.footer-newsletter {
  padding: 2.5rem 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  margin-bottom: 3rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}
.footer-newsletter-copy h4 {
  font-family: 'Fraunces', serif;
  font-weight: 300;
  font-size: 1.6rem;
  color: var(--ivory);
  letter-spacing: -0.01em;
  margin: 0 0 0.5rem;
  text-transform: none;
}
.footer-newsletter-copy p {
  font-size: 0.92rem;
  color: rgba(255,255,255,0.55);
  margin: 0;
  max-width: 42ch;
}
.footer-newsletter form {
  display: flex;
  gap: 0.6rem;
}
.footer-newsletter input {
  flex: 1;
  padding: 0.85rem 1rem;
  border-radius: 100px;
  border: 1px solid rgba(255,255,255,0.18);
  background: rgba(255,255,255,0.05);
  color: var(--ivory);
  font-family: 'Outfit', sans-serif;
  font-size: 0.92rem;
}
.footer-newsletter input::placeholder { color: rgba(255,255,255,0.4); }
.footer-newsletter input:focus { outline: none; border-color: var(--gold); background: rgba(255,255,255,0.09); }
.footer-newsletter button {
  padding: 0.85rem 1.6rem;
  border-radius: 100px;
  background: var(--gold);
  color: var(--ivory);
  font-size: 0.88rem;
  letter-spacing: 0.05em;
  transition: background 0.3s ease;
}
.footer-newsletter button:hover { background: var(--gold-dark); }

/* ---------- Hero voyage carousel ---------- */
.hero-carousel {
  position: relative;
  max-width: 520px;
  margin-left: auto;
  width: 100%;
}
.hero-carousel-track {
  position: relative;
  aspect-ratio: auto;
}
.hero-slide {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0; left: 0; right: 0;
  transform: translateY(20px) scale(0.97);
  transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.16, 1, 0.3, 1), visibility 0s linear 0.7s;
  display: block;
  text-decoration: none;
}
.hero-slide.is-active {
  opacity: 1;
  visibility: visible;
  position: relative;
  transform: translateY(0) scale(1);
  transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.16, 1, 0.3, 1), visibility 0s linear 0s;
}
.hero-slide .hero-feature {
  transform: none;
  transition: box-shadow 0.4s ease;
}
.hero-slide:hover .hero-feature { box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 50px 100px -30px rgba(0,0,0,0.7); }
.hero-carousel-dots {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  margin-top: 1.25rem;
}
.hero-carousel-dots button {
  width: 26px;
  height: 2px;
  background: rgba(255,255,255,0.28);
  border: none;
  padding: 0;
  cursor: pointer;
  transition: background 0.3s ease, width 0.3s ease;
}
.hero-carousel-dots button.is-active {
  background: var(--gold-light);
  width: 44px;
}
.hero-carousel-dots button:hover { background: rgba(255,255,255,0.5); }

/* ---------- Trustindex reviews section (before footer) ---------- */
.reviews-section {
  padding: clamp(4rem, 7vw, 6rem) 0 clamp(3rem, 5vw, 4rem);
  background: var(--cream-warm);
}
.trustindex-wrap {
  max-width: 1200px;
  margin: 0 auto;
}

/* ---------- Footer social icons ---------- */
.footer-socials {
  display: flex;
  gap: 0.7rem;
  margin-top: 1.75rem;
}
.footer-socials a {
  width: 40px; height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.7);
  transition: background 0.35s ease, border-color 0.35s ease, color 0.35s ease, transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}
.footer-socials a:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--ivory);
  transform: translateY(-3px);
}
.footer-socials a svg { width: 18px; height: 18px; }

/* ---------- Footer signature (made by clickmysite) ---------- */
.footer-signature {
  position: relative;
  margin-top: 3.5rem;
  padding: 2rem 0 0.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.85rem;
  flex-wrap: wrap;
}
.signature-label {
  position: relative;
  z-index: 1;
  font-size: 0.7rem;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.35);
}
.signature-link {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 1.25rem;
  letter-spacing: -0.01em;
  text-decoration: none;
  padding-bottom: 0.35rem;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.signature-text {
  background: linear-gradient(90deg, var(--gold-light) 0%, var(--gold) 25%, var(--ivory) 50%, var(--gold) 75%, var(--gold-light) 100%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  animation: sigShine 5s linear infinite;
}
@keyframes sigShine {
  from { background-position: 0% center; }
  to   { background-position: 200% center; }
}
.signature-underline {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  overflow: visible;
  pointer-events: none;
}
.signature-underline path {
  fill: none;
  stroke: var(--gold);
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-dasharray: 200;
  stroke-dashoffset: 200;
  transition: stroke-dashoffset 0.9s cubic-bezier(0.16, 1, 0.3, 1);
}
.signature-link:hover .signature-underline path { stroke-dashoffset: 0; }
.signature-arrow {
  width: 14px; height: 14px;
  color: var(--gold);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.signature-link:hover { transform: translateY(-2px); }
.signature-link:hover .signature-arrow { transform: translateX(4px) rotate(-8deg); }

/* ---------- WhatsApp floating button ---------- */
.wa-button {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--petrol);
  color: var(--ivory);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 30px -10px rgba(3, 61, 79, 0.55), 0 4px 12px -4px rgba(0, 0, 0, 0.15);
  z-index: 90;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), background 0.35s ease, box-shadow 0.35s ease;
  text-decoration: none;
}
.wa-button::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1.5px solid var(--gold);
  opacity: 0;
  animation: waPulse 2.8s ease-out infinite;
  pointer-events: none;
}
@keyframes waPulse {
  0%   { transform: scale(1);    opacity: 0.55; }
  70%  { transform: scale(1.4);  opacity: 0; }
  100% { transform: scale(1.4);  opacity: 0; }
}
.wa-button:hover {
  background: var(--gold);
  transform: scale(1.06);
  box-shadow: 0 16px 36px -10px rgba(156, 194, 106, 0.45), 0 4px 12px -4px rgba(0, 0, 0, 0.18);
}
.wa-button:active { transform: scale(1); }
.wa-button svg {
  position: relative;
  z-index: 1;
  width: 26px;
  height: 26px;
}
.wa-tooltip {
  position: absolute;
  right: calc(100% + 12px);
  top: 50%;
  transform: translateY(-50%) translateX(8px);
  background: var(--petrol);
  color: var(--ivory);
  padding: 0.55rem 0.95rem;
  border-radius: 100px;
  font-size: 0.8rem;
  letter-spacing: 0.02em;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 8px 20px -6px rgba(3, 61, 79, 0.35);
}
.wa-button:hover .wa-tooltip {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}

/* ---------- Voyage: Points forts — minimal floating cards (no title, tight padding) ---------- */
.voyage-highlights-section {
  padding: 2rem 0;
  background: transparent;
}
.highlights-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.5rem;
}
.highlight-card {
  background: var(--ivory);
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 1.5rem 1.5rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  box-shadow: 0 6px 20px -10px rgba(3, 61, 79, 0.15);
  transition: box-shadow 0.5s ease, border-color 0.4s ease;
  animation: cardFloat 5s ease-in-out infinite;
  will-change: transform;
}
.highlight-card:hover {
  box-shadow: 0 28px 60px -20px rgba(3, 61, 79, 0.35);
  border-color: var(--gold);
}
@keyframes cardFloat {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-6px); }
}
.highlight-check {
  width: 38px; height: 38px;
  border-radius: 50%;
  background: rgba(156, 194, 106, 0.18);
  color: var(--gold-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.highlight-check svg { width: 18px; height: 18px; }
.highlight-card p {
  color: var(--petrol);
  font-size: 0.98rem;
  line-height: 1.55;
  margin: 0;
  max-width: none;
}

/* ---------- Voyage: Download recap button ---------- */
.btn-download {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.75rem 1.25rem;
  background: var(--ivory);
  border: 1px solid var(--petrol);
  border-radius: 100px;
  color: var(--petrol);
  font-size: 0.8rem;
  letter-spacing: 0.06em;
  font-weight: 400;
  text-decoration: none;
  transition: background 0.3s ease, color 0.3s ease, transform 0.2s ease;
  white-space: nowrap;
}
.btn-download:hover { background: var(--petrol); color: var(--ivory); }
.btn-download:active { transform: translateY(1px); }
.btn-download svg { flex-shrink: 0; }

/* ---------- Scroll-to-top floating button ---------- */
.scroll-top {
  position: fixed;
  bottom: 1.5rem;
  right: calc(1.5rem + 56px + 0.85rem);  /* left of the WhatsApp button */
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--ivory);
  border: 1px solid var(--border);
  color: var(--petrol);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 20px -6px rgba(3, 61, 79, 0.3);
  z-index: 89;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 0.35s ease, transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), visibility 0s linear 0.35s, background 0.3s ease, color 0.3s ease;
  cursor: pointer;
  padding: 0;
}
.scroll-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: opacity 0.35s ease, transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), visibility 0s linear 0s, background 0.3s ease, color 0.3s ease;
}
.scroll-top:hover { background: var(--petrol); color: var(--ivory); }
.scroll-top svg { width: 18px; height: 18px; }

/* ---------- Voyage: program + sticky form layout ---------- */
.voyage-program-layout {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 3rem;
  max-width: 1200px;
  margin: 0 auto;
  align-items: start;
}
.voyage-program-layout .voyage-timeline { max-width: 100%; }
.voyage-form-aside {
  position: sticky;
  top: 100px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.voyage-form-aside .btn-download {
  align-self: center;
  margin: 0 auto;
  width: auto;
}
.voyage-contact-form {
  background: var(--ivory);
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 1.75rem;
  box-shadow: var(--shadow-soft);
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}
.voyage-form-head { margin-bottom: 0.5rem; }
.voyage-form-head .eyebrow { color: var(--gold-dark); }
.voyage-form-head h3 {
  font-size: 1.3rem;
  margin-top: 0.5rem;
  line-height: 1.25;
  color: var(--petrol);
}
.voyage-form-field { display: flex; flex-direction: column; gap: 0.4rem; }
.voyage-form-field label {
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--petrol);
  font-weight: 400;
}
.voyage-form-field .req { color: var(--gold-dark); }
.voyage-form-field input,
.voyage-form-field textarea {
  width: 100%;
  min-width: 0;
  padding: 0.75rem 0.9rem;
  border: 1px solid var(--border);
  border-radius: 10px;
  background: var(--cream);
  color: var(--charcoal);
  font-size: 0.92rem;
  font-family: 'Outfit', sans-serif;
  font-weight: 300;
  transition: border-color 0.3s ease, background 0.3s ease;
  box-sizing: border-box;
}
.voyage-form-field input[type="number"] { -moz-appearance: textfield; }
.voyage-form-field input[type="number"]::-webkit-outer-spin-button,
.voyage-form-field input[type="number"]::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.voyage-form-field input:focus,
.voyage-form-field textarea:focus {
  outline: none;
  border-color: var(--petrol);
  background: var(--ivory);
}
.voyage-form-field textarea { resize: vertical; min-height: 70px; font-family: 'Outfit', sans-serif; }
.voyage-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 0.75rem; }

/* ---------- Voyage: Tarifs + Inclusions ---------- */
.voyage-prices {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
  max-width: 900px;
  margin: 0 auto 2.5rem;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.voyage-price {
  padding: 1.75rem 1.5rem;
  text-align: center;
  border-right: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.voyage-price:last-child { border-right: none; }
.voyage-price-label {
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gray);
}
.voyage-price-amount {
  font-size: 2rem;
  color: var(--petrol);
  line-height: 1;
  letter-spacing: -0.02em;
  font-weight: 300;
}

.voyage-options {
  max-width: 700px;
  margin: 0 auto 3rem;
  padding: 1.5rem 1.75rem;
  background: var(--cream-warm);
  border-radius: 14px;
  text-align: center;
}
.voyage-options h4 {
  font-family: 'Outfit', sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--gold-dark);
  margin: 0 0 0.9rem;
  font-weight: 500;
}
.voyage-options ul { list-style: none; display: flex; flex-direction: column; gap: 0.35rem; }
.voyage-options li {
  font-size: 0.94rem;
  color: var(--petrol);
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-weight: 300;
}

.voyage-incexc {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  max-width: 1100px;
  margin: 0 auto;
}
.voyage-inc h4,
.voyage-exc h4 {
  font-size: 1.4rem;
  color: var(--petrol);
  margin-bottom: 1.5rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid var(--border);
  font-family: 'Fraunces', serif;
  font-weight: 300;
  letter-spacing: -0.01em;
  text-transform: none;
}
.voyage-inc ul,
.voyage-exc ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}
.voyage-inc li,
.voyage-exc li {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 0.85rem;
  align-items: start;
  font-size: 0.94rem;
  line-height: 1.55;
  color: var(--gray);
}
.voyage-icon {
  width: 22px; height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 0.15rem;
}
.voyage-icon svg { width: 12px; height: 12px; }
.voyage-icon-yes { background: rgba(156, 194, 106, 0.2); color: var(--gold-dark); }
.voyage-icon-no  { background: rgba(180, 80, 80, 0.12);  color: #b44545; }

/* ---------- Voyage: related voyages auto-scrolling carousel ---------- */
.voyage-related .section-head { align-items: flex-end; }
.voyage-related-track {
  overflow: hidden;
  padding: 0.5rem 0 1.5rem;
  margin: 0 calc(-1 * clamp(1rem, 3vw, 2rem));
  -webkit-mask-image: linear-gradient(to right, transparent 0, #000 4%, #000 96%, transparent 100%);
          mask-image: linear-gradient(to right, transparent 0, #000 4%, #000 96%, transparent 100%);
}
.voyage-related-inner {
  display: flex;
  gap: 1.25rem;
  width: max-content;
  animation: related-scroll 100s linear infinite;
  padding: 0 clamp(1rem, 3vw, 2rem);
}
.voyage-related-track:hover .voyage-related-inner { animation-play-state: paused; }
@keyframes related-scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(calc(-50% - 0.625rem)); }   /* minus half the gap between sets */
}
.voyage-related-card {
  flex: 0 0 300px;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  text-decoration: none;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.voyage-related-card:hover { transform: translateY(-4px); }
.voyage-related-media {
  aspect-ratio: 4/3;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}
.voyage-related-media img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1);
}
.voyage-related-card:hover .voyage-related-media img { transform: scale(1.05); }
.voyage-related-body {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: 0 0.15rem;
}
.voyage-related-body h3 {
  font-size: 1.15rem;
  color: var(--petrol);
  line-height: 1.25;
}
.voyage-related-dates { font-size: 0.82rem; color: var(--gray); }
.voyage-related-price {
  font-size: 1rem;
  color: var(--gold-dark);
  margin-top: 0.25rem;
}

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  .hero-grid { grid-template-columns: 1fr; gap: 3rem; }
  .hero-feature { max-width: 100%; margin: 0; }
  .voyage, .voyage.reverse { grid-template-columns: 1fr; gap: 2rem; }
  .voyage.reverse .voyage-media { order: 1; }
  .voyage.reverse .voyage-copy { order: 2; }
  .voyages-grid { grid-template-columns: repeat(2, 1fr); }
  .continents-grid { grid-template-columns: repeat(3, 1fr); }
  .continents-grid > :nth-child(1) { grid-column: span 2; grid-row: auto; aspect-ratio: 2/1; }
  .continents-grid > :nth-child(6) { grid-column: span 3; aspect-ratio: 3/1; }
  .destinations-grid { grid-template-columns: repeat(2, 1fr); }
  .about { grid-template-columns: 1fr; }
  .contact-layout { grid-template-columns: 1fr; }
  .contact-aside { position: static; }
  .editorial, .info-block { grid-template-columns: 1fr; }
  .editorial.reverse .editorial-text, .info-block.reverse .info-block-text { order: 2; }
  .editorial.reverse .editorial-media, .info-block.reverse .info-block-media { order: 1; }
  .info-block-media { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .features-grid { grid-template-columns: 1fr; }
  .feature { border-right: none; border-bottom: 1px solid var(--border); }
  .feature:last-child { border-bottom: none; }
  .team-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 900px) {
  .voyage-facts { grid-template-columns: 1fr 1fr; }
  .voyage-facts > div:nth-child(2) { border-right: none; }
  .voyage-facts > div:nth-child(-n+2) { border-bottom: 1px solid var(--border); }
  .voyage-highlights-block { grid-template-columns: 1fr; }
  .voyage-day { grid-template-columns: 100px 1fr; gap: 1.25rem; }
  .voyage-program-layout { grid-template-columns: 1fr; gap: 2rem; }
  .voyage-form-aside { position: static; max-width: 500px; margin: 0 auto; width: 100%; }
  .voyage-incexc { grid-template-columns: 1fr; gap: 2rem; }
  .voyage-prices { grid-template-columns: 1fr; }
  .voyage-price { border-right: none; border-bottom: 1px solid var(--border); }
  .voyage-price:last-child { border-bottom: none; }
}

@media (max-width: 720px) {
  .nav-links { display: none; }
  .nav-cta { padding: 0.7rem 1.15rem; font-size: 0.78rem; }
  .nav-burger { display: flex; }
  .wa-button { width: 52px; height: 52px; bottom: 1rem; right: 1rem; }
  .wa-button svg { width: 24px; height: 24px; }
  .wa-tooltip { display: none; }
  .scroll-top { width: 40px; height: 40px; bottom: 1rem; right: calc(1rem + 52px + 0.75rem); }
  .scroll-top svg { width: 16px; height: 16px; }
  .highlights-grid { grid-template-columns: 1fr; }
  .nl-popup { grid-template-columns: 1fr; }
  .nl-popup-img { display: none; }
  .footer-newsletter { grid-template-columns: 1fr; gap: 1.5rem; }
  .footer-newsletter form { flex-direction: column; }
  .voyage-facts { grid-template-columns: 1fr; }
  .voyage-facts > div { border-right: none; border-bottom: 1px solid var(--border); }
  .voyage-facts > div:last-child { border-bottom: none; }
  .voyage-day { grid-template-columns: 1fr; gap: 0.5rem; }
  .voyage-stop-sep { width: 12px; }
  .voyage-form-row { grid-template-columns: 1fr; }
  .voyage-contact-form { padding: 1.25rem; }
  .voyage-related-card { flex-basis: 260px; }
  .hero { padding: 7rem 0 4rem; }
  .hero h1 { font-size: clamp(2.6rem, 11vw, 4.5rem); }
  .page-hero { min-height: 55dvh; padding: 7rem 0 3rem; }
  .section-head { flex-direction: column; align-items: flex-start; gap: 1.5rem; }
  .section-head.center { align-items: center; text-align: center; }
  .continents-grid { grid-template-columns: 1fr 1fr; gap: 0.75rem; }
  .continents-grid > * { grid-column: auto !important; grid-row: auto !important; aspect-ratio: 1/1 !important; }
  .destinations-grid, .voyages-grid, .team-grid { grid-template-columns: 1fr; }
  .voyage-meta { grid-template-columns: 1fr 1fr; gap: 1.25rem; }
  .footer-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .form-grid { grid-template-columns: 1fr; }
  .form-grid .full, .form-grid .trio { grid-column: span 1; grid-template-columns: 1fr; }
}

/* ==================== PARTNERS (Croisières) ==================== */
.partners {
  background: var(--cream-warm);
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.partners-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 3.5rem;
}
.partners-header h2 {
  font-size: clamp(1.75rem, 3.2vw, 2.3rem);
  margin: 1rem 0 1.25rem;
  line-height: 1.2;
}
.partners-header p {
  color: var(--ink-light, #5a6a6f);
  font-size: 1rem;
  line-height: 1.7;
  margin: 0 auto;
  max-width: 62ch;
}
.partners-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(2rem, 6vw, 5rem);
  flex-wrap: wrap;
}
.partner-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 220px;
  height: 90px;
  min-width: 0;
  padding: 0.5rem 1rem;
  flex: 0 0 auto;
  overflow: hidden;
  text-decoration: none;
  transition: transform 0.35s ease, opacity 0.35s ease;
  opacity: 0.88;
}
.partner-logo:hover {
  opacity: 1;
  transform: translateY(-3px);
}
.partner-logo img,
.partner-logo svg {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}
@media (max-width: 680px) {
  .partners { padding-top: 3rem; padding-bottom: 3rem; }
  .partners-header { margin-bottom: 2.5rem; }
  .partners-logos { gap: 2rem; }
  .partner-logo { width: 160px; height: 64px; padding: 0.25rem 0.5rem; }
}

/* ==================== LEGAL PAGES ==================== */
.legal-hero {
  padding: 9rem 0 3rem;
  background: var(--cream-warm);
  border-bottom: 1px solid var(--border);
}
.legal-hero .breadcrumb { margin-bottom: 1.25rem; }
.legal-hero h1 {
  font-size: clamp(2.2rem, 5vw, 3.2rem);
  margin: 0.75rem 0 1rem;
  color: var(--petrol);
}
.legal-hero p {
  color: var(--ink-light, #6a7478);
  font-size: 0.92rem;
  font-family: 'Outfit', sans-serif;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.legal-hero .eyebrow { color: var(--petrol); }

.legal-content { padding-top: 4rem; }
.legal-content .container-narrow { max-width: 780px; }
.legal-content .lede {
  font-size: 1.1rem;
  line-height: 1.75;
  color: var(--ink-medium, #4a5457);
  padding: 1.5rem 1.75rem;
  background: var(--cream);
  border-left: 3px solid var(--gold, #B89A4A);
  margin: 0 0 3rem;
  border-radius: 2px;
}
.legal-content h2 {
  font-size: 1.45rem;
  margin: 3rem 0 1.25rem;
  color: var(--petrol);
  line-height: 1.3;
}
.legal-content h2:first-of-type { margin-top: 0; }
.legal-content p {
  margin: 0 0 1.1rem;
  line-height: 1.75;
  color: var(--ink, #2a3133);
  font-size: 1rem;
}
.legal-content ul, .legal-content ol {
  margin: 0 0 1.5rem;
  padding-left: 1.35rem;
}
.legal-content li {
  margin-bottom: 0.55rem;
  line-height: 1.7;
  color: var(--ink, #2a3133);
}
.legal-content li::marker { color: var(--gold, #B89A4A); }
.legal-content strong { color: var(--petrol); font-weight: 500; }
.legal-content em { color: var(--ink-light, #6a7478); font-style: italic; }
.legal-content a {
  color: var(--petrol);
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
  transition: color 0.2s ease;
}
.legal-content a:hover { color: var(--petrol-light); }

.legal-table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5rem 0 2rem;
  font-size: 0.95rem;
  background: var(--cream);
  border-radius: 4px;
  overflow: hidden;
}
.legal-table thead {
  background: var(--petrol);
  color: var(--ivory, #FAFBF8);
}
.legal-table th {
  padding: 0.9rem 1rem;
  text-align: left;
  font-weight: 500;
  font-family: 'Outfit', sans-serif;
  font-size: 0.88rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.legal-table td {
  padding: 0.85rem 1rem;
  border-top: 1px solid var(--border);
  color: var(--ink, #2a3133);
  line-height: 1.6;
}
.legal-table tbody tr:first-child td { border-top: none; }
.legal-table tbody tr:hover { background: rgba(3, 61, 79, 0.03); }

.legal-cta {
  margin: 2.5rem 0 1rem !important;
  padding: 1.25rem 1.5rem;
  background: var(--cream-warm);
  border-radius: 4px;
  font-style: italic;
  color: var(--ink, #2a3133);
}

/* Footer legal links (replaces the plain span) */
.footer-legal-links a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}
.footer-legal-links a:hover {
  color: var(--gold-light, #D4B862);
  text-decoration: underline;
  text-underline-offset: 2px;
}

@media (max-width: 680px) {
  .legal-hero { padding: 7rem 0 2.5rem; }
  .legal-content { padding-top: 2.5rem; }
  .legal-content .lede { padding: 1.25rem 1.25rem; font-size: 1rem; }
  .legal-content h2 { font-size: 1.25rem; margin-top: 2.25rem; }
  .legal-table { font-size: 0.88rem; }
  .legal-table th, .legal-table td { padding: 0.7rem 0.8rem; }
}

/* ============================================================
   Country detail page — sidebar layout (Bénin pilot)
   ============================================================ */
.country-detail {
  padding: clamp(3rem, 7vw, 6rem) clamp(1rem, 6vw, 6rem);
}
.country-detail-grid {
  display: grid;
  grid-template-columns: 1fr 260px;
  gap: clamp(1.5rem, 3vw, 2.5rem);
  align-items: start;
  max-width: 1200px;
  margin: 0 auto;
}
.country-sidebar {
  position: sticky;
  top: 10vh;
  height: 80vh;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  gap: 1rem;
  padding: 2rem 1.75rem;
  background: var(--cream-warm);
  border: 1px solid var(--border);
  border-radius: 14px;
}
.country-sidebar .fact-item {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.country-sidebar .fact-item .eyebrow {
  color: var(--gold-dark);
}
.country-sidebar .fact-item .fact-value {
  font-family: 'Fraunces', serif;
  font-size: 1.25rem;
  color: var(--petrol);
  font-weight: 400;
  line-height: 1.3;
}
.country-content {
  display: flex;
  flex-direction: column;
  gap: clamp(2.5rem, 5vw, 4rem);
}
.country-content .country-block h2 {
  font-family: 'Fraunces', serif;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  color: var(--petrol);
  margin: 1rem 0 1.5rem;
  line-height: 1.15;
}
.country-content .country-block h4 {
  font-family: 'Fraunces', serif;
  font-size: 1.2rem;
  color: var(--petrol);
  margin: 1.5rem 0 0.5rem;
}
.country-content .country-block p {
  color: var(--gray);
  line-height: 1.75;
  margin-bottom: 1rem;
}

/* CTA with background image */
.country-cta {
  position: relative;
  padding: clamp(5rem, 10vw, 8rem) 0;
  text-align: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: var(--ivory);
  overflow: hidden;
}
.country-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(11, 38, 51, 0.55), rgba(11, 38, 51, 0.75));
  z-index: 0;
}
.country-cta .container-narrow { z-index: 1; }
.country-cta .eyebrow { color: var(--gold-light); }
.country-cta h2 {
  color: var(--ivory);
  font-family: 'Fraunces', serif;
  font-size: clamp(2.2rem, 5vw, 3.5rem);
  line-height: 1.1;
  font-weight: 400;
}

@media (max-width: 900px) {
  .country-detail-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .country-sidebar {
    position: static;
    height: auto;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 1.25rem 2rem;
    padding: 1.5rem;
    order: -1;
  }
  .country-sidebar .fact-item {
    flex: 1 1 calc(50% - 1rem);
    min-width: 140px;
  }
}

/* ==================== MOBILE OVERRIDES (Phone) ==================== */
@media (max-width: 720px) {
  /* Prevent any horizontal overflow on mobile */
  html, body { overflow-x: hidden; max-width: 100vw; }
  .hero, .page-hero, .hero-feature, .container { max-width: 100vw; overflow-x: hidden; }

  /* Hero h1 — smaller scale + allow wrapping so it never overflows */
  .hero h1 {
    font-size: clamp(2rem, 9vw, 3.4rem);
    line-height: 1.1;
    word-break: break-word;
    overflow-wrap: anywhere;
    hyphens: auto;
  }
  .hero h1 em { display: inline; }

  /* Center every footer column on mobile */
  .footer-grid { text-align: center; }
  .footer-brand { display: flex; flex-direction: column; align-items: center; }
  .footer-brand .logo { justify-content: center; justify-items: center; }
  .footer-brand p { margin: 0 auto; }
  .footer ul { align-items: center; }
  .footer-bottom { flex-direction: column; gap: 0.75rem; text-align: center; }

  /* Hide CTA "Demander un devis" in top nav bar (kept in mobile menu) */
  .nav .nav-cta { display: none; }

  /* Show only the logo image — hide text */
  .nav .logo-mark,
  .nav .logo-tag { display: none; }
  .nav .logo { grid-template-columns: auto; }
  .nav .logo-img { height: 56px; margin: -8px 0; }
  .nav.scrolled .logo-img,
  .nav.solid .logo-img { height: 50px; }

  /* Hide "Faire défiler" indicator on mobile */
  .scroll-indicator { display: none; }

  /* Hero carousel — fix slide height to prevent layout shifts */
  .hero-feature {
    min-height: 420px;
    height: 420px;
    display: flex;
    flex-direction: column;
  }
  .hero-feature-img {
    height: 240px;
    flex-shrink: 0;
  }
  .hero-feature-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .hero-feature-meta {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  /* Continents grid — full-width horizontal cards stacked */
  .continents-grid {
    grid-template-columns: 1fr !important;
    gap: 0.6rem;
  }
  .continents-grid > * {
    grid-column: auto !important;
    grid-row: auto !important;
    aspect-ratio: auto !important;
  }
  .continent {
    aspect-ratio: auto !important;
    height: 78px;
    border-radius: 12px;
  }
  .continent img { opacity: 0.55; }
  .continent::before {
    background: linear-gradient(90deg, rgba(3,61,79,0.92) 0%, rgba(3,61,79,0.55) 70%, rgba(3,61,79,0.35) 100%);
  }
  .continent-label {
    top: 0; bottom: 0; left: 1.1rem; right: 4rem;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    gap: 0.75rem;
  }
  .continent-label h3 {
    font-size: 1.05rem !important;
    margin: 0;
    line-height: 1.1;
  }
  .continent-label .count { font-size: 0.62rem; }
  .continent-arrow {
    top: 50%;
    right: 0.9rem;
    width: 32px;
    height: 32px;
    transform: translateY(-50%);
  }
  .continent:hover .continent-arrow { transform: translateY(-50%) rotate(-45deg); }
}
