/* ==========================================================
   Kampio — Hero system (STANDARD PROJET)
   Pages : / · /campings · /carte (+ futures pages Kampio)
   Fichier source unique : assets/css/hero-system.css
   ─────────────────────────────────────────────────────────
   Desktop  : accueil + campings + carte → min(1180px) · ratio 16/8 · radius 28px
   Tablette : width calc(100% - 32px)               · ratio 16/9.5 · radius 28px
   Mobile   : width calc(100% - 20px)               · ratio 16/9.5 · radius 24px
              (~220–235px @390px · ~205–215px @360px)
   ≤380px   : ratio 16/9.6 · radius 22px
   Interdit : min-height fixe · height fixe · ratio 4/3 mobile
   ========================================================== */

/* ── Inter (sans écraser Font Awesome) ───────────────────── */
.kampio-hero,
.kampio-visual-hero,
.kampio-hero *,
.kampio-visual-hero * {
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.kampio-hero .fa,
.kampio-hero .fas,
.kampio-hero .far,
.kampio-hero .fab,
.kampio-hero [class^="fa-"],
.kampio-hero [class*=" fa-"],
.kampio-visual-hero .fa,
.kampio-visual-hero .fas,
.kampio-visual-hero .far,
.kampio-visual-hero .fab,
.kampio-visual-hero [class^="fa-"],
.kampio-visual-hero [class*=" fa-"] {
  font-family: "Font Awesome 6 Free", "Font Awesome 5 Free" !important;
}

/* ── Conteneur ───────────────────────────────────────────── */
.kampio-hero,
.kampio-visual-hero,
.map-page-v2 .map-hero-stack > .map-hero.kampio-hero {
  position: relative;
  width: min(1440px, calc(100% - 64px));
  max-width: 100%;
  margin: 24px auto 72px;
  padding: 0;
  box-sizing: border-box;
}

/* ── Media / image — STANDARD (aspect-ratio uniquement) ─── */
.kampio-hero__media,
.kampio-visual-hero__media,
.home-hero-image-card,
.campings-hero-v2__media,
.map-page-v2 .map-hero-media,
.map-hero__media {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9.5;
  overflow: hidden;
  border-radius: 34px;
  background: #0b2f38;
  min-height: 0;
  height: auto;
  max-height: none;
}

.kampio-hero__media > .kampio-hero__picture,
.kampio-visual-hero__media > .kampio-visual-hero__picture,
.kampio-visual-hero__media > .kampio-hero__picture,
.map-page-v2 .map-hero-media > .kampio-hero__picture {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.kampio-hero__media img,
.kampio-hero__picture,
.kampio-visual-hero__picture,
.kampio-hero__picture img,
.kampio-visual-hero__picture img,
.map-page-v2 .map-hero-bg-img {
  display: block;
  width: 100%;
  height: 100%;
}

.kampio-hero__media img,
.kampio-hero__picture img,
.kampio-visual-hero__picture img,
.map-page-v2 .map-hero-bg-img {
  min-height: 0;
  object-fit: cover;
  object-position: center center;
}

.map-page-v2 .map-hero-bg-img {
  position: absolute;
  inset: 0;
}

/* ── Overlay ─────────────────────────────────────────────── */
.kampio-hero__overlay,
.kampio-visual-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    115deg,
    rgba(6, 43, 53, 0.62) 0%,
    rgba(6, 43, 53, 0.38) 42%,
    rgba(6, 43, 53, 0.14) 100%
  );
  pointer-events: none;
}

/* ── Contenu texte ───────────────────────────────────────── */
.kampio-hero__content,
.kampio-visual-hero__content,
.map-page-v2 .map-hero-content {
  position: absolute;
  z-index: 2;
  top: 54px;
  left: 54px;
  right: 54px;
  max-width: 720px;
  color: #fff;
  padding: 0;
  margin: 0;
}

.kampio-hero__breadcrumb,
.kampio-visual-hero__breadcrumb {
  font-size: 0.78rem;
  font-weight: 700;
  margin-bottom: 14px;
  color: rgba(255, 255, 255, 0.72);
}

.kampio-hero__breadcrumb a,
.kampio-visual-hero__breadcrumb a {
  color: rgba(255, 255, 255, 0.92);
  text-decoration: none;
}

.kampio-hero__badge,
.kampio-visual-hero__badge,
.home-page .hero-badge {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(6, 43, 53, 0.88);
  color: #fff;
  font-size: 0.92rem;
  font-weight: 850;
  line-height: 1;
  border: none;
  backdrop-filter: none;
  margin: 0;
  box-shadow: none;
}

.kampio-hero__title,
.kampio-visual-hero__title,
.map-page-v2 .map-hero-content h1 {
  margin: 18px 0 10px;
  font-size: clamp(3.8rem, 5vw, 5.6rem);
  line-height: 0.94;
  letter-spacing: -0.045em;
  font-weight: 900;
  color: #fff;
  max-width: 9ch;
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.28);
}

.kampio-hero__text,
.kampio-visual-hero__text,
.map-page-v2 .map-hero-content p {
  margin: 0;
  max-width: 34ch;
  font-size: 1.15rem;
  line-height: 1.35;
  font-weight: 750;
  color: rgba(255, 255, 255, 0.96);
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.22);
}

.kampio-hero__badge--mobile,
.kampio-hero__title-mobile,
.kampio-hero__text-mobile,
.kampio-visual-hero__badge--mobile,
.kampio-visual-hero__title-mobile,
.kampio-visual-hero__text-mobile {
  display: none;
}

/* ── Carte blanche chevauchante ──────────────────────────── */
.kampio-hero__card,
.kampio-visual-hero__search-card {
  position: relative;
  z-index: 3;
  width: min(1240px, calc(100% - 96px));
  max-width: 100%;
  margin: -56px auto 0;
  background: #fff;
  border-radius: 30px;
  box-shadow: 0 22px 48px rgba(6, 43, 53, 0.1);
  padding: 32px;
  box-sizing: border-box;
}

.kampio-hero__card h2,
.kampio-hero__card .campings-refine-panel__title,
.kampio-hero__card .campings-refine-compact__title,
.kampio-hero__card .home-ai-search-card__title,
.kampio-visual-hero__search-card h2,
.kampio-visual-hero__search-card .campings-refine-panel__title,
.kampio-visual-hero__search-card .campings-refine-compact__title,
.kampio-visual-hero__search-card .home-ai-search-card__title,
.campings-page-v2:not(.campings-page-v2--trip) .kampio-hero__card .campings-refine-panel__title,
.campings-page-v2:not(.campings-page-v2--trip) .kampio-hero__card .campings-refine-compact__title,
.campings-page-v2:not(.campings-page-v2--trip) .kampio-visual-hero__search-card .campings-refine-panel__title,
.campings-page-v2:not(.campings-page-v2--trip) .kampio-visual-hero__search-card .campings-refine-compact__title {
  margin: 0 0 22px !important;
  font-size: 2.1rem !important;
  line-height: 1.05 !important;
  font-weight: 900 !important;
  color: #062b35 !important;
  letter-spacing: -0.02em;
}

.kampio-hero__search-row,
.home-ai-search-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  align-items: center;
}

.kampio-hero__input,
.home-ai-search-input,
.kampio-hero__card input[type="text"],
.kampio-hero__card input[type="search"],
.kampio-visual-hero__search-card input[type="text"],
.kampio-visual-hero__search-card input[type="search"] {
  min-height: 64px;
  border-radius: 18px;
  padding: 0 20px;
}

.kampio-hero__button,
.home-ai-search-submit,
.kampio-hero__card .tmc-btn-primary,
.kampio-visual-hero__search-card .tmc-btn-primary,
.kampio-hero__card button[type="submit"],
.kampio-visual-hero__search-card button[type="submit"] {
  min-height: 64px;
  min-width: 290px;
  border-radius: 18px;
}

.kampio-hero__card .campings-refine-panel,
.kampio-hero__card .campings-refine-compact,
.kampio-hero__card .campings-search-panel-v3,
.kampio-visual-hero__search-card .campings-refine-panel,
.kampio-visual-hero__search-card .campings-refine-compact,
.kampio-visual-hero__search-card .campings-search-panel-v3 {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border-radius: 0 !important;
}

/* Accueil — wrapper transparent, carte intérieure blanche */
.home-page .kampio-hero__card.home-ai-module,
.home-page .kampio-visual-hero__search-card.home-ai-module {
  width: min(calc(100% - 96px), 980px);
  margin: -80px auto 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.home-page .kampio-hero__card .home-ai-search-card,
.home-page .kampio-visual-hero__search-card .home-ai-search-card {
  padding: 32px;
  border-radius: 30px;
  background: #fff;
  border: 1px solid var(--tmc-border, #eceae5);
  box-shadow: 0 22px 48px rgba(6, 43, 53, 0.1) !important;
}

/* Carte — stack + panneau compteur */
.map-page-v2 .map-hero-stack {
  position: relative;
  width: min(1440px, calc(100% - 64px));
  max-width: 100%;
  margin: 24px auto 8px;
}

.map-page-v2 .map-hero-stack > .map-hero.kampio-hero {
  width: 100%;
  margin: 0 0 72px;
}

.map-page-v2 .kampio-hero__card.map-intro-panel {
  width: min(1240px, calc(100% - 96px));
  margin: -56px auto 20px;
  padding: 18px 20px 18px 22px;
  border: 1px solid rgba(15, 45, 58, 0.08);
  border-left: 3px solid rgba(249, 168, 38, 0.45);
  border-radius: 30px;
  box-shadow: 0 22px 48px rgba(6, 43, 53, 0.1);
}

.map-page-v2 .map-hero-media::after,
.map-page-v2 .map-hero-media::before {
  display: none !important;
}

.map-page-v2 .map-hero-content {
  display: block !important;
}

.map-page-v2 .map-intro-panel h1,
.map-page-v2 .map-intro-panel .map-intro-note {
  display: none;
}

/* Cadrage RV campings (mobile) */
@media (max-width: 767px) {
  .campings-page-v2:not(.campings-page-v2--trip) .kampio-hero__picture img,
  .campings-page-v2:not(.campings-page-v2--trip) .kampio-visual-hero__picture img,
  .campings-page-v2:not(.campings-page-v2--trip) .kampio-hero__media img {
    object-position: 60% center;
  }
}

/* ── Tablette ────────────────────────────────────────────── */
@media (max-width: 1024px) {
  .kampio-hero,
  .kampio-visual-hero,
  .map-page-v2 .map-hero-stack {
    width: calc(100% - 32px);
    margin: 18px auto 54px;
  }

  .map-page-v2 .map-hero-stack > .map-hero.kampio-hero {
    width: 100%;
    margin: 0 0 54px;
  }

  .kampio-hero__media,
  .kampio-visual-hero__media,
  .home-hero-image-card,
  .campings-hero-v2__media,
  .map-page-v2 .map-hero-media,
  .map-hero__media {
    aspect-ratio: 16 / 9.5 !important;
    min-height: 0 !important;
    height: auto !important;
    border-radius: 28px !important;
  }

  .kampio-hero__content,
  .kampio-visual-hero__content,
  .map-page-v2 .map-hero-content {
    top: 34px;
    left: 32px;
    right: 32px;
    max-width: 620px;
  }

  .kampio-hero__badge,
  .kampio-visual-hero__badge {
    min-height: 40px;
    padding: 0 14px;
    font-size: 0.84rem;
  }

  .kampio-hero__title,
  .kampio-visual-hero__title,
  .map-page-v2 .map-hero-content h1 {
    font-size: clamp(2.8rem, 5vw, 4rem);
    line-height: 0.95;
    max-width: 9ch;
  }

  .kampio-hero__text,
  .kampio-visual-hero__text,
  .map-page-v2 .map-hero-content p {
    font-size: 1rem;
    max-width: 30ch;
  }

  .kampio-hero__card,
  .kampio-visual-hero__search-card,
  .map-page-v2 .kampio-hero__card.map-intro-panel,
  .home-page .kampio-hero__card.home-ai-module,
  .home-page .kampio-visual-hero__search-card.home-ai-module {
    width: calc(100% - 40px);
    margin-top: -42px;
    border-radius: 26px;
    padding: 24px;
  }

  .home-page .kampio-hero__card.home-ai-module,
  .home-page .kampio-visual-hero__search-card.home-ai-module {
    padding: 0;
  }

  .home-page .kampio-hero__card .home-ai-search-card,
  .home-page .kampio-visual-hero__search-card .home-ai-search-card {
    padding: 24px;
    border-radius: 26px;
  }

  .kampio-hero__card h2,
  .kampio-hero__card .campings-refine-panel__title,
  .kampio-hero__card .campings-refine-compact__title,
  .kampio-hero__card .home-ai-search-card__title,
  .kampio-visual-hero__search-card h2,
  .kampio-visual-hero__search-card .campings-refine-panel__title,
  .kampio-visual-hero__search-card .campings-refine-compact__title,
  .kampio-visual-hero__search-card .home-ai-search-card__title,
  .campings-page-v2:not(.campings-page-v2--trip) .kampio-hero__card .campings-refine-panel__title,
  .campings-page-v2:not(.campings-page-v2--trip) .kampio-visual-hero__search-card .campings-refine-panel__title {
    font-size: 1.8rem !important;
  }

  .kampio-hero__input,
  .home-ai-search-input,
  .kampio-hero__card input[type="text"],
  .kampio-hero__card input[type="search"],
  .kampio-visual-hero__search-card input[type="text"],
  .kampio-visual-hero__search-card input[type="search"],
  .kampio-hero__button,
  .home-ai-search-submit,
  .kampio-hero__card .tmc-btn-primary,
  .kampio-visual-hero__search-card .tmc-btn-primary {
    min-height: 60px;
    border-radius: 16px;
  }

  .kampio-hero__button,
  .home-ai-search-submit,
  .kampio-hero__card .tmc-btn-primary,
  .kampio-visual-hero__search-card .tmc-btn-primary {
    min-width: 240px;
  }
}

/* ── Mobile ──────────────────────────────────────────────── */
@media (max-width: 767px) {
  .kampio-hero,
  .kampio-visual-hero,
  .map-page-v2 .map-hero-stack {
    width: calc(100% - 20px);
    margin: 12px auto 34px;
  }

  .map-page-v2 .map-hero-stack > .map-hero.kampio-hero {
    width: 100%;
    margin: 0 0 34px;
  }

  .kampio-hero__media,
  .kampio-visual-hero__media,
  .home-hero-image-card,
  .campings-hero-v2__media,
  .map-page-v2 .map-hero-media,
  .map-hero__media {
    aspect-ratio: 16 / 9.5 !important;
    border-radius: 24px !important;
    min-height: 0 !important;
    height: auto !important;
  }

  .kampio-hero__media img,
  .kampio-hero__picture img,
  .kampio-visual-hero__picture img,
  .home-hero-image-card img,
  .campings-hero-v2__picture img,
  .map-page-v2 .map-hero-bg-img,
  .map-page-v2 .map-hero__picture img {
    min-height: 0 !important;
    height: 100% !important;
    object-fit: cover !important;
  }

  .kampio-hero__content,
  .kampio-visual-hero__content,
  .campings-hero-v2__content,
  .map-page-v2 .map-hero-content {
    top: 16px !important;
    left: 18px !important;
    right: 18px !important;
    max-width: 82% !important;
  }

  .kampio-hero__breadcrumb,
  .kampio-visual-hero__breadcrumb {
    display: none;
  }

  .kampio-hero__badge--desktop,
  .kampio-hero__title-desktop,
  .kampio-hero__text-desktop,
  .kampio-visual-hero__badge--desktop,
  .kampio-visual-hero__title-desktop,
  .kampio-visual-hero__text-desktop {
    display: none !important;
  }

  .kampio-hero__badge--mobile,
  .kampio-visual-hero__badge--mobile {
    display: inline-flex !important;
  }

  .kampio-hero__title-mobile,
  .kampio-hero__text-mobile,
  .kampio-visual-hero__title-mobile,
  .kampio-visual-hero__text-mobile {
    display: inline !important;
  }

  .kampio-hero__badge,
  .kampio-visual-hero__badge,
  .campings-hero-v2__badge {
    min-height: 32px !important;
    padding: 0 11px !important;
    font-size: 0.74rem !important;
  }

  .kampio-hero__title,
  .kampio-visual-hero__title,
  .campings-hero-v2__title,
  .map-page-v2 .map-hero-content h1 {
    margin: 10px 0 5px !important;
    font-size: clamp(1.7rem, 7vw, 2.15rem) !important;
    line-height: 0.98 !important;
    max-width: 8.5ch !important;
  }

  .kampio-hero__text,
  .kampio-visual-hero__text,
  .campings-hero-v2__text,
  .map-page-v2 .map-hero-content p {
    font-size: 0.84rem !important;
    line-height: 1.22 !important;
    max-width: 24ch !important;
  }

  .kampio-hero__card,
  .kampio-visual-hero__search-card,
  .campings-hero-v2__search-card,
  .map-page-v2 .kampio-hero__card.map-intro-panel,
  .home-page .kampio-hero__card.home-ai-module,
  .home-page .kampio-visual-hero__search-card.home-ai-module,
  .home-page .home-ai-search-card {
    width: calc(100% - 14px) !important;
    margin-top: -18px !important;
    border-radius: 22px !important;
    padding: 18px 16px 16px !important;
  }

  .home-page .kampio-hero__card.home-ai-module,
  .home-page .kampio-visual-hero__search-card.home-ai-module {
    padding: 0 !important;
    margin: -40px auto 12px !important;
  }

  .home-page .kampio-hero__card .home-ai-search-card,
  .home-page .kampio-visual-hero__search-card .home-ai-search-card {
    padding: 18px 16px 16px !important;
    border-radius: 22px !important;
    box-shadow: 0 22px 48px rgba(6, 43, 53, 0.1) !important;
  }

  .kampio-hero__card h2,
  .kampio-hero__card .campings-refine-panel__title,
  .kampio-hero__card .campings-refine-compact__title,
  .kampio-hero__card .home-ai-search-card__title,
  .kampio-visual-hero__search-card h2,
  .kampio-visual-hero__search-card .campings-refine-panel__title,
  .kampio-visual-hero__search-card .campings-refine-compact__title,
  .kampio-visual-hero__search-card .home-ai-search-card__title,
  .campings-page-v2:not(.campings-page-v2--trip) .kampio-hero__card .campings-refine-panel__title,
  .campings-page-v2:not(.campings-page-v2--trip) .kampio-visual-hero__search-card .campings-refine-panel__title,
  .home-ai-search-card h2,
  .home-ai-search-card__title,
  .campings-refine-title {
    font-size: 1.25rem !important;
    line-height: 1.1 !important;
    margin-bottom: 12px !important;
  }

  .kampio-hero__search-row,
  .home-ai-search-row {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .kampio-hero__input,
  .home-ai-search-input,
  .kampio-hero__card input[type="text"],
  .kampio-hero__card input[type="search"],
  .kampio-visual-hero__search-card input[type="text"],
  .kampio-visual-hero__search-card input[type="search"],
  .kampio-hero__button,
  .home-ai-search-submit,
  .kampio-hero__card .tmc-btn-primary,
  .kampio-visual-hero__search-card .tmc-btn-primary,
  .kampio-hero__card button[type="submit"],
  .kampio-visual-hero__search-card button[type="submit"] {
    min-height: 58px;
    width: 100%;
    border-radius: 16px;
    min-width: 0;
  }

  .kampio-hero__card select,
  .kampio-visual-hero__search-card select {
    min-height: 58px;
    border-radius: 16px;
    width: 100%;
  }
}

@media (max-width: 380px) {
  .kampio-hero__media,
  .kampio-visual-hero__media,
  .home-hero-image-card,
  .campings-hero-v2__media,
  .map-page-v2 .map-hero-media,
  .map-hero__media {
    aspect-ratio: 16 / 9.6 !important;
    border-radius: 22px !important;
  }
}

/* ==========================================================
   HERO RESET — neutralise legacy home / campings / map
   ========================================================== */

body .home-page .home-mobile-first-hero.kampio-hero,
body .home-page .home-mobile-first-hero.kampio-visual-hero,
body .campings-page-v2:not(.campings-page-v2--trip) .kampio-hero,
body .campings-page-v2:not(.campings-page-v2--trip) .kampio-visual-hero,
body .map-page-v2 .map-hero-stack > .map-hero.kampio-hero {
  width: min(1440px, calc(100% - 64px)) !important;
  max-width: 100% !important;
  margin: 24px auto 72px !important;
  padding: 0 !important;
}

body .home-page .home-mobile-first-hero .kampio-hero__media,
body .home-page .home-mobile-first-hero .home-hero-image-card,
body .campings-page-v2 .kampio-hero__media,
body .campings-page-v2 .kampio-visual-hero__media,
body .map-page-v2 .map-hero-media {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  min-height: 0 !important;
  height: auto !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  aspect-ratio: 16 / 9.5 !important;
  border-radius: 34px !important;
  overflow: hidden !important;
  background-color: #0b2f38 !important;
  background-image: none !important;
}

body .home-page .home-mobile-first-hero .home-hero-image-card::before,
body .home-page .home-mobile-first-hero .home-hero-image-card::after,
body .home-page .home-mobile-first-hero .kampio-hero__media::before,
body .home-page .home-mobile-first-hero .kampio-hero__media::after {
  display: none !important;
  content: none !important;
}

body .home-page .home-mobile-first-hero .home-hero-content,
body .home-page .home-mobile-first-hero .kampio-hero__content,
body .campings-page-v2 .kampio-hero__content,
body .map-page-v2 .map-hero-content {
  position: absolute !important;
  top: 54px !important;
  left: 54px !important;
  right: 54px !important;
  max-width: 720px !important;
  padding: 0 !important;
  margin: 0 !important;
}

body .home-page .home-mobile-first-hero .hero-badge,
body .home-page .home-mobile-first-hero .kampio-hero__badge,
body .campings-page-v2 .kampio-hero__badge,
body .map-page-v2 .kampio-hero__badge {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 44px !important;
  padding: 0 16px !important;
  margin: 0 !important;
  border-radius: 999px !important;
  background: rgba(6, 43, 53, 0.88) !important;
  color: #fff !important;
  font-family: Inter, system-ui, sans-serif !important;
  font-weight: 850 !important;
  font-size: 0.92rem !important;
  line-height: 1 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

body .home-page .home-mobile-first-hero .home-hero-content h1,
body .home-page .home-mobile-first-hero .kampio-hero__title,
body .campings-page-v2 .kampio-hero__title,
body .map-page-v2 .map-hero-content h1 {
  margin: 18px 0 10px !important;
  font-family: Inter, system-ui, sans-serif !important;
  font-size: clamp(3.8rem, 5vw, 5.6rem) !important;
  line-height: 0.94 !important;
  letter-spacing: -0.045em !important;
  font-weight: 900 !important;
  color: #fff !important;
  max-width: 9ch !important;
}

body .home-page .home-mobile-first-hero .home-hero-content p,
body .home-page .home-mobile-first-hero .kampio-hero__text,
body .campings-page-v2 .kampio-hero__text,
body .map-page-v2 .map-hero-content p {
  margin: 0 !important;
  max-width: 34ch !important;
  font-family: Inter, system-ui, sans-serif !important;
  font-size: 1.15rem !important;
  line-height: 1.35 !important;
  font-weight: 750 !important;
  color: rgba(255, 255, 255, 0.96) !important;
}

body .home-page .home-mobile-first-hero .home-ai-module,
body .home-page .home-mobile-first-hero .kampio-hero__card {
  margin-top: -80px !important;
}

@media (max-width: 1024px) {
  body .home-page .home-mobile-first-hero.kampio-hero,
  body .home-page .home-mobile-first-hero.kampio-visual-hero {
    width: calc(100vw - 32px) !important;
    max-width: calc(100vw - 32px) !important;
    margin: 18px auto 54px !important;
  }

  body .map-page-v2 .map-hero-stack {
    width: calc(100vw - 32px) !important;
    max-width: calc(100vw - 32px) !important;
    margin-top: 18px !important;
    margin-bottom: 54px !important;
    margin-left: calc(50% - (100vw - 32px) / 2) !important;
    margin-right: calc(50% - (100vw - 32px) / 2) !important;
    box-sizing: border-box !important;
  }

  body .campings-page-v2:not(.campings-page-v2--trip) .kampio-hero,
  body .campings-page-v2:not(.campings-page-v2--trip) .kampio-visual-hero {
    width: calc(100vw - 32px) !important;
    max-width: calc(100vw - 32px) !important;
    margin-top: 18px !important;
    margin-bottom: 54px !important;
    margin-left: calc(50% - (100vw - 32px) / 2) !important;
    margin-right: calc(50% - (100vw - 32px) / 2) !important;
    box-sizing: border-box !important;
  }

  body .home-page .home-mobile-first-hero .kampio-hero__media,
  body .home-page .home-mobile-first-hero .home-hero-image-card,
  body .campings-page-v2 .kampio-hero__media,
  body .campings-page-v2 .kampio-visual-hero__media,
  body .map-page-v2 .map-hero-media {
    aspect-ratio: 16 / 9.5 !important;
    min-height: 0 !important;
    height: auto !important;
    border-radius: 28px !important;
  }

  body .home-page .home-mobile-first-hero .home-hero-content,
  body .home-page .home-mobile-first-hero .kampio-hero__content,
  body .campings-page-v2 .kampio-hero__content,
  body .map-page-v2 .map-hero-content {
    top: 34px !important;
    left: 32px !important;
    right: 32px !important;
    max-width: 620px !important;
  }

  body .home-page .home-mobile-first-hero .hero-badge,
  body .home-page .home-mobile-first-hero .kampio-hero__badge,
  body .campings-page-v2 .kampio-hero__badge,
  body .map-page-v2 .kampio-hero__badge {
    min-height: 40px !important;
    padding: 0 14px !important;
    font-size: 0.84rem !important;
  }

  body .home-page .home-mobile-first-hero .home-hero-content h1,
  body .home-page .home-mobile-first-hero .kampio-hero__title,
  body .campings-page-v2 .kampio-hero__title,
  body .map-page-v2 .map-hero-content h1 {
    font-size: clamp(2.8rem, 5vw, 4rem) !important;
    line-height: 0.95 !important;
    max-width: 9ch !important;
  }

  body .home-page .home-mobile-first-hero .home-hero-content p,
  body .home-page .home-mobile-first-hero .kampio-hero__text,
  body .campings-page-v2 .kampio-hero__text,
  body .map-page-v2 .map-hero-content p {
    font-size: 1rem !important;
    max-width: 30ch !important;
  }

  body .home-page .home-mobile-first-hero .home-ai-module,
  body .home-page .home-mobile-first-hero .kampio-hero__card {
    margin-top: -68px !important;
  }

  body .campings-page-v2 .kampio-hero__card,
  body .map-page-v2 .kampio-hero__card.map-intro-panel {
    margin-top: -42px !important;
  }
}

@media (max-width: 767px) {
  body .home-page .home-mobile-first-hero.kampio-hero,
  body .home-page .home-mobile-first-hero.kampio-visual-hero {
    width: calc(100vw - 20px) !important;
    max-width: calc(100vw - 20px) !important;
    margin: 12px auto 34px !important;
    overflow: visible !important;
  }

  body .map-page-v2 .map-hero-stack {
    width: calc(100vw - 20px) !important;
    max-width: calc(100vw - 20px) !important;
    margin-top: 12px !important;
    margin-bottom: 34px !important;
    margin-left: calc(50% - (100vw - 20px) / 2) !important;
    margin-right: calc(50% - (100vw - 20px) / 2) !important;
    overflow: visible !important;
    box-sizing: border-box !important;
  }

  body .campings-page-v2:not(.campings-page-v2--trip) .kampio-hero,
  body .campings-page-v2:not(.campings-page-v2--trip) .kampio-visual-hero {
    width: calc(100vw - 20px) !important;
    max-width: calc(100vw - 20px) !important;
    margin-top: 12px !important;
    margin-bottom: 34px !important;
    margin-left: calc(50% - (100vw - 20px) / 2) !important;
    margin-right: calc(50% - (100vw - 20px) / 2) !important;
    overflow: visible !important;
    box-sizing: border-box !important;
  }

  body .home-page .home-mobile-first-hero .kampio-hero__media,
  body .home-page .home-mobile-first-hero .home-hero-image-card,
  body .campings-page-v2 .kampio-hero__media,
  body .campings-page-v2 .kampio-visual-hero__media,
  body .map-page-v2 .map-hero-media {
    aspect-ratio: 16 / 9.5 !important;
    border-radius: 24px !important;
    min-height: 0 !important;
    height: auto !important;
  }

  body .home-page .home-mobile-first-hero .home-hero-content,
  body .home-page .home-mobile-first-hero .kampio-hero__content,
  body .campings-page-v2 .kampio-hero__content,
  body .map-page-v2 .map-hero-content {
    top: 16px !important;
    left: 18px !important;
    right: 18px !important;
    max-width: 82% !important;
  }

  body .home-page .home-mobile-first-hero .hero-badge,
  body .home-page .home-mobile-first-hero .kampio-hero__badge,
  body .campings-page-v2 .kampio-hero__badge,
  body .map-page-v2 .kampio-hero__badge {
    min-height: 32px !important;
    padding: 0 11px !important;
    font-size: 0.74rem !important;
  }

  body .home-page .home-mobile-first-hero .home-hero-content h1,
  body .home-page .home-mobile-first-hero .kampio-hero__title,
  body .campings-page-v2 .kampio-hero__title,
  body .map-page-v2 .map-hero-content h1 {
    margin: 10px 0 5px !important;
    font-size: clamp(1.7rem, 7vw, 2.15rem) !important;
    line-height: 0.98 !important;
    max-width: 8.5ch !important;
  }

  body .home-page .home-mobile-first-hero .home-hero-content p,
  body .home-page .home-mobile-first-hero .kampio-hero__text,
  body .campings-page-v2 .kampio-hero__text,
  body .map-page-v2 .map-hero-content p {
    font-size: 0.84rem !important;
    line-height: 1.22 !important;
    max-width: 24ch !important;
  }

  body .home-page .home-mobile-first-hero .home-ai-module,
  body .home-page .home-mobile-first-hero .kampio-hero__card {
    margin-top: -40px !important;
  }

  body .campings-page-v2 .kampio-hero__card,
  body .map-page-v2 .kampio-hero__card.map-intro-panel {
    margin-top: -18px !important;
  }
}

@media (max-width: 380px) {
  body .home-page .home-mobile-first-hero .kampio-hero__media,
  body .home-page .home-mobile-first-hero .home-hero-image-card,
  body .campings-page-v2 .kampio-hero__media,
  body .campings-page-v2 .kampio-visual-hero__media,
  body .map-page-v2 .map-hero-media {
    aspect-ratio: 16 / 9.6 !important;
    border-radius: 22px !important;
  }
}

/* ==========================================================
   STANDARD ENFORCEMENT — anti min-height / anti 4:3 legacy
   ========================================================== */

.kampio-hero__media,
.kampio-visual-hero__media,
.home-page .home-hero-image-card,
.campings-page-v2 .kampio-hero__media,
.campings-page-v2 .kampio-visual-hero__media,
.map-page-v2 .map-hero-media {
  min-height: 0 !important;
  max-height: none !important;
  height: auto !important;
  background-image: none !important;
}

body .home-page .home-mobile-first-hero .home-hero-image-card,
body .campings-page-v2 .kampio-hero__media,
body .campings-page-v2 .kampio-visual-hero__media,
body .map-page-v2 .map-hero-media {
  min-height: 0 !important;
  height: auto !important;
  max-height: none !important;
}

/* ── Hero compact desktop — accueil + campings + carte ─── */
@media (min-width: 1025px) {
  body .home-page .home-mobile-first-hero.kampio-hero,
  body .home-page .home-mobile-first-hero.kampio-visual-hero {
    width: min(1180px, calc(100vw - 64px)) !important;
    max-width: min(1180px, calc(100vw - 64px)) !important;
    margin: 20px auto 52px !important;
    padding: 0 !important;
  }

  /* /campings : même largeur viewport que l'accueil (hors .cmp-container) */
  body .campings-page-v2:not(.campings-page-v2--trip) .kampio-hero,
  body .campings-page-v2:not(.campings-page-v2--trip) .kampio-visual-hero {
    width: min(1180px, calc(100vw - 64px)) !important;
    max-width: min(1180px, calc(100vw - 64px)) !important;
    margin-top: 20px !important;
    margin-bottom: 52px !important;
    margin-left: calc(50% - min(1180px, calc(100vw - 64px)) / 2) !important;
    margin-right: calc(50% - min(1180px, calc(100vw - 64px)) / 2) !important;
    padding: 0 !important;
    box-sizing: border-box !important;
  }

  /* /carte : même largeur viewport que l'accueil (hors .map-container) */
  body .map-page-v2 .map-hero-stack {
    width: min(1180px, calc(100vw - 64px)) !important;
    max-width: min(1180px, calc(100vw - 64px)) !important;
    margin-top: 20px !important;
    margin-bottom: 8px !important;
    margin-left: calc(50% - min(1180px, calc(100vw - 64px)) / 2) !important;
    margin-right: calc(50% - min(1180px, calc(100vw - 64px)) / 2) !important;
    padding: 0 !important;
    box-sizing: border-box !important;
  }

  body .map-page-v2 .map-hero-stack > .map-hero.kampio-hero {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body .home-page .home-mobile-first-hero .kampio-hero__media,
  body .home-page .home-mobile-first-hero .home-hero-image-card,
  body .campings-page-v2:not(.campings-page-v2--trip) .kampio-hero__media,
  body .campings-page-v2:not(.campings-page-v2--trip) .kampio-visual-hero__media,
  body .map-page-v2 .map-hero-media {
    display: block !important;
    aspect-ratio: 16 / 8 !important;
    border-radius: 28px !important;
    min-height: 0 !important;
    height: auto !important;
    max-height: none !important;
    background: #0b2f38 !important;
    background-image: none !important;
  }

  body .home-page .home-mobile-first-hero .kampio-hero__picture,
  body .home-page .home-mobile-first-hero .kampio-visual-hero__picture,
  body .campings-page-v2:not(.campings-page-v2--trip) .kampio-hero__picture,
  body .campings-page-v2:not(.campings-page-v2--trip) .kampio-visual-hero__picture,
  body .map-page-v2 .map-hero-media > .kampio-hero__picture {
    position: absolute !important;
    inset: 0 !important;
    z-index: 0 !important;
    display: block !important;
  }

  body .home-page .home-mobile-first-hero .kampio-hero__picture img,
  body .home-page .home-mobile-first-hero .kampio-visual-hero__picture img,
  body .campings-page-v2:not(.campings-page-v2--trip) .kampio-hero__picture img,
  body .campings-page-v2:not(.campings-page-v2--trip) .kampio-visual-hero__picture img,
  body .map-page-v2 .map-hero-bg-img,
  body .map-page-v2 .map-hero-media > .kampio-hero__picture img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
  }

  body .home-page .home-mobile-first-hero .kampio-hero__card,
  body .home-page .home-mobile-first-hero .home-ai-module.home-ai-camping-search {
    margin-top: -48px !important;
  }

  body .campings-page-v2:not(.campings-page-v2--trip) .kampio-hero__card,
  body .campings-page-v2:not(.campings-page-v2--trip) .kampio-visual-hero__search-card {
    width: min(980px, calc(100% - 96px)) !important;
    max-width: min(980px, calc(100% - 96px)) !important;
    margin-top: -36px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body.map-page-active .map-page-v2 .map-hero-stack > .kampio-hero__card.map-intro-panel {
    width: min(980px, calc(100% - 96px)) !important;
    max-width: min(980px, calc(100% - 96px)) !important;
    margin-top: -36px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 20px !important;
  }
}

/* ── Bouton retour — /campings + /carte (identique) ─────── */
main.container:has(.campings-page-v2:not(.campings-page-v2--trip)),
main.container:has(.map-page-v2) {
  padding-top: 8px;
}

main.container:has(.campings-page-v2:not(.campings-page-v2--trip)) > #globalBack,
main.container:has(.map-page-v2) > #globalBack {
  display: none !important;
}

.campings-page-v2:not(.campings-page-v2--trip) .campings-back-row,
.map-page-v2 .map-back-row {
  display: flex;
  justify-content: flex-start;
  width: min(1450px, calc(100% - 32px));
  margin: 12px auto 8px;
}

.campings-page-v2:not(.campings-page-v2--trip) .campings-back-link,
.campings-page-v2:not(.campings-page-v2--trip) .campings-back-row a,
.map-page-v2 .map-back-link,
.map-page-v2 .map-back-row a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(6, 43, 53, 0.12);
  background: #fff;
  color: #062B35;
  font-weight: 800;
  font-size: 0.86rem;
  text-decoration: none;
  box-shadow: 0 6px 16px rgba(6, 43, 53, 0.04);
}

.campings-page-v2:not(.campings-page-v2--trip) .campings-back-link:hover,
.campings-page-v2:not(.campings-page-v2--trip) .campings-back-row a:hover,
.map-page-v2 .map-back-link:hover,
.map-page-v2 .map-back-row a:hover {
  background: #F8F7F2;
}

@media (min-width: 1025px) {
  .campings-page-v2:not(.campings-page-v2--trip) .campings-back-row,
  .map-page-v2 .map-back-row {
    width: min(1180px, calc(100vw - 64px));
    margin-top: 12px;
    margin-bottom: 8px;
    margin-left: calc(50% - min(1180px, calc(100vw - 64px)) / 2);
    margin-right: calc(50% - min(1180px, calc(100vw - 64px)) / 2);
  }
}

@media (max-width: 768px) {
  main.container:has(.campings-page-v2:not(.campings-page-v2--trip)),
  main.container:has(.map-page-v2) {
    padding-top: 6px;
  }

  .campings-page-v2:not(.campings-page-v2--trip) .campings-back-row,
  .map-page-v2 .map-back-row {
    width: calc(100vw - 20px);
    margin-top: 8px;
    margin-bottom: 8px;
    margin-left: calc(50% - (100vw - 20px) / 2);
    margin-right: calc(50% - (100vw - 20px) / 2);
  }

  .campings-page-v2:not(.campings-page-v2--trip) .campings-back-link,
  .campings-page-v2:not(.campings-page-v2--trip) .campings-back-row a,
  .map-page-v2 .map-back-link,
  .map-page-v2 .map-back-row a {
    min-height: 34px;
    padding: 0 12px;
    font-size: 0.82rem;
  }
}

/* ==========================================================
   HERO TYPOGRAPHY UNIFIED — Inter · accueil · campings · carte
   Mêmes tailles titre/sous-titre · même emplacement · responsive
   ========================================================== */

@media (min-width: 1025px) {
  body .map-page-v2 .map-hero-content,
  body .campings-page-v2:not(.campings-page-v2--trip) .map-hero-content {
    position: absolute !important;
    top: 32px !important;
    left: 36px !important;
    right: auto !important;
    bottom: auto !important;
    max-width: 580px !important;
    width: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    display: block !important;
    transform: none !important;
  }

  body .home-page .home-mobile-first-hero .kampio-hero__content,
  body .home-page .home-mobile-first-hero .home-hero-content {
    position: absolute !important;
    top: 32px !important;
    left: 36px !important;
    right: auto !important;
    bottom: auto !important;
    max-width: 580px !important;
    width: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    display: block !important;
    transform: none !important;
  }

  body .home-page .home-mobile-first-hero .kampio-hero__badge,
  body .home-page .home-mobile-first-hero .home-hero-content .hero-badge,
  body .home-page .home-mobile-first-hero .hero-badge {
    min-height: 44px !important;
    padding: 0 16px !important;
    font-family: Inter, system-ui, sans-serif !important;
    font-size: 0.92rem !important;
    font-weight: 850 !important;
    line-height: 1 !important;
    margin: 0 !important;
    border: none !important;
    border-radius: 999px !important;
    box-shadow: none !important;
    gap: 0 !important;
    background: rgba(6, 43, 53, 0.88) !important;
  }

  body .home-page .home-mobile-first-hero .home-hero-content .hero-badge::before,
  body .home-page .home-mobile-first-hero .kampio-hero__badge::before {
    content: none !important;
    display: none !important;
  }

  body .map-page-v2 .map-hero-content .kampio-hero__badge,
  body .campings-page-v2:not(.campings-page-v2--trip) .map-hero-content .kampio-hero__badge {
    min-height: 44px !important;
    padding: 0 16px !important;
    font-family: Inter, system-ui, sans-serif !important;
    font-size: 0.92rem !important;
    font-weight: 850 !important;
    line-height: 1 !important;
    margin: 0 !important;
    border: none !important;
    border-radius: 999px !important;
    box-shadow: none !important;
    gap: 0 !important;
    background: rgba(6, 43, 53, 0.88) !important;
  }

  body .kampio-hero__breadcrumb,
  body .kampio-visual-hero__breadcrumb {
    margin: 0 0 8px !important;
    font-family: Inter, system-ui, sans-serif !important;
    font-size: 0.72rem !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
  }

  body .map-page-v2 .map-hero-content h1,
  body .map-page-v2 .map-hero-content .kampio-hero__title,
  body .map-page-v2 .map-hero-content .kampio-hero__title-desktop,
  body .campings-page-v2:not(.campings-page-v2--trip) .map-hero-content h1,
  body .campings-page-v2:not(.campings-page-v2--trip) .map-hero-content .kampio-hero__title,
  body .campings-page-v2:not(.campings-page-v2--trip) .map-hero-content .kampio-hero__title-desktop {
    margin: 14px 0 10px !important;
    padding: 0 !important;
    font-family: Inter, system-ui, sans-serif !important;
    font-size: clamp(2.85rem, 4.2vw, 4rem) !important;
    font-weight: 900 !important;
    line-height: 1.02 !important;
    letter-spacing: -0.04em !important;
    max-width: 100% !important;
    color: #fff !important;
    text-shadow: 0 4px 24px rgba(0, 0, 0, 0.38) !important;
  }

  body .home-page .home-mobile-first-hero .kampio-hero__title,
  body .home-page .home-mobile-first-hero .kampio-hero__title-desktop,
  body .home-page .home-mobile-first-hero .home-hero-content h1 {
    margin: 14px 0 10px !important;
    padding: 0 !important;
    font-family: Inter, system-ui, sans-serif !important;
    font-size: clamp(2.85rem, 4.2vw, 4rem) !important;
    font-weight: 900 !important;
    line-height: 1.02 !important;
    letter-spacing: -0.04em !important;
    max-width: 100% !important;
    color: #fff !important;
    text-shadow: 0 4px 24px rgba(0, 0, 0, 0.38) !important;
  }

  body .map-page-v2 .map-hero-content p,
  body .map-page-v2 .map-hero-content .kampio-hero__text,
  body .map-page-v2 .map-hero-content .kampio-hero__text-desktop,
  body .map-page-v2 .map-hero-content .map-intro-note,
  body .campings-page-v2:not(.campings-page-v2--trip) .map-hero-content p,
  body .campings-page-v2:not(.campings-page-v2--trip) .map-hero-content .kampio-hero__text,
  body .campings-page-v2:not(.campings-page-v2--trip) .map-hero-content .kampio-hero__text-desktop {
    margin: 0 !important;
    padding: 0 !important;
    font-family: Inter, system-ui, sans-serif !important;
    font-size: 1.125rem !important;
    font-weight: 650 !important;
    line-height: 1.4 !important;
    max-width: 44ch !important;
    color: rgba(255, 255, 255, 0.98) !important;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.32) !important;
  }

  body .home-page .home-mobile-first-hero .kampio-hero__text,
  body .home-page .home-mobile-first-hero .kampio-hero__text-desktop,
  body .home-page .home-mobile-first-hero .home-hero-content p,
  body .home-page .home-mobile-first-hero .home-hero-text {
    margin: 0 !important;
    padding: 0 !important;
    font-family: Inter, system-ui, sans-serif !important;
    font-size: 1.125rem !important;
    font-weight: 650 !important;
    line-height: 1.4 !important;
    max-width: 44ch !important;
    color: rgba(255, 255, 255, 0.98) !important;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.32) !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  body .map-page-v2 .map-hero-content,
  body .campings-page-v2:not(.campings-page-v2--trip) .map-hero-content {
    position: absolute !important;
    top: 28px !important;
    left: 28px !important;
    right: auto !important;
    bottom: auto !important;
    max-width: 520px !important;
    width: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    display: block !important;
    transform: none !important;
  }

  body .map-page-v2 .map-hero-content .kampio-hero__badge,
  body .campings-page-v2:not(.campings-page-v2--trip) .map-hero-content .kampio-hero__badge {
    min-height: 38px !important;
    padding: 0 13px !important;
    font-family: Inter, system-ui, sans-serif !important;
    font-size: 0.82rem !important;
    font-weight: 850 !important;
    line-height: 1 !important;
    margin: 0 !important;
    border: none !important;
    border-radius: 999px !important;
    box-shadow: none !important;
    gap: 0 !important;
    background: rgba(6, 43, 53, 0.88) !important;
  }

  body .kampio-hero__breadcrumb,
  body .kampio-visual-hero__breadcrumb {
    margin: 0 0 7px !important;
    font-size: 0.7rem !important;
  }

  body .map-page-v2 .map-hero-content h1,
  body .map-page-v2 .map-hero-content .kampio-hero__title,
  body .map-page-v2 .map-hero-content .kampio-hero__title-desktop,
  body .campings-page-v2:not(.campings-page-v2--trip) .map-hero-content h1,
  body .campings-page-v2:not(.campings-page-v2--trip) .map-hero-content .kampio-hero__title,
  body .campings-page-v2:not(.campings-page-v2--trip) .map-hero-content .kampio-hero__title-desktop {
    margin: 12px 0 8px !important;
    padding: 0 !important;
    font-family: Inter, system-ui, sans-serif !important;
    font-size: clamp(2.35rem, 5vw, 3.25rem) !important;
    font-weight: 900 !important;
    line-height: 1.03 !important;
    letter-spacing: -0.04em !important;
    max-width: 100% !important;
    color: #fff !important;
    text-shadow: 0 4px 24px rgba(0, 0, 0, 0.38) !important;
  }

  body .map-page-v2 .map-hero-content p,
  body .map-page-v2 .map-hero-content .kampio-hero__text,
  body .map-page-v2 .map-hero-content .kampio-hero__text-desktop,
  body .map-page-v2 .map-hero-content .map-intro-note,
  body .campings-page-v2:not(.campings-page-v2--trip) .map-hero-content p,
  body .campings-page-v2:not(.campings-page-v2--trip) .map-hero-content .kampio-hero__text,
  body .campings-page-v2:not(.campings-page-v2--trip) .map-hero-content .kampio-hero__text-desktop {
    margin: 0 !important;
    padding: 0 !important;
    font-family: Inter, system-ui, sans-serif !important;
    font-size: 1.05rem !important;
    font-weight: 650 !important;
    line-height: 1.38 !important;
    max-width: 40ch !important;
    color: rgba(255, 255, 255, 0.98) !important;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.32) !important;
  }
}

@media (max-width: 767px) {
  body .map-page-v2 .map-hero-content,
  body .campings-page-v2:not(.campings-page-v2--trip) .map-hero-content {
    position: absolute !important;
    top: 16px !important;
    left: 18px !important;
    right: 18px !important;
    bottom: auto !important;
    max-width: 82% !important;
    width: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    display: block !important;
    transform: none !important;
  }

  body .home-page .home-mobile-first-hero .kampio-hero__content,
  body .home-page .home-mobile-first-hero .home-hero-content {
    position: absolute !important;
    top: 16px !important;
    left: 18px !important;
    right: 18px !important;
    bottom: auto !important;
    max-width: 82% !important;
    width: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    display: block !important;
    transform: none !important;
  }

  body .home-page .home-mobile-first-hero .kampio-hero__badge,
  body .home-page .home-mobile-first-hero .home-hero-content .hero-badge,
  body .home-page .home-mobile-first-hero .hero-badge,
  body .map-page-v2 .map-hero-content .kampio-hero__badge,
  body .campings-page-v2:not(.campings-page-v2--trip) .map-hero-content .kampio-hero__badge {
    min-height: 32px !important;
    padding: 0 11px !important;
    font-family: Inter, system-ui, sans-serif !important;
    font-size: 0.74rem !important;
    font-weight: 850 !important;
    line-height: 1 !important;
    margin: 0 !important;
    border: none !important;
    border-radius: 999px !important;
    box-shadow: none !important;
    gap: 0 !important;
    background: rgba(6, 43, 53, 0.88) !important;
  }

  body .home-page .home-mobile-first-hero .home-hero-content .hero-badge::before,
  body .home-page .home-mobile-first-hero .kampio-hero__badge::before {
    content: none !important;
    display: none !important;
  }

  body .map-page-v2 .map-hero-content h1,
  body .map-page-v2 .map-hero-content .kampio-hero__title,
  body .map-page-v2 .map-hero-content .kampio-hero__title-mobile,
  body .campings-page-v2:not(.campings-page-v2--trip) .map-hero-content h1,
  body .campings-page-v2:not(.campings-page-v2--trip) .map-hero-content .kampio-hero__title,
  body .campings-page-v2:not(.campings-page-v2--trip) .map-hero-content .kampio-hero__title-mobile {
    margin: 12px 0 8px !important;
    padding: 0 !important;
    font-family: Inter, system-ui, sans-serif !important;
    font-size: clamp(1.95rem, 7.5vw, 2.55rem) !important;
    font-weight: 900 !important;
    line-height: 1.02 !important;
    letter-spacing: -0.04em !important;
    max-width: 100% !important;
    color: #fff !important;
    text-shadow: 0 4px 24px rgba(0, 0, 0, 0.38) !important;
  }

  body .home-page .home-mobile-first-hero .kampio-hero__title,
  body .home-page .home-mobile-first-hero .kampio-hero__title-mobile,
  body .home-page .home-mobile-first-hero .home-hero-content h1 {
    margin: 12px 0 8px !important;
    padding: 0 !important;
    font-family: Inter, system-ui, sans-serif !important;
    font-size: clamp(1.95rem, 7.5vw, 2.55rem) !important;
    font-weight: 900 !important;
    line-height: 1.02 !important;
    letter-spacing: -0.04em !important;
    max-width: 100% !important;
    color: #fff !important;
    text-shadow: 0 4px 24px rgba(0, 0, 0, 0.38) !important;
  }

  body .map-page-v2 .map-hero-content p,
  body .map-page-v2 .map-hero-content .kampio-hero__text,
  body .map-page-v2 .map-hero-content .kampio-hero__text-mobile,
  body .map-page-v2 .map-hero-content .map-intro-note,
  body .campings-page-v2:not(.campings-page-v2--trip) .map-hero-content p,
  body .campings-page-v2:not(.campings-page-v2--trip) .map-hero-content .kampio-hero__text,
  body .campings-page-v2:not(.campings-page-v2--trip) .map-hero-content .kampio-hero__text-mobile {
    margin: 0 !important;
    padding: 0 !important;
    font-family: Inter, system-ui, sans-serif !important;
    font-size: 0.95rem !important;
    font-weight: 650 !important;
    line-height: 1.32 !important;
    max-width: 30ch !important;
    color: rgba(255, 255, 255, 0.98) !important;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.32) !important;
  }

  body .home-page .home-mobile-first-hero .kampio-hero__text,
  body .home-page .home-mobile-first-hero .kampio-hero__text-mobile,
  body .home-page .home-mobile-first-hero .home-hero-content p,
  body .home-page .home-mobile-first-hero .home-hero-text {
    margin: 0 !important;
    padding: 0 !important;
    font-family: Inter, system-ui, sans-serif !important;
    font-size: 0.95rem !important;
    font-weight: 650 !important;
    line-height: 1.32 !important;
    max-width: 30ch !important;
    color: rgba(255, 255, 255, 0.98) !important;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.32) !important;
  }
}

@media (max-width: 380px) {
  body .map-page-v2 .map-hero-content h1,
  body .map-page-v2 .map-hero-content .kampio-hero__title,
  body .map-page-v2 .map-hero-content .kampio-hero__title-mobile,
  body .campings-page-v2:not(.campings-page-v2--trip) .map-hero-content h1,
  body .campings-page-v2:not(.campings-page-v2--trip) .map-hero-content .kampio-hero__title,
  body .campings-page-v2:not(.campings-page-v2--trip) .map-hero-content .kampio-hero__title-mobile,
  body .home-page .home-mobile-first-hero .kampio-hero__title,
  body .home-page .home-mobile-first-hero .kampio-hero__title-mobile,
  body .home-page .home-mobile-first-hero .home-hero-content h1 {
    font-size: clamp(1.75rem, 7vw, 2.2rem) !important;
    max-width: 100% !important;
  }

  body .map-page-v2 .map-hero-content p,
  body .map-page-v2 .map-hero-content .kampio-hero__text,
  body .map-page-v2 .map-hero-content .kampio-hero__text-mobile,
  body .campings-page-v2:not(.campings-page-v2--trip) .map-hero-content p,
  body .campings-page-v2:not(.campings-page-v2--trip) .map-hero-content .kampio-hero__text,
  body .campings-page-v2:not(.campings-page-v2--trip) .map-hero-content .kampio-hero__text-mobile,
  body .home-page .home-mobile-first-hero .kampio-hero__text,
  body .home-page .home-mobile-first-hero .kampio-hero__text-mobile,
  body .home-page .home-mobile-first-hero .home-hero-content p {
    font-size: 0.9rem !important;
    max-width: 28ch !important;
  }
}

/* ==========================================================
   ACCUEIL — tablette (768–1024) = mise en forme mobile
   ========================================================== */

@media (min-width: 768px) and (max-width: 1024px) {
  body .home-page .home-mobile-first-hero.kampio-hero,
  body .home-page .home-mobile-first-hero.kampio-visual-hero {
    width: calc(100vw - 20px) !important;
    max-width: calc(100vw - 20px) !important;
    margin: 12px auto 34px !important;
    overflow: visible !important;
  }

  body .home-page .home-mobile-first-hero .kampio-hero__media,
  body .home-page .home-mobile-first-hero .home-hero-image-card {
    aspect-ratio: 16 / 9.5 !important;
    border-radius: 24px !important;
    min-height: 0 !important;
    height: auto !important;
  }

  body .home-page .home-mobile-first-hero .kampio-hero__content,
  body .home-page .home-mobile-first-hero .home-hero-content {
    position: absolute !important;
    top: 16px !important;
    left: 18px !important;
    right: 18px !important;
    bottom: auto !important;
    max-width: 82% !important;
    width: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    display: block !important;
    transform: none !important;
  }

  body .home-page .home-mobile-first-hero .kampio-hero__badge,
  body .home-page .home-mobile-first-hero .home-hero-content .hero-badge,
  body .home-page .home-mobile-first-hero .hero-badge {
    min-height: 32px !important;
    padding: 0 11px !important;
    font-family: Inter, system-ui, sans-serif !important;
    font-size: 0.74rem !important;
    font-weight: 850 !important;
    line-height: 1 !important;
    margin: 0 !important;
    border: none !important;
    border-radius: 999px !important;
    box-shadow: none !important;
    gap: 0 !important;
    background: rgba(6, 43, 53, 0.88) !important;
  }

  body .home-page .home-mobile-first-hero .home-hero-content .hero-badge::before,
  body .home-page .home-mobile-first-hero .kampio-hero__badge::before {
    content: none !important;
    display: none !important;
  }

  body .home-page .home-mobile-first-hero .kampio-hero__title,
  body .home-page .home-mobile-first-hero .kampio-hero__title-mobile,
  body .home-page .home-mobile-first-hero .home-hero-content h1 {
    margin: 12px 0 8px !important;
    padding: 0 !important;
    font-family: Inter, system-ui, sans-serif !important;
    font-size: clamp(2.05rem, 5.5vw, 2.75rem) !important;
    font-weight: 900 !important;
    line-height: 1.02 !important;
    letter-spacing: -0.04em !important;
    max-width: 100% !important;
    color: #fff !important;
    text-shadow: 0 4px 24px rgba(0, 0, 0, 0.38) !important;
  }

  body .home-page .home-mobile-first-hero .kampio-hero__text,
  body .home-page .home-mobile-first-hero .kampio-hero__text-mobile,
  body .home-page .home-mobile-first-hero .home-hero-content p,
  body .home-page .home-mobile-first-hero .home-hero-text {
    margin: 0 !important;
    padding: 0 !important;
    font-family: Inter, system-ui, sans-serif !important;
    font-size: 0.95rem !important;
    font-weight: 650 !important;
    line-height: 1.32 !important;
    max-width: 30ch !important;
    color: rgba(255, 255, 255, 0.98) !important;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.32) !important;
  }

  body .home-page .home-mobile-first-hero .home-ai-module,
  body .home-page .home-mobile-first-hero .kampio-hero__card {
    width: auto !important;
    max-width: none !important;
    margin-top: -40px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 0 !important;
    border-radius: 22px !important;
  }

  body .home-page .kampio-hero__card.home-ai-module,
  body .home-page .kampio-visual-hero__search-card.home-ai-module {
    width: auto !important;
    margin-top: -40px !important;
    padding: 0 !important;
  }

  body .home-page .kampio-hero__card .home-ai-search-card,
  body .home-page .kampio-visual-hero__search-card .home-ai-search-card {
    padding: 18px 16px 16px !important;
    border-radius: 22px !important;
  }

  body .home-page .kampio-hero__card .home-ai-search-card__title,
  body .home-page .kampio-visual-hero__search-card .home-ai-search-card__title {
    font-size: 1.25rem !important;
    line-height: 1.1 !important;
    margin-bottom: 12px !important;
  }

  body .home-page .home-ai-search-row {
    display: flex !important;
    flex-direction: column !important;
    gap: 18px !important;
  }

  body .home-page .home-ai-search-submit,
  body .home-page .kampio-hero__card .tmc-btn-primary {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 66px !important;
  }
}

/* ==========================================================
   ACCUEIL — petits écrans (téléphone)
   ========================================================== */

@media (max-width: 767px) {
  body .home-page .home-mobile-first-hero.kampio-hero,
  body .home-page .home-mobile-first-hero.kampio-visual-hero {
    width: calc(100vw - 16px) !important;
    max-width: calc(100vw - 16px) !important;
    margin: 8px auto 24px !important;
  }

  body .home-page .home-mobile-first-hero .kampio-hero__media,
  body .home-page .home-mobile-first-hero .home-hero-image-card {
    border-radius: 22px !important;
  }

  body .home-page .home-mobile-first-hero .kampio-hero__content,
  body .home-page .home-mobile-first-hero .home-hero-content {
    top: 14px !important;
    left: 14px !important;
    right: 14px !important;
    max-width: 88% !important;
  }

  body .home-page .home-mobile-first-hero .kampio-hero__badge,
  body .home-page .home-mobile-first-hero .home-hero-content .hero-badge {
    min-height: 30px !important;
    padding: 0 10px !important;
    font-size: 0.7rem !important;
  }

  body .home-page .home-mobile-first-hero .kampio-hero__title,
  body .home-page .home-mobile-first-hero .kampio-hero__title-mobile,
  body .home-page .home-mobile-first-hero .home-hero-content h1 {
    margin: 10px 0 6px !important;
    font-size: clamp(1.65rem, 7.2vw, 2.1rem) !important;
    line-height: 1.04 !important;
    letter-spacing: -0.035em !important;
  }

  body .home-page .home-mobile-first-hero .kampio-hero__text,
  body .home-page .home-mobile-first-hero .kampio-hero__text-mobile,
  body .home-page .home-mobile-first-hero .home-hero-content p,
  body .home-page .home-mobile-first-hero .home-hero-text {
    font-size: 0.88rem !important;
    line-height: 1.28 !important;
    max-width: 26ch !important;
  }

  body .home-page .home-mobile-first-hero .home-ai-module,
  body .home-page .home-mobile-first-hero .kampio-hero__card {
    margin-top: -32px !important;
  }

  body .home-page .home-ai-search-row {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    gap: 10px !important;
  }

  body .home-page .home-ai-search-submit,
  body .home-page .kampio-hero__card .tmc-btn-primary,
  body .home-page .home-ai-camping-search__form .tmc-btn-primary.home-ai-search-submit {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    white-space: normal !important;
  }
}

@media (max-width: 480px) {
  body .home-page .home-mobile-first-hero .kampio-hero__title,
  body .home-page .home-mobile-first-hero .kampio-hero__title-mobile,
  body .home-page .home-mobile-first-hero .home-hero-content h1 {
    font-size: clamp(1.5rem, 6.8vw, 1.9rem) !important;
  }

  body .home-page .home-mobile-first-hero .kampio-hero__text,
  body .home-page .home-mobile-first-hero .kampio-hero__text-mobile,
  body .home-page .home-mobile-first-hero .home-hero-content p {
    font-size: 0.84rem !important;
    max-width: 24ch !important;
  }
}

@media (max-width: 380px) {
  body .home-page .home-mobile-first-hero .kampio-hero__title,
  body .home-page .home-mobile-first-hero .kampio-hero__title-mobile,
  body .home-page .home-mobile-first-hero .home-hero-content h1 {
    font-size: clamp(1.4rem, 6.5vw, 1.72rem) !important;
  }

  body .home-page .home-mobile-first-hero .kampio-hero__content,
  body .home-page .home-mobile-first-hero .home-hero-content {
    top: 12px !important;
    left: 12px !important;
    right: 12px !important;
    max-width: 90% !important;
  }
}

/* ==========================================================
   ACCUEIL — cascade finale responsive (v21 / home-redesign v1110)
   Desktop > 1024px : aucune règle ici
   ========================================================== */

@media (max-width: 1024px) {
  body .home-page .home-mobile-first-hero,
  body .home-page .home-mobile-first-hero.kampio-hero,
  body .home-page .home-mobile-first-hero.kampio-visual-hero {
    width: calc(100% - 32px) !important;
    max-width: calc(100% - 32px) !important;
    margin: 18px auto 28px !important;
    overflow: visible !important;
  }

  body .home-page .home-mobile-first-hero .home-hero-image-card,
  body .home-page .home-mobile-first-hero .kampio-hero__media,
  body .home-page .home-mobile-first-hero .kampio-visual-hero__media {
    aspect-ratio: 16 / 9.5 !important;
    min-height: 0 !important;
    height: auto !important;
    max-height: none !important;
    border-radius: 28px !important;
    background: none !important;
    background-image: none !important;
  }

  body .home-page .home-mobile-first-hero .home-hero-image-card img,
  body .home-page .home-mobile-first-hero .kampio-hero__picture img,
  body .home-page .home-mobile-first-hero .kampio-visual-hero__picture img {
    height: 100% !important;
    min-height: 0 !important;
    object-fit: cover !important;
  }

  body .home-page .home-mobile-first-hero .home-hero-content,
  body .home-page .home-mobile-first-hero .kampio-hero__content,
  body .home-page .home-mobile-first-hero .kampio-visual-hero__content {
    top: 32px !important;
    left: 30px !important;
    right: 30px !important;
    max-width: 560px !important;
  }

  body .home-page .home-mobile-first-hero .hero-badge,
  body .home-page .home-mobile-first-hero .kampio-hero__badge,
  body .home-page .home-mobile-first-hero .kampio-visual-hero__badge {
    min-height: 38px !important;
    padding: 0 14px !important;
    font-size: 0.82rem !important;
  }

  body .home-page .home-mobile-first-hero .home-hero-content h1,
  body .home-page .home-mobile-first-hero .kampio-hero__title,
  body .home-page .home-mobile-first-hero .kampio-visual-hero__title {
    font-size: clamp(2.1rem, 5vw, 3.35rem) !important;
    line-height: 0.98 !important;
    max-width: 11ch !important;
    margin: 14px 0 8px !important;
  }

  body .home-page .home-mobile-first-hero .home-hero-content p,
  body .home-page .home-mobile-first-hero .kampio-hero__text,
  body .home-page .home-mobile-first-hero .kampio-visual-hero__text {
    font-size: 0.98rem !important;
    line-height: 1.28 !important;
    max-width: 34ch !important;
  }

  body .home-page .home-mobile-first-hero .home-ai-module.home-ai-camping-search,
  body .home-page .home-mobile-first-hero .kampio-hero__card.home-ai-camping-search {
    width: calc(100% - 40px) !important;
    max-width: none !important;
    margin: -34px auto 0 !important;
    padding: 0 !important;
    position: relative !important;
    z-index: 3 !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
  }

  body .home-page .home-ai-search-card {
    width: 100% !important;
    max-width: none !important;
    margin: 0 auto !important;
    border-radius: 26px !important;
    padding: 24px !important;
  }
}

@media (max-width: 767px) {
  body .home-page {
    overflow-x: hidden;
  }

  body .home-page .home-mobile-first-hero,
  body .home-page .home-mobile-first-hero.kampio-hero,
  body .home-page .home-mobile-first-hero.kampio-visual-hero {
    width: calc(100% - 20px) !important;
    max-width: calc(100% - 20px) !important;
    margin: 12px auto 24px !important;
  }

  body .home-page .home-mobile-first-hero .home-hero-image-card,
  body .home-page .home-mobile-first-hero .kampio-hero__media,
  body .home-page .home-mobile-first-hero .kampio-visual-hero__media {
    aspect-ratio: 16 / 9.5 !important;
    min-height: 0 !important;
    height: auto !important;
    border-radius: 24px !important;
    background: none !important;
    background-image: none !important;
    margin: 0 !important;
  }

  body .home-page .home-mobile-first-hero .home-hero-image-card img,
  body .home-page .home-mobile-first-hero .kampio-hero__picture img,
  body .home-page .home-mobile-first-hero .kampio-visual-hero__picture img {
    height: 100% !important;
    min-height: 0 !important;
    object-fit: cover !important;
    object-position: center center !important;
  }

  body .home-page .home-mobile-first-hero .home-hero-content,
  body .home-page .home-mobile-first-hero .kampio-hero__content,
  body .home-page .home-mobile-first-hero .kampio-visual-hero__content {
    top: 16px !important;
    left: 18px !important;
    right: 18px !important;
    max-width: 84% !important;
  }

  body .home-page .home-mobile-first-hero .hero-badge,
  body .home-page .home-mobile-first-hero .kampio-hero__badge,
  body .home-page .home-mobile-first-hero .kampio-visual-hero__badge {
    min-height: 32px !important;
    padding: 0 11px !important;
    font-size: 0.74rem !important;
  }

  body .home-page .home-mobile-first-hero .home-hero-content h1,
  body .home-page .home-mobile-first-hero .kampio-hero__title,
  body .home-page .home-mobile-first-hero .kampio-visual-hero__title {
    font-size: clamp(1.7rem, 7vw, 2.15rem) !important;
    line-height: 0.98 !important;
    max-width: 8.5ch !important;
    margin: 10px 0 5px !important;
  }

  body .home-page .home-mobile-first-hero .home-hero-content p,
  body .home-page .home-mobile-first-hero .kampio-hero__text,
  body .home-page .home-mobile-first-hero .kampio-visual-hero__text {
    font-size: 0.84rem !important;
    line-height: 1.22 !important;
    max-width: 24ch !important;
  }

  body .home-page .home-mobile-first-hero .home-ai-module.home-ai-camping-search,
  body .home-page .home-mobile-first-hero .kampio-hero__card.home-ai-camping-search {
    width: calc(100% - 14px) !important;
    max-width: none !important;
    margin: -18px auto 0 !important;
    padding: 0 !important;
    position: relative !important;
    z-index: 3 !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    transform: none !important;
  }

  body .home-page .home-ai-search-card {
    width: 100% !important;
    max-width: none !important;
    margin: 0 auto !important;
    border-radius: 22px !important;
    padding: 18px 16px 16px !important;
  }

  body .home-page .home-ai-search-card__title--mobile {
    font-size: 1.25rem !important;
    line-height: 1.1 !important;
    margin-bottom: 12px !important;
  }

  body .home-page .home-ai-search-row {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  body .home-page .home-ai-search-field,
  body .home-page .home-ai-search-input-wrap {
    width: 100% !important;
    min-height: 54px !important;
    height: 54px !important;
    border-radius: 15px !important;
  }

  body .home-page .home-ai-search-field input,
  body .home-page .home-ai-search-input {
    min-height: 54px !important;
    height: 54px !important;
    border-radius: 15px !important;
    font-size: 0.95rem !important;
  }

  body .home-page .home-ai-camping-search__form .tmc-btn-primary.home-ai-search-submit,
  body .home-page .home-ai-search-submit {
    min-height: 54px !important;
    height: 54px !important;
    border-radius: 15px !important;
    width: 100% !important;
    font-size: 0.96rem !important;
  }

  body .home-page .home-ai-search-card .home-ai-module-example-chips,
  body .home-page .home-ai-search-card .home-ai-examples {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 8px !important;
  }

  body .home-page .home-ai-search-card .home-ai-module-example-chip,
  body .home-page .home-ai-search-card .home-ai-example-chip {
    min-height: 38px !important;
    border-radius: 14px !important;
    padding: 0 10px !important;
    font-size: 0.78rem !important;
    font-weight: 800 !important;
    text-align: center !important;
    justify-content: center !important;
  }

  body .home-page .home-camping-ai-how-simple,
  body .home-page .home-featured,
  body .home-page .home-community-topic {
    margin-top: 22px !important;
  }
}

@media (max-width: 380px) {
  body .home-page .home-mobile-first-hero .home-hero-image-card,
  body .home-page .home-mobile-first-hero .kampio-hero__media,
  body .home-page .home-mobile-first-hero .kampio-visual-hero__media {
    aspect-ratio: 16 / 9.6 !important;
    border-radius: 22px !important;
  }

  body .home-page .home-mobile-first-hero .home-hero-content h1,
  body .home-page .home-mobile-first-hero .kampio-hero__title,
  body .home-page .home-mobile-first-hero .kampio-visual-hero__title {
    font-size: clamp(1.55rem, 7vw, 1.9rem) !important;
  }

  body .home-page .home-mobile-first-hero .home-hero-content p,
  body .home-page .home-mobile-first-hero .kampio-hero__text,
  body .home-page .home-mobile-first-hero .kampio-visual-hero__text {
    display: none !important;
  }
}

/* ==========================================================
   CAMPINGS — cascade finale responsive (v23 / campings-redesign v63)
   Dimensions hero = accueil (main.container min(100vw-40px) − inset hero)
   Desktop > 1024px : aucune règle ici
   trip=1 (.campings-page-v2--trip) : non concerné
   ========================================================== */

@media (max-width: 1024px) {
  body .campings-page-v2:not(.campings-page-v2--trip) .cmp-container {
    width: 100% !important;
    max-width: 100% !important;
  }

  body .campings-page-v2:not(.campings-page-v2--trip) .kampio-hero,
  body .campings-page-v2:not(.campings-page-v2--trip) .kampio-visual-hero {
    width: calc(100vw - 72px) !important;
    max-width: calc(100vw - 72px) !important;
    margin-top: 18px !important;
    margin-bottom: 28px !important;
    margin-left: calc(50% - (100vw - 72px) / 2) !important;
    margin-right: calc(50% - (100vw - 72px) / 2) !important;
    overflow: visible !important;
    padding: 0 !important;
    box-sizing: border-box !important;
  }

  body .campings-page-v2:not(.campings-page-v2--trip) .kampio-hero__media,
  body .campings-page-v2:not(.campings-page-v2--trip) .kampio-visual-hero__media {
    aspect-ratio: 16 / 9.5 !important;
    min-height: 0 !important;
    height: auto !important;
    max-height: none !important;
    border-radius: 28px !important;
    background: none !important;
    background-image: none !important;
  }

  body .campings-page-v2:not(.campings-page-v2--trip) .kampio-hero__picture img,
  body .campings-page-v2:not(.campings-page-v2--trip) .kampio-visual-hero__picture img {
    height: 100% !important;
    min-height: 0 !important;
    object-fit: cover !important;
  }

  body .campings-page-v2:not(.campings-page-v2--trip) .kampio-hero__content,
  body .campings-page-v2:not(.campings-page-v2--trip) .map-hero-content {
    top: 32px !important;
    left: 30px !important;
    right: 30px !important;
    max-width: 560px !important;
  }

  body .campings-page-v2:not(.campings-page-v2--trip) .kampio-hero__badge {
    min-height: 38px !important;
    padding: 0 14px !important;
    font-size: 0.82rem !important;
  }

  body .campings-page-v2:not(.campings-page-v2--trip) .kampio-hero__title {
    font-size: clamp(2.1rem, 5vw, 3.35rem) !important;
    line-height: 0.98 !important;
    max-width: 11ch !important;
    margin: 14px 0 8px !important;
  }

  body .campings-page-v2:not(.campings-page-v2--trip) .kampio-hero__text {
    font-size: 0.98rem !important;
    line-height: 1.28 !important;
    max-width: 34ch !important;
  }

  body .campings-page-v2:not(.campings-page-v2--trip) .kampio-hero__card {
    width: calc(100% - 40px) !important;
    max-width: none !important;
    margin: -34px auto 0 !important;
    border-radius: 26px !important;
    padding: 24px !important;
    box-sizing: border-box !important;
  }
}

@media (max-width: 767px) {
  body .campings-page-v2:not(.campings-page-v2--trip) {
    overflow-x: hidden;
  }

  body .campings-page-v2:not(.campings-page-v2--trip) .kampio-hero__title-desktop,
  body .campings-page-v2:not(.campings-page-v2--trip) .kampio-hero__text-desktop,
  body .campings-page-v2:not(.campings-page-v2--trip) .campings-hero-title-desktop,
  body .campings-page-v2:not(.campings-page-v2--trip) .campings-hero-text-desktop {
    display: none !important;
  }

  body .campings-page-v2:not(.campings-page-v2--trip) .kampio-hero__title-mobile,
  body .campings-page-v2:not(.campings-page-v2--trip) .kampio-hero__text-mobile,
  body .campings-page-v2:not(.campings-page-v2--trip) .campings-hero-title-mobile,
  body .campings-page-v2:not(.campings-page-v2--trip) .campings-hero-text-mobile {
    display: inline !important;
  }

  body .campings-page-v2:not(.campings-page-v2--trip) .kampio-hero,
  body .campings-page-v2:not(.campings-page-v2--trip) .kampio-visual-hero {
    width: calc(100vw - 60px) !important;
    max-width: calc(100vw - 60px) !important;
    margin-top: 12px !important;
    margin-bottom: 24px !important;
    margin-left: calc(50% - (100vw - 60px) / 2) !important;
    margin-right: calc(50% - (100vw - 60px) / 2) !important;
    box-sizing: border-box !important;
  }

  body .campings-page-v2:not(.campings-page-v2--trip) .kampio-hero__media,
  body .campings-page-v2:not(.campings-page-v2--trip) .kampio-visual-hero__media {
    aspect-ratio: 16 / 9.5 !important;
    min-height: 0 !important;
    height: auto !important;
    border-radius: 24px !important;
    background: none !important;
    background-image: none !important;
    margin: 0 !important;
  }

  body .campings-page-v2:not(.campings-page-v2--trip) .kampio-hero__picture img,
  body .campings-page-v2:not(.campings-page-v2--trip) .kampio-visual-hero__picture img {
    height: 100% !important;
    min-height: 0 !important;
    object-fit: cover !important;
    object-position: 60% center !important;
  }

  body .campings-page-v2:not(.campings-page-v2--trip) .kampio-hero__content,
  body .campings-page-v2:not(.campings-page-v2--trip) .map-hero-content {
    top: 16px !important;
    left: 18px !important;
    right: 18px !important;
    max-width: 84% !important;
  }

  body .campings-page-v2:not(.campings-page-v2--trip) .kampio-hero__badge {
    min-height: 32px !important;
    padding: 0 11px !important;
    font-size: 0.74rem !important;
  }

  body .campings-page-v2:not(.campings-page-v2--trip) .kampio-hero__title {
    font-size: clamp(1.7rem, 7vw, 2.15rem) !important;
    line-height: 0.98 !important;
    max-width: 8.5ch !important;
    margin: 10px 0 5px !important;
  }

  body .campings-page-v2:not(.campings-page-v2--trip) .kampio-hero__text {
    font-size: 0.84rem !important;
    line-height: 1.22 !important;
    max-width: 24ch !important;
  }

  body .campings-page-v2:not(.campings-page-v2--trip) .kampio-hero__card {
    width: calc(100% - 14px) !important;
    margin: -18px auto 0 !important;
    border-radius: 22px !important;
    padding: 18px 16px 16px !important;
    box-sizing: border-box !important;
  }

  body .campings-page-v2:not(.campings-page-v2--trip) .campings-refine-grid,
  body .campings-page-v2:not(.campings-page-v2--trip) .campings-refine-panel__grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  body .campings-page-v2:not(.campings-page-v2--trip) .campings-search-field-v3,
  body .campings-page-v2:not(.campings-page-v2--trip) .campings-refine-field {
    min-height: 54px !important;
    border-radius: 15px !important;
  }

  body .campings-page-v2:not(.campings-page-v2--trip) .campings-search-field-v3 input,
  body .campings-page-v2:not(.campings-page-v2--trip) .campings-refine-field input {
    min-height: 54px !important;
    height: 54px !important;
    border-radius: 15px !important;
    font-size: 0.95rem !important;
  }

  body .campings-page-v2:not(.campings-page-v2--trip) .campings-refine-submit,
  body .campings-page-v2:not(.campings-page-v2--trip) .campings-search-panel-v3__submit {
    min-height: 54px !important;
    height: 54px !important;
    border-radius: 15px !important;
    width: 100% !important;
    font-size: 0.96rem !important;
  }

  body .campings-page-v2:not(.campings-page-v2--trip) .campings-refine-filters,
  body .campings-page-v2:not(.campings-page-v2--trip) .campings-refine-quick__chips {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 8px !important;
    margin-top: 12px !important;
  }

  body .campings-page-v2:not(.campings-page-v2--trip) .campings-filter-chip-v3 {
    min-height: 38px !important;
    border-radius: 14px !important;
    padding: 0 10px !important;
    font-size: 0.78rem !important;
    font-weight: 800 !important;
    text-align: center !important;
    justify-content: center !important;
  }

  body .campings-page-v2:not(.campings-page-v2--trip) .campings-active-filters {
    width: calc(100% - 24px) !important;
    margin: 10px auto 12px !important;
    gap: 8px !important;
  }

  body .campings-page-v2:not(.campings-page-v2--trip) .campings-results-head-v3 {
    width: calc(100% - 24px) !important;
    margin: 10px auto 12px !important;
  }
}

@media (max-width: 380px) {
  body .campings-page-v2:not(.campings-page-v2--trip) .kampio-hero__media,
  body .campings-page-v2:not(.campings-page-v2--trip) .kampio-visual-hero__media {
    aspect-ratio: 16 / 9.6 !important;
    border-radius: 22px !important;
  }

  body .campings-page-v2:not(.campings-page-v2--trip) .kampio-hero__title {
    font-size: clamp(1.55rem, 7vw, 1.9rem) !important;
  }

  body .campings-page-v2:not(.campings-page-v2--trip) .kampio-hero__text {
    display: none !important;
  }
}

/* ==========================================================
   CARTE — cascade finale responsive (v24 / map-redesign v45)
   Dimensions hero = /campings (main.container min(100vw-40px) − inset hero)
   Desktop > 1024px : aucune règle ici
   ========================================================== */

@media (max-width: 1024px) {
  body.map-page-active .map-page-v2 .map-container {
    width: 100% !important;
    max-width: 100% !important;
  }

  body.map-page-active .map-page-v2 .map-hero-stack {
    width: calc(100vw - 72px) !important;
    max-width: calc(100vw - 72px) !important;
    margin-top: 18px !important;
    margin-bottom: 28px !important;
    margin-left: calc(50% - (100vw - 72px) / 2) !important;
    margin-right: calc(50% - (100vw - 72px) / 2) !important;
    overflow: visible !important;
    padding: 0 !important;
    box-sizing: border-box !important;
  }

  body.map-page-active .map-page-v2 .map-hero-stack > .map-hero.kampio-hero,
  body.map-page-active .map-page-v2 .map-hero-stack > .kampio-visual-hero.map-hero {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body.map-page-active .map-page-v2 .kampio-hero__media,
  body.map-page-active .map-page-v2 .kampio-visual-hero__media,
  body.map-page-active .map-page-v2 .map-hero-media {
    aspect-ratio: 16 / 9.5 !important;
    min-height: 0 !important;
    height: auto !important;
    max-height: none !important;
    border-radius: 28px !important;
    background: none !important;
    background-image: none !important;
  }

  body.map-page-active .map-page-v2 .kampio-hero__picture img,
  body.map-page-active .map-page-v2 .kampio-visual-hero__picture img,
  body.map-page-active .map-page-v2 .map-hero-bg-img {
    height: 100% !important;
    min-height: 0 !important;
    object-fit: cover !important;
    object-position: center center !important;
  }

  body.map-page-active .map-page-v2 .kampio-hero__content,
  body.map-page-active .map-page-v2 .map-hero-content {
    top: 32px !important;
    left: 30px !important;
    right: 30px !important;
    max-width: 560px !important;
  }

  body.map-page-active .map-page-v2 .kampio-hero__badge {
    min-height: 38px !important;
    padding: 0 14px !important;
    font-size: 0.82rem !important;
  }

  body.map-page-active .map-page-v2 .kampio-hero__title {
    font-size: clamp(2.1rem, 5vw, 3.35rem) !important;
    line-height: 0.98 !important;
    max-width: 11ch !important;
    margin: 14px 0 8px !important;
  }

  body.map-page-active .map-page-v2 .kampio-hero__text {
    font-size: 0.98rem !important;
    line-height: 1.28 !important;
    max-width: 34ch !important;
  }

  body.map-page-active .map-page-v2 .map-hero-stack > .kampio-hero__card.map-intro-panel {
    width: calc(100% - 40px) !important;
    max-width: none !important;
    margin: -34px auto 0 !important;
    border-radius: 26px !important;
    padding: 24px !important;
    box-sizing: border-box !important;
    background: #fff !important;
    transform: none !important;
  }
}

@media (max-width: 767px) {
  body.map-page-active .map-page-v2 {
    overflow-x: hidden;
  }

  body.map-page-active .map-page-v2 .kampio-hero__title-desktop,
  body.map-page-active .map-page-v2 .kampio-hero__text-desktop,
  body.map-page-active .map-page-v2 .map-hero-title-desktop,
  body.map-page-active .map-page-v2 .map-hero-text-desktop {
    display: none !important;
  }

  body.map-page-active .map-page-v2 .kampio-hero__title-mobile,
  body.map-page-active .map-page-v2 .kampio-hero__text-mobile,
  body.map-page-active .map-page-v2 .map-hero-title-mobile,
  body.map-page-active .map-page-v2 .map-hero-text-mobile {
    display: inline !important;
  }

  body.map-page-active .map-page-v2 .map-hero-stack {
    width: calc(100vw - 60px) !important;
    max-width: calc(100vw - 60px) !important;
    margin-top: 12px !important;
    margin-bottom: 24px !important;
    margin-left: calc(50% - (100vw - 60px) / 2) !important;
    margin-right: calc(50% - (100vw - 60px) / 2) !important;
    box-sizing: border-box !important;
  }

  body.map-page-active .map-page-v2 .kampio-hero__media,
  body.map-page-active .map-page-v2 .kampio-visual-hero__media,
  body.map-page-active .map-page-v2 .map-hero-media {
    aspect-ratio: 16 / 9.5 !important;
    min-height: 0 !important;
    height: auto !important;
    border-radius: 24px !important;
    margin: 0 !important;
  }

  body.map-page-active .map-page-v2 .kampio-hero__picture img,
  body.map-page-active .map-page-v2 .kampio-visual-hero__picture img,
  body.map-page-active .map-page-v2 .map-hero-bg-img {
    height: 100% !important;
    min-height: 0 !important;
    object-fit: cover !important;
    object-position: center center !important;
  }

  body.map-page-active .map-page-v2 .kampio-hero__content,
  body.map-page-active .map-page-v2 .map-hero-content {
    top: 16px !important;
    left: 18px !important;
    right: 18px !important;
    max-width: 84% !important;
  }

  body.map-page-active .map-page-v2 .kampio-hero__badge {
    min-height: 32px !important;
    padding: 0 11px !important;
    font-size: 0.74rem !important;
  }

  body.map-page-active .map-page-v2 .kampio-hero__title {
    font-size: clamp(1.7rem, 7vw, 2.15rem) !important;
    line-height: 0.98 !important;
    max-width: 8.5ch !important;
    margin: 10px 0 5px !important;
  }

  body.map-page-active .map-page-v2 .kampio-hero__text {
    font-size: 0.84rem !important;
    line-height: 1.22 !important;
    max-width: 24ch !important;
  }

  body.map-page-active .map-page-v2 .map-hero-stack > .kampio-hero__card.map-intro-panel {
    width: calc(100% - 14px) !important;
    margin: -18px auto 0 !important;
    border-radius: 22px !important;
    padding: 18px 16px 16px !important;
    box-sizing: border-box !important;
    background: #fff !important;
    transform: none !important;
  }
}

@media (max-width: 380px) {
  body.map-page-active .map-page-v2 .kampio-hero__media,
  body.map-page-active .map-page-v2 .kampio-visual-hero__media,
  body.map-page-active .map-page-v2 .map-hero-media {
    aspect-ratio: 16 / 9.6 !important;
    border-radius: 22px !important;
  }

  body.map-page-active .map-page-v2 .kampio-hero__title {
    font-size: clamp(1.55rem, 7vw, 1.9rem) !important;
  }

  body.map-page-active .map-page-v2 .kampio-hero__text {
    display: none !important;
  }
}

/* ==========================================================
   ACCUEIL — formulaire sync chevauchement /campings (v25)
   Margin négatif sur .home-ai-camping-search uniquement
   ========================================================== */

@media (min-width: 1025px) {
  body .home-page .home-ai-module.home-ai-camping-search,
  body .home-page .kampio-hero__card.home-ai-camping-search {
    width: min(1240px, calc(100% - 56px)) !important;
    max-width: min(1240px, calc(100% - 56px)) !important;
    margin: -48px auto 0 !important;
    position: relative !important;
    z-index: 3 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    transform: none !important;
  }

  body .home-page .home-ai-search-card {
    width: 100% !important;
    max-width: none !important;
    margin: 0 auto !important;
    border-radius: 32px !important;
    padding: 28px !important;
    box-shadow: 0 24px 54px rgba(6, 43, 53, 0.10) !important;
  }
}

@media (max-width: 1024px) {
  body .home-page .home-ai-module.home-ai-camping-search,
  body .home-page .kampio-hero__card.home-ai-camping-search {
    width: calc(100% - 40px) !important;
    max-width: none !important;
    margin: -34px auto 0 !important;
    position: relative !important;
    z-index: 3 !important;
    padding: 0 !important;
    transform: none !important;
  }

  body .home-page .home-ai-search-card {
    width: 100% !important;
    max-width: none !important;
    margin: 0 auto !important;
    border-radius: 26px !important;
    padding: 24px !important;
  }
}

@media (max-width: 767px) {
  body .home-page .home-ai-module.home-ai-camping-search,
  body .home-page .kampio-hero__card.home-ai-camping-search {
    width: calc(100% - 14px) !important;
    max-width: none !important;
    margin: -18px auto 0 !important;
    position: relative !important;
    z-index: 3 !important;
    padding: 0 !important;
    transform: none !important;
  }

  body .home-page .home-ai-search-card {
    width: 100% !important;
    max-width: none !important;
    margin: 0 auto !important;
    border-radius: 22px !important;
    padding: 18px 16px 16px !important;
  }
}

@media (max-width: 380px) {
  body .home-page .home-ai-module.home-ai-camping-search,
  body .home-page .kampio-hero__card.home-ai-camping-search {
    width: calc(100% - 14px) !important;
    margin-top: -18px !important;
  }

  body .home-page .home-ai-search-card {
    border-radius: 22px !important;
    padding: 16px 14px 14px !important;
  }
}

/* ==========================================================
   ACCUEIL — texte hero original unique tous viewports (v26)
   ========================================================== */

body .home-page .home-mobile-first-hero .kampio-hero__badge,
body .home-page .home-mobile-first-hero .hero-badge {
  display: inline-flex !important;
}

body .home-page .home-mobile-first-hero .kampio-hero__title,
body .home-page .home-mobile-first-hero .kampio-hero__text,
body .home-page .home-mobile-first-hero .kampio-visual-hero__title,
body .home-page .home-mobile-first-hero .kampio-visual-hero__text {
  display: block !important;
}
