/* Magnetiks V3 · main.css · généré par bin/build.sh le 2026-09-17 · ne pas éditer, modifier assets/css/*.css */

/* ===== 00-tokens.css ===== */
/* Magnetiks V3 · Dossier · jetons. Source de vérité : DESIGN.md. Construit par bin/build.sh en main.css.
   Direction (brief section 9) : dossier technique de cabinet, angles droits, filets 1 px, grille 12 colonnes visible,
   Archivo 800/900 en capitales, un seul bouton rectangulaire rouge, une section rouge en aplat par page. */

@font-face { font-family: 'Archivo Fallback'; src: local('Arial Bold'), local('Arial-BoldMT'), local('Helvetica-Bold'); size-adjust: 98%; ascent-override: 92%; descent-override: 22%; line-gap-override: 0%; }
@font-face { font-family: 'Inter Fallback'; src: local('Arial'), local('Helvetica'); size-adjust: 107%; ascent-override: 90%; descent-override: 22%; line-gap-override: 0%; }
@font-face { font-family: 'Archivo'; src: url('../fonts/Archivo-Variable.woff2') format('woff2'); font-weight: 100 900; font-display: swap; unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Archivo'; src: url('../fonts/Archivo-Variable-ext.woff2') format('woff2'); font-weight: 100 900; font-display: swap; unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: 'Inter'; src: url('../fonts/Inter-Regular.woff2') format('woff2');   font-weight: 400; font-display: swap; }
@font-face { font-family: 'Inter'; src: url('../fonts/Inter-SemiBold.woff2') format('woff2');  font-weight: 600; font-display: swap; }
@font-face { font-family: 'Inter'; src: url('../fonts/Inter-ExtraBold.woff2') format('woff2'); font-weight: 800; font-display: swap; }

:root {
  --bg: #0B0B0C;
  --bg-2: #101013;
  --ink: #F2F2F3;
  --text: #C9C9CE;
  --muted: #8B8B93;
  --rule: #2A2A2F;
  --rule-strong: #3B3B42;
  --grid: rgba(255, 255, 255, .045);
  --red: #E62A1E;
  --red-flat: #CC2118;
  --red-btn: #CC2118;
  --red-text: #F03A2E;
  --red-ink: #FFFFFF;
  --red-soft: #F5B3AD;
  --ok: #3DCB7F;
  --warn: #F2A93B;

  --display: 'Archivo', 'Archivo Fallback', Arial, sans-serif;
  --sans: 'Inter', 'Inter Fallback', 'Helvetica Neue', Arial, sans-serif;
  --mono: 'JetBrains Mono', 'SF Mono', Menlo, Consolas, monospace;

  --container: 1360px;
  --gutter: 32px;
  --col-gap: 24px;
  --section: 96px;
  --header-h: 64px;

  --t-fast: 120ms;
  --t-base: 200ms;
  --t-slow: 600ms;
  --ease-out: cubic-bezier(.16, 1, .3, 1);
}
@media (max-width: 720px) { :root { --gutter: 18px; --section: 64px; --col-gap: 16px; } }

/* Surfaces (brief section 11, décision du 16 septembre) : modèle « rapport imprimé ».
   Papier = sections de lecture (questions, tables, calendriers, comparatifs, calculatrices, formulaires, FAQ, blog).
   Sombre = en-tête, couverture, sections rouges, Cabinet Statement, pied de page, barre mobile.
   Une surface redéfinit les variables ; aucun composant ne porte de couleur en dur. L'ordre des blocs fait la cascade. */
.surface-paper, .section, .page-body, .archive-body {
  --bg: #F4F3EF; --bg-2: #EAE8E2; --ink: #111114; --text: #2E2E33; --muted: #4A4A52;
  --rule: #D6D3CC; --rule-strong: #B9B5AC; --grid: rgba(17, 17, 20, .07); --red-text: #C81F14;
  background: var(--bg); color: var(--text);
}
.surface-dark, .site-header, .site-footer, .sticky-cta, .cover, .hero, .page-hero, .notfound, .section--statement {
  --bg: #0B0B0C; --bg-2: #101013; --ink: #F2F2F3; --text: #C9C9CE; --muted: #8B8B93;
  --rule: #2A2A2F; --rule-strong: #3B3B42; --grid: rgba(255, 255, 255, .045); --red-text: #F03A2E;
  background: var(--bg); color: var(--text);
}
.surface-red, .section--red {
  --bg: #CC2118; --bg-2: #B71D15; --ink: #FFFFFF; --text: rgba(255, 255, 255, .88); --muted: rgba(255, 255, 255, .78);
  --rule: rgba(255, 255, 255, .35); --rule-strong: rgba(255, 255, 255, .5); --grid: rgba(255, 255, 255, .08); --red-text: #FFFFFF;
  background: var(--bg); color: var(--text);
}
.section--alt { background: var(--bg-2); }

/* ===== 10-base.css ===== */
/* Base : reset, typographie, liens, surfaces navigateur, utilitaires. */

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; overflow-x: clip; background: var(--bg); color-scheme: dark; scrollbar-color: var(--rule-strong) var(--bg); }
body { margin: 0; background: var(--bg); color: var(--text); font-family: var(--sans); font-size: 1.0625rem; line-height: 1.6; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-rendering: optimizeLegibility; overflow-x: clip; caret-color: var(--red); }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}

img, svg, video { max-width: 100%; height: auto; display: block; }
button, input, select, textarea { font: inherit; color: inherit; border-radius: 0; }
a { color: var(--ink); text-decoration: none; transition: color var(--t-fast) ease-out; }
a:hover { color: var(--red-text); }
.prose a, .answer a, .qa__body a, p a { text-decoration: underline; text-decoration-color: var(--rule-strong); text-decoration-thickness: 1px; text-underline-offset: .22em; }
.prose a:hover, p a:hover { text-decoration-color: var(--red); }
:focus-visible { outline: 2px solid var(--red); outline-offset: 3px; }
::selection { background: var(--red); color: #FFFFFF; }
strong, b { color: var(--ink); font-weight: 600; }
hr { border: 0; border-top: 1px solid var(--rule); margin: 0; }
p { margin: 0 0 1em; }
ul, ol { margin: 0 0 1em; padding-left: 1.2em; }
li { margin-bottom: .35em; }
small { font-size: .875rem; }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: absolute; left: var(--gutter); top: -100px; background: var(--ink); color: var(--bg); padding: 10px 14px; font-weight: 700; z-index: 200; }
.skip-link:focus { top: 12px; }

/* Typographie : Archivo en capitales serrées pour les titres, Inter en corps, mono pour les coordonnées. */
h1, h2, h3, h4 { font-family: var(--display); color: var(--ink); margin: 0; font-weight: 900; letter-spacing: -.03em; line-height: .98; text-wrap: balance; }
h1 { text-transform: uppercase; }
h1 { font-size: clamp(2.6rem, 6.6vw, 6rem); line-height: 1; letter-spacing: -.035em; }
h2 { font-size: clamp(1.8rem, 3.4vw, 3rem); letter-spacing: -.035em; }
h3 { font-size: 1.25rem; font-weight: 800; letter-spacing: -.015em; line-height: 1.12; }
h4 { font-size: 1rem; font-weight: 800; letter-spacing: -.01em; text-transform: none; }
.lead { font-size: 1.25rem; line-height: 1.5; color: var(--text); max-width: 34em; }
.lead strong { color: var(--ink); }
.coord, .label { font-family: var(--mono); font-size: .8rem; padding: 2px 0; letter-spacing: 0; color: var(--muted); font-weight: 600; font-variant-numeric: tabular-nums; }
.label, .coord--caps { letter-spacing: .14em; text-transform: uppercase; font-size: .72rem; }
.coord b, .label b, .label--accent { color: var(--red-text); font-weight: 700; }
.coord--ink { color: var(--ink); }
.muted { color: var(--muted); }
.ink, .text { color: var(--ink); }
.red { color: var(--red-text); }
.mono { font-family: var(--mono); font-variant-numeric: tabular-nums; }
.prose p, .prose li { max-width: 62ch; }
.prose strong { color: var(--ink); }

/* Utilitaires */
.mt-1 { margin-top: 8px; } .mt-2 { margin-top: 16px; } .mt-3 { margin-top: 24px; } .mt-4 { margin-top: 40px; } .mt-5 { margin-top: 64px; }
.mb-1 { margin-bottom: 8px; } .mb-2 { margin-bottom: 16px; } .mb-3 { margin-bottom: 24px; } .mb-4 { margin-bottom: 40px; } .mb-5 { margin-bottom: 64px; }

/* Apparition : opacité seule, une fois ; sans JS tout est visible. */
.reveal { opacity: 1; }
@keyframes mag-in { from { opacity: 0; } to { opacity: 1; } }
.js .reveal.is-in { animation: mag-in var(--t-slow) ease-out both; }
@media (prefers-reduced-motion: reduce) { .js .reveal.is-in { animation: none; } }
/* Le filet qui se trace à l'arrivée d'une section. */
.rule-draw { position: relative; height: 1px; background: var(--rule); overflow: hidden; }
.rule-draw::after { content: ''; position: absolute; inset: 0; background: var(--red); transform: scaleX(0); transform-origin: left; transition: transform 900ms var(--ease-out); }
.js .rule-draw.is-in::after { transform: scaleX(1); }
@media (prefers-reduced-motion: reduce) { .rule-draw::after { transform: none; } }

/* ===== 20-layout.css ===== */
/* Mise en page : conteneur, grille 12 colonnes visible, sections à coordonnées, en-tête, pied de page, barre collante. */

.container { width: 100%; max-width: var(--container); margin: 0 auto; padding-left: var(--gutter); padding-right: var(--gutter); }
.container--wide { max-width: var(--container); }
.container--narrow { max-width: 880px; }

/* Grille 12 colonnes : les enfants se placent avec .c1 à .c12 (départ) et .s1 à .s12 (étendue). */
.g12 { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); column-gap: var(--col-gap); row-gap: 32px; align-items: start; }
.s1 { grid-column: span 1; } .s2 { grid-column: span 2; } .s3 { grid-column: span 3; } .s4 { grid-column: span 4; } .s5 { grid-column: span 5; } .s6 { grid-column: span 6; } .s7 { grid-column: span 7; } .s8 { grid-column: span 8; } .s9 { grid-column: span 9; } .s10 { grid-column: span 10; } .s12 { grid-column: span 12; }
.c1 { grid-column-start: 1; } .c2 { grid-column-start: 2; } .c3 { grid-column-start: 3; } .c4 { grid-column-start: 4; } .c5 { grid-column-start: 5; } .c6 { grid-column-start: 6; } .c7 { grid-column-start: 7; } .c8 { grid-column-start: 8; } .c9 { grid-column-start: 9; }
@media (max-width: 900px) { .g12 > * { grid-column: 1 / -1 !important; } }

/* La grille visible : traits verticaux à 4,5 % d'opacité, alignés sur les 12 colonnes du conteneur. */
.gridlines { position: relative; }
.gridlines::before { content: none; display: none; position: absolute; inset: 0 auto 0 50%; width: min(100%, var(--container)); transform: translateX(-50%); pointer-events: none; padding: 0 var(--gutter); box-sizing: border-box; background: repeating-linear-gradient(90deg, var(--grid) 0 1px, transparent 1px calc((100% - 11 * var(--col-gap)) / 12 + var(--col-gap))); background-clip: content-box; opacity: 1; }
@media (max-width: 900px) { .gridlines::before { display: none; } }

/* Sections : un filet en tête, les coordonnées aux deux coins. */
.section { padding: var(--section) 0; position: relative; }
.section--flush { padding-top: 0; }
.section__rule { border-top: 1px solid var(--rule); }
.section__coords { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; padding: 12px 0 6px; }
.section__coords .coord { white-space: normal; max-width: 60%; }
.section__coords .coord:last-child { text-align: right; }
.section--red { background: var(--bg); color: var(--text); }
.section--red h1, .section--red h2, .section--red h3, .section--red strong, .section--red .coord, .section--red .num, .section--red a { color: var(--red-ink); }
.section--red .muted, .section--red p { color: rgba(255, 255, 255, .86); }
.section--red .coord b { color: var(--red-ink); }
.section--red ::selection { background: #fff; color: var(--red); }

/* Bloc titre de section : numéro surdimensionné qui déborde sur le filet, question, réponse. */
.qhead { position: relative; padding-top: 24px; }
.qhead__num { font-family: var(--display); font-weight: 900; font-size: clamp(6rem, 14vw, 13rem); line-height: .78; letter-spacing: -.06em; color: var(--ink); font-variant-numeric: tabular-nums; margin: -8px 0 8px -6px; }
.qhead__num i { font-style: normal; color: var(--red); }
.qhead h2 { margin-top: 36px; margin-bottom: 18px; }
.section--red .qhead__num, .section--red .qhead__num i { color: var(--red-ink); }
@media (max-width: 900px) { .qhead__num { font-size: clamp(4.5rem, 22vw, 7rem); } }

/* En-tête : opaque, un filet, tout sur une ligne. */
.site-header { position: sticky; top: 0; z-index: 60; height: var(--header-h); background: var(--bg); border-bottom: 1px solid var(--rule); }
.site-header__inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; min-height: 44px; }
.brand img { height: 28px; width: auto; }
.site-nav { display: flex; align-items: center; gap: 24px; }
.site-nav__list { display: flex; gap: 0; list-style: none; margin: 0; padding: 0; }
.site-nav__list li { margin: 0; }
.site-nav__list a { display: inline-flex; align-items: center; min-height: 44px; padding: 0 12px; color: var(--text); font-family: var(--mono); font-size: .74rem; letter-spacing: .1em; text-transform: uppercase; font-weight: 600; border-bottom: 2px solid transparent; }
.site-nav__list a:hover { color: var(--ink); }
.site-nav__list a[aria-current="page"] { color: var(--ink); border-bottom-color: var(--red); }
.nav-toggle { display: none; align-items: center; justify-content: center; min-height: 44px; min-width: 44px; padding: 0 14px; background: transparent; border: 1px solid var(--rule-strong); color: var(--ink); font-family: var(--mono); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; font-weight: 700; cursor: pointer; }
@media (max-width: 1100px) {
  .nav-toggle { display: inline-flex; }
  .site-nav { position: fixed; inset: var(--header-h) 0 0 0; background: var(--bg); flex-direction: column; align-items: stretch; padding: 8px var(--gutter) 40px; gap: 24px; transform: translateX(100%); visibility: hidden; transition: transform var(--t-base) ease-out, visibility 0s var(--t-base); overflow-y: auto; }
  .site-nav.is-open { transform: none; visibility: visible; transition-delay: 0s; }
  .site-nav__list { flex-direction: column; }
  .site-nav__list li { border-bottom: 1px solid var(--rule); }
  .site-nav__list a { display: flex; min-height: 60px; font-family: var(--display); font-size: 1.6rem; letter-spacing: -.02em; font-weight: 900; padding: 0; border-bottom: 0; }
  .site-nav .btn { width: 100%; }
  body.nav-open { overflow: hidden; }
}

/* Barre d'action collante mobile : opaque, un filet. */
.sticky-cta { display: none; }
@media (max-width: 900px) {
  .sticky-cta { display: block; position: fixed; left: 0; right: 0; bottom: 0; z-index: 55; padding: 10px var(--gutter) calc(10px + env(safe-area-inset-bottom)); background: var(--bg); border-top: 1px solid var(--rule-strong); }
  .sticky-cta .btn { width: 100%; }
  body { padding-bottom: calc(76px + env(safe-area-inset-bottom)); }
}

/* Pied de page : colophon de dossier. */
.site-footer { border-top: 1px solid var(--rule); padding: 64px 0 32px; background: var(--bg); }
.site-footer__grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.4fr; gap: 40px; }
@media (max-width: 900px) { .site-footer__grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .site-footer__grid { grid-template-columns: 1fr; } }
.site-footer img { height: 26px; width: auto; margin-bottom: 18px; }
.site-footer p { font-size: .9375rem; color: var(--muted); max-width: 36ch; }
.site-footer .coord { display: block; margin-bottom: 12px; }
.site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-footer li { margin: 0; }
.site-footer li a { display: inline-flex; align-items: center; min-height: 44px; color: var(--text); font-size: .9375rem; }
.site-footer li a:hover { color: var(--red-text); }
.site-footer address { font-style: normal; color: var(--muted); font-size: .9375rem; line-height: 1.7; }
.site-footer address a { display: inline-block; padding: 10px 0; margin: -4px 0; color: var(--text); }
.site-footer .label-ft { display: inline-flex; align-items: center; gap: 14px; margin-top: 20px; padding: 10px 0; color: var(--muted); min-height: 44px; }
.site-footer .label-ft img { height: 56px; width: auto; margin: 0; }
.site-footer .label-ft:hover .coord { color: var(--ink); }
.site-footer__bottom { margin-top: 48px; padding-top: 18px; border-top: 1px solid var(--rule); display: flex; flex-wrap: wrap; gap: 8px 32px; justify-content: space-between; }
.site-footer__bottom a { display: inline-block; padding: 12px 0; margin: -12px 0; color: var(--muted); }
.site-footer__bottom a:hover { color: var(--ink); }

/* ===== 30-components.css ===== */
/* Composants : un seul bouton, blocs à filets, chiffres, capture à plat, tables, question/réponse, accordéon, formulaire, statement.
   Aucun rayon, aucune ombre, aucun dégradé. Les compartiments se dessinent avec des filets 1 px (gap 1 px sur fond filet). */

/* Bouton : bloc rectangulaire rouge plein, libellé mono en capitales ; au survol, blanc à texte noir. Une seule apparence. */
.btn, .btn--primary, .btn--secondary { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 28px; background: var(--red-btn); color: #fff; font-family: var(--mono); font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; font-weight: 700; border: 1px solid var(--red-btn); cursor: pointer; white-space: nowrap; transition: background var(--t-fast) ease-out, color var(--t-fast) ease-out, border-color var(--t-fast) ease-out; }
.btn:hover, .btn:focus-visible { background: #B8180E; color: #FFFFFF; border-color: #B8180E; }
.btn:active { background: var(--ink); }
.btn--lg { min-height: 60px; padding: 0 36px; font-size: .82rem; }
.btn--sm { min-height: 44px; padding: 0 18px; font-size: .72rem; }
.btn--block { width: 100%; }
.section--red .btn:not(.btn--ghost):not(.btn--secondary) { background: #FFFFFF; color: #0B0B0C; border-color: #FFFFFF; }
.section--red .btn:not(.btn--ghost):not(.btn--secondary):hover { background: #0B0B0C; color: #FFFFFF; border-color: #0B0B0C; }
.section--red .btn--ghost, .section--red .btn--secondary, .section--red .link { background: transparent; border: 0; color: #FFFFFF; box-shadow: inset 0 -2px 0 #FFFFFF; }
.section--red .btn--ghost:hover, .section--red .btn--secondary:hover, .section--red .link:hover { color: #FFFFFF; background: transparent; box-shadow: inset 0 -2px 0 #0B0B0C; }
.surface-paper .btn:not(.btn--ghost):hover, .section .btn:not(.btn--ghost):hover { background: #B8180E; color: #FFFFFF; border-color: #B8180E; }
.btn .arrow { display: none; }
/* Lien secondaire : texte mono souligné d'un filet rouge 2 px. */
.btn--ghost, .link { display: inline-flex; align-items: center; min-height: 44px; padding: 2px 0 0; background: transparent; border: 0; color: var(--ink); font-family: var(--mono); font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; font-weight: 700; box-shadow: inset 0 -2px 0 var(--red); cursor: pointer; white-space: nowrap; }
.btn--ghost:hover, .link:hover, .btn--ghost:focus-visible, .link:focus-visible { color: var(--red-text); background: transparent; border: 0; box-shadow: inset 0 -2px 0 var(--ink); }
.link .arrow, .btn--ghost .arrow { display: none; }
.btn-row { display: flex; flex-wrap: wrap; align-items: center; gap: 16px 28px; }
.btn-row .note { flex-basis: 100%; }

/* Blocs : compartiments à filet ; .cells dessine les filets entre cellules avec un gap 1 px. */
.panel { background: var(--bg); border: 1px solid var(--rule); padding: 28px; position: relative; }
.panel--raised, .panel--accent { background: var(--bg-2); }
.panel--accent { border-top: 2px solid var(--red); }
.panel--link { display: block; color: inherit; }
.panel--link:hover { color: inherit; background: var(--bg-2); }
.panel .coord, .panel .label { display: block; margin-bottom: 14px; }
.panel h3 { margin-bottom: 10px; }
.panel p:last-child { margin-bottom: 0; }
.panel--pad-lg { padding: 40px; }
@media (max-width: 640px) { .panel, .panel--pad-lg { padding: 20px; } }
.cells { display: grid; gap: 1px; background: var(--rule); border: 1px solid var(--rule); }
.cells > * { background: var(--bg); padding: 24px; min-width: 0; }
.cells--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.cells--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.cells--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.cells--alt > * { background: var(--bg-2); }
@media (max-width: 900px) { .cells--3, .cells--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 560px) { .cells--2, .cells--3, .cells--4 { grid-template-columns: 1fr; } }

/* Chiffres surdimensionnés. */
.num { font-family: var(--display); font-weight: 900; font-size: clamp(2.6rem, 4.6vw, 4.4rem); line-height: .9; letter-spacing: -.045em; color: var(--ink); font-variant-numeric: tabular-nums; white-space: nowrap; }
.num small, .num .u { font-size: .38em; font-weight: 800; color: var(--red-text); letter-spacing: -.01em; margin-left: 6px; vertical-align: baseline; }
.num--xl { font-size: clamp(4.5rem, 11vw, 11rem); letter-spacing: -.06em; line-height: .82; }
.stat { display: flex; flex-direction: column; gap: 10px; }
.stat .coord, .stat .label { margin: 0; }
.stat .s { color: var(--muted); font-size: .9rem; line-height: 1.5; }
.stats { display: grid; gap: 1px; background: var(--rule); border: 1px solid var(--rule); grid-template-columns: repeat(4, minmax(0, 1fr)); }
.stats--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.stats .stat { background: var(--bg); padding: 24px; }
@media (max-width: 900px) { .stats, .stats--3 { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 480px) { .stats, .stats--3 { grid-template-columns: 1fr; } }

/* Capture à plat : cadre 1 px, barre de titre mono, image bord à bord. */
.screen { margin: 0; border: 1px solid var(--rule-strong); background: var(--bg-2); }
.screen__bar { display: flex; justify-content: space-between; gap: 16px; padding: 10px 14px; border-bottom: 1px solid var(--rule); font-family: var(--mono); font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); font-weight: 600; }
.screen__bar span { color: var(--ink); }
.screen img { width: 100%; display: block; }
.screen figcaption { font-family: var(--mono); font-size: .8rem; letter-spacing: 0; max-width: 72ch; color: var(--muted); padding: 10px 14px; border-top: 1px solid var(--rule); }
.screen--tilt { transform: none; }
.screen-wrap { position: relative; }
.screen-float { display: none; }

/* Portrait pleine colonne. */
.portrait { margin: 0; border: 1px solid var(--rule-strong); height: 100%; }
.portrait img { width: 100%; height: 100%; object-fit: cover; }
.portrait figcaption { font-family: var(--mono); font-size: .8rem; letter-spacing: 0; color: var(--muted); padding: 10px 14px; border-top: 1px solid var(--rule); }

/* Secteurs : liste à filets (pas de pastilles). */
.sectors { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--rule); }
.sectors li { margin: 0; display: grid; grid-template-columns: 36px minmax(0, 5fr) minmax(0, 7fr); gap: 16px; padding: 14px 0; border-bottom: 1px solid var(--rule); align-items: baseline; }
.sectors .coord { padding-top: 2px; }
.sectors b { color: var(--ink); font-weight: 600; font-size: 1.0625rem; }
.sectors span:last-child { color: var(--text); font-size: .9375rem; }
@media (max-width: 720px) { .sectors li { grid-template-columns: 36px 1fr; } .sectors span:last-child { grid-column: 2; } }

/* Question / réponse : la question porte le numéro, la réponse courte est le premier paragraphe. */
.qa { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); column-gap: var(--col-gap); row-gap: 40px; align-items: start; }
.qa__head { grid-column: 1 / span 5; }
.qa__answer { grid-column: 7 / span 6; padding-top: 24px; }
.qa__head h2 { margin-top: 36px; margin-bottom: 18px; }
.qa__short { font-size: 1.375rem; line-height: 1.4; font-weight: 600; color: var(--ink); margin-top: 0; margin-bottom: 22px; text-wrap: pretty; max-width: 40ch; }
.qa__body { color: var(--text); } .qa__body p, .qa__body li { max-width: 62ch; }
.qa__body p:last-child { margin-bottom: 0; }
.qa__proof { margin: 24px 0 0; padding: 14px 0 0; border-top: 1px solid var(--rule); font-family: var(--mono); font-size: .78rem; max-width: 62ch; line-height: 1.6; color: var(--muted); }
.qa__proof::before { content: 'Source · '; color: var(--red-text); font-weight: 700; }
.qa__get { margin-top: 20px; color: var(--ink); font-weight: 600; padding-left: 18px; border-left: 1px solid var(--red); }
.qa__get .check { display: none; }
.qa__tool { grid-column: 1 / -1; }
.qa__cta { margin-top: 28px; }
@media (max-width: 900px) { .qa__head, .qa__answer { grid-column: 1 / -1; } .qa__answer { padding-top: 0; } }

/* Accordéon : filets, marqueur « + » mono. */
.faq { margin: 0; padding: 0; border-top: 1px solid var(--rule); }
.faq details { border-bottom: 1px solid var(--rule); }
.faq summary { list-style: none; cursor: pointer; display: grid; grid-template-columns: 1fr 44px; align-items: center; gap: 16px; min-height: 64px; padding: 16px 0; color: var(--ink); font-weight: 600; font-size: 1.0625rem; line-height: 1.35; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; justify-self: end; font-family: var(--mono); color: var(--red-text); font-size: 1.4rem; line-height: 1; transition: transform var(--t-base) ease-out; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq summary:hover { color: var(--red-text); }
.faq .answer { padding: 0 0 24px; max-width: 64ch; color: var(--text); }
.faq .answer p:last-child { margin-bottom: 0; }

/* Formulaire : champs rectangulaires, labels mono, focus rouge. */
.form { display: grid; gap: 18px; }
.form .row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
@media (max-width: 640px) { .form .row { grid-template-columns: 1fr; } }
.field { display: grid; gap: 8px; }
.field label { font-family: var(--mono); font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); font-weight: 600; }
.field label .req { color: var(--red-text); }
.field input, .field select, .field textarea { width: 100%; min-height: 52px; padding: 13px 14px; background: var(--bg-2); border: 1px solid var(--rule-strong); color: var(--ink); transition: border-color var(--t-fast) ease-out; }
.field input::placeholder, .field textarea::placeholder { color: var(--muted); }
.field textarea { min-height: 140px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--red); }
.field select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, var(--muted) 50%), linear-gradient(135deg, var(--muted) 50%, transparent 50%); background-position: calc(100% - 22px) 23px, calc(100% - 16px) 23px; background-size: 6px 6px; background-repeat: no-repeat; padding-right: 44px; }
.field .error { font-family: var(--mono); font-size: .7rem; letter-spacing: .06em; color: var(--red-text); }
.field--consent { grid-template-columns: 44px 1fr; align-items: start; gap: 8px; }
.field--consent input { appearance: none; -webkit-appearance: none; width: 44px; height: 44px; min-height: 0; padding: 0; margin: 0; position: relative; cursor: pointer; background: transparent; border: 0; }
.field--consent input::before { content: ''; position: absolute; inset: 11px; border: 1px solid var(--rule-strong); background: var(--bg-2); }
.field--consent input:checked::before { background: var(--red); border-color: var(--red); }
.field--consent input:checked::after { content: ''; position: absolute; left: 19px; top: 14px; width: 5px; height: 11px; border: solid #fff; border-width: 0 2px 2px 0; transform: rotate(45deg); }
.field--consent input:focus-visible { outline: 2px solid var(--red); outline-offset: -8px; }
.field--consent label { padding-top: 11px; min-height: 44px; cursor: pointer; }
.field--consent label { font-family: var(--sans); font-size: .9rem; letter-spacing: 0; text-transform: none; color: var(--text); font-weight: 400; }
.hp { position: absolute !important; left: -9999px; width: 1px; height: 1px; overflow: hidden; margin: 0; }
.notice { border: 1px solid var(--rule-strong); background: var(--bg-2); padding: 18px 20px; margin-bottom: 24px; }
.notice--ok { border-color: var(--ok); }
.notice--err { border-color: var(--red); }
.notice p { margin: 0; color: var(--ink); }
.notice .coord, .notice .label { display: block; margin-bottom: 6px; }
.newsletter-form { display: grid; grid-template-columns: 1fr auto; gap: 8px; align-items: end; max-width: 520px; }
@media (max-width: 480px) { .newsletter-form { grid-template-columns: 1fr; } }
.note { font-size: .875rem; color: var(--muted); max-width: 72ch; }
.compare-note { max-width: 60ch; }
.table-wrap { padding: 4px 0; }

/* Cabinet Statement : bloc à filet rouge 2 px en tête. */
.statement { border-top: 2px solid var(--red); padding: 28px 0 0; max-width: 880px; }
.statement .coord, .statement .label { display: block; margin-bottom: 14px; }
.statement h2 { font-size: clamp(1.6rem, 2.8vw, 2.4rem); margin-bottom: 16px; }
.statement p { font-size: 1.0625rem; color: var(--text); margin: 0; max-width: 62ch; }
.mark { color: var(--red-text); background: none; -webkit-text-fill-color: currentColor; }

/* Tables à filets. */
.table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; border: 1px solid var(--rule); padding: 0 16px; }
table.grid { width: 100%; border-collapse: collapse; font-size: .9375rem; min-width: 760px; }
table.grid th { text-align: left; font-family: var(--mono); font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); padding: 14px 16px; border-bottom: 1px solid var(--rule-strong); border-right: 1px solid var(--rule); vertical-align: bottom; font-weight: 600; }
table.grid td { padding: 14px 16px; border-bottom: 1px solid var(--rule); border-right: 1px solid var(--rule); vertical-align: top; color: var(--text); }
table.grid th:last-child, table.grid td:last-child { border-right: 0; }
table.grid tr:last-child td { border-bottom: 0; }
table.grid td.w, table.grid th.w { color: var(--ink); font-weight: 600; }
table.grid th.hi { color: var(--red-text); }
table.grid td.hi { color: var(--ink); background: var(--bg-2); }

/* Citation. */
.quote { margin: 0; padding: 0 0 0 18px; border-left: 1px solid var(--red); color: var(--ink); font-size: 1.125rem; font-weight: 500; line-height: 1.5; }
.quote-card { margin: 32px 0 0; padding: 24px 0 0; border-top: 1px solid var(--rule); max-width: 46rem; }
.quote-card .coord { display: block; margin-bottom: 14px; }
.quote footer { font-family: var(--mono); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); margin-top: 10px; font-weight: 600; }

/* Étapes et listes. */
.steps { display: grid; gap: 1px; background: var(--rule); border: 1px solid var(--rule); grid-template-columns: repeat(4, minmax(0, 1fr)); }
.step { background: var(--bg); padding: 22px; }
.step .coord, .step .label { display: block; margin-bottom: 14px; }
.step h3 { font-size: 1.05rem; margin-bottom: 8px; }
.step p { color: var(--text); font-size: .9375rem; margin: 0; }
@media (max-width: 900px) { .steps { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 560px) { .steps { grid-template-columns: 1fr; } }
.checks { list-style: none; margin: 0; padding: 0; }
.checks li { display: grid; grid-template-columns: 18px 1fr; gap: 10px; padding: 8px 0; border-top: 1px solid var(--rule); margin: 0; color: var(--text); font-size: .9375rem; }
.checks li::before { content: '+'; font-family: var(--mono); color: var(--red-text); font-weight: 700; line-height: 1.5; }
.checks .check { display: none; }
.checks strong { color: var(--ink); }

/* Prix. */
.price { font-family: var(--display); font-weight: 900; font-size: clamp(1.9rem, 3vw, 2.75rem); letter-spacing: -.045em; color: var(--ink); line-height: .95; }
.price small { font-family: var(--mono); font-weight: 600; font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); display: block; margin-top: 10px; letter-spacing: .12em; }
.tag { display: inline-block; font-family: var(--mono); font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; font-weight: 700; color: var(--muted); border: 1px solid var(--rule-strong); padding: 5px 8px; }
.tag--accent { color: var(--red-text); border-color: var(--red); }

/* Grilles de compatibilité (utilisées par les autres pages). */
.grid:not(table) { display: grid; gap: 16px; }
/* Les tables portent aussi la classe grid (filets) : elles restent des tables, en-têtes alignés sur leurs colonnes. */
table.grid { display: table; table-layout: fixed; }
table.grid thead { display: table-header-group; }
table.grid tbody { display: table-row-group; }
table.grid tr { display: table-row; }
table.grid th, table.grid td { display: table-cell; overflow-wrap: anywhere; }
table.grid th.w:first-child, table.grid td.w:first-child { width: 18%; }
.grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.split { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: 40px 48px; align-items: start; }
.split--even { grid-template-columns: 1fr 1fr; }
.split > .sticky { position: sticky; top: calc(var(--header-h) + 24px); }
.bento { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 1px; background: var(--rule); border: 1px solid var(--rule); }
.bento > * { grid-column: span 12; background: var(--bg); min-width: 0; }
.b3 { grid-column: span 3; } .b4 { grid-column: span 4; } .b5 { grid-column: span 5; } .b6 { grid-column: span 6; } .b7 { grid-column: span 7; } .b8 { grid-column: span 8; } .b12 { grid-column: span 12; }
.bento > .panel { border: 0; }
@media (max-width: 1024px) { .b3, .b4, .b5 { grid-column: span 6; } .b7, .b8 { grid-column: span 12; } }
@media (max-width: 900px) { .grid-3, .grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); } .split, .split--even { grid-template-columns: 1fr; } .split > .sticky { position: static; } }
@media (max-width: 640px) { .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; } .bento > * { grid-column: span 12 !important; } }
.section__head { display: grid; gap: 16px; max-width: 46rem; margin-bottom: 40px; }
.section__head .lead { margin: 0; }

/* Ligne de preuves sous un hero de page (templates/hero.php) : mono, séparateurs, une ligne par item sur mobile. */
p.cover__proof { display: flex; flex-wrap: wrap; gap: 8px 24px; margin: 24px 0 0; font-family: var(--mono); font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }
p.cover__proof b { color: var(--ink); font-weight: 700; }

/* Réponse directe (AEO) : un paragraphe sous le hero, lu en premier par les moteurs de réponse. */
.section--direct { padding-top: 0; padding-bottom: 0; border-top: 0; }
.section--direct .direct-answer { display: grid; grid-template-columns: minmax(0, 3fr) minmax(0, 9fr); gap: 16px 40px; align-items: start; padding: 28px 0; border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.section--direct .direct-answer > .coord { padding-top: 6px; }
.section--direct .direct-answer p { margin: 0; color: var(--ink); font-size: 1.125rem; line-height: 1.5; max-width: 72ch; }
@media (max-width: 900px) { .section--direct .direct-answer { grid-template-columns: 1fr; gap: 8px; } }

/* Pages liées (maillage interne). */
.related { display: grid; grid-template-columns: minmax(0, 3fr) minmax(0, 9fr); gap: 16px 40px; align-items: start; padding: 24px 0; border-top: 1px solid var(--rule); }
.related ul { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px 32px; }
.related li { margin: 0; }
.related .link { white-space: normal; }
@media (max-width: 900px) { .related { grid-template-columns: 1fr; gap: 8px; } }

/* Sommaire de page (grille de cases à filets, sous le hero) et rail de lecture collant. */
.section--toc { padding-top: 40px; padding-bottom: 40px; }
.toc { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0; background: transparent; border-top: 1px solid var(--rule); border-left: 1px solid var(--rule); margin-top: 24px; }
.toc--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.toc--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.toc a { background: var(--bg); padding: 18px 18px 20px; text-decoration: none; color: var(--ink); display: grid; gap: 6px; min-height: 44px; align-content: start; border-right: 1px solid var(--rule); border-bottom: 1px solid var(--rule); transition: background var(--t-fast) ease-out; }
.toc a:hover, .toc a:focus-visible { background: var(--bg-2); color: var(--ink); }
.toc a .coord { display: block; }
.toc a b { font-family: var(--display); font-weight: 800; font-size: 1.02rem; letter-spacing: -.02em; line-height: 1.2; }
.toc a span:last-child:not(.coord) { color: var(--muted); font-size: .86rem; line-height: 1.45; }
.toc a.is-current { box-shadow: inset 0 -2px 0 var(--red); }
@media (max-width: 1024px) { .toc, .toc--4, .toc--3 { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 560px) { .toc, .toc--4, .toc--3 { grid-template-columns: 1fr; } .toc a span:last-child:not(.coord) { display: none; } }
[id] { scroll-margin-top: calc(var(--header-h) + 16px); }

.rail { display: none; }
@media (min-width: 1500px) {
  .rail { display: block; position: fixed; right: max(24px, calc((100vw - var(--container)) / 2 - 88px)); top: 50%; transform: translateY(-50%); z-index: 40; width: 48px; opacity: 0; visibility: hidden; transition: opacity var(--t-base) ease-out, visibility 0s var(--t-base); }
  .rail.is-visible { opacity: 1; visibility: visible; transition: opacity var(--t-base) ease-out; }
  .rail[hidden] { display: block; }
  .rail__list { list-style: none; margin: 0; padding: 0; border-left: 1px solid var(--rule-strong); }
  .rail__list li { margin: 0; }
  .rail__list a { position: relative; display: flex; align-items: center; min-height: 44px; padding: 0 0 0 14px; text-decoration: none; color: var(--muted); font-family: var(--mono); font-size: .74rem; font-weight: 600; letter-spacing: .04em; font-variant-numeric: tabular-nums; }
  .rail__list a::before { content: ''; position: absolute; left: -1px; top: 12px; bottom: 12px; width: 2px; background: transparent; transition: background var(--t-fast) ease-out; }
  .rail__list a:hover, .rail__list a:focus-visible { color: var(--ink); }
  .rail__list a.is-current { color: var(--ink); }
  .rail__list a.is-current::before { background: var(--red); }
  .rail__label { position: absolute; right: calc(100% + 10px); top: 50%; transform: translateY(-50%); white-space: nowrap; background: var(--ink); color: var(--bg); font-family: var(--sans); font-size: .8rem; font-weight: 500; letter-spacing: 0; padding: 6px 10px; opacity: 0; pointer-events: none; transition: opacity var(--t-fast) ease-out; }
  .rail__list a:hover .rail__label, .rail__list a:focus-visible .rail__label { opacity: 1; }
}
@media (prefers-reduced-motion: reduce) { .rail, .rail.is-visible, .toc a, .rail__list a::before, .rail__label { transition: none; } }

/* Cure de texte (16/09/2026) : le détail des chapitres et les questions au-delà des premières se replient. */
.qa__more { margin-top: 22px; border-top: 1px solid var(--rule); }
.qa__more > summary { list-style: none; cursor: pointer; display: inline-flex; align-items: center; gap: 12px; min-height: 44px; padding: 2px 0 0; font-family: var(--mono); font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; font-weight: 700; color: var(--ink); }
.qa__more > summary::-webkit-details-marker { display: none; }
.qa__more > summary span { box-shadow: inset 0 -2px 0 var(--red); }
.qa__more > summary::after { content: '+'; font-family: var(--mono); color: var(--red-text); font-weight: 700; font-size: 1.1rem; line-height: 1; }
.qa__more[open] > summary::after { content: '\2212'; }
.qa__more > summary:hover span { color: var(--red-text); box-shadow: inset 0 -2px 0 var(--ink); }
.qa__more-body { padding: 20px 0 4px; }
.qa__more-body .qa__body + .qa__tool--folded { margin-top: 24px; }
.qa__tool--folded { margin-top: 8px; }
.faq__more { margin-top: 12px; }
.faq__more > summary { list-style: none; cursor: pointer; display: inline-flex; align-items: center; gap: 12px; min-height: 44px; font-family: var(--mono); font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; font-weight: 700; color: var(--ink); }
.faq__more > summary::-webkit-details-marker { display: none; }
.faq__more > summary span { box-shadow: inset 0 -2px 0 var(--red); }
.faq__more > summary::after { content: '+'; font-family: var(--mono); color: var(--red-text); font-weight: 700; font-size: 1.1rem; line-height: 1; }
.faq__more[open] > summary::after { content: '\2212'; }
.faq__more[open] > summary { margin-bottom: 8px; }
.section--red .qa__more > summary, .section--red .faq__more > summary { color: var(--red-ink); }
.section--red .qa__more > summary span { box-shadow: inset 0 -2px 0 rgba(255,255,255,.7); }
.section--red .qa__more > summary::after { color: var(--red-ink); }
.section--red .qa__more { border-top-color: rgba(255,255,255,.35); }

/* ===== 40-home.css ===== */
/* Accueil et gabarits de page : couverture, bande de chiffres, échelle d'offres, preuves, réservation, pages génériques. */

/* Couverture : coordonnées, titre en capitales sur 12 colonnes, puis lead + bouton (5 col.) et capture à plat (7 col.). */
.cover { padding: 40px 0 0; }
.cover__coords { display: flex; justify-content: space-between; gap: 16px; padding: 10px 0 28px; }
.cover h1 { max-width: 16ch; margin-bottom: 32px; font-size: clamp(2.5rem, 5.2vw, 4.6rem); }
.cover__row { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); column-gap: var(--col-gap); row-gap: 32px; align-items: start; padding-bottom: 64px; }
.cover__text { grid-column: 1 / span 5; }
.cover__text .lead { margin-bottom: 28px; }
.cover__visual { grid-column: 6 / span 7; }
@media (max-width: 900px) { .cover { padding-top: 24px; } .cover__coords { padding-bottom: 24px; } .cover h1 { margin-bottom: 28px; } .cover__text, .cover__visual { grid-column: 1 / -1; } .cover__row { padding-bottom: 40px; } }

/* Bande de chiffres : quatre compartiments à filets. */
.band { border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.band__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.band__cell { padding: 28px 24px 26px 0; border-left: 1px solid var(--rule); padding-left: 24px; }
.band__cell:first-child { border-left: 0; padding-left: 0; }
.band .num { font-size: clamp(2.2rem, 3.4vw, 3.2rem); }
.band .coord { display: block; margin-top: 12px; }
.band .s { color: var(--muted); font-size: .875rem; margin: 6px 0 0; }
@media (max-width: 900px) { .band__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .band__cell { padding: 20px 16px 20px 0; } .band__cell:nth-child(odd) { border-left: 0; padding-left: 0; } .band__cell:nth-child(even) { padding-left: 16px; } .band__cell:nth-child(n+3) { border-top: 1px solid var(--rule); } }

/* Scénario : trois compartiments numérotés (séquence réelle). */
.scenario { display: grid; gap: 1px; background: rgba(255, 255, 255, .35); border-top: 1px solid rgba(255, 255, 255, .35); border-bottom: 1px solid rgba(255, 255, 255, .35); grid-template-columns: repeat(3, minmax(0, 1fr)); }
.scenario > div { background: var(--red-flat); padding: 28px 24px 28px 0; }
.scenario > div + div { padding-left: 24px; }
.scenario .n { font-family: var(--display); font-weight: 900; font-size: 3rem; line-height: .9; letter-spacing: -.05em; color: #fff; margin-bottom: 16px; }
.scenario h3 { color: #fff; margin-bottom: 8px; }
.scenario p { color: rgba(255, 255, 255, .88); font-size: .9375rem; margin: 0; }
@media (max-width: 900px) { .scenario { grid-template-columns: 1fr; } .scenario > div + div { padding-left: 0; } }
.redfacts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; margin-top: 40px; }
.redfacts .num { color: #fff; }
.redfacts .num small { color: #fff; }
.redfacts .coord { color: #fff; display: block; margin-top: 10px; }
.redfacts .s { color: rgba(255, 255, 255, .82); font-size: .875rem; margin: 6px 0 0; }
@media (max-width: 720px) { .redfacts { grid-template-columns: 1fr; } }

/* Calendrier 90 jours : quatre colonnes à filets. */
.timeline { display: grid; gap: 1px; background: var(--rule); border: 1px solid var(--rule); grid-template-columns: repeat(4, minmax(0, 1fr)); }
.timeline > div { background: var(--bg); padding: 24px 22px 26px; }
.timeline .w { font-family: var(--display); font-weight: 900; font-size: 2.4rem; letter-spacing: -.05em; line-height: .9; color: var(--ink); margin-bottom: 4px; }
.timeline .w small { font-size: .38em; font-weight: 800; color: var(--red-text); margin-left: 4px; }
.timeline h3 { font-size: 1.05rem; margin: 14px 0 10px; }
.timeline .milestone { margin-top: 16px; padding-top: 12px; border-top: 1px solid var(--rule-strong); font-size: .9375rem; color: var(--ink); font-weight: 600; }
.timeline .milestone .coord { display: block; margin-bottom: 4px; }
@media (max-width: 900px) { .timeline { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 560px) { .timeline { grid-template-columns: 1fr; } }

/* Échelle d'offres : trois colonnes à filets, prix surdimensionnés. */
.ladder { display: grid; gap: 1px; background: var(--rule); border: 1px solid var(--rule); grid-template-columns: repeat(3, minmax(0, 1fr)); }
.ladder > div { background: var(--bg); padding: 26px 24px 28px; display: flex; flex-direction: column; gap: 14px; }
.ladder > div.is-pillar { background: var(--bg-2); border-top: 2px solid var(--red); margin-top: -1px; }
.ladder .coord { display: block; }
.ladder .who { color: var(--muted); font-size: .9375rem; margin: 0; }
.ladder .what { color: var(--text); font-size: .9375rem; margin: 0; flex: 1 1 auto; }
.ladder .price { padding-top: 18px; border-top: 1px solid var(--rule); }
.ladder .btn { align-self: flex-start; }
.ladder .checks { margin-top: 4px; }
@media (max-width: 1024px) { .ladder { grid-template-columns: 1fr; } }

/* Preuves : trois colonnes à filets. */
.cases { display: grid; gap: 1px; background: var(--rule); border: 1px solid var(--rule); grid-template-columns: repeat(3, minmax(0, 1fr)); }
.cases > div { background: var(--bg); padding: 26px 24px 28px; display: flex; flex-direction: column; gap: 12px; }
.cases .coord { display: block; }
.cases .num { font-size: clamp(2.6rem, 4vw, 3.6rem); }
.cases h3 { font-size: 1.1rem; }
.cases p { font-size: .9375rem; margin: 0; flex: 1 1 auto; }
@media (max-width: 900px) { .cases { grid-template-columns: 1fr; } }

/* Garanties : 2 × 2 à filets, numéro mono. */
.guarantees { display: grid; gap: 1px; background: var(--rule); border: 1px solid var(--rule); grid-template-columns: repeat(2, minmax(0, 1fr)); }
.guarantees > div { background: var(--bg); padding: 24px; display: grid; grid-template-columns: 48px 1fr; gap: 12px; }
.guarantees .coord { padding-top: 3px; }
.guarantees h3 { font-size: 1.05rem; margin-bottom: 6px; }
.guarantees p { font-size: .9375rem; margin: 0; }
@media (max-width: 640px) { .guarantees { grid-template-columns: 1fr; } }

/* Pourquoi vous : portrait pleine colonne à côté du comparatif. */
.why { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); column-gap: var(--col-gap); row-gap: 24px; align-items: stretch; }
.why__portrait { grid-column: 1 / span 4; }
.why__table { grid-column: 5 / span 8; }
@media (max-width: 900px) { .why__portrait, .why__table { grid-column: 1 / -1; } .why__portrait .portrait { max-width: 420px; } }
.compare-note { margin-top: 16px; font-size: .9375rem; color: var(--muted); max-width: 60ch; }

/* Réservation inline. */
.booking { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); column-gap: var(--col-gap); row-gap: 40px; align-items: start; }
.booking__aside { grid-column: 1 / span 5; }
.booking__form { grid-column: 7 / span 6; border: 1px solid var(--rule-strong); padding: 32px; background: var(--bg-2); }
.booking__aside .steps { grid-template-columns: 1fr; margin-top: 28px; }
.booking__aside .step { display: grid; grid-template-columns: 64px 1fr; gap: 12px; align-items: baseline; padding: 16px 18px; }
.booking__aside .step .coord { margin: 0; color: var(--red-text); }
.booking__aside .step h3 { font-size: 1rem; margin: 0 0 4px; }
.booking__aside .step p { font-size: .875rem; }
.booking__form h3 { margin-bottom: 6px; }
.booking__form > p { color: var(--muted); font-size: .9375rem; margin-bottom: 24px; }
.booking__alt { margin-top: 18px; padding-top: 18px; border-top: 1px solid var(--rule); font-size: .9375rem; color: var(--muted); }
@media (max-width: 900px) { .booking__aside, .booking__form { grid-column: 1 / -1; } .booking__form { padding: 22px; } }

/* Pages génériques, blog, 404. */
.page-hero { padding: 56px 0 40px; border-bottom: 1px solid var(--rule); }
.page-hero h1 { font-size: clamp(2.1rem, 4.2vw, 3.5rem); max-width: 20ch; margin: 14px 0 18px; }
.page-body { padding: 48px 0 var(--section); }
.page-body .prose { max-width: 720px; }
.prose h2 { font-size: clamp(1.5rem, 2.6vw, 2rem); margin: 48px 0 16px; }
.prose h3 { margin: 32px 0 10px; }
.prose table { width: 100%; border-collapse: collapse; margin: 24px 0 32px; font-size: .9375rem; }
.prose th { font-family: var(--mono); font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); text-align: left; padding: 10px 12px 10px 0; border-bottom: 1px solid var(--rule-strong); }
.prose td { padding: 12px 12px 12px 0; border-bottom: 1px solid var(--rule); vertical-align: top; }
.prose blockquote { margin: 32px 0; padding: 0 0 0 18px; border-left: 1px solid var(--red); color: var(--ink); font-size: 1.125rem; font-weight: 500; }
.prose blockquote p { margin: 0; }
.prose img { border: 1px solid var(--rule); }
.prose .direct-answer { border: 1px solid var(--rule-strong); background: var(--bg-2); padding: 24px 28px; margin: 0 0 40px; }
.prose .direct-answer p { margin: 0; color: var(--ink); font-size: 1.0625rem; }
.post-list { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--rule); }
.post-list li { margin: 0; border-bottom: 1px solid var(--rule); }
.post-list .panel { border: 0; display: grid; grid-template-columns: 180px minmax(0, 1fr); gap: 24px; padding: 24px 0; }
.post-list .meta { font-family: var(--mono); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); padding-top: 6px; }
.post-list h2 { font-size: 1.375rem; margin-bottom: 8px; text-transform: none; letter-spacing: -.02em; }
.post-list p { margin: 0; color: var(--text); font-size: .9375rem; }
@media (max-width: 640px) { .post-list .panel { grid-template-columns: 1fr; gap: 8px; } }
.post-header { padding: 56px 0 32px; border-bottom: 1px solid var(--rule); }
.post-header h1 { font-size: clamp(2rem, 4.2vw, 3.4rem); max-width: 22ch; text-transform: none; letter-spacing: -.03em; margin: 14px 0 0; }
.post-meta { font-family: var(--mono); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); display: flex; flex-wrap: wrap; gap: 8px 24px; margin-top: 16px; }
.post-nav { display: flex; justify-content: space-between; gap: 24px; flex-wrap: wrap; padding: 32px 0; border-top: 1px solid var(--rule); }
.notfound { padding: 96px 0; }
.notfound h1 { font-size: clamp(3rem, 9vw, 8rem); }

/* Couverture : table « ce qui passe sous gouvernance » à la place d'une capture produit (brief V3, section 10). */
.cover__table { padding: 0 16px; }
.cover__table table.grid { min-width: 0; font-size: .9rem; }
.cover__table table.grid caption { caption-side: top; text-align: left; padding: 12px 16px; border-bottom: 1px solid var(--rule-strong); }
.cover__table table.grid th, .cover__table table.grid td { padding: 11px 14px; }
.cover__table table.grid th:first-child, .cover__table table.grid td:first-child { width: 21%; }
.cover .hero__proof { margin-top: 20px; font-size: .74rem; }
@media (max-width: 900px) { .cover__table table.grid { min-width: 640px; } }

/* ===== 45-mobile.css ===== */
/* Magnetiks V3 · mobile (≤ 640 px, quelques règles ≤ 900 px). Un prospect sur son téléphone doit lire en un pouce :
   titres courts, un bouton plein largeur, listes à filets à la place des tableaux, chiffres 34 px, sommaire vertical,
   numéros de chapitre réduits, outils en pleine largeur, barre d'action collante avec zone sûre iOS. Aucune police sous 15 px. */

@media (max-width: 900px) {
  :root { --gutter: 20px; --section: 56px; --header-h: 60px; }
  .cover__row { grid-template-columns: minmax(0, 1fr); row-gap: 24px; }
  .cover__text, .cover__visual { grid-column: 1 / -1; min-width: 0; }
  .cover__table, .cover__table table.grid { min-width: 0; width: 100%; }
}

@media (max-width: 640px) {
  :root { --gutter: 18px; --section: 48px; }
  html { font-size: 17px; }
  body { line-height: 1.5; }
  .container, .container--wide { padding-left: var(--gutter); padding-right: var(--gutter); }
  h1 { font-size: 2.5rem; line-height: .98; letter-spacing: -.035em; }
  h2 { font-size: 1.75rem; line-height: 1.04; letter-spacing: -.03em; }
  h3 { font-size: 1.15rem; }
  .lead { font-size: 1.05rem; line-height: 1.5; }
  p, li { font-size: 1rem; }
  .coord, .label, small, .s, .note, .kicker, .num small, .num .u { font-size: .9rem; letter-spacing: .04em; }
  .coord--caps, .label { letter-spacing: .1em; font-size: .9rem; }
  table.grid th { font-size: .9rem; }
  .btn, .btn--primary, .btn--secondary { width: 100%; min-height: 56px; font-size: .9rem; letter-spacing: .12em; }
  .btn--ghost, .link { min-height: 48px; font-size: .9rem; letter-spacing: .1em; width: auto; }
  .btn-row, .qa__cta { display: grid; gap: 12px; }

  /* En-tête et menu plein écran */
  .site-header__inner { gap: 12px; }
  .brand img { height: 26px; }
  .nav-toggle { min-height: 44px; min-width: 64px; font-size: .9rem; }
  .site-nav { padding: 12px var(--gutter) calc(96px + env(safe-area-inset-bottom)); gap: 16px; overflow-y: auto; }
  .site-nav__list a { min-height: 56px; font-size: 1.45rem; }
  .site-nav__list a[aria-current="page"] { color: var(--ink); box-shadow: inset 0 -3px 0 var(--red); }
  .site-nav .btn { min-height: 56px; }

  /* Couverture */
  .cover { padding: 20px 0 0; }
  .cover__coords { flex-direction: column; gap: 6px; padding: 8px 0 18px; }
  .cover__coords .coord:last-child { display: none; }
  .cover__coords .coord { font-size: .9rem; }
  .cover h1 { font-size: 2.6rem; max-width: none; margin-bottom: 18px; }
  .cover .lead { margin-bottom: 20px; }
  .cover .hero__proof { display: none; }
  .cover__table { padding: 0; border: 1px solid var(--rule-strong); }
  /* Le tableau du hero devient une liste à filets : périmètre en gras, pièce produite dessous. */
  .cover__table table.grid, .cover__table table.grid tbody, .cover__table table.grid tr, .cover__table table.grid td { display: block; width: 100%; box-sizing: border-box; }
  .cover__table table.grid thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); }
  .cover__table table.grid caption { display: block; padding: 12px 16px; }
  .cover__table table.grid tr { border-bottom: 1px solid var(--rule); padding: 12px 16px 14px; }
  .cover__table table.grid tr:last-child { border-bottom: 0; }
  .cover__table table.grid td { padding: 0; border: 0; width: auto; font-size: .95rem; color: var(--text); }
  .cover__table table.grid td.w { font-family: var(--display); font-weight: 800; font-size: 1.05rem; color: var(--ink); margin-bottom: 4px; }
  .cover__table table.grid td:nth-child(3) { color: var(--ink); }
  .cover__table table.grid td:nth-child(3)::before { content: 'Pièce produite · '; font-family: var(--mono); font-size: .9rem; color: var(--red-text); letter-spacing: .06em; }
  .cover__table table.grid td:nth-child(4)::before { content: 'Rythme · '; font-family: var(--mono); font-size: .9rem; color: var(--muted); letter-spacing: .06em; }
  .cover__table table.grid td:nth-child(4) { color: var(--muted); }

  /* Bande de chiffres en 2 × 2 */
  .band__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .band__cell { padding: 16px 12px 16px 0; border-left: 0; }
  .band__cell:nth-child(2n) { padding-left: 14px; border-left: 1px solid var(--rule); }
  .band__cell:nth-child(n+3) { border-top: 1px solid var(--rule); }
  .band .num { font-size: 2.125rem; }
  .band .coord { margin-top: 8px; font-size: .9rem; }
  .band .s { display: none; }

  /* Sommaire : liste verticale compacte */
  .toc, .toc--3, .toc--4 { grid-template-columns: 1fr; border-left: 0; border-right: 0; }
  .toc a { display: flex; align-items: center; gap: 12px; min-height: 48px; padding: 10px 0; border-right: 0; border-bottom: 1px solid var(--rule); }
  .toc a .coord { display: inline-block; min-width: 2.2em; margin: 0; }
  .toc a b { font-size: 1rem; line-height: 1.25; }
  .toc a span:last-child:not(.coord) { display: none; }
  .toc a.is-current { box-shadow: inset 3px 0 0 var(--red); padding-left: 10px; }

  /* Chapitres : numéro réduit, question lisible, réponse en gras */
  .qhead { padding-top: 12px; display: grid; grid-template-columns: auto 1fr; column-gap: 14px; align-items: start; }
  .qhead__num { font-size: 3.5rem; line-height: .85; letter-spacing: -.05em; grid-row: 1 / span 2; }
  .qhead h2 { margin-top: 4px; margin-bottom: 12px; font-size: 1.7rem; }
  .qhead .qa__cta { grid-column: 2; }
  .qa__short { font-size: 1.125rem; line-height: 1.45; }
  .qa__body p, .qa__body li, .qa__more-body p { font-size: 1.0625rem; }
  .qa__more summary { display: flex; align-items: center; justify-content: space-between; min-height: 48px; padding: 0 14px; border: 1px solid var(--rule-strong); font-family: var(--mono); font-size: .9rem; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; }
  .qa__more summary::-webkit-details-marker { display: none; }
  .qa__more summary::after { content: '+'; font-weight: 700; font-size: 1.2rem; }
  .qa__more[open] summary::after { content: '·'; }
  .qa__more-body { padding-top: 14px; }
  .qa__proof, .qa__get { font-size: .95rem; }
  .sectors li { grid-template-columns: 2.4em 1fr; }
  .sectors li span:last-child { font-size: .95rem; }

  /* Outils : pleine largeur, champs 52 px */
  .field input, .field select, .field textarea, input[type="text"], input[type="email"], input[type="number"], select { min-height: 52px; font-size: 1.0625rem; }
  input[type="range"] { min-height: 44px; }
  .toggle__btn { min-height: 48px; flex: 1 1 auto; }
  .ladder, .cases, .steps, .redfacts, .tier-notes, .grid-2, .grid-3, .grid-4, .cells { grid-template-columns: 1fr; }
  .redfacts { gap: 18px; margin-top: 24px; }
  .redfacts .num { font-size: 2.4rem; }
  .cases .num { font-size: 2.4rem; }
  .ladder > div, .cases > div { padding: 20px 18px 22px; }
  .ladder .btn { align-self: stretch; }

  /* Tableaux : plus de défilement horizontal. Les tables « par ligne » (diagnostics, VERA) s'empilent avec le libellé de colonne ;
     les tables « par colonne » (paliers, comparatif) sont doublées par des blocs par colonne (assets/js/60-mobile-tables.js). */
  .table-wrap { overflow: visible; border: 0; padding: 0; }
  .table-wrap::before { display: none; }
  table.grid.is-stacked, table.grid.is-stacked tbody, table.grid.is-stacked tr, table.grid.is-stacked td { display: block; width: 100%; box-sizing: border-box; min-width: 0; }
  table.grid.is-stacked thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); }
  table.grid.is-stacked caption { display: block; text-align: left; padding: 0 0 10px; }
  table.grid.is-stacked tr { border: 1px solid var(--rule-strong); padding: 14px 16px 16px; margin-bottom: 10px; background: var(--bg); }
  table.grid.is-stacked tr.is-central { background: var(--bg-2); border-color: var(--red); }
  table.grid.is-stacked { min-width: 0; }
  table.grid.is-stacked td { padding: 6px 0; border: 0; width: auto; font-size: 1rem; }
  table.grid.is-stacked td.w { font-family: var(--display); font-weight: 800; font-size: 1.1rem; color: var(--ink); padding-bottom: 8px; border-bottom: 1px solid var(--rule); margin-bottom: 6px; }
  table.grid.is-stacked td[data-th]:not(.w)::before { content: attr(data-th); display: block; font-family: var(--mono); font-size: .9rem; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); margin-bottom: 2px; }
  table.grid.is-stacked td .num--sm { font-size: 1.6rem; }
  table.grid.is-cols { display: none; }
  .tcards { display: grid; gap: 12px; }
  .tcard { border: 1px solid var(--rule-strong); background: var(--bg); padding: 16px 16px 18px; }
  .tcard.is-hi { background: var(--bg-2); border-color: var(--red); box-shadow: inset 0 3px 0 var(--red); }
  .tcard__title { font-family: var(--display); font-weight: 900; font-size: 1.35rem; letter-spacing: -.03em; line-height: 1; margin: 0 0 12px; padding-bottom: 12px; border-bottom: 1px solid var(--rule); color: var(--ink); }
  .tcard dl { margin: 0; display: grid; gap: 10px; }
  .tcard dt { font-family: var(--mono); font-size: .9rem; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); margin-bottom: 2px; }
  .tcard dd { margin: 0; font-size: 1rem; color: var(--text); }
  .tcard dd .num { font-size: 1.9rem; display: block; }
  .tcard dd .num[hidden] { display: none; }
  .tcard dd .s { margin: 4px 0 0; font-size: .92rem; }
  .tcard dd .btn { margin-top: 6px; }

  /* Section rouge */
  .section--red p:not(.qhead__num):not(.num), .section--red li { font-size: 1.0625rem; }
  .section--red .qhead__num { font-size: 3.5rem; color: var(--red-ink); }

  /* FAQ, statement, formulaire */
  .faq summary { min-height: 52px; font-size: 1.02rem; padding-right: 36px; }
  .section--statement .callout, .callout { padding: 20px 18px; }
  .form .row { grid-template-columns: 1fr; }

  /* Images à plat, pleine largeur */
  .screen img, .figure img, .portrait img { width: 100%; height: auto; }
  .portrait { max-width: none; }

  /* Rail de lecture absent sur mobile ; sommaire suffit */
  .rail { display: none !important; }

  /* Barre d'action collante : bouton plein + lien Score, zone sûre iOS, masquée devant le formulaire de réservation */
  .sticky-cta { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 10px; min-height: 64px; padding: 8px var(--gutter) calc(8px + env(safe-area-inset-bottom)); transition: transform var(--t-base) ease-out, visibility var(--t-base); }
  .sticky-cta .btn { min-height: 48px; width: 100%; }
  .sticky-cta__alt { display: inline-flex; align-items: center; min-height: 48px; padding: 0 12px; font-family: var(--mono); font-size: .9rem; letter-spacing: .12em; text-transform: uppercase; font-weight: 700; color: var(--ink); text-decoration: none; box-shadow: inset 0 -2px 0 var(--red); }
  .sticky-cta.is-hidden { transform: translateY(110%); visibility: hidden; }
  body { padding-bottom: calc(72px + env(safe-area-inset-bottom)); }
  body.nav-open .sticky-cta { display: none; }

  /* Pied de page */
  .site-footer__grid { grid-template-columns: 1fr; gap: 24px; }
  .site-footer a { min-height: 44px; display: inline-flex; align-items: center; }
}
@media (prefers-reduced-motion: reduce) { .sticky-cta { transition: none; } }

/* Compléments mesurés sur iPhone : aucun débordement, aucune police sous 15 px. */
@media (max-width: 640px) {
  .qhead { grid-template-columns: auto minmax(0, 1fr); }
  .qhead h2, .qhead .qa__cta { min-width: 0; overflow-wrap: anywhere; }
  .btn-row, .qa__cta { grid-template-columns: minmax(0, 1fr); }
  .btn, .btn--primary, .btn--secondary, .btn--ghost { white-space: normal; min-width: 0; text-align: center; line-height: 1.2; }
  .redfacts .s, .band .s, .cases .s, .ladder .price small, .price small, .num small, .num .u, p.s, .s { font-size: .9rem; }
  .qa__more summary, .qa__more summary span, .faq summary, .faq summary span { font-size: .95rem; }
  .field label, .field label span, .req, label { font-size: .9rem; }
  small { font-size: .9rem; }
  .prose a, .qa__body a, .qa__proof a, .site-footer address a, .note a { display: inline; padding: 6px 0; line-height: 2; }
}
@media (max-width: 640px) {
  .faq__more > summary, .faq__more > summary span, .qa__more > summary, .qa__more > summary span { font-size: .95rem; }
  .faq__more > summary, .qa__more > summary { min-height: 48px; width: 100%; justify-content: space-between; padding: 0 14px; border: 1px solid var(--rule-strong); }
  .toggle__btn, .tool__formula, .opt__key, .hero__proof, .hero__proof b, .hero__proof span, .note, .tcard .s, .ladder small, .vera-plan small { font-size: .9rem; }
  .hero__proof { display: flex; flex-wrap: wrap; gap: 6px 14px; margin-top: 16px; }
  .cover .hero__proof { display: none; }
  .score .opt { min-height: 56px; }
}
@media (max-width: 640px) {
  .cover h1 { font-size: 2.4rem; }
  .cover__table table.grid td:first-child, .cover__table table.grid td.w, .cover__table table.grid th:first-child { width: auto !important; }
  .cover__table table.grid td { overflow-wrap: normal; word-break: normal; }
  .section__coords { flex-direction: column; gap: 2px; padding: 10px 0 4px; }
  .section__coords .coord { max-width: none; white-space: normal; }
  .section__coords .coord:last-child { display: none; }
  .sticky-cta .btn { white-space: nowrap; font-size: .86rem; letter-spacing: .08em; padding: 0 12px; }
  .sticky-cta__alt { padding: 0 8px; }
  .num, .band .num, .tier .amount, .tcard dd .num { white-space: nowrap; }
  .price { white-space: normal; }
  .ladder, .cases, .steps, .redfacts, .tier-notes, .grid-2, .grid-3, .grid-4, .cells, .tcards { grid-template-columns: minmax(0, 1fr); }
  .ladder > div, .cases > div, .steps > div, .tcard { min-width: 0; }
}
@media (max-width: 640px) {
  .toggle .toggle__btn, .tool .tool__formula, .tool__cell .note, .opt .opt__key, .screen .screen__bar, .screen .screen__bar span, .book__aside .hero__proof, .book__aside .hero__proof b, .book__aside .hero__proof span, .score p, .num small, .num .u, .band .num small { font-size: .9rem; }
  .opt .opt__key { width: 34px; height: 34px; }
  .sticky-cta .btn { font-size: .9rem; letter-spacing: .06em; }
}
@media (max-width: 640px) {
  .tcard__sub { display: block; font-family: var(--mono); font-weight: 700; font-size: .9rem; letter-spacing: .08em; text-transform: uppercase; color: var(--red-text); margin-top: 6px; }
  .num--sm small, .tcard dd .num small, .band .num small, .redfacts .num small, .cases .num small { font-size: .9rem; }
}

/* ===== funnel.css ===== */
/* Magnetiks V3 · tunnel (Fork F3) : score, résultat, rapport, merci, réserver, études de cas, à propos, blog.
   Direction « dossier technique de cabinet » (brief V3, section 9) : angles droits, filets 1 px, chiffres surdimensionnés
   Archivo 800, labels mono, un seul style de bouton (défini par Fork F1 dans main.css). Cette feuille n'ajoute que ce qui n'y est pas. */

.container--narrow { max-width: 880px; }

/* Hero de page intérieure (repli si templates/hero.php n'existe pas) */
.hero--page { padding: calc(var(--section) * .8) 0 calc(var(--section) * .55); border-bottom: 1px solid var(--rule); position: relative; }
.hero--page > .container { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: 48px; align-items: start; position: relative; }
.hero__coord { grid-column: 1 / -1; font-family: var(--mono); font-size: .66rem; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); margin: 0 0 28px; padding-bottom: 12px; border-bottom: 1px solid var(--rule); }
.hero--page .hero__text h1 { margin-bottom: 22px; max-width: 16ch; text-transform: uppercase; }
.hero--page .lead { margin-bottom: 28px; }
.hero__proof { display: flex; flex-wrap: wrap; gap: 8px 24px; margin: 28px 0 0; font-family: var(--mono); font-size: .68rem; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); }
.hero__proof b { color: var(--ink); font-weight: 700; }
.hero--page.hero--score > .container, .hero--page.hero--merci > .container { grid-template-columns: 1fr; }
.hero--score .hero__text, .hero--merci .hero__text { max-width: 880px; }
.hero__aside { align-self: stretch; }
@media (max-width: 900px) { .hero--page > .container { grid-template-columns: 1fr; gap: 32px; } .hero--page .hero__text h1 { max-width: none; } }

/* Bande d'appel à l'action (repli) */
.cta-band__inner { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: 32px 64px; align-items: center; }
@media (max-width: 900px) { .cta-band__inner { grid-template-columns: 1fr; } }

/* Score : écrans */
.score { position: relative; border: 1px solid var(--rule-strong); padding: 32px; background: var(--bg-2); }
.score__progress { height: 3px; background: var(--rule); overflow: hidden; margin-bottom: 18px; }
.score__bar { height: 100%; background: var(--red); transition: width var(--t-slow) var(--ease-out); }
.score__count { margin-bottom: 26px; }
.score__help { color: var(--muted); font-size: .95rem; margin: 0 0 10px; }
.score__title { font-size: clamp(1.5rem, 2.8vw, 2.1rem); margin-bottom: 26px; }
.score__opts { display: grid; gap: 0; border-top: 1px solid var(--rule-strong); }
.opt { display: flex; align-items: center; gap: 18px; width: 100%; min-height: 60px; padding: 14px 16px; text-align: left; background: transparent; border: 0; border-bottom: 1px solid var(--rule-strong); color: var(--ink); font: inherit; font-size: 1.0625rem; cursor: pointer; transition: background var(--t-fast) var(--ease-out); }
.opt:hover { background: var(--bg-2); }
.opt:hover > :first-child { transform: translateX(4px); transition: transform var(--t-fast) var(--ease-out); }
.opt.is-selected { background: rgba(230, 42, 30, .08); border-bottom-color: var(--red); }
.opt__key { flex: 0 0 auto; width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid var(--rule-strong); font-family: var(--mono); font-size: .75rem; font-weight: 700; color: var(--muted); }
.opt.is-selected .opt__key, .opt:hover .opt__key { color: var(--ink); border-color: var(--ink); }
.opt__label { flex: 1 1 auto; }
.score__nav { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px; margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--rule); }
.score__nav .btn[disabled] { opacity: .35; cursor: not-allowed; }
.score__wait { margin: 12px 0 24px; }

/* Résultat : chiffre surdimensionné qui déborde sur le filet, compteur plat */
.result { border: 1px solid var(--rule-strong); background: var(--bg-2); padding: 32px; }
.result__top { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: 24px 48px; align-items: end; padding-bottom: 28px; margin-bottom: 28px; border-bottom: 1px solid var(--rule-strong); }
.result__text h2 { font-size: clamp(1.75rem, 3.2vw, 2.6rem); margin-bottom: 12px; text-transform: uppercase; }
.result__text .lead { margin: 0; }
.gauge .label { margin-bottom: 6px; }
.gauge__num { display: flex; align-items: baseline; gap: 8px; line-height: 1; margin-bottom: 14px; }
.gauge__num .num { font-size: clamp(6rem, 13vw, 11rem); letter-spacing: -.06em; line-height: .86; color: var(--red); }
.gauge[data-level="orange"] .gauge__num .num { color: var(--warn); }
.gauge[data-level="vert"] .gauge__num .num { color: var(--ok); }
.gauge__num small { font-family: var(--mono); font-size: .8rem; letter-spacing: .14em; color: var(--muted); }
.gauge__meter { height: 6px; background: var(--rule); overflow: hidden; }
.gauge__meter i { display: block; height: 100%; background: var(--red); }
.gauge[data-level="orange"] .gauge__meter i { background: var(--warn); }
.gauge[data-level="vert"] .gauge__meter i { background: var(--ok); }
.result__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; margin-bottom: 26px; border: 1px solid var(--rule-strong); }
.result__cell { padding: 20px 22px; border-right: 1px solid var(--rule-strong); }
.result__cell:last-child { border-right: 0; }
.result__cell .label { margin-bottom: 10px; }
.result__cell .text { margin: 0; font-size: .95rem; }
.result__cell .price { font-size: 1.5rem; margin-bottom: 6px; }
.result__cell .note { margin: 0 0 10px; }
.result__cell--accent { border-top: 1px solid var(--red); }
.reads { list-style: none; margin: 0 0 28px; padding: 0; border-top: 1px solid var(--rule-strong); }
.read { padding: 16px 0; border-bottom: 1px solid var(--rule-strong); }
.read__head { display: flex; justify-content: space-between; gap: 16px; align-items: baseline; margin-bottom: 8px; }
.read__q { font-weight: 600; color: var(--ink); font-size: .95rem; }
.read__pts { font-size: .72rem; color: var(--muted); white-space: nowrap; }
.read__bar { height: 3px; background: var(--rule); overflow: hidden; margin-bottom: 10px; }
.read__bar i { display: block; height: 100%; background: var(--red); }
.read--orange .read__bar i { background: var(--warn); }
.read--vert .read__bar i { background: var(--ok); }
.read__a { margin: 0; font-size: .92rem; color: var(--text); }
.result__actions { margin-top: 4px; }
.report-form { margin-top: 16px; display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: 28px 40px; align-items: start; border: 1px solid var(--rule-strong); background: var(--bg-2); padding: 28px; }
.report-form h3 { margin-bottom: 10px; }
.report-form .note { margin: 0; }
.levels { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; border: 1px solid var(--rule-strong); }
.level { padding: 22px 24px; border-right: 1px solid var(--rule-strong); border-top: 1px solid var(--red); }
.level:last-child { border-right: 0; }
.level--orange { border-top-color: var(--warn); }
.level--vert { border-top-color: var(--ok); }
.level h3 { margin: 10px 0 8px; }
.level p:last-child { margin: 0; color: var(--text); font-size: .95rem; }
@media (max-width: 800px) {
  .score, .result, .report-form { padding: 20px; }
  .result__top { grid-template-columns: 1fr; }
  .result__grid, .levels { grid-template-columns: 1fr; }
  .result__cell, .level { border-right: 0; border-bottom: 1px solid var(--rule-strong); }
  .result__cell:last-child, .level:last-child { border-bottom: 0; }
  .report-form { grid-template-columns: 1fr; }
}

/* Réserver : formulaire en premier écran */
.book { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: 40px 56px; align-items: start; }
.book__form { padding: 32px; border: 1px solid var(--rule-strong); background: var(--bg-2); }
.book__form .form { gap: 16px; }
.book__aside .label { margin-bottom: 14px; }
.book__aside h1 { margin-bottom: 18px; max-width: 14ch; text-transform: uppercase; }
.book__aside .lead { margin-bottom: 22px; }
.book__why { list-style: none; margin: 0 0 24px; padding: 0; display: grid; gap: 10px; }
.book__why li { display: flex; gap: 12px; align-items: flex-start; margin: 0; color: var(--text); }
.book__why .check { flex: 0 0 auto; width: 18px; height: 18px; margin-top: 4px; color: var(--red); }
.book__agenda { margin-top: 22px; padding-top: 22px; border-top: 1px solid var(--rule); }
.book__agenda p { margin: 0 0 12px; }
@media (max-width: 900px) { .book { grid-template-columns: 1fr; } .book__aside h1 { max-width: none; } .book__form { padding: 22px; } }

/* Merci */
.merci__slot { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0; margin: 26px 0; border: 1px solid var(--rule-strong); }
.merci__slot > div { padding: 22px; border-right: 1px solid var(--rule-strong); }
.merci__slot > div:last-child { border-right: 0; border-top: 1px solid var(--red); }
.merci__slot .num { font-size: 1.9rem; text-transform: uppercase; }
@media (max-width: 640px) { .merci__slot { grid-template-columns: 1fr; } .merci__slot > div { border-right: 0; border-bottom: 1px solid var(--rule-strong); } .merci__slot > div:last-child { border-bottom: 0; } }

/* Études de cas */
.case { display: grid; grid-template-columns: minmax(0, 4fr) minmax(0, 8fr); gap: 32px 56px; align-items: start; }
.case__head .stats { grid-template-columns: 1fr; margin-top: 22px; }
.case__body h3 { margin: 26px 0 10px; font-size: 1.125rem; }
.case__body h3:first-child { margin-top: 0; }
.case__body .quote { margin-top: 24px; }
.case__body .checks { margin: 8px 0 0; }
.case__body ul:not(.checks) { color: var(--text); }
@media (max-width: 900px) { .case { grid-template-columns: 1fr; } .case__head .stats { grid-template-columns: 1fr 1fr; } }

/* À propos : portrait pleine hauteur de colonne, cadre 1 px, à plat */
.portrait { margin: 0; border: 1px solid var(--rule-strong); height: 100%; display: flex; flex-direction: column; }
.portrait img { width: 100%; height: 100%; object-fit: cover; flex: 1 1 auto; }
.portrait figcaption { font-family: var(--mono); font-size: .8rem; letter-spacing: 0; color: var(--muted); padding: 12px 16px; border-top: 1px solid var(--rule-strong); background: var(--bg-2); }
.rules { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0; border: 1px solid var(--rule-strong); }
.rules li { margin: 0; border-right: 1px solid var(--rule-strong); border-bottom: 1px solid var(--rule-strong); }
.rules li:nth-child(2n) { border-right: 0; }
.rules li:nth-last-child(-n+2) { border-bottom: 0; }
.rules .panel { height: 100%; border: 0; background: transparent; }
.rules h3 { font-size: 1.05rem; margin-bottom: 8px; }
.rules p { margin: 0; color: var(--text); font-size: .95rem; }
@media (max-width: 720px) { .rules { grid-template-columns: 1fr; } .rules li { border-right: 0; } .rules li:nth-last-child(2) { border-bottom: 1px solid var(--rule-strong); } }

/* Blog */
.post-list { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--rule-strong); }
.post-list li { margin: 0; }
.post-card { display: grid; grid-template-columns: 170px minmax(0, 1fr); gap: 24px; align-items: start; padding: 24px 0; border-bottom: 1px solid var(--rule-strong); background: transparent; border-left: 0; border-right: 0; border-top: 0; }
.post-card .meta { font-family: var(--mono); font-size: .66rem; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); line-height: 1.8; }
.post-card h2 { font-size: 1.35rem; margin-bottom: 8px; }
.post-card p { margin: 0; color: var(--text); }
@media (max-width: 640px) { .post-card { grid-template-columns: 1fr; gap: 8px; } }
.post-header { padding: calc(var(--section) * .7) 0 calc(var(--section) * .35); border-bottom: 1px solid var(--rule); }
.post-header h1 { font-size: clamp(2rem, 4.4vw, 3.4rem); max-width: 22ch; margin: 14px 0 18px; }
.post-meta { display: flex; flex-wrap: wrap; gap: 8px 24px; font-family: var(--mono); font-size: .68rem; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); margin: 0; }
.post-body { padding: calc(var(--section) * .5) 0 var(--section); }
.entry-content { max-width: 720px; }
.entry-content h2 { font-size: clamp(1.5rem, 2.6vw, 2rem); margin: 48px 0 14px; }
.entry-content h3 { margin: 32px 0 10px; }
.entry-content p, .entry-content li { max-width: 66ch; }
.entry-content img { border: 1px solid var(--rule-strong); }
.entry-content blockquote { margin: 28px 0; padding-left: 22px; border-left: 2px solid var(--red); color: var(--ink); font-weight: 500; }
.entry-content table { width: 100%; border-collapse: collapse; margin: 22px 0; font-size: .95rem; }
.entry-content th, .entry-content td { text-align: left; padding: 10px 12px 10px 0; border-bottom: 1px solid var(--rule); vertical-align: top; }
.entry-content th { font-family: var(--mono); font-size: .66rem; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); }
.entry-content .direct-answer { border: 1px solid var(--rule-strong); background: var(--bg-2); padding: 22px 26px; margin: 0 0 32px; border-top: 1px solid var(--red); }
.entry-content .direct-answer p { margin: 0; color: var(--ink); font-size: 1.1rem; }
.post-nav { display: flex; justify-content: space-between; gap: 24px; flex-wrap: wrap; margin-top: 40px; padding-top: 24px; border-top: 1px solid var(--rule); }
.post-nav a { font-weight: 600; }
.pagination { display: flex; flex-wrap: wrap; gap: 0; margin-top: 32px; border: 1px solid var(--rule-strong); width: max-content; max-width: 100%; }
.pagination .page-numbers { display: inline-flex; align-items: center; justify-content: center; min-width: 44px; min-height: 44px; padding: 0 14px; border-right: 1px solid var(--rule-strong); color: var(--text); font-family: var(--mono); font-size: .72rem; letter-spacing: .1em; }
.pagination .page-numbers:last-child { border-right: 0; }
.pagination .page-numbers.current { color: var(--ink); background: var(--bg-2); }
.pagination a.page-numbers:hover { color: var(--ink); background: var(--bg-2); }

/* Page simple (état newsletter, rapport manquant) */
.page-simple { padding: calc(var(--section) * .8) 0 var(--section); }
.page-simple h1 { font-size: clamp(2rem, 4.4vw, 3.4rem); margin: 14px 0 18px; text-transform: uppercase; }

/* Bouton lien (refaire le score) */
button.link { background: none; border: 0; padding: 0; cursor: pointer; font-family: var(--mono); font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; color: var(--ink); border-bottom: 2px solid var(--red); min-height: 44px; }
button.link:hover { color: var(--red-text); }

/* Cibles tactiles des liens inline du hero (44 px) */
.hero__proof a, .book__aside address a { display: inline-block; padding: 14px 0; margin: -14px 0; }

/* Les enfants de grille ne débordent jamais du viewport (min-width auto désactivé) */
.hero--page > .container > *, .book > *, .case > *, .result__top > *, .report-form > *, .cta-band__inner > * { min-width: 0; }
.merci__slot .num { white-space: normal; font-size: clamp(1.25rem, 5.2vw, 1.9rem); overflow-wrap: anywhere; }
.hero--page h1, .result__text h2 { overflow-wrap: anywhere; }

/* ===== offers.css ===== */
/* ===== offers.css · Magnetiks V3 · pages d'offre et tarifs (Fork F2).
   Direction (brief section 9) : angles droits, filets 1 px, grille discrète, chiffres Archivo surdimensionnés,
   un seul style de bouton, aucun bord épais coloré (filet 1 px seulement), aucune icône décorative.
   S'appuie sur les jetons et composants de F1 (00-tokens à 40-home). */

/* Hero d'offre : chiffre clé ou capture à plat à droite */
.cover--offer .cover__row { display: grid; grid-template-columns: minmax(0, 6fr) minmax(0, 6fr); gap: 40px var(--col-gap); align-items: end; margin-top: 40px; }
.cover--offer .cover__proof { list-style: none; margin: 32px 0 0; padding: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; background: var(--rule); border: 1px solid var(--rule); }
.cover--offer .cover__proof li { background: var(--bg); padding: 14px 16px; display: grid; gap: 6px; }
.cover--offer .cover__proof b { color: var(--ink); font-weight: 600; font-size: .95rem; }
.cover__figure { border-left: 1px solid var(--rule-strong); padding: 8px 0 8px 28px; }
.cover__figure .num--xl { color: var(--ink); }
.cover__figure .s { color: var(--muted); margin: 10px 0 0; max-width: 34ch; }
.cover__visual .screen { margin: 0; }
@media (max-width: 900px) { .cover--offer .cover__row { grid-template-columns: 1fr; gap: 32px; } .cover--offer .cover__proof { grid-template-columns: 1fr; } .cover__figure { padding-left: 20px; } }

/* Chiffres intermédiaires */
.num--md { font-size: clamp(2rem, 3.2vw, 2.8rem); letter-spacing: -.04em; }
.num--sm { font-size: clamp(1.5rem, 2.2vw, 1.9rem); letter-spacing: -.03em; line-height: 1; }
.num--sm small { font-size: .5em; }

/* Coordonnées de section sur fond rouge */
.section__coords--red .coord, .section__coords--red .coord b { color: #fff; }

/* Outils : un cadre à filets, un en-tête mono, un formulaire, une grille de résultats */
.tool { border: 1px solid var(--rule-strong); background: var(--bg); margin-top: 28px; }
.tool__head { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px 24px; padding: 12px 18px; border-bottom: 1px solid var(--rule); }
.tool__form { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; background: var(--rule); border-bottom: 1px solid var(--rule); }
.tool__form .field { background: var(--bg); padding: 16px 18px; gap: 8px; }
.tool--calc .tool__form { grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); }
.tool--calc[data-tool="vera"] .tool__form { grid-template-columns: 1fr; }
.field--range label { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; }
.field--range output { font-family: var(--display); font-weight: 900; font-size: 1.6rem; letter-spacing: -.03em; color: var(--ink); }
.field--range input[type="range"] { width: 100%; height: 44px; margin: 0; padding: 0; background: transparent; border: 0; -webkit-appearance: none; appearance: none; cursor: pointer; }
.field--range input[type="range"]::-webkit-slider-runnable-track { height: 2px; background: var(--rule-strong); }
.field--range input[type="range"]::-moz-range-track { height: 2px; background: var(--rule-strong); }
.field--range input[type="range"]::-webkit-slider-thumb { -webkit-appearance: none; width: 22px; height: 22px; margin-top: -10px; background: var(--red); border: 0; border-radius: 0; }
.field--range input[type="range"]::-moz-range-thumb { width: 22px; height: 22px; background: var(--red); border: 0; border-radius: 0; }
.field--range input[type="range"]:focus-visible { outline: 2px solid var(--red); outline-offset: 4px; }
.tool__result { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; background: var(--rule); }
.tool__cell { background: var(--bg-2); padding: 18px 18px 20px; display: flex; flex-direction: column; gap: 8px; }
.tool__cell .coord { display: block; }
.tool__cell .num { color: var(--ink); }
.tool__cell .s { color: var(--muted); font-size: .9rem; margin: 0; }
.tool__text { color: var(--ink); font-size: .95rem; margin: 0; }
.tool__cell--cta { justify-content: flex-end; align-items: flex-start; }
.tool__cell--cta .note { font-size: .84rem; color: var(--muted); }
.tool__formula { margin: 0; padding: 12px 18px; border-top: 1px solid var(--rule); font-family: var(--mono); font-size: .82rem; letter-spacing: .02em; line-height: 1.5; color: var(--muted); max-width: 80ch; }
@media (max-width: 900px) { .tool__form, .tool--calc .tool__form { grid-template-columns: 1fr; } .tool__result { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 560px) { .tool__result { grid-template-columns: 1fr; } }

/* Sélecteur annuel / trimestriel : deux boutons mono à filet */
.toggle { display: inline-flex; gap: 3px; padding: 3px; border: 1px solid var(--rule-strong); }
.toggle__btn { min-height: 44px; padding: 0 16px; background: transparent; border: 0; color: var(--muted); font-family: var(--mono); font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; cursor: pointer; }
.toggle__btn.is-on { background: var(--ink); color: var(--bg); }
.toggle__btn:focus-visible { outline: 2px solid var(--red); outline-offset: 2px; }

/* Tables de prix : colonne centrale relevée, ligne de prix, ligne de boutons */
.pricing { margin-top: 28px; }
.pricing .tool__head { border: 1px solid var(--rule-strong); border-bottom: 0; }
table.grid--pricing th, table.grid--pricing td { vertical-align: top; }
table.grid--pricing .price-row td { padding-top: 20px; padding-bottom: 20px; }
table.grid--pricing .price-row .num { display: block; }
table.grid--pricing .price-row .num[hidden] { display: none; }
table.grid--pricing .price-row .s { margin: 8px 0 0; color: var(--muted); font-size: .85rem; }
table.grid--pricing .cta-row td { padding: 16px; }
table.grid td.hi .num, table.grid td.hi .num small { color: var(--ink); }
table.grid td.hi .num small { color: var(--red-text); }
table.grid tr.is-central td { background: var(--bg-2); }
table.grid--diag td .num--sm, table.grid--vera td .num--sm { white-space: nowrap; }
table.grid--compare td { font-size: .92rem; }

/* Pilote et options VERA : trois cases à filets */
.pilot { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; background: var(--rule); border: 1px solid var(--rule); border-top: 0; }
.pilot > div { background: var(--bg); padding: 20px 20px 22px; }
.pilot .coord { display: block; margin-bottom: 10px; }
.pilot .num { color: var(--ink); }
.pilot .s { color: var(--muted); font-size: .9rem; margin: 8px 0 0; }
@media (max-width: 900px) { .pilot { grid-template-columns: 1fr; } }

/* Calendrier : notes par palier */
.tier-notes { margin: 0; border: 1px solid var(--rule); border-top: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; background: var(--rule); }
.tier-notes > div { background: var(--bg); padding: 16px 18px; }
.tier-notes > div.is-current { background: var(--bg-2); }
.tier-notes dt { margin-bottom: 6px; }
.tier-notes dd { margin: 0; color: var(--text); font-size: .92rem; }
.timeline--vera .w small { margin-left: 8px; }
@media (max-width: 900px) { .tier-notes { grid-template-columns: 1fr; } }

/* Parcours de démarrage en ligne (dans la section de réservation) */
.steps--row { display: grid; gap: 1px; background: var(--rule); border: 1px solid var(--rule); margin-top: 24px; }
.steps--row .step { background: var(--bg); padding: 14px 16px; display: grid; grid-template-columns: 64px 1fr; gap: 12px; align-items: start; }
.steps--row .step h3 { font-size: .98rem; margin: 0 0 4px; }
.steps--row .step p { margin: 0; color: var(--muted); font-size: .9rem; }

/* Galerie de captures à plat */
.screens { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: var(--col-gap); margin-top: 28px; }
.screens .screen { margin: 0; }
@media (max-width: 900px) { .screens { grid-template-columns: 1fr; } }

/* Page Tarifs */
.tarifs-toc { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; background: var(--rule); border: 1px solid var(--rule); margin-top: 32px; }
.tarifs-toc a { background: var(--bg); padding: 18px 18px 20px; text-decoration: none; color: var(--ink); display: grid; gap: 6px; min-height: 44px; }
.tarifs-toc a:hover { background: var(--bg-2); }
.tarifs-toc a .coord { display: block; }
.tarifs-toc a b { font-family: var(--display); font-weight: 800; font-size: 1.05rem; letter-spacing: -.02em; }
.tarifs-toc a span:last-child { color: var(--muted); font-size: .88rem; }
.hourly { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; background: var(--rule); border: 1px solid var(--rule); margin-top: 28px; }
.hourly > div { background: var(--bg); padding: 22px 20px 24px; }
.hourly .coord { display: block; margin-bottom: 8px; }
.hourly .num { color: var(--ink); }
.hourly .s { color: var(--muted); font-size: .9rem; margin: 8px 0 0; }
@media (max-width: 900px) { .tarifs-toc { grid-template-columns: repeat(2, minmax(0, 1fr)); } .hourly { grid-template-columns: 1fr; } }
@media (max-width: 560px) { .tarifs-toc { grid-template-columns: 1fr; } }

/* Mesure de lecture des chapeaux de section (F7). */
.g12 .lead, .split .lead { max-width: 64ch; }
.section > .container > p.s, .tool__text, .tool__formula, .table-note { max-width: 72ch; }
