    /* ═══ Redesign accueil — composants additionnels ═══ */

    /* Accent sur le mot-clé du hero */
    .hero-title em { color: var(--accent); font-style: italic; }

    /* ── Bandeau de preuves dans le hero ───────────────────────────────── */
    .hero-proof {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      margin-top: 46px;
      padding-top: 28px;
      border-top: 1px solid var(--border);
      max-width: 680px;
    }
    .hero-proof-item {
      display: flex;
      flex-direction: column;
      gap: 7px;
      padding: 2px 0 2px 20px;
      border-left: 1px solid var(--border-light);
      text-decoration: none;
      color: inherit;
      transition: transform .2s var(--ease);
    }
    .hero-proof-item:first-child { padding-left: 0; border-left: none; }
    a.hero-proof-item:hover { transform: translateY(-2px); }
    a.hero-proof-item:hover .hero-proof-num { color: var(--accent-dark); }
    .hero-proof-num {
      font-family: var(--font-serif);
      font-weight: 700;
      font-size: 1.6rem;
      line-height: 1;
      color: var(--accent);
      font-variant-numeric: tabular-nums;
      letter-spacing: -.01em;
      white-space: nowrap;
      transition: color .2s var(--ease);
    }
    .hero-proof-label {
      font-size: .72rem;
      line-height: 1.4;
      color: var(--text-secondary);
    }
    @media (max-width: 600px) {
      .hero-proof { grid-template-columns: 1fr 1fr; gap: 24px 0; max-width: 380px; }
      .hero-proof-item { padding-left: 18px; }
      .hero-proof-item:nth-child(odd) { padding-left: 0; border-left: none; }
      .hero-proof-num { font-size: 1.5rem; }
    }

    /* ── Bandeau manifeste éditorial (sombre, pleine largeur) ──────────── */
    .manifesto {
      position: relative;
      overflow: hidden;
      margin: 30px 0;
      padding: 100px 0;
      background: linear-gradient(135deg, #1A1A18 0%, #262219 58%, #2e2818 100%);
      color: #fff;
    }
    .manifesto::before {
      content: '';
      position: absolute;
      top: -25%; right: -8%;
      width: 62%; height: 150%;
      background: radial-gradient(ellipse, rgba(198,164,78,.20) 0%, transparent 62%);
      pointer-events: none;
    }
    .manifesto::after {
      content: '';
      position: absolute;
      bottom: -30%; left: -10%;
      width: 48%; height: 120%;
      background: radial-gradient(ellipse, rgba(198,164,78,.10) 0%, transparent 60%);
      pointer-events: none;
    }
    .manifesto-inner { position: relative; max-width: 840px; }
    .manifesto-eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 11px;
      font-size: .7rem;
      font-weight: 700;
      letter-spacing: .15em;
      text-transform: uppercase;
      color: var(--accent-light);
      margin-bottom: 24px;
    }
    .manifesto-eyebrow::before {
      content: '';
      width: 26px; height: 1.5px;
      background: var(--accent);
    }
    .manifesto-statement {
      font-family: var(--font-serif);
      font-weight: 700;
      font-size: clamp(1.5rem, 3.3vw, 2.45rem);
      line-height: 1.32;
      color: #fff;
      margin-bottom: 42px;
      text-wrap: balance;
    }
    .manifesto-statement em { color: var(--accent-light); font-style: italic; }
    .manifesto-quote {
      border-left: 2.5px solid var(--accent);
      padding: 4px 0 4px 28px;
      max-width: 700px;
    }
    .manifesto-quote p {
      font-family: var(--font-serif);
      font-style: italic;
      font-size: 1.13rem;
      line-height: 1.62;
      color: rgba(255,255,255,.82);
      margin-bottom: 14px;
    }
    .manifesto-quote cite {
      font-style: normal;
      font-size: .82rem;
      font-weight: 600;
      letter-spacing: .02em;
      color: var(--accent-light);
    }
    .manifesto-quote cite span {
      color: rgba(255,255,255,.45);
      font-weight: 400;
    }
    @media (max-width: 768px) {
      .manifesto { padding: 68px 0; margin: 16px 0; }
      .manifesto-quote { padding-left: 20px; }
    }

    /* ── 01 · Piliers — colonnade scrollytelling ──────────────────────── */
    .pillars-layout { position: relative; display: grid; grid-template-columns: .98fr 1.02fr; gap: 56px; align-items: start; margin-top: 14px; }
    .colonnade-sticky { position: sticky; top: 0; height: 100vh; display: grid; place-items: center; }
    .colonnade-inner { width: 100%; max-width: 520px; }

    /* Puzzle : les pièces s'assemblent une à une, complet à la fin */
    .puzzle { width: 100%; display: flex; justify-content: center; }
    .puzzle-svg { width: 100%; max-width: 460px; height: auto; overflow: visible; display: block; }
    .puz-slot { fill: none; stroke: var(--border); stroke-width: 1.4; stroke-dasharray: 4 5; opacity: .7; }
    [data-theme="dark"] .puz-slot { stroke: var(--border-light); }
    .puz-piece {
      transform-box: fill-box; transform-origin: center;
      opacity: 0; transform: translate(var(--tx,0), var(--ty,0)) rotate(var(--rot,0deg)) scale(.82);
      transition: transform .72s cubic-bezier(.18,.82,.25,1), opacity .5s var(--ease);
    }
    .puz-piece path { fill: var(--card-bg); stroke: var(--text-muted); stroke-width: 1.4; transition: fill .5s var(--ease), stroke .5s var(--ease); }
    .puz-piece.is-placed { opacity: 1; transform: none; }
    .puz-piece.is-active path { fill: url(#puzGold); stroke: var(--accent); stroke-width: 1.8; }
    .puz-piece.is-active { filter: drop-shadow(0 10px 24px rgba(198,164,78,.34)); }
    .puz-label {
      font-family: var(--font-serif); font-weight: 700; font-size: 22px;
      fill: var(--text-muted); text-anchor: middle; dominant-baseline: central;
      opacity: 0; transition: opacity .5s var(--ease), fill .5s var(--ease);
    }
    .puz-piece.is-placed + .puz-label, .puz-label.is-on { opacity: .85; }
    .puz-label.is-active-label { fill: var(--accent-dark); opacity: 1; }
    /* éclat final quand le puzzle est complet */
    .puzzle-svg.is-complete .puz-piece path { stroke: var(--accent); }
    .puzzle-glow { opacity: 0; transition: opacity .8s var(--ease); }
    .puzzle-svg.is-complete .puzzle-glow { opacity: 1; }

    .colonnade-readout { text-align: center; margin-top: 30px; min-height: 64px; }
    .colonnade-readout-kicker {
      font-size: .7rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--accent-dark);
    }
    .colonnade-readout-title {
      display: block; margin-top: 8px; font-family: var(--font-serif); font-weight: 700;
      font-size: clamp(1.3rem, 2.4vw, 1.7rem); line-height: 1.2; color: var(--text); text-wrap: balance;
    }
    @media (prefers-reduced-motion: reduce) {
      .puz-piece { transform: none !important; transition: opacity .4s; }
    }

    .pillars-steps { display: flex; flex-direction: column; }
    .pillar-step { min-height: 84vh; display: flex; flex-direction: column; justify-content: center; opacity: .36; transition: opacity .45s var(--ease); }
    .pillar-step.is-active { opacity: 1; }
    .pillar-step-inner { border-left: 2px solid var(--border); padding-left: 30px; transition: border-color .45s var(--ease); }
    .pillar-step.is-active .pillar-step-inner { border-color: var(--accent); }
    .pillar-step-index { font-family: var(--font-serif); font-weight: 700; font-size: 3rem; line-height: 1; color: var(--text-muted); opacity: .35; font-variant-numeric: tabular-nums; transition: color .45s var(--ease), opacity .45s var(--ease); }
    .pillar-step.is-active .pillar-step-index { color: var(--accent); opacity: 1; }
    .pillar-step-kicker { display: block; margin: 18px 0 10px; font-size: .76rem; font-weight: 700; letter-spacing: .04em; color: var(--accent-dark); }
    .pillar-step-title { font-family: var(--font-serif); font-weight: 700; font-size: clamp(1.5rem, 2.6vw, 2rem); line-height: 1.18; color: var(--text); }
    .pillar-step-desc { font-family: var(--font-serif); font-size: 1.12rem; line-height: 1.6; color: var(--text-secondary); margin-top: 16px; max-width: 44ch; }
    .pillar-hint { display: inline-flex; align-items: center; gap: 8px; margin: 4px 0 8px; padding-left: 30px; font-size: .72rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--text-muted); }
    .pillar-hint svg { animation: beatNudge 1.6s var(--ease) infinite; }
    @keyframes beatNudge { 0%,100% { transform: translateY(0); } 50% { transform: translateY(4px); } }

    @media (max-width: 900px) {
      .pillars-layout { display: block; margin-top: 4px; }
      .colonnade-sticky { height: 52vh; top: 56px; margin-bottom: 8px; }
      .colonnade { height: 38vh; }
      .pillar-step { min-height: 74vh; }
      .pillar-hint { padding-left: 0; }
      .pillar-step-inner { padding-left: 20px; }
    }

    /* ── 02 · Fiches — feature + liste ────────────────────────────────── */
    .fiches-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; align-items: stretch; }
    @media (max-width: 860px) { .fiches-layout { grid-template-columns: 1fr; } }

    .fiche-feature {
      position: relative; overflow: hidden;
      display: flex; flex-direction: column; gap: 12px;
      min-height: 340px; padding: 34px 32px;
      border-radius: 14px; text-decoration: none; color: #fff;
      background: linear-gradient(158deg, #1A1A18 0%, #28231a 60%, #2f2818 100%);
      transition: transform .25s var(--ease), box-shadow .25s var(--ease);
    }
    .fiche-feature:hover { transform: translateY(-3px); box-shadow: 0 18px 44px rgba(0,0,0,.22); }
    .fiche-feature::before {
      content:''; position:absolute; top:-30%; right:-12%; width:60%; height:150%;
      background: radial-gradient(ellipse, rgba(198,164,78,.22) 0%, transparent 62%); pointer-events:none;
    }
    .fiche-feature-top { display: flex; align-items: center; gap: 12px; position: relative; }
    .fiche-feature-icon { font-size: 1.7rem; line-height: 1; }
    .fiche-feature-topic {
      font-size: .64rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
      color: var(--accent-light); background: rgba(198,164,78,.16); padding: 4px 10px; border-radius: 20px;
    }
    .fiche-feature-title { font-family: var(--font-serif); font-weight: 700; font-size: 1.5rem; line-height: 1.2; color: #fff; }
    .fiche-feature-desc { font-family: var(--font-serif); font-size: .98rem; line-height: 1.55; color: rgba(255,255,255,.72); }
    .fiche-feature-stat {
      font-family: var(--font-serif); font-weight: 700; line-height: 1;
      font-size: clamp(2.6rem, 5vw, 3.5rem); color: #fff; margin-top: auto; letter-spacing: -.01em;
    }
    .fiche-feature-statlbl { font-size: .8rem; color: rgba(255,255,255,.6); margin-top: 2px; }
    .fiche-feature-link { display: inline-flex; align-items: center; gap: 6px; font-size: .8rem; font-weight: 600; color: var(--accent-light); margin-top: 8px; transition: gap .2s var(--ease); }
    .fiche-feature:hover .fiche-feature-link { gap: 11px; }

    .fiche-list { display: flex; flex-direction: column; border-top: 1px solid var(--border); }
    .fiche-row {
      display: grid; grid-template-columns: 34px 1fr 18px; align-items: center; gap: 16px;
      padding: 15px 8px; border-bottom: 1px solid var(--border-light);
      text-decoration: none; color: inherit;
      transition: background .2s var(--ease), padding-left .2s var(--ease);
    }
    .fiche-row:hover { background: var(--card-bg); padding-left: 14px; box-shadow: var(--shadow-sm); }
    .fiche-row-icon { font-size: 1.35rem; text-align: center; line-height: 1; }
    .fiche-row-title { font-family: var(--font-serif); font-weight: 700; font-size: 1.02rem; line-height: 1.25; color: var(--text); }
    .fiche-row-stat { display: block; font-size: .73rem; font-weight: 600; color: var(--accent-dark); margin-top: 3px; font-variant-numeric: tabular-nums; }
    .fiche-row-arrow { color: var(--text-muted); opacity: 0; transition: opacity .2s var(--ease), color .2s; }
    .fiche-row:hover .fiche-row-arrow { opacity: 1; color: var(--accent); }

    /* ── 03 & 04 · Galeries de portraits ──────────────────────────────── */
    .portrait-gallery { display: grid; gap: 16px; }
    .gallery-4 { grid-template-columns: repeat(4, 1fr); }
    .gallery-3 { grid-template-columns: repeat(3, 1fr); }
    @media (max-width: 900px) { .gallery-4 { grid-template-columns: repeat(3,1fr); } }
    @media (max-width: 720px) { .gallery-4, .gallery-3 { grid-template-columns: repeat(2,1fr); } }
    @media (max-width: 420px) { .gallery-4, .gallery-3 { grid-template-columns: 1fr 1fr; } }

    .portrait-tile {
      position: relative; display: block; width: 100%; padding: 0; text-align: left; cursor: pointer;
      aspect-ratio: 3 / 4; border-radius: 13px; overflow: hidden;
      border: 1px solid var(--border); background: var(--bg-alt);
    }
    .gallery-3 .portrait-tile { aspect-ratio: 4 / 4.5; }
    .portrait-tile img {
      position: absolute; inset: 0; width: 100%; height: 100%;
      object-fit: cover; object-position: center 14%;
      filter: grayscale(32%) contrast(1.02); transition: transform .55s var(--ease), filter .55s var(--ease);
    }
    .portrait-tile:hover img { transform: scale(1.06); filter: grayscale(0%); }
    .portrait-tile-scrim {
      position: absolute; inset: 0;
      background: linear-gradient(to top, rgba(18,16,12,.94) 3%, rgba(18,16,12,.55) 34%, rgba(18,16,12,.04) 64%, transparent 100%);
    }
    .portrait-tile-flag { position: absolute; top: 11px; right: 12px; font-size: 1.5rem; line-height: 1; filter: drop-shadow(0 1px 3px rgba(0,0,0,.5)); z-index: 2; }
    .portrait-tile-cap { position: absolute; left: 0; right: 0; bottom: 0; padding: 16px 16px 15px; z-index: 2; }
    .portrait-tile-name { display: block; font-family: var(--font-serif); font-weight: 700; font-size: 1.12rem; line-height: 1.15; color: #fff; }
    .portrait-tile-dates { display: block; font-size: .72rem; color: rgba(255,255,255,.72); margin-top: 3px; font-variant-numeric: tabular-nums; }
    .portrait-tile-tag {
      display: inline-block; margin-top: 10px;
      font-size: .58rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
      color: #1A1A18; background: var(--accent-light); padding: 3px 9px; border-radius: 10px;
    }
    .portrait-tile-line { font-size: .76rem; line-height: 1.4; color: rgba(255,255,255,.8); margin-top: 9px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
    .portrait-tile:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; }

    /* ═══ 04 · Globe scrollytelling (figures politiques) ═══ */
    .globe-layout { position: relative; display: grid; grid-template-columns: 1.02fr .98fr; gap: 56px; align-items: start; margin-top: 18px; }
    .globe-sticky { position: sticky; top: 0; height: 100vh; display: grid; place-items: center; }
    .globe-stage { position: relative; width: 100%; max-width: 540px; aspect-ratio: 1 / 1; margin: 0 auto; }
    #globe-canvas { width: 100%; height: 100%; display: block; }
    .globe-readout { position: absolute; left: 0; right: 0; bottom: 2%; text-align: center; pointer-events: none; }
    .globe-readout-flag { font-size: 1.7rem; line-height: 1; }
    .globe-readout-country {
      display: block; margin-top: 8px; font-family: var(--font-serif); font-weight: 700;
      font-size: 1.5rem; color: var(--text); letter-spacing: -.01em;
    }
    .globe-readout-name {
      display: block; margin-top: 5px; font-size: .7rem; font-weight: 700; letter-spacing: .16em;
      text-transform: uppercase; color: var(--accent-dark);
    }

    .globe-steps { display: flex; flex-direction: column; }
    .globe-step {
      min-height: 80vh; display: flex; flex-direction: column; justify-content: center;
      opacity: .38; transition: opacity .45s var(--ease);
    }
    .globe-step.is-active { opacity: 1; }
    .globe-step-inner { border-left: 2px solid var(--border); padding-left: 30px; transition: border-color .45s var(--ease); }
    .globe-step.is-active .globe-step-inner { border-color: var(--accent); }
    .globe-step-kicker {
      display: inline-flex; align-items: center; gap: 10px; margin-bottom: 20px;
      font-size: .72rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--accent-dark);
    }
    .globe-step-kicker .gs-flag { font-size: 1.1rem; letter-spacing: 0; }
    .globe-step-kicker .gs-idx { color: var(--text-muted); font-variant-numeric: tabular-nums; }
    .globe-step-head { display: flex; align-items: center; gap: 18px; }
    .globe-step-portrait {
      width: 66px; height: 66px; flex: 0 0 66px; border-radius: 50%; overflow: hidden;
      background: var(--bg-alt); border: 1px solid var(--border);
    }
    .globe-step-portrait img { width: 100%; height: 100%; object-fit: cover; object-position: center 18%; }
    .globe-step-name { font-family: var(--font-serif); font-weight: 700; font-size: 1.5rem; line-height: 1.15; color: var(--text); }
    .globe-step-years { font-size: .8rem; font-weight: 600; color: var(--text-muted); margin-top: 3px; font-variant-numeric: tabular-nums; }
    .globe-step-tagline { font-family: var(--font-serif); font-size: 1.08rem; line-height: 1.55; color: var(--text-secondary); margin-top: 18px; max-width: 42ch; }
    .globe-step-bio {
      display: inline-flex; align-items: center; gap: 8px; margin-top: 22px; padding: 0;
      background: none; border: none; cursor: pointer; font-family: var(--font-sans);
      font-size: .82rem; font-weight: 600; letter-spacing: .02em; color: var(--accent-dark);
    }
    .globe-step-bio:hover { color: var(--accent); }
    .globe-step-bio svg { transition: transform .2s var(--ease); }
    .globe-step-bio:hover svg { transform: translateX(3px); }
    .globe-hint {
      display: inline-flex; align-items: center; gap: 8px; margin: 4px 0 8px; padding-left: 30px;
      font-size: .72rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--text-muted);
    }
    .globe-hint svg { animation: beatNudge 1.6s var(--ease) infinite; }
    @keyframes beatNudge { 0%,100% { transform: translateY(0); } 50% { transform: translateY(4px); } }

    @media (max-width: 900px) {
      .globe-layout { display: block; margin-top: 4px; }
      .globe-sticky { height: 56vh; top: 56px; margin-bottom: 8px; }
      .globe-stage { max-width: 360px; }
      .globe-step { min-height: 72vh; }
      .globe-hint { padding-left: 0; }
      .globe-step-inner { padding-left: 20px; }
    }

/* ── Hero : élargir le bloc d'accroche (≈ ×1,5) ───────────────────── */
.page-home .hero-content { max-width: 1040px; }
.page-home .hero-title   { font-size: clamp(2.2rem, 6vw, 4.3rem); }
.page-home .hero-sub     { max-width: 820px; font-size: 1.12rem; }
@media (max-width: 600px) {
  .page-home .hero-title { font-size: clamp(2rem, 9vw, 2.6rem); }
  .page-home .hero-sub   { font-size: 1rem; }
}

.pillar-step-cta-btn { margin-top: 22px; gap: 8px; }
