/* ─────────────────────────────────────────────────────────────────────────
   21 Degrés — Site web
   System: "Climat éditorial" — warm cream + deep navy + warm orange accent
   ───────────────────────────────────────────────────────────────────────── */

:root {
  /* IDENTITY A — "Air pur" (defaut)
     Bleu ciel frais sur ice white. Sensation d'air conditionne parfait.
     Aucun orange, aucune chaleur — le confort vient de la fraicheur. */
  --bg:        oklch(0.975 0.005 220);  /* ice white */
  --bg-tint:   oklch(0.945 0.010 220);  /* soft mist */
  --surface:   #ffffff;
  --ink:       oklch(0.22 0.030 235);   /* deep cool navy */
  --ink-2:     oklch(0.34 0.030 235);
  --muted:     oklch(0.52 0.018 230);
  --line:      oklch(0.88 0.012 220);
  --line-2:    oklch(0.80 0.014 220);
  --accent:    oklch(0.62 0.13 220);    /* fresh sky blue */
  --accent-ink:oklch(0.42 0.12 225);
  --accent-soft: oklch(0.93 0.030 220);
  --ok:        oklch(0.58 0.10 175);

  --radius-sm: 6px;
  --radius:    10px;
  --radius-lg: 18px;
  --radius-xl: 28px;

  --shadow-sm: 0 1px 2px rgba(20,28,45,.06);
  --shadow:    0 8px 24px -12px rgba(20,28,45,.18), 0 2px 6px rgba(20,28,45,.04);
  --shadow-lg: 0 24px 60px -24px rgba(20,28,45,.25), 0 4px 12px rgba(20,28,45,.06);

  --font-sans: "Manrope", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --font-mono: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
}

/* Old palette toggles removed — palette is now part of identity */

/* ─────────────────────────────────────────────────────────────────
   IDENTITÉS GRAPHIQUES — 3 directions complètes
   Chaque identity = palette + typo + traitement logo + radius/spacing
   ───────────────────────────────────────────────────────────────── */

/* C — Climat precis : Space Grotesk + IBM Plex Mono, ardoise sur ice white
   Ingenierie froide, calme. Quasi monochrome. */
[data-identity="technical"] {
  --font-sans: "Space Grotesk", ui-sans-serif, system-ui, sans-serif;
  --font-mono: "IBM Plex Mono", ui-monospace, SFMono-Regular, monospace;

  --bg:        oklch(0.97 0.003 240);   /* pure ice white */
  --bg-tint:   oklch(0.94 0.006 240);
  --surface:   #ffffff;
  --ink:       oklch(0.20 0.028 250);   /* deep slate */
  --ink-2:     oklch(0.32 0.025 250);
  --muted:     oklch(0.50 0.015 245);
  --line:      oklch(0.88 0.008 240);
  --line-2:    oklch(0.80 0.010 240);
  --accent:    oklch(0.40 0.04 235);    /* near-monochrome slate teal */
  --accent-ink: oklch(0.26 0.04 235);
  --accent-soft: oklch(0.93 0.012 235);

  --radius-sm: 3px;
  --radius:    5px;
  --radius-lg: 8px;
  --radius-xl: 12px;
}

/* B — Tramontane : Schibsted Grotesk + JetBrains Mono,
   bleu vent + menthe + sable. Vent du sud-ouest qui traverse l'Occitanie.
   Esthétique tech-product / SaaS poétique. */
[data-identity="organic"] {
  --font-sans: "Schibsted Grotesk", ui-sans-serif, system-ui, sans-serif;
  --font-display: "Schibsted Grotesk", ui-sans-serif, system-ui, sans-serif;
  --font-mono: "JetBrains Mono", ui-monospace, monospace;

  --bg:        #F7F5EF;                  /* paper */
  --bg-tint:   #E8DCC1;                  /* sable */
  --surface:   #ffffff;
  --ink:       #0D1820;                  /* encre */
  --ink-2:     #1f2c38;
  --muted:     #5a6470;
  --line:      #E8DCC1;                  /* sable underline */
  --line-2:    #d6c9aa;
  --accent:    #0A3A52;                  /* bleu vent */
  --accent-ink: #062738;
  --accent-soft: #7FD4B0;                /* menthe — décoratif (dots, hover) */
  --mint:      #7FD4B0;

  --radius-sm: 4px;
  --radius:    8px;
  --radius-lg: 14px;
  --radius-xl: 20px;
}
/* B — Tramontane: bold sans heading + final period.
   "fait." style: highlight in bleu vent. */
[data-identity="organic"] .h-display,
[data-identity="organic"] .h1,
[data-identity="organic"] .h2 {
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: -0.025em;
}
[data-identity="organic"] .h-display em {
  font-style: normal;
  color: var(--accent);
}

/* Identity-specific logo treatments ──────────────────── */

/* B — Tramontane: wind medallion (circle + wave lines).
   The "21°" text is hidden; the medallion takes its place. */
[data-identity="organic"] .logo-mark {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--accent);
  font-size: 0;                    /* hide existing "21°" */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'><path d='M8 16 Q14 12 20 16 T32 16' stroke='%237FD4B0' stroke-width='1.6' fill='none' stroke-linecap='round'/><path d='M8 21 Q14 17 20 21 T32 21' stroke='%23ffffff' stroke-width='1.4' fill='none' opacity='0.55' stroke-linecap='round'/><path d='M8 26 Q14 22 20 26 T32 26' stroke='%237FD4B0' stroke-width='1.2' fill='none' opacity='0.7' stroke-linecap='round'/><circle cx='20' cy='20' r='18' fill='none' stroke='%237FD4B0' stroke-width='0.8' opacity='0.45'/></svg>");
  background-size: cover;
  background-repeat: no-repeat;
  flex-shrink: 0;
}
[data-identity="organic"] .logo-mark .deg { display: none; }
[data-identity="organic"] .logo-text .name {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 17px;
  letter-spacing: -0.02em;
}
[data-identity="organic"] .logo-text .name::after {
  content: ".";
  color: var(--accent);
}
[data-identity="organic"] .logo-text .sub {
  letter-spacing: 0.1em;
}
[data-identity="organic"] .footer-logo {
  font-family: var(--font-display);
  font-weight: 800;
  font-style: normal;
}
[data-identity="organic"] .footer-logo .deg { color: var(--accent-soft); }

/* B — Tramontane decorative: mint dots + mint arrows */
[data-identity="organic"] .pill .dot,
[data-identity="organic"] .promo-banner .dot {
  background: var(--mint);
  box-shadow: 0 0 0 4px rgba(127, 212, 176, 0.18);
}
[data-identity="organic"] .door .door-cta {
  color: var(--accent);
}
[data-identity="organic"] .eyebrow {
  color: var(--accent);
}
[data-identity="organic"] .eyebrow::before {
  background: var(--mint);
  opacity: 1;
  height: 2px;
}
[data-identity="organic"] .step::before {
  color: var(--accent);
}
[data-identity="organic"] .btn-accent {
  background: var(--ink);
  color: var(--bg);
  border-color: var(--ink);
}
[data-identity="organic"] .btn-accent:hover {
  background: var(--accent);
  border-color: var(--accent);
}
[data-identity="organic"] .cert .mark {
  background: var(--mint);
  color: var(--accent);
}

/* C — Climat précis: mono-stamp logo treatment */
[data-identity="technical"] .logo-mark {
  font-family: var(--font-mono);
  font-weight: 600;
  font-size: 22px;
  letter-spacing: -0.04em;
  color: var(--accent);
}
[data-identity="technical"] .logo-mark .deg {
  color: var(--ink);
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 0 2px;
}
[data-identity="technical"] .logo-text .name {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
[data-identity="technical"] .logo-text .sub {
  font-size: 9px;
}
[data-identity="technical"] .footer-logo {
  font-family: var(--font-mono);
  font-weight: 600;
  font-size: 28px;
}
[data-identity="technical"] .footer-logo .deg { font-size: 28px; color: var(--accent); }

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { -webkit-font-smoothing: antialiased; text-size-adjust: 100%; }
body {
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.55;
  color: var(--ink);
  background: var(--bg);
  font-feature-settings: "ss01", "cv11";
  text-wrap: pretty;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button { font-family: inherit; }

::selection { background: var(--accent); color: #fff; }

/* Typography ─────────────────────────────────────────────────────── */
.h-display {
  font-family: var(--font-sans);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 0.98;
  font-size: clamp(40px, 6.4vw, 96px);
  margin: 0;
}
.h-display em {
  font-style: normal;
  color: var(--accent);
}
.h1 { font-size: clamp(32px, 4.6vw, 64px); font-weight: 700; letter-spacing: -0.025em; line-height: 1.02; margin: 0; }
.h2 { font-size: clamp(26px, 3.2vw, 44px); font-weight: 700; letter-spacing: -0.02em; line-height: 1.08; margin: 0; }
.h3 { font-size: clamp(20px, 1.8vw, 26px); font-weight: 650; letter-spacing: -0.012em; line-height: 1.2; margin: 0; }
.h4 { font-size: 17px; font-weight: 650; letter-spacing: -0.005em; line-height: 1.25; margin: 0; }
.lead { font-size: clamp(17px, 1.4vw, 21px); line-height: 1.45; color: var(--ink-2); margin: 0; }
.body-sm { font-size: 14px; line-height: 1.55; color: var(--muted); margin: 0; }
.eyebrow {
  font-family: var(--font-mono);
  font-size: 11.5px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.eyebrow::before {
  content: "";
  width: 18px; height: 1px;
  background: currentColor;
  opacity: 0.5;
}
.mono { font-family: var(--font-mono); font-feature-settings: "ss02"; }

/* Layout ─────────────────────────────────────────────────────────── */
.wrap { max-width: 1280px; margin: 0 auto; padding: 0 32px; }
.wrap-wide { max-width: 1440px; margin: 0 auto; padding: 0 32px; }
.section { padding: 88px 0; }
.section-sm { padding: 56px 0; }
.section-lg { padding: 120px 0; }
@media (max-width: 720px) {
  .wrap, .wrap-wide { padding: 0 20px; }
  .section { padding: 60px 0; }
  .section-lg { padding: 80px 0; }
}

/* Header ─────────────────────────────────────────────────────────── */
.promo-banner {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--ink);
  color: var(--bg);
  font-size: 15px;
  font-weight: 500;
  padding: 13px 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  cursor: pointer;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.promo-banner b { color: var(--accent); font-weight: 700; }
.promo-banner .arrow { transition: transform .2s; }
.promo-banner:hover .arrow { transform: translateX(3px); }
.promo-banner .dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 5px rgba(95,164,212,.22);
}
@media (max-width: 600px) {
  .promo-banner { font-size: 13.5px; padding: 11px 16px; gap: 10px; }
  .promo-banner .hide-mobile { display: none; }
}

.header {
  position: sticky;
  top: 50px;
  z-index: 49;
  background: color-mix(in oklab, var(--bg) 88%, transparent);
  backdrop-filter: saturate(160%) blur(12px);
  -webkit-backdrop-filter: saturate(160%) blur(12px);
  border-bottom: 1px solid var(--line);
}
@media (max-width: 600px) { .header { top: 46px; } }
.header-inner {
  display: flex;
  align-items: center;
  gap: 24px;
  height: 84px;
  padding: 0 32px;
  max-width: 1440px;
  margin: 0 auto;
}
@media (max-width: 720px) {
  .header-inner { padding: 0 20px; height: 70px; }
}

/* Logo ─── monogram '21' + 'Degrés' */
.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  cursor: pointer;
  flex-shrink: 0;
}
.logo-mark {
  position: relative;
  font-family: var(--font-sans);
  font-weight: 750;
  font-size: 26px;
  letter-spacing: -0.04em;
  line-height: 1;
  color: var(--ink);
  display: inline-flex;
  align-items: flex-start;
}
.logo-mark .deg {
  font-size: 13px;
  font-weight: 600;
  color: var(--accent);
  margin-left: 1px;
  margin-top: 2px;
  letter-spacing: 0;
}
.logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
}
.logo-text .name {
  font-weight: 700;
  font-size: 28px;
  letter-spacing: -0.028em;
  color: var(--ink);
}
.logo-text .name::after {
  /* small accent degree marker after the wordmark */
  content: "°";
  color: var(--accent);
  font-weight: 600;
  margin-left: 1px;
}
@media (max-width: 480px) { .logo-text .sub { display: none; } }

.nav {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-left: 12px;
}
.nav a {
  text-decoration: none;
  color: var(--ink-2);
  font-size: 14px;
  font-weight: 500;
  padding: 8px 12px;
  border-radius: 7px;
  transition: color .15s, background .15s;
}
.nav a:hover { color: var(--ink); background: var(--bg-tint); }
.nav a.active { color: var(--ink); }
.nav a.active::after {
  content: "";
  display: block;
  height: 2px;
  background: var(--accent);
  margin-top: 2px;
  border-radius: 2px;
}
.nav a.is-cible {
  font-weight: 600;
  color: var(--ink);
}
.nav a.is-cible::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
  margin-right: 6px;
  vertical-align: 1.5px;
}
.nav .nav-sep {
  display: inline-block;
  width: 1px;
  height: 18px;
  background: var(--line-2);
  margin: 0 8px;
  align-self: center;
}
@media (max-width: 980px) { .nav { display: none; } }

.header-spacer { flex: 1; }

.header-cta {
  display: flex;
  align-items: center;
  gap: 10px;
}
.tel-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: var(--ink);
  font-weight: 600;
  font-size: 14px;
  padding: 8px 12px;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: var(--surface);
  transition: border-color .15s, transform .15s;
}
.tel-btn:hover { border-color: var(--accent); }
.tel-btn .num { font-family: var(--font-mono); font-size: 13px; font-weight: 500; letter-spacing: -0.01em; }
@media (max-width: 720px) { .tel-btn .num { display: none; } }

/* Mobile menu */
.menu-toggle {
  display: none;
  width: 38px; height: 38px;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: var(--surface);
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
}
.menu-toggle svg { width: 18px; height: 18px; }
@media (max-width: 980px) { .menu-toggle { display: inline-flex; } }

.mobile-menu {
  position: fixed;
  inset: 0;
  background: var(--bg);
  z-index: 60;
  padding: 96px 24px 24px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  transform: translateX(100%);
  transition: transform .25s ease;
}
.mobile-menu.open { transform: translateX(0); }
.mobile-menu a {
  display: block;
  text-decoration: none;
  color: var(--ink);
  font-size: 22px;
  font-weight: 600;
  padding: 14px 12px;
  border-bottom: 1px solid var(--line);
  letter-spacing: -0.01em;
}
.mobile-menu a.active { color: var(--accent); }
.mobile-menu-close {
  position: absolute;
  top: 18px; right: 18px;
  width: 40px; height: 40px;
  border-radius: 10px;
  border: 1px solid var(--line);
  background: var(--surface);
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
}

/* Buttons ────────────────────────────────────────────────────────── */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 20px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform .15s ease, background .15s, border-color .15s, box-shadow .15s;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-1px); }
.btn:active { transform: translateY(0); }
.btn-primary {
  background: var(--ink);
  color: var(--bg);
  border-color: var(--ink);
}
.btn-primary:hover { background: var(--ink-2); }
.btn-accent {
  background: var(--accent);
  color: #fff;
  border-color: var(--accent);
  box-shadow: 0 6px 20px -8px var(--accent);
}
.btn-accent:hover { background: var(--accent-ink); }
.btn-ghost {
  background: transparent;
  color: var(--ink);
  border-color: var(--line-2);
}
.btn-ghost:hover { border-color: var(--ink); background: var(--surface); }
.btn-lg { padding: 16px 26px; font-size: 16px; }
.btn-sm { padding: 9px 14px; font-size: 14px; }

/* Cards ──────────────────────────────────────────────────────────── */
.card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: border-color .15s, transform .2s, box-shadow .2s;
}
.card:hover { border-color: var(--line-2); }
.card-pad { padding: 28px; }
@media (max-width: 720px) { .card-pad { padding: 20px; } }

/* Image slots (stock photo with onerror fallback) */
.img-slot {
  position: relative;
  overflow: hidden;
  background: var(--bg-tint);
  display: block;
}
.img-slot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.img-slot .fallback {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background:
    repeating-linear-gradient(45deg, transparent 0 14px, color-mix(in oklab, var(--line) 60%, transparent) 14px 15px),
    var(--bg-tint);
  color: var(--muted);
  font-family: var(--font-mono);
  font-size: 10.5px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-align: center;
  padding: 12px;
}
.img-slot .fallback small { opacity: 0.6; font-size: 9px; }

/* Badge / Pill */
.pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 500;
  background: var(--bg-tint);
  border: 1px solid var(--line);
  color: var(--ink-2);
}
.pill-accent {
  background: var(--accent-soft);
  border-color: color-mix(in oklab, var(--accent) 30%, transparent);
  color: var(--accent-ink);
}
.pill .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--accent); }

/* Cert badge */
.cert {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--surface);
  font-size: 13px;
  font-weight: 550;
  color: var(--ink);
}
.cert .mark {
  width: 28px; height: 28px;
  border-radius: 6px;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 600;
  background: var(--accent-soft);
  color: var(--accent-ink);
  flex-shrink: 0;
}

/* Floating call button (mobile) */
.float-call {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 40;
  display: none;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  background: var(--accent);
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  border-radius: 999px;
  box-shadow: 0 12px 28px -8px rgba(232,128,74,.55), 0 4px 8px rgba(0,0,0,.12);
  font-size: 14px;
}
@media (max-width: 720px) {
  .float-call { display: inline-flex; }
}

/* Exit-intent popup */
.popup-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(20,28,45,.55);
  backdrop-filter: blur(6px);
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s;
}
.popup-backdrop.open { opacity: 1; pointer-events: auto; }
.popup {
  background: var(--surface);
  border-radius: var(--radius-xl);
  max-width: 540px;
  width: 100%;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  transform: translateY(20px);
  transition: transform .25s;
}
.popup-backdrop.open .popup { transform: translateY(0); }

/* Footer ─────────────────────────────────────────────────────────── */
.footer {
  background: var(--ink);
  color: color-mix(in oklab, var(--bg) 90%, transparent);
  padding: 80px 0 28px;
  margin-top: 80px;
}
[data-palette="bold"] .footer { background: oklch(0.12 0.02 240); }
.footer .footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 56px;
  padding-bottom: 56px;
  border-bottom: 1px solid rgba(255,255,255,.1);
}
@media (max-width: 880px) {
  .footer .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
}
@media (max-width: 480px) {
  .footer .footer-grid { grid-template-columns: 1fr; }
}
.footer h5 {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,.5);
  margin: 0 0 18px;
}
.footer a {
  display: block;
  text-decoration: none;
  color: rgba(255,255,255,.78);
  padding: 5px 0;
  font-size: 14.5px;
  cursor: pointer;
}
.footer a:hover { color: var(--accent); }
.footer .legal {
  display: flex; align-items: center; justify-content: space-between;
  padding-top: 24px;
  font-size: 12.5px;
  color: rgba(255,255,255,.45);
  flex-wrap: wrap;
  gap: 12px;
}
.footer .footer-logo {
  font-size: 36px;
  font-weight: 750;
  letter-spacing: -0.04em;
  line-height: 1;
  color: #fff;
  margin-bottom: 12px;
}
.footer .footer-logo .deg { color: var(--accent); font-size: 18px; }
.footer .footer-tagline {
  color: rgba(255,255,255,.65);
  font-size: 14px;
  max-width: 320px;
  line-height: 1.5;
  margin: 0;
}

/* Generic grid helpers */
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
@media (max-width: 880px) {
  .grid-3, .grid-4 { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 540px) {
  .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; gap: 18px; }
}

/* Marquee for trust strip */
.marquee {
  display: flex;
  overflow: hidden;
  gap: 56px;
  padding: 18px 0;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.marquee-track {
  display: flex;
  gap: 56px;
  animation: marquee 36s linear infinite;
  flex-shrink: 0;
  align-items: center;
}
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.marquee-track > * { flex-shrink: 0; }

/* Form */
.field { display: flex; flex-direction: column; gap: 6px; }
.field label { font-size: 13px; font-weight: 550; color: var(--ink-2); }
.field label .req { color: var(--accent); margin-left: 2px; }
.field input, .field textarea, .field select {
  width: 100%;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid var(--line-2);
  background: var(--surface);
  font: inherit;
  color: var(--ink);
  outline: none;
  transition: border-color .15s, box-shadow .15s;
}
.field input:focus, .field textarea:focus, .field select:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px color-mix(in oklab, var(--accent) 20%, transparent);
}
.field textarea { resize: vertical; min-height: 100px; }

/* Step indicator */
.steps {
  display: flex;
  align-items: stretch;
  gap: 0;
  counter-reset: step;
}
.step {
  flex: 1;
  padding: 24px 20px 24px 0;
  position: relative;
  counter-increment: step;
  border-top: 1px solid var(--line);
}
.step::before {
  content: counter(step, decimal-leading-zero);
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 500;
  color: var(--accent);
  letter-spacing: 0.05em;
  display: block;
  margin-bottom: 10px;
}
.step h4 { margin: 0 0 6px; }
.step p { margin: 0; font-size: 14px; color: var(--muted); line-height: 1.5; }
@media (max-width: 720px) {
  .steps { flex-direction: column; }
  .step { padding: 20px 0; }
}

/* Audience cards (3 portes) */
.door {
  position: relative;
  display: block;
  text-decoration: none;
  color: var(--ink);
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--surface);
  border: 1px solid var(--line);
  transition: transform .25s ease, border-color .2s, box-shadow .25s;
  cursor: pointer;
}
.door:hover {
  transform: translateY(-4px);
  border-color: var(--ink);
  box-shadow: var(--shadow);
}
.door .door-media {
  aspect-ratio: 4 / 3;
  position: relative;
  overflow: hidden;
}
.door .door-media .img-slot { position: absolute; inset: 0; }
.door .door-media img { transition: transform .6s ease; }
.door:hover .door-media img { transform: scale(1.04); }
.door .door-num {
  position: absolute;
  top: 14px; left: 14px;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 500;
  padding: 4px 9px;
  background: rgba(255,255,255,.85);
  backdrop-filter: blur(6px);
  border-radius: 999px;
  letter-spacing: 0.04em;
  color: var(--ink);
}
.door .door-body { padding: 22px 22px 24px; }
.door .door-body h3 { margin-bottom: 8px; }
.door .door-body p { font-size: 14px; color: var(--muted); margin: 0; }
.door .door-body .door-cta {
  margin-top: 14px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  color: var(--accent);
}
.door .door-body .door-cta .arr { transition: transform .2s; }
.door:hover .door-body .door-cta .arr { transform: translateX(3px); }

/* Service tile */
.service {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--surface);
}
.service .ico {
  width: 44px; height: 44px;
  flex-shrink: 0;
  border-radius: 10px;
  background: var(--bg-tint);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 600;
  color: var(--accent-ink);
  border: 1px solid var(--line);
}
.service h4 { font-size: 15px; margin-bottom: 3px; }
.service p { font-size: 13px; color: var(--muted); margin: 0; line-height: 1.45; }

/* Aides card */
.aides {
  background:
    radial-gradient(120% 80% at 0% 0%, color-mix(in oklab, var(--accent) 14%, transparent) 0%, transparent 50%),
    var(--bg-tint);
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  padding: 40px;
}
@media (max-width: 720px) { .aides { padding: 28px; } }

/* Project card (réalisations) */
.proj {
  display: block;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
.proj .proj-img {
  aspect-ratio: 5 / 4;
  border-radius: var(--radius);
  overflow: hidden;
  margin-bottom: 14px;
  position: relative;
}
.proj .proj-img img { transition: transform .5s ease; }
.proj:hover .proj-img img { transform: scale(1.04); }
.proj .proj-img .img-slot { position: absolute; inset: 0; }
.proj .proj-meta {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  font-family: var(--font-mono);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--muted);
  margin-bottom: 4px;
}
.proj h4 { letter-spacing: -0.01em; }
.proj p { font-size: 13.5px; color: var(--muted); margin: 4px 0 0; }

/* Blog card */
.post {
  display: block;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: 220px 1fr auto;
  gap: 32px;
  align-items: center;
}
.post .post-img {
  width: 220px; aspect-ratio: 5 / 4;
  border-radius: var(--radius);
  overflow: hidden;
  position: relative;
}
.post .post-img .img-slot { position: absolute; inset: 0; }
.post:hover h3 { color: var(--accent); }
.post h3 { transition: color .15s; }
.post .post-meta {
  font-family: var(--font-mono);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--muted);
  margin-bottom: 8px;
}
.post .post-arr { font-size: 22px; color: var(--muted); }
@media (max-width: 720px) {
  .post { grid-template-columns: 1fr; gap: 16px; padding: 24px 0; }
  .post .post-img { width: 100%; }
  .post .post-arr { display: none; }
}

/* FAQ */
.faq-item {
  border-top: 1px solid var(--line);
  padding: 22px 0;
}
.faq-q {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
  cursor: pointer;
  list-style: none;
  font-weight: 600;
  font-size: 17px;
  letter-spacing: -0.01em;
}
.faq-q::-webkit-details-marker { display: none; }
.faq-q .plus { color: var(--accent); font-size: 22px; line-height: 1; transition: transform .2s; flex-shrink: 0; }
details[open] .faq-q .plus { transform: rotate(45deg); }
.faq-a { padding-top: 12px; color: var(--ink-2); font-size: 15px; line-height: 1.6; }

/* Zone map block */
.zone-map {
  position: relative;
  aspect-ratio: 16 / 10;
  border-radius: var(--radius-lg);
  background:
    radial-gradient(60% 70% at 50% 55%, color-mix(in oklab, var(--accent) 12%, transparent) 0%, transparent 70%),
    var(--bg-tint);
  border: 1px solid var(--line);
  overflow: hidden;
}

/* Promo strip on top of pages */
.page-hat {
  padding-top: 56px;
  padding-bottom: 16px;
}

/* Misc */
.divider { height: 1px; background: var(--line); margin: 0; border: 0; }
.stack-tight { display: flex; flex-direction: column; gap: 16px; }
.stack { display: flex; flex-direction: column; gap: 24px; }
.row { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.center { text-align: center; }
.muted { color: var(--muted); }
.accent { color: var(--accent); }
.thumb-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 12px;
}

/* Testimonials marquee — shared by home TestimonialsSection and LandingTestimonials */
.tm-section { background: var(--bg-tint); overflow: hidden; }
.tm-counter { text-align: right; }
.tm-counter-n {
  font-size: 56px; font-weight: 700; letter-spacing: -0.03em;
  line-height: 1; color: var(--accent);
}
.tm-counter-l {
  font-family: var(--font-mono); font-size: 10.5px;
  letter-spacing: 0.1em; color: var(--muted);
  margin-top: 6px; line-height: 1.3;
}
.tm-marquee {
  position: relative;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}
.tm-track {
  display: flex;
  gap: 16px;
  padding: 8px 24px;
  width: max-content;
  animation: tm-scroll linear infinite;
}
.tm-marquee[data-dir="right"] .tm-track { animation-direction: reverse; }
.tm-marquee:hover .tm-track { animation-play-state: paused; }
@keyframes tm-scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

.tm-card {
  flex-shrink: 0;
  width: 360px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 22px 22px 18px;
  display: flex; flex-direction: column;
  gap: 16px;
  transition: transform .25s ease, border-color .2s, box-shadow .2s;
}
.tm-card:hover {
  transform: translateY(-3px);
  border-color: var(--accent);
  box-shadow: var(--shadow);
}
.tm-head { display: flex; justify-content: space-between; align-items: center; }
.tm-cible {
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: var(--accent);
  padding: 4px 8px;
  background: var(--accent-soft);
  border-radius: 4px;
}
.tm-stars { display: inline-flex; align-items: center; gap: 6px; }
.tm-stars-wrap { position: relative; display: inline-flex; }
.tm-stars-track, .tm-stars-fill { display: inline-flex; gap: 2px; }
.tm-stars-track { color: color-mix(in oklab, var(--accent) 18%, transparent); }
.tm-stars-fill {
  position: absolute; top: 0; left: 0;
  color: var(--accent);
  overflow: hidden;
  white-space: nowrap;
}
.tm-stars-num {
  font-family: var(--font-mono);
  font-size: 10.5px;
  font-weight: 600;
  color: var(--accent-ink);
  letter-spacing: -0.01em;
}
.tm-quote {
  font-size: 15px;
  line-height: 1.5;
  color: var(--ink);
  margin: 0;
  font-weight: 500;
  letter-spacing: -0.005em;
  flex: 1;
}
.tm-foot {
  display: flex; align-items: center; gap: 12px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}
.tm-avatar {
  width: 36px; height: 36px; border-radius: 999px;
  background: linear-gradient(135deg,
    color-mix(in oklab, var(--accent) 25%, var(--surface)),
    color-mix(in oklab, var(--ink) 8%, var(--surface)));
  color: var(--accent-ink);
  font-family: var(--font-mono);
  font-size: 12px; font-weight: 600;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  border: 1px solid var(--line);
}
.tm-name { font-size: 13.5px; font-weight: 600; }
.tm-where {
  font-family: var(--font-mono);
  font-size: 10.5px;
  color: var(--muted);
  letter-spacing: 0.04em;
  margin-top: 1px;
}
@media (max-width: 720px) {
  .tm-card { width: 300px; padding: 18px; }
  .tm-counter-n { font-size: 42px; }
}
@media (prefers-reduced-motion: reduce) {
  .tm-track { animation: none; }
}

/* Cookie banner ────────────────────────────────────────────── */
.cookie-wrap {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 70;
  padding: 16px;
  display: flex;
  justify-content: center;
  pointer-events: none;
  animation: cookieIn .35s cubic-bezier(.2,.8,.2,1) both;
}
@keyframes cookieIn {
  from { opacity: 0; transform: translateY(14px); }
  to   { opacity: 1; transform: translateY(0); }
}
.cookie-banner {
  pointer-events: auto;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: 0 20px 60px -20px rgba(20,28,45,.25), 0 4px 12px rgba(20,28,45,.06);
  padding: 22px 26px;
  max-width: 880px;
  width: 100%;
  display: flex;
  gap: 22px;
  align-items: center;
  flex-wrap: wrap;
}
.cookie-icon {
  font-size: 28px;
  line-height: 1;
  flex-shrink: 0;
  filter: drop-shadow(0 2px 4px rgba(20,28,45,.12));
}
.cookie-text {
  flex: 1;
  min-width: 240px;
}
.cookie-title {
  font-weight: 700;
  font-size: 15.5px;
  letter-spacing: -0.01em;
  margin-bottom: 4px;
}
.cookie-text p {
  margin: 0;
  font-size: 13.5px;
  color: var(--muted);
  line-height: 1.5;
}
.cookie-text a {
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.cookie-actions {
  display: flex;
  gap: 8px;
  flex-shrink: 0;
  flex-wrap: wrap;
}
.cookie-actions-end {
  justify-content: flex-end;
  width: 100%;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}
.cookie-settings {
  width: 100%;
}
.cookie-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 0;
  border-top: 1px solid var(--line);
}
.cookie-row:nth-child(2) { border-top: none; padding-top: 18px; }
.cookie-pill {
  font-family: var(--font-mono);
  font-size: 10.5px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 6px 10px;
  border-radius: 999px;
  font-weight: 600;
}
.cookie-pill-on {
  background: var(--accent-soft);
  color: var(--accent-ink);
}
@media (max-width: 720px) {
  .cookie-banner { padding: 18px 20px; gap: 14px; }
  .cookie-actions { width: 100%; }
  .cookie-actions .btn { flex: 1; }
}

/* Anim entrance */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(12px); }
  to   { opacity: 1; transform: translateY(0); }
}
.fadeIn { animation: fadeUp .5s ease both; }
