/*
   lydiehuberson.com — feuille de style unique
   Système visuel « Modernist » : rayon zéro, filets 2px, tout aligné à
   gauche, photographies en noir et blanc.

   Structure du fichier
     1. Polices        5. Composants        9. En-têtes de page   13. Médias
     2. Jetons         6. Pièces partagées 10. À propos           14. Contact
     3. Base           7. En-tête          11. Recherche          15. Pied de page
     4. Gabarits       8. Accueil          12. Conférences        16. Impression

   Pour retoucher la charte, modifiez UNIQUEMENT les jetons de la section 2 :
   toutes les pages s'y alignent.
*/

/* ══════════════════════════════════════════════════════════════════════════
   1. Fonts — Archivo (variable, self-hosted, SIL Open Font License 1.1)
      Self-hosted rather than hotlinked so no visitor IP reaches a third
      party — this site addresses French and Québec public institutions.
   ══════════════════════════════════════════════════════════════════════ */

@font-face {
  font-family: "Archivo";
  font-style: normal;
  font-weight: 100 900;
  font-stretch: 100%;
  font-display: swap;
  src: url("../fonts/archivo-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: "Archivo";
  font-style: normal;
  font-weight: 100 900;
  font-stretch: 100%;
  font-display: swap;
  src: url("../fonts/archivo-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;
}

/* ══════════════════════════════════════════════════════════════════════════
   2. Modernist tokens — mirrored verbatim from the design system's
      styles.css. This block is the source of truth for the look.
   ══════════════════════════════════════════════════════════════════════ */

:root {
  --color-bg: #f3f2f2;
  --color-surface: #eae9e9;
  --color-text: #201e1d;
  --color-accent: #ec3013;
  --color-accent-2: #e15b47;
  --color-divider: #9f9d9d; /* fallback for the color-mix below */
  --color-divider: color-mix(in srgb, #201e1d 40%, transparent);

  --color-neutral-100: #f8f4f4;
  --color-neutral-200: #eae7e7;
  --color-neutral-300: #d7d3d3;
  --color-neutral-400: #bab6b6;
  --color-neutral-500: #9b9797;
  --color-neutral-600: #7d7979;
  --color-neutral-700: #605d5d;
  --color-neutral-800: #444141;
  --color-neutral-900: #2d2b2b;

  --color-accent-100: #fff2ef;
  --color-accent-200: #ffe0d9;
  --color-accent-300: #ffc4b8;
  --color-accent-400: #ff9783;
  --color-accent-500: #ff563c;
  --color-accent-600: #dd2b0f;
  --color-accent-700: #ae1800;
  --color-accent-800: #7c1405;
  --color-accent-900: #4d170e;

  --font-heading: "Archivo", system-ui, sans-serif;
  --font-heading-weight: 800;
  --font-body: "Archivo", system-ui, sans-serif;

  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-6: 24px;
  --space-8: 32px;

  --radius-sm: 0px;
  --radius-md: 0px;
  --radius-lg: 0px;

  --shadow-sm: 0 1px 2px color-mix(in srgb, #2d2b2b 14%, transparent);
  --shadow-md: 0 3px 10px color-mix(in srgb, #2d2b2b 16%, transparent);
  --shadow-lg: 0 12px 32px color-mix(in srgb, #2d2b2b 22%, transparent);

  /* Derived ink tints — one place, so the 55/60/62/65/68/70/72/75/76/78/80/82/86
     steps the design uses stay consistent and degrade together. */
  --ink-55: #7f7d7d;
  --ink-55: color-mix(in srgb, var(--color-text) 55%, transparent);
  --ink-60: #747372;
  --ink-60: color-mix(in srgb, var(--color-text) 60%, transparent);
  --ink-62: #706f6e;
  --ink-62: color-mix(in srgb, var(--color-text) 62%, transparent);
  --ink-65: #6a6868;
  --ink-65: color-mix(in srgb, var(--color-text) 65%, transparent);
  --ink-68: #646261;
  --ink-68: color-mix(in srgb, var(--color-text) 68%, transparent);
  --ink-70: #5f5e5d;
  --ink-70: color-mix(in srgb, var(--color-text) 70%, transparent);
  --ink-72: #5b5959;
  --ink-72: color-mix(in srgb, var(--color-text) 72%, transparent);
  --ink-75: #555352;
  --ink-75: color-mix(in srgb, var(--color-text) 75%, transparent);
  --ink-76: #535150;
  --ink-76: color-mix(in srgb, var(--color-text) 76%, transparent);
  --ink-78: #4e4d4c;
  --ink-78: color-mix(in srgb, var(--color-text) 78%, transparent);
  --ink-80: #4a4848;
  --ink-80: color-mix(in srgb, var(--color-text) 80%, transparent);
  --ink-82: #464443;
  --ink-82: color-mix(in srgb, var(--color-text) 82%, transparent);
  --ink-86: #3e3c3b;
  --ink-86: color-mix(in srgb, var(--color-text) 86%, transparent);

  --lkh-wrap: 1220px;
  --lkh-gutter: clamp(20px, 5vw, 64px);
}

/* ══════════════════════════════════════════════════════════════════════════
   3. Base
   ══════════════════════════════════════════════════════════════════════ */

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  /* L'en-tête est collant : sans cette marge, un lien d'ancre placerait la
     cible sous la barre de navigation. */
  scroll-padding-top: 90px;
}

body {
  margin: 0;
  background: var(--color-bg);
  color: var(--color-text);
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.55;
  font-weight: 400;
  text-wrap: pretty;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-heading);
  font-weight: var(--font-heading-weight);
  line-height: 1.12;
  letter-spacing: -0.015em;
  margin: 0 0 var(--space-2);
}

p {
  margin: 0 0 var(--space-3);
}

a {
  color: var(--color-accent-700);
  text-underline-offset: 3px;
}
a:hover {
  color: var(--color-accent-800);
}

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

figure {
  margin: 0;
}

::selection {
  background: rgba(236, 48, 19, 0.28);
}

:focus {
  outline: none;
}
:focus-visible {
  outline: 2px solid var(--color-accent);
  outline-offset: 2px;
}

button {
  font-family: inherit;
}

/* Nothing in this design has a rounded corner. */
input,
select,
textarea,
button,
.lkh-btn,
img {
  border-radius: 0;
}

.lkh-skip {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 100;
  background: var(--color-text);
  color: var(--color-bg);
  padding: 12px 18px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}
.lkh-skip:focus {
  left: 0;
  color: var(--color-bg);
}

.screen-reader-text {
  border: 0;
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}

/* The image wrapper — every content photograph goes through it. */
.grayscale {
  filter: grayscale(1) contrast(1.08);
}

@keyframes lkh-in {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.lkh-main {
  animation: lkh-in 0.3s ease both;
}

@media (prefers-reduced-motion: reduce) {
  .lkh-main {
    animation: none;
  }
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}

/* ══════════════════════════════════════════════════════════════════════════
   4. Layout primitives
   ══════════════════════════════════════════════════════════════════════ */

.lkh-wrap {
  max-width: var(--lkh-wrap);
  margin: 0 auto;
  padding-left: var(--lkh-gutter);
  padding-right: var(--lkh-gutter);
}

.lkh-rule {
  height: 2px;
  border: 0;
  margin: 0;
  background: var(--color-divider);
}

.lkh-split {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
}

.lkh-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
/* Dividers sit only on the seams between cells. */
.lkh-3 > * + * {
  border-left: 2px solid var(--color-divider);
}

.lkh-4 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.lkh-row {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr) minmax(0, 1.1fr);
}

@media (max-width: 1000px) {
  .lkh-3 {
    grid-template-columns: 1fr;
  }
  .lkh-3 > * + * {
    border-left: 0;
  }
  .lkh-row {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

@media (max-width: 760px) {
  .lkh-split {
    grid-template-columns: 1fr;
  }
  .lkh-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* ══════════════════════════════════════════════════════════════════════════
   5. Components carried over from the design system
   ══════════════════════════════════════════════════════════════════════ */

.lkh-btn {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start; /* labels flush left, never centered */
  gap: 6px;
  cursor: pointer;
  text-decoration: none;
  font-family: var(--font-heading);
  font-weight: var(--font-heading-weight);
  font-size: 14px;
  line-height: 1.2;
  color: var(--color-text);
  background: transparent;
  border: 1px solid transparent;
  padding: var(--space-2) calc(var(--space-3) * 1.2);
}
.lkh-btn:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.lkh-btn--primary {
  background: var(--color-accent);
  color: var(--color-bg);
}
.lkh-btn--primary:hover {
  background: var(--color-accent-600);
  color: var(--color-bg);
}
.lkh-btn--primary:active {
  background: var(--color-accent-700);
}

.lkh-btn--secondary {
  border-color: var(--color-divider);
  color: var(--color-text);
}
.lkh-btn--secondary:hover {
  background: color-mix(in srgb, var(--color-text) 7%, transparent);
  color: var(--color-text);
}
.lkh-btn--secondary:active {
  background: color-mix(in srgb, var(--color-text) 14%, transparent);
}

/* On the red closing banner the roles invert. */
.lkh-btn--onred {
  background: var(--color-bg);
  color: var(--color-accent-700);
}
.lkh-btn--onred:hover {
  background: #fff;
  color: var(--color-accent-800);
}
.lkh-btn--onred-outline {
  border: 1px solid var(--color-bg);
  color: var(--color-bg);
}
.lkh-btn--onred-outline:hover {
  background: rgba(243, 242, 242, 0.14);
  color: var(--color-bg);
}
.lkh-onred :focus-visible {
  outline-color: var(--color-bg);
}

.lkh-btn--block {
  width: 100%;
  margin-top: var(--space-2);
}

.lkh-btn--lg {
  padding: 13px 20px;
  font-size: 15px;
}

.lkh-tag {
  display: inline-flex;
  align-items: center;
  font-size: 11px;
  letter-spacing: 0.02em;
  padding: 3px 10px;
  border: 1px solid var(--color-accent);
  color: var(--color-accent-700);
}

.lkh-field > label {
  display: block;
  font-size: 12px;
  margin-bottom: 5px;
  color: var(--ink-70);
}

.lkh-input {
  width: 100%;
  min-height: 36px;
  padding: 8px 10px;
  font: inherit;
  font-size: 14px;
  color: var(--color-text);
  caret-color: var(--color-accent);
  background: var(--color-surface);
  border: 1px solid var(--color-divider);
}
.lkh-input:hover {
  border-color: color-mix(in srgb, var(--color-text) 45%, transparent);
}
.lkh-input:focus-visible {
  border-color: var(--color-accent);
  outline-offset: 0;
}
textarea.lkh-input {
  min-height: 130px;
  resize: vertical;
}

/* Square choice chips — used by the publication filter and the contact form's
   request-type selector. */
.lkh-chip {
  cursor: pointer;
  border: 1px solid var(--color-divider);
  background: transparent;
  color: var(--color-text);
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 13px;
  line-height: 1;
  padding: 11px 14px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}
.lkh-chip:hover {
  background: color-mix(in srgb, var(--color-text) 7%, transparent);
  color: var(--color-text);
}
.lkh-chip[aria-pressed="true"],
.lkh-chip.is-active {
  background: var(--color-text);
  color: var(--color-bg);
  border-color: var(--color-text);
}

.lkh-chip--filter {
  font-size: 12.5px;
  letter-spacing: 0.04em;
  padding: 10px 13px;
  text-transform: uppercase;
}
.lkh-chip--filter[aria-pressed="true"],
.lkh-chip--filter.is-active {
  background: var(--color-accent);
  border-color: var(--color-accent);
  color: var(--color-bg);
}

/* ══════════════════════════════════════════════════════════════════════════
   6. Shared editorial pieces
   ══════════════════════════════════════════════════════════════════════ */

.lkh-kicker {
  display: block;
  font-size: 12px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: var(--color-accent-700);
  margin: 0 0 24px;
}

.lkh-figure__frame {
  width: 100%;
  background: var(--color-neutral-300);
  border: 1px solid var(--color-neutral-400);
  overflow: hidden;
}
.lkh-figure__frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
/* Cadrages : le portrait est recadré vers le haut pour garder le visage
   dans le champ quand le cadre est plus large que haut. */
.lkh-figure__frame.is-pos-20 img {
  object-position: 50% 20%;
}
.lkh-figure__frame.is-pos-18 img {
  object-position: 50% 18%;
}
.lkh-figure__frame--45 {
  aspect-ratio: 4 / 5;
}
.lkh-figure__frame--11 {
  aspect-ratio: 1 / 1;
}
.lkh-figure figcaption {
  font-size: 11px;
  margin-top: 8px;
  color: var(--ink-55);
}

/* A labelled stand-in for photography the client still owes us. */
.lkh-figure__placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  padding: 16px;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-62);
  background: repeating-linear-gradient(
    -45deg,
    var(--color-neutral-300) 0 10px,
    var(--color-neutral-200) 10px 20px
  );
}

/* ══════════════════════════════════════════════════════════════════════════
   7. Header
   ══════════════════════════════════════════════════════════════════════ */

.lkh-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: var(--color-bg);
  border-bottom: 2px solid var(--color-divider);
}
.lkh-header__bar {
  max-width: var(--lkh-wrap);
  margin: 0 auto;
  padding: 0 var(--lkh-gutter);
  display: flex;
  align-items: stretch;
  gap: 24px;
  min-height: 76px;
}

.lkh-brand {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-decoration: none;
  color: var(--color-text);
  padding-right: 6px;
}
.lkh-brand:hover {
  color: var(--color-text);
}
.lkh-brand__name {
  font-weight: 800;
  font-size: 17px;
  letter-spacing: -0.015em;
  line-height: 1.1;
}
.lkh-brand__sub {
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-accent-700);
  margin-top: 5px;
  line-height: 1.2;
}
.lkh-brand img {
  max-height: 48px;
  width: auto;
}

.lkh-nav {
  display: flex;
  margin-left: auto;
  align-items: stretch;
}
.lkh-nav ul {
  display: flex;
  align-items: stretch;
  list-style: none;
  margin: 0;
  padding: 0;
}
.lkh-nav a {
  display: flex;
  align-items: center;
  padding: 0 12px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: inset 0 -3px 0 0 transparent;
  color: var(--ink-62);
}
.lkh-nav a:hover {
  color: var(--color-accent-700);
}
.lkh-nav a[aria-current="page"] {
  box-shadow: inset 0 -3px 0 0 var(--color-accent);
  color: var(--color-text);
}

.lkh-header__tools {
  display: flex;
  align-items: center;
  gap: 10px;
}

.lkh-lang {
  display: flex;
  border: 1px solid var(--color-divider);
}
.lkh-lang a,
.lkh-lang button {
  border: 0;
  cursor: pointer;
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 11.5px;
  line-height: 1;
  letter-spacing: 0.06em;
  padding: 8px 9px;
  background: transparent;
  color: var(--color-text);
  text-decoration: none;
}
.lkh-lang a:hover {
  color: var(--color-accent-700);
}
.lkh-lang .is-active,
.lkh-lang [aria-current="true"] {
  background: var(--color-text);
  color: var(--color-bg);
}

.lkh-burger {
  display: none;
}

.lkh-menu {
  border-top: 1px solid var(--color-divider);
  background: var(--color-neutral-100);
}
.lkh-menu[hidden] {
  display: none;
}
.lkh-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.lkh-menu a {
  display: block;
  padding: 16px var(--lkh-gutter);
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  color: var(--color-text);
  border-bottom: 1px solid var(--color-neutral-300);
}
.lkh-menu a:hover {
  color: var(--color-accent-700);
}
.lkh-menu .lkh-menu__cta {
  padding: 16px var(--lkh-gutter);
}

@media (max-width: 1000px) {
  .lkh-nav,
  .lkh-header__cta {
    display: none;
  }
  .lkh-burger {
    display: inline-flex;
  }
}

/* Without JavaScript the burger is useless — show the full nav instead. */
.no-js .lkh-burger {
  display: none !important;
}
.no-js .lkh-nav {
  display: flex !important;
}
.no-js .lkh-nav ul {
  flex-wrap: wrap;
}
@media (max-width: 1000px) {
  .no-js .lkh-header__bar {
    flex-wrap: wrap;
    padding-bottom: 10px;
  }
  .no-js .lkh-nav {
    margin-left: 0;
    width: 100%;
  }
}

/* ══════════════════════════════════════════════════════════════════════════
   8. Home — front-page.php
   ══════════════════════════════════════════════════════════════════════ */

.lkh-hero {
  padding-top: clamp(44px, 6.5vw, 96px);
  padding-bottom: 60px;
  gap: clamp(28px, 5vw, 72px);
  align-items: end;
}
.lkh-hero__title {
  font-size: clamp(38px, 5.4vw, 76px);
  line-height: 1.04;
  letter-spacing: -0.028em;
  margin: 0 0 0 -0.05em;
  font-weight: 800;
}
.lkh-hero__title span {
  display: block;
}
.lkh-hero__title span:nth-child(3) {
  color: var(--color-accent);
}
.lkh-hero__sub {
  font-size: 17.5px;
  line-height: 1.62;
  max-width: 55ch;
  margin: 30px 0 0;
  color: var(--ink-82);
}
.lkh-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 32px;
}

.lkh-stats {
  padding-top: 44px;
  padding-bottom: 44px;
}
.lkh-stats .lkh-4 {
  gap: 28px;
}
.lkh-stat__num {
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: clamp(32px, 3.4vw, 46px);
  line-height: 1.1;
  color: var(--color-accent);
  margin: 0 0 0 -0.04em;
}
.lkh-stat__label {
  font-size: 12.5px;
  line-height: 1.45;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--ink-72);
  margin: 12px 0 0;
  max-width: 22ch;
}

.lkh-axes {
  padding-top: 60px;
  padding-bottom: 44px;
}
.lkh-axes .lkh-kicker {
  margin-bottom: 34px;
}
.lkh-axis {
  gap: 24px clamp(24px, 4vw, 64px);
  align-items: baseline;
  padding: 30px 0;
  border-top: 2px solid var(--color-divider);
}
.lkh-axis__num {
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
  font-feature-settings: "tnum" 1;
}
.lkh-axis__title {
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: -0.012em;
  margin: 0;
}
.lkh-axis__copy {
  font-size: 15.5px;
  line-height: 1.68;
  margin: 0;
  max-width: 52ch;
  color: var(--ink-78);
}
.lkh-axes__close {
  border-top: 2px solid var(--color-divider);
}

.lkh-feature {
  padding-top: 24px;
  padding-bottom: 64px;
}
.lkh-feature .lkh-split {
  gap: clamp(28px, 5vw, 80px);
  align-items: center;
}
.lkh-feature__title {
  font-size: clamp(28px, 3.4vw, 40px);
  line-height: 1.12;
  letter-spacing: -0.02em;
  margin: 0 0 0 -0.03em;
}
.lkh-feature__copy {
  font-size: 16px;
  line-height: 1.68;
  max-width: 50ch;
  margin: 22px 0 0;
  color: var(--ink-80);
}
.lkh-feature .lkh-btn {
  margin-top: 24px;
  padding: 12px 18px;
}
.lkh-feature .lkh-kicker {
  margin-bottom: 20px;
}

/* The one place red runs as a field. */
.lkh-poster {
  background: var(--color-accent);
  color: var(--color-bg);
}
.lkh-poster__inner {
  max-width: var(--lkh-wrap);
  margin: 0 auto;
  padding: clamp(48px, 6vw, 88px) var(--lkh-gutter);
}
.lkh-poster__title {
  font-size: clamp(30px, 4.2vw, 54px);
  line-height: 1.06;
  letter-spacing: -0.02em;
  margin: 0 0 0 -0.05em;
  max-width: 30ch;
}
.lkh-poster__actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 34px;
}
.lkh-poster__actions .lkh-btn {
  padding: 14px 20px;
  font-size: 15px;
}

/* ══════════════════════════════════════════════════════════════════════════
   9. Page headers (À propos, Recherche, Conférences, Médias, Contact)
   ══════════════════════════════════════════════════════════════════════ */

.lkh-pagehead {
  padding-top: clamp(40px, 5vw, 80px);
  padding-bottom: 36px;
}
.lkh-pagehead--tight {
  padding-bottom: 40px;
}
/* En-tête à deux colonnes, quand la page porte une photographie.
   Le texte se cale en haut, comme sur toutes les autres pages : c'est le
   héros de l'accueil, et lui seul, qui aligne les bas de colonnes. */
.lkh-pagehead--media {
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
  padding-bottom: 48px;
}
.lkh-pagehead .lkh-kicker {
  margin-bottom: 22px;
}
.lkh-pagehead__title {
  font-size: clamp(34px, 4.6vw, 62px);
  line-height: 1.06;
  letter-spacing: -0.025em;
  margin: 0 0 0 -0.05em;
}
.lkh-pagehead__intro {
  font-size: 17px;
  line-height: 1.68;
  margin: 26px 0 0;
  color: var(--ink-82);
}
.lkh-mw-22 {
  max-width: 22ch;
}
.lkh-mw-24 {
  max-width: 24ch;
}
.lkh-mw-26 {
  max-width: 26ch;
}
.lkh-mw-60 {
  max-width: 60ch;
}
.lkh-mw-62 {
  max-width: 62ch;
}

/* ══════════════════════════════════════════════════════════════════════════
   10. À propos
   ══════════════════════════════════════════════════════════════════════ */

.lkh-about {
  padding-top: 52px;
  padding-bottom: 52px;
  gap: clamp(28px, 5vw, 80px);
}
.lkh-about__bio p {
  font-size: 17px;
  line-height: 1.72;
  margin: 0 0 22px;
  max-width: 60ch;
  color: var(--ink-86);
}
.lkh-keywords {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}
.lkh-aside__title {
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0 0 14px;
  color: var(--color-accent-700);
}
.lkh-about aside .lkh-figure__frame {
  margin-bottom: 28px;
}
.lkh-affil {
  padding: 13px 0;
  border-top: 1px solid var(--color-divider);
}
.lkh-affil__name {
  font-size: 14.5px;
  font-weight: 600;
  margin: 0;
}
.lkh-affil__role {
  font-size: 12.5px;
  margin: 4px 0 0;
  color: var(--ink-65);
}

.lkh-timeline {
  padding-top: 52px;
  padding-bottom: 72px;
}
.lkh-timeline .lkh-kicker {
  margin-bottom: 28px;
}
.lkh-milestone {
  gap: 14px clamp(24px, 4vw, 56px);
  align-items: baseline;
  padding: 22px 0;
  border-top: 1px solid var(--color-divider);
}
.lkh-milestone__year {
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 15px;
  margin: 0;
  color: var(--color-accent);
  font-feature-settings: "tnum" 1;
}
.lkh-milestone__title {
  font-size: 18px;
  line-height: 1.3;
  margin: 0;
}
.lkh-milestone__org {
  font-size: 14.5px;
  line-height: 1.6;
  margin: 0;
  color: var(--ink-75);
}

/* ══════════════════════════════════════════════════════════════════════════
   11. Recherche — archive-publication.php
   ══════════════════════════════════════════════════════════════════════ */

.lkh-pubs {
  padding-top: 32px;
  padding-bottom: 72px;
}
.lkh-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0 0 26px;
  align-items: center;
}
.lkh-filters__count {
  margin-left: auto;
  align-self: center;
  font-size: 12.5px;
  color: var(--ink-60);
  font-feature-settings: "tnum" 1;
}

.lkh-pub {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 8px 28px;
  padding: 26px 0;
  border-top: 2px solid var(--color-divider);
}
@media (max-width: 560px) {
  .lkh-pub {
    grid-template-columns: 1fr;
    gap: 6px;
  }
}
.lkh-pub__year {
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 15px;
  margin: 0;
  color: var(--color-accent);
  font-feature-settings: "tnum" 1;
}
.lkh-pub__kind {
  display: block;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-62);
  margin-bottom: 9px;
}
.lkh-pub__title {
  font-size: 21px;
  line-height: 1.26;
  letter-spacing: -0.01em;
  margin: 0;
  max-width: 46ch;
}
.lkh-pub__title a {
  color: inherit;
  text-decoration: none;
}
.lkh-pub__title a:hover {
  color: var(--color-accent-700);
}
.lkh-pub__venue {
  font-size: 14.5px;
  line-height: 1.62;
  margin: 12px 0 0;
  max-width: 62ch;
  color: var(--ink-76);
}
.lkh-pub__links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin: 12px 0 0;
  font-size: 13px;
  font-weight: 600;
}
.lkh-pub__links a {
  color: var(--color-accent-700);
}

.lkh-pubs__note {
  border-top: 2px solid var(--color-divider);
  padding-top: 22px;
}
.lkh-pubs__note p {
  font-size: 13px;
  color: var(--ink-60);
  margin: 0;
}

/* Le filtre est appliqué par PHP au chargement (classe .is-hidden) puis
   par le script au clic : la page fonctionne sans JavaScript. */
.is-hidden {
  display: none !important;
}

.lkh-empty {
  padding: 26px 0;
  border-top: 2px solid var(--color-divider);
  font-size: 15px;
  color: var(--ink-72);
}

/* ══════════════════════════════════════════════════════════════════════════
   12. Conférences
   ══════════════════════════════════════════════════════════════════════ */

.lkh-formats {
  max-width: var(--lkh-wrap);
  margin: 0 auto;
  padding: 0 var(--lkh-gutter);
  gap: 0;
}
.lkh-format {
  padding: 36px 28px 40px;
  border-bottom: 2px solid var(--color-divider);
}
.lkh-format__mark {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: var(--color-accent);
  margin-bottom: 18px;
}
.lkh-format__title {
  font-size: 20px;
  line-height: 1.24;
  margin: 0 0 12px;
}
.lkh-format__copy {
  font-size: 14.5px;
  line-height: 1.66;
  margin: 0 0 16px;
  color: var(--ink-78);
}
.lkh-format__meta {
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0;
  color: var(--color-accent-700);
}

.lkh-topics {
  padding-top: 52px;
  padding-bottom: 52px;
}
.lkh-topics .lkh-kicker {
  margin-bottom: 24px;
}
.lkh-topic {
  border-top: 1px solid var(--color-divider);
}
.lkh-topic > summary {
  width: 100%;
  display: flex;
  align-items: baseline;
  gap: 20px;
  cursor: pointer;
  list-style: none;
  padding: 22px 0;
  font-family: var(--font-heading);
}
.lkh-topic > summary::-webkit-details-marker {
  display: none;
}
.lkh-topic > summary:focus-visible {
  outline: 2px solid var(--color-accent);
  outline-offset: 2px;
}
.lkh-topic__num {
  font-weight: 800;
  font-size: 13px;
  color: var(--color-accent);
  font-feature-settings: "tnum" 1;
}
.lkh-topic__title {
  font-weight: 800;
  font-size: 19px;
  letter-spacing: -0.01em;
  line-height: 1.3;
  flex: 1;
  color: var(--color-text);
}
.lkh-topic[open] .lkh-topic__title {
  color: var(--color-accent-700);
}
.lkh-topic__sign {
  font-weight: 800;
  font-size: 20px;
  color: var(--color-accent);
  line-height: 1;
}
.lkh-topic__sign::after {
  content: "+";
}
.lkh-topic[open] .lkh-topic__sign::after {
  content: "\2013"; /* en dash, as in the mockup */
}
.lkh-topic__copy {
  font-size: 15.5px;
  line-height: 1.7;
  margin: 0 0 26px;
  max-width: 66ch;
  padding-left: 33px;
  color: var(--ink-80);
}
.lkh-topics__close {
  border-top: 1px solid var(--color-divider);
}

.lkh-past {
  padding-top: 52px;
  padding-bottom: 72px;
}
.lkh-past .lkh-kicker {
  margin-bottom: 24px;
}
.lkh-engagement {
  gap: 12px clamp(24px, 4vw, 56px);
  align-items: baseline;
  padding: 20px 0;
  border-top: 1px solid var(--color-divider);
}
.lkh-engagement__year {
  font-size: 13px;
  font-weight: 800;
  margin: 0;
  font-feature-settings: "tnum" 1;
  color: var(--ink-65);
}
.lkh-engagement__title {
  font-size: 17px;
  line-height: 1.3;
  margin: 0;
}
.lkh-engagement__place {
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
  color: var(--ink-72);
}

/* ══════════════════════════════════════════════════════════════════════════
   13. Médias
   ══════════════════════════════════════════════════════════════════════ */

.lkh-media {
  padding-top: 48px;
  padding-bottom: 48px;
  gap: clamp(28px, 5vw, 72px);
}
.lkh-press {
  padding: 24px 0;
  border-top: 2px solid var(--color-divider);
}
.lkh-press__meta {
  display: block;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-62);
  margin-bottom: 10px;
}
.lkh-press__title {
  font-size: 20px;
  line-height: 1.28;
  margin: 0;
  max-width: 44ch;
}
.lkh-press__title a {
  color: inherit;
  text-decoration: none;
}
.lkh-press__title a:hover {
  color: var(--color-accent-700);
}
.lkh-press__copy {
  font-size: 14.5px;
  line-height: 1.62;
  margin: 11px 0 0;
  max-width: 58ch;
  color: var(--ink-76);
}
.lkh-press__close {
  border-top: 2px solid var(--color-divider);
}

/* La colonne porte désormais deux blocs : la photographie puis le dossier
   de presse. C'est elle, et non le dossier seul, qui se cale en haut. */
.lkh-media__side {
  align-self: start;
}
.lkh-media__portrait {
  margin-bottom: 28px;
}

.lkh-kit {
  background: var(--color-surface);
  padding: 28px;
  border: 1px solid var(--color-divider);
}
.lkh-kit__title {
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0 0 18px;
  color: var(--color-accent-700);
}
.lkh-kit__row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 0;
  border-top: 1px solid var(--color-divider);
  font-size: 14px;
}
.lkh-kit__row > span:first-child {
  font-weight: 600;
}
.lkh-kit__row > :last-child {
  color: var(--ink-60);
  white-space: nowrap;
}
.lkh-kit .lkh-btn {
  margin-top: 20px;
}

/* ══════════════════════════════════════════════════════════════════════════
   14. Contact
   ══════════════════════════════════════════════════════════════════════ */

.lkh-contact {
  padding-top: 48px;
  padding-bottom: 80px;
  gap: clamp(28px, 5vw, 80px);
}
.lkh-sent {
  border: 2px solid var(--color-accent);
  padding: 30px;
}
.lkh-sent__title {
  font-size: 24px;
  margin: 0 0 12px;
}
.lkh-sent p {
  font-size: 15.5px;
  line-height: 1.7;
  margin: 0;
  color: var(--ink-80);
}
.lkh-sent .lkh-btn {
  margin-top: 20px;
}

.lkh-form fieldset {
  border: 0;
  padding: 0;
  margin: 0 0 26px;
}
.lkh-form legend {
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-70);
  margin-bottom: 12px;
  padding: 0;
}
.lkh-reasons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
/* Native radios, visually replaced by the square chips. */
.lkh-reasons input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}
.lkh-reasons label {
  cursor: pointer;
  border: 1px solid var(--color-divider);
  background: transparent;
  color: var(--color-text);
  font-weight: 600;
  font-size: 13px;
  line-height: 1;
  padding: 11px 14px;
  display: inline-flex;
  align-items: center;
}
.lkh-reasons label:hover {
  background: color-mix(in srgb, var(--color-text) 7%, transparent);
}
.lkh-reasons input:checked + label {
  background: var(--color-text);
  color: var(--color-bg);
  border-color: var(--color-text);
}
.lkh-reasons input:focus-visible + label {
  outline: 2px solid var(--color-accent);
  outline-offset: 2px;
}

.lkh-form__pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
@media (max-width: 560px) {
  .lkh-form__pair {
    grid-template-columns: 1fr;
  }
}
/* Le combinateur enfant est nécessaire : sans lui la règle s'appliquerait
   aussi au second champ de la paire Nom / Organisation, qui descendrait
   d'une ligne au lieu de rester aligné avec le premier. */
.lkh-form > .lkh-field + .lkh-field,
.lkh-form__pair + .lkh-field {
  margin-top: 18px;
}
.lkh-form__opt {
  font-weight: 400;
  color: var(--ink-55);
}
.lkh-form__error {
  font-size: 12.5px;
  margin: 7px 0 0;
  color: var(--color-accent-700);
}
.lkh-input[aria-invalid="true"] {
  border-color: var(--color-accent);
}
.lkh-form__submit {
  margin-top: 22px;
  padding: 14px 22px;
  font-size: 15px;
}
.lkh-form__note {
  font-size: 12.5px;
  line-height: 1.6;
  margin: 16px 0 0;
  max-width: 52ch;
  color: var(--ink-60);
}
.lkh-form__hp {
  position: absolute;
  left: -9999px;
}
.lkh-notice {
  border: 2px solid var(--color-accent);
  padding: 16px 18px;
  margin: 0 0 24px;
  font-size: 14.5px;
  line-height: 1.6;
}

.lkh-contactblock {
  padding: 20px 0;
  border-top: 2px solid var(--color-divider);
}
.lkh-contactblock__title {
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0 0 10px;
  color: var(--color-accent-700);
}
.lkh-contactblock p {
  font-size: 15px;
  line-height: 1.62;
  margin: 0;
  color: var(--ink-82);
}

/* ══════════════════════════════════════════════════════════════════════════
   15. Pages simples (mentions légales, confidentialité, 404)
   ══════════════════════════════════════════════════════════════════════ */

.lkh-entry {
  padding-top: 52px;
  padding-bottom: 72px;
  max-width: 74ch;
}
.lkh-entry__content {
  font-size: 17px;
  line-height: 1.72;
  color: var(--ink-86);
}
.lkh-entry__content > * {
  max-width: 66ch;
}
.lkh-entry__content h2 {
  font-size: 28px;
  margin: 40px 0 14px;
}
.lkh-entry__content h3 {
  font-size: 21px;
  margin: 32px 0 12px;
}
.lkh-entry__content p {
  margin: 0 0 22px;
}
.lkh-entry__content ul,
.lkh-entry__content ol {
  margin: 0 0 22px;
  padding-left: 22px;
}
.lkh-entry__content li {
  margin-bottom: 8px;
}
.lkh-entry__content blockquote {
  margin: 28px 0;
  padding-left: 22px;
  border-left: 2px solid var(--color-accent);
  font-size: 19px;
  line-height: 1.6;
}
.lkh-entry__content img,
.lkh-entry__content .wp-caption {
  margin: 28px 0;
}
.lkh-entry__content table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  margin: 0 0 22px;
}
.lkh-entry__content th {
  text-align: left;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-60);
  padding: 8px;
  border-bottom: 2px solid var(--color-divider);
}
.lkh-entry__content td {
  padding: 8px;
  border-bottom: 1px solid var(--color-divider);
}
.lkh-entry__meta {
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-62);
  margin: 0 0 12px;
}

/* ══════════════════════════════════════════════════════════════════════════
   16. Footer
   ══════════════════════════════════════════════════════════════════════ */

.lkh-footer {
  border-top: 2px solid var(--color-divider);
  background: var(--color-neutral-100);
}
.lkh-footer__top {
  max-width: var(--lkh-wrap);
  margin: 0 auto;
  padding: 44px var(--lkh-gutter);
  gap: 32px;
}
.lkh-footer__name {
  font-weight: 800;
  font-size: 16px;
  margin: 0;
}
.lkh-footer__copy {
  font-size: 13.5px;
  line-height: 1.6;
  margin: 10px 0 0;
  max-width: 44ch;
  color: var(--ink-68);
}
.lkh-footer__nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 26px;
  align-items: flex-start;
  list-style: none;
  margin: 0;
  padding: 0;
}
.lkh-footer__nav a {
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  color: var(--color-text);
}
.lkh-footer__nav a:hover {
  color: var(--color-accent-700);
}
.lkh-footer__legal {
  max-width: var(--lkh-wrap);
  margin: 0 auto;
  padding: 0 var(--lkh-gutter) 36px;
  font-size: 11.5px;
  color: var(--ink-55);
}
.lkh-footer__legal a {
  color: inherit;
}

/* ══════════════════════════════════════════════════════════════════════════
   17. Print — the system prints in black and white anyway
   ══════════════════════════════════════════════════════════════════════ */

@media print {
  .lkh-header,
  .lkh-footer__nav,
  .lkh-poster__actions,
  .lkh-actions,
  .lkh-filters,
  .lkh-form {
    display: none;
  }
  body {
    background: #fff;
  }
  .lkh-poster {
    background: #fff;
    color: var(--color-text);
  }
}
