/* ═══════════════════════════════════════════════════════════════
   QOUBRA — Site sombre premium
   Tokens : charbon chaud + orange #FF5500 (réf. image + design.md)
   Display : Bricolage Grotesque · Corps : Inter
   ═══════════════════════════════════════════════════════════════ */

:root {
  --bg: #0d0a08;
  --bg-2: #14100d;
  --bg-3: #1b1612;
  --card: rgba(255, 240, 228, 0.035);
  --card-hover: rgba(255, 240, 228, 0.06);
  --line: rgba(255, 238, 224, 0.09);
  --line-strong: rgba(255, 238, 224, 0.2);
  --ink: #f6efe7;
  --ink-2: rgba(246, 239, 231, 0.68);
  --ink-3: rgba(246, 239, 231, 0.42);
  --accent: #ff5500;
  --accent-hover: #ff3300;
  --accent-pressed: #e64d00;
  --accent-ink: #ff7a40;
  /* Surfaces « verre » (anciennement hardcodées) — surchargées en thème clair */
  --bg-glass: rgba(13, 10, 8, 0.82);   /* header au scroll */
  --bg-menu: #0d0a08;                   /* menu mobile plein */
  --bg-deep: #120c07;                   /* bas du dégradé footer */
  --bg-field: rgba(13, 10, 8, 0.55);    /* fond tag / champ verre */
  --hover-tint: rgba(255, 240, 228, 0.06); /* survol liens nav */
  --glow: 0.72; /* intensité halos, pilotée par Tweaks (0–1) */
  --font-display: "Bricolage Grotesque", Georgia, serif;
  --font-body: "Inter", "Helvetica Neue", Arial, sans-serif;
  --r-btn: 8px;
  --r-card: 14px;
  --r-lg: 20px;
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --maxw: 1200px;
  color-scheme: dark;
}

/* ── Thème clair (jour) — activé via data-theme="light" sur <html> ──── */
[data-theme="light"] {
  --bg: #faf8f5;
  --bg-2: #f1ebe3;
  --bg-3: #e9e0d6;
  --bg-deep: #efe8df;
  --bg-menu: #faf8f5;
  --bg-glass: rgba(250, 248, 245, 0.82);
  --bg-field: rgba(255, 255, 255, 0.7);
  --card: rgba(255, 255, 255, 0.72);
  --card-hover: rgba(255, 255, 255, 0.92);
  --line: rgba(26, 20, 17, 0.12);
  --line-strong: rgba(26, 20, 17, 0.2);
  --ink: #1a1411;
  --ink-2: rgba(26, 20, 17, 0.7);
  --ink-3: rgba(26, 20, 17, 0.48);
  --accent-hover: #e64d00;
  --accent-pressed: #cc4400;
  --accent-ink: #d24700;       /* orange plus dense : lisible sur blanc */
  --hover-tint: rgba(26, 20, 17, 0.055);
  --glow: 1;                   /* halos bien présents sur blanc (cf. .glow multiply ci-dessous) */
  color-scheme: light;
}
/* En thème clair, l'orange sur blanc doit « teinter » la lumière (multiply)
   sinon un orange peu opaque ne donne qu'un voile pêche plat et invisible. */
[data-theme="light"] .glow,
[data-theme="light"] .section::after {
  mix-blend-mode: multiply;
  background: radial-gradient(circle,
    rgba(255, 85, 0, calc(0.46 * var(--glow))) 0%,
    rgba(255, 102, 0, calc(0.16 * var(--glow))) 42%,
    transparent 72%);
}
/* Logo (wordmark blanc) → inversé en noir sur fond clair */
[data-theme="light"] .nav-logo img,
[data-theme="light"] .footer-brand img { filter: invert(1); }
/* Profondeur en thème clair : cartes opaques (frosted) + ombre douce,
   le halo blurre DERRIÈRE elles au lieu de transparaître au travers. */
[data-theme="light"] .card,
[data-theme="light"] .manifesto-stance,
[data-theme="light"] .cr-verdict {
  position: relative;
  z-index: 1;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  box-shadow: 0 1px 2px rgba(26, 20, 17, 0.05), 0 16px 36px rgba(26, 20, 17, 0.08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html { overflow-x: clip; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}
::selection { background: rgba(255, 85, 0, 0.35); color: #fff; }

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
p { margin: 0; color: var(--ink-2); text-wrap: pretty; }

/* ── Typographie ─────────────────────────────────────────────── */
h1, h2, h3, .display {
  font-family: var(--font-display);
  font-weight: 400;
  line-height: 1.06;
  letter-spacing: 0.002em;
  margin: 0;
  color: var(--ink);
  text-wrap: balance;
}
h1 { font-size: clamp(44px, 6.2vw, 84px); }
h2 { font-size: clamp(34px, 4.4vw, 58px); }
h3 { font-size: clamp(24px, 2.6vw, 32px); line-height: 1.15; }
.display-i, h1 em, h2 em, h3 em { font-style: italic; color: var(--accent-ink); }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent-ink);
}
.eyebrow::before {
  content: "";
  width: 22px;
  height: 1px;
  background: var(--accent);
  display: inline-block;
}
.lead { font-size: clamp(17px, 1.4vw, 20px); line-height: 1.65; }
.muted { color: var(--ink-3); }

/* ── Structure ───────────────────────────────────────────────── */
.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 28px; }
.section { padding: clamp(80px, 10vw, 150px) 0; position: relative; }
.section-head { display: flex; flex-direction: column; gap: 20px; max-width: 760px; margin-bottom: clamp(40px, 5vw, 72px); }
.section-head.center { margin-left: auto; margin-right: auto; align-items: center; text-align: center; }

/* ── Halos orange ────────────────────────────────────────────── */
.glow {
  position: absolute;
  pointer-events: none;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 85, 0, calc(0.32 * var(--glow))) 0%, rgba(255, 85, 0, calc(0.1 * var(--glow))) 38%, transparent 70%);
  filter: blur(40px);
  z-index: 0;
}
.section > .wrap { position: relative; z-index: 1; }

/* ── Halos d'ambiance automatiques (rythme alterné, tous thèmes) ──── */
.section::after {
  content: "";
  position: absolute;
  z-index: 0;
  pointer-events: none;
  width: 720px;
  height: 540px;
  border-radius: 50%;
  filter: blur(60px);
  background: radial-gradient(circle,
    rgba(255, 85, 0, calc(0.2 * var(--glow))) 0%,
    rgba(255, 85, 0, calc(0.06 * var(--glow))) 42%,
    transparent 72%);
}
.section:nth-of-type(odd)::after { top: -140px; right: -220px; }
.section:nth-of-type(even)::after { bottom: -140px; left: -220px; }

/* ── Boutons ─────────────────────────────────────────────────── */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 28px;
  border-radius: 999px;
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.01em;
  cursor: pointer;
  border: 1px solid transparent;
  transition: background 160ms var(--ease-out), border-color 160ms, color 160ms, box-shadow 200ms, transform 160ms;
  white-space: nowrap;
}
.btn-primary {
  background: var(--accent);
  color: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 0 0 0 rgba(255, 85, 0, 0);
}
.btn-primary:hover {
  background: var(--accent-hover);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 6px 28px calc(12px * var(--glow)) rgba(255, 85, 0, 0.45);
  transform: translateY(-1px);
}
.btn-primary:active { background: var(--accent-pressed); transform: translateY(0); }
.btn-ghost { border-color: var(--line-strong); color: var(--ink); background: transparent; }
.btn-ghost:hover { border-color: var(--accent); color: var(--accent-ink); box-shadow: 0 0 24px rgba(255, 85, 0, calc(0.25 * var(--glow))); }
.btn .arr { transition: transform 180ms var(--ease-out); }
.btn:hover .arr { transform: translateX(4px); }
.btn-row { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }

.link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  font-size: 15px;
  color: var(--ink);
  border-bottom: 1px solid var(--line-strong);
  padding-bottom: 3px;
  transition: color 150ms, border-color 150ms;
}
.link-arrow:hover { color: var(--accent-ink); border-color: var(--accent); }

/* ── Header ──────────────────────────────────────────────────── */
.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  transition: background 250ms, border-color 250ms;
  border-bottom: 1px solid transparent;
}
.site-header.scrolled {
  background: var(--bg-glass);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  border-bottom-color: var(--line);
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  height: 76px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 28px;
}
.nav-logo { flex: none; }
.nav-logo img { height: 24px; width: auto; }
.nav-links { display: flex; gap: 8px; align-items: center; }
.nav-links a {
  padding: 9px 14px;
  border-radius: 999px;
  font-size: 14.5px;
  font-weight: 500;
  color: var(--ink-2);
  transition: color 140ms, background 140ms;
}
.nav-links a:hover { color: var(--ink); background: var(--hover-tint); }
.nav-links a.active { color: var(--accent-ink); }
.nav-cta { display: flex; align-items: center; gap: 12px; }
.nav-cta .btn { padding: 11px 22px; font-size: 14px; }
.nav-burger {
  display: none;
  background: none;
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  color: var(--ink);
  width: 42px; height: 42px;
  font-size: 18px;
  cursor: pointer;
}
/* ── Bascule jour / nuit ─────────────────────────────────────── */
.theme-toggle {
  display: inline-grid;
  place-items: center;
  width: 42px; height: 42px;
  border-radius: 999px;
  border: 1px solid var(--line-strong);
  background: none;
  color: var(--ink-2);
  cursor: pointer;
  flex: none;
  transition: color 160ms, border-color 160ms, transform 200ms var(--ease-out);
}
.theme-toggle:hover { color: var(--accent-ink); border-color: var(--accent); }
.theme-toggle:active { transform: scale(0.92); }
.theme-toggle svg { width: 18px; height: 18px; display: block; }
/* Sombre (défaut) → on propose le soleil. Clair → on propose la lune. */
.theme-toggle .icon-moon { display: none; }
.theme-toggle .icon-sun { display: block; }
[data-theme="light"] .theme-toggle .icon-sun { display: none; }
[data-theme="light"] .theme-toggle .icon-moon { display: block; }
.mobile-menu {
  display: flex;
  position: fixed;
  inset: 76px 0 0 0;
  background: var(--bg-menu);
  padding: 16px 28px 28px;
  z-index: 99;
  flex-direction: column;
  gap: 4px;
  overflow-y: auto;
  /* fermé : fondu + léger glissement vers le haut */
  visibility: hidden;
  opacity: 0;
  transform: translateY(-14px);
  pointer-events: none;
  transition: opacity 260ms var(--ease-out), transform 320ms var(--ease-out), visibility 0s linear 320ms;
}
.mobile-menu.open {
  visibility: visible;
  opacity: 1;
  transform: none;
  pointer-events: auto;
  transition: opacity 260ms var(--ease-out), transform 320ms var(--ease-out);
}
/* cascade discrète des liens à l'ouverture */
.mobile-menu a { opacity: 0; transform: translateY(-8px); transition: opacity 240ms var(--ease-out), transform 240ms var(--ease-out); }
.mobile-menu.open a { opacity: 1; transform: none; }
.mobile-menu.open a:nth-child(2) { transition-delay: 35ms; }
.mobile-menu.open a:nth-child(3) { transition-delay: 70ms; }
.mobile-menu.open a:nth-child(4) { transition-delay: 105ms; }
.mobile-menu.open a:nth-child(5) { transition-delay: 140ms; }
.mobile-menu.open a:nth-child(6) { transition-delay: 175ms; }
body.no-anim .mobile-menu, body.no-anim .mobile-menu a { transition: none; }
@media (prefers-reduced-motion: reduce) {
  .mobile-menu, .mobile-menu a { transition: none !important; }
}
.mobile-menu a { padding: 14px 6px; font-size: 17px; font-weight: 500; color: var(--ink-2); border-bottom: 1px solid var(--line); }
.mobile-menu a:last-child { border-bottom: none; }
.mobile-menu a.btn-primary {
  margin-top: 16px;
  padding: 15px 28px;
  border-bottom: none;
  border-radius: 999px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
}

/* ── Cards ───────────────────────────────────────────────────── */
.card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--r-card);
  transition: border-color 200ms, background 200ms, box-shadow 250ms, transform 250ms var(--ease-out);
}
.card:hover, a.card:hover {
  background: var(--card-hover);
  border-color: rgba(255, 85, 0, 0.4);
  box-shadow: 0 0 0 1px rgba(255, 85, 0, 0.12), 0 10px 40px rgba(255, 85, 0, calc(0.14 * var(--glow))), 0 18px 50px rgba(0, 0, 0, 0.4);
}
.img-frame {
  border-radius: var(--r-card);
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--bg-3);
}
.img-frame img { width: 100%; height: 100%; object-fit: cover; }

/* ── Stats ───────────────────────────────────────────────────── */
.stats-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.stat-card { padding: 30px 26px; text-align: left; }
.stat-num {
  font-family: var(--font-display);
  font-size: clamp(38px, 3.6vw, 54px);
  line-height: 1;
  color: var(--ink);
  font-variant-numeric: tabular-nums;
}
.stat-num .sign { color: var(--accent-ink); }
.stat-label { margin-top: 12px; font-size: 13.5px; color: var(--ink-3); line-height: 1.45; }

/* ── Marquee ─────────────────────────────────────────────────── */
.marquee {
  overflow: hidden;
  position: relative;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
}
.marquee-track {
  display: flex;
  gap: 0;
  width: max-content;
  animation: marquee 38s linear infinite;
}
.marquee:hover .marquee-track { animation-play-state: paused; }
@keyframes marquee { to { transform: translateX(-50%); } }
.marquee-item {
  display: inline-flex;
  align-items: center;
  gap: 26px;
  padding: 0 26px;
  font-family: var(--font-display);
  font-size: clamp(22px, 2.4vw, 34px);
  color: var(--ink-2);
  white-space: nowrap;
}
.marquee-item .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--accent); flex: none; box-shadow: 0 0 14px rgba(255, 85, 0, calc(0.8 * var(--glow))); }

/* ── Reveals (scroll) ────────────────────────────────────────── */
[data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity 720ms var(--ease-out), transform 720ms var(--ease-out); transition-delay: var(--rd, 0ms); will-change: opacity, transform; }
[data-reveal].is-in { opacity: 1; transform: none; will-change: auto; }
[data-reveal="left"] { transform: translateX(-26px); }
[data-reveal="right"] { transform: translateX(26px); }
[data-reveal="scale"] { transform: scale(0.97); }
/* Mobile : révélation immédiate et douce (pas de pop ni de cascade) */
@media (max-width: 800px) {
  [data-reveal], [data-reveal="left"], [data-reveal="right"], [data-reveal="scale"] {
    transform: translateY(14px);
    transition: opacity 450ms var(--ease-out), transform 450ms var(--ease-out);
    transition-delay: 0ms;
  }
  [data-reveal].is-in { transform: none; }
}
body.no-anim [data-reveal] { opacity: 1 !important; transform: none !important; transition: none !important; }
@media (prefers-reduced-motion: reduce) {
  [data-reveal] { opacity: 1 !important; transform: none !important; transition: none !important; }
  .marquee-track { animation: none; }
  html { scroll-behavior: auto; }
}

/* ── Hero entrance (état de base visible ; on anime DEPUIS l'état caché) ── */
@media (prefers-reduced-motion: no-preference) {
  body:not(.no-anim) .hero-anim > * {
    animation: heroIn 900ms var(--ease-out) backwards;
  }
  body:not(.no-anim) .hero-anim > *:nth-child(1) { animation-delay: 80ms; }
  body:not(.no-anim) .hero-anim > *:nth-child(2) { animation-delay: 200ms; }
  body:not(.no-anim) .hero-anim > *:nth-child(3) { animation-delay: 340ms; }
  body:not(.no-anim) .hero-anim > *:nth-child(4) { animation-delay: 470ms; }
  body:not(.no-anim) .hero-anim > *:nth-child(5) { animation-delay: 600ms; }
}
@keyframes heroIn { from { opacity: 0; transform: translateY(34px); } }
.hero-anim.done > * { animation: none !important; opacity: 1 !important; transform: none !important; }

/* ── FAQ ─────────────────────────────────────────────────────── */
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: baseline;
  gap: 20px;
  padding: 26px 4px;
  font-size: clamp(17px, 1.5vw, 20px);
  font-weight: 600;
  color: var(--ink);
  transition: color 150ms;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary:hover { color: var(--accent-ink); }
.faq-num { font-family: var(--font-display); color: var(--accent-ink); font-weight: 400; font-size: 17px; flex: none; }
.faq-toggle { margin-left: auto; flex: none; color: var(--accent-ink); font-size: 22px; line-height: 1; transition: transform 250ms var(--ease-out); font-weight: 300; font-family: var(--font-body); }
.faq-item[open] .faq-toggle { transform: rotate(45deg); }
.faq-body { padding: 0 4px 28px 56px; max-width: 760px; }

/* ── Footer ──────────────────────────────────────────────────── */
.site-footer {
  position: relative;
  border-top: 1px solid var(--line);
  margin-top: 40px;
  padding: clamp(60px, 7vw, 100px) 0 36px;
  overflow: hidden;
  background: linear-gradient(180deg, var(--bg) 0%, var(--bg-deep) 100%);
}
.site-footer .glow { left: 50%; bottom: -340px; transform: translateX(-50%); width: 900px; height: 520px; }
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 48px;
  position: relative;
  z-index: 1;
}
.footer-brand img { height: 26px; width: auto; margin-bottom: 22px; }
.footer-brand p { font-size: 15px; max-width: 380px; }
.footer-col h4 { margin: 0 0 18px; font-size: 12.5px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-3); font-weight: 600; }
.footer-col { display: flex; flex-direction: column; gap: 0; }
.footer-col nav { display: flex; flex-direction: column; gap: 12px; }
.footer-col a { color: var(--ink-2); font-size: 15px; transition: color 140ms; }
.footer-col a:hover { color: var(--accent-ink); }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: clamp(48px, 6vw, 80px);
  padding-top: 28px;
  border-top: 1px solid var(--line);
  font-size: 13.5px;
  color: var(--ink-3);
  position: relative;
  z-index: 1;
}

/* ── Scroll top ──────────────────────────────────────────────── */
.scroll-top {
  position: fixed;
  right: 24px; bottom: 24px;
  width: 58px; height: 58px;
  border-radius: 50%;
  background: var(--accent);
  color: #fff;
  border: none;
  font-size: 18px;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity 250ms, transform 250ms var(--ease-out), background 150ms;
  z-index: 90;
  box-shadow: 0 6px 24px rgba(255, 85, 0, calc(0.4 * var(--glow)));
}
.scroll-top.visible { opacity: 1; pointer-events: auto; transform: none; }
.scroll-top:hover { background: var(--accent-hover); }

/* ── Témoignages ─────────────────────────────────────────────── */
.testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.tmoign-card { padding: 26px 26px 24px; display: flex; flex-direction: column; gap: 16px; }
.tmoign-card::before {
  content: "\201C";
  font-family: var(--font-display);
  font-size: 56px;
  line-height: 0.7;
  height: 26px;
  color: var(--accent-ink);
  opacity: 0.55;
}
.tmoign-card blockquote { margin: 0; font-size: 16.5px; line-height: 1.5; color: var(--ink); flex: 1; text-wrap: pretty; }
.tmoign-card figcaption { display: flex; flex-direction: column; gap: 2px; border-top: 1px solid var(--line); padding-top: 15px; }
.tmoign-card .t-name { font-weight: 600; color: var(--ink); font-size: 15px; }
.tmoign-card .t-role { font-size: 13px; color: var(--ink-3); }
@media (max-width: 900px) { .testimonials-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .testimonials-grid { grid-template-columns: 1fr; } }

/* ── Bande partenaires ───────────────────────────────────────── */
.partners-band { padding: 6px 0 38px; }
.partners-band .label { text-align: center; font-size: 12.5px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-3); font-weight: 600; margin-bottom: 22px; }
.partners-row { display: flex; justify-content: center; flex-wrap: wrap; gap: 14px; }
.partner-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 11px 20px;
  border-radius: 999px;
  border: 1px solid var(--line-strong);
  background: var(--card);
  font-size: 14.5px;
  font-weight: 600;
  color: var(--ink);
}
.partner-badge svg { color: var(--accent-ink); flex: none; }

/* ── Badge résultat sur carte projet ─────────────────────────── */
.project-card .img-frame { position: relative; }
.project-metric {
  position: absolute;
  left: 14px; bottom: 14px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 1px;
  padding: 9px 14px 10px;
  border-radius: 10px;
  background: var(--bg-field);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border: 1px solid var(--line-strong);
  pointer-events: none;
  max-width: calc(100% - 28px);
}
.project-metric .pm-num {
  font-family: var(--font-display);
  font-size: 30px;
  line-height: 1;
  color: var(--ink);
  letter-spacing: -0.01em;
}
.project-metric .pm-label {
  margin-top: 3px;
  font-size: 11.5px;
  line-height: 1.25;
  color: var(--accent-ink);
  font-weight: 600;
}

/* ── Bulle réservation iClosed ───────────────────────────────── */
.booking-bubble {
  position: fixed;
  right: 24px; bottom: 24px;
  width: 58px; height: 58px;
  border-radius: 50%;
  background: var(--accent);
  color: #fff;
  border: none;
  cursor: pointer;
  display: grid;
  place-items: center;
  z-index: 95;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 0 28px rgba(255, 85, 0, calc(0.55 * var(--glow))), 0 8px 24px rgba(0, 0, 0, 0.35);
  transition: background 150ms, transform 200ms var(--ease-out), box-shadow 250ms;
}
.booking-bubble:hover {
  background: var(--accent-hover);
  transform: translateY(-2px) scale(1.04);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 0 38px rgba(255, 85, 0, calc(0.75 * var(--glow))), 0 12px 30px rgba(0, 0, 0, 0.4);
}
.booking-bubble:active { transform: scale(0.98); }
.booking-bubble::before {
  content: "";
  position: absolute;
  inset: -5px;
  border-radius: 50%;
  border: 1px solid rgba(255, 85, 0, 0.55);
  animation: bubblePulse 2.8s ease-out infinite;
  pointer-events: none;
}
@keyframes bubblePulse {
  0% { transform: scale(0.92); opacity: 0.9; }
  70%, 100% { transform: scale(1.4); opacity: 0; }
}
body.no-anim .booking-bubble::before { animation: none; opacity: 0; }
@media (prefers-reduced-motion: reduce) {
  .booking-bubble::before { animation: none; opacity: 0; }
}
/* le scroll-top remonte au-dessus de la bulle quand elle est présente */
body:has(.booking-bubble) .scroll-top { bottom: 96px; }
@media (max-width: 600px) {
  .booking-bubble { right: 18px; bottom: 18px; width: 54px; height: 54px; }
  .scroll-top { right: 18px; bottom: 18px; width: 54px; height: 54px; }
  body:has(.booking-bubble) .scroll-top { bottom: 86px; }
}

/* ── Hero générique de page intérieure ───────────────────────── */
.page-hero { padding: 170px 0 clamp(60px, 7vw, 100px); position: relative; overflow: hidden; }
.page-hero .glow { top: -260px; left: 50%; transform: translateX(-50%); width: 1000px; height: 600px; }
.page-hero .wrap { position: relative; z-index: 1; }

/* ── Grilles utilitaires ─────────────────────────────────────── */
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 4vw, 64px); align-items: center; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }

/* ── Tags / pills ────────────────────────────────────────────── */
.tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 16px;
  border-radius: 999px;
  border: 1px solid var(--line-strong);
  font-size: 13px;
  font-weight: 600;
  color: var(--ink-2);
  background: var(--bg-field);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}
.tag .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--accent); }

/* ── Formulaires ─────────────────────────────────────────────── */
.field { display: flex; flex-direction: column; gap: 8px; }
.field label { font-size: 13.5px; font-weight: 600; color: var(--ink-2); }
.field input, .field select, .field textarea {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 14px 16px;
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 15px;
  outline: none;
  transition: border-color 150ms, box-shadow 150ms;
  width: 100%;
}
.field input:focus, .field select:focus, .field textarea:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(255, 85, 0, 0.18);
}
.field select { appearance: none; background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'><path fill='%23999' d='M0 0h10L5 6z'/></svg>"); background-repeat: no-repeat; background-position: right 16px center; }
.field textarea { min-height: 130px; resize: vertical; }

/* ── Parallax ────────────────────────────────────────────────── */
[data-parallax] { will-change: transform; }

/* ── Article / contenu long ──────────────────────────────────── */
.article-body { max-width: 720px; margin: 0 auto; font-size: 17px; line-height: 1.75; }
.article-body p { margin: 0 0 22px; }
.article-body h2 { font-size: clamp(28px, 3vw, 38px); margin: 54px 0 18px; }
.article-body h3 { font-size: 22px; font-family: var(--font-body); font-weight: 700; letter-spacing: 0; margin: 38px 0 14px; }
.article-body ul, .article-body ol { color: var(--ink-2); padding-left: 24px; margin: 0 0 22px; display: flex; flex-direction: column; gap: 8px; }
.article-body li::marker { color: var(--accent-ink); }
.article-body strong { color: var(--ink); }
.article-body blockquote {
  margin: 32px 0;
  padding: 22px 28px;
  border-left: 2px solid var(--accent);
  background: var(--card);
  border-radius: 0 12px 12px 0;
  font-family: var(--font-display);
  font-size: 22px;
  line-height: 1.4;
  color: var(--ink);
}
.callout {
  margin: 36px 0;
  padding: 26px 28px;
  border: 1px solid rgba(255, 85, 0, 0.35);
  border-radius: var(--r-card);
  background: rgba(255, 85, 0, 0.06);
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
}
.callout .callout-title { font-weight: 700; color: var(--ink); font-size: 16px; }
.callout p { margin: 0; font-size: 15px; }
.article-meta { display: flex; align-items: center; gap: 16px; font-size: 13.5px; color: var(--ink-3); flex-wrap: wrap; }
.article-meta .sep { width: 4px; height: 4px; border-radius: 50%; background: var(--accent); }

/* ── Listes à puces premium ──────────────────────────────────── */
.check-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 14px; }
.check-list li { position: relative; padding-left: 32px; color: var(--ink-2); font-size: 15.5px; line-height: 1.55; }
.check-list li::before {
  content: "→";
  position: absolute;
  left: 0;
  top: 1px;
  color: var(--accent-ink);
  font-weight: 700;
}

/* ── Feature cards (pages service) ───────────────────────────── */
.feature-card { padding: 30px 28px; display: flex; flex-direction: column; gap: 12px; }
.feature-card .f-num { font-family: var(--font-display); font-size: 17px; color: var(--accent-ink); }
.feature-card h3 { font-size: 21px; font-family: var(--font-body); font-weight: 700; letter-spacing: 0; }
.feature-card p { font-size: 14.5px; line-height: 1.6; }

/* ── Breadcrumb ──────────────────────────────────────────────── */
.crumb { display: flex; align-items: center; gap: 10px; font-size: 13.5px; color: var(--ink-3); margin-bottom: 22px; }
.crumb a { color: var(--ink-3); transition: color 140ms; }
.crumb a:hover { color: var(--accent-ink); }
.crumb .sep { color: var(--accent-ink); }

/* ── Bande CTA compacte ──────────────────────────────────────── */
.cta-band {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: clamp(28px, 3.5vw, 44px) clamp(28px, 5vw, 64px);
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
  background: linear-gradient(135deg, rgba(255, 85, 0, 0.1), rgba(255, 85, 0, 0.02) 55%), var(--bg-2);
}
.cta-band .glow { position: absolute; right: -240px; top: -200px; width: 640px; height: 560px; }
.cta-band h2 { font-size: clamp(24px, 2.8vw, 36px); position: relative; }
.cta-band .lead { font-size: 16px; }
.cta-band .btn { margin-top: 6px; }
section[data-screen-label="CTA"] { padding-bottom: clamp(50px, 6vw, 80px); }
.cta-band > * { position: relative; z-index: 1; }

/* ── Bloc interview client (vidéo courte auto-hébergée + CTA popup) ── */
.interview-block { margin-top: clamp(40px, 5vw, 64px); display: flex; flex-direction: column; gap: 18px; align-items: center; text-align: center; }
.interview-block .ib-label { font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-3); font-weight: 600; }
.ib-video { width: 100%; max-width: 560px; border-radius: var(--r-lg); overflow: hidden; background: #000; border: 1px solid var(--line); aspect-ratio: 16 / 9; }
.ib-video video { width: 100%; height: 100%; object-fit: cover; display: block; }
.ib-cta { display: inline-flex; align-items: center; gap: 10px; background: none; border: none; cursor: pointer; font-family: var(--font-body); font-size: 15px; font-weight: 600; color: var(--accent-ink); padding: 4px 0; }
.ib-cta .arr { transition: transform 180ms var(--ease-out); }
.ib-cta:hover .arr { transform: translateX(4px); }

/* ── Modal vidéo (interview complète YouTube) ── */
.video-modal { position: fixed; inset: 0; z-index: 1000; display: none; align-items: center; justify-content: center; padding: 20px; background: rgba(8, 6, 5, 0.9); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); }
.video-modal.open { display: flex; }
.video-modal-inner { position: relative; width: min(960px, 100%); aspect-ratio: 16 / 9; background: #000; border-radius: 14px; overflow: hidden; box-shadow: 0 30px 80px rgba(0, 0, 0, 0.6); }
.video-modal-inner iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.video-modal-close { position: absolute; top: -48px; right: 0; width: 38px; height: 38px; border-radius: 50%; border: 1px solid var(--line-strong); background: rgba(20, 16, 13, 0.85); color: var(--ink); font-size: 17px; cursor: pointer; display: grid; place-items: center; }

/* ── Responsive ──────────────────────────────────────────────── */
@media (max-width: 980px) {
  .nav-links, .nav-cta .btn { display: none; }
  .nav-burger { display: block; }
  .stats-row { grid-template-columns: repeat(2, 1fr); }
  .grid-2 { grid-template-columns: 1fr; }
  .grid-3 { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 36px; }
  /* Boutons : autoriser le retour à la ligne pour éviter tout débordement sur petit écran */
  .btn { white-space: normal; text-align: center; }
}
@media (max-width: 600px) {
  .stats-row { grid-template-columns: 1fr 1fr; gap: 12px; }
  .grid-3 { grid-template-columns: 1fr; }
  .faq-body { padding-left: 4px; }
}

/* ── Polish accueil (scopé .home) : rythme/banding + métriques XXL + halos atténués ── */
.home .section::after { opacity: 0.4; }
.home [data-screen-label="Manifeste"],
.home [data-screen-label="Projets"],
.home [data-screen-label="Témoignages"],
.home [data-screen-label="Process"],
.home [data-screen-label="Engagement"],
.home [data-screen-label="FAQ"] {
  background: var(--bg-2);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.home [data-screen-label="Manifeste"]::after,
.home [data-screen-label="Projets"]::after,
.home [data-screen-label="Témoignages"]::after,
.home [data-screen-label="Process"]::after,
.home [data-screen-label="Engagement"]::after,
.home [data-screen-label="FAQ"]::after { display: none; }
.home [data-screen-label="Chiffres clés"] .stat-num { font-size: clamp(46px, 6vw, 78px); white-space: nowrap; letter-spacing: -0.01em; }
.home [data-screen-label="Chiffres clés"] .stat-label { color: var(--ink-2); }

/* Témoignage vedette (format parcours doute → résultat) */
.tmoign-featured { display: grid; grid-template-columns: 1.5fr 1fr; gap: clamp(24px, 4vw, 48px); align-items: center; background: var(--card); border: 1px solid var(--line); border-radius: var(--r-lg); padding: clamp(28px, 4vw, 48px); margin-bottom: 28px; }
.tmoign-featured .tf-context { display: block; font-size: 14px; color: var(--ink-3); margin-bottom: 14px; }
.tmoign-featured blockquote { font-family: var(--font-display); font-size: clamp(22px, 2.4vw, 32px); line-height: 1.2; color: var(--ink); margin: 0 0 18px; }
.tmoign-featured figcaption { display: flex; flex-direction: column; gap: 2px; }
.tmoign-featured .t-name { font-weight: 600; color: var(--ink); }
.tmoign-featured .t-role { font-size: 13px; color: var(--ink-3); }
.tmoign-featured .tf-result { display: flex; flex-direction: column; gap: 20px; border-left: 1px solid var(--line); padding-left: clamp(20px, 3vw, 36px); }
.tmoign-featured .tf-num { font-family: var(--font-display); font-size: clamp(40px, 5vw, 64px); color: var(--accent-ink); line-height: 1; display: block; }
.tmoign-featured .tf-lab { font-size: 13px; color: var(--ink-2); }
@media (max-width: 760px) { .tmoign-featured { grid-template-columns: 1fr; } .tmoign-featured .tf-result { border-left: 0; border-top: 1px solid var(--line); padding-left: 0; padding-top: 20px; flex-direction: row; gap: 28px; } }

/* ── Carrousel vidéos clients (accueil) ───────────────────────── */
.vc-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: clamp(28px, 4vw, 44px); flex-wrap: wrap; }
.vc-head h2 { font-size: clamp(28px, 3.4vw, 44px); margin-top: 14px; }
.vc-cta { flex: none; }
.vc-track { display: flex; gap: 18px; overflow-x: auto; overflow-y: visible; scroll-snap-type: x proximity; -webkit-overflow-scrolling: touch; padding-bottom: 6px; scrollbar-width: none; cursor: grab; }
.vc-track::-webkit-scrollbar { display: none; }
.vc-track.is-drag { cursor: grabbing; user-select: none; }
.vc-card { flex: 0 0 calc((100% - 36px) / 3); scroll-snap-align: start; min-width: 0; }
.vc-media { position: relative; aspect-ratio: 16 / 9; border-radius: var(--r-card); overflow: hidden; background: #000; border: 1px solid var(--line); }
.vc-media video { width: 100%; height: 100%; object-fit: cover; display: block; }
.vc-play { position: absolute; inset: 0; margin: auto; width: 54px; height: 54px; border-radius: 50%; border: none; background: var(--accent); color: #fff; display: grid; place-items: center; cursor: pointer; box-shadow: 0 6px 24px rgba(255, 85, 0, calc(0.5 * var(--glow))); transition: transform 200ms var(--ease-out), opacity 200ms; }
.vc-play svg { margin-left: 2px; }
.vc-play:hover { transform: scale(1.08); }
.vc-card.is-playing .vc-play { opacity: 0; pointer-events: none; }
.vc-meta { display: flex; flex-direction: column; gap: 1px; margin-top: 12px; }
.vc-meta .vc-name { font-weight: 600; font-size: 15px; color: var(--ink); }
.vc-meta .vc-role { font-size: 13px; color: var(--ink-3); }
.vc-nav { display: flex; align-items: center; justify-content: center; gap: 16px; margin-top: 24px; }
.vc-arrow { width: 42px; height: 42px; border-radius: 50%; border: 1px solid var(--line-strong); background: none; color: var(--ink); display: grid; place-items: center; cursor: pointer; flex: none; transition: border-color 160ms, color 160ms, opacity 160ms; }
.vc-arrow:hover:not(:disabled) { border-color: var(--accent); color: var(--accent-ink); }
.vc-arrow:disabled { opacity: 0.3; cursor: default; }
.vc-dots { display: flex; align-items: center; gap: 8px; }
.vc-dot { width: 8px; height: 8px; border-radius: 999px; border: none; padding: 0; background: var(--line-strong); cursor: pointer; transition: background 200ms, width 200ms var(--ease-out); }
.vc-dot.active { background: var(--accent); width: 22px; }
@media (max-width: 1000px) {
  .vc-card { flex-basis: calc((100% - 18px) / 2); }
}
@media (max-width: 700px) {
  .vc-card { flex-basis: 80%; }
  .vc-cta { width: 100%; justify-content: center; }
}
