/* ==========================================================================
   Ayoub El Mestari, thérapies brèves à Aulnay-sous-Bois
   Système de design complet.

   Direction : terre rosée et crème, contrastes francs, trait fin doré.
   Mise en page éditoriale plutôt que grille de cartes. Angles quasi droits,
   pas d'ombre portée marquée : la hiérarchie passe par le trait, le vide
   et la typographie.
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. Jetons
   -------------------------------------------------------------------------- */

:root {
  /* --- échelle de marque, du plus clair au plus profond --- */
  --brand-50:  #FBF6F1;   /* crème */
  --brand-100: #F3E8DE;   /* beige chaud */
  --brand-200: #E7D4C5;
  --brand-300: #D3B6A2;
  --brand-400: #B4866D;
  --brand-500: #8E5C49;   /* terre rosée, couleur principale */
  --brand-600: #82543F;
  --brand-700: #603A2C;   /* secondaire, brun profond */
  --brand-800: #3D241B;
  --brand-900: #281610;   /* encre */

  /* --- minéral doré, réservé aux micro-détails --- */
  --gold:      #7E622F;   /* lisible en 11 px sur crème et sur beige */
  --gold-soft: #C9A86A;   /* réservé aux fonds profonds */

  /* --- rôles : fonds --- */
  --bg:            var(--brand-50);
  --surface:       #FFFCF9;
  --surface-alt:   var(--brand-100);
  --surface-sunk:  var(--brand-200);
  --surface-deep:  var(--brand-900);
  --surface-deep-2:#1B0E09;

  /* --- rôles : textes --- */
  --text:        var(--brand-900);
  --text-2:      #503629;
  --text-3:      #6E5042;
  --text-on-deep:   #F6EBE1;
  --text-on-deep-2: #C4A897;

  /* --- rôles : traits --- */
  --line:        #E6D5C7;
  --line-soft:   #F0E4D9;
  --line-strong: #C9AC97;
  --line-control:#9E7A61;   /* contours de champs et de boutons : 3,8:1 (WCAG 1.4.11) */
  --line-deep:   rgba(246, 235, 225, .16);

  /* --- rôles : interactif --- */
  --accent:        var(--brand-500);
  --accent-hover:  var(--brand-600);
  --accent-active: var(--brand-700);
  --accent-ink:    #FFFCF9;
  --accent-wash:   #F2E3D8;
  --link:          var(--brand-600);
  --mark-ink:      var(--brand-600);
  --link-hover:    var(--brand-800);
  --focus:         var(--gold);

  /* --- rôles : signal --- */
  --caution:      #8A3A29;
  --caution-wash: #F7E6E0;

  /* --- espacements --- */
  --s-1: 4px;   --s-2: 8px;   --s-3: 12px;  --s-4: 16px;
  --s-5: 24px;  --s-6: 32px;  --s-7: 48px;  --s-8: 64px;
  --s-9: 96px;  --s-10: 128px;

  /* --- rayons : volontairement discrets --- */
  --r-1: 2px;
  --r-2: 4px;
  --r-pill: 999px;

  /* --- ombres : quasi inexistantes, le trait fait le travail --- */
  --shadow-1: 0 1px 1px rgba(40, 22, 16, .04);
  --shadow-2: 0 1px 2px rgba(40, 22, 16, .05), 0 12px 28px -22px rgba(40, 22, 16, .30);

  /* --- mesures --- */
  --measure: 62ch;
  --page: 1240px;
  --gutter: clamp(20px, 4vw, 48px);

  /* --- mouvement --- */
  --ease: cubic-bezier(.22, .8, .28, 1);
  --t-fast: 140ms;
  --t-med: 260ms;
  --breath: 12s;
}

@media (prefers-color-scheme: dark) {
  :root {
    --bg:            #17100C;
    --surface:       #1E1510;
    --surface-alt:   #251A14;
    --surface-sunk:  #2E211A;
    --surface-deep:  #120B07;
    --surface-deep-2:#0B0604;

    --text:        #F6EBE1;
    --text-2:      #DCC6B6;
    --text-3:      #B79B89;
    --text-on-deep:   #F6EBE1;
    --text-on-deep-2: #B79B89;

    --line:        #3A2A21;
    --line-soft:   #2A1E17;
    --line-strong: #55402F;
    --line-control:#8A6B54;
    --line-deep:   rgba(246, 235, 225, .13);

    --accent:        #C08E76;
    --accent-hover:  #D0A088;
    --accent-active: #DDB49D;
    --accent-ink:    #17100C;
    --accent-wash:   #2E1F18;
    --link:          #D3A48C;
    --mark-ink:      #D3A48C;
    --link-hover:    #E5BCA6;
    --focus:         #C9A86A;

    --gold:      #C9A86A;
    --gold-soft: #96773F;

    --caution:      #DE8B76;
    --caution-wash: #331A13;

    --shadow-1: 0 1px 1px rgba(0, 0, 0, .3);
    --shadow-2: 0 1px 2px rgba(0, 0, 0, .35), 0 12px 28px -22px rgba(0, 0, 0, .9);
  }
}

/* --------------------------------------------------------------------------
   2. Réinitialisation et base
   -------------------------------------------------------------------------- */

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

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: "Hanken Grotesk", "Helvetica Neue", Arial, system-ui, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.68;
  letter-spacing: .002em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Titres éditoriaux : serif à fort contraste, grands, resserrés. */
h1, h2, .display {
  font-family: "Instrument Serif", "Times New Roman", Georgia, serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.02;
  letter-spacing: -.014em;
  margin: 0;
  text-wrap: balance;
}

h3, h4, h5 {
  font-family: "Hanken Grotesk", Arial, sans-serif;
  font-weight: 500;
  line-height: 1.28;
  letter-spacing: -.008em;
  margin: 0;
  text-wrap: balance;
}

h1 { font-size: clamp(38px, 5.6vw, 78px); }
h2 { font-size: clamp(30px, 4.1vw, 54px); }
h3 { font-size: clamp(19px, 1.7vw, 22px); }
h4 { font-size: 17px; }
h5 { font-size: 15px; }

p { margin: 0 0 1.15em; max-width: var(--measure); }
p:last-child { margin-bottom: 0; }

strong, b { font-weight: 600; color: var(--text); }
em { font-style: italic; }

a { color: var(--link); text-decoration-thickness: 1px; text-underline-offset: .22em; }
a:hover { color: var(--link-hover); }

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

hr { border: 0; border-top: 1px solid var(--line); margin: var(--s-7) 0; }

::selection { background: var(--accent-wash); color: var(--text); }

:focus-visible {
  outline: 2px solid var(--focus);
  outline-offset: 3px;
  border-radius: var(--r-1);
}

/* Le serif italique porte les phrases plus personnelles. */
.voice {
  font-family: "Instrument Serif", Georgia, serif;
  font-style: italic;
  font-weight: 400;
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}

/* --------------------------------------------------------------------------
   3. Grille et rythme
   -------------------------------------------------------------------------- */

.wrap {
  width: 100%;
  max-width: var(--page);
  margin-inline: auto;
  padding-inline: var(--gutter);
}

.wrap-narrow {
  width: 100%;
  max-width: 760px;
  margin-inline: auto;
  padding-inline: var(--gutter);
}

.section { padding-block: clamp(64px, 9vw, 128px); position: relative; }
.section--tight { padding-block: clamp(44px, 5.5vw, 72px); }
.section--alt  { background: var(--surface-alt); }
.section--sunk { background: var(--surface-sunk); }

/* Filet supérieur, doré et très fin, comme une réglure d'imprimeur. */
.section--rule::before {
  content: "";
  position: absolute; inset-inline: var(--gutter); top: 0; height: 1px;
  background: linear-gradient(90deg, transparent, var(--line-strong) 12%,
              var(--line-strong) 88%, transparent);
  max-width: var(--page);
  margin-inline: auto;
}

/* En-tête de section : surtitre + titre + chapeau, toujours au même rythme. */
.head { max-width: 44ch; }
.head--wide { max-width: 58ch; }
.head h2 { margin-bottom: var(--s-4); }
.head .lede { margin-bottom: 0; }

.eyebrow {
  display: flex; align-items: center; gap: var(--s-3);
  font-size: 11px; font-weight: 600;
  letter-spacing: .22em; text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 var(--s-5);
  max-width: none;
}
.eyebrow::before {
  content: ""; width: 26px; height: 1px; background: currentColor; flex: none;
}

.lede {
  font-size: clamp(18px, 1.9vw, 21px);
  line-height: 1.6;
  color: var(--text-2);
  max-width: 54ch;
}

.small { font-size: 14.5px; }
.muted { color: var(--text-3); }

.skip-link {
  position: fixed; left: -9999px; top: 0; z-index: 300;
  background: var(--accent); color: var(--accent-ink);
  padding: 14px 22px; font-weight: 600; font-size: 15px;
}
.skip-link:focus { left: 0; }

/* --------------------------------------------------------------------------
   4. Emplacements à compléter
   -------------------------------------------------------------------------- */

.todo {
  background: #FBEFC4;
  color: #6A4E05;
  box-shadow: inset 0 -2px 0 #D8B23F;
  padding: 1px 6px;
  font-family: ui-monospace, "SF Mono", Menlo, monospace;
  font-size: .84em;
}
@media (prefers-color-scheme: dark) {
  .todo { background: #3B2E06; color: #F3D67C; box-shadow: inset 0 -2px 0 #8A6D12; }
}

/* --------------------------------------------------------------------------
   5. Apparitions au défilement
   -------------------------------------------------------------------------- */

/* L'état masqué n'est appliqué que si le JavaScript s'exécute : sans lui,
   ou s'il échoue, tout le contenu reste visible. */
.js [data-reveal] {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 700ms var(--ease), transform 700ms var(--ease);
}
.js [data-reveal].is-in { opacity: 1; transform: none; }
.js [data-reveal][data-delay="1"] { transition-delay: 90ms; }
.js [data-reveal][data-delay="2"] { transition-delay: 180ms; }
.js [data-reveal][data-delay="3"] { transition-delay: 270ms; }

@media (prefers-reduced-motion: reduce) {
  .js [data-reveal] { opacity: 1; transform: none; }
}

/* --------------------------------------------------------------------------
   6. En-tête
   -------------------------------------------------------------------------- */

.site-header {
  position: sticky; top: 0; z-index: 100;
  background: color-mix(in srgb, var(--bg) 90%, transparent);
  backdrop-filter: saturate(1.4) blur(12px);
  border-bottom: 1px solid transparent;
  transition: border-color var(--t-med) var(--ease),
              background-color var(--t-med) var(--ease);
}
.site-header.is-stuck {
  border-bottom-color: var(--line);
  background: color-mix(in srgb, var(--bg) 97%, transparent);
}

.site-header__inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: var(--s-5); min-height: 76px;
}

.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; color: var(--text); flex: none; }
.brand__mark {
  width: 34px; height: 34px; flex: none;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  display: grid; place-items: center;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 13px; letter-spacing: .04em;
  color: var(--mark-ink);
  background: var(--surface);
}
.brand__name {
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 20px; line-height: 1.1; letter-spacing: -.01em;
}
.brand__role {
  display: block; font-size: 10px; font-weight: 600;
  letter-spacing: .17em; text-transform: uppercase; color: var(--text-3);
  margin-top: 2px;
}

.nav { display: flex; align-items: center; gap: 2px; }
.nav a {
  position: relative;
  font-size: 14.5px; padding: 10px 13px;
  color: var(--text-2); text-decoration: none; white-space: nowrap;
  transition: color var(--t-fast) var(--ease);
}
.nav a::after {
  content: ""; position: absolute; left: 13px; right: 13px; bottom: 4px;
  height: 1px; background: var(--accent);
  transform: scaleX(0); transform-origin: left;
  transition: transform var(--t-med) var(--ease);
}
.nav a:hover { color: var(--text); }
.nav a:hover::after { transform: scaleX(1); }
.nav a[aria-current="page"] { color: var(--text); font-weight: 600; }
.nav a[aria-current="page"]::after { transform: scaleX(1); background: var(--gold); }

.nav-toggle {
  display: none; align-items: center; gap: 10px;
  background: none; border: 1px solid var(--line-control);
  border-radius: var(--r-1);
  padding: 10px 16px; font: inherit; font-size: 14px; font-weight: 600;
  color: var(--text); cursor: pointer; flex: none;
  transition: border-color var(--t-fast) var(--ease);
}
.nav-toggle:hover { border-color: var(--accent); }

@media (max-width: 1000px) {
  .nav-toggle { display: inline-flex; }
  .nav {
    display: none;
    position: absolute; inset-inline: 0; top: 100%;
    flex-direction: column; align-items: stretch; gap: 0;
    background: var(--surface);
    border-block: 1px solid var(--line);
    padding: var(--s-2) var(--gutter) var(--s-5);
  }
  .nav.is-open { display: flex; animation: navIn 260ms var(--ease); }
  .nav a { padding: 16px 2px; border-bottom: 1px solid var(--line-soft); font-size: 17px; }
  .nav a::after { display: none; }
  .nav a[aria-current="page"] { color: var(--accent); }
}

@keyframes navIn {
  from { opacity: 0; transform: translateY(-8px); }
  to   { opacity: 1; transform: none; }
}

@media (max-width: 480px) {
  .brand__role { display: none; }
  .brand__name { font-size: 18px; }
  .site-header__inner { min-height: 64px; }
}

/* --------------------------------------------------------------------------
   7. Boutons et liens d'action
   -------------------------------------------------------------------------- */

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 52px;
  padding: 15px 28px;
  border: 1px solid transparent;
  border-radius: var(--r-1);
  font-family: inherit; font-size: 15px; font-weight: 600; line-height: 1.2;
  letter-spacing: .01em;
  text-decoration: none; cursor: pointer; white-space: nowrap;
  transition: background-color var(--t-fast) var(--ease),
              border-color var(--t-fast) var(--ease),
              color var(--t-fast) var(--ease),
              transform var(--t-fast) var(--ease);
}
.btn:active { transform: translateY(1px); }

.btn--primary { background: var(--accent); color: var(--accent-ink); border-color: var(--accent); }
.btn--primary:hover { background: var(--accent-hover); border-color: var(--accent-hover); color: var(--accent-ink); }
.btn--primary:active { background: var(--accent-active); border-color: var(--accent-active); }

.btn--outline { background: transparent; color: var(--text); border-color: var(--line-control); }
.btn--outline:hover { border-color: var(--accent); color: var(--accent-hover); background: var(--surface); }

.btn--onDeep { background: transparent; color: var(--text-on-deep); border-color: var(--line-deep); }
.btn--onDeep:hover { border-color: var(--text-on-deep); background: rgba(246, 235, 225, .07); color: var(--text-on-deep); }

.btn--light { background: var(--text-on-deep); color: var(--brand-900); border-color: var(--text-on-deep); }
.btn--light:hover { background: #fff; border-color: #fff; color: var(--brand-900); }

.btn--sm { min-height: 42px; padding: 10px 18px; font-size: 14px; }

.btn-row { display: flex; flex-wrap: wrap; gap: var(--s-3); }

/* Lien fléché discret, utilisé à la place des « boutons » secondaires. */
.arrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 15px; font-weight: 600; color: var(--link);
  text-decoration: none;
}
.arrow::after {
  content: "→"; transition: transform var(--t-med) var(--ease); font-weight: 400;
}
.arrow:hover::after { transform: translateX(4px); }
.arrow:hover { text-decoration: underline; text-underline-offset: .25em; }

/* --------------------------------------------------------------------------
   8. Section d'ouverture
   -------------------------------------------------------------------------- */

.hero {
  position: relative; isolation: isolate; overflow: hidden;
  background: var(--surface-deep);
  color: var(--text-on-deep);
  padding-block: clamp(44px, 6.4vw, 96px);
}
/* Nappe lumineuse très basse en intensité : présence, pas dégradé décoratif. */
.hero::before {
  content: ""; position: absolute; inset: 0; z-index: 0;
  background:
    radial-gradient(120% 78% at 72% 12%, rgba(185, 140, 116, .20), transparent 62%),
    radial-gradient(90% 60% at 8% 92%, rgba(150, 119, 63, .12), transparent 60%);
}
.hero > * { position: relative; z-index: 1; }

.hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(0, .82fr);
  gap: clamp(36px, 5vw, 80px);
  align-items: center;
}

.hero__kicker {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 11px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase;
  color: var(--text-on-deep-2);
  border: 1px solid var(--line-deep);
  padding: 8px 14px;
  margin-bottom: var(--s-5);
}
.hero__kicker span { color: var(--gold-soft); }

.hero h1 { color: var(--text-on-deep); margin-bottom: var(--s-5); }
.hero h1 em { font-style: italic; color: var(--brand-300); }

.hero__sub {
  font-size: clamp(17px, 1.8vw, 19.5px);
  line-height: 1.62;
  color: var(--text-on-deep-2);
  max-width: 48ch;
  margin-bottom: var(--s-6);
}
.hero .btn-row { margin-bottom: var(--s-5); }

.hero__note { font-size: 13.5px; color: var(--text-on-deep-2); letter-spacing: .01em; }

.hero__figure { position: relative; }
.hero__portrait {
  width: 100%; aspect-ratio: 4 / 5; object-fit: cover;
  border-radius: var(--r-2);
  background: #241811;
}
/* Filet doré décalé : signature discrète, pas d'ombre. */
.hero__figure::after {
  content: ""; position: absolute; inset: 14px -14px -14px 14px;
  border: 1px solid var(--line-deep); border-radius: var(--r-2);
  z-index: -1; pointer-events: none;
}

@media (max-width: 900px) {
  .hero__grid { grid-template-columns: 1fr; gap: var(--s-6); }
  .hero__figure::after { display: none; }
}

/* --------------------------------------------------------------------------
   9. Bandeau d'informations essentielles
   -------------------------------------------------------------------------- */

.facts { background: var(--surface); border-bottom: 1px solid var(--line); }
.facts__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.facts__grid > * + * { border-left: 1px solid var(--line-soft); }
.fact { padding: var(--s-5) var(--s-5); display: flex; flex-direction: column; gap: 4px; }
.fact__k {
  font-size: 10.5px; font-weight: 600; letter-spacing: .19em;
  text-transform: uppercase; color: var(--text-3);
}
.fact__v {
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(21px, 2vw, 26px); line-height: 1.15; letter-spacing: -.01em;
  color: var(--text);
}
.fact__n { font-size: 13px; color: var(--text-3); }

@media (max-width: 780px) {
  .facts__grid { grid-template-columns: repeat(2, 1fr); }
  .facts__grid > :nth-child(3) { border-left: 0; }
  .facts__grid > :nth-child(n+3) { border-top: 1px solid var(--line-soft); }
}
@media (max-width: 400px) {
  .facts__grid { grid-template-columns: 1fr; }
  .facts__grid > * + * { border-left: 0; border-top: 1px solid var(--line-soft); }
}

/* --------------------------------------------------------------------------
   10. Index éditorial (problématiques) : des lignes, pas des cartes
   -------------------------------------------------------------------------- */

.index { border-top: 1px solid var(--line); margin-top: var(--s-7); }

.index__row {
  display: grid;
  grid-template-columns: 60px minmax(0, 1fr) minmax(0, 1.05fr) 34px;
  gap: var(--s-5);
  align-items: baseline;
  padding: var(--s-6) 0;
  border-bottom: 1px solid var(--line);
  text-decoration: none; color: inherit;
  transition: background-color var(--t-med) var(--ease),
              padding-inline var(--t-med) var(--ease);
}
.index__row:hover {
  background: var(--surface);
  padding-inline: var(--s-4);
}
.index__row:hover .index__title { color: var(--accent-hover); }
.index__row:hover .index__go { transform: translateX(4px); color: var(--accent); }

.index__n {
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 15px; color: var(--gold); letter-spacing: .04em;
  font-variant-numeric: tabular-nums;
}
.index__title {
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(24px, 2.6vw, 33px); line-height: 1.14; letter-spacing: -.012em;
  color: var(--text);
  transition: color var(--t-fast) var(--ease);
}
.index__desc { font-size: 15.5px; color: var(--text-2); margin: 0; max-width: 46ch; }
.index__desc span { display: block; color: var(--text-3); margin-top: 6px; font-size: 14.5px; }
.index__go {
  justify-self: end; color: var(--text-3); font-size: 18px;
  transition: transform var(--t-med) var(--ease), color var(--t-fast) var(--ease);
}

@media (max-width: 860px) {
  .index__row {
    grid-template-columns: 40px minmax(0, 1fr) 24px;
    gap: var(--s-3) var(--s-4);
    padding: var(--s-5) 0;
  }
  .index__title { grid-column: 2; }
  .index__desc { grid-column: 2; grid-row: 2; }
  .index__go { grid-row: 1; }
}

/* --------------------------------------------------------------------------
   11. Deux colonnes : ce qui convient / ce qui ne convient pas
   -------------------------------------------------------------------------- */

.fit { display: grid; gap: 0; border-top: 1px solid var(--line); }
@media (min-width: 860px) { .fit { grid-template-columns: 1fr 1fr; } }

.fit__col { padding: var(--s-6) 0; }
@media (min-width: 860px) {
  .fit__col:first-child { padding-right: var(--s-8); border-right: 1px solid var(--line); }
  .fit__col:last-child  { padding-left: var(--s-8); }
}
@media (max-width: 859px) {
  .fit__col + .fit__col { border-top: 1px solid var(--line); }
}
.fit__col h3 { margin-bottom: var(--s-4); }
.fit__col ul { list-style: none; margin: 0; padding: 0; display: grid; gap: var(--s-3); }
.fit__col li {
  position: relative; padding-left: 26px;
  color: var(--text-2); font-size: 15.5px; max-width: 44ch;
}
.fit__col li::before {
  content: ""; position: absolute; left: 0; top: .62em;
  width: 12px; height: 1px; background: var(--accent);
}
.fit__col--no li::before { background: var(--caution); }

/* --------------------------------------------------------------------------
   12. Étapes de la séance
   -------------------------------------------------------------------------- */

.steps { display: grid; gap: 0; border-top: 1px solid var(--line); margin-top: var(--s-7); }
@media (min-width: 900px) { .steps { grid-template-columns: repeat(3, 1fr); } }
.step { padding: var(--s-6) 0; border-bottom: 1px solid var(--line); }
@media (min-width: 900px) {
  .step { padding: var(--s-6) var(--s-6) var(--s-6) 0; }
  .step + .step { padding-left: var(--s-6); border-left: 1px solid var(--line); }
}
.step__n {
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 13px; letter-spacing: .18em; text-transform: uppercase;
  color: var(--gold); display: block; margin-bottom: var(--s-3);
}
.step h3 {
  font-family: "Instrument Serif", Georgia, serif;
  font-weight: 400; font-size: clamp(24px, 2.2vw, 29px); line-height: 1.14;
  margin-bottom: var(--s-3);
}
.step p { font-size: 15.5px; color: var(--text-2); margin: 0; }

/* --------------------------------------------------------------------------
   13. Outils : liste sobre, jamais un catalogue
   -------------------------------------------------------------------------- */

.tools { border-top: 1px solid var(--line); margin-top: var(--s-6); }
.tools__row {
  display: grid; grid-template-columns: minmax(0, 240px) minmax(0, 1fr);
  gap: var(--s-4) var(--s-6);
  padding: var(--s-5) 0; border-bottom: 1px solid var(--line-soft);
  align-items: baseline;
}
@media (max-width: 720px) { .tools__row { grid-template-columns: 1fr; gap: var(--s-2); } }
.tools__name { font-size: 17px; font-weight: 600; color: var(--text); }
.tools__name a { color: inherit; }
.tools__what { font-size: 15.5px; color: var(--text-2); margin: 0; max-width: 60ch; }

/* --------------------------------------------------------------------------
   14. Exercice guidé
   -------------------------------------------------------------------------- */

.try {
  background: var(--surface-deep);
  color: var(--text-on-deep);
  padding: clamp(32px, 5vw, 72px);
  position: relative; isolation: isolate; overflow: hidden;
  border-radius: var(--r-2);
}
.try::before {
  content: ""; position: absolute; inset: 0; z-index: 0;
  background: radial-gradient(70% 90% at 18% 50%, rgba(185, 140, 116, .16), transparent 66%);
}
.try > * { position: relative; z-index: 1; }
.try .eyebrow { color: var(--gold-soft); }
.try h2 { color: var(--text-on-deep); margin-bottom: var(--s-4); }
.try > p { color: var(--text-on-deep-2); }

.try__stage {
  display: grid; grid-template-columns: 230px minmax(0, 1fr);
  gap: clamp(28px, 4vw, 64px); align-items: center; margin-top: var(--s-7);
}
@media (max-width: 820px) { .try__stage { grid-template-columns: 1fr; gap: var(--s-6); } }

.orb {
  position: relative; width: 100%; max-width: 230px; aspect-ratio: 1;
  margin-inline: auto; display: grid; place-items: center;
}
.orb__ring { position: absolute; inset: 0; border-radius: 50%; border: 1px solid var(--line-deep); }
.orb__glow {
  position: absolute; top: 50%; left: 50%; width: 74%; height: 74%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(211, 182, 162, .55) 0%,
              rgba(156, 106, 86, .28) 48%, transparent 72%);
  transform: translate(-50%, -50%) scale(.8);
}
.orb.is-running .orb__glow { animation: breathe var(--breath) ease-in-out infinite; }
@keyframes breathe {
  0%, 100% { transform: translate(-50%, -50%) scale(.8);  opacity: .6; }
  50%      { transform: translate(-50%, -50%) scale(1.1); opacity: 1; }
}
.orb__label {
  position: relative; z-index: 2; text-align: center; padding-inline: 18px;
  font-family: "Instrument Serif", Georgia, serif; font-size: 19px; line-height: 1.3;
  color: var(--text-on-deep);
}
.orb__count {
  display: block; font-family: "Hanken Grotesk", sans-serif;
  font-size: 12px; letter-spacing: .2em; text-transform: uppercase;
  color: var(--text-on-deep-2); margin-top: 10px; font-variant-numeric: tabular-nums;
}

.try__steps { list-style: none; margin: 0 0 var(--s-6); padding: 0; display: grid; gap: var(--s-4); counter-reset: t; }
.try__steps li {
  counter-increment: t; position: relative; padding-left: 42px;
  color: var(--text-on-deep-2); transition: color var(--t-med) var(--ease);
}
.try__steps li::before {
  content: counter(t); position: absolute; left: 0; top: 1px;
  width: 26px; height: 26px; border-radius: 50%;
  border: 1px solid var(--line-deep);
  display: grid; place-items: center; font-size: 12px; font-weight: 600;
  color: var(--text-on-deep-2);
  transition: background-color var(--t-med) var(--ease), color var(--t-med) var(--ease),
              border-color var(--t-med) var(--ease);
}
.try__steps li.is-active { color: var(--text-on-deep); }
.try__steps li.is-active::before {
  background: var(--brand-300); border-color: var(--brand-300); color: var(--brand-900);
}
.try__steps strong { color: var(--text-on-deep); }
.try__after {
  border-top: 1px solid var(--line-deep); padding-top: var(--s-5); margin-top: var(--s-5);
  color: var(--text-on-deep-2);
}
.try__after strong { color: var(--text-on-deep); }
.try .btn--primary { background: var(--brand-300); color: var(--brand-900); border-color: var(--brand-300); }
.try .btn--primary:hover { background: var(--brand-200); border-color: var(--brand-200); color: var(--brand-900); }

/* --------------------------------------------------------------------------
   15. Portrait et blocs éditoriaux
   -------------------------------------------------------------------------- */

.split { display: grid; gap: clamp(32px, 5vw, 72px); }
@media (min-width: 960px) {
  .split { grid-template-columns: 1fr 1fr; align-items: start; }
  .split--wide-left  { grid-template-columns: 1.12fr .88fr; }
  .split--wide-right { grid-template-columns: .88fr 1.12fr; }
}

.figure { margin: 0; }
.figure img { width: 100%; border-radius: var(--r-2); background: var(--surface-sunk); }
.figure--portrait img { aspect-ratio: 4 / 5; object-fit: cover; }
.figure--wide img { aspect-ratio: 3 / 2; object-fit: cover; }
.figure figcaption {
  font-size: 13.5px; color: var(--text-3); margin-top: var(--s-3);
  padding-left: var(--s-3); border-left: 1px solid var(--line-strong);
}

/* Brief photo : encadré à remplacer par la vraie image. */
.shotbrief {
  border: 1px dashed var(--line-control);
  border-radius: var(--r-2);
  background: var(--surface);
  padding: var(--s-5);
  font-size: 13.5px; color: var(--text-3);
}
.shotbrief h3 {
  font-size: 11px; letter-spacing: .18em; text-transform: uppercase;
  color: var(--gold); margin-bottom: var(--s-3); font-weight: 600;
}
.shotbrief dl { margin: 0; display: grid; grid-template-columns: 92px 1fr; gap: 6px var(--s-3); }
.shotbrief dt { color: var(--text-2); font-weight: 600; }
.shotbrief dd { margin: 0; }

/* --------------------------------------------------------------------------
   16. Listes d'informations
   -------------------------------------------------------------------------- */

.infolist { display: grid; border-top: 1px solid var(--line); }
.infolist > div {
  display: grid; grid-template-columns: 130px minmax(0, 1fr); gap: var(--s-4);
  padding: var(--s-4) 0; border-bottom: 1px solid var(--line-soft); align-items: baseline;
}
@media (max-width: 560px) { .infolist > div { grid-template-columns: 1fr; gap: 4px; } }
.infolist dt, .infolist .k {
  font-size: 10.5px; font-weight: 600; letter-spacing: .19em;
  text-transform: uppercase; color: var(--text-3);
}
.infolist dd, .infolist .v { margin: 0; color: var(--text); font-size: 16px; }
.infolist .v strong {
  font-family: "Instrument Serif", Georgia, serif; font-weight: 400;
  font-size: 21px; letter-spacing: -.01em;
}

.map-frame {
  border: 1px solid var(--line); border-radius: var(--r-2);
  background: var(--surface-alt); aspect-ratio: 4 / 3; overflow: hidden;
  display: grid; place-items: center; text-align: center; padding: var(--s-5);
}
.map-frame--filled { display: block; padding: 0; }
.map-frame iframe { width: 100%; height: 100%; border: 0; }

/* --------------------------------------------------------------------------
   17. Formulaire
   -------------------------------------------------------------------------- */

.form {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r-2);
  padding: clamp(24px, 3.5vw, 44px);
}
.field { display: grid; gap: 7px; margin-bottom: var(--s-5); }
.field label { font-size: 14px; font-weight: 600; }
.field label .opt { font-weight: 400; color: var(--text-3); }
.field input, .field textarea {
  font: inherit; font-size: 16px; width: 100%;
  padding: 14px 16px; min-height: 52px;
  border: 1px solid var(--line-control);
  border-radius: var(--r-1);
  background: var(--bg); color: var(--text);
  transition: border-color var(--t-fast) var(--ease), box-shadow var(--t-fast) var(--ease);
}
.field input::placeholder, .field textarea::placeholder { color: var(--text-3); opacity: .75; }
.field input:hover, .field textarea:hover { border-color: var(--brand-400); }
.field input:focus, .field textarea:focus {
  border-color: var(--accent); box-shadow: 0 0 0 3px var(--accent-wash); outline: none;
}
.field textarea { min-height: 104px; resize: vertical; }
.field__hint { font-size: 13.5px; color: var(--text-3); }
.field[data-invalid] input, .field[data-invalid] textarea { border-color: var(--caution); }

.notice {
  border-left: 2px solid var(--gold);
  background: var(--surface-alt);
  padding: var(--s-4) var(--s-5);
  font-size: 15px; color: var(--text-2);
  margin-bottom: var(--s-5);
}
.notice strong { color: var(--text); }

.consent {
  display: flex; gap: var(--s-3); align-items: flex-start;
  font-size: 14.5px; color: var(--text-2); margin-bottom: var(--s-5);
}
.consent input { margin-top: 4px; width: 18px; height: 18px; flex: none; accent-color: var(--accent); }

.formmsg {
  display: flex; gap: 10px; align-items: flex-start;
  font-size: 15px; font-weight: 500; padding: var(--s-3) var(--s-4);
  border-radius: var(--r-1); margin-bottom: var(--s-4);
}
.formmsg--error { background: var(--caution-wash); color: var(--caution); }
.formmsg--ok { background: var(--accent-wash); color: var(--accent-active); }

/* --------------------------------------------------------------------------
   18. Contact direct
   -------------------------------------------------------------------------- */

.direct { display: grid; gap: 0; border-top: 1px solid var(--line); }
@media (min-width: 780px) { .direct { grid-template-columns: repeat(3, 1fr); } }
.direct__item {
  display: grid; gap: 5px; align-content: start;
  padding: var(--s-6) 0; border-bottom: 1px solid var(--line);
  text-decoration: none; color: inherit;
  transition: padding-inline var(--t-med) var(--ease), background-color var(--t-med) var(--ease);
}
@media (min-width: 780px) {
  .direct__item { padding-right: var(--s-6); }
  .direct__item + .direct__item { padding-left: var(--s-6); border-left: 1px solid var(--line); }
}
.direct__item:hover { background: var(--surface); padding-inline: var(--s-4); }
.direct__item:hover .direct__v { color: var(--accent-hover); }
.direct__k {
  font-size: 10.5px; font-weight: 600; letter-spacing: .19em;
  text-transform: uppercase; color: var(--gold);
}
.direct__v {
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(22px, 2.2vw, 28px); line-height: 1.15; letter-spacing: -.012em;
  transition: color var(--t-fast) var(--ease);
}
.direct__n { font-size: 14px; color: var(--text-3); word-break: break-word; }

/* --------------------------------------------------------------------------
   19. FAQ
   -------------------------------------------------------------------------- */

.faq { max-width: 840px; border-top: 1px solid var(--line); margin-top: var(--s-6); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary {
  cursor: pointer; list-style: none; position: relative;
  padding: var(--s-5) 46px var(--s-5) 0;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(19px, 1.9vw, 24px); line-height: 1.3; letter-spacing: -.012em;
  color: var(--text);
  transition: color var(--t-fast) var(--ease);
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary:hover { color: var(--accent-hover); }
.faq summary::after {
  content: ""; position: absolute; right: 8px; top: 50%;
  width: 12px; height: 1px; background: var(--accent);
  transform: translateY(-50%);
}
.faq summary::before {
  content: ""; position: absolute; right: 13.5px; top: 50%;
  width: 1px; height: 12px; background: var(--accent);
  transform: translateY(-50%);
  transition: transform var(--t-med) var(--ease), opacity var(--t-med) var(--ease);
}
.faq details[open] summary::before { transform: translateY(-50%) rotate(90deg); opacity: 0; }
.faq details > div { padding: 0 46px var(--s-5) 0; }
.faq details > div p { font-size: 16.5px; line-height: 1.72; color: var(--text-2); }

/* --------------------------------------------------------------------------
   20. Galerie
   -------------------------------------------------------------------------- */

.gallery { display: grid; gap: var(--s-4); grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); }
.gallery img { aspect-ratio: 3 / 2; object-fit: cover; width: 100%; border-radius: var(--r-2); background: var(--surface-sunk); }
.gallery figcaption { font-size: 13.5px; color: var(--text-3); margin-top: 10px; }

/* Deux vues du cabinet en vis-à-vis : la salle de séance en largeur,
   la salle d'attente en hauteur. Le contraste d'orientation évite
   l'effet « planche de vignettes ». */
.gallery--duo { grid-template-columns: 1.5fr 1fr; align-items: end; gap: var(--s-5); }
.gallery--duo .figure--wide img { aspect-ratio: 3 / 2; }
.gallery--duo .figure--tall img { aspect-ratio: 3 / 4; }

/* --------------------------------------------------------------------------
   21. Bandeau final
   -------------------------------------------------------------------------- */

.endcta {
  background: var(--surface-deep); color: var(--text-on-deep);
  padding-block: clamp(64px, 8vw, 112px);
  position: relative; isolation: isolate; overflow: hidden;
}
.endcta::before {
  content: ""; position: absolute; inset: 0; z-index: 0;
  background: radial-gradient(80% 100% at 50% 0%, rgba(185, 140, 116, .18), transparent 64%);
}
.endcta > * { position: relative; z-index: 1; }
.endcta .eyebrow { color: var(--gold-soft); }
.endcta h2 { color: var(--text-on-deep); margin-bottom: var(--s-4); max-width: 17ch; }
.endcta p { color: var(--text-on-deep-2); max-width: 50ch; margin-bottom: var(--s-6); }

/* --------------------------------------------------------------------------
   22. Cadre déontologique
   -------------------------------------------------------------------------- */

.frame {
  border-top: 1px solid var(--line-strong);
  padding-top: var(--s-5);
  font-size: 15px; color: var(--text-2); max-width: 68ch;
}
.frame strong { color: var(--text); }

/* --------------------------------------------------------------------------
   23. Prose
   -------------------------------------------------------------------------- */

.prose > * + * { margin-top: 1.15em; }
.prose h2 { margin-top: var(--s-8); margin-bottom: var(--s-4); }
.prose h2:first-child { margin-top: 0; }
.prose h3 { margin-top: var(--s-6); margin-bottom: var(--s-2); }
.prose p, .prose li { color: var(--text-2); font-size: 17px; line-height: 1.75; }
.prose ul, .prose ol { padding-left: 22px; max-width: var(--measure); }
.prose li { margin-bottom: 8px; }
.prose li::marker { color: var(--gold); }
.prose dl { margin: 0; }

/* --------------------------------------------------------------------------
   24. Pied de page
   -------------------------------------------------------------------------- */

.site-footer {
  background: var(--surface-alt);
  border-top: 1px solid var(--line);
  padding-block: var(--s-8) var(--s-6);
  font-size: 15px;
}
.site-footer__top {
  display: grid; gap: var(--s-7);
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  padding-bottom: var(--s-7);
  border-bottom: 1px solid var(--line);
}
.site-footer h3 {
  font-size: 10.5px; font-weight: 600; letter-spacing: .19em;
  text-transform: uppercase; color: var(--gold); margin-bottom: var(--s-4);
}
.site-footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.site-footer a { color: var(--text-2); text-decoration: none; }
.site-footer a:hover { color: var(--text); text-decoration: underline; text-underline-offset: .22em; }
.site-footer__legal {
  padding-top: var(--s-5);
  display: flex; flex-wrap: wrap; gap: var(--s-3) var(--s-6);
  justify-content: space-between; align-items: baseline;
  font-size: 13.5px; color: var(--text-3);
}
.site-footer__legal p { max-width: 62ch; margin: 0; }
.site-footer__brand { display: grid; gap: var(--s-3); }
.site-footer__brand .brand__name { font-size: 22px; }

.to-top { display: inline-flex; align-items: center; gap: 8px; color: var(--text-3); text-decoration: none; }
.to-top:hover { color: var(--text); }

/* --------------------------------------------------------------------------
   25. Barre d'action mobile
   -------------------------------------------------------------------------- */

.actionbar {
  position: fixed; inset-inline: 0; bottom: 0; z-index: 90;
  display: none;
  background: color-mix(in srgb, var(--surface) 96%, transparent);
  backdrop-filter: blur(10px);
  border-top: 1px solid var(--line);
  padding: 10px var(--gutter) calc(10px + env(safe-area-inset-bottom));
  gap: var(--s-2);
  transform: translateY(105%);
  transition: transform var(--t-med) var(--ease);
}
.actionbar.is-shown { transform: none; }
.actionbar .btn { flex: 1; min-height: 50px; }

@media (max-width: 820px) {
  .actionbar { display: flex; }
  body { padding-bottom: 76px; }
}

/* --------------------------------------------------------------------------
   26. Formations
   -------------------------------------------------------------------------- */

.creds { display: grid; border-top: 1px solid var(--line); }
.cred {
  display: grid; grid-template-columns: 74px minmax(0, 1fr); gap: var(--s-5);
  align-items: center; padding: var(--s-5) 0; border-bottom: 1px solid var(--line-soft);
}
.cred__logo {
  width: 74px; height: 74px; object-fit: contain;
  border: 1px solid var(--line-soft); border-radius: var(--r-1);
  background: #FFFCF9;   /* les logos fournis ont un fond clair : on le conserve */
  padding: 6px;
}
@media (max-width: 480px) {
  .cred { grid-template-columns: 60px minmax(0, 1fr); gap: var(--s-4); }
  .cred__logo { width: 60px; height: 60px; }
}
.cred__txt { font-size: 14px; color: var(--text-3); line-height: 1.45; }
.cred__txt strong {
  display: block; font-size: 16.5px; font-weight: 500; color: var(--text); margin-bottom: 1px;
}

/* --------------------------------------------------------------------------
   27. Ancres sous en-tête fixe
   -------------------------------------------------------------------------- */

[id] { scroll-margin-top: 96px; }

/* --------------------------------------------------------------------------
   28. Ajustements responsives, à conserver en fin de feuille.
   Ces règles surchargent des propriétés définies plus haut.
   -------------------------------------------------------------------------- */

@media (max-width: 1000px) {
  /* .btn déclare display:inline-flex plus haut : spécificité augmentée. */
  .btn.header-cta { display: none; }
}

@media (max-width: 900px) {
  .hero__portrait { aspect-ratio: 16 / 9; max-height: 220px; object-position: center 25%; }
}

@media (max-width: 760px) {
  /* Les deux vues du cabinet passent l'une sous l'autre. */
  .gallery--duo { grid-template-columns: 1fr; }
  .gallery--duo .figure--tall img { aspect-ratio: 4 / 5; }
}

@media (max-width: 640px) {
  /* La vue du cabinet passe en bandeau au-dessus du titre : elle situe le lieu
     dès le premier coup d'œil sans repousser le bouton hors de l'écran. */
  .hero__figure { order: -1; max-width: none; }
  .hero__portrait { aspect-ratio: 16 / 9; max-height: 180px; object-position: center 62%; }
  .hero__grid { gap: var(--s-5); }
  .hero { padding-block: var(--s-5) var(--s-6); }
  .hero__kicker { margin-bottom: var(--s-3); font-size: 10px; padding: 6px 10px; }
  .hero__sub { margin-bottom: var(--s-5); font-size: 16.5px; }
  .hero h1 { margin-bottom: var(--s-4); }
  .hero__note { display: none; }
  .hero .btn-row { display: grid; }
  .orb { max-width: 180px; }
}

/* --------------------------------------------------------------------------
   29. Tarif mis en avant
   -------------------------------------------------------------------------- */

.price {
  display: grid;
  gap: clamp(24px, 4vw, 56px);
  align-items: center;
  background: var(--surface-deep);
  color: var(--text-on-deep);
  border-radius: var(--r-2);
  padding: clamp(30px, 5vw, 64px);
  position: relative; isolation: isolate; overflow: hidden;
}
@media (min-width: 860px) { .price { grid-template-columns: auto 1fr; } }
.price::before {
  content: ""; position: absolute; inset: 0; z-index: 0;
  background: radial-gradient(70% 110% at 12% 50%, rgba(185, 140, 116, .20), transparent 66%);
}
.price > * { position: relative; z-index: 1; }

.price__amount {
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(76px, 13vw, 148px);
  line-height: .86;
  letter-spacing: -.04em;
  color: var(--text-on-deep);
  display: block;
}
.price__unit {
  display: block; margin-top: var(--s-4);
  font-size: 12px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase;
  color: var(--gold-soft);
}
.price__facts { display: grid; gap: 0; }
.price__facts > div {
  display: grid; grid-template-columns: 132px minmax(0, 1fr); gap: var(--s-4);
  padding: var(--s-3) 0; border-bottom: 1px solid var(--line-deep); align-items: baseline;
}
.price__facts > div:first-child { border-top: 1px solid var(--line-deep); }
@media (max-width: 560px) { .price__facts > div { grid-template-columns: 1fr; gap: 2px; } }
.price__k {
  font-size: 10.5px; font-weight: 600; letter-spacing: .19em;
  text-transform: uppercase; color: var(--gold-soft);
}
.price__v { color: var(--text-on-deep); font-size: 15.5px; }
.price__v span { color: var(--text-on-deep-2); font-size: 14px; }

/* Deux moyens de contact au lieu de trois */
@media (min-width: 780px) { .direct--2 { grid-template-columns: repeat(2, 1fr); } }
