/* =========================================================
   MD Nettoyages — feuille de styles
   Couleurs reprises du site d’origine :
   bleu nuit #010A33 · bleu roi #12158C · bleu ciel #50B0E3 · doré #D2A061
   ========================================================= */

/* ---------- Polices (auto-hébergées) ---------- */
@font-face { font-family: "Josefin Sans"; font-weight: 300; font-style: normal; font-display: swap; src: url("../fonts/josefin-sans-latin-300-normal.woff2") format("woff2"); }
@font-face { font-family: "Josefin Sans"; font-weight: 400; font-style: normal; font-display: swap; src: url("../fonts/josefin-sans-latin-400-normal.woff2") format("woff2"); }
@font-face { font-family: "Josefin Sans"; font-weight: 400; font-style: italic; font-display: swap; src: url("../fonts/josefin-sans-latin-400-italic.woff2") format("woff2"); }
@font-face { font-family: "Josefin Sans"; font-weight: 600; font-style: normal; font-display: swap; src: url("../fonts/josefin-sans-latin-600-normal.woff2") format("woff2"); }
@font-face { font-family: "Josefin Sans"; font-weight: 700; font-style: normal; font-display: swap; src: url("../fonts/josefin-sans-latin-700-normal.woff2") format("woff2"); }
@font-face { font-family: "Prompt"; font-weight: 300; font-style: normal; font-display: swap; src: url("../fonts/prompt-latin-300-normal.woff2") format("woff2"); }
@font-face { font-family: "Prompt"; font-weight: 400; font-style: normal; font-display: swap; src: url("../fonts/prompt-latin-400-normal.woff2") format("woff2"); }
@font-face { font-family: "Prompt"; font-weight: 500; font-style: normal; font-display: swap; src: url("../fonts/prompt-latin-500-normal.woff2") format("woff2"); }
@font-face { font-family: "Prompt"; font-weight: 600; font-style: normal; font-display: swap; src: url("../fonts/prompt-latin-600-normal.woff2") format("woff2"); }
@font-face { font-family: "Caveat"; font-weight: 600; font-style: normal; font-display: swap; src: url("../fonts/caveat-latin-600-normal.woff2") format("woff2"); }
@font-face { font-family: "Caveat"; font-weight: 700; font-style: normal; font-display: swap; src: url("../fonts/caveat-latin-700-normal.woff2") format("woff2"); }

/* ---------- Tokens ---------- */
:root {
  --night: #010A33;
  --night-2: #06134A;
  --night-3: #00061F;
  --royal: #12158C;
  --sky: #50B0E3;
  --sky-2: #4DA3E1;
  --sky-ink: #1F7DB8;
  --foam: #EAF6FD;
  --paper: #F5F7FB;
  --frame: #EEF3F9;
  --gold: #D2A061;
  --gold-ink: #9A6B2F;
  --ink: #0C1230;
  --muted: #555E80;
  --wa: #25D366;

  --ff-display: "Josefin Sans", "Century Gothic", system-ui, sans-serif;
  --ff-body: "Prompt", system-ui, -apple-system, "Segoe UI", sans-serif;
  --ff-hand: "Caveat", "Segoe Print", cursive;

  --gutter: clamp(16px, 4vw, 48px);
  --radius: 22px;
  --ease: cubic-bezier(.22, 1, .36, 1);
  --noise: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 0.004 0 0 0 0 0.04 0 0 0 0 0.2 0 0 0 .07 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* ---------- Base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
html.lenis, html.lenis body { height: auto; }
html.lenis, .lenis.lenis-smooth { scroll-behavior: auto !important; }
.lenis.lenis-stopped { overflow: hidden; }
body {
  margin: 0;
  font-family: var(--ff-body);
  font-weight: 300;
  font-size: clamp(1rem, .96rem + .2vw, 1.075rem);
  line-height: 1.7;
  color: var(--ink);
  background: var(--night);
  overflow-x: clip;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button { font: inherit; cursor: pointer; }
p { margin: 0 0 1em; }
h1, h2, h3 { margin: 0; }
abbr[title] { text-decoration: none; color: var(--sky-ink); }
.wrap { width: min(1280px, 100% - 2 * var(--gutter)); margin-inline: auto; }
.sr-only { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip-link { position: absolute; left: 12px; top: -60px; z-index: 200; background: var(--sky); color: var(--night); padding: .6em 1em; border-radius: 8px; font-weight: 600; }
.skip-link:focus { top: 12px; }
:focus-visible { outline: 3px solid var(--sky); outline-offset: 3px; border-radius: 6px; }
::selection { background: var(--sky); color: var(--night); }

/* ---------- Typo utilitaires ---------- */
.kicker {
  display: inline-flex; align-items: center; gap: .8em;
  font: 500 .76rem/1 var(--ff-body); letter-spacing: .2em; text-transform: uppercase;
  color: var(--royal); margin-bottom: 1.4rem;
}
.kicker::before {
  content: ""; width: 34px; height: 4px; border-radius: 4px;
  background: linear-gradient(90deg, currentColor 70%, transparent 70% 78%, currentColor 78%);
}
.kicker--sky { color: var(--sky); }
.h2 {
  font-family: var(--ff-display); font-weight: 700;
  font-size: clamp(2rem, 1.3rem + 3.2vw, 4rem);
  line-height: 1.02; letter-spacing: -.012em;
  color: var(--night); max-width: 20ch; margin-bottom: .6em;
  text-wrap: balance;
}
.h2--light { color: #fff; }
.hand { font-family: var(--ff-hand); font-weight: 600; font-size: 1.45rem; line-height: 1.15; }

/* mots découpés (générés en JS) */
.sw { display: inline-block; overflow: hidden; vertical-align: top; padding: .24em .02em .14em; margin: -.24em -.02em -.14em; }
.sw > span { display: inline-block; will-change: transform; }
[tabindex="-1"]:focus { outline: none; }

/* transition entre pages */
.pt {
  position: fixed; inset: 0; z-index: 150; pointer-events: none;
  background: var(--noise), var(--night);
  transform: translateX(calc(-100% - 30px));
}
.pt.is-entering { transform: none; transition: transform .65s cubic-bezier(.7, 0, .3, 1); pointer-events: auto; }
.pt.is-covering { transform: none; }
.pt.is-leaving { transform: translateX(calc(100% + 30px)); transition: transform .85s cubic-bezier(.7, 0, .3, 1); }
.pt__blade {
  position: absolute; top: -2%; bottom: -2%; right: -18px; width: 18px;
  background: linear-gradient(90deg, #7d89a3, #f4f7fb 45%, #8e9bb5 68%, #0b0f1f 68%);
  border-radius: 4px; box-shadow: 8px 0 20px rgba(0,0,0,.35);
}

/* ---------- Boutons ---------- */
.btn {
  --bg: transparent; --fg: currentColor;
  position: relative; isolation: isolate; overflow: hidden;
  display: inline-flex; align-items: center; justify-content: center; gap: .65em;
  padding: 1.02em 1.7em; border-radius: 999px; border: 0;
  background: var(--bg); color: var(--fg);
  font: 600 .95rem/1 var(--ff-body); letter-spacing: .01em; text-decoration: none;
  transition: transform .4s var(--ease), background-color .3s, color .3s, box-shadow .3s;
  will-change: transform;
}
.btn svg { width: 1.15em; height: 1.15em; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; transition: transform .4s var(--ease); }
.btn .ico-wa { fill: currentColor; stroke: none; }
.btn:hover svg:not(.ico-wa) { transform: translateX(4px); }
/* reflet de raclette au survol */
.btn::after {
  content: ""; position: absolute; z-index: -1; top: -20%; bottom: -20%; left: 0; width: 38%;
  background: linear-gradient(100deg, transparent, rgba(255,255,255,.55) 45%, rgba(255,255,255,.1) 55%, transparent);
  transform: translateX(-160%) skewX(-18deg); transition: transform .8s var(--ease);
}
.btn:hover::after { transform: translateX(330%) skewX(-18deg); }
.btn--sky { --bg: var(--sky); --fg: var(--night); box-shadow: 0 10px 30px -12px rgba(80,176,227,.7); }
.btn--sky:hover { --bg: #6cc0ec; }
.btn--line { --fg: #fff; box-shadow: inset 0 0 0 1.5px rgba(255,255,255,.3); }
.btn--line:hover { --bg: rgba(255,255,255,.08); box-shadow: inset 0 0 0 1.5px rgba(255,255,255,.6); }
.btn--wa { --bg: var(--wa); --fg: var(--night); }
.btn--wa:hover { --bg: #3be07b; }
.btn--ghost-dark { --fg: var(--night); box-shadow: inset 0 0 0 1.5px rgba(1,10,51,.22); }
.btn--ghost-dark:hover { --bg: rgba(1,10,51,.05); box-shadow: inset 0 0 0 1.5px var(--night); }
.btn--sm { padding: .8em 1.25em; font-size: .86rem; }

/* =========================================================
   INTRO — buée + raclette
   ========================================================= */
.intro { position: fixed; inset: 0; z-index: 100; display: none; }
.js .intro { display: block; }
.js.intro-seen .intro, .js.reduced .intro { display: none; }
.intro__fog { position: absolute; inset: 0; width: 100%; height: 100%; }
.intro__squeegee {
  position: absolute; left: 0; top: 0; height: 300px; width: auto; aspect-ratio: 220 / 340;
  transform: translate(-400px, 0); will-change: transform;
  filter: drop-shadow(0 18px 24px rgba(1,10,51,.35));
  pointer-events: none;
}
.intro__skip {
  position: absolute; right: max(20px, env(safe-area-inset-right)); bottom: max(20px, env(safe-area-inset-bottom));
  border: 0; border-radius: 999px; padding: .8em 1.2em;
  background: rgba(1,10,51,.78); color: #fff;
  font: 500 .72rem/1 var(--ff-body); letter-spacing: .16em; text-transform: uppercase;
}
.intro__skip:hover { background: var(--night); }
html.is-intro { overflow: hidden; }

/* =========================================================
   HEADER
   ========================================================= */
.hdr {
  position: fixed; inset: 0 0 auto; z-index: 60;
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
  padding: 14px var(--gutter);
  color: #fff;
  transition: transform .6s var(--ease), background-color .4s, box-shadow .4s, padding .4s;
}
.hdr.is-solid { background: rgba(1,10,51,.94); box-shadow: 0 1px 0 rgba(255,255,255,.07); padding-block: 10px; }
.hdr.is-hidden { transform: translateY(-110%); }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand__badge {
  position: relative; width: 48px; height: 48px; flex: none; border-radius: 50%;
  background: #fff; overflow: hidden; box-shadow: 0 0 0 2px rgba(80,176,227,.5);
  transition: transform .5s var(--ease);
}
.brand:hover .brand__badge { transform: rotate(-12deg) scale(1.06); }
.brand__badge img { position: absolute; width: 146%; max-width: none; left: -19%; top: -8.5%; }
.brand__name { font: 400 1.15rem/1 var(--ff-display); letter-spacing: .01em; position: relative; padding-top: 3px; }
.brand__name b { font-weight: 700; color: var(--sky); margin-right: .12em; }
.brand__name .spark { position: absolute; right: -14px; top: -4px; width: 11px; fill: var(--gold); animation: twinkle 2.8s ease-in-out infinite; }
@keyframes twinkle { 0%, 100% { transform: scale(1) rotate(0); opacity: 1; } 50% { transform: scale(.55) rotate(45deg); opacity: .6; } }

.nav { display: flex; gap: clamp(14px, 2.2vw, 34px); }
.nav a {
  position: relative; text-decoration: none; font-size: .9rem; font-weight: 400;
  color: rgba(255,255,255,.78); padding: .4em 0; transition: color .3s;
}
.nav a::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 2px; border-radius: 2px;
  background: var(--sky); transform: scaleX(0); transform-origin: right; transition: transform .5s var(--ease);
}
.nav a:hover, .nav a.is-current { color: #fff; }
.nav a:hover::after, .nav a.is-current::after { transform: scaleX(1); transform-origin: left; }

.hdr__actions { display: flex; align-items: center; gap: 12px; }
.hdr__tel { display: inline-flex; align-items: center; gap: .5em; text-decoration: none; font-weight: 500; font-size: .9rem; white-space: nowrap; padding: .5em .2em; }
.hdr__tel svg { width: 18px; height: 18px; fill: var(--sky); }
.burger {
  display: none; width: 46px; height: 46px; border-radius: 50%; border: 0;
  background: rgba(255,255,255,.08); position: relative;
}
.burger span { position: absolute; left: 13px; right: 13px; height: 2px; background: #fff; border-radius: 2px; transition: transform .5s var(--ease), top .5s var(--ease); }
.burger span:first-child { top: 19px; }
.burger span:last-child { top: 26px; }
.burger[aria-expanded="true"] span:first-child { top: 22px; transform: rotate(45deg); }
.burger[aria-expanded="true"] span:last-child { top: 22px; transform: rotate(-45deg); }

/* menu mobile */
.menu {
  position: fixed; inset: 0; z-index: 55;
  background: var(--sky) var(--noise);
  color: var(--night);
  display: flex; flex-direction: column; justify-content: space-between;
  padding: 110px var(--gutter) max(32px, env(safe-area-inset-bottom));
  clip-path: inset(0 0 100% 0);
  transition: clip-path .8s var(--ease);
}
.menu[hidden] { display: none; }
.menu.is-open { clip-path: inset(0 0 0 0); }
.menu__nav { display: flex; flex-direction: column; }
.menu__nav a {
  display: flex; align-items: baseline; gap: .6em; text-decoration: none;
  font: 700 clamp(2rem, 9.2vw, 4.2rem)/1.08 var(--ff-display); text-transform: uppercase; letter-spacing: -.01em;
  padding: .14em 0; border-bottom: 2px solid rgba(1,10,51,.12);
  transform: translateY(30px); opacity: 0; transition: transform .7s var(--ease), opacity .7s;
}
.menu__nav a i { font: 500 .8rem/1 var(--ff-body); font-style: normal; letter-spacing: .1em; }
.menu.is-open .menu__nav a { transform: none; opacity: 1; }
.menu.is-open .menu__nav a:nth-child(2) { transition-delay: .06s; }
.menu.is-open .menu__nav a:nth-child(3) { transition-delay: .12s; }
.menu.is-open .menu__nav a:nth-child(4) { transition-delay: .18s; }
.menu__foot { display: flex; flex-wrap: wrap; gap: 10px 22px; font-weight: 500; }
.menu__foot a { text-decoration: none; border-bottom: 2px solid var(--night); padding-bottom: 2px; }
html.menu-open .hdr { background: transparent; box-shadow: none; }
html.menu-open .hdr, html.menu-open .brand__name { color: var(--night); }
html.menu-open .brand__name b { color: var(--night); }
html.menu-open .burger { background: rgba(1,10,51,.1); }
html.menu-open .burger span { background: var(--night); }
html.menu-open .hdr__tel svg { fill: var(--night); }

/* =========================================================
   JAUGE « du sol au plafond »
   ========================================================= */
.gauge {
  position: fixed; right: 20px; top: 50%; z-index: 40; transform: translateY(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  color: rgba(255,255,255,.75); transition: color .4s, opacity .4s;
  font-family: var(--ff-hand); font-size: 1rem; line-height: 1;
  pointer-events: none;
}
.gauge__track { position: relative; width: 3px; height: 24vh; border-radius: 3px; background: rgba(255,255,255,.16); transition: background .4s; }
.gauge__fill { position: absolute; inset: 0; border-radius: 3px; background: var(--sky); transform-origin: bottom; transform: scaleY(0); }
.gauge__bubble { position: absolute; left: 50%; bottom: 0; width: 13px; height: 13px; margin: 0 0 -6px -6.5px; border-radius: 50%; border: 2px solid var(--sky); background: var(--night); transition: background .4s; }
.gauge__pct { font: 600 .7rem/1 var(--ff-body); letter-spacing: .06em; margin-top: 4px; }
body.on-light .gauge { color: var(--muted); }
body.on-light .gauge__track { background: rgba(1,10,51,.12); }
body.on-light .gauge__bubble { background: var(--paper); }

/* =========================================================
   HERO
   ========================================================= */
.hero {
  position: relative; overflow: hidden; color: #fff;
  min-height: 100vh; min-height: 100svh;
  display: flex; flex-direction: column; justify-content: center;
  padding-top: 96px;
  background:
    radial-gradient(ellipse 60% 55% at 78% 40%, rgba(18,21,140,.55), transparent 70%),
    var(--noise),
    var(--night);
}
.hero__glare { position: absolute; inset: 0; pointer-events: none; }
.hero__glare i {
  position: absolute; top: -50%; height: 200%; width: 22vw; left: 30%;
  background: linear-gradient(90deg, transparent, rgba(80,176,227,.07) 40%, rgba(255,255,255,.05) 55%, transparent);
  transform: translateX(calc(var(--gx, 0) * 1px)) rotate(24deg);
}
.hero__glare i + i { left: 52%; width: 7vw; opacity: .8; transform: translateX(calc(var(--gx, 0) * -1.6px)) rotate(24deg); }

.hero__grid {
  position: relative; display: grid; grid-template-columns: 1.18fr .82fr;
  gap: clamp(28px, 5vw, 80px); align-items: center;
  padding-block: clamp(24px, 5vh, 64px) clamp(24px, 4vh, 48px);
}
.eyebrow {
  display: inline-flex; align-items: center; gap: .7em; margin-bottom: 1.6rem;
  font: 500 .76rem/1 var(--ff-body); letter-spacing: .2em; text-transform: uppercase; color: var(--sky);
}
.pulse { width: 8px; height: 8px; border-radius: 50%; background: var(--sky); box-shadow: 0 0 0 0 rgba(80,176,227,.7); animation: pulse 2.2s infinite; }
@keyframes pulse { 70% { box-shadow: 0 0 0 12px rgba(80,176,227,0); } 100% { box-shadow: 0 0 0 0 rgba(80,176,227,0); } }

.hero__big {
  margin: 0 0 .32em;
  font: 700 clamp(3.3rem, min(1rem + 7.6vw, 15vh), 8.6rem)/.86 var(--ff-display);
  text-transform: uppercase; letter-spacing: -.025em;
}
.hero__big .ln { display: block; overflow: hidden; padding-top: .06em; margin-top: -.06em; }
.hero__big .ln__in { display: inline-block; }
.hero__big em { font-style: italic; font-weight: 400; color: var(--sky); letter-spacing: -.01em; }
.hero__title {
  font: 600 clamp(1rem, .9rem + .45vw, 1.3rem)/1.35 var(--ff-display);
  text-transform: uppercase; letter-spacing: .05em; color: #cfe8f7;
  max-width: 34ch; margin-bottom: 1rem;
}
.hero__lead { max-width: 46ch; color: rgba(255,255,255,.74); font-size: 1.06rem; margin-bottom: 2rem; }
.hero__cta { display: flex; flex-wrap: wrap; gap: 12px; }
.hero__note { position: relative; display: inline-block; margin: 1.1rem 0 0 1.2rem; color: var(--gold); transform: rotate(-3deg); }
.hero__note svg { position: absolute; width: 60px; left: 100%; top: -34px; fill: none; stroke: var(--gold); stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; transform: scaleY(-1) rotate(10deg); }

/* fenêtre en arche */
.hero__visual { position: relative; justify-self: end; width: min(100%, 470px); }
.arch {
  position: relative; margin: 0; aspect-ratio: 4 / 5.3; overflow: hidden;
  border-radius: 999px 999px 26px 26px;
  border: 10px solid var(--frame);
  background: #0b1850;
  box-shadow: 0 50px 90px -30px rgba(0,0,0,.7), inset 0 0 0 1px rgba(1,10,51,.2);
  transform-style: preserve-3d;
}
.arch img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.12); }
.arch__mullions { display: none; }
.arch__shine {
  position: absolute; inset: -30%;
  background: linear-gradient(115deg, transparent 38%, rgba(255,255,255,.28) 46%, rgba(255,255,255,.05) 52%, transparent 60%);
  transform: translateX(calc(var(--sx, 0) * 1%)); mix-blend-mode: screen; pointer-events: none;
}
.sticker { position: absolute; left: -64px; bottom: 26px; width: 176px; aspect-ratio: 1; }
.sticker__ring { position: absolute; inset: 0; width: 100%; height: 100%; border-radius: 50%; background: var(--sky); animation: spin 22s linear infinite; box-shadow: 0 18px 40px -14px rgba(0,0,0,.55); }
.sticker__ring text { font: 700 14px var(--ff-display); letter-spacing: 1px; fill: var(--night); }
.sticker__face { position: absolute; inset: 27%; border-radius: 50%; overflow: hidden; background: #fff; box-shadow: 0 0 0 3px var(--night); }
.sticker__face img { position: absolute; width: 146%; max-width: none; left: -19%; top: -8.5%; }
@keyframes spin { to { transform: rotate(360deg); } }

.hero__facts {
  position: relative; list-style: none; margin-top: 0; margin-bottom: 0; padding: 22px 0 28px;
  display: grid; grid-template-columns: repeat(3, auto); justify-content: space-between; gap: 16px 32px;
  border-top: 1px solid rgba(255,255,255,.12);
  font-size: .95rem; color: rgba(255,255,255,.85);
}
.hero__facts span { display: block; font: 500 .68rem/1 var(--ff-body); letter-spacing: .2em; text-transform: uppercase; color: var(--sky); margin-bottom: .55rem; }
.hero__facts a { text-decoration: none; }
.hero__facts a:hover { color: var(--sky); }

/* état initial (évite le flash avant l’animation) */
.js.preanim:not(.reduced) .hero__big .ln__in { transform: translateY(110%); }
.js.preanim:not(.reduced) .hero__title,
.js.preanim:not(.reduced) .hero__lead,
.js.preanim:not(.reduced) .hero__cta,
.js.preanim:not(.reduced) .hero__note,
.js.preanim:not(.reduced) .eyebrow,
.js.preanim:not(.reduced) .hero__facts { opacity: 0; }
.js.preanim:not(.reduced) .arch { clip-path: inset(100% 0 0 0 round 999px 999px 26px 26px); }
.js.preanim:not(.reduced) .sticker { transform: scale(0) rotate(-90deg); }

/* =========================================================
   BANDES (marquee)
   ========================================================= */
.tapes { position: relative; z-index: 3; height: clamp(130px, 15vw, 210px); background: var(--night); overflow: hidden; }
.tape {
  position: absolute; left: -6%; width: 112%; top: 50%;
  padding: .85em 0; overflow: hidden;
  font: 700 clamp(1rem, .8rem + 1.1vw, 1.7rem)/1 var(--ff-display); text-transform: uppercase; letter-spacing: .02em;
  color: var(--night);
}
.tape--sky { background: var(--sky); transform: translateY(-58%) rotate(-3.2deg); z-index: 2; box-shadow: 0 12px 30px -12px rgba(0,0,0,.6); }
.tape--gold {
  background: var(--gold); transform: translateY(-40%) rotate(2.6deg); z-index: 1;
  padding-block: 1.25em;
  background-image:
    repeating-linear-gradient(-45deg, var(--night) 0 10px, transparent 10px 20px),
    repeating-linear-gradient(-45deg, var(--night) 0 10px, transparent 10px 20px);
  background-size: 100% 7px, 100% 7px; background-position: top, bottom; background-repeat: no-repeat;
}
.tape__track { display: flex; width: max-content; align-items: center; will-change: transform; }
.tape__track span { padding: 0 .55em; white-space: nowrap; padding-top: .12em; }
.tape--sky b {
  display: inline-block; width: .8em; height: .8em; font-size: 0; margin: 0 .3em;
  background: var(--night);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M10 0l2.4 7.6L20 10l-7.6 2.4L10 20l-2.4-7.6L0 10l7.6-2.4z'/%3E%3C/svg%3E") center/contain no-repeat;
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M10 0l2.4 7.6L20 10l-7.6 2.4L10 20l-2.4-7.6L0 10l7.6-2.4z'/%3E%3C/svg%3E") center/contain no-repeat;
}
.tape--gold b { font-weight: 400; opacity: .6; }

/* =========================================================
   SECTIONS CLAIRES + gouttes
   ========================================================= */
.paper { position: relative; background: var(--noise), var(--paper); color: var(--ink); }
.drips { position: absolute; left: 0; right: 0; top: 0; height: 0; z-index: 2; pointer-events: none; }
.drips i {
  position: absolute; top: -1px; width: 12px; height: var(--h, 40px);
  background: var(--drip, var(--night)); border-radius: 0 0 8px 8px;
  transform-origin: top; transform: scaleY(var(--s, 1));
}
.drips i::after {
  content: ""; position: absolute; left: 50%; bottom: -9px; width: 16px; height: 16px; margin-left: -8px;
  border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%; background: inherit;
}
.drips i:nth-child(1) { left: 6%;  --h: 46px; width: 10px; }
.drips i:nth-child(2) { left: 14%; --h: 22px; width: 8px; }
.drips i:nth-child(3) { left: 33%; --h: 64px; }
.drips i:nth-child(4) { left: 51%; --h: 30px; width: 9px; }
.drips i:nth-child(5) { left: 68%; --h: 78px; width: 13px; }
.drips i:nth-child(6) { left: 82%; --h: 26px; width: 8px; }
.drips i:nth-child(7) { left: 93%; --h: 52px; }

/* =========================================================
   À PROPOS
   ========================================================= */
.about { padding: clamp(110px, 14vw, 190px) 0 clamp(90px, 11vw, 150px); }
.about__grid { display: grid; grid-template-columns: 1.12fr .88fr; gap: clamp(40px, 7vw, 110px); align-items: start; }
.about__lead { font-size: clamp(1.2rem, 1rem + .9vw, 1.7rem); line-height: 1.45; font-weight: 300; color: var(--ink); margin-bottom: .4em; }
.about__lead .w { display: inline-block; will-change: filter, opacity; }
.about__aside { color: var(--sky-ink); transform: rotate(-2deg); text-align: right; margin: 0 0 1.6rem; }
.about__body { color: var(--muted); max-width: 60ch; }

.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin: 2.8rem 0 0; }
.stats > div { border-top: 2px solid var(--night); padding-top: 14px; }
.stats dt { font: 700 clamp(2.2rem, 1.6rem + 2vw, 3.5rem)/1 var(--ff-display); color: var(--royal); letter-spacing: -.02em; padding-top: .1em; }
.stats dt small { font-size: .42em; margin-left: .12em; color: var(--sky-ink); letter-spacing: 0; }
.stats dd { margin: .5rem 0 0; font-size: .8rem; line-height: 1.4; color: var(--muted); }

.about__media { position: relative; padding-bottom: 90px; }
.frame { position: relative; margin: 0; aspect-ratio: 4 / 5; border-radius: var(--radius); overflow: hidden; background: #dfe7f1; }
.frame img { width: 100%; height: 118%; object-fit: cover; transform: translateY(-8%); }
.wipe .wipe__blade {
  position: absolute; top: -4%; bottom: -4%; left: 0; width: 14px; z-index: 3; pointer-events: none;
  background: linear-gradient(90deg, #7d89a3, #f4f7fb 45%, #8e9bb5 70%, #0b0f1f 70%);
  border-radius: 4px; box-shadow: 6px 0 16px rgba(1,10,51,.3);
}

/* panneau horaires suspendu */
.sign { position: absolute; left: -54px; bottom: 0; width: 270px; transform-origin: 50% 0; animation: swing 5s ease-in-out infinite; z-index: 3; }
.sign:hover { animation-duration: 1.4s; }
@keyframes swing { 0%, 100% { transform: rotate(-3.5deg); } 50% { transform: rotate(3.5deg); } }
.sign__nail { position: absolute; left: 50%; top: -4px; width: 12px; height: 12px; margin-left: -6px; border-radius: 50%; background: radial-gradient(circle at 35% 35%, #fff, #8e9bb5 60%, #56617a); z-index: 2; }
.sign__cord { display: block; width: 100%; height: 44px; fill: none; stroke: var(--gold-ink); stroke-width: 2.5; }
.sign__board {
  position: relative; margin-top: -6px; padding: 20px 22px 18px; border-radius: 16px;
  background: var(--night); color: #fff;
  box-shadow: 0 30px 50px -20px rgba(1,10,51,.55), inset 0 0 0 2px rgba(210,160,97,.55);
}
.sign__board::before, .sign__board::after { content: ""; position: absolute; top: 10px; width: 8px; height: 8px; border-radius: 50%; background: var(--night-3); box-shadow: inset 0 0 0 2px var(--gold); }
.sign__board::before { left: 52px; }
.sign__board::after { right: 52px; }
.sign__status { display: flex; align-items: center; gap: .6em; margin: 6px 0 .6rem; font: 700 1.5rem/1 var(--ff-display); letter-spacing: .14em; text-transform: uppercase; }
.sign__dot { width: 11px; height: 11px; border-radius: 50%; background: var(--sky); flex: none; }
.sign.is-open .sign__dot { background: var(--wa); box-shadow: 0 0 0 4px rgba(37,211,102,.25); animation: pulse-green 2s infinite; }
.sign.is-closed .sign__dot { background: #ff6b5a; }
@keyframes pulse-green { 50% { box-shadow: 0 0 0 7px rgba(37,211,102,.08); } }
.sign__title { font: 600 .72rem/1 var(--ff-body); letter-spacing: .18em; text-transform: uppercase; color: var(--sky); margin-bottom: .7rem; }
.sign__table { width: 100%; border-collapse: collapse; font-size: .92rem; }
.sign__table th { text-align: left; font-weight: 400; color: rgba(255,255,255,.7); padding: .3em 0; }
.sign__table td { text-align: right; font-family: var(--ff-display); font-weight: 600; padding: .3em 0; }
.sign__table tr + tr { border-top: 1px dashed rgba(255,255,255,.15); }
.sign__next { margin: .7rem 0 0; font-family: var(--ff-hand); font-size: 1.2rem; color: var(--gold); line-height: 1.1; }
.sign__next:empty { display: none; }

/* =========================================================
   PRESTATIONS
   ========================================================= */
.services { position: relative; background: var(--noise), var(--night); color: #fff; padding: clamp(90px, 12vw, 170px) 0 clamp(60px, 8vw, 120px); }
.services__head { margin-bottom: clamp(40px, 6vw, 90px); }
.services__head .h2 { max-width: 16ch; }
.services__intro { max-width: 62ch; color: rgba(255,255,255,.7); font-size: 1.06rem; }
.services__grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(36px, 6vw, 96px); }
.services__stage { position: relative; }
.stage {
  position: sticky; top: 13vh; height: 74vh; min-height: 460px;
  border-radius: 20px; overflow: hidden; border: 10px solid var(--frame);
  background: #0b1850; box-shadow: 0 40px 80px -30px rgba(0,0,0,.7);
}
.stage img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; clip-path: inset(0 100% 0 0); }
.stage img.is-on { clip-path: inset(0 0 0 0); }
.stage__blade {
  position: absolute; top: -3%; bottom: -3%; left: 0; width: 16px; z-index: 4; opacity: 0;
  background: linear-gradient(90deg, #7d89a3, #f4f7fb 45%, #8e9bb5 68%, #0b0f1f 68%);
  border-radius: 4px; box-shadow: 8px 0 22px rgba(0,0,0,.35);
}
.stage__mullions {
  position: absolute; inset: 0; z-index: 3; pointer-events: none;
  background:
    linear-gradient(var(--frame), var(--frame)) 50% 0 / 8px 100% no-repeat,
    linear-gradient(var(--frame), var(--frame)) 0 44% / 100% 8px no-repeat;
  box-shadow: inset 0 0 60px rgba(1,10,51,.35);
}
.stage__count {
  position: absolute; left: 18px; bottom: 16px; z-index: 5;
  font: 600 .9rem/1 var(--ff-display); letter-spacing: .08em; color: #fff;
  background: rgba(1,10,51,.72); padding: .6em .9em .5em; border-radius: 999px;
}
.stage__count b { color: var(--sky); font-size: 1.15em; }

.svc {
  position: relative; min-height: 74vh; display: flex; flex-direction: column; justify-content: center;
  padding: 5vh 0; border-top: 1px solid rgba(255,255,255,.1);
  transition: opacity .6s;
}
.svc:first-child { border-top: 0; }
.svc__media { display: none; }
.svc__num {
  font: 700 clamp(3.6rem, 2.4rem + 3vw, 6rem)/1 var(--ff-display); letter-spacing: -.03em;
  color: transparent; -webkit-text-stroke: 1.5px rgba(80,176,227,.55);
  transition: color .6s, -webkit-text-stroke-color .6s; margin-bottom: .1em;
}
.svc.is-active .svc__num { color: var(--sky); -webkit-text-stroke-color: var(--sky); }
.svc__title { font: 700 clamp(1.7rem, 1.2rem + 1.7vw, 2.7rem)/1.05 var(--ff-display); margin-bottom: .8em; max-width: 16ch; }
.svc p { color: rgba(255,255,255,.72); max-width: 54ch; }
.tags { list-style: none; padding: 0; margin: .6rem 0 0; display: flex; flex-wrap: wrap; gap: 8px; }
.tags li { font-size: .8rem; font-weight: 400; padding: .35em .95em; border-radius: 999px; border: 1px solid rgba(80,176,227,.4); color: #cfe8f7; }
.svc__cta { align-self: flex-start; margin-top: 2rem; }
@media (min-width: 961px) {
  .js .svc { opacity: .38; }
  .js .svc.is-active { opacity: 1; }
}

/* =========================================================
   JEU — la vitre
   ========================================================= */
.play {
  position: relative; color: #fff; overflow: hidden;
  padding: clamp(80px, 10vw, 150px) 0 clamp(110px, 13vw, 180px);
  background: radial-gradient(ellipse 70% 70% at 72% 45%, #0d1c66, transparent 70%), var(--noise), var(--night-2);
}
.play__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(36px, 6vw, 90px); align-items: center; }
.play__txt { color: rgba(255,255,255,.72); max-width: 40ch; }
.meter { display: flex; align-items: center; gap: 14px; margin: 2rem 0 1.6rem; }
.meter__lbl { font: 500 .72rem/1 var(--ff-body); letter-spacing: .18em; text-transform: uppercase; color: var(--sky); }
.meter__bar { position: relative; flex: 1; max-width: 220px; height: 8px; border-radius: 8px; background: rgba(255,255,255,.12); overflow: hidden; }
.meter__bar i { position: absolute; inset: 0; background: linear-gradient(90deg, var(--sky-2), var(--sky)); transform-origin: left; transform: scaleX(0); transition: transform .35s var(--ease); }
.meter__val { font: 700 1.5rem/1 var(--ff-display); min-width: 3.2ch; }
.play__actions { display: flex; flex-wrap: wrap; gap: 10px; }

.window {
  position: relative; aspect-ratio: 4 / 3; border-radius: 18px; overflow: hidden;
  border: 12px solid var(--frame); background: #cfd9e6;
  box-shadow: 0 50px 90px -30px rgba(0,0,0,.75);
  touch-action: pan-y; user-select: none; -webkit-user-select: none;
  cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Crect x='2' y='17' width='17' height='6' rx='3' fill='%2312158C'/%3E%3Crect x='17' y='2' width='6' height='36' rx='2' fill='%23e8eef6' stroke='%23010A33' stroke-width='1.5'/%3E%3Crect x='23' y='3' width='2.6' height='34' rx='1' fill='%23010A33'/%3E%3C/svg%3E") 22 20, crosshair;
}
.window img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.window__dirt { position: absolute; inset: 0; width: 100%; height: 100%; transition: opacity .9s; }
.window.is-clean .window__dirt { opacity: 0; }
.window__frame {
  position: absolute; inset: 0; pointer-events: none;
  background:
    linear-gradient(var(--frame), var(--frame)) 50% 0 / 10px 100% no-repeat,
    linear-gradient(var(--frame), var(--frame)) 0 50% / 100% 10px no-repeat;
  box-shadow: inset 0 0 40px rgba(1,10,51,.25);
}
.stamp {
  position: absolute; left: 50%; top: 50%; z-index: 4;
  display: flex; flex-direction: column; align-items: center;
  padding: .45em .8em .35em; border-radius: 10px;
  font: 700 clamp(1.6rem, 1rem + 2.4vw, 2.8rem)/1 var(--ff-display); text-transform: uppercase; letter-spacing: .06em;
  color: var(--gold); background: rgba(1,10,51,.82);
  box-shadow: inset 0 0 0 3px var(--gold), inset 0 0 0 7px rgba(1,10,51,.82), inset 0 0 0 8.5px var(--gold);
  transform: translate(-50%, -50%) rotate(-10deg) scale(2.2); opacity: 0; pointer-events: none;
  transition: transform .55s cubic-bezier(.3, 1.6, .5, 1), opacity .3s;
}
.stamp small { font: 600 .9rem/1 var(--ff-hand); letter-spacing: 0; text-transform: none; color: #fff; margin-top: .3em; }
.window.is-clean .stamp { opacity: 1; transform: translate(-50%, -50%) rotate(-10deg) scale(1); }
.window__hint {
  position: absolute; left: 50%; bottom: 18px; z-index: 5; transform: translateX(-50%);
  font: 600 1.25rem/1 var(--ff-hand); color: var(--night); background: rgba(255,255,255,.85);
  padding: .35em .8em; border-radius: 999px; pointer-events: none; white-space: nowrap;
  transition: opacity .4s;
}
.window.is-touched .window__hint { opacity: 0; }

/* =========================================================
   ENGAGEMENTS
   ========================================================= */
.promise { --drip: var(--night-2); padding: clamp(110px, 14vw, 190px) 0 0; }
.promise__grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(40px, 7vw, 110px); align-items: center; }
.promise__text p { color: var(--muted); max-width: 58ch; }

.clipboard { position: relative; padding: 38px 18px 18px; border-radius: 18px; background: var(--gold) var(--noise); transform: rotate(1.6deg); box-shadow: 0 40px 70px -30px rgba(1,10,51,.5), inset 0 -4px 0 rgba(0,0,0,.08); }
.clipboard__clip {
  position: absolute; top: -14px; left: 50%; width: 130px; height: 44px; margin-left: -65px; z-index: 2;
  border-radius: 10px 10px 16px 16px;
  background: linear-gradient(180deg, #f4f7fb, #aab4c8 55%, #7d89a3);
  box-shadow: 0 6px 12px rgba(1,10,51,.3);
}
.clipboard__clip::before { content: ""; position: absolute; left: 50%; top: -12px; width: 44px; height: 24px; margin-left: -22px; border: 5px solid #9aa5bb; border-bottom: 0; border-radius: 22px 22px 0 0; }
.clipboard__paper {
  position: relative; padding: 34px clamp(20px, 3vw, 36px) 30px; border-radius: 6px;
  background:
    linear-gradient(90deg, transparent 38px, rgba(255,107,90,.35) 38px 40px, transparent 40px),
    repeating-linear-gradient(180deg, transparent 0 35px, rgba(80,176,227,.28) 35px 36px),
    #fff;
  background-position: 0 0, 0 68px, 0 0;
  box-shadow: 0 2px 0 #e9edf3, 0 4px 0 #dde3ec;
  overflow: hidden;
}
.clipboard__title { font: 700 clamp(1.3rem, 1rem + 1vw, 1.75rem)/1.1 var(--ff-display); color: var(--night); margin: 0 0 1.2rem 34px; }
.checks { list-style: none; margin: 0; padding: 0; }
.checks li { display: flex; align-items: center; gap: 12px; padding: .5em 0; font-weight: 400; color: var(--ink); line-height: 1.35; min-height: 36px; }
.checks svg { width: 34px; height: 34px; flex: none; overflow: visible; }
.checks rect { fill: none; stroke: var(--night); stroke-width: 2.2; }
.checks .tick { fill: none; stroke: var(--royal); stroke-width: 4; stroke-linecap: round; stroke-linejoin: round; }
.clipboard__stamp {
  position: absolute; right: 18px; bottom: 26px;
  font: 700 1.25rem/1 var(--ff-display); text-transform: uppercase; letter-spacing: .12em; text-align: center;
  color: var(--royal); padding: .5em .7em .4em; border: 3px solid currentColor; border-radius: 8px;
  transform: rotate(-14deg); opacity: .85; mix-blend-mode: multiply;
}
.clipboard__sign { margin: 1.2rem 0 0 34px; color: var(--sky-ink); }

.band { position: relative; margin: clamp(80px, 10vw, 140px) 0 0; height: clamp(320px, 62vh, 680px); overflow: hidden; clip-path: inset(0 0 0 0); }
.band img { position: absolute; left: 0; top: -10%; width: 100%; height: 120%; object-fit: cover; object-position: 50% 58%; }
.band figcaption { position: absolute; right: clamp(20px, 6vw, 90px); bottom: clamp(20px, 5vw, 60px); color: #fff; text-shadow: 0 2px 18px rgba(0,0,0,.6); }
.band figcaption .hand { font-size: clamp(1.6rem, 1.2rem + 1.4vw, 2.6rem); display: inline-block; transform: rotate(-4deg); }

.zone { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(40px, 6vw, 90px); align-items: center; padding: clamp(90px, 11vw, 160px) 0 clamp(90px, 11vw, 160px); }
.zone__text p { color: var(--muted); max-width: 58ch; }
.map { margin: 0; color: var(--night); }
.map svg { width: 100%; height: auto; overflow: visible; }
.map__lakes > * { fill: rgba(80,176,227,.28); stroke: rgba(80,176,227,.6); stroke-width: 1.2; }
.map__lakenames text { font: 600 17px var(--ff-hand); fill: var(--sky-ink); }
.map__routes path { fill: none; stroke: var(--royal); stroke-width: 2.4; stroke-linecap: round; }
.city circle { fill: var(--night); }
.city text { font: 700 20px var(--ff-display); fill: var(--night); }
.city tspan { font-size: 13px; fill: var(--sky-ink); letter-spacing: 1px; }
.city--home circle { fill: var(--sky); stroke: var(--night); stroke-width: 3; }
.city--home text { font-size: 24px; }
.city__pulse { fill: rgba(80,176,227,.35) !important; stroke: none !important; transform-box: fill-box; transform-origin: center; animation: ping 2.4s var(--ease) infinite; }
@keyframes ping { 0% { transform: scale(1); opacity: 1; } 100% { transform: scale(3.6); opacity: 0; } }
.map__traveler { fill: var(--sky); stroke: var(--night); stroke-width: 2; }
.map figcaption { margin-top: .6rem; color: var(--sky-ink); text-align: right; transform: rotate(-1.5deg); }

/* =========================================================
   CONTACT & DEVIS
   ========================================================= */
.contact { position: relative; background: var(--noise), var(--night); color: #fff; padding: clamp(90px, 12vw, 170px) 0; }
.contact__grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(40px, 6vw, 96px); align-items: start; }
.contact .h2 { font-size: clamp(1.9rem, 1.3rem + 2.4vw, 3.3rem); max-width: 18ch; }
.contact__txt { color: rgba(255,255,255,.7); max-width: 56ch; }
.coords { list-style: none; margin: 2.4rem 0 0; padding: 0; }
.coords li { border-top: 1px solid rgba(255,255,255,.12); }
.coords li:last-child { border-bottom: 1px solid rgba(255,255,255,.12); }
.coords a, .coords p {
  position: relative; display: block; margin: 0; padding: 1.05rem 0; text-decoration: none;
  font: 600 clamp(1.1rem, .95rem + .6vw, 1.45rem)/1.25 var(--ff-display);
}
.coords span { display: block; font: 500 .68rem/1 var(--ff-body); letter-spacing: .2em; text-transform: uppercase; color: var(--sky); margin-bottom: .55rem; }
.coords a::after {
  content: ""; position: absolute; right: 4px; top: 50%; width: 22px; height: 22px; margin-top: -2px;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M7 17L17 7M9 7h8v8'/%3E%3C/svg%3E") center/contain no-repeat;
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M7 17L17 7M9 7h8v8'/%3E%3C/svg%3E") center/contain no-repeat;
  transition: transform .4s var(--ease);
}
.coords a:hover { color: var(--sky); }
.coords a:hover::after { transform: translate(4px, -4px); }

.quote {
  position: relative; background: var(--noise), var(--paper); color: var(--ink);
  border-radius: 26px; padding: clamp(22px, 3.4vw, 44px);
  box-shadow: 0 50px 100px -40px rgba(0,0,0,.8);
}
.quote__head h3 { font: 700 clamp(1.6rem, 1.2rem + 1.3vw, 2.3rem)/1 var(--ff-display); color: var(--night); margin-bottom: .45rem; }
.quote__head p { font-size: .85rem; color: var(--muted); margin-bottom: 1.6rem; }
.chips { border: 0; margin: 0 0 1.6rem; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.chips legend { width: 100%; padding: 0; margin-bottom: .7rem; font: 500 .8rem/1 var(--ff-body); color: var(--night); }
.chips label { position: relative; cursor: pointer; }
.chips input { position: absolute; opacity: 0; inset: 0; margin: 0; cursor: pointer; }
.chips span {
  display: inline-flex; align-items: center; gap: .45em; padding: .55em 1em; border-radius: 999px;
  font-size: .85rem; font-weight: 400; color: var(--night);
  box-shadow: inset 0 0 0 1.5px rgba(1,10,51,.18); background: #fff;
  transition: background-color .25s, box-shadow .25s, transform .35s cubic-bezier(.3,1.7,.5,1);
}
.chips span::before { content: ""; width: 8px; height: 8px; border-radius: 50%; box-shadow: inset 0 0 0 1.5px rgba(1,10,51,.35); transition: background-color .25s, box-shadow .25s; }
.chips label:hover span { box-shadow: inset 0 0 0 1.5px var(--sky-2); }
.chips input:checked + span { background: var(--sky); box-shadow: inset 0 0 0 1.5px var(--sky); transform: scale(1.04); font-weight: 500; }
.chips input:checked + span::before { background: var(--night); box-shadow: none; }
.chips input:focus-visible + span { outline: 3px solid var(--sky-ink); outline-offset: 2px; }

.fields { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 22px; }
.field { display: flex; flex-direction: column; gap: .35rem; position: relative; }
.field--full { grid-column: 1 / -1; }
.field > span { font: 500 .8rem/1.2 var(--ff-body); color: var(--night); }
.field input, .field textarea {
  width: 100%; border: 0; border-radius: 0; background: transparent;
  border-bottom: 2px solid rgba(1,10,51,.16);
  padding: .55em 0; font: 400 1rem/1.4 var(--ff-body); color: var(--ink);
  transition: border-color .3s;
}
.field textarea { resize: vertical; min-height: 96px; }
.field::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 2px; background: var(--sky-2);
  transform: scaleX(0); transform-origin: left; transition: transform .5s var(--ease);
}
.field:focus-within::after { transform: scaleX(1); }
.field input:focus, .field textarea:focus { outline: none; }
.field.is-invalid input { border-bottom-color: #d8483a; }
.field.is-invalid > span { color: #c23a2d; }
.quote__error { color: #c23a2d; font-weight: 500; font-size: .9rem; margin: 1rem 0 0; }
.quote__send { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 1.8rem; }
.quote__ok { margin: 1.2rem 0 0; padding: .9em 1.1em; border-radius: 12px; background: #e3f5ea; color: #145a32; font-weight: 400; font-size: .92rem; }
.quote__legal { margin: 1.2rem 0 0; font-size: .78rem; color: var(--muted); }
.quote__legal a { color: var(--sky-ink); }

/* =========================================================
   FOOTER
   ========================================================= */
.ftr { position: relative; background: var(--night-3); color: rgba(255,255,255,.72); padding: clamp(60px, 8vw, 100px) 0 28px; overflow: hidden; }
.ftr__top { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; font-size: .95rem; }
.ftr__lbl { font: 500 .68rem/1 var(--ff-body); letter-spacing: .2em; text-transform: uppercase; color: var(--sky); margin-bottom: .9rem; }
.ftr a { text-decoration: none; transition: color .3s; }
.ftr a:hover { color: var(--sky); }
.ftr__word {
  margin: clamp(40px, 7vw, 90px) 0 clamp(20px, 3vw, 36px); white-space: nowrap; text-align: center;
  font: 700 clamp(2.4rem, 10.4vw, 11rem)/.9 var(--ff-display); letter-spacing: -.035em; text-transform: uppercase;
}
.ftr__word span {
  display: inline-block;
  background: linear-gradient(100deg, rgba(80,176,227,.2) 0 42%, rgba(234,246,253,.95) 48%, rgba(80,176,227,.2) 54% 100%);
  background-size: 250% 100%; background-position: 110% 0;
  -webkit-background-clip: text; background-clip: text; color: transparent;
  animation: shine 5.5s var(--ease) infinite;
}
@keyframes shine { 0% { background-position: 110% 0; } 60%, 100% { background-position: -10% 0; } }
.ftr__bottom { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px 24px; font-size: .82rem; border-top: 1px solid rgba(255,255,255,.1); padding-top: 22px; }
.ftr__bottom p { margin: 0; }
.totop { display: inline-flex; align-items: center; gap: .5em; font-weight: 500; }
.totop svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; transition: transform .4s var(--ease); }
.totop:hover svg { transform: translateY(-4px); }

/* =========================================================
   FLOTTANTS
   ========================================================= */
.wa-float {
  position: fixed; right: max(18px, env(safe-area-inset-right)); bottom: max(18px, env(safe-area-inset-bottom)); z-index: 45;
  width: 58px; height: 58px; border-radius: 50%; background: var(--wa);
  display: grid; place-items: center; box-shadow: 0 12px 30px -8px rgba(0,0,0,.45);
  transition: transform .5s cubic-bezier(.3,1.7,.5,1);
}
.wa-float svg { width: 30px; height: 30px; fill: #fff; }
.wa-float:hover { transform: scale(1.1) rotate(-8deg); }
.wa-float::before { content: ""; position: absolute; inset: 0; border-radius: 50%; box-shadow: 0 0 0 0 rgba(37,211,102,.6); animation: pulse-wa 2.6s infinite; }
@keyframes pulse-wa { 70% { box-shadow: 0 0 0 16px rgba(37,211,102,0); } 100% { box-shadow: 0 0 0 0 rgba(37,211,102,0); } }

.bubble-cursor {
  position: fixed; left: 0; top: 0; z-index: 90; width: 34px; height: 34px; margin: -17px 0 0 -17px;
  border-radius: 50%; pointer-events: none; opacity: 0;
  border: 1.5px solid rgba(255,255,255,.6);
  background: radial-gradient(circle at 32% 30%, rgba(255,255,255,.75) 0 8%, rgba(255,255,255,0) 22%), radial-gradient(circle at 70% 75%, rgba(80,176,227,.25), rgba(80,176,227,.04) 60%);
  transition: opacity .3s, width .35s var(--ease), height .35s var(--ease), margin .35s var(--ease), border-color .3s;
}
.bubble-cursor.is-on { opacity: 1; }
.bubble-cursor.is-big { width: 64px; height: 64px; margin: -32px 0 0 -32px; }
body.on-light .bubble-cursor { border-color: rgba(1,10,51,.35); }
.pop { position: fixed; z-index: 89; pointer-events: none; border-radius: 50%; border: 1.5px solid rgba(80,176,227,.85); background: radial-gradient(circle at 30% 30%, rgba(255,255,255,.8) 0 12%, transparent 30%); }
@media (hover: none), (pointer: coarse) { .bubble-cursor, .pop { display: none; } }

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 1180px) {
  .hdr__tel span { display: none; }
  .hdr__tel { width: 44px; height: 44px; justify-content: center; border-radius: 50%; background: rgba(255,255,255,.08); }
  .gauge { right: 12px; }
}
@media (max-width: 1024px) {
  .gauge { display: none; }
}
@media (max-width: 960px) {
  .nav { display: none; }
  .burger { display: block; }
  .hero { padding-top: 88px; }
  .hero__grid { grid-template-columns: 1fr; }
  .hero__visual { justify-self: center; width: min(78%, 400px); margin-top: 12px; }
  .arch { aspect-ratio: 4 / 4.6; }
  .sticker { width: 132px; left: -40px; bottom: 14px; }
  .sticker__ring text { font-size: 15px; }
  .hero__facts { grid-template-columns: 1fr 1fr; }
  .hero__facts li:last-child { grid-column: 1 / -1; }

  .about__grid, .promise__grid, .zone, .contact__grid, .play__grid { grid-template-columns: 1fr; }
  .about__media { max-width: 520px; margin-inline: auto; width: 100%; padding-bottom: 150px; }
  .sign { left: auto; right: 6%; width: 250px; }

  .services__grid { grid-template-columns: 1fr; }
  .services__stage { display: none; }
  .svc { min-height: 0; padding: 36px 0 48px; }
  .svc__media { display: block; margin: 0 0 22px; aspect-ratio: 16 / 10; border-radius: 16px; overflow: hidden; border: 6px solid var(--frame); position: relative; }
  .svc__media img { width: 100%; height: 100%; object-fit: cover; }
  .svc__num { font-size: 3.2rem; position: absolute; top: 44px; right: 16px; -webkit-text-stroke: 0; color: #fff; text-shadow: 0 4px 20px rgba(0,0,0,.5); }

  .clipboard { transform: rotate(1deg); margin-top: 8px; }
  .zone { padding-top: 90px; }
  .map { order: 2; }
  .ftr__top { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .hdr { padding-block: 10px; }
  .hdr .btn--sm { display: none; }
  .brand__name { font-size: 1.02rem; }
  .brand__badge { width: 42px; height: 42px; }
  .hero__big { font-size: clamp(2.9rem, 15.5vw, 4.6rem); }
  .hero__cta .btn { flex: 1 1 auto; }
  .hero__note { margin-left: .4rem; font-size: 1.3rem; }
  .hero__note svg { display: none; }
  .hero__visual { width: 84%; }
  .hero__facts { grid-template-columns: 1fr; gap: 14px; }
  .hero__facts li:last-child { grid-column: auto; }
  .stats { grid-template-columns: 1fr 1fr; gap: 22px 16px; }
  .sign { right: 0; width: 236px; }
  .about__media { padding-bottom: 170px; }
  .fields { grid-template-columns: 1fr 1fr; }
  .fields .field:not(.field--half) { grid-column: 1 / -1; }
  .quote__send .btn { flex: 1 1 100%; }
  .window { aspect-ratio: 4 / 4.4; border-width: 8px; }
  .clipboard__stamp { position: relative; right: auto; bottom: auto; display: inline-block; margin: 1rem 0 0 34px; font-size: 1rem; }
  .ftr__top { grid-template-columns: 1fr; gap: 22px; }
  .ftr__bottom { flex-direction: column; align-items: flex-start; }
  .wa-float { width: 54px; height: 54px; }
}

/* ---------- Mouvement réduit ---------- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; scroll-behavior: auto !important; }
}

/* =========================================================
   PAGE LÉGALE
   ========================================================= */
.legal-page { background: var(--night); }
.legal { padding: 150px 0 clamp(60px, 8vw, 110px); color: #fff; background: var(--noise), var(--night); }
.legal__head { margin-bottom: clamp(30px, 5vw, 60px); }
.legal__title { font: 700 clamp(2.6rem, 1.4rem + 5vw, 6rem)/.95 var(--ff-display); text-transform: uppercase; letter-spacing: -.02em; margin-bottom: 1.4rem; }
.legal__toc { display: flex; flex-wrap: wrap; gap: 10px; }
.legal__toc a { text-decoration: none; font-size: .9rem; padding: .5em 1.1em; border-radius: 999px; box-shadow: inset 0 0 0 1.5px rgba(80,176,227,.45); transition: background-color .3s, color .3s; }
.legal__toc a:hover { background: var(--sky); color: var(--night); }
.legal__paper { background: var(--noise), var(--paper); color: var(--ink); border-radius: 26px; padding: clamp(24px, 5vw, 70px); max-width: 980px; }
.legal__block + .legal__block { margin-top: clamp(40px, 6vw, 70px); padding-top: clamp(40px, 6vw, 70px); border-top: 2px dashed rgba(1,10,51,.12); }
.legal__block h2 { font: 700 clamp(1.6rem, 1.2rem + 1.5vw, 2.4rem)/1.1 var(--ff-display); color: var(--night); margin-bottom: 1.4rem; scroll-margin-top: 110px; }
.legal__block { scroll-margin-top: 110px; }
.legal__block h3 { font: 700 1.2rem/1.3 var(--ff-display); color: var(--royal); margin: 2rem 0 .7rem; }
.legal__block h4 { font: 600 1rem/1.3 var(--ff-body); color: var(--night); margin: 1.4rem 0 .5rem; }
.legal__block p, .legal__block li { color: #3d4566; font-size: .98rem; }
.legal__block ul { padding-left: 1.2em; margin: 0 0 1em; }
.legal__block li { margin-bottom: .5em; }
.legal__block li::marker { color: var(--sky-2); }
.legal__block a { color: var(--sky-ink); }
.legal__id { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 28px; margin: 0 0 1rem; }
.legal__id div { border-top: 1px solid rgba(1,10,51,.12); padding: .8rem 0; }
.legal__id dt { font: 500 .68rem/1 var(--ff-body); letter-spacing: .2em; text-transform: uppercase; color: var(--sky-ink); margin-bottom: .45rem; }
.legal__id dd { margin: 0; font: 600 1.1rem/1.3 var(--ff-display); color: var(--night); }
.legal__version { font-size: .8rem !important; color: var(--muted) !important; margin-top: 2rem; }
.legal-page .ftr { padding-top: 30px; }
.legal-page .ftr__word { margin-top: 10px; }
@media (max-width: 560px) {
  .legal { padding-top: 120px; }
  .legal-page .hdr .btn--sm .long { display: none; }
  .legal-page .hdr .btn--sm { white-space: nowrap; }
  .legal__id { grid-template-columns: 1fr; }
  .legal-page .hdr .btn--sm { display: inline-flex; }
}
