/* ============================================================
   DP PRO SERVICE — Design System
   Débouchage · Curage · Inspection · Assainissement — Rouen (76)
   Fond blanc · rouge primaire · bleu secondaire · motion premium
   ============================================================ */

/* ---------- Fonts (Fontshare) ---------- */
/* Fonts chargées via <link> dans le <head> (perf LCP) */

/* ---------- Tokens ---------- */
:root {
  /* Base */
  --paper: #ffffff;
  --bone: #f6f7fa;
  --ink: #0b1224;
  --ink-soft: #3b4256;
  --ink-mute: #6b7186;
  --line: #e6e8ef;
  --line-soft: #f0f1f6;

  /* Brand */
  --brand: #d6212b;          /* rouge intervention */
  --brand-deep: #a8141f;
  --blue: #1d4ed8;           /* bleu secondaire */
  --blue-deep: #15389f;
  --navy: #0a1430;           /* fond hero */

  /* Accents par service */
  --c-deb: #d6212b;          /* débouchage — rouge */
  --c-cur: #1d4ed8;          /* curage — bleu royal */
  --c-cam: #0e7490;          /* inspection caméra — bleu profond */
  --c-fos: #b3541e;          /* fosse septique — terracotta */

  /* Accent actif (surchargé par page/section) */
  --accent: var(--brand);
  --accent-ink: #3d060a;
  --accent-text: #b11622;    /* AA-safe sur blanc */

  /* WhatsApp */
  --wa: #25d366;
  --wa-deep: #128c4b;

  /* Type scale (fluid) */
  --fs-mega: clamp(3rem, 10.5vw, 10.5rem);
  --fs-h1: clamp(2.5rem, 6.6vw, 5.6rem);
  --fs-h2: clamp(2rem, 4.6vw, 4rem);
  --fs-h3: clamp(1.4rem, 2.4vw, 2.1rem);
  --fs-lead: clamp(1.1rem, 1.6vw, 1.4rem);
  --fs-body: clamp(1rem, 1.05vw, 1.12rem);
  --fs-small: 0.86rem;

  /* Spacing */
  --gap: clamp(1rem, 2vw, 1.6rem);
  --pad-x: clamp(1.25rem, 5vw, 7rem);
  --section-y: clamp(4rem, 8vw, 8.5rem);

  /* Radius */
  --r-sm: 10px;
  --r-md: 18px;
  --r-lg: 28px;
  --r-pill: 999px;

  /* Motion */
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --t-fast: 0.35s;
  --t-med: 0.6s;
  --t-slow: 1s;

  --maxw: 1640px;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: auto; }
body {
  font-family: 'Satoshi', system-ui, -apple-system, sans-serif;
  font-size: var(--fs-body);
  line-height: 1.6;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img, svg, canvas, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: none; cursor: pointer; }
ul { list-style: none; }
::selection { background: var(--brand); color: #fff; }

/* Focus clavier (WCAG 2.4.7) */
:where(a, button, input, select, textarea, .pole):focus-visible {
  outline: 2px solid var(--accent-text); outline-offset: 3px; border-radius: 6px;
}
.nav.on-dark a:focus-visible, .hero a:focus-visible,
.menu-overlay a:focus-visible, .footer a:focus-visible { outline-color: #fff; }

h1, h2, h3, h4 {
  font-family: 'Clash Grotesk', sans-serif;
  font-weight: 600;
  line-height: 0.99;
  letter-spacing: -0.02em;
}

/* ---------- Lenis ---------- */
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
.lenis.lenis-stopped { overflow: hidden; }

/* ---------- Skip link ---------- */
.skip-link { position: fixed; top: -100%; left: 1rem; z-index: 9999; background: var(--navy); color: #fff; padding: .8rem 1.4rem; border-radius: 0 0 12px 12px; font-weight: 700; transition: top .3s; }
.skip-link:focus { top: 0; }

/* ---------- Layout ---------- */
.wrap { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: var(--pad-x); }
.section { padding-block: var(--section-y); position: relative; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 0.6em;
  font-size: var(--fs-small); font-weight: 700; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--ink-mute);
}
.eyebrow::before { content: ""; width: 26px; height: 2px; background: var(--accent); display: inline-block; }
.lead { font-size: var(--fs-lead); color: var(--ink-soft); line-height: 1.5; max-width: 60ch; }

/* ---------- Preloader ---------- */
#preloader { position: fixed; inset: 0; z-index: 9999; background: var(--navy); display: grid; place-items: center; color: #fff; }
.pre-inner { text-align: center; width: min(80vw, 520px); }
.pre-word {
  font-family: 'Clash Grotesk', sans-serif; font-weight: 600;
  font-size: clamp(2rem, 6vw, 4rem); letter-spacing: 0.02em;
  display: flex; gap: 0.16em; justify-content: center; overflow: hidden;
}
.pre-word span { display: inline-block; transform: translateY(110%); }
.pre-word .red { color: var(--brand); }
.pre-bar { margin-top: 1.6rem; height: 2px; background: rgba(255,255,255,.18); position: relative; overflow: hidden; }
.pre-bar i { position: absolute; inset: 0; transform-origin: left; transform: scaleX(0); background: var(--brand); }
.pre-count { margin-top: 0.9rem; font-size: 0.8rem; letter-spacing: 0.3em; color: rgba(255,255,255,.6); font-variant-numeric: tabular-nums; }

/* ---------- Nav ---------- */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  display: flex; align-items: center; justify-content: space-between;
  padding: clamp(1rem, 2vw, 1.5rem) var(--pad-x);
  transition: background var(--t-fast), backdrop-filter var(--t-fast), box-shadow var(--t-fast), padding var(--t-fast);
}
.nav.scrolled { background: rgba(255,255,255,.85); backdrop-filter: saturate(180%) blur(14px); box-shadow: 0 1px 0 var(--line); padding-block: .85rem; }
.brand { display: flex; align-items: center; gap: .7rem; font-family: 'Clash Grotesk'; font-weight: 600; font-size: 1.22rem; letter-spacing: -.01em; z-index: 2; }
.brand strong { font-weight: 700; }
.brand .mark {
  width: 34px; height: 34px; border-radius: 9px; flex: none;
  background: linear-gradient(135deg, var(--brand) 0%, var(--brand-deep) 48%, var(--blue-deep) 52%, var(--blue) 100%);
  display: grid; place-items: center; color: #fff;
}
.brand .mark svg { width: 19px; height: 19px; }
.nav.on-dark .brand, .nav.on-dark .nav-links a, .nav.on-dark .nav-burger span { color: #fff; }

.nav-links { display: flex; align-items: center; gap: clamp(1.1rem, 2.2vw, 2.4rem); }
.nav-links a { font-size: .94rem; font-weight: 500; position: relative; padding: .3rem 0; }
.nav-links a::after { content: ""; position: absolute; left: 0; bottom: -2px; height: 1.5px; width: 100%; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .4s var(--ease); }
.nav-links a:hover::after, .nav-links a[aria-current="page"]::after { transform: scaleX(1); transform-origin: left; }
.nav-cta {
  display: inline-flex; align-items: center; gap: .55rem;
  background: var(--brand); color: #fff; padding: .72rem 1.3rem; border-radius: var(--r-pill);
  font-size: .92rem; font-weight: 700; transition: transform .4s var(--ease), background .3s;
}
.nav-cta svg { width: 16px; height: 16px; }
.nav-cta:hover { transform: translateY(-2px); background: var(--brand-deep); }
.nav.on-dark .nav-cta { background: var(--brand); color: #fff; }
.nav-burger { display: none; width: 44px; height: 44px; position: relative; z-index: 2; margin-right: -7px; }
.nav-burger span { position: absolute; left: 7px; width: 30px; height: 2px; background: var(--ink); transition: .4s var(--ease); }
.nav-burger span:nth-child(1) { top: 13px; } .nav-burger span:nth-child(2) { top: 21px; } .nav-burger span:nth-child(3) { top: 29px; }
body.menu-open .nav-burger span:nth-child(1) { top: 21px; transform: rotate(45deg); }
body.menu-open .nav-burger span:nth-child(2) { opacity: 0; }
body.menu-open .nav-burger span:nth-child(3) { top: 21px; transform: rotate(-45deg); }
.nav.on-dark .nav-burger:focus-visible, body.menu-open .nav-burger:focus-visible { outline-color: #fff; }
body.menu-open .nav-burger span { background: #fff; }

/* Menu mobile */
.menu-overlay {
  position: fixed; inset: 0; z-index: 999; background: var(--navy); color: #fff;
  display: flex; flex-direction: column; justify-content: center; padding: var(--pad-x);
  clip-path: inset(0 0 100% 0); transition: clip-path .7s var(--ease), visibility .7s;
  pointer-events: none; visibility: hidden;
}
body.menu-open .menu-overlay { clip-path: inset(0 0 0 0); pointer-events: auto; visibility: visible; }
.menu-overlay a { font-family: 'Clash Grotesk'; font-size: clamp(2rem, 8vw, 4.2rem); font-weight: 600; line-height: 1.12; opacity: .65; transition: opacity .3s, padding-left .4s var(--ease); }
.menu-overlay a:hover { opacity: 1; padding-left: 1rem; }
.menu-foot { margin-top: 2.6rem; display: flex; gap: 1.6rem; flex-wrap: wrap; color: rgba(255,255,255,.65); font-size: .9rem; }

/* ---------- Boutons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: .7rem;
  padding: 1rem 1.7rem; border-radius: var(--r-pill); font-weight: 700; font-size: .98rem;
  position: relative; overflow: hidden; transition: transform .5s var(--ease), color .4s;
  will-change: transform;
}
.btn .btn-bg { position: absolute; inset: 0; z-index: 0; border-radius: inherit; }
.btn span, .btn svg { position: relative; z-index: 1; }
.btn svg { width: 18px; height: 18px; flex: none; }
.btn-primary { background: var(--brand); color: #fff; }
.btn-primary .btn-bg { background: var(--navy); transform: scaleY(0); transform-origin: bottom; transition: transform .5s var(--ease); }
.btn-primary:hover .btn-bg { transform: scaleY(1); }
.btn-wa { background: var(--wa); color: #06301a; }
.btn-wa .btn-bg { background: var(--wa-deep); transform: scaleY(0); transform-origin: bottom; transition: transform .5s var(--ease); }
.btn-wa:hover { color: #fff; }
.btn-wa:hover .btn-bg { transform: scaleY(1); }
.btn-ghost { border: 1.4px solid var(--line); color: var(--ink); }
.btn-ghost .btn-bg { background: var(--ink); transform: scaleX(0); transform-origin: left; transition: transform .5s var(--ease); }
.btn-ghost:hover { color: #fff; border-color: var(--ink); }
.btn-ghost:hover .btn-bg { transform: scaleX(1); }
.btn-lg { padding: 1.2rem 2.1rem; font-size: 1.05rem; }

/* ---------- WhatsApp flottant ---------- */
.wa-float {
  position: fixed; right: clamp(1rem, 3vw, 2rem); bottom: clamp(1rem, 3vw, 2rem); z-index: 1200;
  display: inline-flex; align-items: center; gap: .6rem;
  background: var(--wa); color: #06301a; border-radius: var(--r-pill);
  padding: .95rem 1.35rem; font-weight: 700; font-size: .95rem;
  box-shadow: 0 12px 32px -8px rgba(18, 140, 75, .55);
  transition: transform .4s var(--ease), box-shadow .4s;
}
.wa-float svg { width: 22px; height: 22px; flex: none; }
.wa-float:hover { transform: translateY(-3px) scale(1.03); box-shadow: 0 18px 40px -8px rgba(18, 140, 75, .65); }
.wa-float::before { content: ""; position: absolute; inset: 0; border-radius: inherit; background: var(--wa); z-index: -1; animation: wa-pulse 2.4s var(--ease) infinite; }
@keyframes wa-pulse { 0% { transform: scale(1); opacity: .55; } 70%, 100% { transform: scale(1.35); opacity: 0; } }
@media (max-width: 640px) { .wa-float span { display: none; } .wa-float { padding: .95rem; } }

/* ---------- Hero (blanc, métier) ---------- */
.hero { position: relative; display: flex; align-items: center; background: var(--navy); color: #fff; overflow: hidden; padding-top: clamp(7rem, 14vh, 10rem); padding-bottom: clamp(3rem, 7vh, 5.5rem); }
.hero-bg { position: absolute; inset: 0; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; }
.hero::after { content: ""; position: absolute; inset: 0;
  background: linear-gradient(100deg, rgba(6,10,24,.93) 0%, rgba(6,10,24,.82) 42%, rgba(10,20,48,.6) 100%); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(2rem, 5vw, 5.5rem); align-items: center; }
.hero-tag {
  display: inline-flex; align-items: center; gap: .6rem; margin-bottom: 1.6rem;
  font-size: .8rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: rgba(255,255,255,.85);
  border: 1px solid rgba(255,255,255,.25); border-radius: var(--r-pill); padding: .5rem 1rem;
}
.hero-tag i { width: 8px; height: 8px; border-radius: 50%; background: var(--brand); box-shadow: 0 0 10px var(--brand); animation: blink 1.8s ease infinite; }
@keyframes blink { 50% { opacity: .4; } }
.hero h1 { font-size: clamp(2.6rem, 6.2vw, 5.6rem); font-weight: 600; color: #fff; max-width: 14ch; }
.hero h1 .line { display: block; overflow: hidden; }
.hero h1 .line > span { display: block; }
.hero h1 em { font-style: normal; color: #ff5a63; }
.hero-sub { margin-top: 1.6rem; max-width: 48ch; color: rgba(255,255,255,.85); font-size: var(--fs-lead); }
.hero-actions { display: flex; gap: 1.1rem; flex-wrap: wrap; align-items: center; margin-top: 2.2rem; }
.hero-tel { display: inline-flex; align-items: center; gap: .6rem; font-family: 'Clash Grotesk'; font-weight: 600; font-size: clamp(1.25rem, 2vw, 1.7rem); color: var(--ink); transition: color .3s; }
.hero-tel svg { width: 22px; height: 22px; color: var(--brand); }
.hero-tel:hover { color: var(--accent-text); }
.hero-points { display: flex; gap: .55rem 1.4rem; flex-wrap: wrap; margin-top: 2.2rem; }
.hero-points li { display: inline-flex; align-items: center; gap: .5rem; font-size: .92rem; font-weight: 500; color: rgba(255,255,255,.88); }
.hero-points li::before { content: ""; width: 18px; height: 18px; border-radius: 50%; background: #6ea8ff;
  -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='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center/12px 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='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center/12px no-repeat; }

.hero-contact {
  justify-self: end; width: min(100%, 440px);
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-lg);
  padding: clamp(1.6rem, 2.6vw, 2.4rem);
  box-shadow: 0 36px 80px -28px rgba(0,0,0,.55);
}
.hc-title { font-family: 'Clash Grotesk'; font-weight: 600; font-size: clamp(1.35rem, 2vw, 1.7rem); letter-spacing: -.01em; }
.hc-sub { margin-top: .4rem; margin-bottom: 1.4rem; color: var(--ink-mute); font-size: .95rem; }
.hc-btn {
  display: flex; align-items: center; gap: .9rem;
  border-radius: 16px; padding: 1rem 1.2rem; margin-bottom: .8rem;
  transition: transform .35s var(--ease), box-shadow .35s, border-color .3s;
}
.hc-btn:hover { transform: translateY(-2px); }
.hc-btn svg { width: 26px; height: 26px; flex: none; }
.hc-btn span { display: flex; flex-direction: column; line-height: 1.25; }
.hc-btn strong { font-family: 'Clash Grotesk'; font-weight: 600; font-size: 1.15rem; }
.hc-btn small { font-size: .82rem; opacity: .85; }
.hc-tel { background: var(--brand); color: #fff; box-shadow: 0 14px 30px -12px rgba(214,33,43,.5); }
.hc-tel:hover { background: var(--brand-deep); }
.hc-wa { background: var(--wa); color: #06301a; box-shadow: 0 14px 30px -12px rgba(18,140,75,.4); }
.hc-wa:hover { background: #1fc05b; }
.hc-devis { border: 1.5px solid var(--line); color: var(--ink); }
.hc-devis:hover { border-color: var(--blue); }
.hc-devis strong { color: var(--blue-deep); }
.hc-note { margin-top: .4rem; font-size: .85rem; color: var(--ink-mute); text-align: center; }

/* ---------- Marquee ---------- */
.marquee { border-block: 1px solid var(--line); padding-block: 1.4rem; overflow: hidden; background: var(--paper); }
.marquee-track { display: flex; gap: 4rem; white-space: nowrap; width: max-content; }
.marquee-track span { font-family: 'Clash Grotesk'; font-size: clamp(1.05rem, 1.7vw, 1.5rem); font-weight: 500; color: var(--ink); display: inline-flex; align-items: center; gap: 4rem; }
.marquee-track span::after { content: "✚"; color: var(--brand); font-size: .7em; }

/* ---------- Manifesto ---------- */
.manifesto p { font-family: 'Clash Grotesk'; font-weight: 500; font-size: clamp(1.7rem, 4.2vw, 3.8rem); line-height: 1.08; letter-spacing: -.02em; max-width: 24ch; }
.manifesto .word { display: inline-block; opacity: .25; transition: opacity .5s; }

/* ---------- Section heading ---------- */
.sec-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; flex-wrap: wrap; margin-bottom: clamp(2.5rem, 5vw, 4.5rem); }
.sec-head h2 { font-size: var(--fs-h2); max-width: 17ch; }
.sec-head .lead { margin-top: 1rem; }

/* ---------- Services (poles) ---------- */
.poles { display: grid; gap: clamp(1.2rem, 2vw, 1.8rem); }
.pole {
  --pc: var(--brand);
  position: relative; display: grid; grid-template-columns: 110px 170px 1fr auto; align-items: center; gap: clamp(1.4rem, 3.4vw, 3.4rem);
  padding: clamp(1.8rem, 3.4vw, 3rem) clamp(1.4rem, 3vw, 3rem);
  border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; background: var(--paper);
  transition: border-color .5s var(--ease), transform .6s var(--ease);
}
.pole::before { content: ""; position: absolute; inset: 0; background: var(--pc); opacity: 0; transition: opacity .5s var(--ease); z-index: 1; }
.pole > * { position: relative; z-index: 2; }
.pole:hover { border-color: transparent; }
.pole:hover::before { opacity: 1; }
.pole:hover, .pole:hover * { color: #fff; }
.pole:hover .pole-num { color: rgba(255,255,255,.5); }
.pole:hover .pole-go { background: #fff; color: var(--ink); border-color: #fff; }
.pole-num { font-family: 'Clash Grotesk'; font-size: clamp(2.2rem, 5vw, 4.2rem); font-weight: 500; color: var(--line); line-height: 1; transition: color .5s; }
.pole-media { position: relative; z-index: 2; align-self: stretch; min-height: 130px; border-radius: 14px; overflow: hidden; }
.pole-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease); }
.pole:hover .pole-media img { transform: scale(1.06); }
.pole-body h3 { font-size: var(--fs-h3); margin-bottom: .5rem; }
.pole-body p { color: var(--ink-soft); max-width: 52ch; transition: color .5s; }
.pole:hover .pole-body p { color: rgba(255,255,255,.88); }
.pole-tags { display: flex; gap: .5rem; flex-wrap: wrap; margin-top: 1rem; }
.pole-tags li { font-size: .78rem; border: 1px solid var(--line); border-radius: var(--r-pill); padding: .3rem .8rem; color: var(--ink-mute); transition: .5s; }
.pole:hover .pole-tags li { border-color: rgba(255,255,255,.4); color: rgba(255,255,255,.92); }
.pole-go { width: 64px; height: 64px; flex: none; border-radius: 50%; border: 1.4px solid var(--line); display: grid; place-items: center; transition: .5s var(--ease); }
.pole-go svg { width: 22px; height: 22px; transition: transform .4s var(--ease); }
.pole:hover .pole-go svg { transform: rotate(45deg); }


/* ---------- Slider horizontal (scroll-snap) ---------- */
.slider { position: relative; }
.slider-track {
  display: flex !important; gap: clamp(1rem, 1.6vw, 1.4rem);
  overflow-x: auto; scroll-snap-type: x mandatory;
  padding: .25rem .25rem 1rem; margin: -.25rem -.25rem 0;
  scrollbar-width: none; -webkit-overflow-scrolling: touch;
}
.slider-track::-webkit-scrollbar { display: none; }
.slider-track > * { scroll-snap-align: start; flex: 0 0 auto; }
.slider-track.gallery > .shot { width: clamp(250px, 24vw, 340px); }
.slider-track.quotes > .quote { width: clamp(290px, 31vw, 430px); }
.slider-track.features > .feature { width: clamp(272px, 27vw, 360px); }
.slider-nav { display: flex; gap: .6rem; justify-content: flex-end; margin-top: 1rem; }
.slider-btn {
  width: 48px; height: 48px; border-radius: 50%; border: 1.4px solid var(--line);
  display: grid; place-items: center; background: var(--paper); color: var(--ink);
  transition: background .3s, color .3s, border-color .3s, opacity .3s;
}
.slider-btn svg { width: 20px; height: 20px; }
.slider-btn:hover:not(:disabled) { background: var(--ink); color: #fff; border-color: var(--ink); }
.slider-btn:disabled { opacity: .3; cursor: default; }
.slider[data-no-overflow] .slider-nav { display: none; }

/* ---------- Cartes services (slider accueil) ---------- */
.svc-cards > .svc-card { width: clamp(300px, 30vw, 410px); }
.svc-card {
  --pc: var(--brand);
  display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: var(--r-lg);
  overflow: hidden; background: var(--paper);
  transition: transform .5s var(--ease), border-color .4s, box-shadow .5s;
}
.svc-card:hover { transform: translateY(-6px); border-color: var(--pc); box-shadow: 0 24px 50px -24px rgba(11,18,36,.25); }
.sc-media { position: relative; aspect-ratio: 4/3; overflow: hidden; }
.sc-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease); }
.svc-card:hover .sc-media img { transform: scale(1.05); }
.sc-num {
  position: absolute; top: .8rem; left: .8rem; background: var(--pc); color: #fff;
  font-family: 'Clash Grotesk'; font-weight: 600; font-size: .85rem;
  padding: .3rem .7rem; border-radius: var(--r-pill);
}
.sc-body { display: flex; flex-direction: column; flex: 1; padding: clamp(1.3rem, 2vw, 1.7rem); }
.sc-body h3 { font-size: clamp(1.25rem, 1.8vw, 1.55rem); margin-bottom: .55rem; }
.sc-body p { color: var(--ink-soft); font-size: .94rem; flex: 1; }
.sc-go { display: inline-flex; align-items: center; gap: .5rem; margin-top: 1.2rem; font-weight: 700; font-size: .92rem; color: var(--pc); }
.sc-go svg { width: 17px; height: 17px; transition: transform .35s var(--ease); }
.svc-card:hover .sc-go svg { transform: translateX(4px); }

/* ---------- Showband vidéo ---------- */
.showband { position: relative; height: clamp(380px, 64vh, 660px); overflow: hidden; display: grid; place-items: center; color: #fff; }
.showband-img { position: absolute; inset: -12% 0; }
.showband-img img, .showband-img video { width: 100%; height: 100%; object-fit: cover; }
.showband::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(7,11,26,.5), rgba(7,11,26,.72)); }
.showband-overlay { position: relative; z-index: 1; text-align: center; padding-inline: var(--pad-x); }
.showband-overlay p { font-family: 'Clash Grotesk'; font-weight: 500; font-size: clamp(1.6rem, 4vw, 3.4rem); line-height: 1.06; letter-spacing: -.02em; max-width: 22ch; margin-inline: auto; }
.showband-overlay .accent { color: #ff5a63; }

/* ---------- Stats ---------- */
.stats { background: var(--navy); color: #fff; border-radius: var(--r-lg); padding: clamp(3rem, 6vw, 6rem) clamp(1.5rem, 4vw, 4rem); position: relative; overflow: hidden; }
.stats::before { content: ""; position: absolute; right: -10%; top: -40%; width: 50%; aspect-ratio: 1; border-radius: 50%;
  background: radial-gradient(circle at 40% 40%, rgba(214,33,43,.35), transparent 65%); }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(1.5rem, 3vw, 3rem); position: relative; }
.stat .num { font-family: 'Clash Grotesk'; font-weight: 600; font-size: clamp(2.7rem, 6.4vw, 5.4rem); line-height: 1; letter-spacing: -.03em; }
.stat .num .suffix { color: #ff5a63; }
.stat .lbl { margin-top: .8rem; color: rgba(255,255,255,.65); font-size: .95rem; max-width: 24ch; }

/* ---------- Process ---------- */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(1rem, 2vw, 2rem); }
.step { border-top: 2px solid var(--ink); padding-top: 1.4rem; }
.step .st-no { font-family: 'Clash Grotesk'; font-size: .9rem; color: var(--accent-text); display: block; margin-bottom: 2.4rem; font-weight: 600; }
.step h3, .step .step-t { font-size: clamp(1.2rem, 1.8vw, 1.5rem); margin-bottom: .6rem; }
.step p { color: var(--ink-soft); font-size: .96rem; }

/* ---------- Galerie interventions ---------- */
.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1rem, 1.6vw, 1.4rem); }
.shot { position: relative; border-radius: var(--r-md); overflow: hidden; background: var(--bone); aspect-ratio: 4/5; }
.shot img, .shot video { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.shot:hover img, .shot:hover video { transform: scale(1.05); }
.shot figcaption {
  position: absolute; left: .8rem; right: .8rem; bottom: .8rem; z-index: 2;
  background: rgba(11,18,36,.78); backdrop-filter: blur(8px); color: #fff;
  font-size: .82rem; padding: .55rem .9rem; border-radius: 12px; line-height: 1.35;
}
.shot .badge {
  position: absolute; top: .8rem; left: .8rem; z-index: 2;
  background: var(--brand); color: #fff; font-size: .7rem; font-weight: 700;
  letter-spacing: .08em; text-transform: uppercase; padding: .3rem .7rem; border-radius: var(--r-pill);
}
.shot .badge.blue { background: var(--blue); }
.shot.wide { grid-column: span 2; aspect-ratio: auto; }
@media (max-width: 860px) { .shot.wide { grid-column: span 1; aspect-ratio: 4/5; } }

/* ---------- Zone d'intervention ---------- */
.zone { background: var(--bone); border-radius: var(--r-lg); padding: clamp(2.2rem, 4.5vw, 4.5rem); }
.zone-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 4vw, 4rem); align-items: start; }
.zone h2 { font-size: var(--fs-h2); max-width: 14ch; }
.zone .lead { margin-top: 1.2rem; }
.chips { display: flex; flex-wrap: wrap; gap: .55rem; }
.chips li {
  font-size: .88rem; font-weight: 500; border: 1px solid var(--line); background: var(--paper);
  border-radius: var(--r-pill); padding: .45rem 1rem; color: var(--ink-soft);
  transition: border-color .3s, color .3s, transform .3s var(--ease);
}
.chips li:hover { border-color: var(--blue); color: var(--blue-deep); transform: translateY(-2px); }
.zone-note { margin-top: 1.4rem; font-size: .9rem; color: var(--ink-mute); display: flex; gap: .6rem; align-items: flex-start; }
.zone-note svg { width: 18px; height: 18px; flex: none; margin-top: .15rem; color: var(--blue); }

/* ---------- Avis ---------- */
.quotes { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1rem, 2vw, 1.6rem); }
.quote { border: 1px solid var(--line); border-radius: var(--r-lg); padding: clamp(1.6rem, 2.6vw, 2.4rem); background: var(--paper); display: flex; flex-direction: column; }
.quote .stars { color: #e8a519; letter-spacing: .15em; margin-bottom: 1.1rem; }
.quote p { font-family: 'Clash Grotesk'; font-weight: 400; font-size: clamp(1.08rem, 1.6vw, 1.35rem); line-height: 1.35; letter-spacing: -.01em; flex: 1; }
.quote .q-by { margin-top: 1.5rem; display: flex; align-items: center; gap: .8rem; color: var(--ink-mute); font-size: .9rem; }
.quote .av { width: 38px; height: 38px; flex: none; border-radius: 50%; background: var(--bone); display: grid; place-items: center; font-weight: 700; color: var(--accent-text); }

/* ---------- CTA band ---------- */
.band {
  border-radius: var(--r-lg); padding: clamp(2.5rem, 5vw, 5rem) clamp(1.5rem, 4vw, 4.5rem);
  background: linear-gradient(125deg, #1a0507 0%, var(--brand-deep) 42%, var(--brand) 72%, #15389f 130%);
  color: #fff; position: relative; overflow: hidden;
}
.band h2 { font-size: var(--fs-h2); max-width: 19ch; }
.band p { margin-top: 1rem; max-width: 52ch; color: rgba(255,255,255,.92); font-size: var(--fs-lead); }
.band .actions { display: flex; gap: .9rem; flex-wrap: wrap; margin-top: 2rem; }
.band .btn-primary { background: #fff; color: var(--ink); }
.band .btn-primary .btn-bg { background: var(--navy); }
.band .btn-primary:hover { color: #fff; }
.band-deco { position: absolute; right: -8%; top: -30%; width: 46%; aspect-ratio: 1; border-radius: 50%; border: 1px solid rgba(255,255,255,.25); }
.band-deco::after { content: ""; position: absolute; inset: 16%; border-radius: 50%; border: 1px solid rgba(255,255,255,.25); }

/* ---------- Page service ---------- */
.svc-hero { padding-top: clamp(8rem, 15vw, 12.5rem); padding-bottom: var(--section-y); background: var(--bone); position: relative; overflow: hidden; }
.svc-hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(2rem, 5vw, 5rem); align-items: center; position: relative; z-index: 1; }
.svc-figure { position: relative; aspect-ratio: 4/5; border-radius: var(--r-lg); overflow: hidden; box-shadow: 0 30px 70px -30px rgba(11,18,36,.4); }
.svc-figure img, .svc-figure video { width: 100%; height: 100%; object-fit: cover; }
.svc-figure figcaption { position: absolute; left: 1rem; bottom: 1rem; background: rgba(11,18,36,.78); backdrop-filter: blur(6px); color: #fff; font-size: .82rem; padding: .5rem .9rem; border-radius: var(--r-pill); }
.svc-hero .crumb { color: var(--ink-mute); font-size: .88rem; margin-bottom: 1.4rem; }
.svc-hero .crumb a:hover { color: var(--accent-text); }
.svc-hero h1 { font-size: var(--fs-h1); max-width: 18ch; }
.svc-hero .lead { margin-top: 1.6rem; }
.svc-hero .hero-actions { margin-top: 2.2rem; }
.svc-orb { position: absolute; right: -6%; top: 8%; width: clamp(220px, 30vw, 520px); aspect-ratio: 1; border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, var(--accent), transparent 70%); filter: blur(12px); opacity: .35; }

/* Features */
.features { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1rem, 2vw, 1.6rem); }
.feature { padding: clamp(1.6rem, 2.5vw, 2.2rem); border: 1px solid var(--line); border-radius: var(--r-md); background: var(--paper); transition: transform .5s var(--ease), border-color .4s; }
.feature:hover { transform: translateY(-6px); border-color: var(--accent); }
.feature .ic { width: 48px; height: 48px; border-radius: 12px; background: rgba(11,18,36,.07); background: color-mix(in srgb, var(--accent) 13%, transparent); color: var(--accent-text); display: grid; place-items: center; margin-bottom: 1.3rem; }
.feature .ic svg { width: 24px; height: 24px; }
.feature h3 { font-size: 1.25rem; margin-bottom: .5rem; }
.feature p { color: var(--ink-soft); font-size: .96rem; }

/* Split */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 5rem); align-items: center; }
.split.rev { direction: rtl; } .split.rev > * { direction: ltr; }
.split-media { aspect-ratio: 4/5; border-radius: var(--r-lg); overflow: hidden; position: relative; background: var(--navy); }
.split-media img, .split-media video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.split-media .vis { position: absolute; inset: -18% 0; background-size: cover; background-position: center; }
.split-text h2 { font-size: var(--fs-h2); margin-bottom: 1.2rem; }
.split-text .lead { margin-bottom: 1.6rem; }
.ticklist li { display: flex; gap: .8rem; padding: .8rem 0; border-bottom: 1px solid var(--line); align-items: flex-start; }
.ticklist li::before { content: ""; flex: none; width: 22px; height: 22px; border-radius: 50%; margin-top: 2px; background: var(--accent);
  -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='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center/14px 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='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center/14px no-repeat; }

/* FAQ */
.faq { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-q { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: 1.5rem 0; text-align: left; font-family: 'Clash Grotesk'; font-size: clamp(1.08rem, 1.7vw, 1.45rem); font-weight: 500; }
.faq-q .pm { flex: none; width: 30px; height: 30px; position: relative; }
.faq-q .pm::before, .faq-q .pm::after { content: ""; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); background: var(--accent); }
.faq-q .pm::before { width: 16px; height: 2px; }
.faq-q .pm::after { width: 2px; height: 16px; transition: transform .4s var(--ease); }
.faq-item.open .pm::after { transform: translate(-50%,-50%) scaleY(0); }
.faq-a { overflow: hidden; height: 0; }
.faq-a-inner { padding-bottom: 1.6rem; color: var(--ink-soft); max-width: 72ch; }

/* ---------- Contact ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 5rem); }
.field { position: relative; margin-bottom: 1.6rem; }
.field input, .field textarea, .field select {
  width: 100%; background: transparent; border: none; border-bottom: 1.5px solid var(--line);
  padding: 1rem 0; font: inherit; color: var(--ink); transition: border-color .3s;
}
.field textarea { resize: vertical; min-height: 90px; }
.field label { position: absolute; left: 0; top: 1rem; color: var(--ink-mute); pointer-events: none; transition: .3s var(--ease); }
.field input:focus, .field textarea:focus, .field select:focus { outline: none; border-color: var(--accent); }
.field input:focus + label, .field input:not(:placeholder-shown) + label,
.field textarea:focus + label, .field textarea:not(:placeholder-shown) + label,
.field.filled label { top: -.6rem; font-size: .78rem; color: var(--accent-text); }
.field select { color: var(--ink); }
.field-err { display: block; margin-top: .4rem; color: #c0392b; font-size: .82rem; min-height: 1em; }
.field input[aria-invalid="true"], .field textarea[aria-invalid="true"], .field select[aria-invalid="true"] { border-color: #c0392b; }
.contact-info .ci-item { padding: 1.4rem 0; border-bottom: 1px solid var(--line); }
.contact-info .ci-item small { color: var(--ink-mute); display: block; margin-bottom: .3rem; letter-spacing: .1em; text-transform: uppercase; font-size: .74rem; }
.contact-info .ci-item a, .contact-info .ci-item p { font-family: 'Clash Grotesk'; font-size: clamp(1.15rem, 1.9vw, 1.6rem); font-weight: 500; }
.contact-info .ci-item a:hover { color: var(--accent-text); }

/* ---------- Footer ---------- */
.footer { background: var(--navy); color: #fff; padding-top: clamp(4rem, 8vw, 7rem); }
.footer-top { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 3rem; padding-bottom: 4rem; border-bottom: 1px solid rgba(255,255,255,.12); }
.footer .big { font-family: 'Clash Grotesk'; font-size: clamp(1.9rem, 4.6vw, 3.4rem); font-weight: 500; max-width: 15ch; line-height: 1.06; }
.footer .foot-h { color: rgba(255,255,255,.58); font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 1.4rem; font-family: 'Satoshi'; font-weight: 700; }
.footer-col a, .footer-col p { display: block; color: rgba(255,255,255,.78); padding: .35rem 0; transition: color .3s, padding-left .3s; }
.footer-col a:hover { color: #fff; padding-left: .4rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; padding-block: 2rem; color: rgba(255,255,255,.5); font-size: .85rem; }
.footer-mega { font-family: 'Clash Grotesk'; font-weight: 700; text-align: center; line-height: .9; letter-spacing: -.03em;
  font-size: clamp(3.4rem, 17vw, 17rem); color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.14); padding-bottom: .1em; user-select: none; }

/* ---------- Utilities motion ---------- */
[data-reveal] { opacity: 0; transform: translateY(34px); }
[data-split] { opacity: 0; }
[data-split] .line { overflow: hidden; }
.page-trans { position: fixed; inset: 0; z-index: 8000; background: var(--navy); transform: scaleY(0); transform-origin: bottom; pointer-events: none; }

/* ---------- Responsive ---------- */
@media (max-width: 1080px) {
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); row-gap: 2.5rem; }
  .features { grid-template-columns: repeat(2, 1fr); }
  .gallery { grid-template-columns: repeat(2, 1fr); }
  .quotes { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 860px) {
  .nav-links, .nav > .nav-cta { display: none; }
  .nav-burger { display: block; }
  .pole { grid-template-columns: auto 1fr; }
  .pole-media, .pole-go { display: none; }
  .contact-grid, .split, .svc-hero-grid, .zone-grid { grid-template-columns: 1fr; }
  .svc-figure { aspect-ratio: 16/10; }
  .split.rev { direction: ltr; }
  .features { grid-template-columns: 1fr; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-contact { justify-self: stretch; width: 100%; margin-top: .5rem; }
}
@media (max-width: 560px) {
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .steps { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: 1fr; }
  .hero h1 { font-size: clamp(2rem, 9.4vw, 3rem); max-width: 100%; }
  .manifesto p, .footer .big { font-size: clamp(1.5rem, 7vw, 2.2rem); }
  .footer-top { grid-template-columns: 1fr; }
}

/* reduced motion */
@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition-duration: .01ms !important; }
  [data-reveal], [data-split] { opacity: 1 !important; transform: none; }
  .hero h1 .line > span { transform: none; }
  .wa-float::before { display: none; }
}

/* ---------- Blog ---------- */
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1.2rem, 2vw, 1.8rem); }
.post-card {
  display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: var(--r-lg);
  overflow: hidden; background: var(--paper);
  transition: transform .5s var(--ease), border-color .4s, box-shadow .5s;
}
.post-card:hover { transform: translateY(-6px); border-color: var(--brand); box-shadow: 0 24px 50px -24px rgba(11,18,36,.25); }
.pc-media { position: relative; aspect-ratio: 16/10; overflow: hidden; background: var(--bone); }
.pc-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease); }
.post-card:hover .pc-media img { transform: scale(1.05); }
.pc-cat { position: absolute; top: .8rem; left: .8rem; background: var(--brand); color: #fff; font-size: .7rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: .3rem .7rem; border-radius: var(--r-pill); }
.pc-cat.blue { background: var(--blue); }
.pc-cat.amber { background: #b45309; }
.pc-body { display: flex; flex-direction: column; flex: 1; padding: clamp(1.3rem, 2vw, 1.7rem); }
.pc-meta { font-size: .8rem; color: var(--ink-mute); margin-bottom: .6rem; }
.pc-body h3 { font-size: clamp(1.15rem, 1.6vw, 1.4rem); line-height: 1.2; margin-bottom: .55rem; }
.pc-body p { color: var(--ink-soft); font-size: .92rem; flex: 1; }
.pc-go { display: inline-flex; align-items: center; gap: .5rem; margin-top: 1.2rem; font-weight: 700; font-size: .9rem; color: var(--brand); }
.pc-go svg { width: 16px; height: 16px; transition: transform .35s var(--ease); }
.post-card:hover .pc-go svg { transform: translateX(4px); }

/* Article */
.article-hero { padding-top: clamp(8rem, 15vw, 12rem); padding-bottom: clamp(2rem, 4vw, 3.5rem); background: var(--bone); }
.article-hero .crumb { color: var(--ink-mute); font-size: .88rem; margin-bottom: 1.2rem; }
.article-hero .crumb a:hover { color: var(--accent-text); }
.article-cat { display: inline-block; background: var(--brand); color: #fff; font-size: .74rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: .35rem .8rem; border-radius: var(--r-pill); margin-bottom: 1.2rem; }
.article-hero h1 { font-size: clamp(2rem, 4.6vw, 3.4rem); max-width: 22ch; }
.article-meta { margin-top: 1.4rem; color: var(--ink-mute); font-size: .92rem; display: flex; gap: 1.2rem; flex-wrap: wrap; }
.article-figure { max-width: var(--maxw); margin: clamp(-2rem, -3vw, -3rem) auto 0; padding-inline: var(--pad-x); }
.article-figure img { width: 100%; aspect-ratio: 16/8; object-fit: cover; border-radius: var(--r-lg); box-shadow: 0 30px 70px -34px rgba(11,18,36,.4); }
.article-body { max-width: 50rem; margin-inline: auto; }
.article-body p, .article-body ul, .article-body ol { color: var(--ink-soft); font-size: 1.08rem; line-height: 1.75; margin-bottom: 1.4rem; }
.article-body h2 { font-size: clamp(1.5rem, 2.6vw, 2.1rem); margin: 2.6rem 0 1rem; }
.article-body h3 { font-size: clamp(1.2rem, 1.9vw, 1.5rem); margin: 2rem 0 .8rem; }
.article-body ul, .article-body ol { padding-left: 1.3rem; }
.article-body li { margin-bottom: .6rem; }
.article-body ul li { list-style: none; position: relative; padding-left: 1.6rem; }
.article-body ul li::before { content: ""; position: absolute; left: 0; top: .55em; width: 8px; height: 8px; border-radius: 50%; background: var(--brand); }
.article-body ol { list-style: decimal; }
.article-body a { color: var(--accent-text); text-decoration: underline; text-underline-offset: 2px; }
.article-body strong { color: var(--ink); }
.article-cta {
  margin: 2.6rem 0; padding: clamp(1.6rem, 3vw, 2.4rem); border-radius: var(--r-lg);
  background: linear-gradient(125deg, var(--brand-deep), var(--brand)); color: #fff;
}
.article-cta h3 { font-size: clamp(1.3rem, 2.2vw, 1.7rem); margin-bottom: .6rem; color: #fff; }
.article-cta p { color: rgba(255,255,255,.92); margin-bottom: 1.4rem; }
.article-cta .actions { display: flex; gap: .8rem; flex-wrap: wrap; }
.article-cta .btn-primary { background: #fff; color: var(--ink); }
.article-cta .btn-primary .btn-bg { background: var(--navy); }
.article-cta .btn-primary:hover { color: #fff; }
.article-tags { display: flex; gap: .5rem; flex-wrap: wrap; margin-top: 2.4rem; padding-top: 2rem; border-top: 1px solid var(--line); }
.article-tags span { font-size: .8rem; border: 1px solid var(--line); border-radius: var(--r-pill); padding: .35rem .9rem; color: var(--ink-mute); }
@media (max-width: 1080px) { .blog-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 680px) { .blog-grid { grid-template-columns: 1fr; } }
