  /* Page locale — applique les règles QSJ dans le design system standalone.
     Alternance stricte fond violet 900 ↔ fond paper, sans carrés décoratifs.
     Images grid-stretch (hauteur du texte). */
  main { display: block; }
  /* Sections — alternance ----------------------------------------------- */
  .apropos section.section-light {
    background: var(--ar-paper);
    color: var(--ar-violet-900);
    padding-block: clamp(4rem, 8vw, 8rem);
    position: relative;
  }
  .apropos section.section-dark {
    background: var(--ar-violet-900);
    color: var(--ar-mist);
    padding-block: clamp(4rem, 8vw, 8rem);
    position: relative;
  }
  .apropos section.section-center {
    text-align: center;
  }
  /* Eyebrow filet — pattern home ---------------------------------------- */
  .apropos .kicker {
    display: inline-flex; align-items: center; gap: 14px;
    font-size: 11px; letter-spacing: 0.24em; text-transform: uppercase;
    font-weight: 600; color: var(--ar-violet-500);
  }
  .apropos .kicker::before {
    content: ''; width: 32px; height: 1px; background: currentColor;
  }
  .apropos .kicker--center { justify-content: center; }
  .apropos .kicker--center::after {
    content: ''; width: 32px; height: 1px; background: currentColor;
  }
  .apropos .section-dark .kicker { color: var(--ar-violet-200); }
  /* Titres — manifeste 200 ---------------------------------------------- */
  .apropos h1.display-title {
    margin: 0;
    font-family: var(--font-display);
    font-weight: 200;
    color: var(--ar-mist);
    letter-spacing: -0.025em;
    line-height: 0.95;
    font-size: clamp(2.6rem, 6.4vw, 6.5rem);
  }
  .apropos h1.display-title em {
    font-style: italic; font-weight: 200;
    color: var(--ar-violet-200);
  }
  .apropos h2.h2-display {
    margin: 0;
    font-family: var(--font-display);
    font-weight: 200;
    font-size: clamp(2.25rem, 4.4vw, 3.75rem);
    line-height: 1.05;
    letter-spacing: -0.022em;
    color: var(--ar-violet-900);
  }
  .apropos h2.h2-display em {
    font-style: italic; font-weight: 200; color: var(--ar-rouge-brique);
  }
  .apropos .section-dark h2.h2-display { color: var(--ar-mist); }
  .apropos .section-dark h2.h2-display em { color: var(--ar-violet-200); }
  /* Numéro de pilier ---------------------------------------------------- */
  .apropos .pilier-num {
    font-family: var(--font-sans);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: var(--ar-rouge-brique);
    display: inline-block;
    margin-bottom: 28px;
  }
  /* Prose / narrative --------------------------------------------------- */
  .apropos .prose p {
    margin: 0 0 1.25em;
    font-size: 18px;
    line-height: 1.78;
    letter-spacing: 0.008em;
    color: var(--ar-ink);
    max-width: 38rem;
  }
  .apropos .prose p:last-child { margin-bottom: 0; }
  .apropos .prose strong { font-weight: 600; color: var(--ar-violet-900); }
  .apropos .section-dark .prose p { color: rgba(244,238,249,0.86); }
  .apropos .section-dark .prose strong { color: var(--ar-mist); }
  /* Lead onDark (hero) -------------------------------------------------- */
  .apropos .hero-lead {
    margin: 0 0 16px;
    font-size: clamp(1.15rem, 1.4vw, 1.35rem);
    line-height: 1.5;
    letter-spacing: 0;
    color: var(--ar-mist);
    font-weight: 400;
    max-width: 30rem;
  }
  .apropos .hero-sub {
    margin: 0 0 36px;
    font-size: 17px;
    line-height: 1.7;
    color: rgba(244,238,249,0.78);
    max-width: 32rem;
  }
  /* Prose centrée manifeste -------------------------------------------- */
  .apropos .prose--center {
    max-width: 42rem; margin-inline: auto;
  }
  .apropos .prose--center p { max-width: none; }
  .apropos .strong-statement {
    font-family: var(--font-display);
    font-weight: 300;
    font-size: clamp(1.5rem, 2.4vw, 2rem);
    line-height: 1.3;
    letter-spacing: -0.01em;
    color: var(--ar-violet-900);
    margin: 1.5em 0 1.25em !important;
    max-width: 38rem;
    margin-inline: auto;
  }
  .apropos .section-dark .strong-statement { color: var(--ar-mist); }
  /* Pullquote onDark — typo manifeste ----------------------------------- */
  .apropos .pull-onDark {
    font-family: var(--font-display);
    font-weight: 200;
    font-size: clamp(1.85rem, 3.6vw, 2.75rem);
    line-height: 1.18;
    letter-spacing: -0.018em;
    color: var(--ar-mist);
    margin: 0 0 2rem;
    max-width: 24ch;
    position: relative;
    padding-left: 0;
  }
  .apropos .pull-onDark::before {
    content: ''; display: block;
    width: 32px; height: 1px;
    background: var(--ar-violet-200);
    margin-bottom: 24px;
  }
  /* Hero ---------------------------------------------------------------- */
  .apropos .hero {
    background: var(--ar-violet-900);
    color: var(--ar-mist);
    padding: 0;
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    min-height: 100dvh;
  }
  .apropos .hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    min-height: 100vh;
    min-height: 100dvh;
  }
  .apropos .hero-text {
    padding: clamp(8rem, 14vw, 12rem) clamp(2rem, 5vw, 6rem) clamp(3rem, 5vw, 5rem);
    display: flex; flex-direction: column;
    justify-content: center; gap: clamp(2rem, 4vw, 3rem);
  }
  .apropos .hero-badge {
    display: inline-flex; align-items: center; gap: 18px;
    font-size: 12px; letter-spacing: 0.24em; text-transform: uppercase;
    font-weight: 600; color: var(--ar-violet-200);
    margin-bottom: clamp(2rem, 4vw, 3rem);
    width: max-content;
  }
  .apropos .hero-badge::before {
    content: ''; width: 40px; height: 1px; background: var(--ar-violet-200);
  }
  .apropos .hero-media {
    position: relative; overflow: hidden; min-height: 100vh; min-height: 100dvh;
  }
  .apropos .hero-media img {
    position: absolute; inset: 0;
    width: 100%; height: 100%; object-fit: cover; object-position: center 30%;
  }
  .apropos .hero-fig-caption {
    position: absolute; bottom: clamp(2rem, 4vw, 3rem);
    left: clamp(1.5rem, 3vw, 2.5rem); right: clamp(1.5rem, 3vw, 2.5rem);
    color: rgba(255,255,255,0.92);
    font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; font-weight: 600;
    display: flex; justify-content: space-between; align-items: flex-end; gap: 16px;
  }
  /* Grille image + texte stretch --------------------------------------- */
  .apropos .pilier-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: clamp(2.5rem, 6vw, 6rem);
    align-items: stretch;
  }
  /* Image à gauche en desktop (DOM: texte first, image second) */
  .apropos .pilier-col-img { order: -1; }
  .apropos .pilier-grid--reverse .pilier-col-img { order: 2; }
  .apropos .pilier-grid--reverse .pilier-col-text { order: 1; }
  .apropos .pilier-media {
    position: relative; overflow: hidden;
    border-radius: 0;
    min-height: 100%;
    align-self: stretch;
  }
  .apropos .pilier-media img {
    width: 100%; height: 100%; object-fit: cover; min-height: 480px;
  }
  .apropos .pilier-text {
    display: flex; flex-direction: column; justify-content: center;
    padding-block: clamp(0.5rem, 2vw, 2rem);
  }
  .apropos .pilier-title {
    font-family: var(--font-display);
    font-weight: 200;
    font-size: clamp(1.85rem, 3.6vw, 2.75rem);
    line-height: 1.1;
    letter-spacing: -0.018em;
    color: var(--ar-violet-900);
    margin: 0 0 28px;
    max-width: 22ch;
  }
  .apropos .pilier-grid--p3 { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: stretch; }
  .apropos .pilier-media--p3 { height: 100%; min-height: 100%; }
  .apropos .pilier-media--p3 img {
    width: 100%; height: 100%; object-fit: cover;
    object-position: 88% 50%;
    min-height: 100%;
  }
  .apropos .formations--icons li { grid-template-columns: 56px 1fr; align-items: center; }
  .apropos .formation-ico {
    display: inline-flex; align-items: center;
    color: var(--ar-rouge-brique);
    line-height: 1;
  }
  .apropos .formation-ico svg { display: block; }
  /* Formations list ----------------------------------------------------- */
  .apropos .formations {
    list-style: none; padding: 0; margin: 0;
    display: flex; flex-direction: column;
  }
  .apropos .formations li {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 24px;
    align-items: baseline;
    padding-block: 22px;
    border-top: 1px solid var(--ar-line);
    max-width: none;
  }
  .apropos .formations li:last-child { border-bottom: 1px solid var(--ar-line); }
  .apropos .formation-num {
    font-family: var(--font-display);
    font-weight: 200;
    font-size: 28px;
    color: var(--ar-violet-500);
    letter-spacing: -0.02em;
    font-variant-numeric: tabular-nums;
  }
  .apropos .formation-title {
    margin: 0;
    font-size: 17px;
    font-weight: 600;
    color: var(--ar-violet-900);
    line-height: 1.35;
    letter-spacing: -0.005em;
    max-width: none;
  }
  .apropos .formation-legend {
    margin: 6px 0 0;
    font-size: 14px;
    color: var(--ar-ink-soft);
    line-height: 1.5;
    max-width: none;
  }
  /* CTA Btn light on dark ---------------------------------------------- */
  .apropos .btn-light {
    background: #F4DCD6;
    color: var(--ar-violet-900);
    border: 1px solid #F4DCD6;
  }
  .apropos .btn-light:hover { background: #ecc9c0; color: var(--ar-violet-900); }

  /* Responsive ---------------------------------------------------------- */
  @media (max-width: 900px) {
    .apropos .hero-grid { grid-template-columns: 1fr; }
    .apropos .hero, .apropos .hero-media { min-height: auto; }
    .apropos .hero-media { aspect-ratio: 16/10; min-height: auto; max-height: 50vh; }
    .apropos .hero-text { padding: clamp(6rem, 10vw, 8rem) clamp(1.5rem, 4vw, 3rem) clamp(2rem, 4vw, 3rem); }
    .apropos .pilier-grid,
    .apropos .pilier-grid--reverse,
    .apropos .pilier-grid--p3 {
      display: flex !important;
      flex-direction: column !important;
      direction: ltr !important;
      gap: 2rem !important;
    }
    /* Reset desktop order — DOM order is already text-first */
    .apropos .pilier-col-img { order: initial !important; }
    .apropos .pilier-col-text { order: initial !important; }
    .apropos .pilier-media,
    .apropos .pilier-media--p3 {
      min-height: 0 !important;
      height: auto !important;
      align-self: auto !important;
    }
    .apropos .pilier-media img,
    .apropos .pilier-media--p3 img {
      display: block !important;
      width: 100% !important;
      height: auto !important;
      min-height: 0 !important;
      max-width: 100% !important;
      object-fit: unset !important;
      position: static !important;
      inset: auto !important;
    }
    .apropos .arx-grid-pullquote { grid-template-columns: 1fr; gap: 2rem; }
    .apropos .formations li { grid-template-columns: 44px 1fr; gap: 1rem; }
    .apropos .prose p { font-size: 16px; }
    .apropos h2.h2-display { font-size: clamp(1.8rem, 4vw, 2.5rem); }
    .apropos .pilier-title { font-size: clamp(1.5rem, 3vw, 2rem); }
  }
  @media (max-width: 540px) {
    .apropos h1.display-title { font-weight: 300; font-size: clamp(2rem, 8vw, 3rem); }
    .apropos .strong-statement { font-weight: 400; }
    .apropos .hero-media { max-height: 40vh; }
    .apropos .hero-badge { margin-bottom: 1rem; }
    .apropos .pilier-media img { max-height: none !important; }
    .apropos .formations li { grid-template-columns: 36px 1fr; }
    .apropos .pull-onDark { font-size: clamp(1.3rem, 4vw, 1.8rem); }
  }
  /* Reveal animations -------------------------------------------------- */
  @keyframes fadeUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: none; } }
