/* ==========================================================================
   SANET NETTOYAGES — Design system (épuré + motion)
   Palette Éclat : teal #f2b705 en accent unique, anthracite, blanc, brume.
   ========================================================================== */

:root {
  --ink: #1a1a1c;
  --ink-soft: #2a2a2d;
  --paper: #ffffff;
  --mist: #f5f4f2;
  --mist-2: #efede9;
  --line: #e6e4e0;
  --muted: #6b6a6c;
  --muted-2: #9a9899;
  --orange: #f2b705;
  --orange-deep: #a16207;
  --orange-wash: #fdf3d8;
  --green: #61a60e;

  /* Police : Open Sans, partout */
  --font-display: "Open Sans", system-ui, -apple-system, sans-serif;
  --font-body: "Open Sans", system-ui, -apple-system, sans-serif;

  --maxw: 1240px;
  --gut: clamp(20px, 5vw, 64px);
  --radius: 14px;
  --radius-lg: 22px;

  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --dur: 0.6s;
}

/* ---------- Reset / base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--paper);
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img, svg { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }
h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 800; line-height: 1.06; margin: 0; letter-spacing: -0.02em; }
p { margin: 0; }
::selection { background: var(--orange); color: #fff; }

/* ---------- Layout helpers ---------- */
.wrap { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: var(--gut); }
.section { padding-block: clamp(72px, 11vw, 148px); }
.section--tight { padding-block: clamp(56px, 8vw, 96px); }
.bg-mist { background: var(--mist); }
.bg-ink { background: var(--ink); color: #fff; }
.bg-ink h1, .bg-ink h2, .bg-ink h3 { color: #fff; }

.eyebrow {
  font-family: var(--font-body);
  font-size: 12px; font-weight: 600;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--orange-deep);
  display: inline-flex; align-items: center; gap: 12px;
}
.eyebrow::before { content: ""; width: 26px; height: 1.5px; background: var(--orange); display: inline-block; }
.bg-ink .eyebrow { color: var(--orange); }

.lead { font-size: clamp(18px, 2vw, 21px); color: var(--muted); line-height: 1.6; max-width: 60ch; }
.bg-ink .lead { color: rgba(255,255,255,0.72); }

.h-xl { font-size: clamp(2.6rem, 7vw, 5.4rem); }
.h-lg { font-size: clamp(2rem, 4.6vw, 3.4rem); }
.h-md { font-size: clamp(1.5rem, 2.6vw, 2.1rem); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 15px 26px; border-radius: 100px;
  font-weight: 600; font-size: 15px; letter-spacing: -0.01em;
  border: 1.5px solid transparent; transition: transform .3s var(--ease), background .3s, color .3s, border-color .3s;
  will-change: transform;
}
.btn svg { width: 17px; height: 17px; }
.btn--primary { background: var(--orange); color: #fff; }
.btn--primary:hover { background: var(--orange-deep); transform: translateY(-2px); }
.btn--ghost { background: transparent; color: var(--ink); border-color: var(--line); }
.btn--ghost:hover { border-color: var(--ink); transform: translateY(-2px); }
.bg-ink .btn--ghost { color: #fff; border-color: rgba(255,255,255,0.25); }
.bg-ink .btn--ghost:hover { border-color: #fff; }
.btn--light { background: #fff; color: var(--ink); }
.btn--light:hover { transform: translateY(-2px); background: var(--mist); }

.arrow-link {
  display: inline-flex; align-items: center; gap: 9px;
  font-weight: 600; font-size: 15px; color: var(--ink);
}
.arrow-link svg { width: 16px; height: 16px; transition: transform .35s var(--ease); color: var(--orange); }
.arrow-link:hover svg { transform: translateX(6px); }

/* ==========================================================================
   HEADER
   ========================================================================== */
.header {
  position: fixed; inset: 0 0 auto 0; z-index: 100;
  transition: background .4s var(--ease), box-shadow .4s, padding .4s var(--ease);
  padding-block: 20px;
}
.header__inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.header.is-scrolled {
  background: rgba(255,255,255,0.82);
  backdrop-filter: saturate(180%) blur(16px);
  -webkit-backdrop-filter: saturate(180%) blur(16px);
  box-shadow: 0 1px 0 var(--line);
  padding-block: 12px;
}
.brand { display: flex; flex-direction: column; line-height: 1; gap: 3px; }
.brand__main { font-family: var(--font-display); font-weight: 700; font-size: 30px; letter-spacing: -0.02em; color: var(--orange); transition: font-size .4s var(--ease); }
.brand__sub { font-size: 9.5px; font-weight: 700; letter-spacing: 0.44em; text-transform: uppercase; color: var(--ink); transition: color .3s; }
.header.is-scrolled .brand__main { font-size: 26px; }
body.dark-hero .header:not(.is-scrolled) .brand__sub { color: #fff; }
body.dark-hero .header:not(.is-scrolled) .nav a { color: rgba(255,255,255,0.85); }
body.dark-hero .header:not(.is-scrolled) .nav a:hover { color: #fff; background: rgba(255,255,255,0.12); }
body.dark-hero .header:not(.is-scrolled) .nav a.is-active { color: var(--orange); }
body.dark-hero .header:not(.is-scrolled) .header__phone { color: #fff; }
body.dark-hero .header:not(.is-scrolled) .burger { background: transparent; border-color: rgba(255,255,255,0.35); }
body.dark-hero .header:not(.is-scrolled) .burger span { background: #fff; }
body.menu-open .header .brand__sub { color: var(--ink) !important; }

.nav { display: flex; align-items: center; gap: 6px; }
.nav a {
  font-size: 15px; font-weight: 500; color: var(--ink-soft);
  padding: 9px 15px; border-radius: 100px; position: relative;
  transition: color .25s, background .25s;
}
.nav a:hover { color: var(--ink); background: var(--mist); }
.nav a.is-active { color: var(--orange-deep); }
.header__cta { display: flex; align-items: center; gap: 14px; }
.header__phone { font-weight: 600; font-size: 15px; display: inline-flex; align-items: center; gap: 8px; }
.header__phone svg { width: 16px; color: var(--orange); }

.burger { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 12px; background: #fff; position: relative; }
.burger span { position: absolute; left: 12px; right: 12px; height: 2px; background: var(--ink); transition: transform .35s var(--ease), opacity .2s; }
.burger span:nth-child(1) { top: 16px; }
.burger span:nth-child(2) { top: 22px; }
.burger span:nth-child(3) { top: 28px; }
body.menu-open .burger span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
body.menu-open .burger span:nth-child(2) { opacity: 0; }
body.menu-open .burger span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

/* Mobile drawer */
.mobile-nav {
  position: fixed; inset: 0; z-index: 99; background: var(--paper);
  padding: 96px var(--gut) 40px; display: flex; flex-direction: column; gap: 6px;
  transform: translateY(-100%); transition: transform .5s var(--ease); visibility: hidden;
}
body.menu-open .mobile-nav { transform: translateY(0); visibility: visible; }
.mobile-nav a { font-family: var(--font-body); font-size: 20px; font-weight: 600; padding: 11px 0; border-bottom: 1px solid var(--line); }
.mobile-nav > a:nth-last-of-type(2) { border-bottom: none; }
.mobile-nav .btn { align-self: flex-start; margin-top: 18px; padding: 11px 22px; font-size: 14px; border-bottom: none; }
.mobile-nav__meta { margin-top: auto; color: var(--muted); font-size: 14px; }
.mobile-nav__meta a { display: inline; padding: 0; border: none; font-size: 17px; font-weight: 700; color: var(--orange-deep); }

/* ==========================================================================
   HERO
   ========================================================================== */
.hero { position: relative; padding-top: clamp(130px, 18vh, 190px); padding-bottom: clamp(60px, 8vw, 110px); }
.hero__grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(32px, 5vw, 72px); align-items: center; }
.hero__title { font-size: clamp(2.9rem, 7.4vw, 6rem); letter-spacing: -0.035em; }
.hero__title .accent { color: var(--orange); }
.hero__lead { margin-top: 26px; }
.hero__actions { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.hero__media { position: relative; }
.hero__media img { width: 100%; height: clamp(360px, 52vw, 620px); object-fit: cover; border-radius: var(--radius-lg); }
.hero__badge {
  position: absolute; left: -18px; bottom: 28px; background: #fff; color: var(--ink);
  border-radius: var(--radius); padding: 18px 22px; box-shadow: 0 24px 60px -30px rgba(0,0,0,0.35);
  display: flex; align-items: center; gap: 14px; max-width: 260px;
}
.hero__badge img { width: 52px; height: 52px; }
.hero__badge b { font-family: var(--font-display); display: block; font-size: 15px; }
.hero__badge span { font-size: 13px; color: var(--muted); }

/* ==========================================================================
   HERO CLEAN — bannière interactive « nettoyez la vitre » (signature)
   ========================================================================== */
.hero-clean {
  position: relative; min-height: 100svh; width: 100%;
  display: flex; align-items: flex-end; overflow: hidden;
  background: var(--ink);
}
.hero-clean__stage { position: absolute; inset: 0; z-index: 0; }
.hero-clean__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-clean__canvas { position: absolute; inset: 0; width: 100%; height: 100%; touch-action: pan-y; cursor: none; }
.hero-clean__scrim {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background:
    linear-gradient(180deg, rgba(15,15,17,0.55) 0%, rgba(15,15,17,0.08) 28%, rgba(15,15,17,0.18) 58%, rgba(15,15,17,0.88) 100%),
    linear-gradient(90deg, rgba(15,15,17,0.86) 0%, rgba(15,15,17,0.6) 36%, rgba(15,15,17,0.22) 60%, transparent 80%);
}
/* squeegee shine sweep on load */
.hero-clean__shine {
  position: absolute; top: 0; bottom: 0; width: 45%; z-index: 2; pointer-events: none;
  background: linear-gradient(105deg, transparent, rgba(255,255,255,0.35), transparent);
  filter: blur(6px); transform: translateX(-160%) skewX(-12deg); opacity: 0;
}

.hero-clean__content { position: relative; z-index: 3; width: 100%; padding-block: clamp(40px, 8vh, 92px) clamp(36px, 6vh, 70px); pointer-events: none; }
/* Apparition du hero en CSS pur (fiable même sans JS) */
@keyframes heroUp { from { opacity: 0; transform: translateY(26px); } to { opacity: 1; transform: none; } }
.hero-clean .eyebrow { animation: heroUp .8s var(--ease) .15s backwards; }
.hero-clean__title { animation: heroUp .9s var(--ease) .3s backwards; }
.hero-clean__lead { animation: heroUp .9s var(--ease) .45s backwards; }
.hero-clean__actions { animation: heroUp .9s var(--ease) .6s backwards; }
.hero-clean__chips { animation: heroUp .9s var(--ease) .75s backwards; }
@media (prefers-reduced-motion: reduce) {
  .hero-clean .eyebrow, .hero-clean__title, .hero-clean__lead, .hero-clean__actions, .hero-clean__chips { animation: none; }
}
.hero-clean__content a, .hero-clean__content button { pointer-events: auto; }
.hero-clean .eyebrow { color: #fff; }
.hero-clean .eyebrow::before { background: var(--orange); }
.hero-clean__title {
  color: #fff; font-size: clamp(3rem, 8.4vw, 7.2rem); line-height: 0.94; letter-spacing: -0.045em;
  margin-top: 22px; text-wrap: balance; max-width: 15ch;
}
.hero-clean__title .accent { color: var(--orange); }
.hero-clean__lead { color: rgba(255,255,255,0.86); font-size: clamp(17px, 1.5vw, 20px); max-width: 52ch; margin-top: 26px; line-height: 1.55; }
.hero-clean__actions { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.hero-clean__actions .btn--ghost { color: #fff; border-color: rgba(255,255,255,0.35); background: rgba(255,255,255,0.04); backdrop-filter: blur(4px); }
.hero-clean__actions .btn--ghost:hover { border-color: #fff; }

/* glass stat chips */
.hero-clean__chips { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 40px; }
.gchip {
  display: inline-flex; align-items: baseline; gap: 9px; padding: 13px 20px; border-radius: 100px;
  background: rgba(255,255,255,0.10); border: 1px solid rgba(255,255,255,0.22);
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); color: #fff;
}
.gchip b { font-family: var(--font-display); font-size: 20px; font-weight: 600; letter-spacing: -0.02em; }
.gchip b .u { color: var(--orange); }
.gchip span { font-size: 13.5px; color: rgba(255,255,255,0.8); }

/* interaction hint + custom brush cursor */
.hero-clean__hint {
  position: absolute; z-index: 3; right: clamp(16px, 4vw, 44px); top: clamp(96px, 14vh, 150px);
  display: inline-flex; align-items: center; gap: 10px; padding: 11px 17px; border-radius: 100px;
  background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.24); backdrop-filter: blur(10px);
  color: #fff; font-size: 13.5px; font-weight: 500; pointer-events: none; transition: opacity .5s;
}
.hero-clean__hint svg { width: 17px; color: var(--orange); }
.hero-clean.is-cleaned .hero-clean__hint { opacity: 0; }
.hero-brush {
  position: fixed; z-index: 40; width: 62px; height: 62px; margin: -31px 0 0 -31px; border-radius: 50%;
  border: 1.5px solid rgba(255,255,255,0.9); pointer-events: none; opacity: 0; mix-blend-mode: difference;
  transition: opacity .25s, transform .12s ease-out;
}
.hero-brush::after { content: ""; position: absolute; inset: 46%; border-radius: 50%; background: #fff; }

/* scroll cue */
.hero-clean__cue { position: absolute; z-index: 3; left: 50%; bottom: 22px; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: 8px; color: rgba(255,255,255,0.75); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; pointer-events: none; }
.hero-clean__cue .m { width: 22px; height: 34px; border: 1.5px solid rgba(255,255,255,0.5); border-radius: 12px; position: relative; }
.hero-clean__cue .m::after { content: ""; position: absolute; left: 50%; top: 7px; width: 3px; height: 6px; background: #fff; border-radius: 2px; transform: translateX(-50%); animation: cue 1.6s var(--ease) infinite; }
@keyframes cue { 0% { opacity: 0; transform: translate(-50%, 0); } 40% { opacity: 1; } 100% { opacity: 0; transform: translate(-50%, 10px); } }

@media (hover: none) { .hero-clean__canvas { cursor: pointer; } .hero-brush { display: none; } }
@media (max-width: 640px) {
  .hero-clean { min-height: 92svh; }
  .hero-clean__hint, .hero-clean__cue { display: none; }
  /* Header épuré : logo + menu uniquement (le devis reste dans le menu burger) */
  .header__cta { display: none; }
  /* Contenu du hero centré */
  .hero-clean__content .wrap { text-align: center; }
  .hero-clean .eyebrow { justify-content: center; font-size: 10.5px; letter-spacing: 0.13em; flex-wrap: wrap; }
  .hero-clean__title { margin-inline: auto; max-width: 100%; font-size: clamp(2.3rem, 9.5vw, 2.9rem); }
  .hero-clean__lead { margin-inline: auto; }
  .hero-clean__actions { justify-content: center; width: 100%; }
  .hero-clean__actions .btn { width: 100%; max-width: 340px; justify-content: center; }
  .hero-clean__chips { justify-content: center; }
}
@media (max-width: 400px) {
  .header__cta .btn { padding: 11px 16px; font-size: 13.5px; }
  .brand__main { font-size: 25px; }
}
@media (prefers-reduced-motion: reduce) {
  .hero-clean__shine, .hero-clean__cue .m::after { animation: none; }
}

/* Wipe reveal — signature */
.reveal { opacity: 0; }
.reveal-lines .line { overflow: hidden; }
.reveal-lines .line > span { display: block; }
.js-ready .reveal { opacity: 0; }
html:not(.js-ready) .reveal { opacity: 1 !important; transform: none !important; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1 !important; transform: none !important; } }

.wipe { position: relative; }

/* ==========================================================================
   MARQUEE / trust strip
   ========================================================================== */
.strip { border-block: 1px solid var(--line); padding-block: 22px; overflow: hidden; }
.strip__track { display: flex; align-items: center; gap: 56px; white-space: nowrap; width: max-content; }
.strip__track span { font-family: var(--font-display); font-size: clamp(15px, 1.6vw, 18px); color: var(--muted); font-weight: 500; display: inline-flex; align-items: center; gap: 56px; }
.strip__track span::after { content: "•"; color: var(--orange); }

/* ==========================================================================
   STATS
   ========================================================================== */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; }
.stat { background: var(--paper); padding: clamp(26px, 3vw, 40px); }
.bg-mist .stat { background: var(--mist); }
.stat__num { font-family: var(--font-display); font-size: clamp(2.6rem, 4.6vw, 3.9rem); font-weight: 600; letter-spacing: -0.03em; line-height: 1; }
.stat__num .u { color: var(--orange); }
.stat__label { margin-top: 12px; color: var(--muted); font-size: 15px; }

/* ==========================================================================
   SECTION HEAD
   ========================================================================== */
.sec-head { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: end; margin-bottom: clamp(40px, 5vw, 68px); }
.sec-head__title { max-width: 16ch; }
.sec-head__aside { padding-bottom: 6px; }
@media (max-width: 820px) { .sec-head { grid-template-columns: 1fr; gap: 18px; } }

/* ==========================================================================
   SERVICES
   ========================================================================== */
.services { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.svc {
  position: relative; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 34px; overflow: hidden; transition: transform .5s var(--ease), border-color .4s, box-shadow .5s;
  display: flex; flex-direction: column; min-height: 300px;
}
.bg-mist .svc { background: #fff; }
.svc:hover { transform: translateY(-6px); border-color: transparent; box-shadow: 0 30px 60px -34px rgba(0,0,0,0.28); }
.svc__idx { font-family: var(--font-display); font-size: 13px; color: var(--muted-2); letter-spacing: 0.04em; }
.svc__icon { width: 46px; height: 46px; margin-top: 22px; color: var(--orange); }
.svc__icon svg { width: 46px; height: 46px; display: block; }
.svc__title { font-size: 1.5rem; margin-top: 22px; }
.svc__desc { color: var(--muted); margin-top: 12px; font-size: 15.5px; flex: 1; }
.svc__more { margin-top: 22px; }
.svc--wide { grid-column: span 2; flex-direction: row; align-items: center; gap: 40px; }
.svc--wide .svc__body { flex: 1; }
.svc--wide .svc__media { width: 42%; align-self: stretch; border-radius: var(--radius); overflow: hidden; min-height: 220px; }
.svc--wide .svc__media img { width: 100%; height: 100%; object-fit: cover; }
.svc.svc--feature { background: var(--ink); color: #fff; }
.svc--feature .svc__title { color: #fff; }
.svc--feature .svc__desc { color: rgba(255,255,255,0.7); }
.svc--feature .svc__idx { color: rgba(255,255,255,0.5); }
.svc--feature .arrow-link { color: #fff; }

/* ==========================================================================
   SPLIT / feature rows
   ========================================================================== */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 5vw, 80px); align-items: center; }
.split--rev .split__media { order: -1; }
.split__media img { width: 100%; height: clamp(320px, 42vw, 520px); object-fit: cover; border-radius: var(--radius-lg); }
.split__list { margin-top: 30px; display: grid; gap: 2px; }
.split__list li { list-style: none; padding: 18px 0; border-top: 1px solid var(--line); display: flex; gap: 16px; align-items: flex-start; }
.split__list li:last-child { border-bottom: 1px solid var(--line); }
.split__list .n { font-family: var(--font-display); color: var(--orange); font-weight: 600; font-size: 15px; min-width: 32px; }
.split__list b { font-family: var(--font-display); font-weight: 600; }
.split__list p { color: var(--muted); font-size: 15px; margin-top: 3px; }

/* ==========================================================================
   PILLARS (pourquoi)
   ========================================================================== */
.pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.pillar { padding: 34px; border-radius: var(--radius-lg); background: var(--paper); border: 1px solid var(--line); }
.bg-ink .pillar { background: var(--ink-soft); border-color: rgba(255,255,255,0.1); }
.pillar__k { font-family: var(--font-display); font-size: 13px; color: var(--orange); letter-spacing: 0.08em; }
.pillar h3 { font-size: 1.4rem; margin-top: 16px; }
.pillar p { color: var(--muted); margin-top: 12px; font-size: 15.5px; }
.bg-ink .pillar p { color: rgba(255,255,255,0.66); }

/* ==========================================================================
   CTA band + quote preview
   ========================================================================== */
.cta-band { position: relative; border-radius: var(--radius-lg); overflow: hidden; background: var(--ink); color: #fff; padding: clamp(44px, 6vw, 84px); }
.cta-band__glow { position: absolute; width: 460px; height: 460px; border-radius: 50%; background: radial-gradient(circle, rgba(242,183,5,0.55), transparent 62%); filter: blur(30px); right: -120px; top: -140px; pointer-events: none; }
.cta-band__inner { position: relative; display: grid; grid-template-columns: 1.3fr 1fr; gap: 40px; align-items: center; }
.cta-band h2 { color: #fff; }
.cta-band .lead { color: rgba(255,255,255,0.72); margin-top: 18px; }
.cta-band__actions { display: flex; flex-direction: column; gap: 14px; }
.cta-band__actions .btn { justify-content: center; }
.cta-band__phone { text-align: center; color: rgba(255,255,255,0.6); font-size: 14px; }
.cta-band__phone b { color: #fff; font-family: var(--font-display); font-size: 20px; display: block; margin-top: 4px; }

/* ==========================================================================
   FAQ
   ========================================================================== */
.faq { display: grid; gap: 0; }
.faq__item { border-top: 1px solid var(--line); }
.faq__item:last-child { border-bottom: 1px solid var(--line); }
.faq__q { width: 100%; text-align: left; background: none; border: none; padding: 26px 0; display: flex; justify-content: space-between; align-items: center; gap: 24px; font-family: var(--font-display); font-size: clamp(1.05rem, 1.8vw, 1.3rem); font-weight: 600; color: var(--ink); }
.faq__q .ic { width: 26px; height: 26px; flex-shrink: 0; position: relative; }
.faq__q .ic::before, .faq__q .ic::after { content: ""; position: absolute; background: var(--orange); border-radius: 2px; top: 50%; left: 50%; transform: translate(-50%,-50%); transition: transform .35s var(--ease); }
.faq__q .ic::before { width: 15px; height: 2px; }
.faq__q .ic::after { width: 2px; height: 15px; }
.faq__item.is-open .ic::after { transform: translate(-50%,-50%) scaleY(0); }
.faq__a { overflow: hidden; height: 0; }
.faq__a p { color: var(--muted); padding-bottom: 26px; max-width: 68ch; font-size: 16px; }

/* ==========================================================================
   CONTACT / offices
   ========================================================================== */
.offices { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.office { border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 30px; background: #fff; }
.office.is-main { background: var(--ink); color: #fff; }
.office__tag { font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--orange); font-weight: 600; }
.office h3 { font-size: 1.35rem; margin-top: 12px; }
.office__row { display: flex; gap: 12px; margin-top: 16px; color: var(--muted); font-size: 15px; align-items: flex-start; }
.office.is-main .office__row { color: rgba(255,255,255,0.72); }
.office__row svg { width: 17px; color: var(--orange); flex-shrink: 0; margin-top: 3px; }

.contact-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(30px, 5vw, 64px); align-items: start; }

/* ==========================================================================
   DEVIS WIZARD
   ========================================================================== */
.devis { border: 1px solid var(--line); border-radius: var(--radius-lg); background: #fff; overflow: hidden; box-shadow: 0 40px 90px -60px rgba(0,0,0,0.3); }
.devis__bar { height: 4px; background: var(--mist-2); }
.devis__bar span { display: block; height: 100%; width: 25%; background: var(--orange); transition: width .6s var(--ease); }
.devis__head { padding: 26px clamp(24px,4vw,44px) 0; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.devis__step-label { font-size: 13px; color: var(--muted); font-weight: 600; letter-spacing: 0.04em; }
.devis__step-label b { color: var(--orange-deep); }
.devis__badge { display: inline-flex; align-items: center; gap: 7px; font-size: 13px; color: var(--green); font-weight: 600; }
.devis__badge svg { width: 16px; }

.stepper { display: grid; grid-template-columns: repeat(4, 1fr); padding: 22px clamp(24px,4vw,44px) 2px; }
.stepper__item { position: relative; display: flex; flex-direction: column; align-items: center; gap: 9px; text-align: center; }
.stepper__item::before, .stepper__item::after { content: ""; position: absolute; top: 18px; height: 2px; background: var(--line); z-index: 0; transition: background .4s var(--ease); }
.stepper__item::before { left: 0; right: 50%; }
.stepper__item::after { left: 50%; right: 0; }
.stepper__item:first-child::before, .stepper__item:last-child::after { display: none; }
.stepper__num { position: relative; z-index: 1; width: 38px; height: 38px; border-radius: 50%; border: 1.5px solid var(--line); background: #fff; display: grid; place-items: center; font-family: var(--font-display); font-weight: 600; font-size: 15px; color: var(--muted); transition: all .35s var(--ease); }
.stepper__label { font-size: 12.5px; color: var(--muted); font-weight: 500; transition: color .3s; }
.stepper__item.is-active .stepper__num { border-color: var(--orange); color: var(--orange); box-shadow: 0 0 0 4px var(--orange-wash); }
.stepper__item.is-done .stepper__num { border-color: var(--orange); background: var(--orange); color: #fff; }
.stepper__item.is-done::before, .stepper__item.is-done::after, .stepper__item.is-active::before { background: var(--orange); }
.stepper__item.is-active .stepper__label, .stepper__item.is-done .stepper__label { color: var(--ink); }
@media (max-width: 520px) { .stepper__label { display: none; } }

.devis__body { padding: 22px clamp(24px,4vw,44px) clamp(28px,4vw,44px); position: relative; }
.step { display: none; animation: stepIn .5s var(--ease); }
.step.is-active { display: block; }
@keyframes stepIn { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) { .step { animation: none; } }
.step__title { font-size: clamp(1.4rem, 2.6vw, 1.9rem); }
.step__hint { color: var(--muted); margin-top: 10px; font-size: 15.5px; }

.choice-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 26px; }
.choice {
  display: flex; gap: 14px; align-items: center; padding: 18px; border: 1.5px solid var(--line);
  border-radius: var(--radius); cursor: pointer; transition: border-color .25s, background .25s, transform .25s var(--ease);
  background: #fff;
}
.choice:hover { border-color: var(--muted-2); transform: translateY(-2px); }
.choice input { position: absolute; opacity: 0; }
.choice__ic { width: 40px; height: 40px; color: var(--orange); flex-shrink: 0; display: grid; place-items: center; border-radius: 11px; background: var(--orange-wash); transition: background .25s, color .25s; }
.choice__ic svg { width: 22px; height: 22px; }
.choice.is-selected .choice__ic { background: var(--orange); color: #fff; }
.choice b { font-family: var(--font-display); font-weight: 600; font-size: 16px; display: block; }
.choice span { font-size: 13px; color: var(--muted); }
.choice.is-selected { border-color: var(--orange); background: var(--orange-wash); }

.field { margin-top: 20px; }
.field > label { display: block; font-weight: 600; font-size: 14px; margin-bottom: 8px; }
.field .req { color: var(--orange); }
.field input[type=text], .field input[type=email], .field input[type=tel], .field input[type=number], .field textarea, .field select {
  width: 100%; padding: 14px 16px; border: 1.5px solid var(--line); border-radius: 12px; font: inherit; font-size: 16px; color: var(--ink); background: #fff;
  transition: border-color .25s, box-shadow .25s;
}
.field textarea { min-height: 120px; resize: vertical; }
.field input:focus, .field textarea:focus, .field select:focus { outline: none; border-color: var(--orange); box-shadow: 0 0 0 4px var(--orange-wash); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.chips { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 4px; }
.chip { padding: 10px 16px; border: 1.5px solid var(--line); border-radius: 100px; font-size: 14px; font-weight: 500; cursor: pointer; background: #fff; transition: all .2s; user-select: none; }
.chip:hover { border-color: var(--muted-2); }
.chip.is-on { background: var(--ink); color: #fff; border-color: var(--ink); }
.field .hint { font-size: 13px; color: var(--muted); margin-top: 7px; }
.field.err input, .field.err textarea, .field.err select { border-color: #e5484d; }
.field .err-msg { color: #e5484d; font-size: 13px; margin-top: 6px; display: none; }
.field.err .err-msg { display: block; }

/* Zones de dépôt de fichiers (candidature) */
.upload {
  display: flex; align-items: center; gap: 14px; padding: 18px;
  border: 1.5px dashed var(--muted-2); border-radius: 12px; background: #fff;
  cursor: pointer; transition: border-color .25s, background .25s;
}
.upload:hover, .upload.is-drag { border-color: var(--orange); background: var(--orange-wash); }
.upload svg { width: 26px; height: 26px; color: var(--orange); flex-shrink: 0; }
.upload__txt b { font-family: var(--font-display); font-size: 15px; display: block; }
.upload__txt small { color: var(--muted); font-size: 12.5px; }
.upload.has-file { border-style: solid; border-color: var(--green); background: #f4faec; }
.upload.has-file svg { color: var(--green); }
.field.err .upload { border-color: #e5484d; }

.devis__foot { display: flex; justify-content: space-between; align-items: center; gap: 14px; margin-top: 30px; padding-top: 22px; border-top: 1px solid var(--line); }
.devis__foot .spacer { flex: 1; }

.recap { margin-top: 24px; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.recap__row { display: flex; justify-content: space-between; gap: 20px; padding: 15px 20px; border-bottom: 1px solid var(--line); font-size: 15px; }
.recap__row:last-child { border-bottom: none; }
.recap__row .k { color: var(--muted); }
.recap__row .v { font-weight: 600; text-align: right; font-family: var(--font-display); }

.devis-success { text-align: center; padding: clamp(30px,5vw,60px) 20px; display: none; }
.devis-success.is-active { display: block; animation: stepIn .5s var(--ease); }
.devis-success .check { width: 76px; height: 76px; border-radius: 50%; background: var(--orange-wash); display: grid; place-items: center; margin: 0 auto 24px; }
.devis-success .check svg { width: 36px; color: var(--orange); }

/* ---------- Page devis : grand format centré ---------- */
.phero--devis { text-align: center; padding-bottom: clamp(28px, 4vw, 48px); }
.phero--devis h1, .phero--devis .lead { margin-inline: auto; }
.phero--devis h1 { max-width: 20ch; }
.devis-badges { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 26px; margin-top: 28px; }
.devis-badges span { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 600; color: var(--ink-soft); }
.devis-badges svg { width: 17px; color: var(--orange); }

.devis--xl { max-width: 960px; margin-inline: auto; }
.devis--xl .devis__head { padding: 30px clamp(28px, 5vw, 56px) 0; }
.devis--xl .stepper { padding: 26px clamp(28px, 5vw, 56px) 6px; max-width: 720px; margin-inline: auto; width: 100%; }
.devis--xl .devis__body { padding: 26px clamp(28px, 5vw, 56px) clamp(32px, 5vw, 52px); }
.devis--xl .step__title { font-size: clamp(1.6rem, 3vw, 2.2rem); }
.devis--xl .step__hint { font-size: 16px; }
.devis--xl .choice-grid { gap: 14px; margin-top: 30px; }
.devis--xl .choice { padding: 24px 22px; gap: 18px; border-radius: var(--radius-lg); }
.devis--xl .choice__ic { width: 52px; height: 52px; border-radius: 14px; }
.devis--xl .choice__ic svg { width: 27px; height: 27px; }
.devis--xl .choice b { font-size: 17.5px; }
.devis--xl .choice span { font-size: 14px; }
.devis--xl .stepper__num { width: 44px; height: 44px; font-size: 16px; }
.devis--xl .stepper__item::before, .devis--xl .stepper__item::after { top: 21px; }
.devis--xl .stepper__label { font-size: 13.5px; }

.devis-trust { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; max-width: 960px; margin: clamp(36px, 5vw, 56px) auto 0; }
.devis-trust__item { background: var(--mist); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 26px 24px; }
.devis-trust__ic { width: 44px; height: 44px; border-radius: 12px; background: var(--orange-wash); color: var(--orange-deep); display: grid; place-items: center; margin-bottom: 16px; }
.devis-trust__ic svg { width: 22px; height: 22px; }
.devis-trust__item b { font-family: var(--font-display); font-size: 16px; display: block; }
.devis-trust__item p { color: var(--muted); font-size: 14px; margin-top: 6px; }

.devis-phone { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 12px 18px; margin-top: clamp(30px, 4vw, 44px); color: var(--muted); font-size: 15px; }
.devis-phone a { display: inline-flex; align-items: center; gap: 10px; font-family: var(--font-display); font-weight: 600; font-size: 26px; color: var(--ink); letter-spacing: -0.02em; transition: color .25s; }
.devis-phone a:hover { color: var(--orange-deep); }
.devis-phone a svg { width: 22px; color: var(--orange); }
.devis-phone__note { font-size: 13px; background: var(--orange-wash); color: var(--orange-deep); font-weight: 600; padding: 5px 12px; border-radius: 100px; }

@media (max-width: 900px) { .devis-trust { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .devis-trust { grid-template-columns: 1fr; } }

.aside-card { border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 30px; background: var(--mist); position: sticky; top: 100px; }
.aside-card h3 { font-size: 1.3rem; }
.aside-card ul { list-style: none; padding: 0; margin: 20px 0 0; display: grid; gap: 14px; }
.aside-card li { display: flex; gap: 12px; font-size: 15px; color: var(--ink-soft); align-items: flex-start; }
.aside-card li svg { width: 18px; color: var(--orange); flex-shrink: 0; margin-top: 2px; }
.aside-card__phone { margin-top: 26px; padding-top: 22px; border-top: 1px solid var(--line); }
.aside-card__phone span { font-size: 13px; color: var(--muted); }
.aside-card__phone b { font-family: var(--font-display); font-size: 24px; display: block; margin-top: 4px; }

/* ==========================================================================
   PAGE HERO (interior)
   ========================================================================== */
.phero { padding-top: clamp(130px, 20vh, 200px); padding-bottom: clamp(40px, 6vw, 72px); }
.phero__crumb { color: var(--muted); font-size: 14px; margin-bottom: 22px; }
.phero__crumb a:hover { color: var(--orange-deep); }
.phero h1 { font-size: clamp(2.6rem, 6.4vw, 5rem); letter-spacing: -0.035em; max-width: 16ch; }
.phero .lead { margin-top: 24px; }

/* ==========================================================================
   BLOG
   ========================================================================== */
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.bcard {
  display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line);
  border-radius: var(--radius-lg); padding: 30px; transition: transform .45s var(--ease), box-shadow .45s, border-color .3s;
}
.bcard:hover { transform: translateY(-5px); border-color: transparent; box-shadow: 0 26px 54px -30px rgba(0,0,0,0.25); }
.bcard__cat { font-size: 11.5px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--orange-deep); }
.bcard h2 { font-size: 1.25rem; margin-top: 14px; line-height: 1.25; }
.bcard p { color: var(--muted); font-size: 14.5px; margin-top: 10px; flex: 1; }
.bcard__meta { display: flex; gap: 14px; margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--line); font-size: 12.5px; color: var(--muted-2); }
.bcard .arrow-link { margin-top: 14px; font-size: 14px; }
@media (max-width: 980px) { .blog-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .blog-grid { grid-template-columns: 1fr; } }

/* Article */
.prose { max-width: 760px; margin-inline: auto; }
.prose__meta { display: flex; flex-wrap: wrap; gap: 14px; color: var(--muted); font-size: 14px; margin-top: 20px; }
.prose__meta span { display: inline-flex; align-items: center; gap: 7px; }
.prose__meta svg { width: 15px; color: var(--orange); }
.prose h2 { font-size: clamp(1.35rem, 2.4vw, 1.7rem); margin-top: 42px; margin-bottom: 14px; }
.prose h3 { font-size: 1.15rem; margin-top: 28px; margin-bottom: 10px; }
.prose p { margin-bottom: 16px; color: var(--ink-soft); }
.prose ul, .prose ol { margin: 0 0 18px; padding-left: 22px; color: var(--ink-soft); }
.prose li { margin-bottom: 8px; }
.prose li::marker { color: var(--orange); font-weight: 700; }
.prose strong { color: var(--ink); }
.prose blockquote { border-left: 3px solid var(--orange); margin: 24px 0; padding: 4px 0 4px 20px; color: var(--muted); font-style: italic; }
.prose-cta { background: var(--mist); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 30px; margin-top: 44px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 18px; }
.prose-cta b { font-family: var(--font-display); font-size: 1.15rem; display: block; }
.prose-cta p { color: var(--muted); font-size: 14.5px; margin-top: 4px; }

/* ==========================================================================
   FOOTER
   ========================================================================== */
.footer { background: var(--ink); color: rgba(255,255,255,0.72); padding-block: clamp(56px, 7vw, 90px) 34px; }
.footer__top { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 40px; }
.footer__brand img { height: 44px; margin-bottom: 22px; filter: brightness(0) invert(1); }
.footer__brand p { max-width: 34ch; font-size: 15px; }
.footer h4 { color: #fff; font-size: 14px; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 18px; font-family: var(--font-body); font-weight: 600; }
.footer__col a, .footer__col p { display: block; font-size: 15px; padding: 5px 0; color: rgba(255,255,255,0.66); }
.footer__col a:hover { color: var(--orange); }
.footer__bottom { display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; margin-top: clamp(40px,5vw,64px); padding-top: 26px; border-top: 1px solid rgba(255,255,255,0.12); font-size: 13px; color: rgba(255,255,255,0.5); }
.footer__dad { display: inline-flex; align-items: center; gap: 10px; }
.footer__dad img { height: 30px; filter: brightness(0) invert(1); opacity: 0.8; }

/* ==========================================================================
   ASSISTANT « SANI » (chatbot)
   ========================================================================== */
/* Barre de contact fixe en bas d'écran */
.cbar {
  position: fixed; left: 50%; bottom: 16px; transform: translateX(-50%); z-index: 120;
  transition: transform .45s var(--ease), opacity .35s;
}
.cbar.cbar--hidden { transform: translateX(-50%) translateY(130%); opacity: 0; pointer-events: none; }
@media (max-width: 640px) { .cbar.cbar--hidden { transform: translateY(130%); } }
.cbar {
  display: flex; gap: 8px; padding: 8px;
  background: rgba(26,26,28,0.92); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,0.14); border-radius: 100px;
  box-shadow: 0 22px 50px -18px rgba(0,0,0,0.5);
}
.cbar__call, .cbar__chat {
  display: inline-flex; align-items: center; gap: 11px;
  padding: 10px 20px; border-radius: 100px; border: none; text-align: left;
  transition: transform .25s var(--ease), background .25s;
}
.cbar__call { background: var(--orange); color: #fff; }
.cbar__call:hover { background: var(--orange-deep); transform: translateY(-2px); }
.cbar__chat { background: rgba(255,255,255,0.1); color: #fff; border: 1px solid rgba(255,255,255,0.2); }
.cbar__chat:hover { background: rgba(255,255,255,0.2); transform: translateY(-2px); }
.cbar svg { width: 21px; height: 21px; flex-shrink: 0; }
.cbar b { font-family: var(--font-display); font-size: 15.5px; font-weight: 600; display: block; line-height: 1.15; }
.cbar small { font-size: 11.5px; opacity: 0.85; display: block; line-height: 1.2; }

.sbot__win[hidden] { display: none; }
.sbot__win {
  position: fixed; right: 24px; bottom: 92px; z-index: 121;
  width: min(390px, calc(100vw - 32px)); height: min(560px, calc(100dvh - 130px));
  background: #fff; border: 1px solid var(--line); border-radius: 20px;
  box-shadow: 0 40px 90px -30px rgba(0,0,0,0.35);
  display: flex; flex-direction: column; overflow: hidden;
  animation: sbotIn .4s var(--ease);
}
@keyframes sbotIn { from { opacity: 0; transform: translateY(16px) scale(0.98); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) { .sbot__win { animation: none; } }

.sbot__head { display: flex; align-items: center; gap: 12px; padding: 16px 18px; background: var(--ink); color: #fff; }
.sbot__avatar { width: 38px; height: 38px; border-radius: 50%; background: var(--orange); display: grid; place-items: center; font-family: var(--font-display); font-weight: 700; font-size: 17px; }
.sbot__head b { font-family: var(--font-display); font-size: 16px; display: block; }
.sbot__head span { font-size: 12.5px; color: rgba(255,255,255,0.65); display: flex; align-items: center; gap: 6px; }
.sbot__head span::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--green); }

.sbot__msgs { flex: 1; overflow-y: auto; padding: 18px 16px; display: flex; flex-direction: column; gap: 10px; background: var(--mist); }
.sbot__m { max-width: 86%; padding: 11px 15px; border-radius: 16px; font-size: 14.5px; line-height: 1.55; }
.sbot__m--bot { background: #fff; border: 1px solid var(--line); border-bottom-left-radius: 6px; align-self: flex-start; }
.sbot__m--user { background: var(--ink); color: #fff; border-bottom-right-radius: 6px; align-self: flex-end; }
.sbot__m b { color: inherit; }
.sbot__typing { display: inline-flex; gap: 5px; align-items: center; padding: 15px 17px; }
.sbot__typing span { width: 7px; height: 7px; border-radius: 50%; background: var(--muted-2); animation: sbotDot 1.1s infinite; }
.sbot__typing span:nth-child(2) { animation-delay: .15s; }
.sbot__typing span:nth-child(3) { animation-delay: .3s; }
@keyframes sbotDot { 0%, 60%, 100% { transform: none; opacity: .5; } 30% { transform: translateY(-4px); opacity: 1; } }

.sbot__chips { display: flex; flex-wrap: wrap; gap: 8px; align-self: flex-start; max-width: 92%; }
.sbot__chip { padding: 8px 14px; border-radius: 100px; border: 1.5px solid var(--orange); background: #fff; color: var(--orange-deep); font-size: 13px; font-weight: 600; transition: background .2s, color .2s, transform .2s; }
.sbot__chip:hover { background: var(--orange); color: #fff; transform: translateY(-1px); }

.sbot__input { display: flex; gap: 10px; padding: 12px; border-top: 1px solid var(--line); background: #fff; }
.sbot__input input { flex: 1; border: 1.5px solid var(--line); border-radius: 100px; padding: 11px 17px; font: inherit; font-size: 16px; }
.sbot__input input:focus { outline: none; border-color: var(--orange); }
.sbot__input button { width: 44px; height: 44px; border-radius: 50%; border: none; background: var(--orange); color: #fff; display: grid; place-items: center; transition: background .2s, transform .2s; }
.sbot__input button:hover { background: var(--orange-deep); transform: scale(1.05); }
.sbot__input button svg { width: 18px; height: 18px; }

@media (max-width: 640px) {
  .cbar { left: 10px; right: 10px; transform: none; width: auto; }
  .cbar__call, .cbar__chat { flex: 1; justify-content: center; padding: 10px 12px; }
  .cbar small { display: none; }
  .sbot__win { right: 12px; left: 12px; width: auto; bottom: 84px; height: min(68dvh, 560px); }
}

/* Back to top */
.totop { position: fixed; right: 24px; bottom: 94px; width: 46px; height: 46px; border-radius: 50%; background: var(--ink); color: #fff; display: grid; place-items: center; z-index: 90; opacity: 0; transform: translateY(20px); transition: opacity .4s, transform .4s; border: none; box-shadow: 0 10px 26px -12px rgba(0,0,0,0.4); }
.totop.show { opacity: 1; transform: none; }
.totop svg { width: 18px; }

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media (max-width: 1080px) {
  .nav { display: none; }
  .header__phone { display: none; }
  .burger { display: block; }
  .footer__top { grid-template-columns: 1fr 1fr; gap: 32px; }
}
@media (max-width: 900px) {
  .hero__grid { grid-template-columns: 1fr; }
  .hero__media { order: -1; }
  .hero__media img { height: clamp(280px, 60vw, 420px); }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .services { grid-template-columns: 1fr; }
  .svc--wide { grid-column: span 1; flex-direction: column; align-items: stretch; }
  .svc--wide .svc__media { width: 100%; }
  .split { grid-template-columns: 1fr; }
  .split--rev .split__media { order: 0; }
  .pillars { grid-template-columns: 1fr; }
  .cta-band__inner { grid-template-columns: 1fr; }
  .offices { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .choice-grid { grid-template-columns: 1fr; }
  .field-row { grid-template-columns: 1fr; }
  .aside-card { position: static; }
}
@media (max-width: 520px) {
  .footer__top { grid-template-columns: 1fr; }
  .hero__badge { left: 12px; right: 12px; max-width: none; }
  .devis__foot { flex-wrap: wrap; }
  .devis__foot .btn { flex: 1; justify-content: center; }
}

/* ================= FALCONI — ajouts (reveal natif, imgslot, sections) ================= */
.reveal { transform: translateY(22px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.is-in { opacity: 1; transform: none; }
.wipe.is-in { opacity: 1; transform: none; }

/* --- Placeholder image avec prompt ChatGPT --- */
.imgslot { position: relative; display: flex; flex-direction: column; justify-content: flex-end; gap: 10px; margin: 0; padding: 22px; border-radius: var(--radius-lg); overflow: hidden; background: linear-gradient(145deg, #241c05 0%, #f2b705 55%, #ffd75e 100%); min-height: 220px; color: #fff; }
.imgslot::before { content: ""; position: absolute; inset: 10px; border: 1.5px dashed rgba(255,255,255,.45); border-radius: calc(var(--radius-lg) - 8px); pointer-events: none; }
.imgslot__tag { display: inline-flex; align-items: center; gap: 7px; align-self: flex-start; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; background: rgba(0,0,0,.3); padding: 6px 12px; border-radius: 99px; }
.imgslot__tag::before { content: "📷"; font-size: 12px; }
.imgslot__prompt { font-size: 12.5px; line-height: 1.5; opacity: .92; margin: 0; max-width: 60ch; }
.imgslot--tall { min-height: 380px; }
.imgslot--hero { position: absolute; inset: 0; border-radius: 0; min-height: 100%; justify-content: flex-end; align-items: flex-end; text-align: right; padding: 24px 28px 90px; z-index: 0; }
.imgslot--hero::before { display: none; }
.imgslot--hero .imgslot__tag { align-self: flex-end; }
.imgslot--hero .imgslot__prompt { max-width: 38ch; opacity: .55; }
@media (max-width: 900px) { .imgslot--hero .imgslot__tag, .imgslot--hero .imgslot__prompt { display: none; } }


/* --- Étapes (comment ça marche) --- */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; counter-reset: st; }
.stepc { position: relative; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 30px 24px 26px; counter-increment: st; }
.stepc::before { content: counter(st, decimal-leading-zero); font-size: 13px; font-weight: 800; color: var(--orange); letter-spacing: .1em; }
.stepc h3 { font-size: 18px; margin: 12px 0 8px; }
.stepc p { font-size: 14.5px; color: var(--muted); line-height: 1.6; }
@media (max-width: 960px) { .steps { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .steps { grid-template-columns: 1fr; } }

/* --- Cartes tarifs --- */
.pricing { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: stretch; }
.price-card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 32px 28px; display: flex; flex-direction: column; gap: 6px; position: relative; }
.price-card--hot { border-color: var(--orange); box-shadow: 0 12px 40px rgba(242,183,5,.14); }
.price-card__flag { position: absolute; top: -12px; left: 26px; background: var(--orange); color: #fff; font-size: 11.5px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; padding: 5px 13px; border-radius: 99px; }
.price-card h3 { font-size: 19px; }
.price-card .from { font-size: 13px; color: var(--muted); margin-top: 10px; }
.price-card .amount { font-size: clamp(30px, 3vw, 40px); font-weight: 800; letter-spacing: -0.02em; color: var(--ink); }
.price-card .amount small { font-size: 15px; font-weight: 600; color: var(--muted); }
.price-card ul { list-style: none; padding: 0; margin: 16px 0 22px; display: grid; gap: 9px; }
.price-card li { font-size: 14px; color: var(--ink-soft); padding-left: 24px; position: relative; }
.price-card li::before { content: "\2713"; position: absolute; left: 0; color: var(--orange); font-weight: 800; }
.price-card .btn { margin-top: auto; justify-content: center; }
@media (max-width: 960px) { .pricing { grid-template-columns: 1fr; } }
.price-table { width: 100%; border-collapse: collapse; background: var(--paper); border-radius: var(--radius); overflow: hidden; font-size: 15px; }
.price-table th { background: var(--ink); color: #fff; text-align: left; padding: 14px 18px; font-weight: 700; }
.price-table td { padding: 13px 18px; border-top: 1px solid var(--line); }
.price-table td:last-child { font-weight: 700; white-space: nowrap; }
.price-table tr:hover td { background: var(--mist); }
.table-scroll { overflow-x: auto; border-radius: var(--radius); border: 1px solid var(--line); }

/* --- Témoignages --- */
.testis { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.testi { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 30px 26px; display: flex; flex-direction: column; gap: 14px; }
.testi__stars { color: var(--orange); letter-spacing: 3px; font-size: 15px; }
.testi p { font-size: 15px; line-height: 1.65; color: var(--ink-soft); font-style: italic; }
.testi footer { display: flex; align-items: center; gap: 12px; margin-top: auto; }
.testi__avatar { width: 42px; height: 42px; border-radius: 50%; background: var(--orange-wash); color: var(--orange-deep); display: grid; place-items: center; font-weight: 800; font-size: 15px; }
.testi footer b { display: block; font-size: 14.5px; }
.testi footer span { font-size: 12.5px; color: var(--muted); }
@media (max-width: 960px) { .testis { grid-template-columns: 1fr; } }

/* --- Zone d'intervention --- */
.zone-chips { display: flex; flex-wrap: wrap; gap: 10px; }
.zone-chips span { background: var(--paper); border: 1px solid var(--line); padding: 9px 18px; border-radius: 99px; font-size: 14.5px; font-weight: 600; }
.zone-chips span b { color: var(--orange-deep); }

/* --- Split média/texte --- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 5vw, 64px); align-items: center; }
.split--rev > :first-child { order: 2; }
@media (max-width: 900px) { .split { grid-template-columns: 1fr; } .split--rev > :first-child { order: 0; } }
.ticks { list-style: none; padding: 0; margin: 20px 0 0; display: grid; gap: 12px; }
.ticks li { padding-left: 30px; position: relative; font-size: 15.5px; line-height: 1.55; }
.ticks li::before { content: "\2713"; position: absolute; left: 0; top: 2px; width: 20px; height: 20px; border-radius: 50%; background: var(--orange-wash); color: var(--orange-deep); font-size: 12px; font-weight: 800; display: grid; place-items: center; }

/* --- Bandeau garantie / urgence --- */
.gbar { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 14px 34px; padding: 18px var(--gut); background: var(--ink); color: #fff; font-size: 14.5px; font-weight: 600; }
.gbar svg { width: 17px; height: 17px; color: var(--orange); flex-shrink: 0; }
.gbar span { display: inline-flex; align-items: center; gap: 9px; }

/* --- Estimation dans le devis --- */
.estimate { background: linear-gradient(135deg, #241c05, #f2b705); color: #fff; border-radius: var(--radius-lg); padding: 28px 30px; margin-top: 26px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 18px; }
.estimate__label { font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; opacity: .85; }
.estimate__value { font-size: clamp(26px, 3vw, 36px); font-weight: 800; letter-spacing: -0.02em; }
.estimate__note { flex-basis: 100%; font-size: 12.5px; opacity: .8; line-height: 1.5; }
.recap { display: grid; gap: 0; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; margin-top: 22px; }
.recap__row { display: flex; justify-content: space-between; gap: 18px; padding: 12px 18px; font-size: 14.5px; }
.recap__row:nth-child(odd) { background: var(--mist); }
.recap__row .k { color: var(--muted); font-weight: 600; }
.recap__row .v { text-align: right; font-weight: 600; }

/* --- FAQ accordéon sans GSAP (grid trick) --- */
.faq__a { height: auto; display: grid; grid-template-rows: 0fr; transition: grid-template-rows .45s var(--ease); }
.faq__a p { overflow: hidden; min-height: 0; }
.faq__item.is-open .faq__a { grid-template-rows: 1fr; }

/* ================= PALETTE JAUNE — contrastes (texte sombre sur jaune) ================= */
::selection { background: var(--orange); color: var(--ink); }
.btn--primary { background: var(--orange); color: var(--ink); }
.btn--primary:hover { background: #ffd75e; color: var(--ink); }
.btn--primary svg { color: var(--ink); }
.stepper__item.is-done .stepper__num { color: var(--ink); }
.choice.is-selected .choice__ic { color: var(--ink); }
.price-card__flag { color: var(--ink); }
.devis-success .check { color: var(--ink); }
.imgslot { background: linear-gradient(145deg, #1f1803 0%, #6e5405 58%, #b98f07 100%); }
.estimate { background: linear-gradient(135deg, #241c05, #8a6a06); }
.cta-band__glow { background: radial-gradient(circle, rgba(242,183,5,0.5), transparent 62%); }

/* ================= DEVIS V2 — sélection redessinée ================= */

/* --- Cartes de prestation (étape 1) --- */
.choice-grid { grid-template-columns: repeat(3, 1fr); gap: 14px; }
@media (max-width: 860px) { .choice-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px) { .choice-grid { grid-template-columns: 1fr; } }
.choice {
  position: relative; display: flex; flex-direction: column; align-items: flex-start; gap: 0;
  padding: 22px 20px 20px; border: 1.5px solid var(--line); border-radius: 16px;
  background: #fff; cursor: pointer;
  transition: border-color .25s, box-shadow .3s var(--ease), transform .3s var(--ease), background .25s;
}
.choice:hover { border-color: var(--orange); transform: translateY(-3px); box-shadow: 0 16px 40px -22px rgba(0,0,0,.25); }
.choice__ic {
  width: 52px; height: 52px; border-radius: 14px;
  background: var(--orange-wash); color: var(--orange-deep);
  display: grid; place-items: center; margin-bottom: 14px;
  transition: background .3s, color .3s, transform .3s var(--ease);
}
.choice__ic svg { width: 26px; height: 26px; }
.choice:hover .choice__ic { transform: scale(1.06) rotate(-3deg); }
.choice b { font-size: 16.5px; font-weight: 700; }
.choice > span:last-of-type > span { display: block; margin-top: 5px; line-height: 1.45; }
.choice::after {
  content: ""; position: absolute; top: 14px; right: 14px; width: 26px; height: 26px;
  border: 1.5px solid var(--line); border-radius: 50%; background: #fff;
  transition: all .25s var(--ease);
}
.choice::before {
  content: ""; position: absolute; top: 14px; right: 14px; width: 26px; height: 26px; z-index: 1;
  background: center / 14px no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231a1a1c' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E");
  opacity: 0; transform: scale(.4); transition: all .3s var(--ease);
}
.choice.is-selected { border-color: var(--orange); border-width: 2px; padding: 21.5px 19.5px 19.5px; background: #fffdf4; box-shadow: 0 16px 44px -22px rgba(178,141,6,.45); }
.choice.is-selected::after { background: var(--orange); border-color: var(--orange); box-shadow: 0 0 0 4px var(--orange-wash); }
.choice.is-selected::before { opacity: 1; transform: scale(1); }
.choice.is-selected .choice__ic { background: var(--orange); color: var(--ink); }

/* --- Chips (étape 2) --- */
.chips { gap: 9px; }
.chip {
  position: relative; display: inline-flex; align-items: center; gap: 0;
  padding: 11px 18px; border: 1.5px solid var(--line); border-radius: 12px;
  font-size: 14.5px; font-weight: 600; color: var(--ink-soft); background: #fff;
  transition: all .22s var(--ease);
}
.chip:hover { border-color: var(--orange); background: #fffdf4; transform: translateY(-1px); }
.chip::before {
  content: ""; width: 0; height: 15px; opacity: 0; margin-right: 0;
  background: center / 15px no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231a1a1c' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E");
  transition: width .25s var(--ease), margin-right .25s var(--ease), opacity .2s;
}
.chip.is-on { background: var(--orange); border-color: var(--orange); color: var(--ink); font-weight: 700; box-shadow: 0 6px 18px -8px rgba(178,141,6,.6); }
.chip.is-on::before { width: 15px; margin-right: 8px; opacity: 1; }

/* --- Contrôle numérique (m², fenêtres) --- */
.numctl { display: inline-flex; align-items: stretch; border: 1.5px solid var(--line); border-radius: 14px; overflow: hidden; background: #fff; margin-top: 4px; }
.numctl button {
  width: 48px; border: none; background: var(--mist); font-size: 22px; font-weight: 700; color: var(--ink);
  display: grid; place-items: center; transition: background .2s; line-height: 1; padding-bottom: 3px;
}
.numctl button:hover { background: var(--orange); }
.numctl input {
  width: 86px; border: none; text-align: center; font-family: var(--font-display);
  font-size: 20px; font-weight: 800; color: var(--ink); -moz-appearance: textfield; appearance: textfield;
}
.numctl input::-webkit-outer-spin-button, .numctl input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.numctl input:focus { outline: none; }
.numctl__unit { display: grid; place-items: center; padding: 0 16px 0 0; color: var(--muted); font-weight: 700; font-size: 14px; }
.field.err .numctl { border-color: #e5484d; }

/* --- Barre d'estimation en direct (étape 2) --- */
.live-est {
  position: sticky; bottom: 12px; z-index: 5;
  display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap;
  margin-top: 26px; padding: 16px 22px; border-radius: 16px;
  background: var(--ink); color: #fff;
  box-shadow: 0 18px 44px -18px rgba(0,0,0,.5);
  opacity: 0; transform: translateY(8px); pointer-events: none;
  transition: opacity .35s var(--ease), transform .35s var(--ease);
}
.live-est.is-on { opacity: 1; transform: none; pointer-events: auto; }
.live-est__label { font-size: 11.5px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.6); display: flex; align-items: center; gap: 8px; }
.live-est__label::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--orange); animation: pulse 1.6s ease infinite; }
@keyframes pulse { 0%,100% { box-shadow: 0 0 0 0 rgba(242,183,5,.55); } 55% { box-shadow: 0 0 0 7px rgba(242,183,5,0); } }
.live-est__value { font-family: var(--font-display); font-size: clamp(19px, 2.4vw, 25px); font-weight: 800; letter-spacing: -0.01em; color: var(--orange); transition: transform .2s var(--ease); }
.live-est__value.bump { transform: scale(1.07); }

/* ================= IMAGES — proportions réelles des photos ================= */
.imgslot { aspect-ratio: 900 / 620; min-height: 0; width: 100%; height: auto; }
.imgslot--tall { aspect-ratio: 900 / 1100; min-height: 0; max-height: 640px; }
.imgslot--hero { aspect-ratio: auto; min-height: 100%; }
.split .imgslot { align-self: center; }
@media (max-width: 900px) {
  .imgslot--tall { aspect-ratio: 900 / 780; max-height: 460px; }
  .imgslot { max-height: 420px; }
  .imgslot--hero { max-height: none; }
}

/* --- Badges assurance mis en avant --- */
.gchip--flag { background: var(--orange); border-color: var(--orange); }
.gchip--flag b, .gchip--flag span, .gchip--flag span b { color: var(--ink) !important; }
.gbar__hot { background: var(--orange); color: var(--ink); font-weight: 800; padding: 7px 16px; border-radius: 99px; }
.gbar__hot svg { color: var(--ink); }

/* ================= NUMCTL v2 (− | valeur unité | +) ================= */
.numctl { display: flex; align-items: stretch; width: max-content; max-width: 100%; }
.numctl button {
  width: 54px; min-height: 54px; flex-shrink: 0;
  font-size: 24px; padding-bottom: 2px;
}
.numctl button:active { background: var(--orange); transform: scale(.96); }
.numctl__mid {
  display: flex; align-items: center; justify-content: center; gap: 7px;
  padding: 0 18px; border-inline: 1.5px solid var(--line); min-width: 120px;
}
.numctl input { width: 58px; font-size: 21px; }
.numctl__unit { padding: 0; font-size: 13.5px; }
@media (max-width: 560px) {
  .numctl { width: 100%; }
  .numctl__mid { flex: 1; }
  .numctl button { width: 62px; }
}

/* ================= RESPONSIVE — tous écrans ================= */
/* Grille prestations accueil */
.svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
@media (max-width: 1024px) { .svc-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .svc-grid { grid-template-columns: 1fr; } }

/* Bandeau garanties */
@media (max-width: 900px) { .gbar { gap: 10px 20px; font-size: 13px; padding-block: 14px; } }
@media (max-width: 560px) {
  .gbar { flex-direction: column; align-items: center; gap: 8px; }
  .gbar span:not(.gbar__hot) { display: none; }
  .gbar::after { content: "Assuré RC pro · Personnel déclaré · Devis en 2 min"; font-size: 12px; font-weight: 500; color: rgba(255,255,255,.65); }
}

/* Stats très petits écrans */
@media (max-width: 420px) { .stats { grid-template-columns: 1fr; } }

/* Hero : chips et boutons pleine largeur mobile */
@media (max-width: 560px) {
  .hero-clean__actions { flex-direction: column; align-items: stretch; }
  .hero-clean__actions .btn { justify-content: center; }
  .hero-clean__chips { gap: 8px; }
  .gchip { padding: 8px 14px; }
  .gchip b { font-size: 16px; }
  .gchip span { font-size: 12px; }
}

/* Devis : barre live et boutons */
@media (max-width: 640px) {
  .live-est { position: sticky; bottom: 8px; padding: 13px 16px; border-radius: 13px; }
  .live-est__label { font-size: 10.5px; }
  .devis__head { flex-wrap: wrap; }
  .chips { gap: 7px; }
  .chip { padding: 10px 14px; font-size: 13.5px; }
  .estimate { padding: 20px; }
  .recap__row { flex-direction: column; gap: 2px; }
  .recap__row .v { text-align: left; }
}

/* Tableaux tarifs sur mobile */
@media (max-width: 640px) {
  .price-table { font-size: 13.5px; }
  .price-table th, .price-table td { padding: 10px 12px; }
}

/* Étapes / piliers / témoignages : respiration mobile */
@media (max-width: 560px) {
  .stepc { padding: 24px 20px 22px; }
  .pillar { padding: 26px 22px; }
  .testi { padding: 24px 20px; }
  .price-card { padding: 26px 22px; }
  .section { padding-block: clamp(56px, 14vw, 96px); }
}

/* Très grands écrans : limiter le hero */
@media (min-width: 1800px) {
  .hero-clean { min-height: 860px; max-height: 1000px; }
}

/* Tablettes : split confortable */
@media (min-width: 901px) and (max-width: 1100px) {
  .split { gap: 32px; }
}

/* Zone tactile confortable partout */
@media (hover: none) {
  .chip, .choice, .numctl button, .faq__q { -webkit-tap-highlight-color: transparent; }
  .chip { min-height: 44px; display: inline-flex; align-items: center; }
}
@media (max-width: 560px) {
  .gbar__hot { text-align: center; border-radius: 14px; line-height: 1.4; padding: 8px 14px; }
}

/* ================= CHAT ASSISTANT + BOUTONS FLOTTANTS ================= */
.fab-chat {
  position: fixed; right: 18px; bottom: 18px; z-index: 900;
  width: 60px; height: 60px; border-radius: 50%; border: none;
  background: var(--orange); color: var(--ink);
  display: grid; place-items: center; cursor: pointer;
  box-shadow: 0 10px 30px -8px rgba(178,141,6,.65);
  transition: transform .25s var(--ease), background .25s;
}
.fab-chat:hover { transform: scale(1.07); }
.fab-chat svg { width: 26px; height: 26px; grid-area: 1/1; transition: opacity .2s, transform .3s var(--ease); }
.fab-chat .ic-close { opacity: 0; transform: rotate(-45deg); }
.fab-chat.is-open .ic-open { opacity: 0; transform: rotate(45deg); }
.fab-chat.is-open .ic-close { opacity: 1; transform: none; }
.fab-chat__dot { position: absolute; top: 4px; right: 4px; width: 13px; height: 13px; border-radius: 50%; background: #e5484d; border: 2.5px solid #fff; animation: pulse 1.8s ease infinite; }
.fab-chat.is-open .fab-chat__dot { display: none; }

.fab-call {
  position: fixed; left: 18px; bottom: 18px; z-index: 900;
  display: inline-flex; align-items: center; gap: 9px;
  padding: 14px 20px; border-radius: 100px;
  background: var(--ink); color: #fff; font-weight: 700; font-size: 14.5px;
  box-shadow: 0 10px 30px -10px rgba(0,0,0,.5);
  transition: transform .25s var(--ease), background .25s;
}
.fab-call:hover { transform: translateY(-2px); background: #000; }
.fab-call svg { width: 18px; height: 18px; color: var(--orange); }

.totop { bottom: 92px !important; right: 22px !important; }

/* --- Panneau --- */
.cbot {
  position: fixed; right: 18px; bottom: 90px; z-index: 950;
  width: min(384px, calc(100vw - 24px));
  height: min(560px, calc(100dvh - 120px));
  background: #fff; border-radius: 20px; overflow: hidden;
  display: flex; flex-direction: column;
  box-shadow: 0 30px 80px -20px rgba(0,0,0,.4), 0 0 0 1px var(--line);
  opacity: 0; transform: translateY(16px) scale(.97); pointer-events: none;
  transition: opacity .3s var(--ease), transform .3s var(--ease);
}
.cbot.is-open { opacity: 1; transform: none; pointer-events: auto; }
.cbot__head {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  padding: 16px 18px; background: var(--ink); color: #fff; flex-shrink: 0;
}
.cbot__head b { font-size: 15.5px; display: flex; align-items: center; gap: 8px; }
.cbot__head b::before { content: ""; width: 9px; height: 9px; border-radius: 50%; background: #4ade80; }
.cbot__head span { display: block; font-size: 11.5px; color: rgba(255,255,255,.55); margin-top: 2px; }
.cbot__x { background: none; border: none; color: rgba(255,255,255,.6); font-size: 26px; line-height: 1; padding: 2px 6px; }
.cbot__x:hover { color: #fff; }

.cbot__msgs { flex: 1; overflow-y: auto; padding: 16px 14px; display: flex; flex-direction: column; gap: 9px; background: var(--mist); overscroll-behavior: contain; }
.cbot__m { max-width: 85%; padding: 11px 14px; border-radius: 15px; font-size: 14px; line-height: 1.55; animation: cbotIn .3s var(--ease); }
@keyframes cbotIn { from { opacity: 0; transform: translateY(8px); } }
.cbot__m--bot { align-self: flex-start; background: #fff; border: 1px solid var(--line); border-bottom-left-radius: 5px; }
.cbot__m--user { align-self: flex-end; background: var(--ink); color: #fff; border-bottom-right-radius: 5px; }
.cbot__m small { color: var(--muted); font-size: 12px; display: block; margin-top: 6px; line-height: 1.45; }
.cbot__m--bot a { color: var(--orange-deep); font-weight: 700; }
.cbot__est { font-family: var(--font-display); font-size: 22px; font-weight: 800; color: var(--orange-deep); margin: 8px 0 2px; }
.cbot__est small { display: inline; font-size: 13px; color: var(--muted); font-weight: 600; }

.cbot__chips { display: flex; flex-wrap: wrap; gap: 7px; animation: cbotIn .3s var(--ease); }
.cbot__chips button {
  padding: 9px 14px; border-radius: 100px; border: 1.5px solid var(--line);
  background: #fff; font-size: 13.5px; font-weight: 600; color: var(--ink);
  transition: all .2s;
}
.cbot__chips button:hover { border-color: var(--orange); background: #fffdf4; }

.cbot__input { display: flex; gap: 8px; padding: 12px; border-top: 1px solid var(--line); background: #fff; flex-shrink: 0; }
.cbot__input input {
  flex: 1; border: 1.5px solid var(--line); border-radius: 100px;
  padding: 11px 17px; font-size: 14px; font-family: inherit;
}
.cbot__input input:focus { outline: none; border-color: var(--orange); }
.cbot__input button {
  width: 44px; height: 44px; border-radius: 50%; border: none;
  background: var(--orange); color: var(--ink); display: grid; place-items: center;
  flex-shrink: 0; transition: background .2s;
}
.cbot__input button:hover { background: #ffd75e; }
.cbot__input button svg { width: 18px; height: 18px; }

@media (max-width: 560px) {
  .cbot { right: 8px; left: 8px; width: auto; bottom: 86px; height: min(540px, calc(100dvh - 104px)); }
  .fab-call span { display: none; }
  .fab-call { padding: 0; width: 60px; height: 60px; border-radius: 50%; justify-content: center; }
  .fab-call svg { width: 22px; height: 22px; }
  .totop { display: none !important; }
}

/* Liens des chips de zones vers les pages villes */
.zone-chips a { text-decoration: none; color: inherit; display: contents; }
.zone-chips a span { cursor: pointer; transition: border-color .2s, background .2s, transform .2s; }
.zone-chips a span:hover { border-color: var(--orange); background: #fffdf4; transform: translateY(-1px); }

/* ================= STRIP — défilement infini (plus de texte coupé) ================= */
.strip__rail { display: flex; width: max-content; animation: stripScroll 28s linear infinite; }
.strip__rail:hover { animation-play-state: paused; }
.strip__track { padding-right: 56px; }
@keyframes stripScroll { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .strip__rail { animation: none; } }


/* Falconi generated photography */
.imgslot--filled { padding:0; background:#ddd; }
.imgslot--filled::before { display:none !important; }
.imgslot--filled .imgslot__image { position:absolute; inset:0; width:100%; height:100%; display:block; object-fit:cover; object-position:center; }
.imgslot--hero.imgslot--filled .imgslot__image { object-position:center center; }

.imgslot picture{display:block;width:100%;height:100%;}
.imgslot picture img{display:block;width:100%;height:100%;object-fit:cover;}

/* ================= GRAND ÉCRAN — cadrage des images ================= */
@media (min-width: 1400px) {
  .imgslot--tall { max-height: 730px; }
  .split { gap: clamp(48px, 4vw, 72px); }
}
@media (min-width: 1400px) and (max-height: 1100px) {
  .hero-clean__title { max-width: 14ch; }
}

/* ================= MOBILE v2 — centrage, menu, zéro popup ================= */
.mobile-nav__tel {
  display: flex !important; align-items: center; justify-content: center; gap: 10px;
  background: var(--orange); color: var(--ink) !important; border-radius: 14px;
  padding: 15px !important; border-bottom: none !important;
  font-size: 19px !important; font-weight: 800 !important; margin-bottom: 12px;
}
@media (max-width: 767px) {
  /* 1) plus de barre flottante en haut : le header défile avec la page */
  .header { position: absolute; }
  .header.is-scrolled { background: transparent; box-shadow: none; backdrop-filter: none; }
  /* 2) plus de boutons flottants en bas */
  .fab-call, .fab-chat, .cbot, .totop { display: none !important; }
  /* 3) tout centré */
  .hero-clean__content, .phero .wrap, .sec-head, .cta-band__inner, .legal,
  .split > div, .svc, .stepc, .pillar, .price-card, .testi,
  .footer__top, .footer__bottom, .footer__brand, .footer__col,
  .devis-page .step, .devis-success, .contact-grid, .aside-card { text-align: center; }
  .hero-clean__chips, .hero-clean__actions, .devis-badges, .zone-chips, .chips,
  .devis-trust, .gchip { justify-content: center; }
  .eyebrow { justify-content: center; }
  .svc__icon, .stepc .ic, .choice__ic { margin-inline: auto; }
  .arrow-link { justify-content: center; }
  .numctl { margin-inline: auto; }
  .btn { justify-content: center; }
  .mobile-nav { text-align: center; }
  .mobile-nav .btn { align-self: center; width: 100%; }
  /* listes et FAQ : lisibles à gauche, mais centrées dans leur bloc */
  .ticks, .split__list, .faq, .recap, .field, .price-card ul { text-align: left; }
  .ticks { display: inline-block; }
}
/* Burger visible (sombre) quand le menu est ouvert */
body.menu-open .burger span { background: var(--ink) !important; }
body.menu-open .burger { border-color: rgba(0,0,0,0.25) !important; }
