/* =====================================================
   FRANTZ ÉLAGAGE — Direction "Pierre & Olive"
   Palette : crème chaud · vert olive profond · pierre
   Typo   : Cormorant Garamond (titres) + Montserrat (corps)
   ===================================================== */

/* ── Variables ───────────────────────────────────────── */
:root {
  /* Navy nuit + or brossé — échantillonné sur la photo template */
  --olive:   #0c2133;
  --olive-2: #123049;
  --olive-3: #1e456b;
  --stone:   #e6e1d8;
  --stone-2: #efe9e0;
  --stone-3: #faf7f2;
  --ink:     #0c2133;
  --muted:   #5a5449;
  --line:    #dcd5c8;
  --accent:  #c6a24d;
  --urgent:  #c04a1a;
  --white:   #ffffff;
}

/* ── Reset & base ────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; }
html  { scroll-behavior: smooth; }
body  {
  margin: 0;
  background: #0b2038;
  font-family: 'Montserrat', system-ui, -apple-system, Arial, sans-serif;
  color: var(--ink);
  line-height: 1.6;
}
a    { text-decoration: none; color: inherit; }
img  { display: block; max-width: 100%; height: auto; }

/* ── Conteneur principal ─────────────────────────────── */
.site-frame {
  width: min(1320px, calc(100% - 40px));
  margin: 28px auto 40px;
  background: var(--stone-3);
  box-shadow: 0 40px 100px rgba(0,0,0,.45);
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

/* ── Scroll progress ─────────────────────────────────── */
.scroll-progress {
  position: fixed;
  top: 0; left: 0;
  height: 3px;
  background: var(--olive);
  z-index: 1000;
  width: 0;
  transition: width .1s linear;
}

/* ════════════════════════════════════════════════════════
   HEADER
   ════════════════════════════════════════════════════════ */
.topbar {
  height: 72px;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 0 32px;
  background: var(--stone-3);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 100;
  transition: background .3s, box-shadow .3s;
}
.topbar.is-scrolled {
  background: rgba(250, 248, 243, .96);
  backdrop-filter: blur(8px);
  box-shadow: 0 2px 20px rgba(0,0,0,.08);
}

.brand img {
  width: 190px;
  max-width: 42vw;
  height: 46px;
  object-fit: contain;
  object-position: left center;
}

.nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 4px;
}
.nav a {
  padding: 8px 12px;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--muted);
  border-radius: 4px;
  transition: color .2s, background .2s;
}
.nav a:hover, .nav a.active {
  color: var(--olive);
  background: rgba(11,32,56, .07);
}

.phone-box {
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--olive);
  color: var(--white);
  padding: 10px 18px;
  border-radius: 5px;
  transition: background .2s;
  flex-shrink: 0;
}
.phone-box:hover { background: var(--olive-2); }
.phone-box span { font-size: 1.1rem; }
.phone-box strong { display: block; font-size: .95rem; line-height: 1.1; }
.phone-box small  { display: block; font-size: .68rem; opacity: .78; }

.menu-btn {
  display: none;
  margin-left: auto;
  border: 1.5px solid var(--line);
  background: var(--stone-3);
  color: var(--olive);
  border-radius: 6px;
  padding: 9px 13px;
  font-size: 1.2rem;
  cursor: pointer;
  transition: background .2s;
}
.menu-btn:hover { background: var(--stone); }

/* ════════════════════════════════════════════════════════
   HERO
   ════════════════════════════════════════════════════════ */
.hero {
  min-height: 620px;
  display: flex;
  align-items: center;
  position: relative;
  background: #091421;
  overflow: hidden;
}
.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 30%;
  filter: saturate(.9) contrast(1.06);
  transform-origin: center;
}
.hero-vignette {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(100deg,
      rgba(7,20,36,.90) 0%,
      rgba(9,26,46,.74) 38%,
      rgba(7,18,34,.30) 68%,
      rgba(7,18,34,.10) 100%),
    linear-gradient(to top,
      rgba(6,16,30,.72) 0%,
      transparent 55%);
}
.hero-copy {
  position: relative;
  z-index: 2;
  width: min(580px, 52%);
  padding: clamp(44px, 6vh, 72px) 0 clamp(44px, 6vh, 72px) 80px;
  color: var(--white);
}

.kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 18px;
  padding: 6px 14px;
  background: rgba(200, 168, 75, .18);
  border: 1px solid rgba(200, 168, 75, .45);
  border-radius: 3px;
  color: var(--accent);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.kicker::before {
  content: '';
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--accent);
  flex-shrink: 0;
}

.hero h1 {
  font-family: 'Cormorant Garamond', 'Georgia', serif;
  font-size: clamp(3.2rem, 6vw, 6rem);
  font-weight: 600;
  line-height: 1.0;
  margin: 0;
  letter-spacing: .005em;
  color: #f6f0e4;
  text-shadow: 0 2px 22px rgba(0,0,0,.55), 0 1px 2px rgba(0,0,0,.4);
}
.hero h1 em {
  font-style: italic;
  color: rgba(255,255,255,.72);
  font-size: .58em;
  display: block;
  margin-top: 6px;
  letter-spacing: .01em;
}

.slogan {
  font-family: 'Cormorant Garamond', 'Georgia', serif;
  font-style: italic;
  font-weight: 500;
  color: rgba(200,168,75,.9);
  font-size: 1.4rem;
  margin: 20px 0 16px;
  line-height: 1.2;
}

.hero-text {
  max-width: 460px;
  color: rgba(255,255,255,.82);
  font-size: .97rem;
  line-height: 1.65;
  margin: 0;
}

.hero-proofs {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  margin-top: 28px;
}
.hero-proofs span {
  position: relative;
  padding-left: 22px;
  color: rgba(255,255,255,.82);
  font-size: .8rem;
  font-weight: 600;
}
.hero-proofs span::before {
  content: '';
  position: absolute;
  left: 0; top: 50%;
  transform: translateY(-50%);
  width: 13px; height: 13px;
  border: 1.5px solid var(--accent);
  border-radius: 50%;
  background: rgba(200,168,75,.15);
}

/* ── Badges de réassurance en bas à droite du hero ── */
.hero-badges {
  position: absolute;
  right: 36px;
  bottom: 38px;
  z-index: 4;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: stretch;
}
.hero-badge {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 13px 20px 13px 15px;
  border-radius: 13px;
  box-shadow: 0 12px 30px rgba(0,0,0,.28);
}
.hero-badge.b-navy { background: #0c2133; border: 1px solid rgba(198,162,77,.45); }
.hero-badge.b-gold { background: linear-gradient(135deg, #dcbd6c, #c6a24d); border: 1px solid rgba(255,255,255,.22); }
.hb-ic {
  display: grid;
  place-items: center;
  width: 38px; height: 38px;
  flex: none;
  border-radius: 10px;
  line-height: 0;
}
.b-navy .hb-ic { color: #d9b968; background: rgba(198,162,77,.14); border: 1px solid rgba(198,162,77,.4); }
.b-gold .hb-ic { color: #0c2133; background: rgba(12,33,51,.12); border: 1px solid rgba(12,33,51,.22); }
.hb-ic i { display: block; line-height: 0; }
.hb-ic svg { width: 20px; height: 20px; display: block; }
.hb-txt { display: flex; flex-direction: column; line-height: 1.1; }
.hb-txt strong { font-family: 'Cormorant Garamond', serif; font-weight: 600; font-size: 1.3rem; }
.hb-txt em { font-style: normal; font-size: .66rem; letter-spacing: .09em; text-transform: uppercase; margin-top: 3px; }
.b-navy .hb-txt strong { color: #fff; }
.b-navy .hb-txt em { color: rgba(240,232,214,.7); }
.b-gold .hb-txt strong { color: #0c2133; }
.b-gold .hb-txt em { color: rgba(12,33,51,.66); }

/* ════════════════════════════════════════════════════════
   BOUTONS
   ════════════════════════════════════════════════════════ */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: var(--accent);
  color: #0b2038;
  border: 1.5px solid var(--accent);
  padding: 14px 26px;
  border-radius: 4px;
  font-weight: 700;
  font-size: .8rem;
  letter-spacing: .07em;
  text-transform: uppercase;
  transition: background .2s, transform .2s, box-shadow .2s;
}
.btn:hover {
  background: #d4b160;
  border-color: #d4b160;
  transform: translateY(-1px);
  box-shadow: 0 8px 22px rgba(11,32,56,.28);
}
/* Bouton contour sur fond sombre (hero) */
.hero .btn-outline {
  background: transparent;
  color: #fff;
  border-color: rgba(255,255,255,.55);
}
.hero .btn-outline:hover {
  background: #fff;
  color: #0b2038;
  border-color: #fff;
}
.btn span { transition: transform .2s; }
.btn:hover span { transform: translateX(3px); }

.hero-btn { margin-top: 24px; }

.btn-small { padding: 12px 20px; font-size: .76rem; }

.btn-outline {
  background: transparent;
  color: var(--olive);
  border-color: var(--olive);
}
.btn-outline:hover {
  background: var(--olive);
  color: var(--white);
}

.btn-accent {
  background: var(--accent);
  border-color: var(--accent);
  color: var(--ink);
}
.btn-accent:hover {
  background: #b89540;
  border-color: #b89540;
  box-shadow: 0 6px 20px rgba(200,168,75,.3);
}

.btn-light {
  background: rgba(255,255,255,.12);
  border-color: rgba(255,255,255,.35);
  color: var(--white);
  margin-top: 22px;
}
.btn-light:hover {
  background: rgba(255,255,255,.2);
}

/* ════════════════════════════════════════════════════════
   SECTIONS communes
   ════════════════════════════════════════════════════════ */
.block {
  padding: 80px 80px;
  background: var(--stone-3);
  position: relative;
}
.soft-section { background: var(--stone-2); }

.eyebrow {
  display: inline-block;
  margin: 0 0 12px;
  color: var(--olive);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--olive);
}

.section-heading {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: end;
  margin-bottom: 52px;
}
.section-heading h2,
.about h2,
.zones h2,
.contact h2 {
  font-family: 'Cormorant Garamond', 'Georgia', serif;
  font-size: clamp(2.2rem, 3.6vw, 3.8rem);
  font-weight: 800;
  line-height: .95;
  letter-spacing: -.02em;
  margin: 0 0 16px;
  color: var(--ink);
}
.heading-text p {
  margin: 0;
  color: var(--muted);
  font-size: .97rem;
  line-height: 1.68;
  max-width: 460px;
}

.mini-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  color: var(--olive);
  font-size: .8rem;
  font-weight: 700;
  border-bottom: 1.5px solid var(--olive-3);
  padding-bottom: 2px;
  transition: border-color .2s, gap .2s;
}
.mini-link + .mini-link { margin-left: 18px; }
.mini-link:hover { border-color: var(--olive); gap: 12px; }

/* ════════════════════════════════════════════════════════
   SERVICES
   ════════════════════════════════════════════════════════ */
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.service-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--stone-3);
  overflow: hidden;
  display: grid;
  grid-template-columns: 48% 52%;
  box-shadow: 0 4px 16px rgba(11,32,56,.05);
  transition: transform .25s, box-shadow .25s, border-color .25s;
  color: inherit;
  position: relative;
}
.service-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 36px rgba(11,32,56,.12);
  border-color: var(--olive-3);
}
.service-copy {
  padding: 24px 18px;
}
.service-copy svg {
  width: 60px; height: 60px;
  padding: 15px;
  box-sizing: border-box;
  margin-bottom: 16px;
  border-radius: 16px;
  color: var(--olive);
  background: linear-gradient(150deg, #fcf8f0 0%, #f1e6cf 100%);
  border: 1px solid rgba(198,162,77,.5);
  box-shadow: 0 6px 16px rgba(11,32,56,.07), inset 0 1px 0 rgba(255,255,255,.7);
  transition: transform .28s cubic-bezier(.2,.7,.2,1), background .28s, box-shadow .28s;
  flex-shrink: 0;
}
.service-card:hover .service-copy svg {
  background: linear-gradient(150deg, #dcbc6b 0%, #c6a24d 100%);
  transform: translateY(-4px) rotate(-4deg);
  box-shadow: 0 14px 26px rgba(198,162,77,.38);
}
.service-copy h3 {
  margin: 0 0 8px;
  font-size: 1.04rem;
  font-weight: 700;
  color: var(--ink);
  font-family: 'Cormorant Garamond', 'Georgia', serif;
}
.service-copy p {
  margin: 0;
  color: var(--muted);
  font-size: .86rem;
  line-height: 1.58;
}

.service-photo {
  background-image: url('assets/elagueur-grimpeur-elagage-arbre-lens.webp?v=1');
  background-size: cover;
  position: relative;
}
.service-photo::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(7,20,36,.08);
  transition: background .25s;
}
.service-card:hover .service-photo::after { background: rgba(7,20,36,.02); }

.photo-one   { background-image: url('assets/elagueur-grimpeur-elagage-arbre-lens.webp?v=1');       background-position: 50% 40%; } /* Élagage */
.photo-two   { background-image: url('assets/abattage-dangereux-demontage-arbre-lens.webp?v=1');  background-position: 42% 40%; } /* Abattage */
.photo-three { background-image: url('assets/rognage-souche-dessouchage-lens.webp?v=1');        background-position: 40% 55%; } /* Rognage */
.photo-four  { background-image: url('assets/taille-haie-lens.webp?v=1');           background-position: 50% 55%; } /* Taille de haie */
.photo-five  { background-image: url('assets/taille-arbres-fruitiers-lens.webp?v=1');       background-position: 50% 45%; } /* Fruitier */
.photo-six   { background-image: url('assets/tonte-entretien-jardin-lens.webp?v=1');          background-position: 50% 60%; } /* Tonte / espaces verts */

/* ════════════════════════════════════════════════════════
   À PROPOS
   ════════════════════════════════════════════════════════ */
.about {
  display: grid;
  grid-template-columns: .9fr .85fr 1fr;
  gap: 44px;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
}
.about-main p { color: var(--muted); line-height: 1.72; }
.about-main p + p { margin-top: 14px; }

.about-points { display: grid; gap: 22px; }
.about-points article {
  display: grid;
  grid-template-columns: 52px 1fr;
  column-gap: 16px;
  align-items: start;
}
.about-points i {
  grid-row: span 2;
  display: grid;
  place-items: center;
  width: 52px; height: 52px;
  background: rgba(11,32,56,.1);
  border: 1px solid rgba(11,32,56,.2);
  border-radius: 50%;
  font-style: normal;
  font-size: 1.3rem;
}
.about-points strong { font-size: 1rem; font-weight: 700; color: var(--ink); }
.about-points p { margin: 4px 0 0; color: var(--muted); font-size: .88rem; }

.about-image {
  height: 360px;
  border-radius: 8px;
  background: url('assets/artisan-elagueur-savoir-faire-lens.webp?v=1') center 35%/cover;
  box-shadow: 0 24px 52px rgba(0,0,0,.18);
  position: relative;
}
.about-image::before {
  content: '';
  position: absolute;
  inset: 12px -12px -12px 12px;
  border: 2px solid var(--olive-3);
  border-radius: 8px;
  z-index: -1;
}

.leaf { display: none; }

/* ════════════════════════════════════════════════════════
   BANDE URGENCE
   ════════════════════════════════════════════════════════ */
.quote-band {
  padding: 64px 80px;
  background:
    linear-gradient(rgba(7,20,36,.87), rgba(7,20,36,.87)),
    url('assets/elagage-arbre-fin-de-journee-lens.webp?v=1') center 40%/cover;
  color: var(--white);
  display: grid;
  grid-template-columns: .8fr 1.7fr .8fr;
  gap: 36px;
  align-items: center;
  text-align: center;
}
.band-item {
  font-size: .85rem;
  font-weight: 700;
  color: rgba(200,168,75,.85);
  letter-spacing: .04em;
  text-transform: uppercase;
  line-height: 1.5;
}
.band-center p {
  margin: 0 0 6px;
  color: var(--accent);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.band-center h2 {
  font-family: 'Cormorant Garamond', 'Georgia', serif;
  font-size: clamp(2.6rem, 4.5vw, 5rem);
  font-weight: 900;
  line-height: .88;
  margin: 0;
  color: var(--white);
  letter-spacing: -.02em;
}
.band-center span {
  display: block;
  color: rgba(255,255,255,.78);
  margin-top: 14px;
  font-size: .95rem;
  line-height: 1.55;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

/* ════════════════════════════════════════════════════════
   FEATURE CARDS (FAQ · Méthode · Sécurité)
   ════════════════════════════════════════════════════════ */
.feature-grid { display: grid; gap: 20px; }
.feature-grid.three { grid-template-columns: repeat(3, 1fr); }
.feature-grid.two   { grid-template-columns: repeat(2, 1fr); }

.feature-card {
  background: var(--stone-3);
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 28px 26px;
  box-shadow: 0 4px 18px rgba(11,32,56,.04);
  transition: transform .22s, box-shadow .22s;
}
.soft-section .feature-card { background: var(--stone-3); }
.feature-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(11,32,56,.10);
}
.feature-card i {
  display: grid;
  place-items: center;
  font-style: normal;
  width: 60px; height: 60px;
  background: linear-gradient(150deg, #fcf8f0 0%, #f1e6cf 100%);
  border: 1px solid rgba(198,162,77,.5);
  border-radius: 16px;
  box-shadow: 0 6px 16px rgba(11,32,56,.07), inset 0 1px 0 rgba(255,255,255,.7);
  font-size: 1.3rem;
  margin-bottom: 18px;
  transition: transform .28s cubic-bezier(.2,.7,.2,1), background .28s, box-shadow .28s;
}
.feature-card:hover i {
  background: linear-gradient(150deg, #dcbc6b 0%, #c6a24d 100%);
  transform: translateY(-4px) rotate(-4deg);
  box-shadow: 0 14px 26px rgba(198,162,77,.35);
}
.feature-card svg {
  width: 27px; height: 27px;
  margin: 0;
  display: block;
}
/* ── Système d'icônes (injectées via assets/icons.js) ──
   Les icônes utilisent stroke="currentColor" : la couleur se pilote
   donc depuis le CSS du conteneur (color: ...). */
.feature-card i { color: var(--olive); }
.about-points i { color: var(--olive); }
.about-points svg { width: 24px; height: 24px; display: block; }
.service-copy i, .feature-card i, .about-points i { line-height: 0; }
.feature-card h3 {
  font-family: 'Cormorant Garamond', 'Georgia', serif;
  font-size: 1.18rem;
  font-weight: 700;
  margin: 0 0 10px;
  color: var(--ink);
  line-height: 1.2;
}
.feature-card p { margin: 0; color: var(--muted); font-size: .93rem; line-height: 1.62; }

/* FAQ */
.faq-card summary {
  cursor: pointer;
  font-family: 'Cormorant Garamond', 'Georgia', serif;
  font-weight: 700;
  font-size: 1.04rem;
  color: var(--ink);
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.faq-card summary::-webkit-details-marker { display: none; }
.faq-card summary::after {
  content: '+';
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--olive);
  flex-shrink: 0;
  transition: transform .22s;
}
.faq-card details[open] summary::after { transform: rotate(45deg); }
.faq-card details { padding: 0; }
.faq-card p { margin-top: 14px; color: var(--muted); font-size: .93rem; line-height: 1.65; }

/* ════════════════════════════════════════════════════════
   ZONES
   ════════════════════════════════════════════════════════ */
.zones {
  display: grid;
  grid-template-columns: 1fr 1.1fr .85fr;
  gap: 48px;
  align-items: center;
}
.zones p { color: var(--muted); line-height: 1.68; }

.cities { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 24px; }
.cities ul { list-style: none; margin: 0; padding: 0; }
.cities li {
  padding: 10px 0 10px 28px;
  position: relative;
  font-weight: 700;
  font-size: .94rem;
  color: var(--ink);
  border-bottom: 1px solid var(--line);
}
.cities li:last-child { border-bottom: none; }
.cities li::before {
  content: '';
  position: absolute;
  left: 0; top: 50%;
  transform: translateY(-50%);
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--olive);
  opacity: .6;
}

.zone-image {
  height: 230px;
  border-radius: 8px;
  background: url('assets/elagueur-grimpeur-elagage-arbre-lens.webp?v=1') center 38%/cover;
  box-shadow: 0 18px 40px rgba(0,0,0,.14);
}

/* ════════════════════════════════════════════════════════
   CONTACT
   ════════════════════════════════════════════════════════ */
.contact {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 52px;
  background: var(--stone-2);
}
.contact-copy p { color: var(--muted); line-height: 1.68; }

.big-phone {
  display: block;
  font-family: 'Cormorant Garamond', 'Georgia', serif;
  color: var(--olive);
  font-size: clamp(2rem, 3.8vw, 3rem);
  font-weight: 900;
  margin-top: 18px;
  letter-spacing: -.01em;
  transition: color .2s;
}
.big-phone:hover { color: var(--olive-2); }

.form {
  display: grid;
  gap: 14px;
  background: var(--olive);
  border-radius: 10px;
  padding: 36px;
}
.form input,
.form select,
.form textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid rgba(255,255,255,.2);
  background: rgba(255,255,255,.1);
  color: var(--white);
  border-radius: 5px;
  font: inherit;
  font-size: .93rem;
  transition: border-color .2s, background .2s;
}
.form input:focus,
.form select:focus,
.form textarea:focus {
  outline: none;
  border-color: var(--accent);
  background: rgba(255,255,255,.14);
}
.form input::placeholder,
.form textarea::placeholder { color: rgba(255,255,255,.55); }
.form select option { background: var(--olive); }
.form small { color: rgba(255,255,255,.6); font-size: .78rem; }
.form .btn {
  background: var(--accent);
  border-color: var(--accent);
  color: var(--ink);
  font-size: .82rem;
}
.form .btn:hover {
  background: #b89540;
  border-color: #b89540;
}

/* ════════════════════════════════════════════════════════
   FOOTER
   ════════════════════════════════════════════════════════ */
.footer {
  background: var(--ink);
  color: rgba(255,255,255,.7);
  padding: 52px 80px;
  display: grid;
  grid-template-columns: 1.4fr .7fr .9fr;
  gap: 52px;
}
.footer-brand img {
  width: 150px;
  height: auto;
  aspect-ratio: 923 / 609;
  margin-bottom: 16px;
}
.footer p { margin: 8px 0; font-size: .88rem; line-height: 1.65; }
.footer strong {
  display: block;
  color: rgba(255,255,255,.95);
  text-transform: uppercase;
  font-size: .72rem;
  letter-spacing: .1em;
  margin-bottom: 14px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.footer a {
  display: block;
  color: rgba(255,255,255,.65);
  margin: 7px 0;
  font-size: .88rem;
  transition: color .2s;
}
.footer a:hover { color: rgba(255,255,255,.95); }
.footer span { display: block; color: rgba(255,255,255,.65); margin: 7px 0; font-size: .88rem; }

/* ════════════════════════════════════════════════════════
   PAGES INTERNES — Sections communes
   ════════════════════════════════════════════════════════ */
.service-hero { min-height: 560px; }
.service-hero .hero-vignette {
  background:
    linear-gradient(100deg,
      rgba(7,20,36,.9) 0%,
      rgba(9,26,46,.76) 42%,
      rgba(7,18,34,.28) 72%,
      transparent 100%),
    linear-gradient(to top, rgba(7,20,36,.5) 0%, transparent 50%);
}
.service-hero-copy { width: min(660px, 58%); }
.service-hero h1 { font-size: clamp(3.2rem, 5vw, 5.4rem); }

.article-intro {
  display: grid;
  grid-template-columns: .85fr 1.35fr;
  gap: 68px;
  align-items: start;
}
.article-kicker {
  position: sticky;
  top: 20px;
}
.article-kicker h2,
.content-section h2,
.split-copy h2 {
  font-family: 'Cormorant Garamond', 'Georgia', serif;
  font-size: clamp(2.2rem, 3.6vw, 3.8rem);
  font-weight: 800;
  line-height: .95;
  letter-spacing: -.02em;
  margin: 0;
  color: var(--ink);
}
.article-lead p {
  margin-top: 0;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.7;
}

.callout-card {
  margin-top: 28px;
  padding: 26px 28px;
  border-radius: 8px;
  background: var(--olive);
  color: var(--white);
  border-left: 6px solid var(--accent);
  box-shadow: 0 12px 32px rgba(0,0,0,.12);
}
.callout-card strong,
.callout-card span { display: block; }
.callout-card span { margin-top: 8px; color: rgba(255,255,255,.82); }
.callout-card a { color: var(--accent); font-weight: 700; }

.content-section .section-heading { align-items: start; }

.split-section {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 56px;
  align-items: center;
}
.split-image {
  min-height: 680px;
  border-radius: 10px;
  background: url('assets/abattage-arbre-lens.webp?v=1') 62% 45%/cover;
  box-shadow: 0 24px 52px rgba(0,0,0,.18);
  position: relative;
}
.split-image::before {
  content: '';
  position: absolute;
  inset: 14px -14px -14px 14px;
  border: 2px solid var(--olive-3);
  border-radius: 10px;
  z-index: -1;
}
.split-copy p { color: var(--muted); line-height: 1.7; }

.benefit-list { display: grid; gap: 14px; margin: 22px 0; }
.benefit-list article {
  padding: 18px 22px;
  border: 1px solid var(--line);
  background: var(--stone-3);
  border-radius: 8px;
  border-left: 4px solid var(--olive-3);
  transition: border-color .2s, box-shadow .2s;
}
.benefit-list article:hover {
  border-left-color: var(--olive);
  box-shadow: 0 6px 18px rgba(11,32,56,.08);
}
.benefit-list strong { display: block; color: var(--ink); font-size: 1.02rem; }
.benefit-list p { margin: 5px 0 0; font-size: .93rem; color: var(--muted); }

.note-card {
  padding: 22px 24px;
  border-radius: 8px;
  background: rgba(11,32,56,.08);
  border-left: 5px solid var(--olive);
}
.note-card strong {
  display: block;
  text-transform: uppercase;
  font-size: .74rem;
  letter-spacing: .1em;
  color: var(--olive);
  margin-bottom: 6px;
}
.note-card p { margin: 0; color: var(--muted); }

.wide-text {
  max-width: 900px;
  margin: 30px auto 0;
  color: var(--muted);
  font-weight: 600;
  text-align: center;
}

.service-band {
  background:
    linear-gradient(rgba(7,20,36,.87), rgba(7,20,36,.87)),
    url('assets/abattage-dangereux-demontage-arbre-lens.webp?v=1') 50% 40%/cover;
}

.cities-large li { font-size: .9rem; padding-top: 9px; padding-bottom: 9px; }

/* ════════════════════════════════════════════════════════
   URGENCE — variantes
   ════════════════════════════════════════════════════════ */
.urgence-hero .kicker {
  background: rgba(192, 74, 26, .18);
  border-color: rgba(192, 74, 26, .4);
  color: #e87050;
}
.urgence-hero .hero-vignette {
  background:
    linear-gradient(100deg,
      rgba(28,8,4,.9) 0%,
      rgba(46,16,10,.76) 42%,
      rgba(7,18,34,.28) 72%,
      transparent 100%),
    linear-gradient(to top, rgba(20,5,4,.5) 0%, transparent 50%);
}
.emergency-card {
  background: #3b120c;
  border-left-color: var(--urgent);
  color: var(--white);
}
.emergency-card a { color: #ffd38b; }
.step-card i { color: var(--olive); font-weight: 700; }
.urgence-band {
  background:
    linear-gradient(rgba(30,8,4,.88), rgba(7,20,36,.86)),
    url('assets/urgence-arbre-dangereux-tempete-lens.webp?v=1') 50% 42%/cover;
}
.wide-note { max-width: 900px; margin: 30px auto 0; }

/* ════════════════════════════════════════════════════════
   ANIMATIONS REVEAL
   ════════════════════════════════════════════════════════ */
.reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity .55s ease, transform .55s ease;
}
.reveal[data-stagger="1"] { transition-delay: .06s; }
.reveal[data-stagger="2"] { transition-delay: .12s; }
.reveal[data-stagger="3"] { transition-delay: .18s; }
.reveal[data-stagger="4"] { transition-delay: .24s; }
.visible { opacity: 1; transform: none; }

/* ════════════════════════════════════════════════════════
   UTILITAIRES
   ════════════════════════════════════════════════════════ */
.hidden { display: none !important; }

.sector-links a {
  display: inline-flex;
  margin: 6px 8px 6px 0;
  padding: 9px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--stone-3);
  font-weight: 700;
  font-size: .84rem;
  color: var(--muted);
  transition: border-color .2s, color .2s, background .2s;
}
.sector-links a:hover {
  border-color: var(--olive);
  color: var(--olive);
  background: rgba(11,32,56,.06);
}

/* ════════════════════════════════════════════════════════
   RESPONSIVE — Tablette (≤ 1100px)
   ════════════════════════════════════════════════════════ */
@media (max-width: 1100px) {
  .site-frame { width: calc(100% - 24px); }

  .topbar { height: auto; min-height: 68px; }
  .nav, .phone-box { display: none; }
  .menu-btn { display: block; }
  .nav.open {
    display: flex;
    position: absolute;
    left: 16px; right: 16px;
    top: 68px;
    background: var(--stone-3);
    flex-direction: column;
    gap: 0;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 16px 40px rgba(0,0,0,.14);
    border: 1px solid var(--line);
    z-index: 99;
  }
  .nav.open a { padding: 12px 14px; }

  .hero { height: auto; min-height: 660px; }
  .hero-copy { width: 72%; padding: 90px 0 60px 44px; }
  .hero-badges { right: 24px; bottom: 24px; }

  .service-grid { grid-template-columns: repeat(2, 1fr); }

  .section-heading,
  .about,
  .zones,
  .contact,
  .quote-band,
  .footer { grid-template-columns: 1fr; }

  .quote-band { text-align: left; }
  .band-center span { margin-left: 0; }
  .cities { max-width: 520px; }
  .zone-image { display: none; }

  .article-intro,
  .split-section { grid-template-columns: 1fr; }
  .article-kicker { position: static; }

  .feature-grid.three,
  .feature-grid.two { grid-template-columns: 1fr; }

  .split-image { min-height: 340px; order: 2; }
  .split-image::before { display: none; }
  .split-copy { order: 1; }

  .service-hero-copy { width: 72%; }
  .block { padding: 56px 40px; }
}

/* ════════════════════════════════════════════════════════
   RESPONSIVE — Mobile (≤ 720px)
   ════════════════════════════════════════════════════════ */
@media (max-width: 720px) {
  .site-frame { width: 100%; margin: 0; border-radius: 0; }
  .topbar { padding: 12px 16px; }

  .hero { min-height: auto; }
  .hero-copy { width: auto; padding: 80px 22px 40px; }
  .hero { display: block; }
  .hero-badges {
    position: static;
    flex-direction: row;
    flex-wrap: wrap;
    right: auto; bottom: auto;
    gap: 10px;
    padding: 0 22px 30px;
  }
  .hero-badge { padding: 11px 16px 11px 12px; }
  .hb-ic { width: 34px; height: 34px; }
  .hb-txt strong { font-size: 1.15rem; }
  .hero h1 { font-size: 3.4rem; }
  .slogan { font-size: 1.2rem; }
  .hero-proofs { flex-direction: column; gap: 10px; margin-top: 22px; }

  .block { padding: 48px 20px; }
  .section-heading { gap: 14px; }

  .service-grid { grid-template-columns: 1fr; }
  .service-card {
    grid-template-columns: 1fr;
    height: auto;
  }
  .service-photo { height: 160px; }

  .about-image { height: 280px; }
  .about-image::before { display: none; }

  .quote-band { padding: 48px 22px; }
  .band-center h2 { font-size: 2.8rem; }

  .feature-grid.three,
  .feature-grid.two { grid-template-columns: 1fr; }

  .cities { grid-template-columns: 1fr; }
  .contact { padding-bottom: 56px; }

  .footer { padding: 36px 20px; }

  .service-hero { min-height: 640px; }
  .service-hero-copy { width: auto; }
  .service-hero h1 { font-size: 3.2rem; }

  .article-intro { gap: 28px; }
  .split-image { min-height: 260px; }
  .wide-text { text-align: left; }
  .callout-card { padding: 20px 18px; }
}

/* ════════════════════════════════════════════════════════
   ACCESSIBILITÉ — Respect de prefers-reduced-motion
   ════════════════════════════════════════════════════════ */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    transition: none !important;
    animation: none !important;
    scroll-behavior: auto;
  }
  .reveal { opacity: 1; transform: none; }
}

/* ═══════════════════════════════════════════════════════
   AMÉLIORATIONS V2 — Pierre & Olive
   ═══════════════════════════════════════════════════════ */

/* ── Système typographique 5 niveaux ──────────────────── */
:root {
  --text-display: clamp(3.6rem, 6.5vw, 6.8rem);
  --text-heading: clamp(2.2rem, 3.6vw, 3.8rem);
  --text-subhead: 1.15rem;
  --text-body:    0.97rem;
  --text-small:   0.82rem;
  --text-xs:      0.74rem;
}

/* ── Bandeau urgence ──────────────────────────────────── */
.urgence-strip {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 10px 28px;
  background: #3a0e07;
  color: rgba(255,255,255,.88);
  font-size: var(--text-small);
  font-weight: 600;
  position: relative;
  z-index: 101;
}
.urgence-strip-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: #e87050;
  flex-shrink: 0;
  animation: pulse-dot 2s ease-in-out infinite;
}
@keyframes pulse-dot {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%       { opacity: .55; transform: scale(.8); }
}
.urgence-strip-text { color: rgba(255,255,255,.75); }
.urgence-strip-tel {
  color: #ffd38b;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color .2s;
}
.urgence-strip-tel:hover { color: #fff; }
.urgence-strip-close {
  margin-left: auto;
  background: none;
  border: none;
  color: rgba(255,255,255,.5);
  cursor: pointer;
  font-size: 1.2rem;
  line-height: 1;
  padding: 0 4px;
  transition: color .2s;
}
.urgence-strip-close:hover { color: white; }

/* ── Nav dropdown ─────────────────────────────────────── */
.nav-dropdown { position: relative; }
.nav-drop-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px 12px;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--muted);
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: color .2s, background .2s;
  font-family: inherit;
}
.nav-drop-btn:hover,
.nav-drop-btn[aria-expanded="true"] {
  color: var(--olive);
  background: rgba(11,32,56,.07);
}
.nav-drop-arrow { font-size: .6rem; transition: transform .2s; }
.nav-drop-btn[aria-expanded="true"] .nav-drop-arrow { transform: rotate(180deg); }
.nav-drop-panel {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  min-width: 200px;
  background: var(--stone-3);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 36px rgba(0,0,0,.12);
  padding: 8px;
  z-index: 200;
}
.nav-drop-panel.open { display: block; }
.nav-drop-panel a {
  display: block;
  padding: 9px 14px;
  font-size: .83rem;
  font-weight: 600;
  color: var(--muted);
  border-radius: 5px;
  transition: background .15s, color .15s;
}
.nav-drop-panel a:hover { background: rgba(11,32,56,.07); color: var(--olive); }
.nav-urgence {
  color: var(--urgent) !important;
  font-weight: 800 !important;
  border: 1.5px solid rgba(192,74,26,.25);
  border-radius: 4px;
}
.nav-urgence:hover {
  background: rgba(192,74,26,.08) !important;
  color: var(--urgent) !important;
}

/* ── Stats band ───────────────────────────────────────── */
.stats-band {
  background: var(--ink);
  padding: 0;
}
.stats-inner {
  display: flex;
  align-items: stretch;
  justify-content: center;
  max-width: 1320px;
  margin: 0 auto;
}
.stat-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 32px 24px;
  text-align: center;
}
.stat-num {
  font-family: 'Cormorant Garamond', 'Georgia', serif;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  font-weight: 900;
  color: var(--white);
  line-height: 1;
  letter-spacing: -.01em;
}
.stat-label {
  font-size: var(--text-xs);
  color: rgba(255,255,255,.55);
  margin-top: 5px;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.stat-sep {
  width: 1px;
  background: rgba(255,255,255,.1);
  flex-shrink: 0;
  margin: 20px 0;
}
.stats-inner .stat-item:last-child .stat-num { color: var(--accent); }

/* ── Badges sur les service-cards ─────────────────────── */
.scard-badge {
  display: inline-block;
  margin-top: 10px;
  padding: 4px 10px;
  border-radius: 3px;
  font-size: .74rem;
  font-weight: 700;
  letter-spacing: .04em;
  background: rgba(11,32,56,.1);
  color: var(--olive);
  border: 1px solid rgba(11,32,56,.18);
}
.scard-badge--urgent {
  background: rgba(192,74,26,.1);
  color: var(--urgent);
  border-color: rgba(192,74,26,.2);
}

/* ── Timeline ─────────────────────────────────────────── */
.timeline-section { background: var(--stone-3); }
.timeline {
  display: flex;
  align-items: flex-start;
  gap: 0;
  padding-top: 8px;
}
.tl-step {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 16px;
}
.tl-num {
  width: 48px; height: 48px;
  border-radius: 50%;
  background: var(--olive);
  color: var(--white);
  font-family: 'Cormorant Garamond', 'Georgia', serif;
  font-size: 1.25rem;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-bottom: 16px;
  box-shadow: 0 4px 14px rgba(11,32,56,.25);
}
.tl-num--accent {
  background: var(--accent);
  color: var(--ink);
  box-shadow: 0 4px 14px rgba(200,168,75,.3);
}
.tl-body strong {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 6px;
}
.tl-body p {
  font-size: var(--text-small);
  color: var(--muted);
  line-height: 1.6;
  margin: 0;
}
.tl-connector {
  flex-shrink: 0;
  width: 40px;
  height: 2px;
  background: var(--line);
  margin-top: 23px;
}

/* ── City chips ───────────────────────────────────────── */
.city-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.city-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  background: var(--stone-3);
  border: 1px solid var(--line);
  border-radius: 5px;
  font-size: var(--text-small);
  font-weight: 700;
  color: var(--ink);
  transition: border-color .2s, background .2s, color .2s;
}
.city-chip:hover {
  border-color: var(--olive);
  background: rgba(11,32,56,.05);
  color: var(--olive);
}
.city-chip span {
  font-size: .72rem;
  font-weight: 500;
  color: var(--muted);
  padding: 2px 6px;
  background: var(--stone);
  border-radius: 3px;
}
.city-chip:hover span { background: rgba(11,32,56,.12); color: var(--olive-3); }

/* ── Section zones — layout mis à jour ───────────────── */
.zones {
  grid-template-columns: 1fr 1.5fr;
  gap: 52px;
}

/* ── CTA bas de page ─────────────────────────────────── */
.cta-bottom {
  background: var(--ink);
  padding: 0;
}
.cta-bottom-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 40px 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.cta-bottom-label {
  font-family: 'Cormorant Garamond', 'Georgia', serif;
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  font-weight: 800;
  color: var(--white);
  margin: 0 0 4px;
  letter-spacing: -.01em;
}
.cta-bottom-sub {
  font-size: var(--text-small);
  color: rgba(255,255,255,.5);
  margin: 0;
  font-weight: 600;
}
.cta-bottom-actions {
  display: flex;
  gap: 12px;
  flex-shrink: 0;
}
.btn-outline-light {
  background: transparent;
  border-color: rgba(255,255,255,.3);
  color: var(--white);
}
.btn-outline-light:hover {
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.55);
  box-shadow: none;
}

/* ── Footer renforcé ─────────────────────────────────── */
.footer-top-bar {
  grid-column: 1 / -1;
  display: flex;
  align-items: baseline;
  gap: 20px;
  padding-bottom: 28px;
  margin-bottom: 28px;
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.footer-tel-big {
  font-family: 'Cormorant Garamond', 'Georgia', serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 900;
  color: var(--white);
  letter-spacing: -.01em;
  transition: color .2s;
}
.footer-tel-big:hover { color: var(--accent); }
.footer-tel-sub {
  font-size: var(--text-small);
  color: rgba(255,255,255,.45);
  font-weight: 600;
}
.footer {
  grid-template-rows: auto 1fr;
}

/* ── Responsive updates ───────────────────────────────── */
@media (max-width: 1100px) {
  .stats-inner { flex-wrap: wrap; }
  .stat-item { flex: 1 1 40%; }
  .stat-sep { display: none; }
  .timeline { flex-direction: column; align-items: flex-start; gap: 28px; }
  .tl-step { flex-direction: row; text-align: left; align-items: flex-start; padding: 0; width: 100%; }
  .tl-num { margin-bottom: 0; margin-right: 16px; flex-shrink: 0; }
  .tl-connector { display: none; }
  .cta-bottom-inner { flex-direction: column; align-items: flex-start; padding: 36px 40px; }
  .zones { grid-template-columns: 1fr; }
  .footer-top-bar { flex-direction: column; gap: 6px; }
  .urgence-strip { flex-wrap: wrap; padding: 10px 16px; }
}
@media (max-width: 720px) {
  .stat-item { flex: 1 1 100%; }
  .stats-inner { flex-direction: column; gap: 0; }
  .stat-item { padding: 20px 24px; border-bottom: 1px solid rgba(255,255,255,.08); }
  .stat-item:last-child { border-bottom: none; }
  .stat-sep { display: none; }
  .cta-bottom-actions { flex-direction: column; width: 100%; }
  .cta-bottom-inner { padding: 28px 20px; }
  .city-chips { gap: 6px; }
  .city-chip { padding: 8px 12px; font-size: .8rem; }
  .nav-drop-panel { left: -8px; right: -8px; min-width: unset; }
}


/* =====================================================
   AJUSTEMENTS 2026 — HERO BLANC PREMIUM HOMEPAGE
   ===================================================== */

:root {
  --stone:   #ece7db;
  --stone-2: #f4f0e6;
  --stone-3: #ffffff;
  --line:    #e2dccd;
  --ink:     #0b2038;
  --muted:   #5c554a;
}

body {
  background: #f4f0e6;
}

.site-frame {
  width: min(1360px, calc(100% - 28px));
  margin: 18px auto 32px;
  background: var(--white);
  box-shadow: 0 24px 70px rgba(11,32,56, .08);
  border: 1px solid rgba(11,32,56, .08);
  border-radius: 24px;
}

.topbar {
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid var(--line);
}
.topbar.is-scrolled {
  background: rgba(255,255,255,.94);
  box-shadow: 0 10px 30px rgba(11,32,56,.06);
}

.block,
.soft-section,
.timeline-section {
  background: var(--white);
}

.soft-section {
  background: linear-gradient(180deg, #faf7ef 0%, #f4f0e6 100%);
}

.home-hero {
  min-height: 680px;
  height: auto;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
  align-items: center;
  gap: 34px;
  padding: 44px 32px 30px 58px;
  background: radial-gradient(circle at left top, rgba(11,32,56,.04), transparent 34%), var(--white);
  overflow: hidden;
}

.home-hero .hero-copy {
  width: 100%;
  max-width: 610px;
  padding: 0;
  color: var(--ink);
}

.home-hero .hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: var(--olive);
  font-size: .92rem;
  font-weight: 700;
  letter-spacing: .02em;
}
.home-hero .hero-eyebrow::before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(11,32,56,.14);
  border: 2px solid rgba(11,32,56,.28);
  flex-shrink: 0;
}

.home-hero h1 {
  color: #f6f0e4;
  font-size: clamp(3.05rem, 5.5vw, 5.2rem);
  line-height: 1.02;
  letter-spacing: -.01em;
  text-shadow: 0 2px 22px rgba(0,0,0,.55), 0 1px 2px rgba(0,0,0,.4);
}
.home-hero h1 span {
  color: #f6f0e4;
}

.home-hero .hero-text {
  max-width: 560px;
  color: rgba(255,255,255,.86);
  font-size: 1.08rem;
  line-height: 1.72;
  margin: 26px 0 0;
}

.home-hero .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.home-hero .hero-btn {
  margin-top: 0;
}

.home-hero .btn {
  border-radius: 14px;
  padding: 16px 24px;
  font-size: .98rem;
  letter-spacing: 0;
  text-transform: none;
  box-shadow: 0 10px 30px rgba(11,32,56,.08);
}

.home-hero .btn-outline {
  background: var(--white);
  color: var(--olive);
  border-color: rgba(11,32,56,.25);
  box-shadow: none;
}
.home-hero .btn-outline:hover {
  background: rgba(11,32,56,.05);
  color: var(--olive);
}

.hero-highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
}
.hero-highlights article {
  background: #faf7ef;
  border: 1px solid rgba(11,32,56,.10);
  border-radius: 18px;
  padding: 18px 18px 17px;
  position: relative;
  box-shadow: 0 8px 24px rgba(11,32,56, .04);
}
.hero-highlights article::before {
  content: '';
  width: 42px;
  height: 42px;
  display: block;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #ffffff 0%, #f4f0e6 56%, #ece7db 100%);
  border: 1px solid rgba(11,32,56,.08);
  margin-bottom: 14px;
}
.hero-highlights strong {
  display: block;
  color: var(--ink);
  font-size: 1rem;
  line-height: 1.25;
}
.hero-highlights span {
  display: block;
  color: var(--muted);
  font-size: .92rem;
  line-height: 1.5;
  margin-top: 6px;
}

.home-hero .hero-media {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 100%;
}

.hero-branch-visual {
  width: min(100%, 760px);
  max-width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 18px 40px rgba(34, 50, 24, .08));
}

.stats-band {
  background: var(--white);
  padding: 0 28px 10px;
}
.stats-inner {
  background: #faf7ef;
  border: 1px solid rgba(11,32,56,.08);
  border-radius: 24px;
  box-shadow: 0 14px 40px rgba(11,32,56, .05);
  overflow: hidden;
}
.stat-item {
  align-items: flex-start;
  text-align: left;
  padding: 24px 28px;
}
.stat-num {
  color: var(--olive);
  font-size: clamp(1.65rem, 2.6vw, 2.55rem);
}
.stat-label {
  color: #5c554a;
  margin-top: 8px;
  font-size: .78rem;
}
.stat-sep {
  background: rgba(11,32,56,.08);
}
.stats-inner .stat-item:last-child .stat-num {
  color: var(--olive);
}

.phone-box {
  border-radius: 14px;
  padding: 11px 18px;
  box-shadow: 0 10px 24px rgba(11,32,56,.16);
}

.service-card,
.feature-card,
.zone-card,
.contact-card,
.faq-item {
  box-shadow: 0 10px 28px rgba(11,32,56, .05);
  border: 1px solid rgba(11,32,56,.07);
}

@media (max-width: 1100px) {
  .home-hero {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 36px 24px 24px;
  }
  .home-hero .hero-copy {
    max-width: none;
  }
  .home-hero .hero-media {
    justify-content: center;
  }
  .home-hero .hero-badges {
    position: static;
    right: auto;
    bottom: auto;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    padding: 8px 0 0;
  }
  .hero-highlights {
    grid-template-columns: 1fr;
  }
  .stats-band {
    padding: 0 20px 10px;
  }
}

@media (max-width: 720px) {
  .site-frame {
    width: min(100%, calc(100% - 12px));
    margin: 8px auto 20px;
    border-radius: 18px;
  }
  .topbar {
    padding: 0 18px;
  }
  .home-hero {
    padding: 24px 18px 18px;
    min-height: auto;
  }
  .home-hero h1 {
    font-size: clamp(2.45rem, 9vw, 3.3rem);
  }
  .home-hero .hero-text {
    font-size: 1rem;
  }
  .home-hero .hero-actions {
    flex-direction: column;
  }
  .home-hero .btn {
    width: 100%;
    justify-content: center;
  }
  .home-hero .hero-badges {
    padding: 6px 0 2px;
  }
  .hero-highlights article {
    padding: 16px;
  }
  .stats-inner {
    border-radius: 20px;
  }
  .stat-item {
    padding: 20px 20px 18px;
  }
}

/* ════════════════════════════════════════════════════════
   HERO ACCUEIL — silhouette + voile navy (calé sur le template)
   ════════════════════════════════════════════════════════ */
.hero-bg--silhouette {
  object-position: center 42%;
  filter: saturate(1.06) brightness(.9) contrast(1.05);
}
.home-hero .hero-vignette {
  background:
    /* densifie le bleu vif vers le navy profond du template */
    linear-gradient(rgba(9,26,46,.34), rgba(9,26,46,.34)),
    /* lisibilité du texte à gauche */
    linear-gradient(100deg,
      rgba(7,20,36,.92) 0%,
      rgba(8,24,42,.72) 34%,
      rgba(9,30,52,.30) 62%,
      rgba(9,34,60,.06) 100%),
    /* ancrage bas : transition vers la barre de confiance */
    linear-gradient(to top,
      rgba(6,16,30,.82) 0%,
      rgba(6,16,30,.12) 40%,
      transparent 60%);
}


/* ════════════════════════════════════════════════════════
   AJOUTS AUDIT — CTA mobile, RGPD, pages légales
   ════════════════════════════════════════════════════════ */

.hp { position: absolute; left: -9999px; opacity: 0; height: 0; overflow: hidden; }

.consent {
  display: flex; gap: 10px; align-items: flex-start;
  font-size: .8rem; line-height: 1.5; color: var(--muted);
  margin: 4px 0 10px;
}
.consent input { width: 18px; height: 18px; margin-top: 2px; flex: 0 0 auto; }
.consent a { color: var(--olive); text-decoration: underline; }

.footer-legal {
  grid-column: 1 / -1;
  display: flex; flex-wrap: wrap; gap: 6px 20px; align-items: center;
  margin-top: 26px; padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.14);
  font-size: .8rem;
}
.footer-legal a { display: inline; margin: 0; }
.footer-legal address { font-style: normal; opacity: .72; }

.legal-body { max-width: 780px; }
.legal-body h2 {
  font-size: 1.25rem; margin: 34px 0 10px;
  font-family: 'Montserrat', system-ui, sans-serif; font-weight: 700;
  color: var(--ink);
}
.legal-body p, .legal-body li { line-height: 1.75; color: var(--muted); font-size: .93rem; }
.legal-body ul { padding-left: 20px; margin: 10px 0; }
.legal-body li { margin-bottom: 6px; }
.legal-body a { color: var(--olive); text-decoration: underline; }

/* CTA téléphone fixe — mobile uniquement */
.mobile-call { display: none; }
@media (max-width: 720px) {
  .mobile-call {
    display: flex; align-items: center; justify-content: center;
    position: fixed; left: 0; right: 0; bottom: 0; z-index: 900;
    height: 56px;
    background: var(--olive, #5E6A40); color: #fff;
    font-family: 'Montserrat', system-ui, sans-serif;
    font-weight: 700; font-size: .95rem; letter-spacing: .02em;
    text-decoration: none;
    box-shadow: 0 -6px 24px rgba(0,0,0,.28);
    padding-bottom: env(safe-area-inset-bottom);
  }
  .mobile-call::before { content: '☎'; margin-right: 10px; font-size: 1.1rem; }
  body { padding-bottom: 56px; }
  .footer-legal { flex-direction: column; align-items: flex-start; gap: 8px; }
}

.breadcrumb {
  max-width: 1180px; margin: 0 auto; padding: 16px 32px 0;
  font-size: .78rem; color: var(--muted);
  font-family: 'Montserrat', system-ui, sans-serif;
}
.breadcrumb a { color: var(--muted); text-decoration: none; }
.breadcrumb a:hover { color: var(--olive); text-decoration: underline; }
.breadcrumb .sep { margin: 0 8px; opacity: .5; }
.breadcrumb [aria-current="page"] { color: var(--ink); font-weight: 600; }
@media (max-width: 720px) { .breadcrumb { padding: 12px 20px 0; font-size: .72rem; } }

/* ── Accessibilité : labels lisibles par lecteur d'écran ── */
.sr-only {
  position: absolute; width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden;
  clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; border: 0;
}
.sr-only:focus-within, .sr-only:focus { clip: auto; clip-path: none; }

/* Champs à 16 px : évite le zoom automatique iOS à la saisie */
.form input, .form select, .form textarea { font-size: 16px; }

/* Zones tactiles conformes (44 px minimum) */
.menu-btn { min-width: 44px; min-height: 44px; }
.nav a { min-height: 44px; display: inline-flex; align-items: center; }
@media (max-width: 720px) {
  .city-chip, .cities li a { min-height: 44px; display: inline-flex; align-items: center; }
}

/* Liens vers les sources officielles */
a.src {
  color: inherit;
  text-decoration: underline;
  text-decoration-style: dotted;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}
a.src:hover { color: var(--olive); text-decoration-style: solid; }
a.src::after {
  content: '\2197';
  font-size: .72em;
  vertical-align: super;
  margin-left: 2px;
  opacity: .6;
}

/* Liens vers les sources officielles */
a.src {
  color: inherit;
  text-decoration: underline;
  text-decoration-style: dotted;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}
a.src:hover { color: var(--olive); text-decoration-style: solid; }
a.src::after {
  content: '\2197';
  font-size: .72em;
  vertical-align: super;
  margin-left: 2px;
  opacity: .6;
}
