/* prospection-externalisee.fr — famille V10-vestiaire, habillage réservé le 11/09/2026.
   Invariants de famille tenus ici : grotesque massive en 900 majuscules pour les titres,
   aplats de fond pleins (paper / surface / ink) qui structurent la page au lieu de cartes
   à ombre, rayons quasi nuls (2px), UN accent électrique jamais dilué, rythme vertical
   serré, chiffres en graisse maigre à très grand corps.
   Palette : teinte 192 réservée. Contraste mesuré encre sur accent 10,42:1, blanc 1,76:1
   -> AUCUN texte blanc sur l'accent, nulle part.
   Préfixes régénérés pour ce domaine : pxe- (coquille), fnl- (entonnoir), rdv- (éditorial). */

@font-face {
  font-family: "Smooch Sans";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/fonts/smooch-sans-variable-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Smooch Sans";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/fonts/smooch-sans-variable-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304,
    U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0,
    U+2113, U+2C60-2C7F, U+A720-A7FF;
}

:root {
  --ink:        oklch(19% 0.012 220);
  --ink-2:      oklch(25% 0.014 220);
  --paper:      oklch(96% 0.010 95);
  --surface:    oklch(92% 0.014 95);
  --accent:     oklch(80% 0.140 192);
  --accent-ink: oklch(19% 0.020 220);
  --line:       oklch(84% 0.012 95);
  --line-strong: oklch(70% 0.014 95);
  --line-on-ink: oklch(38% 0.016 220);
  --paper-on-ink: oklch(95% 0.008 95);
  --mut:        oklch(45% 0.014 220);
  --mut-on-ink: oklch(86% 0.010 95);

  --radius: 2px;
  --sec-y: clamp(56px, 6.4vw, 104px);
  --wrap: 1200px;
  --narrow: 760px;
  --hdr-h: 68px;
  --titre: "Smooch Sans", ui-sans-serif, system-ui, sans-serif;
  --corps: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html, body { overflow-x: clip; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: calc(var(--hdr-h) + 16px); }
[id] { scroll-margin-top: calc(var(--hdr-h) + 16px); }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

/* Césure jamais automatique : en français, une coupure imposée par le moteur
   tombe régulièrement au mauvais endroit (invariant de parc I3). */
html, body, h1, h2, h3, h4, p, li, td, th, figcaption, label, summary { hyphens: manual; -webkit-hyphens: manual; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--corps);
  font-size: 17px;
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
}

img, svg, video { max-width: 100%; height: auto; display: block; }

/* ── Titres : le geste de la famille ──────────────────────────────────── */
h1, h2, h3, h4, .pxe-mark b, .pxe-num {
  font-family: var(--titre);
  text-transform: uppercase;
  letter-spacing: 0.005em;
  line-height: 0.94;
  margin: 0;
  text-wrap: balance;
  overflow-wrap: break-word;
}
.pxe-nobr { max-width: 100%; display: inline-block; overflow-wrap: anywhere; }
/* Garde de largeur : sous 361 px, la coupure normale reprend la main plutôt que
   de laisser un mot long déborder (invariant I74). */
@media (min-width: 361px) { .pxe-nobr { white-space: nowrap; } }
h1 { font-weight: 900; font-size: clamp(38px, 7.4vw, 96px); hyphens: none; -webkit-hyphens: none; overflow-wrap: normal; word-break: keep-all; }
h2 { font-weight: 900; font-size: clamp(30px, 4.2vw, 54px); margin-bottom: 20px; }
h3 { font-weight: 800; font-size: clamp(20px, 2.1vw, 26px); margin-bottom: 8px; line-height: 1.04; }
h4 { font-weight: 800; font-size: 19px; margin-bottom: 6px; }
p { margin: 0 0 15px; }
p:last-child { margin-bottom: 0; }

a { color: inherit; text-underline-offset: 3px; text-decoration-thickness: 1px; }
a:hover { text-decoration-thickness: 2px; }

.pxe-wrap { width: min(100% - 40px, var(--wrap)); margin-inline: auto; }
.pxe-narrow { width: min(100% - 40px, var(--narrow)); margin-inline: auto; }
@media (max-width: 560px) { .pxe-wrap, .pxe-narrow { width: calc(100% - 32px); } }

section { padding-block: var(--sec-y); }
.pxe-bg-s { background: var(--surface); }
.pxe-bg-ink { background: var(--ink); color: var(--paper-on-ink); }
.pxe-bg-ink h1, .pxe-bg-ink h2, .pxe-bg-ink h3 { color: var(--paper-on-ink); }
.pxe-bg-ink a { color: var(--accent); }

.pxe-lede { font-size: clamp(18px, 1.9vw, 21px); line-height: 1.5; color: var(--mut); }
.pxe-bg-ink .pxe-lede { color: var(--mut-on-ink); }

/* Surtitre : un des deux seuls emplois de l'accent */
.pxe-badge {
  display: inline-block;
  font-family: var(--titre);
  text-transform: uppercase;
  font-weight: 800;
  font-size: 17px;
  letter-spacing: 0.08em;
  background: var(--accent);
  color: var(--accent-ink);
  padding: 3px 11px 4px;
  border-radius: var(--radius);
  margin: 0 0 18px;
}

/* Chiffres maigres à très grand corps — signature de la famille */
.pxe-num { font-weight: 200; font-size: clamp(52px, 7vw, 110px); line-height: 0.88; }
.pxe-num-l { display: block; font-family: var(--corps); text-transform: none; font-weight: 400; font-size: 15px; line-height: 1.45; color: var(--mut); margin-top: 8px; }
.pxe-bg-ink .pxe-num-l { color: var(--mut-on-ink); }

.pxe-skip { position: absolute; left: -9999px; }
.pxe-skip:focus { left: 8px; top: 8px; z-index: 90; background: var(--accent); color: var(--accent-ink); padding: 9px 14px; border-radius: var(--radius); }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 2px; }

/* ── En-tête ──────────────────────────────────────────────────────────── */
.pxe-bandeau { background: var(--ink); color: var(--mut-on-ink); font-size: 13.5px; padding: 7px 0; }
@media (max-width: 720px) { .pxe-bandeau { font-size: 12px; padding: 5px 0; } .pxe-bandeau .pxe-wrap > span:last-child { display: none; } }
.pxe-bandeau .pxe-wrap { display: flex; gap: 14px; justify-content: space-between; flex-wrap: wrap; }
.pxe-bandeau a { color: var(--accent); }

.pxe-hdr { background: var(--paper); border-bottom: 2px solid var(--ink); position: sticky; top: 0; z-index: 40; }
.pxe-hdr > .pxe-wrap { min-height: var(--hdr-h); display: flex; align-items: center; gap: 22px; }
.pxe-mark { text-decoration: none; display: block; line-height: 1; margin-right: auto; }
.pxe-mark b { display: block; font-weight: 900; font-size: 22px; }
.pxe-mark span { display: block; font-size: 11.5px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--mut); margin-top: 3px; }

.pxe-nav ul { display: flex; gap: 4px; list-style: none; margin: 0; padding: 0; }
.pxe-nav summary {
  font-family: var(--titre); text-transform: uppercase; font-weight: 800; font-size: 18px;
  letter-spacing: 0.03em; cursor: pointer; padding: 9px 12px; border-radius: var(--radius);
  list-style: none;
}
.pxe-nav summary::-webkit-details-marker { display: none; }
.pxe-nav summary:hover { background: var(--surface); }
.pxe-nav details[open] summary { background: var(--ink); color: var(--paper-on-ink); }
.pxe-nav details { position: relative; }
.pxe-panel {
  position: absolute; top: calc(100% + 6px); right: 0; z-index: 45;
  background: var(--paper); border: 2px solid var(--ink); border-radius: var(--radius);
  min-width: 310px; padding: 8px;
}
.pxe-panel ul { display: block; }
.pxe-panel a { display: block; padding: 9px 11px; text-decoration: none; border-radius: var(--radius); }
.pxe-panel a:hover { background: var(--surface); }
.pxe-panel strong { display: block; font-family: var(--titre); text-transform: uppercase; font-weight: 800; font-size: 17px; }
.pxe-panel small { display: block; color: var(--mut); font-size: 13px; line-height: 1.4; }

.pxe-btn, .pxe-cta-hdr {
  display: inline-block; font-family: var(--titre); text-transform: uppercase;
  font-weight: 900; font-size: 19px; letter-spacing: 0.03em;
  background: var(--accent); color: var(--accent-ink);
  border: 2px solid var(--accent-ink); border-radius: var(--radius);
  padding: 11px 20px 12px; cursor: pointer; text-decoration: none; text-align: center;
  font-family: var(--titre);
}
.pxe-btn:hover, .pxe-cta-hdr:hover { background: var(--accent-ink); color: var(--accent); }
.pxe-btn-l { background: transparent; color: var(--ink); }
.pxe-btn-l:hover { background: var(--ink); color: var(--paper-on-ink); }
.pxe-burger { display: none; }

.pxe-mnav { display: none; }
@media (max-width: 980px) {
  .pxe-nav, .pxe-cta-hdr { display: none; }
  .pxe-burger {
    display: inline-block; font-family: var(--titre); text-transform: uppercase; font-weight: 900;
    font-size: 19px; background: var(--ink); color: var(--paper-on-ink); border: 0;
    border-radius: var(--radius); padding: 9px 16px; cursor: pointer;
  }
  .pxe-mnav {
    display: block; position: fixed; inset: 0; z-index: 80; background: var(--paper);
    padding: 22px 22px 40px; overflow-y: auto;
  }
  .pxe-mnav[hidden] { display: none !important; }
  .pxe-mnav a { display: block; padding: 11px 0; border-bottom: 1px solid var(--line); font-family: var(--titre); text-transform: uppercase; font-weight: 800; font-size: 22px; text-decoration: none; }
  .pxe-mnav-g { font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--mut); margin: 22px 0 4px; }
  .pxe-mnav-x { position: absolute; top: 12px; right: 14px; font-size: 30px; background: none; border: 0; cursor: pointer; line-height: 1; min-width: 48px; min-height: 48px; }
}

/* ── Hero mode A : formulaire SOUS le titre (archétype form-stacked-below) ── */
.pxe-hero { background: var(--paper); padding-top: clamp(18px, 4vw, 58px); }
.pxe-hero h1 { max-width: 16ch; }
/* Mode A, plancher de pli mobile : le bouton d'envoi doit être atteignable sans
   défiler à 390x844. Le chapeau passe SOUS le formulaire en petite largeur, et le
   titre se resserre — composition prévue par le manifeste de la famille. */
@media (max-width: 720px) {
  .pxe-hero { padding-top: 8px; padding-bottom: 26px; }
  .pxe-hero h1 { font-size: clamp(26px, 7vw, 36px); }
  .pxe-hero .pxe-badge { font-size: 14px; margin-bottom: 10px; padding: 2px 9px 3px; }
  .pxe-hero-g { gap: 14px; }
  .pxe-hero-f .pxe-form { padding: 13px; }
  .pxe-hero-f .pxe-rassure { display: none; }
  .pxe-hero-f .pxe-consent { margin: 10px 0 12px; font-size: 12.5px; }
  .pxe-hero-f .pxe-btn { font-size: 17px; padding: 9px 16px 10px; }
  .pxe-hero-f .pxe-form-t { font-size: 22px; }
  .pxe-hero-f .pxe-form-n { margin-bottom: 9px; font-size: 13px; }
  .pxe-hero-f .pxe-f { margin-bottom: 8px; }
  .pxe-hero-f .pxe-f label { font-size: 12.5px; margin-bottom: 3px; }
  .pxe-hero-f .pxe-f input, .pxe-hero-f .pxe-f select { padding: 8px 10px; }
  .pxe-hero-c { order: 3; }
}
.pxe-hero-g { display: grid; gap: clamp(26px, 3vw, 40px); }
.pxe-hero-t { grid-area: t; }
.pxe-hero-f { grid-area: f; }
.pxe-hero-c { grid-area: c; }
.pxe-hero-g { grid-template-areas: "t" "f" "c"; }
@media (min-width: 900px) {
  .pxe-hero-g { grid-template-columns: minmax(0, 1.15fr) minmax(330px, 0.85fr); grid-template-areas: "t f" "c f"; align-items: start; }
}

.pxe-crumb { background: var(--surface); padding: 10px 0; font-size: 13.5px; border-bottom: 1px solid var(--line); }
.pxe-crumb ol { display: flex; flex-wrap: wrap; gap: 7px; list-style: none; margin: 0; padding: 0; }
.pxe-crumb li + li::before { content: "/"; margin-right: 7px; color: var(--mut); }
.pxe-crumb [aria-current] { color: var(--mut); }

/* ── Formulaire ───────────────────────────────────────────────────────── */
.pxe-form { background: var(--ink); color: var(--paper-on-ink); border-radius: var(--radius); padding: clamp(18px, 2.2vw, 26px); }
.pxe-form-t { font-family: var(--titre); text-transform: uppercase; font-weight: 900; font-size: clamp(24px, 2.6vw, 32px); line-height: 0.98; margin: 0 0 6px; }
.pxe-form-n { font-size: 14.5px; color: var(--mut-on-ink); margin-bottom: 16px; }
.pxe-f { margin-bottom: 13px; }
.pxe-f label { display: block; font-size: 13.5px; font-weight: 600; margin-bottom: 5px; }
.pxe-f input, .pxe-f select, .pxe-f textarea {
  width: 100%; font: inherit; font-size: 16px; color: var(--ink); background: var(--paper);
  border: 2px solid var(--field-line, var(--line-strong)); border-radius: var(--radius);
  padding: 10px 11px;
}
.pxe-f textarea { resize: vertical; }
.pxe-f-g { display: grid; gap: 13px; }
@media (min-width: 620px) { .pxe-f-g { grid-template-columns: 1fr 1fr; } }
.pxe-req { color: var(--mut-on-ink); font-weight: 400; }
.pxe-hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.pxe-consent { display: flex; gap: 10px; align-items: flex-start; margin: 14px 0 16px; font-size: 13.5px; line-height: 1.45; }
.pxe-consent input { margin-top: 3px; width: 18px; height: 18px; flex: none; }
.pxe-consent a { color: var(--accent); }
.pxe-form .pxe-btn { width: 100%; border-color: var(--accent); }
.pxe-form .pxe-btn:hover { background: var(--paper); color: var(--ink); border-color: var(--paper); }
.pxe-rassure { font-size: 12.5px; color: var(--mut-on-ink); margin: 12px 0 0; }

/* ── Blocs ────────────────────────────────────────────────────────────── */
.pxe-trust { display: grid; gap: 22px; }
@media (min-width: 800px) { .pxe-trust { grid-template-columns: repeat(3, 1fr); } }
.pxe-trust-t { font-family: var(--titre); text-transform: uppercase; font-weight: 900; font-size: 21px; line-height: 1.02; margin-bottom: 6px; }
.pxe-trust > div { border-top: 3px solid var(--ink); padding-top: 14px; }

.pxe-steps { display: grid; gap: 20px; }
@media (min-width: 760px) { .pxe-steps { grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); } }
/* Aucun ordinal automatique : une section se nomme par son titre (règle de parc G47).
   La signature de graisse maigre de la famille V10 est portée par .pxe-num, sur des
   valeurs réelles, jamais sur un numéro d'ordre. */
.pxe-steps > div { border-top: 3px solid currentColor; padding-top: 13px; }
.pxe-steps > div > h3 { font-size: clamp(21px, 2.3vw, 28px); }

.pxe-cards { display: grid; gap: 16px; margin-top: 22px; }
@media (min-width: 760px) { .pxe-cards { grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); } }
.pxe-cards > * { display: block; background: var(--paper); border: 2px solid var(--ink); border-radius: var(--radius); padding: 17px; text-decoration: none; }
.pxe-bg-s .pxe-cards > * { background: var(--surface); }
.pxe-cards a:hover { background: var(--accent); }
.pxe-cards strong { display: block; font-family: var(--titre); text-transform: uppercase; font-weight: 900; font-size: 21px; line-height: 1.02; margin-bottom: 5px; }
.pxe-cards span { display: block; font-size: 14.5px; color: var(--mut); }
.pxe-cards a:hover span, .pxe-cards a:hover strong { color: var(--accent-ink); }

.pxe-index { display: grid; gap: 16px; margin-top: 20px; }
@media (min-width: 720px) { .pxe-index { grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); } }
.pxe-index a { display: block; background: var(--paper); border-left: 5px solid var(--accent); padding: 15px 17px; text-decoration: none; }
.pxe-bg-s .pxe-index a { background: var(--surface); }
.pxe-index a:hover { border-left-color: var(--ink); }
.pxe-index strong { display: block; font-family: var(--titre); text-transform: uppercase; font-weight: 800; font-size: 20px; line-height: 1.04; margin-bottom: 5px; }
.pxe-index span { display: block; font-size: 14px; color: var(--mut); }

.pxe-toc { border: 2px solid var(--ink); border-radius: var(--radius); padding: 15px 17px; align-self: start; }
.pxe-toc p { font-family: var(--titre); text-transform: uppercase; font-weight: 900; font-size: 18px; margin-bottom: 8px; }
.pxe-toc ol { margin: 0; padding-left: 18px; font-size: 14.5px; }
.pxe-toc li { margin-bottom: 5px; }
@media (min-width: 981px) { .pxe-toc { position: sticky; top: calc(var(--hdr-h) + 18px); } }

.pxe-doc { display: grid; gap: clamp(22px, 3vw, 44px); }
@media (min-width: 981px) { .pxe-doc { grid-template-columns: 280px minmax(0, 1fr); } }
.pxe-marge { display: none; }
@media (min-width: 981px) { .pxe-marge { display: block; } }
.pxe-sec { min-width: 0; }

.pxe-relance { border: 2px dashed var(--line-strong); border-radius: var(--radius); padding: 17px; margin-top: 26px; display: grid; gap: 13px; }
@media (min-width: 700px) { .pxe-relance { grid-template-columns: minmax(0, 1fr) auto; align-items: center; } }
.pxe-relance p { margin: 0; font-size: 15.5px; }

.pxe-faq details { border-top: 1px solid var(--line); padding: 13px 0; }
.pxe-faq summary { font-family: var(--titre); text-transform: uppercase; font-weight: 800; font-size: clamp(19px, 2vw, 23px); line-height: 1.06; cursor: pointer; }
.pxe-faq .pxe-a { padding-top: 9px; font-size: 15.5px; }
.pxe-maj { font-size: 13px; color: var(--mut); margin-top: 26px; }

.pxe-attentes { list-style: none; margin: 16px 0 0; padding: 0; }
.pxe-attentes li { padding: 10px 0 10px 26px; border-bottom: 1px solid var(--line); position: relative; }
.pxe-attentes li::before { content: ""; position: absolute; left: 0; top: 19px; width: 13px; height: 3px; background: var(--accent); }

.pxe-mid { margin-top: 26px; }

/* ── Éditorial (rdv-) ─────────────────────────────────────────────────── */
.rdv-liste { margin: 16px 0 0; padding-left: 20px; }
.rdv-liste li { margin-bottom: 9px; }
.rdv-loi { background: var(--ink); color: var(--paper-on-ink); border-left: 6px solid var(--accent); padding: 17px 19px; border-radius: var(--radius); margin: 0 0 20px; }
.rdv-loi-t { font-family: var(--titre); text-transform: uppercase; font-weight: 900; font-size: 20px; margin-bottom: 9px; }
.rdv-loi p { font-size: 15px; }
.rdv-loi a { color: var(--accent); }

.rdv-objection { background: var(--surface); border-top: 4px solid var(--ink); padding: 18px 19px; border-radius: var(--radius); margin: 0 0 26px; }
.pxe-bg-s .rdv-objection { background: var(--paper); }
.rdv-q { font-family: var(--titre); text-transform: uppercase; font-weight: 900; font-size: clamp(21px, 2.3vw, 27px); line-height: 1.02; margin-bottom: 9px; }

.rdv-plein { background: var(--ink); color: var(--paper-on-ink); padding-block: var(--sec-y); }
.rdv-plein h2 { color: var(--paper-on-ink); }
.rdv-plein a { color: var(--accent); }
.rdv-plein .pxe-lede { color: var(--mut-on-ink); }
.rdv-plein p:not(.pxe-badge), .rdv-plein td, .rdv-plein th { color: var(--paper-on-ink); }
.rdv-plein .pxe-badge { color: var(--accent-ink); }
.rdv-tw { overflow-x: auto; margin-top: 20px; }
.rdv-tbl { width: 100%; border-collapse: collapse; font-size: 15px; min-width: 560px; }
.rdv-tbl caption { text-align: left; font-size: 13px; color: var(--mut); padding-bottom: 9px; }
.rdv-plein .rdv-tbl caption { color: var(--mut-on-ink); }
.rdv-tbl th, .rdv-tbl td { text-align: left; padding: 11px 13px; border-bottom: 1px solid var(--line); vertical-align: top; }
.rdv-plein .rdv-tbl th, .rdv-plein .rdv-tbl td { border-bottom-color: var(--line-on-ink); }
.rdv-tbl thead th { font-family: var(--titre); text-transform: uppercase; font-weight: 900; font-size: 17px; letter-spacing: 0.02em; }
.rdv-tbl tbody th { font-weight: 600; }
.rdv-vous { color: var(--accent); font-weight: 700; }
@media (max-width: 640px) {
  .rdv-tbl { min-width: 0; }
  .rdv-tbl thead { position: absolute; left: -9999px; }
  .rdv-tbl tr { display: block; border-bottom: 3px solid var(--line-strong); padding: 8px 0; }
  .rdv-tbl th, .rdv-tbl td { display: block; border: 0; padding: 5px 0; }
  .rdv-tbl td::before { content: attr(data-l) " — "; font-weight: 700; }
}

/* ── Module signature : l'entonnoir (fnl-) ────────────────────────────── */
.fnl-bloc { margin: 0; }
.fnl-intro { max-width: 62ch; margin-bottom: 26px; }
.fnl-flux { list-style: none; margin: 0; padding: 0; display: grid; gap: 4px; }
.fnl-etage {
  background: var(--ink); color: var(--paper-on-ink); border-radius: var(--radius);
  padding: clamp(15px, 1.9vw, 22px) clamp(17px, 2.2vw, 26px);
  display: grid; gap: 10px; margin-inline: auto; width: 100%;
}
@media (min-width: 820px) {
  .fnl-etage { grid-template-columns: minmax(0, 1fr) 218px; align-items: start; }
  /* Étages de largeur décroissante : la rupture de symétrie n° 2 de l'habillage */
  .fnl-flux > li:nth-child(1) .fnl-etage { width: 100%; }
  .fnl-flux > li:nth-child(2) .fnl-etage { width: 94%; }
  .fnl-flux > li:nth-child(3) .fnl-etage { width: 88%; }
  .fnl-flux > li:nth-child(4) .fnl-etage { width: 82%; }
}
.fnl-etage h3 { color: var(--paper-on-ink); }
.fnl-etage p { font-size: 15px; color: var(--mut-on-ink); }
.fnl-mesure { border-left: 3px solid var(--accent); padding-left: 13px; }
.fnl-mesure b { display: block; font-family: var(--titre); text-transform: uppercase; font-weight: 800; font-size: 15px; letter-spacing: 0.05em; color: var(--accent); margin-bottom: 3px; }
.fnl-mesure span { font-size: 14px; color: var(--mut-on-ink); }
.fnl-ex { display: inline-block; font-size: 11px; letter-spacing: 0.09em; text-transform: uppercase; background: var(--accent); color: var(--accent-ink); padding: 1px 7px 2px; border-radius: var(--radius); margin-left: 7px; vertical-align: 2px; }
.fnl-note { margin-top: 22px; font-size: 15.5px; max-width: 68ch; }

.fnl-canaux { display: grid; gap: 16px; margin-top: 22px; }
@media (min-width: 760px) { .fnl-canaux { grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); } }
.fnl-canal { background: var(--surface); border-radius: var(--radius); padding: 17px; border-top: 5px solid var(--ink); }
.pxe-bg-s .fnl-canal { background: var(--paper); }
.fnl-canal > span { display: block; font-size: 11.5px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--mut); margin-bottom: 7px; }
.fnl-canal p { font-size: 14.5px; color: var(--mut); }

/* ── Images ───────────────────────────────────────────────────────────── */
.pxe-fig { margin: 0; }
.pxe-fig img { width: 100%; border-radius: var(--radius); object-fit: cover; background: var(--surface); }
.pxe-fig figcaption { font-size: 12.5px; color: var(--mut); margin-top: 7px; }
.pxe-bg-ink .pxe-fig figcaption { color: var(--mut-on-ink); }
.pxe-bande { padding: 0; }
.pxe-bande img { width: 100%; aspect-ratio: 21/7; object-fit: cover; border-radius: 0; }
@media (max-width: 700px) { .pxe-bande img { aspect-ratio: 16/10; } }
.pxe-duo { display: grid; gap: 18px; align-items: center; }
@media (min-width: 860px) { .pxe-duo { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); } }
.pxe-duo .pxe-fig img { aspect-ratio: 4/3; }

/* ── Pied ─────────────────────────────────────────────────────────────── */
.pxe-ft { background: var(--ink); color: var(--mut-on-ink); padding-block: clamp(40px, 5vw, 68px) 26px; font-size: 14.5px; }
.pxe-ft a { color: var(--paper-on-ink); }
.pxe-ft h3 { color: var(--paper-on-ink); font-size: 19px; margin-bottom: 11px; }
.pxe-ft-cols { display: grid; gap: 28px; }
@media (min-width: 820px) { .pxe-ft-cols { grid-template-columns: 1.5fr 1fr 1fr 1fr; } }
.pxe-ft ul { list-style: none; margin: 0; padding: 0; }
.pxe-ft li { margin-bottom: 6px; }
.pxe-ft-src { border-top: 1px solid var(--line-on-ink); margin-top: 30px; padding-top: 17px; font-size: 12.5px; }
.pxe-ft-end { font-size: 12.5px; margin-top: 11px; }

/* ── Volet latéral et barre mobile ────────────────────────────────────── */
.pxe-tab {
  position: fixed; right: 0; top: 50%; transform: translateY(-50%) rotate(180deg);
  writing-mode: vertical-rl; z-index: 60;
  font-family: var(--titre); text-transform: uppercase; font-weight: 900; font-size: 17px;
  background: var(--accent); color: var(--accent-ink); border: 0; border-radius: var(--radius) 0 0 var(--radius);
  padding: 15px 9px; cursor: pointer;
}
.pxe-scrim { position: fixed; inset: 0; background: oklch(19% 0.012 220 / 0.55); z-index: 70; }
.pxe-scrim[hidden] { display: none !important; }
.pxe-drawer {
  position: fixed; top: 0; right: 0; bottom: 0; width: min(430px, 100%); z-index: 75;
  background: var(--paper); padding: 20px; overflow-y: auto;
}
.pxe-drawer[hidden] { display: none !important; }
.pxe-drawer-h { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; }
.pxe-drawer-h .pxe-badge { margin: 0; }
.pxe-x { font-size: 29px; background: none; border: 0; cursor: pointer; line-height: 1; min-width: 48px; min-height: 48px; }
.pxe-mbar { display: none; }
@media (max-width: 760px) {
  .pxe-tab { display: none; }
  .pxe-mbar { display: block; position: fixed; left: 0; right: 0; bottom: 0; z-index: 60; background: var(--paper); border-top: 2px solid var(--ink); padding: 9px 16px; }
  .pxe-mbar .pxe-btn { width: 100%; }
  body { padding-bottom: 70px; }
}

/* Comportements — couche séparée, concaténée après styles.css au build.
   Rien d'esthétique ici : uniquement des états pilotés par le script.

   Le menu mobile est un volet apparié : déclencheur data-drawer-open="menu",
   cible data-drawer="menu". Forme BOUTON conservée : le contrôle de navigation
   du parc cherche un bouton, et la conversion en <details> natif a été mesurée
   comme une régression chez le frère externalisation-service-client.fr le 12/09. */

/* Aucun volet ne doit rester déplié si le script ne s'est pas chargé. */
.pxe-drawer[hidden], .pxe-mnav[hidden], .pxe-scrim[hidden] { display: none !important; }
.pxe-mnav.is-open { display: block; }

/* Un seul panneau de menu déroulant ouvert à la fois : l'état visuel reste
   porté par le sélecteur natif details[open]. */
.pxe-nav details[open] > .pxe-panel { display: block; }

/* Focus visible renforcé dans les surfaces sombres. */
.pxe-bg-ink :focus-visible, .pxe-ft :focus-visible, .pxe-form :focus-visible,
.rdv-plein :focus-visible, .fnl-etage :focus-visible { outline-color: var(--accent); }

/* État du voile d'arrière-plan, posé par le script quand un volet s'ouvre.
   Sans cette règle, la classe existe dans le JS et nulle part dans le CSS. */
.pxe-scrim { opacity: 0; transition: opacity .22s ease; }
.pxe-scrim.is-on { opacity: 1; }
@media (prefers-reduced-motion: reduce) { .pxe-scrim { transition: none; } }
.pxe-drawer { transform: translateX(100%); transition: transform .26s ease; }
.pxe-drawer.is-open { transform: translateX(0); }
@media (prefers-reduced-motion: reduce) { .pxe-drawer { transition: none; } }
