/* ==========================================================================
   Technicouv92 — Coupe d'architecte 3D (Standard 10k-websites)
   ========================================================================== */

:root {
  --studio: #eceae6;
  --panel: #f5f4f0;
  --paper: #ffffff;
  --graphite: #15171a;
  --ink: #111111;
  --ink-2: #2b2e34;
  --muted: #5e626a;
  --line: rgba(21, 23, 26, 0.1);
  --line-strong: rgba(21, 23, 26, 0.22);
  --accent: #e30613;
  --accent-hover: #b8050f;
  --accent-muted: rgba(227, 6, 19, 0.12);
  --tile: #c84d28;
  --gold: #d49a38;
  --on-dark: #f5f4f0;
  --on-dark-2: #9e9da2;

  --f-display: 'Archivo', sans-serif;
  --f-body: 'Public Sans', system-ui, sans-serif;
  --f-mono: 'JetBrains Mono', monospace;

  --wrap: 1280px;
  --gutter: clamp(16px, 3.5vw, 48px);
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  --tshadow: 0 1px 2px rgba(5,5,10,.75), 0 3px 12px rgba(5,5,10,.5);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body { overflow-x: clip; }

/* ---------- Typographie de base ---------- */
.st {
  font-family: var(--f-body);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
.st h1, .st h2, .st h3 {
  font-family: var(--f-display);
  color: var(--ink);
  margin: 0;
  font-weight: 700;
}
.st a { color: inherit; }

/* ---------- Conteneurs ---------- */
.st-wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 var(--gutter); }
.st > section:not(.st-hero):not(.st-mobile-hero) { padding: clamp(72px, 8vw, 120px) 0; }

/* ---------- Boutons & Liens ---------- */
.st-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: var(--f-body);
  font-weight: 600;
  font-size: 15px;
  padding: 13px 24px;
  border-radius: 8px;
  border: 1px solid transparent;
  text-decoration: none;
  cursor: pointer;
  transition: all .25s var(--ease);
  white-space: nowrap;
}
.st-btn--accent { background: var(--accent); color: #fff; box-shadow: 0 4px 14px rgba(227, 6, 19, 0.28); }
.st-btn--accent:hover { background: var(--accent-hover); transform: translateY(-1px); box-shadow: 0 6px 20px rgba(227, 6, 19, 0.38); }
.st-btn--call { background: #fff; color: var(--ink); border: 1.5px solid var(--line-strong); box-shadow: 0 2px 8px rgba(0,0,0,0.04); }
.st-btn--call:hover { border-color: var(--accent); color: var(--accent); transform: translateY(-1px); }
.st-btn--call svg { color: var(--accent); }
.st-btn--line { border-color: rgba(21,23,26,.22); color: var(--ink); background: rgba(255,255,255,.65); backdrop-filter: blur(8px); }
.st-btn--line:hover { border-color: var(--ink); background: #fff; }
.st-btn--full { width: 100%; }
.st-link { display: inline-flex; gap: 8px; align-items: center; font-weight: 600; text-decoration: none; border-bottom: 1px solid currentColor; padding-bottom: 3px; transition: gap .3s var(--ease), color .3s; }
.st-link:hover { gap: 14px; color: var(--accent); }
.st-stars { color: var(--gold); letter-spacing: 2px; }

/* ---------- Signature : La cote d'architecte ---------- */
.st-cote { display: flex; align-items: center; gap: 14px; margin-bottom: 26px; color: var(--muted); }
.st-cote svg { width: 88px; height: 14px; flex: none; overflow: visible; }
.st-cote path { fill: none; stroke: currentColor; stroke-width: 1.2; vector-effect: non-scaling-stroke; stroke-dasharray: 1; stroke-dashoffset: 1; transition: stroke-dashoffset 1.1s var(--ease); }
.st-cote .st-cote-tick { stroke: var(--accent); stroke-width: 1.6; transition-delay: .5s; }
.st-cote span { font: 500 11.5px/1 var(--f-mono); letter-spacing: .14em; text-transform: uppercase; opacity: 0; transform: translateX(-8px); transition: opacity .8s var(--ease) .35s, transform .8s var(--ease) .35s; }
.in .st-cote path, .st-cote.in path { stroke-dashoffset: 0; }
.in .st-cote span, .st-cote.in span { opacity: 1; transform: none; }

/* ---------- Titres de section ---------- */
.st-head h2 { font-stretch: 112%; font-weight: 800; font-size: clamp(34px, 4.1vw, 56px); line-height: 1.05; letter-spacing: -.03em; max-width: 18ch; }
.st-head p { margin: 20px 0 0; max-width: 48ch; font-size: 17.5px; line-height: 1.65; color: var(--muted); }
.st-head-cta { display: flex; gap: 12px; margin-top: 28px; flex-wrap: wrap; }
.st-head--center { text-align: center; }
.st-head--center .st-cote { justify-content: center; }
.st-head--center h2 { margin-inline: auto; }
.st-head--center p { margin-inline: auto; }
.st-split { display: grid; grid-template-columns: minmax(320px, .9fr) 1.3fr; gap: clamp(40px, 6vw, 96px); align-items: start; }
.st-sticky { position: sticky; top: calc(var(--hh, 72px) + 36px); }

/* ---------- Entrées animées ---------- */
.st-reveal .st-head > *:not(.st-cote), .st-reveal .st-index li, .st-reveal .st-steps li, .st-reveal .st-film figure, .st-reveal .st-quote, .st-reveal .st-quotes li, .st-reveal .st-towns, .st-reveal details, .st-reveal .st-post, .st-reveal .st-rating {
  opacity: 0; transform: translateY(22px); transition: opacity .9s var(--ease), transform .9s var(--ease); transition-delay: calc(var(--i,0)*75ms);
}
.st-reveal.in .st-head > *:not(.st-cote), .st-reveal.in .st-index li, .st-reveal.in .st-steps li, .st-reveal.in .st-film figure, .st-reveal.in .st-quote, .st-reveal.in .st-quotes li, .st-reveal.in .st-towns, .st-reveal.in details, .st-reveal.in .st-post, .st-reveal.in .st-rating {
  opacity: 1; transform: none;
}
.st-reveal.done .st-index li, .st-reveal.done .st-steps li, .st-reveal.done .st-film figure, .st-reveal.done .st-quotes li, .st-reveal.done details, .st-reveal.done .st-post {
  transition-delay: 0s;
}

/* ==========================================================================
   HERO DESKTOP : SCRUB VIDÉO 3D
   ========================================================================== */
.st-hero { position: relative; height: 380vh; background: var(--studio); }
.st-stage {
  position: sticky;
  top: var(--hh, 86px);
  height: calc(100vh - var(--hh, 86px));
  height: calc(100svh - var(--hh, 86px));
  min-height: 620px;
  overflow: hidden;
  isolation: isolate;
  background: var(--studio);
}

.st-poster, .st-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}
@media (min-width: 1024px) {
  .st-poster, .st-video {
    object-position: 78% center;
  }
}
.st-poster { z-index: 1; background: var(--studio) center/cover no-repeat; }
.st-video {
  z-index: 2;
  opacity: 0;
  will-change: transform;
  transform: translateZ(0);
  transition: opacity .4s ease;
}
.st-stage.video-ready .st-video { opacity: 1; }

.st-scrim {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  background: radial-gradient(ellipse 110% 85% at 50% 48%, rgba(236,234,230,0) 35%, rgba(236,234,230,.5) 100%);
}

/* Repères HUD techniques */
.st-hud-top {
  position: absolute;
  top: 24px;
  right: var(--gutter);
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 14px;
  pointer-events: none;
}
.st-hud-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(17, 17, 17, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: #fff;
  font: 600 11px/1 var(--f-mono);
  letter-spacing: .12em;
}
.st-dot-live {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 8px #22c55e;
  animation: pulse-dot 2s infinite ease-in-out;
}
@keyframes pulse-dot { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: .4; transform: scale(0.8); } }
.st-hud-coords {
  font: 500 11px/1 var(--f-mono);
  color: var(--muted);
  letter-spacing: .12em;
}

/* Bandes de scroll (positionnées en espace négatif pour laisser la toiture visible) */
.st-band {
  position: absolute;
  z-index: 4;
  opacity: 0;
  visibility: hidden;
  will-change: opacity, transform;
}

/* La bande Intro est TOUJOURS visible dès le chargement initial */
.st-intro {
  opacity: 1;
  visibility: visible;
}

/* Intro & Settle (panneau architectural compact & transparent en espace négatif gauche) */
.st-intro, .st-settle {
  left: max(var(--gutter), calc((100vw - var(--wrap))/2 + var(--gutter)));
  top: clamp(20px, 5vh, 48px);
  width: min(380px, 32vw);
  padding: 22px 24px 20px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.85);
  box-shadow: 0 16px 40px -10px rgba(17, 24, 39, 0.12), 0 1px 3px rgba(0, 0, 0, 0.05);
}
@media (min-width: 1024px) {
  .st-intro, .st-settle {
    top: 50%;
    transform: translateY(-50%);
  }
}
.st-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font: 600 11px/1 var(--f-mono);
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--ink-2);
}
.st-kicker-dot { width: 7px; height: 7px; background: var(--accent); display: block; border-radius: 2px; }
.st-h1 {
  margin-top: 14px!important;
  font-stretch: 108%;
  font-weight: 800;
  font-size: clamp(24px, 2.2vw, 34px);
  line-height: 1.08;
  letter-spacing: -.03em;
  color: var(--ink);
}
.st-h2 {
  margin-top: 14px!important;
  font-stretch: 108%;
  font-weight: 800;
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.1;
  letter-spacing: -.025em;
  color: var(--ink);
}
.st-lede {
  margin: 10px 0 0;
  font-size: 14.5px;
  line-height: 1.5;
  color: #374151;
}
.st-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}
.st-actions .st-btn {
  padding: 10px 18px;
  font-size: 14px;
}
.st-hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid rgba(21, 23, 26, 0.08);
  font: 500 11.5px/1.3 var(--f-mono);
  color: #4b5563;
}
.st-hero-trust .st-check {
  color: #16a34a;
  font-weight: 700;
}
.st-settle-desc {
  margin: 14px 0 0;
  font-size: 15px;
  line-height: 1.55;
  color: var(--ink-2);
}
.st-intro > *, .st-settle > * {
  transform: translateY(calc((1 - var(--k,1))*12px));
}

/* Cartes techniques flottantes de chapitre compactes */
.st-card {
  top: 48%;
  width: min(340px, 28vw);
  padding: 20px 22px 18px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(21, 23, 26, 0.08);
  border-radius: 12px;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 24px 50px -15px rgba(21, 23, 26, 0.16), 0 2px 6px rgba(21, 23, 26, 0.04);
  transform: translateY(calc(-50% + (1 - var(--k,1))*20px));
}
.st-card--right { right: max(var(--gutter), calc((100vw - var(--wrap))/2 + var(--gutter))); }
.st-card--left { left: max(var(--gutter), calc((100vw - var(--wrap))/2 + var(--gutter))); }
.st-card-step {
  display: block;
  font: 600 11px/1 var(--f-mono);
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 8px;
}
.st-card h2 {
  font-stretch: 100%;
  font-weight: 700;
  font-size: clamp(19px, 1.6vw, 23px);
  line-height: 1.15;
  letter-spacing: -.02em;
  margin-bottom: 8px;
}
.st-card p {
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.5;
  color: var(--muted);
}
.st-card-tags {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.st-card-tags li {
  font: 500 12.5px/1.4 var(--f-body);
  color: var(--ink-2);
  display: flex;
  align-items: center;
  gap: 8px;
}
.st-card-tags li::before {
  content: "•";
  color: var(--accent);
  font-size: 16px;
}
.st-card-action {
  display: inline-flex;
  gap: 8px;
  font-weight: 600;
  font-size: 14.5px;
  text-decoration: none;
  color: var(--ink);
  border-bottom: 1.5px solid var(--accent);
  padding-bottom: 3px;
  transition: gap .3s var(--ease), color .3s;
}
.st-card-action:hover { gap: 14px; color: var(--accent); }

/* Traits de repère techniques vers la toiture */
.st-lead { position: absolute; top: calc(50% - 30px); width: 180px; height: 60px; overflow: visible; pointer-events: none; }
.st-lead--left { left: -180px; }
.st-lead--right { right: -180px; }
.st-lead path { fill: none; stroke: var(--ink); stroke-width: 1.2; vector-effect: non-scaling-stroke; stroke-dasharray: 1; stroke-dashoffset: calc(1 - var(--k,1)); }
.st-lead circle { fill: var(--accent); stroke: var(--paper); stroke-width: 3; opacity: var(--k,1); transform-box: fill-box; transform-origin: center; transform: scale(var(--k,1)); }

/* Barre de progression technique en bas */
.st-progress {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  padding: 0 var(--gutter) 20px;
  pointer-events: none;
}
.st-progress-track {
  height: 3px;
  background: rgba(21, 23, 26, 0.12);
  border-radius: 999px;
  overflow: hidden;
}
.st-progress-track span {
  display: block;
  height: 100%;
  background: var(--accent);
  transform-origin: 0 50%;
  transform: scaleX(var(--p, 0));
  transition: transform .1s linear;
}
.st-progress ol {
  list-style: none;
  margin: 12px auto 0;
  padding: 8px 24px;
  display: flex;
  justify-content: space-between;
  max-width: var(--wrap);
  font: 600 11.5px/1 var(--f-mono);
  letter-spacing: .12em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(21, 23, 26, 0.08);
  border-radius: 999px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.st-progress li { color: rgba(21, 23, 26, 0.45); transition: color .3s; }
.st-progress li.on { color: var(--accent); font-weight: 700; }

/* Indicateur de défilement discret en bas */
.st-loader {
  position: absolute;
  left: 50%;
  bottom: 74px;
  transform: translateX(-50%);
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 12px;
  pointer-events: none;
  transition: opacity .4s ease;
}
.st-scroll-mouse {
  width: 18px;
  height: 28px;
  border-radius: 12px;
  border: 1.5px solid rgba(17, 17, 17, 0.6);
  position: relative;
  display: inline-block;
  background: rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(4px);
}
.st-scroll-wheel {
  width: 2.5px;
  height: 5px;
  background: var(--accent);
  border-radius: 2px;
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  animation: scroll-wheel 1.5s infinite ease-in-out;
}
@keyframes scroll-wheel {
  0% { opacity: 0; transform: translate(-50%, 0); }
  35% { opacity: 1; }
  100% { opacity: 0; transform: translate(-50%, 8px); }
}
.st-loader span:last-child {
  font: 600 11px/1 var(--f-mono);
  letter-spacing: .1em;
  color: #fff;
  background: rgba(17, 17, 17, 0.82);
  padding: 6px 14px;
  border-radius: 999px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(8px);
}
.st-stage.is-moving .st-loader { opacity: 0; }

/* ==========================================================================
   HERO MOBILE : SCRUB VIDÉO 3D EN PLEIN ÉCRAN FLUIDE 60FPS
   ========================================================================== */
.st-mobile-hero { display: none!important; }

/* ==========================================================================
   HEADER MOBILE : UN SEUL BOUTON APPEL UNIQUE (Pas de doublon) & MENU
   ========================================================================== */
.site-header {
  position: sticky;
  top: 0;
  z-index: 990;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.site-header-inner {
  display: flex!important;
  align-items: center!important;
  justify-content: space-between!important;
  max-width: 1420px;
  margin: 0 auto;
  padding: 12px 28px;
  position: relative;
}
.site-header-actions {
  display: flex!important;
  align-items: center!important;
  gap: 10px!important;
  flex-shrink: 0!important;
}
.site-header .call-btn {
  white-space: nowrap!important;
}

@media (max-width: 900px) {
  .site-header-inner {
    padding: 10px 16px!important;
  }
  /* Masquage strict des éléments desktop et doublons */
  .desktop-only,
  .site-header .desktop-only,
  .callback-header-btn,
  .site-header .callback-header-btn,
  .header-socials,
  .site-header .header-socials,
  .header-cta,
  .site-header .header-cta {
    display: none!important;
  }
  .site-header-actions {
    gap: 8px!important;
  }
  /* Unique bouton appel dans le header mobile */
  .site-header .call-btn {
    display: inline-flex!important;
    align-items: center!important;
    gap: 6px!important;
    padding: 8px 12px!important;
    border-radius: 999px!important;
    background: #111418!important;
    color: #fff!important;
    font-size: 13px!important;
    font-weight: 600!important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12)!important;
    border: 1px solid rgba(255, 255, 255, 0.15)!important;
    text-decoration: none!important;
    flex-shrink: 0!important;
  }
  .site-header .call-btn .phone-icon {
    width: 14px!important;
    height: 14px!important;
    margin: 0!important;
    color: var(--accent)!important;
    flex: none!important;
  }
  .site-header .call-btn .call-text {
    display: inline-block!important;
    color: #fff!important;
  }
  /* Bouton hamburger */
  .site-header .mobile-toggle {
    display: inline-flex!important;
    align-items: center!important;
    justify-content: center!important;
    width: 40px!important;
    height: 40px!important;
    border-radius: 999px!important;
    background: #f4f5f7!important;
    border: 1px solid rgba(0, 0, 0, 0.08)!important;
    color: #111418!important;
    cursor: pointer!important;
    padding: 0!important;
    flex-shrink: 0!important;
  }
  /* Tiroir mobile navigation */
  .site-nav {
    display: none!important;
  }
  .site-nav.open {
    display: flex!important;
    position: absolute!important;
    top: 100%!important;
    left: 0!important;
    right: 0!important;
    background: #ffffff!important;
    flex-direction: column!important;
    padding: 20px 24px 28px!important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1)!important;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15)!important;
    gap: 16px!important;
    max-height: calc(100vh - 72px)!important;
    overflow-y: auto!important;
    z-index: 999!important;
  }
  .site-nav.open a {
    font-size: 16px!important;
    font-weight: 600!important;
    color: #111418!important;
    text-decoration: none!important;
    padding: 6px 0!important;
    border-bottom: 1px solid #f1f3f5!important;
  }
}

@media (max-width: 380px) {
  /* Pastille ronde sur très petits écrans */
  .site-header .call-btn .call-text {
    display: none!important;
  }
  .site-header .call-btn {
    padding: 0!important;
    width: 40px!important;
    height: 40px!important;
    min-height: 40px!important;
    border-radius: 50%!important;
    justify-content: center!important;
  }
}

@media (max-width: 820px) {
  /* Le hero reste actif et défile sur mobile */
  .st-hero {
    display: block!important;
    height: 340vh;
    background: var(--studio);
    position: relative;
  }
  .st-stage {
    position: sticky!important;
    top: var(--hh, 72px)!important;
    height: calc(100vh - var(--hh, 72px))!important;
    height: calc(100svh - var(--hh, 72px))!important;
    min-height: 540px!important;
  }
  
  /* Cadrage optimisé du toit en coupe 3D sur écran vertical mobile */
  .st-poster, .st-video {
    object-fit: cover!important;
    object-position: 72% center!important;
  }

  /* Cartes architecturales positionnées au bas de l'écran (toiture 100% visible) */
  .st-intro, .st-settle, .st-card {
    left: 14px!important;
    right: 14px!important;
    top: auto!important;
    bottom: clamp(66px, 9vh, 84px)!important;
    width: auto!important;
    max-width: none!important;
    padding: 16px 18px!important;
    transform: translateY(calc((1 - var(--k,1))*16px))!important;
    border-radius: 14px!important;
    background: rgba(255, 255, 255, 0.94)!important;
    backdrop-filter: blur(16px)!important;
    -webkit-backdrop-filter: blur(16px)!important;
    border: 1px solid rgba(255, 255, 255, 0.85)!important;
    box-shadow: 0 16px 40px -10px rgba(17, 24, 39, 0.2)!important;
  }

  .st-intro .st-h1 {
    font-size: clamp(20px, 5.5vw, 25px)!important;
    line-height: 1.12!important;
    margin: 8px 0 6px!important;
  }
  .st-intro .st-lede {
    font-size: 13.5px!important;
    line-height: 1.4!important;
    margin: 0 0 12px!important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .st-intro .st-actions {
    display: grid!important;
    grid-template-columns: 1fr 1fr!important;
    gap: 8px!important;
    margin-top: 10px!important;
  }
  .st-intro .st-actions .st-btn {
    padding: 11px 10px!important;
    font-size: 13px!important;
    width: 100%!important;
    justify-content: center!important;
  }
  .st-intro .st-actions .st-btn--line {
    display: none!important;
  }
  .st-intro .st-hero-trust {
    margin-top: 10px!important;
    padding-top: 8px!important;
    font-size: 11px!important;
    gap: 8px!important;
    border-top: 1px solid rgba(17, 20, 24, 0.08)!important;
  }

  /* Cartes de chapitres (Tuiles, Isolation, Zinguerie) */
  .st-card h2 {
    font-size: 17px!important;
    margin: 4px 0 6px!important;
  }
  .st-card p {
    font-size: 13px!important;
    line-height: 1.4!important;
    margin: 0 0 8px!important;
  }
  .st-card .st-card-tags, .st-card .st-lead {
    display: none!important;
  }
  .st-card-action {
    font-size: 12.5px!important;
  }

  /* Settle final */
  .st-settle .st-h2 {
    font-size: 19px!important;
    margin: 6px 0 6px!important;
  }
  .st-settle-desc {
    font-size: 13px!important;
    line-height: 1.4!important;
    margin: 0 0 12px!important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .st-settle .st-actions {
    display: grid!important;
    grid-template-columns: 1fr 1fr!important;
    gap: 8px!important;
    margin-top: 8px!important;
  }
  .st-settle .st-actions .st-btn {
    padding: 11px 10px!important;
    font-size: 13px!important;
    width: 100%!important;
    justify-content: center!important;
  }

  /* HUD & Barres */
  .st-hud-top {
    top: 10px!important;
    right: 14px!important;
    left: 14px!important;
    justify-content: space-between!important;
  }
  .st-hud-coords { display: none!important; }
  .st-progress {
    top: 4px!important;
    bottom: auto!important;
    left: 14px!important;
    right: 14px!important;
    padding: 0!important;
  }
  .st-progress ol { display: none!important; }
  .st-loader { display: none!important; }
}

/* ==========================================================================
   PREUVES & CHIFFRES CLÉS
   ========================================================================== */
.st-proof { position: relative; background: var(--graphite); color: var(--on-dark); }
.st-proof ul { list-style: none; margin: 0 auto; padding: 0 var(--gutter); max-width: var(--wrap); display: grid; grid-template-columns: repeat(5, 1fr); }
.st-proof li { padding: 34px 0 34px 24px; border-left: 1px solid rgba(238,237,233,.12); display: grid; gap: 8px; }
.st-proof li:first-child { border-left: 0; padding-left: 0; }
.st-proof b { font-family: var(--f-display); font-stretch: 112%; font-weight: 800; font-size: clamp(30px, 3vw, 44px); line-height: 1; letter-spacing: -.03em; color: #fff; }
.st-proof span { font-size: 13.5px; color: var(--on-dark-2); }

/* ==========================================================================
   SERVICES (Index éditorial)
   ========================================================================== */
.st-index { list-style: none; margin: 0; padding: 0; border-bottom: 1px solid var(--line); }
.st-index li { border-top: 1px solid var(--line); position: relative; }
.st-index li::before { content: ""; position: absolute; left: 0; right: 0; top: -1px; height: 1.5px; background: var(--accent); transform: scaleX(0); transform-origin: 0 50%; transition: transform .5s var(--ease); }
.st-index li:hover::before { transform: scaleX(1); }
.st-index a { display: grid; grid-template-columns: 56px 1fr 48px; gap: 18px; align-items: baseline; padding: 26px 0; text-decoration: none; }
.st-index-n { font: 600 12px/1 var(--f-mono); letter-spacing: .1em; color: var(--muted); transition: color .3s; }
.st-index-body { display: grid; gap: 6px; transition: transform .4s var(--ease); }
.st-index strong { font-family: var(--f-display); font-weight: 700; font-size: clamp(21px, 2.1vw, 29px); line-height: 1.15; letter-spacing: -.02em; }
.st-index em { font-style: normal; font-size: 15px; line-height: 1.6; color: var(--muted); max-width: 56ch; }
.st-index-arrow { justify-self: end; align-self: center; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 50%; display: grid; place-items: center; font-size: 18px; transition: all .3s var(--ease); }
.st-index-thumb { display: none; }
.st-index a:hover .st-index-body { transform: translateX(8px); }
.st-index a:hover .st-index-n { color: var(--accent); }
.st-index a:hover .st-index-arrow { background: var(--accent); border-color: var(--accent); color: #fff; transform: rotate(-45deg); }

.st-float { position: fixed; left: 0; top: 0; z-index: 40; width: 290px; aspect-ratio: 4/3; pointer-events: none; opacity: 0; transform: translate3d(-50%,-50%,0) scale(.92); transition: opacity .35s var(--ease); border-radius: 8px; overflow: hidden; box-shadow: 0 30px 60px -20px rgba(21,23,26,.5); }
.st-float img { width: 100%; height: 100%; object-fit: cover; }
.st-float.on { opacity: 1; }

/* ==========================================================================
   MÉTHODE
   ========================================================================== */
.st > section.st-method { background: var(--panel); }
.st-steps { position: relative; margin-top: 60px; }
.st-steps-line { position: absolute; left: 0; right: 0; top: 6px; width: 100%; height: 12px; overflow: visible; }
.st-steps-line path { fill: none; stroke: var(--ink); stroke-width: 1.2; vector-effect: non-scaling-stroke; stroke-dasharray: 1; stroke-dashoffset: var(--draw, 1); }
.st-steps ol { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; }
.st-dot { display: block; width: 14px; height: 14px; border: 2px solid var(--ink); border-radius: 50%; background: var(--panel); position: relative; z-index: 1; margin-bottom: 24px; transition: all .4s; }
.st-steps li.lit .st-dot { background: var(--accent); border-color: var(--accent); box-shadow: 0 0 10px rgba(227, 6, 19, 0.4); }
.st-step-n { font: 600 12px/1 var(--f-mono); letter-spacing: .12em; color: var(--accent); }
.st-steps h3 { font-weight: 700; font-size: 21px; letter-spacing: -.02em; margin: 10px 0 8px; }
.st-steps p { margin: 0; color: var(--muted); line-height: 1.6; font-size: 14.5px; }

/* ==========================================================================
   RÉALISATIONS
   ========================================================================== */
.st > section.st-work { background: var(--graphite); color: var(--on-dark); }
.st-work .st-cote { color: var(--on-dark-2); }
.st-work h2 { color: #fff; }
.st-work-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; flex-wrap: wrap; }
.st-work-nav { display: flex; align-items: center; gap: 10px; }
.st-drag { font: 500 11px/1 var(--f-mono); letter-spacing: .14em; text-transform: uppercase; color: var(--on-dark-2); margin-right: 10px; }
.st-work-nav button { width: 44px; height: 44px; border-radius: 50%; border: 1px solid rgba(238,237,233,.25); background: transparent; color: #fff; font-size: 18px; cursor: pointer; transition: all .3s; }
.st-work-nav button:hover { background: var(--accent); border-color: var(--accent); }
.st-film { display: flex; gap: 18px; overflow-x: auto; scroll-snap-type: x mandatory; margin-top: 48px; padding-bottom: 12px; scrollbar-width: none; cursor: grab; user-select: none; }
.st-film::-webkit-scrollbar { display: none; }
.st-film.dragging { cursor: grabbing; scroll-snap-type: none; }
.st-film figure { flex: 0 0 min(540px, 78vw); margin: 0; scroll-snap-align: start; }
.st-film img { display: block; width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: 8px; transition: transform .5s var(--ease); }
.st-film figure:hover img { transform: scale(1.02); }
.st-film figcaption { display: grid; gap: 6px; margin-top: 14px; font-weight: 600; font-size: 15.5px; color: #fff; }
.st-film figcaption span { font: 500 11px/1 var(--f-mono); letter-spacing: .14em; text-transform: uppercase; color: var(--on-dark-2); }
.st-work .st-link { margin-top: 40px; color: #fff; }

/* ==========================================================================
   AVIS CLIENTS
   ========================================================================== */
.st-reviews-grid { display: grid; grid-template-columns: 1.25fr 1fr; gap: clamp(40px, 6vw, 96px); align-items: start; }
.st-sr-title { font-stretch: 112%; font-weight: 800; font-size: clamp(34px, 4.1vw, 56px); line-height: 1.05; letter-spacing: -.03em; margin-bottom: 36px!important; }
.st-quote { margin: 0; }
.st-quote p { font-family: var(--f-display); font-weight: 500; font-size: clamp(21px, 2.1vw, 29px); line-height: 1.38; letter-spacing: -.015em; margin: 0; }
.st-quote footer { margin-top: 24px; font-weight: 600; }
.st-quote footer span { display: block; font: 500 11px/1 var(--f-mono); letter-spacing: .14em; text-transform: uppercase; color: var(--muted); margin-top: 6px; }
.st-rating { display: inline-flex; align-items: center; gap: 16px; margin-top: 36px; padding: 16px 22px; border: 1px solid var(--line); border-radius: 8px; background: var(--paper); text-decoration: none; font-size: 14px; color: var(--muted); transition: border-color .3s; }
.st-rating:hover { border-color: var(--ink); }
.st-rating b { font-family: var(--f-display); font-stretch: 112%; font-weight: 800; font-size: 42px; line-height: 1; color: var(--ink); }
.st-quotes { list-style: none; margin: 0; padding: 0; display: grid; }
.st-quotes li { padding: 26px 0; border-top: 1px solid var(--line); }
.st-quotes li:last-child { border-bottom: 1px solid var(--line); }
.st-quotes p { margin: 10px 0 12px; font-size: 15.5px; line-height: 1.65; color: var(--ink-2); }
.st-quotes b { font-size: 14px; }

/* ==========================================================================
   ZONES
   ========================================================================== */
.st > section.st-zones { background: var(--panel); }
.st-zones-head { display: grid; grid-template-columns: minmax(300px, 1fr) 1.2fr; gap: 32px; align-items: end; margin-bottom: 48px; }
.st-towns { columns: 4; column-gap: 24px; }
.st-towns a { display: flex; justify-content: space-between; padding: 10px 0; border-bottom: 1px solid var(--line); font-size: 14px; text-decoration: none; color: var(--ink); transition: color .2s, padding .2s; }
.st-towns a::after { content: "→"; color: var(--line-strong); transition: all .2s; }
.st-towns a:hover { color: var(--accent); padding-left: 4px; }
.st-towns a:hover::after { color: var(--accent); transform: translateX(3px); }

/* ==========================================================================
   FAQ
   ========================================================================== */
.st-callcard { display: grid; gap: 6px; margin-top: 36px; padding: 24px 26px; background: var(--graphite); color: #fff; text-decoration: none; border-radius: 8px; max-width: 340px; transition: transform .3s var(--ease); }
.st-callcard:hover { transform: translateY(-2px); }
.st-callcard span { font: 500 11px/1 var(--f-mono); letter-spacing: .14em; text-transform: uppercase; color: var(--on-dark-2); }
.st-callcard b { font-family: var(--f-display); font-stretch: 112%; font-weight: 800; font-size: 28px; letter-spacing: -.02em; color: #fff!important; }
.st-callcard em { font-style: normal; font-size: 13.5px; color: rgba(255, 255, 255, 0.85)!important; }
.st-faq-list { border-bottom: 1px solid var(--line); }
.st-faq details { border-top: 1px solid var(--line); }
.st-faq summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 24px 0; font-family: var(--f-display); font-weight: 600; font-size: clamp(18px, 1.6vw, 22px); letter-spacing: -.015em; }
.st-faq summary::-webkit-details-marker { display: none; }
.st-faq summary span { position: relative; flex: none; width: 18px; height: 18px; }
.st-faq summary span::before, .st-faq summary span::after { content: ""; position: absolute; left: 0; top: 50%; width: 18px; height: 1.5px; background: var(--ink); transition: transform .3s var(--ease); }
.st-faq summary span::after { transform: rotate(90deg); }
.st-faq details[open] summary span::after { transform: rotate(0); }
.st-faq details[open] summary { color: var(--accent); }
.st-faq details p { margin: 0 0 24px; max-width: 62ch; font-size: 16px; line-height: 1.68; color: var(--muted); }

/* ==========================================================================
   DEVIS GRATUIT
   ========================================================================== */
.st > section.st-quote-sec { background: var(--graphite); color: var(--on-dark); }
.st-quote-grid { display: grid; grid-template-columns: .9fr 1.2fr; gap: clamp(40px, 6vw, 96px); align-items: start; }
.st-quote-copy .st-cote { color: var(--on-dark-2); }
.st-quote-copy h2 { font-stretch: 112%; font-weight: 800; font-size: clamp(38px, 4.6vw, 64px); line-height: 1.02; letter-spacing: -.035em; color: #fff; }
.st-quote-copy > p { margin: 20px 0 0; font-size: 17.5px; color: var(--on-dark-2); }
.st-contact { list-style: none; margin: 40px 0 0; padding: 0; }
.st-contact li { display: grid; grid-template-columns: 120px 1fr; gap: 16px; padding: 16px 0; border-top: 1px solid rgba(238,237,233,.12); font-size: 15.5px; }
.st-contact li:last-child { border-bottom: 1px solid rgba(238,237,233,.12); }
.st-contact span { font: 600 11px/1.6 var(--f-mono); letter-spacing: .14em; text-transform: uppercase; color: var(--on-dark-2); }
.st-contact a { text-decoration: none; color: #fff; }
.st-contact a:hover { text-decoration: underline; color: var(--accent); }
.st-badges { list-style: none; display: flex; flex-wrap: wrap; gap: 8px; margin: 28px 0 0; padding: 0; }
.st-badges li { padding: 8px 14px; border: 1px solid rgba(238,237,233,.2); border-radius: 999px; font-size: 13px; color: var(--on-dark); }

.st-form { background: var(--paper); color: var(--ink); border-radius: 12px; padding: clamp(24px, 3.5vw, 44px); display: grid; gap: 18px; box-shadow: 0 40px 90px -30px rgba(0,0,0,.65); }
.st-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.st-form label { display: grid; gap: 7px; }
.st-form label > span { font: 600 10.5px/1 var(--f-mono); letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }
.st-form input, .st-form select, .st-form textarea {
  width: 100%; min-height: 48px; padding: 12px 14px; border: 1px solid var(--line-strong); border-radius: 8px; background: #fff; font: 400 15px/1.4 var(--f-body); color: var(--ink); transition: border-color .2s, box-shadow .2s;
}
.st-form textarea { min-height: 100px; resize: vertical; }
.st-form input:focus, .st-form select:focus, .st-form textarea:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px var(--accent-muted); }
.st-form .st-btn { width: 100%; min-height: 54px; font-size: 16px; margin-top: 4px; }
.st-form small { font-size: 12px; color: var(--muted); }
.st-form .honeypot { position: absolute!important; left: -9999px; width: 1px; height: 1px; opacity: 0; }

/* ==========================================================================
   CONSEILS & BLOG
   ========================================================================== */
.st-blog-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; flex-wrap: wrap; }
.st-posts { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 28px; margin-top: 52px; }
.st-post { display: flex; flex-direction: column; gap: 14px; text-decoration: none; }
.st-post-img { display: block; overflow: hidden; border-radius: 8px; aspect-ratio: 4/3; background: var(--panel); }
.st-post-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.st-post:hover .st-post-img img { transform: scale(1.04); }
.st-post strong { font-family: var(--f-display); font-weight: 700; font-size: 20px; line-height: 1.25; letter-spacing: -.015em; }
.st-post-more { font-weight: 600; font-size: 14px; color: var(--accent); }

/* ==========================================================================
   MODAL « ÊTRE RAPPELÉ » (TC-MODAL)
   ========================================================================== */
.tc-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  visibility: hidden;
  opacity: 0;
  transition: opacity .3s var(--ease), visibility .3s;
}
.tc-modal.is-open {
  visibility: visible;
  opacity: 1;
}
.tc-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(17, 17, 17, 0.72);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.tc-modal-dialog {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 500px;
  max-height: 90vh;
  overflow-y: auto;
  background: #ffffff;
  border-radius: 16px;
  padding: clamp(24px, 5vw, 36px);
  box-shadow: 0 40px 100px -20px rgba(0, 0, 0, 0.45);
  transform: scale(0.94) translateY(12px);
  transition: transform .35s var(--ease);
}
.tc-modal.is-open .tc-modal-dialog {
  transform: scale(1) translateY(0);
}
.tc-modal-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: #f7f7f6;
  color: var(--ink);
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: all .2s;
}
.tc-modal-close:hover {
  background: var(--ink);
  color: #fff;
  border-color: var(--ink);
}
.tc-modal-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 5px 12px;
  border-radius: 999px;
  background: rgba(227, 6, 19, 0.08);
  color: var(--accent);
  font: 600 11px/1 var(--f-mono);
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.tc-modal-title {
  font-stretch: 112%;
  font-weight: 800;
  font-size: clamp(22px, 3.5vw, 26px);
  line-height: 1.15;
  letter-spacing: -.025em;
  color: var(--ink);
  margin: 0 0 8px;
}
.tc-modal-subtitle {
  font-size: 14.5px;
  line-height: 1.5;
  color: var(--muted);
  margin: 0 0 22px;
}
.tc-modal-form { display: grid; gap: 14px; }
.tc-form-group { display: grid; gap: 6px; }
.tc-form-group label { font: 600 11px/1 var(--f-mono); letter-spacing: .12em; text-transform: uppercase; color: var(--ink-2); }
.tc-form-group label .req { color: var(--accent); }
.tc-form-group input, .tc-form-group select {
  width: 100%;
  min-height: 46px;
  padding: 10px 14px;
  border: 1.5px solid var(--line-strong);
  border-radius: 8px;
  background: #fff;
  font: 400 15px/1.4 var(--f-body);
  color: var(--ink);
  transition: border-color .2s, box-shadow .2s;
}
.tc-form-group input:focus, .tc-form-group select:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 3px var(--accent-muted);
}
.tc-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.tc-modal-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  border: none;
  border-radius: 8px;
  background: var(--accent);
  color: #fff;
  font-weight: 600;
  font-size: 15.5px;
  cursor: pointer;
  margin-top: 4px;
  transition: background .2s, transform .2s;
  box-shadow: 0 4px 14px rgba(227, 6, 19, 0.3);
}
.tc-modal-submit:hover {
  background: var(--accent-hover);
  transform: translateY(-1px);
}
.tc-modal-feedback {
  padding: 14px;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}
.tc-modal-feedback.success {
  background: #ecfdf5;
  border: 1px solid #10b981;
  color: #065f46;
}
.tc-modal-feedback.error {
  background: #fef2f2;
  border: 1px solid #ef4444;
  color: #991b1b;
}
.tc-modal-direct {
  margin-top: 8px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-size: 13px;
  color: var(--muted);
}
.tc-direct-call {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 700;
  color: var(--accent);
  text-decoration: none;
}
.tc-direct-call:hover { text-decoration: underline; }

/* Bouton flottant mobile « Être rappelé » */
.tc-floating-callback {
  position: fixed;
  bottom: 24px;
  left: 20px;
  z-index: 998;
  display: none;
  align-items: center;
  gap: 8px;
  padding: 12px 18px 12px 14px;
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
  border: 1.5px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 8px 24px rgba(0,0,0,0.3);
  font: 600 13px/1 var(--f-body);
  cursor: pointer;
  transition: transform .2s, background .2s;
}
.tc-floating-icon {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--accent);
  color: #fff;
}
@media (max-width: 820px) {
  .tc-floating-callback { display: inline-flex; }
}

/* Bouton header « Être rappelé » */
.callback-header-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 9px 16px;
  border-radius: 999px;
  background: #fdecec;
  color: var(--accent);
  border: 1px solid rgba(227, 6, 19, 0.2);
  font-family: var(--f-body);
  font-weight: 600;
  font-size: 13.5px;
  cursor: pointer;
  transition: all .2s;
}
.callback-header-btn:hover {
  background: var(--accent);
  color: #fff;
  border-color: var(--accent);
}
@media (max-width: 820px) {
  .callback-header-btn { display: none!important; }
}

/* ==========================================================================
   RESPONSIVE DESKTOP & TABLETTES
   ========================================================================== */
@media (max-width: 1100px) {
  .st-proof ul { grid-template-columns: repeat(3, 1fr); }
  .st-proof li:nth-child(4) { border-left: 0; padding-left: 0; }
  .st-split, .st-reviews-grid, .st-quote-grid { grid-template-columns: 1fr; }
  .st-sticky { position: static; }
  .st-posts { grid-template-columns: 1fr 1fr; }
  .st-steps ol { grid-template-columns: 1fr 1fr; row-gap: 44px; }
  .st-steps-line { display: none; }
  .st-card { width: min(380px, 44vw); }
  .st-lead { display: none; }
  .st-towns { columns: 3; }
}

@media (max-width: 820px) {
  /* Espacement global des sections plus compact et fluide */
  .st > section:not(.st-hero):not(.st-mobile-hero) {
    padding: 48px 0!important;
  }
  .st-head h2 {
    font-size: clamp(26px, 7vw, 36px)!important;
    line-height: 1.12!important;
  }
  .st-head p {
    font-size: 15px!important;
    line-height: 1.6!important;
  }

  /* 01. Chiffres clés en grille 2x2 propre avec dernière ligne pleine */
  .st-proof ul {
    grid-template-columns: repeat(2, 1fr)!important;
    gap: 20px 16px!important;
    padding: 28px var(--gutter)!important;
  }
  .st-proof li {
    border-left: none!important;
    padding-left: 0!important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1)!important;
    padding-bottom: 14px!important;
  }
  .st-proof li:last-child {
    grid-column: span 2!important;
    border-bottom: none!important;
    padding-bottom: 0!important;
  }
  .st-proof strong {
    font-size: clamp(32px, 8vw, 42px)!important;
  }
  .st-proof span {
    font-size: 13px!important;
  }

  /* 02. Services : disposition en colonne avec index aéré */
  .st-split {
    grid-template-columns: 1fr!important;
    gap: 32px!important;
  }
  .st-index a {
    grid-template-columns: 32px 1fr 28px!important;
    gap: 12px!important;
    padding: 16px 0!important;
  }
  .st-index-n {
    font-size: 12px!important;
  }
  .st-index h3 {
    font-size: 18px!important;
    margin: 0 0 6px!important;
  }
  .st-index p {
    font-size: 14px!important;
    line-height: 1.5!important;
  }
  .st-index-arrow {
    width: 28px!important;
    height: 28px!important;
    font-size: 13px!important;
  }

  /* 03. Méthode : frise chronologique verticale fluide */
  .st-steps {
    margin-top: 32px!important;
    padding-left: 6px!important;
  }
  .st-steps-line {
    display: none!important;
  }
  .st-steps ol {
    display: flex!important;
    flex-direction: column!important;
    gap: 28px!important;
    position: relative!important;
    padding-left: 32px!important;
  }
  .st-steps ol::before {
    content: ""!important;
    position: absolute!important;
    left: 7px!important;
    top: 6px!important;
    bottom: 24px!important;
    width: 2px!important;
    background: var(--line, #e2e8f0)!important;
  }
  .st-steps li {
    position: relative!important;
  }
  .st-steps .st-dot {
    position: absolute!important;
    left: -32px!important;
    top: 2px!important;
    margin-bottom: 0!important;
    width: 16px!important;
    height: 16px!important;
    border-radius: 50%!important;
    background: #ffffff!important;
    border: 2.5px solid var(--accent, #e30613)!important;
    box-shadow: 0 0 0 4px rgba(227, 6, 19, 0.12)!important;
  }
  .st-step-n {
    display: inline-block!important;
    margin-bottom: 4px!important;
  }
  .st-steps h3 {
    font-size: 18px!important;
    margin: 4px 0 6px!important;
  }
  .st-steps p {
    font-size: 14px!important;
    line-height: 1.55!important;
  }

  /* 04. Réalisations : carrousel mobile au doigt */
  .st-work-head {
    flex-direction: column!important;
    align-items: flex-start!important;
    gap: 14px!important;
  }
  .st-work-nav {
    display: none!important;
  }
  .st-film {
    margin-top: 24px!important;
    gap: 14px!important;
  }
  .st-film figure {
    flex: 0 0 86vw!important;
  }

  /* 05. Avis clients : lecture calme */
  .st-reviews-grid {
    grid-template-columns: 1fr!important;
    gap: 32px!important;
  }
  .st-sr-title {
    font-size: clamp(26px, 7vw, 36px)!important;
    margin-bottom: 20px!important;
  }
  .st-quote p {
    font-size: clamp(17px, 4.5vw, 20px)!important;
    line-height: 1.45!important;
  }
  .st-rating {
    margin-top: 20px!important;
    padding: 14px 18px!important;
    width: 100%!important;
    box-sizing: border-box!important;
  }
  .st-rating b {
    font-size: 32px!important;
  }
  .st-quotes li {
    padding: 20px 0!important;
  }
  .st-quotes p {
    font-size: 14.5px!important;
  }

  /* 06. Proximité / Communes : en-tête en colonne pour éviter l'écrasement */
  .st-zones-head {
    display: flex!important;
    flex-direction: column!important;
    align-items: flex-start!important;
    gap: 14px!important;
    margin-bottom: 28px!important;
  }
  .st-zones-head p {
    font-size: 14.5px!important;
    line-height: 1.6!important;
    margin: 0!important;
  }
  .st-towns {
    columns: auto!important;
    display: grid!important;
    grid-template-columns: 1fr 1fr!important;
    gap: 0 20px!important;
  }
  .st-towns a {
    padding: 10px 0!important;
    font-size: 13.5px!important;
    display: flex!important;
    justify-content: space-between!important;
    align-items: center!important;
    border-bottom: 1px solid var(--line)!important;
    white-space: nowrap!important;
    overflow: hidden!important;
    text-overflow: ellipsis!important;
  }

  /* 07. FAQ : callcard 100% largeur avec texte net */
  .st-callcard {
    max-width: 100%!important;
    margin: 20px 0 28px!important;
    padding: 20px 22px!important;
    box-sizing: border-box!important;
  }
  .st-callcard b {
    font-size: 24px!important;
    color: #ffffff!important;
  }
  .st-faq summary {
    font-size: 17px!important;
    padding: 18px 0!important;
    gap: 16px!important;
  }
  .st-faq details p {
    font-size: 14.5px!important;
    line-height: 1.6!important;
    margin: 0 0 18px!important;
  }

  /* 08. Devis gratuit */
  .st-quote-grid {
    grid-template-columns: 1fr!important;
    gap: 32px!important;
  }
  .st-quote-copy h2 {
    font-size: clamp(26px, 7vw, 36px)!important;
    line-height: 1.1!important;
  }
  .st-contact li {
    grid-template-columns: 1fr!important;
    gap: 4px!important;
  }
  .st-badges {
    flex-direction: column!important;
    gap: 8px!important;
  }
  .st-form {
    padding: 22px 18px!important;
    border-radius: 12px!important;
    margin-top: 8px!important;
  }
  .st-row {
    grid-template-columns: 1fr!important;
    gap: 12px!important;
  }
  .tc-form-row {
    grid-template-columns: 1fr!important;
  }

  /* 09. Blog / Conseils */
  .st-posts {
    grid-template-columns: 1fr!important;
    gap: 24px!important;
    margin-top: 28px!important;
  }

  /* Boutons d'action flottants & dégagement pied de page */
  .tc-floating-callback {
    bottom: calc(18px + env(safe-area-inset-bottom, 0px))!important;
    left: 14px!important;
    padding: 9px 14px 9px 10px!important;
    font-size: 12.5px!important;
    box-shadow: 0 6px 20px rgba(0,0,0,0.35)!important;
  }
  .tc-floating-icon {
    width: 24px!important;
    height: 24px!important;
  }
  .tc-floating-icon svg {
    width: 12px!important;
    height: 12px!important;
  }
  .whatsapp-fab {
    bottom: calc(18px + env(safe-area-inset-bottom, 0px))!important;
    right: 14px!important;
    width: 44px!important;
    height: 44px!important;
  }
  .site-footer {
    padding-bottom: calc(90px + env(safe-area-inset-bottom, 0px))!important;
  }
}

@media (max-width: 480px) {
  .st-towns {
    grid-template-columns: 1fr!important;
    gap: 0!important;
  }
  .st-towns a {
    padding: 11px 4px!important;
    font-size: 14.5px!important;
  }
}

/* Mouvement réduit */
@media (prefers-reduced-motion: reduce) {
  .st *, .st *::before, .st *::after { animation: none!important; transition: none!important; }
  .st-reveal .st-head > *, .st-reveal .st-index li, .st-reveal .st-steps li, .st-reveal .st-film figure, .st-reveal .st-quote, .st-reveal .st-quotes li, .st-reveal .st-towns, .st-reveal details, .st-reveal .st-post, .st-reveal .st-rating { opacity: 1; transform: none; }
  .st-cote path { stroke-dashoffset: 0; }
  .st-cote span { opacity: 1; transform: none; }
  .st-steps-line path { stroke-dashoffset: 0; }
}
body.paused *, body.paused *::before, body.paused *::after { animation-play-state: paused!important; }
