/* =====================================================================
   TERRE ECO'+ — Page d'accueil · styles additionnels
   Étend site.css (composants UI kit) + colors_and_type.css (tokens).
   Aucune nouvelle couleur : uniquement var(--*) de la charte.
   ===================================================================== */

/* ---------- Échelle d'affichage par défaut (rendu ~80%) ----------
   Le client préfère un rendu plus compact, équivalent à un zoom 80%.
   Appliqué globalement via la propriété `zoom` : tout est réduit
   proportionnellement (typo + espacements + visuels) et le contenu
   se recompose normalement. Réglable via --page-zoom. */
:root { --page-zoom: 0.8; }
html { zoom: var(--page-zoom); }

/* ---------- Liens internes "noindex" / placeholders ---------- */
a.te-link, button.te-link {
  background: none; border: 0; padding: 0; cursor: pointer; font-family: inherit;
  color: var(--color-link); font-weight: 600; display: inline-flex; align-items: center; gap: 7px;
}
a.te-link:hover, button.te-link:hover { color: var(--color-link-hover); text-decoration: underline; }

.todo {
  font-size: var(--text-xs); font-weight: 700; letter-spacing: var(--tracking-wide);
  text-transform: uppercase; color: var(--terracotta-dark);
  background: var(--sand); border: 1px dashed var(--sand-2);
  padding: 2px 8px; border-radius: var(--radius-xs); white-space: nowrap;
}

/* ---------- Header : sous-menu "Nos services" ---------- */
/* Logo : éviter l'effondrement à 0 (max-width:100% × parent flex shrink-to-fit) */
.site-header .brand { flex: none; }
.site-header .brand img, .drawer-top img { max-width: none; width: auto; }
/* Empêcher tout débordement horizontal (drawer hors-écran, frise) */
html { overflow-x: clip; }
/* La barre d'en-tête ne doit jamais dépasser le conteneur de 1180px.
   Le n° de téléphone reste accessible : footer, hero, barre mobile, drawer. */
.site-header .nav-link { white-space: nowrap; }
.site-header .header-actions { flex: none; }
.site-header .header-phone { display: none; }
/* Nav compacte pour tenir dans le conteneur 1180 (masquée < 940px) */
.site-header .nav { gap: 2px; }
.site-header .nav-link { padding: 10px 13px; font-size: var(--text-sm); }
.has-sub { position: relative; }
.subnav {
  position: absolute; top: calc(100% + 6px); left: 0; min-width: 280px;
  background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-md);
  box-shadow: var(--shadow-lg); padding: 8px; display: grid; grid-template-columns: 1fr; gap: 2px;
  z-index: 120;
  /* Fermeture tolérante : fondu + délai de grâce de 250ms avant disparition */
  opacity: 0; visibility: hidden; transform: translateY(-4px);
  transition: opacity 160ms ease-out 250ms, visibility 0ms linear 410ms, transform 160ms ease-out 250ms;
  pointer-events: none;
}
/* Pont invisible comblant l'espace de 6px entre le bouton et le panneau */
.subnav::before { content: ''; position: absolute; left: 0; right: 0; top: -8px; height: 8px; }
.has-sub:hover .subnav, .has-sub:focus-within .subnav {
  opacity: 1; visibility: visible; transform: translateY(0);
  transition: opacity 160ms ease-out, visibility 0ms, transform 160ms ease-out;
  pointer-events: auto;
}
.subnav a {
  display: flex; align-items: center; gap: 10px; padding: 9px 12px; border-radius: var(--radius-sm);
  color: var(--fg-2); font-weight: 600; font-size: var(--text-sm); text-decoration: none;
}
.subnav a:hover { background: var(--surface-green); color: var(--color-primary); }
.subnav a [data-lucide] { width: 17px; height: 17px; color: var(--color-secondary); flex: none; }
.subnav.cols2 { grid-template-columns: 1fr 1fr; min-width: 480px; }
.subnav .sub-foot { grid-column: 1 / -1; border-top: 1px solid var(--border); margin-top: 6px; padding-top: 8px; }
.subnav .sub-foot a { color: var(--color-primary); font-weight: 700; }
.nav-link.caret { display: inline-flex; align-items: center; gap: 5px; }
.nav-link.caret [data-lucide] { width: 15px; height: 15px; }

/* ---------- Hero : adaptations accueil ---------- */
/* --- Hero plein cadre avec photo en fond + voile sombre chaud --- */
.hero-photo {
  position: relative; overflow: hidden;
  background: var(--ink);
  display: flex; align-items: center;
  min-height: 620px; padding: 64px 0 56px;
}
.hero-photo .hero-bg {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: 75% 64%; z-index: 0;
}
.hero-photo .hero-veil {
  position: absolute; inset: 0; z-index: 1;
  background:
    linear-gradient(98deg, rgba(20,28,10,0.94) 0%, rgba(20,28,10,0.82) 26%, rgba(20,28,10,0.5) 48%, rgba(20,28,10,0.12) 74%, rgba(20,28,10,0.02) 100%),
    linear-gradient(0deg, rgba(20,28,10,0.5) 0%, rgba(20,28,10,0) 40%);
}
.hero-photo .container { position: relative; z-index: 2; }
.hero-photo .hero-inner { max-width: 880px; }
.hero-photo .eyebrow { color: #BFE08A; }
.hero-photo h1 {
  font-size: var(--text-5xl); font-weight: 800; letter-spacing: -.025em; line-height: 1.04;
  margin: 16px 0 18px; color: #fff;
}
.hero-photo h1 .green { color: #A6D267; }
.hero-photo h1 .terra { color: #E6A24B; }
.hero-photo h1 .blue { color: #6BAEE8; }
.hero-photo .lead {
  font-size: var(--text-xl); color: rgba(255,255,255,0.88); line-height: 1.5;
  margin: 0 0 26px; max-width: 56ch;
}
.hero-photo .hero-cta { display: flex; gap: 14px; flex-wrap: nowrap; align-items: center; }
.hero-photo .btn-outline {
  color: #fff; border-color: rgba(255,255,255,0.55); background: rgba(255,255,255,0.06);
  backdrop-filter: blur(2px);
}
.hero-photo .btn-outline:hover { background: rgba(255,255,255,0.16); border-color: #fff; }
.hero-photo .hero-audience { color: rgba(255,255,255,0.78); margin-top: 22px; }
.hero-photo .hero-audience [data-lucide] { color: #BFE08A; }

/* Pastilles de réassurance sur la photo */
.hero-trust-pills { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.hero-trust-pills .pill {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,0.10); border: 1px solid rgba(255,255,255,0.22);
  color: #fff; font-size: var(--text-sm); font-weight: 600;
  padding: 8px 14px; border-radius: var(--radius-pill); backdrop-filter: blur(3px);
}
.hero-trust-pills .pill [data-lucide] { width: 17px; height: 17px; color: #BFE08A; }

/* Hero (ancien, conservé pour compat) : adaptations accueil */
.hero h1 .wrap { display: inline; }
.hero-audience {
  display: flex; align-items: center; gap: 12px; margin-top: 30px;
  font-size: var(--text-sm); color: var(--fg-3); font-weight: 600;
}
.hero-audience [data-lucide] { width: 18px; height: 18px; color: var(--color-secondary); flex: none; }
.hero-media-stack { position: relative; }
.hero-media-stack .ph { box-shadow: var(--shadow-lg); }
.hero-badge {
  position: absolute; left: -22px; bottom: 26px; background: var(--surface);
  border: 1px solid var(--border); border-radius: var(--radius-md); box-shadow: var(--shadow-md);
  padding: 14px 18px; display: flex; align-items: center; gap: 12px; max-width: 250px;
}
.hero-badge .hb-ic { width: 42px; height: 42px; border-radius: var(--radius-sm); background: var(--surface-green); color: var(--color-primary); display: flex; align-items: center; justify-content: center; flex: none; }
.hero-badge .hb-ic [data-lucide] { width: 22px; height: 22px; }
.hero-badge .hb-t { font-weight: 700; font-size: var(--text-sm); line-height: 1.2; }
.hero-badge .hb-d { font-size: var(--text-xs); color: var(--fg-3); margin-top: 2px; }

/* ---------- Chiffres clés (bande forêt) ---------- */
.stats-band { background: linear-gradient(120deg, var(--green-forest-darker) 0%, var(--green-forest-dark) 45%, var(--green-forest) 100%); color: #fff; }
.stats-band .container { padding-top: 20px; padding-bottom: 20px; }
.stats-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; }
.stat {
  padding: 8px 22px; text-align: center;
  display: flex; flex-direction: column; align-items: center; justify-content: flex-start;
  border-left: 1px solid rgba(255,255,255,0.18);
}
.stat:first-child { border-left: 0; }
.stat .stat-num {
  font-size: var(--text-3xl); font-weight: 800; line-height: 1; letter-spacing: -.02em; color: #fff;
  font-variant-numeric: tabular-nums; position: relative; padding-bottom: 12px;
}
.stat .stat-num::after {
  content: ''; position: absolute; left: 50%; bottom: 0; height: 3px; width: 0;
  border-radius: 2px; background: var(--green-active); transform: translateX(-50%);
  transition: width 600ms ease-out var(--d);
}
.stats-grid.in .stat .stat-num::after { width: 28px; }
.stat .stat-num .u { font-size: var(--text-lg); font-weight: 700; }
.stat .stat-lbl { font-size: var(--text-sm); color: rgba(255,255,255,0.82); margin-top: 12px; line-height: 1.35; }
@media (prefers-reduced-motion: no-preference) {
  .stats-grid .stat { opacity: 0; transform: translateY(16px); }
  .stats-grid.in .stat { opacity: 1; transform: none; transition: opacity 600ms ease-out var(--d), transform 600ms ease-out var(--d); }
}

/* ---------- Preuves & engagements ---------- */
.proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px 28px; }
.proof-item {
  display: flex; gap: 14px; align-items: flex-start;
  background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-xl);
  padding: 18px 20px; box-shadow: var(--shadow-xs);
}
.proof-item .pf-ic { width: 42px; height: 42px; border-radius: var(--radius-md); background: var(--surface-green); color: var(--color-primary); display: flex; align-items: center; justify-content: center; flex: none; }
.proof-item.terra .pf-ic { background: var(--sand); color: var(--terracotta-dark); }
.proof-item .pf-ic [data-lucide] { width: 22px; height: 22px; }
.proof-item .pf-t { font-weight: 700; font-size: var(--text-base); line-height: 1.25; }
.proof-item .pf-d { font-size: var(--text-sm); color: var(--fg-2); margin-top: 3px; line-height: 1.4; }

/* ---------- Constructeurs partenaires (frise) ---------- */
.partners { text-align: center; }
.partners.section-sm { padding: 44px 0; }
.partners .section-head { margin-bottom: 30px; }
.marquee { overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.marquee-track { display: flex; gap: 22px; width: max-content; animation: te-marquee 34s linear infinite; }
.marquee:hover .marquee-track { animation-play-state: paused; }
@keyframes te-marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.logo-chip {
  flex: none; width: 210px; height: 110px; border-radius: var(--radius-md);
  background: var(--surface); border: 1px solid var(--border);
  display: flex; align-items: center; justify-content: center;
  padding: 22px 26px; box-shadow: var(--shadow-xs);
}
.logo-chip img {
  max-width: 100%; max-height: 100%; width: auto; height: auto;
  object-fit: contain; display: block;
}
@media (prefers-reduced-motion: reduce) { .marquee-track { animation: none; } }

/* ---------- Réalisations : meta service + commune ---------- */
.pc-metarow { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 10px; }
.pc-metarow .m { font-size: var(--text-sm); color: var(--fg-3); display: inline-flex; align-items: center; gap: 6px; }
.pc-metarow .m [data-lucide] { width: 15px; height: 15px; color: var(--color-secondary); }

/* =====================================================================
   LIQUID GLASS — tokens partagés (dosage "Moyen")
   Verre clair, à n'utiliser que sur fond riche (photo / aplat foncé).
   ===================================================================== */
.glass-tag {
  background: rgba(255,255,255,0.14);
  border: 1px solid rgba(255,255,255,0.30);
  -webkit-backdrop-filter: blur(13px) saturate(150%);
  backdrop-filter: blur(13px) saturate(150%);
  box-shadow: 0 6px 22px rgba(10,14,6,0.28), inset 0 1px 0 rgba(255,255,255,0.32);
  color: #fff;
}
.glass-panel {
  background: rgba(255,255,255,0.13);
  border: 1px solid rgba(255,255,255,0.26);
  -webkit-backdrop-filter: blur(16px) saturate(150%);
  backdrop-filter: blur(16px) saturate(150%);
  box-shadow: 0 12px 34px rgba(10,14,6,0.32), inset 0 1px 0 rgba(255,255,255,0.30);
  color: #fff;
}

/* ---------- Réalisations · tuiles photo plein cadre (4 colonnes) ---------- */
.realisation-card {
  position: relative; display: block; height: 440px; border-radius: var(--radius-xl);
  overflow: hidden; box-shadow: var(--shadow-md); text-decoration: none;
  border: 1px solid var(--border); transition: box-shadow 220ms ease-out, transform 220ms ease-out;
}
.realisation-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-4px); }
button.realisation-card { padding: 0; margin: 0; width: 100%; font: inherit; color: inherit; text-align: left; background: var(--surface); cursor: pointer; -webkit-appearance: none; appearance: none; }
.realisation-card.is-static { cursor: default; }
.realisation-card.is-static:hover { box-shadow: var(--shadow-md); transform: none; }
.realisation-card.is-static:hover .rc-photo img { transform: none; }
.realisation-card .rc-photo { position: absolute; inset: 0; }
.realisation-card .rc-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform 600ms ease; }
.realisation-card:hover .rc-photo img { transform: scale(1.06); }
/* placeholder photographique sombre (en attendant les vraies photos) */
.realisation-card .rc-ph { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; }
.rc-ph.v0 { background: linear-gradient(150deg, #2c3318 0%, #43381f 100%); }
.rc-ph.v1 { background: linear-gradient(150deg, #33301a 0%, #4a3a22 100%); }
.rc-ph.v2 { background: linear-gradient(150deg, #283018 0%, #3a3320 100%); }
.rc-ph.v3 { background: linear-gradient(150deg, #2e2f1c 0%, #463a23 100%); }
.realisation-card .rc-ph .rc-ph-in { text-align: center; color: rgba(255,255,255,0.42); }
.realisation-card .rc-ph .rc-ph-in [data-lucide] { width: 30px; height: 30px; }
.realisation-card .rc-ph .rc-ph-in span { display: block; font-size: var(--text-xs); font-weight: 600; margin-top: 8px; letter-spacing: var(--tracking-wide); text-transform: uppercase; }
/* voile bas pour la lisibilité du titre et du lien */
.realisation-card .rc-scrim { position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(180deg, rgba(10,14,6,0.30) 0%, rgba(10,14,6,0) 30%, rgba(10,14,6,0) 40%, rgba(10,14,6,0.82) 100%); }
.realisation-card .rc-content { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: space-between; padding: 22px; }
/* étiquette catégorie (haut) */
.rc-tag { align-self: flex-start; display: inline-flex; align-items: center; font-size: var(--text-xs); font-weight: 700; text-transform: uppercase; letter-spacing: var(--tracking-caps); padding: 8px 16px; border-radius: var(--radius-pill); }
/* pied : commune · titre · lien */
.rc-foot { display: flex; flex-direction: column; gap: 12px; }
.rc-foot .rc-commune { display: inline-flex; align-items: center; gap: 6px; font-size: var(--text-xs); font-weight: 600; text-transform: uppercase; letter-spacing: var(--tracking-wide); color: rgba(255,255,255,0.78); }
.rc-foot .rc-commune [data-lucide] { width: 14px; height: 14px; color: #BFE08A; }
.rc-foot .rc-title { font-weight: 800; font-size: var(--text-2xl); line-height: 1.12; color: #fff; letter-spacing: var(--tracking-tight); text-wrap: balance; }
.rc-foot .rc-go { display: inline-flex; align-items: center; gap: 9px; font-weight: 700; font-size: var(--text-base); color: #F0B274; }
.rc-foot .rc-go [data-lucide] { width: 18px; height: 18px; transition: transform 220ms ease; }
.realisation-card:hover .rc-go [data-lucide], .realisation-card:focus-visible .rc-go [data-lucide] { transform: translateX(4px); }
/* tuile panoramique (pleine largeur, sous la rangée de 3) */
.realisation-pano { margin-top: 22px; }
.realisation-card.wide { height: 300px; }
.realisation-card.wide .rc-scrim {
  background: linear-gradient(100deg, rgba(10,14,6,0.80) 0%, rgba(10,14,6,0.42) 40%, rgba(10,14,6,0) 72%); }
.realisation-card.wide .rc-content { padding: 28px 34px; }
.realisation-card.wide .rc-foot { max-width: 560px; }
.realisation-card.wide .rc-foot .rc-title { font-size: var(--text-3xl); }

/* En-tête : verre givré "subtil" + état flottant au scroll (prop. 04) */
.site-header { transition: background 200ms ease, box-shadow 220ms ease, border-color 200ms ease; }
.site-header.scrolled {
  background: rgba(247,245,239,0.72);
  -webkit-backdrop-filter: blur(18px) saturate(150%);
  backdrop-filter: blur(18px) saturate(150%);
  box-shadow: 0 6px 26px rgba(29,38,17,0.10);
  border-bottom-color: rgba(228,223,207,0.6);
}

/* ---------- Zones d'intervention ---------- */
.zones-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 48px; align-items: center; }
.zone-cards { display: grid; gap: 14px; }
.zone-card {
  display: flex; align-items: center; gap: 16px; text-align: left;
  background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-xl);
  padding: 18px 20px; box-shadow: var(--shadow-sm); cursor: pointer; transition: all 180ms ease-out;
  font-family: inherit; width: 100%;
}
.zone-card:hover { border-color: var(--color-secondary); box-shadow: var(--shadow-md); transform: translateX(3px); }
.zone-card .zc-ic { width: 46px; height: 46px; border-radius: var(--radius-md); background: var(--surface-green); color: var(--color-primary); display: flex; align-items: center; justify-content: center; flex: none; }
.zone-card .zc-ic [data-lucide] { width: 24px; height: 24px; }
.zone-card .zc-t { font-weight: 700; font-size: var(--text-lg); color: var(--fg); }
.zone-card .zc-d { font-size: var(--text-sm); color: var(--fg-3); margin-top: 2px; }
.zone-card .zc-go { margin-left: auto; color: var(--color-primary); flex: none; }
.zone-card .zc-go [data-lucide] { width: 20px; height: 20px; }

/* ---------- Avis clients ---------- */
.reviews-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; flex-wrap: wrap; margin-bottom: 24px; }
.google-rating { display: flex; align-items: center; gap: 14px; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-md); padding: 14px 20px; box-shadow: var(--shadow-sm); text-decoration: none; color: inherit; cursor: pointer; transition: box-shadow 180ms ease-out, transform 180ms ease-out, border-color 180ms ease-out; }
.google-rating:hover { box-shadow: var(--shadow-md); transform: translateY(-2px); border-color: var(--border-green); }
.google-rating .gr-score { font-size: var(--text-2xl); font-weight: 800; color: var(--fg); line-height: 1; }
.stars { display: inline-flex; gap: 2px; color: var(--terracotta); }
.stars [data-lucide] { width: 17px; height: 17px; fill: currentColor; }
.google-rating .gr-sub { font-size: var(--text-sm); color: var(--fg-3); margin-top: 3px; display: inline-flex; align-items: center; gap: 6px; }
.google-rating .gr-sub [data-lucide] { width: 14px; height: 14px; color: var(--color-secondary); }
.google-rating:hover .gr-sub { color: var(--green-active-dark); }
.reviews-carousel { position: relative; }
.reviews-track { display: flex; gap: 20px; overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth; padding: 4px 2px 10px; -ms-overflow-style: none; scrollbar-width: none; }
.reviews-track::-webkit-scrollbar { display: none; }
.review-card { flex: 0 0 min(360px, 80vw); width: min(360px, 80vw); scroll-snap-align: start; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 26px 26px 24px; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; }
.rv-arrow { position: absolute; top: 50%; transform: translateY(-50%); z-index: 6; width: 48px; height: 48px; border-radius: var(--radius-pill); background: var(--surface); border: 1px solid var(--border); box-shadow: var(--shadow-md); color: var(--color-primary); cursor: pointer; display: flex; align-items: center; justify-content: center; transition: background 180ms ease-out, color 180ms ease-out, border-color 180ms ease-out, opacity 180ms ease-out; }
.rv-arrow:hover { background: var(--color-primary); color: #fff; border-color: var(--color-primary); }
.rv-arrow:disabled { opacity: 0.32; cursor: default; background: var(--surface); color: var(--color-primary); border-color: var(--border); }
.rv-arrow.prev { left: -18px; }
.rv-arrow.next { right: -18px; }
.rv-arrow [data-lucide] { width: 22px; height: 22px; }
.review-card .stars { margin-bottom: 14px; }
.review-card p { font-size: var(--text-base); color: var(--fg); line-height: 1.55; margin: 0 0 18px; }
.review-card .rv-author { margin-top: auto; display: flex; align-items: center; gap: 12px; }
.review-card .rv-av { width: 40px; height: 40px; border-radius: var(--radius-pill); background: var(--surface-green); color: var(--color-primary); display: flex; align-items: center; justify-content: center; font-weight: 800; flex: none; }
.review-card .rv-name { font-weight: 700; font-size: var(--text-sm); }
.review-card .rv-meta { font-size: var(--text-xs); color: var(--fg-3); }

/* ---------- CTA final (photo + panneau liquid glass) ---------- */
.cta-photo {
  position: relative; overflow: hidden;
  background: var(--ink);
  padding: 96px 0;
}
.cta-photo .cta-bg {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: 50% 42%; z-index: 0;
}
.cta-photo .cta-veil {
  position: absolute; inset: 0; z-index: 1;
  background:
    linear-gradient(180deg, rgba(20,28,10,0.30) 0%, rgba(20,28,10,0.46) 100%),
    radial-gradient(120% 90% at 50% 55%, rgba(20,28,10,0.10) 0%, rgba(20,28,10,0.42) 100%);
}
.cta-photo .container { position: relative; z-index: 2; }

/* Panneau de verre — base commune */
.cta-glass {
  max-width: 1000px; margin: 0 auto;
  text-align: center;
  border-radius: var(--radius-xl);
  padding: 40px 56px;
  -webkit-backdrop-filter: blur(16px) saturate(125%);
  backdrop-filter: blur(16px) saturate(125%);
  box-shadow: 0 24px 60px -24px rgba(12,20,6,0.65), inset 0 1px 0 rgba(255,255,255,0.18);
}
.cta-glass h2 {
  font-size: var(--text-3xl); font-weight: 800; letter-spacing: -.02em;
  margin: 0 0 12px; color: #fff;
}
.cta-glass p {
  font-size: var(--text-lg); margin: 0 auto 24px; max-width: 54ch;
  color: rgba(255,255,255,0.92); line-height: 1.5;
}
.cta-glass .cta-actions { display: flex; gap: 16px; flex-wrap: nowrap; justify-content: center; }
.cta-glass .cta-actions .btn { flex: 0 1 auto; }
.cta-phone-link {
  display: inline-flex; align-items: center; gap: 8px; margin-top: 18px;
  color: rgba(255,255,255,0.9); font-size: var(--text-base); font-weight: 600;
  text-decoration: none; font-variant-numeric: tabular-nums;
  transition: color .2s ease, text-shadow .2s ease;
}
.cta-phone-link:hover { color: #fff; text-decoration: none; text-shadow: 0 0 16px rgba(191,224,138,0.85), 0 0 4px rgba(255,255,255,0.5); }
.cta-phone-link:hover [data-lucide] { color: #DCF0B6; filter: drop-shadow(0 0 8px rgba(191,224,138,0.9)); }
.cta-phone-link [data-lucide] { width: 18px; height: 18px; color: #BFE08A; transition: color .2s ease, filter .2s ease; }

/* — Verre CLAIR (aérien, moderne) — */
.cta-variant-b .cta-glass {
  background: linear-gradient(150deg, rgba(255,255,255,0.16) 0%, rgba(191,224,138,0.10) 100%);
  border: 1px solid rgba(255,255,255,0.45);
  -webkit-backdrop-filter: blur(22px) saturate(135%);
  backdrop-filter: blur(22px) saturate(135%);
}
.cta-variant-b .cta-veil {
  background:
    linear-gradient(180deg, rgba(20,28,10,0.38) 0%, rgba(20,28,10,0.55) 100%),
    radial-gradient(120% 90% at 50% 55%, rgba(20,28,10,0.18) 0%, rgba(20,28,10,0.50) 100%);
}

/* Boutons : toujours pleins, jamais en verre (priorité conversion) */
.btn-whatsapp { background: #fff; color: #1F8A4C; }
.btn-whatsapp:hover { background: var(--green-light); }
.cta-final .btn-phone-strong { font-variant-numeric: tabular-nums; }

@media (max-width: 720px) {
  .cta-glass { padding: 32px 24px; }
  .cta-glass .cta-actions { flex-wrap: wrap; }
  .cta-glass .cta-actions .btn { flex: 1 1 auto; justify-content: center; }
}

/* ---------- Footer additions ---------- */
.footer-legal { display: flex; gap: 8px 18px; flex-wrap: wrap; }
.footer-legal button { background: none; border: 0; padding: 0; cursor: pointer; font-family: inherit; color: rgba(255,255,255,0.5); font-size: var(--text-sm); }
.footer-legal button:hover { color: #fff; text-decoration: underline; }
.footer-badges { display: flex; align-items: center; gap: 12px; margin-top: 18px; flex-wrap: wrap; }
.footer-badge { display: inline-flex; align-items: center; gap: 8px; border: 1px solid rgba(255,255,255,0.18); border-radius: var(--radius-sm); padding: 7px 12px; font-size: var(--text-xs); font-weight: 700; letter-spacing: var(--tracking-wide); text-transform: uppercase; color: rgba(255,255,255,0.82); }
.footer-badge [data-lucide] { width: 16px; height: 16px; color: var(--color-secondary); }
.site-footer .f-brand .footer-siret { font-size: var(--text-xs); color: rgba(255,255,255,0.45); margin: 28px 0 0; }
.footer-contact .wa [data-lucide] { color: #4BCB7A; }

/* ---------- Menu mobile (drawer) ---------- */
.drawer-host { position: fixed; inset: 0; z-index: 300; overflow: hidden; pointer-events: none; }
.drawer-overlay { position: absolute; inset: 0; background: rgba(29,38,17,0.5); backdrop-filter: blur(2px); opacity: 0; transition: opacity 200ms ease-out; }
.drawer-host.open { pointer-events: auto; }
.drawer-host.open .drawer-overlay { opacity: 1; }
.drawer {
  position: absolute; top: 0; right: 0; bottom: 0; width: min(86vw, 380px); background: var(--surface);
  transform: translateX(100%); transition: transform 240ms ease-out;
  display: flex; flex-direction: column; box-shadow: -10px 0 40px rgba(29,38,17,0.2);
}
.drawer-host.open .drawer { transform: translateX(0); }
.drawer-top { display: flex; align-items: center; justify-content: space-between; padding: 18px 20px; border-bottom: 1px solid var(--border); }
.drawer-top img { height: 48px; width: auto; }
.drawer-close { background: none; border: 1.5px solid var(--border-strong); border-radius: var(--radius-sm); padding: 8px; cursor: pointer; color: var(--fg); display: flex; }
.drawer-nav { padding: 12px 16px; display: flex; flex-direction: column; gap: 2px; overflow-y: auto; }
.drawer-nav button { background: none; border: 0; text-align: left; font-family: inherit; font-size: var(--text-lg); font-weight: 700; color: var(--fg); padding: 14px 12px; border-radius: var(--radius-sm); cursor: pointer; }
.drawer-nav button:hover { background: var(--surface-green); color: var(--color-primary); }
.drawer-actions { margin-top: auto; padding: 18px 20px 24px; border-top: 1px solid var(--border); display: grid; gap: 10px; }
.drawer-actions .btn { width: 100%; justify-content: center; }

/* ---------- Barre sticky mobile ---------- */
.mobile-bar { display: none; position: fixed; left: 0; right: 0; bottom: 0; z-index: 200; background: var(--surface); border-top: 1px solid var(--border); box-shadow: 0 -4px 18px rgba(29,38,17,0.10); padding: 8px; padding-bottom: max(8px, env(safe-area-inset-bottom)); grid-template-columns: 1fr 1fr 1.25fr; gap: 8px; }
.mobile-bar a { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px; text-decoration: none; border-radius: var(--radius-sm); padding: 9px 6px; font-size: var(--text-xs); font-weight: 700; min-height: 52px; }
.mobile-bar a [data-lucide] { width: 20px; height: 20px; }
.mb-call { background: var(--surface-green); color: var(--color-primary); }
.mb-wa { background: #E6F6EC; color: #1F8A4C; }
.mb-devis { background: var(--color-primary); color: #fff; flex-direction: row !important; gap: 7px !important; }

/* ---------- Responsive accueil ---------- */
@media (max-width: 940px) {
  .stats-grid { grid-template-columns: repeat(3, 1fr); gap: 28px 0; }
  .stat:nth-child(4) { border-left: 0; }
  .proof-grid { grid-template-columns: repeat(2, 1fr); }
  .zones-grid { grid-template-columns: 1fr; gap: 32px; }
  .hero-badge { left: 12px; }
  .mobile-bar { display: grid; }
  body { padding-bottom: 74px; }
  .hero-photo { min-height: 600px; padding: 96px 0 72px; }
  .hero-photo h1 { font-size: var(--text-4xl); }
  .hero-photo .hero-bg { object-position: 68% 64%; }
  .hero-photo .hero-cta { flex-wrap: wrap; }
  .hero-photo .hero-cta .btn { flex: 1 1 auto; justify-content: center; }
  .hero-photo .hero-veil {
    background:
      linear-gradient(98deg, rgba(20,28,10,0.9) 0%, rgba(20,28,10,0.7) 50%, rgba(20,28,10,0.45) 100%),
      linear-gradient(0deg, rgba(20,28,10,0.6) 0%, rgba(20,28,10,0) 45%);
  }
}
@media (max-width: 560px) {
  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 28px 0; }
  .stat:nth-child(odd) { border-left: 0; }
  .proof-grid { grid-template-columns: 1fr; }
  .reviews-head { flex-direction: column; align-items: flex-start; }
  .hero h1 { font-size: var(--text-3xl); }
  .hero .lead { font-size: var(--text-lg); }
  .hero-photo h1 { font-size: var(--text-3xl); }
  .hero-photo .lead { font-size: var(--text-lg); }
}
/* Sur écrans tactiles : le panneau de réalisation reste visible (pas de survol) */
@media (hover: none) {
  .realisation-card .rc-panel { transform: none; opacity: 1; }
}

/* ---------- Fiche chantier (overlay galerie) — repris de service.css ---------- */
.rcard-meta { font-size: var(--text-sm); color: var(--fg-3); display: flex; align-items: center; gap: 6px; }
.rcard-meta [data-lucide] { width: 15px; height: 15px; color: var(--color-secondary); flex: none; }
/* ---------- Fiche chantier (overlay galerie) ---------- */
.rmodal-backdrop { position: fixed; inset: 0; z-index: 80; background: rgba(20,25,10,0.62); display: flex; align-items: center; justify-content: center; padding: 24px; }
.rmodal { position: relative; width: 100%; max-width: 920px; max-height: calc(100vh - 48px); overflow: auto; background: var(--surface); border-radius: var(--radius-xl); box-shadow: var(--shadow-lg); }
.rmodal-close { position: absolute; top: 14px; right: 14px; z-index: 2; width: 40px; height: 40px; display: inline-flex; align-items: center; justify-content: center; border: none; border-radius: 50%; background: rgba(255,255,255,0.92); color: var(--fg); cursor: pointer; box-shadow: var(--shadow-sm); }
.rmodal-close:hover { background: #fff; }
.rmodal-close [data-lucide] { width: 20px; height: 20px; }
.rmodal-photo { height: 460px; background: var(--stone); }
.rmodal-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.rmodal-photo .rmodal-ph { width: 100%; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; color: rgba(255,255,255,0.45); background: linear-gradient(150deg, #2c3318 0%, #43381f 100%); font-size: var(--text-xs); font-weight: 600; text-transform: uppercase; letter-spacing: var(--tracking-wide); }
.rmodal-photo .rmodal-ph [data-lucide] { width: 30px; height: 30px; }
.rmodal-thumbs { display: flex; gap: 8px; padding: 12px 22px 0; flex-wrap: wrap; }
.rmodal-thumbs button { width: 74px; height: 54px; padding: 0; border-radius: var(--radius-sm); overflow: hidden; border: 2px solid var(--border); background: var(--stone); cursor: pointer; }
.rmodal-thumbs button.on { border-color: var(--color-primary); }
.rmodal-thumbs button img { width: 100%; height: 100%; object-fit: cover; display: block; }
.rmodal-body { padding: 20px 26px 28px; }
.rmodal-tags { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 12px; }
.rmodal-body h3 { font-size: var(--text-2xl); font-weight: 800; margin: 0 0 10px; letter-spacing: var(--tracking-tight); }
.rmodal-body p { color: var(--fg-2); line-height: 1.6; margin: 14px 0 18px; }
.rmodal-body .rcard-link { text-decoration: none; }
@media (max-width: 640px) { .rmodal-photo { height: 260px; } }
