/* =========================================================
   LE BON TOIT — Couvreur à Montluçon
   Design system — dark / orange "nouvelle génération"
   ========================================================= */

:root {
  --bg:        #0d0d0f;
  --bg-2:      #111113;
  --bg-3:      #17171a;
  --bg-card:   #141417;
  --bg-elev:   #1b1b1f;
  --border:    rgba(255, 255, 255, 0.08);
  --border-2:  rgba(255, 255, 255, 0.14);
  --text:      #f4f2ef;
  --text-2:    #b9b6b2;
  --muted:     #86837f;
  --accent:    #f47a1f;
  --accent-2:  #ff9445;
  --accent-dk: #c85f10;
  --glow:      rgba(244, 122, 31, 0.35);
  --radius:    16px;
  --radius-sm: 12px;
  --radius-lg: 28px;
  --maxw:      1200px;
  --font-head: 'Space Grotesk', 'Segoe UI', system-ui, sans-serif;
  --font-body: 'Inter', 'Segoe UI', system-ui, sans-serif;
  --shadow:    0 30px 80px -30px rgba(0, 0, 0, 0.8);
  --shadow-sm: 0 12px 40px -20px rgba(0, 0, 0, 0.7);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

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

body {
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--text);
  line-height: 1.65;
  font-size: 16px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

/* subtle warm grain / gradient backdrop */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(900px 600px at 80% -5%, rgba(244, 122, 31, 0.10), transparent 60%),
    radial-gradient(700px 500px at 0% 10%, rgba(244, 122, 31, 0.05), transparent 55%),
    var(--bg);
  pointer-events: none;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

h1, h2, h3, h4 {
  font-family: var(--font-head);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.02em;
}

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }

.accent { color: var(--accent); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 15px;
  padding: 14px 24px;
  border-radius: 999px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .25s ease, background .2s ease, border-color .2s ease;
  white-space: nowrap;
}
.btn-primary {
  background: linear-gradient(135deg, var(--accent), var(--accent-dk));
  color: #fff;
  box-shadow: 0 12px 30px -10px var(--glow);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 18px 44px -12px var(--glow); }
.btn-ghost {
  background: rgba(255, 255, 255, 0.03);
  border-color: var(--border-2);
  color: var(--text);
}
.btn-ghost:hover { border-color: var(--accent); color: var(--accent); transform: translateY(-2px); }
.btn-lg { padding: 17px 30px; font-size: 16px; }

/* ---------- Header ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(14px);
  background: rgba(13, 13, 15, 0.72);
  border-bottom: 1px solid var(--border);
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 74px;
}
.brand { display: flex; align-items: center; gap: 12px; font-family: var(--font-head); font-weight: 700; letter-spacing: -0.02em; }
.brand-logo { height: 44px; width: auto; display: block; background: #fff; padding: 6px 12px; border-radius: 12px; box-shadow: 0 6px 18px -8px rgba(0,0,0,0.5); }
.site-footer .brand-logo { height: 42px; }
@media (max-width: 620px) { .brand-logo { height: 38px; padding: 5px 9px; } }
.brand-mark {
  width: 38px; height: 38px; border-radius: 10px;
  background: linear-gradient(135deg, var(--accent), var(--accent-dk));
  display: grid; place-items: center; color: #fff; font-size: 20px;
  box-shadow: 0 8px 20px -8px var(--glow);
}
.brand-name { font-size: 17px; line-height: 1; }
.brand-name small { display: block; font-size: 10px; font-weight: 500; letter-spacing: 0.18em; color: var(--muted); margin-top: 4px; text-transform: uppercase; font-family: var(--font-body); }

.nav-links { display: flex; align-items: center; gap: 30px; }
.nav-links a { font-size: 14.5px; color: var(--text-2); font-weight: 500; transition: color .2s; }
.nav-links a:hover { color: var(--text); }

/* ---------- Menu déroulant Services ---------- */
.nav-item { position: relative; }
.nav-item > .nav-link { display: inline-flex; align-items: center; gap: 6px; background: none; border: 0; cursor: pointer; font-family: var(--font-body); font-size: 14.5px; font-weight: 500; color: var(--text-2); padding: 0; }
.nav-item > .nav-link:hover, .nav-item.open > .nav-link { color: var(--text); }
.nav-item > .nav-link .chev { transition: transform .22s ease; flex: none; }
.nav-item:hover > .nav-link .chev, .nav-item.open > .nav-link .chev { transform: rotate(180deg); }
/* pont invisible : évite que le menu se ferme en descendant la souris */
.nav-item::after { content: ""; position: absolute; left: -14px; right: -14px; top: 100%; height: 18px; }
.dropdown {
  position: absolute; top: calc(100% + 16px); left: 50%;
  transform: translateX(-50%) translateY(-8px);
  background: var(--bg-elev); border: 1px solid var(--border-2); border-radius: 16px;
  padding: 10px; min-width: 280px; display: flex; flex-direction: column; gap: 2px;
  box-shadow: var(--shadow); z-index: 60;
  opacity: 0; visibility: hidden; pointer-events: none;
  transition: opacity .2s ease, transform .2s ease, visibility .2s;
}
.nav-item:hover .dropdown, .nav-item:focus-within .dropdown, .nav-item.open .dropdown {
  opacity: 1; visibility: visible; pointer-events: auto; transform: translateX(-50%) translateY(0);
}
.dropdown a {
  display: flex; align-items: center; gap: 10px; padding: 10px 14px; border-radius: 10px;
  font-size: 14px; color: var(--text-2); white-space: nowrap; transition: background .18s, color .18s;
}
.dropdown a:hover { background: rgba(244, 122, 31, 0.10); color: var(--accent); }
.dropdown a svg { color: var(--accent); opacity: .75; flex: none; }
.dropdown .dd-sep { height: 1px; background: var(--border); margin: 8px 6px; }
.dropdown .dd-all { font-family: var(--font-head); font-weight: 600; color: var(--accent); }
.nav-cta { display: flex; align-items: center; gap: 14px; }
.nav-phone { font-family: var(--font-head); font-weight: 600; font-size: 15px; display: inline-flex; align-items: center; gap: 8px; }
.nav-toggle { display: none; background: none; border: 1px solid var(--border-2); border-radius: 10px; padding: 8px 10px; color: var(--text); cursor: pointer; }

/* ---------- Hero ---------- */
.hero { position: relative; padding: 70px 0 90px; }
.hero-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 56px; align-items: center; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-head); font-size: 12.5px; font-weight: 600;
  letter-spacing: 0.16em; text-transform: uppercase; color: var(--accent);
  padding: 8px 16px; border: 1px solid rgba(244,122,31,0.3); border-radius: 999px;
  background: rgba(244,122,31,0.07);
}
.hero h1 { font-size: clamp(38px, 5.4vw, 68px); margin: 26px 0 22px; }
.hero h1 .accent { display: inline; }
.hero p.lead { font-size: 18px; color: var(--text-2); max-width: 520px; margin-bottom: 30px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 36px; }
.hero-badges { display: flex; flex-wrap: wrap; gap: 22px; }
.hero-badge { display: flex; align-items: center; gap: 9px; font-size: 13.5px; color: var(--text-2); }
.hero-badge svg { color: var(--accent); flex: none; }

.hero-visual { position: relative; }
.hero-visual .frame {
  border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--border-2);
  box-shadow: var(--shadow); aspect-ratio: 4 / 3.4; background: var(--bg-3);
}
.hero-visual .frame img { width: 100%; height: 100%; object-fit: cover; }
.hero-float {
  position: absolute; left: -18px; bottom: 26px;
  background: rgba(20,20,23,0.9); backdrop-filter: blur(10px);
  border: 1px solid var(--border-2); border-radius: 16px; padding: 14px 18px;
  display: flex; align-items: center; gap: 12px; box-shadow: var(--shadow-sm);
}
.hero-float .num { font-family: var(--font-head); font-weight: 700; font-size: 26px; color: var(--accent); line-height: 1; }
.hero-float .lbl { font-size: 12px; color: var(--text-2); line-height: 1.3; }
.hero-float.tr { right: -14px; left: auto; top: 22px; bottom: auto; }
.stars { color: var(--accent); letter-spacing: 2px; }

/* ---------- Sections ---------- */
section { position: relative; }
.section { padding: 90px 0; }
.section-head { text-align: center; max-width: 720px; margin: 0 auto 56px; }
.section-tag {
  font-family: var(--font-head); font-size: 12.5px; font-weight: 600; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--accent); margin-bottom: 16px; display: block;
}
.section-head h2 { font-size: clamp(28px, 4vw, 44px); margin-bottom: 16px; }
.section-head p { color: var(--text-2); font-size: 17px; }
.section-alt { background: linear-gradient(180deg, var(--bg-2), var(--bg)); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }

/* ---------- Services grid ---------- */
.grid-services { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.svc-card {
  background: var(--bg-card); border: 1px solid var(--border); border-radius: var(--radius);
  padding: 32px 28px; transition: transform .22s ease, border-color .22s ease, background .22s ease;
  position: relative; overflow: hidden;
}
.svc-card::after {
  content: ""; position: absolute; inset: 0; border-radius: inherit; pointer-events: none;
  background: radial-gradient(400px 200px at 100% 0%, rgba(244,122,31,0.10), transparent 70%);
  opacity: 0; transition: opacity .3s;
}
.svc-card:hover { transform: translateY(-4px); border-color: var(--border-2); background: var(--bg-elev); }
.svc-card:hover::after { opacity: 1; }
.svc-icon {
  width: 52px; height: 52px; border-radius: 14px; display: grid; place-items: center;
  background: rgba(244,122,31,0.10); border: 1px solid rgba(244,122,31,0.22); color: var(--accent);
  margin-bottom: 22px;
}
.svc-card h3 { font-size: 20px; margin-bottom: 10px; }
.svc-card p { color: var(--text-2); font-size: 14.5px; margin-bottom: 18px; }
.svc-link { font-family: var(--font-head); font-weight: 600; font-size: 14px; color: var(--accent); display: inline-flex; align-items: center; gap: 7px; transition: gap .2s; }
.svc-card:hover .svc-link { gap: 12px; }

/* ---------- Zone / villes ---------- */
.zone-wrap { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 56px; align-items: center; }
.zone-map { border: 1px solid var(--border-2); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-sm); background: var(--bg-3); aspect-ratio: 1 / 1; }
.zone-map iframe { width: 100%; height: 100%; border: 0; filter: grayscale(0.4) invert(0.9) hue-rotate(180deg); }
.cities { display: flex; flex-wrap: wrap; gap: 12px; margin: 26px 0; }
.city-pill {
  display: inline-flex; align-items: center; gap: 8px; padding: 10px 18px; border-radius: 999px;
  background: var(--bg-card); border: 1px solid var(--border); font-size: 14px; color: var(--text-2);
  transition: border-color .2s, color .2s;
}
.city-pill:hover { border-color: var(--accent); color: var(--text); }
.city-pill .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--accent); }

/* ---------- Réalisations ---------- */
.filters { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; margin-bottom: 40px; }
.filter-btn {
  font-family: var(--font-head); font-weight: 600; font-size: 13px; letter-spacing: 0.04em;
  padding: 10px 20px; border-radius: 999px; border: 1px solid var(--border-2);
  background: transparent; color: var(--text-2); cursor: pointer; transition: all .2s;
}
.filter-btn.active, .filter-btn:hover { background: var(--accent); border-color: var(--accent); color: #fff; }
.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.gal-item { position: relative; border-radius: var(--radius); overflow: hidden; aspect-ratio: 4/3; border: 1px solid var(--border); }
.gal-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.gal-item:hover img { transform: scale(1.06); }
.gal-item .cap {
  position: absolute; inset: auto 0 0 0; padding: 40px 18px 16px;
  background: linear-gradient(to top, rgba(8,8,10,0.92), transparent);
}
.gal-item .cap .tag { font-family: var(--font-head); font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--accent); }
.gal-item .cap .ttl { font-family: var(--font-head); font-weight: 600; font-size: 15px; margin-top: 4px; }

/* ---------- Process / étapes ---------- */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; counter-reset: step; }
.step {
  background: var(--bg-card); border: 1px solid var(--border); border-radius: var(--radius); padding: 30px 24px;
  position: relative;
}
.step .n {
  font-family: var(--font-head); font-weight: 700; font-size: 15px; width: 40px; height: 40px;
  border-radius: 12px; background: rgba(244,122,31,0.12); border: 1px solid rgba(244,122,31,0.25);
  color: var(--accent); display: grid; place-items: center; margin-bottom: 20px;
}
.step h3 { font-size: 18px; margin-bottom: 8px; }
.step p { color: var(--text-2); font-size: 14px; }

/* ---------- Testimonials ---------- */
.reviews { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.review { background: var(--bg-card); border: 1px solid var(--border); border-radius: var(--radius); padding: 28px; }
.review .stars { font-size: 15px; margin-bottom: 14px; }
.review p { color: var(--text-2); font-size: 15px; margin-bottom: 18px; }
.review .who { display: flex; align-items: center; gap: 12px; }
.review .av { width: 42px; height: 42px; border-radius: 50%; background: linear-gradient(135deg,var(--accent),var(--accent-dk)); display: grid; place-items: center; color:#fff; font-family: var(--font-head); font-weight: 700; }
.review .who .nm { font-family: var(--font-head); font-weight: 600; font-size: 14.5px; }
.review .who .mt { font-size: 12px; color: var(--muted); }
.rating-banner { display: flex; align-items: center; justify-content: center; gap: 14px; margin-bottom: 42px; flex-wrap: wrap; }
.rating-banner .big { font-family: var(--font-head); font-weight: 700; font-size: 34px; color: var(--accent); }

/* ---------- FAQ ---------- */
.faq { max-width: 820px; margin: 0 auto; }
.faq-item { border: 1px solid var(--border); border-radius: var(--radius-sm); margin-bottom: 12px; background: var(--bg-card); overflow: hidden; }
.faq-q {
  width: 100%; text-align: left; background: none; border: none; cursor: pointer; color: var(--text);
  font-family: var(--font-head); font-weight: 600; font-size: 16.5px; padding: 22px 24px;
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
}
.faq-q h3 { font: inherit; margin: 0; letter-spacing: inherit; }
.faq-q .ico { color: var(--accent); flex: none; transition: transform .3s; font-size: 22px; line-height: 1; }
.faq-item.open .faq-q .ico { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.faq-a p { padding: 0 24px 22px; color: var(--text-2); font-size: 15px; }

/* ---------- Contact ---------- */
.contact-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 40px; }
.form { background: var(--bg-card); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 36px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { margin-bottom: 18px; }
.field label { display: block; font-size: 13px; font-family: var(--font-head); font-weight: 600; color: var(--text-2); margin-bottom: 8px; }
.field input, .field select, .field textarea {
  width: 100%; background: var(--bg); border: 1px solid var(--border-2); border-radius: 12px;
  padding: 14px 16px; color: var(--text); font-family: var(--font-body); font-size: 15px; transition: border-color .2s;
}
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--accent); }
.field textarea { resize: vertical; min-height: 120px; }
.field.consent label { display: flex; gap: 10px; align-items: flex-start; font-family: var(--font-body); font-weight: 400; font-size: 13px; color: var(--text-2); line-height: 1.5; cursor: pointer; }
.field.consent input { width: auto; flex: none; margin-top: 2px; accent-color: var(--accent); }
.contact-info { display: flex; flex-direction: column; gap: 18px; }
.info-card { background: var(--bg-card); border: 1px solid var(--border); border-radius: var(--radius); padding: 24px; display: flex; gap: 16px; align-items: flex-start; }
.info-card .ic { width: 46px; height: 46px; border-radius: 12px; background: rgba(244,122,31,0.1); border: 1px solid rgba(244,122,31,0.22); color: var(--accent); display: grid; place-items: center; flex: none; }
.info-card .lbl { font-size: 12px; color: var(--muted); text-transform: uppercase; letter-spacing: 0.1em; }
.info-card .val { font-family: var(--font-head); font-weight: 600; font-size: 16px; margin-top: 3px; }

/* ---------- CTA band ---------- */
.cta-band {
  background: linear-gradient(135deg, rgba(244,122,31,0.14), rgba(244,122,31,0.04));
  border: 1px solid rgba(244,122,31,0.25); border-radius: var(--radius-lg);
  padding: 52px; text-align: center; position: relative; overflow: hidden;
}
.cta-band h2 { font-size: clamp(26px, 3.6vw, 40px); margin-bottom: 14px; }
.cta-band p { color: var(--text-2); font-size: 17px; max-width: 560px; margin: 0 auto 28px; }
.cta-band .hero-actions { justify-content: center; }

/* ---------- Article / content pages ---------- */
.page-hero { padding: 60px 0 40px; border-bottom: 1px solid var(--border); background: linear-gradient(180deg, var(--bg-2), var(--bg)); }
.breadcrumb { font-size: 13px; color: var(--muted); margin-bottom: 22px; }
.breadcrumb a:hover { color: var(--accent); }
.page-hero h1 { font-size: clamp(32px, 4.6vw, 54px); max-width: 820px; margin-bottom: 18px; }
.page-hero p.lead { font-size: 18px; color: var(--text-2); max-width: 680px; }
.article { padding: 64px 0; }
.article-grid { display: grid; grid-template-columns: 1fr 320px; gap: 56px; align-items: start; }
.prose h2 { font-size: 28px; margin: 44px 0 16px; padding-top: 4px; }
.prose h2:first-child { margin-top: 0; }
.prose h3 { font-size: 20px; margin: 30px 0 12px; color: var(--text); }
.prose p { color: var(--text-2); margin-bottom: 16px; font-size: 16px; }
.prose ul, .prose ol { color: var(--text-2); margin: 0 0 20px 20px; }
.prose li { margin-bottom: 9px; }
.prose li::marker { color: var(--accent); }
.prose strong { color: var(--text); font-weight: 600; }
.prose .lead-in { font-size: 18px; color: var(--text); border-left: 3px solid var(--accent); padding-left: 20px; margin-bottom: 30px; }
.prose-figure { margin: 0 0 32px; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--border); background: var(--bg-card); }
.prose-figure img { width: 100%; height: auto; display: block; }
.prose-figure figcaption { font-size: 12.5px; color: var(--muted); padding: 10px 16px; }
.callout {
  background: var(--bg-card); border: 1px solid var(--border); border-left: 3px solid var(--accent);
  border-radius: 12px; padding: 22px 26px; margin: 28px 0;
}
.callout strong { color: var(--accent); }
.feature-list { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 24px 0; }
.feature-list .fi { display: flex; gap: 12px; align-items: flex-start; background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 16px; }
.feature-list .fi svg { color: var(--accent); flex: none; margin-top: 2px; }
.feature-list .fi .t { font-family: var(--font-head); font-weight: 600; font-size: 14.5px; color: var(--text); }
.feature-list .fi .d { font-size: 13px; color: var(--text-2); }

/* sidebar */
.sidebar { position: sticky; top: 100px; display: flex; flex-direction: column; gap: 20px; }
.side-card { background: var(--bg-card); border: 1px solid var(--border); border-radius: var(--radius); padding: 26px; }
.side-card.accent-card { background: linear-gradient(135deg, rgba(244,122,31,0.14), rgba(244,122,31,0.03)); border-color: rgba(244,122,31,0.28); }
.side-card h4 { font-size: 18px; margin-bottom: 10px; }
.side-card p { font-size: 14px; color: var(--text-2); margin-bottom: 18px; }
.side-links a { display: flex; align-items: center; justify-content: space-between; padding: 12px 0; border-bottom: 1px solid var(--border); font-size: 14.5px; color: var(--text-2); transition: color .2s; }
.side-links a:last-child { border-bottom: none; }
.side-links a:hover { color: var(--accent); }
.side-links a .ar { color: var(--accent); }

/* ---------- Footer ---------- */
.site-footer { border-top: 1px solid var(--border); background: var(--bg-2); padding: 64px 0 30px; margin-top: 20px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 48px; }
.footer-brand p { color: var(--text-2); font-size: 14px; margin: 18px 0; max-width: 320px; }
.footer-col h5 { font-family: var(--font-head); font-size: 13px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); margin-bottom: 18px; }
.footer-col a, .footer-col p { display: block; color: var(--text-2); font-size: 14px; margin-bottom: 11px; transition: color .2s; }
.footer-col a:hover { color: var(--accent); }
.footer-bottom { border-top: 1px solid var(--border); padding-top: 24px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; font-size: 13px; color: var(--muted); }
.footer-bottom a { color: var(--text-2); transition: color .2s; }
.footer-bottom a:hover { color: var(--accent); }
.footer-bottom a.colpa { color: var(--accent); font-weight: 600; }
.social { display: flex; gap: 12px; }
.social a { width: 36px; height: 36px; border-radius: 10px; border: 1px solid var(--border-2); display: grid; place-items: center; color: var(--text-2); transition: all .2s; }
.social a:hover { border-color: var(--accent); color: var(--accent); }

/* ---------- Page merci ---------- */
.merci-check {
  width: 84px; height: 84px; border-radius: 50%; margin: 0 auto;
  display: grid; place-items: center; color: #fff;
  background: linear-gradient(135deg, var(--accent), var(--accent-dk));
  box-shadow: 0 18px 44px -12px var(--glow);
}

/* ---------- Utility grids ---------- */
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }

/* ---------- Urgence band ---------- */
.urgence {
  display: flex; gap: 30px; align-items: center;
  background: linear-gradient(135deg, rgba(244,122,31,0.16), rgba(244,122,31,0.04));
  border: 1px solid rgba(244,122,31,0.3); border-radius: var(--radius-lg); padding: 42px;
}
.urgence .u-ic { width: 72px; height: 72px; border-radius: 18px; background: rgba(244,122,31,0.16); border: 1px solid rgba(244,122,31,0.32); color: var(--accent); display: grid; place-items: center; flex: none; }
.urgence h2 { font-size: clamp(24px, 3.2vw, 34px); margin-bottom: 10px; }
.urgence p { color: var(--text-2); font-size: 16px; margin-bottom: 6px; max-width: 640px; }
.urgence .u-cta { margin-top: 16px; display: flex; gap: 12px; flex-wrap: wrap; }

/* ---------- Why-us cards ---------- */
.why-card { background: var(--bg-card); border: 1px solid var(--border); border-radius: var(--radius); padding: 28px 24px; transition: transform .22s, border-color .22s; }
.why-card:hover { transform: translateY(-4px); border-color: var(--border-2); }
.why-card .w-ic { width: 48px; height: 48px; border-radius: 13px; background: rgba(244,122,31,0.1); border: 1px solid rgba(244,122,31,0.22); color: var(--accent); display: grid; place-items: center; margin-bottom: 18px; }
.why-card h3 { font-size: 17px; margin-bottom: 9px; line-height: 1.25; }
.why-card p { color: var(--text-2); font-size: 14px; }

/* ---------- Reveal animation (progressive enhancement) ---------- */
/* Hidden state only applies when JS is active; no-JS users see everything. */
.js .reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.js .reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .js .reveal { opacity: 1; transform: none; transition: none; }
}

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero-visual { order: -1; }
  .grid-services, .gallery, .reviews, .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .urgence { flex-direction: column; text-align: center; padding: 30px 24px; }
  .urgence p { margin-left: auto; margin-right: auto; }
  .urgence .u-cta { justify-content: center; }
  .zone-wrap { grid-template-columns: 1fr; }
  .contact-grid, .article-grid { grid-template-columns: 1fr; }
  .sidebar { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .nav-links { display: none; }
  .nav-links.open {
    display: flex; position: absolute; top: 74px; left: 0; right: 0; flex-direction: column;
    align-items: flex-start;
    background: var(--bg-2); border-bottom: 1px solid var(--border); padding: 20px 24px; gap: 18px;
    max-height: calc(100vh - 74px); overflow-y: auto;
  }
  .nav-toggle { display: inline-flex; }
  /* Déroulant -> accordéon en mobile */
  .nav-item { width: 100%; }
  .nav-item::after { display: none; }
  .dropdown {
    position: static; opacity: 1; visibility: visible; pointer-events: auto;
    background: transparent; border: 0; box-shadow: none; min-width: 0;
    padding: 8px 0 0 12px; display: none; transition: none;
  }
  /* IMPORTANT : ces sélecteurs doivent égaler la spécificité des règles desktop
     (.nav-item.open .dropdown = 0,3,0), sinon translateX(-50%) revient et
     le panneau sort de l'écran à gauche. */
  .dropdown,
  .nav-item:hover .dropdown,
  .nav-item:focus-within .dropdown,
  .nav-item.open .dropdown { transform: none; }
  .nav-item.open .dropdown { display: flex; }
  .nav-item:hover .dropdown { display: none; }
  .nav-item.open:hover .dropdown { display: flex; }
  .dropdown a { padding: 8px 10px; white-space: normal; }
}
@media (max-width: 620px) {
  .container { padding: 0 18px; }
  .section { padding: 64px 0; }
  .grid-services, .gallery, .reviews, .steps, .grid-4, .feature-list, .form-row, .footer-grid { grid-template-columns: 1fr; }
  .hero h1 { font-size: 40px; }
  .cta-band { padding: 36px 24px; }
  .nav-phone span { display: none; }
  .hero-actions .btn, .hero-actions { width: 100%; }
  .hero-actions .btn { justify-content: center; }
}
