    /* Raleway — auto-hébergé */
    @font-face {
      font-family: 'Raleway';
      font-style: normal;
      font-weight: 100 600;
      font-display: swap;
      src: url('/assets/fonts/raleway-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;
    }
    @font-face {
      font-family: 'Raleway';
      font-style: normal;
      font-weight: 100 600;
      font-display: swap;
      src: url('/assets/fonts/raleway-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;
    }
    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
    ::selection { background: var(--vert-sauge); color: var(--blanc); }
    :focus-visible { outline: 2px solid var(--bleu-ardoise); outline-offset: 3px; }
    html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; scroll-behavior: smooth; }
    html.splash-active { background: #1a1a2e; }
    .page-exit { opacity: 0; transition: opacity 0.2s ease; }
    body { font-family: 'Raleway', sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; overflow-x: hidden; background: #ffffff; }

    :root {
      --bleu-ardoise: #2d3f5c;
      --bleu-fonce: #2d3f5c;   /* alias de --bleu-ardoise */
      --bleu-nuit: #1a1a2e;
      --vert-sauge: #BDC9BE;
      --vert-sauge-hover: #a8b6a9;
      --blanc: #ffffff;
      --noir: #000000;
      --gris-clair: #fafaf8;
      --gris-texte: #5d6b7e;
      --gris-ardoise: #4a5568;
      --fond-expertises: #e2e5ea;
      --degrade: radial-gradient(ellipse 160% 160% at 100% 100%, #6b4f6e 0%, #3d2f4a 40%, #2b2338 70%, #221e30 100%);
      /* Variables additionnelles — sous-pages */
      --fond-section: #fafaf8;  /* alias de --gris-clair */
      --beige: #f5f2ed;
      --texte: #2c2c2c;
      --max-content: 960px;
    }

    /* ── INTRO ANIMATION ── */
    #intro-overlay {
      position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 9999;
      background: #1a1a2e; overflow: hidden;
      will-change: opacity;
    }
    #intro-overlay .intro-logo {
      position: absolute; top: 50%; left: 50%;
      -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);
      z-index: 2;
      font-family: 'Raleway', sans-serif;
      font-size: 37px;
      letter-spacing: 0.25em; padding-left: 0.25em;
      color: #ffffff; white-space: nowrap;
      opacity: 0;
      -webkit-transition: opacity 0.8s ease-out, color 0.5s ease; transition: opacity 0.8s ease-out, color 0.5s ease;
    }
    #intro-overlay .intro-logo.dark { color: #1a1a2e; }
    #intro-overlay .intro-logo strong { font-weight: 400; }
    #intro-overlay .intro-logo span   { font-weight: 200; }
    #intro-overlay .intro-circle {
      position: absolute; width: 10vmax; height: 10vmax;
      border-radius: 50%; background: #ffffff;
      z-index: 1; will-change: transform;
      -webkit-transform: scale(0); transform: scale(0);
    }
    #intro-overlay .intro-circle-tl { top: -5vmax; left: -5vmax; }
    #intro-overlay .intro-circle-br { bottom: -5vmax; right: -5vmax; }
    #intro-overlay.intro-fade {
      -webkit-transition: opacity 0.6s ease-in; transition: opacity 0.6s ease-in;
      opacity: 0; pointer-events: none;
    }

    /* ── HERO ── */
    .hero {
      min-height: 90vh; min-height: 90dvh;
      background: var(--degrade);
      display: -webkit-flex; display: flex;
      -webkit-align-items: center; align-items: center;
      padding: 160px 64px 80px;
      margin-top: -52px;
      position: relative; overflow: hidden;
    }
    .hero::before {
      content: ''; position: absolute; inset: 0;
      background: url('/assets/musee-soulages.webp') center bottom/cover no-repeat;
      opacity: 0.30;
      z-index: 0;
    }
    .hero-inner { position: relative; z-index: 1; }
    .hero-inner { max-width: 700px; width: 100%; margin: 0 auto; text-align: center; }
    .hero-caption {
      position: absolute; bottom: 1.2rem; right: 1.5rem; z-index: 1;
      font-size: 9.5px; letter-spacing: 0.15em; text-transform: uppercase;
      color: rgba(255,255,255,0.85);
      padding-left: 0.6rem; padding-bottom: 8px;
    }
    .hero-caption::before {
      content: ''; position: absolute; left: 0; top: 0;
      width: 1.5px; height: calc(100% - 8px);
      background: var(--vert-sauge);
    }
    .hero-caption::after { content: none; }
    .hero-tag {
      font-family: 'Raleway', sans-serif; font-size: 12px;
      letter-spacing: 0.22em; text-transform: uppercase;
      color: var(--vert-sauge); margin-bottom: 84px; font-weight: 800;
    }
    .hero-title {
      font-family: 'Raleway', sans-serif;
      font-size: 36px;
      font-weight: 400; line-height: 1.25;
      color: var(--blanc); margin-bottom: 56px; letter-spacing: 0.02em;
    }
    .hero-title strong { font-weight: 500; color: var(--vert-sauge); }
    .highlight-offset {
      background: linear-gradient(var(--vert-sauge), var(--vert-sauge));
      background-size: 100% 45%;
      background-repeat: no-repeat;
      background-position: 0 100%;
      padding: 0 6px 4px;
      -webkit-box-decoration-break: clone;
      box-decoration-break: clone;
    }
    .hero-sub {
      font-family: 'Raleway', sans-serif; font-weight: 300;
      font-size: 15px; line-height: 1.9;
      color: rgba(255,255,255,0.70); margin-bottom: 64px; max-width: 520px; margin-left: auto; margin-right: auto;
    }
    .hero-name {
      display: block; margin-bottom: 16px;
      font-family: 'Raleway', sans-serif; font-weight: 400;
      font-size: 18px; letter-spacing: 0.12em;
      color: var(--blanc);
    }
    .hero-credits {
      display: block; margin-top: 0;
      font-style: italic; font-size: 13px; font-weight: 400;
      color: var(--vert-sauge); letter-spacing: 0.06em;
      max-width: 420px; margin-left: auto; margin-right: auto;
    }
    .hero-credits-title {
      font-style: italic; font-size: 13px;
      font-weight: 400; letter-spacing: 0.06em;
      margin-top: 8px;
    }
    .hero-cta {
      display: inline-block; padding: 14px 32px;
      border: none; border-radius: 980px;
      background: var(--vert-sauge); color: var(--blanc);
      font-family: 'Raleway', sans-serif;
      font-size: 14px; letter-spacing: 0.05em;
      font-weight: 500; text-decoration: none;
      -webkit-transition: background 0.25s ease, color 0.25s ease;
      transition: background 0.25s ease, color 0.25s ease;
      -webkit-tap-highlight-color: transparent;
    }
    .hero-cta:hover { background: var(--vert-sauge-hover); color: var(--bleu-nuit); }

    /* ── SECTIONS ── */
    section { padding: 80px 64px; }
    .s-inner { max-width: var(--max-content); margin: 0 auto; }
    .s-tag {
      font-family: 'Raleway', sans-serif; font-size: 12px;
      letter-spacing: 0.22em; text-transform: uppercase;
      color: var(--bleu-ardoise); margin-bottom: 12px; font-weight: 400;
    }
    .s-line { width: 48px; height: 0.5px; background: var(--vert-sauge); margin: 16px 0 32px; }
    .s-title {
      font-family: 'Raleway', sans-serif;
      font-size: 52px;
      font-weight: 300; color: var(--bleu-nuit); line-height: 1.15;
    }
    .s-subtitle {
      font-family: 'Raleway', sans-serif;
      font-size: 22px; font-weight: 300; font-style: italic;
      color: var(--gris-ardoise); line-height: 1.5;
      margin-top: 20px; letter-spacing: 0.02em;
    }

    /* ── CABINET ── */
    #cabinet { background: var(--gris-clair); overflow-x: hidden; }
    .cabinet-card {
      border-radius: 20px; overflow: hidden;
      margin-top: 40px;
      background: var(--blanc);
      box-shadow: 0 2px 32px rgba(0,0,0,0.07);
    }
    .cabinet-grid {
      display: -webkit-flex; display: flex;
      -webkit-align-items: stretch; align-items: stretch;
      gap: 0; margin-top: 0;
    }
    .cabinet-photo {
      -webkit-flex: 0 0 44%; flex: 0 0 44%;
      min-height: 480px;
      position: relative; overflow: hidden;
      -webkit-clip-path: polygon(0 0, 100% 0, 75% 100%, 0 100%);
      clip-path: polygon(0 0, 100% 0, 75% 100%, 0 100%);
    }
    .cabinet-photo img {
      position: absolute; inset: 0;
      width: 100%; height: 100%; object-fit: cover; display: block;
      -webkit-filter: grayscale(20%); filter: grayscale(20%);
      -webkit-transform: scale(1); transform: scale(1);
      -webkit-transition: filter 0.6s ease, -webkit-filter 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
      transition: filter 0.6s ease, transform 0.6s ease;
    }
    .cabinet-photo:hover img {
      -webkit-filter: grayscale(0%); filter: grayscale(0%);
      -webkit-transform: scale(1.05); transform: scale(1.05);
    }
    .cabinet-content {
      -webkit-flex: 1 1 0%; flex: 1 1 0%;
      display: -webkit-flex; display: flex;
      -webkit-flex-direction: column; flex-direction: column;
      gap: 36px; padding: 44px 56px;
    }
    .cabinet-text p {
      font-family: 'Raleway', sans-serif; font-size: 16px;
      font-weight: 400; line-height: 1.9; color: var(--bleu-fonce);
    }
    .cabinet-text strong {
      font-weight: 600; color: var(--bleu-ardoise);
    }
    .cabinet-values {
      display: -webkit-flex; display: flex;
      -webkit-flex-direction: column; flex-direction: column;
      gap: 32px;
    }
    .val { border-left: 2px solid var(--vert-sauge); padding-left: 20px; }
    .val h4 {
      font-family: 'Raleway', sans-serif; font-size: 12px;
      letter-spacing: 0.14em; text-transform: uppercase;
      color: var(--bleu-ardoise); margin-bottom: 6px; font-weight: 700;
    }
    .val p { font-family: 'Raleway', sans-serif; font-size: 14px; color: var(--gris-texte); line-height: 1.7; font-weight: 400; }

    /* ── EXPERTISES ── */
    #expertises { background: var(--fond-expertises); overflow-x: hidden; }
    .exp-nav { display: none; }
    .exp-capsule {
      border-radius: 20px; overflow: hidden;
      margin-top: 36px;
      width: 100%;
      box-shadow: 0 4px 48px rgba(0,0,0,0.13);
    }
    .exp-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 3px; margin-top: 0;
    }
    .exp-card {
      background: var(--blanc); padding: 0;
      -webkit-transition: box-shadow 0.4s, border-color 0.4s;
      transition: box-shadow 0.4s, border-color 0.4s;
      position: relative; overflow: hidden;
      border-bottom: 2px solid transparent;
    }
    .exp-card > img {
      display: block; width: 100%; height: auto; position: relative;
      -webkit-filter: grayscale(30%) brightness(0.92);
      filter: grayscale(30%) brightness(0.92);
      -webkit-transform: scale(1); transform: scale(1);
      -webkit-transition: filter 0.7s ease, -webkit-filter 0.7s ease, transform 0.7s ease, -webkit-transform 0.7s ease;
      transition: filter 0.7s ease, transform 0.7s ease;
    }
    .exp-card::before {
      content: ''; position: absolute; inset: 0; z-index: 1;
      background: rgba(189,201,190,0.15);
      -webkit-transition: opacity 0.5s ease; transition: opacity 0.5s ease;
      pointer-events: none;
    }
    .exp-card::after {
      content: ''; position: absolute; bottom: 0; left: 0; right: 0;
      height: 60px; z-index: 2;
      background: linear-gradient(to bottom, transparent, var(--blanc));
      pointer-events: none;
    }
    .exp-card-body {
      padding: 20px 20px 24px;
      background: var(--blanc);
      position: relative; z-index: 3;
    }
    .exp-card:hover {
      box-shadow: 0 12px 40px rgba(10,18,40,0.15);
      border-bottom-color: var(--vert-sauge);
    }
    .exp-card:hover::before { opacity: 0; }
    .exp-card:hover > img {
      -webkit-filter: grayscale(0%) brightness(0.88);
      filter: grayscale(0%) brightness(0.88);
      -webkit-transform: scale(1.06); transform: scale(1.06);
    }
    .exp-num {
      font-family: 'Raleway', sans-serif; font-size: 11px;
      letter-spacing: 0.15em; color: var(--bleu-ardoise);
      margin-bottom: 16px; font-weight: 400;
    }
    .exp-card-title {
      font-family: 'Raleway', sans-serif; font-size: 20px;
      font-weight: 500; color: var(--bleu-nuit);
      margin-bottom: 12px;
    }
    .exp-card-text {
      font-family: 'Raleway', sans-serif; font-size: 14px;
      color: var(--gris-ardoise); line-height: 1.75; font-weight: 400;
    }

    /* ── PARCOURS ── */
    #parcours { background: var(--blanc); }
    .parcours-identity { display: none; }
    .parcours-card {
      border-radius: 20px; overflow: hidden;
      margin-top: 40px; background: var(--blanc);
      box-shadow: 0 2px 32px rgba(0,0,0,0.07);
    }
    .parcours-grid {
      display: -webkit-flex; display: flex;
      -webkit-align-items: stretch; align-items: stretch; gap: 0;
    }
    .parcours-photo {
      -webkit-order: 2; order: 2;
      -webkit-flex: 0 0 40%; flex: 0 0 40%; min-height: 480px;
      position: relative; overflow: hidden;
      -webkit-clip-path: polygon(25% 0, 100% 0, 100% 100%, 0 100%);
      clip-path: polygon(25% 0, 100% 0, 100% 100%, 0 100%);
    }
    .parcours-photo img {
      position: absolute; inset: 0;
      width: 100%; height: 100%; object-fit: cover; object-position: center top;
      -webkit-filter: grayscale(20%); filter: grayscale(20%);
      -webkit-transition: filter 0.6s ease, -webkit-filter 0.6s ease, -webkit-transform 0.6s ease, transform 0.6s ease;
      transition: filter 0.6s ease, transform 0.6s ease;
    }
    .parcours-photo:hover img {
      -webkit-filter: grayscale(0%); filter: grayscale(0%);
      -webkit-transform: scale(1.03); transform: scale(1.03);
    }
    .parcours-content {
      -webkit-order: 1; order: 1;
      -webkit-flex: 1 1 0%; flex: 1 1 0%;
      display: -webkit-flex; display: flex;
      -webkit-flex-direction: column; flex-direction: column;
      -webkit-justify-content: center; justify-content: center;
      gap: 28px; padding: 44px 56px;
    }
    .parcours-content p {
      font-family: 'Raleway', sans-serif; font-size: 16px;
      font-weight: 300; line-height: 2; color: var(--gris-ardoise);
    }
    .parcours-cta {
      display: inline-flex; -webkit-align-items: center; align-items: center;
      -webkit-align-self: center; align-self: center;
      gap: 10px; font-family: 'Raleway', sans-serif; font-size: 14px;
      font-weight: 500; letter-spacing: 0.05em;
      color: var(--blanc); background: var(--bleu-nuit);
      text-decoration: none; border-radius: 980px;
      padding: 14px 32px;
      -webkit-transition: background 0.25s ease, color 0.25s ease;
      transition: background 0.25s ease, color 0.25s ease;
      -webkit-tap-highlight-color: transparent;
    }
    .parcours-cta::after {
      content: '›'; font-size: 20px; font-weight: 300; line-height: 1;
    }
    .parcours-cta:hover { background: #131324; }

    /* ── CONTACT ── */
    #contact {
      background: var(--bleu-nuit);
      padding: 156px 64px 143px;
    }
    .footer-inner { max-width: 960px; margin: 0 auto; text-align: center; }
    .footer-eyebrow {
      font-family: 'Raleway', sans-serif; font-size: 17px;
      letter-spacing: 0.22em; text-transform: uppercase;
      color: var(--vert-sauge); font-weight: 700; margin-bottom: 24px;
    }
    .footer-headline {
      font-family: 'Raleway', sans-serif;
      font-size: 64px;
      font-weight: 200; color: #fff; line-height: 1.1;
      margin-bottom: 40px;
    }
    .footer-cta-mailto {
      font-family: 'Raleway', sans-serif; font-size: 16px;
      font-weight: 400; letter-spacing: 0.04em;
      color: rgba(255,255,255,0.70); text-decoration: none;
      display: block; margin-top: 8px; margin-bottom: 56px;
      -webkit-transition: color 0.2s; transition: color 0.2s;
    }
    .footer-cta-mailto:hover { color: rgba(255,255,255,0.95); }
    .footer-bottom {
      display: -webkit-flex; display: flex;
      -webkit-align-items: center; align-items: center;
      -webkit-justify-content: center; justify-content: center;
    }
    .footer-logo {
      font-family: 'Raleway', sans-serif; font-weight: 400;
      font-size: 26px; letter-spacing: 0.15em;
      color: rgba(255,255,255,0.88);
    }
    .footer-logo span { font-weight: 200; }
    .footer-rule {
      width: 120px; height: 1px;
      background: rgba(255,255,255,0.18);
      margin: 48px auto;
    }
    .footer-cols {
      display: grid; grid-template-columns: repeat(2, 1fr); gap: 48px;
      text-align: center;
    }
    .footer-col p {
      font-family: 'Raleway', sans-serif; font-size: 15px;
      font-weight: 400; color: rgba(255,255,255,0.75);
      line-height: 1.9; letter-spacing: 0.03em;
    }
    .footer-col p:first-child {
      color: var(--vert-sauge); font-weight: 500; margin-bottom: 4px;
    }
    .footer-email {
      font-family: 'Raleway', sans-serif; font-size: 15px;
      font-weight: 400; letter-spacing: 0.03em; line-height: 1.9;
      color: var(--vert-sauge);
      text-decoration: none;
      border-bottom: 1px solid transparent;
      cursor: pointer;
      -webkit-transition: color 0.2s, border-color 0.2s; transition: color 0.2s, border-color 0.2s;
      display: inline-block;
    }
    .footer-email:hover {
      color: #fff;
      border-bottom-color: rgba(255,255,255,0.3);
    }
    /* contact-item conservé pour cnaps.html */
    .contact-item {
      border-left: 1px solid rgba(189,201,190,0.18);
      padding-left: 20px;
    }
    .contact-item strong {
      display: block; font-family: 'Raleway', sans-serif;
      font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase;
      color: var(--vert-sauge); font-weight: 400; margin-bottom: 5px;
    }
    .contact-item span {
      font-family: 'Raleway', sans-serif; font-size: 14px;
      color: rgba(255,255,255,0.55); line-height: 1.6; font-weight: 400;
    }

    /* ── FOOTER ── */
    footer {
      padding: 24px 64px; background: var(--noir);
      border-top: 1px solid rgba(189,201,190,0.18);
    }
    .footer-bar {
      max-width: 960px; margin: 0 auto;
      display: -webkit-flex; display: flex;
      -webkit-align-items: center; align-items: center;
      -webkit-justify-content: space-between; justify-content: space-between;
      -webkit-flex-wrap: wrap; flex-wrap: wrap;
      gap: 8px;
    }
    footer span {
      font-family: 'Raleway', sans-serif; font-size: 11px;
      color: rgba(255,255,255,0.55); letter-spacing: 0.1em; font-weight: 400;
    }
    footer a {
      font-family: 'Raleway', sans-serif; font-size: 11px;
      color: rgba(255,255,255,0.55); letter-spacing: 0.1em; font-weight: 400;
      text-decoration: none;
      -webkit-transition: color 0.2s; transition: color 0.2s;
    }
    footer a:hover { color: rgba(255,255,255,0.85); }


    /* ── TABLET (aligné sur 900px comme parcours/cnaps/blog/article) ── */
    @media screen and (max-width: 900px) {
      /* Hero */
      .hero { padding: 100px 40px 56px; min-height: 60vh; min-height: 60dvh; }
      .hero-title { font-size: 28px; margin-bottom: 48px; }
      .hero-tag { margin-bottom: 60px; }
      .hero-sub { font-size: 14px; margin-bottom: 48px; }
      /* Sections */
      section { padding: 60px 24px; }
      .s-title { font-size: 38px; }
      .s-subtitle { font-size: 18px; }
      /* Cabinet — deux blocs autonomes Apple-style */
      .cabinet-card { background: none; box-shadow: none; border-radius: 0; overflow: visible; }
      .cabinet-grid { -webkit-flex-direction: column; flex-direction: column; -webkit-align-items: center; align-items: center; }
      .cabinet-photo {
        -webkit-flex: unset; flex: unset; clip-path: none;
        width: calc(100% + 48px); margin-left: -24px; margin-right: -24px;
        min-height: 0; border-radius: 0; overflow: hidden;
        position: relative; aspect-ratio: 4/3;
      }
      .cabinet-photo img {
        position: absolute; inset: 0;
        width: 100%; height: 100%; object-fit: cover; object-position: center 65%;
        display: block;
      }
      .cabinet-content { -webkit-flex: unset; flex: unset; width: 100%; padding: 32px 24px 36px; background: var(--blanc); border-radius: 20px; box-shadow: 0 8px 40px rgba(0,0,0,0.12); margin-top: -48px; position: relative; z-index: 1; }
      /* Expertises */
      .exp-grid { grid-template-columns: repeat(2, 1fr); }
      /* Contact */
      #contact { padding: 114px 32px 104px; }
      .footer-headline { font-size: 36px; margin-bottom: 28px; }
      .footer-eyebrow { font-size: 14px; }
      .footer-cta-mailto { font-size: 14px; margin-bottom: 40px; }
      .footer-logo { font-size: 18px; }
      .footer-rule { margin: 32px auto; }
      .footer-cols { grid-template-columns: 1fr; gap: 32px; }
      .footer-col p { font-size: 14px; }
      .footer-bottom { -webkit-flex-direction: column; flex-direction: column; -webkit-align-items: center; align-items: center; gap: 32px; }
      /* Parcours — Option A tablet (overlay gradient + identité) */
      .parcours-card { margin-top: 40px; background: none; box-shadow: none; border-radius: 0; overflow: visible; }
      .parcours-grid { -webkit-flex-direction: column; flex-direction: column; -webkit-align-items: center; align-items: center; }
      .parcours-photo {
        -webkit-order: 0; order: 0; -webkit-flex: unset; flex: unset;
        width: 100%; min-height: 0; -webkit-clip-path: none; clip-path: none;
        border-radius: 20px; overflow: hidden;
        position: relative; aspect-ratio: 1/1;
      }
      .parcours-photo img {
        position: absolute; inset: 0;
        width: 100%; height: 100%; object-fit: cover; object-position: center top;
        display: block;
      }
      .parcours-photo::after {
        content: ''; position: absolute; inset: 0; z-index: 1;
        background: linear-gradient(to top, rgba(26,26,46,0.90) 0%, rgba(26,26,46,0.42) 32%, transparent 58%);
      }
      .parcours-identity {
        display: block; position: absolute; bottom: 0; left: 0; right: 0;
        padding: 28px 28px; z-index: 2;
      }
      .parcours-identity-name { display: block; font-size: 28px; font-weight: 300; letter-spacing: 0.04em; color: var(--blanc); line-height: 1.2; margin-bottom: 8px; }
      .parcours-identity-role { display: block; font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--vert-sauge); font-weight: 500; }
      .parcours-content { -webkit-order: 1; order: 1; -webkit-flex: unset; flex: unset; width: 100%; padding: 32px 24px 36px; background: var(--blanc); border-radius: 20px; box-shadow: 0 2px 24px rgba(0,0,0,0.06); margin-top: 16px; }
    }

    /* ── MOBILE ── */
    @media screen and (max-width: 600px) {
      .hero { padding: 110px 16px 48px; margin-top: -52px; min-height: 80vh; min-height: 80dvh; }
      .hero-tag { margin-bottom: 52px; font-size: 10px; }
      .hero-title { font-size: 21px; margin-bottom: 40px; }
      .hero-cta { font-size: 13px; padding: 12px 28px; }
      .s-tag { font-size: 10px; }
      .s-title { font-size: 24px; font-weight: 400; }
      .s-subtitle { font-size: 16px; margin-top: 14px; }
      .cabinet-text p { font-size: 14px; }
      .parcours-content p { font-size: 14px; }
      .parcours-cta { font-size: 13px; padding: 12px 28px; }
      #intro-overlay .intro-logo { font-size: 24px; }
      .hero-name { font-size: 15px; margin-bottom: 10px; }
      .hero-sub { font-size: 13px; margin-bottom: 40px; }
      .hero-credits { font-size: 12px; }
      section { padding: 48px 20px; }
      .cabinet-photo { width: calc(100% + 40px); margin-left: -20px; margin-right: -20px; margin-bottom: 0; }
      .cabinet-content { padding: 24px 20px 28px; margin-top: -48px; border-radius: 20px; position: relative; z-index: 1; box-shadow: 0 8px 40px rgba(0,0,0,0.12); }
      .parcours-photo { aspect-ratio: 4/5; }
      /* ── EXPERTISES — chevrons de navigation ── */
      .exp-nav {
        display: -webkit-flex; display: flex;
        -webkit-align-items: center; align-items: center;
        -webkit-justify-content: space-between; justify-content: space-between;
        margin-top: 16px; margin-bottom: 0;
        padding: 0 4px;
      }
      /* dots */
      .exp-dots {
        display: -webkit-flex; display: flex;
        -webkit-align-items: center; align-items: center;
        gap: 6px;
      }
      .exp-dot {
        display: block;
        width: 6px; height: 6px;
        border-radius: 980px;
        background: rgba(0,0,0,0.18);
        -webkit-transition: width 0.3s cubic-bezier(0.34,1.56,0.64,1), background 0.3s ease;
        transition: width 0.3s cubic-bezier(0.34,1.56,0.64,1), background 0.3s ease;
      }
      .exp-dot.active {
        width: 20px;
        background: var(--bleu-ardoise);
      }
      /* chevrons */
      .exp-nav-btns {
        display: -webkit-flex; display: flex;
        gap: 8px;
      }
      .exp-nav-prev,
      .exp-nav-next {
        width: 36px; height: 36px;
        border-radius: 50%;
        background: rgba(0,0,0,0.07);
        border: none; cursor: pointer; padding: 0;
        display: -webkit-flex; display: flex;
        -webkit-align-items: center; align-items: center;
        -webkit-justify-content: center; justify-content: center;
        -webkit-transition: background 0.18s ease; transition: background 0.18s ease;
        -webkit-tap-highlight-color: transparent;
      }
      .exp-nav-prev:active,
      .exp-nav-next:active { background: rgba(0,0,0,0.14); }
      .exp-nav-prev:disabled,
      .exp-nav-next:disabled { opacity: 0.28; cursor: default; }
      .exp-nav-prev svg,
      .exp-nav-next svg {
        width: 14px; height: 14px;
        stroke: var(--bleu-nuit); fill: none;
        stroke-width: 2; stroke-linecap: round; stroke-linejoin: round;
      }
      /* ── EXPERTISES — carousel scroll horizontal ── */
      .exp-capsule {
        border-radius: 0;
        margin-left: -20px; margin-right: -20px;
        margin-top: 24px;
        box-shadow: none;
        overflow: visible;
        background: transparent;
        width: auto;
      }
      .exp-grid {
        display: -webkit-flex; display: flex;
        grid-template-columns: unset;
        -webkit-flex-direction: row; flex-direction: row;
        overflow-x: auto; overflow-y: hidden;
        -webkit-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
        scroll-padding-left: 20px;
        overscroll-behavior-x: contain;
        touch-action: pan-x pan-y;
        will-change: scroll-position;
        gap: 10px;
        padding: 4px 20px 20px;
        scrollbar-width: none; -ms-overflow-style: none;
      }
      .exp-grid::-webkit-scrollbar { display: none; }
      .exp-card {
        -webkit-flex: 0 0 82%; flex: 0 0 82%;
        scroll-snap-align: start;
        border-radius: 16px; overflow: hidden;
        touch-action: pan-x pan-y;
      }
      .exp-card * { touch-action: pan-x pan-y; }
      .exp-card-body { padding: 16px 20px 24px; }
      .exp-card-title { font-size: 15px; margin-bottom: 8px; }
      .exp-card-text { font-size: 13px; line-height: 1.7; }
      /* ── PARCOURS Option A — photo overlay ── */
      .parcours-photo {
        border-radius: 16px; overflow: hidden;
        position: relative;
        -webkit-flex: unset; flex: unset; width: 100%;
        min-height: 0;
        -webkit-clip-path: none; clip-path: none;
        aspect-ratio: 4/5;
      }
      .parcours-photo img {
        position: absolute; inset: 0;
        width: 100%; height: 100%;
        object-fit: cover; object-position: center top;
        display: block;
      }
      .parcours-photo::after {
        content: ''; position: absolute; inset: 0; z-index: 1;
        background: linear-gradient(to top,
          rgba(26,26,46,0.90) 0%,
          rgba(26,26,46,0.48) 38%,
          transparent 65%);
      }
      .parcours-identity {
        display: block;
        position: absolute; bottom: 0; left: 0; right: 0;
        padding: 24px 22px; z-index: 2;
      }
      .parcours-identity-name {
        display: block;
        font-family: 'Raleway', sans-serif;
        font-size: 24px; font-weight: 300; letter-spacing: 0.04em;
        color: var(--blanc); line-height: 1.2; margin-bottom: 7px;
      }
      .parcours-identity-role {
        display: block;
        font-family: 'Raleway', sans-serif;
        font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase;
        color: var(--vert-sauge); font-weight: 500;
      }
      .parcours-content {
        padding: 22px 20px 28px; margin-top: 12px; border-radius: 16px;
      }
      #contact { padding: 83px 20px 78px; }
      .footer-headline { font-size: 28px; }
      footer { padding: 20px; }
      .footer-bar { -webkit-flex-direction: column; flex-direction: column; -webkit-align-items: center; align-items: center; -webkit-justify-content: center; justify-content: center; text-align: center; gap: 6px; }
    }

    /* ── SCROLL REVEAL ── */
    .reveal {
      opacity: 0;
      transform: translateY(30px);
      transition: opacity 0.7s ease, transform 0.7s ease;
    }
    .reveal.revealed {
      opacity: 1;
      transform: translateY(0);
    }
    .reveal-left {
      opacity: 0;
      transform: translateX(-30px);
      transition: opacity 0.7s ease, transform 0.7s ease;
    }
    .reveal-left.revealed {
      opacity: 1;
      transform: translateX(0);
    }
    .reveal-right {
      opacity: 0;
      transform: translateX(30px);
      transition: opacity 0.7s ease, transform 0.7s ease;
    }
    .reveal-right.revealed {
      opacity: 1;
      transform: translateX(0);
    }
    .reveal-delay-1 { transition-delay: 0.1s; }
    .reveal-delay-2 { transition-delay: 0.2s; }
    .reveal-delay-3 { transition-delay: 0.3s; }
    .reveal-delay-4 { transition-delay: 0.4s; }

    /* ── PREFERS-REDUCED-MOTION ── */
    @media (prefers-reduced-motion: reduce) {
      *, *::before, *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
      }
      .reveal, .reveal-left, .reveal-right {
        opacity: 1 !important;
        transform: none !important;
      }
    }