/* ================================================================
   0. POLICES — hébergées sur le site, pas chez Google
   ================================================================
   Les fichiers sont dans src/statiques/polices/ et sont copiés tels
   quels dans dist/polices/. On ne les regénère pas : ce sont des
   fichiers inertes, à ne remplacer que si on change de police.

   Ce sont des polices « variables » : un seul fichier couvre toutes
   les graisses de la plage indiquée (300 à 600 pour Fraunces),
   d'où les deux valeurs dans font-weight.

   Seul le sous-ensemble « latin » est embarqué. Il suffit au
   français : les accents, le œ, les guillemets et l'apostrophe
   typographique en font partie.

   font-display: swap — le texte s'affiche tout de suite dans la
   police de repli, puis bascule. Sans ça, la page reste blanche
   le temps du téléchargement.
   ================================================================ */

@font-face {
  font-family: "Fraunces";
  font-style: normal;
  font-weight: 300 600;
  font-display: swap;
  src: url("/polices/fraunces-latin.woff2") format("woff2");
}

@font-face {
  font-family: "Fraunces";
  font-style: italic;
  font-weight: 300 400;
  font-display: swap;
  src: url("/polices/fraunces-italique-latin.woff2") format("woff2");
}

@font-face {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("/polices/mulish-latin.woff2") format("woff2");
}

/* ================================================================
   1. VARIABLES — MODIFIE TES COULEURS / RÉGLAGES ICI EN PREMIER
   ================================================================ */

:root {
  /* Couleurs automnales */
  --paper:        #F6EFE6;  /* fond principal (papier chaud)      */
  --paper-deep:   #EFE5D7;  /* variante de fond (sections)        */
  --terracotta:   #B15E43;  /* accent principal (terracotta)      */
  --terracotta-2: #C67A5E;  /* terracotta claire (survols)        */
  --green:        #5E6B4C;  /* vert olive / sauge (co-couleur)    */
  --green-deep:   #3E4735;  /* vert profond (bloc proverbe)       */
  --ink:          #33302A;  /* texte principal                    */
  --ink-soft:     #6E655A;  /* texte secondaire / mentions        */
  --line:         #DBCEBB;  /* filets et séparateurs              */

  /* Typo */
  --serif: "Fraunces", Georgia, serif;
  --sans:  "Mulish", system-ui, sans-serif;

  /* Largeur de lecture confortable pour les textes réflexifs */
  --measure: 40rem;
  /* Largeur maximale du contenu */
  --wrap: 72rem;
  /* Arrondi des boutons (999px = pilule ; baisse pour des coins plus doux) */
  --btn-radius: 999px;
}

/* ================================================================
   2. BASE
   ================================================================ */

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

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

a { color: inherit; }

/* Conteneur centré réutilisable */

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

/* Espacement vertical standard des sections (un seul endroit à régler) */

.section { padding-block: clamp(4rem, 9vw, 7rem); }

/* Section qui suit directement une autre : espace du haut resserré */
.section-tight-top { padding-top: clamp(.5rem, 1.5vw, 1.25rem); }
.section-tight-bottom { padding-bottom: clamp(1rem, 2.5vw, 2rem); }
.section-snug-top { padding-top: clamp(1.5rem, 4vw, 2.75rem); }

/* Colonne de lecture étroite pour les textes réflexifs */

.measure {
  max-width: var(--measure);
  margin-inline: auto;
}

/* ================================================================
   3. EN-TÊTE / NAVIGATION
   ================================================================ */

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: color-mix(in srgb, var(--terracotta) 94%, transparent);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid color-mix(in srgb, var(--ink) 12%, transparent);
}

.site-header .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding-block: 1.1rem;
}

/* Logo / nom de l'entreprise */

.brand {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 1.5rem;
  letter-spacing: .01em;
  text-decoration: none;
  color: var(--paper);
  line-height: 1;
}

.brand span { color: color-mix(in srgb, var(--paper) 72%, var(--terracotta)); font-style: italic; }

/* Menu */

.nav ul {
  list-style: none;
  display: flex;
  gap: 1.6rem;
  margin: 0; padding: 0;
}

.nav a {
  font-size: .82rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-decoration: none;
  color: color-mix(in srgb, var(--paper) 82%, transparent);
  padding-bottom: 3px;
  border-bottom: 1.5px solid transparent;
  transition: color .2s ease, border-color .2s ease;
}

.nav a:hover,
.nav a[aria-current="page"] { color: var(--paper); border-color: var(--paper); }

/* Bouton "menu" mobile (simple, à faire évoluer si besoin) */

.nav-toggle { display: none; }

/* ================================================================
   4. BOUTONS
   ================================================================ */

.btn {
  display: inline-block;
  font-family: var(--sans);
  font-weight: 600;
  font-size: .9rem;
  letter-spacing: .03em;
  text-decoration: none;
  padding: .95rem 1.7rem;
  border-radius: var(--btn-radius);
  border: 1.5px solid transparent;
  cursor: pointer;
  transition: background-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.btn:hover { transform: translateY(-2px); }

/* Boutons — fond vert plein (les deux) */

/* Action principale (prendre contact) — terracotta, pour qu'elle se distingue
   des boutons secondaires « en savoir plus » qui restent verts. */
.btn-primary {
  background: #A5523A;
  color: var(--paper);
  box-shadow: 0 6px 18px -8px color-mix(in srgb, var(--terracotta) 70%, transparent);
}

.btn-primary:hover { background: #8E4530; color: var(--paper); }

.btn-green {
  background: var(--green);
  color: var(--paper);
  box-shadow: 0 6px 18px -8px color-mix(in srgb, var(--green) 60%, transparent);
}

.btn-green:hover { background: var(--green-deep); color: var(--paper); }

/* ================================================================
   5. HÉRO (texte à gauche, portrait à droite)
   ================================================================ */

.hero { position: relative; overflow: hidden; }

.hero .wrap {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
  padding-block: clamp(3.5rem, 8vw, 6rem);
}

/* Héro "la Traversée" (page accompagnement) : photo plus petite et texte
   remonté, pour ne pas laisser trop d'espace vide sous la barre de nav */
.hero-offer .wrap {
  align-items: start;
  padding-block: clamp(2.2rem, 5vw, 3.4rem);
}

.hero-offer .portrait { max-width: 18rem; }

/* Téléphone : titre et bouton centrés sous le portrait */
@media (max-width: 640px) {
  .hero-offer .offer-title { text-align: center; }
  .hero-offer .hero-text > .btn {
    display: flex;
    width: fit-content;
    margin-inline: auto;
  }
}

.hero-text .intro {
  font-family: var(--serif);
  font-weight: 300;
  font-size: clamp(1.5rem, 1.1rem + 1.5vw, 2.15rem);
  line-height: 1.35;
  color: var(--ink);
  margin: 0 0 .4em;
}

/* La toute première phrase, mise en avant */

.hero-text .intro .lead {
  display: block;
  font-weight: 400;
  color: var(--terracotta);
  margin-bottom: .7em;
}

.hero-text .sub {
  font-family: var(--serif);
  font-weight: 300;
  font-size: clamp(1.15rem, .95rem + .7vw, 1.4rem);
  line-height: 1.6;
  color: var(--ink);
  margin: 0 0 2rem;
}

.hero-text .sub strong { font-weight: 500; color: var(--green-deep); }

/* Portrait (cadre sobre avec fin liseré décalé) */

.portrait {
  position: relative;
  margin-inline: auto;
  width: 100%;
  max-width: 25rem;
}

/* Photo "Un mot sur moi" (page d'accueil) : légèrement plus petite */
.portrait-left {
  max-width: 19rem;
}

.portrait .frame {
  border-radius: 3px;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  background:
    linear-gradient(150deg,
      color-mix(in srgb, var(--terracotta) 22%, var(--paper-deep)),
      color-mix(in srgb, var(--green) 28%, var(--paper-deep)));
  box-shadow: 0 24px 50px -24px color-mix(in srgb, var(--ink) 45%, transparent);
}

.portrait .frame img {
  width: 100%; height: 100%;
  object-fit: cover;
}

/* Texte de remplacement affiché tant qu'il n'y a pas de photo.
   → Remplace le bloc .placeholder par : <img src="portrait.jpg" alt="..."> */


/* ================================================================
   6. SÉPARATEUR — fine ligne discrète
   ================================================================ */

/* ================================================================
   6. ACCROCHE — espacement resserré sous le héro + texte centré
   ================================================================ */

.accroche {
  padding-top: clamp(1.5rem, 3.5vw, 2.75rem);
}

.reflect.centered p { text-align: center; }

/* ================================================================
   7. TEXTES RÉFLEXIFS (accroche, questionnement)
   ================================================================ */

.reflect p {
  font-family: var(--serif);
  font-weight: 300;
  font-size: clamp(1.1rem, 1rem + .35vw, 1.28rem);
  line-height: 1.8;
  color: var(--ink);
  margin: 0 0 1.5rem;
}

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

.reflect strong { font-weight: 600; color: var(--green-deep); }

/* Ligne d'accroche / de titre au sein d'une section réflexive */


/* La section "questionnement" sur un fond légèrement différent */

.tinted { background: var(--paper-deep); }

/* ================================================================
   8. QUESTIONNEMENT (deux colonnes) + PROVERBE + BOUTON CENTRÉ
   Gauche : question puis proverbe. Droite : le texte.
   ================================================================ */

.qa {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.3fr);
  grid-template-areas:
    "title  body"
    "prov   body"
    "btn    body";
  gap: clamp(1.4rem, 4vw, 2rem) clamp(2rem, 6vw, 4.5rem);
  align-items: start;
  max-width: 60rem;
  margin-inline: auto;
}

.qa-title {
  grid-area: title;
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(1.6rem, 1.1rem + 1.9vw, 2.35rem);
  line-height: 1.25;
  color: var(--terracotta);
  margin: 0;
}

.qa-body { grid-area: body; }

/* Proverbe discret, sous la question */

.proverb {
  grid-area: prov;
  margin: 0;
}

.proverb .quote {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 300;
  font-size: clamp(1.05rem, .95rem + .45vw, 1.3rem);
  line-height: 1.5;
  color: var(--ink-soft);
  margin: 0 0 .7rem;
}

.proverb .quote::before { content: "«\00a0"; }

.proverb .quote::after  { content: "\00a0»"; }

.proverb cite {
  font-family: var(--sans);
  font-style: normal;
  font-size: .72rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--ink-soft);
}

/* Bouton dans la colonne de gauche, sous le proverbe */

.qa-action {
  grid-area: btn;
  margin-top: clamp(.5rem, 2vw, 1rem);
}

/* ================================================================
   9. LE CHEMIN — trois étapes (section mise en évidence, fond vert)
   ================================================================ */

.path {
  background: var(--green);
  color: var(--paper);
}

.path-title {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 300;
  font-size: clamp(1.7rem, 1.2rem + 2vw, 2.6rem);
  line-height: 1.2;
  text-align: center;
  margin: 0 0 clamp(2.5rem, 6vw, 4rem);
  color: var(--paper);
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(2rem, 5vw, 3.5rem);
  max-width: 62rem;
  margin-inline: auto;
}

.step {
  border-top: 1px solid color-mix(in srgb, var(--paper) 32%, transparent);
  padding-top: 1.3rem;
}

.step h3 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.35;
  margin: 0 0 .7rem;
  color: var(--paper);
}

.step p {
  font-family: var(--sans);
  font-size: .95rem;
  line-height: 1.7;
  margin: 0;
  color: color-mix(in srgb, var(--paper) 88%, transparent);
}

/* ================================================================
   10. UN MOT SUR MOI (photo à gauche, texte à droite)
   ================================================================ */

.about-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
}

/* Variante "flux" : la photo flotte à gauche, le texte vient à sa droite
   puis continue pleine largeur en dessous une fois la photo dépassée
   (évite le grand vide à droite d'une photo plus haute que le texte). */
.about-flow {
  display: block;
}
.about-flow::after {
  content: "";
  display: table;
  clear: both;
}
.about-flow .portrait {
  float: left;
  width: 45%;
  max-width: 20rem;
  margin: 0 clamp(1.5rem, 4vw, 3rem) 1.5rem 0;
}
@media (max-width: 640px) {
  .about-flow .portrait {
    float: none;
    width: 100%;
    max-width: 20rem;
    margin: 0 auto 1.5rem;
  }
}

.about-title {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(1.5rem, 1.1rem + 1.6vw, 2.1rem);
  line-height: 1.25;
  color: var(--terracotta);
  margin: 0 0 1.4rem;
}

.about-text .btn { margin-top: 1.8rem; }

/* Titre de section centré (introductions) */

.section-title {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(1.6rem, 1.1rem + 1.9vw, 2.35rem);
  line-height: 1.25;
  color: var(--terracotta);
  text-align: center;
  margin: 0 0 1.4rem;
}

/* ================================================================
   11. OFFRE PHARE — l'accompagnement individuel (encadré terracotta)
   ================================================================ */

.offer-card {
  background: var(--terracotta);
  color: var(--paper);
  border-radius: 18px;
  padding: clamp(1.8rem, 4vw, 3.5rem);
}

.offer-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
}

/* Photo réduite pour rester dans le cadre terracotta d'origine */

.offer-card .portrait { max-width: 20rem; }

.offer-card .portrait .frame { aspect-ratio: 4 / 5; height: auto; }

.eyebrow {
  font-family: var(--sans);
  font-weight: 600;
  font-size: .78rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--terracotta);
  margin: 0 0 .8rem;
}

.offer-title {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(1.8rem, 1.2rem + 2.2vw, 2.8rem);
  line-height: 1.15;
  color: var(--ink);
  margin: 0 0 1.4rem;
}

/* Titre du hero "Accompagnement" : un peu plus petit que les autres .offer-title */
.hero-offer .offer-title {
  font-size: clamp(1.6rem, 1.05rem + 2vw, 2.4rem);
}

.offer-text .btn { margin-top: 1.8rem; }

/* Couleurs de texte à l'intérieur de l'encadré terracotta */

.offer-card .eyebrow { color: color-mix(in srgb, var(--paper) 72%, transparent); }

.offer-card .offer-title { color: var(--paper); }

.offer-card .reflect p { color: color-mix(in srgb, var(--paper) 90%, transparent); }

/* ================================================================
   12. AUTRES POSSIBILITÉS — deux cartes (formats en groupe)
   ================================================================ */

.more .section-title { margin-bottom: clamp(2.2rem, 5vw, 3rem); }

/* Section fusionnée « les trois options » : espacements internes */

.formats-intro { margin-bottom: clamp(2.6rem, 6vw, 4rem); }

.formats .offer-card { margin-bottom: clamp(1.8rem, 4vw, 2.4rem); }

/* colle le sous-titre */

.more-grid.offset-top { margin-top: clamp(1.8rem, 4vw, 2.6rem); }


.more-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1.5rem, 4vw, 2.5rem);
  max-width: 58rem;
  margin-inline: auto;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: linear-gradient(180deg,
      color-mix(in srgb, var(--paper) 100%, transparent) 0%,
      color-mix(in srgb, var(--paper-deep) 55%, var(--paper)) 100%);
  border: 1px solid color-mix(in srgb, var(--line) 85%, var(--terracotta));
  border-radius: 16px;
  padding: clamp(1.8rem, 3vw, 2.5rem);
  box-shadow: 0 14px 30px -24px color-mix(in srgb, var(--ink) 55%, transparent);
  overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

/* liseré terracotta en haut de carte */
.card::before {
  content: "";
  position: absolute; top: 0; left: 0; right: 0; height: 4px;
  background: linear-gradient(90deg, var(--terracotta), var(--terracotta-2));
}

.card:hover {
  transform: translateY(-3px);
  border-color: color-mix(in srgb, var(--terracotta) 45%, var(--line));
  box-shadow: 0 20px 38px -22px color-mix(in srgb, var(--ink) 60%, transparent);
}

.card h3 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.25;
  color: var(--ink);
  margin: 0 0 .9rem;
}

.card p {
  font-family: var(--sans);
  font-size: .98rem;
  line-height: 1.7;
  color: color-mix(in srgb, var(--ink-soft) 88%, var(--ink));
  margin: 0 0 1.6rem;
}

.card .btn {
  align-self: flex-start;
  margin-top: auto; /* colle le bouton en bas, boutons alignés entre cartes */
}

/* ================================================================
   13. APPEL DÉCOUVERTE — invitation centrée (conversion)
   ================================================================ */

.cta { text-align: center; }

.cta-inner { max-width: 46rem; margin-inline: auto; }

.cta-lead {
  font-family: var(--serif);
  font-weight: 300;
  font-size: clamp(1.3rem, 1.05rem + 1.1vw, 1.75rem);
  line-height: 1.5;
  color: var(--ink);
  margin: 0 0 1.4rem;
}

.cta-tagline {
  font-family: var(--sans);
  font-weight: 600;
  font-size: .95rem;
  letter-spacing: .04em;
  color: var(--terracotta);
  margin: 0 0 2.2rem;
}

/* ================================================================
   14. TÉMOIGNAGES — trois cartes citation
   ================================================================ */

.testi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1.5rem, 4vw, 2.5rem);
  max-width: 64rem;
  margin-inline: auto;
  align-items: start;
}

.testi {
  background: var(--paper-deep);
  border-radius: 12px;
  padding: clamp(1.6rem, 3vw, 2.2rem);
}

.testi .quote-mark {
  display: block;
  font-family: var(--serif);
  font-size: 2.6rem;
  line-height: .8;
  color: color-mix(in srgb, var(--terracotta) 55%, transparent);
  margin-bottom: .4rem;
}

.testi p {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.65;
  color: var(--ink);
  margin: 0 0 1.2rem;
}

.testi cite {
  font-family: var(--sans);
  font-style: normal;
  font-weight: 600;
  font-size: .78rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--terracotta);
}

/* ================================================================
   15. MENTION BIEN-ÊTRE (discrète, avant le pied de page)
   ================================================================ */

.disclaimer {
  padding-block: clamp(1.8rem, 4vw, 2.5rem);
  border-top: 1px solid var(--line);
}

.disclaimer p {
  max-width: 42rem;
  margin: 0 auto;
  text-align: center;
  font-family: var(--sans);
  font-size: .8rem;
  line-height: 1.6;
  color: var(--ink-soft);
}

/* ================================================================
   9. PIED DE PAGE (colonnes : identité + contact + navigation)
   ================================================================ */

.site-footer {
  background: var(--terracotta);
  color: var(--paper);
}

.site-footer .footer-top {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
  padding-block: clamp(2.8rem, 6vw, 4rem);
}

.site-footer .brand { font-size: 1.35rem; color: var(--paper); }

.site-footer .brand span { color: color-mix(in srgb, var(--paper) 72%, var(--terracotta)); }

/* Nom / prénom sous le logo */

.footer-name {
  margin: .9rem 0 0;
  font-family: var(--sans);
  font-size: .95rem;
  color: color-mix(in srgb, var(--paper) 85%, transparent);
}

/* Intitulés de colonne */

.footer-head {
  font-family: var(--sans);
  font-size: .72rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--paper) 62%, transparent);
  margin: 0 0 1rem;
}

/* Coordonnées */

.footer-contact a {
  display: block;
  font-size: .95rem;
  color: color-mix(in srgb, var(--paper) 88%, transparent);
  text-decoration: none;
  margin-bottom: .5rem;
  transition: color .2s ease;
}

.footer-contact a:hover { color: var(--paper); }

/* Localisation */

.footer-places { margin-top: 1.8rem; }

.footer-places p {
  font-size: .9rem;
  line-height: 1.5;
  color: color-mix(in srgb, var(--paper) 82%, transparent);
  margin: 0 0 .4rem;
}

/* Navigation */

.site-footer nav ul {
  list-style: none; display: flex; flex-direction: column;
  gap: .6rem; margin: 0; padding: 0;
}

.site-footer nav a {
  font-size: .9rem;
  color: color-mix(in srgb, var(--paper) 88%, transparent);
  text-decoration: none;
  transition: color .2s ease;
}

.site-footer nav a:hover { color: var(--paper); }

/* Réseaux sociaux */

.socials { display: flex; gap: .7rem; margin-top: 1.3rem; }

.socials a {
  width: 40px; height: 40px;
  display: inline-flex; align-items: center; justify-content: center;
  border: 1px solid color-mix(in srgb, var(--paper) 45%, transparent);
  border-radius: 50%;
  color: var(--paper);
  transition: background-color .2s ease, color .2s ease, border-color .2s ease;
}

.socials a:hover {
  background: var(--paper);
  color: var(--terracotta);
  border-color: var(--paper);
}

.socials svg { width: 19px; height: 19px; }

/* Bas de page : filet + mentions légales */

.footer-bottom {
  border-top: 1px solid color-mix(in srgb, var(--paper) 22%, transparent);
  padding-block: 1.2rem;
  font-size: .75rem;
  color: color-mix(in srgb, var(--paper) 62%, transparent);
}

.footer-bottom-inner {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem 1.5rem;
  align-items: center;
  justify-content: space-between;
}

.footer-legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
}

.footer-legal-links a {
  color: color-mix(in srgb, var(--paper) 62%, transparent);
  text-decoration: none;
  transition: color .2s ease;
}

.footer-legal-links a:hover { color: var(--paper); text-decoration: underline; }

/* ================================================================
   10. PRÉFÉRENCES D'ACCESSIBILITÉ
   ================================================================ */

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .btn:hover { transform: none; }
}

/* Focus clavier visible */

a:focus-visible, .btn:focus-visible, button:focus-visible {
  outline: 2px solid var(--terracotta);
  outline-offset: 3px;
}

/* ================================================================
   11. RESPONSIVE
   ================================================================ */

@media (max-width: 860px) {
  .hero .wrap { grid-template-columns: 1fr; }
  .portrait { grid-row: 1; max-width: 20rem; margin-bottom: 1rem; }

  /* Questionnement : empilé — question, texte, proverbe, bouton */
  .qa {
    grid-template-columns: 1fr;
    grid-template-areas: "title" "body" "prov" "btn";
    gap: 1.4rem;
  }

  /* Les trois étapes : empilées */
  .steps { grid-template-columns: 1fr; gap: 2.2rem; }

  /* Un mot sur moi : empilé (photo au-dessus du texte) */
  .about-grid { grid-template-columns: 1fr; }
  /* dans ces grilles, on garde l'ordre du HTML :
     sur « Qui suis-je », l'accroche passe avant le portrait */
  .about-grid .portrait { grid-row: auto; margin-inline: auto; }

  /* Offre phare : empilé */
  .offer-grid { grid-template-columns: 1fr; }
  .offer-card .portrait { max-width: 20rem; margin-inline: auto; }
  .offer-card .portrait .frame { aspect-ratio: 4 / 5; height: auto; }

  /* Autres possibilités : cartes empilées */
  .more-grid { grid-template-columns: 1fr; }

  /* Témoignages : cartes empilées */
  .testi-grid { grid-template-columns: 1fr; }

  /* Pied de page : colonnes empilées */
  .site-footer .footer-top { grid-template-columns: 1fr; gap: 2.2rem; }

  /* Menu : passe en ligne repliable simple */
  .nav ul {
    position: absolute;
    inset: 100% 0 auto 0;
    flex-direction: column;
    gap: 0;
    background: var(--terracotta);
    border-bottom: 1px solid color-mix(in srgb, var(--ink) 12%, transparent);
    padding: .5rem 1.5rem 1rem;
    display: none;
  }
  .nav ul.open { display: flex; }
  .nav a { padding-block: .6rem; border-bottom: 1px solid color-mix(in srgb, var(--paper) 22%, transparent); border-radius: 0; }
  .nav-toggle {
    display: inline-flex;
    background: none; border: 1px solid color-mix(in srgb, var(--paper) 55%, transparent);
    border-radius: 2px; padding: .5rem .7rem;
    font-family: var(--sans); font-size: .8rem; letter-spacing: .06em;
    text-transform: uppercase; color: var(--paper); cursor: pointer;
  }
}

.hero-text .btn { margin-top: 1.8rem; }

/* Section « oignon » : texte + schéma des couches */

.onion-grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}

.onion { margin: 0; width: 100%; max-width: 30rem; margin-inline: auto; }

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

@media (max-width: 860px) {
  .onion-grid { grid-template-columns: 1fr; }
  .onion { max-width: 24rem; }
}

/* Phrase de clôture sous les trois étapes */



/* Encadrés récapitulatifs (comment on travaille) */

.facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1rem, 3vw, 1.6rem);
  max-width: 48rem;
  margin: clamp(2.5rem, 6vw, 3.5rem) auto 0;
}

.fact {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: .7rem;
  padding: 1.6rem 1rem;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--paper-deep);
}

.fact svg { width: 28px; height: 28px; color: var(--terracotta); }

.fact span {
  font-family: var(--sans);
  font-size: .95rem;
  font-weight: 600;
  line-height: 1.3;
  color: var(--ink);
}

@media (max-width: 860px) {
  .facts { grid-template-columns: 1fr; max-width: 22rem; }
}

/* « Est-ce pour toi ? » — section mise en valeur par le fond */

.fit-section { background: var(--green); }

.fit-section .section-title { color: var(--paper); }

.fit-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1.4rem, 3.5vw, 2.4rem);
  max-width: 60rem;
  margin-inline: auto;
  align-items: start;
}

.fit-card {
  border: 1px solid var(--line);
  border-top: 3px solid var(--line);
  border-radius: 16px;
  padding: clamp(1.8rem, 3.5vw, 2.6rem);
}

.fit-card h3 {
  display: flex;
  align-items: center;
  gap: .7rem;
  font-family: var(--serif);
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.3;
  margin: 0 0 1.4rem;
}

.fit-badge {
  display: inline-flex; align-items: center; justify-content: center;
  width: 32px; height: 32px; border-radius: 50%; flex-shrink: 0;
}

.fit-badge svg { width: 18px; height: 18px; }

.fit-card.yes {
  background: var(--paper);
  border-color: color-mix(in srgb, var(--green) 22%, var(--paper));
  border-top-color: var(--green);
}

.fit-card.yes h3 { color: var(--green-deep); }

.fit-card.yes .fit-badge { background: var(--green); color: var(--paper); }

.fit-card.no { background: var(--paper-deep); }

.fit-card.no h3 { color: var(--ink); }

.fit-card.no .fit-badge { background: color-mix(in srgb, var(--terracotta) 16%, var(--paper-deep)); color: var(--ink-soft); }

.fit-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: .9rem; }

.fit-list li {
  display: flex; gap: .7rem; align-items: flex-start;
  font-family: var(--sans); font-size: .98rem; line-height: 1.5; color: var(--ink);
}

.fit-list svg { width: 20px; height: 20px; flex-shrink: 0; margin-top: 2px; }

.fit-card.yes .fit-list svg { color: var(--green); }

.fit-card.no  .fit-list, .fit-card.no .fit-list svg { color: var(--ink-soft); }

@media (max-width: 860px) { .fit-grid { grid-template-columns: 1fr; } }

/* Héro de page centré (sans photo) */

.page-hero .wrap { display: block; max-width: 54rem; margin-inline: auto; text-align: center; }

.page-hero .offer-title { color: var(--terracotta); }

/* Citation intégrée en fin de texte (discrète) */

.reflect-quote {
  font-style: italic;
  color: var(--ink-soft);
  margin-top: 1.8rem;
}

.reflect-quote .cite {
  display: block;
  margin-top: .5rem;
  font-family: var(--sans);
  font-style: normal;
  font-size: .78rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--ink-soft);
}

/* Phrase-réponse mise en avant */

.reflect p.mh-lead {
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(1.2rem, 1rem + .8vw, 1.5rem);
  line-height: 1.4;
  color: var(--terracotta);
  margin-bottom: 1.7rem;
}

/* « Et concrètement » — section verte mise en valeur */

.concret { background: var(--green); color: var(--paper); }

.concret .section-title { color: var(--paper); }

.concret .subheading {
  font-family: var(--serif); font-weight: 400; font-size: 1.3rem;
  color: var(--paper); text-align: center;
  margin: clamp(2.6rem, 5vw, 3.4rem) 0 1.6rem;
}

.concret .section-title + .subheading { margin-top: clamp(1.4rem, 3vw, 2rem); }

.roles {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: clamp(1rem, 3vw, 1.6rem); max-width: 52rem; margin-inline: auto;
}

.role { background: var(--paper); border-radius: 12px; padding: 1.5rem 1.6rem; }

.role h3 { font-family: var(--serif); font-weight: 500; font-size: 1.1rem; color: var(--green-deep); margin: 0 0 .5rem; }

.role p { font-family: var(--sans); font-size: .95rem; line-height: 1.6; color: var(--ink-soft); margin: 0; }

.flow { list-style: none; padding: 0; max-width: 44rem; margin-inline: auto; }

.flow li {
  position: relative; padding-left: 2.4rem; margin-bottom: 1.7rem;
  font-family: var(--sans); font-size: 1rem; line-height: 1.6; color: var(--paper);
}

.flow li:last-child { margin-bottom: 0; }

.flow li::before {           /* pastille d'étape */
  content: ""; position: absolute; left: 0; top: .5em;
  width: 12px; height: 12px; border-radius: 50%;
  background: var(--terracotta);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--paper) 20%, transparent);
}

.flow li::after {            /* fil de liaison entre les étapes */
  content: ""; position: absolute; left: 5px; top: 1.4em; bottom: -1.7rem;
  width: 2px; background: color-mix(in srgb, var(--paper) 26%, transparent);
}

.flow li:last-child::after { display: none; }

.duration {
  display: flex; align-items: center; justify-content: center; gap: .6rem;
  text-align: center; max-width: 42rem; margin: clamp(2.6rem, 5vw, 3.4rem) auto 0;
  font-family: var(--serif); font-style: italic; font-size: 1.15rem; line-height: 1.5;
  color: var(--paper);
}

.duration svg { width: 22px; height: 22px; color: color-mix(in srgb, var(--paper) 88%, transparent); flex-shrink: 0; }

@media (max-width: 860px) { .roles { grid-template-columns: 1fr; } }

/* Liste à puces terracotta (dans un bloc réflexif) */

.tick-list { list-style: none; padding: 0; margin: .4rem 0 0; display: flex; flex-direction: column; gap: 1.1rem; }

.tick-list li {
  position: relative; padding-left: 1.7rem;
  font-family: var(--sans); font-size: 1rem; line-height: 1.65; color: var(--ink);
}

.tick-list li::before {
  content: ""; position: absolute; left: 0; top: .58em;
  width: 8px; height: 8px; border-radius: 50%; background: var(--terracotta);
}

/* Deux invitations finales côte à côte */

.dual-cta {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: clamp(1.2rem, 3vw, 2rem); max-width: 56rem; margin-inline: auto;
}

.cta-box {
  display: flex; flex-direction: column; text-align: center;
  background: var(--paper); border: 1px solid var(--line); border-radius: 14px;
  padding: clamp(1.8rem, 3.5vw, 2.4rem);
}

.cta-box p {
  font-family: var(--serif); font-weight: 300;
  font-size: clamp(1.1rem, 1rem + .4vw, 1.3rem); line-height: 1.5;
  color: var(--ink); margin: 0 0 1.6rem; flex: 1;
}

.cta-box .btn { align-self: center; }

@media (max-width: 860px) { .dual-cta { grid-template-columns: 1fr; } }

/* Page « Qui suis-je » — accroche du récit */

.story-lead {
  font-family: var(--serif); font-weight: 300;
  font-size: clamp(1.5rem, 1.1rem + 1.6vw, 2.1rem); line-height: 1.3;
  color: var(--ink); margin: 0 0 clamp(2.2rem, 4vw, 3.2rem);
}

.story-lead .accent { color: var(--terracotta); }

/* Sous-titre d'identité, à l'intérieur du H1 de « Qui suis-je ».
   Volontairement plus discret : la phrase reste la voix, cette ligne
   dit le métier et le lieu (à la lectrice comme aux moteurs). */
.story-lead .story-lead-sub {
  display: block;
  margin-top: 1.1rem;
  font-family: var(--sans);
  font-weight: 500;
  font-size: clamp(.88rem, .82rem + .25vw, 1rem);
  line-height: 1.55;
  letter-spacing: .01em;
  color: var(--ink-soft);
}

.story-hello {
  font-family: var(--serif);
  font-size: clamp(1.1rem, 1rem + .4vw, 1.3rem); line-height: 1.5;
  color: var(--ink); margin: 0;
}

/* Citation mise en valeur, sans bloc lourd : un filet terracotta,
   du blanc autour, la phrase en serif italique. */
.pullquote {
  position: relative;
  max-width: 34rem;
  margin: clamp(2.6rem, 6vw, 4rem) auto;
  padding: clamp(.4rem, 1.5vw, .8rem) 0 clamp(.4rem, 1.5vw, .8rem) clamp(1.4rem, 4vw, 2.2rem);
  background: none;
  border-left: 2px solid color-mix(in srgb, var(--terracotta) 45%, transparent);
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
}

.pullquote::after { content: none; }

/* guillemet décoratif, très discret */
.pullquote::before {
  content: "\201C";
  position: absolute; top: -.18em; left: clamp(.7rem, 2vw, 1.1rem);
  font-family: var(--serif); font-weight: 400;
  font-size: clamp(2.4rem, 5vw, 3.4rem); line-height: 1;
  color: color-mix(in srgb, var(--terracotta) 16%, transparent);
  pointer-events: none;
  z-index: 0;
}

.pullquote p {
  position: relative; z-index: 1;
  margin: 0;
  font-family: var(--serif); font-style: italic; font-weight: 300;
  font-size: clamp(1.2rem, 1rem + .9vw, 1.6rem); line-height: 1.45;
  color: var(--ink); text-align: left;
  text-wrap: balance;
}

/* Petites mises en valeur dans le texte */

.hl { color: var(--terracotta); font-weight: 600; }

/* Liste des formations */

.diplomas { list-style: none; max-width: 42rem; margin-inline: auto; padding: 0; }

.diplomas li {
  position: relative; padding: .95rem 0 .95rem 1.7rem;
  border-bottom: 1px solid var(--line);
  font-family: var(--sans); font-size: 1rem; line-height: 1.5; color: var(--ink);
}

.diplomas li:last-child { border-bottom: none; }

.diplomas li::before {
  content: ""; position: absolute; left: 0; top: 1.35em;
  width: 7px; height: 7px; border-radius: 50%; background: var(--terracotta);
}

/* Page « Ateliers » */

.ateliers-intro { padding-block: clamp(2.4rem, 5vw, 3.4rem); }

.page-hero .wrap { text-align: center; max-width: 52rem; margin-inline: auto; }

/* Liste d'exemples */




/* Places (constellés / représentants) */

.slots { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1rem,3vw,1.6rem); max-width: 52rem; margin: clamp(2.4rem,5vw,3.2rem) auto 0; }

.slot { background: var(--paper); border: 1px solid var(--line); border-radius: 14px; padding: 1.7rem 1.6rem; text-align: center; }

.slot .num { display: block; font-family: var(--serif); font-size: 2.4rem; line-height: 1; color: var(--terracotta); margin-bottom: .5rem; }

.slot h3 { font-family: var(--serif); font-weight: 500; font-size: 1.05rem; color: var(--green-deep); margin: 0 0 .6rem; }

.slot p { font-family: var(--sans); font-size: .92rem; line-height: 1.55; color: var(--ink-soft); margin: 0; }

/* Prochaines dates (bande verte) */

.dates-section { background: var(--green); color: var(--paper); }

.dates-section .section-title { color: var(--paper); }

.dates { display: grid; grid-template-columns: repeat(auto-fit, minmax(0, 23rem)); justify-content: center; gap: clamp(1rem,3vw,1.6rem); max-width: 48rem; margin-inline: auto; }

.date-card { background: var(--paper); border-radius: 14px; padding: 1.7rem 1.6rem; text-align: center; }

.date-card h3 { font-family: var(--serif); font-weight: 500; font-size: 1.2rem; color: var(--green-deep); margin: 0 0 .6rem; }

.date-card .date { font-family: var(--sans); font-weight: 600; font-size: 1rem; color: var(--terracotta); margin: 0; }

.contact-line { text-align: center; max-width: 42rem; margin: clamp(2.4rem,5vw,3.2rem) auto 0; font-family: var(--serif); font-style: italic; font-size: 1.1rem; line-height: 1.5; color: var(--paper); }

.contact-line a { color: var(--paper); text-decoration: underline; text-underline-offset: 3px; }

.contact-line strong { font-weight: 600; font-style: normal; }

/* Tarifs (même bande verte que les dates) */

.tarifs-title {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 1.3rem;
  color: var(--paper);
  text-align: center;
  margin: clamp(2.2rem, 5vw, 3rem) 0 1.2rem;
}

.tarifs { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1rem,3vw,1.6rem); max-width: 30rem; margin-inline: auto; }

.tarif-card { background: var(--paper); border-radius: 14px; padding: 1.5rem 1.4rem; text-align: center; }

.tarif-price { display: block; font-family: var(--serif); font-weight: 500; font-size: 1.7rem; color: var(--terracotta); margin-bottom: .3rem; }

.tarif-card p { margin: 0; font-family: var(--sans); font-weight: 600; font-size: .92rem; color: var(--green-deep); }

@media (max-width: 860px) { .slots, .tarifs { grid-template-columns: 1fr; } .dates { grid-template-columns: minmax(0, 23rem); } }

/* Pages légales */

.legal-title { font-family: var(--serif); font-style: italic; font-weight: 400; font-size: clamp(1.8rem, 1.3rem + 2vw, 2.6rem); color: var(--terracotta); text-align: center; margin: 0 0 clamp(2rem, 5vw, 3rem); }

.legal { max-width: 46rem; margin-inline: auto; }

.legal .updated { font-family: var(--sans); font-size: .85rem; color: var(--ink-soft); margin: 0 0 1.6rem; }

.legal .note { background: var(--paper-deep); border-radius: 12px; padding: 1rem 1.2rem; font-family: var(--sans); font-size: .9rem; line-height: 1.6; color: var(--ink-soft); margin: 0 0 2.2rem; }

.legal h2 { font-family: var(--serif); font-weight: 500; font-size: 1.3rem; color: var(--terracotta); margin: 2.4rem 0 .8rem; }

.legal p, .legal li, .legal dd, .legal dt { font-family: var(--sans); font-size: .98rem; line-height: 1.7; color: var(--ink); }

.legal p { margin: 0 0 1rem; }

.legal dl { margin: 0 0 1.2rem; display: grid; grid-template-columns: auto 1fr; gap: .35rem 1.2rem; }

.legal dt { font-weight: 600; color: var(--ink); }

.legal dd { margin: 0; color: var(--ink-soft); }

.legal a { color: var(--terracotta); }

@media (max-width: 600px) { .legal dl { grid-template-columns: 1fr; } .legal dt { margin-top: .5rem; } }

/* ================================================================
   Page « Ateliers » — blocs d'appel et mentions « à venir »
   ================================================================ */

.soon {
  text-align: center;
  max-width: 42rem;
  margin: clamp(2.4rem, 5vw, 3.2rem) auto 0;
}

.soon-badge {
  display: inline-block;
  font-family: var(--sans);
  font-weight: 600;
  font-size: .74rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--terracotta);
  background: color-mix(in srgb, var(--terracotta) 12%, var(--paper));
  border: 1px solid color-mix(in srgb, var(--terracotta) 30%, transparent);
  border-radius: 999px;
  padding: .4rem .95rem;
  margin: 0 0 1.1rem;
}

.soon-note {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 300;
  font-size: clamp(1rem, .95rem + .3vw, 1.15rem);
  line-height: 1.65;
  color: var(--ink-soft);
  margin: 0 0 1.5rem;
}

.tinted .soon-note { color: var(--ink); }

/* ================================================================
   Accueil — « Ce qui change concrètement » (avant / après)
   ================================================================ */



.change .before,

.change .before::before,







@media (max-width: 860px) { .changes { grid-template-columns: 1fr; } }

/* ================================================================
   Accueil — « Par où commencer » (deux portes d'entrée)
   ================================================================ */

/* Titre clair uniquement quand le bloc est posé sur un fond sombre / photo.
   Sur un fond clair (.tinted), le titre garde sa terracotta. */
.cta:not(.tinted) .section-title { color: var(--paper); }

/* Bloc « appel découverte » sur fond clair : fond uni, titre en terracotta. */
.cta.tinted .section-title { color: var(--terracotta); }
.cta.tinted .cta-lead { color: var(--ink); }

.doors {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1.2rem, 3vw, 1.8rem);
  max-width: 56rem;
  margin: clamp(2rem, 4vw, 2.6rem) auto 0;
  text-align: left;
}

.door {
  display: flex;
  flex-direction: column;
  background: var(--paper);
  border-radius: 16px;
  padding: clamp(1.6rem, 3vw, 2.2rem);
}

.door h3 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(1.25rem, 1.1rem + .5vw, 1.5rem);
  line-height: 1.25;
  color: var(--ink);
  margin: 0 0 .9rem;
}

.door p {
  font-family: var(--sans);
  font-size: .96rem;
  line-height: 1.7;
  color: var(--ink-soft);
  margin: 0 0 1.2rem;
}

.door-meta {
  font-family: var(--sans);
  font-weight: 600;
  font-size: .8rem;
  letter-spacing: .04em;
  color: var(--terracotta) !important;
  margin-bottom: 1.6rem !important;
}

.door .btn { align-self: flex-start; margin-top: auto; }

/* Une seule porte : on la centre et on la garde étroite */
.doors-single { grid-template-columns: minmax(0, 30rem); justify-content: center; }
.doors-single .door { text-align: center; align-items: center; }
.doors-single .door .btn { align-self: center; }



@media (max-width: 860px) { .doors { grid-template-columns: 1fr; } }

/* ================================================================
   LOGO — barre de navigation et pied de page
   ================================================================ */

/* Le logo est décoratif : le nom « Destination soi » l'accompagne déjà en
   texte. Les <img> portent donc un alt vide, volontairement. */

.brand { display: inline-flex; align-items: center; gap: .55rem; }

.brand-logo {
  flex: none;
  width: 2.8rem;
  height: 2.8rem;
  object-fit: contain;
  display: block;
}

/* En-tête resserré quand le logo est présent, pour que la barre reste basse
   malgré le logo (hauteur totale ≈ 64 px, contre 59 px sans logo). */
.site-header .wrap:has(.brand-logo) { padding-block: .6rem; }

.footer-logo {
  width: 4.5rem;
  height: 4.5rem;
  object-fit: contain;
  display: block;
  margin-bottom: .9rem;
}

@media (max-width: 860px) {
  .brand-logo { width: 2.4rem; height: 2.4rem; }
  .footer-logo { width: 4rem; height: 4rem; }
}

/* ================================================================
   Pictogrammes des trois étapes (page Accompagnement)
   ================================================================ */

.step-icon {
  display: block;
  width: 2.9rem;
  height: 2.9rem;
  margin-bottom: .9rem;
  /* Sable chaud : lisible sur le vert profond, et cohérent avec le logo */
  color: #E9C79E;
}

.step-icon svg { width: 100%; height: 100%; display: block; }

/* Le filet du haut est décalé pour laisser respirer le pictogramme */
.path .steps .step { padding-top: 1.6rem; }

@media (max-width: 860px) {
  .step-icon { width: 2.6rem; height: 2.6rem; }
}

/* ================================================================
   16. FAQ — accordéon (questions fréquentes)
   ================================================================ */

.faq {
  max-width: var(--measure);
  margin-inline: auto;
}

.faq-item {
  border-bottom: 1px solid var(--line);
}

.faq-item:first-child {
  border-top: 1px solid var(--line);
}

.faq-item summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  padding-block: 1.4rem;
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(1.1rem, .98rem + .5vw, 1.3rem);
  line-height: 1.4;
  color: var(--ink);
}

.faq-item summary::-webkit-details-marker { display: none; }

.faq-item summary::after {
  content: "+";
  flex: none;
  font-family: var(--sans);
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1;
  color: var(--terracotta);
  transition: transform .2s ease;
}

.faq-item[open] summary::after {
  content: "−";
}

.faq-item summary:hover {
  color: var(--terracotta);
}

.faq-answer {
  padding-bottom: 1.6rem;
  padding-right: 2.4rem;
}

.faq-answer p {
  font-family: var(--sans);
  font-size: .98rem;
  line-height: 1.75;
  color: var(--ink-soft);
  margin: 0 0 1rem;
}

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

.faq-answer ul {
  margin: 0 0 1rem;
  padding-left: 1.2rem;
  color: var(--ink-soft);
  font-family: var(--sans);
  font-size: .98rem;
  line-height: 1.7;
}

.faq-answer ul:last-child { margin-bottom: 0; }

.faq-answer li { margin-bottom: .4rem; }

@media (max-width: 640px) {
  .faq-answer { padding-right: 0; }
}

/* ================================================================
   OBJECTIONS — « Deux choses qui freinent souvent »
   (page Accompagnement)
   ================================================================ */

.doubts-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1.4rem, 3.5vw, 2.4rem);
  max-width: 58rem;
  margin-inline: auto;
  align-items: start;
}

.doubt {
  background: var(--paper);
  border: 1px solid var(--line);
  border-left: 3px solid var(--terracotta);
  border-radius: 12px;
  padding: clamp(1.5rem, 3vw, 2.1rem);
}

.doubt h3 {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.35;
  color: var(--green-deep);
  margin: 0 0 .9rem;
}

.doubt p {
  font-family: var(--sans);
  font-size: .98rem;
  line-height: 1.7;
  color: var(--ink-soft);
  margin: 0;
}

@media (max-width: 860px) { .doubts-grid { grid-template-columns: 1fr; } }

/* Note rassurante sous « Est-ce pour toi ? » */



/* ================================================================
   MOBILE — respiration latérale + cadres centrés (≤ 640px)
   ================================================================ */

@media (max-width: 640px) {

  /* Blocs de texte sans .wrap : on leur donne des marges latérales */
  .mobile-pad { padding-inline: 1.9rem; }

  /* Cadres d'offre : texte centré sur petit écran */
  .mobile-center .card,
  .mobile-center .offer-text { text-align: center; }

  .mobile-center .card .btn,
  .mobile-center .offer-text .btn { align-self: center; }

  .mobile-center .offer-text .reflect p { text-align: center; }
}

/* Téléphone : bouton « Mon parcours » centré sous le texte */
@media (max-width: 640px) {
  .about-text > .btn {
    display: flex;
    width: fit-content;
    margin-inline: auto;
  }
}

/* ================================================================
   PAGE D'ACCUEIL
   (avant : bloc <style> recopié dans index.html)
   ================================================================ */

/* Fonds photo des sections — ce sont de vraies <img> et non des fonds CSS,
   pour deux raisons : le plugin de compression ne traite que les <img>, et un
   fond CSS ne peut pas être chargé paresseusement.
   Le voile de lisibilité passe donc dans un ::before, et le contenu texte
   repasse au-dessus avec position: relative.
   Conséquence assumée : plus de background-attachment: fixed (parallaxe).

   Une section porte .section-photo, contient une <img class="section-bg">
   et définit son voile dans --voile. */
.section-photo { position: relative; overflow: hidden; }

.section-photo .section-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.section-photo::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: var(--voile);
  pointer-events: none;
}

.section-photo > .wrap { position: relative; z-index: 1; }

/* HÉRO plein écran de la page d'accueil — femme en forêt.
   Texte à droite, posé sur un carton « papier » translucide : la photo reste
   visible au travers, et le texte repasse en encre sombre.
   Réglages utiles : --hero-card-tint (opacité du carton) et --hero-h. */
.hero-home {
  --hero-card-tint: .78;   /* 1 = carton opaque, .6 = très transparent */
  --hero-h: 82vh;          /* hauteur de la photo — le carton s'y insère */
  --voile: linear-gradient(to left, rgba(26,22,16,.30), rgba(26,22,16,.04) 55%);
  background-color: #6b5b45; /* repli si l'image ne charge pas */
  min-height: var(--hero-h);
  display: flex;
  align-items: center;
}
.hero-home .wrap {
  display: flex;                 /* aligne le carton à droite */
  justify-content: flex-end;
  max-width: var(--wrap);
  padding-block: clamp(2rem, 4vw, 3rem);
}
.hero-home .hero-text { text-align: center; }
.hero-home .hero-text .btn { display: inline-block; margin-inline: auto; }
.hero-home .hero-text {
  max-width: 27rem;
  padding: clamp(1.6rem, 2.6vw, 2.2rem) clamp(1.6rem, 2.6vw, 2.4rem);
  background: color-mix(in srgb, var(--paper) calc(var(--hero-card-tint) * 100%), transparent);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  border: 1px solid color-mix(in srgb, var(--line) 70%, transparent);
  border-radius: 3px;            /* même arrondi sobre que les cadres photo */
  box-shadow: 0 26px 60px -30px rgba(26,22,16,.75);
}

/* Typo du héro : plus mesurée que le titre de section */
.hero-home .intro {
  font-size: clamp(1.15rem, .95rem + .55vw, 1.45rem);
  line-height: 1.4;
  color: var(--ink);
  margin: 0 0 .5em;
}
.hero-home .intro .lead {
  color: var(--terracotta);
  margin-bottom: .55em;
}
.hero-home .sub {
  font-size: clamp(1rem, .92rem + .25vw, 1.1rem);
  line-height: 1.6;
  color: var(--ink-soft);
  margin: 0 0 1.5rem;
}
.hero-home .sub strong { color: var(--green-deep); }
.hero-home .sub br { display: none; }   /* le texte coule dans la largeur du carton */
.hero-home .sub .sub-line { display: block; margin-top: .45em; }
.hero-home .hero-text .btn { margin-top: 0; }

/* Mobile : le carton prend toute la largeur, photo un peu moins haute */
@media (max-width: 720px) {
  .hero-home { --hero-h: 78vh; --hero-card-tint: .92; }
  .hero-home .wrap { justify-content: center; }
  .hero-home .hero-text { max-width: 100%; text-align: center; }
  .hero-home .hero-text .btn { display: inline-block; margin-inline: auto; }
  .hero-home .intro .lead { font-size: 1.3em; }

  /* Bouton « Découvrir mon approche » centré sous le proverbe */
  .qa-action { text-align: center; }
}

/* Section « les trois étapes » — chemin en forêt (voile allégé).
   .path sert aussi sur la page accompagnement, sans photo : d'où le .section-photo. */
.path.section-photo {
  --voile: linear-gradient(rgba(34,42,30,.50), rgba(34,42,30,.58));
  background-color: var(--green-deep);
}
.path-cta {
  margin-top: 2.6rem;
  text-align: center;
}

/* Section « appel découverte » — montagnes au coucher doré.
   .cta sert aussi sur la page accompagnement, en version .tinted sans photo. */
.cta.section-photo {
  --voile: linear-gradient(rgba(28,22,16,.38), rgba(28,22,16,.52));
  background-color: #7c5a3a;
}
/* Texte clair sur la photo */
.cta.section-photo .cta-lead { color: var(--paper); }
.cta.section-photo .cta-tagline { color: #F3CFA4; }

/* Photos légèrement inclinées (comme posées à la main) */
.tilt-r { transform: rotate(1.5deg);  transition: transform .45s ease; }
.tilt-r:hover { transform: rotate(0deg); }

@media (prefers-reduced-motion: reduce) {
  .tilt-r { transition: none; }
}
@media (max-width: 860px) {
  .tilt-r { transform: none; }
}
