@charset "UTF-8";
/*!
Theme Name: Fori
Theme URI: https://onzeweb.ch
Author: Onzeweb
Author URI: https://onzeweb.ch
Description: Thème sur mesure pour FORI Avocat·e·s SA — étude d'avocat·e·s à Genève. Conseil & contentieux.
Version: 1.0.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: fori
Tags: custom-logo, custom-menu, featured-images, translation-ready

Fori is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic (normalize, box-sizing)
# FORI — tokens (design tokens)
# FORI — base (layout, header/footer, hero, accueil)
# FORI — directions (direction « Clair »)
# FORI — pages (Étude, Domaines, Équipe, Fiche, Contact)
# FORI — wp (glue WordPress, blog, commentaires, en construction)
# Utilities (accessibility, alignments)
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*--------------------------------------------------------------
# FORI — design sur mesure
--------------------------------------------------------------*/
/* ============================================================
   FORI — Design tokens (issus du handoff)
   Palette: primary #075339 · secondary #053424 · highlight #07977C
            black #141615 · lightgrey #E5E9E7
   Type: Inter (texte) · League Spartan (titres) · Spline Sans Mono (détails)
   ============================================================ */
:root {
  --primary: #075339;
  --secondary: #053424;
  --highlight: #07977C;
  --ink: #141615;
  --lightgrey: #E5E9E7;
  --paper: #FBFBF9; /* warm off-white page */
  --on-dark: #EEF2EF; /* text on deep green   */
  --on-dark-soft: rgba(238,242,239,.62);
  --ink-soft: rgba(20,22,21,.60);
  --hair: rgba(20,22,21,.14);
  --hair-dark: rgba(238,242,239,.16);
  --accent: var(--highlight);
  --display: "League Spartan", "Inter", sans-serif;
  --display-weight: 600;
  --display-tracking: -0.01em;
  --maxw: 1280px;
  --gutter: clamp(20px, 5vw, 80px);
  --section-y: clamp(60px, 7vw, 90px);
  --ease: cubic-bezier(.22,.61,.36,1);
}

/* ============================================================
   FORI — base (layout, header/footer, hero, composants accueil)
   Adapté du handoff : <image-slot> remplacé par de vraies <img>.
   ============================================================ */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", system-ui, sans-serif;
  background: var(--paper);
  color: var(--ink);
  font-size: 18px;
  line-height: 1.65;
  overflow-x: hidden;
}

::-moz-selection {
  background: var(--highlight);
  color: #fff;
}

::selection {
  background: var(--highlight);
  color: #fff;
}

a {
  color: inherit;
  text-decoration: none;
}

img, svg {
  display: block;
}

/* media réels : remplissent leur cadre (ratio porté par le conteneur) */
.hero__bg img,
.etude__media img,
.member__photo img,
.contact__map img,
.cv-photo img,
.band > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}

/* ---------- layout ---------- */
.wrap {
  max-width: var(--maxw);
  margin-inline: auto;
  padding-inline: var(--gutter);
}

.s {
  position: relative;
  padding-block: var(--section-y);
}

.s--dark {
  background: var(--secondary);
  color: var(--on-dark);
}

.s--grey {
  background: var(--lightgrey);
}

/* ---------- type ---------- */
.display {
  font-family: var(--display);
  font-weight: var(--display-weight);
  letter-spacing: var(--display-tracking);
  line-height: 0.98;
  margin: 0;
  text-wrap: balance;
}

.display--hero {
  font-size: clamp(3.2rem, 9vw, 8.2rem);
}

.display--xl {
  font-size: clamp(2.6rem, 5.6vw, 4.8rem);
  line-height: 1.02;
}

.display--l {
  font-size: clamp(2rem, 3.6vw, 3.2rem);
  line-height: 1.05;
}

.eyebrow {
  font-family: "Inter", sans-serif;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8em;
  color: var(--accent);
  margin: 0 0 1.6rem;
}

.eyebrow::before {
  content: attr(data-num);
  font-variant-numeric: tabular-nums;
  color: inherit;
  opacity: 0.75;
  display: none;
}

.eyebrow .bar {
  width: 34px;
  height: 1px;
  background: currentColor;
  opacity: 0.5;
}

.lede {
  font-size: clamp(1.05rem, 1.5vw, 1.3rem);
  line-height: 1.6;
  color: var(--ink-soft);
  max-width: 56ch;
}

.s--dark .lede {
  color: var(--on-dark-soft);
}

p {
  text-wrap: pretty;
}

/* ---------- buttons ---------- */
.btn {
  --bg: var(--highlight);
  --fg: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.65em;
  font-size: 0.92rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  padding: 0.92em 1.6em;
  background: var(--bg);
  color: var(--fg);
  border: 1px solid var(--bg);
  border-radius: 0;
  cursor: pointer;
  -webkit-transition: all 0.35s var(--ease);
  transition: all 0.35s var(--ease);
  white-space: nowrap;
  font-family: inherit;
}

.btn .arw {
  -webkit-transition: -webkit-transform 0.35s var(--ease);
  transition: -webkit-transform 0.35s var(--ease);
  transition: transform 0.35s var(--ease);
  transition: transform 0.35s var(--ease), -webkit-transform 0.35s var(--ease);
}

.btn:hover {
  background: var(--secondary);
  border-color: var(--secondary);
  color: #fff;
}

.btn:hover .arw {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}

/* --ghost = couleur du contour/texte au repos ; --ghost-ink = texte une fois rempli.
   On évite currentColor pour le fond au survol : il se résoudrait contre la
   nouvelle `color`, rendant fond et texte identiques (bouton invisible). */
.btn--ghost {
  --ghost: var(--on-dark);
  --ghost-ink: var(--secondary);
  --bg: transparent;
  --fg: var(--ghost);
  border-color: var(--ghost);
}

.btn--ghost:hover {
  background: var(--ghost);
  color: var(--ghost-ink);
  border-color: var(--ghost);
}

/* ---------- header ---------- */
.hdr {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 60;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: clamp(14px, 2vw, 22px) var(--gutter);
  color: var(--on-dark);
  -webkit-transition: background 0.45s var(--ease), color 0.45s var(--ease), padding 0.45s var(--ease), -webkit-box-shadow 0.45s var(--ease);
  transition: background 0.45s var(--ease), color 0.45s var(--ease), padding 0.45s var(--ease), -webkit-box-shadow 0.45s var(--ease);
  transition: background 0.45s var(--ease), color 0.45s var(--ease), box-shadow 0.45s var(--ease), padding 0.45s var(--ease);
  transition: background 0.45s var(--ease), color 0.45s var(--ease), box-shadow 0.45s var(--ease), padding 0.45s var(--ease), -webkit-box-shadow 0.45s var(--ease);
}

.hdr.solid {
  background: rgba(251, 251, 249, 0.86);
  backdrop-filter: blur(14px);
  color: var(--ink);
  padding-block: clamp(10px, 1.4vw, 14px);
}

.hdr__logo {
  height: 110px;
  color: currentColor;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: height 0.45s var(--ease);
  transition: height 0.45s var(--ease);
}

.hdr.solid .hdr__logo {
  height: 54px;
}

.hdr__logo svg {
  height: 100%;
  width: auto;
  display: block;
}

/* au scroll : on remplace le logotype vertical par la version horizontale large */
.hdr__logo .hdr__logo-wide {
  display: none;
}

.hdr.solid .hdr__logo-tall {
  display: none;
}

.hdr.solid .hdr__logo-wide {
  display: block;
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(18px, 2.4vw, 40px);
}

.nav__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(16px, 2vw, 34px);
}

.nav__links a {
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
  padding-block: 4px;
  opacity: 0.85;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.nav__links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  background: currentColor;
  -webkit-transition: width 0.35s var(--ease);
  transition: width 0.35s var(--ease);
}

.nav__links a:hover {
  opacity: 1;
}

.nav__links a:hover::after {
  width: 100%;
}

.nav__links a.active {
  opacity: 1;
}

.nav__links a.active::after {
  width: 100%;
}

.hdr__cta {
  margin-left: clamp(4px, 1vw, 14px);
}

/* sélecteur de langue : codes séparés par une barre, même registre que la navigation */
.lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  font-weight: 500;
}

.lang a {
  opacity: 0.6;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.lang a:hover, .lang a.active {
  opacity: 1;
}

.lang a + a::before {
  content: "/";
  margin-right: 8px;
  opacity: 0.5;
}

.lang--drawer {
  margin-top: 28px;
}

.drawer .lang a {
  font-family: inherit;
  font-weight: 500;
  font-size: 0.95rem;
  letter-spacing: 0.12em;
  padding: 0;
  border: 0;
}

.burger {
  display: none;
}

/* ---------- monogram watermark ---------- */
.mono-mark {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  color: currentColor;
  opacity: 0.05;
}

/* ---------- reveal animation ---------- */
.reveal.armed {
  opacity: 0;
  -webkit-transform: translateY(26px);
          transform: translateY(26px);
}

.reveal.armed.in {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: opacity 0.9s var(--ease), -webkit-transform 0.9s var(--ease);
  transition: opacity 0.9s var(--ease), -webkit-transform 0.9s var(--ease);
  transition: opacity 0.9s var(--ease), transform 0.9s var(--ease);
  transition: opacity 0.9s var(--ease), transform 0.9s var(--ease), -webkit-transform 0.9s var(--ease);
}

.reveal.armed.d1.in {
  -webkit-transition-delay: 0.08s;
          transition-delay: 0.08s;
}

.reveal.armed.d2.in {
  -webkit-transition-delay: 0.16s;
          transition-delay: 0.16s;
}

.reveal.armed.d3.in {
  -webkit-transition-delay: 0.24s;
          transition-delay: 0.24s;
}

@media (prefers-reduced-motion: reduce) {
  .reveal.armed {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
  html {
    scroll-behavior: auto;
  }
}
/* =====================================================
   HERO
   ===================================================== */
.hero {
  position: relative;
  min-height: 100svh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: var(--on-dark);
  overflow: hidden;
}

.hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero__veil {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(5, 52, 36, 0.55)), color-stop(38%, rgba(5, 52, 36, 0.28)), to(rgba(5, 52, 36, 0.72))), radial-gradient(120% 90% at 80% 10%, transparent 40%, rgba(5, 52, 36, 0.5) 100%);
  background: linear-gradient(180deg, rgba(5, 52, 36, 0.55) 0%, rgba(5, 52, 36, 0.28) 38%, rgba(5, 52, 36, 0.72) 100%), radial-gradient(120% 90% at 80% 10%, transparent 40%, rgba(5, 52, 36, 0.5) 100%);
}

.hero__mark {
  position: absolute;
  right: -6vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 116vh;
  z-index: 1;
  opacity: 0.07;
  color: #fff;
  pointer-events: none;
}

.hero__mark svg {
  height: 100%;
}

.hero .wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-bottom: clamp(48px, 7vw, 110px);
  padding-top: 140px;
}

.hero__eyebrow {
  color: #fff;
  opacity: 0.9;
}

.hero__eyebrow::before {
  color: var(--highlight);
  opacity: 1;
}

.hero h1 {
  max-width: 16ch;
  margin-bottom: clamp(20px, 2.5vw, 30px);
}

.hero__sub {
  max-width: 52ch;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.05rem, 1.5vw, 1.28rem);
  line-height: 1.6;
}

.hero__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 14px;
  margin-top: clamp(28px, 3.5vw, 44px);
}

.scrollcue {
  position: absolute;
  left: var(--gutter);
  bottom: 26px;
  z-index: 2;
  font-family: "Spline Sans Mono", monospace;
  font-size: 0.68rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.scrollcue .line {
  width: 1px;
  height: 34px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.7)), to(transparent));
  background: linear-gradient(rgba(255, 255, 255, 0.7), transparent);
  -webkit-animation: cue 2.2s var(--ease) infinite;
          animation: cue 2.2s var(--ease) infinite;
  -webkit-transform-origin: top;
          transform-origin: top;
}

@-webkit-keyframes cue {
  0%, 100% {
    -webkit-transform: scaleY(0.4);
            transform: scaleY(0.4);
    opacity: 0.4;
  }
  50% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    opacity: 1;
  }
}

@keyframes cue {
  0%, 100% {
    -webkit-transform: scaleY(0.4);
            transform: scaleY(0.4);
    opacity: 0.4;
  }
  50% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    opacity: 1;
  }
}
/* =====================================================
   ÉTUDE
   ===================================================== */
.etude__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.05fr clamp(36px, 6vw, 96px) 0.95fr;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(36px, 6vw, 96px);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.etude__body p + p {
  margin-top: 1.1em;
}

.values {
  margin-top: clamp(34px, 4vw, 52px);
  display: -ms-grid;
  display: grid;
  gap: 0;
  border-top: 1px solid var(--hair);
}

.s--dark .values {
  border-color: var(--hair-dark);
}

.value {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto clamp(18px, 3vw, 40px) 1fr;
  grid-template-columns: auto 1fr;
  gap: clamp(18px, 3vw, 40px);
  padding: 24px 0;
  border-bottom: 1px solid var(--hair);
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.s--dark .value {
  border-color: var(--hair-dark);
}

.value__k {
  font-family: "Spline Sans Mono", monospace;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  color: var(--accent);
  padding-top: 4px;
}

.value h3 {
  font-family: var(--display);
  font-weight: var(--display-weight);
  font-size: clamp(1.15rem, 1.8vw, 1.5rem);
  margin: 0 0 0.35em;
  letter-spacing: var(--display-tracking);
}

.value p {
  margin: 0;
  font-size: 0.98rem;
  color: var(--ink-soft);
}

.s--dark .value p {
  color: var(--on-dark-soft);
}

/* =====================================================
   DOMAINES (aperçu accueil)
   ===================================================== */
.dom__head {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr clamp(40px, 6vw, 96px) 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 0 clamp(40px, 6vw, 96px);
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  margin-bottom: clamp(40px, 5vw, 68px);
}

/* L'accroche occupe toute la colonne de droite, alignée sur les numéros. */
.dom__head .lede {
  max-width: none;
}

.dom__more {
  font-family: "Spline Sans Mono", monospace;
  font-size: 0.74rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--primary);
  white-space: nowrap;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.dom__more:hover {
  opacity: 0.7;
}

.dom__more .arw {
  display: inline-block;
  -webkit-transition: -webkit-transform 0.3s var(--ease);
  transition: -webkit-transform 0.3s var(--ease);
  transition: transform 0.3s var(--ease);
  transition: transform 0.3s var(--ease), -webkit-transform 0.3s var(--ease);
}

.dom__more:hover .arw {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}

.dom__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr clamp(40px, 6vw, 96px) 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 0 clamp(40px, 6vw, 96px);
  border-top: 1px solid var(--hair);
}

.s--dark .dom__list {
  border-color: var(--hair-dark);
}

.dom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 18px;
  padding: clamp(18px, 2vw, 26px) 0;
  border-bottom: 1px solid var(--hair);
  position: relative;
  color: inherit;
}

.s--dark .dom {
  border-color: var(--hair-dark);
}

.dom__n {
  font-family: "Spline Sans Mono", monospace;
  font-size: 0.74rem;
  letter-spacing: 0.06em;
  color: var(--accent);
  min-width: 2.4em;
}

.dom__name {
  font-family: var(--display);
  font-weight: 500;
  font-size: clamp(1.2rem, 2vw, 1.7rem);
  letter-spacing: var(--display-tracking);
  line-height: 1.1;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.dom__arw {
  margin-left: auto;
  opacity: 0;
  -webkit-transform: translateX(-8px);
          transform: translateX(-8px);
  -webkit-transition: all 0.4s var(--ease);
  transition: all 0.4s var(--ease);
  color: var(--accent);
}

/* Au survol, numéro et titre glissent de 14px par translation (aucun reflow du texte). */
.dom__n, .dom__name {
  -webkit-transition: color 0.3s, -webkit-transform 0.4s var(--ease);
  transition: color 0.3s, -webkit-transform 0.4s var(--ease);
  transition: transform 0.4s var(--ease), color 0.3s;
  transition: transform 0.4s var(--ease), color 0.3s, -webkit-transform 0.4s var(--ease);
}

.dom:hover .dom__n, .dom:hover .dom__name {
  -webkit-transform: translateX(14px);
          transform: translateX(14px);
}

.dom:hover .dom__name {
  color: var(--accent);
}

.dom:hover .dom__arw {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

/* =====================================================
   ÉQUIPE
   ===================================================== */
.team__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr clamp(24px, 3vw, 44px) 1fr clamp(24px, 3vw, 44px) 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(24px, 3vw, 44px);
  margin-top: clamp(40px, 5vw, 64px);
}

.member__photo {
  position: relative;
  aspect-ratio: 4/5;
  overflow: hidden;
  margin-bottom: 22px;
  background: var(--lightgrey);
}

.member__photo img {
  -webkit-transition: -webkit-filter 0.6s var(--ease);
  transition: -webkit-filter 0.6s var(--ease);
  transition: filter 0.6s var(--ease);
  transition: filter 0.6s var(--ease), -webkit-filter 0.6s var(--ease);
}

/* visuel d'attente : texture du site + monogramme, en attendant le portrait */
.member__placeholder {
  position: absolute;
  inset: 0;
  display: block;
}

.member__placeholder img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.member__placeholder-logo {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 22%;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: var(--on-dark);
  opacity: 0.92;
}

.member__name {
  font-family: var(--display);
  font-weight: var(--display-weight);
  font-size: clamp(1.3rem, 2vw, 1.7rem);
  letter-spacing: var(--display-tracking);
  margin: 0 0 0.25em;
}

.member__role {
  font-family: "Spline Sans Mono", monospace;
  font-size: 0.74rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent);
  margin: 0 0 1em;
}

.member__mail {
  font-size: 0.9rem;
  color: var(--ink-soft);
  border-bottom: 1px solid transparent;
  -webkit-transition: border-color 0.3s, color 0.3s;
  transition: border-color 0.3s, color 0.3s;
}

.s--dark .member__mail {
  color: var(--on-dark-soft);
}

.member__mail:hover {
  color: var(--accent);
  border-color: var(--accent);
}

/* =====================================================
   CONTACT
   ===================================================== */
.contact__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr clamp(40px, 6vw, 90px) 1fr;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 90px);
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.contact__lines {
  margin-top: clamp(34px, 4vw, 52px);
  display: -ms-grid;
  display: grid;
  gap: 26px;
}

.cline {
  display: -ms-grid;
  display: grid;
  gap: 6px;
}

.cline__k {
  font-family: "Spline Sans Mono", monospace;
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
}

.cline__v {
  font-size: clamp(1.1rem, 1.6vw, 1.35rem);
  line-height: 1.35;
}

.cline a {
  border-bottom: 1px solid transparent;
  -webkit-transition: border-color 0.3s, color 0.3s;
  transition: border-color 0.3s, color 0.3s;
}

.cline a:hover {
  color: var(--accent);
  border-color: var(--accent);
}

.cline__note {
  font-size: 0.82rem;
  color: var(--ink-soft);
}

.s--dark .cline__note {
  color: var(--on-dark-soft);
}

.contact__map {
  position: relative;
  min-height: 340px;
  background: var(--lightgrey);
}

.contact__map img,
.contact__map iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* =====================================================
   FOOTER
   ===================================================== */
.ftr {
  background: var(--ink);
  color: var(--on-dark);
  padding-block: clamp(48px, 6vw, 80px);
}

.ftr__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ftr__logo {
  height: 110px;
  color: var(--paper);
}

.ftr__logo svg {
  height: 100%;
}

.ftr__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(40px, 7vw, 110px);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ftr__col h4 {
  font-family: "Spline Sans Mono", monospace;
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--highlight);
  margin: 0 0 14px;
  font-weight: 500;
}

.ftr__col a, .ftr__col p {
  display: block;
  font-size: 0.95rem;
  color: var(--on-dark-soft);
  margin: 0 0 8px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.ftr__col a:hover {
  color: var(--on-dark);
}

.ftr__bottom {
  margin-top: clamp(44px, 6vw, 72px);
  padding-top: 22px;
  border-top: 1px solid var(--hair-dark);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 0.8rem;
  color: var(--on-dark-soft);
  letter-spacing: 0.03em;
}

/* =====================================================
   RESPONSIVE
   ===================================================== */
@media (max-width: 920px) {
  .etude__grid, .contact__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .dom__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .team__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    max-width: 460px;
  }
  .nav__links {
    display: none;
  }
  .burger {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .hdr__logo {
    height: 88px;
  }
  .hdr.solid .hdr__logo {
    height: 48px;
  }
  .scrollcue {
    display: none;
  }
}
@media (max-width: 560px) {
  body {
    font-size: 16.5px;
  }
  .hdr__cta {
    display: none;
  }
  .hdr__logo {
    height: 70px;
  }
  .hdr.solid .hdr__logo {
    height: 42px;
  }
  .dom__head, .ftr__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .dom__head {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
/* mobile drawer */
.drawer {
  position: fixed;
  inset: 0;
  z-index: 80;
  background: var(--secondary);
  color: var(--on-dark);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  padding: var(--gutter);
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.5s var(--ease);
  transition: -webkit-transform 0.5s var(--ease);
  transition: transform 0.5s var(--ease);
  transition: transform 0.5s var(--ease), -webkit-transform 0.5s var(--ease);
  pointer-events: none;
}

.drawer.open {
  -webkit-transform: none;
          transform: none;
  pointer-events: auto;
}

.drawer a {
  font-family: var(--display);
  font-weight: var(--display-weight);
  font-size: clamp(2rem, 8vw, 3rem);
  letter-spacing: var(--display-tracking);
  padding: 8px 0;
  border-bottom: 1px solid var(--hair-dark);
}

.drawer__close {
  position: absolute;
  top: 22px;
  right: var(--gutter);
  background: none;
  border: 0;
  color: inherit;
  font-size: 2rem;
  cursor: pointer;
  line-height: 1;
}

.burger {
  background: none;
  border: 0;
  color: inherit;
  cursor: pointer;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  padding: 8px;
}

.burger span {
  display: block;
  width: 26px;
  height: 2px;
  background: currentColor;
}

/* =====================================================
   visuels décoratifs (matière, bandeau)
   ===================================================== */
.etude__grid--media {
  -ms-grid-columns: 1fr clamp(36px, 6vw, 84px) 0.8fr;
  grid-template-columns: 1fr 0.8fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: clamp(36px, 6vw, 84px);
}

.etude__media {
  position: sticky;
  top: 124px;
  aspect-ratio: 4/5;
}

.etude__media img {
  display: block;
  width: 100%;
  height: 100%;
}

.band {
  position: relative;
  min-height: 60vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  overflow: hidden;
  color: var(--on-dark);
}

.band--solid {
  background: var(--primary);
}

.band > img {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.band__veil {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(5, 52, 36, 0.4)), color-stop(45%, rgba(5, 52, 36, 0.2)), to(rgba(3, 26, 18, 0.74)));
  background: linear-gradient(180deg, rgba(5, 52, 36, 0.4) 0%, rgba(5, 52, 36, 0.2) 45%, rgba(3, 26, 18, 0.74) 100%);
}

.band__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-block: clamp(52px, 7vw, 104px);
  pointer-events: none;
}

.band__eyebrow {
  color: #fff;
  opacity: 0.92;
}

.band__eyebrow::before {
  color: var(--highlight);
  opacity: 1;
}

.band__quote {
  color: #fff;
  max-width: 24ch;
  margin: 0;
  text-wrap: balance;
  text-shadow: 0 1px 30px rgba(0, 0, 0, 0.35);
}

@media (max-width: 920px) {
  .etude__grid--media {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .etude__media {
    aspect-ratio: 4/5;
    min-height: 0;
    max-width: 440px;
    position: static;
  }
  .etude__media img {
    height: 100%;
  }
}
/* Hero avec image : fond uni sous la photo (le motif hachuré ne sert que sans image). */
.hero__bg--image {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0a4a35), color-stop(60%, #053424), to(#032217));
  background-image: linear-gradient(180deg, #0a4a35 0%, #053424 60%, #032217 100%);
}

/* ============================================================
   FORI — direction visuelle « Clair » (data-dir="b") + texture hero
   Le site final utilise data-dir="b" (réglé sur <html>).
   ============================================================ */
/* ---- B · Clair / institutionnel ---- */
[data-dir=b] {
  --accent: var(--primary);
  --display-weight: 500;
  --display-tracking: 0.004em;
  --paper: #F6F8F6;
  --section-y: clamp(60px, 7vw, 90px);
  --hair: rgba(20,22,21,.16);
}

[data-dir=b] .display--hero {
  font-size: clamp(3rem, 8vw, 7rem);
}

[data-dir=b] .hero__veil {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(5, 52, 36, 0.34)), color-stop(42%, rgba(5, 52, 36, 0.14)), to(rgba(5, 52, 36, 0.6)));
  background: linear-gradient(180deg, rgba(5, 52, 36, 0.34) 0%, rgba(5, 52, 36, 0.14) 42%, rgba(5, 52, 36, 0.6) 100%);
}

[data-dir=b] .dom__n {
  color: var(--ink-soft);
  font-size: 0.9rem;
}

[data-dir=b] .dom:hover .dom__name {
  color: var(--primary);
}

/* =====================================================
   Texture « matière » par défaut du hero (si aucune image)
   ===================================================== */
.hero__bg {
  background-color: var(--secondary);
  background-image: repeating-linear-gradient(91deg, rgba(0, 0, 0, 0.22) 0 1px, transparent 1px 7px), repeating-linear-gradient(91deg, rgba(255, 255, 255, 0.03) 0 2px, transparent 2px 23px), -webkit-gradient(linear, left top, left bottom, from(#0a4a35), color-stop(60%, #053424), to(#032217));
  background-image: repeating-linear-gradient(91deg, rgba(0, 0, 0, 0.22) 0 1px, transparent 1px 7px), repeating-linear-gradient(91deg, rgba(255, 255, 255, 0.03) 0 2px, transparent 2px 23px), linear-gradient(180deg, #0a4a35 0%, #053424 60%, #032217 100%);
}

/* portrait, carte, matière, band : papier strié discret en repli */
.member__photo,
.contact__map,
.etude__media,
.band {
  background-color: var(--secondary);
  background-image: repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.04) 0 2px, transparent 2px 12px);
}

.member__photo {
  background-color: var(--lightgrey);
}

/* ============================================================
   FORI — composants pages internes (Étude, Domaines, Équipe, Fiche, Contact)
   Adapté du handoff : <image-slot> remplacé par de vraies <img>.
   ============================================================ */
/* offset header fixe pour les ancres */
section[id] {
  scroll-margin-top: 110px;
}

/* si les transitions sont gelées par l'environnement, on les coupe pour que
   l'état JS (hauteur accordéon, drawer) s'applique instantanément */
.no-anim *, .no-anim *::before, .no-anim *::after {
  -webkit-transition: none !important;
  transition: none !important;
}

/* =====================================================
   PAGE HEADER (bandeau d'entrée, vert profond)
   ===================================================== */
.pagehead {
  position: relative;
  overflow: hidden;
  background: var(--secondary);
  color: var(--on-dark);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  min-height: 58vh;
}

.pagehead--tall {
  min-height: 70vh;
}

.pagehead__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.pagehead__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.pagehead__veil {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: radial-gradient(120% 90% at 82% 8%, rgba(7, 151, 124, 0.18), transparent 55%), -webkit-gradient(linear, left top, left bottom, from(rgba(5, 52, 36, 0.2)), to(rgba(3, 26, 18, 0.5)));
  background: radial-gradient(120% 90% at 82% 8%, rgba(7, 151, 124, 0.18), transparent 55%), linear-gradient(180deg, rgba(5, 52, 36, 0.2), rgba(3, 26, 18, 0.5));
}

/* image de fond : voile renforcé pour garder le texte lisible, et marque verte estompée */
.pagehead--image .pagehead__veil {
  background: radial-gradient(120% 90% at 82% 8%, rgba(7, 151, 124, 0.22), transparent 55%), -webkit-gradient(linear, left top, left bottom, from(rgba(3, 26, 18, 0.7)), color-stop(40%, rgba(3, 26, 18, 0.62)), to(rgba(3, 26, 18, 0.86)));
  background: radial-gradient(120% 90% at 82% 8%, rgba(7, 151, 124, 0.22), transparent 55%), linear-gradient(180deg, rgba(3, 26, 18, 0.7) 0%, rgba(3, 26, 18, 0.62) 40%, rgba(3, 26, 18, 0.86) 100%);
}

.pagehead--image .pagehead__mark {
  opacity: 0.04;
}

.pagehead__mark {
  position: absolute;
  right: -5vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 132%;
  z-index: 0;
  opacity: 0.06;
  color: #fff;
  pointer-events: none;
}

.pagehead__mark svg {
  height: 100%;
  width: auto;
  display: block;
}

.pagehead .wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-top: clamp(150px, 18vh, 200px);
  padding-bottom: clamp(40px, 6vw, 82px);
}

.pagehead .eyebrow {
  color: #fff;
  opacity: 0.92;
}

.pagehead .eyebrow::before {
  color: var(--highlight);
  opacity: 1;
}

.pagehead h1 {
  color: #fff;
}

.pagehead__lede {
  margin-top: clamp(20px, 2.6vw, 30px);
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.05rem, 1.4vw, 1.28rem);
  line-height: 1.6;
}

/* breadcrumb */
.crumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-family: "Spline Sans Mono", monospace;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.62);
  margin-bottom: clamp(20px, 3vw, 30px);
}

.crumb a {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.crumb a:hover {
  color: #fff;
}

.crumb .sep {
  opacity: 0.5;
}

/* =====================================================
   PROSE / SPLIT (Étude, Fiche)
   ===================================================== */
.split {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: clamp(180px, 22vw, 280px) clamp(30px, 6vw, 90px) 1fr;
  grid-template-columns: clamp(180px, 22vw, 280px) 1fr;
  gap: clamp(30px, 6vw, 90px);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.split__label {
  position: sticky;
  top: 120px;
  font-family: "Spline Sans Mono", monospace;
  font-size: 0.74rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
}

.prose {
  max-width: 64ch;
}

.prose p {
  margin: 0 0 1.15em;
  font-size: clamp(1.05rem, 1.35vw, 1.22rem);
  line-height: 1.68;
  color: var(--ink);
}

.prose p:last-child {
  margin-bottom: 0;
}

.prose p.lede {
  color: var(--ink);
  font-size: clamp(1.3rem, 2vw, 1.7rem);
  line-height: 1.45;
  margin-bottom: 1.1em;
  font-family: var(--display);
  font-weight: var(--display-weight);
  letter-spacing: var(--display-tracking);
  max-width: none;
}

.prose strong {
  font-weight: 600;
}

/* principles row (Étude) */
.principles {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr clamp(20px, 3vw, 40px) 1fr clamp(20px, 3vw, 40px) 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 3vw, 40px);
}

/* La marge haute n'existe que sous un surtitre. */
.eyebrow + .principles {
  margin-top: clamp(40px, 5vw, 60px);
}

.principle {
  border-top: 2px solid var(--primary);
  padding-top: 20px;
}

.principle__k {
  font-family: "Spline Sans Mono", monospace;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  color: var(--accent);
}

.principle h3 {
  font-family: var(--display);
  font-weight: var(--display-weight);
  font-size: clamp(1.2rem, 1.8vw, 1.55rem);
  margin: 0.5em 0 0.4em;
  letter-spacing: var(--display-tracking);
}

.principle p {
  margin: 0;
  font-size: 0.98rem;
  color: var(--ink-soft);
  line-height: 1.55;
}

/* =====================================================
   ACCORDÉON (Domaines)
   ===================================================== */
.dom-intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 40px;
  margin-bottom: clamp(36px, 4vw, 56px);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.dom-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.dom-filter button {
  font-family: "Spline Sans Mono", monospace;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: none;
  border: 1px solid var(--hair);
  color: var(--ink-soft);
  padding: 9px 16px;
  cursor: pointer;
  border-radius: 100px;
  -webkit-transition: all 0.3s var(--ease);
  transition: all 0.3s var(--ease);
}

.dom-filter button:hover {
  border-color: var(--primary);
  color: var(--primary);
}

.dom-filter button.active {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
}

.accordion {
  border-top: 1px solid var(--hair);
}

.acc {
  border-bottom: 1px solid var(--hair);
}

.acc__head {
  width: 100%;
  background: none;
  border: 0;
  cursor: pointer;
  text-align: left;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto clamp(14px, 2.4vw, 34px) 1fr clamp(14px, 2.4vw, 34px) auto clamp(14px, 2.4vw, 34px) auto;
  grid-template-columns: auto 1fr auto auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(14px, 2.4vw, 34px);
  padding: clamp(22px, 2.4vw, 32px) 0;
  color: var(--ink);
  font: inherit;
  -webkit-transition: padding-left 0.4s var(--ease);
  transition: padding-left 0.4s var(--ease);
}

.acc__head:hover {
  padding-left: 10px;
}

.acc__n {
  font-family: "Spline Sans Mono", monospace;
  font-size: 0.9rem;
  letter-spacing: 0.04em;
  color: var(--accent);
  min-width: 2.4em;
}

.acc__name {
  font-family: var(--display);
  font-weight: 500;
  font-size: clamp(1.3rem, 2.4vw, 2rem);
  letter-spacing: var(--display-tracking);
  line-height: 1.08;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.acc__head:hover .acc__name {
  color: var(--primary);
}

.acc__tag {
  font-family: "Spline Sans Mono", monospace;
  font-size: 0.62rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-soft);
  border: 1px solid var(--hair);
  padding: 5px 10px;
  border-radius: 100px;
  white-space: nowrap;
}

.acc__icon {
  position: relative;
  width: 20px;
  height: 20px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.acc__icon::before, .acc__icon::after {
  content: "";
  position: absolute;
  background: var(--primary);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.4s var(--ease);
  transition: opacity 0.3s, -webkit-transform 0.4s var(--ease);
  transition: transform 0.4s var(--ease), opacity 0.3s;
  transition: transform 0.4s var(--ease), opacity 0.3s, -webkit-transform 0.4s var(--ease);
}

.acc__icon::before {
  top: 9px;
  left: 0;
  width: 20px;
  height: 2px;
}

.acc__icon::after {
  left: 9px;
  top: 0;
  width: 2px;
  height: 20px;
}

.acc[aria-expanded=true] .acc__icon::after {
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  opacity: 0;
}

.acc[aria-expanded=true] .acc__name {
  color: var(--primary);
}

.acc__panel {
  overflow: hidden;
  height: 0;
  -webkit-transition: height 0.45s var(--ease);
  transition: height 0.45s var(--ease);
}

.acc__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2.4em clamp(14px, 2.4vw, 34px) 1fr;
  grid-template-columns: 2.4em 1fr;
  gap: 0 clamp(14px, 2.4vw, 34px);
  padding: 0 0 clamp(26px, 3vw, 38px);
}

.acc__inner .sp {
  -ms-grid-column: 1;
  grid-column: 1;
}

.acc__body {
  -ms-grid-column: 2;
  grid-column: 2;
  max-width: 60ch;
}

.acc__body p {
  margin: 0 0 1em;
  color: var(--ink-soft);
  font-size: 1.05rem;
  line-height: 1.62;
}

.acc__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 22px;
  margin-top: 6px;
}

.acc__links a {
  font-family: "Spline Sans Mono", monospace;
  font-size: 0.92rem;
  letter-spacing: 0.06em;
  color: var(--primary);
  border-bottom: 1px solid transparent;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}

.acc__links a:hover {
  border-color: var(--primary);
}

.acc.is-hidden {
  display: none;
}

/* =====================================================
   ÉQUIPE — groupes de rôles
   ===================================================== */
.teamgroup {
  margin-top: clamp(48px, 6vw, 86px);
}

.teamgroup:first-of-type {
  margin-top: clamp(34px, 4vw, 52px);
}

.teamgroup__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 16px;
  margin-bottom: clamp(26px, 3vw, 40px);
  padding-bottom: 16px;
  border-bottom: 1px solid var(--hair);
}

.teamgroup__k {
  font-family: "Spline Sans Mono", monospace;
  font-size: 0.76rem;
  letter-spacing: 0.12em;
  color: var(--accent);
}

.teamgroup__title {
  font-family: var(--display);
  font-weight: var(--display-weight);
  font-size: clamp(1.4rem, 2.4vw, 2rem);
  letter-spacing: var(--display-tracking);
  margin: 0;
}

.teamgroup__count {
  margin-left: auto;
  font-family: "Spline Sans Mono", monospace;
  font-size: 0.76rem;
  color: var(--ink-soft);
}

.member {
  display: block;
}

a.member {
  color: inherit;
}

a.member .member__photo img {
  -webkit-transition: -webkit-filter 0.6s var(--ease), -webkit-transform 1.2s var(--ease);
  transition: -webkit-filter 0.6s var(--ease), -webkit-transform 1.2s var(--ease);
  transition: filter 0.6s var(--ease), transform 1.2s var(--ease);
  transition: filter 0.6s var(--ease), transform 1.2s var(--ease), -webkit-filter 0.6s var(--ease), -webkit-transform 1.2s var(--ease);
}

a.member:hover .member__photo img {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}

a.member:hover .member__name {
  color: var(--primary);
}

.member__name {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.member__go {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
  font-size: 0.82rem;
  color: var(--accent);
  font-family: "Spline Sans Mono", monospace;
  letter-spacing: 0.04em;
  margin-top: 0.2em;
}

.member__go .arw {
  -webkit-transition: -webkit-transform 0.35s var(--ease);
  transition: -webkit-transform 0.35s var(--ease);
  transition: transform 0.35s var(--ease);
  transition: transform 0.35s var(--ease), -webkit-transform 0.35s var(--ease);
}

a.member:hover .member__go .arw {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}

/* grille compacte stagiaires / administration */
.team__grid--compact {
  -ms-grid-columns: 1fr clamp(20px, 2.4vw, 34px) 1fr clamp(20px, 2.4vw, 34px) 1fr clamp(20px, 2.4vw, 34px) 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(20px, 2.4vw, 34px);
}

.team__grid--compact .member__photo {
  aspect-ratio: 1/1;
  margin-bottom: 16px;
}

.team__grid--compact .member__photo img {
  -o-object-position: top center;
     object-position: top center;
}

.team__grid--compact .member__name {
  font-size: clamp(1.1rem, 1.5vw, 1.32rem);
}

/* =====================================================
   FICHE PERSONNE — CV web
   ===================================================== */
.cv-head {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr clamp(36px, 6vw, 80px) 1fr;
  grid-template-columns: 1fr 1fr;
  gap: clamp(36px, 6vw, 80px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cv-photo {
  position: relative;
  aspect-ratio: 4/5;
  background: var(--secondary);
  overflow: hidden;
}

.cv-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.cv-id h1 {
  margin: 0;
}

.cv-role {
  font-family: "Spline Sans Mono", monospace;
  font-size: 0.82rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 1em 0 0;
}

.cv-quick {
  margin-top: clamp(24px, 3vw, 34px);
  display: -ms-grid;
  display: grid;
  gap: 14px;
  border-top: 1px solid var(--secondary);
  padding-top: clamp(22px, 2.6vw, 30px);
}

.cv-quick .row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: clamp(96px, 11vw, 140px) 18px 1fr;
  grid-template-columns: clamp(96px, 11vw, 140px) 1fr;
  gap: 18px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.cv-quick .row .k {
  font-family: "Spline Sans Mono", monospace;
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.cv-quick .row .v {
  font-size: 1rem;
}

.cv-quick .row .v a {
  border-bottom: 1px solid transparent;
  -webkit-transition: border-color 0.3s, color 0.3s;
  transition: border-color 0.3s, color 0.3s;
}

.cv-quick .row .v a:hover {
  border-color: var(--display);
}

.cv-section {
  border-top: 1px solid var(--hair);
  padding-top: clamp(28px, 3vw, 40px);
  margin-top: clamp(48px, 6vw, 80px);
}

.cv-section__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: clamp(180px, 22vw, 280px) clamp(24px, 5vw, 80px) 1fr;
  grid-template-columns: clamp(180px, 22vw, 280px) 1fr;
  gap: clamp(24px, 5vw, 80px);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.cv-section__label {
  font-family: "Spline Sans Mono", monospace;
  font-size: 0.74rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
  position: sticky;
  top: 120px;
}

.chips {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}

.chip {
  font-size: 0.9rem;
  padding: 9px 16px;
  border: 1px solid var(--hair);
  border-radius: 100px;
  color: var(--ink);
  -webkit-transition: all 0.3s var(--ease);
  transition: all 0.3s var(--ease);
}

a.chip:hover {
  border-color: var(--primary);
  color: var(--primary);
}

.timeline {
  display: -ms-grid;
  display: grid;
  gap: 0;
}

.tl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: clamp(72px, 9vw, 120px) clamp(18px, 3vw, 40px) 1fr;
  grid-template-columns: clamp(72px, 9vw, 120px) 1fr;
  gap: clamp(18px, 3vw, 40px);
  padding: 22px 0;
  border-bottom: 1px solid var(--hair);
}

.tl:last-child {
  border-bottom: 0;
}

.tl__year {
  font-family: "Spline Sans Mono", monospace;
  font-size: 0.82rem;
  color: var(--accent);
  padding-top: 3px;
}

.tl h3 {
  font-family: var(--display);
  font-weight: var(--display-weight);
  font-size: clamp(1.1rem, 1.6vw, 1.4rem);
  margin: 0 0 0.25em;
  letter-spacing: var(--display-tracking);
}

.tl p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.98rem;
}

.cv-list {
  display: -ms-grid;
  display: grid;
  gap: 12px;
}

.cv-list li {
  list-style: none;
  padding-left: 22px;
  position: relative;
  color: var(--ink);
  font-size: 1.02rem;
  line-height: 1.5;
}

.cv-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 8px;
  height: 1px;
  background: var(--accent);
}

ul.cv-list {
  margin: 0;
  padding: 0;
}

/* =====================================================
   CTA de bas de page
   ===================================================== */
.pageCTA {
  background: var(--primary);
  color: #fff;
}

.pageCTA .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-block: clamp(54px, 7vw, 96px);
}

.pageCTA h2 {
  color: #fff;
  max-width: 18ch;
  margin: 0;
}

.pageCTA .btn {
  --bg: #fff;
  --fg: var(--primary);
  border-color: #fff;
}

.pageCTA .btn:hover {
  --bg: var(--secondary);
  --fg:#fff;
  background: var(--secondary);
  border-color: var(--secondary);
  color: #fff;
}

/* =====================================================
   CONTACT (page dédiée)
   ===================================================== */
.contact-extra {
  margin-top: clamp(30px, 4vw, 46px);
  display: -ms-grid;
  display: grid;
  gap: 8px;
}

.contact-extra .k {
  font-family: "Spline Sans Mono", monospace;
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 6px;
}

.contact-extra p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 1rem;
}

/* =====================================================
   FICHE PERSONNE — compléments (publications, admissions, langues)
   ===================================================== */
.cv-list__sub {
  display: block;
  color: var(--ink-soft);
  font-size: 0.92rem;
  margin-top: 2px;
}

.cv-list a {
  color: inherit;
  border-bottom: 1px solid var(--accent);
  -webkit-transition: color 0.3s, border-color 0.3s;
  transition: color 0.3s, border-color 0.3s;
}

.cv-list a:hover {
  color: var(--primary);
  border-color: var(--primary);
}

.cv-sep {
  color: var(--ink-soft);
}

/* =====================================================
   BLOC PHOTO (photo d'équipe, intérieurs)
   ===================================================== */
.photo__fig {
  margin-block: 0;
}

.photo__fig img {
  display: block;
  width: 100%;
  height: auto;
}

/* Pleine largeur : proportions natives, pas de recadrage ; plafonnée à 2048px (largeur du fichier).
   Sur un écran plus large, le fond de la section (vert par exemple) fait bandeau derrière la photo. */
.photo--full .photo__fig {
  width: 100%;
  max-width: 2048px;
  margin-inline: auto;
}

.photo__cap {
  font-family: "Spline Sans Mono", monospace;
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-soft);
  margin-top: 14px;
}

.photo--full .photo__cap {
  padding-inline: clamp(20px, 4vw, 48px);
}

.s--dark .photo__cap {
  color: var(--on-dark-soft);
}

/* =====================================================
   ESPACEMENT ENTRE BLOCS
   Chaque bloc est une section avec son propre padding vertical. Deux blocs
   de même fond qui se suivent ne cumulent pas leurs deux marges. Un bloc
   sur fond vert garde toujours son air : le bandeau doit entourer la photo.
   ===================================================== */
.s:not(.s--grey):not(.s--dark) + .s:not(.s--grey):not(.s--dark),
.s--grey + .s--grey,
.s--dark + .s--dark {
  padding-top: 0;
}

/* Bloc photo : moins d'air qu'un bloc de texte. */
.s.photo {
  padding-block: calc(var(--section-y) * 0.6);
}

.s:not(.s--grey):not(.s--dark) + .s.photo:not(.s--grey):not(.s--dark),
.s--grey + .s.photo.s--grey {
  padding-top: 0;
}

/* Bandeau matière : hauteurs réglables dans le bloc. */
.band--haute {
  min-height: 85vh;
}

.band--ecran {
  min-height: 100vh;
}

/* Sur mobile, un ratio d'image plutôt qu'une part de la hauteur d'écran :
   la photo paysage reste lisible, le texte pousse la hauteur si besoin. */
@media (max-width: 720px) {
  .band, .band--haute, .band--ecran {
    min-height: 0;
    aspect-ratio: 4/3;
  }
}
/* Aperçu équipe : bouton vers la page complète. */
.team__more {
  margin-top: clamp(36px, 4vw, 56px);
}

/* =====================================================
   RESPONSIVE
   ===================================================== */
@media (max-width: 920px) {
  .split, .cv-head, .cv-section__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .split__label, .cv-section__label {
    position: static;
  }
  .principles {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0;
  }
  .principle {
    border-top: 1px solid var(--hair);
    padding: 22px 0;
  }
  .principle:first-child {
    border-top: 2px solid var(--primary);
  }
  .team__grid--compact {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .acc__head {
    -ms-grid-columns: auto 1fr auto;
    grid-template-columns: auto 1fr auto;
  }
  .acc__tag {
    display: none;
  }
}
@media (max-width: 560px) {
  .dom-intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .pageCTA .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .cv-quick .row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 4px;
  }
  .team__grid--compact {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    max-width: 360px;
  }
}
/* ============================================================
   FORI — glue WordPress (admin bar, contenu éditeur, commentaires,
   blog standard, page « en construction »)
   ============================================================ */
/* barre d'admin : ne pas masquer le header fixe */
body.admin-bar .hdr {
  top: 32px;
}

@media screen and (max-width: 782px) {
  body.admin-bar .hdr {
    top: 46px;
  }
}
/* skip-link au-dessus du header fixe */
.skip-link.screen-reader-text:focus {
  z-index: 100001;
}

/* =====================================================
   Contenu éditeur (prose WYSIWYG : bio, manifeste, pages, articles)
   ===================================================== */
.entry-content,
.prose-wp {
  max-width: 64ch;
}
.entry-content > * + *,
.prose-wp > * + * {
  margin-top: 1.15em;
}
.entry-content p, .entry-content ul, .entry-content ol,
.prose-wp p,
.prose-wp ul,
.prose-wp ol {
  font-size: clamp(1.05rem, 1.35vw, 1.22rem);
  line-height: 1.68;
  color: var(--ink);
}
.entry-content a,
.prose-wp a {
  color: var(--primary);
  border-bottom: 1px solid rgba(7, 83, 57, 0.3);
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.entry-content a:hover,
.prose-wp a:hover {
  border-color: var(--primary);
}
.entry-content strong,
.prose-wp strong {
  font-weight: 600;
}
.entry-content h2, .entry-content h3, .entry-content h4,
.prose-wp h2,
.prose-wp h3,
.prose-wp h4 {
  font-family: var(--display);
  font-weight: var(--display-weight);
  letter-spacing: var(--display-tracking);
  line-height: 1.1;
  margin-top: 1.6em;
}
.entry-content h2,
.prose-wp h2 {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
}
.entry-content h3,
.prose-wp h3 {
  font-size: clamp(1.3rem, 2vw, 1.6rem);
}
.entry-content blockquote,
.prose-wp blockquote {
  margin: 1.4em 0;
  padding-left: 1.1em;
  border-left: 2px solid var(--primary);
  color: var(--ink-soft);
  font-style: italic;
}
.entry-content ul, .entry-content ol,
.prose-wp ul,
.prose-wp ol {
  padding-left: 1.3em;
}
.entry-content img,
.prose-wp img {
  max-width: 100%;
  height: auto;
}

/* =====================================================
   Blog / pages standard (single, archive, search, 404, page)
   ===================================================== */
.entry-header {
  margin-bottom: clamp(28px, 3vw, 40px);
}

.entry-title {
  font-family: var(--display);
  font-weight: var(--display-weight);
  letter-spacing: var(--display-tracking);
  line-height: 1.05;
  font-size: clamp(2rem, 4vw, 3.2rem);
  margin: 0;
}

.entry-title a {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.entry-title a:hover {
  color: var(--primary);
}

.entry-meta,
.entry-footer {
  font-family: "Spline Sans Mono", monospace;
  font-size: 0.74rem;
  letter-spacing: 0.06em;
  color: var(--ink-soft);
  margin-top: 12px;
}

.entry-meta a:hover,
.entry-footer a:hover {
  color: var(--primary);
}

.post-thumbnail {
  display: block;
  margin-bottom: clamp(24px, 3vw, 36px);
}

.post-thumbnail img {
  width: 100%;
  height: auto;
}

.posts-navigation,
.post-navigation,
.pagination {
  margin-top: clamp(40px, 5vw, 64px);
  font-family: "Spline Sans Mono", monospace;
  font-size: 0.82rem;
}

.posts-navigation a,
.post-navigation a,
.pagination a {
  border-bottom: 1px solid transparent;
  -webkit-transition: border-color 0.3s, color 0.3s;
  transition: border-color 0.3s, color 0.3s;
}

.posts-navigation a:hover,
.post-navigation a:hover,
.pagination a:hover {
  color: var(--primary);
  border-color: var(--primary);
}

.page-content,
.page-header {
  margin-bottom: clamp(24px, 3vw, 40px);
}

/* =====================================================
   Commentaires
   ===================================================== */
.comments-area {
  margin-top: clamp(48px, 6vw, 80px);
  border-top: 1px solid var(--hair);
  padding-top: clamp(32px, 4vw, 48px);
  max-width: 64ch;
}

.comments-title,
.comment-reply-title {
  font-family: var(--display);
  font-weight: var(--display-weight);
  letter-spacing: var(--display-tracking);
  font-size: clamp(1.4rem, 2.4vw, 1.9rem);
  margin: 0 0 1em;
}

.comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.comment-list .comment-body {
  padding: 18px 0;
  border-bottom: 1px solid var(--hair);
}

.comment-author .fn {
  font-weight: 600;
}

.comment-metadata {
  font-family: "Spline Sans Mono", monospace;
  font-size: 0.72rem;
  color: var(--ink-soft);
}

.comment-form label {
  display: block;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-soft);
  margin-bottom: 6px;
}

.comment-form input[type=text],
.comment-form input[type=email],
.comment-form input[type=url],
.comment-form textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--hair);
  border-radius: 0;
  font: inherit;
  background: #fff;
  color: var(--ink);
  margin-bottom: 18px;
}

.comment-form input:focus,
.comment-form textarea:focus {
  outline: 2px solid var(--highlight);
  outline-offset: 1px;
}

.comment-form .submit,
.form-submit input[type=submit] {
  background: var(--highlight);
  color: #fff;
  border: 1px solid var(--highlight);
  padding: 0.9em 1.6em;
  cursor: pointer;
  font: inherit;
  -webkit-transition: all 0.3s var(--ease);
  transition: all 0.3s var(--ease);
}

.comment-form .submit:hover,
.form-submit input[type=submit]:hover {
  background: var(--secondary);
  border-color: var(--secondary);
}

/* =====================================================
   Médias éditeur (légendes, galeries)
   ===================================================== */
.wp-caption {
  max-width: 100%;
}

.wp-caption-text,
.gallery-caption {
  font-family: "Spline Sans Mono", monospace;
  font-size: 0.74rem;
  color: var(--ink-soft);
  margin-top: 8px;
}

.gallery {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: ;
  grid-template-columns: repeat(var(--gallery-cols, 3), 1fr);
  gap: 14px;
  margin: 1.4em 0;
}

.gallery-columns-2 {
  --gallery-cols: 2;
}

.gallery-columns-4 {
  --gallery-cols: 4;
}

.gallery-item img {
  width: 100%;
  height: auto;
}

.wp-block-image img {
  max-width: 100%;
  height: auto;
}

/* =====================================================
   PAGE « EN CONSTRUCTION » (gabarit autonome)
   ===================================================== */
.construct {
  --cg: clamp(22px,5vw,72px);
  min-height: 100svh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: var(--on-dark);
  background: var(--secondary);
  position: relative;
  overflow: hidden;
}

.construct__bg {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(170deg, rgba(8, 68, 49, 0.3) 0%, rgba(5, 52, 36, 0.52) 58%, rgba(3, 30, 21, 0.74) 100%), radial-gradient(120% 80% at 78% 12%, rgba(7, 151, 124, 0.18), transparent 55%), var(--secondary);
  background-size: cover;
  background-position: center;
}

.construct__mark {
  position: absolute;
  right: -7vw;
  bottom: -12vh;
  height: 128vh;
  opacity: 0.06;
  color: #fff;
}

.construct__mark svg {
  height: 100%;
  width: auto;
  display: block;
}

.construct__shell {
  position: relative;
  z-index: 2;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: var(--cg);
}

.construct__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}

.construct__brand {
  height: 46px;
  color: var(--on-dark);
}

.construct__brand svg {
  height: 100%;
  width: auto;
  display: block;
}

.construct__status {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-family: "Spline Sans Mono", ui-monospace, monospace;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--on-dark-soft);
  border: 1px solid rgba(238, 242, 239, 0.2);
  padding: 8px 14px;
  border-radius: 100px;
}

.construct__status .dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--highlight);
  -webkit-box-shadow: 0 0 0 0 rgba(7, 151, 124, 0.6);
          box-shadow: 0 0 0 0 rgba(7, 151, 124, 0.6);
  -webkit-animation: foriPulse 2.4s var(--ease) infinite;
          animation: foriPulse 2.4s var(--ease) infinite;
}

@-webkit-keyframes foriPulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(7, 151, 124, 0.5);
            box-shadow: 0 0 0 0 rgba(7, 151, 124, 0.5);
  }
  70% {
    -webkit-box-shadow: 0 0 0 9px rgba(7, 151, 124, 0);
            box-shadow: 0 0 0 9px rgba(7, 151, 124, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(7, 151, 124, 0);
            box-shadow: 0 0 0 0 rgba(7, 151, 124, 0);
  }
}

@keyframes foriPulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(7, 151, 124, 0.5);
            box-shadow: 0 0 0 0 rgba(7, 151, 124, 0.5);
  }
  70% {
    -webkit-box-shadow: 0 0 0 9px rgba(7, 151, 124, 0);
            box-shadow: 0 0 0 9px rgba(7, 151, 124, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(7, 151, 124, 0);
            box-shadow: 0 0 0 0 rgba(7, 151, 124, 0);
  }
}
.construct__core {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  padding-block: clamp(40px, 8vh, 90px);
}

.construct__eyebrow {
  font-family: "Spline Sans Mono", monospace;
  font-size: 0.78rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--highlight);
  margin: 0 0 clamp(22px, 3vw, 30px);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9em;
}

.construct__eyebrow .bar {
  width: 36px;
  height: 1px;
  background: currentColor;
  opacity: 0.6;
}

.construct h1 {
  font-family: var(--display);
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 0.98;
  margin: 0;
  font-size: clamp(2.9rem, 8.5vw, 7rem);
  text-wrap: balance;
  max-width: 15ch;
}

.construct__lede {
  margin: clamp(26px, 3.4vw, 40px) 0 0;
  max-width: 50ch;
  font-size: clamp(1.05rem, 1.5vw, 1.3rem);
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
}

.construct__lede--small {
  margin-top: 0.5rem;
  color: #fff;
  max-width: 64ch;
}

.construct__seo {
  position: relative;
  z-index: 2;
  padding: 0 var(--cg) clamp(8px, 2vw, 18px);
  font-size: 0.8rem;
  color: var(--on-dark-soft);
}

.construct__seo strong {
  color: var(--on-dark);
  font-weight: 500;
}

.construct__contact {
  position: relative;
  z-index: 2;
  border-top: 1px solid rgba(238, 242, 239, 0.16);
  padding: clamp(26px, 3.5vw, 40px) var(--cg);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr clamp(20px, 4vw, 56px) 1fr clamp(20px, 4vw, 56px) 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 4vw, 56px);
}

.construct__c {
  display: -ms-grid;
  display: grid;
  gap: 7px;
  -ms-flex-line-pack: start;
      align-content: start;
}

.construct__c .k {
  font-family: "Spline Sans Mono", monospace;
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--highlight);
}

.construct__c .v {
  font-size: clamp(1rem, 1.3vw, 1.18rem);
  line-height: 1.4;
}

.construct__c .v a {
  border-bottom: 1px solid transparent;
  -webkit-transition: border-color 0.3s, color 0.3s;
  transition: border-color 0.3s, color 0.3s;
}

.construct__c .v a:hover {
  color: #fff;
  border-color: var(--highlight);
}

.construct__foot {
  position: relative;
  z-index: 2;
  padding: 18px var(--cg) calc(18px + env(safe-area-inset-bottom));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 0.76rem;
  letter-spacing: 0.04em;
  color: var(--on-dark-soft);
  border-top: 1px solid rgba(238, 242, 239, 0.1);
}

@media (max-width: 760px) {
  .construct__contact {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .construct__status {
    display: none;
  }
  .construct__brand {
    height: 40px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .construct__status .dot {
    -webkit-animation: none;
            animation: none;
  }
}
/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}