/* ============================================================
   TEMPLATE-7 — feuille de style de la coquille.
   Idiome releve sur swiftrooter.framer.website :
     cadre de 1320 a 60 du bord · fond clair de bout en bout ·
     surfaces de carte en gris tres pale · coins HAUTS arrondis
     seuls · aucune bordure de design, le contour est un anneau
     interieur d un pixel · graisse maximale 600 · la marque est
     TOUJOURS servie en degrade vertical · grille de chantiers
     qui penche · disque median du parcours descendu.
   Huit variables de couleur, aucune autre. Aucun hexadecimal.
   ============================================================ */

:root {
  --cadre: 1320px;
  --marge: 60px;
  --r-carte: 24px;
  --r-vue: 20px;
  --r-doux: 16px;
  --r-pilule: 1036px;
  --pas: 96px;
  --anneau: inset 0 0 0 1px color-mix(in srgb, var(--texte) 10%, transparent);
  --anneau-clair: inset 0 0 0 1px color-mix(in srgb, var(--sur-marque) 22%, transparent);
  --halo: 0 18px 44px color-mix(in srgb, var(--texte) 8%, transparent);
  --degrade: linear-gradient(180deg, color-mix(in srgb, var(--marque) 84%, var(--sur-marque)) 0%, var(--marque) 100%);
}

*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: auto; }

body {
  margin: 0;
  background: var(--fond);
  color: var(--texte);
  font-family: Inter, system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  overflow-x: hidden;
}

img, svg, video { max-width: 100%; }
a { color: inherit; }
button { font: inherit; color: inherit; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: 600;               /* graisse maximale de la fiche source */
  letter-spacing: -0.02em;
  line-height: 1.2;
}

p { margin: 0; }
ul, ol, dl, dd { margin: 0; padding: 0; }
li { list-style: none; }

/* ---------- cadre ---------- */
.sw-cad {
  width: 100%;
  max-width: calc(var(--cadre) + var(--marge) * 2);
  margin: 0 auto;
  padding: 0 var(--marge);
  min-width: 0;
}

.sw-aire { padding: var(--pas) 0; }
.sw-aire--marques { padding: 44px 0; }
.sw-aire--hero { padding: 0; }
.sw-aire--chiffres { padding: 32px 0; }

/* ---------- atomes de texte ---------- */
.sw-ent { font-size: clamp(28px, 3.2vw, 38px); }
.sw-h1 { font-size: clamp(34px, 5vw, 58px); line-height: 1.2; font-weight: 600; margin: 0; }
.sw-ac { color: var(--marque); }
.sw-p { color: var(--texte-doux); margin: 0 0 14px; }
.sw-p:last-child { margin-bottom: 0; }
.sw-p--fort { color: var(--texte); font-size: 18px; }
.sw-amorce { color: var(--texte-doux); max-width: 62ch; margin: 14px 0 0; }
.sw-meta { color: var(--texte-doux); font-size: 13px; letter-spacing: 0.02em; }
.sw-mention { color: var(--texte-doux); font-size: 13px; margin-top: 18px; }

/* eyebrow : une pilule pale precedee d un point plein */
.sw-sur {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 16px;
  padding: 7px 16px;
  border-radius: var(--r-pilule);
  background: var(--fond-2);
  box-shadow: var(--anneau);
  color: var(--texte);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.sw-sur i { width: 7px; height: 7px; border-radius: 50%; background: var(--marque); }
.sw-sur--clair {
  background: color-mix(in srgb, var(--sur-marque) 16%, transparent);
  box-shadow: var(--anneau-clair);
  color: var(--sur-marque);
}
.sw-sur--clair i { background: var(--sur-marque); }

/* reperes coches */
.sw-puces { display: grid; gap: 10px; margin: 16px 0 0; }
.sw-puces li { display: flex; align-items: flex-start; gap: 10px; color: var(--texte-doux); min-width: 0; }
.sw-cch { flex: none; margin-top: 4px; color: var(--marque); }
.sw-jetons { display: flex; flex-wrap: wrap; gap: 8px; margin: 16px 0 0; }
.sw-jetons span {
  padding: 6px 14px;
  border-radius: var(--r-pilule);
  background: var(--fond-2);
  box-shadow: var(--anneau);
  font-size: 13px;
  color: var(--texte-doux);
}

/* ---------- boutons ---------- */
.sw-act { display: flex; flex-wrap: wrap; gap: 12px; margin: 26px 0 0; }
.sw-act--c { justify-content: center; }

.sw-bt {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  padding: 11px 26px;
  border: 0;
  border-radius: var(--r-pilule);
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease;
}
.sw-bt--marque { background: var(--degrade); color: var(--sur-marque); box-shadow: 0 6px 18px color-mix(in srgb, var(--marque) 32%, transparent); }
.sw-bt--clair { background: var(--fond); color: var(--texte); box-shadow: var(--anneau); }
.sw-bt--large { width: 100%; }
.sw-bt:hover { transform: translateY(-2px); }
.sw-bt:focus-visible { outline: 2px solid var(--marque); outline-offset: 3px; }

/* lien texte a fleche */
.sw-txlien {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 14px;
  color: var(--marque);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}
.sw-txlien .sw-srt { transition: transform .18s ease; }
.sw-txlien:hover .sw-srt { transform: translateX(3px); }

/* ---------- vues ---------- */
.sw-img { display: block; width: 100%; height: 100%; object-fit: cover; }
.sw-img--nue {
  display: grid;
  place-items: center;
  min-height: 160px;
  background: var(--fond-2);
  color: color-mix(in srgb, var(--texte) 26%, transparent);
}
.sw-img--nue b { font-size: 42px; font-weight: 600; }

/* ---------- tetes de section ---------- */
.sw-chap { margin: 0 0 46px; }
.sw-chap--c { text-align: center; }
.sw-chap--c .sw-chap__mot { margin: 0 auto; max-width: 760px; }
.sw-chap--g .sw-chap__mot { max-width: 640px; }
.sw-mot--c { max-width: 720px; margin: -24px auto 40px; text-align: center; }

/* ---------- grilles ---------- */
.sw-grille { display: flex; flex-wrap: wrap; gap: 24px; }
.sw-grille > * { flex: 1 1 300px; min-width: 0; }

/* ============================================================
   HEADER — nav CENTREE, barre collante sur fond de page.
   L ordre du DOM est logo / burger / nav / appel (exigence des
   commandes tactiles) ; l ordre visuel est remis par order.
   ============================================================ */
.sw-tete {
  position: sticky; top: 0; z-index: 60;
  background: var(--fond);
  box-shadow: 0 1px 0 color-mix(in srgb, var(--texte) 8%, transparent);
}
.sw-tete__in {
  display: flex; align-items: center; gap: 20px;
  min-height: 84px;
}
.sw-logo {
  order: 1; flex: 0 0 auto;
  font-size: 21px; font-weight: 600; letter-spacing: -0.03em;
  color: var(--texte); text-decoration: none;
}
.sw-logo::after {
  content: ''; display: inline-block; vertical-align: 2px;
  width: 7px; height: 7px; margin-left: 5px; border-radius: 50%;
  background: var(--degrade);
}
.sw-tete__act { order: 4; flex: 0 0 auto; margin: 0 0 0 auto; }
.sw-etroit {
  order: 5; display: none; flex: 0 0 auto;
  width: 44px; height: 44px; padding: 0;
  border: 0; border-radius: 14px 14px 0 0;
  background: var(--fond-2); box-shadow: var(--anneau);
  cursor: pointer;
  position: relative;
}
.sw-etroit i {
  position: absolute; left: 13px; width: 18px; height: 2px;
  border-radius: 2px; background: var(--texte);
  transition: transform .2s ease, opacity .2s ease;
}
.sw-etroit i:first-child { top: 17px; }
.sw-etroit i:last-child { top: 25px; }
.sw-tete.est-ouvert .sw-etroit i:first-child { transform: translateY(4px) rotate(45deg); }
.sw-tete.est-ouvert .sw-etroit i:last-child { transform: translateY(-4px) rotate(-45deg); }

.sw-nav { order: 2; flex: 1 1 auto; min-width: 0; }
.sw-nav__l {
  display: flex; align-items: center; justify-content: center;
  gap: 4px; margin: 0; padding: 0; list-style: none; flex-wrap: wrap;
}
.sw-nav__e { position: relative; }
.sw-nav__a {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 10px 14px; border-radius: var(--r-pilule);
  color: var(--texte); text-decoration: none;
  font-size: 15px; font-weight: 500;
  transition: background .18s ease, color .18s ease;
}
.sw-nav__a:hover, .sw-nav__e.est-ouvert > .sw-nav__a { background: var(--fond-2); }
.sw-bas { flex: 0 0 auto; transition: transform .2s ease; }
.sw-nav__e.est-ouvert > .sw-nav__a .sw-bas--nav { transform: rotate(180deg); }

/* ---------- volets ---------- */
.sw-vol {
  position: absolute; top: calc(100% - 1px); left: 50%; z-index: 40;
  width: 720px; max-width: calc(100vw - 48px);
  padding-top: 12px;                         /* pont de survol, jamais de trou */
  opacity: 0; visibility: hidden;
  transform: translateX(-50%) translateY(6px);
  transition: opacity .18s ease, transform .18s ease, visibility .18s;
}
.sw-nav__e.est-ouvert > .sw-vol {
  opacity: 1; visibility: visible;
  transform: translateX(-50%) translateY(0);
}
.sw-vol__in {
  display: flex; gap: 26px; align-items: stretch;
  padding: 24px;
  border-radius: var(--r-carte);
  background: var(--fond);
  box-shadow: var(--anneau), var(--halo);
  position: relative;
}
.sw-vol__in::before {
  content: ''; position: absolute; inset: 0 auto auto 0;
  width: 100%; height: 3px;
  border-radius: var(--r-carte) var(--r-carte) 0 0;
  background: var(--degrade);
}
.sw-vol__cols { flex: 1 1 auto; display: flex; flex-wrap: wrap; gap: 22px; min-width: 0; }
.sw-vol__gr { flex: 1 1 200px; min-width: 0; }
.sw-vol__gt {
  margin: 0 0 10px; font-size: 12px; font-weight: 600;
  letter-spacing: .1em; text-transform: uppercase; color: var(--texte-doux);
}
.sw-vol__l { margin: 0; padding: 0; list-style: none; display: grid; gap: 2px; }
.sw-vol__l a {
  display: block; padding: 9px 12px; border-radius: 12px;
  text-decoration: none; color: var(--texte);
  transition: background .16s ease;
}
.sw-vol__l a:hover { background: var(--fond-2); }
.sw-vol__l strong { display: block; font-size: 15px; font-weight: 500; }
.sw-vol__l span { display: block; margin-top: 2px; font-size: 13px; color: var(--texte-doux); }
.sw-vol__vit {
  flex: 0 0 236px; min-width: 0;
  display: flex; flex-direction: column; gap: 12px;
  padding: 14px; border-radius: var(--r-vue);
  background: var(--fond-2);
}
.sw-vol__cadre {
  height: 140px; overflow: hidden;
  border-radius: 18px 18px 0 0;               /* coins hauts seuls */
  background: var(--fond);
}
.sw-vol__leg { display: grid; gap: 5px; }
.sw-vol__oeil {
  font-size: 11px; font-weight: 600; letter-spacing: .1em;
  text-transform: uppercase; color: var(--texte-doux);
}
.sw-vol__leg strong { font-size: 15px; font-weight: 600; }
.sw-vol__pr { font-size: 13px; color: var(--texte-doux); }

@media (max-width: 1000px) {
  .sw-etroit { display: block; order: 2; margin-left: auto; }
  .sw-tete__act { order: 3; margin-left: 0; gap: 8px; }
  .sw-tete__act .sw-bt { padding: 9px 16px; font-size: 13px; }
  .sw-nav {
    order: 6; flex: 1 0 100%;
    display: none; padding: 6px 0 20px;
  }
  .sw-tete.est-ouvert .sw-nav { display: block; }
  .sw-nav__l { flex-direction: column; align-items: stretch; gap: 2px; }
  .sw-nav__a { justify-content: space-between; padding: 13px 14px; }
  .sw-vol {
    position: static; width: auto; max-width: none;
    padding-top: 8px; transform: none;
    display: none;
  }
  .sw-nav__e.est-ouvert > .sw-vol { display: block; opacity: 1; visibility: visible; transform: none; }
  .sw-vol__in { flex-direction: column; padding: 16px; box-shadow: var(--anneau); }
  .sw-vol__vit { flex: 1 1 auto; }
}

/* F1 — l entete du modele flotte SUR la scene d accueil, en clair, sans
   fond : notre entete opaque et collant mangeait la premiere rangee que
   la reference donne a la matiere (releve : 49 % d ecart). L entete
   sort du flux UNIQUEMENT quand le hero le suit directement — donc sur
   l accueil seul, jamais sur une page interieure ou le fil d ariane
   garde sa place (`main > [data-role="hero"]:first-child`). Borne au
   palier desktop : sous 1000px le menu se deroule A PLAT dans le flux
   de l entete, et un entete transparent hors-flux y peindrait le fond
   clair du volet droit sur l encre blanche du hero (piege deja
   rencontre sur une coquille soeur, cf. FIXCOQUILLE.md R4b). */
@media (min-width: 1001px) {
  .sw-tete:has(+ main > [data-role="hero"]:first-child) {
    position: absolute; inset: 0 0 auto; width: 100%;
    background: transparent; box-shadow: none;
  }
  .sw-tete:has(+ main > [data-role="hero"]:first-child) .sw-logo,
  .sw-tete:has(+ main > [data-role="hero"]:first-child) .sw-nav__a {
    color: var(--sur-marque);
  }
  .sw-tete:has(+ main > [data-role="hero"]:first-child) .sw-nav__a:hover,
  .sw-tete:has(+ main > [data-role="hero"]:first-child) .sw-nav__e.est-ouvert > .sw-nav__a {
    background: color-mix(in srgb, var(--sur-marque) 22%, transparent);
  }
}

/* ============================================================
   HERO — vue plein cadre, voile montant, propos CENTRE, puis un
   bandeau d atouts qui chevauche le bas de la vue.
   ============================================================ */
.sw-hero__scene {
  position: relative;
  min-height: 620px;
  display: grid; align-items: center;
  overflow: hidden;
  border-radius: 0 0 var(--r-carte) var(--r-carte);
}
.sw-hero__vu { position: absolute; inset: 0; width: 100%; height: 100%; }
.sw-hero__voile {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--texte) 46%, transparent) 0%,
      color-mix(in srgb, var(--texte) 20%, transparent) 42%,
      color-mix(in srgb, var(--texte) 72%, transparent) 100%);
}
.sw-hero__mot {
  position: relative; z-index: 2;
  padding-top: 120px; padding-bottom: 150px;
  text-align: center; color: var(--sur-marque);
}
.sw-hero__mot .sw-h1, .sw-hero__mot .sw-ac { color: inherit; }
.sw-hero__sous {
  max-width: 640px; margin: 18px auto 0;
  font-size: 17px; line-height: 1.65;
  color: color-mix(in srgb, var(--sur-marque) 84%, transparent);
}
.sw-sur--clair {
  background: color-mix(in srgb, var(--sur-marque) 16%, transparent);
  color: var(--sur-marque);
  box-shadow: var(--anneau-clair);
}
.sw-act--c { justify-content: center; }
.sw-hero__pil {
  position: absolute; left: 50%; bottom: 26px; transform: translateX(-50%);
  margin: 0; padding: 8px 18px; border-radius: var(--r-pilule);
  background: color-mix(in srgb, var(--sur-marque) 14%, transparent);
  box-shadow: var(--anneau-clair);
  color: var(--sur-marque); font-size: 13px; z-index: 2;
}
.sw-hero__at {
  --pistes: 4;
  display: grid; grid-template-columns: repeat(var(--pistes), minmax(0,1fr)); gap: 20px;
  margin-top: -74px; position: relative; z-index: 3;
}
.sw-hero__at:has(> :nth-child(2)):not(:has(> :nth-child(3))) { --pistes: 2; }
/* F1 — sur l accueil, le modele occupe la fenetre entiere (min(900px,
   100svh)) et son propos vit en haut du cadre, jamais centre dans une
   scene agrandie : sinon le bandeau d atouts qui chevauche le bas de
   la scene mord la derniere rangee mesuree. Borne a `main > [data-
   role="hero"]:first-child` — le meme sw-hero__scene sert aussi de
   petite affiche sur les pages interieures (derriere le fil d ariane,
   donc jamais :first-child), qui doit garder sa propre hauteur R5a et
   ne pas s ouvrir sur une fenetre pleine (FIXCOQUILLE.md, piege n5).
   Placee APRES la regle de base de meme specificite pour la faire
   gagner en cascade ; bornee au meme palier que le bandeau lui-meme
   passe a 3 puis 2 colonnes (1080px), pour ne pas entrer en collision
   avec ces reglages tablette plus bas. */
@media (min-width: 1081px) {
  main > [data-role="hero"]:first-child .sw-hero__scene {
    min-height: min(900px, 100svh); align-items: start;
  }
}
.sw-at {
  flex: 1 1 260px; min-width: 0;
  transform: translateY(var(--dec, 0px));     /* file en escalier */
  padding: 26px 24px 24px;
  border-radius: var(--r-carte) var(--r-carte) 0 0;
  background: var(--fond);
  box-shadow: var(--anneau), var(--halo);
  position: relative;
}
.sw-at::after {
  content: ''; position: absolute; left: 24px; right: 24px; bottom: 0;
  height: 2px; background: var(--fond-2);
}
.sw-at__ic {
  display: inline-grid; place-items: center;
  width: 46px; height: 46px; margin-bottom: 14px;
  border-radius: 16px 16px 0 0;
  background: var(--degrade); color: var(--sur-marque);
  font-size: 15px; font-weight: 600;
}
.sw-at__t { font-size: 19px; margin-bottom: 8px; }

/* ============================================================
   MARQUES — rail defilant a file doublee, bords estompes par un
   masque de fondu horizontal.
   ============================================================ */
.sw-rail__t {
  margin: 0 0 22px; text-align: center;
  font-size: 13px; font-weight: 600; letter-spacing: .12em;
  text-transform: uppercase; color: var(--texte-doux);
}
.sw-rail {
  display: flex; gap: 56px; align-items: center;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0, rgb(0, 0, 0) 12%, rgb(0, 0, 0) 88%, rgba(0, 0, 0, 0) 100%);
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0, rgb(0, 0, 0) 12%, rgb(0, 0, 0) 88%, rgba(0, 0, 0, 0) 100%);
}
.sw-rail__f {
  display: flex; align-items: center; gap: 56px;
  margin: 0; padding: 0; list-style: none;
  flex: 0 0 auto;
  animation: sw-defile 34s linear infinite;
}
.sw-rail__f li {
  white-space: nowrap;
  font-size: 19px; font-weight: 600; letter-spacing: -0.01em;
  color: color-mix(in srgb, var(--texte) 52%, transparent);
}
@keyframes sw-defile { from { transform: translateX(0); } to { transform: translateX(calc(-100% - 56px)); } }
@media (prefers-reduced-motion: reduce) { .sw-rail__f { animation: none; } }

/* ============================================================
   SERVICES / SECTEURS — carte a coins hauts arrondis, mot en
   haut, vue en bas : la vue ne surmonte jamais le texte.
   ============================================================ */
.sw-grille--srv, .sw-grille--sec { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); }
.sw-crt {
  display: flex; flex-direction: column;
  border-radius: var(--r-carte) var(--r-carte) 0 0;
  background: var(--fond-2);
  box-shadow: var(--anneau);
  overflow: hidden;
  position: relative;
}
.sw-crt::before {
  content: ''; position: absolute; top: 0; left: 0; z-index: 2;
  width: 64px; height: 4px; border-radius: 0 0 4px 0;
  background: var(--degrade);
  pointer-events: none;
}
.sw-crt__haut { padding: 28px 24px 24px; display: grid; gap: 10px; align-content: start; }
.sw-crt__ic {
  display: inline-grid; place-items: center;
  width: 44px; height: 44px; margin-bottom: 4px;
  border-radius: 15px 15px 0 0;
  background: var(--fond); box-shadow: var(--anneau);
  font-size: 14px; font-weight: 600; color: var(--texte);
}
.sw-crt__t { font-size: 20px; }
.sw-crt__mq {
  margin: 0; font-size: 12px; font-weight: 600; letter-spacing: .1em;
  text-transform: uppercase; color: var(--texte-doux);
}
.sw-crt__vue { margin-top: auto; height: 214px; overflow: hidden; background: var(--fond); }
.sw-crt--sec .sw-crt__vue { margin-top: 0; height: 190px; }
.sw-crt--sec { border-radius: var(--r-carte) var(--r-carte) 0 0; }

/* ---------- introSeo ---------- */
.sw-intro { display: flex; flex-wrap: wrap; gap: 40px; align-items: flex-start; }
.sw-intro__tete { flex: 1 1 380px; min-width: 0; }
.sw-intro__mot { flex: 1 1 460px; min-width: 0; }
.sw-intro__mot .sw-p + .sw-p { margin-top: 14px; }

/* ============================================================
   blocsSeo — alternance imposee par la coquille.
   ============================================================ */
.sw-duo {
  display: flex; flex-wrap: wrap; gap: 56px; align-items: center;
  padding: 34px 0;
}
.sw-duo + .sw-duo { border-top: 1px solid var(--bordure); }
.sw-duo__mot { flex: 1 1 420px; min-width: 0; display: grid; gap: 14px; justify-items: start; }
.sw-duo__vue {
  flex: 1 1 400px; min-width: 0; height: 380px; overflow: hidden;
  border-radius: var(--r-vue) var(--r-vue) 0 0;
  background: var(--fond-2);
  position: relative;
}
.sw-duo__vue::after {
  content: ''; position: absolute; right: 0; bottom: 0;
  width: 92px; height: 92px;
  background: var(--fond);
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  pointer-events: none;
}
.sw-duo--inv { flex-direction: row-reverse; }
.sw-ent--duo { font-size: clamp(25px, 2.6vw, 32px); }

/* ---------- expertiseSeo ---------- */
.sw-exp { display: flex; flex-wrap: wrap; gap: 48px; align-items: stretch; }
.sw-exp__vue {
  flex: 1 1 420px; min-width: 0; min-height: 460px; overflow: hidden;
  border-radius: var(--r-carte) var(--r-carte) 0 0; background: var(--fond-2);
}
.sw-exp__mot { flex: 1 1 420px; min-width: 0; display: grid; gap: 16px; align-content: center; justify-items: start; }
.sw-defs { margin: 4px 0 0; display: grid; gap: 4px; width: 100%; }
.sw-defs dt { font-size: 16px; font-weight: 600; }
.sw-defs dt::before {
  content: ''; display: inline-block; vertical-align: middle;
  width: 14px; height: 2px; margin-right: 9px; background: var(--marque);
}
.sw-defs dd { margin: 0 0 14px 23px; color: var(--texte-doux); font-size: 15px; line-height: 1.65; }

/* ============================================================
   whyUs — tete a gauche, atouts en LIGNES a droite, l icone
   posee APRES le mot.
   ============================================================ */
.sw-pq { display: flex; flex-wrap: wrap; gap: 56px; align-items: flex-start; }
.sw-pq__tete { flex: 1 1 400px; min-width: 0; }
.sw-pq__tete .sw-chap { margin-bottom: 26px; }
.sw-pq__vue { height: 300px; overflow: hidden; border-radius: var(--r-vue) var(--r-vue) 0 0; background: var(--fond-2); }
.sw-lignes { flex: 1 1 440px; min-width: 0; margin: 0; padding: 0; list-style: none; counter-reset: sw-l; }
.sw-ligne {
  display: flex; gap: 22px; align-items: flex-start;
  padding: 22px 0; border-top: 1px solid var(--bordure);
}
.sw-ligne:first-child { border-top: 0; padding-top: 0; }
.sw-ligne__mot { flex: 1 1 auto; min-width: 0; display: grid; gap: 8px; }
.sw-ligne__t { font-size: 18px; }
.sw-ligne__ic {
  flex: 0 0 auto; display: grid; place-items: center;
  width: 40px; height: 40px; border-radius: 50%;
  background: var(--fond-2); box-shadow: var(--anneau);
  font-size: 13px; font-weight: 600; color: var(--texte-doux);
}

/* ---------- zonesAutour ---------- */
.sw-grille--zn { display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); }
.sw-zn {
  display: block; text-decoration: none; color: var(--texte);
  border-radius: var(--r-vue) var(--r-vue) 0 0; overflow: hidden;
  background: var(--fond-2); box-shadow: var(--anneau);
  position: relative;
}
.sw-zn__vue { display: block; height: 190px; overflow: hidden; }
.sw-zn__mot { display: grid; gap: 4px; padding: 16px 18px 18px; }
.sw-zn__mot strong { font-size: 16px; font-weight: 600; }
.sw-zn__tg { font-size: 13px; color: var(--texte-doux); }
.sw-zn::after {
  content: ''; position: absolute; top: 14px; right: 14px;
  width: 30px; height: 30px; border-radius: 50%;
  background: var(--fond);
  box-shadow: var(--anneau);
  pointer-events: none;
}

/* ============================================================
   process — disques numerotes, le rang impair descend.
   ============================================================ */
.sw-etapes { display: flex; flex-wrap: wrap; gap: 30px; align-items: flex-start; }
.sw-etapes > * { flex: 1 1 280px; min-width: 0; }
.sw-etape { display: grid; gap: 12px; justify-items: center; text-align: center; }
.sw-etape--bas { margin-top: 34px; }
.sw-disque {
  display: grid; place-items: center;
  width: 116px; height: 116px; border-radius: 50%;
  background: conic-gradient(from 210deg,
    color-mix(in srgb, var(--marque) 100%, transparent) 0turn,
    color-mix(in srgb, var(--marque) 34%, var(--fond)) 0.55turn,
    color-mix(in srgb, var(--marque) 100%, transparent) 1turn);
  color: var(--sur-marque);
  position: relative;
}
.sw-disque::before {
  content: ''; position: absolute; inset: 9px;
  border-radius: 50%; background: var(--fond);
  pointer-events: none;
}
.sw-disque b { position: relative; z-index: 2; font-size: 22px; font-weight: 600; color: var(--texte); }
.sw-etape__t { font-size: 19px; }
.sw-etape .sw-puces { text-align: left; }
.sw-etape__vue { width: 100%; height: 170px; overflow: hidden; border-radius: var(--r-doux) var(--r-doux) 0 0; background: var(--fond-2); }
.sw-process__vue { margin-top: 44px; height: 380px; overflow: hidden; border-radius: var(--r-carte) var(--r-carte) 0 0; background: var(--fond-2); }

/* ---------- chiffres ---------- */
.sw-bande {
  margin: 0; display: flex; flex-wrap: wrap; gap: 20px;
  padding: 28px 30px; border-radius: var(--r-carte) var(--r-carte) 0 0;
  background: var(--fond-2); box-shadow: var(--anneau);
}
.sw-bande__e { flex: 1 1 200px; min-width: 0; text-align: center; }
.sw-bande__v { font-size: clamp(28px, 3vw, 40px); font-weight: 600; letter-spacing: -0.03em; }
.sw-bande__l { margin: 6px 0 0; font-size: 14px; color: var(--texte-doux); }

/* ---------- ultralocalMap ---------- */
.sw-carte2 { display: flex; flex-wrap: wrap; gap: 32px; }
.sw-carte2__vue {
  flex: 1 1 460px; min-width: 0; height: 420px; overflow: hidden;
  border-radius: var(--r-carte) var(--r-carte) 0 0; background: var(--fond-2);
}
.sw-carte2__mot {
  flex: 1 1 380px; min-width: 0;
  display: grid; gap: 18px; align-content: center; justify-items: start;
  padding: 30px; border-radius: var(--r-carte) var(--r-carte) 0 0;
  background: var(--fond-2); box-shadow: var(--anneau);
}
.sw-adr { font-style: normal; display: grid; gap: 6px; font-size: 16px; }
.sw-adr span:first-child { font-weight: 600; }

/* ============================================================
   avis — piste defilante et deux commandes rondes.
   ============================================================ */
.sw-rouleau { position: relative; }
.sw-file {
  -webkit-mask-image: linear-gradient(90deg, rgb(0, 0, 0) 0, rgb(0, 0, 0) 92%, rgba(0, 0, 0, 0) 100%);
  mask-image: linear-gradient(90deg, rgb(0, 0, 0) 0, rgb(0, 0, 0) 92%, rgba(0, 0, 0, 0) 100%);
}
.sw-file__p {
  display: flex; gap: 24px; overflow-x: auto; scroll-snap-type: x mandatory;
  padding-bottom: 6px; scrollbar-width: none;
}
.sw-file__p::-webkit-scrollbar { display: none; }
.sw-tm {
  flex: 0 0 348px; max-width: 100%; min-width: 0; margin: 0;
  scroll-snap-align: start;
  display: grid; gap: 12px; align-content: start;
  padding: 26px 24px; border-radius: var(--r-carte) var(--r-carte) 0 0;
  background: var(--fond-2); box-shadow: var(--anneau);
}
.sw-tm__n { margin: 0; letter-spacing: 2px; color: var(--marque); }
.sw-tm__t { font-size: 17px; }
.sw-tm__q { margin: 0; }
.sw-tm__q p { margin: 0; color: var(--texte-doux); line-height: 1.7; }
.sw-tm__s { display: flex; align-items: center; gap: 12px; font-size: 15px; }
.sw-tm__av {
  display: grid; place-items: center; flex: 0 0 auto;
  width: 42px; height: 42px; border-radius: 50%;
  background: var(--degrade); color: var(--sur-marque); font-weight: 600;
}
.sw-tm__r { display: block; font-size: 13px; color: var(--texte-doux); }
.sw-file__cmd { display: flex; gap: 10px; margin: 24px 0 0; justify-content: flex-end; }
.sw-rond {
  width: 44px; height: 44px; border: 0; border-radius: 50%;
  background: var(--fond-2); box-shadow: var(--anneau);
  color: var(--texte); font-size: 16px; cursor: pointer;
}
.sw-rond:hover { background: var(--marque); color: var(--sur-marque); }

/* ============================================================
   FAQ — tete a gauche avec un encart SOMBRE, accordeon a droite.
   ============================================================ */
.sw-faq { display: flex; flex-wrap: wrap; gap: 56px; align-items: flex-start; }
.sw-faq__cote { flex: 1 1 380px; min-width: 0; display: grid; gap: 18px; justify-items: start; }
.sw-faq__l { flex: 1 1 480px; min-width: 0; }
.sw-encart {
  width: 100%; display: grid; gap: 12px; justify-items: start;
  padding: 26px 24px; border-radius: var(--r-carte) var(--r-carte) 0 0;
  background: var(--texte); color: var(--fond);
  position: relative; overflow: hidden;
}
.sw-encart::after {
  content: ''; position: absolute; right: -40px; bottom: -40px;
  width: 150px; height: 150px; border-radius: 50%;
  background: color-mix(in srgb, var(--marque) 40%, transparent);
  pointer-events: none;
}
.sw-encart > * { position: relative; z-index: 2; }
.sw-encart__t { font-size: 20px; color: var(--fond); }
.sw-encart .sw-p { color: color-mix(in srgb, var(--fond) 76%, transparent); }
.sw-qr { border-bottom: 1px solid var(--bordure); }
.sw-qr__q {
  display: flex; align-items: center; justify-content: space-between; gap: 18px;
  padding: 20px 2px; cursor: pointer; list-style: none;
  font-size: 17px; font-weight: 600;
}
.sw-qr__q::-webkit-details-marker { display: none; }
.sw-qr[open] .sw-bas--qr { transform: rotate(180deg); }
.sw-qr__r { padding: 0 2px 20px; max-width: 62ch; }

/* ---------- urgence ---------- */
.sw-urg {
  display: flex; flex-wrap: wrap; gap: 28px; align-items: center; justify-content: space-between;
  padding: 32px 34px; border-radius: var(--r-carte) var(--r-carte) 0 0;
  background: var(--texte); color: var(--fond);
  position: relative; overflow: hidden;
}
.sw-urg::before {
  content: ''; position: absolute; inset: 0;
  background: repeating-linear-gradient(115deg,
    color-mix(in srgb, var(--marque) 16%, transparent) 0 2px,
    transparent 2px 22px);
  pointer-events: none;
}
.sw-urg > * { position: relative; z-index: 2; }
.sw-urg__mot { flex: 1 1 460px; min-width: 0; display: grid; gap: 10px; }
.sw-urg__mot .sw-p, .sw-urg__mot .sw-puces { color: color-mix(in srgb, var(--fond) 76%, transparent); }
.sw-ent--urg { color: var(--fond); font-size: clamp(23px, 2.4vw, 30px); }
.sw-urg__act { flex: 0 0 auto; display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.sw-tel {
  font-size: 21px; font-weight: 600; letter-spacing: -0.02em;
  color: var(--fond); text-decoration: none;
}
.sw-tel:hover { text-decoration: underline; }

/* ---------- certifications ---------- */
.sw-grille--cert { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); }
.sw-tuile {
  display: grid; gap: 10px; align-content: start;
  padding: 24px 22px; border-radius: var(--r-doux) var(--r-doux) 0 0;
  background: var(--fond-2); box-shadow: var(--anneau);
}
.sw-tuile__ic {
  display: grid; place-items: center; width: 38px; height: 38px;
  border-radius: 13px 13px 0 0; background: var(--degrade);
  color: var(--sur-marque); font-size: 13px; font-weight: 600;
}
.sw-tuile__t { font-size: 17px; }
.sw-mot--c { max-width: 70ch; margin: 0 auto 30px; text-align: center; }

/* ---------- aides ---------- */
.sw-num { margin: 0; padding: 0; list-style: none; display: grid; gap: 0; }
.sw-num__e { display: flex; gap: 24px; padding: 26px 0; border-top: 1px solid var(--bordure); }
.sw-num__e:first-child { border-top: 0; padding-top: 0; }
.sw-num__e > div { flex: 1 1 auto; min-width: 0; display: grid; gap: 8px; }
.sw-num__r {
  flex: 0 0 auto; display: grid; place-items: center;
  width: 52px; height: 52px; border-radius: 18px 18px 0 0;
  background: var(--fond-2); box-shadow: var(--anneau);
  font-size: 15px; font-weight: 600; color: var(--texte-doux);
}
.sw-num__t { font-size: 19px; }

/* ---------- materiaux ---------- */
.sw-grille--mat { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); }
.sw-mat {
  margin: 0; border-radius: var(--r-vue) var(--r-vue) 0 0; overflow: hidden;
  background: var(--fond-2); box-shadow: var(--anneau);
}
.sw-mat__vue { height: 210px; overflow: hidden; }
.sw-mat__mot { display: grid; gap: 8px; padding: 18px 20px 22px; }
.sw-mat__t { font-size: 17px; }

/* ---------- tarifs ---------- */
.sw-grille--tf { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); }
.sw-tf {
  display: grid; gap: 14px; align-content: start; justify-items: start;
  padding: 28px 26px; border-radius: var(--r-carte) var(--r-carte) 0 0;
  background: var(--fond-2); box-shadow: var(--anneau);
}
.sw-tf__haut { display: grid; gap: 10px; justify-items: start; width: 100%; }
.sw-tf__ic {
  display: grid; place-items: center; width: 40px; height: 40px;
  border-radius: 14px 14px 0 0; background: var(--fond);
  box-shadow: var(--anneau); font-size: 13px; font-weight: 600;
}
.sw-tf__t { font-size: 19px; }
.sw-tf__px { margin: 0; display: flex; align-items: baseline; gap: 6px; }
.sw-tf__px strong { font-size: 28px; font-weight: 600; letter-spacing: -0.03em; }
.sw-tf__px span { font-size: 14px; color: var(--texte-doux); }

/* ============================================================
   realisations — colonnes qui PENCHENT (--cran).
   ============================================================ */
.sw-pente { display: flex; flex-wrap: wrap; gap: 26px; align-items: flex-start; }
.sw-pente__e {
  flex: 1 1 280px; min-width: 0; margin: 0;
  transform: translateY(var(--cran, 0px));
}
.sw-pente__vue {
  height: 300px; overflow: hidden; margin-bottom: 16px;
  border-radius: var(--r-vue) var(--r-vue) 0 0; background: var(--fond-2);
}
.sw-pente__t { font-size: 18px; margin-top: 4px; }
.sw-pente figcaption { display: grid; gap: 6px; }

/* ============================================================
   avantApres — comparateur a curseur en surimpression.
   ============================================================ */
.sw-grille--ab > * { flex: 1 1 420px; }
.sw-ab { display: grid; gap: 16px; }
.sw-ab__vue {
  position: relative; height: 380px; overflow: hidden;
  border-radius: var(--r-vue) var(--r-vue) 0 0; background: var(--fond-2);
  touch-action: pan-y;
}
.ab__base, .ab__sur { position: absolute; inset: 0; display: block; }
.ab__base { width: 100%; height: 100%; }
.ab__sur { overflow: hidden; width: var(--pos, 50%); }
.ab__sur .ab__haut { position: absolute; top: 0; left: 0; height: 100%; width: var(--large-ab, 100vw); max-width: none; }
.ab__trait {
  position: absolute; top: 0; bottom: 0; left: var(--pos, 50%);
  width: 3px; margin-left: -1.5px; background: var(--fond);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
  pointer-events: none; z-index: 3;
}
.ab__lb {
  position: absolute; bottom: 14px; z-index: 6;
  padding: 6px 12px; border-radius: var(--r-pilule);
  background: color-mix(in srgb, var(--texte) 72%, transparent);
  color: var(--fond); font-size: 12px; font-weight: 600;
  letter-spacing: .06em; text-transform: uppercase;
}
.ab__lb--a { left: 14px; }
.ab__lb--b { right: 14px; }
.ab__cur {
  position: absolute; inset: auto 0 0; z-index: 5;
  width: 100%; height: 100%; margin: 0; padding: 0;
  -webkit-appearance: none; appearance: none;
  background: transparent; cursor: ew-resize;
}
.ab__cur:focus-visible { outline: 3px solid var(--marque); outline-offset: 3px; }
.ab__cur::-webkit-slider-thumb {
  -webkit-appearance: none; appearance: none;
  width: 46px; height: 46px; border: 0; border-radius: 50%;
  background: var(--fond); box-shadow: 0 6px 18px rgba(0, 0, 0, 0.24);
  cursor: ew-resize;
}
.ab__cur::-moz-range-thumb {
  width: 46px; height: 46px; border: 0; border-radius: 50%;
  background: var(--fond); box-shadow: 0 6px 18px rgba(0, 0, 0, 0.24);
  cursor: ew-resize;
}
.ab__cur::-moz-range-track { background: transparent; }
.sw-ab__mot { display: grid; gap: 8px; justify-items: start; }
.sw-ab__t { font-size: 19px; }

/* ---------- maillageInterne ---------- */
.sw-grille--ml > * { flex: 1 1 300px; }
.sw-crt--ml { text-decoration: none; color: var(--texte); }
.sw-crt--ml .sw-crt__vue { margin-top: 0; display: block; height: 190px; }
.sw-crt--ml .sw-crt__haut { display: grid; gap: 8px; }
.sw-crt--ml:hover .sw-crt__t { text-decoration: underline; }

/* ============================================================
   ctaBand — vue en fond, champs EN LIGNE.
   ============================================================ */
.sw-aire--cta { padding-bottom: var(--pas); }
.sw-cta {
  position: relative; overflow: hidden;
  border-radius: var(--r-carte) var(--r-carte) 0 0;
  padding: 62px 48px 48px; color: var(--sur-marque);
  background: var(--texte);
}
.sw-cta__fond { position: absolute; inset: 0; }
.sw-cta__fond::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg,
    color-mix(in srgb, var(--texte) 42%, transparent) 0%,
    color-mix(in srgb, var(--texte) 76%, transparent) 100%);
  pointer-events: none;
}
.sw-cta__vu { width: 100%; height: 100%; }
.sw-cta__mot { position: relative; z-index: 2; display: grid; gap: 12px; justify-items: center; text-align: center; max-width: 62ch; margin: 0 auto; }
.sw-ent--cta { color: var(--sur-marque); }
.sw-cta__mot .sw-p { color: color-mix(in srgb, var(--sur-marque) 80%, transparent); }
.sw-rangee {
  position: relative; z-index: 2; margin: 30px auto 0; max-width: 980px;
  display: flex; flex-wrap: wrap; gap: 12px; align-items: flex-end;
}
.sw-rangee__c { flex: 1 1 200px; min-width: 0; display: grid; gap: 6px; }
.sw-rangee__c > span { font-size: 13px; font-weight: 600; color: var(--sur-marque); }
.sw-rangee input {
  width: 100%; min-width: 0; height: 48px; padding: 0 14px;
  border: 0; border-radius: 14px 14px 0 0;
  background: var(--fond); color: var(--texte); font: inherit; font-size: 15px;
}
.sw-rangee .sw-bt { flex: 0 0 auto; height: 48px; }

/* ---------- fil d ariane ---------- */
.sw-fil { padding: 18px 0 0; }
.sw-fil__l { margin: 0; padding: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; font-size: 13px; color: var(--texte-doux); }
.sw-fil__l a { color: var(--texte-doux); text-decoration: none; }
.sw-fil__l a:hover { color: var(--texte); text-decoration: underline; }
.sw-fil__l strong { font-weight: 600; color: var(--texte); }
.sw-fil__s { margin-left: 8px; }

/* ============================================================
   contactForm — coordonnees a gauche, champs EMPILES a droite.
   ============================================================ */
.sw-ct { display: flex; flex-wrap: wrap; gap: 56px; align-items: flex-start; }
.sw-ct__cote { flex: 1 1 380px; min-width: 0; display: grid; gap: 16px; justify-items: start; }
.sw-defs--ct dd { display: grid; gap: 3px; }
.sw-ct__f {
  flex: 1 1 460px; min-width: 0; display: grid; gap: 16px;
  padding: 30px; border-radius: var(--r-carte) var(--r-carte) 0 0;
  background: var(--fond-2); box-shadow: var(--anneau);
}
.sw-ct__c { display: grid; gap: 6px; min-width: 0; }
.sw-ct__c > span { font-size: 13px; font-weight: 600; }
.sw-ct__f input, .sw-ct__f textarea {
  width: 100%; min-width: 0; padding: 13px 14px;
  border: 0; border-radius: 14px 14px 0 0;
  background: var(--fond); box-shadow: var(--anneau);
  color: var(--texte); font: inherit; font-size: 15px;
}
.sw-ct__f textarea { resize: vertical; }
.sw-ct__pied { display: flex; flex-wrap: wrap; gap: 12px; }
.sw-ct__pied .sw-bt { flex: 1 1 200px; }

/* ---------- blogList ---------- */
.sw-grille--bl { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); }
.sw-bl { display: grid; gap: 12px; align-content: start; }
.sw-bl__vue {
  display: block; position: relative; height: 230px; overflow: hidden;
  border-radius: var(--r-vue) var(--r-vue) 0 0; background: var(--fond-2);
}
.sw-bl__meta {
  position: absolute; left: 14px; top: 14px; z-index: 2;
  padding: 6px 12px; border-radius: var(--r-pilule);
  background: var(--fond); font-size: 12px; font-weight: 600;
}
.sw-bl__t { font-size: 19px; }
.sw-bl__t a { color: var(--texte); text-decoration: none; }
.sw-bl__t a:hover { text-decoration: underline; }
.sw-bl__lire { margin: 0; }
.sw-bl__lire a { display: inline-flex; align-items: center; gap: 7px; color: var(--texte); font-size: 15px; font-weight: 600; }

/* ============================================================
   blogArticle — sommaire a gauche, corps a droite.
   ============================================================ */
.sw-art__haut { display: grid; gap: 14px; justify-items: start; max-width: 74ch; }
.sw-art__t { font-size: clamp(30px, 3.6vw, 46px); font-weight: 600; letter-spacing: -0.035em; line-height: 1.14; }
.sw-art__vue { width: 100%; height: 420px; overflow: hidden; margin-top: 12px; border-radius: var(--r-carte) var(--r-carte) 0 0; background: var(--fond-2); }
.sw-art__duo { display: flex; flex-wrap: wrap; gap: 52px; align-items: flex-start; margin-top: 40px; }
.sw-somm {
  flex: 0 1 280px; min-width: 0; position: sticky; top: 108px;
  display: grid; gap: 10px;
  padding: 22px 20px; border-radius: var(--r-doux) var(--r-doux) 0 0;
  background: var(--fond-2); box-shadow: var(--anneau);
}
.sw-somm__t { font-size: 14px; letter-spacing: .08em; text-transform: uppercase; color: var(--texte-doux); }
.sw-somm__l { margin: 0; padding: 0 0 0 20px; display: grid; gap: 8px; font-size: 15px; }
.sw-somm__l a { color: var(--texte); text-decoration: none; }
.sw-somm__l a:hover { text-decoration: underline; }
.sw-art__corps { flex: 1 1 520px; min-width: 0; max-width: 74ch; }
.sw-art__h2 { font-size: clamp(23px, 2.4vw, 30px); margin-top: 34px; }
.sw-art__h3 { font-size: 20px; margin-top: 26px; }
.sw-art__corps .sw-p { margin-top: 14px; }
.sw-cit {
  margin: 28px 0; padding: 4px 0 4px 26px;
  border-left: 3px solid var(--marque); font-size: 19px;
}
.sw-cit cite { display: block; margin-top: 10px; font-size: 14px; font-style: normal; color: var(--texte-doux); }
.sw-encadre {
  display: grid; gap: 10px; margin: 30px 0;
  padding: 24px 22px; border-radius: var(--r-doux) var(--r-doux) 0 0;
  background: var(--fond-2); box-shadow: var(--anneau);
}
.sw-encadre__t { font-size: 18px; }

/* ---------- legalBody ---------- */
.sw-legal { max-width: 76ch; display: grid; gap: 14px; justify-items: start; }
.sw-legal__t { font-size: clamp(28px, 3.2vw, 40px); font-weight: 600; letter-spacing: -0.03em; }
.sw-legal__b { display: grid; gap: 10px; margin-top: 22px; width: 100%; }
.sw-legal__h { font-size: 20px; }

/* ---------- facettes ---------- */
.sw-fct { display: flex; flex-wrap: wrap; gap: 22px; align-items: center; justify-content: space-between; }
.sw-fct__mot { flex: 1 1 260px; min-width: 0; display: grid; gap: 8px; }
.sw-fct__t { font-size: 22px; }
.sw-fct__l { flex: 1 1 380px; min-width: 0; margin: 0; padding: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 10px; }
.sw-pil {
  display: inline-block; padding: 9px 16px; border-radius: var(--r-pilule);
  background: var(--fond-2); box-shadow: var(--anneau);
  color: var(--texte); text-decoration: none; font-size: 14px; font-weight: 500;
}
.sw-pil:hover { background: var(--fond); }
.sw-pil--on { background: var(--degrade); color: var(--sur-marque); box-shadow: none; }

/* ---------- grilleProduits ---------- */
.sw-grille--pr { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); }
.sw-pr {
  display: flex; flex-direction: column;
  border-radius: var(--r-carte) var(--r-carte) 0 0; overflow: hidden;
  background: var(--fond-2); box-shadow: var(--anneau);
}
.sw-pr__vue { height: 220px; overflow: hidden; background: var(--fond); }
.sw-pr__mot { display: grid; gap: 10px; align-content: start; padding: 22px 22px 16px; }
.sw-pr__t { font-size: 19px; }
.sw-pr__t a { color: var(--texte); text-decoration: none; }
.sw-pr__t a:hover { text-decoration: underline; }
.sw-pr__bas {
  margin-top: auto; display: flex; flex-wrap: wrap; gap: 14px;
  align-items: center; justify-content: space-between;
  padding: 16px 22px 22px; border-top: 1px solid var(--bordure);
}
.sw-pr__px { margin: 0; display: flex; align-items: baseline; gap: 6px; }
.sw-pr__px strong { font-size: 24px; font-weight: 600; letter-spacing: -0.03em; }
.sw-pr__px span { font-size: 13px; color: var(--texte-doux); }

/* ---------- ficheProduit ---------- */
.sw-fiche { display: flex; flex-wrap: wrap; gap: 48px; align-items: flex-start; }
.sw-fiche__vue {
  flex: 1 1 440px; min-width: 0; height: 480px; overflow: hidden;
  border-radius: var(--r-carte) var(--r-carte) 0 0; background: var(--fond-2);
}
.sw-fiche__mot { flex: 1 1 400px; min-width: 0; display: grid; gap: 14px; justify-items: start; }
.sw-fiche__t { font-size: clamp(28px, 3.2vw, 40px); font-weight: 600; letter-spacing: -0.035em; line-height: 1.16; }
.sw-fiche__px { margin: 0; display: flex; align-items: baseline; gap: 8px; }
.sw-fiche__px strong { font-size: 34px; font-weight: 600; letter-spacing: -0.03em; }
.sw-fiche__px span { font-size: 14px; color: var(--texte-doux); }
.sw-p--fort { font-size: 18px; color: var(--texte); }

/* ---------- specs ---------- */
.sw-spec { display: flex; flex-wrap: wrap; gap: 48px; align-items: flex-start; }
.sw-spec__mot { flex: 1 1 300px; min-width: 0; display: grid; gap: 8px; }
.sw-spec__t { font-size: 24px; }
.sw-spec__l { flex: 1 1 480px; min-width: 0; margin: 0; display: grid; gap: 0; }
.sw-spec__e {
  display: flex; flex-wrap: wrap; gap: 16px; justify-content: space-between;
  padding: 15px 0; border-top: 1px solid var(--bordure);
}
.sw-spec__e:first-child { border-top: 0; }
.sw-spec__e dt { min-width: 0; font-size: 15px; color: var(--texte-doux); }
.sw-spec__e dd { margin: 0; min-width: 0; font-size: 15px; font-weight: 600; text-align: right; }

/* ============================================================
   PIED — marque et NAP a gauche, colonnes de liens a droite.
   ============================================================ */
.sw-pied { margin-top: 40px; padding: 66px 0 30px; background: var(--fond-2); }
.sw-pied__haut { display: flex; flex-wrap: wrap; gap: 48px; align-items: flex-start; }
.sw-pied__marque { flex: 1 1 340px; min-width: 0; display: grid; gap: 14px; justify-items: start; }
.sw-logo--pied { font-size: 22px; }
.sw-pied__nap { display: grid; gap: 6px; }
.sw-pied__nt { font-size: 13px; letter-spacing: .08em; text-transform: uppercase; color: var(--texte-doux); }
.sw-adr--pied { font-style: normal; display: grid; gap: 4px; font-size: 15px; color: var(--texte-doux); }
.sw-pied__cols { flex: 1 1 460px; min-width: 0; display: flex; flex-wrap: wrap; gap: 30px; }
.sw-pied__col { flex: 1 1 170px; min-width: 0; display: grid; gap: 12px; align-content: start; }
.sw-pied__ct { font-size: 13px; letter-spacing: .08em; text-transform: uppercase; color: var(--texte-doux); }
.sw-pied__col ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 9px; }
.sw-pied__col a { color: var(--texte); text-decoration: none; font-size: 15px; }
.sw-pied__col a:hover { text-decoration: underline; }
.sw-pied__bas {
  display: flex; flex-wrap: wrap; gap: 16px; align-items: center; justify-content: space-between;
  margin-top: 46px; padding-top: 22px; border-top: 1px solid var(--bordure);
}
.sw-pied__l { margin: 0; padding: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 18px; }
.sw-pied__l a { color: var(--texte-doux); text-decoration: none; font-size: 13px; }
.sw-pied__l a:hover { color: var(--texte); text-decoration: underline; }

/* ============================================================
   RYTHME DE FOND — le gris tres pale ne sert qu a trois aires.
   ============================================================ */
.sw-aire--avis, .sw-aire--certifs, .sw-aire--specs { background: var(--fond-2); }
.sw-aire--avis .sw-tm, .sw-aire--certifs .sw-tuile { background: var(--fond); }

/* ============================================================
   PALIERS
   ============================================================ */
@media (max-width: 1080px) {
  :root { --marge: 34px; --pas: 76px; }
  .sw-hero__scene { min-height: 540px; }
  .sw-hero__mot { padding-top: 96px; padding-bottom: 128px; }
  .sw-duo, .sw-exp, .sw-pq, .sw-faq, .sw-ct, .sw-fiche, .sw-spec { gap: 36px; }
  .sw-art__duo { gap: 34px; }
  .sw-somm { position: static; flex: 1 1 100%; }
  .sw-grille--srv, .sw-grille--sec, .sw-grille--tf, .sw-grille--bl, .sw-grille--pr { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .sw-grille--zn, .sw-grille--cert, .sw-grille--mat { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .sw-hero__at { --pistes: 3; }
  .sw-hero__at:has(> :nth-child(2)):not(:has(> :nth-child(3))) { --pistes: 2; }
}
@media (max-width: 860px) {
  :root { --marge: 24px; --pas: 62px; }
  .sw-hero__at { margin-top: 26px; }
  .sw-at { transform: none; }
  .sw-etape--bas { margin-top: 0; }
  .sw-pente__e { transform: none; }
  .sw-cta { padding: 44px 26px 34px; }
  .sw-urg { padding: 26px 24px; }
  .sw-exp__vue, .sw-fiche__vue { min-height: 320px; height: 320px; }
  .sw-art__vue { height: 300px; }
  .sw-grille--srv, .sw-grille--sec, .sw-grille--tf, .sw-grille--bl, .sw-grille--pr,
  .sw-grille--cert, .sw-grille--mat { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .sw-grille--zn { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .sw-hero__at { --pistes: 2; }
  .sw-hero__at:has(> :nth-child(2)):not(:has(> :nth-child(3))) { --pistes: 2; }
}
@media (max-width: 640px) {
  :root { --marge: 18px; --pas: 52px; }
  .sw-hero__scene { min-height: 460px; }
  .sw-hero__mot { padding-top: 74px; padding-bottom: 96px; }
  .sw-tete__in { min-height: 70px; gap: 12px; }
  .sw-tm { flex: 0 0 84%; }
  .sw-ab__vue { height: 280px; }
  .sw-duo__vue, .sw-carte2__vue { height: 260px; }
  .sw-crt__vue, .sw-zn__vue, .sw-mat__vue, .sw-pr__vue, .sw-bl__vue, .sw-pente__vue { height: 200px; }
  .sw-process__vue { height: 240px; }
  .sw-ct__f { padding: 22px 18px; }
  .sw-spec__e dd { text-align: left; }
  .sw-pied__bas { margin-top: 32px; }
  .sw-grille--srv, .sw-grille--sec, .sw-grille--zn, .sw-grille--cert, .sw-grille--mat,
  .sw-grille--tf, .sw-grille--bl, .sw-grille--pr { grid-template-columns: repeat(1, minmax(0,1fr)); }
  .sw-hero__at { --pistes: 1; }
  .sw-hero__at:has(> :nth-child(2)):not(:has(> :nth-child(3))) { --pistes: 1; }
}
