/* ==========================================================================
   VOLKWEB — Système « Studio premium »
   Space Grotesk (titres) · Hanken Grotesk (texte)
   Contraste ivoire-ecru / vert-noir / vert VOLKWEB · filet bronze très discret
   Alternance clair / sombre · halo vert sur les surfaces sombres (signature)
   ========================================================================== */

:root {
  /* neutres clairs */
  --ecru: #F0EBDF;        /* base chaude (jamais blanc pur) */
  --paper: #F7F3EA;       /* panneaux clairs */
  --stone: #E7E0CF;       /* section claire alternative */
  --white: #FCFAF4;

  /* sombres */
  --ink: #0C0E0C;         /* vert-noir profond */
  --ink-1: #12150F;       /* surface sombre légèrement relevée */
  --ink-2: #191D16;       /* cartes sur fond sombre */
  --ink-line: rgba(240, 235, 223, .12);

  /* texte */
  --ink-text: #14170F;    /* texte sur clair */
  --muted: #6A6A5B;       /* secondaire sur clair (gris chaud) */
  --muted-2: #94917F;
  --line: #DBD4C2;        /* filets sur clair */
  --line-soft: #E6E0D1;
  --cream-text: #F0EBDF;  /* texte sur sombre */
  --muted-dark: rgba(240, 235, 223, .6);

  /* marque */
  --green: #0BBF63;
  --green-bright: #17D473;
  --green-ink: #0A6B3D;   /* vert lisible (texte) sur clair */
  --green-deep: #063D26;
  --green-soft: #E6F4EB;
  --green-line: #BFE6CF;

  /* secondaire — bronze, usage rarissime */
  --bronze: #A9835A;
  --bronze-soft: #C9A574;

  --blue-serp: #2C58C8;
  --amber: #E8A93B;

  --r-sm: 10px;
  --r-md: 16px;
  --r-lg: 22px;
  --r-xl: 30px;

  --wrap: 1320px;
  --gut: 30px;
  --step: clamp(84px, 10vw, 156px);
  --ease: cubic-bezier(.22, .61, .36, 1);
  --ease-out: cubic-bezier(.16, 1, .3, 1);

  --sh-sm: 0 2px 5px rgba(12, 14, 12, .05), 0 8px 22px rgba(12, 14, 12, .06);
  --sh-md: 0 4px 12px rgba(12, 14, 12, .07), 0 26px 54px rgba(12, 14, 12, .1);
  --sh-lg: 0 10px 24px rgba(12, 14, 12, .1), 0 54px 100px rgba(12, 14, 12, .22);
  --glow: 0 30px 90px rgba(11, 191, 99, .16);
}

/* -------------------------------------------------------------- fondations */
/* Polices de repli calibrées : limitent le décalage (CLS) pendant le chargement des webfonts. */
@font-face { font-family: "Space Grotesk Fallback"; src: local("Arial"); size-adjust: 104%; ascent-override: 92%; descent-override: 26%; line-gap-override: 0%; }
@font-face { font-family: "Hanken Grotesk Fallback"; src: local("Arial"); size-adjust: 98%; ascent-override: 96%; descent-override: 24%; line-gap-override: 0%; }
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
body {
  margin: 0; background: var(--ecru); color: var(--ink-text);
  font-family: "Hanken Grotesk", "Hanken Grotesk Fallback", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 17px; line-height: 1.6; overflow-x: hidden;
  -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
}
img, svg, video { max-width: 100%; height: auto; display: block; }

h1, h2, h3, h4 {
  font-family: "Space Grotesk", "Space Grotesk Fallback", "Hanken Grotesk", system-ui, sans-serif;
  font-weight: 600; letter-spacing: -.02em; line-height: 1.02; margin: 0 0 .4em; text-wrap: balance;
}
h1 { font-size: clamp(48px, 7.4vw, 116px); font-weight: 700; letter-spacing: -.035em; line-height: .96; }
h2 { font-size: clamp(34px, 4.8vw, 66px); font-weight: 600; letter-spacing: -.03em; }
h3 { font-size: clamp(21px, 2.3vw, 30px); font-weight: 600; letter-spacing: -.02em; line-height: 1.12; }
h4 { font-size: 19px; font-weight: 600; letter-spacing: -.015em; }
p { margin: 0 0 1.1em; text-wrap: pretty; }
a { color: var(--green-ink); text-decoration: none; text-underline-offset: 3px; transition: color .18s var(--ease); }
a:hover { color: var(--ink-text); text-decoration: underline; }
ul, ol { margin: 0 0 1.1em; padding-left: 1.15em; }
li { margin-bottom: .38em; }
strong, b { font-weight: 700; }
:focus-visible { outline: 2px solid var(--green); outline-offset: 3px; border-radius: 3px; }
::selection { background: var(--green); color: #04160D; }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.skip { position: absolute; left: -9999px; top: 0; z-index: 300; background: var(--ink); color: #fff; padding: 12px 18px; border-radius: 0 0 var(--r-sm) 0; }
.skip:focus { left: 0; top: 0; }

.wrap { width: min(100% - (var(--gut) * 2), var(--wrap)); margin-inline: auto; }

/* bandes claires / sombres — le rythme du site */
.band { position: relative; overflow: hidden; padding-block: var(--step); }
.band--tight { padding-block: clamp(52px, 6vw, 92px); }
.band--ecru { background: var(--ecru); }
.band--stone { background: var(--stone); }
.band--dark { background: var(--ink); color: var(--cream-text); }
.band--dark h1, .band--dark h2, .band--dark h3, .band--dark h4 { color: var(--white); }
/* halo vert — signature des sections sombres */
.band--dark::before {
  content: ""; position: absolute; z-index: 0; pointer-events: none;
  width: 90%; height: 70%; left: 50%; top: -10%; transform: translateX(-50%);
  background: radial-gradient(50% 60% at 50% 0%, rgba(11, 191, 99, .16), transparent 70%);
}
.band--dark.halo-left::before { left: 0; transform: none; background: radial-gradient(46% 60% at 10% 20%, rgba(11, 191, 99, .18), transparent 68%); }
.band--dark.halo-right::before { left: auto; right: 0; transform: none; background: radial-gradient(46% 60% at 90% 15%, rgba(11, 191, 99, .18), transparent 68%); }
.band > .wrap { position: relative; z-index: 1; }

.lead { font-size: clamp(18px, 1.55vw, 22px); line-height: 1.52; color: var(--muted); max-width: 62ch; }
.band--dark .lead { color: var(--muted-dark); }
.muted { color: var(--muted); }

/* filet bronze très discret + overline (usage parcimonieux) */
.overline { display: inline-flex; align-items: center; font-family: "Space Grotesk", sans-serif; font-weight: 500; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); margin: 0 0 22px; }
.overline--green { color: var(--green-ink); }
.band--dark .overline--green { color: var(--green-bright); }

.tag { display: inline-flex; align-items: center; gap: 8px; padding: 7px 14px; border-radius: 999px; font-family: "Space Grotesk", sans-serif; font-weight: 500; font-size: 13px; letter-spacing: .01em; border: 1px solid var(--line); color: var(--ink-text); background: var(--paper); }
.tag--green { background: var(--green-soft); border-color: var(--green-line); color: var(--green-ink); }
.tag--dark { background: rgba(240, 235, 223, .08); border-color: var(--ink-line); color: var(--cream-text); }
.tag__dot { width: 7px; height: 7px; border-radius: 50%; background: var(--green); }
.tag--live .tag__dot { animation: pulse 2s var(--ease) infinite; }
@keyframes pulse { 0%, 100% { box-shadow: 0 0 0 0 rgba(11, 191, 99, .5); } 50% { box-shadow: 0 0 0 5px rgba(11, 191, 99, 0); } }

.mark { position: relative; white-space: nowrap; }
.mark::after { content: ""; position: absolute; left: -.03em; right: -.03em; bottom: .1em; height: .1em; background: var(--green); border-radius: 2px; transform: scaleX(0); transform-origin: left; transition: transform .7s var(--ease-out) .2s; }
[data-reveal].is-in .mark::after, .mark.is-in::after { transform: scaleX(1); }
.u-green { color: var(--green-ink); }
.band--dark .u-green { color: var(--green-bright); }

/* ------------------------------------------------------------------ boutons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 15px 27px; border-radius: 999px; border: 1px solid transparent; font-family: "Space Grotesk", sans-serif; font-weight: 600; font-size: 15.5px; letter-spacing: -.01em; cursor: pointer; white-space: nowrap; transition: transform .25s var(--ease-out), background-color .2s var(--ease), color .2s var(--ease), border-color .2s var(--ease), box-shadow .25s var(--ease); }
.btn:hover { text-decoration: none; transform: translateY(-2px); }
.btn__arrow { transition: transform .25s var(--ease-out); }
.btn:hover .btn__arrow { transform: translateX(4px); }
.btn--green { background: var(--green); color: #04160D; box-shadow: 0 8px 22px rgba(11, 191, 99, .26); }
.btn--green:hover { background: var(--green-bright); color: #04160D; box-shadow: 0 14px 34px rgba(11, 191, 99, .36); }
.btn--ink { background: var(--ink); color: var(--cream-text); }
.btn--ink:hover { background: var(--ink-2); color: var(--white); box-shadow: var(--sh-md); }
.btn--outline { border-color: var(--line); background: transparent; color: var(--ink-text); }
.btn--outline:hover { border-color: var(--ink); color: var(--ink-text); }
.btn--ghost-dark { border-color: var(--ink-line); background: rgba(240, 235, 223, .04); color: var(--cream-text); }
.btn--ghost-dark:hover { background: var(--cream-text); color: var(--ink); border-color: var(--cream-text); }
.btn--sm { padding: 11px 19px; font-size: 14.5px; }
.btn--lg { padding: 18px 32px; font-size: 16.5px; }
.btn-row { display: flex; flex-wrap: wrap; gap: 13px; align-items: center; margin-top: 34px; }

.textlink { display: inline-flex; align-items: center; gap: 9px; font-family: "Space Grotesk", sans-serif; font-weight: 600; font-size: 15.5px; color: inherit; border-bottom: 1.5px solid currentColor; padding-bottom: 3px; transition: gap .2s var(--ease), opacity .2s var(--ease); }
.textlink:hover { text-decoration: none; color: inherit; gap: 14px; opacity: .72; }
.textlink--green { color: var(--green-ink); }
.band--dark .textlink--green { color: var(--green-bright); }

/* ============================================================ EN-TÊTE / NAV */
.masthead { position: sticky; top: 0; z-index: 120; background: rgba(240, 235, 223, .82); backdrop-filter: saturate(180%) blur(20px); -webkit-backdrop-filter: saturate(180%) blur(20px); border-bottom: 1px solid transparent; transition: border-color .3s var(--ease), background-color .3s var(--ease); }
.masthead.is-stuck { border-color: var(--line); background: rgba(240, 235, 223, .94); }
.masthead__inner { display: flex; align-items: center; gap: 22px; height: 76px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--ink-text); }
.brand:hover { color: var(--ink-text); text-decoration: none; }
.brand__mark { position: relative; width: 32px; height: 32px; flex: 0 0 32px; border-radius: 9px; background: var(--ink); display: grid; place-items: center; overflow: hidden; }
.brand__mark::before { content: ""; position: absolute; inset: 0; background: radial-gradient(65% 65% at 70% 25%, rgba(11, 191, 99, .55), transparent 70%); }
.brand__mark::after { content: ""; position: relative; width: 12px; height: 12px; background: var(--green); clip-path: polygon(0 0, 100% 50%, 0 100%, 30% 50%); }
.brand__word { font-family: "Space Grotesk", sans-serif; font-weight: 700; letter-spacing: -.04em; font-size: 22px; }
.nav { display: flex; align-items: center; gap: 2px; margin-left: 6px; }
.nav__item { position: relative; }
.nav__link { display: inline-flex; align-items: center; gap: 6px; padding: 9px 14px; border-radius: 999px; color: var(--ink-text); font-family: "Space Grotesk", sans-serif; font-weight: 500; font-size: 15px; background: none; border: 0; cursor: pointer; transition: background-color .18s var(--ease); }
.nav__link:hover { background: rgba(12, 14, 12, .06); color: var(--ink-text); text-decoration: none; }
.nav__link.is-active { color: var(--green-ink); }
.nav__chev { width: 6px; height: 6px; border-right: 1.6px solid currentColor; border-bottom: 1.6px solid currentColor; transform: rotate(45deg) translate(-2px, -2px); transition: transform .25s var(--ease); opacity: .55; }
[aria-expanded="true"] > .nav__chev, [aria-expanded="true"] .nav__chev { transform: rotate(-135deg) translate(-1px, -1px); }
.dropdown { position: absolute; top: calc(100% + 13px); left: -14px; z-index: 130; background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-lg); box-shadow: var(--sh-lg); width: 640px; padding: 14px; animation: dropIn .2s var(--ease-out); }
.dropdown[hidden] { display: none; }
@keyframes dropIn { from { opacity: 0; transform: translateY(-7px); } to { opacity: 1; transform: none; } }
.dropdown__inner { display: grid; grid-template-columns: 1fr 1fr; gap: 4px; }
.dropdown__col { padding: 8px; }
.dropdown__title { font-family: "Space Grotesk", sans-serif; font-weight: 500; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--muted-2); margin: 0 0 6px 12px; }
.dropdown a { display: flex; gap: 13px; align-items: center; padding: 11px 12px; border-radius: var(--r-sm); color: var(--ink-text); transition: background-color .16s var(--ease); }
.dropdown a:hover { background: var(--ecru); text-decoration: none; }
.dropdown__ico { flex: 0 0 40px; height: 40px; border-radius: 11px; background: var(--ink); display: grid; place-items: center; color: var(--green); }
.dropdown__ico svg { width: 20px; height: 20px; stroke: currentColor; stroke-width: 1.7; fill: none; }
.dropdown a strong { display: block; font-family: "Space Grotesk", sans-serif; font-weight: 600; font-size: 15px; letter-spacing: -.015em; }
.dropdown a p { display: block; font-size: 12.5px; color: var(--muted); line-height: 1.4; margin: 2px 0 0; }
.dropdown__foot { margin-top: 6px; padding: 14px 16px 8px; border-top: 1px solid var(--line-soft); display: flex; justify-content: space-between; align-items: center; gap: 16px; font-size: 13px; color: var(--muted); }
.masthead__actions { margin-left: auto; display: flex; align-items: center; gap: 12px; }
.masthead__tel { display: inline-flex; align-items: center; gap: 7px; font-family: "Space Grotesk", sans-serif; font-weight: 500; font-size: 14px; color: var(--ink-text); }
.masthead__tel:hover { color: var(--green-ink); text-decoration: none; }
.burger { display: none; width: 46px; height: 46px; background: var(--ink); border: 0; border-radius: 12px; cursor: pointer; }
.burger__bars, .burger__bars::before, .burger__bars::after { display: block; width: 18px; height: 1.8px; background: var(--green); margin-inline: auto; content: ""; transition: transform .22s var(--ease), opacity .22s var(--ease); }
.burger__bars::before { transform: translateY(-5.5px); }
.burger__bars::after { transform: translateY(4px); }
[aria-expanded="true"] .burger__bars { background: transparent; }
[aria-expanded="true"] .burger__bars::before { transform: rotate(45deg); }
[aria-expanded="true"] .burger__bars::after { transform: translateY(-1.8px) rotate(-45deg); }
.drawer { position: fixed; inset: 0; z-index: 200; background: var(--ink); color: var(--cream-text); overflow-y: auto; padding: 20px 0 48px; }
.drawer[hidden] { display: none; }
.drawer__inner { width: min(100% - 40px, 640px); margin-inline: auto; }
.drawer__head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 18px; }
.drawer__head .brand, .drawer__head .brand__word { color: #fff; }
.drawer__group { font-family: "Space Grotesk", sans-serif; font-weight: 500; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--muted-dark); margin: 24px 0 2px; }
.drawer a.drawer__link { display: flex; justify-content: space-between; align-items: center; padding: 14px 0; color: var(--cream-text); font-family: "Space Grotesk", sans-serif; font-weight: 600; font-size: 26px; letter-spacing: -.03em; border-bottom: 1px solid var(--ink-line); }
.drawer a.drawer__link::after { content: "→"; color: var(--green); }
.drawer a.drawer__link:hover { color: #fff; text-decoration: none; }
.drawer__foot { margin-top: 30px; display: grid; gap: 14px; }

/* ===================================================================== HERO */
.hero { position: relative; background: var(--ecru); overflow: hidden; padding-block: clamp(40px, 5vw, 72px) clamp(48px, 6vw, 90px); }
.hero__glow { position: absolute; z-index: 0; inset: auto 0 -30% 0; height: 60%; background: radial-gradient(40% 100% at 78% 100%, rgba(11, 191, 99, .1), transparent 70%); pointer-events: none; }
.hero .wrap { position: relative; z-index: 1; }
.hero__top { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr); gap: 24px 56px; align-items: end; }
.hero__title { margin: 0; }
.hero__title em { font-style: normal; }
.hero__aside { padding-bottom: 8px; }
.hero__lead { font-size: clamp(17px, 1.4vw, 20px); color: var(--muted); margin: 0 0 26px; }
.hero__ctas { display: flex; flex-wrap: wrap; gap: 13px; }

/* bandeau interfaces sous le titre */
.hero__deck { position: relative; margin-top: clamp(40px, 5vw, 68px); display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr) minmax(0, 1fr); gap: 22px; align-items: center; }
.hero__deck-l, .hero__deck-r { display: grid; gap: 18px; }
.hero__deck-pack { position: relative; z-index: 2; }
.hero__deck-l { justify-items: start; }
.hero__deck-r { justify-items: end; }
.hero__strip { margin-top: 36px; padding-top: 26px; border-top: 1px solid var(--line); display: flex; flex-wrap: wrap; align-items: center; gap: 14px 40px; }
.hero__strip-label { font-family: "Space Grotesk", sans-serif; font-weight: 500; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: var(--muted-2); }
.hero__strip-clients { display: flex; flex-wrap: wrap; gap: 10px 26px; }
.hero__strip-clients a { font-family: "Space Grotesk", sans-serif; font-weight: 600; font-size: 15px; color: var(--ink-text); opacity: .55; transition: opacity .2s var(--ease); }
.hero__strip-clients a:hover { opacity: 1; text-decoration: none; color: var(--green-ink); }

/* hero page intérieure */
.pagehero { position: relative; overflow: hidden; padding-block: clamp(44px, 5vw, 84px) clamp(30px, 4vw, 54px); }
.pagehero h1 { font-size: clamp(44px, 6.4vw, 92px); margin-bottom: 22px; }
.pagehero__lead { font-size: clamp(18px, 1.7vw, 22px); max-width: 60ch; }
.crumb { padding-top: 20px; }
.crumb ol { list-style: none; display: flex; flex-wrap: wrap; gap: 8px; padding: 0; margin: 0; font-family: "Space Grotesk", sans-serif; font-weight: 500; font-size: 13px; color: var(--muted); }
.crumb li + li::before { content: "›"; margin-right: 8px; color: var(--muted-2); }
.crumb a { color: var(--muted); }
.crumb a:hover { color: var(--green-ink); }

/* ============================================================= EN-TÊTES SECTION */
.head { max-width: 60ch; margin-bottom: 54px; }
.head--split { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); gap: 26px 64px; align-items: end; max-width: none; }
.head--split .head__aside { padding-bottom: 8px; }
.head h2 { margin-bottom: 0; }
.head p { margin: 0; }

/* =========================================================================
   COMPOSANTS D'INTERFACE
   ========================================================================= */
.browser { background: var(--white); border: 1px solid var(--line); border-radius: var(--r-md); box-shadow: var(--sh-md); overflow: hidden; }
.browser--dark { background: var(--ink-1); border-color: var(--ink-line); }
.browser__bar { display: flex; align-items: center; gap: 12px; padding: 11px 14px; background: var(--ecru); border-bottom: 1px solid var(--line-soft); }
.browser--dark .browser__bar { background: var(--ink-2); border-color: var(--ink-line); }
.browser__dots { display: flex; gap: 5px; }
.browser__dots i { width: 9px; height: 9px; border-radius: 50%; background: var(--line); display: block; }
.browser--dark .browser__dots i { background: rgba(240, 235, 223, .18); }
.browser__url { flex: 1; background: var(--white); border: 1px solid var(--line-soft); border-radius: 999px; padding: 5px 12px; font-family: "Space Grotesk", monospace; font-size: 10.5px; color: var(--muted); display: flex; align-items: center; gap: 7px; overflow: hidden; white-space: nowrap; }
.browser--dark .browser__url { background: rgba(240, 235, 223, .06); border-color: var(--ink-line); color: var(--muted-dark); }
.browser__lock { width: 9px; height: 9px; border-radius: 2px; background: var(--green); flex: 0 0 9px; }
.mock { padding: 20px; display: grid; gap: 14px; background: var(--white); }
.mock__nav { display: flex; align-items: center; gap: 8px; padding-bottom: 14px; border-bottom: 1px solid var(--line-soft); }
.mock__logo { width: 52px; height: 10px; border-radius: 3px; background: var(--ink); }
.mock__navlinks { margin-left: auto; display: flex; gap: 7px; }
.mock__navlinks i { width: 26px; height: 6px; border-radius: 3px; background: var(--stone); display: block; }
.mock__navlinks i:last-child { width: 42px; background: var(--green); }
.mock__hero { display: grid; grid-template-columns: 1.15fr .85fr; gap: 16px; align-items: center; }
.mock__lines { display: grid; gap: 8px; }
.mock__lines i { height: 12px; border-radius: 4px; background: var(--ink); display: block; }
.mock__lines i:nth-child(2) { width: 78%; }
.mock__lines i.sm { height: 6px; background: var(--stone); width: 92%; }
.mock__lines i.sm:last-child { width: 64%; }
.mock__cta { display: flex; gap: 7px; margin-top: 4px; }
.mock__cta i { height: 20px; width: 68px; border-radius: 999px; background: var(--green); display: block; }
.mock__cta i:last-child { background: var(--stone); width: 52px; }
.mock__img { aspect-ratio: 4 / 3; border-radius: var(--r-sm); background: linear-gradient(135deg, var(--stone), var(--ecru)); position: relative; overflow: hidden; }
.mock__img::after { content: ""; position: absolute; inset: auto 12px 12px; height: 6px; border-radius: 3px; background: rgba(12, 14, 12, .12); }
.mock__cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.mock__card { border: 1px solid var(--line-soft); border-radius: var(--r-sm); padding: 11px; display: grid; gap: 7px; }
.mock__card b { display: block; height: 8px; width: 60%; border-radius: 3px; background: var(--ink); }
.mock__card i { display: block; height: 5px; border-radius: 3px; background: var(--stone); }
.mock__card i:last-child { width: 72%; }
.shot { aspect-ratio: 16 / 10; background: var(--stone) var(--src, none) center / cover no-repeat; }

.phone { width: 188px; border-radius: 32px; border: 9px solid var(--ink); background: var(--ink); box-shadow: var(--sh-lg); overflow: hidden; position: relative; }
.phone::before { content: ""; position: absolute; top: 8px; left: 50%; transform: translateX(-50%); width: 52px; height: 14px; border-radius: 999px; background: var(--ink); z-index: 2; }
.phone__screen { background: var(--white); border-radius: 24px; overflow: hidden; padding: 26px 12px 14px; display: grid; gap: 9px; }

.serp { background: var(--white); border: 1px solid var(--line); border-radius: var(--r-md); box-shadow: var(--sh-md); overflow: hidden; }
.serp__bar { display: flex; align-items: center; gap: 12px; padding: 14px 18px; border-bottom: 1px solid var(--line-soft); }
.serp__g { font-family: "Space Grotesk", sans-serif; font-weight: 700; font-size: 16px; letter-spacing: -.03em; color: var(--muted); }
.serp__input { flex: 1; background: var(--ecru); border-radius: 999px; padding: 8px 14px; font-size: 13.5px; color: var(--ink-text); display: flex; align-items: center; gap: 8px; }
.serp__input::before { content: ""; width: 11px; height: 11px; border: 1.5px solid var(--muted-2); border-radius: 50%; flex: 0 0 11px; }
.serp__list { padding: 6px 18px 16px; }
.serp__item { padding: 14px 0; border-bottom: 1px solid var(--line-soft); position: relative; }
.serp__item:last-child { border-bottom: 0; }
.serp__item--you { background: var(--green-soft); margin-inline: -18px; padding-inline: 18px; border-bottom: 0; border-left: 3px solid var(--green); }
.serp__url { font-family: "Space Grotesk", monospace; font-size: 10.5px; color: var(--muted); margin: 0 0 5px; padding-right: 40px; }
.serp__title { font-size: 16px; font-weight: 500; color: var(--blue-serp); margin: 0 0 4px; letter-spacing: -.01em; padding-right: 40px; }
.serp__item--you .serp__title { color: var(--green-ink); font-weight: 600; }
.serp__desc { font-size: 13px; color: var(--muted); margin: 0; line-height: 1.5; padding-right: 40px; }
.serp__rank { position: absolute; right: 0; top: 14px; font-family: "Space Grotesk", monospace; font-size: 11px; font-weight: 600; color: var(--muted-2); }
.serp__item--you .serp__rank { color: var(--green-ink); }

.gbp { background: var(--white); border: 1px solid var(--line); border-radius: var(--r-md); box-shadow: var(--sh-md); overflow: hidden; width: 100%; }
.gbp__cover { height: 76px; background: linear-gradient(120deg, var(--ink), #16241C); position: relative; }
.gbp__cover::after { content: ""; position: absolute; inset: 0; background: radial-gradient(70% 120% at 82% 0%, rgba(11, 191, 99, .4), transparent 60%); }
.gbp__body { padding: 16px 18px 18px; }
.gbp__name { font-family: "Space Grotesk", sans-serif; font-weight: 600; font-size: 18px; letter-spacing: -.02em; margin: 0 0 4px; }
.gbp__stars { display: flex; align-items: center; gap: 7px; font-size: 12.5px; color: var(--muted); margin-bottom: 12px; }
.gbp__stars b { color: var(--ink-text); font-weight: 700; }
.gbp__starrow { display: flex; gap: 2px; color: var(--amber); letter-spacing: -1px; }
.gbp__rows { display: grid; gap: 8px; font-size: 13px; color: var(--muted); border-top: 1px solid var(--line-soft); padding-top: 12px; }
.gbp__row { display: flex; gap: 9px; align-items: center; }
.gbp__row i { flex: 0 0 16px; height: 16px; border-radius: 4px; background: var(--green-soft); display: block; }
.gbp__row b { color: var(--ink-text); font-weight: 600; }
.gbp__btns { display: flex; gap: 7px; margin-top: 14px; }
.gbp__btns span { flex: 1; text-align: center; padding: 8px; border-radius: 999px; font-size: 12.5px; font-weight: 600; font-family: "Space Grotesk", sans-serif; border: 1px solid var(--line); color: var(--ink-text); }
.gbp__btns span:first-child { background: var(--green); border-color: var(--green); color: #04160D; }

.floatcard { background: var(--white); border: 1px solid var(--line); border-radius: var(--r-md); box-shadow: var(--sh-lg); padding: 14px 16px; display: grid; gap: 4px; min-width: 180px; }
.floatcard--sm { min-width: 0; padding: 12px 15px; }
.floatcard__row { display: flex; align-items: center; gap: 12px; }
.floatcard__ico { width: 36px; height: 36px; border-radius: 11px; background: var(--green-soft); display: grid; place-items: center; color: var(--green-ink); flex: 0 0 36px; }
.floatcard__ico svg { width: 18px; height: 18px; stroke: currentColor; stroke-width: 2; fill: none; }
.floatcard__txt b { display: block; font-family: "Space Grotesk", sans-serif; font-weight: 700; font-size: 15px; letter-spacing: -.01em; }
.floatcard__txt span { display: block; font-size: 12px; color: var(--muted); }

.localrank { background: var(--ink); border: 1px solid var(--ink-line); border-radius: 22px; box-shadow: var(--sh-lg), var(--glow); padding: 22px 22px 16px; position: relative; overflow: hidden; }
.localrank::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(64% 50% at 84% 0%, rgba(11, 191, 99, .18), transparent 62%); }
.localrank > * { position: relative; }
.localrank__head { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-bottom: 14px; }
.localrank__kicker { font-family: "Space Grotesk", sans-serif; font-weight: 600; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: rgba(240, 235, 223, .5); }
.localrank__live { display: inline-flex; align-items: center; gap: 7px; font-family: "Space Grotesk", sans-serif; font-size: 11px; color: var(--green-bright); }
.localrank__live::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--green); animation: pulse 2s var(--ease) infinite; }
.localrank__search { display: flex; align-items: center; gap: 10px; background: rgba(240, 235, 223, .07); border: 1px solid rgba(240, 235, 223, .12); border-radius: 999px; padding: 11px 16px; margin-bottom: 16px; }
.localrank__search svg { width: 15px; height: 15px; stroke: rgba(240, 235, 223, .5); stroke-width: 2; fill: none; flex: 0 0 15px; }
.localrank__search b { font-family: "Space Grotesk", sans-serif; font-weight: 500; font-size: 13.5px; color: #fff; letter-spacing: -.01em; }
.localrank__list { display: grid; gap: 8px; }
.localrank__row { display: grid; grid-template-columns: 30px 1fr auto; gap: 13px; align-items: center; padding: 12px 14px; border-radius: 13px; background: rgba(240, 235, 223, .035); }
.localrank__row--you { background: var(--ecru); }
.localrank__pos { font-family: "Space Grotesk", sans-serif; font-weight: 700; font-size: 15px; text-align: center; color: rgba(240, 235, 223, .4); }
.localrank__row--you .localrank__pos { color: var(--green-ink); }
.localrank__biz { min-width: 0; }
.localrank__biz b { display: flex; align-items: center; gap: 7px; font-family: "Space Grotesk", sans-serif; font-weight: 600; font-size: 14px; color: rgba(240, 235, 223, .55); }
.localrank__row--you .localrank__biz b { color: var(--ink); }
.localrank__pin { width: 15px; height: 15px; flex: 0 0 15px; }
.localrank__pin svg { width: 15px; height: 15px; stroke: var(--green-ink); stroke-width: 1.8; fill: none; }
.localrank__biz span { display: block; font-size: 11.5px; color: rgba(240, 235, 223, .35); margin-top: 2px; }
.localrank__row--you .localrank__biz span { color: var(--muted); }
.localrank__biz i { display: block; height: 6px; border-radius: 3px; background: rgba(240, 235, 223, .12); }
.localrank__biz i.w1 { width: 64%; }
.localrank__biz i.w2 { width: 44%; margin-top: 6px; }
.localrank__trend { display: inline-flex; align-items: center; gap: 6px; font-family: "Space Grotesk", sans-serif; font-weight: 600; font-size: 11.5px; color: var(--green-ink); background: var(--green-soft); border-radius: 999px; padding: 5px 10px; white-space: nowrap; }
.localrank__trend svg { width: 12px; height: 12px; stroke: currentColor; stroke-width: 2.4; fill: none; }
.localrank__spark { display: flex; align-items: flex-end; gap: 3px; height: 22px; }
.localrank__spark i { width: 4px; border-radius: 2px; background: rgba(240, 235, 223, .18); }
.localrank__row--you .localrank__spark i { background: var(--green); opacity: .35; }
.localrank__row--you .localrank__spark i:nth-child(1) { height: 30%; }
.localrank__row--you .localrank__spark i:nth-child(2) { height: 45%; opacity: .5; }
.localrank__row--you .localrank__spark i:nth-child(3) { height: 65%; opacity: .7; }
.localrank__row--you .localrank__spark i:nth-child(4) { height: 100%; opacity: 1; }
.localrank__foot { display: flex; align-items: center; gap: 8px; margin-top: 14px; font-family: "Space Grotesk", sans-serif; font-size: 10px; line-height: 1.4; color: rgba(240, 235, 223, .4); }
.localrank__foot svg { width: 12px; height: 12px; stroke: rgba(240, 235, 223, .4); stroke-width: 1.8; fill: none; flex: 0 0 12px; }

.vitals { display: flex; flex-wrap: wrap; gap: 22px; }
.vital { text-align: center; }
.vital__ring { width: 84px; height: 84px; border-radius: 50%; display: grid; place-items: center; margin: 0 auto 10px; background: conic-gradient(var(--green) calc(var(--v) * 1%), rgba(240, 235, 223, .16) 0); position: relative; }
.vital__ring::after { content: ""; position: absolute; inset: 8px; background: var(--ink); border-radius: 50%; }
.band--ecru .vital__ring::after, .band--stone .vital__ring::after { background: var(--ecru); }
.band--ecru .vital__ring, .band--stone .vital__ring { background: conic-gradient(var(--green) calc(var(--v) * 1%), var(--line) 0); }
.vital__num { position: relative; z-index: 1; font-family: "Space Grotesk", sans-serif; font-weight: 700; font-size: 23px; }
.band--dark .vital__num { color: #fff; }
.vital__label { font-family: "Space Grotesk", sans-serif; font-weight: 500; font-size: 10.5px; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }
.band--dark .vital__label { color: var(--muted-dark); }

.chat { background: var(--white); border: 1px solid var(--line); border-radius: var(--r-md); box-shadow: var(--sh-md); overflow: hidden; }
.chat--dark { background: var(--ink-1); border-color: var(--ink-line); }
.chat__head { display: flex; align-items: center; gap: 10px; padding: 13px 16px; border-bottom: 1px solid var(--line-soft); }
.chat--dark .chat__head { border-color: var(--ink-line); }
.chat__avatar { width: 32px; height: 32px; border-radius: 10px; background: var(--green); display: grid; place-items: center; color: var(--ink); font-family: "Space Grotesk", sans-serif; font-weight: 700; font-size: 12px; }
.chat__who b { display: block; font-family: "Space Grotesk", sans-serif; font-weight: 600; font-size: 14px; }
.chat--dark .chat__who b { color: #fff; }
.chat__who span { display: block; font-size: 11.5px; color: var(--green-ink); }
.chat--dark .chat__who span { color: var(--green-bright); }
.chat__body { padding: 16px; display: grid; gap: 10px; }
.bubble { max-width: 82%; padding: 11px 14px; border-radius: 16px; font-size: 14px; line-height: 1.5; margin: 0; }
.bubble--user { justify-self: end; background: var(--green); color: #04160D; border-bottom-right-radius: 5px; }
.bubble--bot { justify-self: start; background: var(--ecru); color: var(--ink-text); border-bottom-left-radius: 5px; }
.chat--dark .bubble--bot { background: var(--ink-2); color: var(--cream-text); }
.bubble--product { background: var(--white); border: 1px solid var(--line); padding: 10px; display: flex; gap: 10px; align-items: center; max-width: 90%; justify-self: start; }
.chat--dark .bubble--product { background: var(--ink-2); border-color: var(--ink-line); }
.bubble--product i { width: 40px; height: 40px; border-radius: 8px; background: var(--green-soft); flex: 0 0 40px; }
.bubble--product b { display: block; font-size: 13.5px; font-weight: 700; }
.chat--dark .bubble--product b { color: #fff; }
.bubble--product span { display: block; font-size: 12px; color: var(--green-ink); font-weight: 600; }
.chat--dark .bubble--product span { color: var(--green-bright); }

.cart { background: var(--white); border: 1px solid var(--line); border-radius: var(--r-md); box-shadow: var(--sh-md); overflow: hidden; }
.cart--dark { background: var(--ink-1); border-color: var(--ink-line); }
.cart__head { padding: 14px 18px; border-bottom: 1px solid var(--line-soft); display: flex; justify-content: space-between; align-items: center; }
.cart--dark .cart__head { border-color: var(--ink-line); }
.cart__head b { font-family: "Space Grotesk", sans-serif; font-weight: 700; font-size: 15px; }
.cart--dark .cart__head b { color: #fff; }
.cart__head span { font-family: "Space Grotesk", sans-serif; font-size: 11px; color: var(--muted); }
.cart__line { display: flex; align-items: center; gap: 12px; padding: 12px 18px; border-bottom: 1px solid var(--line-soft); }
.cart--dark .cart__line { border-color: var(--ink-line); }
.cart__thumb { width: 42px; height: 42px; border-radius: 8px; background: linear-gradient(135deg, var(--green-soft), var(--stone)); flex: 0 0 42px; }
.cart__info { flex: 1; min-width: 0; }
.cart__info b { display: block; font-size: 14px; font-weight: 700; }
.cart--dark .cart__info b { color: #fff; }
.cart__info span { display: block; font-size: 12px; color: var(--muted); }
.cart--dark .cart__info span { color: var(--muted-dark); }
.cart__price { font-family: "Space Grotesk", sans-serif; font-weight: 600; font-size: 13px; }
.cart--dark .cart__price { color: #fff; }
.cart__foot { padding: 14px 18px 18px; background: var(--ecru); }
.cart--dark .cart__foot { background: var(--ink-2); }
.cart__total { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 12px; }
.cart__total b { font-family: "Space Grotesk", sans-serif; font-weight: 700; font-size: 22px; }
.cart--dark .cart__total b { color: #fff; }
.cart__total span { font-size: 13px; color: var(--muted); }
.cart--dark .cart__total span { color: var(--muted-dark); }
.cart__pay { display: block; text-align: center; background: var(--green); color: #04160D; border-radius: 999px; padding: 12px; font-family: "Space Grotesk", sans-serif; font-weight: 600; font-size: 14.5px; }
.cart__meta { display: flex; justify-content: center; gap: 14px; margin-top: 10px; font-size: 11.5px; color: var(--muted); }

.beforeafter { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; align-items: start; }
.ba { border-radius: var(--r-md); overflow: hidden; background: var(--white); border: 1px solid var(--line); }
.ba--after { border-color: var(--green); }
.ba__tag { padding: 10px 14px; font-family: "Space Grotesk", sans-serif; font-weight: 600; font-size: 11px; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); border-bottom: 1px solid var(--line-soft); }
.ba--after .ba__tag { background: var(--green); color: #04160D; border-color: var(--green); }
.ba__body { padding: 16px; display: grid; gap: 9px; }
.ba__row { display: flex; justify-content: space-between; align-items: center; font-size: 13px; gap: 12px; }
.ba__row span { color: var(--muted); }
.ba__row b { font-family: "Space Grotesk", sans-serif; font-weight: 600; font-size: 12.5px; }
.ba--before .ba__row b { color: var(--bronze); }
.ba--after .ba__row b { color: var(--green-ink); }

/* =========================================================================
   SECTIONS D'ACCUEIL
   ========================================================================= */

/* valeur / approche — éditorial asymétrique */
.approach { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); gap: 40px 72px; align-items: center; }
.approach__title { font-size: clamp(30px, 3.9vw, 56px); font-weight: 600; letter-spacing: -.03em; line-height: 1.04; margin: 0; }
.pillars { margin-top: 20px; display: grid; gap: 2px; }
.pillar { display: grid; grid-template-columns: auto 1fr; gap: 20px; align-items: baseline; padding: 22px 0; border-top: 1px solid var(--line); }
.pillar:first-child { border-top: 0; }
.pillar__k { font-family: "Space Grotesk", sans-serif; font-weight: 600; font-size: 15px; color: var(--green-ink); white-space: nowrap; }
.pillar h3 { font-size: 21px; margin: 0 0 6px; }
.pillar p { font-size: 15px; color: var(--muted); margin: 0; }

/* services — explorer sobre (liste claire + scène sombre) */
.explorer { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 26px; align-items: stretch; }
.explorer__tabs { display: flex; flex-direction: column; gap: 10px; }
.explorer__tab { display: flex; align-items: center; gap: 16px; text-align: left; padding: 19px 22px; border-radius: var(--r-lg); border: 1px solid var(--line); background: var(--paper); cursor: pointer; font-family: inherit; color: var(--ink-text); transition: transform .2s var(--ease), border-color .2s var(--ease), background-color .2s var(--ease); }
.explorer__tab:hover { border-color: var(--ink); transform: translateX(4px); }
.explorer__tab.is-active { background: var(--ink); border-color: var(--ink); color: var(--cream-text); transform: translateX(4px); }
.explorer__tab-ico { flex: 0 0 46px; height: 46px; border-radius: 12px; display: grid; place-items: center; background: var(--ecru); color: var(--ink); transition: background-color .2s var(--ease), color .2s var(--ease); }
.explorer__tab.is-active .explorer__tab-ico { background: rgba(11, 191, 99, .18); color: var(--green-bright); }
.explorer__tab-ico svg { width: 23px; height: 23px; stroke: currentColor; stroke-width: 1.7; fill: none; }
.explorer__tab-txt b { display: block; font-family: "Space Grotesk", sans-serif; font-weight: 600; font-size: 18px; letter-spacing: -.02em; }
.explorer__tab-txt span { display: block; font-size: 13.5px; color: var(--muted); margin-top: 2px; }
.explorer__tab.is-active .explorer__tab-txt span { color: var(--muted-dark); }
.explorer__stage { position: relative; overflow: hidden; border-radius: var(--r-xl); padding: 34px; background: var(--ink); color: var(--cream-text); display: grid; align-content: center; min-height: 460px; }
.explorer__stage::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(50% 55% at 85% 5%, rgba(11, 191, 99, .18), transparent 62%); }
.explorer__stage > * { position: relative; z-index: 1; }
.explorer__panel { display: none; }
.explorer__panel.is-active { display: block; animation: panelIn .45s var(--ease-out); }
@keyframes panelIn { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
.explorer__panel-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 20px; }
.explorer__panel-head h3 { margin: 0; color: #fff; }
.explorer__panel-lead { font-size: 15px; margin: 0 0 20px; color: var(--muted-dark); max-width: 46ch; }
.explorer__points { list-style: none; padding: 0; margin: 20px 0 0; display: grid; grid-template-columns: 1fr 1fr; gap: 10px 20px; }
.explorer__points li { position: relative; padding-left: 22px; font-size: 14.5px; color: var(--cream-text); }
.explorer__points li::before { content: ""; position: absolute; left: 0; top: 8px; width: 11px; height: 11px; border-radius: 50%; background: var(--green); }

/* e-commerce (sombre) */
.ecom-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: 44px 56px; align-items: center; }
.ecom-visual { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; align-items: start; }
.prodcard { background: var(--ink-1); border: 1px solid var(--ink-line); border-radius: var(--r-lg); overflow: hidden; }
.prodcard__img { aspect-ratio: 4 / 3; background: linear-gradient(135deg, #16231C, var(--ink-2)); position: relative; }
.prodcard__img::after { content: ""; position: absolute; inset: auto 14px 14px; height: 8px; border-radius: 4px; background: rgba(240, 235, 223, .12); }
.prodcard__tag { position: absolute; top: 12px; left: 12px; }
.prodcard__body { padding: 14px 16px 16px; }
.prodcard__body b { font-family: "Space Grotesk", sans-serif; font-weight: 600; font-size: 15px; display: block; color: #fff; }
.prodcard__body .price { color: var(--green-bright); font-weight: 700; font-size: 15px; }
.prodcard__body .row { display: flex; justify-content: space-between; align-items: center; margin-top: 6px; }
.prodcard__buy { width: 32px; height: 32px; border-radius: 50%; background: var(--green); display: grid; place-items: center; color: var(--ink); }
.prodcard__buy svg { width: 16px; height: 16px; stroke: currentColor; stroke-width: 2.4; fill: none; }

/* SEO (clair) */
.seo-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr); gap: 44px 56px; align-items: center; }
.seo-panels { display: grid; gap: 18px; }
.zbars { display: grid; gap: 2px; margin-top: 30px; }
.zbar { display: grid; grid-template-columns: auto 1fr auto; gap: 16px; align-items: center; padding: 15px 0; border-top: 1px solid var(--line); }
.zbar:first-child { border-top: 0; }
.zbar__name { font-family: "Space Grotesk", sans-serif; font-weight: 600; font-size: 17px; }
.zbar__desc { font-size: 13px; color: var(--muted); }
.zbar__meter { width: 110px; height: 7px; border-radius: 999px; background: var(--line); overflow: hidden; }
.zbar__meter i { display: block; height: 100%; background: var(--green); border-radius: 999px; width: var(--w, 50%); }

/* agence (sombre) */
.agency { display: grid; grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); gap: 56px; align-items: center; }
.agency__avatarwrap { position: relative; max-width: 360px; }
.avatar-slot { width: 100%; aspect-ratio: 1; border-radius: var(--r-xl); background: var(--ink-2); border: 1px solid var(--ink-line); display: grid; place-items: center; text-align: center; padding: 26px; position: relative; overflow: hidden; box-shadow: var(--glow); }
.avatar-slot::before { content: ""; position: absolute; inset: 0; background: radial-gradient(60% 80% at 50% 0%, rgba(11, 191, 99, .2), transparent 65%); }
.avatar-slot__inner { position: relative; color: var(--cream-text); }
.avatar-slot__ring { width: 90px; height: 90px; border-radius: 50%; border: 1.5px dashed var(--green); margin: 0 auto 14px; display: grid; place-items: center; color: var(--green-bright); font-size: 26px; }
.avatar-slot p { font-family: "Space Grotesk", sans-serif; font-weight: 500; font-size: 12px; letter-spacing: .04em; text-transform: uppercase; margin: 0; line-height: 1.7; color: var(--muted-dark); }
.avatar-slot--filled { background: var(--ink-2) var(--src, none) center / cover no-repeat; }
.avatar-slot--filled .avatar-slot__inner { display: none; }
.agency__stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 24px; margin-top: 34px; padding-top: 28px; border-top: 1px solid var(--ink-line); }
.agency__stat b { display: block; font-family: "Space Grotesk", sans-serif; font-weight: 700; font-size: clamp(30px, 3.4vw, 44px); letter-spacing: -.04em; line-height: 1; color: #fff; }
.agency__stat span { display: block; font-size: 13.5px; color: var(--muted-dark); margin-top: 8px; }

/* FAQ (clair) */
.faq-grid { display: grid; grid-template-columns: minmax(0, .6fr) minmax(0, 1.4fr); gap: 56px; align-items: start; }
.faq-grid__side { position: sticky; top: 100px; }
.faq { border-top: 1px solid var(--line); }
.faq__item { border-bottom: 1px solid var(--line); }
.faq__item summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; gap: 28px; align-items: center; padding: 24px 0; font-family: "Space Grotesk", sans-serif; font-weight: 600; font-size: clamp(19px, 2vw, 24px); letter-spacing: -.02em; line-height: 1.18; transition: color .2s var(--ease); }
.faq__item summary:hover { color: var(--green-ink); }
.faq__item summary::-webkit-details-marker { display: none; }
.faq__plus { position: relative; flex: 0 0 32px; height: 32px; border-radius: 50%; border: 1px solid var(--line); transition: all .25s var(--ease); }
.faq__plus::before, .faq__plus::after { content: ""; position: absolute; top: 50%; left: 50%; width: 12px; height: 1.6px; background: var(--ink-text); transform: translate(-50%, -50%); transition: transform .25s var(--ease); }
.faq__plus::after { transform: translate(-50%, -50%) rotate(90deg); }
.faq__item[open] .faq__plus { background: var(--green); border-color: var(--green); }
.faq__item[open] .faq__plus::before, .faq__item[open] .faq__plus::after { background: #04160D; }
.faq__item[open] .faq__plus::after { transform: translate(-50%, -50%) rotate(0); }
.faq__a { padding-bottom: 26px; color: var(--muted); max-width: 76ch; font-size: 16px; animation: faqIn .3s var(--ease-out); }
@keyframes faqIn { from { opacity: 0; transform: translateY(-4px); } to { opacity: 1; transform: none; } }
.faq__a p:last-child { margin-bottom: 0; }

/* CTA final (sombre) */
.cta-final__box { position: relative; overflow: hidden; background: var(--ink); color: var(--cream-text); border-radius: var(--r-xl); padding: clamp(48px, 6vw, 88px); box-shadow: var(--glow); display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(0, .7fr); gap: 40px; align-items: center; }
.cta-final__box::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(48% 90% at 84% 8%, rgba(11, 191, 99, .26), transparent 60%); }
.cta-final__box > * { position: relative; z-index: 1; }
.cta-final h2 { color: #fff; font-size: clamp(34px, 4.8vw, 68px); margin-bottom: .28em; }
.cta-final p { color: var(--muted-dark); max-width: 46ch; margin: 0; font-size: 18px; }
.cta-final__actions { display: grid; gap: 16px; justify-items: start; }
.cta-final__mail { font-family: "Space Grotesk", monospace; font-size: 14px; color: var(--muted-dark); }
.cta-final__mail:hover { color: var(--green-bright); }

/* FOOTER (le plus sombre) */
.foot { background: #08090A; color: var(--cream-text); padding-block: clamp(56px, 6vw, 88px) 30px; position: relative; overflow: hidden; }
.foot__big { font-family: "Space Grotesk", sans-serif; font-weight: 700; font-size: clamp(64px, 15vw, 230px); letter-spacing: -.05em; line-height: .8; color: rgba(240, 235, 223, .045); position: absolute; bottom: -.1em; left: 50%; transform: translateX(-50%); pointer-events: none; white-space: nowrap; }
.foot__top { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.55fr); gap: 54px; position: relative; z-index: 1; }
.foot .brand__word { color: #fff; }
.foot__pitch { color: var(--muted-dark); max-width: 34ch; margin: 20px 0 22px; font-size: 15px; }
.foot__contact { font-family: "Space Grotesk", sans-serif; font-weight: 500; font-size: 16px; line-height: 1.9; margin-bottom: 20px; }
.foot__contact a { color: #fff; }
.foot__contact a:hover { color: var(--green-bright); }
.foot__social { list-style: none; display: flex; flex-wrap: wrap; gap: 8px; padding: 0; margin: 0; }
.foot__social a { display: inline-flex; padding: 8px 15px; border-radius: 999px; border: 1px solid var(--ink-line); font-family: "Space Grotesk", sans-serif; font-weight: 500; font-size: 13px; color: var(--muted-dark); }
.foot__social a:hover { border-color: var(--green); color: #fff; text-decoration: none; }
.foot__cols { display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 30px; }
.foot__title { font-family: "Space Grotesk", sans-serif; font-weight: 500; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: var(--muted-2); margin: 0 0 16px; }
.foot__col ul { list-style: none; padding: 0; margin: 0; font-size: 15px; }
.foot__col li { margin-bottom: 10px; }
.foot__col a { color: var(--muted-dark); }
.foot__col a:hover { color: #fff; }
.foot__zones li { color: rgba(240, 235, 223, .4); }
.foot__bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px 24px; margin-top: 50px; padding-top: 24px; border-top: 1px solid var(--ink-line); font-size: 13px; color: var(--muted-dark); position: relative; z-index: 1; }
.foot__bottom p { margin: 0; }
.foot__bottom a { color: #fff; }

.sticky-cta { display: none; }

/* ------------------------------------------------------------- animations */
[data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .8s var(--ease-out), transform .8s var(--ease-out); }
[data-reveal].is-in { opacity: 1; transform: none; }
[data-reveal-stagger] > * { opacity: 0; transform: translateY(22px); transition: opacity .7s var(--ease-out), transform .7s var(--ease-out); }
[data-reveal-stagger].is-in > * { opacity: 1; transform: none; }
[data-reveal-stagger].is-in > *:nth-child(1) { transition-delay: .03s; }
[data-reveal-stagger].is-in > *:nth-child(2) { transition-delay: .1s; }
[data-reveal-stagger].is-in > *:nth-child(3) { transition-delay: .17s; }
[data-reveal-stagger].is-in > *:nth-child(4) { transition-delay: .24s; }
[data-float] { transition: transform .5s var(--ease-out); will-change: transform; }

/* ------------------------------------------------------------- responsive */
@media (max-width: 1180px) {
  .nav { display: none; }
  .burger { display: grid; place-items: center; }
  .hero__top, .head--split, .approach, .explorer, .ecom-grid, .seo-grid, .agency, .faq-grid, .cta-final__box { grid-template-columns: 1fr; }
  .hero__deck { grid-template-columns: 1fr; }
  .hero__deck-l, .hero__deck-r { grid-auto-flow: column; justify-content: center; justify-items: center; }
  .faq-grid__side { position: static; }
  .foot__top { grid-template-columns: 1fr; }
  .agency__avatarwrap { max-width: 300px; }
}
@media (max-width: 720px) {
  .masthead__tel { display: none; }
  .beforeafter, .ecom-visual, .explorer__points { grid-template-columns: 1fr; }
  .ecom-visual { grid-template-columns: 1fr 1fr; }
  .hero__deck-l, .hero__deck-r { grid-auto-flow: row; }
  .floatcard { position: static !important; }
}
@media (max-width: 560px) {
  :root { --gut: 18px; }
  body { font-size: 16.5px; }
  .masthead .btn--green { display: none; }
  .sticky-cta { position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 118; display: grid; grid-template-columns: auto 1fr; gap: 8px; transform: translateY(160%); transition: transform .32s var(--ease-out); }
  .sticky-cta.is-visible { transform: none; }
  .sticky-cta a { padding: 15px 20px; border-radius: 999px; font-family: "Space Grotesk", sans-serif; font-weight: 600; font-size: 15px; text-align: center; box-shadow: var(--sh-lg); }
  .sticky-cta__tel { background: var(--paper); color: var(--ink-text); border: 1px solid var(--line); }
  .sticky-cta__main { background: var(--green); color: #04160D; }
  .sticky-cta a:hover { text-decoration: none; }
}

/* =========================================================================
   PAGES INTÉRIEURES — hero, prose, blog, portfolio, zones, contact, services
   ========================================================================= */

/* --- hero de page intérieure enrichi --- */
.pagehero { background: var(--ecru); }
.pagehero--dark { background: var(--ink); color: var(--cream-text); }
.pagehero--dark::before { content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none; background: radial-gradient(46% 70% at 88% 0%, rgba(11, 191, 99, .18), transparent 66%); }
.pagehero__grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr); gap: 44px 60px; align-items: center; }
.pagehero__actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 32px; }
.pagehero__facts { display: flex; flex-wrap: wrap; gap: 12px 32px; margin-top: 34px; padding-top: 26px; border-top: 1px solid var(--line); }
.pagehero--dark .pagehero__facts { border-color: var(--ink-line); }
.pagehero__fact { display: flex; align-items: baseline; gap: 9px; font-size: 14.5px; color: var(--muted); }
.pagehero__fact b { font-family: "Space Grotesk", sans-serif; font-weight: 700; font-size: 19px; letter-spacing: -.02em; color: var(--ink-text); }
.pagehero--dark .pagehero__fact { color: var(--muted-dark); }
.pagehero--dark .pagehero__fact b { color: #fff; }

/* --- utilitaires de grille --- */
.stack-lead { margin-top: 18px; }

/* --- liste à puces vertes (bénéfices) --- */
.ticks { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.ticks li { position: relative; padding-left: 32px; font-size: 15.5px; }
.ticks li::before { content: ""; position: absolute; left: 0; top: 2px; width: 20px; height: 20px; border-radius: 50%; background: var(--green-soft); }
.ticks li::after { content: ""; position: absolute; left: 6px; top: 8px; width: 7px; height: 4px; border-left: 2px solid var(--green-ink); border-bottom: 2px solid var(--green-ink); transform: rotate(-45deg); }
.band--dark .ticks li::before { background: rgba(11, 191, 99, .18); }
.band--dark .ticks li::after { border-color: var(--green-bright); }
.band--dark .ticks li { color: var(--cream-text); }

/* --- grille de spécifications (icônes) --- */
.spec-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.spec { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 26px 24px; transition: transform .3s var(--ease-out), border-color .3s var(--ease); }
.spec:hover { transform: translateY(-3px); border-color: var(--green-line); }
.band--dark .spec { background: var(--ink-1); border-color: var(--ink-line); }
.spec__ico { width: 46px; height: 46px; border-radius: 13px; background: var(--ink); color: var(--green-bright); display: grid; place-items: center; margin-bottom: 18px; }
.band--dark .spec__ico { background: rgba(11, 191, 99, .16); }
.spec__ico svg { width: 23px; height: 23px; stroke: currentColor; stroke-width: 1.7; fill: none; }
.spec h3 { font-size: 20px; margin: 0 0 8px; }
.spec p { font-size: 14.5px; color: var(--muted); margin: 0; line-height: 1.5; }
.band--dark .spec p { color: var(--muted-dark); }
.band--dark .spec h3 { color: #fff; }

/* --- rangée fonctionnalité alternée (services) --- */
.feature { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.08fr); gap: 40px 60px; align-items: center; }
.feature + .feature { margin-top: clamp(56px, 7vw, 104px); }
.feature--flip .feature__media { order: -1; }
.feature__media { position: relative; }
.feature h2 { font-size: clamp(28px, 3.4vw, 44px); }
.feature__k { font-family: "Space Grotesk", sans-serif; font-weight: 600; font-size: 14px; color: var(--green-ink); display: block; margin-bottom: 14px; }
.band--dark .feature__k { color: var(--green-bright); }

/* --- étapes de méthode --- */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; position: relative; }
.steps__line { position: absolute; left: 0; right: 0; top: 26px; height: 1px; background: repeating-linear-gradient(90deg, var(--green-line) 0 8px, transparent 8px 16px); }
.band--dark .steps__line { background: repeating-linear-gradient(90deg, rgba(11,191,99,.4) 0 8px, transparent 8px 16px); }
.step { position: relative; z-index: 1; }
.step__n { width: 52px; height: 52px; border-radius: 50%; background: var(--ecru); border: 1px solid var(--line); display: grid; place-items: center; font-family: "Space Grotesk", sans-serif; font-weight: 600; font-size: 15px; color: var(--green-ink); margin-bottom: 20px; }
.band--dark .step__n { background: var(--ink-2); border-color: var(--ink-line); color: var(--green-bright); }
.band--stone .step__n { background: var(--white); }
.step h3 { font-size: 19px; margin: 0 0 8px; }
.step p { font-size: 14.5px; color: var(--muted); margin: 0; line-height: 1.5; }
.band--dark .step p { color: var(--muted-dark); }
.band--dark .step h3 { color: #fff; }

/* --- cartes de maillage interne --- */
.link-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 16px; }
.link-card { display: flex; flex-direction: column; gap: 8px; padding: 24px 26px; border-radius: var(--r-lg); border: 1px solid var(--line); background: var(--paper); color: var(--ink-text); transition: transform .25s var(--ease-out), border-color .25s var(--ease), box-shadow .25s var(--ease); }
.link-card:hover { transform: translateY(-3px); border-color: var(--green-line); box-shadow: var(--sh-sm); text-decoration: none; color: var(--ink-text); }
.band--dark .link-card { background: var(--ink-1); border-color: var(--ink-line); color: var(--cream-text); }
.band--dark .link-card:hover { border-color: rgba(11,191,99,.4); }
.link-card b { font-family: "Space Grotesk", sans-serif; font-weight: 600; font-size: 17px; letter-spacing: -.02em; display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.band--dark .link-card b { color: #fff; }
.link-card b span { color: var(--green-ink); transition: transform .2s var(--ease-out); }
.band--dark .link-card b span { color: var(--green-bright); }
.link-card:hover b span { transform: translateX(4px); }
.link-card p { font-size: 14px; color: var(--muted); margin: 0; }
.band--dark .link-card p { color: var(--muted-dark); }

/* --- prose (légal, articles) --- */
.prose { max-width: 74ch; font-size: 17px; line-height: 1.72; color: var(--ink-text); }
.prose > * + * { margin-top: 1.1em; }
.prose h2 { font-size: clamp(26px, 3vw, 36px); margin: 1.6em 0 .1em; }
.prose h3 { font-size: clamp(20px, 2.2vw, 26px); margin: 1.4em 0 .1em; }
.prose h2:first-child, .prose h3:first-child { margin-top: 0; }
.prose p { margin: 0; color: var(--ink-text); }
.prose a { color: var(--green-ink); text-decoration: underline; text-decoration-color: var(--green-line); }
.prose a:hover { text-decoration-color: var(--green); }
.prose ul, .prose ol { margin: 0; padding-left: 1.3em; }
.prose li { margin-bottom: .5em; }
.prose li::marker { color: var(--green-ink); }
.prose strong { color: var(--ink-text); }
.prose blockquote { margin: 1.4em 0; padding: 20px 26px; border-left: 3px solid var(--green); background: var(--paper); border-radius: 0 var(--r-md) var(--r-md) 0; font-size: 19px; font-family: "Space Grotesk", sans-serif; font-weight: 500; letter-spacing: -.01em; }
.prose blockquote p { margin: 0; }
.prose table { width: 100%; border-collapse: collapse; font-size: 15px; }
.prose th, .prose td { text-align: left; padding: 12px 14px; border-bottom: 1px solid var(--line); }
.prose th { font-family: "Space Grotesk", sans-serif; font-weight: 600; background: var(--paper); }
.prose figure { margin: 1.6em 0; }
.prose__lead { font-size: clamp(19px, 1.7vw, 22px); line-height: 1.5; color: var(--ink-text); font-weight: 500; }
.callout { margin: 1.6em 0; padding: 22px 26px; border-radius: var(--r-lg); background: var(--green-soft); border: 1px solid var(--green-line); font-size: 15.5px; }
.callout b { font-family: "Space Grotesk", sans-serif; }

/* --- article --- */
.article-layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 60px; align-items: start; }
.article__aside { position: sticky; top: 100px; display: grid; gap: 22px; }
.toc { border: 1px solid var(--line); border-radius: var(--r-lg); padding: 22px 24px; background: var(--paper); }
.toc p { font-family: "Space Grotesk", sans-serif; font-weight: 600; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: var(--muted-2); margin: 0 0 12px; }
.toc ol { list-style: none; padding: 0; margin: 0; counter-reset: toc; display: grid; gap: 9px; }
.toc a { display: block; font-size: 14px; color: var(--muted); padding-left: 24px; position: relative; }
.toc a::before { counter-increment: toc; content: counter(toc, decimal-leading-zero); position: absolute; left: 0; font-family: "Space Grotesk", sans-serif; font-size: 11px; color: var(--green-ink); top: 2px; }
.toc a:hover { color: var(--ink-text); text-decoration: none; }
.aside-cta { border-radius: var(--r-lg); padding: 26px; background: var(--ink); color: var(--cream-text); box-shadow: var(--glow); }
.aside-cta h3 { color: #fff; font-size: 21px; margin: 0 0 8px; }
.aside-cta p { font-size: 14px; color: var(--muted-dark); margin: 0 0 18px; }
.article__meta { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 16px; margin-bottom: 22px; font-family: "Space Grotesk", sans-serif; font-size: 13.5px; color: var(--muted); }
.article__meta .dot { width: 4px; height: 4px; border-radius: 50%; background: var(--muted-2); }
.article__cover { aspect-ratio: 16 / 8; border-radius: var(--r-xl); overflow: hidden; margin: 8px 0 40px; background: var(--ink); position: relative; box-shadow: var(--glow); }
.article__cover .cover-art { position: absolute; inset: 0; }
.article__foot { margin-top: 44px; padding-top: 28px; border-top: 1px solid var(--line); display: flex; flex-wrap: wrap; justify-content: space-between; gap: 16px; align-items: center; }

/* couvertures illustratives (dégradés de marque, pas d'images fictives) */
.cover-art { background: var(--ink); position: relative; overflow: hidden; }
.cover-art::before { content: ""; position: absolute; inset: 0; background: radial-gradient(60% 90% at 20% 10%, rgba(11,191,99,.28), transparent 60%), radial-gradient(50% 80% at 90% 100%, rgba(11,191,99,.14), transparent 60%); }
.cover-art--a::after { content: ""; position: absolute; inset: 0; background-image: radial-gradient(rgba(240,235,223,.1) 1.2px, transparent 1.2px); background-size: 26px 26px; }
.cover-art__glyph { position: absolute; right: 6%; bottom: -8%; font-family: "Space Grotesk", sans-serif; font-weight: 700; font-size: clamp(90px, 18vw, 220px); letter-spacing: -.05em; color: rgba(240,235,223,.06); line-height: .8; }

/* --- blog index --- */
.blog-toolbar { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 16px; align-items: center; margin-bottom: 40px; }
.chip-row { display: flex; flex-wrap: wrap; gap: 8px; }
.filter-chip { padding: 9px 16px; border-radius: 999px; border: 1px solid var(--line); background: var(--paper); font-family: "Space Grotesk", sans-serif; font-weight: 500; font-size: 14px; color: var(--ink-text); cursor: pointer; transition: all .18s var(--ease); }
.filter-chip:hover { border-color: var(--ink); text-decoration: none; color: var(--ink-text); }
.filter-chip.is-active { background: var(--ink); border-color: var(--ink); color: var(--cream-text); }
.blog-search { position: relative; }
.blog-search input { width: 260px; max-width: 100%; padding: 11px 16px 11px 40px; border-radius: 999px; border: 1px solid var(--line); background: var(--white); font-family: inherit; font-size: 14.5px; color: var(--ink-text); }
.blog-search input:focus { outline: none; border-color: var(--green); }
.blog-search svg { position: absolute; left: 15px; top: 50%; transform: translateY(-50%); width: 16px; height: 16px; stroke: var(--muted-2); stroke-width: 2; fill: none; }
.blog-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.post-card { display: flex; flex-direction: column; background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; color: var(--ink-text); transition: transform .3s var(--ease-out), box-shadow .3s var(--ease); }
.post-card:hover { transform: translateY(-4px); box-shadow: var(--sh-md); text-decoration: none; color: var(--ink-text); }
.post-card__cover { aspect-ratio: 16 / 10; position: relative; }
.post-card__cat { position: absolute; top: 14px; left: 14px; z-index: 2; }
.post-card__body { padding: 22px 24px 24px; display: flex; flex-direction: column; flex: 1; }
.post-card__meta { font-family: "Space Grotesk", sans-serif; font-size: 12.5px; color: var(--muted-2); margin: 0 0 10px; display: flex; gap: 10px; align-items: center; }
.post-card h3 { font-size: 21px; margin: 0 0 10px; letter-spacing: -.02em; }
.post-card p { font-size: 14.5px; color: var(--muted); margin: 0 0 16px; line-height: 1.5; }
.post-card__go { margin-top: auto; font-family: "Space Grotesk", sans-serif; font-weight: 600; font-size: 14.5px; color: var(--green-ink); display: inline-flex; gap: 7px; }
.post-feature { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); gap: 40px; align-items: center; background: var(--ink); color: var(--cream-text); border-radius: var(--r-xl); overflow: hidden; padding: 44px; margin-bottom: 40px; box-shadow: var(--glow); position: relative; }
.post-feature__media { border-radius: var(--r-lg); overflow: hidden; aspect-ratio: 16 / 11; }
.post-feature h2 { color: #fff; font-size: clamp(26px, 3vw, 40px); margin: 14px 0 14px; }
.post-feature p { color: var(--muted-dark); margin: 0 0 20px; }
.post-feature__meta { font-family: "Space Grotesk", sans-serif; font-size: 13px; color: var(--muted-dark); display: flex; gap: 10px; align-items: center; }

/* --- portfolio --- */
.folio { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.folio-card { display: flex; flex-direction: column; background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-xl); overflow: hidden; color: var(--ink-text); transition: transform .3s var(--ease-out), box-shadow .3s var(--ease); }
.folio-card:hover { transform: translateY(-5px); box-shadow: var(--sh-md); text-decoration: none; color: var(--ink-text); }
.folio-card__media { padding: 26px 26px 0; }
.folio-card__body { padding: 22px 28px 28px; }
.folio-card__head { display: flex; justify-content: space-between; align-items: baseline; gap: 14px; margin-bottom: 6px; }
.folio-card__name { font-family: "Space Grotesk", sans-serif; font-weight: 700; font-size: 26px; letter-spacing: -.03em; }
.folio-card__meta { font-family: "Space Grotesk", sans-serif; font-size: 13px; color: var(--muted); }
.folio-card p { font-size: 14.5px; color: var(--muted); margin: 8px 0 16px; }
.folio-card__foot { display: flex; justify-content: space-between; align-items: center; gap: 12px; }

.case-hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr); gap: 44px 56px; align-items: center; }
.case-section { display: grid; grid-template-columns: minmax(0, .7fr) minmax(0, 1.3fr); gap: 30px 56px; }
.case-section + .case-section { margin-top: 54px; padding-top: 54px; border-top: 1px solid var(--line); }
.case-section h2 { font-size: clamp(24px, 2.6vw, 34px); margin: 0; }

/* --- zones --- */
.zones-hub { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 14px; }
.zone-link { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 20px 22px; border-radius: var(--r-md); border: 1px solid var(--line); background: var(--paper); color: var(--ink-text); font-family: "Space Grotesk", sans-serif; font-weight: 600; letter-spacing: -.01em; transition: all .22s var(--ease); }
.zone-link:hover { border-color: var(--green); background: var(--white); transform: translateX(3px); text-decoration: none; color: var(--ink-text); }
.zone-link span { color: var(--muted-2); font-weight: 500; font-size: 13px; }
.zone-link__go { color: var(--green-ink); }
.zone-context { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.zone-fact { padding: 24px 26px; border-radius: var(--r-lg); background: var(--paper); border: 1px solid var(--line); }
.band--dark .zone-fact { background: var(--ink-1); border-color: var(--ink-line); }
.zone-fact b { font-family: "Space Grotesk", sans-serif; font-weight: 600; font-size: 16px; display: block; margin-bottom: 6px; }
.band--dark .zone-fact b { color: #fff; }
.zone-fact p { font-size: 14.5px; color: var(--muted); margin: 0; }
.band--dark .zone-fact p { color: var(--muted-dark); }

/* --- contact / formulaire --- */
.contact-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(0, .8fr); gap: 48px; align-items: start; }
.contact-aside { display: grid; gap: 18px; position: sticky; top: 100px; }
.contact-card { border-radius: var(--r-lg); padding: 26px 28px; border: 1px solid var(--line); background: var(--paper); }
.contact-card--dark { background: var(--ink); color: var(--cream-text); border-color: var(--ink); box-shadow: var(--glow); }
.contact-card h3 { margin: 0 0 6px; font-size: 20px; }
.contact-card--dark h3 { color: #fff; }
.contact-card p { font-size: 14.5px; color: var(--muted); margin: 0; }
.contact-card--dark p { color: var(--muted-dark); }
.contact-card__big { font-family: "Space Grotesk", sans-serif; font-weight: 600; font-size: 22px; letter-spacing: -.02em; display: block; margin-top: 8px; color: var(--green-bright); }
.contact-list { list-style: none; padding: 0; margin: 12px 0 0; display: grid; gap: 12px; }
.contact-list li { display: flex; gap: 12px; align-items: center; font-size: 14.5px; }
.contact-list svg { width: 18px; height: 18px; stroke: var(--green-ink); stroke-width: 1.8; fill: none; flex: 0 0 18px; }

.form { display: grid; gap: 18px; }
.form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: grid; gap: 7px; }
.field label, .field legend { font-family: "Space Grotesk", sans-serif; font-weight: 500; font-size: 14px; color: var(--ink-text); }
.field .req { color: var(--green-ink); }
.field input, .field select, .field textarea { width: 100%; padding: 13px 15px; border-radius: var(--r-sm); border: 1px solid var(--line); background: var(--white); font-family: inherit; font-size: 15.5px; color: var(--ink-text); transition: border-color .18s var(--ease), box-shadow .18s var(--ease); }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--green); box-shadow: 0 0 0 3px var(--green-soft); }
.field textarea { resize: vertical; min-height: 130px; }
.field--full { grid-column: 1 / -1; }
.field--check { display: flex; gap: 11px; align-items: flex-start; }
.field--check input { width: 20px; height: 20px; flex: 0 0 20px; margin-top: 2px; accent-color: var(--green); }
.field--check label { font-weight: 400; font-family: "Hanken Grotesk", sans-serif; color: var(--muted); font-size: 14px; }
fieldset.field { border: 0; padding: 0; margin: 0; }
.chips { display: flex; flex-wrap: wrap; gap: 9px; }
.chip { display: inline-flex; padding: 10px 16px; border-radius: 999px; border: 1px solid var(--line); background: var(--white); font-family: "Space Grotesk", sans-serif; font-weight: 500; font-size: 14px; cursor: pointer; transition: all .16s var(--ease); }
.chip:hover { border-color: var(--ink); }
input:checked + .chip { background: var(--green); border-color: var(--green); color: #04160D; }
input:focus-visible + .chip { outline: 2px solid var(--green); outline-offset: 2px; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form__submit { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; }
.form__note { font-size: 13px; color: var(--muted-2); margin: 0; }
.alert { padding: 16px 20px; border-radius: var(--r-md); font-size: 14.5px; }
.alert--error { background: #FCEAE6; border: 1px solid #F1C4BA; color: #8E2A18; }
.alert ul { margin: 8px 0 0; padding-left: 18px; }
.alert--ok { background: var(--green-soft); border: 1px solid var(--green-line); color: var(--green-ink); }

/* --- petit CTA en ligne --- */
.inline-cta { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 20px; padding: 30px 36px; border-radius: var(--r-xl); background: var(--ink); color: var(--cream-text); box-shadow: var(--glow); position: relative; overflow: hidden; }
.inline-cta::before { content: ""; position: absolute; inset: 0; background: radial-gradient(50% 120% at 90% 0%, rgba(11,191,99,.22), transparent 60%); pointer-events: none; }
.inline-cta > * { position: relative; z-index: 1; }
.inline-cta h3 { color: #fff; margin: 0 0 4px; font-size: clamp(22px, 2.4vw, 30px); }
.inline-cta p { color: var(--muted-dark); margin: 0; font-size: 15px; }

/* légende illustrative sous une interface simulée */
.illus { font-family: "Space Grotesk", sans-serif; font-size: 12px; letter-spacing: .02em; color: var(--muted-2); margin: 10px 0 0; display: flex; align-items: center; gap: 7px; }
.illus::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--muted-2); }
.band--dark .illus { color: rgba(240,235,223,.5); }

/* manifeste (bande sombre courte, sans chiffres) */
.manifesto { max-width: 62ch; }
.manifesto__line { font-family: "Space Grotesk", sans-serif; font-weight: 500; font-size: clamp(24px, 3.2vw, 40px); line-height: 1.16; letter-spacing: -.02em; color: #fff; margin: 0 0 22px; text-wrap: balance; }

/* --- trio : fiche + site + SEO = présence locale (sombre) --- */
.trio { display: flex; flex-wrap: wrap; align-items: stretch; gap: 12px; }
.trio__card { flex: 1 1 158px; background: var(--ink-1); border: 1px solid var(--ink-line); border-radius: var(--r-lg); padding: 24px 22px; }
.trio__ico { width: 44px; height: 44px; border-radius: 12px; background: rgba(11, 191, 99, .16); color: var(--green-bright); display: grid; place-items: center; margin-bottom: 16px; }
.trio__ico svg { width: 22px; height: 22px; stroke: currentColor; stroke-width: 1.7; fill: none; }
.trio__card h3 { color: #fff; font-size: 19px; margin: 0 0 8px; }
.trio__card p { font-size: 14px; color: var(--muted-dark); margin: 0; line-height: 1.5; }
.trio__card--result { flex: 1 1 220px; background: linear-gradient(150deg, rgba(11,191,99,.16), rgba(11,191,99,.04)); border-color: rgba(11,191,99,.4); display: flex; flex-direction: column; justify-content: center; }
.trio__op { align-self: center; font-family: "Space Grotesk", sans-serif; font-weight: 700; font-size: 22px; color: var(--green-bright); flex: 0 0 auto; }
@media (max-width: 900px) { .trio__op { display: none; } .trio__card { flex: 1 1 44%; } .trio__card--result { flex: 1 1 100%; } }
@media (max-width: 560px) { .trio__card { flex: 1 1 100%; } }

/* --- démarche d'accompagnement (numérotée) --- */
.demarche { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; background: var(--line); border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; }
.band--dark .demarche { background: var(--ink-line); border-color: var(--ink-line); }
.demarche__step { background: var(--paper); padding: 30px 28px 34px; position: relative; transition: background-color .3s var(--ease); }
.demarche__step:hover { background: var(--white); }
.band--dark .demarche__step { background: var(--ink-1); }
.band--dark .demarche__step:hover { background: var(--ink-2); }
.demarche__n { font-family: "Space Grotesk", sans-serif; font-weight: 700; font-size: 14px; color: var(--green-ink); letter-spacing: .04em; }
.band--dark .demarche__n { color: var(--green-bright); }
.demarche__step h3 { font-size: 22px; margin: 14px 0 8px; }
.band--dark .demarche__step h3 { color: #fff; }
.demarche__step p { font-size: 14.5px; color: var(--muted); margin: 0; line-height: 1.5; }
.band--dark .demarche__step p { color: var(--muted-dark); }
@media (max-width: 900px) { .demarche { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .demarche { grid-template-columns: 1fr; } }

/* --- 404 --- */
.err { text-align: center; padding-block: clamp(60px, 10vw, 130px); }
.err__code { font-family: "Space Grotesk", sans-serif; font-weight: 700; font-size: clamp(96px, 20vw, 240px); line-height: .9; letter-spacing: -.05em; color: var(--ink); position: relative; display: inline-block; }
.err__code em { font-style: normal; color: var(--green); }
.err__links { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 32px; }

/* --- responsive interior --- */
@media (max-width: 1180px) {
  .pagehero__grid, .article-layout, .contact-grid, .post-feature, .case-hero, .case-section, .feature, .feature--flip .feature__media { grid-template-columns: 1fr; }
  .article__aside { position: static; order: 2; }
  .contact-aside { position: static; }
  .feature__media { order: -1; }
  .blog-grid { grid-template-columns: repeat(2, 1fr); }
  .spec-grid { grid-template-columns: repeat(2, 1fr); }
  .folio { grid-template-columns: 1fr; }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .steps__line { display: none; }
}
@media (max-width: 720px) {
  .form__row { grid-template-columns: 1fr; }
  .blog-grid, .spec-grid, .zone-context { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
}
