﻿:root {
  --ink: #0a344b;
  --ink-soft: rgba(10, 52, 75, .74);
  --muted: #657c83;
  --deep: #064f7b;
  --sea: #006ca8;
  --sky: #d6edf8;
  --night: #033657;
  --gold: #c58d3a;
  --gold-soft: rgba(197, 141, 58, .16);
  --paper: #fff8ed;
  --cream: #fbf3e6;
  --foam: #eefafa;
  --white: #fff;
  --line: rgba(10, 52, 75, .12);
  --glass: rgba(255, 255, 255, .24);
  --shadow-soft: 0 22px 64px rgba(6, 44, 66, .10);
  --shadow-card: 0 28px 82px rgba(6, 44, 66, .12);
  --shadow-hover: 0 34px 96px rgba(6, 44, 66, .18);
  --radius: 8px;
  --max: 1080px;
  --wide: 1280px;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 14%, rgba(214, 237, 248, .56), transparent 30%),
    radial-gradient(circle at 92% 22%, rgba(0, 108, 168, .10), transparent 32%),
    radial-gradient(circle at 18% 74%, rgba(115, 157, 125, .08), transparent 34%),
    linear-gradient(180deg, #fff8ed 0%, #f5f3eb 38%, #eef8fa 68%, #fbf4e8 100%);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.75;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body:not(.is-home) {
  background:
    radial-gradient(circle at 16% 10%, rgba(214, 237, 248, .54), transparent 28%),
    radial-gradient(circle at 86% 70%, rgba(0, 108, 168, .10), transparent 30%),
    linear-gradient(180deg, #edf8fb, var(--paper));
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

p,
h1,
h2,
h3 {
  margin: 0;
}

h1,
h2,
h3 {
  color: var(--ink);
  font-family: var(--serif);
  font-weight: 500;
  letter-spacing: 0;
  text-wrap: balance;
}

h1 {
  max-width: 680px;
  font-size: clamp(42px, 5.1vw, 72px);
  line-height: 1.06;
}

h2 {
  font-size: clamp(35px, 4vw, 58px);
  line-height: 1.08;
}

h3 {
  font-size: 21px;
  line-height: 1.25;
}

p {
  text-wrap: pretty;
}

.page {
  display: none;
}

.page.is-active {
  display: block;
}

.page-home {
  background:
    linear-gradient(180deg, rgba(255, 248, 237, .18), rgba(238, 248, 250, .52) 34%, rgba(247, 243, 234, .48) 64%, rgba(238, 248, 250, .50)),
    radial-gradient(circle at 12% 28%, rgba(0, 108, 168, .07), transparent 28%),
    radial-gradient(circle at 88% 58%, rgba(115, 157, 125, .08), transparent 30%);
}

.section-label {
  display: none;
}

.muted,
small {
  color: var(--muted);
}

.button,
.header-cta {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 7px;
  font-weight: 760;
  line-height: 1;
  cursor: pointer;
  transition:
    transform .34s cubic-bezier(.2, .8, .2, 1),
    box-shadow .34s ease,
    background .34s ease,
    border-color .34s ease,
    color .34s ease,
    filter .34s ease;
}

.button-primary,
.header-cta {
  color: #fff;
  background:
    linear-gradient(135deg, rgba(0, 120, 184, .98), rgba(0, 93, 150, .98) 50%, rgba(3, 54, 87, .98)),
    linear-gradient(180deg, rgba(255, 255, 255, .18), transparent);
  border-color: rgba(217, 238, 245, .52);
  box-shadow:
    0 22px 54px rgba(0, 83, 135, .32),
    inset 0 1px 0 rgba(255, 255, 255, .34);
}

.button-primary:hover,
.header-cta:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, .70);
  box-shadow:
    0 34px 78px rgba(0, 83, 135, .38),
    0 0 0 8px rgba(0, 108, 168, .11),
    inset 0 1px 0 rgba(255, 255, 255, .42);
}

.button-ghost {
  color: var(--deep);
  background: rgba(255, 255, 255, .50);
  border-color: rgba(0, 108, 168, .26);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .7);
}

.button-ghost:hover,
.button-light:hover {
  transform: translateY(-3px);
  color: var(--deep);
  background: rgba(232, 244, 250, .90);
  border-color: rgba(0, 108, 168, .44);
  box-shadow: 0 22px 58px rgba(0, 83, 135, .13);
}

.button-light {
  color: var(--ink);
  background: rgba(255, 248, 237, .94);
  border-color: rgba(255, 248, 237, .86);
  box-shadow: 0 18px 46px rgba(0, 0, 0, .18);
}

.site-header {
  position: fixed;
  z-index: 100;
  top: 18px;
  left: clamp(18px, 3vw, 42px);
  right: clamp(18px, 3vw, 42px);
  display: grid;
  min-height: 76px;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: clamp(22px, 4vw, 54px);
  padding: 10px 14px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .46);
  border-radius: 8px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(255, 250, 242, .48), rgba(226, 244, 248, .20)),
    rgba(12, 82, 106, .24);
  box-shadow:
    0 18px 55px rgba(5, 31, 42, .12),
    inset 0 1px 0 rgba(255, 255, 255, .55);
  backdrop-filter: blur(18px) saturate(1.16);
  transition: top .4s ease, background .4s ease, box-shadow .4s ease, border-color .4s ease;
}

.site-header::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .20), transparent 34%, rgba(255, 255, 255, .12)),
    radial-gradient(circle at 12% 0%, rgba(197, 141, 58, .18), transparent 32%);
}

.site-header.is-scrolled,
body:not(.is-home) .site-header {
  top: 12px;
  color: var(--ink);
  background:
    linear-gradient(135deg, rgba(255, 248, 237, .96), rgba(238, 249, 250, .90));
  border-color: rgba(16, 55, 68, .10);
  box-shadow:
    0 22px 70px rgba(6, 42, 55, .14),
    inset 0 1px 0 rgba(255, 255, 255, .75);
}

.brand,
.main-nav,
.header-cta,
.menu-toggle {
  position: relative;
  z-index: 2;
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
}

.brand img {
  width: clamp(188px, 15.2vw, 226px);
  filter: drop-shadow(0 12px 22px rgba(3, 22, 26, .18));
  transition: transform .4s ease, filter .4s ease;
}

.brand:hover img {
  transform: translateY(-1px);
  filter: drop-shadow(0 16px 28px rgba(3, 22, 26, .20));
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(26px, 4.5vw, 58px);
  font-size: 14px;
  font-weight: 750;
}

.main-nav a {
  position: relative;
  padding: 12px 0;
  transition: color .3s ease, transform .3s ease;
}

.main-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 6px;
  left: 0;
  height: 1px;
  transform: scaleX(0);
  transform-origin: left center;
  background: linear-gradient(90deg, transparent, var(--gold), var(--sea), transparent);
  transition: transform .42s cubic-bezier(.2, .8, .2, 1);
}

.main-nav a:hover {
  color: var(--gold);
  transform: translateY(-1px);
}

.main-nav a:hover::after {
  transform: scaleX(1);
}

.menu-toggle,
.mobile-menu-mark {
  display: none;
}

.hero {
  position: relative;
  min-height: min(760px, 80vh);
  display: grid;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  color: #fff;
  background: #0b3948;
}

.hero-media,
.hero-media img,
.hero-shade,
.hero::before,
.hero::after {
  position: absolute;
  inset: 0;
}

.hero-media {
  z-index: 0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  filter: saturate(1.12) contrast(1) brightness(1.26);
  transform: scale(1);
  transition: transform 12s ease, filter .8s ease;
}

.hero:hover .hero-media img {
  transform: scale(1.012);
  filter: saturate(1.13) contrast(1.01) brightness(1.28);
}

.hero::before {
  content: "";
  z-index: 1;
  background:
    radial-gradient(circle at 76% 24%, rgba(217, 238, 245, .24), transparent 28%),
    radial-gradient(circle at 30% 72%, rgba(255, 233, 190, .12), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, .08), transparent 22%, rgba(4, 30, 38, .18));
  mix-blend-mode: screen;
  pointer-events: none;
}

.hero::after {
  content: "";
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(3, 36, 56, .52), rgba(3, 36, 56, .20) 44%, rgba(3, 36, 56, .03) 78%),
    radial-gradient(circle at 18% 78%, rgba(255, 248, 237, .24), transparent 34%);
  pointer-events: none;
}

.hero-shade {
  z-index: 2;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .12), rgba(7, 52, 68, .05) 46%, rgba(4, 25, 32, .32)),
    radial-gradient(circle at 40% 72%, rgba(255, 248, 237, .34), transparent 34%);
}

.hero-inner {
  position: relative;
  z-index: 3;
  width: min(var(--max), calc(100% - 64px));
  margin: 0 auto;
  padding: 116px 0 46px;
  filter: drop-shadow(0 18px 50px rgba(0, 0, 0, .20));
}

.hero .eyebrow {
  position: relative;
  display: inline-block;
  max-width: 640px;
  margin-bottom: 16px;
  color: #dca64f;
  font-size: 11px;
  font-weight: 850;
  line-height: 1.4;
  letter-spacing: .09em;
  text-transform: uppercase;
  text-shadow: 0 12px 28px rgba(0, 0, 0, .22);
}

.hero .eyebrow::after {
  content: "";
  display: block;
  width: 74px;
  height: 1px;
  margin-top: 14px;
  background: linear-gradient(90deg, var(--gold), transparent);
  box-shadow: 0 0 22px rgba(197, 141, 58, .42);
}

.hero h1 {
  max-width: 820px;
  margin-bottom: 22px;
  color: #fff;
  font-size: clamp(36px, 4.15vw, 54px);
  line-height: 1.08;
  text-wrap: balance;
}

.hero h1 span {
  display: block;
}

.hero-copy {
  max-width: 650px;
  color: rgba(255, 255, 255, .93);
  font-size: clamp(15px, 1.1vw, 17px);
  line-height: 1.88;
}

.hero-copy strong {
  color: rgba(255, 255, 255, .98);
  font-weight: 760;
}

.hero-actions {
  position: relative;
  display: flex;
  width: fit-content;
  max-width: 100%;
  align-items: center;
  gap: 20px;
  margin-top: 28px;
  padding: 14px 16px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .34);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .22), rgba(255, 255, 255, .08)),
    rgba(3, 54, 87, .28);
  box-shadow:
    0 24px 70px rgba(0, 65, 110, .20),
    inset 0 1px 0 rgba(255, 255, 255, .24);
  backdrop-filter: blur(18px) saturate(1.08);
}

.hero-actions::before {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-120%);
  background: linear-gradient(100deg, transparent, rgba(255, 255, 255, .20), transparent);
  transition: transform .9s ease;
  pointer-events: none;
}

.hero-actions:hover::before {
  transform: translateX(120%);
}

.hero-actions p {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
  color: rgba(255, 248, 237, .92);
  font-size: 12.5px;
  font-weight: 760;
  line-height: 1.5;
}

.hero-actions p span {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}

.hero-actions p span + span::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 16px;
  margin: 0 12px;
  background: linear-gradient(180deg, transparent, rgba(197, 141, 58, .92), transparent);
  box-shadow: 0 0 12px rgba(197, 141, 58, .36);
}

.section {
  position: relative;
  width: min(var(--max), calc(100% - 64px));
  margin: 0 auto;
  padding: clamp(92px, 9vw, 132px) 0;
  isolation: isolate;
}

.section::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(13, 95, 127, .12), rgba(197, 141, 58, .10), transparent);
  pointer-events: none;
}

.section:not(.why)::before {
  content: "";
  display: block;
  width: 96px;
  height: 1px;
  margin-bottom: 32px;
  background: linear-gradient(90deg, rgba(197, 141, 58, .10), rgba(197, 141, 58, .78), rgba(13, 95, 127, .28), transparent);
  box-shadow: 0 0 26px rgba(197, 141, 58, .22);
}

.section-head {
  max-width: 820px;
  margin-bottom: 56px;
}

.section-head h2 {
  margin-bottom: 26px;
  text-shadow: 0 16px 34px rgba(11, 54, 68, .06);
}

.section-head h2::after {
  content: "";
  display: block;
  width: 42px;
  height: 1px;
  margin-top: 18px;
  background: linear-gradient(90deg, var(--gold), transparent);
}

.section-head p:not(.section-label),
.route-copy p,
.principle p,
.destination-card p,
.step p,
.compact-principles p {
  color: var(--ink-soft);
}

.section-head p:not(.section-label) {
  max-width: 730px;
  font-size: 16.5px;
  line-height: 1.88;
}

.section-head p:not(.section-label) strong {
  color: var(--ink);
  font-weight: 780;
}

.approach {
  background: transparent;
}

.approach-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.principle,
.destination-card,
.step,
.compact-principles p,
.email-capture,
.next-choice,
.contact-form,
.thanks-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .62);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 255, 255, .54), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, .88), rgba(255, 250, 242, .76));
  box-shadow:
    var(--shadow-soft),
    inset 0 1px 0 rgba(255, 255, 255, .70);
  transition:
    transform .42s cubic-bezier(.2, .8, .2, 1),
    box-shadow .42s ease,
    border-color .42s ease,
    background .42s ease;
}

.principle:hover,
.destination-card:hover,
.step:hover,
.compact-principles p:hover,
.email-capture:hover,
.next-choice:hover,
.contact-form:hover,
.thanks-card:hover {
  transform: translateY(-8px);
  border-color: rgba(197, 141, 58, .24);
  box-shadow: var(--shadow-hover);
}

.principle {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  align-items: center;
  padding: 38px 28px 36px;
  text-align: center;
}

.principle img {
  width: 50px;
  height: 50px;
  margin-bottom: 24px;
  object-fit: contain;
  filter: sepia(.16) saturate(1.05) hue-rotate(128deg) drop-shadow(0 12px 22px rgba(11, 54, 68, .12));
  transition: transform .42s ease, filter .42s ease;
}

.principle:hover img {
  transform: translateY(-3px) scale(1.04);
}

.principle h3 {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  font-family: var(--sans);
  font-size: 19px;
  font-weight: 830;
}

.principle p {
  font-size: 14px;
  line-height: 1.9;
}

.closing-line {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, .82fr) minmax(0, 1.18fr);
  gap: clamp(34px, 4.5vw, 64px);
  align-items: center;
  margin-top: 66px;
  padding: clamp(22px, 3.2vw, 38px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .66);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 18% 10%, rgba(255, 255, 255, .72), transparent 26%),
    radial-gradient(circle at 84% 84%, rgba(0, 108, 168, .16), transparent 38%),
    linear-gradient(135deg, rgba(255, 250, 242, .94), rgba(232, 244, 250, .90));
  box-shadow:
    0 32px 90px rgba(6, 44, 66, .12),
    inset 0 1px 0 rgba(255, 255, 255, .72);
}

.closing-line::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 3px;
  background: linear-gradient(180deg, transparent, var(--gold), transparent);
}

.closing-line::after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -100px;
  width: 260px;
  height: 260px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(13, 95, 127, .14), transparent 64%);
}

.closing-line > img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: clamp(300px, 31vw, 440px);
  object-fit: cover;
  object-position: 42% 48%;
  border-radius: 7px;
  filter: saturate(1.10) contrast(1.02) brightness(1.08);
  box-shadow: 0 28px 70px rgba(0, 83, 135, .20);
}

.closing-line > div {
  position: relative;
  z-index: 1;
}

.closing-line p {
  position: relative;
  max-width: 660px;
  margin-bottom: 0;
  font-family: var(--serif);
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.18;
  text-wrap: balance;
}

.closing-line p span {
  display: block;
}

.dual-actions {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: fit-content;
  max-width: 100%;
  align-items: center;
  gap: 12px;
  margin-top: 30px;
  padding: 14px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .62);
  border-radius: 8px;
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 255, 255, .44), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, .52), rgba(232, 244, 250, .38));
  box-shadow:
    0 22px 64px rgba(0, 83, 135, .13),
    inset 0 1px 0 rgba(255, 255, 255, .72);
  backdrop-filter: blur(14px);
}

.dual-actions::before {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-120%);
  background: linear-gradient(100deg, transparent, rgba(255, 255, 255, .28), transparent);
  transition: transform .9s ease;
  pointer-events: none;
}

.dual-actions:hover::before {
  transform: translateX(120%);
}

.dual-actions .button {
  min-height: 46px;
  white-space: nowrap;
}

.destinations {
  background: transparent;
}

.destination-scroll {
  position: relative;
}

.destination-scroll::after {
  content: "→";
  position: absolute;
  top: 50%;
  right: 12px;
  z-index: 4;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  width: 42px;
  height: 42px;
  justify-content: center;
  border: 1px solid rgba(0, 108, 168, .16);
  border-radius: 999px;
  color: var(--deep);
  background:
    radial-gradient(circle at 25% 0%, rgba(255, 255, 255, .96), transparent 44%),
    linear-gradient(135deg, rgba(255, 255, 255, .90), rgba(232, 244, 250, .78));
  box-shadow:
    0 16px 38px rgba(0, 83, 135, .12),
    inset 0 1px 0 rgba(255, 255, 255, .86);
  font-family: var(--sans);
  font-size: 20px;
  font-weight: 840;
  line-height: 1;
  backdrop-filter: blur(10px);
  pointer-events: none;
}

.destination-scroll::before {
  content: "";
  position: absolute;
  top: 0;
  right: -1px;
  bottom: 18px;
  z-index: 3;
  width: min(170px, 18vw);
  background: linear-gradient(90deg, rgba(255, 248, 237, 0), rgba(238, 248, 250, .74) 72%, rgba(238, 248, 250, .96));
  pointer-events: none;
}

.destination-track {
  display: grid;
  align-items: stretch;
  grid-auto-columns: minmax(282px, 1fr);
  grid-auto-flow: column;
  gap: 18px;
  overflow-x: auto;
  padding: 4px 78px 22px 0;
  scroll-snap-type: x proximity;
  scroll-behavior: smooth;
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 108, 168, .58) rgba(10, 52, 75, .10);
}

.destination-track::-webkit-scrollbar {
  height: 7px;
}

.destination-track::-webkit-scrollbar-track {
  background: rgba(10, 52, 75, .10);
  border-radius: 999px;
}

.destination-track::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: linear-gradient(90deg, var(--sea), var(--deep));
}

.destination-card {
  display: flex;
  height: 100%;
  min-width: 280px;
  flex-direction: column;
  scroll-snap-align: start;
  background: linear-gradient(180deg, rgba(255, 250, 242, .95), rgba(247, 239, 225, .92));
}

.destination-card img {
  width: 100%;
  aspect-ratio: 4 / 4.7;
  object-fit: cover;
  filter: saturate(1.08) contrast(1.06) brightness(1.03);
  transition: transform .9s cubic-bezier(.2, .8, .2, 1), filter .7s ease;
}

.destination-card:hover img {
  transform: scale(1.055);
  filter: saturate(1.18) contrast(1.09) brightness(1.07);
}

.destination-card div {
  display: flex;
  min-height: 292px;
  flex: 1;
  flex-direction: column;
  padding: 22px;
}

.destination-card h3 {
  margin-bottom: 12px;
  font-size: 25px;
}

.destination-card p {
  font-size: 14.5px;
  line-height: 1.75;
}

.destination-card a {
  position: relative;
  align-self: flex-start;
  margin-top: auto;
  padding-top: 18px;
  color: var(--sea);
  font-weight: 800;
  transition: color .3s ease, transform .3s ease;
}

.destination-card a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -4px;
  left: 0;
  height: 1px;
  transform: scaleX(.35);
  transform-origin: left center;
  background: linear-gradient(90deg, var(--gold), transparent);
  transition: transform .35s ease;
}

.destination-card:hover a {
  color: var(--deep);
  transform: translateX(2px);
}

.destination-card:hover a::after {
  transform: scaleX(1);
}

.process {
  width: 100%;
  max-width: none;
  padding-right: 0;
  padding-left: 0;
  background:
    linear-gradient(180deg, rgba(238, 248, 250, .30), rgba(255, 248, 237, .28));
}

.process::before {
  margin-left: max(32px, calc((100% - var(--max)) / 2));
}

.process > .section-head,
.process > .center-action {
  width: min(var(--max), calc(100% - 64px));
  margin-right: auto;
  margin-left: auto;
}

.steps {
  display: grid;
  width: min(var(--wide), calc(100% - 64px));
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 0 auto;
}

.step {
  padding: 22px 22px 26px;
}

.step-visual {
  width: 100%;
  aspect-ratio: 16 / 9;
  margin-bottom: 22px;
  border-radius: 7px;
  object-fit: cover;
  filter: saturate(1.08) contrast(1.05) brightness(1.04);
  transition: transform .7s cubic-bezier(.2, .8, .2, 1), filter .7s ease;
}

.step:hover .step-visual {
  transform: translateY(-2px) scale(1.018);
}

.step span {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 8px 12px;
  border: 1px solid rgba(13, 95, 127, .16);
  border-radius: 999px;
  color: var(--deep);
  background: linear-gradient(135deg, rgba(13, 95, 127, .12), rgba(255, 248, 237, .76));
  box-shadow:
    0 12px 30px rgba(13, 95, 127, .10),
    inset 0 1px 0 rgba(255, 255, 255, .74);
  font-size: 11.5px;
  font-weight: 880;
  letter-spacing: .08em;
}

.step h3 {
  margin-bottom: 14px;
  font-family: var(--sans);
  font-size: 20px;
  font-weight: 830;
}

.step p,
.step small {
  display: block;
  font-size: 14.5px;
  line-height: 1.75;
}

.step small {
  margin-top: 18px;
}

.center-action {
  margin-top: 38px;
  text-align: center;
}

.why {
  display: grid;
  grid-template-columns: minmax(360px, .92fr) minmax(0, 1.08fr);
  gap: clamp(28px, 4vw, 54px) clamp(34px, 4.8vw, 66px);
  align-items: start;
  padding-top: clamp(100px, 10vw, 144px);
  padding-bottom: clamp(104px, 10vw, 148px);
  background: transparent;
}

.why::before {
  margin-left: 0;
}

.why-intro {
  grid-column: 1 / -1;
  max-width: none;
  margin: 0 0 18px;
  text-align: left;
}

.why-intro h2 {
  margin-bottom: 26px;
}

.why-intro h2::after {
  content: "";
  display: block;
  width: 42px;
  height: 1px;
  margin-top: 18px;
  background: linear-gradient(90deg, var(--gold), transparent);
}

.why-intro > p:not(.section-label) {
  max-width: 860px;
  color: var(--ink-soft);
  font-size: 16.5px;
  line-height: 1.88;
}

.why-media img {
  width: 100%;
  min-height: 660px;
  border-radius: 8px;
  object-fit: cover;
  object-position: 42% 42%;
  filter: saturate(1.12) contrast(1.02) brightness(1.08);
  box-shadow: 0 34px 90px rgba(0, 83, 135, .20);
}

.why-aside {
  position: relative;
  grid-column: 1;
  padding: clamp(28px, 3.4vw, 42px);
  border: 1px solid rgba(255, 255, 255, .66);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 10% 0%, rgba(255, 255, 255, .74), transparent 30%),
    linear-gradient(135deg, rgba(255, 250, 242, .88), rgba(232, 244, 250, .82));
  box-shadow:
    0 28px 78px rgba(0, 83, 135, .10),
    inset 0 1px 0 rgba(255, 255, 255, .78);
}

.why-content {
  grid-column: 2;
  grid-row: 2 / span 2;
  align-self: stretch;
}

.why-content > .button {
  margin-top: 10px;
}

.compact-principles {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 0 0 32px;
}

.compact-principles p {
  min-height: 100%;
  padding: 26px 22px 26px 66px;
  font-size: 13.5px;
  line-height: 1.78;
}

.compact-principles img {
  position: absolute;
  top: 18px;
  left: 17px;
  width: 30px;
  height: 30px;
  object-fit: contain;
  filter: sepia(.16) saturate(1.05) hue-rotate(128deg);
}

.compact-principles strong {
  display: block;
  margin-bottom: 6px;
  color: var(--ink);
}

.why-conclusion {
  margin: 0 0 24px;
  padding-top: 0;
  border-top: 0;
  font-family: var(--serif);
  font-size: clamp(25px, 2.35vw, 36px);
  line-height: 1.28;
  text-wrap: balance;
}

.closing-hero {
  position: relative;
  min-height: 72vh;
  display: grid;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  color: #fff;
}

.closing-hero img,
.closing-hero::after {
  position: absolute;
  inset: 0;
}

.closing-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.08) contrast(1.05) brightness(.95);
}

.closing-hero::after {
  content: "";
  z-index: 1;
  background:
    radial-gradient(circle at 32% 48%, rgba(255, 248, 237, .16), transparent 34%),
    linear-gradient(90deg, rgba(4, 28, 38, .72), rgba(4, 28, 38, .22) 56%, rgba(4, 28, 38, .06));
}

.closing-hero > div {
  position: relative;
  z-index: 2;
  width: min(var(--max), calc(100% - 64px));
  margin: 0 auto;
  padding: 90px 0;
}

.closing-hero p {
  max-width: 760px;
  margin-bottom: 30px;
  color: #fff;
  font-family: var(--serif);
  font-size: clamp(33px, 4.4vw, 64px);
  line-height: 1.12;
  text-wrap: balance;
  text-shadow: 0 18px 44px rgba(0, 0, 0, .28);
}

.closing-hero span {
  display: block;
  width: fit-content;
  max-width: 560px;
  margin-top: 32px;
  padding: 24px 28px;
  border-left: 2px solid rgba(197, 141, 58, .96);
  background:
    linear-gradient(90deg, rgba(255, 248, 237, .22), rgba(255, 248, 237, .05)),
    rgba(6, 39, 50, .16);
  box-shadow:
    0 24px 70px rgba(0, 0, 0, .20),
    inset 0 1px 0 rgba(255, 255, 255, .18);
  backdrop-filter: blur(10px);
  font-family: var(--serif);
  font-size: clamp(25px, 2.6vw, 38px);
  line-height: 1.35;
  text-wrap: balance;
}

.route-page {
  min-height: 100vh;
  padding: 132px 28px 72px;
  background:
    radial-gradient(circle at 16% 12%, rgba(217, 238, 245, .40), transparent 28%),
    radial-gradient(circle at 88% 72%, rgba(197, 141, 58, .10), transparent 30%),
    linear-gradient(180deg, var(--foam), var(--paper));
}

.route-shell,
.form-shell,
.thanks-card {
  filter: drop-shadow(0 28px 78px rgba(11, 54, 68, .08));
}

.route-shell {
  display: grid;
  width: min(1010px, 100%);
  grid-template-columns: minmax(0, .95fr) minmax(280px, 1.05fr);
  gap: clamp(30px, 5vw, 62px);
  align-items: center;
  margin: 0 auto;
}

.route-copy h1,
.form-intro h1,
.thanks-card h1 {
  margin-bottom: 26px;
  font-size: clamp(38px, 4.8vw, 62px);
}

.route-copy > p:not(.section-label),
.form-intro p {
  max-width: 560px;
  margin-bottom: 24px;
  color: var(--ink-soft);
}

.route-visual {
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
  filter: saturate(1.08) contrast(1.05) brightness(1.04);
  box-shadow: var(--shadow-card);
  transition: transform .7s cubic-bezier(.2, .8, .2, 1), filter .7s ease;
}

.route-shell:hover .route-visual {
  transform: translateY(-2px) scale(1.018);
}

.result-actions {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.email-capture,
.next-choice {
  padding: 24px;
}

.email-capture label,
.next-choice h2 {
  display: block;
  margin-bottom: 16px;
  color: var(--ink);
  font-family: var(--sans);
  font-size: 18px;
  font-weight: 830;
}

.next-choice p {
  margin-bottom: 18px;
  color: var(--ink-soft);
}

.inline-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid rgba(16, 55, 68, .16);
  border-radius: 7px;
  color: var(--ink);
  background: rgba(255, 255, 255, .78);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .65);
  transition: border-color .25s ease, box-shadow .25s ease, background .25s ease;
}

input,
select {
  min-height: 52px;
  padding: 0 16px;
}

textarea {
  min-height: 150px;
  padding: 14px 16px;
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: rgba(13, 95, 127, .54);
  background: #fff;
  box-shadow:
    0 0 0 4px rgba(13, 95, 127, .10),
    inset 0 1px 0 rgba(255, 255, 255, .8);
}

.form-shell {
  display: grid;
  width: min(1120px, 100%);
  grid-template-columns: minmax(420px, .92fr) minmax(480px, 1.08fr);
  gap: clamp(42px, 6vw, 76px);
  margin: 0 auto;
  align-items: start;
}

.contact-form {
  display: grid;
  gap: 20px;
  padding: clamp(28px, 4.2vw, 44px);
  border-color: rgba(255, 255, 255, .74);
  background:
    radial-gradient(circle at 14% 0%, rgba(255, 255, 255, .70), transparent 34%),
    linear-gradient(145deg, rgba(244, 252, 249, .92), rgba(232, 246, 245, .82) 52%, rgba(255, 250, 242, .74));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .72),
    0 30px 82px rgba(6, 61, 72, .12);
  backdrop-filter: blur(12px);
}

.contact-form label {
  display: grid;
  gap: 10px;
  color: var(--ink);
  font-weight: 800;
}

.contact-page .form-intro {
  padding-top: clamp(10px, 3vw, 36px);
}

.contact-page .form-intro h1 {
  white-space: nowrap;
  font-size: clamp(46px, 4.4vw, 58px);
  line-height: .96;
}

.contact-page .form-intro p {
  max-width: 430px;
  margin-bottom: 28px;
  font-size: 17px;
  line-height: 1.72;
}

.contact-photo {
  overflow: hidden;
  width: min(390px, 100%);
  aspect-ratio: 1.25;
  margin: 34px 0 0;
  border: 1px solid rgba(255, 255, 255, .70);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .52);
  box-shadow: 0 28px 72px rgba(6, 61, 72, .14);
}

.contact-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 45% 52%;
  filter: saturate(1.08) brightness(1.07);
}

.contact-form small {
  font-weight: 500;
}

.consent {
  display: grid !important;
  grid-template-columns: 22px minmax(0, 1fr);
  align-items: start;
  gap: 12px;
  font-weight: 500 !important;
}

.consent input {
  width: 20px;
  height: 20px;
  min-height: 20px;
  margin-top: 4px;
  padding: 0;
}

.consent span {
  min-width: 0;
}

.consent a {
  color: var(--deep);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.thanks-card {
  display: grid;
  width: min(940px, 100%);
  grid-template-columns: .9fr 1fr;
  gap: clamp(28px, 5vw, 60px);
  align-items: center;
  margin: 0 auto;
  padding: clamp(24px, 4vw, 44px);
}

.thanks-card img {
  width: 100%;
  border-radius: 8px;
}

.thanks-card h2 {
  margin: 24px 0 12px;
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: .10em;
}

.share-status {
  display: block;
  margin-top: 14px;
  color: var(--sea);
  font-weight: 800;
}

.site-footer {
  display: grid;
  grid-template-columns: 1.4fr .7fr .9fr;
  gap: 34px;
  padding: 38px clamp(24px, 5vw, 66px) 24px;
  border-top: 1px solid rgba(255, 255, 255, .55);
  color: rgba(16, 55, 68, .78);
  background:
    radial-gradient(circle at 6% 10%, rgba(255, 255, 255, .50), transparent 28%),
    linear-gradient(135deg, #eefbfc 0%, #c7e8ef 48%, #9bd1dd 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .65);
}

.site-footer h2,
.site-footer h3 {
  margin-bottom: 10px;
  color: var(--ink);
  font-family: var(--sans);
}

.site-footer h2 {
  font-family: var(--serif);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .02em;
}

.site-footer h3 {
  font-size: 13px;
  font-weight: 850;
}

.site-footer p,
.site-footer a {
  color: rgba(16, 55, 68, .72);
  font-size: 12.5px;
  line-height: 1.65;
}

.site-footer a {
  display: block;
  margin: 7px 0;
  transition: color .28s ease, transform .28s ease;
}

.site-footer a:hover {
  color: var(--deep);
  transform: translateX(3px);
}

.footer-bottom {
  grid-column: 1 / -1;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(16, 55, 68, .14);
  color: rgba(16, 55, 68, .62);
}

.reveal {
  opacity: 1;
  transform: none;
}

.js .reveal {
  opacity: 0;
  transform: translateY(18px);
  filter: blur(2px);
  transition:
    opacity .9s ease,
    transform .9s cubic-bezier(.18, .78, .2, 1),
    filter .9s ease;
}

.js .reveal.is-visible {
  opacity: 1;
  transform: none;
  filter: blur(0);
}

@media (prefers-reduced-motion: no-preference) {
  .hero-media img {
    animation: premiumHeroDrift 18s ease-in-out infinite alternate;
  }

  .hero-actions,
  .closing-line,
  .closing-hero span {
    animation: premiumQuietPulse 7s ease-in-out infinite;
  }
}

@keyframes premiumHeroDrift {
  from {
    transform: scale(1) translate3d(0, 0, 0);
  }
  to {
    transform: scale(1.014) translate3d(-6px, -3px, 0);
  }
}

@keyframes premiumQuietPulse {
  0%,
  100% {
    box-shadow: 0 24px 70px rgba(6, 44, 66, .10), inset 0 1px 0 rgba(255, 255, 255, .24);
  }
  50% {
    box-shadow: 0 30px 86px rgba(6, 44, 66, .15), inset 0 1px 0 rgba(255, 255, 255, .34);
  }
}

@media (max-width: 1100px) {
  .approach-grid,
  .steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .why,
  .route-shell,
  .form-shell,
  .thanks-card {
    grid-template-columns: 1fr;
  }

  .why-content,
  .why-aside {
    grid-column: 1;
    grid-row: auto;
  }

  .why-media img {
    min-height: 520px;
    max-height: 680px;
  }
}

@media (max-width: 980px) {
  .site-header {
    top: 10px;
    left: 10px;
    right: 10px;
    min-height: 66px;
    grid-template-columns: auto 42px;
    gap: 12px;
    padding: 9px 58px 9px 12px;
  }

  .brand img {
    width: 170px;
  }

  .main-nav {
    position: fixed;
    top: 86px;
    right: 10px;
    left: 10px;
    display: grid;
    gap: 0;
    padding: 10px;
    border: 1px solid rgba(16, 55, 68, .10);
    border-radius: 8px;
    background: rgba(255, 248, 237, .97);
    box-shadow: 0 24px 60px rgba(4, 25, 28, .16);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity .28s ease, transform .28s ease;
  }

  .main-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .main-nav a {
    padding: 14px 16px;
    color: var(--ink);
  }

  .header-cta {
    display: none;
  }

  .mobile-menu-mark {
    display: none !important;
  }

  button.menu-toggle {
    position: absolute;
    z-index: 3;
    top: 50%;
    right: 10px;
    display: flex;
    width: 42px;
    height: 42px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 0;
    border: 1px solid rgba(255, 248, 237, .92);
    border-radius: 8px;
    color: var(--ink);
    background: rgba(255, 248, 237, .96);
    box-shadow: 0 12px 30px rgba(4, 25, 28, .16);
    transform: translateY(-50%);
  }

  button.menu-toggle span {
    display: block;
    width: 17px;
    height: 2px;
    background: currentColor;
  }

  .site-header::before {
    display: none;
  }
}

@media (max-width: 720px) {
  h1 {
    font-size: clamp(34px, 9vw, 42px);
  }

  h2 {
    font-size: clamp(32px, 8.4vw, 42px);
  }

  .hero {
    min-height: 86vh;
  }

  .hero::after {
    background:
      linear-gradient(90deg, rgba(3, 36, 56, .50), rgba(3, 36, 56, .18)),
      linear-gradient(180deg, rgba(255, 255, 255, .05), rgba(3, 36, 56, .38));
  }

  .hero-inner {
    width: calc(100% - 40px);
    padding-top: 126px;
    padding-bottom: 48px;
  }

  .hero .eyebrow {
    max-width: 330px;
    font-size: 11px;
  }

  .hero h1 {
    max-width: 350px;
    font-size: clamp(33px, 8.4vw, 40px);
  }

  .hero-copy {
    max-width: 330px;
    font-size: 15px;
    line-height: 1.72;
  }

  .hero-actions {
    width: min(330px, 100%);
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    padding: 12px;
  }

  .hero-actions .button,
  .hero-actions p {
    width: 100%;
    text-align: center;
  }

  .section {
    width: calc(100% - 40px);
    padding-top: 76px;
    padding-bottom: 76px;
  }

  .section:not(.why)::before,
  .process::before {
    margin-left: 0;
  }

  .section-head {
    margin-bottom: 34px;
  }

  .closing-line {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 44px;
    padding: 18px;
  }

  .closing-line > img {
    height: 240px;
  }

  .closing-line p {
    font-size: clamp(27px, 7vw, 36px);
  }

  .why {
    gap: 28px;
    padding-top: 82px;
    padding-bottom: 86px;
  }

  .why-aside {
    padding: 26px 22px;
  }

  .why-intro {
    margin-bottom: 0;
  }

  .why-intro > p:not(.section-label) {
    font-size: 15px;
    line-height: 1.82;
  }

  .why-media img {
    min-height: 430px;
    max-height: 560px;
    object-position: 43% 38%;
  }

  .section-head p:not(.section-label) {
    font-size: 15px;
    line-height: 1.82;
  }

  .approach-grid,
  .steps,
  .compact-principles {
    grid-template-columns: 1fr;
  }

  .principle {
    padding: 28px 22px;
  }

  .closing-line {
    padding: 20px;
  }

  .destination-track {
    width: calc(100vw - 40px);
    margin-left: calc((100% - (100vw - 40px)) / 2);
    grid-auto-columns: minmax(270px, 82vw);
  }

  .destination-card div {
    min-height: 270px;
  }

  .process > .section-head,
  .process > .center-action,
  .steps {
    width: calc(100% - 40px);
  }

  .route-page {
    padding: 108px 20px 58px;
  }

  .route-shell,
  .form-shell,
  .thanks-card {
    width: 100%;
  }

  .contact-page .form-intro h1 {
    white-space: normal;
    font-size: clamp(42px, 13vw, 58px);
  }

  .contact-page .form-intro p {
    max-width: none;
    font-size: 15.5px;
    line-height: 1.72;
  }

  .contact-photo {
    width: 100%;
    margin-top: 24px;
    aspect-ratio: 1.45;
  }

  .inline-form {
    grid-template-columns: 1fr;
  }

  .contact-page .form-shell {
    max-width: 330px;
  }

  .contact-form {
    padding: 22px 18px;
  }

  .contact-form .button {
    width: 100%;
    white-space: normal;
  }

  .thanks-card {
    padding: 22px;
  }

  .closing-hero > div {
    width: calc(100% - 40px);
    padding: 70px 0;
  }

  .closing-hero p {
    font-size: clamp(31px, 8vw, 42px);
  }

  .closing-hero span {
    width: auto;
    padding: 22px 20px;
    font-size: clamp(23px, 6.2vw, 30px);
  }

  .site-footer {
    grid-template-columns: 1fr;
    gap: 22px;
    padding-top: 32px;
    padding-bottom: 20px;
    background:
      radial-gradient(circle at 10% 0%, rgba(255, 255, 255, .52), transparent 30%),
      linear-gradient(160deg, #eefbfc 0%, #c9e8ef 100%);
  }
}

@media (max-width: 420px) {
  .brand img {
    width: 164px;
  }

  .site-header {
    padding-right: 58px;
  }

  .hero-copy {
    max-width: 315px;
  }

  .contact-page .form-shell {
    max-width: 310px;
  }
}

/* Passe harmonisation cadres premium bleus */
.section.approach,
.section.destinations,
.section.process,
.section.why,
.form-shell,
.route-shell,
.thanks-card {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 16% 8%, rgba(255, 255, 255, .76), transparent 29%),
    radial-gradient(circle at 86% 72%, rgba(0, 108, 168, .18), transparent 42%),
    linear-gradient(135deg, rgba(255, 250, 242, .88), rgba(239, 249, 252, .86) 42%, rgba(224, 243, 249, .72));
  box-shadow:
    inset 3px 0 0 rgba(197, 141, 58, .72),
    0 34px 94px rgba(0, 83, 135, .12),
    inset 0 1px 0 rgba(255, 255, 255, .84);
}

.section.approach,
.section.destinations,
.section.why {
  padding-right: clamp(28px, 4vw, 48px);
  padding-left: clamp(28px, 4vw, 48px);
}

.section.process {
  width: min(var(--wide), calc(100% - 64px));
  max-width: var(--wide);
  padding: clamp(92px, 9vw, 132px) clamp(28px, 4vw, 48px);
}

.process::before {
  margin-left: 0;
}

.process > .section-head,
.process > .center-action,
.steps {
  width: 100%;
}

.page-home {
  background:
    radial-gradient(circle at 10% 12%, rgba(214, 237, 248, .58), transparent 28%),
    radial-gradient(circle at 88% 30%, rgba(0, 108, 168, .12), transparent 31%),
    radial-gradient(circle at 18% 82%, rgba(3, 54, 87, .06), transparent 34%),
    linear-gradient(180deg, #f7fcfd 0%, #eef8fb 31%, #fbf6ed 56%, #eef8fb 100%);
}

.principle,
.destination-card,
.step,
.compact-principles p,
.email-capture,
.next-choice,
.contact-form,
.thanks-card,
.why-aside,
.contact-photo {
  background:
    radial-gradient(circle at 16% 0%, rgba(255, 255, 255, .72), transparent 34%),
    linear-gradient(150deg, rgba(255, 255, 255, .88), rgba(239, 249, 252, .78) 54%, rgba(255, 250, 242, .70));
  box-shadow:
    inset 2px 0 0 rgba(197, 141, 58, .48),
    0 26px 72px rgba(0, 83, 135, .11),
    inset 0 1px 0 rgba(255, 255, 255, .78);
}

.principle:hover,
.destination-card:hover,
.step:hover,
.compact-principles p:hover,
.email-capture:hover,
.next-choice:hover,
.contact-form:hover,
.thanks-card:hover {
  box-shadow:
    inset 2px 0 0 rgba(197, 141, 58, .70),
    0 36px 96px rgba(0, 83, 135, .17),
    inset 0 1px 0 rgba(255, 255, 255, .88);
}

.button-primary,
.header-cta {
  background:
    linear-gradient(135deg, #087fbd 0%, #056b9f 46%, #033657 100%),
    linear-gradient(180deg, rgba(255, 255, 255, .20), transparent);
  border-color: rgba(214, 237, 248, .62);
  box-shadow:
    0 24px 56px rgba(0, 83, 135, .34),
    inset 0 1px 0 rgba(255, 255, 255, .38);
}

.button-primary:hover,
.header-cta:hover {
  box-shadow:
    0 34px 82px rgba(0, 83, 135, .40),
    0 0 0 8px rgba(214, 237, 248, .18),
    inset 0 1px 0 rgba(255, 255, 255, .46);
}

.hero-actions,
.dual-actions,
.center-action,
.result-actions {
  border: 1px solid rgba(255, 255, 255, .66);
  border-radius: 8px;
  background:
    radial-gradient(circle at 14% 0%, rgba(255, 255, 255, .54), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, .56), rgba(224, 243, 249, .42));
  box-shadow:
    inset 2px 0 0 rgba(197, 141, 58, .50),
    0 24px 70px rgba(0, 83, 135, .14),
    inset 0 1px 0 rgba(255, 255, 255, .78);
  backdrop-filter: blur(14px) saturate(1.08);
}

.center-action {
  display: flex;
  width: fit-content;
  max-width: 100%;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  margin: 42px auto 0;
  padding: 14px;
}

.section.process > .center-action {
  width: fit-content;
}

.form-shell,
.route-shell {
  padding: clamp(24px, 3.5vw, 42px);
}

/* Ajustements suite validation : relief par bloc, sans grand trait continu */
.section.approach,
.section.destinations,
.section.process,
.section.why,
.form-shell,
.route-shell,
.thanks-card {
  box-shadow:
    0 34px 94px rgba(0, 83, 135, .12),
    inset 0 -1px 0 rgba(197, 141, 58, .26),
    inset 0 1px 0 rgba(255, 255, 255, .84);
}

.hero-media {
  background:
    linear-gradient(90deg, rgba(3, 54, 87, .16), rgba(255, 248, 237, .10)),
    url("assets-site/photos/HERO_Coquillage.png") center center / cover no-repeat;
}

.hero-media img {
  object-fit: cover;
  object-position: 50% 54%;
  transform: scale(.90);
  filter: saturate(1.12) contrast(1) brightness(1.30);
  box-shadow: 0 0 90px rgba(3, 54, 87, .18);
}

.hero:hover .hero-media img {
  transform: scale(.915);
  filter: saturate(1.13) contrast(1.01) brightness(1.32);
}

.hero h1 {
  max-width: 880px;
}

.hero-actions p span + span::before {
  width: 2px;
  height: 19px;
  margin: 0 14px;
  background: linear-gradient(180deg, transparent 0%, rgba(197, 141, 58, 1) 20%, rgba(197, 141, 58, 1) 80%, transparent 100%);
  box-shadow: 0 0 16px rgba(197, 141, 58, .48);
}

.closing-line p {
  max-width: 540px;
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.2;
}

.closing-line p span {
  white-space: normal;
}

.center-action .button {
  min-height: 52px;
  padding-right: 28px;
  padding-left: 28px;
}

.center-action p {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
  margin: 0;
  color: rgba(10, 52, 75, .76);
  font-size: 12.5px;
  font-weight: 820;
  line-height: 1.45;
}

.center-action p span {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}

.center-action p span::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-right: 7px;
  border: 1px solid rgba(197, 141, 58, .82);
  border-radius: 999px;
  background: rgba(255, 255, 255, .72);
  box-shadow: 0 0 12px rgba(197, 141, 58, .22);
}

.center-action p span + span {
  margin-left: 14px;
  padding-left: 14px;
  border-left: 1px solid rgba(197, 141, 58, .54);
}

.why-action-card {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, .66);
  border-radius: 8px;
  background:
    radial-gradient(circle at 14% 0%, rgba(255, 255, 255, .54), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, .56), rgba(224, 243, 249, .42));
  box-shadow:
    0 24px 70px rgba(0, 83, 135, .14),
    inset 0 -1px 0 rgba(197, 141, 58, .28),
    inset 0 1px 0 rgba(255, 255, 255, .78);
  backdrop-filter: blur(14px) saturate(1.08);
}

.why-conclusion {
  font-size: clamp(24px, 2.2vw, 34px);
  line-height: 1.22;
}


@media (max-width: 720px) {
  .hero-media img {
    transform: scale(.96);
    object-position: 52% 55%;
  }

  .hero:hover .hero-media img {
    transform: scale(.97);
  }

  .center-action {
    align-items: stretch;
  }

  .center-action .button,
  .center-action p,
  .why-action-card,
  .why-action-card .button {
    width: 100%;
  }

  .center-action p {
    justify-content: center;
    text-align: center;
  }
}

.result-actions {
  padding: 14px;
}

.contact-form > .button,
.thanks-card .button,
.why-aside .button,
.route-copy > .button,
.closing-hero .button {
  box-shadow:
    0 24px 58px rgba(0, 83, 135, .22),
    inset 0 1px 0 rgba(255, 255, 255, .40);
}

.section-head p:not(.section-label),
.why-intro > p:not(.section-label),
.route-copy > p:not(.section-label),
.form-intro p {
  color: rgba(10, 52, 75, .78);
}

.closing-line p {
  font-size: clamp(24px, 2.35vw, 34px);
  line-height: 1.22;
}

.closing-line p span {
  white-space: nowrap;
}

.closing-line,
.why-aside {
  background:
    radial-gradient(circle at 14% 0%, rgba(255, 255, 255, .74), transparent 30%),
    radial-gradient(circle at 84% 82%, rgba(0, 108, 168, .20), transparent 40%),
    linear-gradient(135deg, rgba(255, 250, 242, .92), rgba(224, 243, 249, .86));
}

.destination-scroll::before {
  background: linear-gradient(90deg, rgba(239, 249, 252, 0), rgba(239, 249, 252, .80) 68%, rgba(239, 249, 252, .98));
}

.site-footer {
  background:
    radial-gradient(circle at 8% 8%, rgba(255, 255, 255, .60), transparent 30%),
    linear-gradient(135deg, #eff9fc 0%, #d6edf8 54%, #b6ddea 100%);
}

.rgpd-note {
  display: block;
  margin-top: 10px;
  color: rgba(16, 55, 68, .66);
  font-size: 12px;
  line-height: 1.45;
}

.rgpd-note a {
  color: var(--deep);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.legal-body {
  min-height: 100vh;
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 255, 255, .92), transparent 34%),
    linear-gradient(135deg, #f3fbfd 0%, #d9eef7 56%, #b8dfe9 100%);
  color: var(--ink);
}

.legal-page {
  width: min(980px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(28px, 5vw, 64px) 0;
}

.legal-brand {
  display: inline-flex;
  align-items: center;
  width: 220px;
  max-width: 72vw;
  margin-bottom: 28px;
}

.legal-brand img {
  width: 100%;
  height: auto;
}

.legal-card {
  border: 1px solid rgba(255, 255, 255, .78);
  border-radius: 8px;
  background: rgba(255, 252, 247, .82);
  box-shadow: 0 28px 88px rgba(3, 54, 87, .12);
  padding: clamp(28px, 5vw, 58px);
}

.legal-card h1 {
  margin: 8px 0 26px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(42px, 6vw, 72px);
  font-weight: 500;
  line-height: .98;
}

.legal-card h2 {
  margin: 28px 0 10px;
  color: var(--deep);
  font-family: var(--sans);
  font-size: 16px;
  font-weight: 850;
}

.legal-card p {
  max-width: 760px;
  margin: 0 0 12px;
  color: rgba(16, 55, 68, .78);
  font-size: 16px;
  line-height: 1.75;
}

.legal-return {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 26px;
  min-height: 44px;
  padding: 0 22px;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 8px;
  background: linear-gradient(135deg, var(--ocean), var(--deep));
  color: #fff;
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 850;
  text-decoration: none;
}

@media (max-width: 720px) {
  .section.approach,
  .section.destinations,
  .section.process,
  .section.why,
  .form-shell,
  .route-shell,
  .thanks-card {
    width: calc(100% - 32px);
    padding-right: 18px;
    padding-left: 18px;
  }

  .closing-line p span {
    white-space: normal;
  }

  .center-action,
  .result-actions {
    width: 100%;
  }

  .route-page {
    padding-top: 126px;
  }

  .thanks-card h1 {
    font-size: clamp(34px, 10vw, 44px);
    line-height: 1.08;
  }
}

/* Derniers ajustements cartouches et bloc dauphin */
.closing-line p {
  max-width: 470px;
  font-size: clamp(19px, 1.65vw, 25px);
  line-height: 1.24;
}

.closing-line p span {
  white-space: normal;
}

.hero-actions p span,
.center-action p span {
  padding-left: 0;
  background-image: none;
}

.center-action p span::before {
  display: none;
}

.center-action {
  position: relative;
  overflow: hidden;
}

.center-action::before {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-120%);
  background: linear-gradient(100deg, transparent, rgba(255, 255, 255, .28), transparent);
  transition: transform .9s ease;
  pointer-events: none;
}

.center-action:hover::before {
  transform: translateX(120%);
}

.center-action > * {
  position: relative;
  z-index: 1;
}

@media (max-width: 720px) {
  .closing-line p {
    max-width: 100%;
    font-size: clamp(22px, 6vw, 28px);
  }
}

/* Passe finale publication : direction premium ciblée */
.hero {
  min-height: min(740px, 82vh);
  background:
    radial-gradient(circle at 70% 58%, rgba(214, 237, 248, .22), transparent 30%),
    #093a52;
}

.hero-media::before {
  background:
    linear-gradient(90deg, rgba(3, 54, 87, .32), rgba(255, 248, 237, .04) 46%, rgba(3, 54, 87, .18)),
    url("assets-site/photos/HERO_Coquillage.png") center center / cover no-repeat;
  filter: blur(10px) saturate(1.08) brightness(.98);
}

.hero-media img {
  object-fit: cover;
  object-position: 58% 52%;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 7%, #000 93%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 7%, #000 93%, transparent 100%);
  filter: saturate(1.08) contrast(1.02) brightness(1.18);
}

.hero::after {
  background:
    linear-gradient(90deg, rgba(3, 36, 56, .50), rgba(3, 36, 56, .22) 42%, rgba(3, 36, 56, .05) 78%),
    radial-gradient(circle at 22% 78%, rgba(255, 248, 237, .20), transparent 34%);
}

.hero-shade {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .10), rgba(7, 52, 68, .03) 45%, rgba(4, 25, 32, .28)),
    radial-gradient(circle at 38% 74%, rgba(255, 248, 237, .24), transparent 34%);
}

.hero-inner {
  width: min(1040px, calc(100% - 64px));
  padding-top: 124px;
}

.hero h1 {
  max-width: 1040px;
  font-size: clamp(38px, 3.45vw, 50px);
  line-height: 1.12;
}

.hero-copy {
  max-width: 670px;
  line-height: 1.82;
}

.hero-actions {
  margin-top: 30px;
  padding: 13px 16px;
  background:
    radial-gradient(circle at 10% 0%, rgba(255, 255, 255, .58), transparent 35%),
    linear-gradient(135deg, rgba(242, 251, 249, .74), rgba(221, 241, 245, .58)),
    rgba(235, 249, 248, .50);
  box-shadow:
    0 24px 72px rgba(0, 83, 135, .18),
    inset 0 1px 0 rgba(255, 255, 255, .72),
    inset 0 -1px 0 rgba(197, 141, 58, .28);
}

.hero-actions p {
  color: rgba(10, 52, 75, .90);
  font-weight: 850;
}

.button-primary,
.header-cta,
.nav-primary,
.cta,
.cta-glass,
.share-button {
  background:
    linear-gradient(135deg, #087fbd 0%, #056b9f 46%, #033657 100%),
    linear-gradient(180deg, rgba(255, 255, 255, .20), transparent);
}

.closing-line p,
.why-conclusion,
.closing-hero span {
  text-wrap: balance;
}

.dual-actions,
.center-action,
.why-action-card {
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 255, 255, .62), transparent 35%),
    linear-gradient(135deg, rgba(255, 255, 255, .62), rgba(224, 243, 249, .48));
}

.section-head p:not(.section-label) strong,
.compact-principles strong {
  color: var(--deep);
}

.principle,
.destination-card,
.step,
.compact-principles p {
  box-shadow:
    0 24px 70px rgba(0, 83, 135, .10),
    inset 0 -1px 0 rgba(197, 141, 58, .18),
    inset 0 1px 0 rgba(255, 255, 255, .78);
}

.principle:hover,
.destination-card:hover,
.step:hover,
.compact-principles p:hover {
  transform: translateY(-6px);
  box-shadow:
    0 34px 92px rgba(0, 83, 135, .16),
    inset 0 -1px 0 rgba(197, 141, 58, .24),
    inset 0 1px 0 rgba(255, 255, 255, .86);
}

@media (max-width: 720px) {
  .hero {
    min-height: auto;
  }

  .hero-media img {
    object-fit: cover;
    object-position: 58% 52%;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .hero-inner {
    width: calc(100% - 32px);
    padding-top: 136px;
    padding-bottom: 38px;
  }

  .hero h1 {
    max-width: 350px;
    font-size: clamp(31px, 7.8vw, 38px);
  }

  .hero-copy {
    max-width: 100%;
    font-size: 14.5px;
    line-height: 1.68;
  }

  .hero-actions {
    width: 100%;
    padding: 12px;
  }

  .hero-actions p {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px 0;
    font-size: 11.5px;
    line-height: 1.25;
  }

  .hero-actions p span {
    white-space: nowrap;
  }

  .hero-actions p span + span::before {
    height: 14px;
    margin: 0 8px;
  }
}

/* Cloture finale : respiration, lisibilite et effet premium */
.closing-hero {
  min-height: min(720px, 88vh);
  padding-top: 86px;
  background:
    radial-gradient(circle at 22% 48%, rgba(58, 163, 205, .26), transparent 34%),
    linear-gradient(135deg, #082f48, #0c5f85);
}

.closing-hero img {
  object-position: 52% 50%;
  filter: saturate(1.06) contrast(1.02) brightness(1.12);
  transform: scale(1.015);
}

.closing-hero::after {
  background:
    radial-gradient(circle at 28% 42%, rgba(255, 248, 237, .20), transparent 30%),
    radial-gradient(circle at 70% 76%, rgba(74, 179, 220, .16), transparent 35%),
    linear-gradient(90deg, rgba(4, 31, 45, .62), rgba(4, 31, 45, .27) 48%, rgba(4, 31, 45, .08) 78%),
    linear-gradient(180deg, rgba(4, 31, 45, .10), rgba(4, 31, 45, .38));
}

.closing-hero > div {
  width: min(1080px, calc(100% - 64px));
  padding: clamp(74px, 8vh, 108px) 0 clamp(64px, 8vh, 96px);
}

.closing-hero p {
  max-width: 735px;
  margin: 0 0 26px;
  font-size: clamp(35px, 3.45vw, 52px);
  line-height: 1.12;
  letter-spacing: 0;
  text-shadow: 0 18px 46px rgba(0, 0, 0, .30);
}

.closing-hero .button-light {
  min-height: 52px;
  padding: 0 24px;
  border: 1px solid rgba(255, 255, 255, .70);
  color: #08364e;
  background:
    radial-gradient(circle at 14% 0%, rgba(255, 255, 255, .92), transparent 44%),
    linear-gradient(135deg, rgba(255, 250, 242, .96), rgba(224, 243, 249, .88));
  box-shadow:
    0 22px 58px rgba(0, 46, 73, .24),
    inset 0 1px 0 rgba(255, 255, 255, .86),
    inset 0 -1px 0 rgba(197, 141, 58, .22);
  backdrop-filter: blur(14px) saturate(1.12);
}

.closing-hero .button-light:hover {
  color: #062d43;
  transform: translateY(-3px);
  box-shadow:
    0 30px 74px rgba(0, 46, 73, .30),
    inset 0 1px 0 rgba(255, 255, 255, .92);
}

.closing-hero span {
  max-width: 540px;
  margin-top: 28px;
  padding: 22px 28px 24px;
  border-left: 3px solid rgba(197, 141, 58, .96);
  border-bottom: 1px solid rgba(255, 255, 255, .28);
  border-radius: 0 8px 8px 0;
  color: rgba(255, 255, 255, .96);
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 255, 255, .26), transparent 38%),
    linear-gradient(135deg, rgba(225, 244, 249, .20), rgba(7, 54, 76, .34));
  box-shadow:
    0 24px 74px rgba(0, 23, 36, .28),
    inset 0 1px 0 rgba(255, 255, 255, .22);
  backdrop-filter: blur(18px) saturate(1.12);
  font-size: clamp(24px, 2.25vw, 34px);
  line-height: 1.32;
  text-shadow: 0 14px 32px rgba(0, 0, 0, .28);
}

@media (max-width: 900px) {
  .closing-hero {
    min-height: auto;
    padding-top: 82px;
  }

  .closing-hero > div {
    width: calc(100% - 44px);
    padding: 72px 0 74px;
  }

  .closing-hero p {
    max-width: 680px;
    font-size: clamp(34px, 7vw, 48px);
  }
}

@media (max-width: 520px) {
  .closing-hero {
    padding-top: 72px;
  }

  .closing-hero img {
    object-position: 58% 50%;
  }

  .closing-hero > div {
    width: calc(100% - 36px);
    padding: 62px 0 66px;
  }

  .closing-hero p {
    font-size: clamp(30px, 9vw, 40px);
    line-height: 1.1;
  }

  .closing-hero .button-light {
    width: 100%;
  }

  .closing-hero span {
    max-width: 100%;
    padding: 20px 20px 22px;
    font-size: clamp(23px, 7vw, 30px);
  }
}

/* Couche spectaculaire sobre : images vivantes, reflets et profondeur */
.hero-media img,
.closing-hero img {
  transform: scale(calc(1.012 + (var(--image-drift, 0) * .018)));
  transform-origin: center;
  transition: transform .35s ease-out, filter .45s ease;
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    radial-gradient(circle at 68% 32%, rgba(255, 255, 255, .22), transparent 16%),
    linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, .10) 46%, transparent 58%);
  mix-blend-mode: screen;
  opacity: .70;
  animation: heroLightBreath 8s ease-in-out infinite;
}

.section.approach,
.section.destinations,
.section.process,
.section.why {
  position: relative;
  overflow: hidden;
}

.section.approach::after,
.section.destinations::after,
.section.process::after,
.section.why::after {
  content: "";
  position: absolute;
  inset: auto 8% 22px;
  height: 1px;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(197, 141, 58, .38), rgba(0, 108, 168, .24), transparent);
  opacity: .85;
}

.principle,
.destination-card,
.step,
.compact-principles p,
.closing-line,
.why-aside,
.closing-hero span {
  transition:
    transform .55s cubic-bezier(.2,.8,.2,1),
    box-shadow .55s ease,
    border-color .45s ease,
    filter .45s ease;
}

.destination-card img,
.step-visual,
.why-media img,
.closing-line > img {
  transition: transform .8s cubic-bezier(.2,.8,.2,1), filter .55s ease;
}

.destination-card:hover img,
.step:hover .step-visual,
.why-media:hover img,
.closing-line:hover > img {
  transform: scale(1.045);
  filter: saturate(1.12) contrast(1.04) brightness(1.08);
}

.button-primary,
.header-cta,
.button-light,
.cta,
.cta-glass,
.nav-primary {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.button-primary::after,
.header-cta::after,
.button-light::after,
.cta::after,
.cta-glass::after,
.nav-primary::after {
  content: "";
  position: absolute;
  inset: -2px;
  z-index: -1;
  transform: translateX(-86%) skewX(-18deg);
  background: linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, .08) 34%, rgba(255, 255, 255, .34) 50%, rgba(255, 255, 255, .08) 64%, transparent 100%);
  opacity: .72;
  transition: transform .72s ease;
}

.button-primary:hover::after,
.header-cta:hover::after,
.button-light:hover::after,
.cta:hover::after,
.cta-glass:hover::after,
.nav-primary:hover::after {
  transform: translateX(82%) skewX(-18deg);
}

.reveal {
  transform: translateY(28px) scale(.992);
}

.reveal.is-visible {
  transform: translateY(0) scale(1);
}

.closing-line:hover,
.why-aside:hover,
.closing-hero span:hover {
  transform: translateY(-5px);
  box-shadow:
    0 38px 100px rgba(0, 83, 135, .18),
    inset 0 1px 0 rgba(255, 255, 255, .86);
}

@keyframes heroLightBreath {
  0%, 100% { opacity: .46; transform: translateX(-2%) scale(1); }
  48% { opacity: .86; transform: translateX(3%) scale(1.02); }
}

@media (prefers-reduced-motion: reduce) {
  .hero-media img,
  .closing-hero img,
  .hero-media::after {
    animation: none;
    transform: none;
  }

  .destination-card img,
  .step-visual,
  .why-media img,
  .closing-line > img {
    transition: none;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Preview integration - Voyage interactif + cinematic hero */
.main-nav {
  gap: clamp(18px, 3.2vw, 42px);
}

.hero-actions-expanded {
  flex-wrap: wrap;
  gap: 12px;
}

.hero-actions-expanded .button {
  min-height: 46px;
}

.hero-actions-expanded p {
  flex-basis: 100%;
  justify-content: center;
}

.hero-actions .button-hero-secondary {
  color: #07364e;
  background:
    radial-gradient(circle at 14% 0%, rgba(255, 255, 255, .82), transparent 42%),
    linear-gradient(135deg, rgba(255, 250, 242, .78), rgba(224, 243, 249, .66));
  border-color: rgba(255, 255, 255, .68);
  box-shadow:
    0 18px 42px rgba(0, 83, 135, .13),
    inset 0 1px 0 rgba(255, 255, 255, .82);
}

.destination-actions {
  margin: -28px 0 34px;
}

.closing-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-bottom: 28px;
}

.closing-actions .button-light {
  margin: 0;
}

.button-light-secondary {
  color: #fff;
  background:
    linear-gradient(135deg, rgba(8, 127, 189, .88), rgba(3, 54, 87, .90)),
    linear-gradient(180deg, rgba(255, 255, 255, .18), transparent);
}

@media (max-width: 720px) {
  .hero-actions-expanded p {
    flex-basis: auto;
  }

  .destination-actions,
  .closing-actions {
    width: 100%;
  }

  .destination-actions .button,
  .closing-actions .button {
    width: 100%;
  }
}

/* Ajustements preview - corrections captures 2026-06-30 */
.hero-actions-expanded {
  flex-wrap: nowrap;
  align-items: center;
  gap: 10px;
  margin-top: 28px;
  padding: 10px 14px;
  background:
    radial-gradient(circle at 10% 0%, rgba(255, 255, 255, .46), transparent 34%),
    linear-gradient(135deg, rgba(242, 251, 249, .56), rgba(221, 241, 245, .40)),
    rgba(255, 255, 255, .18);
  border-color: rgba(255, 255, 255, .58);
  box-shadow:
    0 18px 52px rgba(0, 65, 110, .16),
    inset 0 1px 0 rgba(255, 255, 255, .38);
}

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

.hero-actions-expanded p {
  flex: 0 1 auto;
  flex-basis: auto;
  justify-content: flex-start;
  margin: 0 0 0 4px;
  color: rgba(10, 52, 75, .82);
  font-size: 11.8px;
  line-height: 1.2;
}

.hero-actions-expanded p span {
  white-space: nowrap;
}

.closing-line {
  grid-template-columns: minmax(270px, .72fr) minmax(0, 1.28fr);
  gap: clamp(28px, 3.6vw, 50px);
}

.closing-line p {
  max-width: 760px;
  font-size: clamp(22px, 1.9vw, 28px);
  line-height: 1.18;
}

.closing-line p span {
  white-space: nowrap;
}

@media (max-width: 1120px) {
  .hero-actions-expanded {
    flex-wrap: wrap;
  }

  .hero-actions-expanded p {
    flex-basis: 100%;
    justify-content: center;
    margin-left: 0;
  }

  .closing-line p span {
    white-space: normal;
  }
}

@media (max-width: 720px) {
  .hero-actions-expanded {
    flex-direction: column;
    align-items: stretch;
    padding: 12px;
  }

  .hero-actions-expanded p {
    width: 100%;
  }
}

/* Direction premium preview - liens, hero, verre depoli, profondeur */
body {
  background:
    radial-gradient(circle at 8% 8%, rgba(222, 245, 250, .58), transparent 31%),
    radial-gradient(circle at 86% 16%, rgba(238, 248, 247, .46), transparent 29%),
    linear-gradient(180deg, #effaff 0%, #f8fbf6 42%, #eef8f8 100%);
}

.site-header {
  color: #062f43;
  background:
    linear-gradient(135deg, rgba(245, 253, 255, .46), rgba(232, 248, 252, .28)),
    linear-gradient(90deg, rgba(0, 80, 118, .10), rgba(255, 255, 255, .24), rgba(0, 113, 151, .08));
  border: 1px solid rgba(255, 252, 238, .82);
  box-shadow:
    0 24px 70px rgba(3, 54, 87, .13),
    inset 0 1px 0 rgba(255, 255, 255, .76),
    inset 0 -1px 0 rgba(255, 255, 255, .22);
  backdrop-filter: blur(24px) saturate(1.14);
  transition:
    transform 520ms cubic-bezier(.18, .78, .2, 1),
    background 520ms ease,
    border-color 520ms ease,
    box-shadow 520ms ease;
}

.site-header::before {
  background:
    linear-gradient(110deg, rgba(255, 255, 255, .42), transparent 32%, rgba(255, 255, 255, .22) 66%, transparent),
    radial-gradient(circle at 16% 50%, rgba(255, 250, 235, .40), transparent 34%);
  opacity: .72;
}

.site-header:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 252, 238, .96);
  background:
    linear-gradient(135deg, rgba(249, 254, 255, .56), rgba(234, 249, 252, .36)),
    linear-gradient(90deg, rgba(0, 86, 125, .12), rgba(255, 255, 255, .31), rgba(0, 124, 160, .10));
  box-shadow:
    0 30px 82px rgba(3, 54, 87, .16),
    0 0 0 1px rgba(255, 252, 238, .18),
    inset 0 1px 0 rgba(255, 255, 255, .86);
}

.site-header.is-scrolled,
body:not(.is-home) .site-header {
  background:
    linear-gradient(135deg, rgba(249, 254, 255, .62), rgba(236, 249, 251, .42)),
    linear-gradient(90deg, rgba(0, 88, 122, .10), rgba(255, 255, 255, .32), rgba(0, 120, 156, .08));
  border-color: rgba(255, 252, 238, .88);
}

.main-nav a {
  color: rgba(4, 42, 60, .92);
  text-shadow: 0 1px 0 rgba(255, 255, 255, .42);
}

.main-nav a::after {
  bottom: 4px;
  height: 2px;
  background:
    linear-gradient(90deg, transparent, rgba(0, 115, 154, .70), rgba(255, 250, 235, .92), transparent);
  box-shadow: 0 0 14px rgba(0, 115, 154, .22);
  transform-origin: center;
}

.main-nav a:hover {
  color: #006b8d;
  transform: translateY(-2px);
}

.button,
.header-cta {
  overflow: hidden;
  isolation: isolate;
  transition:
    transform 360ms cubic-bezier(.18, .78, .2, 1),
    box-shadow 360ms ease,
    border-color 360ms ease,
    background 360ms ease,
    color 360ms ease;
}

.button::after,
.header-cta::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -24% -42%;
  background: linear-gradient(112deg, transparent 28%, rgba(255, 255, 255, .46) 46%, transparent 62%);
  opacity: 0;
  transform: translateX(-52%) rotate(4deg);
  transition: opacity 240ms ease, transform 760ms cubic-bezier(.18, .78, .2, 1);
  pointer-events: none;
}

.button:hover::after,
.header-cta:hover::after {
  opacity: 1;
  transform: translateX(52%) rotate(4deg);
}

.header-cta {
  color: #fff;
  background:
    linear-gradient(135deg, rgba(0, 133, 185, .92), rgba(0, 92, 139, .90)),
    linear-gradient(180deg, rgba(255, 255, 255, .28), transparent);
  border-color: rgba(255, 252, 238, .60);
}

.hero-shade {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .24), rgba(7, 72, 92, .02) 44%, rgba(4, 25, 32, .16)),
    radial-gradient(circle at 35% 66%, rgba(255, 248, 237, .30), transparent 34%),
    linear-gradient(90deg, rgba(0, 21, 33, .18), rgba(0, 31, 44, .03) 38%, rgba(0, 20, 30, .08));
}

.hero-inner {
  padding-top: clamp(120px, 15vh, 150px);
  filter: drop-shadow(0 16px 42px rgba(0, 18, 30, .18));
}

.hero .eyebrow {
  color: rgba(230, 174, 85, .90);
  text-shadow: 0 1px 18px rgba(0, 31, 44, .30);
}

.hero h1 {
  max-width: 760px;
  color: rgba(255, 255, 255, .94);
  font-size: clamp(34px, 3.75vw, 49px);
  line-height: 1.07;
  text-shadow: 0 14px 42px rgba(0, 25, 38, .36);
}

.hero-copy {
  max-width: 610px;
  color: rgba(255, 255, 255, .84);
  font-size: clamp(14px, 1vw, 16px);
  line-height: 1.72;
  text-shadow: 0 8px 28px rgba(0, 23, 34, .30);
}

.hero-copy strong {
  color: rgba(255, 255, 255, .90);
}

.hero-actions-expanded {
  background:
    radial-gradient(circle at 10% 0%, rgba(255, 255, 255, .54), transparent 36%),
    linear-gradient(135deg, rgba(242, 251, 249, .48), rgba(221, 241, 245, .34)),
    rgba(255, 255, 255, .14);
  border-color: rgba(255, 252, 238, .76);
  box-shadow:
    0 24px 64px rgba(0, 65, 110, .14),
    inset 0 1px 0 rgba(255, 255, 255, .56);
}

@keyframes premiumHeroReveal {
  from {
    opacity: 0;
    transform: translate3d(0, 26px, 0) scale(.985);
    filter: blur(10px);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
    filter: blur(0);
  }
}

.js .hero-inner.reveal {
  opacity: 1;
  transform: none;
  filter: none;
  transition: none;
}

.js .hero .eyebrow,
.js .hero h1 span,
.js .hero-copy,
.js .hero-actions {
  opacity: 0;
  animation: premiumHeroReveal 980ms cubic-bezier(.18, .78, .2, 1) both;
}

.js .hero .eyebrow {
  animation-delay: 420ms;
}

.js .hero h1 span:nth-child(1) {
  animation-delay: 760ms;
}

.js .hero h1 span:nth-child(2) {
  animation-delay: 1020ms;
}

.js .hero-copy {
  animation-delay: 1340ms;
}

.js .hero-actions {
  animation-delay: 1680ms;
}

.js .reveal {
  opacity: 0;
  transform: translateY(32px) scale(.985);
  filter: blur(7px);
  transition:
    opacity 1.05s ease,
    transform 1.1s cubic-bezier(.18, .78, .2, 1),
    filter 1.1s ease;
}

.js .reveal.is-visible {
  opacity: 1;
  transform: none;
  filter: blur(0);
}

.principle,
.destination-card,
.closing-line,
.step-card,
.why-aside,
.quiz-result,
.contact-card,
.result-card {
  border-color: rgba(255, 252, 238, .72);
  box-shadow:
    0 28px 80px rgba(3, 54, 87, .10),
    inset 0 1px 0 rgba(255, 255, 255, .74);
}

.principle:hover,
.destination-card:hover,
.step-card:hover {
  transform: translateY(-8px);
  border-color: rgba(255, 252, 238, .92);
  box-shadow:
    0 38px 94px rgba(3, 54, 87, .16),
    0 0 0 1px rgba(255, 252, 238, .20),
    inset 0 1px 0 rgba(255, 255, 255, .82);
}

.closing-line,
.dual-actions,
.center-action,
.hero-actions-expanded {
  backdrop-filter: blur(22px) saturate(1.16);
}

@media (max-width: 720px) {
  .hero h1 {
    font-size: clamp(33px, 10vw, 43px);
  }

  .hero-copy {
    line-height: 1.62;
  }
}

@media (prefers-reduced-motion: reduce) {
  .js .hero .eyebrow,
  .js .hero h1 span,
  .js .hero-copy,
  .js .hero-actions {
    opacity: 1;
    animation: none;
    transform: none;
    filter: none;
  }
}

/* Mission arrival delicate - preview 2026-06-30 */
.site-header {
  top: 20px;
  background:
    linear-gradient(135deg, rgba(247, 253, 255, .18), rgba(222, 242, 248, .10)),
    linear-gradient(90deg, rgba(0, 84, 116, .045), rgba(255, 255, 255, .10), rgba(0, 108, 146, .035));
  border-color: rgba(255, 252, 238, .56);
  box-shadow:
    0 16px 44px rgba(3, 54, 87, .08),
    inset 0 1px 0 rgba(255, 255, 255, .46);
  backdrop-filter: blur(7px) saturate(1.02);
}

.site-header::before {
  opacity: .28;
  background:
    linear-gradient(112deg, rgba(255, 255, 255, .20), transparent 38%, rgba(255, 255, 255, .10) 70%, transparent);
}

.site-header:hover {
  transform: translateY(-1px);
  background:
    linear-gradient(135deg, rgba(247, 253, 255, .28), rgba(224, 244, 249, .16)),
    linear-gradient(90deg, rgba(0, 84, 116, .06), rgba(255, 255, 255, .14), rgba(0, 108, 146, .05));
  border-color: rgba(255, 252, 238, .70);
  box-shadow:
    0 20px 54px rgba(3, 54, 87, .10),
    inset 0 1px 0 rgba(255, 255, 255, .54);
}

.site-header.is-scrolled,
body:not(.is-home) .site-header {
  background:
    linear-gradient(135deg, rgba(247, 253, 255, .25), rgba(224, 244, 249, .14)),
    linear-gradient(90deg, rgba(0, 84, 116, .055), rgba(255, 255, 255, .13), rgba(0, 108, 146, .045));
  border-color: rgba(255, 252, 238, .64);
}

.main-nav a {
  color: rgba(3, 41, 58, .84);
}

.header-cta {
  background:
    linear-gradient(135deg, rgba(0, 136, 190, .86), rgba(0, 92, 139, .82)),
    linear-gradient(180deg, rgba(255, 255, 255, .22), transparent);
  border-color: rgba(255, 252, 238, .52);
  box-shadow: 0 14px 34px rgba(0, 83, 135, .18);
}

.hero {
  min-height: min(790px, 86vh);
}

.hero-shade {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .18), rgba(7, 72, 92, 0) 45%, rgba(4, 25, 32, .10)),
    linear-gradient(90deg, rgba(0, 21, 33, .12), rgba(0, 31, 44, .015) 38%, rgba(0, 20, 30, .05));
}

.hero .eyebrow {
  display: none;
}

.hero-inner {
  padding-top: clamp(168px, 21vh, 206px);
}

.hero h1 {
  max-width: 720px;
  margin-top: 0;
  margin-bottom: 24px;
  color: rgba(255, 255, 255, .92);
  font-size: clamp(34px, 3.65vw, 49px);
  line-height: 1.08;
  text-shadow:
    0 18px 44px rgba(0, 25, 38, .30),
    0 1px 0 rgba(255, 255, 255, .08);
}

.hero-copy {
  max-width: 600px;
  color: rgba(255, 255, 255, .82);
  font-size: clamp(13.5px, .96vw, 15.5px);
  line-height: 1.76;
}

.hero-copy strong {
  color: rgba(255, 255, 255, .89);
}

.hero-actions-expanded {
  margin-top: 30px;
  background:
    radial-gradient(circle at 10% 0%, rgba(255, 255, 255, .32), transparent 36%),
    linear-gradient(135deg, rgba(244, 252, 250, .32), rgba(219, 241, 247, .22)),
    rgba(255, 255, 255, .08);
  border-color: rgba(255, 252, 238, .58);
  box-shadow:
    0 22px 58px rgba(0, 65, 110, .10),
    inset 0 1px 0 rgba(255, 255, 255, .40);
  backdrop-filter: blur(14px) saturate(1.05);
}

@keyframes delicateHeroReveal {
  0% {
    opacity: 0;
    transform: translate3d(0, 18px, 0) scale(.992);
    filter: blur(8px);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
    filter: blur(0);
  }
}

.js .hero-inner.reveal {
  opacity: 1;
  transform: none;
  filter: none;
}

.js .hero .eyebrow {
  animation: none;
}

.js .hero h1 span,
.js .hero-copy,
.js .hero-actions {
  opacity: 0;
  animation-name: delicateHeroReveal;
  animation-duration: 1650ms;
  animation-timing-function: cubic-bezier(.18, .78, .2, 1);
  animation-fill-mode: both;
}

.js .hero h1 span:nth-child(1) {
  animation-delay: 3000ms;
}

.js .hero h1 span:nth-child(2) {
  animation-delay: 3240ms;
}

.js .hero-copy {
  animation-delay: 5000ms;
}

.js .hero-actions {
  animation-delay: 7200ms;
}

@media (max-width: 720px) {
  .hero-inner {
    padding-top: 148px;
  }

  .hero h1 {
    font-size: clamp(31px, 9.6vw, 42px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .js .hero h1 span,
  .js .hero-copy,
  .js .hero-actions {
    opacity: 1;
    animation: none;
    transform: none;
    filter: none;
  }
}


/* V5 mobile premium - arrivee hero sequentielle, menu plus leger, CTA plus tactiles */
.nav-guide-mobile {
  display: none;
}

.site-header {
  top: clamp(12px, 1.8vw, 20px);
  background:
    linear-gradient(135deg, rgba(246, 253, 255, .14), rgba(217, 242, 249, .08)),
    linear-gradient(90deg, rgba(0, 83, 122, .035), rgba(255, 255, 255, .12), rgba(0, 95, 134, .035));
  border-color: rgba(255, 252, 238, .62);
  box-shadow:
    0 18px 56px rgba(0, 47, 76, .08),
    inset 0 1px 0 rgba(255, 255, 255, .50);
  backdrop-filter: blur(6px) saturate(1.08);
}

.site-header::before {
  opacity: .22;
}

.main-nav a {
  border-radius: 6px;
  transition:
    color .28s ease,
    background-color .28s ease,
    box-shadow .28s ease,
    transform .28s ease;
}

.main-nav a:hover {
  color: #06344a;
  background-color: rgba(255, 255, 255, .16);
  box-shadow: inset 0 -1px 0 rgba(255, 252, 238, .42);
}

.button,
.header-cta {
  transition:
    transform .42s cubic-bezier(.18, .78, .2, 1),
    box-shadow .42s ease,
    border-color .34s ease,
    background-color .34s ease,
    color .34s ease;
}

.button:active,
.header-cta:active,
.menu-toggle:active {
  transform: translateY(1px) scale(.992);
}

.hero {
  min-height: min(830px, 92vh);
  min-height: min(830px, 92svh);
}

.hero::after {
  background:
    linear-gradient(90deg, rgba(3, 36, 56, .34), rgba(3, 36, 56, .10) 45%, rgba(3, 36, 56, 0) 80%),
    linear-gradient(180deg, rgba(255, 255, 255, .06), rgba(4, 26, 37, 0) 44%, rgba(4, 26, 37, .16));
}

.hero-shade {
  background:
    radial-gradient(circle at 55% 32%, rgba(255, 255, 255, .18), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, .14), rgba(7, 72, 92, 0) 46%, rgba(4, 25, 32, .14)),
    linear-gradient(90deg, rgba(0, 21, 33, .14), rgba(0, 31, 44, .015) 42%, rgba(0, 20, 30, .04));
}

.hero-inner {
  padding-top: clamp(176px, 22vh, 226px);
  padding-bottom: clamp(54px, 8vh, 82px);
}

.hero h1 {
  max-width: 760px;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, .94);
  font-size: clamp(35px, 3.65vw, 50px);
  line-height: 1.08;
  text-shadow:
    0 22px 54px rgba(0, 24, 36, .34),
    0 1px 0 rgba(255, 255, 255, .10);
}

.hero h1 span {
  display: block;
  transform-origin: 40% 100%;
}

.hero-copy {
  max-width: 620px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, .82);
  font-size: clamp(13.5px, .94vw, 15px);
  line-height: 1.68;
}

.hero-copy-line {
  display: block;
}

.hero-copy-line + .hero-copy-line {
  margin-top: 5px;
}

.hero-copy strong {
  color: rgba(255, 255, 255, .91);
}

.hero-actions-expanded {
  width: fit-content;
  max-width: min(880px, 100%);
  margin-top: 28px;
  padding: 9px 13px;
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 255, 255, .38), transparent 34%),
    linear-gradient(135deg, rgba(247, 253, 252, .36), rgba(217, 241, 247, .24)),
    rgba(255, 255, 255, .10);
  border-color: rgba(255, 252, 238, .58);
  box-shadow:
    0 22px 62px rgba(0, 50, 82, .12),
    inset 0 1px 0 rgba(255, 255, 255, .44);
  backdrop-filter: blur(13px) saturate(1.08);
}

.hero-actions-expanded .button {
  min-height: 43px;
  padding-right: 22px;
  padding-left: 22px;
}

.hero-actions-expanded p {
  color: rgba(7, 48, 70, .78);
}

@keyframes heroV5ComeForward {
  0% {
    opacity: 0;
    transform: perspective(900px) translate3d(0, 24px, -110px) scale(.94);
    filter: blur(16px);
  }

  66% {
    opacity: .92;
    transform: perspective(900px) translate3d(0, 2px, -12px) scale(.992);
    filter: blur(2px);
  }

  100% {
    opacity: 1;
    transform: perspective(900px) translate3d(0, 0, 0) scale(1);
    filter: blur(0);
  }
}

@keyframes heroV5Cartouche {
  0% {
    opacity: 0;
    transform: translate3d(0, 22px, 0) scale(.976);
    filter: blur(14px);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
    filter: blur(0);
  }
}

@keyframes heroV5ReducedReveal {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.js .hero-inner.reveal {
  opacity: 1;
  transform: none;
  filter: none;
  transition: none;
}

.js .hero-copy {
  opacity: 1;
  animation: none;
}

.js .hero h1 span,
.js .hero-copy-line,
.js .hero-actions {
  opacity: 0;
  will-change: opacity, transform, filter;
  animation-fill-mode: both;
}

.js .hero h1 span {
  animation-name: heroV5ComeForward;
  animation-duration: 1450ms;
  animation-timing-function: cubic-bezier(.16, .82, .19, 1);
}

.js .hero h1 span:nth-child(1) {
  animation-delay: 3050ms;
}

.js .hero h1 span:nth-child(2) {
  animation-delay: 3440ms;
}

.js .hero-copy-line {
  animation-name: heroV5ComeForward;
  animation-duration: 1250ms;
  animation-timing-function: cubic-bezier(.18, .78, .2, 1);
}

.js .hero-copy-line:nth-child(1) {
  animation-delay: 4920ms;
}

.js .hero-copy-line:nth-child(2) {
  animation-delay: 5450ms;
}

.js .hero-copy-line:nth-child(3) {
  animation-delay: 6020ms;
}

.js .hero-actions {
  animation-name: heroV5Cartouche;
  animation-duration: 1550ms;
  animation-timing-function: cubic-bezier(.18, .78, .2, 1);
  animation-delay: 7350ms;
}

.destination-card,
.principle,
.step,
.why-aside,
.closing-line {
  box-shadow:
    0 26px 78px rgba(0, 83, 135, .09),
    inset 0 1px 0 rgba(255, 255, 255, .62);
}

@media (max-width: 980px) {
  .site-header {
    top: max(8px, env(safe-area-inset-top));
    left: 10px;
    right: 10px;
    min-height: 64px;
    padding: 8px 56px 8px 12px;
    overflow: visible;
    background:
      linear-gradient(135deg, rgba(246, 253, 255, .28), rgba(216, 242, 249, .16)),
      rgba(233, 249, 252, .20);
    border-color: rgba(255, 252, 238, .68);
    backdrop-filter: blur(7px) saturate(1.08);
  }

  .brand img {
    width: min(170px, 52vw);
  }

  .main-nav {
    top: calc(max(8px, env(safe-area-inset-top)) + 74px);
    right: 10px;
    left: 10px;
    z-index: 120;
    gap: 7px;
    padding: 9px;
    border: 1px solid rgba(255, 252, 238, .70);
    background:
      radial-gradient(circle at 8% 0%, rgba(255, 255, 255, .54), transparent 34%),
      linear-gradient(135deg, rgba(238, 250, 253, .78), rgba(213, 239, 247, .58));
    box-shadow:
      0 30px 72px rgba(0, 42, 68, .16),
      inset 0 1px 0 rgba(255, 255, 255, .64);
    backdrop-filter: blur(17px) saturate(1.15);
  }

  .main-nav a {
    display: flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    padding: 11px 14px;
    border: 1px solid rgba(255, 255, 255, .30);
    border-radius: 6px;
    background: rgba(255, 255, 255, .16);
    color: rgba(4, 45, 66, .92);
  }

  .main-nav a:hover {
    background: rgba(255, 255, 255, .34);
  }

  .nav-guide-mobile {
    display: flex;
    color: #fff !important;
    background:
      linear-gradient(135deg, rgba(0, 133, 191, .92), rgba(0, 85, 133, .92)),
      linear-gradient(180deg, rgba(255, 255, 255, .22), transparent) !important;
    border-color: rgba(255, 252, 238, .62) !important;
    box-shadow: 0 18px 38px rgba(0, 82, 126, .20);
  }

  button.menu-toggle {
    width: 42px;
    height: 42px;
    border-color: rgba(255, 252, 238, .70);
    background:
      linear-gradient(135deg, rgba(255, 255, 255, .44), rgba(224, 244, 249, .30));
    box-shadow:
      0 16px 34px rgba(0, 45, 72, .12),
      inset 0 1px 0 rgba(255, 255, 255, .72);
    backdrop-filter: blur(10px) saturate(1.1);
  }
}

@media (max-width: 720px) {
  .hero {
    min-height: 100vh;
    min-height: 100svh;
    align-items: end;
  }

  .hero-media-cinematic .hero-cinematic-fallback {
    object-position: 57% 50%;
  }

  .hero::after {
    background:
      linear-gradient(180deg, rgba(1, 20, 31, .03), rgba(1, 20, 31, .02) 34%, rgba(1, 20, 31, .42)),
      linear-gradient(90deg, rgba(3, 36, 56, .28), rgba(3, 36, 56, .06) 58%, rgba(3, 36, 56, .02));
  }

  .hero-shade {
    background:
      radial-gradient(circle at 62% 26%, rgba(255, 255, 255, .16), transparent 26%),
      linear-gradient(180deg, rgba(255, 255, 255, .12), rgba(7, 72, 92, 0) 45%, rgba(4, 25, 32, .32));
  }

  .hero-inner {
    width: calc(100% - 32px);
    padding-top: 126px;
    padding-bottom: max(22px, env(safe-area-inset-bottom));
  }

  .hero h1 {
    max-width: 340px;
    margin-bottom: 13px;
    font-size: clamp(28px, 8.4vw, 36px);
    line-height: 1.11;
  }

  .hero-copy {
    max-width: 336px;
    font-size: clamp(12.7px, 3.45vw, 14px);
    line-height: 1.50;
  }

  .hero-copy-line + .hero-copy-line {
    margin-top: 4px;
  }

  .hero-actions-expanded {
    width: 100%;
    max-width: 344px;
    margin-top: 16px;
    padding: 8px;
    gap: 8px;
    border-radius: 8px;
    background:
      radial-gradient(circle at 8% 0%, rgba(255, 255, 255, .40), transparent 36%),
      linear-gradient(135deg, rgba(247, 253, 252, .32), rgba(218, 242, 248, .22)),
      rgba(255, 255, 255, .10);
    backdrop-filter: blur(12px) saturate(1.05);
  }

  .hero-actions-expanded .button {
    min-height: 46px;
    padding-right: 12px;
    padding-left: 12px;
    font-size: 13px;
  }

  .hero-actions-expanded p {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 5px 8px;
    justify-items: center;
    width: 100%;
    color: rgba(7, 47, 68, .74);
    font-size: 10.4px;
    line-height: 1.2;
  }

  .hero-actions-expanded p span {
    white-space: normal;
  }

  .hero-actions-expanded p span + span::before {
    display: none;
  }

  .js .hero h1 span:nth-child(1) {
    animation-delay: 2850ms;
  }

  .js .hero h1 span:nth-child(2) {
    animation-delay: 3220ms;
  }

  .js .hero-copy-line:nth-child(1) {
    animation-delay: 4720ms;
  }

  .js .hero-copy-line:nth-child(2) {
    animation-delay: 5250ms;
  }

  .js .hero-copy-line:nth-child(3) {
    animation-delay: 5780ms;
  }

  .js .hero-actions {
    animation-delay: 6900ms;
  }
}

@media (max-width: 390px) {
  .hero-inner {
    width: calc(100% - 28px);
    padding-top: 116px;
  }

  .hero h1 {
    max-width: 318px;
    font-size: clamp(26px, 8.1vw, 32px);
  }

  .hero-copy {
    max-width: 318px;
  }

  .hero-actions-expanded {
    max-width: 318px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .js .hero h1 span,
  .js .hero-copy-line,
  .js .hero-actions {
    opacity: 0;
    animation-name: heroV5ReducedReveal;
    animation-duration: 680ms;
    animation-timing-function: ease-out;
    animation-fill-mode: both;
    transform: none;
    filter: none;
  }
}

/* Correctif publication 2026-07-01 : cartouche hero desktop equilibree */
@media (min-width: 1041px) {
  .hero-actions-expanded {
    display: grid;
    width: min(980px, 100%);
    max-width: min(980px, 100%);
    grid-template-columns: 224px 190px minmax(0, 1fr);
    align-items: center;
    column-gap: 12px;
    row-gap: 0;
    padding: 10px 16px;
  }

  .hero-actions-expanded .button {
    width: 100%;
    min-height: 50px;
    padding-right: 18px;
    padding-left: 18px;
    white-space: nowrap;
  }

  .hero-actions-expanded p {
    display: flex;
    min-width: 0;
    width: 100%;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 0;
    margin: 0;
    font-size: 11.4px;
    line-height: 1.15;
  }

  .hero-actions-expanded p span {
    white-space: nowrap;
  }

  .hero-actions-expanded p span + span::before {
    margin: 0 10px;
  }
}

@media (min-width: 721px) and (max-width: 1040px) {
  .hero-actions-expanded {
    display: grid;
    width: min(640px, 100%);
    max-width: min(640px, 100%);
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 10px 12px;
    padding: 11px 14px;
  }

  .hero-actions-expanded .button {
    width: 100%;
    min-height: 48px;
    white-space: nowrap;
  }

  .hero-actions-expanded p {
    grid-column: 1 / -1;
    justify-content: center;
    margin: 0;
  }
}

/* V6 preview : ajustements demandes apres validation mobile */
.hero-inner {
  padding-top: clamp(102px, 14vh, 116px);
}

.hero h1 {
  max-width: 1060px;
  font-size: clamp(38px, 3.35vw, 48px);
  line-height: 1.1;
}

.hero h1 span:first-child {
  white-space: nowrap;
}

.hero h1 span:nth-child(2) {
  text-transform: none;
}

.hero-copy {
  max-width: 730px;
  font-size: clamp(16px, 1.22vw, 18px);
  line-height: 1.72;
  text-shadow: 0 12px 34px rgba(0, 0, 0, .30);
}

.hero-copy strong {
  font-weight: 830;
}

.closing-line > img {
  height: clamp(260px, 22vw, 340px);
  object-position: 36% 50%;
}

.closing-hero span {
  max-width: 760px;
}

@media (max-width: 980px) {
  .hero h1 span:first-child {
    white-space: normal;
  }
}

@media (max-width: 720px) {
  .hero-inner {
    padding-top: 118px;
  }

  .hero h1 {
    max-width: 100%;
    font-size: clamp(30px, 7.5vw, 37px);
  }

  .hero-copy {
    font-size: 15.5px;
    line-height: 1.62;
  }

  .closing-line > img {
    object-position: 35% 52%;
  }
}

/* V7 preview : fusion Notre approche + Pourquoi Antilles.fr */
.merged-approach {
  position: relative;
  overflow: hidden;
  padding-right: clamp(24px, 4vw, 52px);
  padding-left: clamp(24px, 4vw, 52px);
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 12% 8%, rgba(255, 255, 255, .78), transparent 30%),
    radial-gradient(circle at 88% 78%, rgba(0, 108, 168, .16), transparent 42%),
    linear-gradient(135deg, rgba(255, 250, 242, .90), rgba(239, 249, 252, .86) 44%, rgba(224, 243, 249, .74));
  box-shadow:
    inset 3px 0 0 rgba(197, 141, 58, .72),
    0 34px 94px rgba(0, 83, 135, .12),
    inset 0 1px 0 rgba(255, 255, 255, .84);
}

.anchor-offset {
  position: absolute;
  top: -120px;
  left: 0;
  width: 1px;
  height: 1px;
  pointer-events: none;
}

.fusion-hero {
  display: grid;
  grid-template-columns: minmax(0, .98fr) minmax(420px, 1.02fr);
  gap: clamp(28px, 4.4vw, 58px);
  align-items: center;
}

.fusion-intro {
  max-width: 980px;
  margin-bottom: 0;
}

.fusion-intro h2 {
  max-width: 860px;
  margin: 0 0 24px;
  color: var(--ink);
  font-size: clamp(38px, 4.4vw, 62px);
  line-height: 1.02;
  letter-spacing: 0;
}

.fusion-intro h2::after {
  content: "";
  display: block;
  width: 52px;
  height: 1px;
  margin-top: 22px;
  background: linear-gradient(90deg, var(--gold), transparent);
}

.fusion-intro p:not(.section-label) {
  max-width: 830px;
  color: rgba(10, 52, 75, .80);
  font-size: clamp(16px, 1.2vw, 18px);
  line-height: 1.72;
}

.fusion-grid {
  margin-top: clamp(24px, 3.4vw, 42px);
}

.fusion-pillars {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 20px);
  align-content: stretch;
}

.fusion-pillars article {
  position: relative;
  min-height: 100%;
  padding: 21px 22px 22px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .70);
  border-radius: 8px;
  background:
    radial-gradient(circle at 16% 0%, rgba(255, 255, 255, .78), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, .76), rgba(229, 245, 250, .58));
  box-shadow:
    0 24px 70px rgba(0, 83, 135, .10),
    inset 0 1px 0 rgba(255, 255, 255, .84),
    inset 0 -1px 0 rgba(197, 141, 58, .16);
}

.fusion-pillars img {
  width: 34px;
  height: 34px;
  margin-bottom: 14px;
  object-fit: contain;
  filter: invert(38%) sepia(53%) saturate(759%) hue-rotate(351deg) brightness(91%) contrast(90%);
}

.fusion-pillars span {
  position: absolute;
  top: 21px;
  right: 22px;
  color: rgba(197, 141, 58, .58);
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .16em;
}

.fusion-pillars h3 {
  margin: 0 0 9px;
  color: var(--ink);
  font-size: clamp(19px, 1.45vw, 23px);
  line-height: 1.1;
}

.fusion-pillars p {
  margin: 0;
  color: rgba(10, 52, 75, .76);
  font-size: 14.5px;
  line-height: 1.56;
}

.fusion-proof {
  position: relative;
  display: grid;
  grid-template-columns: minmax(188px, .78fr) minmax(0, 1.22fr);
  grid-template-rows: auto;
  align-items: stretch;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .74);
  border-radius: 8px;
  background:
    radial-gradient(circle at 14% 0%, rgba(255, 255, 255, .74), transparent 30%),
    linear-gradient(135deg, rgba(255, 250, 242, .92), rgba(224, 243, 249, .86));
  box-shadow:
    0 28px 82px rgba(0, 83, 135, .14),
    inset 0 1px 0 rgba(255, 255, 255, .80);
}

.fusion-proof > img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
  object-position: 31% 50%;
  filter: saturate(1.08) contrast(1.02) brightness(1.05);
}

.fusion-proof > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(22px, 2.5vw, 32px);
}

.fusion-proof p {
  margin: 0 0 18px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(24px, 2vw, 31px);
  line-height: 1.17;
}

.fusion-proof p span {
  display: block;
}

.fusion-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 16px;
}

.fusion-actions .button {
  min-height: 46px;
}

.fusion-proof ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: rgba(10, 52, 75, .76);
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 850;
}

.fusion-proof li {
  position: relative;
}

.fusion-proof li + li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -10px;
  width: 1px;
  height: 15px;
  background: rgba(197, 141, 58, .72);
  transform: translateY(-50%);
}

.fusion-pillars article,
.fusion-proof {
  transition:
    transform .55s cubic-bezier(.2,.8,.2,1),
    box-shadow .55s ease,
    filter .45s ease;
}

.fusion-pillars article:hover,
.fusion-proof:hover {
  transform: translateY(-5px);
  box-shadow:
    0 34px 92px rgba(0, 83, 135, .16),
    inset 0 1px 0 rgba(255, 255, 255, .86);
}

@media (max-width: 1120px) {
  .fusion-hero {
    grid-template-columns: 1fr;
  }

  .fusion-proof {
    grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr);
  }
}

@media (max-width: 860px) {
  .fusion-hero {
    gap: 26px;
  }

  .fusion-pillars {
    grid-template-columns: 1fr;
  }

  .fusion-proof {
    grid-template-columns: 1fr;
  }

  .fusion-proof > img {
    min-height: 260px;
  }
}

@media (max-width: 520px) {
  .merged-approach {
    width: calc(100% - 32px);
    padding: 62px 18px 66px;
  }

  .fusion-hero {
    gap: 24px;
  }

  .fusion-intro h2 {
    font-size: clamp(31px, 9vw, 40px);
  }

  .fusion-intro p:not(.section-label) {
    font-size: 15px;
    line-height: 1.7;
  }

  .fusion-pillars article {
    padding: 22px 20px;
  }

  .fusion-proof > img {
    min-height: 230px;
  }

  .fusion-proof > div {
    padding: 22px 20px;
  }

  .fusion-proof p {
    font-size: clamp(23px, 7vw, 30px);
  }

  .fusion-actions,
  .fusion-actions .button {
    width: 100%;
  }
}

/* V7.1 preview : cartouche CTA sous les trois cartes, sans photo */
.merged-approach .fusion-hero {
  display: block;
}

.merged-approach .fusion-intro {
  max-width: 980px;
}

.merged-approach .fusion-intro h2 {
  max-width: 940px;
  margin-bottom: 20px;
  font-size: clamp(36px, 4.1vw, 58px);
}

.merged-approach .fusion-grid {
  display: block;
  margin-top: clamp(20px, 2.8vw, 32px);
}

.merged-approach .fusion-pillars {
  align-items: stretch;
}

.merged-approach .fusion-pillars article {
  display: flex;
  min-height: 190px;
  flex-direction: column;
  padding: 21px 23px 22px;
}

.merged-approach .fusion-pillars h3 {
  min-height: 26px;
  white-space: nowrap;
  font-size: clamp(19px, 1.38vw, 22px);
}

.merged-approach .fusion-pillars p {
  max-width: 32ch;
  font-size: 14.7px;
  line-height: 1.58;
}

.fusion-cta-panel {
  position: relative;
  display: grid;
  width: min(980px, 100%);
  max-width: 100%;
  grid-template-columns: 224px 190px minmax(0, 1fr);
  align-items: center;
  column-gap: 12px;
  row-gap: 0;
  margin: clamp(16px, 2vw, 20px) 0 0;
  padding: 10px 16px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .66);
  border-radius: 8px;
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 255, 255, .38), transparent 34%),
    linear-gradient(135deg, rgba(247, 253, 252, .36), rgba(217, 241, 247, .24)),
    rgba(255, 255, 255, .10);
  box-shadow:
    0 22px 58px rgba(0, 83, 135, .12),
    inset 0 1px 0 rgba(255, 255, 255, .64);
  backdrop-filter: blur(12px) saturate(118%);
}

.fusion-cta-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-120%);
  background: linear-gradient(100deg, transparent, rgba(255, 255, 255, .20), transparent);
  transition: transform .9s ease;
  pointer-events: none;
}

.fusion-cta-panel:hover::before {
  transform: translateX(120%);
}

.fusion-cta-panel .button {
  width: 100%;
  min-height: 50px;
  padding-right: 18px;
  padding-left: 18px;
  white-space: nowrap;
}

.fusion-cta-panel p {
  display: flex;
  min-width: 0;
  width: 100%;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 0;
  margin: 0;
  color: rgba(7, 48, 70, .78);
  font-family: var(--sans);
  font-size: 12.2px;
  font-weight: 850;
  line-height: 1.22;
}

.fusion-cta-panel p span {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}

.fusion-cta-panel p span + span::before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 19px;
  margin: 0 10px;
  background: linear-gradient(180deg, transparent 0%, rgba(197, 141, 58, 1) 20%, rgba(197, 141, 58, 1) 80%, transparent 100%);
  box-shadow: 0 0 16px rgba(197, 141, 58, .48);
}

.fusion-cta-panel:hover {
  transform: translateY(-3px);
  box-shadow:
    0 30px 74px rgba(0, 83, 135, .16),
    inset 0 1px 0 rgba(255, 255, 255, .70);
}

@media (min-width: 1041px) {
  .fusion-cta-panel {
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 861px) and (max-width: 1120px) {
  .merged-approach .fusion-pillars h3 {
    font-size: 18px;
  }

  .fusion-cta-panel {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    width: min(680px, 100%);
    gap: 10px 12px;
  }

  .fusion-cta-panel p {
    grid-column: 1 / -1;
    justify-content: center;
  }
}

@media (max-width: 860px) {
  .merged-approach .fusion-pillars article {
    min-height: auto;
  }

  .merged-approach .fusion-pillars h3 {
    white-space: normal;
  }

  .merged-approach .fusion-pillars p {
    max-width: none;
  }

  .fusion-cta-panel {
    display: grid;
    width: min(420px, 100%);
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 12px;
  }

  .fusion-cta-panel p {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px 8px;
    justify-items: center;
    font-size: 10.8px;
    text-align: center;
  }

  .fusion-cta-panel p span {
    white-space: normal;
  }

  .fusion-cta-panel p span + span::before {
    display: none;
  }
}

/* V7.2 preview : menu allege, hero aere, titre section et pictos valorises */
@media (min-width: 981px) {
  .site-header .main-nav {
    width: min(660px, 100%);
    justify-self: center;
    justify-content: space-between;
    gap: clamp(30px, 3.8vw, 56px);
  }
}

.hero-inner {
  padding-top: clamp(106px, 13vh, 122px);
}

.hero h1 {
  margin-bottom: 18px;
}

.hero-copy {
  max-width: 780px;
  margin: 0;
  line-height: 1.62;
}

.hero-copy-line + .hero-copy-line {
  margin-top: 10px;
}

.hero-copy-close {
  display: inline-block;
  max-width: 760px;
  padding: 2px 0 2px 14px;
  border-left: 2px solid rgba(223, 171, 82, .94);
  color: rgba(255, 255, 255, .98);
  font-size: clamp(17px, 1.35vw, 20px);
  line-height: 1.42;
  text-shadow: 0 14px 34px rgba(0, 20, 34, .40);
}

.hero-copy-close strong {
  font-weight: 900;
}

.hero-actions-expanded {
  margin-top: 26px;
}

.merged-approach .fusion-intro h2 {
  max-width: 880px;
  margin-bottom: 18px;
  font-size: clamp(32px, 3.5vw, 50px);
  line-height: 1.06;
}

.merged-approach .fusion-intro h2 span {
  display: block;
}

.merged-approach .fusion-intro p:not(.section-label) {
  max-width: 880px;
}

.merged-approach .fusion-pillars article {
  min-height: 202px;
  padding-top: 25px;
}

.merged-approach .fusion-pillars img {
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  object-fit: contain;
  filter:
    invert(38%) sepia(53%) saturate(759%) hue-rotate(351deg) brightness(91%) contrast(96%)
    drop-shadow(.42px 0 0 rgba(197, 141, 58, .72))
    drop-shadow(-.42px 0 0 rgba(197, 141, 58, .72))
    drop-shadow(0 .42px 0 rgba(197, 141, 58, .72))
    drop-shadow(0 -.42px 0 rgba(197, 141, 58, .72));
}

.merged-approach .fusion-pillars h3 {
  margin-top: 0;
}

@media (max-width: 720px) {
  .hero-inner {
    padding-top: 122px;
  }

  .hero-copy {
    max-width: 344px;
    line-height: 1.54;
  }

  .hero-copy-close {
    max-width: 100%;
    padding-left: 11px;
    font-size: clamp(14.5px, 4vw, 16px);
  }

  .merged-approach .fusion-intro h2 {
    font-size: clamp(28px, 8vw, 36px);
  }

  .merged-approach .fusion-pillars img {
    width: 42px;
    height: 42px;
  }
}

/* V8 lecture - ajustements demandes 2026-07-01 */
.hero-copy {
  max-width: 760px;
  line-height: 1.48;
}

.hero-copy-line {
  display: block;
}

.hero-copy-line + .hero-copy-line {
  margin-top: 4px;
}

.hero-actions-expanded {
  width: min(900px, 100%);
  gap: 9px;
  margin-top: 22px;
  padding: 8px 12px;
}

.hero-actions-expanded .button {
  min-height: 40px;
  min-width: 0;
  padding: 0 18px;
  border-radius: 7px;
  font-size: 13.8px;
  line-height: 1.05;
  box-shadow:
    0 14px 32px rgba(0, 61, 98, .16),
    inset 0 1px 0 rgba(255, 255, 255, .36);
}

.hero-actions-expanded .button-primary {
  flex: 0 0 182px;
}

.hero-actions-expanded .button-hero-secondary {
  flex: 0 0 168px;
}

.hero-actions-expanded p {
  margin-left: 4px;
  font-size: 10.8px;
}

.destination-head p {
  display: grid;
  max-width: 790px;
  gap: 7px;
  color: rgba(7, 58, 80, .84);
  font-size: clamp(16px, 1.18vw, 18px);
  font-weight: 560;
  line-height: 1.58;
}

.destination-head p span {
  display: block;
  max-width: 72ch;
}

.destination-head p span + span {
  max-width: 76ch;
  color: rgba(4, 47, 70, .92);
  font-weight: 720;
}

.destination-actions {
  margin-top: -18px;
  margin-bottom: 24px;
}

.destinations {
  padding-bottom: clamp(44px, 5vw, 72px);
}

.destination-scroll {
  max-width: min(940px, 100%);
}

.destination-track {
  grid-auto-columns: minmax(226px, 242px);
  gap: 14px;
  padding: 2px 58px 16px 0;
}

.destination-card {
  min-width: 226px;
  border-radius: 7px;
}

.destination-card img {
  aspect-ratio: 4 / 3.55;
}

.destination-card div {
  min-height: 224px;
  padding: 16px 16px 17px;
}

.destination-card h3 {
  margin-bottom: 8px;
  font-size: 21px;
  line-height: 1.08;
}

.destination-card p {
  font-size: 12.8px;
  line-height: 1.58;
}

.destination-card a {
  padding-top: 13px;
  font-size: 12.8px;
}

.process {
  padding-top: clamp(50px, 6vw, 82px);
  padding-bottom: clamp(46px, 6vw, 76px);
}

.steps {
  gap: 16px;
}

.step {
  padding: 16px;
  border-radius: 7px;
}

.step-visual {
  height: clamp(158px, 18vw, 210px);
}

.step h3 {
  font-size: clamp(20px, 1.7vw, 25px);
}

.step p,
.step small {
  font-size: 13.5px;
  line-height: 1.58;
}

.closing-hero {
  min-height: min(610px, 72vh);
  padding-top: 56px;
}

.closing-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: .24;
  background-image:
    linear-gradient(115deg, rgba(255, 255, 255, .08) 0 1px, transparent 1px),
    radial-gradient(circle at 18% 26%, rgba(255, 255, 255, .18), transparent 24%),
    radial-gradient(circle at 76% 70%, rgba(67, 179, 210, .13), transparent 28%);
  background-size: 42px 42px, 100% 100%, 100% 100%;
  animation: closingTextureDrift 16s ease-in-out infinite alternate;
  mix-blend-mode: soft-light;
}

.closing-hero::after {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(4, 31, 45, .58), rgba(4, 31, 45, .24) 48%, rgba(4, 31, 45, .08) 78%),
    linear-gradient(180deg, rgba(4, 31, 45, .08), rgba(4, 31, 45, .30));
}

.closing-hero > div {
  width: min(1160px, calc(100% - 64px));
  padding: clamp(58px, 6vh, 76px) 0 clamp(48px, 6vh, 68px);
}

.closing-hero p {
  max-width: 980px;
  margin-bottom: 20px;
  font-size: clamp(28px, 3.1vw, 42px);
  line-height: 1.08;
  text-wrap: balance;
}

.closing-actions {
  margin-bottom: 20px;
}

.closing-hero span {
  max-width: 710px;
  margin-top: 20px;
  padding: 16px 22px 18px;
  font-size: clamp(21px, 2vw, 30px);
  line-height: 1.22;
  background:
    linear-gradient(135deg, rgba(225, 244, 249, .14), rgba(7, 54, 76, .26));
}

@keyframes closingTextureDrift {
  from {
    background-position: 0 0, center, center;
  }

  to {
    background-position: 34px 18px, center, center;
  }
}

@media (max-width: 760px) {
  .hero-actions-expanded {
    width: min(360px, 100%);
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    padding: 9px;
  }

  .hero-actions-expanded .button,
  .hero-actions-expanded .button-primary,
  .hero-actions-expanded .button-hero-secondary {
    flex: 1 1 auto;
    min-height: 40px;
    padding: 0 12px;
    font-size: 12.4px;
  }

  .hero-actions-expanded p {
    grid-column: 1 / -1;
    font-size: 10.5px;
  }

  .destination-track {
    grid-auto-columns: minmax(220px, 76vw);
  }

  .destination-card div {
    min-height: 214px;
  }

  .closing-hero {
    min-height: 610px;
  }

  .closing-hero > div {
    width: min(100% - 36px, 560px);
  }

  .closing-hero p {
    max-width: 100%;
    font-size: clamp(27px, 9vw, 38px);
  }

  .closing-hero span {
    max-width: 100%;
    font-size: clamp(20px, 6.6vw, 27px);
  }
}

/* V9 HERO officiel - menu quasi transparent, contour ivoire fin */
body.is-home .site-header,
.site-header {
  border: 1px solid rgba(255, 250, 236, .78);
  background:
    linear-gradient(90deg, rgba(255, 250, 236, .13), rgba(236, 249, 252, .08) 54%, rgba(255, 250, 236, .10)),
    rgba(255, 255, 255, .055);
  box-shadow:
    0 14px 38px rgba(0, 36, 54, .10),
    inset 0 1px 0 rgba(255, 255, 255, .38),
    inset 0 -1px 0 rgba(255, 250, 236, .22);
  backdrop-filter: blur(5px) saturate(1.02);
}

.site-header::before {
  opacity: .24;
  background: linear-gradient(90deg, rgba(255, 250, 236, .34), rgba(255, 250, 236, 0) 34%, rgba(255, 250, 236, .20));
}

.site-header:hover {
  border-color: rgba(255, 250, 236, .92);
  background:
    linear-gradient(90deg, rgba(255, 250, 236, .16), rgba(236, 249, 252, .10) 54%, rgba(255, 250, 236, .13)),
    rgba(255, 255, 255, .075);
}

.site-header.is-scrolled,
body:not(.is-home) .site-header {
  border-color: rgba(255, 250, 236, .82);
  background:
    linear-gradient(90deg, rgba(255, 250, 236, .18), rgba(236, 249, 252, .14)),
    rgba(245, 252, 253, .18);
  backdrop-filter: blur(8px) saturate(1.04);
}

@media (max-width: 720px) {
  body.is-home .site-header,
  .site-header {
    border-color: rgba(255, 250, 236, .80);
    background:
      linear-gradient(90deg, rgba(255, 250, 236, .14), rgba(236, 249, 252, .10)),
      rgba(255, 255, 255, .07);
    backdrop-filter: blur(5px) saturate(1.02);
  }
}

/* V11 - ajustements mobile iPhone : header plus discret, scroll plus fluide */
@media (max-width: 720px) {
  html,
  body {
    overflow-x: hidden;
  }

  body {
    padding-bottom: max(22px, env(safe-area-inset-bottom));
  }

  body.is-home .site-header,
  .site-header {
    top: max(9px, env(safe-area-inset-top));
    left: 14px;
    right: 14px;
    min-height: 56px;
    padding: 7px 9px;
    border-radius: 8px;
    border-color: rgba(255, 250, 236, .70);
    background:
      linear-gradient(90deg, rgba(255, 255, 255, .34), rgba(229, 247, 251, .18)),
      rgba(239, 250, 252, .18);
    box-shadow:
      0 10px 26px rgba(2, 38, 58, .10),
      inset 0 1px 0 rgba(255, 255, 255, .50);
    backdrop-filter: blur(9px) saturate(1.04);
  }

  .site-header.is-scrolled,
  body:not(.is-home) .site-header {
    top: max(7px, env(safe-area-inset-top));
    min-height: 52px;
    background:
      linear-gradient(90deg, rgba(255, 255, 255, .42), rgba(229, 247, 251, .22)),
      rgba(241, 251, 253, .26);
    backdrop-filter: blur(8px) saturate(1.02);
    box-shadow:
      0 8px 22px rgba(2, 38, 58, .08),
      inset 0 1px 0 rgba(255, 255, 255, .55);
  }

  .brand img {
    width: clamp(164px, 42vw, 188px);
    filter: drop-shadow(0 8px 14px rgba(3, 22, 26, .12));
  }

  button.menu-toggle {
    right: 8px;
    width: 39px;
    height: 39px;
    border-color: rgba(255, 255, 255, .72);
    background: rgba(255, 255, 255, .46);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .62);
    backdrop-filter: blur(7px) saturate(1.02);
  }

  button.menu-toggle span {
    width: 16px;
    height: 2px;
  }

  .hero {
    min-height: 100svh;
  }

  .hero-inner {
    width: calc(100% - 32px);
    padding-top: 112px;
    padding-bottom: max(26px, env(safe-area-inset-bottom));
  }

  .hero h1 {
    max-width: 350px;
    font-size: clamp(31px, 8.15vw, 37px);
    line-height: 1.09;
  }

  .hero-copy {
    max-width: 350px;
    font-size: clamp(14px, 3.75vw, 15.6px);
    line-height: 1.55;
  }

  .hero-actions-expanded,
  .fusion-cta-panel,
  .center-action {
    width: 100%;
    max-width: 344px;
    margin-right: auto;
    margin-left: auto;
    padding: 10px;
    border-radius: 8px;
  }

  .hero-actions-expanded {
    grid-template-columns: 1fr;
  }

  .hero-actions-expanded .button,
  .fusion-cta-panel .button,
  .center-action .button {
    min-height: 43px;
    font-size: 13.2px;
  }

  .hero-actions-expanded p,
  .fusion-cta-panel p,
  .center-action p {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 5px 8px;
    padding-top: 2px;
    font-size: 11px;
    line-height: 1.22;
    text-align: center;
  }

  .hero-actions-expanded p span,
  .fusion-cta-panel p span,
  .center-action p span {
    min-width: 0;
  }

  .hero-actions-expanded p span + span::before,
  .fusion-cta-panel p span + span::before,
  .center-action p span + span::before {
    display: none;
  }

  .section {
    width: calc(100% - 32px);
    padding-top: 54px;
    padding-bottom: 58px;
    scroll-margin-top: 86px;
  }

  .section-head {
    margin-bottom: 24px;
  }

  .section-head h2 {
    font-size: clamp(32px, 9vw, 42px);
    line-height: 1.02;
  }

  .section-head p {
    font-size: 15px;
    line-height: 1.58;
  }

  .process {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .steps {
    gap: 14px;
  }

  .step {
    padding: 18px;
    border-radius: 8px;
  }

  .step-visual {
    height: clamp(148px, 42vw, 184px);
    margin-bottom: 18px;
    object-fit: contain;
  }

  .step span {
    min-height: 38px;
    padding: 0 17px;
    font-size: 12px;
  }

  .step h3 {
    margin-top: 18px;
    margin-bottom: 12px;
    font-size: clamp(24px, 6.7vw, 31px);
    line-height: 1.06;
  }

  .step p,
  .step small {
    font-size: 16px;
    line-height: 1.48;
  }

  .center-action {
    margin-top: 24px;
  }

  .destinations {
    padding-top: 56px;
    padding-bottom: 54px;
  }

  .destination-head p {
    gap: 12px;
    font-size: 16px;
    line-height: 1.55;
  }

  .destination-actions {
    margin-top: -6px;
    margin-bottom: 24px;
  }

  .destination-actions .button {
    width: 100%;
    min-height: 46px;
  }

  .destination-scroll {
    max-width: 100%;
    overflow: visible;
  }

  .destination-scroll::before,
  .destination-scroll::after {
    display: none;
  }

  .destination-track {
    display: grid;
    grid-auto-flow: row;
    grid-auto-columns: initial;
    grid-template-columns: 1fr;
    gap: 16px;
    overflow: visible;
    padding: 0;
    scroll-snap-type: none;
  }

  .destination-card {
    width: 100%;
    min-width: 0;
    scroll-snap-align: none;
  }

  .destination-card img {
    height: auto;
    aspect-ratio: 16 / 10.4;
    object-fit: cover;
  }

  .destination-card div {
    min-height: auto;
    padding: 20px 20px 22px;
  }

  .destination-card h3 {
    font-size: clamp(29px, 8vw, 36px);
    line-height: 1.02;
  }

  .destination-card p {
    font-size: 16px;
    line-height: 1.54;
  }

  .destination-card a {
    padding-top: 18px;
    font-size: 15px;
  }

  .closing-hero {
    min-height: auto;
    padding: 92px 0 42px;
  }

  .closing-hero > div {
    width: calc(100% - 36px);
    padding: 0;
  }

  .closing-hero p {
    max-width: 100%;
    margin-bottom: 18px;
    font-size: clamp(33px, 9.1vw, 42px);
    line-height: 1.04;
  }

  .closing-actions {
    display: grid;
    gap: 12px;
    margin-bottom: 20px;
  }

  .closing-hero .button-light {
    width: 100%;
    min-height: 52px;
    font-size: 14px;
  }

  .closing-hero span {
    max-width: 100%;
    margin-top: 18px;
    padding: 22px 22px 24px;
    font-size: clamp(25px, 7.4vw, 34px);
    line-height: 1.14;
  }

  .site-footer {
    padding-bottom: calc(34px + env(safe-area-inset-bottom));
  }
}

@media (max-width: 390px) {
  .hero-inner,
  .section {
    width: calc(100% - 28px);
  }

  .hero h1 {
    font-size: clamp(29px, 8.4vw, 34px);
  }

  .hero-copy {
    font-size: 13.8px;
  }

  .step p,
  .step small,
  .destination-card p {
    font-size: 15.4px;
  }
}

