/* NDJ Consulting — v2
   Clash Display (titres) + Satoshi (texte), monochrome navy / off-white.
--------------------------------------------------------------------- */

:root {
  --dark: #050F1B;
  --dark-2: #0A1A2C;
  --light: #EDECE7;
  --light-2: #E4E2DB;
  --fg-on-dark: #F1EFE9;
  --fg-on-light: #071525;
  --mute-on-dark: rgba(241, 239, 233, 0.55);
  --mute-on-light: rgba(7, 21, 37, 0.58);
  --line-on-dark: rgba(241, 239, 233, 0.14);
  --line-on-light: rgba(7, 21, 37, 0.14);

  --bg: var(--dark);
  --fg: var(--fg-on-dark);
  --mute: var(--mute-on-dark);
  --line: var(--line-on-dark);

  --display: "Clash Display", "Helvetica Neue", Arial, sans-serif;
  --text: "Satoshi", "Helvetica Neue", Arial, sans-serif;

  --gx: clamp(20px, 3.2vw, 56px);
  --gap: clamp(16px, 2vw, 32px);
  --ease: cubic-bezier(0.76, 0, 0.24, 1);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
.lenis.lenis-stopped { overflow: hidden; }
body {
  margin: 0;
  font-family: var(--text);
  font-size: 17px;
  line-height: 1.55;
  color: var(--fg);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
ul, ol, dl, dd { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, p, figure { margin: 0; }
button { font: inherit; color: inherit; background: none; border: 0; padding: 0; cursor: pointer; }
input, select, textarea { font: inherit; color: inherit; }
::selection { background: var(--fg-on-dark); color: var(--dark); }
.section--light ::selection { background: var(--dark); color: var(--light); }
:focus-visible { outline: 1.5px solid currentColor; outline-offset: 4px; }
.sr-hide { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 10000; background: var(--light); color: var(--dark); padding: 10px 14px; transform: translateY(-200%); }
.skip-link:focus { transform: none; }

/* Grille */
.grid { display: grid; grid-template-columns: repeat(12, 1fr); column-gap: var(--gap); row-gap: 0; padding-inline: var(--gx); }
.col-3 { grid-column: span 3; } .col-4 { grid-column: span 4; } .col-5 { grid-column: span 5; }
.col-6 { grid-column: span 6; } .col-7 { grid-column: span 7; } .col-8 { grid-column: span 8; }
.col-9 { grid-column: span 9; } .col-12 { grid-column: span 12; }

.section { padding-block: clamp(96px, 14vw, 200px); position: relative; }
.section--light { background: var(--light); color: var(--fg-on-light); --fg: var(--fg-on-light); --mute: var(--mute-on-light); --line: var(--line-on-light); }

.label { display: block; font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--mute); font-weight: 500; }
.h2 {
  font-family: var(--display); font-weight: 500;
  font-size: clamp(34px, 5vw, 76px); line-height: 1.02; letter-spacing: -0.02em;
}
.section__head { align-items: end; margin-bottom: clamp(48px, 7vw, 110px); }
.section__head .label { padding-bottom: 0.4em; }

/* Lignes masquées (JS) */
.line-wrap { display: block; overflow: hidden; padding-bottom: 0.08em; margin-bottom: -0.08em; }
.line-wrap > .line-in { display: block; transform: translateY(110%); will-change: transform; }
html.no-js .line-wrap > .line-in, html.reduced .line-wrap > .line-in { transform: none; }
.js [data-fade] { opacity: 0; transform: translateY(24px); }
html.reduced [data-fade] { opacity: 1; transform: none; }

/* Loader */
.loader { position: fixed; inset: 0; z-index: 9999; background: var(--dark); color: var(--fg-on-dark); display: grid; place-items: center; }
.loader__count { font-family: var(--display); font-weight: 500; font-size: clamp(80px, 18vw, 240px); line-height: 1; letter-spacing: -0.04em; font-variant-numeric: tabular-nums; }
.loader__name { position: absolute; left: var(--gx); bottom: 28px; font-size: 13px; letter-spacing: 0.1em; text-transform: uppercase; }
.loader__meta { position: absolute; right: var(--gx); bottom: 28px; font-size: 13px; color: var(--mute); }
html.reduced .loader, html.no-js .loader { display: none; }

/* Header — blend difference : blanc sur fond sombre, sombre sur fond clair */
.header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  display: flex; align-items: center; justify-content: space-between;
  padding: 22px var(--gx); color: #fff; mix-blend-mode: difference;
  transition: transform 0.7s var(--ease);
}
.header.is-hidden { transform: translateY(-110%); }
.header__brand img { height: 40px; width: auto; }
.header__nav { display: flex; gap: 34px; position: absolute; left: 50%; transform: translateX(-50%); }
.header__link, .header__contact { font-size: 13px; letter-spacing: 0.06em; text-transform: uppercase; font-weight: 500; position: relative; overflow: hidden; display: inline-block; padding: 4px 0; }
.header__link span, .header__contact span { display: inline-block; transition: transform 0.6s var(--ease); }
.header__link::after { content: ""; position: absolute; left: 0; bottom: 2px; width: 100%; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform 0.6s var(--ease); }
.header__link:hover::after, .header__link.is-active::after { transform: scaleX(1); transform-origin: left; }
.header__right { display: flex; align-items: center; gap: 22px; }
.header__contact { display: inline-flex; align-items: center; gap: 10px; padding: 10px 16px; border: 1px solid currentColor; border-radius: 999px; }
.header__contact i { width: 6px; height: 6px; border-radius: 50%; background: currentColor; }
.header__contact:hover span { transform: translateX(-2px); }
.header__burger { display: none; width: 44px; height: 44px; position: relative; }
.header__burger span { position: absolute; left: 10px; width: 24px; height: 1.5px; background: currentColor; transition: transform 0.5s var(--ease), top 0.5s var(--ease); }
.header__burger span:nth-child(1) { top: 18px; } .header__burger span:nth-child(2) { top: 26px; }
.header__burger.is-open span:nth-child(1) { top: 22px; transform: rotate(45deg); }
.header__burger.is-open span:nth-child(2) { top: 22px; transform: rotate(-45deg); }

/* Menu plein écran */
.menu { position: fixed; inset: 0; z-index: 990; background: var(--dark); color: var(--fg-on-dark); display: flex; flex-direction: column; justify-content: center; padding: 110px var(--gx) 40px; clip-path: inset(0 0 100% 0); transition: clip-path 0.9s var(--ease); visibility: hidden; }
.menu.is-open { clip-path: inset(0 0 0 0); visibility: visible; }
.menu__nav { display: grid; gap: 4px; }
.menu__link { display: flex; align-items: baseline; gap: 20px; font-family: var(--display); font-weight: 500; font-size: clamp(40px, 10vw, 72px); line-height: 1.1; letter-spacing: -0.02em; opacity: 0; transform: translateY(30px); transition: opacity 0.6s var(--ease-out), transform 0.6s var(--ease-out); }
.menu__link em { font-style: normal; font-family: var(--text); font-size: 12px; letter-spacing: 0.1em; color: var(--mute); }
.menu.is-open .menu__link { opacity: 1; transform: none; }
.menu.is-open .menu__link:nth-child(1) { transition-delay: 0.35s } .menu.is-open .menu__link:nth-child(2) { transition-delay: 0.42s }
.menu.is-open .menu__link:nth-child(3) { transition-delay: 0.49s } .menu.is-open .menu__link:nth-child(4) { transition-delay: 0.56s }
.menu.is-open .menu__link:nth-child(5) { transition-delay: 0.63s }
.menu__foot { margin-top: auto; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px; font-size: 14px; color: var(--mute); }
.menu__foot a { color: var(--fg-on-dark); }

/* ===== HERO ===== */
.hero { position: relative; background: var(--dark); }
.hero__pin { position: relative; height: 100vh; height: 100svh; overflow: hidden; }
.hero__text { position: absolute; inset: 0; z-index: 2; padding: 120px var(--gx) 72px; display: flex; flex-direction: column; justify-content: space-between; pointer-events: none; }
.hero__text > * { pointer-events: auto; }
.hero__title {
  font-family: var(--display); font-weight: 500;
  font-size: clamp(40px, min(7.4vw, 12.5vh), 150px); line-height: 0.96; letter-spacing: -0.03em;
  max-width: 12ch;
}
.hero__bottom { display: flex; align-items: flex-end; gap: clamp(32px, 4vw, 72px); max-width: 52vw; }
.hero__desc { font-size: clamp(15px, 1.15vw, 18px); line-height: 1.55; color: var(--mute); max-width: 44ch; }
.hero__cta { display: inline-flex; align-items: center; gap: 16px; font-size: 14px; letter-spacing: 0.04em; text-transform: uppercase; font-weight: 500; white-space: nowrap; }
.hero__cta-circle { width: 56px; height: 56px; border-radius: 50%; border: 1px solid var(--line); display: grid; place-items: center; transition: background 0.5s var(--ease), color 0.5s var(--ease), border-color 0.5s; }
.hero__cta-circle svg { width: 20px; height: 20px; transition: transform 0.5s var(--ease); }
.hero__cta:hover .hero__cta-circle { background: var(--fg-on-dark); color: var(--dark); border-color: var(--fg-on-dark); }
.hero__cta:hover .hero__cta-circle svg { transform: rotate(45deg); }

.hero__media { position: absolute; inset: 0; z-index: 1; overflow: hidden; clip-path: inset(22vh var(--gx) 13vh 54vw); }
.hero__media img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.18); transform-origin: 70% 60%; filter: saturate(0.8) brightness(0.85); }
.hero__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(5,15,27,0) 40%, rgba(5,15,27,0.55) 100%); opacity: 0; transition: opacity 0.3s; }
.hero__caption { position: absolute; right: calc(var(--gx) + 16px); bottom: calc(13vh + 14px); display: flex; gap: 24px; font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(241,239,233,0.8); }
.hero__meta { position: absolute; left: var(--gx); right: var(--gx); bottom: 26px; z-index: 3; display: flex; justify-content: space-between; gap: 20px; font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--mute); }
.hero__scroll { display: inline-flex; align-items: center; gap: 10px; }
.hero__scroll i { display: block; width: 40px; height: 1px; background: currentColor; position: relative; overflow: hidden; }
.hero__scroll i::after { content: ""; position: absolute; inset: 0; background: var(--fg-on-dark); transform: translateX(-100%); animation: slideLine 2.2s var(--ease) infinite; }
@keyframes slideLine { 0% { transform: translateX(-100%) } 50% { transform: translateX(0) } 100% { transform: translateX(100%) } }

/* ===== MANIFESTE ===== */
.manifesto { padding-block: clamp(110px, 16vw, 220px); }
.manifesto__text { font-family: var(--display); font-weight: 500; font-size: clamp(28px, 3.9vw, 60px); line-height: 1.12; letter-spacing: -0.02em; }
.manifesto__text .w { display: inline-block; opacity: 0.14; }
html.reduced .manifesto__text .w, html.no-js .manifesto__text .w { opacity: 1; }
.manifesto__cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--gap); margin-top: clamp(56px, 7vw, 110px); }
.manifesto__cols > div { border-top: 1px solid var(--line); padding-top: 22px; }
.manifesto__cols .label { margin-bottom: 14px; }
.manifesto__cols p { font-size: 15.5px; color: var(--mute); max-width: 34ch; }

/* ===== MARQUEE ===== */
.marquee { overflow: hidden; padding: clamp(28px, 4vw, 56px) 0; border-bottom: 1px solid var(--line); white-space: nowrap; }
.marquee__inner { display: inline-flex; will-change: transform; }
.marquee__inner span { font-family: var(--display); font-weight: 500; font-size: clamp(64px, 11vw, 170px); line-height: 1; letter-spacing: -0.02em; color: transparent; -webkit-text-stroke: 1px rgba(241,239,233,0.45); padding-right: 0.3em; }
.marquee__inner span:nth-child(odd) { color: var(--fg-on-dark); -webkit-text-stroke: 0; }

/* ===== EXPERTISES ===== */
.rows { border-top: 1px solid var(--line); }
.row { border-bottom: 1px solid var(--line); }
.row__link {
  position: relative; display: grid; grid-template-columns: 60px 1fr 1fr 56px; align-items: center; gap: var(--gap);
  padding: clamp(26px, 3vw, 44px) var(--gx); isolation: isolate; overflow: hidden;
  transition: color 0.5s var(--ease);
}
.row__link::before { content: ""; position: absolute; inset: 0; z-index: -1; background: var(--light); transform: translateY(101%); transition: transform 0.6s var(--ease); }
.row__link:hover { color: var(--fg-on-light); }
.row__link:hover::before { transform: translateY(0); }
.row__idx { font-size: 12px; letter-spacing: 0.1em; color: var(--mute); transition: color 0.5s; }
.row__link:hover .row__idx { color: var(--mute-on-light); }
.row__title { font-family: var(--display); font-weight: 500; font-size: clamp(24px, 3vw, 44px); line-height: 1.05; letter-spacing: -0.02em; transition: transform 0.6s var(--ease); }
.row__link:hover .row__title { transform: translateX(12px); }
.row__desc { font-size: 15px; color: var(--mute); max-width: 40ch; transition: color 0.5s; }
.row__link:hover .row__desc { color: var(--mute-on-light); }
.row__arrow { width: 56px; height: 56px; border-radius: 50%; border: 1px solid var(--line); display: grid; place-items: center; justify-self: end; transition: border-color 0.5s, background 0.5s var(--ease), color 0.5s; }
.row__arrow svg { width: 20px; height: 20px; transition: transform 0.6s var(--ease); }
.row__link:hover .row__arrow { border-color: var(--fg-on-light); background: var(--fg-on-light); color: var(--light); }
.row__link:hover .row__arrow svg { transform: rotate(45deg); }
.rows__preview { position: fixed; left: 0; top: 0; width: 320px; height: 400px; z-index: 50; pointer-events: none; overflow: hidden; clip-path: inset(50% 0 50% 0); will-change: transform; }
.rows__preview img { width: 100%; height: 100%; object-fit: cover; }
@media (hover: none) { .rows__preview { display: none; } }

/* ===== APPROCHE (horizontal) ===== */
.approche { position: relative; overflow: hidden; }
.approche__pin { min-height: 100vh; display: flex; flex-direction: column; justify-content: center; padding-block: 110px 80px; background: var(--light); }
.approche__head { align-items: end; margin-bottom: clamp(40px, 6vw, 80px); }
.approche__head .label { padding-bottom: 0.4em; }
.approche__progress { margin-top: 36px; height: 1px; background: var(--line); position: relative; }
.approche__progress span { position: absolute; left: 0; top: 0; height: 100%; width: 100%; background: var(--fg-on-light); transform-origin: left; transform: scaleX(0); }
.approche__track { display: flex; gap: clamp(24px, 4vw, 64px); padding-inline: var(--gx); will-change: transform; }
.panel { flex: 0 0 auto; width: clamp(300px, 38vw, 560px); display: flex; flex-direction: column; justify-content: space-between; min-height: clamp(360px, 48vh, 520px); border-top: 1px solid var(--line); padding-top: 22px; }
.panel--img { width: clamp(220px, 26vw, 380px); border-top: 0; padding-top: 0; overflow: hidden; }
.panel--img img { width: 100%; height: 100%; object-fit: cover; min-height: 100%; filter: saturate(0.75); }
.panel__num { font-size: 12px; letter-spacing: 0.1em; color: var(--mute); }
.panel__title { font-family: var(--display); font-weight: 500; font-size: clamp(30px, 3.6vw, 56px); line-height: 1; letter-spacing: -0.025em; margin-bottom: 22px; }
.panel__body p { color: var(--mute); font-size: 16px; max-width: 40ch; }
.panel__tag { display: block; margin-top: 26px; font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--mute); }

/* ===== POURQUOI (stack) ===== */
.stack { padding-inline: var(--gx); display: grid; gap: 16px; }
.stack__card {
  position: sticky; top: 110px;
  min-height: 46vh; display: grid; grid-template-columns: 80px 1fr 1fr; gap: var(--gap); align-items: start;
  padding: clamp(28px, 4vw, 56px);
  background: var(--dark-2); border: 1px solid var(--line); border-radius: 4px;
  transform-origin: top center; will-change: transform; overflow: hidden; --dim: 0;
}
.stack__card::after { content: ""; position: absolute; inset: 0; background: var(--dark); opacity: var(--dim); pointer-events: none; }
.stack__card > * { position: relative; z-index: 1; }
.stack__card:nth-child(2) { background: #0C1F34; } .stack__card:nth-child(3) { background: #0F2540; } .stack__card:nth-child(4) { background: #122B4A; }
.stack__num { font-size: 12px; letter-spacing: 0.1em; color: var(--mute); padding-top: 8px; }
.stack__title { font-family: var(--display); font-weight: 500; font-size: clamp(30px, 3.6vw, 56px); line-height: 1.02; letter-spacing: -0.025em; }
.stack__card p { color: var(--mute); font-size: clamp(15px, 1.2vw, 18px); max-width: 40ch; padding-top: 8px; }

/* ===== BREAK ===== */
.break { position: relative; height: 100vh; overflow: hidden; }
.break__media { position: absolute; inset: -12% 0; }
.break__media img { width: 100%; height: 100%; object-fit: cover; filter: saturate(0.7) brightness(0.8); }
.break__text { position: absolute; left: var(--gx); right: var(--gx); bottom: 10vh; font-family: var(--display); font-weight: 500; font-size: clamp(34px, 5.6vw, 88px); line-height: 1; letter-spacing: -0.025em; color: var(--fg-on-dark); }

/* ===== FAQ ===== */
.faq__side { position: sticky; top: 120px; align-self: start; }
.faq__note { margin-top: 20px; font-size: 15px; color: var(--mute); max-width: 26ch; }
.faq__note a { color: var(--fg-on-light); text-decoration: underline; text-underline-offset: 4px; }
.accordion { border-top: 1px solid var(--line); }
.acc { border-bottom: 1px solid var(--line); }
.acc summary { list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 26px 0; cursor: pointer; font-family: var(--display); font-weight: 500; font-size: clamp(19px, 1.9vw, 28px); line-height: 1.2; letter-spacing: -0.01em; }
.acc summary::-webkit-details-marker { display: none; }
.acc summary i { position: relative; width: 36px; height: 36px; flex-shrink: 0; border: 1px solid var(--line); border-radius: 50%; transition: transform 0.6s var(--ease), background 0.4s, border-color 0.4s; }
.acc summary i::before, .acc summary i::after { content: ""; position: absolute; left: 50%; top: 50%; background: currentColor; transform: translate(-50%, -50%); }
.acc summary i::before { width: 12px; height: 1px; } .acc summary i::after { width: 1px; height: 12px; transition: transform 0.4s var(--ease); }
.acc[open] summary i { transform: rotate(180deg); background: var(--fg-on-light); border-color: var(--fg-on-light); color: var(--light); }
.acc[open] summary i::after { transform: translate(-50%, -50%) scaleY(0); }
.acc__body { overflow: hidden; }
.acc__body p { padding: 0 0 28px; color: var(--mute); max-width: 58ch; }

/* ===== CONTACT ===== */
.contact__title { font-family: var(--display); font-weight: 500; font-size: clamp(64px, 14vw, 220px); line-height: 0.92; letter-spacing: -0.04em; margin: 10px 0 clamp(48px, 6vw, 96px); }
.contact__side { padding-right: var(--gap); }
.contact__mail { display: inline-block; font-family: var(--display); font-weight: 500; font-size: clamp(20px, 2.4vw, 34px); letter-spacing: -0.01em; position: relative; padding-bottom: 4px; }
.contact__mail::after { content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background: currentColor; transform: scaleX(1); transform-origin: left; transition: transform 0.6s var(--ease); }
.contact__mail:hover::after { transform: scaleX(0); transform-origin: right; }
.contact__dl { margin-top: 40px; display: grid; gap: 22px; }
.contact__dl dt { font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--mute); margin-bottom: 6px; }
.contact__dl dd { font-size: 16px; line-height: 1.5; }
.form__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 34px var(--gap); }
.f { display: grid; gap: 10px; }
.f--full { grid-column: 1 / -1; }
.f label { font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--mute); }
.f input, .f select, .f textarea { width: 100%; background: transparent; border: 0; border-bottom: 1px solid var(--line); padding: 10px 0 12px; border-radius: 0; color: var(--fg-on-dark); font-size: 17px; transition: border-color 0.4s; min-height: 44px; }
.f textarea { resize: vertical; min-height: 90px; line-height: 1.5; }
.f input:focus, .f select:focus, .f textarea:focus { outline: none; border-color: var(--fg-on-dark); }
.f input::placeholder, .f textarea::placeholder { color: rgba(241,239,233,0.3); }
.f select { appearance: none; -webkit-appearance: none; background-image: linear-gradient(45deg, transparent 50%, var(--fg-on-dark) 50%), linear-gradient(135deg, var(--fg-on-dark) 50%, transparent 50%); background-position: calc(100% - 12px) 50%, calc(100% - 6px) 50%; background-size: 6px 6px; background-repeat: no-repeat; padding-right: 30px; cursor: pointer; }
.f select option { color: var(--dark); background: var(--light); }
.f--check { grid-template-columns: auto 1fr; align-items: start; gap: 12px; }
.f--check input { width: 18px; height: 18px; min-height: 0; margin-top: 3px; accent-color: var(--fg-on-dark); padding: 0; }
.f--check label { text-transform: none; letter-spacing: 0; font-size: 14px; line-height: 1.5; color: var(--mute); }
.f--check label a { color: var(--fg-on-dark); text-decoration: underline; text-underline-offset: 3px; }
.f--check .f__err { grid-column: 1 / -1; }
.f.is-invalid input, .f.is-invalid textarea { border-color: #E07A6E; }
.f__err { font-size: 13px; color: #E9968C; }
.f__err:empty { display: none; }
.form__submit { margin-top: 40px; display: inline-flex; align-items: center; gap: 18px; height: 64px; padding: 0 8px 0 28px; border: 1px solid var(--fg-on-dark); border-radius: 999px; font-size: 14px; letter-spacing: 0.06em; text-transform: uppercase; font-weight: 500; position: relative; overflow: hidden; isolation: isolate; transition: color 0.5s var(--ease); }
.form__submit::before { content: ""; position: absolute; inset: 0; z-index: -1; background: var(--fg-on-dark); transform: translateY(101%); transition: transform 0.6s var(--ease); }
.form__submit:hover { color: var(--dark); }
.form__submit:hover::before { transform: translateY(0); }
.form__submit-arrow { width: 46px; height: 46px; border-radius: 50%; background: var(--fg-on-dark); color: var(--dark); display: grid; place-items: center; transition: transform 0.6s var(--ease), background 0.5s, color 0.5s; }
.form__submit-arrow svg { width: 18px; height: 18px; transition: transform 0.6s var(--ease); }
.form__submit:hover .form__submit-arrow { background: var(--dark); color: var(--fg-on-dark); }
.form__submit:hover .form__submit-arrow svg { transform: rotate(45deg); }
.form__submit.is-loading { pointer-events: none; opacity: 0.6; }
.form__status { margin-top: 18px; font-size: 15px; }
.form__status:empty { display: none; }
.form__status.is-error { color: #E9968C; }
.form.is-sent .form__grid, .form.is-sent .form__submit { display: none; }
.form__success h3 { font-family: var(--display); font-weight: 500; font-size: clamp(28px, 3vw, 44px); letter-spacing: -0.02em; margin-bottom: 12px; }
.form__success p { color: var(--mute); max-width: 44ch; }

/* ===== FOOTER ===== */
.footer { border-top: 1px solid var(--line); padding: clamp(56px, 7vw, 100px) 0 28px; }
.footer__top { padding-bottom: clamp(48px, 6vw, 90px); }
.footer__logo { width: clamp(160px, 18vw, 240px); }
.footer__list { margin-top: 16px; display: grid; gap: 10px; font-size: 15px; }
.footer__list a { position: relative; }
.footer__list a::after { content: ""; position: absolute; left: 0; bottom: -2px; width: 100%; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform 0.5s var(--ease); }
.footer__list a:hover::after { transform: scaleX(1); transform-origin: left; }
.footer__list li { color: var(--mute); }
.footer__list li a { color: var(--fg-on-dark); }
.footer__bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px 24px; padding: 22px var(--gx) 0; border-top: 1px solid var(--line); font-size: 12.5px; color: var(--mute); }
.footer__legal { display: flex; gap: 20px; }
.footer__legal a:hover { color: var(--fg-on-dark); }

/* ===== Pages légales ===== */
.legal { padding: 160px 0 110px; }
.legal h1 { font-family: var(--display); font-weight: 500; font-size: clamp(40px, 6vw, 88px); letter-spacing: -0.03em; line-height: 1; margin: 14px 0 14px; }
.legal__date { color: var(--mute); font-size: 13px; margin-bottom: 56px; }
.legal h2 { font-family: var(--display); font-weight: 500; font-size: 26px; letter-spacing: -0.01em; margin: 44px 0 12px; }
.legal p, .legal li { color: var(--mute); line-height: 1.65; margin-bottom: 12px; font-size: 16px; }
.legal ul { list-style: disc; padding-left: 20px; }
.legal a { color: var(--fg-on-light); text-decoration: underline; text-underline-offset: 3px; }
.legal strong { color: var(--fg-on-light); font-weight: 600; }
.legal .btn-back { display: inline-flex; align-items: center; gap: 14px; margin-top: 36px; height: 56px; padding: 0 24px; border: 1px solid var(--fg-on-light); border-radius: 999px; font-size: 13px; letter-spacing: 0.06em; text-transform: uppercase; text-decoration: none; transition: background 0.4s, color 0.4s; }
.legal .btn-back:hover { background: var(--fg-on-light); color: var(--light); }

/* ===== Responsive ===== */
@media (max-width: 1100px) {
  .hero__media { clip-path: inset(24vh var(--gx) 14vh 50vw); }
  .hero__bottom { max-width: 46vw; flex-direction: column; align-items: flex-start; gap: 26px; }
}
@media (max-width: 900px) {
  .header__nav, .header__contact { display: none; }
  .header__burger { display: block; }
  .grid { row-gap: 24px; }
  .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9 { grid-column: span 12; }
  .section__head .label { padding-bottom: 0; }
  .hero__text { padding: 96px var(--gx) 70px; justify-content: flex-start; gap: 22px; }
  .hero__title { font-size: clamp(40px, 11vw, 80px); max-width: none; }
  .hero__bottom { max-width: none; flex-direction: column; align-items: flex-start; gap: 18px; }
  .hero__desc { font-size: 15px; max-width: 40ch; }
  .hero__media { clip-path: inset(54vh var(--gx) 11vh var(--gx)); }
  .hero__caption { bottom: calc(11vh + 12px); right: calc(var(--gx) + 12px); }
  .hero__caption { bottom: calc(12vh + 12px); }
  .hero__meta span:nth-child(2) { display: none; }
  .manifesto__cols { grid-template-columns: 1fr; }
  .row__link { grid-template-columns: 36px 1fr 48px; row-gap: 10px; }
  .row__idx { grid-column: 1; grid-row: 1; }
  .row__title { grid-column: 2; grid-row: 1; }
  .row__desc { grid-column: 2; grid-row: 2; }
  .row__arrow { grid-column: 3; grid-row: 1 / span 2; width: 48px; height: 48px; }
  .approche__pin { min-height: 0; padding-block: 100px 60px; }
  .approche__track { flex-direction: column; gap: 40px; }
  .panel { width: 100%; min-height: 0; }
  .panel--img { width: 100%; aspect-ratio: 4 / 3; }
  .approche__progress { display: none; }
  .stack__card { grid-template-columns: 1fr; gap: 18px; min-height: 0; top: 90px; }
  .faq__side { position: static; }
  .form__grid { grid-template-columns: 1fr; }
  .contact__side { margin-bottom: 40px; }
  .footer__top .col-3 + .col-3 { margin-top: 0; }
}
@media (max-width: 560px) {
  .hero__text { padding: 90px var(--gx) 66px; }
  .hero__media { clip-path: inset(56vh var(--gx) 11vh var(--gx)); }
  .hero__cta-circle { width: 48px; height: 48px; }
  .marquee__inner span { font-size: 64px; }
  .row__link { padding-block: 22px; }
  .contact__title { font-size: clamp(56px, 18vw, 96px); }
  .rows__preview { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
}
