/*
Theme Name: Envol VAE
Theme URI: https://envol-vae.fr/
Author: Mathieu / Lybox
Author URI: https://lybox.fr
Description: Thème WordPress pour Envol VAE — accompagnement à la Validation des Acquis d'Expérience (petite enfance & médico-social). Univers doux et éditorial : titres serif (DM Serif Display), texte Manrope, accents manuscrits (Caveat), palette terracotta / pêche / sauge sur papier crème. Accueil, blog, article, pages À propos & Accompagnement. Conçu d'après une maquette Claude Design.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: envol-vae
Tags: custom-menu, featured-images, blog, two-columns, translation-ready, editor-style
*/

/* ============================================================
   Envol VAE — design system
   Palette figée = configuration du site.html (V3 Final)
   ============================================================ */

:root {
  --teal:      #a04e3e;   /* accent principal : titres em, boutons, liens */
  --peach:     #f0c4a3;   /* halos, badges, boutons secondaires */
  --sage:      #a8d4c4;   /* 3e couleur */
  --cream:     #fbf3e8;   /* fond des surfaces internes */
  --ink:       #2a2520;   /* texte principal */
  --bloc:      #e8c9c0;   /* fond des blocs mis en avant (tarif focus) */
  --btn:       #a04e3e;   /* couleur des boutons */
  --btn-ink:   #fbf3e8;   /* texte sur bouton */
  --cta-bg:    #c2603f;   /* fond du grand bloc CTA */
  --cta-accent:#f0d9a8;   /* accent du CTA */

  --muted:   #4a443d;     /* texte courant secondaire */
  --muted-2: #6a625a;     /* légendes / méta */
  --page-bg: #e7ddcd;     /* fond de page (hors cadre) */
  --paper:   #ffffff;     /* cartes blanches */
  --line:    rgba(160,78,62,0.13);

  --head:   "DM Serif Display", Georgia, "Times New Roman", serif;
  --body:   "Manrope", system-ui, -apple-system, "Segoe UI", sans-serif;
  --script: "Caveat", "Segoe Script", cursive;

  --maxw: 1440px;
  --gut: clamp(20px, 4vw, 48px);   /* gouttière horizontale interne */
  --radius: 32px;
}

* { box-sizing: border-box; }

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

body {
  margin: 0;
  background: var(--page-bg);
  color: var(--ink);
  font-family: var(--body);
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

/* ---- Cadre du site (reproduit le SiteFrame de la maquette) ---- */
.site {
  max-width: var(--maxw);
  margin: clamp(0px, 3vw, 40px) auto;
  background: var(--cream);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 80px rgba(42,37,32,0.16);
}
@media (max-width: 700px) {
  .site { border-radius: 0; margin: 0; box-shadow: none; }
}

/* ---- Boutons & pastilles ---- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  background: var(--btn); color: var(--btn-ink);
  border: none; border-radius: 999px;
  padding: 16px 28px; font-family: var(--body); font-size: 15px; font-weight: 600;
  cursor: pointer; text-align: center; line-height: 1; transition: transform .15s ease, filter .15s ease;
}
.btn:hover { transform: translateY(-2px); filter: brightness(1.04); }
.btn--light  { background: var(--paper); color: var(--ink); }
.btn--peach  { background: var(--peach); color: var(--ink); }
.btn--ghost  { background: transparent; color: var(--btn); border: 2px solid var(--btn); padding: 14px 26px; }
.btn--lg     { padding: 18px 30px; }

.pill {
  display: inline-block; padding: 8px 16px; background: var(--paper);
  border-radius: 999px; font-size: 13px; color: var(--teal); font-weight: 600;
}
.badge {
  display: inline-block; padding: 5px 12px; background: var(--peach); color: var(--ink);
  border-radius: 999px; font-size: 11px; font-weight: 700;
}
.eyebrow {
  font-size: 13px; color: var(--teal); font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase; margin: 0 0 14px;
}
.script { font-family: var(--script); color: var(--teal); }

/* ---- Titres ---- */
h1, h2, h3, .h2, .h3 { font-family: var(--head); font-weight: 400; color: var(--ink); margin: 0; letter-spacing: -0.01em; }
h1 em, h2 em, h3 em, .h2 em, .h3 em { color: var(--teal); font-style: italic; }
.h2 { font-size: clamp(2rem, 4vw, 3.5rem); line-height: 1.06; margin-bottom: 18px; }
.h3 { font-size: clamp(1.4rem, 2.4vw, 1.65rem); line-height: 1.2; margin: 30px 0 10px; }

/* ---- Primitives éditoriales ---- */
.band { padding: clamp(28px, 5vw, 48px) var(--gut); }
.band--tight { padding-top: 8px; padding-bottom: 8px; }
.card {
  background: var(--paper); border-radius: var(--radius);
  padding: clamp(32px, 5vw, 64px);
}
.lead { font-size: clamp(1.05rem, 1.6vw, 1.31rem); line-height: 1.6; color: var(--muted); margin: 0 0 22px; }
.prose p, p.copy { font-size: 17px; line-height: 1.8; color: var(--muted); margin: 0 0 16px; }
.text-em { color: var(--teal); font-style: italic; }

.bullets { list-style: none; padding: 0; margin: 0 0 16px; }
.bullets li { display: flex; gap: 12px; align-items: flex-start; padding: 9px 0; font-size: 17px; line-height: 1.6; color: var(--muted); }
.bullets li::before { content: "✿"; color: var(--teal); font-weight: 700; flex-shrink: 0; }
.bullets--check li::before { content: "✓"; }

.quote { border-left: 4px solid var(--peach); padding-left: 28px; margin: 8px 0; }
.quote p { font-family: var(--head); font-style: italic; font-size: clamp(1.3rem,2.4vw,1.7rem); line-height: 1.35; color: var(--ink); margin: 0; }
.quote cite { display: block; font-style: normal; font-size: 14px; color: var(--teal); font-weight: 600; margin-top: 12px; }

/* ---- Callouts (article) ---- */
.callout { border-radius: 0 16px 16px 0; padding: 22px 26px; margin: 24px 0; display: flex; gap: 18px; align-items: flex-start; }
.callout__ic { width: 34px; height: 34px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 17px; font-weight: 700; flex-shrink: 0; font-family: var(--head); color: #fff; }
.callout__label { font-size: 12px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 6px; }
.callout__body { font-size: 16px; line-height: 1.65; color: #3a3530; }
.callout__body :last-child { margin-bottom: 0; }
.callout--focus   { background: #fbeee6; border-left: 5px solid #c2603f; }
.callout--focus   .callout__ic, .callout--focus .callout__label { color: #c2603f; } .callout--focus .callout__ic { background:#c2603f; color:#fff; }
.callout--info    { background: #e9f1f0; border-left: 5px solid #3a6e69; }
.callout--info    .callout__label { color:#3a6e69; } .callout--info .callout__ic { background:#3a6e69; }
.callout--warning { background: #fbf1dd; border-left: 5px solid #c98a2b; }
.callout--warning .callout__label { color:#c98a2b; } .callout--warning .callout__ic { background:#c98a2b; }
.callout--danger  { background: #f8e4e0; border-left: 5px solid #b23b2e; }
.callout--danger  .callout__label { color:#b23b2e; } .callout--danger .callout__ic { background:#b23b2e; }

/* ---- Pros / cons ---- */
.proscons { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin: 28px 0; }
.pc { border-radius: 20px; padding: 28px 30px; }
.pc__head { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; }
.pc__ic { width: 30px; height: 30px; border-radius: 50%; color: #fff; display: flex; align-items: center; justify-content: center; font-size: 16px; font-weight: 700; }
.pc__title { font-family: var(--head); font-size: 22px; color: var(--ink); }
.pc ul { list-style: none; padding: 0; margin: 0; }
.pc li { display: flex; gap: 10px; align-items: flex-start; padding: 8px 0; font-size: 15.5px; line-height: 1.55; color: #3a3530; }
.pc li::before { font-weight: 700; flex-shrink: 0; }
.pc--pro { background: #eaf4ee; } .pc--pro .pc__ic { background:#1f8a5b; } .pc--pro li::before { content:"✓"; color:#1f8a5b; }
.pc--con { background: #f8e8e5; } .pc--con .pc__ic { background:#b23b2e; } .pc--con li::before { content:"✕"; color:#b23b2e; }

/* ============================================================
   Header / Footer (shell)
   ============================================================ */
.site-header { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 20px var(--gut); }
.site-header__brand { display: inline-flex; align-items: center; gap: 12px; background: var(--paper); padding: 10px 20px; border-radius: 999px; box-shadow: 0 4px 20px rgba(58,110,105,0.08); }
.site-header__brand img { height: 40px; width: auto; }
.site-header__brand .brand-text { font-family: var(--head); font-size: 22px; color: var(--teal); }
.main-nav { background: var(--paper); border-radius: 999px; box-shadow: 0 4px 20px rgba(58,110,105,0.08); }
.main-nav ul { display: flex; gap: 28px; margin: 0; padding: 14px 28px; list-style: none; font-size: 14px; font-weight: 500; }
.main-nav a { color: var(--ink); }
.main-nav a:hover { color: var(--teal); }
.main-nav .current-menu-item > a, .main-nav a[aria-current], .main-nav .is-active { color: var(--teal); font-weight: 700; }
.nav-toggle { display: none; background: var(--paper); border: none; border-radius: 999px; width: 48px; height: 48px; cursor: pointer; box-shadow: 0 4px 20px rgba(58,110,105,0.08); }
.nav-toggle svg { stroke: var(--ink); }

.site-footer { padding: 40px var(--gut); font-size: 13px; color: var(--muted-2); display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.site-footer a:hover { color: var(--teal); }

/* ============================================================
   Page hero (pages internes : blog, à propos, accompagnement)
   ============================================================ */
.page-hero { padding: clamp(40px,6vw,60px) var(--gut) 40px; position: relative; overflow: hidden; }
.page-hero__blob1 { position: absolute; top: 60px; right: 120px; width: 90px; height: 90px; border-radius: 50%; background: var(--peach); opacity: .35; }
.page-hero__blob2 { position: absolute; top: 150px; right: 260px; width: 50px; height: 50px; border-radius: 50%; background: var(--sage); opacity: .4; }
.page-hero h1 { font-size: clamp(2.4rem, 5.2vw, 4.75rem); line-height: 1.02; letter-spacing: -0.02em; max-width: 1000px; position: relative; }
.page-hero .lead, .page-hero__sub { font-size: clamp(1.05rem,1.5vw,1.19rem); line-height: 1.6; margin-top: 26px; max-width: 720px; color: var(--muted); position: relative; }

/* ============================================================
   ACCUEIL — Hero
   ============================================================ */
.home-hero { padding: 40px var(--gut) 60px; display: grid; grid-template-columns: 1.2fr 1fr; gap: 56px; align-items: center; }
.home-hero__text { position: relative; }
.home-hero__b1 { position: absolute; top: -10px; left: -20px; width: 80px; height: 80px; border-radius: 50%; background: var(--peach); opacity: .4; filter: blur(2px); }
.home-hero__b2 { position: absolute; top: 80px; right: -30px; width: 50px; height: 50px; border-radius: 50%; background: var(--sage); opacity: .5; }
.home-hero h1 { font-size: clamp(2.6rem, 6vw, 5.5rem); line-height: 1.0; letter-spacing: -0.02em; position: relative; }
.home-hero h1 .hl { position: relative; display: inline-block; padding: 0 14px; }
.home-hero h1 .hl::before { content: ""; position: absolute; left: 0; right: 0; top: -10px; bottom: 2px; background: var(--peach); border-radius: 12px; z-index: -1; }
.home-hero h1 .em { color: var(--teal); font-style: italic; }
.home-hero__sub { font-size: clamp(1rem,1.4vw,1.13rem); line-height: 1.65; margin-top: 32px; max-width: 540px; color: var(--muted); }
.home-hero__cta { display: flex; gap: 14px; margin-top: 36px; flex-wrap: wrap; }
.home-hero__media { position: relative; }
.home-hero__photo { width: min(460px, 100%); height: 500px; margin-inline: auto; background: var(--peach); border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%; overflow: hidden; transform: rotate(-3deg); }
.home-hero__photo img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.home-hero__tag1 { position: absolute; top: 30px; right: 30px; background: var(--paper); padding: 14px 18px; border-radius: 16px; font-size: 13px; transform: rotate(6deg); box-shadow: 0 8px 24px rgba(0,0,0,.06); }
.home-hero__tag1 b { color: var(--sage); font-weight: 700; font-size: 11px; letter-spacing: .1em; display: block; }
.home-hero__tag1 span { font-family: var(--head); font-style: italic; color: var(--teal); }
.home-hero__tag2 { position: absolute; bottom: 40px; left: -10px; background: var(--sage); color: #fff; padding: 14px 20px; border-radius: 16px; transform: rotate(-4deg); max-width: 200px; }
.home-hero__tag2 .script { font-size: 22px; line-height: 1.1; color: #fff; display: block; }
.home-hero__tag2 small { font-size: 11px; opacity: .85; }

/* ---- Diplômes ---- */
.diplomas { padding: clamp(48px,6vw,72px) 0; background: var(--paper); border-radius: 60px; margin: 24px var(--gut) 0; }
.diplomas__head { text-align: center; padding: 0 var(--gut); margin-bottom: 48px; }
.diplomas__head h2 { font-size: clamp(2rem,4vw,3.5rem); line-height: 1.05; }
.diplomas__head p { font-size: 16px; color: var(--muted-2); margin-top: 14px; max-width: 620px; margin-inline: auto; }
.diplomas__grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; padding: 0 var(--gut); }
.dip-card { background: var(--cream); border-radius: 32px; padding: 40px; position: relative; overflow: hidden; }
.dip-card__blob { position: absolute; top: -40px; right: -40px; width: 160px; height: 160px; border-radius: 50%; opacity: .4; }
.dip-card__lvl { font-size: 11px; color: var(--teal); font-weight: 700; letter-spacing: .14em; text-transform: uppercase; position: relative; }
.dip-card__t { font-family: var(--head); font-size: clamp(1.6rem,2.4vw,2.25rem); color: var(--ink); margin-top: 10px; line-height: 1.1; position: relative; }
.dip-card__d { font-size: 15px; line-height: 1.6; color: var(--muted); margin-top: 18px; position: relative; }
.dip-card__foot { display: flex; justify-content: space-between; align-items: center; margin-top: 28px; position: relative; }
.dip-card__foot .script { font-size: 22px; }
.diplomas__more { text-align: center; margin-top: 44px; padding: 0 var(--gut); }

/* ---- Parcours (4 saisons) ---- */
.saisons { padding: clamp(48px,6vw,72px) var(--gut); background: var(--paper); border-radius: 32px; margin: 24px var(--gut) 0; }
.saisons h2 { font-size: clamp(2rem,4vw,3.5rem); text-align: center; margin-bottom: 60px; line-height: 1.05; }
.saisons__grid { position: relative; display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; }
.saisons__wave { position: absolute; top: 80px; left: 0; right: 0; height: 30px; width: 100%; z-index: 0; }
.saison { text-align: center; position: relative; z-index: 1; }
.saison__num { width: 100px; height: 100px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; color: #fff; font-family: var(--head); font-size: 36px; }
.saison__season { font-family: var(--script); font-size: 22px; color: var(--teal); margin-top: 12px; }
.saison__t { font-family: var(--head); font-size: 22px; margin-top: 6px; }
.saison p { font-size: 13px; color: var(--muted-2); line-height: 1.5; margin-top: 10px; padding: 0 12px; }

/* ---- Histoire (timeline verticale) ---- */
.histoire { padding: clamp(48px,6vw,72px) var(--gut); background: var(--paper); border-radius: 32px; margin: 24px var(--gut) 0; }
.histoire__grid { display: grid; grid-template-columns: 0.9fr 1.3fr; gap: 60px; align-items: flex-start; }
.histoire__intro { position: sticky; top: 40px; }
.histoire__intro h2 { font-size: clamp(2rem,4vw,3.5rem); margin: 12px 0 20px; line-height: 1.0; }
.histoire__intro p { font-size: 16px; color: var(--muted); line-height: 1.65; }
.histoire__photo { position: relative; margin-top: 28px; }
.histoire__photo > div { width: 100%; height: 320px; border-radius: 24px; overflow: hidden; background: var(--peach); }
.histoire__photo img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.histoire__photo .tagpill { position: absolute; bottom: -14px; right: 16px; background: var(--cream); padding: 10px 18px; border-radius: 999px; font-family: var(--script); font-size: 22px; color: var(--teal); transform: rotate(3deg); box-shadow: 0 8px 20px rgba(0,0,0,.1); }
.timeline { position: relative; padding-left: 20px; }
.timeline__line { position: absolute; left: 39px; top: 12px; bottom: 12px; width: 2px; background: var(--line); }
.tl-item { display: grid; grid-template-columns: 60px 1fr; gap: 24px; align-items: flex-start; margin-bottom: 28px; }
.tl-item:last-child { margin-bottom: 0; }
.tl-item__dot { width: 60px; height: 60px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: var(--head); font-size: 15px; font-style: italic; text-align: center; line-height: 1.05; position: relative; z-index: 1; padding: 6px; }
.tl-item__body { background: var(--cream); padding: 24px 28px; border-radius: 20px; }
.tl-item__body h3 { font-family: var(--head); font-size: clamp(1.3rem,2vw,1.6rem); color: var(--ink); line-height: 1.1; }
.tl-item__body p { font-size: 15px; line-height: 1.6; color: var(--muted); margin: 10px 0 0; }

/* ---- Tarifs ---- */
.tarifs { padding: clamp(48px,6vw,72px) clamp(28px,5vw,56px); background: var(--paper); border-radius: 32px; margin: 24px var(--gut) 0; }
.tarifs__head { text-align: center; margin-bottom: 56px; }
.tarifs__head h2 { font-size: clamp(2rem,4.4vw,3.5rem); margin: 12px 0 14px; line-height: 1.05; }
.tarifs__head p { font-size: 16px; color: var(--muted-2); max-width: 620px; margin-inline: auto; }
.tarifs__grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; align-items: stretch; }
.plan { background: var(--cream); color: var(--ink); padding: 36px; border-radius: 28px; position: relative; display: flex; flex-direction: column; }
.plan--feat { background: var(--bloc); transform: translateY(-12px); box-shadow: 0 24px 60px rgba(42,37,32,.22); }
.plan__badge { position: absolute; top: -14px; left: 36px; background: var(--peach); color: var(--ink); padding: 6px 14px; border-radius: 999px; font-size: 12px; font-weight: 700; }
.plan__name { font-family: var(--head); font-size: 30px; font-style: italic; }
.plan__price { font-family: var(--head); font-size: 48px; line-height: 1; color: var(--teal); margin-top: 12px; }
.plan--feat .plan__price { color: var(--ink); }
.plan__sub { font-size: 12px; opacity: .75; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; margin-top: 6px; }
.plan__desc { font-size: 14px; line-height: 1.55; margin-top: 20px; opacity: .8; }
.plan__items { list-style: none; padding: 22px 0 0; margin: 24px 0 0; border-top: 1px solid var(--line); }
.plan__items li { display: flex; gap: 10px; align-items: flex-start; padding: 7px 0; font-size: 14px; }
.plan__items li::before { content: "✓"; color: var(--teal); font-weight: 700; }
.plan--feat .plan__items li::before { color: var(--ink); }
.plan .btn { margin-top: 28px; }
.plan--feat .btn { background: var(--ink); color: var(--bloc); }
.tarifs__foot { text-align: center; margin-top: 36px; font-size: 13px; color: var(--muted-2); }

/* ---- Bandeau confiance / Qualiopi ---- */
.trustband { padding: 0 var(--gut); margin-top: 24px; }
.trustband__inner { background: var(--paper); border-radius: 32px; padding: 44px clamp(24px,4vw,56px); box-shadow: 0 8px 30px rgba(58,110,105,0.06); text-align: center; }
.trustband__title { font-size: 12px; letter-spacing: .18em; text-transform: uppercase; color: var(--peach); margin-bottom: 22px; }
.trustband__logos { display: flex; gap: 36px; justify-content: center; align-items: center; flex-wrap: wrap; }
.trustband__logo { display: flex; flex-direction: column; align-items: center; gap: 8px; }
.trustband__logo img { height: 56px; max-width: 180px; object-fit: contain; }
.trustband__logo small { font-size: 10px; color: #888; letter-spacing: .06em; text-transform: uppercase; }

/* ---- Grand CTA « On se parle 30 minutes ? » ---- */
.cta { padding: 0 var(--gut); margin-top: 24px; }
.cta__inner { background: var(--cta-bg); color: var(--cream); border-radius: 40px; padding: clamp(40px,5vw,64px) clamp(28px,4vw,60px); display: grid; grid-template-columns: 1.4fr 1fr; gap: 40px; align-items: center; position: relative; overflow: hidden; }
.cta__b1 { position: absolute; top: -40px; right: 200px; width: 200px; height: 200px; border-radius: 50%; background: var(--cta-accent); opacity: .3; }
.cta__b2 { position: absolute; bottom: -60px; left: 100px; width: 140px; height: 140px; border-radius: 50%; background: var(--sage); opacity: .4; }
.cta__text { position: relative; }
.cta__text h2 { font-size: clamp(2.4rem,4.4vw,4rem); line-height: 1; color: var(--cream); }
.cta__text p { font-size: 17px; margin-top: 20px; color: rgba(255,255,255,.82); max-width: 460px; line-height: 1.6; }
.cta__btns { display: flex; gap: 14px; margin-top: 28px; flex-wrap: wrap; }
.cta__btns .btn { background: var(--cta-accent); color: var(--ink); font-weight: 700; }
.cta__btns .btn--ghost { background: transparent; color: var(--cream); border: 2px solid var(--cream); }
.cta__media { position: relative; display: flex; justify-content: center; align-items: center; min-height: 360px; }
.cta__photo { width: min(320px,80%); aspect-ratio: 1; border-radius: 50%; overflow: hidden; background: var(--cream); padding: 8px; box-shadow: 0 24px 60px rgba(0,0,0,.18); }
.cta__photo img { width: 100%; height: 100%; object-fit: cover; object-position: top center; border-radius: 50%; }
.cta__tag { position: absolute; bottom: -10px; right: 30px; background: var(--cream); padding: 10px 18px; border-radius: 999px; font-family: var(--script); font-size: 22px; color: var(--cta-bg); transform: rotate(4deg); box-shadow: 0 8px 20px rgba(0,0,0,.12); }

/* ---- Garanties / engagements (bandeau) ---- */
.garanties { padding: 0 var(--gut); margin-top: 24px; }
.garanties__inner { background: var(--bloc); color: var(--ink); border-radius: 32px; padding: clamp(36px,5vw,56px); }
.garanties__head { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 32px; gap: 16px; flex-wrap: wrap; }
.garanties__head h2 { font-size: clamp(1.8rem,3.4vw,2.75rem); line-height: 1.05; }
.garanties__head h2 em { color: var(--teal); }
.garanties__head .script { font-size: 22px; color: var(--teal); }
.garanties__grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 28px; }
.guarantee__ic { width: 44px; height: 44px; border-radius: 50%; background: var(--teal); color: var(--cream); display: flex; align-items: center; justify-content: center; font-size: 18px; font-weight: 700; margin-bottom: 14px; }
.guarantee h3 { font-family: var(--head); font-size: 22px; line-height: 1.15; }
.guarantee p { font-size: 13px; line-height: 1.55; margin-top: 8px; opacity: .85; }

/* ---- FAQ (accordéon) ---- */
.faq { padding: clamp(48px,6vw,72px) clamp(28px,5vw,56px); background: var(--paper); border-radius: 32px; margin: 24px var(--gut) 0; }
.faq__grid { display: grid; grid-template-columns: 1fr 1.6fr; gap: 60px; align-items: flex-start; }
.faq__intro { position: sticky; top: 40px; }
.faq__intro h2 { font-size: clamp(2.2rem,4.4vw,4rem); margin: 12px 0 24px; line-height: 1; }
.faq__intro p { font-size: 16px; color: var(--muted-2); line-height: 1.6; }
.faq__intro .btn { margin-top: 28px; }
.faq__list { display: flex; flex-direction: column; }
.faq-item { border-top: 1px solid var(--line); padding: 0; }
.faq-item:last-child { border-bottom: 1px solid var(--line); }
.faq-item__q { display: flex; justify-content: space-between; align-items: flex-start; gap: 24px; width: 100%; background: none; border: none; text-align: left; cursor: pointer; padding: 24px 0; font-family: var(--head); font-size: clamp(1.3rem,2vw,1.5rem); line-height: 1.25; color: var(--ink); }
.faq-item__mark { width: 36px; height: 36px; border-radius: 50%; background: var(--cream); color: var(--teal); display: flex; align-items: center; justify-content: center; font-size: 18px; font-weight: 700; flex-shrink: 0; }
.faq-item[open] .faq-item__mark { background: var(--peach); color: var(--ink); }
.faq-item__mark::after { content: "+"; }
.faq-item[open] .faq-item__mark::after { content: "−"; }
.faq-item__a { font-size: 15px; line-height: 1.65; color: var(--muted); margin: -6px 0 24px; max-width: 720px; }
.faq-item__q::-webkit-details-marker { display: none; }

/* ---- Newsletter / guide ---- */
.newsletter { padding: 0 var(--gut); margin-top: 24px; }
.newsletter__inner { background: var(--peach); border-radius: 40px; padding: clamp(40px,5vw,64px) clamp(28px,4vw,60px); display: grid; grid-template-columns: 1fr .8fr; gap: 60px; align-items: center; position: relative; overflow: hidden; }
.newsletter__b1 { position: absolute; top: -80px; left: -80px; width: 280px; height: 280px; border-radius: 50%; background: var(--cream); opacity: .5; }
.newsletter__b2 { position: absolute; bottom: -60px; right: 200px; width: 160px; height: 160px; border-radius: 50%; background: var(--sage); opacity: .4; }
.newsletter__text { position: relative; }
.newsletter__text h2 { font-size: clamp(2.2rem,4vw,3.75rem); line-height: 1; color: var(--ink); }
.newsletter__text h2 em { color: var(--teal); }
.newsletter__text p { font-size: 16px; color: var(--ink); line-height: 1.6; margin-top: 22px; max-width: 460px; opacity: .85; }
.newsletter__pill { display:inline-block; padding: 8px 16px; background: var(--paper); border-radius: 999px; font-size: 12px; color: var(--teal); font-weight: 700; margin-bottom: 20px; }
.nl-form { display: flex; gap: 8px; margin-top: 28px; max-width: 480px; }
.nl-form input { flex: 1; background: var(--paper); border: none; padding: 18px 22px; border-radius: 999px; font-size: 15px; font-family: inherit; color: var(--ink); outline: none; }
.nl-form .btn { white-space: nowrap; }
.newsletter__fine { margin-top: 14px; font-size: 12px; color: var(--ink); opacity: .7; }
.newsletter__book { position: relative; display: flex; justify-content: center; }
.book { width: 280px; height: 380px; background: var(--paper); border-radius: 12px; box-shadow: 0 30px 60px rgba(0,0,0,.18); transform: rotate(-4deg); padding: 28px; position: relative; }
.book__k { font-size: 11px; color: var(--teal); font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.book__t { font-family: var(--head); font-size: 32px; line-height: 1.05; color: var(--ink); margin-top: 14px; }
.book__t em { color: var(--teal); }
.book__bar { height: 4px; border-radius: 2px; margin-top: 12px; }
.book__sign { position: absolute; bottom: 24px; left: 28px; font-family: var(--script); font-size: 22px; color: var(--teal); }
.newsletter__book .flag { position: absolute; top: -10px; right: 0; background: var(--cream); padding: 10px 16px; border-radius: 999px; font-family: var(--script); font-size: 20px; color: var(--teal); transform: rotate(8deg); box-shadow: 0 6px 16px rgba(0,0,0,.1); }

/* ---- Journal (accueil) / grille d'articles ---- */
.journal { padding: clamp(48px,6vw,72px) var(--gut); margin-top: 24px; }
.journal__head { text-align: center; margin-bottom: 48px; }
.journal__head h2 { font-size: clamp(2rem,4.4vw,3.5rem); margin: 12px 0 0; line-height: 1.05; }
.post-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.post-card { background: var(--paper); border-radius: 28px; overflow: hidden; display: flex; flex-direction: column; height: 100%; transition: transform .18s ease, box-shadow .18s ease; }
.post-card:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(42,37,32,.12); }
.post-card__media { height: 220px; position: relative; overflow: hidden; }
.post-card__media img { width: 100%; height: 100%; object-fit: cover; }
.post-card__cat { position: absolute; top: 16px; left: 16px; }
.post-card__body { padding: 28px; display: flex; flex-direction: column; flex: 1; }
.post-card__meta { font-size: 11px; color: var(--muted-2); letter-spacing: .06em; }
.post-card__body h3 { font-family: var(--head); font-size: 24px; line-height: 1.2; margin: 10px 0 12px; }
.post-card__body p { font-size: 14px; line-height: 1.55; color: var(--muted); margin: 0; flex: 1; }
.post-card__more { margin-top: 18px; color: var(--teal); font-size: 13px; font-weight: 600; }
.journal__more { text-align: center; margin-top: 32px; }

/* ============================================================
   Page BLOG
   ============================================================ */
.chips { display: flex; gap: 12px; flex-wrap: wrap; }
.chip { background: var(--paper); color: var(--ink); padding: 10px 20px; border-radius: 999px; font-size: 14px; font-weight: 600; box-shadow: 0 2px 10px rgba(58,110,105,.06); }
.chip.is-active { background: var(--teal); color: var(--cream); box-shadow: none; }
.blog-newsletter__inner { background: var(--peach); border-radius: 32px; padding: clamp(36px,5vw,56px) clamp(28px,4vw,64px); display: grid; grid-template-columns: 1.2fr 1fr; gap: 48px; align-items: center; }
.blog-newsletter__inner .script { font-size: 26px; margin-bottom: 6px; display: block; }

/* ============================================================
   Page À PROPOS
   ============================================================ */
.stats { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
.stat { background: var(--paper); border-radius: 24px; padding: 34px; text-align: center; }
.stat__n { font-family: var(--head); font-size: clamp(2.2rem,3.4vw,3.25rem); color: var(--teal); line-height: 1; }
.stat__l { font-size: 14px; color: var(--muted); margin-top: 10px; }
.about-intro__grid { display: grid; grid-template-columns: 0.9fr 1.2fr; gap: 56px; align-items: center; }
.about-intro__photo { position: relative; }
.about-intro__photo > div { width: 100%; height: 460px; border-radius: 28px; overflow: hidden; background: var(--peach); }
.about-intro__photo img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.about-intro__photo .tagpill { position: absolute; bottom: -16px; right: 20px; background: var(--cream); padding: 12px 20px; border-radius: 999px; font-family: var(--script); font-size: 22px; color: var(--teal); transform: rotate(3deg); box-shadow: 0 8px 20px rgba(0,0,0,.1); }
.abtimeline { margin-top: 20px; }
.abtl-item { display: grid; grid-template-columns: 150px 1fr; gap: 32px; align-items: flex-start; padding: 24px 0; border-top: 1px solid var(--line); }
.abtl-item__an { font-family: var(--head); font-size: 22px; color: var(--peach); font-style: italic; }
.abtl-item h3 { font-family: var(--head); font-size: 25px; color: var(--ink); }
.abtl-item p { font-size: 16px; line-height: 1.65; color: var(--muted); margin: 8px 0 0; max-width: 640px; }
.values { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.value { background: var(--paper); border-radius: 24px; padding: 34px; }
.value__ic { width: 48px; height: 48px; border-radius: 50%; background: var(--cream); color: var(--teal); display: flex; align-items: center; justify-content: center; font-size: 22px; margin-bottom: 16px; }
.value h3 { font-family: var(--head); font-size: 23px; color: var(--ink); line-height: 1.15; }
.value p { font-size: 14.5px; line-height: 1.6; color: var(--muted); margin: 10px 0 0; }
.section-head--center { text-align: center; margin-bottom: 36px; }

/* ============================================================
   Page ACCOMPAGNEMENT
   ============================================================ */
.accomp-do__grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 56px; align-items: start; }
.promise { background: var(--peach); border-radius: 24px; padding: 36px; }
.promise .script { font-size: 24px; color: var(--teal); margin-bottom: 8px; display: block; }
.roles { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.role { border-radius: 24px; padding: 40px; }
.role--you { background: var(--cream); }
.role--me { background: var(--sage); }
.role h3 { font-family: var(--head); font-size: 26px; color: var(--ink); margin-bottom: 18px; }
.engagements { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
.engagement { background: var(--paper); border-radius: 24px; padding: 32px; border-top: 4px solid var(--peach); }
.engagement__ic { width: 48px; height: 48px; border-radius: 50%; background: var(--cream); color: var(--teal); display: flex; align-items: center; justify-content: center; font-size: 20px; margin-bottom: 14px; }
.engagement h3 { font-family: var(--head); font-size: 22px; color: var(--ink); line-height: 1.15; }
.engagement p { font-size: 14.5px; line-height: 1.6; color: var(--muted); margin: 10px 0 0; }

/* ============================================================
   Page LA VAE
   ============================================================ */
.grid-4 { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
.def-grid { display: grid; grid-template-columns: 1.5fr 1fr; gap: 56px; align-items: start; }
.brief { background: var(--cream); border-radius: 24px; padding: 32px; }
.brief h3 { font-family: var(--head); font-size: 22px; margin-bottom: 8px; }
.brief__row { padding: 12px 0; border-top: 1px solid var(--line); }
.brief__row:first-of-type { border-top: none; }
.brief__k { font-size: 12px; color: var(--teal); font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.brief__v { font-size: 15px; color: var(--ink); margin-top: 3px; }
.etapes { margin-top: 20px; }
.etape-row { display: grid; grid-template-columns: 70px 1fr auto; gap: 28px; align-items: flex-start; padding: 26px 0; border-top: 1px solid var(--line); }
.etape-row__n { font-family: var(--head); font-size: 40px; color: var(--peach); line-height: 1; }
.etape-row h3 { font-family: var(--head); font-size: 24px; color: var(--ink); }
.etape-row p { font-size: 16px; line-height: 1.65; color: var(--muted); margin: 8px 0 0; max-width: 720px; }
.etape-row__d { font-size: 13px; color: var(--teal); font-weight: 700; white-space: nowrap; padding-top: 6px; }
.dip-cols { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.dip-col { background: var(--paper); border-radius: 24px; padding: 34px; }
.dip-col--hl { background: var(--peach); }
.dip-col h3 { font-family: var(--head); font-size: 24px; color: var(--ink); margin-bottom: 16px; }
.dip-col__i { display: flex; gap: 10px; padding: 9px 0; border-top: 1px solid rgba(42,37,32,0.08); font-size: 15px; color: #3a3530; }
.dip-col__i::before { content: "✿"; color: var(--teal); }
.fin-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.fin { background: var(--cream); border-radius: 20px; padding: 26px; }
.fin h3 { font-family: var(--head); font-size: 20px; color: var(--teal); }
.fin p { font-size: 14px; line-height: 1.55; color: var(--muted); margin: 8px 0 0; }

/* ============================================================
   Page CONTACT
   ============================================================ */
.contact-grid { display: grid; grid-template-columns: 1.3fr 1fr; gap: 24px; }
.contact-form { background: var(--paper); border-radius: 32px; padding: clamp(28px,4vw,48px); }
.contact-form h2 { font-family: var(--head); font-size: 30px; margin-bottom: 6px; }
.contact-form__intro { font-size: 14px; color: var(--muted-2); margin: 0 0 28px; }
.field { display: block; margin-bottom: 18px; }
.field > span { display: block; font-size: 13px; font-weight: 600; color: var(--ink); margin-bottom: 8px; }
.field input, .field textarea { width: 100%; background: var(--cream); border: 1px solid var(--line); padding: 14px 20px; border-radius: 999px; font-size: 15px; font-family: inherit; color: var(--ink); outline: none; }
.field textarea { border-radius: 16px; resize: vertical; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-aside { display: flex; flex-direction: column; gap: 24px; }
.contact-book { background: var(--peach); border-radius: 32px; padding: 40px; }
.contact-book .script { font-size: 24px; color: var(--teal); margin-bottom: 6px; display: block; }
.contact-book h3 { font-family: var(--head); font-size: 28px; line-height: 1.15; color: var(--ink); }
.contact-book p { font-size: 14px; line-height: 1.6; color: var(--ink); opacity: .85; margin-top: 12px; }
.contact-book__btns { display: flex; gap: 12px; margin-top: 22px; flex-wrap: wrap; }
.contact-coord { background: var(--paper); border-radius: 32px; padding: 40px; flex: 1; }
.contact-coord h3 { font-family: var(--head); font-size: 24px; margin-bottom: 20px; }
.coord-row { display: flex; gap: 16px; align-items: flex-start; padding: 12px 0; border-top: 1px solid var(--line); }
.coord-row__ic { width: 40px; height: 40px; border-radius: 50%; background: var(--cream); color: var(--teal); display: flex; align-items: center; justify-content: center; font-size: 18px; flex-shrink: 0; }
.coord-row__k { font-size: 12px; color: var(--muted-2); font-weight: 600; letter-spacing: .06em; text-transform: uppercase; }
.coord-row__v { font-size: 15px; color: var(--ink); margin-top: 2px; }
.steps3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.step3 { background: var(--paper); border-radius: 24px; padding: 32px; }
.step3__n { font-family: var(--head); font-size: 40px; color: var(--peach); line-height: 1; }
.step3 h3 { font-family: var(--head); font-size: 22px; color: var(--ink); margin-top: 10px; }
.step3 p { font-size: 14.5px; line-height: 1.6; color: var(--muted); margin: 8px 0 0; }

/* ============================================================
   Article (single)
   ============================================================ */
.article-hero { padding: 24px var(--gut); }
.article-hero__immersive { position: relative; min-height: 520px; border-radius: 32px; overflow: hidden; display: flex; align-items: flex-end; }
.article-hero__immersive img.bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.article-hero__immersive .scrim { position: absolute; inset: 0; background: linear-gradient(to top, rgba(20,15,12,.82) 0%, rgba(20,15,12,.25) 55%, transparent 100%); }
.article-hero__immersive .inner { position: relative; padding: clamp(28px,5vw,56px); max-width: 900px; }
.article-hero__immersive h1 { font-size: clamp(2.2rem,4.6vw,3.6rem); line-height: 1.05; letter-spacing: -0.02em; color: #fff; }
.article-hero__meta { display: flex; gap: 12px; align-items: center; margin-bottom: 18px; }
.article-hero__meta .read { font-size: 13px; color: rgba(255,255,255,.85); }
.breadcrumb { font-size: 13px; margin-bottom: 20px; display: flex; align-items: center; flex-wrap: wrap; gap: 8px; color: rgba(255,255,255,.85); }
.breadcrumb a { color: rgba(255,255,255,.85); }
.breadcrumb .cur { color: #fff; font-weight: 600; }
.article-hero__byline { display: flex; align-items: center; gap: 12px; margin-top: 24px; }
.article-hero__byline .ava { width: 44px; height: 44px; border-radius: 50%; overflow: hidden; background: var(--peach); }
.article-hero__byline .ava img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.article-hero__byline b { color: #fff; font-size: 14px; }
.article-hero__byline small { color: rgba(255,255,255,.8); font-size: 12px; display: block; }

.article-body { padding: 16px var(--gut) 48px; }
.article-body__grid { display: grid; grid-template-columns: 240px 1fr; gap: 48px; align-items: start; }
.toc { position: sticky; top: 24px; background: var(--cream); border-radius: 24px; padding: 28px; }
.toc__title { font-size: 12px; color: var(--teal); font-weight: 700; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 16px; }
.toc a { display: block; font-size: 14px; line-height: 1.4; color: var(--ink); padding: 8px 0; border-top: 1px solid var(--line); }
.toc a:first-of-type { border-top: none; }
.toc a.is-active { color: var(--teal); font-weight: 700; }
.prose { max-width: 760px; }
.prose > h2 { font-family: var(--head); font-size: clamp(1.7rem,2.8vw,2.1rem); margin: 36px 0 12px; }
.prose > h3 { font-family: var(--head); font-size: clamp(1.4rem,2.4vw,1.65rem); margin: 34px 0 10px; scroll-margin-top: 24px; }
.prose > p { font-size: 17px; line-height: 1.8; color: var(--muted); margin: 0 0 16px; }
.prose img { border-radius: 20px; margin: 24px 0; }
.prose a { color: var(--teal); text-decoration: underline; text-underline-offset: 3px; }
.article-cta { margin-top: 32px; padding: 28px 32px; background: var(--cream); border-radius: 24px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px; }
.article-cta h3 { font-family: var(--head); font-size: 22px; color: var(--ink); }
.article-cta p { font-size: 14px; color: var(--muted); margin: 4px 0 0; }
.related { padding: 16px var(--gut) 56px; }
.related h2 { font-family: var(--head); font-size: clamp(1.6rem,3vw,2.1rem); margin: 0 0 24px; }
.related__grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.related .post-card__media { height: 170px; }
.related .post-card__body { padding: 24px; }
.related .post-card__body h3 { font-size: 20px; margin-bottom: 0; }

/* ---- Pagination ---- */
.pagination { display: flex; gap: 8px; justify-content: center; margin-top: 48px; flex-wrap: wrap; }
.pagination .page-numbers { display: inline-flex; align-items: center; justify-content: center; min-width: 44px; height: 44px; padding: 0 12px; border-radius: 999px; background: var(--paper); color: var(--ink); font-weight: 600; }
.pagination .page-numbers.current { background: var(--teal); color: var(--cream); }

/* ---- Commentaires (léger) ---- */
.comments { max-width: 760px; }
.comments .comment-list { list-style: none; padding: 0; }
.comment-body { background: var(--paper); border-radius: 20px; padding: 22px 26px; margin-bottom: 16px; }

/* ---- Photo placeholder (used where an original portrait wasn't available) ---- */
.photo-ph { position: relative; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; text-align: center; background: linear-gradient(140deg, var(--peach) 0%, var(--sage) 100%); }
.photo-ph::after { content: "✿"; position: absolute; font-size: 190px; line-height: 1; color: #fff; opacity: 0.28; pointer-events: none; }
.photo-ph > span { position: relative; z-index: 1; font-family: var(--script); font-size: clamp(1.5rem, 2.6vw, 2.4rem); color: var(--ink); padding: 24px; }
.trustband__logo--text { font-family: var(--head); font-size: clamp(1.05rem, 1.6vw, 1.35rem); color: var(--teal); background: var(--cream); padding: 16px 24px; border-radius: 16px; line-height: 1.1; }

/* ---- Footer menu ---- */
.footer-menu { display: flex; gap: 16px; list-style: none; margin: 0; padding: 0; flex-wrap: wrap; }
.footer-menu a:hover { color: var(--teal); }

/* ============================================================
   Contact Form 7 — habillage aux couleurs du thème
   (s'applique à tout formulaire CF7, y compris .envol-cf7)
   ============================================================ */
.wpcf7-form p { margin: 0 0 18px; }
.wpcf7-form label { display: block; font-size: 13px; font-weight: 600; color: var(--ink); }
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"],
.wpcf7 input[type="url"], .wpcf7 input[type="number"], .wpcf7 input[type="date"],
.wpcf7 select, .wpcf7 textarea {
	width: 100%; margin-top: 8px; background: var(--cream); border: 1px solid var(--line);
	padding: 14px 20px; border-radius: 999px; font-size: 15px; font-family: inherit; color: var(--ink); outline: none;
}
.wpcf7 textarea { border-radius: 16px; resize: vertical; min-height: 120px; }
.wpcf7 input:focus, .wpcf7 textarea:focus, .wpcf7 select:focus { border-color: var(--teal); }
.wpcf7 .wpcf7-submit {
	width: auto; margin-top: 8px; background: var(--btn); color: var(--btn-ink); border: none;
	border-radius: 999px; padding: 16px 30px; font-size: 15px; font-weight: 700; cursor: pointer; transition: transform .15s ease, filter .15s ease;
}
.wpcf7 .wpcf7-submit:hover { transform: translateY(-2px); filter: brightness(1.05); }
.wpcf7-not-valid-tip { color: #b23b2e; font-size: 13px; margin-top: 6px; }
.wpcf7 .wpcf7-not-valid { border-color: #b23b2e !important; }
.wpcf7-response-output { border-radius: 14px; padding: 14px 18px !important; font-size: 14px; margin: 16px 0 0 !important; border-width: 1px !important; }
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output { border-color: #b23b2e !important; background: #f8e4e0; color: #7a2a20; }
.wpcf7 form.sent .wpcf7-response-output { border-color: #1f8a5b !important; background: #eaf4ee; color: #1c5c3e; }
.wpcf7-spinner { background-color: var(--teal); }
.wpcf7-acceptance .wpcf7-list-item { margin: 0; }
.wpcf7-acceptance .wpcf7-list-item-label, .wpcf7-checkbox .wpcf7-list-item-label, .wpcf7-radio .wpcf7-list-item-label { font-weight: 400; }
/* Newsletter : garder email + bouton sur une ligne quand un CF7 y est placé */
.newsletter .wpcf7-form, .blog-newsletter__inner .wpcf7-form { display: flex; gap: 8px; flex-wrap: wrap; align-items: center; }
.newsletter .wpcf7-form p, .blog-newsletter__inner .wpcf7-form p { margin: 0; flex: 1; min-width: 220px; }
.newsletter .wpcf7 input, .blog-newsletter__inner .wpcf7 input { margin-top: 0; }

.screen-reader-text { position: absolute !important; clip: rect(1px,1px,1px,1px); width: 1px; height: 1px; overflow: hidden; }
.skip-link { position: absolute; left: -9999px; }
.skip-link:focus { left: 16px; top: 16px; background: #fff; padding: 10px 16px; border-radius: 8px; z-index: 100; }

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 1024px) {
  .diplomas__grid, .tarifs__grid, .post-grid, .related__grid, .journal .post-grid { grid-template-columns: repeat(2,1fr); }
  .saisons__grid, .garanties__grid, .stats, .engagements, .grid-4, .dip-cols, .steps3 { grid-template-columns: repeat(2,1fr); }
  .saisons__wave { display: none; }
  .values { grid-template-columns: 1fr; }
}
@media (max-width: 900px) {
  .home-hero, .histoire__grid, .faq__grid, .newsletter__inner, .cta__inner,
  .about-intro__grid, .accomp-do__grid, .roles, .blog-newsletter__inner,
  .def-grid, .fin-grid, .contact-grid,
  .article-body__grid { grid-template-columns: 1fr; }
  .etape-row { grid-template-columns: 48px 1fr; }
  .etape-row__d { grid-column: 2; padding-top: 0; }
  .histoire__intro, .faq__intro, .toc { position: static; }
  .toc { display: none; }
  .plan--feat { transform: none; }
  .newsletter__book { margin-top: 24px; }
  .abtl-item { grid-template-columns: 1fr; gap: 6px; }
  .cta__media { min-height: 0; margin-top: 12px; }
}
@media (max-width: 760px) {
  .main-nav { display: none; }
  .main-nav.is-open { display: block; position: absolute; left: var(--gut); right: var(--gut); top: 80px; z-index: 30; border-radius: 24px; }
  .main-nav.is-open ul { flex-direction: column; gap: 4px; padding: 16px 20px; }
  .nav-toggle { display: inline-flex; align-items: center; justify-content: center; }
  .site-header__cta { display: none; }
  .diplomas__grid, .tarifs__grid, .post-grid, .related__grid, .journal .post-grid,
  .saisons__grid, .garanties__grid, .stats, .engagements, .grid-4, .dip-cols, .steps3, .field-row { grid-template-columns: 1fr; }
  .diplomas { border-radius: 32px; }
}
