/* GoLoisir — accueil éditorial. Chargé après site.css pour isoler la refonte. */
.home-editorial {
  --he-navy: #102b66;
  --he-navy-2: #123f7d;
  --he-teal: #0aa6a1;
  --he-coral: #ff625d;
  --he-ink: #17213b;
  --he-muted: #64708a;
  --he-line: #dce5f2;
  --he-pale: #f4f9ff;
  --he-shadow: 0 16px 42px rgba(16, 43, 102, .12);
  overflow: clip;
  color: var(--he-ink);
  background: #fff;
}
main:has(.home-editorial) + .site-footer { margin-top: 0; }

/* Hero */
.home-editorial .hero {
  position: relative;
  z-index: 1;
  isolation: isolate;
  overflow: visible;
  padding: clamp(64px, 8vw, 104px) 0 clamp(60px, 7vw, 88px);
  color: #fff;
  background: linear-gradient(118deg, var(--he-navy) 0%, var(--he-navy-2) 58%, #078c8d 118%);
}
.home-editorial .hero:has(.location-suggestions:not([hidden])),
.home-editorial .hero:has(.location-autocomplete input[aria-expanded="true"]) {
  z-index: 6;
}
.home-editorial .hero::before,
.home-editorial .hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  pointer-events: none;
}
.home-editorial .hero::before {
  width: 550px;
  height: 550px;
  top: -355px;
  right: -90px;
  border: 94px solid rgba(255, 255, 255, .055);
}
.home-editorial .hero::after {
  display: none;
}
.home-editorial .hero > .container { position: relative; z-index: 1; }
.home-editorial .hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #8ef1eb;
  font-size: .78rem;
  font-weight: 850;
  letter-spacing: .105em;
  text-transform: uppercase;
}
.home-editorial .hero__eyebrow::before { content: "✦"; font-size: .92rem; }
.home-editorial .hero__title {
  max-width: 840px;
  margin: 13px 0 0;
  color: #fff;
  font-size: clamp(2.7rem, 5.7vw, 4.55rem);
  line-height: 1.01;
  letter-spacing: -.045em;
  text-align: left;
  text-wrap: balance;
}
.home-editorial .hero__title-mobile { display: none; }
.home-editorial .hero__eyebrow-mobile,
.home-editorial .hero__subtitle-mobile { display: none; }
.home-editorial .hero__subtitle {
  max-width: 690px;
  margin: 16px 0 0;
  color: #dceaff;
  font-size: clamp(1rem, 2vw, 1.18rem);
  line-height: 1.55;
  text-align: left;
}

/* Recherche */
.home-editorial .search-panel {
  max-width: 980px;
  margin: 30px 0 0;
  padding: 7px;
  border: 1px solid rgba(255,255,255,.26);
  border-radius: 19px;
  background: #fff;
  box-shadow: 0 22px 55px rgba(0,16,48,.28);
}
.home-editorial .search-panel form {
  display: grid;
  grid-template-columns: minmax(240px,1.25fr) 1px minmax(220px,1fr) auto;
  gap: 0;
  align-items: center;
  min-height: 58px;
}
.home-editorial .search-panel .search-divider {
  display: block;
  align-self: center;
  width: 1px;
  height: 34px;
  border: 0;
  background: var(--he-line);
}
.home-editorial .search-panel .search-field {
  min-width: 0;
  min-height: 58px;
  padding: 0 18px;
  color: var(--he-ink);
  border-radius: 13px;
}
.home-editorial .search-panel .search-field:focus-within { color: var(--he-ink); background: #f4f8fd; }
.home-editorial .search-panel .search-field svg { flex: 0 0 auto; color: var(--he-teal); }
.home-editorial .search-panel .search-field input { color: var(--he-ink); font-size: 1rem; font-weight: 650; }
.home-editorial .search-panel .search-field input::placeholder { color: #707d94; opacity: 1; }
.home-editorial .search-panel .btn {
  align-self: stretch;
  min-width: 145px;
  min-height: 52px;
  margin: 0;
  padding: 0 26px;
  border-color: var(--he-coral);
  border-radius: 13px;
  background: var(--he-coral);
  box-shadow: none;
}
.home-editorial .search-panel .btn:hover { border-color: #f34f4a; background: #f34f4a; }
.home-editorial .location-suggestions { color: var(--he-ink); }
.home-editorial .location-autocomplete { z-index: 20; }
.home-editorial .location-suggestions {
  z-index: 120;
  top: calc(100% + 9px);
  max-height: min(240px,42vh);
  overflow-y: auto;
  border-color: var(--he-line);
  background: #fff;
  box-shadow: 0 22px 50px rgba(9,31,72,.22);
}
.home-editorial .time-shortcuts {
  justify-content: flex-start;
  margin: 20px 0 0;
  padding: 0;
}
.home-editorial .time-shortcuts .chip {
  min-height: 40px;
  padding: 8px 14px;
  color: #fff;
  border-color: rgba(255,255,255,.27);
  background: rgba(255,255,255,.11);
  backdrop-filter: blur(10px);
}
.home-editorial .time-shortcuts .chip:hover { color: var(--he-navy); border-color: #fff; background: #fff; }

/* Réassurance */
.home-editorial .home-trust-strip { position: relative; z-index: 4; margin-top: -27px; }
.home-editorial .home-trust-strip--bottom {
  margin-top: 0;
  margin-bottom: -1px;
  padding: 28px 0 26px;
  background: linear-gradient(180deg,#fff 0%,#fff 34%,var(--navy) 34%,var(--navy) 100%);
}
.home-editorial .home-trust-strip--bottom .trust-grid {
  gap: 0;
  padding: 20px 24px;
  border: 1px solid rgba(220,229,242,.95);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(5,24,57,.17);
}
.home-editorial .home-trust-strip--bottom .trust-item {
  display: grid;
  grid-template-columns: 44px minmax(0,1fr);
  gap: 13px;
  min-height: 76px;
  align-items: center;
  padding: 4px 26px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transition: background-color .2s ease;
}
.home-editorial .home-trust-strip--bottom .trust-item + .trust-item { border-left: 1px solid var(--he-line); }
.home-editorial .home-trust-strip--bottom .trust-item:hover {
  background: #f8fbff;
}
.home-editorial .home-trust-strip--bottom .trust-item__icon {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  color: var(--he-teal);
  background: #eaf8f7;
  box-shadow: none;
}
.home-editorial .home-trust-strip--bottom .trust-item h3 { font-size: .92rem; }
.home-editorial .home-trust-strip--bottom .trust-item p {
  display: -webkit-box;
  margin-top: 4px;
  overflow: hidden;
  font-size: .75rem;
  line-height: 1.35;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.home-editorial .home-trust-strip .trust-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 0;
  padding: 20px 22px;
  border: 1px solid rgba(220,229,242,.9);
  border-radius: 20px;
  background: #fff;
  box-shadow: var(--he-shadow);
}
.home-editorial .home-trust-strip .trust-item {
  display: grid;
  grid-template-columns: 42px minmax(0,1fr);
  gap: 13px;
  align-items: center;
  padding: 5px 24px;
}
.home-editorial .home-trust-strip .trust-item + .trust-item { border-left: 1px solid var(--he-line); }
.home-editorial .home-trust-strip .trust-item__icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 13px;
  color: var(--he-teal);
  background: #eaf8f7;
}
.home-editorial .home-trust-strip h3 { margin: 0; color: var(--he-navy); font-size: .9rem; line-height: 1.25; }
.home-editorial .home-trust-strip p { margin: 3px 0 0; color: var(--he-muted); font-size: .75rem; line-height: 1.35; }

/* Rythme général */
.home-editorial .home-banners { padding: 28px 0 0; }
.home-editorial .section { padding: clamp(32px,4vw,48px) 0; }
.home-editorial .home-categories { padding-top: clamp(44px,5vw,60px); }
.home-editorial .section__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 18px;
}
.home-editorial .section__head > div { min-width: 0; }
.home-editorial .section__title {
  max-width: none;
  color: var(--he-navy);
  font-size: clamp(1.7rem,3vw,2.35rem);
  line-height: 1.08;
  letter-spacing: -.03em;
  overflow-wrap: normal;
}
.home-editorial .section__head .text-muted { max-width: 700px; color: var(--he-muted); font-size: .9rem; }
.home-editorial .section__link {
  flex: 0 0 auto;
  color: var(--he-teal);
  font-size: .9rem;
  font-weight: 850;
  white-space: nowrap;
}

/* Catégories */
.home-editorial .category-visual-grid { gap: 14px; padding: 3px 3px 10px; }
.home-editorial .category-card {
  flex: 0 0 calc((100% - 70px) / 6);
  min-width: 170px;
  min-height: 174px;
  aspect-ratio: 1/1;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 22px;
  box-shadow: 0 8px 24px rgba(11,43,103,.09);
}
.home-editorial .category-card__shade { background: linear-gradient(180deg,rgba(5,28,63,.04) 20%,color-mix(in srgb,var(--category-color) 74%,#061d44) 112%); }
.home-editorial .category-card__content { inset: auto 17px 16px; }
.home-editorial .category-card__eyebrow { display: none; }
.home-editorial .category-card__icon--overlay {
  display: grid;
  width: 40px;
  height: 40px;
  margin-bottom: 9px;
  place-items: center;
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 13px;
  background: color-mix(in srgb,var(--category-color) 72%,#0b245e);
  box-shadow: 0 7px 18px rgba(5,28,63,.28);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.home-editorial .category-card__icon--overlay img {
  width: 25px;
  height: 25px;
  object-fit: contain;
}
.home-editorial .category-card__label { color: #fff; font-size: 1rem; line-height: 1.15; }
.home-editorial .category-card__cta { color: #fff; font-size: .74rem; }

/* Sections et cartes d'activités */
.home-editorial .home-activity-section { background: #fff; }
.home-editorial .home-activity-section.section--tint { background: var(--he-pale); }
.home-editorial .home-activity-section--last { padding-bottom: 18px; }
.home-editorial .home-activity-section .rail { gap: 20px; padding: 3px 3px 10px; }
.home-editorial .home-activity-section .rail > * {
  flex: 0 0 calc((100% - 40px) / 3);
  width: calc((100% - 40px) / 3);
  min-width: 300px;
}
.home-editorial .activity-card {
  overflow: hidden;
  min-height: 100%;
  border: 1px solid var(--he-line);
  border-radius: 22px;
  color: var(--he-ink);
  background: #fff;
  box-shadow: 0 8px 25px rgba(11,43,103,.07);
}
.home-editorial .activity-card:hover { border-color: #c8d7e9; box-shadow: var(--he-shadow); transform: translateY(-5px); }
.home-editorial .activity-card__media { overflow: visible; aspect-ratio: 16/10; background: #edf2f7; }
.home-editorial .activity-card__media img { border-radius: 21px 21px 0 0; transition: transform .4s cubic-bezier(.2,.75,.25,1); }
.home-editorial .activity-card:hover .activity-card__media img { transform: scale(1.025); }
.home-editorial .activity-card__fav {
  top: 13px;
  right: 13px;
  display: grid;
  place-items: center;
  width: 43px;
  height: 43px;
  color: var(--he-navy);
  border: 0;
  background: rgba(255,255,255,.96);
  box-shadow: 0 5px 16px rgba(0,0,0,.16);
}
.home-editorial .activity-card__badges { top: 13px; left: 13px; }
.home-editorial .activity-card__category {
  right: auto;
  bottom: -15px;
  left: 17px;
  max-width: calc(100% - 34px);
  height: 30px;
  padding: 0 12px;
  overflow: hidden;
  color: #fff;
  font-size: .72rem;
  line-height: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: var(--category-color);
}
.home-editorial .activity-card__body {
  display: flex;
  min-height: 154px;
  padding: 29px 18px 18px;
  flex-direction: column;
}
.home-editorial .activity-card__title {
  display: -webkit-box;
  overflow: hidden;
  color: #171f34;
  font-size: 1.08rem;
  line-height: 1.2;
  text-align: left;
  overflow-wrap: anywhere;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.home-editorial .activity-card__meta {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 9px;
  color: var(--he-muted);
  font-size: .8rem;
  line-height: 1.35;
  text-align: left;
}
.home-editorial .activity-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding-top: 13px;
  border-top: 1px solid #edf1f6;
}
.home-editorial .activity-card__footer .rating { flex: 1 1 auto; min-width: 0; font-size: .78rem; white-space: nowrap; }
.home-editorial .price-tag { flex: 0 0 auto; color: var(--he-navy); font-size: .86rem; font-weight: 900; text-align: right; }
.home-editorial .activity-card--sponsored { border-color: rgba(255,98,93,.35); }
.home-editorial .badge-sponsored { background: var(--he-coral); }

/* « Ce week-end » : une vraie sélection éditoriale, différente des rails. */
.home-editorial .home-activity-section--weekend { background: #fff; }
.home-editorial .weekend-editorial-grid {
  display: grid;
  grid-template-columns: minmax(0,1.16fr) minmax(390px,.84fr);
  grid-template-rows: repeat(3,minmax(0,1fr));
  gap: 14px 20px;
  min-height: 420px;
}
.home-editorial .weekend-editorial-grid__item { position: relative; min-width: 0; }
.home-editorial .weekend-editorial-grid__item--featured { grid-row: 1 / 4; }
.home-editorial .weekend-editorial-grid__item .activity-card { position: relative; height: 100%; }
.home-editorial .weekend-editorial-grid__item .activity-card__fav { display: none; }
.home-editorial .weekend-editorial-grid__item--featured .activity-card {
  isolation: isolate;
  min-height: 420px;
  border: 0;
  color: #fff;
  background: #0c2454;
}
.home-editorial .weekend-editorial-grid__item--featured .activity-card::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg,rgba(5,24,57,0) 35%,rgba(5,24,57,.23) 55%,rgba(5,24,57,.94) 100%);
}
.home-editorial .weekend-editorial-grid__item--featured .activity-card__media {
  position: absolute;
  inset: 0;
  height: 100%;
  aspect-ratio: auto;
}
.home-editorial .weekend-editorial-grid__item--featured .activity-card__media img { border-radius: 22px; }
.home-editorial .weekend-editorial-grid__item--featured .activity-card__badges { z-index: 3; }
.home-editorial .weekend-editorial-grid__item--featured .activity-card__category,
.home-editorial .weekend-editorial-grid__item--featured .activity-card__ai-badge { display: none; }
.home-editorial .weekend-editorial-grid__item--featured .activity-card__body {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  min-height: 0;
  padding: 0 28px 24px;
  color: #fff;
  background: transparent;
}
.home-editorial .weekend-editorial-grid__label {
  position: absolute;
  z-index: 4;
  color: var(--he-navy);
  font-weight: 850;
  line-height: 1;
}
.home-editorial .weekend-editorial-grid__item--featured .weekend-editorial-grid__label {
  bottom: 158px;
  left: 28px;
  padding: 8px 12px;
  border-radius: 10px;
  background: rgba(255,255,255,.94);
  font-size: .78rem;
}
.home-editorial .weekend-editorial-grid__item--featured .activity-card__title { color: #fff; font-size: clamp(1.35rem,2.1vw,1.7rem); line-height: 1.1; text-shadow: 0 2px 14px rgba(0,0,0,.25); }
.home-editorial .weekend-editorial-grid__item--featured .activity-card__meta { color: #e4ebf8; font-size: .95rem; }
.home-editorial .weekend-editorial-grid__item--featured .activity-card__footer { margin-top: 14px; padding-top: 0; border-top: 0; }
.home-editorial .weekend-editorial-grid__item--featured .activity-card__footer .rating { color: #fff; }
.home-editorial .weekend-editorial-grid__item--featured .price-tag { color: #fff; }
.home-editorial .weekend-editorial-grid__item:not(.weekend-editorial-grid__item--featured) .activity-card {
  display: grid;
  grid-template-columns: 31% minmax(0,1fr);
  min-height: 130px;
  border-radius: 20px;
}
.home-editorial .weekend-editorial-grid__item:not(.weekend-editorial-grid__item--featured) .activity-card__media {
  height: 100%;
  min-height: 130px;
  aspect-ratio: auto;
}
.home-editorial .weekend-editorial-grid__item:not(.weekend-editorial-grid__item--featured) .activity-card__media img { border-radius: 19px 0 0 19px; }
.home-editorial .weekend-editorial-grid__item:not(.weekend-editorial-grid__item--featured) .activity-card__category {
  display: none;
}
.home-editorial .weekend-editorial-grid__item:not(.weekend-editorial-grid__item--featured) .activity-card__badges { top: 9px; left: 9px; }
.home-editorial .weekend-editorial-grid__item:not(.weekend-editorial-grid__item--featured) .activity-card__body {
  position: relative;
  min-height: 130px;
  padding: 43px 17px 11px;
}
.home-editorial .weekend-editorial-grid__item:not(.weekend-editorial-grid__item--featured) .weekend-editorial-grid__label {
  top: 12px;
  left: calc(31% + 17px);
  padding: 5px 9px;
  border-radius: 9px;
  background: #edf3ff;
  font-size: .7rem;
}
.home-editorial .weekend-editorial-grid__item:not(.weekend-editorial-grid__item--featured) .activity-card__title { font-size: .88rem; }
.home-editorial .weekend-editorial-grid__item:not(.weekend-editorial-grid__item--featured) .activity-card__meta { margin-top: 5px; font-size: .69rem; }
.home-editorial .weekend-editorial-grid__item:not(.weekend-editorial-grid__item--featured) .activity-card__footer { margin-top: auto; padding-top: 6px; }
.home-editorial .weekend-editorial-grid__item:not(.weekend-editorial-grid__item--featured) .activity-card__footer .rating { display: none; }
.home-editorial .weekend-editorial-grid__item:not(.weekend-editorial-grid__item--featured) .price-tag { font-size: .76rem; }

/* Application */
.home-editorial .home-app-promo { padding: 8px 0 20px; background: #fff; }
.home-editorial .home-app-promo--top {
  position: relative;
  z-index: 3;
  margin-top: -34px;
  padding: 0 0 28px;
  background: transparent;
  transition: margin-top .2s ease;
}
.home-editorial .home-app-promo--top .home-app-promo__inner {
  min-height: 132px;
  padding: 25px 30px;
  overflow: hidden;
  border: 1px solid var(--he-line);
  border-radius: 22px;
  color: var(--he-ink);
  background: #fff;
  box-shadow: 0 18px 44px rgba(11,43,103,.15);
}
.home-editorial .home-app-promo--top .home-app-promo__inner::before {
  content: none;
}
.home-editorial .home-app-promo--top .home-app-promo__inner::after {
  width: 190px;
  height: 190px;
  right: -105px;
  bottom: -142px;
  border-width: 38px;
  border-color: rgba(10,166,161,.08);
}
.home-editorial .home-app-promo--top .home-app-promo__copy { max-width: 720px; padding-left: 4px; }
.home-editorial .home-app-promo--top .home-app-promo__copy > span { color: var(--he-teal); font-size: .7rem; }
.home-editorial .home-app-promo--top .home-app-promo__copy h2 {
  margin-top: 5px;
  color: var(--he-navy);
  font-size: clamp(1.35rem,2.4vw,1.85rem);
  line-height: 1.1;
}
.home-editorial .home-app-promo--top .home-app-promo__copy p { margin-top: 5px; color: var(--he-muted); font-size: .9rem; }
.home-editorial .home-app-promo--top .hero-app-badges { margin-left: auto; }
.home-editorial .home-app-promo--top .hero-app-badges__row { flex-wrap: nowrap; gap: 10px; }
.home-editorial .home-app-promo--top .app-badge {
  min-width: 166px;
  min-height: 58px;
  color: var(--he-navy);
  border: 1px solid rgba(16,43,102,.32);
  background: #fff;
  box-shadow: 0 7px 18px rgba(16,43,102,.08);
  transition: transform .22s ease, box-shadow .22s ease, color .22s ease, border-color .22s ease, background .22s ease;
}
.home-editorial .home-app-promo--top .app-badge__text small,
.home-editorial .home-app-promo--top .app-badge__text strong { color: currentColor; }
.home-editorial .home-app-promo--top .app-badge__text small { opacity: .72; }
.home-editorial .home-app-promo--top .app-badge__icon--apple { fill: currentColor; }
.home-editorial .home-app-promo--top .app-badge__icon { transition: transform .22s ease; }
.home-editorial .home-app-promo--top .app-badge:hover,
.home-editorial .home-app-promo--top .app-badge:focus-visible {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(115deg,var(--he-navy),#0a777b);
  box-shadow: 0 14px 28px rgba(16,43,102,.22);
  transform: translateY(-3px) scale(1.015);
}
.home-editorial .home-app-promo--top .app-badge:hover .app-badge__icon,
.home-editorial .home-app-promo--top .app-badge:focus-visible .app-badge__icon { transform: scale(1.08); }
.home-editorial .home-app-promo__inner {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 32px;
  min-height: 190px;
  padding: clamp(28px,4vw,46px);
  border-radius: 28px;
  color: #fff;
  background: linear-gradient(120deg,var(--he-navy),#087d7f);
}
.home-editorial .home-app-promo__inner::after {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  right: -90px;
  bottom: -175px;
  border: 52px solid rgba(255,255,255,.07);
  border-radius: 50%;
}
.home-editorial .home-app-promo__copy { position: relative; z-index: 1; max-width: 650px; }
.home-editorial .home-app-promo__copy > span { color: #7ee9e3; font-size: .75rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.home-editorial .home-app-promo__copy h2 { margin-top: 7px; color: #fff; font-size: clamp(1.55rem,3vw,2.25rem); line-height: 1.08; }
.home-editorial .home-app-promo__copy p { margin-top: 8px; color: #d8eaef; }
.home-editorial .home-app-promo .hero-app-badges { position: relative; z-index: 1; margin: 0 0 0 auto; }
.home-editorial .home-app-promo .hero-app-badges__row { justify-content: flex-end; }
.home-editorial .home-app-promo .app-badge { min-width: 170px; color: #12182b; background: #fff; }

/* Tablette */
@media (max-width: 899px) {
  .home-editorial .hero__title { max-width: 690px; }
  .home-editorial .search-panel form { grid-template-columns: 1fr; }
  .home-editorial .search-panel .search-divider { display: none; }
  .home-editorial .search-panel .search-field { min-height: 54px; }
  .home-editorial .search-panel .search-field + .search-field { border-top: 1px solid var(--he-line); }
  .home-editorial .search-panel .btn { min-height: 52px; margin-top: 5px; }
  .home-editorial .home-trust-strip { margin-top: 0; }
  .home-editorial .home-trust-strip--bottom { padding-block: 24px; }
  .home-editorial .home-trust-strip > .container { padding-inline: 0; }
  .home-editorial .home-trust-strip .trust-grid { border-inline: 0; border-radius: 0; box-shadow: 0 12px 30px rgba(11,43,103,.08); }
  .home-editorial .home-trust-strip .trust-item { padding-inline: 16px; }
  .home-editorial .category-card { flex-basis: 190px; min-width: 190px; }
  .home-editorial .home-activity-section .rail > * { flex-basis: 44vw; width: 44vw; min-width: 285px; }
  .home-editorial .weekend-editorial-grid { grid-template-columns: 1fr 1fr; grid-template-rows: auto auto; }
  .home-editorial .weekend-editorial-grid__item--featured { grid-column: 1 / 3; grid-row: auto; }
  .home-editorial .weekend-editorial-grid__item--featured .activity-card__media { height: 330px; }
  .home-editorial .weekend-editorial-grid__item:not(.weekend-editorial-grid__item--featured) .activity-card { display: block; }
  .home-editorial .weekend-editorial-grid__item:not(.weekend-editorial-grid__item--featured) .activity-card__media { height: auto; aspect-ratio: 16/10; }
  .home-editorial .weekend-editorial-grid__item:not(.weekend-editorial-grid__item--featured) .activity-card__media img { border-radius: 21px 21px 0 0; }
  .home-editorial .weekend-editorial-grid__item:not(.weekend-editorial-grid__item--featured) .activity-card__category { bottom: -15px; left: 17px; }
  .home-editorial .weekend-editorial-grid__item:not(.weekend-editorial-grid__item--featured) .activity-card__fav { top: 11px; right: 11px; left: auto; }
  .home-editorial .weekend-editorial-grid__item:not(.weekend-editorial-grid__item--featured) .activity-card__body { padding-top: 27px; }
  .home-editorial .home-app-promo__inner { margin-inline: 16px; }
  .home-editorial .home-app-promo--top { margin-top: -20px; padding: 0 0 18px; background: transparent; }
  .home-editorial .home-app-promo--top .home-app-promo__inner { align-items: flex-start; flex-direction: column; gap: 18px; min-height: 0; padding: 24px; }
  .home-editorial .home-app-promo--top .hero-app-badges { width: 100%; margin-left: 0; }
  .home-editorial .home-app-promo--top .hero-app-badges__row { justify-content: flex-start; }
}

/* Mobile */
@media (max-width: 680px) {
  .home-editorial .container { padding-inline: 18px; }
  .home-editorial .hero { padding: 42px 0 36px; }
  .home-editorial .hero::before { right: -285px; }
  .home-editorial .hero::after { display: none; }
  .home-editorial .hero__eyebrow { font-size: .68rem; letter-spacing: .075em; }
  .home-editorial .hero__title {
    margin-top: 10px;
    font-size: clamp(2.15rem,10.5vw,2.8rem);
    line-height: 1.04;
    letter-spacing: -.04em;
  }
  .home-editorial .hero__subtitle { margin-top: 13px; font-size: .98rem; line-height: 1.5; }
  .home-editorial .search-panel { margin-top: 23px; padding: 6px; border-radius: 17px; }
  .home-editorial .search-panel .search-field { min-height: 51px; padding: 0 13px; }
  .home-editorial .search-panel .search-field input { min-width: 0; font-size: .93rem; }
  .home-editorial .location-suggestions {
    left: -6px;
    width: calc(100vw - 36px);
    max-height: min(230px,40vh);
  }
  .home-editorial .search-panel .btn { width: 100%; min-width: 0; min-height: 50px; }
  .home-editorial .time-shortcuts {
    overflow-x: auto;
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin: 17px -18px 0;
    padding: 0 18px 4px;
    scrollbar-width: none;
  }
  .home-editorial .time-shortcuts::-webkit-scrollbar { display: none; }
  .home-editorial .time-shortcuts .chip { min-height: 38px; padding: 7px 12px; font-size: .78rem; }
  .home-editorial .home-trust-strip .trust-grid { grid-template-columns: 1fr; padding: 8px 18px; }
  .home-editorial .home-trust-strip--bottom {
    padding: 20px 0 18px;
    background: linear-gradient(180deg,#fff 0%,#fff 18%,var(--navy) 18%,var(--navy) 100%);
  }
  .home-editorial .home-trust-strip--bottom .trust-grid { gap: 0; padding: 8px 17px; border-radius: 18px; }
  .home-editorial .home-trust-strip--bottom .trust-item {
    grid-template-columns: 43px minmax(0,1fr);
    min-height: 0;
    padding: 13px 0;
    border-radius: 0;
  }
  .home-editorial .home-trust-strip--bottom .trust-item + .trust-item { border-top: 1px solid var(--he-line); border-left: 0; }
  .home-editorial .home-trust-strip--bottom .trust-item__icon { width: 43px; height: 43px; border-radius: 13px; }
  .home-editorial .home-trust-strip--bottom .trust-item p { display: block; font-size: .76rem; }
  .home-editorial .home-trust-strip .trust-item { grid-template-columns: 38px minmax(0,1fr); padding: 12px 0; }
  .home-editorial .home-trust-strip .trust-item + .trust-item { border-top: 1px solid var(--he-line); border-left: 0; }
  .home-editorial .home-trust-strip .trust-item__icon { width: 38px; height: 38px; border-radius: 11px; }
  .home-editorial .home-trust-strip h3 { font-size: .85rem; }
  .home-editorial .home-trust-strip p { display: none; }
  .home-editorial .home-banners { padding: 22px 0 0; }
  .home-editorial .section { padding: 28px 0; }
  .home-editorial .home-categories { padding-top: 36px; }
  .home-editorial .section__head {
    align-items: center;
    flex-direction: row;
    gap: 12px;
    margin-bottom: 14px;
  }
  .home-editorial .section__head > div { flex: 1 1 auto; min-width: 0; }
  .home-editorial .section__title {
    font-size: clamp(1.45rem,7vw,1.78rem);
    line-height: 1.12;
    overflow-wrap: anywhere;
  }
  .home-editorial .section__head .text-muted { display: none; }
  .home-editorial .section__link { flex: 0 0 auto; font-size: .8rem; white-space: nowrap; }
  .home-editorial .category-visual-grid { gap: 12px; margin-inline: -18px; padding: 3px 18px 9px; }
  .home-editorial .category-card { flex-basis: 164px; min-width: 164px; min-height: 164px; border-radius: 20px; }
  .home-editorial .category-card__content { inset: auto 15px 14px; }
  .home-editorial .category-card__label { font-size: .95rem; }
  .home-editorial .category-carousel__arrow { display: none !important; }
  .home-editorial .home-activity-section .rail {
    gap: 14px;
    margin-inline: -18px;
    padding: 3px 18px 9px;
    scroll-padding-inline: 18px;
  }
  .home-editorial .home-activity-section .rail > * {
    flex: 0 0 min(84vw,340px);
    width: min(84vw,340px);
    min-width: 278px;
  }
  .home-editorial .activity-card { border-radius: 20px; }
  .home-editorial .activity-card__media { aspect-ratio: 16/10; }
  .home-editorial .activity-card__media img { border-radius: 19px 19px 0 0; }
  .home-editorial .activity-card__fav { top: 11px; right: 11px; width: 40px; height: 40px; }
  .home-editorial .activity-card__badges { top: 11px; left: 11px; }
  .home-editorial .activity-card__body { min-height: 147px; padding: 27px 15px 15px; }
  .home-editorial .activity-card__title { font-size: 1rem; }
  .home-editorial .activity-card__meta { min-height: 18px; font-size: .76rem; }
  .home-editorial .activity-card__footer { gap: 8px; padding-top: 11px; }
  .home-editorial .activity-card__footer .rating { font-size: .72rem; }
  .home-editorial .price-tag { font-size: .78rem; }
  .home-editorial .weekend-editorial-grid {
    display: flex;
    gap: 14px;
    margin-inline: -18px;
    padding: 3px 18px 9px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .home-editorial .weekend-editorial-grid::-webkit-scrollbar { display: none; }
  .home-editorial .weekend-editorial-grid__item,
  .home-editorial .weekend-editorial-grid__item--featured {
    flex: 0 0 min(84vw,340px);
    width: min(84vw,340px);
    scroll-snap-align: start;
  }
  .home-editorial .weekend-editorial-grid__item--featured .activity-card__media { inset: 0; height: 100%; aspect-ratio: auto; }
  .home-editorial .weekend-editorial-grid__item--featured .activity-card { min-height: 430px; }
  .home-editorial .weekend-editorial-grid__item--featured .activity-card__body { min-height: 0; padding: 0 20px 25px; }
  .home-editorial .weekend-editorial-grid__item--featured .activity-card__title { font-size: 1rem; }
  .home-editorial .weekend-editorial-grid__item--featured .weekend-editorial-grid__label { bottom: 133px; left: 20px; }
  .home-editorial .weekend-editorial-grid__item:not(.weekend-editorial-grid__item--featured) .activity-card__media { height: 205px; aspect-ratio: auto; }
  .home-editorial .weekend-editorial-grid__item:not(.weekend-editorial-grid__item--featured) .activity-card__body { min-height: 145px; padding: 51px 15px 15px; }
  .home-editorial .weekend-editorial-grid__item:not(.weekend-editorial-grid__item--featured) .weekend-editorial-grid__label { top: 220px; left: 15px; }
  .home-editorial .home-activity-section--last { padding-bottom: 12px; }
  .home-editorial .home-app-promo { padding: 4px 0 18px; }
  .home-editorial .home-app-promo--top { margin-top: -14px; padding: 0 0 12px; }
  .home-editorial .home-app-promo--top .home-app-promo__inner { gap: 16px; margin-inline: 14px; padding: 22px 19px; border-radius: 19px; }
  .home-editorial .home-app-promo--top .home-app-promo__copy h2 { font-size: 1.35rem; }
  .home-editorial .home-app-promo--top .home-app-promo__copy p { font-size: .83rem; }
  .home-editorial .home-app-promo--top .hero-app-badges__row { flex-wrap: wrap; }
  .home-editorial .home-app-promo--top .app-badge { flex: 1 1 145px; min-width: 0; min-height: 54px; }
  .home-editorial .home-app-promo__inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 24px;
    min-height: 0;
    margin-inline: 14px;
    padding: 27px 22px;
    border-radius: 23px;
  }
  .home-editorial .home-app-promo__copy h2 { font-size: 1.65rem; }
  .home-editorial .home-app-promo__copy p { font-size: .9rem; }
  .home-editorial .home-app-promo .hero-app-badges { width: 100%; margin-left: 0; }
  .home-editorial .home-app-promo .hero-app-badges__row { justify-content: flex-start; gap: 9px; }
  .home-editorial .home-app-promo .app-badge { min-width: 0; flex: 1 1 145px; }
}

@media (max-width: 380px) {
  .home-editorial .section__title { font-size: 1.4rem; }
  .home-editorial .section__link { font-size: .74rem; }
  .home-editorial .activity-card__footer { align-items: flex-end; }
  .home-editorial .activity-card__footer .rating { white-space: normal; }
}

@media (prefers-reduced-motion: reduce) {
  .home-editorial .activity-card,
  .home-editorial .activity-card__media img { transition: none; }
}

/* Finition mobile compacte — desktop volontairement inchangé. */
@media (max-width: 680px) {
  .home-editorial .hero { padding: 36px 0 27px; }
  .home-editorial .hero__title {
    max-width: 340px;
    font-size: clamp(2rem, 9.5vw, 2.55rem);
    line-height: 1.03;
  }
  .home-editorial .hero__subtitle {
    display: -webkit-box;
    max-width: 345px;
    overflow: hidden;
    font-size: .92rem;
    line-height: 1.42;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .home-editorial .search-panel { margin-top: 20px; }
  .home-editorial .time-shortcuts { margin-top: 14px; }
  .home-editorial .time-shortcuts .chip {
    min-height: 36px;
    padding: 6px 12px;
    font-size: .75rem;
  }

  /* Application : conserver l'action, supprimer le discours redondant. */
  .home-editorial .home-app-promo--top {
    margin-top: -10px;
    padding: 0 0 15px;
  }
  .home-editorial .home-app-promo--top .home-app-promo__inner {
    gap: 12px;
    margin-inline: 14px;
    padding: 17px;
    border-radius: 19px;
  }
  .home-editorial .home-app-promo--top .home-app-promo__copy {
    width: 100%;
    max-width: none;
    text-align: center;
  }
  .home-editorial .home-app-promo--top .home-app-promo__copy > span {
    font-size: .68rem;
    letter-spacing: .08em;
  }
  .home-editorial .home-app-promo--top .home-app-promo__copy h2,
  .home-editorial .home-app-promo--top .home-app-promo__copy p { display: none; }
  .home-editorial .home-app-promo--top .hero-app-badges__row {
    flex-wrap: nowrap;
    justify-content: center;
    gap: 8px;
  }
  .home-editorial .home-app-promo--top .app-badge {
    flex: 1 1 0;
    min-width: 0;
    min-height: 46px;
    padding: 7px 10px;
    border-color: #d4deed;
    box-shadow: 0 7px 18px rgba(16,43,102,.08);
  }
  .home-editorial .home-app-promo--top .app-badge__icon { width: 20px; height: 20px; }
  .home-editorial .home-app-promo--top .app-badge__text small { font-size: .5rem; }
  .home-editorial .home-app-promo--top .app-badge__text strong { font-size: .78rem; }

  /* En-têtes de sections plus lisibles, sans longs appels à l'action. */
  .home-editorial .section { padding: 23px 0; }
  .home-editorial .section__head { gap: 10px; margin-bottom: 13px; }
  .home-editorial .section__title {
    font-size: clamp(1.35rem, 6.3vw, 1.62rem);
    line-height: 1.08;
  }
  .home-editorial .section__link {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 0;
  }
  .home-editorial .section__link::before {
    content: "Voir tout";
    font-size: .78rem;
    font-weight: 800;
  }

  /* Catégories : deux cartes visibles, mais plus légères. */
  .home-editorial .home-categories { padding-top: 25px; }
  .home-editorial .category-visual-grid { gap: 10px; }
  .home-editorial .category-card {
    flex-basis: 150px;
    min-width: 150px;
    min-height: 150px;
    border-radius: 18px;
  }
  .home-editorial .category-card__content { inset: auto 13px 12px; }
  .home-editorial .category-card__label { font-size: .87rem; line-height: 1.08; }

  /* Week-end : carte immersive conservée, mais hauteur et texte maîtrisés. */
  .home-editorial .weekend-editorial-grid__item,
  .home-editorial .weekend-editorial-grid__item--featured {
    flex-basis: min(80vw, 310px);
    width: min(80vw, 310px);
  }
  .home-editorial .weekend-editorial-grid__item--featured .activity-card {
    min-height: 360px;
    border-radius: 20px;
  }
  .home-editorial .weekend-editorial-grid__item--featured .activity-card__body {
    padding: 0 17px 19px;
  }
  .home-editorial .weekend-editorial-grid__item--featured .activity-card__title {
    display: -webkit-box;
    overflow: hidden;
    font-size: .98rem;
    line-height: 1.18;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .home-editorial .weekend-editorial-grid__item--featured .activity-card__meta {
    margin-top: 7px;
    font-size: .74rem;
  }
  .home-editorial .weekend-editorial-grid__item--featured .weekend-editorial-grid__label {
    bottom: 112px;
    left: 17px;
    padding: 7px 11px;
    font-size: .72rem;
  }
  .home-editorial .weekend-editorial-grid__item:not(.weekend-editorial-grid__item--featured) .activity-card__media { height: 178px; }
  .home-editorial .weekend-editorial-grid__item:not(.weekend-editorial-grid__item--featured) .activity-card__body {
    min-height: 132px;
    padding: 44px 14px 13px;
  }
  .home-editorial .weekend-editorial-grid__item:not(.weekend-editorial-grid__item--featured) .weekend-editorial-grid__label {
    top: 193px;
    left: 14px;
  }

  /* Cartes standards : moins de texte vertical et rythme plus dense. */
  .home-editorial .home-activity-section .rail > * {
    flex-basis: min(79vw, 310px);
    width: min(79vw, 310px);
    min-width: 264px;
  }
  .home-editorial .activity-card__body { min-height: 132px; padding: 25px 14px 13px; }
  .home-editorial .activity-card__title {
    display: -webkit-box;
    overflow: hidden;
    line-height: 1.2;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  /* Réassurance : trois bénéfices essentiels, descriptions masquées. */
  .home-editorial .home-trust-strip--bottom {
    padding: 13px 0 0;
    background: linear-gradient(180deg,#fff 0%,#fff 17%,var(--navy) 17%,var(--navy) 100%);
  }
  .home-editorial .home-trust-strip--bottom .trust-grid {
    gap: 0;
    margin-inline: 14px;
    padding: 7px 15px;
    border-radius: 18px;
  }
  .home-editorial .home-trust-strip--bottom .trust-item {
    grid-template-columns: 35px minmax(0,1fr);
    gap: 10px;
    padding: 10px 0;
  }
  .home-editorial .home-trust-strip--bottom .trust-item__icon {
    width: 35px;
    height: 35px;
    border-radius: 11px;
    font-size: .95rem;
  }
  .home-editorial .home-trust-strip--bottom .trust-item h3 {
    font-size: .78rem;
    line-height: 1.16;
  }
  .home-editorial .home-trust-strip--bottom .trust-item p { display: none; }
}

@media (max-width: 370px) {
  .home-editorial .hero__title { font-size: 1.92rem; }
  .home-editorial .home-app-promo--top .app-badge { padding-inline: 7px; gap: 6px; }
  .home-editorial .home-app-promo--top .app-badge__text strong { font-size: .72rem; }
  .home-editorial .category-card { flex-basis: 142px; min-width: 142px; min-height: 142px; }
}

/* Alignement mobile : le premier élément suit la marge des titres. */
@media (max-width: 680px) {
  .home-editorial .time-shortcuts {
    margin-left: 0;
    margin-right: -18px;
    padding-left: 0 !important;
    padding-right: 18px !important;
    scroll-padding-left: 0;
  }
  .home-editorial .category-visual-grid,
  .home-editorial .home-activity-section .rail,
  .home-editorial .weekend-editorial-grid {
    margin-left: 0;
    margin-right: -18px;
    padding-left: 0;
    padding-right: 18px;
    scroll-padding-left: 0;
  }
}

/* Week-end mobile : toutes les activités passent en carte horizontale. */
@media (max-width: 680px) {
  .home-editorial .weekend-editorial-grid__item,
  .home-editorial .weekend-editorial-grid__item--featured {
    flex: 0 0 min(88vw, 340px);
    width: min(88vw, 340px);
  }
  .home-editorial .weekend-editorial-grid__item .activity-card,
  .home-editorial .weekend-editorial-grid__item--featured .activity-card,
  .home-editorial .weekend-editorial-grid__item:not(.weekend-editorial-grid__item--featured) .activity-card {
    display: grid;
    grid-template-columns: 42% minmax(0, 1fr);
    height: 158px;
    min-height: 158px;
    overflow: hidden;
    isolation: auto;
    color: var(--he-ink);
    border: 1px solid var(--he-line);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 9px 24px rgba(16,43,102,.08);
  }
  .home-editorial .weekend-editorial-grid__item--featured .activity-card::after { display: none; }
  .home-editorial .weekend-editorial-grid__item .activity-card__media,
  .home-editorial .weekend-editorial-grid__item--featured .activity-card__media,
  .home-editorial .weekend-editorial-grid__item:not(.weekend-editorial-grid__item--featured) .activity-card__media {
    position: relative;
    inset: auto;
    width: 100%;
    height: 158px;
    min-height: 158px;
    aspect-ratio: auto;
  }
  .home-editorial .weekend-editorial-grid__item .activity-card__media img,
  .home-editorial .weekend-editorial-grid__item--featured .activity-card__media img,
  .home-editorial .weekend-editorial-grid__item:not(.weekend-editorial-grid__item--featured) .activity-card__media img {
    width: 100%;
    height: 100%;
    border-radius: 17px 0 0 17px;
    object-fit: cover;
  }
  .home-editorial .weekend-editorial-grid__item .activity-card__body,
  .home-editorial .weekend-editorial-grid__item--featured .activity-card__body,
  .home-editorial .weekend-editorial-grid__item:not(.weekend-editorial-grid__item--featured) .activity-card__body {
    position: relative;
    inset: auto;
    display: flex;
    min-width: 0;
    min-height: 158px;
    padding: 42px 12px 10px;
    flex-direction: column;
    color: var(--he-ink);
    background: #fff;
  }
  .home-editorial .weekend-editorial-grid__item .activity-card__title,
  .home-editorial .weekend-editorial-grid__item--featured .activity-card__title,
  .home-editorial .weekend-editorial-grid__item:not(.weekend-editorial-grid__item--featured) .activity-card__title {
    display: -webkit-box;
    overflow: hidden;
    color: var(--he-ink);
    font-size: .84rem;
    line-height: 1.16;
    text-shadow: none;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .home-editorial .weekend-editorial-grid__item .activity-card__meta,
  .home-editorial .weekend-editorial-grid__item--featured .activity-card__meta,
  .home-editorial .weekend-editorial-grid__item:not(.weekend-editorial-grid__item--featured) .activity-card__meta {
    display: block;
    margin-top: 5px;
    overflow: hidden;
    color: var(--he-muted);
    font-size: .66rem;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .home-editorial .weekend-editorial-grid__item .activity-card__footer,
  .home-editorial .weekend-editorial-grid__item--featured .activity-card__footer,
  .home-editorial .weekend-editorial-grid__item:not(.weekend-editorial-grid__item--featured) .activity-card__footer {
    margin-top: auto;
    padding-top: 5px;
    border-top: 1px solid #edf1f7;
  }
  .home-editorial .weekend-editorial-grid__item .activity-card__footer .rating { display: none; }
  .home-editorial .weekend-editorial-grid__item .price-tag,
  .home-editorial .weekend-editorial-grid__item--featured .price-tag {
    color: var(--he-navy);
    font-size: .72rem;
  }
  .home-editorial .weekend-editorial-grid__item .weekend-editorial-grid__label,
  .home-editorial .weekend-editorial-grid__item--featured .weekend-editorial-grid__label,
  .home-editorial .weekend-editorial-grid__item:not(.weekend-editorial-grid__item--featured) .weekend-editorial-grid__label {
    top: 11px;
    right: 10px;
    bottom: auto;
    left: calc(42% + 12px);
    padding: 6px 8px;
    border-radius: 8px;
    background: #edf3ff;
    font-size: .64rem;
    white-space: nowrap;
  }
}

/* Week-end mobile : même carte verticale que les autres sélections. */
@media (max-width: 680px) {
  .home-editorial .weekend-editorial-grid { min-height: 0; }
  .home-editorial .weekend-editorial-grid__item,
  .home-editorial .weekend-editorial-grid__item--featured {
    flex: 0 0 min(79vw, 310px);
    width: min(79vw, 310px);
  }
  .home-editorial .weekend-editorial-grid__item .activity-card,
  .home-editorial .weekend-editorial-grid__item--featured .activity-card,
  .home-editorial .weekend-editorial-grid__item:not(.weekend-editorial-grid__item--featured) .activity-card {
    display: block;
    height: auto;
    min-height: 0;
    overflow: hidden;
    color: var(--he-ink);
    border: 1px solid var(--he-line);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 9px 24px rgba(16,43,102,.08);
  }
  .home-editorial .weekend-editorial-grid__item .activity-card__media,
  .home-editorial .weekend-editorial-grid__item--featured .activity-card__media,
  .home-editorial .weekend-editorial-grid__item:not(.weekend-editorial-grid__item--featured) .activity-card__media {
    position: relative;
    inset: auto;
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 16 / 10;
  }
  .home-editorial .weekend-editorial-grid__item .activity-card__media img,
  .home-editorial .weekend-editorial-grid__item--featured .activity-card__media img,
  .home-editorial .weekend-editorial-grid__item:not(.weekend-editorial-grid__item--featured) .activity-card__media img {
    width: 100%;
    height: 100%;
    border-radius: 19px 19px 0 0;
    object-fit: cover;
  }
  .home-editorial .weekend-editorial-grid__item .activity-card__body,
  .home-editorial .weekend-editorial-grid__item--featured .activity-card__body,
  .home-editorial .weekend-editorial-grid__item:not(.weekend-editorial-grid__item--featured) .activity-card__body {
    position: relative;
    inset: auto;
    display: flex;
    min-height: 132px;
    padding: 16px 14px 13px;
    flex-direction: column;
    color: var(--he-ink);
    background: #fff;
  }
  .home-editorial .weekend-editorial-grid__item .activity-card__title,
  .home-editorial .weekend-editorial-grid__item--featured .activity-card__title,
  .home-editorial .weekend-editorial-grid__item:not(.weekend-editorial-grid__item--featured) .activity-card__title {
    color: var(--he-ink);
    font-size: .94rem;
    line-height: 1.2;
    text-shadow: none;
  }
  .home-editorial .weekend-editorial-grid__item .activity-card__meta,
  .home-editorial .weekend-editorial-grid__item--featured .activity-card__meta,
  .home-editorial .weekend-editorial-grid__item:not(.weekend-editorial-grid__item--featured) .activity-card__meta {
    margin-top: 7px;
    color: var(--he-muted);
    font-size: .72rem;
  }
  .home-editorial .weekend-editorial-grid__item .activity-card__footer,
  .home-editorial .weekend-editorial-grid__item--featured .activity-card__footer,
  .home-editorial .weekend-editorial-grid__item:not(.weekend-editorial-grid__item--featured) .activity-card__footer {
    margin-top: auto;
    padding-top: 9px;
    border-top: 1px solid #edf1f7;
  }
  .home-editorial .weekend-editorial-grid__item .weekend-editorial-grid__label,
  .home-editorial .weekend-editorial-grid__item--featured .weekend-editorial-grid__label,
  .home-editorial .weekend-editorial-grid__item:not(.weekend-editorial-grid__item--featured) .weekend-editorial-grid__label {
    top: 11px;
    right: auto;
    bottom: auto;
    left: 11px;
    padding: 7px 10px;
    color: var(--he-navy);
    border-radius: 999px;
    background: rgba(255,255,255,.94);
    box-shadow: 0 4px 12px rgba(16,43,102,.12);
    font-size: .68rem;
  }
}

/* Réassurance mobile : trois mini-cartes visuelles au lieu d'un grand panneau. */
@media (max-width: 680px) {
  .home-editorial .home-trust-strip--bottom {
    margin: 0;
    padding: 20px 14px 18px;
    background: var(--navy);
  }
  .home-editorial .home-trust-strip--bottom > .container {
    width: 100%;
    max-width: none;
    padding: 0;
  }
  .home-editorial .home-trust-strip--bottom .trust-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }
  .home-editorial .home-trust-strip--bottom .trust-item,
  .home-editorial .home-trust-strip--bottom .trust-item + .trust-item {
    display: flex;
    min-width: 0;
    min-height: 108px;
    padding: 12px 7px 10px;
    flex-direction: column;
    justify-content: center;
    gap: 9px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 16px;
    background: rgba(255,255,255,.98);
    box-shadow: 0 8px 22px rgba(5,24,57,.18);
    text-align: center;
  }
  .home-editorial .home-trust-strip--bottom .trust-item:hover { background: #fff; }
  .home-editorial .home-trust-strip--bottom .trust-item__icon {
    width: 36px;
    height: 36px;
    margin: 0 auto;
    border-radius: 12px;
    font-size: 1rem;
  }
  .home-editorial .home-trust-strip--bottom .trust-item > div { min-width: 0; }
  .home-editorial .home-trust-strip--bottom .trust-item h3 {
    margin: 0;
    color: var(--he-navy);
    font-size: 0;
    line-height: 1.12;
  }
  .home-editorial .home-trust-strip--bottom .trust-item h3::after {
    display: block;
    font-size: .7rem;
    font-weight: 850;
  }
  .home-editorial .home-trust-strip--bottom .trust-item:nth-child(1) h3::after { content: "Activités vérifiées"; }
  .home-editorial .home-trust-strip--bottom .trust-item:nth-child(2) h3::after { content: "Réservation directe"; }
  .home-editorial .home-trust-strip--bottom .trust-item:nth-child(3) h3::after { content: "100 % local"; }
  .home-editorial .home-trust-strip--bottom .trust-item p { display: none; }
}

@media (max-width: 360px) {
  .home-editorial .home-trust-strip--bottom { padding-inline: 10px; }
  .home-editorial .home-trust-strip--bottom .trust-grid { gap: 6px; }
  .home-editorial .home-trust-strip--bottom .trust-item { min-height: 102px; padding-inline: 5px; }
  .home-editorial .home-trust-strip--bottom .trust-item h3::after { font-size: .65rem; }
}

@media (max-width: 680px) {
  .home-editorial .home-trust-strip--bottom {
    background: #fff;
  }
  .home-editorial .home-trust-strip--bottom .trust-item,
  .home-editorial .home-trust-strip--bottom .trust-item + .trust-item {
    border-color: var(--he-line);
    box-shadow: 0 8px 22px rgba(16,43,102,.09);
  }
}

/* Hero mobile : un seul message, court et immédiatement lisible. */
@media (max-width: 680px) {
  .home-editorial .hero { padding: 28px 0 27px; }
  .home-editorial .hero__eyebrow-desktop,
  .home-editorial .hero__subtitle-desktop,
  .home-editorial .hero__title-desktop { display: none; }
  .home-editorial .hero__eyebrow,
  .home-editorial .hero__eyebrow-mobile { display: inline-flex; }
  .home-editorial .hero__eyebrow {
    padding: 7px 10px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 999px;
    background: rgba(255,255,255,.09);
    font-size: .66rem;
    letter-spacing: .075em;
    backdrop-filter: blur(10px);
  }
  .home-editorial .hero__title-mobile { display: inline; }
  .home-editorial .hero__title {
    max-width: 330px;
    margin: 14px 0 0;
    font-size: clamp(2rem, 10vw, 2.55rem);
    line-height: 1.04;
  }
  .home-editorial .hero__subtitle,
  .home-editorial .hero__subtitle-mobile { display: block; }
  .home-editorial .hero__subtitle {
    max-width: 330px;
    margin: 11px 0 0;
    color: #dceaff;
    font-size: .88rem;
    line-height: 1.35;
    text-align: left;
  }
  .home-editorial .search-panel { margin-top: 19px; }
}

@media (max-width: 680px) {
  .home-editorial .home-app-promo--top .app-badge {
    gap: 7px;
    padding-inline: 8px;
  }
  .home-editorial .home-app-promo--top .app-badge__text { min-width: 0; }
  .home-editorial .home-app-promo--top .app-badge__text strong {
    font-size: .74rem;
    white-space: nowrap;
  }
}

/* Rythme vertical mobile : séparer clairement textes, recherche et cartes. */
@media (max-width: 680px) {
  .home-editorial .hero { padding: 32px 0 36px; }
  .home-editorial .hero__title { margin-top: 20px; }
  .home-editorial .hero__subtitle { margin-top: 16px; }
  .home-editorial .search-panel { margin-top: 27px; }
  .home-editorial .time-shortcuts {
    margin-top: 22px;
    gap: 12px;
  }
  .home-editorial .home-app-promo--top {
    margin-top: 0;
    padding-top: 18px;
  }
  .home-editorial .home-app-promo--top .home-app-promo__inner {
    width: calc(100% - 28px);
    margin: 0 auto;
  }
  .home-editorial .section + .section { margin-top: 4px; }
}

@media (max-width: 680px) {
  .home-editorial .home-app-promo--top {
    margin-top: -20px;
    padding-top: 0;
  }
}

/* Mode sombre de l'accueil — suit la préférence système déjà utilisée
   par le site public, sans créer un second mécanisme de thème. */
@media (prefers-color-scheme: dark) {
  .home-editorial {
    color-scheme: dark;
    --he-ink: #f2f4fa;
    --he-muted: #b2bad0;
    --he-line: #303858;
    --he-pale: #171b33;
    --he-shadow: 0 16px 42px rgba(0,0,0,.3);
    color: var(--he-ink);
    background: #0f1224;
  }

  .home-editorial .search-panel {
    border-color: rgba(255,255,255,.12);
    background: #171b33;
    box-shadow: 0 22px 55px rgba(0,0,0,.38);
  }
  .home-editorial .search-panel .search-divider { background: #303858; }
  .home-editorial .search-panel .search-field { color: #f2f4fa; }
  .home-editorial .search-panel .search-field:focus-within {
    color: #fff;
    background: #202642;
  }
  .home-editorial .search-panel .search-field input { color: #f2f4fa; }
  .home-editorial .search-panel .search-field input::placeholder { color: #959db5; }
  .home-editorial .location-suggestions {
    color: #f2f4fa;
    border-color: #303858;
    background: #171b33;
    box-shadow: 0 22px 50px rgba(0,0,0,.42);
  }
  .home-editorial .location-suggestion:hover,
  .home-editorial .location-suggestion.is-active { background: #202642; }

  .home-editorial .section,
  .home-editorial .home-categories,
  .home-editorial .home-activity-section,
  .home-editorial .home-activity-section--weekend,
  .home-editorial .home-app-promo,
  .home-editorial .home-trust-strip--bottom { background: #0f1224; }
  .home-editorial .section--tint { background: #151a30; }
  .home-editorial .section__title,
  .home-editorial .activity-card__title,
  .home-editorial .price-tag { color: #f2f4fa; }
  .home-editorial .text-muted,
  .home-editorial .activity-card__meta { color: #aeb6cc; }

  .home-editorial .activity-card,
  .home-editorial .activity-card__body,
  .home-editorial .weekend-editorial-grid__item .activity-card,
  .home-editorial .weekend-editorial-grid__item .activity-card__body {
    color: #f2f4fa;
    border-color: #303858;
    background: #171b33;
    box-shadow: 0 10px 28px rgba(0,0,0,.24);
  }
  .home-editorial .activity-card__footer,
  .home-editorial .weekend-editorial-grid__item .activity-card__footer { border-color: #303858; }
  .home-editorial .weekend-editorial-grid__item .weekend-editorial-grid__label {
    color: #dce6ff;
    background: rgba(23,27,51,.94);
    box-shadow: 0 4px 14px rgba(0,0,0,.3);
  }

  .home-editorial .home-app-promo--top .home-app-promo__inner,
  .home-editorial .home-app-promo__inner {
    border-color: #303858;
    background: #171b33;
    box-shadow: 0 16px 38px rgba(0,0,0,.28);
  }
  .home-editorial .home-app-promo--top .home-app-promo__copy > span { color: #65ded8; }
  .home-editorial .home-app-promo--top .app-badge,
  .home-editorial .home-app-promo .app-badge {
    color: #f2f4fa;
    border-color: #3a4365;
    background: #202642;
    box-shadow: 0 7px 20px rgba(0,0,0,.22);
  }
  .home-editorial .home-app-promo .app-badge__text small { color: #adb5cb; }
  .home-editorial .home-app-promo .app-badge__text strong { color: #fff; }
  .home-editorial .home-app-promo .app-badge__icon--apple { fill: #fff; }

  .home-editorial .home-trust-strip--bottom .trust-grid { background: transparent; }
  .home-editorial .home-trust-strip--bottom .trust-item,
  .home-editorial .home-trust-strip--bottom .trust-item + .trust-item {
    border-color: #303858;
    background: #171b33;
    box-shadow: 0 8px 22px rgba(0,0,0,.24);
  }
  .home-editorial .home-trust-strip--bottom .trust-item:hover { background: #202642; }
  .home-editorial .home-trust-strip--bottom .trust-item h3,
  .home-editorial .home-trust-strip--bottom .trust-item h3::after { color: #dce6ff; }
  .home-editorial .home-trust-strip--bottom .trust-item__icon {
    color: #46d1cb;
    background: #183a48;
  }

  .home-editorial .category-card { border-color: #303858; }
  .home-editorial .category-carousel__arrow {
    color: #f2f4fa;
    border-color: #303858;
    background: #171b33;
  }
}

/* Stabilité clair/sombre : les fonds spéciaux ne doivent jamais modifier
   la perception du chevauchement ou de la position des deux blocs. */
@media (prefers-color-scheme: dark) {
  .home-editorial .home-app-promo--top {
    background: transparent;
  }
  .home-editorial .home-trust-strip--bottom {
    background: linear-gradient(
      180deg,
      #0f1224 0%,
      #0f1224 34%,
      var(--navy) 34%,
      var(--navy) 100%
    );
  }
}

@media (prefers-color-scheme: dark) and (max-width: 680px) {
  .home-editorial .home-app-promo--top {
    background: transparent;
  }
  .home-editorial .home-trust-strip--bottom {
    background: #0f1224;
  }
}

/* Réassurance desktop sombre : un seul panneau, sans double encadrement. */
@media (prefers-color-scheme: dark) and (min-width: 681px) {
  .home-editorial .home-trust-strip--bottom .trust-grid {
    overflow: hidden;
    padding: 0;
    border: 1px solid #3a4365;
    border-radius: 20px;
    background: #171b33;
    box-shadow: 0 16px 38px rgba(0,0,0,.25);
  }
  .home-editorial .home-trust-strip--bottom .trust-item,
  .home-editorial .home-trust-strip--bottom .trust-item + .trust-item {
    min-height: 94px;
    padding: 12px 27px;
    border-top: 0;
    border-bottom: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }
  .home-editorial .home-trust-strip--bottom .trust-item + .trust-item {
    border-left: 1px solid #303858;
  }
  .home-editorial .home-trust-strip--bottom .trust-item:hover {
    background: #202642;
  }
}

/* Invitation de localisation — présentation compacte sur mobile. */
@media (max-width: 680px) {
  .home-editorial .location-prompt {
    padding: 12px 14px;
    border: 0;
    background: #f4f7fb;
  }
  .home-editorial .location-prompt__inner {
    display: grid;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 14px;
    grid-template-columns: 42px minmax(0,1fr);
    gap: 10px 12px;
    align-items: center;
    border: 1px solid #dce5f2;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(16,43,102,.09);
  }
  .home-editorial .location-prompt__icon {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 13px;
    background: #e8f8f6;
    font-size: 1.05rem;
  }
  .home-editorial .location-prompt__inner p {
    margin: 0;
    color: var(--he-ink);
    font-size: .83rem;
    font-weight: 750;
    line-height: 1.32;
  }
  .home-editorial .location-prompt__actions {
    display: grid;
    grid-column: 1 / -1;
    grid-template-columns: minmax(0,1.45fr) minmax(0,.85fr);
    gap: 8px;
    width: 100%;
    margin-top: 2px;
  }
  .home-editorial .location-prompt__actions .btn {
    display: inline-flex;
    min-width: 0;
    min-height: 43px;
    padding: 9px 12px;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    font-size: .76rem;
    white-space: nowrap;
  }
}

@media (prefers-color-scheme: dark) and (max-width: 680px) {
  .home-editorial .location-prompt { background: #0f1224; }
  .home-editorial .location-prompt__inner {
    border-color: #303858;
    background: #171b33;
    box-shadow: 0 10px 28px rgba(0,0,0,.24);
  }
  .home-editorial .location-prompt__inner p { color: #f2f4fa; }
  .home-editorial .location-prompt__icon { background: #183a48; }
  .home-editorial .location-prompt__actions .btn-outline {
    color: #d6dcef;
    border-color: #465275;
    background: #202642;
  }
}

/* Corrections de contraste des libellés spécifiques en mode sombre. */
@media (prefers-color-scheme: dark) {
  .home-editorial .home-app-promo__copy h2,
  .home-editorial .home-app-promo--top .home-app-promo__copy h2 {
    color: #f4f7ff;
  }
  .home-editorial .home-app-promo__copy p,
  .home-editorial .home-app-promo--top .home-app-promo__copy p {
    color: #bec6da;
  }
  .home-editorial .weekend-editorial-grid__item .weekend-editorial-grid__label,
  .home-editorial .weekend-editorial-grid__item--featured .weekend-editorial-grid__label,
  .home-editorial .weekend-editorial-grid__item:not(.weekend-editorial-grid__item--featured) .weekend-editorial-grid__label {
    color: #ffffff;
    border: 1px solid #465275;
    background: #263152;
    box-shadow: 0 4px 14px rgba(0,0,0,.32);
  }
}

/* « À faire ce week-end » — proposition A (19/09/2026) : pastille à point corail,
   infos en puces, prix turquoise fléché, CTA jaune sur la carte à la une. */
.home-editorial .weekend-editorial-grid__label { display: inline-flex; align-items: center; gap: 6px; }
.home-editorial .weekend-editorial-grid__label::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--he-coral, #FF5A55); }
.home-editorial .weekend-editorial-grid__item--featured .weekend-editorial-grid__label { border-radius: 99px; padding: 8px 14px; }
@media (min-width: 900px) {
.home-editorial .weekend-editorial-grid__item:not(.weekend-editorial-grid__item--featured) .weekend-editorial-grid__label { border-radius: 99px; background: transparent; padding: 0; color: var(--he-coral, #FF5A55); text-transform: uppercase; letter-spacing: .05em; font-size: .68rem; }
}
.home-editorial .weekend-editorial-grid__item .activity-card__meta { display: flex; flex-wrap: wrap; gap: 6px; }
.home-editorial .weekend-editorial-grid__item .activity-card__meta > * { border-radius: 99px; padding: 3px 10px; background: #eef2fa; color: #4b5878; }
.home-editorial .weekend-editorial-grid__item--featured .activity-card__meta > * { background: rgba(255,255,255,.18); color: #fff; backdrop-filter: blur(6px); }
.home-editorial .weekend-editorial-grid__item:not(.weekend-editorial-grid__item--featured) .price-tag { color: #0f9c98; font-weight: 800; }
.home-editorial .weekend-editorial-grid__item:not(.weekend-editorial-grid__item--featured) .price-tag::after { content: " →"; }
.home-editorial .weekend-editorial-grid__item--featured .price-tag { display: inline-flex; align-items: center; gap: 8px; padding: 10px 18px; border-radius: 99px; background: var(--he-yellow, #FFBD27); color: #10245E; font-weight: 800; }
.home-editorial .weekend-editorial-grid__item--featured .price-tag::after { content: "→"; }
.home-editorial .weekend-editorial-grid__item:not(.weekend-editorial-grid__item--featured) .activity-card { transition: transform .2s, box-shadow .2s; }
.home-editorial .weekend-editorial-grid__item:not(.weekend-editorial-grid__item--featured) .activity-card:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(16,36,94,.12); }

/* Rails d'activités : 4 cartes par ligne, plus compactes (19/09/2026) */
@media (min-width: 1000px) {
  .home-editorial .home-activity-section .rail { gap: 16px; }
  .home-editorial .home-activity-section .rail > * {
    flex: 0 0 calc((100% - 48px) / 4);
    width: calc((100% - 48px) / 4);
    min-width: 0;
  }
  .home-editorial .home-activity-section .activity-card { border-radius: 18px; }
  .home-editorial .home-activity-section .activity-card__title { font-size: .98rem; }
  .home-editorial .home-activity-section .activity-card__meta { font-size: .8rem; }
  .home-editorial .home-activity-section .activity-card__body { padding: 14px 16px 14px; }
  .home-editorial .home-activity-section .activity-card__category { font-size: .7rem; padding: 6px 11px; left: 12px; }
  .home-editorial .home-activity-section .activity-card__badges .badge { font-size: .7rem; }
}
