/*
  Corrections finales ciblées — Homepage uniquement.
  Le bandeau de confidentialité, le funnel et les moteurs restent inchangés.
*/

/* Contrat typographique explicite du premier écran. */
.site-header .main-nav a,
.site-header .header-cta,
.funnel-hero,
.funnel-hero * {
  font-family: "Montserrat", sans-serif !important;
}

/* Passe corrective finale : cartes, cadrages et continuité produit. */
@media (min-width: 1025px) {
  .funnel-method .fusion-pillars {
    align-items: stretch;
    grid-auto-rows: 1fr;
  }

  .funnel-method .fusion-pillars article {
    display: grid;
    grid-template-rows: 124px auto minmax(48px, auto) 1fr;
    height: 100%;
    padding: 14px 16px 20px;
  }

  .funnel-method .funnel-method-screen {
    width: 100%;
    height: 124px;
    margin: 0 0 16px;
    overflow: hidden;
    background: rgba(246, 241, 231, 0.78);
  }

  .funnel-method .funnel-method-screen img {
    width: 100%;
    height: 100%;
    padding: 6px;
    object-fit: contain !important;
    object-position: center;
  }

  .funnel-method .fusion-pillars article > span {
    align-self: end;
    margin: 0 0 8px;
  }

  .funnel-method .fusion-pillars h3 {
    align-self: start;
    min-height: 48px;
    margin: 0;
  }

  .funnel-method .fusion-pillars p {
    align-self: start;
    margin: 10px 0 0;
  }
}

.funnel-voyage-window {
  isolation: isolate;
  overflow: hidden;
  cursor: pointer;
}

.funnel-voyage-window-shade {
  z-index: 2;
  background: linear-gradient(180deg, rgba(4, 29, 48, 0.02), rgba(4, 29, 48, 0.22));
}

.funnel-voyage-launch {
  z-index: 3;
  padding: 10px 15px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 999px;
  background: rgba(4, 29, 48, 0.76);
  box-shadow: 0 12px 28px rgba(2, 20, 35, 0.28);
  backdrop-filter: blur(8px);
}

.funnel-questionnaire-copy .button,
.funnel-carnet-actions .button {
  min-height: 44px;
  padding-inline: 20px;
}

.funnel-carnet-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 20px;
}

.funnel-carnet-pages {
  align-self: center;
}

.funnel-carnet-pages .carnet-page img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.funnel-cap-photo {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #0a304b;
}

.funnel-cap-photo::before {
  content: "";
  position: absolute;
  inset: -12px;
  z-index: -1;
  background: linear-gradient(rgba(6, 38, 61, 0.22), rgba(6, 38, 61, 0.22)), url("assets-site/photos/Dauphin_Bateau.webp") center / cover no-repeat;
  filter: blur(10px) saturate(0.76);
  transform: scale(1.08);
  opacity: 0.72;
}

.funnel-cap-photo img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: 8px;
  object-fit: contain !important;
  object-position: center;
}

.home-tools-grid {
  align-items: stretch;
  grid-auto-rows: 1fr;
}

.home-tool {
  height: 100%;
  grid-template-rows: 148px 1fr;
  border-color: rgba(13, 56, 82, 0.18);
  background: linear-gradient(150deg, rgba(255, 253, 248, 0.99), rgba(242, 236, 224, 0.88));
  box-shadow: 0 13px 30px rgba(9, 39, 59, 0.09);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.home-tool:hover,
.home-tool:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(14, 96, 124, 0.34);
  box-shadow: 0 19px 38px rgba(9, 39, 59, 0.15);
}

.home-tool figure {
  position: relative;
  height: 148px;
  overflow: hidden;
  background: linear-gradient(150deg, rgba(230, 239, 238, 0.82), rgba(245, 239, 227, 0.94));
}

.home-tool figure::after {
  content: "";
  position: absolute;
  inset: auto 14px 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(15, 72, 95, 0.24), transparent);
}

.home-tool figure img {
  width: 100%;
  height: 100%;
  padding: 8px;
  object-fit: contain !important;
  object-position: center;
}

.home-tool > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding: 16px 18px 19px;
}

.home-tool h3 {
  margin: 5px 0 8px;
}

.home-tool p {
  margin: 0;
}

@media (max-width: 1024px) {
  .funnel-method .fusion-pillars article {
    height: 100%;
  }

  .funnel-method .funnel-method-screen img,
  .home-tool figure img {
    object-fit: contain !important;
    object-position: center;
  }

  .home-tool {
    grid-template-rows: 138px 1fr;
  }

  .home-tool figure {
    height: 138px;
  }
}

@media (max-width: 760px) {
  .funnel-voyage-story-island {
    width: 69%;
    height: 68%;
  }

  .funnel-voyage-story-question {
    width: 45%;
    height: 44%;
  }

  .funnel-carnet-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
  }

  .funnel-carnet-actions .button,
  .funnel-carnet-actions .text-link {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .funnel-cap-photo img {
    padding: 6px;
  }

  .home-tool {
    grid-template-columns: 112px minmax(0, 1fr);
    grid-template-rows: 1fr;
    min-height: 168px;
  }

  .home-tool figure {
    height: 100%;
    min-height: 168px;
  }

  .home-tool > div {
    padding: 14px 14px 15px;
  }
}

/*
  Hero acquisition — direction validée.
  Une promesse, deux actions, deux preuves produit réelles.
*/
body.is-home .site-header {
  border-color: rgba(255, 252, 242, .48);
  background:
    linear-gradient(90deg, rgba(250, 247, 235, .82), rgba(240, 247, 246, .72)),
    rgba(248, 249, 242, .72);
  box-shadow: 0 10px 30px rgba(0, 29, 45, .10);
  backdrop-filter: blur(14px) saturate(1.05);
  -webkit-backdrop-filter: blur(14px) saturate(1.05);
}

body.is-home .site-header::before {
  opacity: .16;
}

body.is-home .funnel-hero {
  min-height: min(700px, 78svh);
  overflow: hidden;
}

body.is-home .funnel-hero .hero-shade {
  background:
    linear-gradient(90deg, rgba(1, 28, 45, .72) 0%, rgba(1, 31, 49, .60) 36%, rgba(1, 31, 49, .25) 63%, rgba(1, 31, 49, .05) 100%),
    linear-gradient(180deg, rgba(0, 24, 40, .08) 0%, rgba(0, 24, 40, 0) 48%, rgba(0, 24, 40, .25) 100%);
}

body.is-home .funnel-hero-inner {
  width: min(1220px, calc(100% - 72px));
  grid-template-columns: minmax(0, 1fr) minmax(350px, .43fr) !important;
  gap: clamp(34px, 4vw, 58px) !important;
  align-items: center;
  padding: 124px 0 44px;
}

body.is-home .funnel-hero-copy {
  max-width: 820px;
}

body.is-home .funnel-hero .eyebrow {
  margin-bottom: 18px;
  color: #efbd62;
  letter-spacing: .12em;
}

body.is-home .funnel-hero h1 {
  max-width: 820px !important;
  margin-bottom: 22px;
  font-size: clamp(44px, 3.25vw, 52px) !important;
  line-height: 1.075 !important;
  letter-spacing: -.035em;
  text-shadow: 0 3px 20px rgba(0, 20, 34, .20);
}

body.is-home .funnel-hero .hero-copy {
  max-width: 720px;
  margin: 0;
  font-size: clamp(16px, 1.15vw, 18px) !important;
  line-height: 1.55;
  color: rgba(255, 255, 255, .90);
}

body.is-home .funnel-hero .hero-actions-expanded {
  width: min(540px, 100%);
  grid-template-columns: minmax(220px, 1.08fr) minmax(190px, .92fr) !important;
  column-gap: 12px !important;
  row-gap: 15px !important;
  margin-top: 30px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

body.is-home .funnel-hero .hero-actions-expanded::before {
  display: none;
}

body.is-home .funnel-hero .hero-actions-expanded .button {
  min-height: 50px;
  padding: 13px 19px;
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(0, 24, 40, .16);
}

body.is-home .funnel-hero .hero-actions-expanded .button-primary {
  border-color: rgba(255, 255, 255, .18);
}

body.is-home .funnel-hero .hero-actions-expanded .button-hero-secondary {
  border-color: rgba(255, 255, 255, .72);
  background: rgba(255, 255, 255, .90);
  color: #0a3a55;
}

body.is-home .funnel-hero .hero-actions-expanded p {
  grid-column: 1 / -1;
  justify-content: center;
  justify-self: stretch;
  width: 100%;
  margin: 0;
  padding: 0;
  color: rgba(255, 255, 255, .82);
  font-size: 12px !important;
  line-height: 1.45;
}

body.is-home .funnel-hero .hero-actions-expanded p span + span::before {
  margin-inline: 9px;
  color: rgba(239, 189, 98, .62);
}

body.is-home .funnel-result-proof {
  width: min(100%, 430px) !important;
  min-height: 370px;
  align-self: center;
  justify-self: end;
}

body.is-home .funnel-carnet-peek {
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
}

body.is-home .funnel-carnet-peek > .funnel-carnet-peek-detail {
  top: 4%;
  right: 0;
  width: 53%;
  border-radius: 5px;
  box-shadow: 0 19px 46px rgba(0, 20, 32, .28);
  transform: rotate(1.35deg);
  transition: transform 280ms ease, box-shadow 280ms ease;
}

body.is-home .funnel-carnet-peek:hover > .funnel-carnet-peek-detail,
body.is-home .funnel-carnet-peek:focus-visible > .funnel-carnet-peek-detail {
  box-shadow: 0 24px 54px rgba(0, 20, 32, .34);
  transform: rotate(.5deg) translateY(-4px);
}

body.is-home .funnel-result-proof .funnel-result-foreground {
  z-index: 3;
  bottom: 51px;
  left: 0;
  width: 79%;
  border-radius: 6px;
  box-shadow: 0 22px 54px rgba(0, 20, 32, .34);
  transform: rotate(-.55deg);
}

body.is-home .funnel-result-proof figcaption {
  z-index: 5;
  bottom: 0;
  left: 2%;
  width: 86%;
  padding: 8px 11px 9px;
  border-color: rgba(255, 255, 255, .18);
  background: rgba(3, 29, 46, .48);
  box-shadow: 0 8px 24px rgba(0, 18, 30, .13);
}

@media (min-width: 1180px) {
  body.is-home .funnel-hero .hero-copy {
    white-space: nowrap;
  }
}

@media (min-width: 761px) and (max-width: 1024px) {
  body.is-home .funnel-hero {
    min-height: auto;
  }

  body.is-home .funnel-hero-inner {
    width: min(720px, calc(100% - 56px));
    grid-template-columns: 1fr !important;
    gap: 28px !important;
    padding: 112px 0 44px;
  }

  body.is-home .funnel-hero h1 {
    max-width: 19ch !important;
    font-size: clamp(42px, 6vw, 49px) !important;
  }

  body.is-home .funnel-hero .hero-copy {
    max-width: 650px;
  }

  body.is-home .funnel-result-proof {
    width: min(100%, 390px) !important;
    min-height: 340px;
    justify-self: center;
  }
}

@media (max-width: 760px) {
  body.is-home .site-header {
    background:
      linear-gradient(90deg, rgba(250, 247, 235, .86), rgba(240, 247, 246, .77)),
      rgba(248, 249, 242, .76);
  }

  body.is-home .funnel-hero {
    min-height: auto;
  }

  body.is-home .funnel-hero-inner {
    width: calc(100% - 40px);
    grid-template-columns: 1fr !important;
    gap: 24px !important;
    padding: 96px 0 34px;
  }

  body.is-home .funnel-hero .eyebrow {
    margin-bottom: 13px;
    font-size: 10px !important;
  }

  body.is-home .funnel-hero h1 {
    max-width: 17ch !important;
    margin-bottom: 16px;
    font-size: clamp(34px, 9.1vw, 39px) !important;
    line-height: 1.07 !important;
  }

  body.is-home .funnel-hero h1 .home-hero-line {
    display: inline;
  }

  body.is-home .funnel-hero .hero-copy {
    max-width: 34ch;
    font-size: 15px !important;
    line-height: 1.5;
  }

  body.is-home .funnel-hero .hero-actions-expanded {
    width: 100%;
    grid-template-columns: 1fr !important;
    gap: 9px !important;
    margin-top: 22px;
  }

  body.is-home .funnel-hero .hero-actions-expanded .button {
    min-height: 46px;
  }

  body.is-home .funnel-hero .hero-actions-expanded p {
    gap: 4px 0;
    padding-top: 3px;
    font-size: 11px !important;
  }

  body.is-home .funnel-hero .hero-actions-expanded p span + span::before {
    margin-inline: 6px;
  }

  body.is-home .funnel-result-proof {
    width: min(100%, 320px) !important;
    min-height: 278px;
  }

  body.is-home .funnel-carnet-peek > .funnel-carnet-peek-detail {
    width: 51%;
  }

  body.is-home .funnel-result-proof .funnel-result-foreground {
    bottom: 45px;
    width: 78%;
  }

  body.is-home .funnel-result-proof figcaption {
    left: 0;
    width: 94%;
  }

  body.is-home .funnel-result-proof figcaption strong {
    white-space: normal;
  }

  body.is-home .funnel-voyage-window {
    z-index: 3;
  }

  body.is-home .funnel-voyage-window .funnel-voyage-launch {
    gap: 10px;
    padding: 8px 14px;
  }

  body.is-home .funnel-voyage-window .funnel-play {
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    font-size: 16px !important;
  }

  body.is-home .funnel-voyage-window .funnel-voyage-launch strong {
    font-size: 11px !important;
    white-space: nowrap;
  }
}

.site-header .main-nav a,
.funnel-hero .eyebrow,
.funnel-hero .button-ghost,
.funnel-hero .hero-actions-expanded p,
.funnel-hero .hero-actions-expanded p span {
  font-weight: 600 !important;
}

.site-header .header-cta,
.funnel-hero h1,
.funnel-hero .button-primary {
  font-weight: 700 !important;
}

.site-header .header-cta {
  min-height: 40px;
  padding: 9px 15px;
  font-size: 14px !important;
  line-height: 1.1;
  white-space: nowrap;
}

.funnel-hero .hero-copy {
  font-weight: 400 !important;
}

/* 1 — Hero : plus de place au texte, preuve produit plus compacte. */
.funnel-hero-inner {
  grid-template-columns: minmax(0, 1fr) minmax(300px, .43fr) !important;
  gap: clamp(30px, 3.2vw, 46px) !important;
}

.funnel-hero-copy {
  max-width: 820px;
}

.funnel-hero h1 {
  max-width: 820px !important;
  font-size: clamp(41px, 3vw, 45px) !important;
  line-height: 1.12 !important;
  letter-spacing: -.024em;
  text-wrap: initial;
}

/* Les grands titres reprennent exactement la densité du titre Résultat validé. */
.funnel-hero h1,
.funnel-method .fusion-intro h2,
.funnel-voyage-heading h2,
.funnel-questionnaire-heading h2,
.funnel-carnet-copy h2,
.funnel-cap h2,
.home-tools-heading h2 {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 700 !important;
  font-synthesis: none;
}

.funnel-hero .eyebrow {
  margin-bottom: 16px;
}

.funnel-hero h1 {
  margin-bottom: 20px;
}

.funnel-hero h1 .home-hero-line {
  display: block;
}

/* Les deux lignes sont une composition éditoriale, pas une nouvelle cinématique. */
.js .funnel-hero h1 .home-hero-line {
  opacity: 1;
  filter: none;
  transform: none;
  animation: none;
}

.funnel-hero .hero-copy {
  max-width: 680px;
  text-wrap: balance;
}

.funnel-hero .hero-actions-expanded {
  width: min(660px, 100%);
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  column-gap: 14px !important;
  row-gap: 13px !important;
  margin-top: 26px;
  padding: 16px 18px 14px;
  border-radius: 12px;
}

.funnel-hero .hero-actions-expanded .button {
  width: 100%;
  min-height: 46px;
  padding-right: 20px;
  padding-left: 20px;
}

.funnel-hero .hero-actions-expanded p {
  width: 100%;
  grid-column: 1 / -1;
  justify-content: center;
  justify-self: center;
  margin: 0;
  padding: 3px 6px 0;
  color: rgba(255, 255, 255, .9);
  font-size: clamp(12.5px, .92vw, 13px) !important;
  font-weight: 600 !important;
  line-height: 1.4;
  text-align: center;
}

.funnel-hero .hero-actions-expanded p span {
  display: inline-flex;
  align-items: center;
}

.funnel-hero .hero-actions-expanded p span + span::before {
  content: "|";
  margin: 0 10px;
  color: rgba(255, 255, 255, .42);
  font-weight: 400;
}

.funnel-result-proof {
  width: min(100%, 390px) !important;
  min-height: clamp(315px, 24vw, 350px);
  justify-self: end;
  background: transparent;
  box-shadow: none;
}

.funnel-result-proof::before,
.funnel-result-proof::after {
  display: none;
}

.funnel-result-proof .funnel-result-foreground {
  z-index: 4;
  bottom: 49px;
  left: 1%;
  width: 70%;
  height: auto;
  aspect-ratio: 1.6 / 1;
  border: 1px solid rgba(255, 255, 255, .58);
  background: #f8f3e9;
  box-shadow: 0 20px 48px rgba(0, 20, 32, .3);
  transform: rotate(-.7deg);
}

.funnel-result-proof .funnel-result-foreground img {
  object-fit: contain;
  object-position: center;
}

.funnel-result-proof figcaption {
  z-index: 5;
  bottom: 0;
  left: 1%;
  width: 98%;
  padding: 8px 11px 9px;
  display: grid;
  gap: 3px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 10px;
  background: rgba(4, 31, 48, .48);
  box-shadow: 0 10px 24px rgba(0, 18, 30, .14);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.funnel-result-proof figcaption span,
.funnel-result-proof figcaption strong {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 600 !important;
}

.funnel-result-proof figcaption span {
  font-size: 9.5px !important;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.funnel-result-proof figcaption strong {
  font-size: clamp(12px, .9vw, 13px) !important;
  line-height: 1.35;
  white-space: nowrap;
}

.funnel-carnet-peek {
  z-index: 1;
  top: 0;
  right: 0;
  width: 100%;
  height: 94%;
  overflow: visible;
  border: 0;
  background: transparent;
  box-shadow: none;
  transform: none;
}

.funnel-carnet-peek > img {
  position: absolute;
  height: auto;
  border: 1px solid rgba(255, 255, 255, .68);
  border-radius: 4px;
  object-fit: contain;
  box-shadow: 0 17px 40px rgba(0, 20, 32, .24);
}

.funnel-carnet-peek > .funnel-carnet-peek-cover {
  z-index: 1;
  top: 1%;
  left: 3%;
  width: 44%;
  transform: rotate(-2deg);
}

.funnel-carnet-peek > .funnel-carnet-peek-detail {
  z-index: 1;
  top: 7%;
  right: 0;
  width: 48%;
  transform: rotate(2.1deg);
}

.funnel-carnet-peek > .funnel-carnet-peek-zones {
  z-index: 2;
  bottom: 3%;
  left: 39%;
  width: 29%;
  transform: rotate(.7deg);
}

.funnel-carnet-peek > span {
  display: none;
}

@media (min-width: 1180px) {
  .funnel-hero .hero-copy {
    white-space: nowrap;
  }
}

/* 2 — De vrais titres de cartes dans la méthode. */
.funnel-method .fusion-intro h2 {
  max-width: none !important;
  font-size: clamp(32px, 2.55vw, 37px) !important;
  line-height: 1.12 !important;
  letter-spacing: -.024em !important;
  font-weight: 700 !important;
  white-space: nowrap;
}

.funnel-method .fusion-intro h2 span {
  display: inline;
}

.funnel-method .fusion-pillars h3 {
  max-width: 22ch;
  min-height: 0 !important;
  font-size: clamp(18px, 1.35vw, 20px) !important;
  font-weight: 600 !important;
  line-height: 1.27 !important;
}

.funnel-method .fusion-pillars p {
  margin-top: 9px;
}

/* 3 — Voyage : le texte conduit naturellement vers l'écran. */
.funnel-voyage-heading {
  width: min(47%, 540px) !important;
}

.funnel-voyage-heading h2 {
  max-width: none !important;
  font-size: clamp(39px, 3.2vw, 46px) !important;
  font-weight: 700 !important;
  line-height: 1.12 !important;
  letter-spacing: -.024em !important;
}

/* Les lignes internes héritent réellement du Bold du titre parent. */
.funnel-hero h1 > .home-hero-line,
.funnel-method .fusion-intro h2 > span,
.funnel-voyage-heading h2 > span {
  font-family: "Montserrat", sans-serif !important;
  font-size: inherit !important;
  font-style: normal !important;
  font-weight: 700 !important;
  font-stretch: 100% !important;
  line-height: inherit !important;
  letter-spacing: inherit !important;
}

.funnel-voyage-heading h2 span {
  display: block;
}

.funnel-voyage-heading > p:not(.section-label):not(.funnel-voyage-micro) {
  max-width: 36ch;
  margin-top: clamp(29px, 3vw, 40px);
  font-weight: 400 !important;
}

.funnel-voyage-heading .funnel-voyage-micro {
  max-width: 45ch;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, .72);
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 1.5;
}

.funnel-voyage-window {
  width: min(46%, 530px) !important;
  border-color: rgba(255, 255, 255, .66);
  box-shadow: 0 28px 68px rgba(0, 18, 30, .46), 0 0 0 1px rgba(255, 255, 255, .08);
  cursor: pointer;
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.funnel-voyage-window:hover,
.funnel-voyage-window:focus-visible {
  transform: translateY(-4px) scale(1.006);
  border-color: rgba(255, 255, 255, .9);
  box-shadow: 0 34px 78px rgba(0, 18, 30, .55), 0 0 0 1px rgba(255, 255, 255, .14);
}

/* 4 — Résultat : même preuve validée, texte mieux tenu. */
.funnel-questionnaire {
  grid-template-columns: minmax(320px, .78fr) minmax(0, 1.22fr) !important;
  align-items: center;
}

.funnel-questionnaire-heading {
  grid-column: 1 / -1;
  grid-row: 1 !important;
}

.funnel-questionnaire-heading h2 {
  max-width: none !important;
  margin-bottom: 26px;
  font-size: clamp(32px, 2.55vw, 37px) !important;
  font-weight: 700 !important;
  line-height: 1.12 !important;
  white-space: nowrap;
}

.funnel-questionnaire-copy {
  grid-column: 1 !important;
  grid-row: 2 !important;
  max-width: 650px;
}

.funnel-questionnaire-visual {
  grid-column: 2 !important;
  grid-row: 2 !important;
}

/* La preuve raconte le parcours réel : question, sélection/progression, résultat. */
.profile-flow-visual {
  position: relative;
  display: block !important;
  min-height: clamp(310px, 28vw, 360px) !important;
  isolation: isolate;
  overflow: hidden;
  padding: 0 !important;
}

.profile-flow-visual img {
  position: absolute;
  width: 47% !important;
  max-height: none !important;
  aspect-ratio: 16 / 10;
  object-fit: cover !important;
  object-position: top center !important;
  border: 1px solid rgba(10, 52, 75, .12);
  border-radius: 10px;
  background: #f8f7f2;
  box-shadow: 0 18px 42px rgba(3, 42, 65, .17);
}

.profile-flow-question {
  top: 24px;
  left: 4%;
  z-index: 1;
  transform: rotate(-1.2deg);
}

.profile-flow-progress {
  top: 24px;
  right: 4%;
  z-index: 2;
  transform: rotate(1.2deg);
}

.profile-flow-result {
  right: 11%;
  bottom: 20px;
  z-index: 3;
  width: 62% !important;
  box-shadow: 0 24px 54px rgba(3, 42, 65, .25);
}

/* 5 — Carnet : texte compact, bénéfices en deux colonnes, mockup aligné. */
.funnel-carnet {
  grid-template-columns: minmax(0, 1.18fr) minmax(340px, .82fr) !important;
  gap: clamp(34px, 4vw, 54px) !important;
  align-items: center;
}

.funnel-carnet-copy {
  max-width: 720px;
}

.funnel-carnet-copy h2 {
  max-width: 720px !important;
  font-size: var(--type-h2) !important;
  line-height: 1.12 !important;
}

.funnel-carnet-subtitle {
  max-width: 44ch !important;
  margin: 12px 0 17px !important;
  font-size: clamp(19px, 1.65vw, 23px) !important;
  font-weight: 600 !important;
  line-height: 1.34 !important;
}

.funnel-carnet-copy > p:not(.section-label):not(.funnel-carnet-subtitle) {
  max-width: 58ch;
}

.funnel-carnet-list {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 8px 16px;
  max-width: 610px;
}

.funnel-carnet-pages {
  width: 100%;
  min-height: clamp(300px, 26vw, 340px) !important;
  margin: 0;
  align-self: center;
}

/* 6 — Accompagnement : une décision lisible, sans panneau massif. */
.funnel-cap {
  grid-template-columns: minmax(0, 1.48fr) minmax(220px, .52fr) !important;
  gap: clamp(28px, 3.2vw, 42px) !important;
  padding: clamp(27px, 2.8vw, 35px) !important;
  border-color: rgba(10, 52, 75, .09);
  box-shadow: inset 2px 0 0 rgba(197, 141, 58, .56), 0 16px 42px rgba(6, 44, 66, .09);
}

.funnel-cap-intro {
  max-width: 790px;
}

.funnel-cap h2 {
  max-width: 25ch !important;
  font-size: var(--type-h2) !important;
  line-height: 1.12 !important;
}

.funnel-cap-intro > p:not(.section-label) {
  max-width: 62ch;
}

.funnel-cap-photo {
  position: relative;
  min-height: 190px !important;
  max-height: 215px !important;
  background: #0d4664;
}

.funnel-cap-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100% !important;
  max-height: none !important;
  object-fit: contain !important;
  object-position: center center !important;
}

/* 7 — La Home rend lisible le parcours complet sans lourdeur de cartes. */
.home-tools-section {
  width: var(--editorial-shell) !important;
  max-width: var(--editorial-max) !important;
  margin-inline: auto !important;
  padding-top: clamp(66px, 7vw, 92px) !important;
  padding-bottom: clamp(72px, 7.5vw, 100px) !important;
}

.home-tools-heading {
  max-width: 940px;
  margin-bottom: clamp(28px, 3vw, 38px);
}

.home-tools-heading h2 {
  max-width: none !important;
  margin-bottom: 15px;
  font-size: clamp(32px, 2.55vw, 37px) !important;
  font-weight: 700 !important;
  line-height: 1.12 !important;
  white-space: nowrap;
}

.home-tools-heading > p:not(.section-label) {
  max-width: 72ch;
  margin: 0;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.65;
}

.home-tools-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.home-tool {
  min-width: 0;
  overflow: hidden;
  display: grid;
  grid-template-rows: 126px 1fr;
  padding: 0;
  color: var(--ink, #0c3347);
  text-align: left;
  text-decoration: none;
  border: 1px solid rgba(10, 52, 75, .11);
  border-radius: 8px;
  background: rgba(255, 255, 255, .58);
  box-shadow: 0 12px 30px rgba(6, 44, 66, .06);
  cursor: pointer;
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.home-tool:hover,
.home-tool:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(10, 52, 75, .22);
  box-shadow: 0 18px 38px rgba(6, 44, 66, .1);
}

.home-tool figure {
  width: 100%;
  height: 126px;
  margin: 0;
  overflow: hidden;
  background: #e9e2d5;
}

.home-tool figure img {
  width: 100%;
  height: 100%;
  padding: 8px;
  object-fit: contain;
  object-position: center;
}

.home-tool > div {
  padding: 17px 18px 19px;
}

.home-tool span {
  display: block;
  margin-bottom: 7px;
  color: var(--gold, #b8873c);
  font-size: 10px !important;
  font-weight: 600 !important;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.home-tool h3 {
  margin: 0 0 8px;
  font-size: 19px !important;
  font-weight: 600 !important;
  line-height: 1.24 !important;
}

.home-tool p {
  margin: 0;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.55;
}

.footer-brand {
  display: block;
  width: min(190px, 100%);
  height: auto;
  margin: 0 0 13px;
}

/* 8 — Continuité verticale de la Homepage, sans toucher aux autres pages. */
.page-home > .funnel-method,
.page-home > .funnel-questionnaire,
.page-home > .funnel-carnet,
.page-home > .funnel-cap,
.page-home > .home-tools-section {
  scroll-margin-top: 88px;
}

@media (max-width: 1024px) {
  .funnel-hero-inner {
    grid-template-columns: minmax(0, 1fr) minmax(285px, .58fr) !important;
    gap: 30px !important;
  }

  .funnel-hero h1 {
    max-width: 20ch !important;
    font-size: clamp(36px, 4.4vw, 43px) !important;
  }

  .funnel-hero h1 .home-hero-line {
    display: inline;
  }

  .funnel-result-proof {
    width: min(100%, 330px) !important;
    min-height: 310px;
  }

  .funnel-method .fusion-pillars h3 {
    max-width: 25ch;
  }

  .funnel-method .fusion-intro h2,
  .funnel-questionnaire-heading h2,
  .home-tools-heading h2 {
    white-space: normal;
    text-wrap: balance;
  }

  .funnel-questionnaire,
  .funnel-carnet {
    grid-template-columns: 1fr !important;
    gap: 30px !important;
  }

  .funnel-questionnaire-heading {
    grid-column: 1;
    grid-row: 1 !important;
  }

  .funnel-questionnaire-heading h2 {
    margin-bottom: 0;
  }

  .funnel-questionnaire-visual {
    grid-column: 1 !important;
    grid-row: 2 !important;
  }

  .funnel-questionnaire-copy {
    grid-column: 1 !important;
    grid-row: 3 !important;
  }

  .funnel-carnet-copy,
  .funnel-carnet-copy h2 {
    max-width: 720px !important;
  }

  .funnel-carnet-pages {
    width: min(560px, 100%);
    min-height: 330px !important;
    margin-inline: auto;
  }

  .funnel-cap {
    grid-template-columns: minmax(0, 1.35fr) minmax(210px, .65fr) !important;
  }

  .funnel-cap-photo {
    grid-column: 2;
    grid-row: 1;
    width: 100%;
    min-height: 190px !important;
    max-height: 220px !important;
    margin: 0;
  }

  .home-tools-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 761px) and (max-width: 900px) {
  .funnel-hero-inner {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
  }

  .funnel-hero-copy {
    width: 100%;
    max-width: 720px;
  }

  .funnel-hero h1 {
    max-width: 20ch !important;
  }

  .funnel-result-proof {
    width: min(100%, 340px) !important;
    justify-self: center;
  }

  .funnel-voyage-heading {
    width: min(52%, 380px) !important;
  }

  .funnel-voyage-heading h2 {
    font-size: 33px !important;
  }

  .funnel-voyage-window {
    width: min(44%, 360px) !important;
  }
}

@media (max-width: 760px) {
  .site-header .header-cta {
    min-height: 38px;
    padding: 8px 10px;
    font-size: 12px !important;
  }

  .funnel-hero-inner {
    grid-template-columns: 1fr !important;
    gap: 22px !important;
  }

  .funnel-hero h1 {
    max-width: 17ch !important;
    font-size: clamp(34px, 9.4vw, 39px) !important;
    line-height: 1.1 !important;
  }

  .funnel-hero .hero-actions-expanded p {
    display: flex !important;
    flex-wrap: wrap;
    gap: 4px 0;
    justify-content: center;
    font-size: 12px !important;
  }

  .funnel-hero .hero-actions-expanded p span + span::before {
    margin-inline: 7px;
  }

  .funnel-hero .hero-actions-expanded {
    width: min(344px, 100%);
    grid-template-columns: 1fr !important;
    gap: 8px !important;
    margin-top: 22px;
    padding: 10px 12px;
  }

  .funnel-hero .hero-actions-expanded .button {
    min-height: 44px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .funnel-result-proof {
    width: min(100%, 340px) !important;
    min-height: 315px;
    justify-self: center;
  }

  .funnel-result-proof .funnel-result-foreground {
    width: 72%;
  }

  .funnel-result-proof figcaption {
    width: 98%;
  }

  .funnel-result-proof figcaption strong {
    white-space: normal;
  }

  .funnel-carnet-peek {
    width: 100%;
    height: 92%;
  }

  .funnel-method .fusion-pillars h3 {
    max-width: none;
    font-size: 18px !important;
  }

  .funnel-voyage-heading {
    width: 100% !important;
  }

  .funnel-voyage-heading h2 {
    font-size: var(--type-h2) !important;
  }

  .funnel-voyage-heading > p:not(.section-label):not(.funnel-voyage-micro) {
    max-width: 32ch;
    margin-top: 20px;
  }

  .funnel-voyage-window {
    width: auto !important;
  }

  .funnel-questionnaire-heading h2 {
    max-width: 20ch !important;
    font-size: var(--type-h2) !important;
    white-space: normal;
  }

  .profile-flow-visual {
    min-height: 300px !important;
  }

  .profile-flow-visual img {
    width: 55% !important;
  }

  .profile-flow-question {
    top: 18px;
    left: 3%;
  }

  .profile-flow-progress {
    top: 18px;
    right: 3%;
  }

  .profile-flow-result {
    right: 8%;
    bottom: 18px;
    width: 70% !important;
  }

  .funnel-carnet,
  .funnel-cap {
    grid-template-columns: 1fr !important;
  }

  .funnel-carnet-copy h2 {
    font-size: var(--type-h2) !important;
  }

  .funnel-carnet-pages {
    min-height: 280px !important;
  }

  .funnel-cap {
    gap: 20px !important;
    padding: 30px 18px 18px !important;
  }

  .funnel-cap h2 {
    max-width: 22ch !important;
    font-size: var(--type-h2) !important;
  }

  .funnel-cap-photo {
    grid-column: 1;
    grid-row: 2;
    min-height: 180px !important;
    max-height: 205px !important;
  }

  .home-tools-heading h2 {
    font-size: var(--type-h2) !important;
    white-space: normal;
  }

  .home-tools-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .home-tool {
    grid-template-columns: 112px minmax(0, 1fr);
    grid-template-rows: 1fr;
  }

  .home-tool figure {
    height: 100%;
    min-height: 142px;
  }

  .home-tool > div {
    padding: 15px 15px 16px;
  }

  .home-tool h3 {
    font-size: 17px !important;
  }

  .footer-brand {
    width: 166px;
  }
}

/* Dernier niveau d'arbitrage : ces règles priment sur les variantes responsive historiques. */
.funnel-voyage-window .funnel-voyage-launch {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 0;
  min-height: 0;
  display: inline-flex;
  place-items: initial;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 15px;
  transform: translate(-50%, -50%);
}

.home-tools-grid {
  align-items: stretch;
  grid-auto-rows: 1fr;
}

.home-tools-grid .home-tool {
  height: 100%;
  grid-template-rows: 148px 1fr;
  border-color: rgba(13, 56, 82, 0.2);
  background: linear-gradient(150deg, rgba(255, 253, 248, 0.99), rgba(242, 236, 224, 0.9));
  box-shadow: 0 14px 30px rgba(9, 39, 59, 0.1);
}

.home-tools-grid .home-tool figure {
  height: 148px;
  background: linear-gradient(150deg, rgba(230, 239, 238, 0.82), rgba(245, 239, 227, 0.94));
}

.home-tools-grid .home-tool figure img {
  width: 100%;
  height: 100%;
  padding: 8px;
  object-fit: contain !important;
  object-position: center;
}

.home-tools-grid .home-tool > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding: 16px 18px 19px;
}

.home-tools-grid .home-tool:hover,
.home-tools-grid .home-tool:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(14, 96, 124, 0.35);
  box-shadow: 0 20px 40px rgba(9, 39, 59, 0.16);
}

@media (max-width: 1024px) {
  .funnel-method .fusion-pillars {
    align-items: stretch;
    grid-auto-rows: 1fr;
  }

  .home-tools-grid .home-tool {
    grid-template-rows: 138px 1fr;
  }

  .home-tools-grid .home-tool figure {
    height: 138px;
  }
}

@media (min-width: 761px) and (max-width: 1024px) {
  .funnel-method .fusion-pillars article {
    min-height: 200px;
  }

  .funnel-voyage-heading {
    width: 51%;
  }

  .funnel-voyage-heading h2 {
    font-size: 32px !important;
    line-height: 1.06 !important;
    letter-spacing: -0.8px !important;
  }

  .funnel-voyage-heading h2 > span {
    white-space: nowrap;
  }

  .funnel-voyage-window {
    width: 45%;
  }
}

@media (min-width: 1025px) {
  .funnel-voyage-heading {
    width: min(52%, 610px) !important;
  }

  .funnel-voyage-heading h2 > span {
    white-space: nowrap;
  }

  .funnel-voyage-window {
    width: min(43%, 500px) !important;
  }
}

@media (max-width: 760px) {
  .funnel-voyage-heading {
    width: auto !important;
    max-width: 100%;
  }

  .home-tools-grid .home-tool {
    grid-template-columns: 112px minmax(0, 1fr);
    grid-template-rows: 1fr;
    min-height: 168px;
  }

  .home-tools-grid .home-tool figure {
    height: 100%;
    min-height: 168px;
  }

  .home-tools-grid .home-tool > div {
    padding: 14px 14px 15px;
  }
}

/* Finition avant ZIP : Hero, Voyage et Carnet uniquement. */
.funnel-hero-inner {
  isolation: isolate;
}

.funnel-hero-copy {
  position: relative;
  z-index: 5;
}

.funnel-hero h1 {
  position: relative;
  z-index: 7;
  pointer-events: none;
}

.funnel-result-proof {
  position: relative;
  z-index: 3;
}

.funnel-hero .hero-actions-expanded {
  width: min(690px, 100%);
  column-gap: 16px !important;
  row-gap: 15px !important;
  padding: 19px 22px 16px;
}

.funnel-voyage-heading {
  position: relative;
}

.funnel-voyage-heading::after {
  content: none;
  position: absolute;
  top: 62%;
  right: -34px;
  color: rgba(240, 184, 95, 0.88);
  font-size: 27px;
  font-weight: 600;
  line-height: 1;
  text-shadow: 0 4px 18px rgba(0, 20, 32, 0.34);
  pointer-events: none;
}

.funnel-voyage-editorial-link {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  margin-top: 17px;
  padding: 5px 0 7px;
  border: 0;
  border-bottom: 1px solid rgba(240, 184, 95, .62);
  color: #f0c67a;
  background: transparent;
  font: 600 13px/1.2 "Montserrat", sans-serif;
  letter-spacing: .015em;
  cursor: pointer;
  transition: color .2s ease, border-color .2s ease, gap .2s ease;
}

.funnel-voyage-editorial-link span:last-child {
  font-size: 18px;
  line-height: 1;
}

.funnel-voyage-editorial-link:hover,
.funnel-voyage-editorial-link:focus-visible {
  gap: 14px;
  color: #ffe0a5;
  border-bottom-color: #ffe0a5;
}

.funnel-voyage-window > .funnel-voyage-cinematic-still {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  object-fit: cover !important;
  object-position: center;
  filter: saturate(0.96) brightness(0.94) contrast(1.03);
  transition: transform 420ms ease, filter 420ms ease;
}

.funnel-voyage-window:hover > .funnel-voyage-cinematic-still,
.funnel-voyage-window:focus-visible > .funnel-voyage-cinematic-still {
  transform: scale(1.025);
  filter: saturate(0.96) brightness(0.77) contrast(1.04);
}

.funnel-voyage-launch .funnel-play {
  font-size: 18px !important;
  line-height: 1;
  text-indent: 2px;
}

.funnel-carnet-list li {
  min-height: 42px;
  display: flex;
  align-items: center;
  padding: 9px 12px 9px 30px;
  border: 1px solid rgba(12, 64, 88, 0.1);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.58);
}

.funnel-carnet-actions .button-primary {
  min-height: 48px;
  padding-inline: 24px;
  box-shadow: 0 12px 28px rgba(4, 42, 64, 0.15);
}

.funnel-carnet-actions .text-link {
  font-weight: 600 !important;
}

@media (min-width: 761px) and (max-width: 1024px) {
  .funnel-voyage-heading::after {
    top: 64%;
    right: -25px;
    font-size: 23px;
  }
}

@media (max-width: 760px) {
  .funnel-hero .hero-actions-expanded {
    width: 100%;
    row-gap: 12px !important;
    padding: 16px 15px 14px;
  }

  .funnel-voyage-heading::after {
    content: none;
    top: auto;
    right: 8px;
    bottom: -27px;
    font-size: 22px;
  }

  .funnel-voyage-launch .funnel-play {
    font-size: 17px !important;
  }

  .funnel-carnet-list li {
    min-height: 40px;
    padding: 8px 10px 8px 28px;
  }
}

/* Autorité finale du Hero d'acquisition après les règles historiques de finition. */
body.is-home .funnel-hero-inner {
  width: min(1220px, calc(100% - 72px));
  grid-template-columns: minmax(0, 1fr) minmax(350px, .43fr) !important;
  gap: clamp(34px, 4vw, 58px) !important;
  align-items: center;
  padding: 124px 0 44px;
}

body.is-home .funnel-hero h1 {
  max-width: 820px !important;
  margin-bottom: 22px;
  font-size: clamp(44px, 3.25vw, 52px) !important;
  line-height: 1.075 !important;
  letter-spacing: -.035em;
}

body.is-home .funnel-hero .hero-copy {
  max-width: 720px;
  margin: 0;
  font-size: clamp(16px, 1.15vw, 18px) !important;
  line-height: 1.55;
}

body.is-home .funnel-hero .hero-actions-expanded {
  width: min(540px, 100%);
  grid-template-columns: minmax(220px, 1.08fr) minmax(190px, .92fr) !important;
  column-gap: 12px !important;
  row-gap: 15px !important;
  margin-top: 30px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

body.is-home .funnel-hero .hero-actions-expanded::before {
  display: none;
}

body.is-home .funnel-hero .hero-actions-expanded .button {
  min-height: 50px;
  padding: 13px 19px;
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(0, 24, 40, .16);
}

body.is-home .funnel-hero .hero-actions-expanded p {
  grid-column: 1 / -1;
  justify-content: center;
  justify-self: stretch;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 12px !important;
  line-height: 1.45;
}

body.is-home .funnel-result-proof {
  width: min(100%, 430px) !important;
  min-height: 370px;
  align-self: center;
  justify-self: end;
}

body.is-home .funnel-carnet-peek {
  inset: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

body.is-home .funnel-carnet-peek > .funnel-carnet-peek-detail {
  top: 4%;
  right: 0;
  width: 53%;
  border-radius: 5px;
  box-shadow: 0 19px 46px rgba(0, 20, 32, .28);
  transform: rotate(1.35deg);
}

body.is-home .funnel-result-proof .funnel-result-foreground {
  bottom: 51px;
  left: 0;
  width: 79%;
  border-radius: 6px;
  box-shadow: 0 22px 54px rgba(0, 20, 32, .34);
  transform: rotate(-.55deg);
}

body.is-home .funnel-result-proof figcaption {
  top: auto;
  bottom: 0;
  left: 2%;
  width: 86%;
}

body.is-home .page-home > .funnel-method {
  margin-top: 0;
  padding-top: 30px !important;
}

@media (min-width: 761px) and (max-width: 1024px) {
  body.is-home .funnel-hero-inner {
    width: min(720px, calc(100% - 56px));
    grid-template-columns: 1fr !important;
    gap: 28px !important;
    padding: 112px 0 44px;
  }

  body.is-home .funnel-hero h1 {
    max-width: 19ch !important;
    font-size: clamp(42px, 6vw, 49px) !important;
  }

  body.is-home .funnel-result-proof {
    width: min(100%, 390px) !important;
    min-height: 340px;
    justify-self: center;
  }
}

@media (max-width: 760px) {
  body.is-home .funnel-hero-inner {
    width: calc(100% - 40px);
    grid-template-columns: 1fr !important;
    gap: 24px !important;
    padding: 96px 0 34px;
  }

  body.is-home .funnel-hero h1 {
    max-width: 17ch !important;
    margin-bottom: 16px;
    font-size: clamp(34px, 9.1vw, 39px) !important;
    line-height: 1.07 !important;
  }

  body.is-home .funnel-hero h1 .home-hero-line {
    display: inline;
  }

  body.is-home .funnel-hero .hero-actions-expanded {
    width: 100%;
    grid-template-columns: 1fr !important;
    gap: 9px !important;
    margin-top: 22px;
  }

  body.is-home .funnel-hero .hero-actions-expanded .button {
    min-height: 46px;
  }

  body.is-home .funnel-result-proof {
    width: min(100%, 320px) !important;
    min-height: 278px;
  }

  body.is-home .funnel-result-proof .funnel-result-foreground {
    bottom: 45px;
    width: 78%;
  }

  body.is-home .funnel-result-proof figcaption {
    left: 0;
    width: 94%;
  }
}

/* Finition mobile du premier écran : un axe central unique pour toute la lecture. */
@media (max-width: 760px) {
  body.is-home .funnel-hero-copy {
    width: 100%;
    max-width: none;
    text-align: center;
  }

  body.is-home .funnel-hero .eyebrow,
  body.is-home .funnel-hero h1,
  body.is-home .funnel-hero .hero-copy {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  body.is-home .funnel-hero .eyebrow {
    justify-content: center;
  }

  body.is-home .funnel-hero h1 {
    max-width: 15ch !important;
    text-wrap: balance;
  }

  body.is-home .funnel-hero .hero-copy {
    max-width: 32ch;
    text-wrap: balance;
  }

  body.is-home .funnel-hero .hero-actions-expanded {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  body.is-home .funnel-hero .hero-actions-expanded .button {
    justify-content: center;
    text-align: center;
  }

  body.is-home .funnel-hero .hero-actions-expanded p {
    display: grid !important;
    grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr) !important;
    justify-content: center;
    gap: 8px 0;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 4px 8px 0;
    text-align: center;
  }

  body.is-home .funnel-hero .hero-actions-expanded p span {
    display: flex;
    min-width: 0;
    min-height: 19px;
    align-items: center;
    justify-content: center;
    line-height: 1.35;
    white-space: nowrap;
  }

  body.is-home .funnel-hero .hero-actions-expanded p span:nth-child(even) {
    border-left: 1px solid rgba(217, 164, 65, .78);
    padding-left: 12px;
  }

  body.is-home .funnel-hero .hero-actions-expanded p span + span::before,
  body.is-home .funnel-hero .hero-actions-expanded p span:nth-child(even)::before {
    content: none;
    margin: 0;
  }

  body.is-home .funnel-result-proof {
    margin-right: auto;
    margin-left: auto;
    justify-self: center;
  }

  body.is-home .funnel-result-proof figcaption {
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
}

/* Alignement final desktop : seul le bloc éditorial gauche remonte. */
@media (min-width: 1025px) {
  body.is-home .funnel-hero-copy {
    transform: translateY(-56px);
  }
}

/* Micro-correction finale du Hero desktop : grille, socle CTA et preuve compacte. */
@media (min-width: 1025px) {
  body.is-home .funnel-hero-inner {
    grid-template-columns: minmax(0, 780px) minmax(360px, 1fr) !important;
    gap: clamp(42px, 3.4vw, 56px) !important;
  }

  body.is-home .funnel-hero-copy {
    min-width: 0;
  }

  body.is-home .funnel-hero .hero-actions-expanded {
    width: min(620px, 100%);
    padding: 20px 18px 18px;
    border: 1px solid rgba(255, 255, 255, .42);
    border-radius: 12px;
    background:
      linear-gradient(115deg, rgba(240, 248, 248, .20), rgba(255, 255, 255, .11)),
      rgba(8, 47, 68, .10);
    box-shadow:
      0 14px 34px rgba(0, 24, 40, .15),
      inset 0 1px 0 rgba(255, 255, 255, .25);
    backdrop-filter: blur(12px) saturate(1.03);
    -webkit-backdrop-filter: blur(12px) saturate(1.03);
  }

  body.is-home .funnel-hero .hero-actions-expanded .button {
    min-height: 50px;
  }

  body.is-home .funnel-hero .hero-actions-expanded p {
    padding-top: 2px;
    text-align: center;
  }

  body.is-home .funnel-result-proof {
    width: min(100%, 400px) !important;
    min-height: 350px;
    justify-self: end;
    transform: translateY(16px);
  }

  body.is-home .funnel-carnet-peek > .funnel-carnet-peek-detail {
    top: 3%;
    width: 50%;
  }

  body.is-home .funnel-result-proof .funnel-result-foreground {
    bottom: 49px;
    width: 75%;
  }

  body.is-home .funnel-result-proof figcaption {
    left: 3%;
    width: 82%;
    padding: 7px 10px 8px;
    gap: 2px;
  }
}

/* Dernier ajustement du Hero desktop : respiration et alignement des deux socles. */
@media (min-width: 1025px) {
  body.is-home .funnel-hero h1 {
    margin-bottom: 30px;
  }

  body.is-home .funnel-hero h1 .home-hero-line {
    display: block;
  }

  body.is-home .funnel-hero h1 .home-hero-line + .home-hero-line {
    margin-top: 6px;
  }

  body.is-home .funnel-hero .hero-actions-expanded {
    position: relative;
    top: 58px;
    margin-top: 44px;
    padding-top: 30px;
    padding-bottom: 28px;
  }

  body.is-home .funnel-result-proof {
    transform: translateY(32px);
  }

  body.is-home .funnel-result-proof figcaption {
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 58px;
    padding: 9px 12px 10px;
  }

  body.is-home .funnel-carnet-peek > .funnel-carnet-peek-cover {
    z-index: 1;
    top: 0;
    left: 2%;
    width: 48%;
  }

  body.is-home .funnel-carnet-peek > .funnel-carnet-peek-detail {
    z-index: 2;
    top: 2%;
    width: 54%;
  }

  body.is-home .funnel-result-proof .funnel-result-foreground {
    z-index: 4;
    bottom: 28px;
    left: 23%;
    width: 54%;
  }
}

/* Correctif ciblé : proportions cohérentes du résultat sur tablette et mobile. */
@media (min-width: 761px) and (max-width: 1024px) {
  body.is-home .funnel-result-proof .funnel-result-foreground {
    left: 23%;
    width: 54%;
  }
}

@media (max-width: 760px) {
  body.is-home .funnel-result-proof .funnel-result-foreground {
    bottom: 42px;
    left: 23%;
    width: 54%;
  }
}

/* Correctif ciblé : le lecteur ne change plus de position au survol. */
@media (min-width: 721px) {
  body.is-home .funnel-voyage-window:hover,
  body.is-home .funnel-voyage-window:focus-visible {
    transform: translateY(-36%);
  }
}

@media (max-width: 720px) {
  body.is-home .funnel-voyage-window:hover,
  body.is-home .funnel-voyage-window:focus-visible {
    transform: none;
  }
}

/* Finition mobile : menu standard, réassurances réunies et repères centrés. */
@media (max-width: 760px) {
  body.is-home button.menu-toggle {
    right: 8px;
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    gap: 0;
    padding: 0;
    border: 1px solid rgba(10, 52, 75, .10);
    border-radius: 12px;
    color: #0a344b;
    background: rgba(255, 255, 255, .76);
    box-shadow:
      0 5px 16px rgba(3, 43, 65, .08),
      inset 0 1px 0 rgba(255, 255, 255, .88);
    transform: translateY(-50%);
    backdrop-filter: blur(12px) saturate(1.08);
    -webkit-backdrop-filter: blur(12px) saturate(1.08);
  }

  body.is-home button.menu-toggle > span:not(.sr-only) {
    position: absolute;
    left: 50%;
    display: block;
    width: 19px;
    height: 2px;
    margin: 0;
    border-radius: 999px;
    background: currentColor;
    transform: translate(-50%, -50%);
    transform-origin: center;
    transition: opacity 180ms ease, transform 180ms ease;
  }

  body.is-home button.menu-toggle > span:nth-child(2) {
    top: calc(50% - 6px);
  }

  body.is-home button.menu-toggle > span:nth-child(3) {
    top: 50%;
  }

  body.is-home button.menu-toggle > span:nth-child(4) {
    top: calc(50% + 6px);
  }

  body.is-home button.menu-toggle[aria-expanded="true"] > span:nth-child(2) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }

  body.is-home button.menu-toggle[aria-expanded="true"] > span:nth-child(3) {
    opacity: 0;
  }

  body.is-home button.menu-toggle[aria-expanded="true"] > span:nth-child(4) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
  }

  body.is-home button.menu-toggle:active {
    transform: translateY(-50%) scale(.96);
  }

  body.is-home .funnel-hero .hero-actions-expanded p {
    display: grid !important;
    grid-template-columns: auto auto auto !important;
    justify-content: stretch;
    gap: 0;
    overflow: hidden;
    width: 100%;
    margin: 3px auto 0;
    padding: 9px 10px 8px;
    border: 1px solid rgba(255, 255, 255, .24);
    border-radius: 10px;
    color: rgba(255, 255, 255, .92);
    background: rgba(4, 40, 58, .25);
    box-shadow:
      0 8px 22px rgba(0, 24, 40, .08),
      inset 0 1px 0 rgba(255, 255, 255, .12);
    font-size: 11px !important;
    line-height: 1.25;
    text-align: center;
    backdrop-filter: blur(8px) saturate(1.02);
    -webkit-backdrop-filter: blur(8px) saturate(1.02);
  }

  body.is-home .funnel-hero .hero-actions-expanded p span {
    display: flex;
    min-width: 0;
    min-height: 20px;
    align-items: center;
    justify-content: center;
    padding: 0 7px;
    border: 0;
    line-height: 1.25;
    white-space: nowrap;
  }

  body.is-home .funnel-hero .hero-actions-expanded p span:nth-child(2),
  body.is-home .funnel-hero .hero-actions-expanded p span:nth-child(3) {
    border-left: 1px solid rgba(217, 164, 65, .60);
  }

  body.is-home .funnel-hero .hero-actions-expanded p span:nth-child(4) {
    grid-column: 1 / -1;
    width: 100%;
    min-height: 26px;
    margin-top: 6px;
    padding-top: 6px;
    border-top: 1px solid rgba(255, 255, 255, .14);
  }

  body.is-home .funnel-hero .hero-actions-expanded p span + span::before,
  body.is-home .funnel-hero .hero-actions-expanded p span:nth-child(even)::before {
    content: none;
  }

  body.is-home .funnel-carnet-list li::before {
    top: 50%;
    transform: translateY(-50%);
  }
}

@media (max-width: 360px) {
  body.is-home .funnel-hero .hero-actions-expanded p {
    padding-right: 7px;
    padding-left: 7px;
    font-size: 10.25px !important;
  }

  body.is-home .funnel-hero .hero-actions-expanded p span {
    padding-right: 5px;
    padding-left: 5px;
  }
}
