/* ============================================
   DES PETITS PAS VERS SOI — Global Styles
   ============================================ */

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

/* Sauts de ligne mobile uniquement */
.mobile-br { display: none; }
.desktop-space { display: inline; }
.mobile-only { display: none !important; }
@media (max-width: 960px) {
  .mobile-br { display: inline; }
  .desktop-space { display: none !important; }
  .mobile-only { display: block !important; }
  .desktop-only { display: none !important; }
}

:root {
  /* Terracotta */
  --terracotta:       #b25144;
  --terracotta-dark:  #8f3e34;
  --terracotta-light: #c46a3c;

  /* Doré */
  --dore:             #CE914E;
  --dore-dark:        #b87e3c;
  --dore-light:       #e2af90;

  /* Vert */
  --vert-sauge:       #A8B8A2;
  --vert-check:       #7aaa82;
  --vert-fonce:       #3a7a52;

  /* Fonds */
  --beige-rose:       #F5EDE8;
  --beige-chaud:      #F0E5E0;
  --beige-clair:      #F7F3EF;
  --blanc-casse:      #FDF7F3;
  --beige-section:    #f3e8e4;
  --vert-pale:        #f4faf6;
  --rose-pale:        #fdf5f2;

  /* Bordures */
  --bordure:          #E8DCCF;

  /* Textes */
  --texte-fonce:      #2f2a27;
  --texte-brun:       #3a312c;
  --texte-titre:      #4A4A4A;
  --texte-moyen:      #3f3a37;
  --texte-clair:      #7a6e6a;

  /* Blanc */
  --blanc:            #ffffff;

  /* Gris secondaires */
  --gris-moyen:       var(--gris-moyen);
  --gris-fonce:       var(--gris-fonce);
  --gris-neutre:      var(--gris-neutre);
  --brun-clair:       var(--brun-clair);
  --brun-chaud:       var(--brun-chaud);
}

/* ── POLICE LOCALE : Moranga (Bold Italic — version achetée) ── */
@font-face {
  font-family: 'Moranga';
  src: url('Moranga MyWebfontsKit/webFonts/MorangaBoldItalic/font.woff2') format('woff2'),
       url('Moranga MyWebfontsKit/webFonts/MorangaBoldItalic/font.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

/* RESET */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* BASE — 17px root for comfortable reading */
html {
  font-size: 15px;
  scroll-behavior: smooth;
}

body {
  font-family: 'Nunito', sans-serif;
  font-weight: 500;
  color: var(--texte-fonce);
  background: var(--blanc);
  line-height: 1.65;
  letter-spacing: 0.2px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* TYPOGRAPHY */
h1, h2, h3, h4 {
  font-family: 'Tenor Sans', sans-serif;
  font-weight: 400;
  line-height: 1.2;
}

/* Titres de sections (hors hero) — DM Serif Display pour la personnalité éditoriale */
h2,
.section-title {
  font-family: 'DM Serif Display', serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.3;
  margin-bottom: 24px;
}

/* Titres longs — Quicksand 500 pour douceur sans tomber dans le "rond/mou" */
.long-title,
.section h2.long {
  font-family: 'Quicksand', sans-serif;
  font-size: 1.88rem;    /* 32px */
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.2px;
  color: var(--texte-moyen);
}

h2 {
  font-family: 'Moranga', serif !important;
  font-weight: 700;
  font-style: italic;
}

h3 {
  font-family: 'Moranga', serif;
  font-weight: 700;
  font-style: italic;
}

.section h2 {
  font-family: 'Moranga', serif !important;
  font-weight: 700;
  font-style: italic;
}

/* Paragraphes — base lisibilité Raleway (les règles spécifiques surchargent si besoin) */
p,
.problems-list li,
.problems-closing,
.pillar p {
  font-size: 1.1rem;
  line-height: 1.7;
  color: var(--texte-brun);
  opacity: 1;
}

p {
  font-weight: 500;
  letter-spacing: 0.2px;
}

p + p {
  margin-top: 16px;
}

/* Dancing Script — "vers soi" only */
.hero-script {
  font-family: 'Dancing Script', cursive;
  font-weight: 600;
  font-style: italic;
  color: var(--terracotta);
  font-size: 1.27em;
  line-height: 1;
  word-spacing: 8px;
}

.hero-script-group {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  vertical-align: top;
  margin-left: 20px;
  position: relative;
  top: -13px;
  z-index: 2;
}

/* Conteneur des 3 "pas" sous "vers soi" */
.steps-decor {
  display: block;
  position: relative;
  width: 195px;
  height: 22px;
  margin-top: -2px;
  margin-left: 20px;
}

/* Base commune — même forme que .problems-dot */
.step-dot {
  position: absolute;
  width: 21px;
  height: 13px;
  background: var(--terracotta);
  filter: url(#rough-edge-soft);
}

/* Pas 1 — le plus visible, légèrement plus grand */
.step-dot--1 {
  left: 23px;
  top: 50%;
  border-radius: 58% 42% 62% 38% / 44% 56% 42% 58%;
  transform: translateY(calc(-50% + 8px)) scale(1.15);
  opacity: 1;
}

/* Pas 2 — intermédiaire */
.step-dot--2 {
  left: 103px;
  top: 50%;
  border-radius: 54% 46% 58% 42% / 48% 52% 46% 54%;
  transform: translateY(calc(-50% + 5px)) scale(1);
  opacity: 0.85;
}

/* Pas 3 — le plus discret, s'estompe */
.step-dot--3 {
  left: 163px;
  top: 50%;
  border-radius: 57% 43% 55% 45% / 46% 54% 46% 54%;
  transform: translateY(calc(-50% + 3px)) scale(0.95);
  opacity: 0.68;
}

/* ============================================
   NAVIGATION
   ============================================ */

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid var(--bordure);
}
.site-header::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: -1;
}

.site-nav {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 48px;
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.nav-logo {
  text-decoration: none;
  flex-shrink: 0;
  display: inline-flex;
  flex-direction: column;
}

.nav-logo-img {
  height: 20px;
  width: auto;
  display: block;
}

.nav-steps-decor {
  display: block;
  position: relative;
  height: 9px;
  width: 100%;
  margin-top: 1px;
}

.nav-step-dot {
  position: absolute;
  width: 10px;
  height: 6px;
  background: var(--texte-titre);
  border-radius: 58% 42% 62% 38% / 44% 56% 42% 58%;
  filter: url(#rough-edge-soft);
}

.nav-step-dot--1 { left: 125px; top: 1px; opacity: 1;   transform: scale(0.93) rotate(-4deg); }
.nav-step-dot--2 { left: 149px; top: 0px; opacity: 0.85; transform: scale(0.82) rotate(-4deg); border-radius: 54% 46% 58% 42% / 48% 52% 46% 54%; }
.nav-step-dot--3 { left: 168px; top: -1px; opacity: 0.68; transform: scale(0.75) rotate(-4deg); border-radius: 57% 43% 55% 45% / 46% 54% 46% 54%; }

.nav-links {
  list-style: none;
  display: flex;
  gap: 36px;
  align-items: center;
}

.nav-links a {
  text-decoration: none;
  font-size: 0.76rem;
  color: var(--texte-titre);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: color 0.2s;
  position: relative;
  padding-bottom: 3px;
}

.nav-links a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--terracotta);
  transition: width 0.25s ease;
}

.nav-links a:hover::after,
.nav-links a.active::after { width: 100%; }
.nav-links a:hover,
.nav-links a.active { color: var(--terracotta); }

/* ── Dropdown Accompagnements ── */
.nav-dropdown { position: relative; }

.nav-dropdown-arrow {
  display: inline-block;
  margin-left: 3px;
  font-size: 0.55rem;
  vertical-align: middle;
  opacity: 0.55;
  transition: transform 0.22s ease;
}
.nav-dropdown:hover .nav-dropdown-arrow { transform: rotate(180deg); }

.nav-dropdown-menu {
  list-style: none;
  position: absolute;
  top: calc(100% + 14px);
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 8px 28px rgba(74,63,57,0.13);
  border: 1px solid rgba(206,145,78,0.2);
  padding: 8px 0;
  min-width: 200px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s, transform 0.2s;
  transform: translateX(-50%) translateY(-4px);
  z-index: 200;
}
/* Pont invisible qui couvre le gap entre le lien parent et le menu */
.nav-dropdown-menu::before {
  content: '';
  position: absolute;
  top: -14px;
  left: 0;
  right: 0;
  height: 14px;
}
.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown:focus-within .nav-dropdown-menu {
  opacity: 1;
  pointer-events: all;
  transform: translateX(-50%) translateY(0);
}
.nav-dropdown-menu li a {
  display: block;
  padding: 9px 22px;
  font-size: 0.72rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--texte-titre);
  text-decoration: none;
  transition: color 0.18s, background 0.18s;
  white-space: nowrap;
}
.nav-dropdown-menu li a::after { display: none; }
.nav-dropdown-menu li a:hover { color: var(--terracotta); }

@media (max-width: 600px) {
  .nav-dropdown-menu {
    position: static !important;
    left: auto !important;
    top: auto !important;
    opacity: 1;
    pointer-events: none;
    margin-top: 14px;
    box-shadow: none;
    border: none;
    background: transparent;
    padding: 0;
    transform: none !important;
    display: flex;
    flex-direction: column;
    gap: 14px;
    align-items: center;
  }
  .nav-dropdown-menu li a {
    font-size: 0.82rem;
    padding: 0;
    opacity: 0.75;
    white-space: normal;
    text-align: center;
  }
  .nav-dropdown-menu {
    min-width: 0;
  }
  .nav-dropdown:hover .nav-dropdown-menu,
  .nav-dropdown:focus-within .nav-dropdown-menu {
    position: static !important;
    transform: none !important;
    left: auto !important;
    top: auto !important;
  }
  .nav-dropdown-arrow { display: none; }
}

/* ============================================
   ORGANIC SHAPE SYSTEM
   border-radius animation clips the photo
   ::after ring on hero frames only (.organic-wrap--ring)
   ============================================ */

.organic-wrap {
  position: relative;
  flex-shrink: 0;
}

/* The photo — organic shape via animated border-radius */
.organic-photo {
  display: block;
  object-fit: cover;
  position: relative;
  z-index: 1;
  border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
  animation: none;
}

/* Liserai flottant irrégulier — toutes les photos hors hero */
.organic-wrap--ring::after {
  content: '';
  position: absolute;
  inset: -16px;
  border: 1.5px solid var(--dore);
  border-radius: 45% 55% 60% 40% / 60% 45% 55% 40%;
  opacity: 0.65;
  pointer-events: none;
  animation: none;
}

/* Pas de ::after flottant sur les hero */
.hero .organic-wrap--ring::after,
.page-hero .organic-wrap--ring::after {
  display: none;
}

/* Liserai resserré sur la photo mini-about */
.mini-about .organic-wrap--ring::after {
  inset: -8px;
}

/* Liserai doré décalé de 3px — uniquement sur les photos des hero de sous-pages */
.page-hero .organic-wrap--ring .organic-photo {
  outline: 1.5px solid rgba(206, 145, 78, 0.65);
  outline-offset: 3px;
}

/* Photo morphs on one rhythm, ring on a slightly different one */
@keyframes organic-morph {
  0%, 100% { border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%; }
  33%       { border-radius: 50% 50% 40% 60% / 60% 44% 56% 40%; }
  66%       { border-radius: 42% 58% 55% 45% / 48% 56% 44% 52%; }
}

@keyframes organic-morph-ring {
  0%, 100% { border-radius: 45% 55% 60% 40% / 60% 45% 55% 40%; }
  33%       { border-radius: 55% 45% 50% 50% / 50% 60% 40% 50%; }
  66%       { border-radius: 48% 52% 45% 55% / 55% 48% 52% 45%; }
}

/* Frame sizes */
.organic-wrap--hero { width: 535px; height: 535px; margin-right: -56px; }
.organic-wrap--hero .organic-photo { width: 535px; height: 535px; }

.organic-wrap--page { width: 350px; height: 350px; }
.organic-wrap--page .organic-photo { width: 350px; height: 350px; }

/* Medium — for prominent body sections like "qui je suis" */
.organic-wrap--md { width: 520px; height: 520px; }
.organic-wrap--md .organic-photo { width: 520px; height: 520px; }

/* Small — for decorative block visuals */
.organic-wrap--sm { width: 240px; height: 240px; }
.organic-wrap--sm .organic-photo { width: 240px; height: 240px; }

/* ============================================
   BUTTONS
   ============================================ */

.btn-primary {
  display: inline-block;
  padding: 11px 32px;
  background: var(--dore);
  color: var(--blanc);
  border-radius: 8px;
  text-decoration: none;
  font-family: 'Moranga', serif;
  font-weight: 700;
  font-style: italic;
  font-size: 1.18rem;
  letter-spacing: 0.03em;
  box-shadow: 0 4px 18px rgba(206, 145, 78, 0.35);
  transition: background 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
  border: none;
  cursor: pointer;
}

.btn-primary:hover {
  background: var(--dore-dark);
  transform: translateY(-2px);
  box-shadow: 0 7px 24px rgba(206, 145, 78, 0.45);
}

.btn-outline {
  display: inline-block;
  padding: 14px 34px;
  border: 1.5px solid var(--dore);
  color: var(--dore);
  border-radius: 8px;
  text-decoration: none;
  font-family: 'Moranga', serif;
  font-weight: 700;
  font-style: italic;
  font-size: 0.85rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  transition: all 0.2s ease;
}

.btn-outline:hover {
  background: var(--dore);
  color: var(--blanc);
  transform: translateY(-2px);
  box-shadow: 0 4px 18px rgba(206, 145, 78, 0.3);
}

/* ============================================
   LAYOUT UTILITIES
   ============================================ */

.container { max-width: 1120px; margin: 0 auto; }
.container--narrow { max-width: 660px; margin: 0 auto; }
.section { padding: 120px 48px; }
.section--offwhite { background: var(--beige-clair); }

.section-label {
  display: block;
  font-family: 'Tenor Sans', sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gris-moyen);
  opacity: 0.6;
  margin-bottom: 12px;
}

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

.section-title {
  font-family: 'Moranga', serif !important;
  font-size: 1.6rem;
  font-weight: 700;
  font-style: italic;
  line-height: 1.4;
  color: var(--texte-fonce);
  margin-top: 20px;
  margin-bottom: 22px;
}

.section-intro {
  font-size: 1rem;
  color: var(--texte-titre);
  opacity: 0.72;
  line-height: 1.85;
  max-width: 560px;
}

/* ============================================
   HOMEPAGE — HERO
   Background: var(--beige-rose) (rose/pink, homepage only)
   ============================================ */

.hero {
  padding: 70px 48px 90px;
  background: var(--beige-chaud);
  overflow: hidden;
}

.hero-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  position: relative;
  transform: translateX(50px);
}

.hero-text {
  max-width: 520px;
  flex: 1;
  position: relative;
  z-index: 1;
  overflow: visible;
  padding-top: 50px;
}

.hero-eyebrow {
  font-size: 1.4rem;
  letter-spacing: 1.5px;
  white-space: nowrap;
  text-transform: uppercase;
  color: var(--texte-titre);
  margin-top: 12px;
  margin-bottom: 24px;
  margin-left: 6px;
}

.hero-title {
  font-family: 'Tenor Sans', sans-serif;
  font-size: clamp(49px, 5vw, 65px);
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -0.02em;
  word-spacing: 3px;
  color: var(--texte-titre);
  white-space: nowrap;
  overflow: visible;
  margin-top: 12px;
  margin-bottom: 12px;
}

.hero-tagline {
  font-size: 1.33rem;
  color: var(--texte-moyen);
  line-height: 1.65;
  margin-top: 20px;
  margin-bottom: 6px;
  white-space: nowrap;
  max-width: 520px;
}

.hero-sub {
  font-size: 1.25rem;
  color: var(--gris-fonce);
  font-weight: 400;
  line-height: 1.65;
  margin-top: 5px;
  margin-bottom: 28px;
  max-width: 520px;
}

.hero .organic-wrap {
  position: relative;
  z-index: 0;
  flex-shrink: 0;
  margin-right: -28px;
  transform: translateY(-20px);
}

.hero .btn-primary {
  margin-top: 25px;
}

/* ============================================
   INNER PAGES — PAGE HERO
   Background: var(--beige-rose) (warm blush, all inner pages)
   ============================================ */

.page-hero {
  padding: 80px 48px 100px;
  background: var(--beige-chaud);
  position: relative;
  z-index: 2;       /* sits above the next section for the overlap effect */
  overflow: visible; /* lets the image extend below the section */
}

.page-hero-container {
  max-width: 1120px;
  margin: 0 auto;
  display: block;     /* flux normal : texte pleine largeur, image en absolute */
  position: relative;
}

.page-hero-text {
  width: 100%;
  max-width: 1000px;  /* lisibilité : lignes pas trop longues */
  position: relative;
  z-index: 2;
  overflow: visible;
  margin-top: -40px;
}

/* Label — override global section-label pour le hero des pages intérieures */
.page-hero-text .section-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 1.29rem;     /* 22px */
  letter-spacing: 3px;
  font-weight: 500;
  color: var(--gris-neutre);
  opacity: 1;
  margin-bottom: 16px;
  transform: translateY(-10px);
}

/* Conteneur des 3 points décoratifs du label hero */
.label-dots {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  flex-shrink: 0;
  margin-left: 8px;
}

/* Base commune — même forme que .problems-dot, taille réduite pour le label */
.label-dot {
  display: inline-block;
  width: 8px;
  height: 5px;
  background: var(--terracotta);
  border-radius: 56% 44% 60% 40% / 46% 54% 44% 56%;
  filter: url(#rough-edge);
}

/* Pas 1 — le plus affirmé */
.label-dot--1 {
  border-radius: 58% 42% 62% 38% / 44% 56% 42% 58%;
  transform: rotate(-12deg) scale(1.15);
  opacity: 1;
}

/* Pas 2 — intermédiaire */
.label-dot--2 {
  border-radius: 54% 46% 58% 42% / 48% 52% 46% 54%;
  transform: rotate(-10deg) scale(1);
  opacity: 0.82;
}

/* Pas 3 — s'estompe */
.label-dot--3 {
  border-radius: 57% 43% 55% 45% / 46% 54% 46% 54%;
  transform: rotate(-13deg) scale(0.85);
  opacity: 0.65;
}

/* h1 — 56px at 17px base (3.3rem ≈ 56px) */
.page-hero-text h1 {
  font-size: 3.3rem;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: -0.5px;
  margin-bottom: 30px;
}

/* Body text */
.page-hero-text p {
  font-size: 1.18rem;     /* 20px */
  color: var(--texte-moyen);
  line-height: 1.65;
  max-width: 640px;
  margin-top: 20px;
  margin-bottom: 40px;
}

/* Image détachée du flux — positionnée à droite, centrée verticalement */
.page-hero .organic-wrap--page {
  position: absolute;
  right: -40px;
  top: 65%;
  transform: translateY(-30%);
  z-index: 2;
}

/* Section immediately after page-hero sits below the overlapping image */
.page-hero + section {
  position: relative;
  z-index: 1;
}

/* ============================================
   HOMEPAGE — PROBLEMS
   ============================================ */

.problems {
  padding: 120px 48px;
  background: var(--blanc);
}

.problems-inner {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.problems-block {
  display: block;
  margin: 0 auto;
  text-align: left;
}

.problems-header {
  margin-bottom: 32px;
}

.problems-header .section-label {
  text-align: left;
  margin-bottom: 6px;
}

.problems-block .section-title {
  white-space: nowrap;
  font-size: 1.6rem;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 4px;
}


.problems-subtitle {
  font-family: 'Moranga', serif;
  font-weight: 700;
  font-style: italic;
  font-size: 1.6rem;
  opacity: 0.75;
  margin-top: 0;
  margin-bottom: 26px;
  line-height: 1.5;
  text-align: left;
  white-space: nowrap;
  max-width: 620px;
}

.problems-list {
  list-style: none;
  margin: 10px 0;
  padding: 0;
  text-align: left;
}

.problems-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 10px;
  font-size: 1.1rem;
  color: var(--texte-brun);
  line-height: 1.7;
}

.problems-dot {
  width: 15px;
  height: 9px;
  border-radius: 56% 44% 60% 40% / 46% 54% 44% 56%;
  background: var(--texte-fonce);
  flex-shrink: 0;
  margin-top: 9px;
  transform: rotate(-12deg);
  opacity: 0.80;
  filter: url(#rough-edge);
}

.problems-list li:nth-child(2) .problems-dot {
  border-radius: 54% 46% 58% 42% / 48% 52% 46% 54%;
  transform: rotate(-10deg);
  opacity: 0.78;
}

.problems-list li:nth-child(3) .problems-dot {
  border-radius: 58% 42% 56% 44% / 44% 56% 48% 52%;
  transform: rotate(-13deg);
  opacity: 0.82;
}

.problems-list li:nth-child(4) .problems-dot {
  border-radius: 55% 45% 60% 40% / 50% 50% 44% 56%;
  transform: rotate(-11deg);
  opacity: 0.79;
}

.problems-list li:nth-child(5) .problems-dot {
  border-radius: 57% 43% 55% 45% / 46% 54% 46% 54%;
  transform: rotate(-12deg);
  opacity: 0.81;
}

.problems-closing {
  margin-top: 10px;
  font-size: 1.1rem;
  color: var(--texte-brun);
  font-style: italic;
  line-height: 1.6;
  border: 1px solid rgba(243, 232, 228, 0.9);
  border-radius: 16px;
  padding: 24px 32px;
  background: var(--beige-section);
  text-align: center;
  opacity: 1;
}

/* ============================================
   HOMEPAGE — "QUI JE SUIS" (prominent)
   ============================================ */

.mini-about {
  padding: 90px 60px 0;
  background: linear-gradient(to bottom, var(--beige-rose) 0%, var(--beige-chaud) 100%);
  margin-bottom: 0;
}

.mini-about-inner {
  max-width: 1280px;
  margin: 0 auto;
  overflow: visible;
}

.mini-about-text {
  width: 100%;
}

.mini-about-text::after {
  content: "";
  display: table;
  clear: both;
}

.mini-about-photo-float {
  float: right;
  margin-left: 60px;
  margin-bottom: 30px;
  margin-right: -300px;
}

/* Fond blanc supprimé — le dégradé de la section passe derrière la photo */
.mini-about .organic-wrap::before {
  display: none;
}

.mini-about-tagline {
  font-family: 'Tenor Sans', sans-serif;
  font-size: 1.1rem;
  color: var(--texte-titre);
  line-height: 1.6;
  margin-bottom: 26px;
  opacity: 0.9;
}

.mini-about-text p {
  font-size: 1.1rem;
  color: var(--texte-brun);
  opacity: 1;
  line-height: 1.6;
  margin-bottom: 20px;
}

.mini-about-text p.mini-about-subtitle {
  opacity: 0.72;
}

.mini-about-text p:last-of-type { margin-bottom: 30px; }

.mini-about-title {
  line-height: 1.15;
  color: var(--brun-chaud);
  margin-bottom: 20px;
}

.mini-about-title strong {
  font-weight: 600;
}

.mini-about-title-light {
  font-weight: 400;
  font-size: 1.25rem;
  opacity: 0.75;
}

.mini-about-subtitle {
  font-family: 'Nunito', sans-serif;
  font-style: italic;
  font-weight: 600;
  opacity: 0.72;
  font-size: 1.25rem;
  line-height: 1.5;
  margin-top: -16px;
  margin-bottom: 16px;
}

@media (max-width: 960px) {
  .mini-about-title-light {
    font-size: 0.9rem;
  }
  .mini-about-subtitle {
    font-size: 0.9rem;
  }
}

.mini-about-link {
  color: var(--terracotta);
  text-decoration: none;
  border-bottom: 1px solid rgba(178, 81, 68, 0.35);
  transition: border-color 0.2s;
}
.mini-about-link:hover {
  border-color: var(--terracotta);
}

/* ============================================
   HOMEPAGE — APPROACH PILLARS
   ============================================ */

.approach {
  padding: 120px 48px;
  background: linear-gradient(to bottom, var(--beige-chaud) 0%, var(--blanc) 100%);
  margin-top: 0;
}

.approach-inner { max-width: 1320px; margin: 0 auto; padding: 0 60px; }
.approach-header { max-width: 480px; margin-bottom: 60px; }

.pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  align-items: stretch;
}

.pillar {
  position: relative;
  background: var(--blanc);
  padding: 36px 28px;
  border-radius: 0 0 8px 8px;
  border: none;
  box-shadow: 0 4px 24px rgba(74, 63, 57, 0.08), 0 1px 4px rgba(74, 63, 57, 0.04);
  overflow: visible;
}

/* Trait de couleur en haut */
.pillar::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
}

.pillars .pillar:nth-child(1)::before { background: var(--terracotta); }
.pillars .pillar:nth-child(2)::before { background: var(--dore); }
.pillars .pillar:nth-child(3)::before { background: var(--dore-light); }

/* Cercle numéro — couleur par carte */
.pillar-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  color: white;
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 20px;
  flex-shrink: 0;
}

.pillars .pillar:nth-child(1) .pillar-num { background: var(--terracotta); border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%; transform: rotate(0deg); }
.pillars .pillar:nth-child(2) .pillar-num { background: var(--dore);       border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%; transform: rotate(8deg); }
.pillars .pillar:nth-child(3) .pillar-num { background: var(--dore-light); border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%; transform: rotate(-10deg); }

.pillar h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 16px;
  color: var(--texte-fonce);
  line-height: 1.4;
  opacity: 1;
}

.pillar p {
  font-size: 1.05rem;
  color: var(--texte-brun);
  opacity: 1;
  line-height: 1.6;
}

/* Flèches entre les cartes */
.pillar:not(:last-child)::after {
  content: "→";
  position: absolute;
  right: -22px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
  z-index: 2;
}

.pillars .pillar:nth-child(1)::after { color: var(--terracotta); }
.pillars .pillar:nth-child(2)::after { color: var(--dore); }

/* ============================================
   HOMEPAGE — TESTIMONIALS
   ============================================ */

/* Séparateurs organiques entre sections — 3 formes de pas */
.section-separator {
  position: relative;
  margin: 80px 0;
}

.approach-inner > .section-separator {
  margin: 0 0 70px 0;
}


/* Halo aquarelle */
.section-separator::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 180px;
  height: 80px;
  transform: translate(-50%, -50%);
  background: radial-gradient(
    ellipse,
    rgba(199,146,74,0.25) 0%,
    rgba(199,146,74,0.12) 40%,
    rgba(199,146,74,0) 70%
  );
  filter: blur(12px);
  z-index: 0;
}

/* Les 3 pas */
.steps {
  display: flex;
  justify-content: center;
  gap: 16px;
  position: relative;
  z-index: 2;
}

.steps span {
  width: 16px;
  height: 9px;
  background: var(--terracotta);
  border-radius: 60% 40% 50% 70%;
}

.steps span:nth-child(1) {
  transform: scale(1.3) rotate(-8deg);
}

.steps span:nth-child(2) {
  transform: scale(1);
}

.steps span:nth-child(3) {
  transform: scale(0.8) rotate(10deg);
  opacity: 0.6;
}

/* Trait fin */
.line {
  display: block;
  width: 100px;
  height: 12px;
  margin: 10px auto 0;
  opacity: 0.35;
}

.testimonials {
  padding: 120px 16px;
  background: var(--blanc);
}

.testimonials p + p {
  margin-top: 0 !important;
}

/* Réduction visuelle du widget Elfsight sans toucher font-size (évite le clignotement) */
.elfsight-app-deb152a1-55d0-4fde-b3c7-84c727743e0f {
  transform: scale(0.72);
  transform-origin: top center;
  margin-bottom: -240px;
}


.testimonials-inner {
  max-width: 1750px;
  width: 100%;
  margin: 0 auto;
}

.testimonials-header {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 60px;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 56px;
}

.testimonial {
  background: var(--blanc);
  padding: 34px 28px;
  border-radius: 18px;
}

.testimonial-text {
  font-size: 0.95rem;
  line-height: 1.85;
  opacity: 0.82;
  font-style: italic;
  margin-bottom: 24px;
}

.testimonial-author {
  font-size: 0.8rem;
  color: var(--terracotta);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

/* ============================================
   CTA BLOCK — Terracotta background
   ============================================ */

.cta-block {
  padding: 120px 48px;
  background: url("Fond traces roses 2.png") center center / cover no-repeat;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.cta-block-inner { position: relative; z-index: 1; max-width: 560px; margin: 0 auto; }

.cta-block .section-label {
  display: block;
  width: 100%;
  text-align: center;
  color: var(--texte-fonce) !important;
  text-shadow: none;
  background: rgba(255,255,255,0.55) !important;
  padding: 3px 12px !important;
  border-radius: 20px !important;
  margin-bottom: 10px;
  box-sizing: border-box;
}

.cta-block h2 {
  font-size: 2.6rem;
  color: #fff;
  text-shadow: 0 2px 10px rgba(0,0,0,0.25);
  margin-bottom: 20px;
}

.cta-block p {
  font-size: 1.1rem;
  color: #fff;
  opacity: 0.9;
  text-shadow: 0 1px 6px rgba(0,0,0,0.2);
  line-height: 1.85;
  margin-bottom: 38px;
}

.cta-block .btn-primary {
  background: #fff;
  color: #2d1510;
  border: 0.8px solid #2d1510;
  box-shadow: none;
}

.cta-block .btn-primary:hover {
  background: var(--beige-rose);
  box-shadow: none;
}

.cta-detail {
  margin-top: 20px;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.7);
  opacity: 1;
}

/* ============================================
   HOMEPAGE — FAQ
   ============================================ */

.faq {
  padding: 120px 48px;
  background: var(--blanc);
}

.faq-inner {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 80px;
  align-items: start;
}

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

.faq-item summary {
  list-style: none;
  padding: 22px 0;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.95rem;
  color: var(--texte-titre);
  user-select: none;
}

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

.faq-icon {
  font-size: 1.3rem;
  color: var(--dore);
  font-weight: 300;
  flex-shrink: 0;
  margin-left: 16px;
  transition: transform 0.2s;
  line-height: 1;
}

.faq-item[open] .faq-icon { transform: rotate(45deg); }

.faq-answer {
  padding: 0 0 24px;
  font-size: 0.95rem;
  opacity: 0.68;
  line-height: 1.85;
}

/* ============================================
   ACCOMPAGNEMENTS — BLOCKS
   ============================================ */

.blocks-section {
  padding: 120px 48px;
  background: var(--blanc);
}

.blocks-inner { max-width: 1120px; margin: 0 auto; }

.block-item {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 80px;
  align-items: center;
  padding: 72px 0;
  border-bottom: 1px solid var(--bordure);
}

.block-item:first-child { padding-top: 0; }
.block-item:last-child { border-bottom: none; }

.block-item.reverse { direction: rtl; }
.block-item.reverse > * { direction: ltr; }

.block-label {
  display: block;
  font-size: 0.88rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--vert-sauge);
  margin-bottom: 16px;
}

.block-item h3 { font-size: 1.9rem; margin-bottom: 18px; line-height: 1.2; }
.block-item p { font-size: 1.25rem; color: var(--texte-brun); opacity: 1; line-height: 1.6; }
.block-item p + p { margin-top: 16px; }

.block-visual {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ============================================
   POUR QUI
   ============================================ */

.pour-qui {
  padding: 90px 48px;
  background: var(--blanc-casse);
}

.pour-qui-inner { max-width: 1120px; margin: 0 auto; }

.pour-qui-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 40px;
}

.pour-qui-tag {
  padding: 11px 24px;
  background: var(--blanc);
  border: 1px solid var(--bordure);
  border-radius: 40px;
  font-size: 0.9rem;
}

/* ============================================
   À PROPOS
   ============================================ */

.about-section {
  padding: 90px 48px;
  background: var(--blanc);
}

.about-inner {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 100px;
  align-items: start;
}

.about-visual {
  position: sticky;
  top: 110px;
  display: flex;
  justify-content: center;
}

.about-text p {
  font-size: 1rem;
  opacity: 0.72;
  line-height: 1.9;
  margin-bottom: 22px;
}

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

.about-text-p {
  font-size: 1.1rem;
  line-height: 1.9;
  margin-bottom: 22px;
  color: var(--texte-brun);
}

.formations-section {
  padding: 80px 48px 100px;
  background: var(--beige-clair);
}

.formations-inner { max-width: 1120px; margin: 0 auto; }

.formations-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 36px;
}

.formation-tag {
  padding: 9px 20px;
  background: var(--blanc);
  border-radius: 24px;
  font-size: 0.88rem;
  border: 1px solid var(--bordure);
}

.syndicat-note {
  margin-top: 28px;
  font-size: 0.86rem;
  opacity: 0.55;
  font-style: italic;
}

/* ============================================
   TARIFS & CONTACT
   ============================================ */

.tarifs-section {
  padding: 90px 48px;
  background: var(--blanc);
}

.tarifs-inner {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}

.tarifs-cards {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.tarif-card {
  border: 1px solid var(--bordure);
  border-radius: 18px;
  padding: 28px 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  background: var(--blanc-casse);
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}
.tarif-card:hover {
  box-shadow: 0 4px 18px rgba(0,0,0,0.08);
  border-color: var(--dore);
}

.tarif-card--featured {
  background: var(--blanc-casse);
}

.tarif-info h3 { font-size: 1rem; margin-bottom: 6px; }
.tarif-info p { font-size: 0.86rem; color: rgba(45,21,16,0.55); line-height: 1.5; }
.tarif-info p a { color: #4a7cbf; text-decoration: none; }
.tarif-info p a:hover { color: var(--terracotta); text-decoration: underline; }

.tarif-price {
  font-family: 'Tenor Sans', sans-serif;
  font-size: 2rem;
  color: var(--terracotta);
  white-space: nowrap;
  flex-shrink: 0;
}

.tarif-free {
  font-family: 'Tenor Sans', sans-serif;
  font-size: 0.95rem;
  color: var(--vert-sauge);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
  flex-shrink: 0;
}

.tarifs-cta {
  margin-top: 36px;
  padding-top: 28px;
}

.tarifs-cta p {
  font-size: 0.9rem;
  opacity: 0.65;
  margin-bottom: 20px;
  line-height: 1.7;
}

.contact-section {
  padding: 80px 48px 100px;
  background: var(--beige-clair);
}

.contact-inner {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}

.contact-block h3 { font-size: 1.1rem; margin-bottom: 18px; }

.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 14px;
}

.contact-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--blanc);
  border: 1px solid var(--bordure);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  flex-shrink: 0;
  margin-top: 2px;
}

.contact-item p { font-size: 0.95rem; opacity: 0.72; line-height: 1.7; }

.form-label {
  display: block;
  font-size: 0.88rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--vert-sauge);
  margin-bottom: 8px;
}

.form-input,
.form-textarea {
  width: 100%;
  padding: 13px 18px;
  border: 1px solid var(--bordure);
  border-radius: 10px;
  font-family: 'Raleway', sans-serif;
  font-size: 0.95rem;
  color: var(--texte-titre);
  background: var(--blanc);
  outline: none;
  transition: border-color 0.2s;
  -webkit-appearance: none;
}

.form-input:focus,
.form-textarea:focus { border-color: var(--dore); }
.form-textarea { resize: vertical; }

/* ============================================
   FOOTER
   ============================================ */

.site-footer {
  background: #2d1510;
  border-top: 1.5px solid var(--beige-rose);
  padding: 52px 48px;
}

.footer-inner {
  max-width: 1120px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 24px;
}

.footer-brand {
  font-family: 'Tenor Sans', sans-serif;
  font-size: 1.05rem;
  color: #fff;
}

.footer-brand span {
  display: block;
  font-family: 'Raleway', sans-serif;
  font-size: 0.77rem;
  color: #fff !important;
  opacity: 1;
  margin-top: 5px;
}

.footer-address {
  font-family: 'Raleway', sans-serif;
  font-size: 0.77rem;
  color: rgba(255,255,255,0.65);
  line-height: 1.7;
  padding-top: 13px;
}
.footer-map-link {
  color: #4a7cbf;
  text-decoration: none;
  transition: color 0.2s ease;
}
.footer-map-link:hover {
  color: var(--terracotta);
  text-decoration: underline;
}
.footer-hours {
  display: grid;
  grid-template-columns: auto auto;
  column-gap: 20px;
  row-gap: 1px;
  margin-top: 8px;
  font-family: 'Raleway', sans-serif;
  font-size: 0.77rem;
  color: rgba(255,255,255,0.65);
  line-height: 1.65;
}
.fh-fermé { opacity: 0.45; font-style: italic; }

.footer-links { display: flex; gap: 28px; flex-wrap: wrap; padding-top: 34px; }
.footer-links a {
  font-size: 0.77rem;
  color: rgba(255,255,255,0.82);
  font-weight: 600;
  opacity: 1;
  text-decoration: none;
  transition: opacity 0.2s, color 0.2s;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.footer-links a::before {
  content: '';
  display: block;
  flex-shrink: 0;
  width: 11px;
  height: 7px;
  background: #fff;
  border-radius: 60% 40% 55% 45% / 55% 45% 60% 40%;
  transform: rotate(-10deg);
  opacity: 0.9;
}
.footer-links a:hover { opacity: 1; color: var(--terracotta); }

/* ============================================
   TWO BOXES SECTION (accompagnements)
   ============================================ */

.two-boxes-section {
  background: var(--blanc);
  padding: 120px 48px;
}

.two-boxes-inner {
  max-width: 1120px;
  margin: 0 auto;
  display: flex;
  gap: 32px;
  align-items: flex-start;
}

.box-card {
  flex: 1;
  background: var(--blanc);
  border: none;
  padding: 36px 28px;
  position: relative;
  border-radius: 0;
  box-shadow: none;
}

.box-card::before { display: none; }

.box-card:first-child::before { display: none; }
.box-card:last-child::before  { display: none; }

.box-card h3 {
  font-size: 1.5rem;
  margin-bottom: 28px;
  line-height: 1.3;
}

.box-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.box-list li {
  position: relative;
  padding-left: 26px;
  font-size: 1.15rem;
  line-height: 1.6;
  color: var(--texte-brun);
  text-align: left;
}

/* Checkmarks aquarellés verts — discrets */
.box-list--check li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 2px;
  color: var(--vert-check);
  font-size: 1.05em;
  opacity: 0.72;
  text-shadow: 0 0 6px rgba(106, 158, 114, 0.45), 1px 1px 3px rgba(106, 158, 114, 0.25);
  filter: blur(0.3px);
}

/* Petits pas terracotta — bullet points boîte 2 */
.box-list--steps li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  display: block;
  width: 13px;
  height: 8px;
  background: var(--texte-fonce);
  border-radius: 60% 40% 55% 45%;
  transform: rotate(-10deg);
  opacity: 0.82;
}

/* ============================================
   BLOCK LINK (En savoir plus)
   ============================================ */

.block-link {
  display: inline-block;
  margin-top: 22px;
  color: var(--terracotta);
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  border-bottom: 1.5px solid rgba(178, 81, 68, 0.4);
  padding-bottom: 2px;
  transition: border-color 0.2s, color 0.2s;
  letter-spacing: 0.01em;
}

.block-link:hover {
  color: var(--terracotta-dark);
  border-color: var(--terracotta-dark);
}

/* ============================================
   BLOCKS SECTION — GRADIENT VARIANT
   ============================================ */

.blocks-section--gradient {
  background: var(--beige-rose);
}

/* ============================================
   POUR QUI V2 — two columns (accompagnements)
   ============================================ */

.pour-qui-v2 {
  padding: 120px 48px;
  background: var(--blanc);
}

.pour-qui-v2-inner {
  max-width: 1120px;
  margin: 0 auto;
}

.pour-qui-cols {
  display: flex;
  gap: 32px;
  margin-top: 44px;
  align-items: stretch;
}

.pour-qui-col {
  flex: 1;
  border-radius: 16px;
  padding: 36px 40px;
}

.pour-qui-col--yes {
  background: var(--vert-pale);
  border: 1px solid rgba(80, 160, 100, 0.22);
}

.pour-qui-col--no {
  background: var(--rose-pale);
  border: 1px solid rgba(178, 81, 68, 0.18);
}

.pour-qui-col-title {
  font-family: 'Moranga', serif;
  font-weight: 700;
  font-size: 1.2rem;
  font-style: italic;
  margin-bottom: 24px;
  line-height: 1.3;
}

.pour-qui-col--yes .pour-qui-col-title { color: var(--vert-fonce); }
.pour-qui-col--no  .pour-qui-col-title { color: var(--terracotta); }

.pour-qui-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.pour-qui-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 1.05rem;
  line-height: 1.6;
  color: var(--texte-brun);
}

.pour-qui-list--yes li::before {
  content: '✔';
  color: var(--texte-fonce);
  flex-shrink: 0;
  font-weight: 700;
  margin-top: 1px;
}

.pour-qui-list--no li::before {
  content: '✗';
  color: var(--texte-fonce);
  flex-shrink: 0;
  font-weight: 700;
  margin-top: 1px;
}

.pour-qui-note {
  margin-top: 32px;
  font-size: 0.95rem;
  color: var(--texte-clair);
  font-style: italic;
  text-align: center;
}

/* ============================================
   FAQ SECTION (accompagnements)
   ============================================ */

.faq-section {
  padding: 120px 48px;
  background: var(--beige-rose);
}

.faq-section .faq-inner {
  max-width: 860px;
  margin: 0 auto;
  width: 100%;
  display: block;
}

.faq-subtitle {
  font-size: 1.05rem;
  color: var(--texte-clair);
  margin-top: 8px;
  margin-bottom: 40px;
  line-height: 1.6;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  border-top: none;
}

.faq-item {
  background: var(--blanc);
  border: 1px solid rgba(47, 42, 39, 0.1);
  border-radius: 10px;
  overflow: hidden;
}

.faq-item summary {
  cursor: pointer;
  padding: 22px 28px;
  list-style: none;
  font-family: 'Nunito', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1rem;
  color: var(--texte-fonce);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  user-select: none;
  transition: color 0.2s;
}

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

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

.faq-item summary::after {
  content: '+';
  color: var(--terracotta);
  font-size: 1.3rem;
  font-family: 'Nunito', sans-serif;
  font-weight: 300;
  flex-shrink: 0;
  line-height: 1;
  min-width: 16px;
  text-align: center;
}

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

.faq-item[open] summary {
  color: var(--terracotta);
}

.faq-answer {
  padding: 0 28px 22px 28px;
  font-size: 1rem;
  line-height: 1.75;
  color: var(--brun-clair);
}

/* ============================================
   RESPONSIVE
   ============================================ */

@media (max-width: 960px) {
  html { font-size: 19px; }
  p, .box-list li, .pour-qui-list li, .problems-list li, .problems-closing, .pillar p, .mini-about-text p, .block-item p { font-size: 0.88rem !important; }

  .site-nav { padding: 0 28px; }
  .nav-links { gap: 20px; }

  .hero { padding: 40px 28px 60px; overflow: visible; }
  .hero-container {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    transform: none !important;
  }
  .hero-container .organic-wrap--hero { order: -1; margin-right: 0 !important; transform: none !important; }
  .hero-tagline { font-size: 1rem !important; margin-top: 10px !important; }
  .hero-sub { font-size: 0.9rem !important; }
  .hero-title { white-space: normal; font-size: 3rem; }
  .organic-wrap--hero,
  .organic-wrap--hero .organic-photo { width: min(85vw, 360px); height: min(85vw, 360px); }

  .page-hero { padding: 56px 28px 0; overflow: visible; }
  /* Sur mobile : image repasse dans le flux normal, empilement vertical */
  .page-hero-container {
    padding-right: 0;
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  .page-hero .organic-wrap--page {
    position: static;
    transform: none;
    margin-bottom: -60px;
  }
  .two-boxes-section { padding-top: 100px !important; }
  .page-hero-text { max-width: none; }
  .page-hero-text .section-label { margin-bottom: 16px; font-size: 0.82rem !important; letter-spacing: 1px !important; }
  .page-hero-text h1 { font-size: 2rem; line-height: 1.2; }
  .page-hero-text p { font-size: 1rem; margin-bottom: 30px; }
  .page-hero-text .btn-primary { display: inline-block; }
  .organic-wrap--page,
  .organic-wrap--page .organic-photo { width: 280px; height: 280px; }

  .corner-tl { left: -17px !important; top: -5px !important; }
  .problems { padding: 70px 28px; background-size: cover !important; background-repeat: no-repeat !important; background-position: 35% 50% !important; }
  .problems-inner { max-width: 100%; transform: none !important; }
  .problems-block .section-title { white-space: normal !important; }
  .problems-block--home .section-title { font-size: 1.15rem !important; }
  .problems-subtitle { white-space: normal !important; font-size: 1.3rem; }
  .problems-closing { padding: 18px 8px 18px 14px !important; text-align: left !important; font-size: 0.95rem !important; }
  .problems-closing::before { display: none !important; }

  /* Hero — reset translateX + white-space */
  .hero-container { transform: none !important; }
  .hero { overflow: hidden !important; }
  .hero-text { max-width: 100%; overflow: hidden; }
  .hero-eyebrow { white-space: normal !important; font-size: 0.85rem !important; position: static !important; left: auto !important; }
  .hero-title { white-space: normal !important; position: static !important; left: auto !important; }
  .hero-tagline { white-space: normal !important; max-width: 100% !important; position: static !important; left: auto !important; margin-top: 32px !important; }
  .hero-sub { white-space: normal !important; max-width: 100% !important; position: static !important; left: auto !important; }
  .hero .btn-primary { position: static !important; left: auto !important; }
  /* Hero "vers soi" — plus grand + dots calés sous le "v" */
  .hero-script { font-size: 1.6em !important; }
  .steps-decor { margin-left: 0 !important; }
  .step-dot--1 { left: 4px !important; }
  .step-dot--2 { left: 82px !important; }
  .step-dot--3 { left: 140px !important; }

  .mini-about { padding: 48px 16px; }
  .mini-about-inner { display: block; }
  .mini-about-photo-float {
    float: none;
    margin: -10px auto 34px;
    display: block;
  }
  .mini-about-text p { font-size: 0.88rem !important; }
  .organic-wrap--md,
  .organic-wrap--md .organic-photo { width: 260px; height: 260px; }

  .approach { padding: 70px 20px; }
  .approach-inner { padding: 0 8px; }
  .pillars { grid-template-columns: 1fr; gap: 16px; }
  .pillar { padding: 20px 16px; }
  .pillar::after { display: none; }
  .pillar h3 { font-size: 1rem; }
  .pillar p { font-size: 0.85rem; }
  p { font-size: 0.88rem !important; }

  .testimonials { padding: 64px 0; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .elfsight-app-deb152a1-55d0-4fde-b3c7-84c727743e0f {
    transform: scale(0.78);
    transform-origin: top center;
    margin: 0 -12px -60px;
  }

  .cta-block { padding: 80px 28px; }

  .faq { padding: 80px 28px; }
  .faq-inner { grid-template-columns: 1fr; gap: 48px; }

  .blocks-section { padding: 70px 28px; }
  .box-card { padding: 36px 12px !important; }
  .box-card h3 { font-size: 1.05rem !important; line-height: 1.3; }
  .btn-primary { font-size: 0.95rem !important; padding: 9px 24px !important; }
  .hero .btn-primary { font-size: 1.4rem !important; padding: 13px 36px !important; }
  .block-item { grid-template-columns: 1fr !important; gap: 56px; direction: ltr; padding-bottom: 52px; }
  .block-item.reverse { direction: ltr; }
  .block-label { font-size: 0.72rem !important; }
  .block-item h3 { font-size: 1rem !important; }
  .block-item p { font-size: 0.88rem !important; }
  .block-item .organic-wrap--sm,
  .block-item .organic-wrap--sm .organic-photo { width: min(72vw, 240px) !important; height: min(72vw, 240px) !important; }

  .about-section { padding: 70px 28px; }
  .about-inner { grid-template-columns: 1fr; gap: 52px; }
  .about-visual { position: static; }

  /* ── A propos — sections 2 & 3 responsive ── */
  .about-conviction-section { padding: 60px 20px 40px !important; }
  .about-approche-section   { padding: 60px 20px !important; }

  .about-conviction-inner {
    display: flex !important;
    flex-direction: column !important;
    gap: 28px !important;
  }
  .about-conviction-photo {
    width: 100% !important;
    height: 400px !important;
    border-radius: 8px !important;
    order: -1 !important;
  }
  .about-conviction-photo img { border-radius: 8px; }

  .about-approche-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 32px !important;
  }
  .about-approche-encadre {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .about-parcours-photo {
    width: 100% !important;
    height: 260px !important;
    border-radius: 8px !important;
    order: -1 !important;
  }
  .about-parcours-photo img { border-radius: 8px; }

  .section-label { font-size: 0.72rem !important; margin-bottom: 2px !important; }
  .section-title { font-size: 1.3rem !important; line-height: 1.3 !important; margin-top: 0 !important; }
  .quote-glyph   { font-size: 2rem !important; }

  .formations-section { padding: 60px 28px 80px; }

  .tarifs-section { padding: 70px 28px; }
  .tarifs-inner { grid-template-columns: 1fr; gap: 56px; }
  .tarif-card { flex-direction: column; align-items: flex-start; gap: 10px; }
  .tarifs-cta { margin-top: 8px; padding-top: 0; padding-bottom: 32px; }

  .contact-section { padding: 60px 28px 80px; }
  .contact-inner { grid-template-columns: 1fr; gap: 52px; }

  .site-footer { padding: 40px 28px; }
  .footer-inner { flex-direction: column; align-items: flex-start; }

  .section { padding: 80px 28px; }

  /* Nouvelles sections accompagnements */
  .two-boxes-section { padding: 50px 28px; }
  .two-boxes-inner { flex-direction: column; gap: 24px; }

  .pour-qui-v2 { padding: 60px 28px; }
  .pour-qui-cols { flex-direction: column; gap: 24px; }
  .pour-qui-col { padding: 28px 24px; }

  .faq-section { padding: 60px 8px; }
  .faq-section .faq-inner { max-width: 100%; }
  .faq-item summary { font-size: 0.88rem !important; padding: 18px 14px 18px 20px; }
  .faq-answer { padding: 0 14px 18px 20px !important; font-size: 0.88rem !important; }
}

/* ============================================
   HAMBURGER MENU
   ============================================ */

.nav-burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  z-index: 1001;
}

.nav-burger span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--texte-fonce);
  border-radius: 2px;
  transition: transform 0.3s, opacity 0.3s;
  transform-origin: center;
}

.nav-burger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-burger.open span:nth-child(2) { opacity: 0; }
.nav-burger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

@media (max-width: 600px) {
  .page-hero .organic-wrap--ring::after { display: none !important; }
  .nav-burger { display: flex; }

  .nav-links {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: var(--rose-pale);
    align-items: center;
    justify-content: center;
    gap: 36px;
    font-size: 1.3rem;
    z-index: 1000;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
  }

  .nav-links.open {
    opacity: 1;
    pointer-events: all;
  }
  .nav-links.open .nav-dropdown-menu {
    pointer-events: all;
  }

  .nav-links a { font-size: 1.2rem; }
  .hero-title { font-size: 2.5rem; white-space: normal !important; }
  .hero-eyebrow { white-space: normal !important; }
  .hero-tagline, .hero-sub { white-space: normal !important; max-width: 100% !important; }
  .section-title { font-size: 1.3rem; white-space: normal !important; }
  .page-hero-text h1 { font-size: 1.9rem; line-height: 1.2; }
  .cta-block h2 { font-size: 2rem; }
  .organic-wrap--hero,
  .organic-wrap--hero .organic-photo { width: min(92vw, 400px) !important; height: min(92vw, 400px) !important; }
}
/* Forme organique réutilisable */
.blob-shape {
  border-radius: 60% 40% 55% 45% / 55% 45% 60% 40%;
}

/* ============================================
   À PROPOS — CITATION / BLOCKQUOTE
   ============================================ */

.about-quote {
  font-family: 'Moranga', serif;
  font-weight: 700;
  font-style: italic;
  font-size: 1.65rem;
  line-height: 1.5;
  color: var(--texte-fonce);
  margin: 36px 0 40px;
  padding: 36px 44px;
  background: var(--blanc);
  border-radius: 16px;
  border-left: 3px solid var(--terracotta);
}

.about-quote-cite {
  display: block;
  margin-top: 18px;
  font-family: 'Nunito', sans-serif;
  font-size: 0.88rem;
  font-style: normal;
  font-weight: 500;
  color: var(--texte-clair);
  letter-spacing: 0.04em;
}

/* ============================================
   À PROPOS — ANECDOTE CALLOUT
   ============================================ */

.about-anecdote {
  text-align: left;
  margin-top: 36px;
  max-width: 720px;
  background: var(--beige-section);
  border: 1px solid rgba(243, 232, 228, 0.9);
  border-radius: 16px;
  padding: 28px 36px;
}

.about-anecdote p {
  margin: 0 0 14px 0 !important;
  font-size: 1.05rem !important;
  font-style: normal;
}

.about-anecdote p:last-child {
  margin-bottom: 0 !important;
}

/* Conclusion en Moranga italique terracotta */
.about-conclusion {
  font-family: 'Moranga', serif;
  font-weight: 700;
  font-style: italic;
  font-size: 1.4rem;
  color: var(--terracotta);
  line-height: 1.4;
  margin-top: 36px;
  max-width: 720px;
}

@media (max-width: 960px) {
  .about-quote { font-size: 1.3rem; padding: 24px 24px; }
  .about-conclusion { font-size: 1.2rem; }
  .about-anecdote { padding: 22px 22px; }
}
