  /* =====================================================================
     JALONS — Feuille de style (intégrée)
     Sommaire :
       1. Variables (couleurs, typo, espacements)
       2. Bases & accessibilité
       3. Boutons & badges
       4. En-tête / navigation
       5. Héros
       6. Sections génériques (cartes, grilles, étapes)
       7. Tarifs
       8. Témoignages
       9. FAQ
       10. Pied de page
       11. Emplacements photos
     Charte imposée : blanc + gris très clair, texte anthracite,
     accent bleu marine, vert doux pour la réassurance. Contraste AA.
     ===================================================================== */

  /* 1. VARIABLES ------------------------------------------------------- */
  :root {
    /* === Soleil doux — tokens repris À L'IDENTIQUE du tunnel (jalons-famille/public/jalons.css) === */
    --paper:      #FFF6EC;   /* canvas abricot très doux */
    --paper-deep: #EFE4D6;
    --card:       #FFFFFF;
    --peach:      #FBE7D4;   /* bandeaux, chips */
    --peach-deep: #A65332;
    --orange:     #E2854C;   /* marque + action primaire */
    --orange-deep:#C96E38;   /* survol primaire */
    --green-tint: #DEF0E4;
    --blue:       #44699C;   --blue-tint:  #E3ECF7;
    --amber:      #956212;   --amber-tint: #FBEDCF;

    /* Remap des anciens noms de la vitrine → Soleil doux (tout le CSS suit sans réécriture). */
    --white:      #FFFFFF;
    --gray-50:    #FFF6EC;   /* fond de section alterné → apricot */
    --gray-100:   #FBE7D4;   /* placeholders, surfaces → pêche */
    --line:       #EBD9C2;   /* bordures chaudes */

    --ink:        #45382E;   /* brun chaud (jamais noir pur) */
    --ink-soft:   #7A6A5C;   /* texte secondaire */

    --navy:       #E2854C;   /* accent / CTA → terracotta */
    --navy-hover: #C96E38;   /* survol */
    --navy-tint:  #FBE7D4;   /* fond très clair pêche */

    --green:      #2F7D58;   /* vert sémantique : coches, bonne nouvelle */
    --green-deep: #1F5E40;
    --green-soft: #DEF0E4;

    --font: "Nunito", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;

    /* Échelle de texte — base 18px, généreuse */
    --fs-base:  1.125rem;   /* 18px */
    --fs-small: 1rem;       /* 16px (jamais en dessous) */
    --fs-lead:  1.3125rem;  /* 21px */
    --fs-h1:    clamp(2.25rem, 5.2vw, 3.4rem);
    --fs-h2:    clamp(1.8rem, 3.6vw, 2.5rem);
    --fs-h3:    1.3rem;

    --r-sm: 10px;
    --r-md: 16px;
    --r-lg: 22px;
    --r-pill: 999px;

    /* Ombres chaudes (alignées sur le tunnel). */
    --shadow-sm: 0 2px 4px rgba(105,75,45,.05), 0 8px 22px rgba(105,75,45,.07);
    --shadow-md: 0 8px 28px rgba(105,75,45,.10), 0 2px 8px rgba(105,75,45,.06);
    --shadow-lg: 0 18px 48px rgba(105,75,45,.16);

    --container: 1160px;
    --maxw-text: 720px;
  }

  /* 2. BASES & ACCESSIBILITÉ ------------------------------------------- */
  *, *::before, *::after { box-sizing: border-box; }
  html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 90px; }
  body {
    margin: 0;
    font-family: var(--font);
    font-size: var(--fs-base);
    line-height: 1.6;
    color: var(--ink);
    background: var(--paper);
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
  }
  img, svg { display: block; max-width: 100%; }
  ul, ol { margin: 0; padding: 0; list-style: none; }
  a { color: var(--navy); text-underline-offset: 3px; }

  h1, h2, h3 { margin: 0; line-height: 1.15; color: var(--ink); letter-spacing: -0.015em; text-wrap: balance; }
  h1 { font-size: var(--fs-h1); font-weight: 800; }
  h2 { font-size: var(--fs-h2); font-weight: 800; }
  h3 { font-size: var(--fs-h3); font-weight: 700; letter-spacing: -0.01em; }
  p  { margin: 0; text-wrap: pretty; }
  p + p { margin-top: 1rem; }

  .lead { font-size: var(--fs-lead); color: var(--ink-soft); line-height: 1.55; }

  /* Focus toujours visible et net (navigation clavier) */
  :focus-visible { outline: 3px solid var(--navy); outline-offset: 3px; border-radius: 6px; }

  /* Lien d'évitement */
  .skip-link {
    position: absolute; left: 16px; top: -120px; z-index: 1000;
    background: var(--ink); color: #fff; padding: .75rem 1.25rem;
    border-radius: var(--r-sm); font-weight: 700; text-decoration: none;
    transition: top .2s ease;
  }
  .skip-link:focus { top: 16px; }

  .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;
  }

  @media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    * { animation: none !important; transition: none !important; }
  }

  /* Conteneur & rythme vertical */
  .container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: 20px; }
  section { padding-block: clamp(3rem, 7vw, 5.5rem); scroll-margin-top: 90px; }
  .section--gray { background: var(--gray-50); }

  .section-head { max-width: var(--maxw-text); margin-bottom: 2.75rem; }
  .section-head.center { margin-inline: auto; text-align: center; }
  .section-head .lead { margin-top: 1rem; }

  .eyebrow {
    display: inline-block; font-size: var(--fs-small); font-weight: 700;
    letter-spacing: .06em; text-transform: uppercase; color: var(--navy);
    margin-bottom: .75rem;
  }

  /* 3. BOUTONS & BADGES ------------------------------------------------ */
  .btn {
    display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
    min-height: 52px; padding: .8rem 1.6rem;
    font-family: var(--font); font-size: var(--fs-base); font-weight: 700; line-height: 1.2;
    text-decoration: none; border: 2px solid transparent; border-radius: var(--r-sm);
    cursor: pointer; transition: background-color .18s, border-color .18s, color .18s, transform .18s;
  }
  .btn:hover { transform: translateY(-1px); }
  .btn:active { transform: translateY(0); }
  .btn--primary { background: var(--navy); color: #fff; }
  .btn--primary:hover { background: var(--navy-hover); color: #fff; }
  .btn--outline { background: #fff; color: var(--navy); border-color: var(--navy); }
  .btn--outline:hover { background: var(--navy-tint); color: var(--navy); }
  .btn--lg { min-height: 58px; padding: 1rem 2rem; font-size: var(--fs-lead); }
  .btn--block { width: 100%; }

  /* Badge de réassurance (vert doux) */
  .badge {
    display: inline-flex; align-items: center; gap: .4rem;
    padding: .35rem .75rem; border-radius: var(--r-pill);
    background: var(--green-soft); color: var(--green-deep);
    font-size: var(--fs-small); font-weight: 700;
  }
  .badge svg { width: 16px; height: 16px; }

  /* Liste à coches vertes */
  .checks { display: grid; gap: .85rem; }
  .checks li { display: grid; grid-template-columns: 26px 1fr; gap: .65rem; align-items: start; }
  .checks li .tick {
    width: 24px; height: 24px; margin-top: 2px; flex: none;
    border-radius: var(--r-pill); background: var(--green-soft); color: var(--green-deep);
    display: grid; place-items: center;
  }
  .checks li .tick svg { width: 14px; height: 14px; }

  /* 4. EN-TÊTE / NAVIGATION ------------------------------------------- */
  .site-header {
    position: sticky; top: 0; z-index: 100;
    background: rgba(255,255,255,.92); backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--line);
  }
  .site-header .container {
    display: flex; align-items: center; justify-content: space-between;
    gap: 1rem; min-height: 74px;
  }
  .brand { display: inline-flex; align-items: center; gap: .6rem; text-decoration: none; color: var(--ink); font-weight: 800; font-size: 1.4rem; letter-spacing: -0.02em; }
  .brand .mark {
    width: 36px; height: 36px; flex: none; border-radius: 10px; background: var(--navy);
    display: grid; place-items: center; color: #fff;
    font-weight: 800; font-size: 1.35rem; line-height: 1;
  }
  .brand .mark svg { width: 22px; height: 22px; }
  /* Logo aligné sur le tunnel : pastille orange « J » + JALONS / tagline. */
  .brand .brand-text { display: inline-flex; flex-direction: column; line-height: 1.05; }
  .brand .brand-text b { font-size: 1.25rem; font-weight: 800; letter-spacing: -0.01em; color: var(--ink); }
  .brand .brand-tag { font-size: .72rem; font-weight: 700; color: var(--peach-deep); letter-spacing: .01em; margin-top: 1px; }
  .footer-brand .brand .brand-text b { color: #fff; }
  .footer-brand .brand .brand-tag { color: var(--peach); }

  .main-nav { display: flex; align-items: center; gap: .35rem; }
  .nav-list { display: flex; align-items: center; gap: .25rem; }
  .nav-list a {
    display: inline-block; padding: .55rem .85rem; border-radius: var(--r-pill);
    color: var(--ink); font-weight: 600; text-decoration: none; font-size: 1.05rem;
  }
  .nav-list a:hover { background: var(--gray-100); color: var(--navy); }
  .nav-cta { margin-left: .75rem; }

  .nav-toggle {
    display: none; align-items: center; gap: .5rem; min-height: 48px; padding: .5rem .85rem;
    background: #fff; border: 2px solid var(--line); border-radius: var(--r-pill);
    font-family: var(--font); font-weight: 700; font-size: 1rem; color: var(--ink); cursor: pointer;
  }
  .nav-toggle .bars { display: grid; gap: 4px; }
  .nav-toggle .bars span { display: block; width: 20px; height: 2px; background: var(--ink); border-radius: 2px; }

  @media (max-width: 880px) {
    .nav-toggle { display: inline-flex; }
    .main-nav {
      position: absolute; left: 0; right: 0; top: 100%;
      flex-direction: column; align-items: stretch; gap: 0;
      background: #fff; border-bottom: 1px solid var(--line); box-shadow: var(--shadow-md);
      padding: .75rem 20px 1.5rem; display: none;
    }
    .main-nav[data-open="true"] { display: flex; }
    .nav-list { flex-direction: column; align-items: stretch; gap: 0; }
    .nav-list a { padding: .9rem 1rem; border-radius: var(--r-md); font-size: 1.15rem; }
    .nav-cta { margin: .75rem 0 0; }
    .nav-cta .btn { width: 100%; }
  }

  /* 5. HÉROS ----------------------------------------------------------- */
  .hero { padding-block: clamp(2.5rem, 6vw, 4.5rem); }
  .hero .container { display: grid; gap: 2.5rem; align-items: center; grid-template-columns: 1fr; }
  @media (min-width: 920px) { .hero .container { grid-template-columns: 1.05fr .95fr; gap: 3.5rem; } }
  .hero h1 { margin-bottom: 1.1rem; }
  .hero .lead { max-width: 40ch; }
  .hero-actions { margin-top: 1.75rem; }
  .hero-reassure {
    margin-top: 1.5rem; display: flex; flex-wrap: wrap; gap: .6rem 1.4rem;
  }
  .hero-reassure li { display: inline-flex; align-items: center; gap: .45rem; font-weight: 600; color: var(--ink-soft); font-size: var(--fs-small); }
  .hero-reassure svg { width: 18px; height: 18px; color: var(--green); flex: none; }
  .hero-media .img-ph { aspect-ratio: 4 / 4.3; }

  /* 6. SECTIONS GÉNÉRIQUES -------------------------------------------- */
  .grid { display: grid; gap: 1.5rem; }
  .grid-3 { grid-template-columns: 1fr; }
  @media (min-width: 720px) { .grid-3 { grid-template-columns: 1fr 1fr; } }
  @media (min-width: 940px) { .grid-3 { grid-template-columns: repeat(3, 1fr); } }
  .grid-6 { grid-template-columns: 1fr; }
  @media (min-width: 600px) { .grid-6 { grid-template-columns: 1fr 1fr; } }
  @media (min-width: 940px) { .grid-6 { grid-template-columns: repeat(3, 1fr); } }

  .card {
    background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg);
    padding: 1.75rem; box-shadow: var(--shadow-sm);
  }
  .card h3 { margin-bottom: .6rem; }
  .card p { color: var(--ink-soft); }

  .icon-badge {
    width: 54px; height: 54px; flex: none; border-radius: 14px;
    display: grid; place-items: center; background: var(--navy-tint); color: var(--navy);
    margin-bottom: 1.1rem;
  }
  .icon-badge svg { width: 28px; height: 28px; }

  /* Cartes douleur (problème) */
  .pain { display: flex; align-items: center; gap: .9rem; }
  .pain .q {
    flex: none; width: 44px; height: 44px; border-radius: var(--r-pill);
    background: var(--gray-100); color: var(--navy); display: grid; place-items: center;
  }
  .pain .q svg { width: 22px; height: 22px; }
  .pain p { font-weight: 600; color: var(--ink); }

  /* Étapes numérotées */
  .step-num {
    display: inline-grid; place-items: center; width: 46px; height: 46px;
    border-radius: var(--r-pill); background: var(--navy); color: #fff;
    font-weight: 800; font-size: 1.25rem; margin-bottom: 1rem;
  }

  /* Domaine (carte compacte) */
  .domain { display: flex; align-items: center; gap: 1rem; }
  .domain .icon-badge { margin: 0; width: 50px; height: 50px; }
  .domain h3 { font-size: 1.2rem; }
  .domain p { font-size: var(--fs-small); margin-top: .15rem; }

  /* 7. TARIFS ---------------------------------------------------------- */
  .pricing-grid { display: grid; gap: 1.5rem; grid-template-columns: 1fr; align-items: stretch; }
  @media (min-width: 880px) { .pricing-grid { grid-template-columns: repeat(3, 1fr); } }

  .plan {
    position: relative; background: #fff; border: 1px solid var(--line);
    border-radius: var(--r-lg); padding: 2rem 1.75rem; box-shadow: var(--shadow-sm);
    display: flex; flex-direction: column;
  }
  .plan--featured {
    border: 2.5px solid var(--navy); box-shadow: var(--shadow-lg);
  }
  @media (min-width: 880px) { .plan--featured { transform: translateY(-14px); } }
  .plan-flag {
    position: absolute; top: -15px; left: 50%; transform: translateX(-50%);
    background: var(--navy); color: #fff; font-weight: 700; font-size: .95rem;
    padding: .35rem 1rem; border-radius: var(--r-pill); display: inline-flex; align-items: center; gap: .4rem;
    white-space: nowrap;
  }
  .plan-flag svg { width: 16px; height: 16px; }
  .plan-name { font-size: 1.2rem; font-weight: 700; color: var(--ink); min-height: 2.6em; display: flex; align-items: flex-end; }
  .plan-price { font-size: 3rem; font-weight: 800; color: var(--navy); line-height: 1; margin-top: .5rem; letter-spacing: -0.03em; }
  .plan-price .cur { font-size: .55em; font-weight: 700; margin-left: .08em; }
  .plan-tag { color: var(--ink-soft); font-size: var(--fs-small); margin-top: .35rem; min-height: 1.5em; }
  .plan .checks { margin: 1.5rem 0; flex: 1; }
  .plan .checks li { font-size: 1.02rem; }
  .plan-base { font-size: var(--fs-small); font-weight: 700; color: var(--navy); }
  .pricing-foot { text-align: center; margin-top: 1.75rem; color: var(--ink-soft); font-size: var(--fs-small); display: flex; align-items: center; justify-content: center; gap: .5rem; flex-wrap: wrap; }
  .pricing-foot svg { width: 18px; height: 18px; color: var(--green); }

  /* 8. TÉMOIGNAGES ----------------------------------------------------- */
  .quote-card { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 1.75rem; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; }
  .quote-card blockquote { margin: 0; font-size: 1.15rem; line-height: 1.55; color: var(--ink); flex: 1; }
  .quote-result { margin-top: 1rem; font-weight: 700; color: var(--green-deep); background: var(--green-soft); border-radius: var(--r-sm); padding: .65rem .85rem; font-size: var(--fs-small); }
  .quote-person { display: flex; align-items: center; gap: .85rem; margin-top: 1.25rem; }
  .quote-person .avatar { width: 52px; height: 52px; flex: none; border-radius: var(--r-pill); overflow: hidden; }
  .quote-person .who { font-weight: 700; color: var(--ink); }
  .quote-person .who small { display: block; font-weight: 600; color: var(--ink-soft); font-size: .9rem; }

  /* 9. FAQ ------------------------------------------------------------- */
  .faq-list { display: grid; gap: .85rem; max-width: 820px; margin-inline: auto; }
  .faq-item { background: #fff; border: 1px solid var(--line); border-radius: var(--r-md); overflow: hidden; }
  .faq-item summary {
    list-style: none; cursor: pointer; padding: 1.2rem 1.35rem;
    display: flex; align-items: center; justify-content: space-between; gap: 1rem;
    font-weight: 700; font-size: 1.2rem; color: var(--ink);
  }
  .faq-item summary::-webkit-details-marker { display: none; }
  .faq-item summary .chev {
    flex: none; width: 30px; height: 30px; border-radius: var(--r-pill);
    background: var(--navy-tint); color: var(--navy); display: grid; place-items: center; transition: transform .2s;
  }
  .faq-item[open] summary .chev { transform: rotate(180deg); }
  .faq-item .answer { padding: 0 1.35rem 1.3rem; color: var(--ink-soft); }
  .faq-item .answer p { max-width: 64ch; }

  /* 10. PIED DE PAGE --------------------------------------------------- */
  .site-footer { background: var(--ink); color: #EFE4D6; padding-block: 3.5rem 2rem; }
  .site-footer a { color: #EFE4D6; text-decoration: none; }
  .site-footer a:hover { color: #fff; text-decoration: underline; }
  .footer-top { display: grid; gap: 2rem; grid-template-columns: 1fr; }
  @media (min-width: 760px) { .footer-top { grid-template-columns: 1.6fr 1fr 1fr; } }
  .footer-brand .brand { color: #fff; }
  .footer-brand .brand .mark { background: rgba(255,255,255,.16); }
  .footer-brand p { margin-top: .75rem; max-width: 36ch; color: #D8C4AC; }
  .footer-col h2 { font-size: .95rem; text-transform: uppercase; letter-spacing: .05em; color: #C2AE97; margin-bottom: .85rem; font-weight: 700; }
  .footer-col ul { display: grid; gap: .55rem; }
  .footer-col a { font-weight: 600; }
  .footer-disclaimer { margin-top: 2.25rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.14); font-size: var(--fs-small); color: #D8C4AC; max-width: 80ch; }
  .footer-bottom { margin-top: 1.25rem; font-size: var(--fs-small); color: #C2AE97; }

  /* 11. EMPLACEMENTS PHOTOS (placeholders gris à remplacer) ----------- */
  /* Pour mettre une vraie photo : remplacez la div .img-ph par une balise
     image (avec un attribut alt descriptif) à l'intérieur du même .img-frame. */
  .img-frame { border-radius: var(--r-lg); overflow: hidden; background: var(--gray-100); }
  .img-frame img { width: 100%; height: 100%; object-fit: cover; display: block; }
  .img-ph {
    width: 100%; height: 100%; display: grid; place-items: center; text-align: center;
    padding: 1.5rem; color: var(--ink-soft);
    background:
      repeating-linear-gradient(135deg, rgba(31,41,51,.035) 0 12px, rgba(31,41,51,0) 12px 24px),
      var(--gray-100);
  }
  .img-ph .ph-icon {
    width: 48px; height: 48px; margin: 0 auto .75rem; border-radius: var(--r-pill);
    background: #fff; display: grid; place-items: center; color: var(--navy); box-shadow: var(--shadow-sm);
  }
  .img-ph .ph-icon svg { width: 26px; height: 26px; }
  .img-ph .ph-label { font-size: .92rem; line-height: 1.45; font-weight: 600; max-width: 30ch; }
  .img-ph .ph-label b { color: var(--ink); }

  /* Illustration produit du héros (formes simples, aucun fichier externe) */
  .hero-illus { position: relative; aspect-ratio: 4 / 4.3; border-radius: var(--r-lg); overflow: hidden; background: linear-gradient(155deg, var(--navy-tint), var(--green-soft)); }
  .hero-illus .b { position: absolute; border-radius: 50%; }
  .hero-illus .b1 { width: 58%; height: 58%; right: -12%; top: -10%; background: rgba(27,58,92,.10); }
  .hero-illus .b2 { width: 46%; height: 46%; left: -10%; bottom: -8%; background: rgba(47,143,107,.16); }
  .doc-card { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%) rotate(-4deg); width: 66%; min-width: 220px; background: #fff; border-radius: 16px; box-shadow: var(--shadow-md); padding: 1.15rem 1.2rem 1.35rem; }
  .doc-h { display: flex; align-items: center; gap: .55rem; margin-bottom: .9rem; }
  .doc-h .dot { width: 28px; height: 28px; border-radius: 8px; background: var(--navy); flex: none; display: grid; place-items: center; color: #fff; }
  .doc-h .dot svg { width: 16px; height: 16px; }
  .doc-h b { font-size: .9rem; color: var(--ink); }
  .doc-row { display: flex; align-items: center; gap: .55rem; margin-top: .6rem; }
  .doc-row .c { width: 18px; height: 18px; border-radius: 50%; background: var(--green-soft); color: var(--green-deep); display: grid; place-items: center; flex: none; }
  .doc-row .c svg { width: 11px; height: 11px; }
  .doc-row .ln { height: 8px; border-radius: 4px; background: var(--gray-100); flex: 1; }
  .float-chip { position: absolute; background: #fff; border-radius: 12px; box-shadow: var(--shadow-md); padding: .6rem .8rem; display: flex; align-items: center; gap: .5rem; font-weight: 700; font-size: .88rem; color: var(--ink); white-space: nowrap; }
  /* Photo du héros + pastilles flottantes (non rognées) */
  .hero-photo-wrap { position: relative; }
  .hero-photo { aspect-ratio: 4 / 4.3; }
  .hero-photo img { object-position: 62% 48%; }
  @media (max-width: 920px) { .hero-photo { max-width: 460px; margin-inline: auto; } .hero-photo-wrap .float-chip--1 { left: 2%; } .hero-photo-wrap .float-chip--2 { right: 2%; } }
  .float-chip .ic { width: 30px; height: 30px; border-radius: 50%; display: grid; place-items: center; flex: none; }
  .float-chip .ic svg { width: 17px; height: 17px; }
  .float-chip--1 { top: 8%; left: -4%; }
  .float-chip--1 .ic { background: var(--green-soft); color: var(--green-deep); }
  .float-chip--2 { bottom: 7%; right: -4%; }
  .float-chip--2 .ic { background: var(--navy-tint); color: var(--navy); }
  @media (max-width: 920px) { .hero-illus { max-width: 420px; margin-inline: auto; } .float-chip--1 { left: 0; } .float-chip--2 { right: 0; } }

  /* Avatars monogramme (témoignages, en attendant de vraies photos) */
  .avatar-mono { width: 52px; height: 52px; flex: none; border-radius: 50%; display: grid; place-items: center; font-weight: 800; font-size: 1.25rem; }
  .avatar-mono--a { background: var(--navy-tint); color: var(--navy); }
  .avatar-mono--b { background: var(--green-soft); color: var(--green-deep); }

  /* Utilitaires */
  .mt-1 { margin-top: .5rem; } .mt-2 { margin-top: 1rem; } .mt-3 { margin-top: 1.5rem; }
  .center { text-align: center; }

  /* 12. PAGES DE TEXTE (mentions, confidentialité, contact) ----------- */
  .page-hero { background: var(--navy-tint); padding-block: clamp(2.5rem, 6vw, 4rem); }
  .page-hero .container { max-width: var(--maxw-text); }
  .page-hero h1 { margin-bottom: .75rem; }
  .page-hero p { color: var(--ink-soft); font-size: var(--fs-lead); }
  .prose { max-width: var(--maxw-text); margin-inline: auto; }
  .prose h2 { font-size: 1.5rem; margin-top: 2.5rem; margin-bottom: .75rem; }
  .prose h2:first-child { margin-top: 0; }
  .prose h3 { font-size: 1.2rem; margin-top: 1.5rem; margin-bottom: .5rem; }
  .prose p { color: var(--ink-soft); margin-top: .75rem; }
  .prose ul { display: grid; gap: .55rem; margin-top: .85rem; padding-left: 0; }
  .prose ul li { display: grid; grid-template-columns: 20px 1fr; gap: .6rem; color: var(--ink-soft); }
  .prose ul li::before { content: ""; width: 8px; height: 8px; margin-top: .55rem; border-radius: 50%; background: var(--navy); }
  .prose a { font-weight: 600; }
  .prose .todo { background: #FBEDCF; border: 1px dashed #956212; border-radius: var(--r-sm); padding: .15rem .5rem; font-size: .92em; font-weight: 600; color: #956212; }
  .prose .updated { color: var(--ink-soft); font-size: var(--fs-small); margin-top: 0; margin-bottom: 2rem; }

  /* Bloc de contact */
  .contact-grid { display: grid; gap: 2rem; grid-template-columns: 1fr; max-width: 920px; margin-inline: auto; }
  @media (min-width: 820px) { .contact-grid { grid-template-columns: 1fr 1fr; align-items: start; } }
  .contact-card { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 1.75rem; box-shadow: var(--shadow-sm); }
  .contact-card h2 { font-size: 1.3rem; margin-bottom: .35rem; }
  .field { display: grid; gap: .4rem; margin-top: 1.1rem; }
  .field label { font-weight: 700; color: var(--ink); }
  .field input, .field textarea {
    font-family: var(--font); font-size: var(--fs-base); color: var(--ink);
    padding: .75rem .9rem; border: 2px solid var(--line); border-radius: var(--r-sm); background: #fff;
  }
  .field input:focus, .field textarea:focus { outline: none; border-color: var(--navy); }
  .field textarea { min-height: 140px; resize: vertical; }

  /* Tableaux dans les pages de texte */
  .prose .table-wrap { overflow-x: auto; margin-top: 1rem; -webkit-overflow-scrolling: touch; }
  .prose table { width: 100%; border-collapse: collapse; font-size: var(--fs-small); min-width: 520px; }
  .prose th, .prose td { text-align: left; padding: .7rem .85rem; border: 1px solid var(--line); vertical-align: top; }
  .prose thead th { background: var(--navy-tint); color: var(--ink); font-weight: 700; }
  .prose tbody tr:nth-child(even) { background: var(--gray-50); }
