/* ==========================================================================
   Antao Plomberie — v2 « L'eau, notre métier »
   Dark premium · mobile-first · DA : marine #0d1b45, bleu #2563eb, goutte
   ========================================================================== */

:root {
  --ink-dark: #081029;
  --navy: #0d1b45;
  --navy-2: #12245c;
  --blue: #2563eb;
  --blue-2: #1e40af;
  --sky: #38bdf8;
  --water: #2a9de0;
  --paper: #f5f8fd;
  --white: #ffffff;
  --txt-on-dark: #c9d6f2;
  --muted: #5b6b85;
  --line: #e4e9f2;
  --line-dark: rgba(255,255,255,.1);
  --amber: #f59e0b;

  --font-head: 'Bricolage Grotesque', system-ui, sans-serif;
  --font-body: 'Inter', system-ui, sans-serif;

  --ease-expo: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-back: cubic-bezier(0.34, 1.56, 0.64, 1);

  --radius: 22px;
  --container: 1200px;
  --header-h: 72px;
  --shadow-lg: 0 30px 60px -20px rgba(4, 10, 30, .5);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font-body);
  background: var(--ink-dark);
  color: var(--txt-on-dark);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul, ol { margin: 0; padding: 0; list-style: none; }
p { margin: 0; }
button { font: inherit; background: none; border: 0; cursor: pointer; color: inherit; }
h1, h2, h3, h4 { font-family: var(--font-head); line-height: 1.05; margin: 0; letter-spacing: -.02em; }

.container { width: min(100% - 2.4rem, var(--container)); margin-inline: auto; }

::selection { background: var(--blue); color: #fff; }

/* ---------- Typo système ---------- */
.kicker {
  font-size: .75rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase;
  color: var(--blue); margin-bottom: 1rem; display: flex; align-items: center; gap: .6rem;
}
.kicker::before { content: ""; width: 26px; height: 2px; background: var(--blue); border-radius: 2px; }
.kicker--light { color: var(--sky); }
.kicker--light::before { background: var(--sky); }

.h2 { font-size: clamp(2rem, 6vw, 3.6rem); font-weight: 700; color: var(--navy); margin-bottom: 1.4rem; }
.h2--light { color: #fff; }
.accent { color: var(--blue); }
.outline-light {
  background: linear-gradient(92deg, #7dd3fc 0%, var(--sky) 40%, var(--blue) 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.dark-lead { color: var(--txt-on-dark); font-size: clamp(1rem, 1.4vw, 1.15rem); max-width: 56ch; margin-bottom: 1.2rem; }

/* ---------- Boutons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .6rem;
  padding: 1rem 1.7rem; border-radius: 999px;
  font-weight: 700; font-size: .95rem;
  position: relative; overflow: hidden; isolation: isolate;
  transition: transform .3s var(--ease-back), box-shadow .3s;
  white-space: nowrap;
}
.btn:active { transform: scale(.96); }
.btn--water { background: linear-gradient(135deg, var(--sky), var(--blue)); color: #fff; box-shadow: 0 14px 34px -10px rgba(37,99,235,.7); }
.btn--water::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(135deg, var(--blue), var(--blue-2));
  transform: translateY(101%); transition: transform .45s var(--ease-expo);
}
.btn--water:hover::before { transform: translateY(0); }
.btn--water:hover { box-shadow: 0 20px 44px -10px rgba(37,99,235,.8); }
.btn--ghost { border: 1.5px solid rgba(255,255,255,.35); color: #fff; }
.btn--ghost:hover { border-color: #fff; background: rgba(255,255,255,.06); }
.btn--dark { background: var(--navy); color: #fff; }
.btn--dark:hover { background: var(--blue); }
.btn--block { width: 100%; }

/* ---------- Tuyau de progression ---------- */
.pipe {
  position: fixed; top: calc(var(--header-h) + 12px); right: 10px; bottom: 14px; width: 4px; z-index: 70;
  background: rgba(127,150,200,.16); border-radius: 4px; pointer-events: none;
}
.pipe__fill {
  position: absolute; top: 0; left: 0; right: 0; height: 0%;
  background: linear-gradient(180deg, var(--sky), var(--blue));
  border-radius: 4px;
}
.pipe__drop {
  position: absolute; left: 50%; top: 0; width: 14px; color: var(--sky);
  transform: translate(-50%, -4px); filter: drop-shadow(0 2px 6px rgba(56,189,248,.6));
}
.pipe__drop svg { display: block; }

/* ---------- Header ---------- */
.header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 90;
  transition: background .35s, box-shadow .35s, transform .4s var(--ease-expo);
}
.header.is-scrolled {
  background: rgba(8, 16, 41, .78);
  backdrop-filter: blur(16px) saturate(160%);
  -webkit-backdrop-filter: blur(16px) saturate(160%);
  box-shadow: 0 8px 30px -16px rgba(0,0,0,.6);
}
.header.is-hidden { transform: translateY(-100%); }
.header__inner {
  width: min(100% - 2.4rem, 1320px); margin-inline: auto;
  height: var(--header-h); display: flex; align-items: center; justify-content: space-between;
}
.logo img { height: 46px; width: auto; filter: brightness(0) invert(1); transition: height .3s; }
.header.is-scrolled .logo img { height: 40px; }
.header__right { display: flex; align-items: center; gap: .6rem; }
.header__tel {
  display: inline-flex; align-items: center; gap: .5rem;
  font-weight: 700; font-size: .92rem; color: #fff;
  padding: .55rem 1rem; border-radius: 999px; border: 1px solid rgba(255,255,255,.25);
  transition: background .25s, border-color .25s;
}
.header__tel:hover { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.5); }
.menu-btn {
  display: inline-flex; align-items: center; gap: .55rem;
  padding: .55rem 1.1rem; border-radius: 999px; background: #fff; color: var(--navy);
  font-weight: 700; font-size: .92rem;
  transition: background .25s, color .25s;
}
.menu-btn:hover { background: var(--sky); color: #fff; }
.menu-btn__lines { display: inline-flex; flex-direction: column; gap: 4px; width: 18px; }
.menu-btn__lines i { height: 2px; background: currentColor; border-radius: 2px; transition: transform .35s var(--ease-expo), width .35s; }
.menu-btn__lines i:last-child { width: 70%; }
body.menu-open .menu-btn__lines i:first-child { transform: translateY(3px) rotate(45deg); }
body.menu-open .menu-btn__lines i:last-child { width: 100%; transform: translateY(-3px) rotate(-45deg); }

/* ---------- Menu plein écran ---------- */
.overlay {
  position: fixed; inset: 0; z-index: 80;
  visibility: hidden; pointer-events: none;
}
.overlay__bg {
  position: absolute; inset: 0;
  background: radial-gradient(1000px 600px at 85% 10%, #1b3a8f 0%, transparent 55%), var(--navy);
  clip-path: circle(0% at calc(100% - 60px) 36px);
  transition: clip-path .65s var(--ease-expo);
}
body.menu-open .overlay { visibility: visible; pointer-events: auto; }
body.menu-open .overlay__bg { clip-path: circle(150% at calc(100% - 60px) 36px); }
.overlay__inner {
  position: relative; height: 100dvh; display: flex; flex-direction: column;
  justify-content: center; gap: 3rem;
  width: min(100% - 2.4rem, 1100px); margin-inline: auto;
  padding-top: var(--header-h);
}
.overlay__links li { overflow: hidden; }
.overlay__links a {
  display: flex; align-items: baseline; gap: 1.2rem;
  font-family: var(--font-head); font-weight: 800;
  font-size: clamp(2rem, 7.5vw, 4.6rem); color: #fff; line-height: 1.25;
  transform: translateY(110%); opacity: 0;
  transition: transform .6s var(--ease-expo), opacity .4s, color .25s;
}
body.menu-open .overlay__links a { transform: none; opacity: 1; transition-delay: calc(.15s + var(--i, 0) * .06s), calc(.15s + var(--i, 0) * .06s), 0s; }
.overlay__links a:hover { color: var(--sky); }
.overlay__links small { font-family: var(--font-body); font-size: .85rem; font-weight: 600; color: var(--sky); }
.overlay__foot { display: flex; flex-wrap: wrap; align-items: center; gap: 1.5rem 3rem; opacity: 0; transition: opacity .5s .45s; }
body.menu-open .overlay__foot { opacity: 1; }
.overlay__tel { font-family: var(--font-head); font-weight: 800; font-size: clamp(1.3rem, 4vw, 2rem); color: var(--sky); }
.overlay__meta { display: flex; flex-wrap: wrap; gap: .3rem 1.6rem; font-size: .9rem; color: var(--txt-on-dark); }
.overlay__meta a:hover { color: #fff; }

/* ---------- Hero ---------- */
.hero {
  position: relative; min-height: 100svh;
  display: flex; flex-direction: column; justify-content: center;
  padding: calc(var(--header-h) + 1.2rem) 0 0; overflow: hidden;
  background:
    radial-gradient(900px 500px at 15% 15%, rgba(37, 99, 235, .22) 0%, transparent 60%),
    radial-gradient(700px 500px at 90% 80%, rgba(42, 157, 224, .16) 0%, transparent 60%),
    var(--ink-dark);
}
.hero__glow {
  position: absolute; width: 60vmax; height: 60vmax; border-radius: 50%;
  background: radial-gradient(circle, rgba(56,189,248,.13) 0%, transparent 60%);
  top: -20vmax; right: -18vmax; pointer-events: none;
  animation: glowfloat 9s ease-in-out infinite;
}
@keyframes glowfloat { 0%,100% { transform: translateY(0);} 50% { transform: translateY(4vmax);} }

.hero__grid {
  display: grid; flex: 1; align-items: center; align-content: center;
  grid-template-areas: "txt visual" "bottom bottom";
  grid-template-columns: 1.15fr .85fr; gap: 1.4rem 1rem;
}
.hero__txt { grid-area: txt; }
.hero__visual { grid-area: visual; }
.hero__bottom { grid-area: bottom; }
.hero__eyebrow {
  font-family: var(--font-body); line-height: 1.4; letter-spacing: .12em; margin: 0 0 1.6rem;
  display: inline-flex; align-items: center; gap: .6rem;
  font-size: .85rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase;
  color: var(--sky); margin-bottom: 1.6rem;
}
.pulse { width: 9px; height: 9px; border-radius: 50%; background: #22c55e; box-shadow: 0 0 0 0 rgba(34,197,94,.5); animation: pulse 2.2s infinite; }
@keyframes pipeflow { to { background-position: 10px 0; } }
@keyframes pulse { 70% { box-shadow: 0 0 0 9px rgba(34,197,94,0);} 100% { box-shadow: 0 0 0 0 rgba(34,197,94,0);} }

.hero__title {
  font-family: var(--font-head);
  font-size: clamp(3.1rem, 11.5vw, 8.2rem);
  font-weight: 800; color: #fff; line-height: 1.02; letter-spacing: -.025em;
  margin-bottom: 1.6rem; text-wrap: balance;
}
.hero__title .line { display: block; }
.hero__title .grad {
  background: linear-gradient(92deg, var(--sky) 10%, var(--blue) 55%, #7dd3fc 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.dot-accent { color: var(--sky); -webkit-text-stroke: 0; }
.hero__lead { color: var(--txt-on-dark); font-size: clamp(1.05rem, 1.75vw, 1.45rem); margin-bottom: 2rem; }
.hero__cta { display: flex; flex-wrap: wrap; gap: .9rem; }

/* la goutte vidéo */
.hero__visual { display: flex; justify-content: center; }
.drop-frame { position: relative; width: min(78vw, 380px); aspect-ratio: 210 / 310; }
.drop-mask {
  position: absolute; inset: 0;
  clip-path: url(#dropClip);
  background: radial-gradient(120% 95% at 50% 42%, #ececea 0%, #e0e1df 55%, #cfd2d3 100%);
  animation: dropfloat 6s ease-in-out infinite;
}
.drop-mask::after {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(150deg, rgba(255,255,255,.35) 0%, rgba(255,255,255,0) 32%),
    linear-gradient(200deg, rgba(13,27,69,0) 55%, rgba(13,27,69,.28) 100%);
  pointer-events: none;
}
.drop-video { width: 100%; height: 100%; object-fit: cover; }
.drop-frame__stroke { position: absolute; inset: 0; animation: dropfloat 6s ease-in-out infinite; pointer-events: none; overflow: visible; }
.drop-frame__ring {
  position: absolute; inset: -7%;
  border: 1.5px dashed rgba(56,189,248,.4); border-radius: 50%;
  animation: spin 40s linear infinite;
}
.drop-frame__mini {
  position: absolute; width: 13%; right: -4%; top: 12%;
  color: var(--sky); opacity: .9;
  animation: dropfloat 5s ease-in-out infinite reverse;
}
@keyframes dropfloat { 0%,100% { transform: translateY(0);} 50% { transform: translateY(-14px);} }
@keyframes spin { to { transform: rotate(360deg);} }

/* marquee */
.marquee { overflow: hidden; padding: 1.1rem 0; border-top: 1px solid var(--line-dark); }
.marquee--hero { margin-top: auto; }
.marquee__track {
  display: flex; width: max-content;
  animation: marquee 40s linear infinite;
  font-family: var(--font-head); font-weight: 700; font-size: .95rem;
  letter-spacing: .14em; text-transform: uppercase; color: rgba(201,214,242,.5);
  white-space: nowrap;
}
.marquee__track--slow { animation-duration: 30s; }
.marquee__track i { display: inline-flex; margin: 0 1rem; vertical-align: -2px; }
.marquee__track i svg { width: 11px; height: 16px; color: var(--water); opacity: .9; }
@keyframes marquee { to { transform: translateX(-50%);} }

/* ---------- Sections ---------- */
.section { padding: clamp(4rem, 10vw, 7.5rem) 0; }
.section--light { background: var(--paper); color: var(--muted); }
.section--white { background: #fff; color: var(--muted); border-top: 1px solid var(--line); }
.section--dark {
  background:
    radial-gradient(900px 500px at 85% 0%, rgba(37,99,235,.18) 0%, transparent 55%),
    var(--ink-dark);
}

/* ---------- Prestations (pin horizontal) ---------- */
.pinsec { padding: 0; }
.pin__sticky { padding: clamp(3rem, 8vw, 5rem) 0; }
.pinsec__head { margin-bottom: 2rem; }
.hs { overflow: hidden; }
.hs__track { display: grid; gap: 1.4rem; }
.hs__bar { display: none; height: 4px; border-radius: 4px; background: var(--line); margin-top: 1.8rem; max-width: 420px; margin-inline: auto; overflow: hidden; }
.hs__bar span { display: block; height: 100%; width: 0; border-radius: 4px; background: linear-gradient(90deg, var(--sky), var(--blue)); }

.pcard {
  position: relative; background: #fff; border-radius: var(--radius);
  border: 1px solid var(--line); overflow: hidden;
  display: grid; grid-template-rows: 240px auto;
  transition: transform .35s var(--ease-expo), box-shadow .35s;
}
.pcard:hover { transform: translateY(-5px); box-shadow: 0 30px 60px -24px rgba(13,27,69,.35); }
.pcard__media { overflow: hidden; }
.pcard__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease-expo); }
.pcard:hover .pcard__media img { transform: scale(1.07); }
.pcard__body { padding: 1.4rem 1.4rem 1.3rem; display: flex; flex-direction: column; gap: .6rem; }
.pcard__body h3 { font-size: 1.3rem; font-weight: 800; color: var(--navy); }
.pcard__body p { font-size: .92rem; color: var(--muted); }
.pcard__body ul { display: flex; flex-wrap: wrap; gap: .35rem; }
.pcard__body li { font-size: .74rem; font-weight: 600; color: var(--blue-2); background: #eaf1fe; padding: .28rem .6rem; border-radius: 999px; }
.pcard__body p strong { color: var(--navy); font-weight: 600; }
.pcard__pages { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: .6rem; }
.pcard__pages a {
  display: inline-flex; align-items: center;
  padding: .55rem 1rem; border-radius: 999px;
  border: 1.5px solid var(--blue); color: var(--blue);
  font-weight: 700; font-size: .84rem;
  transition: background .25s, color .25s, transform .25s;
}
.pcard__pages a:hover { background: var(--blue); color: #fff; transform: translateY(-2px); }

/* mode épinglé (JS ajoute .js-pin) */
.js-pin.pinsec { position: relative; }
.js-pin .pin__sticky {
  position: sticky; top: 0; height: 100svh;
  display: flex; flex-direction: column; justify-content: center;
  overflow: hidden; padding: calc(var(--header-h) + .5rem) 0 1rem;
}
.js-pin .hs { overflow: visible; }
.js-pin .hs__track {
  display: flex; gap: 1.3rem; width: max-content;
  padding-inline: max(1.2rem, calc((100vw - var(--container)) / 2));
  will-change: transform;
}
.js-pin .pcard { flex: 0 0 min(420px, 84vw); }
.js-pin .pcard.reveal { opacity: 1; transform: none; transition-property: box-shadow, transform; }
.js-pin .hs__bar { display: block; }
.js-pin .pcard__media { height: clamp(200px, 30vh, 300px); }

/* ---------- Stats & steps ---------- */
.stats {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px;
  background: var(--line-dark); border: 1px solid var(--line-dark);
  border-radius: var(--radius); overflow: hidden; margin: 2.4rem 0;
}
.stat { background: rgba(255,255,255,.03); padding: 1.5rem 1.2rem; }
.stat strong { display: flex; align-items: baseline; gap: .18em; font-family: var(--font-head); font-weight: 800; color: #fff; line-height: 1; margin-bottom: .4rem; }
.stat .statnum { font-size: clamp(2.4rem, 6vw, 3.4rem); }
.stat em { font-style: normal; font-size: clamp(1.1rem, 2.6vw, 1.5rem); color: #9fb4e8; font-weight: 700; }
.stat span { font-size: .84rem; color: var(--txt-on-dark); }
.steps { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.steps li {
  position: relative;
  border: 1px solid var(--line-dark); border-radius: var(--radius);
  padding: 1.4rem; background: rgba(255,255,255,.03);
  transition: background .3s, transform .3s;
}
@media (min-width: 760px) {
  .steps { gap: 1.4rem; }
  .steps li:not(:last-child)::after {
    content: ""; position: absolute; top: 50%; right: calc(-1.4rem - 2px);
    transform: translateY(-50%); z-index: 2;
    width: 1.4rem; height: 3px; border-radius: 3px;
    background: repeating-linear-gradient(90deg, var(--sky) 0 5px, transparent 5px 10px);
    animation: pipeflow 1.1s linear infinite;
    opacity: .8;
  }
}
.steps li:hover { background: rgba(255,255,255,.07); transform: translateY(-3px); }
.step__ico {
  display: inline-grid; place-items: center; width: 42px; height: 42px;
  border-radius: 13px; color: var(--sky);
  background: rgba(56,189,248,.12); border: 1px solid rgba(56,189,248,.25);
}
.step__ico svg { width: 20px; height: 20px; }
.steps h3 { color: #fff; font-size: 1.05rem; margin: .5rem 0 .35rem; }
.steps p { font-size: .88rem; }

/* ---------- Galerie ---------- */
.gallery { display: grid; grid-template-columns: repeat(2, 1fr); grid-auto-rows: 170px; gap: 1rem; margin-top: 1.6rem; }
.shot { position: relative; border-radius: var(--radius); overflow: hidden; display: block; }
.shot--tall { grid-row: span 2; }
.shot--wide { grid-column: span 2; }
.shot img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease-expo); }
.shot::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(8,16,41,0) 35%, rgba(8,16,41,.8)); transition: background .35s; }
.shot:hover::after, .shot.is-active::after { background: linear-gradient(180deg, rgba(8,16,41,.05) 20%, rgba(8,16,41,.9)); }
.shot:hover img, .shot.is-active img { transform: scale(1.06); }
.shot__tag {
  position: absolute; top: .9rem; left: .9rem; z-index: 2;
  background: rgba(255,255,255,.92); color: var(--blue-2);
  font-size: .68rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em;
  padding: .28rem .6rem; border-radius: 999px;
}
.shot__label { position: absolute; left: 1rem; right: 1rem; bottom: .9rem; z-index: 2; color: #fff;
  opacity: 0; transform: translateY(10px);
  transition: opacity .45s var(--ease-expo) .1s, transform .45s var(--ease-expo) .1s; }
.shot:hover .shot__label, .shot.is-active .shot__label { opacity: 1; transform: none; }
.shot__label strong { display: block; font-family: var(--font-head); font-size: .98rem; }
.shot__label small { color: #b9c8ea; font-size: .76rem; }
.shot__label em { display: block; font-style: normal; font-size: .8rem; line-height: 1.45; color: #dbe6ff; margin-top: .35rem; max-width: 40ch; }

.brands { margin-top: 1.8rem; text-align: center; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.3rem 1.5rem; }
.brands p { font-size: .74rem; text-transform: uppercase; letter-spacing: .14em; font-weight: 700; color: var(--navy); margin-bottom: 1rem; }
.brands ul { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 1.2rem 3.2rem; }
.brands img { height: 26px; width: auto; max-width: 170px; filter: grayscale(1) opacity(.75); transition: filter .25s, transform .25s; }
.brands li:hover img { transform: scale(1.06); }
.brands li:hover img { filter: none; }

/* ---------- Zone : sonar ---------- */
.zone { display: grid; gap: 2.5rem; align-items: center; }
.sonar {
  position: relative; width: 100%; aspect-ratio: 1;
  border-radius: var(--radius); overflow: hidden;
  background:
    radial-gradient(90% 90% at 50% 50%, rgba(37,99,235,.16) 0%, rgba(13,27,69,.25) 55%, transparent 100%),
    linear-gradient(160deg, #0c1735 0%, #081029 100%);
  border: 1px solid var(--line-dark); box-shadow: var(--shadow-lg);
}
.sonar__river { position: absolute; inset: 0; width: 100%; height: 100%; }
.sonar__ring {
  position: absolute; left: 50%; top: 50%; width: var(--s); aspect-ratio: 1;
  transform: translate(-50%, -50%); border-radius: 50%;
  border: 1.5px dashed rgba(56,189,248,.22);
}
.sonar__pulse {
  position: absolute; left: 50%; top: 50%; width: 12%; aspect-ratio: 1;
  transform: translate(-50%, -50%); border-radius: 50%;
  border: 2px solid rgba(56,189,248,.55);
  animation: sonar 4.2s cubic-bezier(0.16, 1, 0.3, 1) infinite;
  pointer-events: none;
}
@keyframes sonar {
  0% { width: 12%; opacity: 1; }
  100% { width: 105%; opacity: 0; }
}
.sonar__center {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
  display: grid; justify-items: center; gap: .5rem; z-index: 2;
}
.sonar__center svg { width: clamp(34px, 9%, 46px); filter: drop-shadow(0 8px 18px rgba(42,157,224,.55)); animation: dropfloat 4.5s ease-in-out infinite; }
.sonar__center strong {
  font-family: var(--font-head); font-weight: 800; font-size: clamp(.9rem, 2.4vw, 1.1rem); color: #fff;
  background: rgba(13,27,69,.85); border: 1px solid rgba(56,189,248,.4);
  padding: .3rem .9rem; border-radius: 999px;
}
.sonar__city {
  position: absolute; left: var(--x); top: var(--y); transform: translate(-50%, -50%);
  font-size: clamp(.6rem, 1.6vw, .74rem); font-weight: 600; color: #b9c8ea;
  background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.12);
  padding: .22rem .55rem; border-radius: 999px; white-space: nowrap;
  opacity: 0; transition: opacity .6s var(--ease-expo) var(--d, 0s), transform .6s var(--ease-expo) var(--d, 0s), background .25s, color .25s;
  backdrop-filter: blur(4px);
}
.reveal.is-visible .sonar__city, .sonar__city { }
.reveal.is-visible ~ * .sonar__city { }
.zone__map.is-visible .sonar__city { opacity: 1; }
.sonar__city:hover { background: rgba(56,189,248,.22); color: #fff; border-color: rgba(56,189,248,.5); }
.sonar__city::after {
  content: "· " attr(data-time); color: var(--sky); font-weight: 700;
  max-width: 0; overflow: hidden; display: inline-block; vertical-align: bottom;
  white-space: nowrap; transition: max-width .35s var(--ease-expo), margin-left .35s;
}
.sonar__city:hover::after { max-width: 70px; margin-left: .3em; }

/* ---------- Avis ---------- */
.score { display: flex; align-items: center; gap: 1rem; margin-bottom: 1.8rem; }
.score strong { font-family: var(--font-head); font-size: 3rem; font-weight: 900; color: var(--navy); line-height: 1; }
.stars { color: var(--amber); font-size: 1.15rem; letter-spacing: 2px; }
.score small { display: block; color: var(--muted); font-size: .82rem; }
.revmarquee { overflow: hidden; margin-inline: calc((100vw - 100%) / -2); padding-block: .5rem;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); }
.revmarquee__track {
  display: flex; gap: 1.1rem; width: max-content;
  animation: revscroll 45s linear infinite;
  transform: translateX(-50%);
}
@keyframes revscroll { from { transform: translateX(-50%); } to { transform: translateX(0); } }
.review {
  position: relative; margin: 0; flex: 0 0 min(340px, 78vw);
  background: linear-gradient(180deg, #ffffff 0%, #eef4ff 100%);
  border: 1px solid #d4e2f8; border-radius: var(--radius);
  padding: 1.2rem 1.3rem; display: flex; flex-direction: column; gap: .7rem;
  box-shadow: 0 12px 30px -18px rgba(13,27,69,.25);
}
.review::before {
  content: "\201C"; position: absolute; top: .2rem; right: 1rem;
  font-family: var(--font-head); font-weight: 800; font-size: 4rem; line-height: 1;
  color: rgba(37,99,235,.16); pointer-events: none;
}
.review__stars { color: var(--amber); font-size: .9rem; letter-spacing: 2px; }
.review blockquote { margin: 0; color: #22314f; font-size: .93rem; line-height: 1.55; flex: 1; }
.review figcaption { display: flex; align-items: center; gap: .75rem; }
.review figcaption > span {
  width: 42px; height: 42px; flex: none; border-radius: 50%;
  background: linear-gradient(135deg, var(--c, var(--blue)), color-mix(in srgb, var(--c, var(--blue)) 65%, #0d1b45));
  color: #fff; font-weight: 700; display: grid; place-items: center; font-size: 1rem;
  box-shadow: 0 6px 14px -6px color-mix(in srgb, var(--c, var(--blue)) 60%, transparent);
}
.review figcaption strong { display: block; font-size: .89rem; color: var(--navy); line-height: 1.25; }
.review figcaption small { display: block; color: var(--muted); font-size: .74rem; }
.review figcaption::after {
  content: "G"; margin-left: auto; width: 24px; height: 24px;
  display: grid; place-items: center; border-radius: 50%;
  background: #fff; border: 1px solid var(--line);
  font-family: var(--font-head); font-weight: 800; font-size: .8rem;
  background-image: linear-gradient(135deg, #4285F4, #34A853, #FBBC05, #EA4335);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.reviews__cta { text-align: center; margin-top: 1.8rem; }

/* ---------- FAQ ---------- */
.faq { text-align: center; }
.faq .kicker { justify-content: center; }
.faq .kicker::before { display: none; }
.faq__list { margin-inline: auto; text-align: left; }
.faq__list { max-width: 780px; margin-top: 1.8rem; display: grid; gap: .7rem; }
.faq__item {
  background: var(--paper); border: 1px solid var(--line); border-radius: 16px;
  overflow: hidden; transition: box-shadow .3s, border-color .3s;
}
.faq__item[open] { background: #fff; border-color: #bcd3f5; box-shadow: 0 14px 34px -22px rgba(13,27,69,.35); }
.faq__item summary {
  list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  padding: 1rem 1.2rem; font-weight: 600; color: var(--navy); font-size: .98rem;
}
.faq__item summary::-webkit-details-marker { display: none; }
.faq__chev {
  flex: none; width: 26px; height: 26px; display: grid; place-items: center;
  border-radius: 50%; background: #eaf1fe; color: var(--blue); font-weight: 700;
  transition: transform .3s var(--ease-expo), background .25s, color .25s;
}
.faq__item[open] .faq__chev { transform: rotate(180deg); background: var(--blue); color: #fff; }
.faq__item p { cursor: pointer; padding: 0 1.2rem 1.1rem; color: var(--muted); font-size: .93rem; line-height: 1.65; }

/* ---------- Contact ---------- */
.contact { text-align: center; }
.contact.section { padding: clamp(2.5rem, 6vw, 4rem) 0; }
.contact .h2 { font-size: clamp(1.7rem, 4.2vw, 2.5rem); margin-bottom: 0; }
.contact .kicker { margin-bottom: .7rem; }
.contact .kicker { justify-content: center; }
.contact .kicker::before { display: none; }
.contact .dark-lead { margin-inline: auto; }
.contact__bigtel { margin-inline: auto; }
.form { margin-inline: auto; text-align: left; }
.contact__bigtel {
  display: block; font-family: var(--font-head); font-weight: 900;
  font-size: clamp(2rem, 7vw, 4rem); letter-spacing: -.02em;
  background: linear-gradient(92deg, #7dd3fc 0%, var(--sky) 40%, var(--blue) 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
  margin: 0 auto .4rem; line-height: 1.15; width: fit-content;
  transition: filter .3s;
}
.contact__bigtel:hover { filter: brightness(1.25); }
.contact__bubble { display: flex; justify-content: center; margin-top: 1.6rem; }
.contact__bubble span {
  position: relative; display: inline-block;
  background: rgba(56,189,248,.12); border: 1px solid rgba(56,189,248,.35);
  color: #dbeafe; font-weight: 600; font-size: .95rem;
  padding: .75rem 1.3rem; border-radius: 999px;
  animation: bubblefloat 3.2s ease-in-out infinite;
}
.contact__bubble span::after {
  content: ""; position: absolute; left: 50%; bottom: -7px;
  width: 12px; height: 12px; transform: translateX(-50%) rotate(45deg);
  background: #0d1f3f; border-right: 1px solid rgba(56,189,248,.35); border-bottom: 1px solid rgba(56,189,248,.35);
}
@keyframes bubblefloat { 0%,100% { transform: translateY(0);} 50% { transform: translateY(-6px);} }

.form { margin-top: 1.2rem; display: flex; flex-direction: column; gap: .65rem; max-width: 720px; }
.form__row { display: grid; grid-template-columns: 1fr; gap: .65rem; }
.field { display: flex; flex-direction: column; gap: .25rem; }
.field label { font-size: .82rem; font-weight: 600; color: #dbe4f8; }
.field em { color: #7d90bd; font-style: normal; font-weight: 400; }
.field input, .field select, .field textarea {
  font: inherit; font-size: .93rem; padding: .62rem .9rem; border-radius: 12px;
  border: 1.5px solid var(--line-dark); background: rgba(255,255,255,.05); color: #fff;
  outline: none; width: 100%; transition: border-color .25s, background .25s, box-shadow .25s;
}
.field input::placeholder, .field textarea::placeholder { color: #6d80ad; }
.field select { color: #c9d6f2; }
.field select option { color: var(--ink-dark); }
.field textarea { resize: vertical; min-height: 60px; }
.field input:focus, .field select:focus, .field textarea:focus {
  border-color: var(--sky); background: rgba(255,255,255,.09);
  box-shadow: 0 0 0 4px rgba(56,189,248,.15);
}
.hp { position: absolute; left: -9999px; opacity: 0; height: 0; width: 0; }
.form__note { font-size: .78rem; color: #7d90bd; text-align: center; }
.form__feedback { padding: .9rem 1rem; border-radius: 14px; text-align: center; font-weight: 500; font-size: .92rem; }
.form__feedback.is-ok { background: rgba(34,197,94,.15); color: #6ee7a0; border: 1px solid rgba(34,197,94,.3); }
.form__feedback.is-err { background: rgba(239,68,68,.15); color: #fda4af; border: 1px solid rgba(239,68,68,.3); }

/* ---------- Footer ---------- */
.footer { border-top: 1px solid var(--line-dark); }
.footer .marquee { border-top: 0; border-bottom: 1px solid var(--line-dark); }
.footer__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; padding: 3rem 0 2rem; }
.footer__brand { grid-column: 1 / -1; }
.footer__logo { height: 52px; width: auto; filter: brightness(0) invert(1); margin-bottom: .9rem; }
.footer__brand p { font-size: .9rem; color: #8fa3cf; }
.footer__col h4 { color: #fff; font-size: .78rem; text-transform: uppercase; letter-spacing: .12em; margin-bottom: .9rem; }
.footer__col a { display: block; font-size: .92rem; color: #a9bbe0; padding: .22rem 0; transition: color .2s, transform .2s; }
.footer__col a:hover { color: #fff; transform: translateX(3px); }
.footer__bottom {
  display: flex; justify-content: center; text-align: center; flex-wrap: wrap; gap: .4rem 1.6rem;
  padding: 1.2rem 8rem 5.6rem; font-size: .78rem; color: #64779f;
  border-top: 1px solid var(--line-dark);
}

/* ---------- Barre mobile / FAB ---------- */
.mobilebar {
  position: fixed; left: .8rem; right: .8rem; bottom: .8rem; z-index: 75;
  display: grid; grid-template-columns: 1fr 1fr; gap: .6rem;
  transition: transform .4s var(--ease-expo), opacity .3s;
}
.mobilebar.is-hidden { transform: translateY(120%); opacity: 0; }
.mobilebar a {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  padding: .95rem; border-radius: 999px; font-weight: 700; font-size: .95rem;
}
.mobilebar__call { background: linear-gradient(135deg, var(--sky), var(--blue)); color: #fff; box-shadow: 0 12px 30px -8px rgba(37,99,235,.7); }
.mobilebar__devis { background: #fff; color: var(--navy); box-shadow: 0 12px 30px -12px rgba(0,0,0,.5); }
.fab { display: none; }

/* ---------- Animations d'entrée ---------- */
.anim { opacity: 0; transform: translateY(34px); animation: rise .9s var(--ease-expo) forwards; animation-delay: var(--d, 0s); }
@keyframes rise { to { opacity: 1; transform: none; } }
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s var(--ease-expo), transform .8s var(--ease-expo); transition-delay: var(--d, 0s); }
.reveal.is-visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  .revmarquee__track { animation: none; transform: none; }
  .revmarquee { overflow-x: auto; mask-image: none; -webkit-mask-image: none; }
  .anim, .reveal { opacity: 1; transform: none; animation: none; transition: none; }
  .sonar__pulse, .sonar__center svg { animation: none; }
  .sonar__city { opacity: 1; transition: none; }
  .marquee__track, .hero__glow, .drop-mask, .drop-frame__ring, .drop-frame__mini, .pulse, .fab__ring { animation: none; }
  .steps li::after { animation: none; }
  html { scroll-behavior: auto; }
  .pipe { display: none; }
}

/* ---------- Desktop ---------- */
@media (min-width: 760px) {
  .form__row { grid-template-columns: 1fr 1fr; }
  .gallery { display: flex; height: min(52vh, 430px); grid-auto-rows: unset; }
  .shot { flex: 1; transition: flex .55s var(--ease-expo); }
  .shot--tall, .shot--wide { grid-row: auto; grid-column: auto; }
  .shot:hover, .shot.is-active { flex: 2.4; }
  .stats { grid-template-columns: repeat(4, 1fr); }
  .steps { grid-template-columns: repeat(4, 1fr); }
  .footer__grid { grid-template-columns: 1.4fr 1fr 1fr 1fr; }
  .footer__brand { grid-column: auto; }
  .footer__bottom { padding-bottom: 1.4rem; padding-left: 12rem; padding-right: 12rem; }
  .zone { grid-template-columns: 1fr 1fr; }
  .hero__grid { grid-template-areas: "txt visual" "bottom visual"; grid-template-columns: 1.1fr .9fr; gap: 0 2.5rem; align-items: end; }
  .hero__bottom { align-self: start; }
  .drop-frame { width: min(32vw, 440px, 42svh); }
  @media (max-height: 880px) {
    .hero__title { font-size: clamp(2.6rem, 8.8vh, 5.4rem); margin-bottom: 1.1rem; }
    .hero__lead { margin-bottom: 1.4rem; }
    .hero__eyebrow { margin-bottom: 1rem; }
  }
  .mobilebar { display: none; }
  .fab {
    position: fixed; right: 1.4rem; bottom: 1.4rem; z-index: 75;
    display: inline-flex; align-items: center; gap: .7rem;
    background: linear-gradient(135deg, var(--sky), var(--blue)); color: #fff;
    padding: .85rem 1.3rem; border-radius: 999px;
    box-shadow: 0 16px 40px -10px rgba(37,99,235,.7);
    transition: transform .3s var(--ease-back), box-shadow .3s;
  }
  .fab:hover { transform: translateY(-3px); box-shadow: 0 22px 48px -12px rgba(37,99,235,.85); }
  .fab__txt { display: flex; flex-direction: column; line-height: 1.12; }
  .fab__txt small { font-size: .62rem; text-transform: uppercase; letter-spacing: .1em; color: #d6ecff; font-weight: 700; }
  .fab__txt strong { font-size: .98rem; }
  .fab__ring { position: absolute; inset: 0; border-radius: 999px; box-shadow: 0 0 0 0 rgba(56,189,248,.5); animation: fabpulse 2.6s ease-out infinite; }
  @keyframes fabpulse { 70% { box-shadow: 0 0 0 15px rgba(56,189,248,0);} 100% { box-shadow: 0 0 0 0 rgba(56,189,248,0);} }
  .js-pin .pcard { flex: 0 0 min(760px, 62vw); display: grid; grid-template-columns: 45% 1fr; grid-template-rows: none; }
  .js-pin .pcard__media { height: auto; }
  .pcard { grid-template-rows: 260px auto; }
  .pcard__body { padding: 1.7rem; }
}

@media (max-width: 759px) {
  .pipe { display: none; }
  .hero { padding-top: calc(var(--header-h) + .6rem); }
  .hero__grid { gap: 1.2rem; }
  .hero__eyebrow { font-size: .68rem; letter-spacing: .09em; margin-bottom: 1rem; line-height: 1.5; }
  .hero__title { font-size: clamp(2.1rem, 9.6vw, 2.9rem); margin-bottom: 0; }
  .hero__lead { margin-top: .9rem; }
  .hero__lead { font-size: .95rem; margin-bottom: 1.2rem; }
  .hero__lead br { display: none; }
  .hero__cta .btn { padding: .85rem 1.3rem; font-size: .9rem; }
  .marquee--hero { padding: .8rem 0; }
  .shot__label em { display: none; }
  .gallery { grid-auto-rows: 180px; }
  .drop-frame__ring { inset: -5%; }
  .js-pin .pin__sticky { padding-bottom: 4.6rem; }
  .drop-frame { width: min(34vw, 150px, 19svh); }
  .hero { padding-top: calc(var(--header-h) + 1.2rem); }
  .hero__title { margin-bottom: 1.2rem; }
  .header__tel span { display: none; }
  .header__tel { padding: .55rem .7rem; }
}

/* ==========================================================================
   Pages services
   ========================================================================== */
.subhero {
  padding: calc(var(--header-h) + clamp(2rem, 6vw, 4rem)) 0 clamp(2.5rem, 6vw, 4rem);
  background:
    radial-gradient(800px 400px at 15% 20%, rgba(37, 99, 235, .2) 0%, transparent 60%),
    var(--ink-dark);
}
.breadcrumb { display: flex; gap: .6rem; align-items: center; font-size: .82rem; color: #7d90bd; margin-bottom: 1.4rem; }
.breadcrumb a:hover { color: #fff; }
.breadcrumb [aria-current] { color: var(--txt-on-dark); }
.subhero__title { font-family: var(--font-head); font-size: clamp(2.2rem, 6.5vw, 4.2rem); font-weight: 800; color: #fff; line-height: 1.05; letter-spacing: -.02em; margin-bottom: 1.1rem; max-width: 18ch; }
.subhero .dark-lead { margin-bottom: 1.8rem; }
.subhero__trust { display: flex; flex-wrap: wrap; gap: .5rem 1.6rem; margin-top: 1.6rem; font-size: .85rem; font-weight: 600; color: var(--txt-on-dark); }
.subhero__trust li { display: flex; align-items: center; gap: .45rem; }
.subhero__trust li::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--sky); }

.svc { display: grid; grid-template-columns: 1fr; gap: .9rem; margin-top: 1.8rem; }
.svc__item { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 1.1rem 1.25rem; }
.svc__ico {
  display: inline-grid; place-items: center; width: 42px; height: 42px;
  border-radius: 12px; background: #eaf1fe; color: var(--blue);
  margin-bottom: .7rem;
}
.svc__ico svg { width: 22px; height: 22px; }
.svc__item h3 { font-size: 1.02rem; font-weight: 700; color: var(--navy); margin-bottom: .3rem; }
.svc__item p { font-size: .9rem; color: var(--muted); line-height: 1.55; }

.steps--3 { grid-template-columns: 1fr; }
.svc__local {
  position: relative; margin-top: 2.8rem;
  background: linear-gradient(160deg, rgba(56,189,248,.09) 0%, rgba(255,255,255,.03) 55%);
  border: 1px solid rgba(56,189,248,.25); border-radius: var(--radius);
  padding: clamp(1.5rem, 4vw, 2.4rem) clamp(1.4rem, 4vw, 2.6rem);
  overflow: hidden;
}
.svc__local::before {
  content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 4px;
  background: linear-gradient(180deg, var(--sky), var(--blue));
}
.svc__local::after {
  content: ""; position: absolute; right: -30px; top: -30px; width: 150px; height: 220px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 210 310'%3E%3Cpath d='M124 0 C144 62 182 122 182 190 C182 248 142 280 90 280 C38 280 0 244 0 190 C0 120 74 70 124 0Z' fill='%2338bdf8'/%3E%3C/svg%3E") center / contain no-repeat;
  opacity: .07; transform: rotate(14deg); pointer-events: none;
}
.svc__local .h2 { margin-bottom: .9rem; position: relative; }
.svc__local .dark-lead { position: relative; }
.svc__local .dark-lead:last-child { margin-bottom: 0; }

.svc__proof { display: grid; gap: 2rem; align-items: start; }
.svc__photo { margin: 0; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); background: #fff; width: 100%; align-self: start; }
.svc__photo img { width: 100%; height: 100%; aspect-ratio: 4 / 3.6; object-fit: cover; object-position: center; display: block; }
.svc__photo figcaption { padding: .7rem 1rem; font-size: .8rem; color: var(--muted); }

.cross { margin-top: 2.6rem; }
.cross__label { font-size: .74rem; text-transform: uppercase; letter-spacing: .14em; font-weight: 700; color: #8fa3cf; margin-bottom: 1rem; }
.cross__grid { display: grid; grid-template-columns: 1fr; gap: .7rem; max-width: 720px; margin-inline: auto; }
.cross__card {
  display: flex; flex-direction: column; gap: .15rem; text-align: left;
  background: rgba(255,255,255,.04); border: 1px solid var(--line-dark); border-radius: 14px;
  padding: .9rem 1.1rem; transition: background .25s, transform .25s, border-color .25s;
}
.cross__card:hover { background: rgba(56,189,248,.1); transform: translateY(-2px); border-color: rgba(56,189,248,.35); }
.cross__card strong { color: #fff; font-size: .95rem; }
.cross__card span { color: var(--sky); font-size: .78rem; font-weight: 600; }

.pcard__more { display: flex; flex-wrap: wrap; gap: .3rem 1rem; margin-top: .4rem; }
.pcard__more a { font-size: .82rem; font-weight: 600; color: var(--blue); }
.pcard__more a:hover { text-decoration: underline; }

@media (min-width: 760px) {
  .svc { grid-template-columns: repeat(3, 1fr); }
  .steps--3 { grid-template-columns: repeat(3, 1fr); }
  .svc__proof { grid-template-columns: .9fr 1.1fr; gap: 3rem; align-items: start; }
  .svc__local { display: grid; grid-template-columns: 1fr 1fr; gap: 0 3rem; }
  .svc__local .h2 { grid-column: 1 / -1; }
  .svc__local .dark-lead { max-width: none; margin-bottom: 0; }
  .cross__grid { grid-template-columns: repeat(3, 1fr); }
  .footer__grid { grid-template-columns: 1.4fr 1fr 1fr 1fr 1fr; }
}

/* ---------- Pages légales ---------- */
.legalpage { max-width: 760px; }
.legalpage h2 { font-size: 1.25rem; font-weight: 700; color: var(--navy); margin: 2.2rem 0 .7rem; padding-top: 1.6rem; border-top: 1px solid var(--line); }
.legalpage h2:first-child { margin-top: 0; padding-top: 0; border-top: 0; }
.legalpage p, .legalpage li { color: var(--muted); font-size: .95rem; line-height: 1.75; margin-bottom: .7rem; }
.legalpage ul { list-style: disc; padding-left: 1.3rem; margin-bottom: 1rem; }
.legalpage a { color: var(--blue); font-weight: 500; }
.legalpage a:hover { text-decoration: underline; }
.legalpage table { width: 100%; border-collapse: collapse; font-size: .9rem; margin: 1rem 0; background: #fff; border: 1px solid var(--line); border-radius: 12px; overflow: hidden; }
.legalpage th, .legalpage td { text-align: left; padding: .7rem .9rem; border-bottom: 1px solid var(--line); color: var(--muted); }
.legalpage th { color: var(--navy); font-weight: 600; background: var(--paper); }
.legalpage strong { color: var(--navy); }
.header .menu-btn { text-decoration: none; }

/* ---------- Grille zones (remplace le sonar) ---------- */
.zonegrid { display: grid; grid-template-columns: repeat(2, 1fr); gap: .7rem; }
.zcard {
  display: flex; flex-direction: column; gap: .3rem; justify-content: center;
  border-radius: 18px; padding: 1.1rem 1.1rem; min-height: 104px;
  background: rgba(255,255,255,.04); border: 1px solid var(--line-dark);
  transition: background .25s, border-color .25s, transform .25s;
}
.zcard strong { font-family: var(--font-head); font-weight: 700; font-size: 1.15rem; color: #fff; line-height: 1.15; }
.zcard span { color: var(--sky); font-size: .8rem; font-weight: 700; transition: transform .25s; }
.zcard__time {
  align-self: flex-start; font-size: .7rem; font-weight: 700; color: var(--sky);
  background: rgba(56,189,248,.14); border: 1px solid rgba(56,189,248,.3);
  padding: .18rem .55rem; border-radius: 999px; margin-bottom: .2rem;
}
a.zcard:hover { background: rgba(56,189,248,.12); border-color: rgba(56,189,248,.45); transform: translateY(-3px); }
a.zcard:hover span { transform: translateX(4px); }
.zcard--base {
  background: linear-gradient(150deg, rgba(56,189,248,.16), rgba(37,99,235,.08));
  border-color: rgba(56,189,248,.4); align-items: flex-start;
}
.zcard--base svg { width: 26px; margin-bottom: .3rem; filter: drop-shadow(0 4px 10px rgba(42,157,224,.5)); }
.zcard--base small { color: var(--txt-on-dark); font-size: .78rem; }
.zcard--more { justify-content: center; }
.zcard--more strong { font-size: .95rem; color: var(--txt-on-dark); }
.zcard--more small { color: #8fa3cf; font-size: .76rem; line-height: 1.6; }

/* ---------- Cartes services cliquables (pages villes) ---------- */
.svc__item--link { position: relative; transition: transform .25s, box-shadow .25s, border-color .25s; }
.svc__item--link:hover { transform: translateY(-3px); box-shadow: 0 18px 40px -22px rgba(13,27,69,.35); border-color: #bcd3f5; }
.svc__go { display: inline-block; margin-top: .5rem; color: var(--blue); font-weight: 700; font-size: .82rem; }

/* ---------- Ligne zones du footer ---------- */
.footer__zones {
  display: flex; flex-wrap: wrap; align-items: center; gap: .4rem .9rem;
  padding: .9rem 0; border-top: 1px solid var(--line-dark);
  font-size: .82rem; color: #64779f;
}
.footer__zones a { color: #a9bbe0; transition: color .2s; }
.footer__zones a:hover { color: #fff; }
.cross__grid--zones { grid-template-columns: repeat(2, 1fr); }
@media (min-width: 760px) {
  .zonegrid { grid-template-columns: repeat(3, 1fr); }
  .cross__grid--zones { grid-template-columns: repeat(4, 1fr); }
}

.btn--zonecta { font-size: 1.08rem; padding: 1.1rem 2rem; color: #fff !important; box-shadow: 0 16px 40px -10px rgba(37,99,235,.85); }

/* ==========================================================================
   Mobile : refonte des points durs (hero, prestations, réalisations, zones, footer)
   ========================================================================== */
@media (max-width: 759px) {
  /* hero */
  .hero { padding-top: calc(var(--header-h) + 1.4rem); }
  .eyebrow__metro { display: none; }
  .drop-frame { margin-top: 0; }
  .hero__visual { justify-content: flex-end; padding-right: .2rem; }

  /* prestations : pin compact pour téléphone */
  .js-pin .pin__sticky { height: 100svh; padding: calc(var(--header-h) + .5rem) 0 1rem; justify-content: flex-start; }
  .pinsec__head { margin-bottom: 1.1rem; }
  .pinsec__head .h2 { font-size: 1.65rem; }
  .pinsec__head .kicker { margin-bottom: .5rem; }
  .js-pin .pcard { flex: 0 0 78vw; }
  .js-pin .pcard__media { height: 24vh; min-height: 150px; }
  .js-pin .pcard__media img { object-position: 50% 45%; }
  .js-pin .pcard__body { padding: 1rem 1rem .9rem; gap: .4rem; }
  .js-pin .pcard h3 { font-size: 1.08rem; }
  .js-pin .pcard p { font-size: .84rem; line-height: 1.5; }
  .pcard__pages { margin-top: .35rem; gap: .4rem; }
  .pcard__pages a { padding: .42rem .8rem; font-size: .76rem; }
  .js-pin .hs__bar { margin-top: .9rem; }

  /* réalisations : pas de textes superposés, pas de liens */
  .shot__label { display: none; }
  .shot { pointer-events: none; }
  .gallery { grid-auto-rows: 160px; }

  /* zones : pilules compactes */
  .zonegrid { gap: .5rem; }
  .zcard { min-height: 0; padding: .85rem 1rem; border-radius: 14px; flex-direction: row; align-items: center; justify-content: space-between; gap: .5rem; }
  .zcard strong { font-size: .95rem; }
  .zcard > span { flex: none; }
  .zcard span { font-size: .95rem; }
  a.zcard::after { content: "→"; color: var(--sky); font-weight: 700; }
  a.zcard span { display: none; }
  .zcard--base { flex-direction: row; align-items: center; }
  .zcard--base svg { width: 18px; margin: 0; }
  .zcard--base small { margin-left: auto; }
  .zcard--more { grid-column: 1 / -1; flex-direction: column; align-items: flex-start; gap: .2rem; }
  .zcard--more small { font-size: .72rem; }

  /* footer compact */
  .footer__grid { grid-template-columns: 1fr; gap: 1.3rem; padding: 2.2rem 0 1.4rem; }
  .footer__brand p { font-size: .84rem; }
  .footer__logo { height: 42px; margin-bottom: .6rem; }
  .footer__col h4 { margin-bottom: .5rem; font-size: .72rem; }
  .footer__col { display: block; }
  .footer__col a { display: inline-block; padding: .2rem .9rem .2rem 0; font-size: .86rem; }
  .footer__zones { font-size: .76rem; padding: .7rem 0; gap: .3rem .7rem; }
  .revmarquee__track { animation-duration: 80s; }
  .footer__bottom { padding-top: 1rem; font-size: .72rem; }
}

/* ---------- Zone : CTA sous la grille ---------- */
.zone__cta { grid-column: 1 / -1; text-align: center; margin-top: 1.2rem; }
.zone__cta p { color: var(--txt-on-dark); font-size: 1rem; margin: 0 auto 1.1rem; max-width: 52ch; }

/* ---------- Mobile : section « artisan local » compacte ---------- */
@media (max-width: 759px) {
  #pourquoi.section { padding: 2.6rem 0; }
  #pourquoi .h2 { font-size: 1.6rem; margin-bottom: .8rem; }
  #pourquoi .dark-lead { font-size: .92rem; margin-bottom: .8rem; }
  .stats { margin: 1.2rem 0; }
  .stat { padding: .9rem .8rem; }
  .stat .statnum { font-size: 1.8rem; }
  .stat em { font-size: .95rem; }
  .stat span { font-size: .72rem; }
  .steps { gap: .6rem; }
  .steps li { padding: .9rem; border-radius: 14px; }
  .step__ico { width: 34px; height: 34px; border-radius: 10px; }
  .step__ico svg { width: 16px; height: 16px; }
  .steps h3 { font-size: .92rem; margin: .4rem 0 .2rem; }
  .steps p { font-size: .76rem; line-height: 1.45; }
}
