/* ============================================================
   TRAVEL THEME — Design tokens & base
   ============================================================ */
:root {
  /* Brand (surchargeable via TravelThemeVars) */
  --primary: #0E6F8A;
  --primary-contrast: #ffffff;
  --secondary: #E86A4E;
  --secondary-contrast: #ffffff;

  /* Neutrals */
  --bg: #FBFAF6;
  --bg-2: #F3F0E8;
  --surface: #ffffff;
  --ink: #121417;
  --ink-2: #3a3f45;
  --ink-3: #6b7177;
  --line: #E8E3D6;
  --line-2: #D7D0BD;

  /* Tints de service */
  --tile-primary:   color-mix(in oklab, var(--primary) 14%, white);
  --tile-secondary: color-mix(in oklab, var(--secondary) 14%, white);
  --tile-muted:     #EEEAE0;

  /* Radius */
  --r-sm:   10px;
  --r-md:   16px;
  --r-lg:   22px;
  --r-xl:   32px;
  --r-pill: 999px;

  /* Ombres */
  --shadow-sm: 0 1px 2px rgba(18,20,23,.06), 0 1px 1px rgba(18,20,23,.04);
  --shadow-md: 0 10px 24px -12px rgba(18,20,23,.18), 0 2px 6px rgba(18,20,23,.06);
  --shadow-lg: 0 30px 60px -24px rgba(18,20,23,.30), 0 8px 20px -12px rgba(18,20,23,.18);

  /* Typographie */
  --font-sans: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --font-display: "Fraunces", "Inter", Georgia, serif;

  /* Layout */
  --container: 1200px;
  --gutter: 24px;
}

/* ============================================================
   Base reset (scoped au thème Travel)
   ============================================================ */
.travel-page *,
.travel-page *::before,
.travel-page *::after {
  box-sizing: border-box;
}

.travel-page {
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  min-height: 100vh;
}

.travel-page img,
.travel-page svg {
  display: block;
  max-width: 100%;
}


.travel-page a {
  color: inherit;
  text-decoration: none;
}

/* RTL */
[dir="rtl"] .tr-flip-rtl { transform: scaleX(-1); }

/* ============================================================
   Container utilitaire
   ============================================================ */
.tr-container {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: var(--gutter);
}

/* Focus ring */
.tr-focusable:focus-visible {
  outline: 2px solid var(--primary);
  outline-offset: 2px;
  border-radius: var(--r-sm);
}

/* ============================================================
   BUTTON
   ============================================================ */
.tr-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 600;
  letter-spacing: .01em;
  border-radius: var(--r-pill);
  padding: 10px 18px;
  font-size: 14px;
  line-height: 1;
  transition: transform .12s ease, box-shadow .18s ease, background .18s ease, color .18s ease;
  white-space: nowrap;
  cursor: pointer;
  border: 1px solid transparent;
}
.tr-btn:hover  { transform: translateY(-1px); }
.tr-btn:active { transform: translateY(0); }

.tr-btn--sm { padding: 8px 14px;  font-size: 13px; }
.tr-btn--md { padding: 10px 18px; font-size: 14px; }
.tr-btn--lg { padding: 14px 26px; font-size: 15px; }

.travel-page .tr-btn--primary {
  background: var(--primary);
  color: #ffffff;
  box-shadow: 0 6px 14px -8px color-mix(in oklab, var(--primary) 70%, black);
}
.travel-page .tr-btn--primary:hover {
  background: color-mix(in oklab, var(--primary) 88%, black);
  color: #ffffff;
}

.travel-page .tr-btn--secondary {
  background: var(--secondary);
  color: #ffffff;
  box-shadow: 0 6px 14px -8px color-mix(in oklab, var(--secondary) 70%, black);
}
.travel-page .tr-btn--secondary:hover {
  background: color-mix(in oklab, var(--secondary) 88%, black);
  color: #ffffff;
}

.tr-btn--ghost {
  background: transparent;
  color: var(--ink);
}
.tr-btn--ghost:hover { background: var(--bg-2); }

.tr-btn--outline {
  background: var(--surface);
  color: var(--ink);
  border-color: var(--line-2);
}
.tr-btn--outline:hover { border-color: var(--ink-3); }

/* ============================================================
   HEADER — sticky pill flottant
   ============================================================ */
.tr-header-wrap {
  position: sticky;
  top: 14px;
  z-index: 60;
  padding-inline: 14px;
}

.tr-header {
  max-width: calc(var(--container) + 40px);
  /* border-box explicite : le max-width inclut padding + bordure (sinon ~34px de
     débordement). Déjà hérité via .travel-page * mais fixé ici pour fiabilité. */
  box-sizing: border-box;
  margin-inline: auto;
  background: color-mix(in oklab, var(--surface) 90%, transparent);
  backdrop-filter: saturate(140%) blur(14px);
  -webkit-backdrop-filter: saturate(140%) blur(14px);
  border: 1px solid var(--line);
  border-radius: var(--r-pill);
  box-shadow: var(--shadow-md);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
  padding: 10px 14px 10px 18px;
}

/* Grand menu (>= 10 liens de 1er niveau, classe posée en JS dans Header.js) :
   on étire le header à 90vw pour accueillir un max de liens sans serrage.
   En dessous du seuil, le header garde sa largeur container habituelle. */
.tr-header--wide {
  max-width: 90vw;
}

.tr-header__brand {
  display: inline-flex;
  align-items: center;
}
.tr-header__brand img {
  height: 42px;
  width: auto;
  object-fit: contain;
}

.tr-header__nav {
  display: none;
  /* Remplit sa colonne grid (1fr, ou large en mode --wide) et centre les liens.
     Espacement fluide (clamp) : large quand peu de liens, se resserre si besoin,
     sans jamais écraser le texte (cf. nowrap + flex:0 0 auto sur .tr-nav-link).
     min-width:0 laisse la colonne 1fr rétrécir au lieu de pousser les tools.
     Pas d'overflow ici : les dropdowns (position:absolute, top:100%) doivent
     déborder verticalement ; un overflow-x forcerait overflow-y:auto et les couperait. */
  min-width: 0;
  width: 100%;
  justify-self: stretch;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: clamp(2px, 0.6vw, 10px);
}
.tr-header__nav .tr-nav-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  /* Padding horizontal fluide : suit le même resserrement que le gap de la nav */
  padding: 8px clamp(8px, 0.9vw, 14px);
  border-radius: var(--r-pill);
  font-size: 14px;
  font-weight: 500;
  color: var(--ink-2);
  /* Jamais d'écrasement : le texte reste sur une ligne et l'item ne se compresse pas */
  white-space: nowrap;
  flex: 0 0 auto;
  transition: background .15s ease, color .15s ease;
}
.tr-header__nav .tr-nav-link:hover {
  background: var(--bg-2);
  color: var(--ink);
}
.tr-header__nav .tr-nav-link[aria-current="true"] {
  color: var(--ink);
  background: var(--bg-2);
}

/* Sous-menu desktop */
.tr-nav-group {
  position: relative;
  display: inline-flex;
  /* Enfant direct de la nav : ne pas se compresser (cf. .tr-nav-link) */
  flex: 0 0 auto;
}
.tr-nav-link--has-sub {
  gap: 4px;
}
.tr-nav-sub {
  position: absolute;
  min-width: 220px;
  max-width: min(340px, calc(100vw - 16px));
  background: var(--surface, #fff);
  border: 1px solid var(--line-2, #e5e7eb);
  border-radius: 14px;
  box-shadow: 0 12px 32px rgba(0,0,0,.08), 0 2px 8px rgba(0,0,0,.04);
  padding: 6px;
  display: none;
  flex-direction: column;
  z-index: 50;
  /* overflow visible pour que les sous-sous-menus débordent librement */
  overflow: visible;
}
/* Placements racine */
.tr-nav-sub--bottom-start { top: 100%; inset-inline-start: 0; }
.tr-nav-sub--bottom-end   { top: 100%; inset-inline-end: 0; }

/* Pont invisible (anti-fermeture quand la souris traverse le gap) */
.tr-nav-sub--bottom-start::before,
.tr-nav-sub--bottom-end::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -8px;
  height: 8px;
}
.tr-nav-group:hover > .tr-nav-sub,
.tr-nav-group:focus-within > .tr-nav-sub {
  display: flex;
}
/* Après un clic sur un lien (navigation SPA sans reload), on force la fermeture
   de tous les sous-menus même si la souris reste dessus. La classe est posée en JS
   au clic et retirée au mouseleave de la nav (cf. Header.js). */
.tr-header__nav.tr-nav--suppress .tr-nav-sub {
  display: none !important;
}
.tr-nav-sub__item {
  display: block;
  padding: 9px 12px;
  border-radius: 10px;
  font-size: 14px;
  color: var(--ink-2, #374151);
  text-decoration: none;
  white-space: nowrap;
  /* Item feuille trop long → ellipsis au lieu de déborder du panneau */
  overflow: hidden;
  text-overflow: ellipsis;
  transition: background .15s ease, color .15s ease;
}
.tr-nav-sub__item:hover {
  background: var(--bg-2, #f3f4f6);
  color: var(--ink, #111827);
}
.tr-nav-sub__item--has-sub {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
/* Label tronquable : prend l'espace dispo et laisse le chevron toujours visible */
.tr-nav-sub__label {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* Highlight persistant du parent : tant que le groupe est survolé/focus (donc
   tant que son sous-menu est ouvert), le trigger garde son fond. Comme le hover
   d'un sous-groupe remonte aux groupes parents, toute la chaîne reste highlightée
   → l'arborescence visuelle reste cohérente quand on navigue vers un sous-menu. */
.tr-nav-group:hover > .tr-nav-link--has-sub,
.tr-nav-group:focus-within > .tr-nav-link--has-sub,
.tr-nav-group:hover > .tr-nav-sub__item--has-sub,
.tr-nav-group:focus-within > .tr-nav-sub__item--has-sub {
  background: var(--bg-2, #f3f4f6);
  color: var(--ink, #111827);
}
/* Quand la fermeture est forcée après un clic (SPA), on retire ce highlight
   pour rester cohérent avec le sous-menu masqué. */
.tr-header__nav.tr-nav--suppress .tr-nav-link--has-sub,
.tr-header__nav.tr-nav--suppress .tr-nav-sub__item--has-sub {
  background: transparent;
}

/* Item "placeholder" (url = "#") : visible mais non cliquable */
.tr-nav-link--placeholder {
  cursor: default;
  user-select: none;
}
.tr-nav-link.tr-nav-link--placeholder:hover,
.tr-nav-sub__item.tr-nav-link--placeholder:hover {
  /* On garde le style normal sur hover pour ne pas simuler un lien */
}

/* Sous-menus imbriqués : cascade latérale */
.tr-nav-group--nested {
  display: block;
  position: relative;
}
.tr-nav-sub--nested { top: 0; }
/* Placement droite (par défaut LTR) */
.tr-nav-sub--right-start {
  inset-inline-start: 100%;
  inset-inline-end: auto;
  margin-inline-start: 4px;
}
/* Placement gauche (flip quand pas de place à droite) */
.tr-nav-sub--left-start {
  inset-inline-end: 100%;
  inset-inline-start: auto;
  margin-inline-end: 4px;
}

/* Pont invisible latéral pour les sous-menus imbriqués */
.tr-nav-sub--right-start::before,
.tr-nav-sub--left-start::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 8px;
  height: auto;
}
.tr-nav-sub--right-start::before { left: -8px; right: auto; }
.tr-nav-sub--left-start::before  { right: -8px; left: auto; }

/* Flip vertical : ancre par le bas au lieu du haut (racine uniquement utile) */
.tr-nav-sub--up.tr-nav-sub--bottom-start,
.tr-nav-sub--up.tr-nav-sub--bottom-end {
  top: auto;
  bottom: 100%;
}
.tr-nav-sub--up.tr-nav-sub--bottom-start::before,
.tr-nav-sub--up.tr-nav-sub--bottom-end::before {
  top: auto;
  bottom: -8px;
}
/* Flip vertical pour sous-menus imbriqués : ancre en bas */
.tr-nav-sub--up.tr-nav-sub--right-start,
.tr-nav-sub--up.tr-nav-sub--left-start {
  top: auto;
  bottom: 0;
}

.tr-header__tools {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.tr-header__burger {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line-2);
  border-radius: var(--r-pill);
  background: var(--surface);
  color: var(--ink);
}
.tr-header__burger:hover { border-color: var(--ink-3); }

@media (min-width: 960px) {
  /* flex (et non inline-flex) pour que la nav remplisse sa colonne grid (1fr)
     et puisse étaler/resserrer ses liens selon la place dispo. */
  .tr-header__nav { display: flex; }
}

/* Sous 960px la nav desktop est cachée : la grille n'a plus que logo + tools.
   On passe en 2 colonnes (logo | tools) et on colle les tools à droite, sinon
   la colonne nav (display:none) laisse un vide à droite et tout part à gauche.
   Couvre tablette ET mobile ; le bloc max-width:640px ajoute par-dessus les
   réductions propres au mobile (taille boutons, burger, lang). */
@media (max-width: 959.98px) {
  .tr-header {
    grid-template-columns: auto auto;
  }
  .tr-header__tools { margin-inline-start: auto; }
}

@media (max-width: 640px) {
  .tr-header {
    grid-template-columns: auto auto;
    padding: 8px 10px 8px 14px;
    gap: 8px;
  }
  /* La nav (cachée sur mobile) ne doit pas occuper de colonne */
  .tr-header__nav { display: none !important; }
  /* Tools collés à droite */
  .tr-header__tools { margin-inline-start: auto; }
  /* Boutons plus petits sur mobile mais toujours visibles */
  .tr-header__tools .tr-btn {
    padding: 6px 10px;
    font-size: 12px;
    gap: 5px;
  }
  /* Cacher le texte des boutons, garder uniquement l'icône */
  .tr-header__tools .tr-btn .tr-btn-label { display: none; }
  /* Réduire le burger */
  .tr-header__burger { width: 34px; height: 34px; }
  /* Lang trigger mobile : uniquement le drapeau */
  .tr-lang__trigger { padding: 6px 8px; gap: 0; }
  .tr-lang__trigger svg,
  .tr-lang__trigger-code { display: none; }
  .tr-lang__trigger .tr-lang__flag { margin-inline-end: 0; }
}

/* ============================================================
   LANG SWITCHER
   ============================================================ */
.tr-lang { position: relative; }

.tr-lang__trigger,
.tr-header__burger {
  font: inherit;
  cursor: pointer;
}

.tr-lang__trigger {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  border: 1px solid var(--line-2);
  border-radius: var(--r-pill);
  background: var(--surface);
  color: var(--ink);
  font-size: 13px;
  font-weight: 600;
}
.tr-lang__trigger:hover { border-color: var(--ink-3); }
.tr-lang__trigger-code {
  font-size: 12px;
  font-weight: 700;
  font-variant-caps: all-small-caps;
  letter-spacing: .06em;
  color: var(--ink);
}

.tr-lang__menu {
  position: absolute;
  top: calc(100% + 8px);
  inset-inline-end: 0;
  min-width: 180px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  box-shadow: var(--shadow-md);
  padding: 6px;
  z-index: 80;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.tr-lang__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 12px;
  margin: 0;
  border: none;
  outline: none;
  border-radius: var(--r-sm);
  background: transparent;
  -webkit-appearance: none;
  appearance: none;
  box-shadow: none;
  font: inherit;
  font-size: 13px;
  color: var(--ink-2);
  text-align: start;
  width: 100%;
  cursor: pointer;
}
.tr-lang__item:hover {
  background: var(--bg-2);
  color: var(--ink);
}
.tr-lang__item[aria-current="true"] {
  color: var(--primary);
  background: color-mix(in oklab, var(--primary) 8%, white);
}
.tr-lang__flag {
  width: 20px;
  height: 20px;
  object-fit: cover;
  border-radius: 50%;
  margin-inline-end: 8px;
}
.tr-lang__short {
  font-variant-caps: all-small-caps;
  letter-spacing: .08em;
  color: var(--ink-3);
  font-weight: 700;
}

/* ============================================================
   MOBILE DRAWER
   ============================================================ */
.tr-drawer-scrim {
  position: fixed;
  inset: 0;
  background: rgba(10,14,20,.42);
  backdrop-filter: blur(2px);
  z-index: 90;
  opacity: 0;
  animation: tr-fade-in .18s forwards;
}
@keyframes tr-fade-in { to { opacity: 1; } }

.tr-drawer {
  position: fixed;
  top: 0;
  bottom: 0;
  inset-inline-end: 0;
  width: min(420px, 94vw);
  background: var(--surface);
  z-index: 91;
  display: flex;
  flex-direction: column;
  box-shadow: var(--shadow-lg);
  transform: translateX(100%);
  animation: tr-drawer-in .24s cubic-bezier(.2,.9,.25,1) forwards;
}
[dir="rtl"] .tr-drawer { transform: translateX(-100%); }
@keyframes tr-drawer-in { to { transform: translateX(0); } }

.tr-drawer__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 20px;
  border-bottom: 1px solid var(--line);
}
.tr-drawer__head img {
  height: 36px;
  width: auto;
  object-fit: contain;
}

/* Reset navigateur sur les buttons internes du drawer */
.tr-drawer__close,
.tr-drawer__grouphead {
  font: inherit;
  border: none;
  background: none;
  cursor: pointer;
  padding: 0;
}

.tr-drawer__close {
  width: 40px;
  height: 40px;
  border-radius: var(--r-pill);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--ink-2);
}
.tr-drawer__close:hover { background: var(--bg-2); color: var(--ink); }

.tr-drawer__body {
  overflow-y: auto;
  padding: 12px 14px 24px;
  flex: 1;
}

/* ---- Item partagé (base commune) ---- */
.tr-drawer__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 16px;
  font-size: 14px;
  font-weight: 600;
  color: var(--ink);
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  width: 100%;
  text-align: start;
  margin-top: 8px;
}
.tr-drawer__item:hover { background: var(--bg-2); }
.tr-drawer__item .tr-chev { color: var(--ink-3); }

/* ---- Groupe (conteneur de sous-items) ---- */
.tr-drawer__group {
  margin-top: 8px;
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  overflow: hidden;
}

.tr-drawer__grouphead {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 13px 16px;
  font-weight: 600;
  font-size: 14px;
  color: var(--ink);
  width: 100%;
  text-align: start;
  background: var(--bg);
}
.tr-drawer__grouphead:hover { background: var(--bg-2); }
.tr-drawer__grouphead .tr-drawer__chev {
  margin-inline-start: auto;
  color: var(--ink-3);
  transition: transform .18s ease;
}
.tr-drawer__grouphead[aria-expanded="true"] .tr-drawer__chev {
  transform: rotate(90deg);
}
[dir="rtl"] .tr-drawer__grouphead[aria-expanded="true"] .tr-drawer__chev {
  transform: rotate(-90deg);
}

/* ---- Item à l'intérieur d'un groupe : même look, pas de border-radius, séparateur top ---- */
.tr-drawer__group .tr-drawer__item {
  margin-top: 0;
  border-radius: 0;
  border: none;
  border-top: 1px solid var(--line);
  font-weight: 500;
  color: var(--ink-2);
  background: var(--surface);
  padding-inline-start: 24px;
}
.tr-drawer__group .tr-drawer__item:hover { background: var(--bg-2); color: var(--ink); }

/* Drawer item "placeholder" (url = "#") : affiché mais non cliquable */
.tr-drawer__item--placeholder {
  display: flex;
  align-items: center;
  padding: 14px 16px;
  color: var(--ink-2);
  font-weight: 500;
  cursor: default;
  user-select: none;
  background: var(--surface);
}
.tr-drawer__group .tr-drawer__item--placeholder {
  border-top: 1px solid var(--line);
  padding-inline-start: 24px;
}

.tr-drawer__socials {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 16px;
}
.tr-drawer__socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px;
  border-radius: var(--r-md);
  background: var(--bg-2);
  color: var(--ink-2);
  font-size: 13px;
  font-weight: 600;
}
.tr-drawer__socials a:hover { background: var(--line); color: var(--ink); }

.tr-drawer__foot {
  padding: 14px 18px;
  border-top: 1px solid var(--line);
  display: flex;
  align-items: center;
  gap: 10px;
}

/* ============================================================
   FOOTER
   ============================================================ */
.tr-footer {
  background: var(--bg-2);
  border-top: 1px solid var(--line);
  padding: 48px 0 20px;
  margin-top: 40px;
}

.tr-footer__top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  text-align: center;
}
.tr-footer__logo img {
  height: 52px;
  width: auto;
  object-fit: contain;
  margin-inline: auto;
}
.tr-footer__name {
  font-size: 15px;
  font-weight: 600;
  color: var(--ink);
}
.tr-footer__tagline {
  color: var(--ink-3);
  font-size: 14px;
  max-width: 440px;
  text-wrap: balance;
}

.tr-footer__socials {
  display: inline-flex;
  gap: 8px;
  margin-top: 4px;
}
.tr-footer__socials a {
  width: 40px;
  height: 40px;
  border-radius: var(--r-pill);
  background: var(--surface);
  border: 1px solid var(--line);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--ink-2);
  transition: color .15s ease, border-color .15s ease;
}
.tr-footer__socials a:hover { color: var(--primary); border-color: var(--primary); }

.tr-footer__divider {
  margin: 28px auto 14px;
  max-width: var(--container);
  border: 0;
  border-top: 1px solid var(--line);
  width: 100%;
}

.tr-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  color: var(--ink-3);
  font-size: 12px;
}
.tr-footer__bottom a { color: var(--ink-3); }
.tr-footer__bottom a:hover { color: var(--ink); text-decoration: underline; }

.tr-footer__powered {
  font-weight: 600;
  color: var(--ink-2);
}
.tr-footer__powered span { color: var(--primary); }

/* ============================================================
   MAIN layout
   ============================================================ */
.travel-main {
  flex: 1;
}

/* ============================================================
   PAGE 404
   ============================================================ */
.travel-404 {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60vh;
  padding: 40px var(--gutter);
}
.travel-404__container {
  text-align: center;
  max-width: 480px;
}
.travel-404__code {
  font-size: clamp(80px, 15vw, 140px);
  font-family: var(--font-display);
  color: var(--primary);
  line-height: 1;
  margin: 0 0 12px;
}
.travel-404__title {
  font-size: 24px;
  font-weight: 700;
  color: var(--ink);
  margin: 0 0 12px;
}
.travel-404__text {
  color: var(--ink-3);
  margin: 0 0 28px;
}
.travel-404__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background: var(--primary);
  color: var(--primary-contrast);
  border-radius: var(--r-pill);
  font-weight: 600;
  font-size: 14px;
  transition: background .15s ease, transform .12s ease;
}
.travel-404__btn:hover {
  background: color-mix(in oklab, var(--primary) 88%, black);
  transform: translateY(-1px);
}

/* ============================================================
   ContentHub — re-skin Travel
   Le composant ContentHub expose des variables --ch-theme-*.
   On les mappe sur les tokens du thème Travel pour qu'il
   s'intègre naturellement (fond beige, teal, radius généreux,
   typo Inter + Fraunces).
   ============================================================ */
.travel-page .contenthub-root {
  --ch-theme-primary: var(--primary);
  --ch-theme-primary-dark: color-mix(in oklab, var(--primary) 88%, black);
  --ch-theme-primary-soft: color-mix(in oklab, var(--primary) 10%, transparent);
  --ch-theme-text: var(--ink);
  --ch-theme-text-soft: var(--ink-2);
  --ch-theme-text-mute: var(--ink-3);
  --ch-theme-bg: transparent;
  --ch-theme-bg-alt: var(--bg-2);
  --ch-theme-border: var(--line);
  --ch-theme-border-soft: color-mix(in oklab, var(--line) 60%, transparent);
  --ch-theme-radius: var(--r-md);
  --ch-theme-radius-sm: var(--r-sm);
  --ch-theme-shadow: var(--shadow-sm);
  --ch-theme-shadow-hover: var(--shadow-md);
  --ch-theme-font: var(--font-sans);
  --ch-theme-font-serif: var(--font-display);
}
