/* ============================================================
   NH Paysage — Pignans (83790) · Var · PACA
   Stylesheet consolidée · 2026-05-26
   Palette P1 Terre & feuillage · Typo Cormorant + Schibsted
   ============================================================ */

/* ---------- RESET MINIMAL ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; -webkit-tap-highlight-color: transparent; }
a, button, [role="button"], .nav-toggle { -webkit-tap-highlight-color: transparent; }
body { min-height: 100dvh; line-height: 1.5; font-family: var(--ff-sans); color: var(--text); background: var(--bg); -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; overflow-x: hidden; }
img, video, picture { display: block; max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; color: inherit; }
button { background: none; border: none; cursor: pointer; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }
:focus-visible { outline: 2px solid var(--olive); outline-offset: 3px; border-radius: 2px; }

/* ---------- TOKENS ---------- */
:root {
  /* Palette P1 — Terre & feuillage */
  --bg: #F4F1E8;              /* lin */
  --bg-soft: #ECE7D8;         /* lin profond */
  --forest: #2A3B2A;          /* vert forêt */
  --forest-deep: #1A2618;     /* vert nuit forestière */
  --olive: #6B8E4E;           /* vert olivier vital */
  --olive-soft: #8AA868;      /* olivier clair */
  --sienna: #9C6B3F;          /* terre de Sienne */
  --sienna-warm: #B5814F;     /* sienna chaud */
  --text: #1F2420;            /* anthracite */
  --text-soft: #4A5247;       /* anthracite gris */
  --text-muted: #7A8077;      /* anthracite délavé */
  --line: rgba(31, 36, 32, 0.12);
  --line-soft: rgba(31, 36, 32, 0.06);
  --shadow-sm: 0 2px 8px rgba(26, 38, 24, 0.06);
  --shadow-md: 0 8px 24px rgba(26, 38, 24, 0.10);
  --shadow-lg: 0 20px 50px rgba(26, 38, 24, 0.16);

  /* Type */
  --ff-display: "Cormorant Garamond", "Iowan Old Style", Georgia, serif;
  --ff-sans: "Schibsted Grotesk", "Helvetica Neue", system-ui, sans-serif;
  --fs-xs: clamp(0.75rem, 0.72rem + 0.15vw, 0.85rem);
  --fs-sm: clamp(0.875rem, 0.82rem + 0.25vw, 1rem);
  --fs-base: clamp(1rem, 0.95rem + 0.25vw, 1.1rem);
  --fs-md: clamp(1.125rem, 1.05rem + 0.4vw, 1.3rem);
  --fs-lg: clamp(1.5rem, 1.3rem + 1vw, 2.2rem);
  --fs-xl: clamp(2rem, 1.6rem + 2vw, 3.5rem);
  --fs-2xl: clamp(2.5rem, 1.8rem + 3.5vw, 5rem);
  --fs-3xl: clamp(3rem, 2rem + 5vw, 7rem);

  /* Spaces */
  --sp-1: 0.25rem; --sp-2: 0.5rem; --sp-3: 0.75rem; --sp-4: 1rem;
  --sp-5: 1.5rem; --sp-6: 2rem; --sp-7: 3rem; --sp-8: 4rem;
  --sp-9: 6rem; --sp-10: 8rem;

  /* Layout */
  --max-w: 1320px;
  --max-w-narrow: 880px;
  --radius-sm: 4px; --radius-md: 10px; --radius-lg: 20px; --radius-pill: 999px;

  /* Motion */
  --ease-out: cubic-bezier(0.22, 0.61, 0.36, 1);
  --ease-in-out: cubic-bezier(0.65, 0.05, 0.36, 1);
  --ease-sharp: cubic-bezier(0.83, 0, 0.17, 1);
  --dur-fast: 0.24s;
  --dur-base: 0.42s;
  --dur-slow: 0.82s;
}

/* ---------- TYPOGRAPHY ---------- */
.font-display { font-family: var(--ff-display); font-weight: 500; letter-spacing: -0.01em; line-height: 1.05; }
h1, h2, h3 { font-family: var(--ff-display); font-weight: 500; letter-spacing: -0.012em; line-height: 1.07; color: var(--forest); }
h1 { font-size: var(--fs-3xl); }
h2 { font-size: var(--fs-2xl); }
h3 { font-size: var(--fs-lg); font-weight: 600; }
h4 { font-family: var(--ff-sans); font-size: var(--fs-md); font-weight: 600; letter-spacing: -0.01em; color: var(--forest); }
p { font-size: var(--fs-base); color: var(--text-soft); max-width: 65ch; }
strong { color: var(--forest); font-weight: 600; }
em { font-style: italic; color: var(--sienna); }

.eyebrow {
  font-family: var(--ff-sans);
  font-size: var(--fs-xs);
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--olive);
  margin-bottom: var(--sp-4);
  display: inline-block;
}

.lead { font-size: var(--fs-md); color: var(--text); line-height: 1.55; max-width: 60ch; }

/* ---------- LAYOUT PRIMITIVES ---------- */
.wrap { width: 100%; max-width: var(--max-w); margin-inline: auto; padding-inline: clamp(1.25rem, 4vw, 3rem); }
.wrap-narrow { max-width: var(--max-w-narrow); margin-inline: auto; padding-inline: clamp(1.25rem, 4vw, 2rem); }
.section { padding-block: clamp(4rem, 8vw, 8rem); position: relative; }
.section--tight { padding-block: clamp(2.5rem, 5vw, 4.5rem); }
.section--dark { background: var(--forest); color: var(--bg); }
.section--dark h1, .section--dark h2, .section--dark h3 { color: var(--bg); }
.section--dark p { color: rgba(244, 241, 232, 0.78); }
.section--soft { background: var(--bg-soft); }

.grid { display: grid; gap: var(--sp-5); }
.grid-2 { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.grid-3 { grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.grid-4 { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }

.stack > * + * { margin-top: var(--sp-4); }
.stack-lg > * + * { margin-top: var(--sp-6); }

/* ---------- HEADER ---------- */
.site-header {
  position: fixed; top: 0; inset-inline: 0; z-index: 50;
  display: flex; align-items: center;
  padding: var(--sp-3) clamp(1rem, 3vw, 2rem);
  background: rgba(244, 241, 232, 0.92);
  backdrop-filter: blur(14px) saturate(1.1);
  -webkit-backdrop-filter: blur(14px) saturate(1.1);
  border-bottom: 1px solid transparent;
  transition: background var(--dur-base) var(--ease-out), border-color var(--dur-base) var(--ease-out), padding var(--dur-base) var(--ease-out);
}
.site-header.is-scrolled {
  background: rgba(244, 241, 232, 0.98);
  border-bottom-color: var(--line-soft);
  padding-block: var(--sp-2);
}
.site-header__inner { width: 100%; max-width: var(--max-w); margin-inline: auto; display: flex; align-items: center; gap: var(--sp-5); }
.site-logo { display: flex; align-items: center; gap: var(--sp-3); flex-shrink: 0; }
.site-logo__mark {
  width: 44px; height: 44px; border-radius: 50%;
  overflow: hidden; border: 1.5px solid var(--olive);
  transition: transform var(--dur-base) var(--ease-out);
}
.site-logo:hover .site-logo__mark { transform: rotate(-4deg) scale(1.04); }
.site-logo__mark img { width: 100%; height: 100%; object-fit: cover; }
.site-logo__name {
  font-family: var(--ff-display); font-size: 1.35rem; font-weight: 600;
  letter-spacing: -0.01em; color: var(--forest); line-height: 1;
}
.site-logo__tagline {
  font-family: var(--ff-sans); font-size: 0.68rem; letter-spacing: 0.18em;
  color: var(--text-muted); text-transform: uppercase; margin-top: 3px;
}
.site-nav { margin-inline-start: auto; display: flex; align-items: center; gap: var(--sp-5); }
.site-nav__list { display: flex; gap: var(--sp-5); }
.site-nav__list a {
  font-size: var(--fs-sm); font-weight: 500; color: var(--text);
  position: relative; padding-block: var(--sp-2);
  transition: color var(--dur-fast) var(--ease-out);
}
.site-nav__list a::after {
  content: ''; position: absolute; left: 0; bottom: 4px;
  width: 100%; height: 1px; background: var(--olive);
  transform: scaleX(0); transform-origin: right;
  transition: transform var(--dur-base) var(--ease-out);
}
.site-nav__list a:hover { color: var(--forest); }
.site-nav__list a:hover::after, .site-nav__list a.is-active::after { transform: scaleX(1); transform-origin: left; }
.site-nav__list a.is-active { color: var(--forest); }
.site-nav__cta { display: inline-flex; align-items: center; gap: var(--sp-2); padding: var(--sp-3) var(--sp-5); background: var(--forest); color: var(--bg); border-radius: var(--radius-pill); font-size: var(--fs-sm); font-weight: 600; letter-spacing: 0.01em; transition: background var(--dur-base) var(--ease-out), transform var(--dur-base) var(--ease-out); }
.site-nav__cta:hover { background: var(--olive); transform: translateY(-1px); }

.nav-toggle { display: none; width: 44px; height: 44px; align-items: center; justify-content: center; margin-inline-start: auto; }
.nav-toggle span { display: block; width: 22px; height: 1.5px; background: var(--forest); position: relative; transition: background var(--dur-fast); }
.nav-toggle span::before, .nav-toggle span::after { content: ''; position: absolute; width: 22px; height: 1.5px; background: var(--forest); left: 0; transition: transform var(--dur-base) var(--ease-out); }
.nav-toggle span::before { top: -7px; }
.nav-toggle span::after { top: 7px; }
.nav-toggle.is-open span { background: transparent; }
.nav-toggle.is-open span::before { transform: translateY(7px) rotate(45deg); }
.nav-toggle.is-open span::after { transform: translateY(-7px) rotate(-45deg); }

/* ---------- HERO ---------- */
.hero {
  position: relative; min-height: 100dvh; min-height: 100vh;
  display: flex; align-items: center; justify-content: center;
  isolation: isolate; overflow: hidden;
  padding-top: 80px;
}
.hero__media {
  position: absolute; inset: 0; z-index: -2;
  background: var(--forest-deep);
}
.hero__media img {
  width: 100%; height: 100%; object-fit: cover;
  transform: scale(1.06); will-change: transform;
  animation: heroDrift 24s var(--ease-in-out) infinite alternate;
}
@keyframes heroDrift {
  from { transform: scale(1.04) translate(0%, 0%); }
  to { transform: scale(1.12) translate(-1.5%, -1%); }
}
.hero__vignette {
  position: absolute; inset: 0; z-index: -1;
  background:
    radial-gradient(ellipse at 50% 60%, transparent 0%, rgba(26, 38, 24, 0.35) 60%, rgba(13, 20, 12, 0.78) 100%),
    linear-gradient(180deg, rgba(26, 38, 24, 0.28) 0%, transparent 24%, transparent 60%, rgba(13, 20, 12, 0.55) 100%);
}
.hero__inner {
  text-align: center; color: var(--bg);
  max-width: 880px; padding: var(--sp-6) clamp(1.25rem, 4vw, 3rem);
}
.hero__eyebrow {
  font-family: var(--ff-sans); font-size: var(--fs-xs);
  letter-spacing: 0.32em; text-transform: uppercase;
  color: rgba(244, 241, 232, 0.78);
  display: inline-flex; align-items: center; gap: var(--sp-3);
  margin-bottom: var(--sp-5);
}
.hero__eyebrow::before, .hero__eyebrow::after {
  content: ''; display: inline-block; width: 28px; height: 1px;
  background: var(--olive-soft);
}
.hero__title {
  font-family: var(--ff-display); font-weight: 400;
  font-size: clamp(2.6rem, 4vw + 1rem, 5.6rem);
  line-height: 1.02; letter-spacing: -0.022em;
  color: var(--bg);
  margin-bottom: var(--sp-5);
}
.hero__title em { color: var(--olive-soft); font-style: italic; font-weight: 400; }
.hero__sub {
  font-size: var(--fs-md); color: rgba(244, 241, 232, 0.86);
  max-width: 540px; margin: 0 auto var(--sp-6);
  line-height: 1.5;
}
.hero__zone {
  display: inline-flex; gap: var(--sp-4); align-items: center;
  font-family: var(--ff-sans); font-size: var(--fs-sm);
  letter-spacing: 0.16em; text-transform: uppercase;
  color: rgba(244, 241, 232, 0.7);
  margin-bottom: var(--sp-6);
}
.hero__zone span { color: var(--bg); font-weight: 500; }
.hero__zone .dot { width: 4px; height: 4px; border-radius: 50%; background: var(--olive-soft); }
.hero__cta { display: inline-flex; flex-wrap: wrap; gap: var(--sp-4); justify-content: center; margin-bottom: var(--sp-6); }
.hero__proof {
  display: inline-flex; align-items: center; gap: var(--sp-3);
  font-family: var(--ff-sans); font-size: var(--fs-sm);
  color: rgba(244, 241, 232, 0.86);
  padding: var(--sp-2) var(--sp-4);
  border: 1px solid rgba(244, 241, 232, 0.18);
  border-radius: var(--radius-pill);
  backdrop-filter: blur(8px);
}
.hero__proof .stars { color: #E8C56B; letter-spacing: 0.04em; }

/* ---------- BUTTONS ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: var(--sp-3);
  padding: var(--sp-4) var(--sp-6); min-height: 52px;
  font-family: var(--ff-sans); font-size: var(--fs-sm); font-weight: 600;
  letter-spacing: 0.01em;
  border-radius: var(--radius-pill);
  transition: transform var(--dur-base) var(--ease-out), background var(--dur-base) var(--ease-out), color var(--dur-base) var(--ease-out), box-shadow var(--dur-base) var(--ease-out), border-color var(--dur-base) var(--ease-out);
  will-change: transform;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }

.btn--primary { background: var(--bg); color: var(--forest); box-shadow: var(--shadow-md); }
.btn--primary:hover { background: var(--olive-soft); color: var(--bg); box-shadow: var(--shadow-lg); }

.btn--outline { background: transparent; color: var(--bg); border: 1.5px solid rgba(244, 241, 232, 0.5); }
.btn--outline:hover { background: rgba(244, 241, 232, 0.12); border-color: var(--bg); }

.btn--solid { background: var(--forest); color: var(--bg); }
.btn--solid:hover { background: var(--olive); }

.btn--ghost { background: transparent; color: var(--forest); border: 1.5px solid var(--forest); }
.btn--ghost:hover { background: var(--forest); color: var(--bg); }

.btn__icon { width: 18px; height: 18px; flex-shrink: 0; }

/* ---------- SECTION HEADER ---------- */
.section-head { max-width: 720px; margin-bottom: var(--sp-8); }
.section-head--center { margin-inline: auto; text-align: center; }
.section-head h2 { margin-bottom: var(--sp-4); }
.section-head p { font-size: var(--fs-md); }

/* ---------- TRUST BAND ---------- */
.trust-band {
  background: var(--forest);
  color: var(--bg);
  padding-block: var(--sp-7);
}
.trust-band__inner { display: grid; gap: var(--sp-6); grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); align-items: center; }
.trust-card {
  display: flex; flex-direction: column; gap: var(--sp-2);
  padding: var(--sp-3) 0;
  border-left: 1px solid rgba(244, 241, 232, 0.18);
  padding-left: var(--sp-5);
}
.trust-card:first-child { border-left: none; padding-left: 0; }
.trust-card__big { font-family: var(--ff-display); font-size: clamp(1.8rem, 2.4vw + 0.5rem, 2.8rem); font-weight: 500; line-height: 1; color: var(--bg); letter-spacing: -0.01em; }
.trust-card__big .stars { color: #E8C56B; font-size: 0.85em; letter-spacing: 0.06em; }
.trust-card__lbl { font-family: var(--ff-sans); font-size: var(--fs-xs); letter-spacing: 0.16em; text-transform: uppercase; color: rgba(244, 241, 232, 0.65); }

/* ---------- SERVICES GRID ---------- */
.service-card {
  position: relative;
  background: var(--bg-soft);
  border-radius: var(--radius-md);
  padding: var(--sp-6);
  border: 1px solid var(--line-soft);
  transition: transform var(--dur-base) var(--ease-out), box-shadow var(--dur-base) var(--ease-out), border-color var(--dur-base) var(--ease-out);
  display: flex; flex-direction: column; gap: var(--sp-4);
  min-height: 320px;
}
.service-card__photo {
  width: 100%; aspect-ratio: 4/3;
  border-radius: var(--radius-sm); overflow: hidden;
  background: var(--forest-deep);
}
.service-card__photo img { width: 100%; height: 100%; object-fit: cover; transition: transform var(--dur-slow) var(--ease-out); }
.service-card:hover { transform: translateY(-4px); border-color: var(--olive); box-shadow: var(--shadow-md); }
.service-card:hover .service-card__photo img { transform: scale(1.06); }
.service-card h3 { color: var(--forest); margin: 0; }
.service-card p { font-size: var(--fs-sm); color: var(--text-soft); }
.service-card__list { display: flex; flex-wrap: wrap; gap: var(--sp-2); margin-top: auto; padding-top: var(--sp-3); }
.service-card__list li {
  font-family: var(--ff-sans); font-size: var(--fs-xs);
  color: var(--text-muted); letter-spacing: 0.04em;
  padding: var(--sp-1) var(--sp-3);
  border: 1px solid var(--line);
  border-radius: var(--radius-pill);
  background: var(--bg);
}
.service-card__more {
  display: inline-flex; align-items: center; gap: var(--sp-2);
  font-family: var(--ff-sans); font-size: var(--fs-sm); font-weight: 600;
  color: var(--forest); margin-top: var(--sp-3);
}
.service-card__more::after { content: '→'; transition: transform var(--dur-base) var(--ease-out); }
.service-card:hover .service-card__more::after { transform: translateX(4px); }

/* ---------- GALLERY ---------- */
.gallery {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: var(--sp-4);
  grid-auto-flow: dense;
}
.gallery figure {
  grid-column: span 4;
  position: relative;
  border-radius: var(--radius-md);
  overflow: hidden;
  background: var(--forest-deep);
  aspect-ratio: 4/3;
  transition: transform var(--dur-base) var(--ease-out);
}
.gallery figure.--wide { grid-column: span 8; aspect-ratio: 16/10; }
.gallery figure.--tall { grid-column: span 4; aspect-ratio: 3/4; }
.gallery figure img { width: 100%; height: 100%; object-fit: cover; transition: transform var(--dur-slow) var(--ease-out); }
.gallery figure:hover img { transform: scale(1.05); }
.gallery figcaption {
  position: absolute; left: 0; bottom: 0; right: 0;
  padding: var(--sp-5) var(--sp-4) var(--sp-4);
  background: linear-gradient(180deg, transparent 0%, rgba(26, 38, 24, 0.78) 100%);
  color: var(--bg);
  font-family: var(--ff-sans); font-size: var(--fs-xs);
  letter-spacing: 0.12em; text-transform: uppercase;
  opacity: 0; transform: translateY(8px);
  transition: opacity var(--dur-base) var(--ease-out), transform var(--dur-base) var(--ease-out);
}
.gallery figure:hover figcaption { opacity: 1; transform: translateY(0); }

/* ---------- VIDEO STRIP ---------- */
.videos { padding-block: clamp(4rem, 7vw, 7rem); background: var(--forest-deep); color: var(--bg); }
.videos .section-head h2, .videos .section-head .eyebrow { color: var(--bg); }
.videos .section-head .eyebrow { color: var(--olive-soft); }
.videos .section-head p { color: rgba(244, 241, 232, 0.72); }
.video-strip {
  display: grid; gap: var(--sp-4);
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}
.video-tile {
  position: relative; aspect-ratio: 9/16;
  border-radius: var(--radius-md);
  overflow: hidden; background: var(--forest);
  border: 1px solid rgba(244, 241, 232, 0.08);
  cursor: pointer;
  transition: transform var(--dur-base) var(--ease-out), border-color var(--dur-base) var(--ease-out), box-shadow var(--dur-base) var(--ease-out);
}
.video-tile:hover { transform: translateY(-3px); border-color: var(--olive-soft); box-shadow: 0 14px 30px rgba(0,0,0,0.35); }
.video-tile video, .video-tile img {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover;
  display: block;
}
.video-tile img { z-index: 2; transition: opacity var(--dur-base); }
.video-tile video { z-index: 1; }
.video-tile.is-playing img { opacity: 0; }
.video-tile__play {
  position: absolute; inset: 0; z-index: 3;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(180deg, transparent 45%, rgba(26, 38, 24, 0.55) 100%);
  transition: opacity var(--dur-base);
}
.video-tile.is-playing .video-tile__play { opacity: 0; pointer-events: none; }
.video-tile__play .icon {
  width: 56px; height: 56px; border-radius: 50%;
  background: var(--bg); color: var(--forest);
  display: flex; align-items: center; justify-content: center;
  box-shadow: var(--shadow-md);
  transition: transform var(--dur-base) var(--ease-out);
}
.video-tile:hover .video-tile__play .icon { transform: scale(1.08); }

/* ---------- REVIEWS ---------- */
.review-grid { display: grid; gap: var(--sp-5); grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.review-card {
  background: var(--bg);
  border-radius: var(--radius-md);
  padding: var(--sp-6);
  border: 1px solid var(--line-soft);
  display: flex; flex-direction: column; gap: var(--sp-4);
  box-shadow: var(--shadow-sm);
}
.review-card .stars { color: #C19A4B; letter-spacing: 0.08em; font-size: var(--fs-md); }
.review-card blockquote {
  font-family: var(--ff-display); font-size: var(--fs-md);
  font-style: italic; line-height: 1.4;
  color: var(--text);
}
.review-card__author {
  display: flex; align-items: center; gap: var(--sp-3);
  margin-top: auto; padding-top: var(--sp-3);
  border-top: 1px solid var(--line-soft);
}
.review-card__avatar {
  width: 40px; height: 40px; border-radius: 50%;
  background: var(--olive); color: var(--bg);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--ff-display); font-weight: 600; font-size: 1rem;
}
.review-card__name { font-weight: 600; font-size: var(--fs-sm); color: var(--forest); line-height: 1.2; }
.review-card__meta { font-size: var(--fs-xs); color: var(--text-muted); margin-top: 2px; }

/* ---------- ZONE INTERVENTION ---------- */
.zone-band { display: grid; gap: var(--sp-6); grid-template-columns: 1fr 1fr; align-items: center; }
.zone-band__map {
  position: relative; aspect-ratio: 4/3;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--bg-soft);
  border: 1px solid var(--line-soft);
}
.zone-band__map svg { width: 100%; height: 100%; display: block; }
.zone-list { display: flex; flex-direction: column; gap: var(--sp-3); }
.zone-list__item {
  display: flex; align-items: baseline; gap: var(--sp-4);
  padding: var(--sp-4) var(--sp-5);
  background: var(--bg-soft);
  border-left: 3px solid var(--olive);
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
}
.zone-list__num { font-family: var(--ff-display); font-size: 1.6rem; font-weight: 500; color: var(--olive); line-height: 1; min-width: 56px; }
.zone-list__txt strong { display: block; color: var(--forest); font-size: var(--fs-base); margin-bottom: 2px; }
.zone-list__txt span { font-size: var(--fs-sm); color: var(--text-muted); }

/* ---------- HISTOIRE ---------- */
.histoire {
  background: var(--bg-soft);
  border-radius: var(--radius-lg);
  padding: clamp(2rem, 4vw, 4rem);
  display: grid; gap: var(--sp-6);
  grid-template-columns: 1fr 1.6fr;
  align-items: center;
}
.histoire__portrait {
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: var(--bg);
  overflow: hidden;
  max-width: 320px; justify-self: center;
  border: 4px solid var(--bg);
  box-shadow: var(--shadow-md);
}
.histoire__portrait img { width: 100%; height: 100%; object-fit: cover; padding: 6%; }
.histoire__portrait--mono {
  background: radial-gradient(circle at 32% 28%, var(--olive-soft) 0%, var(--olive) 38%, var(--forest) 100%);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 0.5rem; padding: 1.5rem;
  border-color: var(--bg-soft);
}
.histoire__initials {
  font-family: var(--ff-display); font-weight: 500; font-style: italic;
  font-size: clamp(3.4rem, 7vw, 5.4rem); line-height: 1;
  color: var(--bg); letter-spacing: -0.04em;
  text-shadow: 0 2px 14px rgba(13, 20, 12, 0.25);
}
.histoire__years {
  font-family: var(--ff-sans); font-weight: 600;
  font-size: var(--fs-xs); letter-spacing: 0.32em; text-transform: uppercase;
  color: rgba(244, 241, 232, 0.86);
  padding: 0.35rem 0.9rem;
  border: 1px solid rgba(244, 241, 232, 0.32);
  border-radius: var(--radius-pill);
  backdrop-filter: blur(6px);
}
.histoire__txt blockquote {
  font-family: var(--ff-display);
  font-size: clamp(1.4rem, 1.6vw + 0.5rem, 2rem);
  line-height: 1.32; font-style: italic;
  color: var(--forest);
  margin-bottom: var(--sp-4);
}
.histoire__txt .sign {
  font-family: var(--ff-sans); font-size: var(--fs-sm);
  letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--sienna);
}

/* ---------- CTA BAND ---------- */
.cta-band {
  background: var(--forest);
  color: var(--bg);
  border-radius: var(--radius-lg);
  padding: clamp(2.5rem, 5vw, 5rem) clamp(1.5rem, 4vw, 4rem);
  text-align: center;
  position: relative; overflow: hidden;
}
.cta-band::before, .cta-band::after {
  content: ''; position: absolute;
  width: 320px; height: 320px; border-radius: 50%;
  background: var(--olive); filter: blur(80px); opacity: 0.22;
  pointer-events: none;
}
.cta-band::before { top: -120px; left: -120px; }
.cta-band::after { bottom: -120px; right: -120px; background: var(--sienna); }
.cta-band > * { position: relative; z-index: 2; }
.cta-band h2 { color: var(--bg); font-size: clamp(2rem, 3vw + 0.5rem, 3rem); }
.cta-band p { color: rgba(244, 241, 232, 0.82); max-width: 540px; margin: 0 auto var(--sp-6); }
.cta-band__row { display: inline-flex; gap: var(--sp-4); flex-wrap: wrap; justify-content: center; }

/* ---------- CONTACT FORM ---------- */
.contact-grid { display: grid; gap: var(--sp-6); grid-template-columns: 1.2fr 1fr; align-items: start; }
.contact-info { display: flex; flex-direction: column; gap: var(--sp-5); }
.contact-info__row {
  display: flex; gap: var(--sp-4); align-items: flex-start;
  padding: var(--sp-4); background: var(--bg-soft); border-radius: var(--radius-md);
  border-left: 3px solid var(--olive);
  text-decoration: none;
  transition: transform var(--dur-base) var(--ease-out), background var(--dur-base) var(--ease-out);
}
.contact-info__row:hover { transform: translateX(4px); background: var(--bg); }
.contact-info__icon { width: 44px; height: 44px; flex-shrink: 0; border-radius: 50%; background: var(--olive); color: var(--bg); display: flex; align-items: center; justify-content: center; }
.contact-info__icon svg { width: 22px; height: 22px; }
.contact-info__lbl { font-family: var(--ff-sans); font-size: var(--fs-xs); letter-spacing: 0.16em; text-transform: uppercase; color: var(--text-muted); margin-bottom: 4px; }
.contact-info__val { font-family: var(--ff-display); font-size: var(--fs-md); color: var(--forest); font-weight: 500; }

.contact-form { background: var(--bg-soft); border-radius: var(--radius-md); padding: clamp(1.5rem, 3vw, 2.5rem); border: 1px solid var(--line-soft); }
.contact-form .field { display: flex; flex-direction: column; gap: var(--sp-2); margin-bottom: var(--sp-4); }
.contact-form label { font-family: var(--ff-sans); font-size: var(--fs-xs); letter-spacing: 0.12em; text-transform: uppercase; color: var(--text-muted); font-weight: 500; }
.contact-form input, .contact-form select, .contact-form textarea {
  font-family: var(--ff-sans); font-size: var(--fs-base); color: var(--text);
  padding: var(--sp-3) var(--sp-4); min-height: 48px;
  background: var(--bg); border: 1.5px solid var(--line);
  border-radius: var(--radius-sm);
  transition: border-color var(--dur-fast) var(--ease-out), background var(--dur-fast);
}
.contact-form textarea { min-height: 130px; resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { outline: none; border-color: var(--olive); background: #fff; }
.contact-form .row-2 { display: grid; gap: var(--sp-4); grid-template-columns: 1fr 1fr; }
.contact-form button[type="submit"] { width: 100%; margin-top: var(--sp-3); }
.form-feedback { padding: var(--sp-4); border-radius: var(--radius-sm); margin-bottom: var(--sp-4); display: none; }
.form-feedback.is-success { display: block; background: rgba(107, 142, 78, 0.15); border: 1px solid var(--olive); color: var(--forest); }
.form-feedback.is-error { display: block; background: rgba(156, 107, 63, 0.15); border: 1px solid var(--sienna); color: var(--sienna); }

/* ---------- FOOTER ---------- */
.site-footer {
  background: var(--forest-deep);
  color: rgba(244, 241, 232, 0.7);
  padding: var(--sp-9) 0 var(--sp-6);
}
.site-footer h4 { color: var(--bg); margin-bottom: var(--sp-4); font-family: var(--ff-sans); font-size: var(--fs-xs); letter-spacing: 0.18em; text-transform: uppercase; font-weight: 600; }
.footer-grid { display: grid; gap: var(--sp-7); grid-template-columns: 1.4fr 1fr 1fr 1fr; margin-bottom: var(--sp-7); }
.footer-grid p { color: rgba(244, 241, 232, 0.55); font-size: var(--fs-sm); }
.footer-grid ul li { margin-bottom: var(--sp-2); }
.footer-grid ul a { font-size: var(--fs-sm); color: rgba(244, 241, 232, 0.65); transition: color var(--dur-fast); }
.footer-grid ul a:hover { color: var(--olive-soft); }
.footer-brand .site-logo__name { color: var(--bg); }
.footer-brand .site-logo__tagline { color: rgba(244, 241, 232, 0.55); }
.footer-brand .site-logo__mark { border-color: var(--olive-soft); }
.footer-quote {
  font-family: var(--ff-display); font-style: italic;
  font-size: var(--fs-md); color: rgba(244, 241, 232, 0.78);
  line-height: 1.45; max-width: 320px;
  border-left: 2px solid var(--olive-soft);
  padding-left: var(--sp-4); margin-top: var(--sp-5);
}
.footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: var(--sp-4); padding-top: var(--sp-5); border-top: 1px solid rgba(244, 241, 232, 0.12); font-size: var(--fs-xs); flex-wrap: wrap; color: rgba(244, 241, 232, 0.45); letter-spacing: 0.05em; }
.footer-bottom a { color: inherit; }
.footer-bottom a:hover { color: var(--olive-soft); }

/* ---------- MOBILE STICKY BAR (CONVERSION) ---------- */
.mobile-cta {
  display: none;
  position: fixed; bottom: 0; left: 0; right: 0;
  z-index: 60;
  padding: var(--sp-3); padding-bottom: calc(var(--sp-3) + env(safe-area-inset-bottom, 0px));
  gap: var(--sp-2);
  background: rgba(244, 241, 232, 0.97);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-top: 1px solid var(--line);
  box-shadow: 0 -8px 24px rgba(26, 38, 24, 0.08);
}
.mobile-cta a {
  flex: 1; min-height: 48px;
  display: inline-flex; align-items: center; justify-content: center; gap: var(--sp-2);
  border-radius: var(--radius-pill);
  font-family: var(--ff-sans); font-size: 0.92rem; font-weight: 600;
  padding: var(--sp-3) var(--sp-4);
}
.mobile-cta a svg { width: 18px; height: 18px; }
.mobile-cta__call { background: var(--forest); color: var(--bg); }
.mobile-cta__devis { background: var(--olive); color: var(--bg); }
.mobile-cta__call:active, .mobile-cta__devis:active { transform: scale(0.97); }

/* ---------- PAGE-SPECIFIC ---------- */
.page-hero {
  position: relative; padding-top: 140px; padding-bottom: var(--sp-9);
  min-height: 70vh; display: flex; align-items: center;
  isolation: isolate; overflow: hidden;
}
.page-hero::before {
  content: ''; position: absolute; inset: 0; z-index: -2;
  background: var(--forest-deep);
}
.page-hero__media {
  position: absolute; inset: 0; z-index: -2;
  overflow: hidden;
}
.page-hero__media img { width: 100%; height: 100%; object-fit: cover; opacity: 0.55; }
.page-hero::after {
  content: ''; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(180deg, rgba(26, 38, 24, 0.7) 0%, rgba(26, 38, 24, 0.45) 50%, rgba(13, 20, 12, 0.85) 100%);
}
.page-hero h1 { color: var(--bg); font-size: clamp(2.4rem, 4vw + 0.5rem, 4.8rem); margin-bottom: var(--sp-4); }
.page-hero h1 em { color: var(--olive-soft); font-style: italic; }
.page-hero p { color: rgba(244, 241, 232, 0.88); font-size: var(--fs-md); max-width: 600px; }
.page-hero .breadcrumb {
  display: inline-flex; gap: var(--sp-3); align-items: center;
  font-family: var(--ff-sans); font-size: var(--fs-xs);
  letter-spacing: 0.16em; text-transform: uppercase;
  color: rgba(244, 241, 232, 0.7); margin-bottom: var(--sp-4);
}
.page-hero .breadcrumb a { color: var(--olive-soft); }
.page-hero .breadcrumb a:hover { color: var(--bg); }
.page-hero__cta { margin-top: var(--sp-6); display: inline-flex; gap: var(--sp-3); flex-wrap: wrap; }

/* Service detail page */
.service-detail { display: grid; gap: var(--sp-7); grid-template-columns: 1fr 1.4fr; align-items: start; }
.service-detail__sticky { position: sticky; top: 100px; }
.service-detail__list { display: flex; flex-direction: column; gap: var(--sp-3); }
.service-detail__list-item {
  display: flex; gap: var(--sp-4); padding: var(--sp-4);
  background: var(--bg-soft); border-radius: var(--radius-md);
  border-left: 3px solid var(--olive);
  transition: transform var(--dur-base) var(--ease-out);
}
.service-detail__list-item:hover { transform: translateX(4px); }
.service-detail__list-item h4 { color: var(--forest); margin-bottom: var(--sp-2); }
.service-detail__list-item p { font-size: var(--fs-sm); margin: 0; }

/* Cross-services */
.cross-services { background: var(--bg-soft); padding-block: var(--sp-8); border-radius: var(--radius-lg); }
.cross-services__grid { display: grid; gap: var(--sp-4); grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.cross-card {
  background: var(--bg); padding: var(--sp-5); border-radius: var(--radius-md);
  text-align: left; transition: transform var(--dur-base) var(--ease-out), box-shadow var(--dur-base) var(--ease-out);
  display: block;
}
.cross-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.cross-card h4 { color: var(--forest); margin-bottom: var(--sp-2); display: flex; justify-content: space-between; align-items: center; }
.cross-card h4::after { content: '→'; color: var(--olive); transition: transform var(--dur-base); }
.cross-card:hover h4::after { transform: translateX(4px); }
.cross-card p { font-size: var(--fs-sm); color: var(--text-soft); }

/* ---------- REVEAL ANIMATIONS ---------- */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.9s var(--ease-out), transform 0.9s var(--ease-out); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }
.reveal-delay-4 { transition-delay: 0.4s; }

/* Failsafe : si JS plante, tout reste visible */
html:not(.js-ready) .reveal { opacity: 1; transform: none; }

/* ---------- MEDIA QUERIES ---------- */
@media (max-width: 920px) {
  /* Fermé par défaut : on cache UL + CTA */
  .site-nav__list, .site-nav__cta { display: none; }
  .nav-toggle { display: inline-flex; }

  /* Ouvert : un seul conteneur dropdown, enfants empilés en flex-column STATIC.
     Plus de superposition possible entre UL et bouton Appeler (V1.1 fix bug "ovale blanc"). */
  .site-nav.is-open {
    position: absolute;
    top: 100%; left: 0; right: 0;
    background: var(--bg);
    padding: var(--sp-5);
    border-top: 1px solid var(--line);
    box-shadow: var(--shadow-lg);
    display: flex; flex-direction: column;
    gap: var(--sp-4);
    align-items: stretch;
    max-height: calc(100vh - 70px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .site-nav.is-open .site-nav__list {
    display: flex; flex-direction: column;
    gap: 0;
    width: 100%;
    position: static;
    background: transparent;
    padding: 0; margin: 0;
    border-top: none; box-shadow: none;
    list-style: none;
  }
  .site-nav.is-open .site-nav__list li { width: 100%; }
  .site-nav.is-open .site-nav__list li a {
    display: block;
    width: 100%;
    padding: var(--sp-3) 0;
    font-size: 1.05rem;
    border-bottom: 1px solid var(--line-soft);
    color: var(--text);
  }
  .site-nav.is-open .site-nav__list li:last-child a { border-bottom: none; }
  .site-nav.is-open .site-nav__list li a::after { display: none; } /* pas de soulignement hover en mobile */
  .site-nav.is-open .site-nav__cta {
    display: inline-flex;
    align-self: stretch;
    justify-content: center;
    position: static;
    margin-top: var(--sp-2);
    padding: var(--sp-4) var(--sp-6);
    background: var(--forest);
    color: var(--bg);
    border-top: none; box-shadow: none;
    min-height: 52px;
  }
  .gallery figure, .gallery figure.--wide, .gallery figure.--tall { grid-column: span 6; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .service-detail { grid-template-columns: 1fr; }
  .service-detail__sticky { position: static; }
  .zone-band { grid-template-columns: 1fr; }
  .histoire { grid-template-columns: 1fr; text-align: center; }
  .histoire__portrait { margin: 0 auto; }
  .histoire__txt blockquote { text-align: left; }
}

@media (max-width: 640px) {
  body { padding-bottom: 88px; }
  .mobile-cta { display: flex; }
  .gallery figure, .gallery figure.--wide, .gallery figure.--tall { grid-column: span 12; aspect-ratio: 4/3; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .trust-card { border-left: none; padding-left: 0; }
  .hero__cta { width: 100%; flex-direction: column; }
  .hero__cta .btn { width: 100%; }
  .contact-form .row-2 { grid-template-columns: 1fr; }
  .hero__zone { font-size: 0.7rem; letter-spacing: 0.12em; flex-wrap: wrap; justify-content: center; gap: var(--sp-3); margin-bottom: var(--sp-5); }
  .hero { min-height: 100dvh; padding-top: 72px; padding-bottom: 88px; }
  .hero__inner { padding: var(--sp-4) var(--sp-4); }
  .hero__eyebrow { margin-bottom: var(--sp-3); font-size: 0.7rem; letter-spacing: 0.24em; }
  .hero__title { margin-bottom: var(--sp-4); font-size: clamp(2.2rem, 8vw, 3rem); }
  .hero__sub { margin-bottom: var(--sp-4); font-size: var(--fs-base); }
  .hero__cta { margin-bottom: var(--sp-4); }
  .hero__proof { font-size: 0.78rem; padding: var(--sp-2) var(--sp-3); }
  .section { padding-block: 3.5rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; scroll-behavior: auto !important; }
  .hero__media img { animation: none; transform: scale(1.04); }
  .reveal { opacity: 1; transform: none; }
}

/* ============================================================
   V1.1 ADDITIONS
   ============================================================ */

/* ---------- ACCENT COLORS (Correctif D) ---------- */
.text-olive  { color: var(--olive); font-weight: 600; }
.text-sienna { color: var(--sienna); font-weight: 600; }
.text-forest { color: var(--forest); font-weight: 600; }

/* Sur fond clair, l'olive seul peut manquer de contraste — légère assombrissement */
:where(.section, .wrap, main) .text-olive { color: #4F7038; }
/* Sur fond sombre (hero, videos, footer, cta-band), olive plus clair */
:where(.hero, .videos, .site-footer, .cta-band, .trust-band, .section--dark) .text-olive { color: var(--olive-soft); }

/* Soulignement progressif au scroll/hover */
.underline-grow {
  position: relative;
  background-image: linear-gradient(90deg, var(--olive) 0%, var(--sienna) 100%);
  background-repeat: no-repeat;
  background-size: 0% 3px;
  background-position: 0 100%;
  transition: background-size 1.2s var(--ease-out);
  padding-bottom: 3px;
  display: inline-block;
}
.reveal.is-visible .underline-grow,
.is-visible.underline-grow { background-size: 100% 3px; }

/* Hero accent */
.hero__accent {
  background: linear-gradient(90deg, var(--olive-soft) 0%, #C9B575 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-style: italic;
}

/* Link arrow */
.link-arrow {
  color: var(--olive);
  font-weight: 600;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  background-image: linear-gradient(var(--olive), var(--olive));
  background-position: 0 100%;
  background-size: 0 2px;
  background-repeat: no-repeat;
  padding-bottom: 2px;
  transition: background-size var(--dur-base) var(--ease-out);
}
.link-arrow:hover { background-size: 100% 2px; }

/* ---------- TRUST CARDS — counter + units ---------- */
.trust-card__big { display: inline-flex; align-items: baseline; gap: 0.4rem; flex-wrap: wrap; }
.trust-card__big [data-count] {
  font-variant-numeric: tabular-nums;
  min-width: 1.5ch;
  display: inline-block;
  background: linear-gradient(180deg, #fff 0%, var(--olive-soft) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.trust-card__unit {
  font-family: var(--ff-display);
  font-size: 0.55em;
  font-weight: 400;
  color: rgba(244, 241, 232, 0.78);
  letter-spacing: -0.005em;
  font-style: italic;
}

/* ---------- MÉTHODE — Correctif C section nouvelle ---------- */
.methode {
  display: grid;
  grid-template-columns: 1.1fr 0.95fr;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}
.methode__txt h2 { margin-bottom: var(--sp-4); }
.methode__txt .lead { margin-bottom: var(--sp-6); }
.methode__list { list-style: none; padding: 0; margin: 0; counter-reset: methode; }
.methode__list li {
  display: flex; gap: var(--sp-4);
  padding: var(--sp-4) 0;
  border-top: 1px solid var(--line);
  align-items: flex-start;
}
.methode__list li:last-child { border-bottom: 1px solid var(--line); }
.methode__num {
  font-family: var(--ff-display);
  font-size: 2rem;
  font-weight: 500;
  font-style: italic;
  color: var(--olive);
  line-height: 1;
  min-width: 64px;
  position: relative;
  padding-top: 4px;
}
.methode__num::after {
  content: '';
  position: absolute; left: 0; bottom: -4px;
  width: 36px; height: 1px;
  background: linear-gradient(90deg, var(--olive) 0%, transparent 100%);
}
.methode__list li h4 { margin-bottom: var(--sp-2); font-family: var(--ff-display); font-size: 1.3rem; font-weight: 500; color: var(--forest); }
.methode__list li p { margin: 0; font-size: var(--fs-sm); }

.methode__media {
  position: relative;
  aspect-ratio: 4/5;
  min-height: 400px;
}
.methode__photo {
  position: absolute;
  border-radius: var(--radius-md);
  overflow: hidden;
  background: var(--forest-deep);
  box-shadow: var(--shadow-md);
}
.methode__photo img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.4s var(--ease-out); }
.methode__photo--main {
  top: 0; left: 0; right: 24%;
  height: 78%;
  z-index: 1;
}
.methode__photo--inset {
  bottom: 0; right: 0;
  width: 55%; height: 42%;
  z-index: 2;
  border: 6px solid var(--bg);
  box-shadow: var(--shadow-lg);
}
.methode__photo--main:hover img,
.methode__photo--inset:hover img { transform: scale(1.05); }
.methode__badge {
  position: absolute;
  top: 4%; right: -8px;
  z-index: 3;
  background: var(--sienna);
  color: var(--bg);
  border-radius: 50%;
  width: 96px; height: 96px;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  box-shadow: var(--shadow-lg);
  border: 4px solid var(--bg);
  animation: badgePulse 4s var(--ease-in-out) infinite;
}
@keyframes badgePulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.06); }
}
.methode__badge-big {
  font-family: var(--ff-display);
  font-size: 2rem;
  font-weight: 500;
  font-style: italic;
  line-height: 1;
}
.methode__badge-lbl {
  font-family: var(--ff-sans);
  font-size: 0.55rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-align: center;
  margin-top: 2px;
  padding: 0 6px;
  line-height: 1.2;
}

/* ---------- REVIEW CARDS — hover affiné (Correctif E) ---------- */
.review-card { transition: transform var(--dur-base) var(--ease-out), box-shadow var(--dur-base) var(--ease-out), border-color var(--dur-base) var(--ease-out); }
.review-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--olive); }
.review-card__avatar {
  position: relative;
  background: linear-gradient(135deg, var(--olive) 0%, var(--forest) 100%);
  box-shadow: 0 4px 12px rgba(107, 142, 78, 0.3);
  transition: transform var(--dur-base) var(--ease-out);
}
.review-card:hover .review-card__avatar { transform: scale(1.08) rotate(-4deg); }
.review-card__avatar::after {
  content: '';
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  border: 1px dashed rgba(107, 142, 78, 0.4);
  opacity: 0;
  transition: opacity var(--dur-base) var(--ease-out);
  animation: avatarSpin 14s linear infinite;
}
.review-card:hover .review-card__avatar::after { opacity: 1; }
@keyframes avatarSpin { to { transform: rotate(360deg); } }

/* ---------- SERVICE CARDS — hover affiné (Correctif E) ---------- */
.service-card__photo { position: relative; }
.service-card__photo::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(42, 59, 42, 0.4) 100%);
  opacity: 0;
  transition: opacity var(--dur-base) var(--ease-out);
}
.service-card:hover .service-card__photo::after { opacity: 1; }
.service-card__more {
  color: var(--olive);
  font-weight: 600;
  transition: color var(--dur-base);
}
.service-card:hover .service-card__more { color: var(--forest); }

/* ---------- GALLERY — tilt subtle on hover (Correctif E) ---------- */
@media (hover: hover) and (pointer: fine) {
  .gallery figure {
    transition: transform var(--dur-base) var(--ease-out), box-shadow var(--dur-base) var(--ease-out);
  }
  .gallery figure:hover {
    transform: translateY(-4px) scale(1.01);
    box-shadow: var(--shadow-lg);
    z-index: 2;
  }
}

/* ---------- ZONE LIST — affinage (Correctif E) ---------- */
.zone-list__item { transition: transform var(--dur-base) var(--ease-out), border-left-color var(--dur-base); position: relative; }
.zone-list__item:hover { transform: translateX(6px); border-left-color: var(--sienna); }
.zone-list__num {
  background: linear-gradient(180deg, var(--olive) 0%, var(--forest) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* ---------- SOCIAL FOOTER (Correctif F placeholder ready) ---------- */
.footer-social {
  display: flex;
  gap: var(--sp-3);
  margin-top: var(--sp-4);
  flex-wrap: wrap;
}
.footer-social a {
  width: 40px; height: 40px;
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 50%;
  background: rgba(244, 241, 232, 0.08);
  color: rgba(244, 241, 232, 0.7);
  border: 1px solid rgba(244, 241, 232, 0.15);
  transition: background var(--dur-base) var(--ease-out), color var(--dur-base) var(--ease-out), border-color var(--dur-base);
}
.footer-social a:hover {
  background: var(--olive);
  color: var(--bg);
  border-color: var(--olive);
}
.footer-social a svg { width: 18px; height: 18px; }
.footer-social-note {
  font-size: var(--fs-xs);
  color: rgba(244, 241, 232, 0.4);
  margin-top: var(--sp-2);
  font-style: italic;
}

/* ---------- RESPONSIVE V1.1 ---------- */
@media (max-width: 920px) {
  .methode { grid-template-columns: 1fr; gap: var(--sp-6); }
  .methode__media { min-height: 320px; aspect-ratio: 4/3; }
  .methode__badge { width: 80px; height: 80px; top: -16px; right: 8px; }
  .methode__badge-big { font-size: 1.6rem; }
}
@media (max-width: 640px) {
  .methode__media { min-height: 280px; }
  .methode__list li { gap: var(--sp-3); }
  .methode__num { font-size: 1.6rem; min-width: 52px; }
  .trust-card__big { font-size: clamp(1.6rem, 6vw, 2rem); }
  .trust-card__unit { font-size: 0.6em; }
  /* Avoid double-tap zoom on touch links/buttons */
  .btn, .mobile-cta a, .site-nav__cta, .contact-info__row { touch-action: manipulation; }
}

/* ---------- PRINT ---------- */
@media print {
  .site-header, .site-footer, .mobile-cta, .hero__cta, .video-tile, .contact-form { display: none !important; }
  body { color: black; background: white; }
  a { color: black; text-decoration: underline; }
}
