/* ============================================================
   LES DÉBARRASSEURS DE L'HÉRAULT — Design System
   DA : noir profond + rouge du logo, fond crème
   Bricolage Grotesque (display) + Inter (texte)
   ============================================================ */

:root {
  /* Couleurs */
  --ink-900: #0F0F0F;
  --ink-800: #181818;
  --ink-700: #222222;
  --red-700:  #B8121A;
  --red-500:  #D4141A;
  --accent:     #D4141A;   /* vert frais, CTA & accents */
  --accent-600: #A50E14;
  --accent-050: #FDEBEC;

  --cream:      #FAF8F7;
  --sand:       #F3F0EE;
  --line:       #E6E1DE;

  --ink:        #171514;
  --muted:      #5F5A57;
  --white:      #FFFFFF;

  /* Typo */
  --font-display: "Bricolage Grotesque", "Inter", sans-serif;
  --font-body: "Inter", system-ui, sans-serif;

  /* Rayons & ombres */
  --r-sm: 10px;
  --r-md: 16px;
  --r-lg: 24px;
  --r-pill: 999px;
  --shadow-sm: 0 2px 10px rgba(15,15,15,.06);
  --shadow-md: 0 12px 30px rgba(15,15,15,.10);
  --shadow-lg: 0 24px 60px rgba(15,15,15,.16);

  /* Layout */
  --container: 1200px;
  --gutter: clamp(20px, 5vw, 48px);

  /* Z-index */
  --z-header: 50;
  --z-menu: 60;
  --z-backdrop: 55;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.65;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
ul { list-style: none; padding: 0; }
h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 800; line-height: 1.08; letter-spacing: -0.02em; color: var(--ink-900); }

/* ---------- Utilitaires ---------- */
.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: var(--gutter); }
.section { padding-block: clamp(64px, 9vw, 120px); }
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-body); font-weight: 600; font-size: 13px;
  letter-spacing: .14em; text-transform: uppercase; color: var(--red-700);
  background: var(--accent-050); padding: 7px 16px; border-radius: var(--r-pill);
}
.eyebrow--light { color: #ffd6d7; background: rgba(212,20,26,.16); }
.lead { font-size: clamp(17px, 2vw, 20px); color: var(--muted); max-width: 62ch; }
.text-center { text-align: center; }
.mx-auto { margin-inline: auto; }
h2.h { font-size: clamp(27px, 3.9vw, 44px); }
h3.h { font-size: clamp(21px, 2.4vw, 27px); }

/* ---------- Boutons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-weight: 600; font-size: 16px; padding: 15px 26px;
  border-radius: var(--r-sm); transition: transform .2s ease, background .2s ease, box-shadow .2s ease, color .2s ease;
  white-space: nowrap; cursor: pointer;
}
.btn svg { width: 18px; height: 18px; }
.btn--primary { background: var(--accent); color: #fff; box-shadow: 0 8px 20px rgba(212,20,26,.28); }
.btn--primary:hover { background: var(--accent-600); box-shadow: 0 12px 26px rgba(212,20,26,.36); transform: translateY(-2px); }
.btn--dark { background: var(--ink-700); color: #fff; }
.btn--dark:hover { background: var(--ink-800); transform: translateY(-2px); }
.btn--ghost { background: transparent; color: var(--ink-900); border: 1.5px solid var(--line); }
.btn--ghost:hover { border-color: var(--ink-700); background: var(--white); }
.btn--light { background: #fff; color: var(--ink-900); }
.btn--light:hover { background: #FDEBEC; transform: translateY(-2px); }
.btn--block { width: 100%; justify-content: center; }

/* ============================================================
   HEADER
   ============================================================ */
.topbar {
  background: var(--ink-800); color: #cbc7c5;
  font-size: 13.5px;
}
.topbar__row { display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 44px; padding-block: 8px; flex-wrap: wrap; }
.topbar__left { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.topbar__item { display: inline-flex; align-items: center; gap: 8px; }
.topbar__item svg { width: 15px; height: 15px; color: var(--accent); flex: none; }
.topbar a:hover { color: #fff; }
.topbar__badge { display: inline-flex; align-items: center; gap: 7px; color: #ffd6d7; font-weight: 600; }
.topbar__badge svg { width: 15px; height: 15px; color: var(--accent); }

.site-header {
  position: sticky; top: 0; z-index: var(--z-header);
  background: rgba(250,249,245,.94);
  border-bottom: 1px solid var(--line);
  transition: box-shadow .25s ease;
}
.site-header.scrolled { box-shadow: var(--shadow-sm); }
.nav { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 104px; }

/* Logo / wordmark */
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand__logo { height: 84px; width: auto; display: block; }
.brand__mark { width: 44px; height: 44px; flex: none; }
@media (max-width: 900px){ .nav { min-height: 88px; } .brand__logo { height: 70px; } }
@media (max-width: 480px){ .nav { min-height: 76px; } .brand__logo { height: 60px; } }
.brand__text { display: flex; flex-direction: column; line-height: 1; }
.brand__name { font-family: var(--font-display); font-weight: 800; font-size: 22px; letter-spacing: -0.01em; color: var(--ink-900); }
.brand__name span { color: var(--accent-600); }
.brand__tag { font-family: var(--font-body); font-size: 10.5px; font-weight: 600; letter-spacing: .34em; text-transform: uppercase; color: var(--muted); margin-top: 3px; }

.nav__links { display: flex; align-items: center; gap: 4px; }
.nav__links a {
  font-weight: 500; font-size: 15.5px; color: var(--ink-800);
  padding: 10px 15px; border-radius: var(--r-sm); transition: color .2s, background .2s;
}
.nav__links a:hover { color: var(--red-700); background: var(--sand); }
.nav__links a.active { color: var(--red-700); }

.nav__cta { display: flex; align-items: center; gap: 14px; }
.nav__phone { display: inline-flex; align-items: center; gap: 11px; }
.nav__phone-ic {
  width: 44px; height: 44px; border-radius: 50%; background: var(--accent);
  display: grid; place-items: center; flex: none;
}
.nav__phone-ic svg { width: 20px; height: 20px; color: #fff; }
.nav__phone-txt small { display: block; font-size: 12px; color: var(--muted); }
.nav__phone-txt b { font-family: var(--font-display); font-size: 19px; color: var(--ink-900); letter-spacing: -0.01em; }

.nav__toggle { display: none; width: 46px; height: 46px; border-radius: var(--r-sm); background: var(--ink-700); place-items: center; }
.nav__toggle svg { width: 24px; height: 24px; color: #fff; }

/* Off-canvas mobile */
.backdrop {
  position: fixed; inset: 0; background: rgba(15,15,15,.5);
  opacity: 0; visibility: hidden; transition: opacity .3s ease; z-index: var(--z-backdrop);
}
.backdrop.open { opacity: 1; visibility: visible; }
.mobile-menu {
  position: fixed; top: 0; right: 0; height: 100dvh; width: min(86vw, 360px);
  background: var(--cream); z-index: var(--z-menu);
  transform: translateX(100%); transition: transform .32s cubic-bezier(.4,0,.2,1);
  padding: 26px 26px 40px; display: flex; flex-direction: column; gap: 8px;
  box-shadow: -20px 0 50px rgba(15,15,15,.2); overflow-y: auto;
}
.mobile-menu.open { transform: translateX(0); }
.mobile-menu__head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; }
.mobile-menu__close { width: 44px; height: 44px; border-radius: var(--r-sm); background: var(--sand); display: grid; place-items: center; }
.mobile-menu__close svg { width: 22px; height: 22px; }
.mobile-menu a.m-link { font-family: var(--font-display); font-weight: 700; font-size: 20px; color: var(--ink-900); padding: 13px 12px; border-radius: var(--r-sm); transition: background .2s; }
.mobile-menu a.m-link:hover, .mobile-menu a.m-link.active { background: var(--sand); color: var(--red-700); }
.mobile-menu__cta { margin-top: auto; padding-top: 20px; border-top: 1px solid var(--line); display: grid; gap: 10px; }

/* ============================================================
   HERO
   ============================================================ */
.hero { position: relative; color: #fff; overflow: hidden; }
.hero__bg { position: absolute; inset: 0; z-index: 0; }
.hero__bg img { width: 100%; height: 100%; object-fit: cover; }
.hero__bg::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(15,15,15,.78) 0%, rgba(15,15,15,.62) 45%, rgba(15,15,15,.86) 100%);
}
.hero__inner { position: relative; z-index: 1; padding-block: clamp(70px, 12vw, 130px); }
.hero__grid { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(0,.85fr); gap: 48px; align-items: center; }
.hero h1 { color: #fff; font-size: clamp(32px, 5.2vw, 56px); max-width: 16ch; }
.hero h1 span { color: var(--accent); }
.hero__lead { color: rgba(255,255,255,.9); font-size: clamp(16px, 2vw, 19px); margin-top: 20px; max-width: 52ch; }
.hero__actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 34px; }
.hero__proof { display: flex; align-items: center; gap: 14px; margin-top: 40px; flex-wrap: wrap; }
.hero__proof-ic { width: 46px; height: 46px; flex: none; border-radius: 12px; background: rgba(212,20,26,.16); display: grid; place-items: center; }
.hero__proof-ic svg { width: 24px; height: 24px; color: var(--accent); }
.hero__proof-txt b { color: #fff; font-family: var(--font-display); }
.hero__proof-txt span { display: block; color: rgba(255,255,255,.8); font-size: 14px; }
.stars { color: var(--accent); letter-spacing: 2px; }

/* Carte "urgence" dans le hero */
.hero__card {
  background: rgba(255,255,255,.08); backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,.18); border-radius: var(--r-lg);
  padding: 30px; box-shadow: var(--shadow-lg);
}
.hero__card h3 { color: #fff; font-size: 22px; }
.hero__card p { color: rgba(255,255,255,.82); font-size: 15px; margin-top: 8px; }
.hero__card ul { margin-top: 18px; display: grid; gap: 12px; }
.hero__card li { display: flex; align-items: center; gap: 11px; color: #f1efee; font-size: 15px; }
.hero__card li svg { width: 20px; height: 20px; color: var(--accent); flex: none; }
.hero__card .btn { margin-top: 24px; }

/* Bande de réassurance sous le hero */
.trustbar { background: var(--ink-700); }
.trustbar__row { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 20px; padding-block: 26px; }
.trustbar__item { display: flex; align-items: center; gap: 13px; color: #ededec; }
.trustbar__item svg { width: 30px; height: 30px; color: var(--accent); flex: none; }
.trustbar__item b { display: block; font-family: var(--font-display); font-size: 16px; color: #fff; }
.trustbar__item span { font-size: 13.5px; color: #b4afac; }

/* ============================================================
   SERVICES
   ============================================================ */
.svc-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 24px; margin-top: 52px; }
.svc-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--r-md);
  padding: 34px 30px; box-shadow: var(--shadow-sm);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  position: relative; overflow: hidden;
}
.svc-card::before {
  content: ""; position: absolute; left: 0; top: 0; height: 4px; width: 100%;
  background: var(--accent); transform: scaleX(0); transform-origin: left; transition: transform .3s ease;
}
.svc-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); border-color: transparent; }
.svc-card:hover::before { transform: scaleX(1); }
.svc-card__ic {
  width: 62px; height: 62px; border-radius: var(--r-sm); background: var(--accent-050);
  display: grid; place-items: center; margin-bottom: 22px;
}
.svc-card__ic svg { width: 32px; height: 32px; color: var(--red-700); }
.svc-card h3 { font-size: 22px; margin-bottom: 10px; }
.svc-card p { color: var(--muted); font-size: 15.5px; }
.svc-card__tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 18px; }
.svc-card__tags span { font-size: 12.5px; font-weight: 500; color: var(--red-700); background: var(--sand); padding: 5px 11px; border-radius: var(--r-pill); }
.svc-card__link { display: inline-flex; align-items: center; gap: 7px; margin-top: 20px; font-weight: 600; color: var(--red-700); font-size: 15px; }
.svc-card__link svg { width: 16px; height: 16px; transition: transform .2s; }
.svc-card:hover .svc-card__link svg { transform: translateX(4px); }

.svc-grid--2 { grid-template-columns: repeat(2, minmax(0,1fr)); }
@media (max-width: 900px) { .svc-grid--2 { grid-template-columns: minmax(0,1fr); } }

/* ============================================================
   ABOUT / SPLIT
   ============================================================ */
.split { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: clamp(36px, 6vw, 72px); align-items: center; }
.split__media { position: relative; }
.split__media img { border-radius: var(--r-lg); box-shadow: var(--shadow-md); width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4/5; }
.split__badge {
  position: absolute; left: -22px; bottom: -22px; background: var(--ink-700); color: #fff;
  border-radius: var(--r-md); padding: 22px 26px; box-shadow: var(--shadow-lg); text-align: center;
}
.split__badge b { font-family: var(--font-display); font-size: 40px; display: block; color: var(--accent); }
.split__badge span { font-size: 13px; color: #cbc7c5; letter-spacing: .04em; }
.feature-list { display: grid; gap: 16px; margin-top: 28px; }
.feature-list li { display: flex; gap: 14px; align-items: flex-start; }
.feature-list .fi-ic { width: 40px; height: 40px; border-radius: var(--r-sm); background: var(--accent-050); display: grid; place-items: center; flex: none; }
.feature-list .fi-ic svg { width: 20px; height: 20px; color: var(--red-700); }
.feature-list b { display: block; color: var(--ink-900); font-family: var(--font-display); font-size: 17px; }
.feature-list p { color: var(--muted); font-size: 15px; }

/* ============================================================
   STATS
   ============================================================ */
.stats { background: var(--ink-800); color: #fff; }
.stats__row { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 24px; text-align: center; }
.stats__item b { font-family: var(--font-display); font-size: clamp(38px, 5vw, 56px); color: var(--accent); display: block; letter-spacing: -0.02em; }
.stats__item span { color: #b4afac; font-size: 15px; }

/* ============================================================
   AVIS / TESTIMONIALS
   ============================================================ */
.reviews-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 24px; margin-top: 52px; }
.review {
  background: #fff; border: 1px solid var(--line); border-radius: var(--r-md);
  padding: 30px; box-shadow: var(--shadow-sm); display: flex; flex-direction: column;
}
.review__stars { color: var(--accent); letter-spacing: 2px; margin-bottom: 14px; }
.review p { color: var(--ink); font-size: 15.5px; flex: 1; }
.review__foot { display: flex; align-items: center; gap: 12px; margin-top: 22px; padding-top: 20px; border-top: 1px solid var(--line); }
.review__av { width: 46px; height: 46px; border-radius: 50%; background: var(--red-500); color: #fff; display: grid; place-items: center; font-family: var(--font-display); font-weight: 700; flex: none; }
.review__foot b { display: block; font-size: 15px; color: var(--ink-900); }
.review__foot span { font-size: 13px; color: var(--muted); }

/* Bloc avis / confiance (honnête, sans faux témoignages) */
.reviews-cta { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(0,.85fr); gap: clamp(32px, 5vw, 64px); align-items: center; background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: clamp(28px, 4vw, 52px); box-shadow: var(--shadow-sm); }
.reviews-cta__points { display: grid; gap: 16px; }
.reviews-cta__points li { display: flex; align-items: center; gap: 14px; font-size: 15.5px; color: var(--ink-900); font-weight: 500; }
.reviews-cta__points .fi-ic { width: 40px; height: 40px; border-radius: var(--r-sm); background: var(--accent-050); display: grid; place-items: center; flex: none; }
.reviews-cta__points .fi-ic svg { width: 20px; height: 20px; color: var(--red-700); }
@media (max-width: 820px){ .reviews-cta { grid-template-columns: minmax(0,1fr); } }

/* ============================================================
   ZONE / VILLES
   ============================================================ */
.zone-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin-top: 40px; }
.zone-chip {
  display: flex; align-items: center; gap: 11px; background: #fff; border: 1px solid var(--line);
  border-radius: var(--r-sm); padding: 15px 18px; font-weight: 500; transition: border-color .2s, transform .2s, box-shadow .2s;
}
.zone-chip:hover { border-color: var(--accent); transform: translateY(-2px); box-shadow: var(--shadow-sm); }
.zone-chip svg { width: 19px; height: 19px; color: var(--red-700); flex: none; }
.map-wrap { border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-md); border: 1px solid var(--line); }
.map-wrap iframe { width: 100%; height: 100%; min-height: 380px; border: 0; display: block; }

/* ============================================================
   CTA BANNER
   ============================================================ */
.cta-band { position: relative; color: #fff; overflow: hidden; border-radius: var(--r-lg); }
.cta-band__bg { position: absolute; inset: 0; z-index: 0; }
.cta-band__bg img { width: 100%; height: 100%; object-fit: cover; }
.cta-band__bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(115deg, rgba(15,15,15,.90) 0%, rgba(15,15,15,.72) 55%, rgba(15,15,15,.55) 100%); }
.cta-band__in { position: relative; z-index: 1; padding: clamp(44px, 6vw, 72px); display: grid; grid-template-columns: minmax(0,1.3fr) minmax(0,.7fr); gap: 32px; align-items: center; }
.cta-band h2 { color: #fff; font-size: clamp(26px, 3.5vw, 38px); }
.cta-band p { color: rgba(255,255,255,.85); margin-top: 12px; }
.cta-band__actions { display: flex; flex-direction: column; gap: 12px; }

/* ============================================================
   FOOTER
   ============================================================ */
.footer { background: var(--ink-900); color: #b4afac; padding-block: clamp(52px, 7vw, 80px) 0; }
.footer__grid { display: grid; grid-template-columns: minmax(0,1.5fr) minmax(0,1fr) minmax(0,1fr) minmax(0,1.2fr); gap: 40px; }
.footer h4 { color: #fff; font-size: 16px; margin-bottom: 18px; font-family: var(--font-display); }
.footer a { color: #b4afac; transition: color .2s; }
.footer a:hover { color: var(--accent); }
.footer__links { display: grid; gap: 11px; font-size: 15px; }
.footer__about p { font-size: 15px; margin-top: 16px; line-height: 1.7; }
.footer .brand__name { color: #fff; }
.footer .brand__tag { color: #8a8482; }
.brand__logo--footer { height: 92px; opacity: .98; }
@media (max-width: 480px){ .brand__logo--footer { height: 76px; } }
.footer__contact li { display: flex; gap: 11px; align-items: flex-start; margin-bottom: 13px; font-size: 15px; }
.footer__contact svg { width: 18px; height: 18px; color: var(--accent); flex: none; margin-top: 3px; }
.footer__socials { display: flex; gap: 10px; margin-top: 20px; }
.footer__socials a { width: 40px; height: 40px; border-radius: 50%; background: rgba(255,255,255,.08); display: grid; place-items: center; transition: background .2s; }
.footer__socials a:hover { background: var(--accent); }
.footer__socials svg { width: 18px; height: 18px; color: #fff; }
.footer__bottom { margin-top: 48px; border-top: 1px solid rgba(255,255,255,.1); padding-block: 24px; display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: 13.5px; }

/* ============================================================
   PAGE HEADER (pages internes)
   ============================================================ */
.page-hero { position: relative; color: #fff; overflow: hidden; }
.page-hero__bg { position: absolute; inset: 0; z-index: 0; }
.page-hero__bg img { width: 100%; height: 100%; object-fit: cover; }
.page-hero__bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(15,15,15,.72), rgba(15,15,15,.86)); }
.page-hero__in { position: relative; z-index: 1; padding-block: clamp(60px, 9vw, 104px); }
.page-hero h1 { color: #fff; font-size: clamp(30px, 4.4vw, 48px); max-width: 20ch; }
.breadcrumb { display: flex; gap: 8px; align-items: center; font-size: 14px; color: rgba(255,255,255,.75); margin-bottom: 16px; }
.breadcrumb a:hover { color: var(--accent); }
.breadcrumb span { color: var(--accent); }

/* ============================================================
   SERVICE DETAIL (page services)
   ============================================================ */
.svc-detail { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: clamp(32px, 5vw, 60px); align-items: center; }
.svc-detail:nth-child(even) .svc-detail__media { order: 2; }
.svc-detail__media img { border-radius: var(--r-lg); box-shadow: var(--shadow-md); width: 100%; aspect-ratio: 3/2; object-fit: cover; }
.svc-detail h2 { font-size: clamp(26px, 3.4vw, 38px); }
.svc-detail__list { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 12px; margin-top: 24px; }
.svc-detail__list li { display: flex; gap: 10px; align-items: flex-start; font-size: 15.5px; }
.svc-detail__list svg { width: 20px; height: 20px; color: var(--accent-600); flex: none; margin-top: 2px; }
.chip-num { display: inline-grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: var(--accent); color: #fff; font-family: var(--font-display); font-weight: 800; margin-bottom: 16px; }

/* ============================================================
   FORMULAIRE CONTACT
   ============================================================ */
.contact-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(32px, 5vw, 56px); align-items: start; }
.contact-info { display: grid; grid-template-columns: minmax(0, 1fr); gap: 16px; }
.contact-info__item { display: flex; gap: 16px; background: #fff; border: 1px solid var(--line); border-radius: var(--r-md); padding: 22px; box-shadow: var(--shadow-sm); min-width: 0; }
.contact-info__item > div { min-width: 0; }
.contact-info__item a, .contact-info__item p, .contact-info__item b { overflow-wrap: anywhere; }
.contact-info__ic { width: 50px; height: 50px; border-radius: var(--r-sm); background: var(--accent-050); display: grid; place-items: center; flex: none; }
.contact-info__ic svg { width: 24px; height: 24px; color: var(--red-700); }
.contact-info__item b { font-family: var(--font-display); font-size: 17px; color: var(--ink-900); display: block; margin-bottom: 3px; }
.contact-info__item a, .contact-info__item p { color: var(--muted); font-size: 15.5px; }
.contact-info__item a:hover { color: var(--red-700); }

.form-card { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: clamp(26px, 4vw, 40px); box-shadow: var(--shadow-md); }
.form-row { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 16px; }
.field { display: flex; flex-direction: column; gap: 7px; margin-bottom: 16px; min-width: 0; }
.field label { font-weight: 600; font-size: 14.5px; color: var(--ink-800); }
.field input, .field select, .field textarea {
  width: 100%; min-width: 0;
  font-family: inherit; font-size: 16px; color: var(--ink);
  padding: 13px 15px; border: 1.5px solid var(--line); border-radius: var(--r-sm);
  background: var(--cream); transition: border-color .2s, box-shadow .2s;
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px rgba(212,20,26,.18);
}
.field textarea { resize: vertical; min-height: 120px; }
.form-note { font-size: 13px; color: var(--muted); margin-top: 4px; }
.hp { position: absolute; left: -9999px; opacity: 0; }

/* ============================================================
   FAQ
   ============================================================ */
.faq { display: grid; gap: 14px; max-width: 820px; margin: 40px auto 0; }
.faq details { background: #fff; border: 1px solid var(--line); border-radius: var(--r-md); padding: 4px 24px; box-shadow: var(--shadow-sm); }
.faq summary { list-style: none; cursor: pointer; padding: 20px 0; font-family: var(--font-display); font-weight: 700; font-size: 18px; color: var(--ink-900); display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-size: 26px; color: var(--red-700); font-weight: 400; transition: transform .25s; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { color: var(--muted); padding-bottom: 22px; font-size: 15.5px; }

/* ============================================================
   ANIMATIONS
   ============================================================ */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
  .reveal { opacity: 1; transform: none; }
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .hero__grid { grid-template-columns: minmax(0,1fr); }
  .hero__card { max-width: 460px; }
  .svc-grid, .reviews-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .footer__grid { grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 32px; }
  .trustbar__row { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 22px; }
}

@media (max-width: 900px) {
  .nav__links, .nav__phone-txt { display: none; }
  .nav__toggle { display: grid; }
  .split { grid-template-columns: minmax(0,1fr); }
  .split__media { max-width: 480px; }
  .svc-detail, .svc-detail:nth-child(even) .svc-detail__media { grid-template-columns: minmax(0,1fr); order: 0; }
  .contact-grid, .cta-band__in { grid-template-columns: minmax(0, 1fr); }
  .cta-band__actions { flex-direction: row; flex-wrap: wrap; }
}

@media (max-width: 760px) {
  .btn { white-space: normal; text-align: center; }
}

@media (max-width: 640px) {
  body { font-size: 16px; }
  .svc-grid, .reviews-grid, .stats__row { grid-template-columns: minmax(0,1fr); }
  .stats__row { gap: 32px; }
  .form-row, .svc-detail__list { grid-template-columns: minmax(0,1fr); }
  .footer__grid { grid-template-columns: minmax(0,1fr); }
  .split__badge { left: 50%; transform: translateX(-50%); bottom: -20px; }
  .topbar__left .topbar__item:nth-child(2) { display: none; }
  .hero__actions .btn { flex: 1 1 100%; justify-content: center; }
  .btn { padding: 14px 20px; font-size: 15.5px; }
}

/* ===== APERÇU RÉALISATIONS (home) ===== */
.gal-preview__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; flex-wrap: wrap; margin-bottom: 34px; }
.gal-preview__grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 16px; }
.gal-preview__item { position: relative; display: block; border-radius: var(--r-lg); overflow: hidden; aspect-ratio: 3/4; box-shadow: var(--shadow-sm); }
.gal-preview__item img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.7,.2,1); }
.gal-preview__item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(15,15,15,.5), transparent 55%); opacity: 0; transition: opacity .35s; }
.gal-preview__item:hover img { transform: scale(1.06); }
.gal-preview__item:hover::after { opacity: 1; }
.gal-preview__item span { position: absolute; left: 14px; bottom: 12px; z-index: 2; color: #fff; font-size: 13px; font-weight: 600; opacity: 0; transform: translateY(6px); transition: opacity .35s, transform .35s; }
.gal-preview__item:hover span { opacity: 1; transform: none; }
@media (max-width: 820px){ .gal-preview__grid { grid-template-columns: repeat(2, minmax(0,1fr)); } }
@media (max-width: 420px){ .gal-preview__grid { gap: 12px; } }


/* ============================================================
   BOUTON D'APPEL FLOTTANT
   ============================================================ */
.call-float {
  position: fixed; right: 20px; bottom: 20px; z-index: 60;
  display: inline-flex; align-items: center; gap: 0; height: 58px; padding: 0 13px;
  border-radius: var(--r-pill); background: var(--accent); color: #fff;
  box-shadow: 0 10px 28px rgba(212,20,26,.36);
  transition: gap .28s ease, padding .28s ease, transform .2s ease, box-shadow .2s ease;
}
.call-float svg { width: 30px; height: 30px; flex: none; }
.call-float__txt {
  max-width: 0; overflow: hidden; white-space: nowrap;
  font-weight: 600; font-size: 15px; opacity: 0;
  transition: max-width .28s ease, opacity .2s ease;
}
.call-float:hover, .call-float:focus-visible {
  gap: 10px; padding: 0 20px 0 13px; transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(212,20,26,.46);
}
.call-float:hover .call-float__txt, .call-float:focus-visible .call-float__txt { max-width: 220px; opacity: 1; }
.call-float::after {
  content: ""; position: absolute; inset: 0; border-radius: inherit;
  border: 2px solid var(--accent); animation: call-pulse 2.6s ease-out infinite; pointer-events: none;
}
@keyframes call-pulse {
  0% { opacity: .7; transform: scale(1); }
  70% { opacity: 0; transform: scale(1.35); }
  100% { opacity: 0; transform: scale(1.35); }
}
@media (prefers-reduced-motion: reduce) {
  .call-float, .call-float__txt { transition: none; }
  .call-float::after { animation: none; }
}
@media (max-width: 640px) { .call-float { right: 16px; bottom: 16px; height: 54px; padding: 0 11px; } }

/* ============================================================
   PROCESS — les étapes d'un débarras
   ============================================================ */
.proc-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; margin-top: 52px; }
.proc-card {
  position: relative; background: #fff; border: 1px solid var(--line);
  border-radius: var(--r-md); padding: 30px 26px 28px; box-shadow: var(--shadow-sm);
  transition: transform .25s ease, box-shadow .25s ease;
}
.proc-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.proc-card__num {
  display: inline-grid; place-items: center; width: 40px; height: 40px; border-radius: 50%;
  background: var(--accent); color: #fff; font-family: var(--font-display); font-weight: 800;
  font-size: 17px; margin-bottom: 18px;
}
.proc-card h3 { font-size: 19px; margin-bottom: 9px; }
.proc-card p { color: var(--muted); font-size: 15px; }
.proc-card::after {
  content: ""; position: absolute; right: -13px; top: 40px; width: 26px; height: 2px; background: var(--line);
}
.proc-card:last-child::after { display: none; }
@media (max-width: 1024px) { .proc-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .proc-card::after { display: none; } }
@media (max-width: 560px) { .proc-grid { grid-template-columns: minmax(0, 1fr); } }

/* ============================================================
   BLOC RACHAT / VALORISATION
   ============================================================ */
.val-band { background: var(--ink-800); color: #fff; border-radius: var(--r-lg); overflow: hidden; }
.val-band__in { display: grid; grid-template-columns: minmax(0,1.1fr) minmax(0,.9fr); gap: clamp(28px, 5vw, 60px); align-items: center; padding: clamp(32px, 5vw, 60px); }
.val-band h2 { color: #fff; font-size: clamp(25px, 3.3vw, 36px); }
.val-band p { color: rgba(255,255,255,.82); margin-top: 14px; }
.val-list { display: grid; gap: 14px; }
.val-list li { display: flex; align-items: flex-start; gap: 14px; color: #e9e6e4; font-size: 15.5px; }
.val-list svg { width: 22px; height: 22px; color: var(--accent); flex: none; margin-top: 2px; }
@media (max-width: 900px) { .val-band__in { grid-template-columns: minmax(0, 1fr); } }

/* ============================================================
   LISTE À PUCES ROUGES (contenu éditorial)
   ============================================================ */
.tick-list { display: grid; gap: 13px; margin-top: 22px; }
.tick-list li { display: flex; align-items: flex-start; gap: 12px; font-size: 15.5px; color: var(--ink); }
.tick-list svg { width: 20px; height: 20px; color: var(--accent); flex: none; margin-top: 3px; }

/* Encadré info */
.note-box {
  background: #FDEBEC; border-left: 4px solid var(--accent); border-radius: var(--r-sm);
  padding: 20px 22px; margin-top: 26px;
}
.note-box b { font-family: var(--font-display); color: var(--ink-900); display: block; margin-bottom: 5px; }
.note-box p { color: var(--muted); font-size: 15px; }

/* Grille tarifs indicatifs */
.tar-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; margin-top: 44px; }
.tar-card { background: #fff; border: 1px solid var(--line); border-radius: var(--r-md); padding: 30px 28px; box-shadow: var(--shadow-sm); }
.tar-card__lab { font-size: 12.5px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--accent); }
.tar-card h3 { font-size: 21px; margin: 12px 0 10px; }
.tar-card p { color: var(--muted); font-size: 15px; }
@media (max-width: 900px) { .tar-grid { grid-template-columns: minmax(0, 1fr); } }

/* Liens rouges dans le texte courant */
.a-red { color: var(--red-700); font-weight: 600; }
.a-red:hover { color: var(--accent); }
