/*
Theme Name:   Marion Devoisin
Theme URI:    https://www.marion-devoisin-lifecoach.fr/
Author:       Dedi Agency
Author URI:   https://www.dedi-agency.com/
Description:  Thème sur mesure pour Marion Devoisin, coach de vie à Lyon. Accueil éditoriale d'une seule pièce, bloc livre blanc Bloom & Vous, journal, formulaires sans plugin. Compatible WooCommerce.
Version:      1.6.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License:      GPL-2.0-or-later
License URI:  https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  marion-devoisin
Tags:         one-column, custom-menu, custom-logo, featured-images, blog, e-commerce
*/

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

:root {
  /* Palette : lin chaud, rose poudré, vieux rose, vert mousse, ardoise */
  --linen:    #F5F0EA;
  --linen-d:  #EDE5D8;
  --blush:    #E8D5C8;
  --rose:     #C49A8A;    /* accent principal */
  --rose-d:   #A87B6A;    /* hover / actif */
  --moss:     #7C8C72;    /* second accent */
  --slate:    #3D4A42;    /* texte foncé */
  --slate-l:  #5C6B62;
  --mist:     #9BA89F;    /* texte secondaire */
  --white:    #FDFCFA;
  --border:   rgba(196,154,138,.18);
  --border-m: rgba(196,154,138,.35);

  --nav-h: 76px;
  --max-w: 1200px;
  --r-sm: 4px;
  --r-md: 12px;
  --r-lg: 24px;

  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-spring: cubic-bezier(0.34, 1.56, 0.64, 1);
}

html { scroll-behavior: smooth; font-size: 16px; }

body {
  font-family: 'Mulish', sans-serif;
  font-weight: 300;
  background: var(--linen);
  color: var(--slate);
  overflow-x: hidden;
  line-height: 1.6;
}

/* ────── TYPOGRAPHY ────── */
h1, h2, h3, h4 {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  line-height: 1.15;
}
a { text-decoration: none; color: inherit; }
img { display: block; max-width: 100%; }
button { font-family: 'Mulish', sans-serif; cursor: pointer; border: none; background: none; }

/* ────── UTILITY ────── */
.sr-only {
  position: absolute; width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden;
  clip: rect(0,0,0,0); white-space: nowrap; border-width: 0;
}
.container {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 clamp(20px, 5vw, 64px);
}

/* ════════════════════════════════════════
   ANNOUNCE BAR
════════════════════════════════════════ */
.announce-bar {
  background: var(--slate);
  color: var(--linen);
  text-align: center;
  padding: 10px 20px;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: .08em;
}
.announce-bar a {
  color: var(--blush);
  text-decoration: underline;
  text-underline-offset: 3px;
  margin-left: 8px;
}
.announce-bar a:hover { color: var(--rose); }

/* ════════════════════════════════════════
   NAV
════════════════════════════════════════ */
.nav {
  position: sticky;
  top: 0;
  z-index: 200;
  height: var(--nav-h);
  background: rgba(245,240,234,.96);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border);
  transition: box-shadow .3s;
}
.nav.scrolled { box-shadow: 0 4px 24px rgba(61,74,66,.06); }

.nav-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 clamp(20px, 5vw, 64px);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

/* Logo */
.nav-logo {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex-shrink: 0;
}
.nav-logo-name {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  font-weight: 500;
  color: var(--slate);
  letter-spacing: .01em;
}
.nav-logo-sub {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--mist);
}

/* Links */
.nav-links {
  display: flex;
  align-items: center;
  list-style: none;
  gap: clamp(20px, 3vw, 40px);
}
.nav-links a {
  font-size: 13px;
  font-weight: 400;
  color: var(--slate-l);
  letter-spacing: .04em;
  position: relative;
  padding-bottom: 2px;
  transition: color .2s;
}
.nav-links a::after {
  content: '';
  position: absolute;
  bottom: -2px; left: 0;
  width: 0; height: 1.5px;
  background: var(--rose);
  transition: width .3s var(--ease-out);
}
.nav-links a:hover { color: var(--rose); }
.nav-links a:hover::after { width: 100%; }

/* CTA Button */
.btn-nav {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--rose);
  color: var(--white);
  padding: 11px 24px;
  border-radius: 100px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .04em;
  transition: background .25s, transform .2s var(--ease-spring), box-shadow .25s;
  white-space: nowrap;
  box-shadow: 0 4px 16px rgba(196,154,138,.35);
}
.btn-nav:hover {
  background: var(--rose-d);
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(196,154,138,.45);
}

/* Burger */
.nav-burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 32px;
  height: 32px;
  padding: 4px;
  border-radius: 6px;
  transition: background .2s;
}
.nav-burger:hover { background: var(--linen-d); }
.nav-burger span {
  display: block;
  height: 1.5px;
  background: var(--slate);
  border-radius: 2px;
  transition: transform .3s var(--ease-out), opacity .2s, width .3s;
}
.nav-burger span:nth-child(2) { width: 75%; }
.nav-burger.active span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.nav-burger.active span:nth-child(2) { opacity: 0; width: 0; }
.nav-burger.active span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

/* Mobile drawer */
.nav-mobile {
  position: fixed;
  inset: var(--nav-h) 0 0 0;
  z-index: 199;
  background: var(--white);
  padding: 40px clamp(20px, 5vw, 48px);
  display: flex;
  flex-direction: column;
  gap: 0;
  transform: translateX(100%);
  transition: transform .4s var(--ease-out);
  overflow-y: auto;
}
.nav-mobile.open { transform: translateX(0); }
.nav-mobile a {
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  color: var(--slate);
  padding: 18px 0;
  border-bottom: 1px solid var(--border);
  display: block;
  transition: color .2s, padding-left .2s;
}
.nav-mobile a:hover { color: var(--rose); padding-left: 8px; }
.nav-mobile .mobile-cta {
  font-family: 'Mulish', sans-serif;
  font-size: 14px;
  font-weight: 500;
  background: var(--rose);
  color: var(--white);
  text-align: center;
  padding: 18px;
  border-radius: 100px;
  margin-top: 32px;
  letter-spacing: .06em;
  border-bottom: none;
}
.nav-mobile .mobile-cta:hover { background: var(--rose-d); padding-left: 0; }

/* ════════════════════════════════════════
   HERO
════════════════════════════════════════ */
.hero {
  min-height: calc(100svh - var(--nav-h));
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
  overflow: hidden;
}

/* ─ Left text panel ─ */
.hero-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(48px, 8vw, 100px) clamp(24px, 5vw, 72px);
  position: relative;
  z-index: 2;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--blush);
  color: var(--rose-d);
  padding: 8px 16px;
  border-radius: 100px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 32px;
  width: fit-content;
  animation: fadeUp .7s var(--ease-out) both;
}
.hero-badge-dot {
  width: 6px; height: 6px;
  background: var(--rose);
  border-radius: 50%;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: .5; transform: scale(.75); }
}

.hero-title {
  font-size: clamp(42px, 5.5vw, 72px);
  color: var(--slate);
  margin-bottom: 12px;
  animation: fadeUp .7s .1s var(--ease-out) both;
  max-width: 560px;
}
.hero-title em {
  font-style: italic;
  color: var(--rose);
}

.hero-tagline {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: clamp(16px, 2vw, 22px);
  color: var(--mist);
  margin-bottom: 36px;
  font-weight: 400;
  animation: fadeUp .7s .18s var(--ease-out) both;
}

.hero-desc {
  font-size: 15px;
  color: var(--slate-l);
  line-height: 1.85;
  max-width: 460px;
  margin-bottom: 48px;
  font-weight: 300;
  animation: fadeUp .7s .26s var(--ease-out) both;
}

.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  animation: fadeUp .7s .34s var(--ease-out) both;
}

/* Buttons */
.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--rose);
  color: var(--white);
  padding: 16px 32px;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .04em;
  transition: background .25s, transform .2s var(--ease-spring), box-shadow .25s;
  box-shadow: 0 6px 20px rgba(196,154,138,.38);
}
.btn-primary:hover {
  background: var(--rose-d);
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(196,154,138,.45);
}

.btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--slate);
  padding: 16px 28px;
  border-radius: 100px;
  border: 1.5px solid var(--border-m);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .04em;
  transition: border-color .2s, color .2s, background .2s;
}
.btn-secondary:hover {
  border-color: var(--rose);
  color: var(--rose);
  background: rgba(196,154,138,.06);
}

/* Hero proof row */
.hero-proof {
  display: flex;
  gap: 32px;
  margin-top: 56px;
  padding-top: 40px;
  border-top: 1px solid var(--border);
  animation: fadeUp .7s .42s var(--ease-out) both;
}
.proof-stat .num {
  font-family: 'Playfair Display', serif;
  font-size: 32px;
  color: var(--slate);
  font-weight: 500;
  display: block;
  line-height: 1;
}
.proof-stat .lbl {
  font-size: 11px;
  color: var(--mist);
  letter-spacing: .1em;
  font-weight: 400;
  margin-top: 4px;
  display: block;
}

/* ─ Right photo panel ─ */
.hero-photo {
  position: relative;
  overflow: hidden;
}

.hero-photo-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  transition: transform 8s ease;
}
.hero-photo:hover .hero-photo-img { transform: scale(1.03); }

/* Soft gradient overlay bottom */
.hero-photo::after {
  content: '';
  position: absolute;
  inset: auto 0 0 0;
  height: 40%;
  background: linear-gradient(to top, rgba(245,240,234,.5) 0%, transparent 100%);
  pointer-events: none;
}

/* Floating trust card */
.hero-trust-card {
  position: absolute;
  bottom: 40px;
  left: -20px;
  background: var(--white);
  border-radius: var(--r-md);
  padding: 18px 22px;
  box-shadow: 0 12px 40px rgba(61,74,66,.14);
  z-index: 10;
  animation: slideRight .8s .5s var(--ease-out) both;
  max-width: 220px;
}
.trust-card-stars {
  display: flex;
  gap: 2px;
  margin-bottom: 8px;
}
.trust-card-stars span { color: #D4A04A; font-size: 13px; }
.trust-card-text {
  font-size: 13px;
  color: var(--slate);
  line-height: 1.5;
  font-style: italic;
  margin-bottom: 12px;
}
.trust-card-author {
  display: flex;
  align-items: center;
  gap: 10px;
}
.trust-card-avatar {
  width: 34px; height: 34px;
  border-radius: 50%;
  background: var(--blush);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Playfair Display', serif;
  font-size: 14px;
  color: var(--rose-d);
  font-weight: 600;
  flex-shrink: 0;
}
.trust-card-name { font-size: 12px; font-weight: 600; color: var(--slate); }
.trust-card-role { font-size: 11px; color: var(--mist); }

/* ════════════════════════════════════════
   SOCIAL PROOF STRIP
════════════════════════════════════════ */
.strip {
  background: var(--slate);
  padding: 20px clamp(20px, 5vw, 64px);
  overflow: hidden;
}
.strip-inner {
  display: flex;
  align-items: center;
  gap: 48px;
  white-space: nowrap;
}
.strip-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(245,240,234,.5);
  flex-shrink: 0;
}
.strip-item strong { color: var(--blush); font-weight: 600; }
.strip-sep {
  width: 4px; height: 4px;
  border-radius: 50%;
  background: var(--rose);
  opacity: .6;
  flex-shrink: 0;
}

/* ════════════════════════════════════════
   SECTION COMMON STYLES
════════════════════════════════════════ */
.section {
  padding: clamp(64px, 9vw, 120px) 0;
}

.section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--rose);
  margin-bottom: 20px;
}
.section-eyebrow-line {
  width: 28px; height: 1.5px;
  background: var(--rose);
}

.section-title {
  font-size: clamp(30px, 4vw, 50px);
  color: var(--slate);
  margin-bottom: 20px;
  max-width: 640px;
}
.section-title em { font-style: italic; color: var(--rose); }

.section-lead {
  font-size: 15px;
  color: var(--slate-l);
  line-height: 1.85;
  max-width: 560px;
  font-weight: 300;
}

/* Scroll reveal */
.reveal {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity .7s var(--ease-out), transform .7s var(--ease-out);
}
.reveal.visible { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: .08s; }
.reveal.d2 { transition-delay: .16s; }
.reveal.d3 { transition-delay: .24s; }
.reveal.d4 { transition-delay: .32s; }

/* ════════════════════════════════════════
   ABOUT
════════════════════════════════════════ */
.about { background: var(--white); }

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: center;
}

.about-img-wrap {
  position: relative;
}
.about-img-frame {
  border-radius: var(--r-lg);
  overflow: hidden;
  aspect-ratio: 4 / 5;
  position: relative;
}
.about-img-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transition: transform .6s var(--ease-out);
}
.about-img-frame:hover img { transform: scale(1.04); }

/* Decorative shape behind photo */
.about-img-deco {
  position: absolute;
  top: -20px;
  left: -20px;
  width: 100%;
  height: 100%;
  border: 2px solid var(--blush);
  border-radius: var(--r-lg);
  z-index: -1;
}

/* Floating badge */
.about-badge {
  position: absolute;
  bottom: -20px;
  right: -20px;
  background: var(--rose);
  color: var(--white);
  border-radius: var(--r-md);
  padding: 20px 24px;
  text-align: center;
  box-shadow: 0 8px 30px rgba(196,154,138,.4);
}
.about-badge-num {
  font-family: 'Playfair Display', serif;
  font-size: 36px;
  font-weight: 500;
  display: block;
  line-height: 1;
}
.about-badge-lbl {
  font-size: 11px;
  font-weight: 400;
  opacity: .85;
  margin-top: 4px;
  display: block;
}

.about-content { padding: 8px 0; }

.about-intro {
  font-size: 15px;
  color: var(--slate-l);
  line-height: 1.9;
  margin-bottom: 28px;
  font-weight: 300;
}
.about-intro strong { color: var(--slate); font-weight: 600; }

/* Values pills */
.about-values {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 28px 0 36px;
}
.value-pill {
  background: var(--linen-d);
  color: var(--slate-l);
  padding: 8px 18px;
  border-radius: 100px;
  font-size: 12.5px;
  font-weight: 400;
  border: 1px solid var(--border);
  transition: background .2s, color .2s, border-color .2s;
}
.value-pill:hover {
  background: var(--blush);
  color: var(--rose-d);
  border-color: var(--blush);
}

/* ════════════════════════════════════════
   SERVICES
════════════════════════════════════════ */
.services { background: var(--linen); }

.services-header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: end;
  margin-bottom: 60px;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.service-card {
  background: var(--white);
  border-radius: var(--r-md);
  padding: 40px 36px;
  border: 1px solid var(--border);
  position: relative;
  overflow: hidden;
  transition: transform .3s var(--ease-spring), box-shadow .3s, border-color .3s;
  cursor: pointer;
}
.service-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--rose);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .35s var(--ease-out);
}
.service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 48px rgba(61,74,66,.1);
  border-color: var(--border-m);
}
.service-card:hover::before { transform: scaleX(1); }

/* Alt card — large featured */
.service-card.wide {
  grid-column: span 2;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 40px;
  background: var(--slate);
  border-color: transparent;
}
.service-card.wide::before { background: var(--blush); }
.service-card.wide .service-num { color: rgba(245,240,234,.15); }
.service-card.wide .service-name { color: var(--linen); }
.service-card.wide .service-desc { color: rgba(245,240,234,.6); }
.service-card.wide .service-icon { color: var(--blush); }
.service-card.wide .service-cta {
  background: var(--blush);
  color: var(--slate);
}

.service-num {
  font-family: 'Playfair Display', serif;
  font-size: 40px;
  font-weight: 400;
  color: var(--linen-d);
  line-height: 1;
  margin-bottom: 20px;
}

.service-icon {
  width: 44px; height: 44px;
  color: var(--rose);
  margin-bottom: 16px;
}

.service-name {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  font-weight: 500;
  color: var(--slate);
  margin-bottom: 12px;
  line-height: 1.2;
}

.service-desc {
  font-size: 13.5px;
  color: var(--slate-l);
  line-height: 1.75;
  margin-bottom: 24px;
  font-weight: 300;
}

.service-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--rose);
  transition: gap .2s;
}
.service-card:hover .service-cta { gap: 10px; }

/* ════════════════════════════════════════
   HOW IT WORKS — PROCESS
════════════════════════════════════════ */
.process { background: var(--linen-d); }

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
  margin-top: 60px;
  border-radius: var(--r-md);
  overflow: hidden;
  background: var(--border);
}

.process-step {
  background: var(--white);
  padding: 40px 28px;
  position: relative;
  transition: background .3s;
}
.process-step:hover { background: var(--linen); }

.step-number {
  font-family: 'Playfair Display', serif;
  font-size: 56px;
  font-weight: 400;
  color: var(--blush);
  line-height: 1;
  margin-bottom: 20px;
  display: block;
}

.step-icon {
  width: 36px; height: 36px;
  background: var(--blush);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  color: var(--rose-d);
}

.step-title {
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  color: var(--slate);
  margin-bottom: 12px;
  font-weight: 500;
}

.step-text {
  font-size: 13px;
  color: var(--mist);
  line-height: 1.75;
  font-weight: 300;
}

/* Arrow between steps */
.step-arrow {
  position: absolute;
  top: 40px;
  right: -12px;
  width: 24px; height: 24px;
  background: var(--rose);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  color: white;
  font-size: 10px;
}
.process-step:last-child .step-arrow { display: none; }

/* ════════════════════════════════════════
   TESTIMONIALS
════════════════════════════════════════ */
.testimonials { background: var(--white); }

.testi-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 52px;
  gap: 24px;
  flex-wrap: wrap;
}

.testi-rating {
  display: flex;
  align-items: center;
  gap: 12px;
}
.testi-rating-stars { display: flex; gap: 3px; }
.testi-rating-stars span { color: #D4A04A; font-size: 16px; }
.testi-rating-text { font-size: 13px; color: var(--mist); }

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

.testi-card {
  background: var(--linen);
  border-radius: var(--r-md);
  padding: 32px 28px;
  border: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  gap: 20px;
  transition: transform .3s var(--ease-spring), box-shadow .3s;
}
.testi-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 36px rgba(61,74,66,.08);
}

/* Featured testimonial */
.testi-card.featured {
  background: var(--rose);
  border-color: transparent;
  grid-row: span 1;
}
.testi-card.featured .testi-quote { color: rgba(255,255,255,.3); }
.testi-card.featured .testi-text { color: var(--white); }
.testi-card.featured .testi-name { color: var(--white); }
.testi-card.featured .testi-role { color: rgba(255,255,255,.7); }
.testi-card.featured .testi-stars span { color: rgba(255,255,255,.8); }

.testi-quote {
  font-family: 'Playfair Display', serif;
  font-size: 60px;
  color: var(--blush);
  line-height: .7;
  font-weight: 400;
}

.testi-stars { display: flex; gap: 3px; }
.testi-stars span { color: #D4A04A; font-size: 12px; }

.testi-text {
  font-size: 14px;
  color: var(--slate);
  line-height: 1.8;
  font-style: italic;
  font-weight: 300;
  flex: 1;
}
.testi-text em { font-style: normal; font-weight: 600; }

.testi-author {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 16px;
  border-top: 1px solid var(--border);
}
.testi-card.featured .testi-author { border-color: rgba(255,255,255,.2); }

.testi-avatar {
  width: 40px; height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Playfair Display', serif;
  font-size: 15px;
  font-weight: 600;
  flex-shrink: 0;
}
.testi-name { font-size: 13px; font-weight: 600; }
.testi-role { font-size: 11px; color: var(--mist); margin-top: 2px; }

/* ════════════════════════════════════════
   PRICING
════════════════════════════════════════ */
.pricing { background: var(--linen); }

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

.price-card {
  background: var(--white);
  border-radius: var(--r-md);
  border: 1px solid var(--border);
  overflow: hidden;
  transition: transform .3s var(--ease-spring), box-shadow .3s;
}
.price-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 48px rgba(61,74,66,.1);
}

.price-card.featured {
  background: var(--slate);
  border-color: transparent;
  transform: scale(1.03);
  box-shadow: 0 20px 60px rgba(61,74,66,.2);
}
.price-card.featured:hover { transform: scale(1.03) translateY(-4px); }

.price-header {
  padding: 32px 32px 24px;
  border-bottom: 1px solid var(--border);
}
.price-card.featured .price-header { border-color: rgba(255,255,255,.1); }

.price-badge {
  display: inline-block;
  background: var(--blush);
  color: var(--rose-d);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 100px;
  margin-bottom: 16px;
}
.price-card.featured .price-badge { background: var(--rose); color: var(--white); }

.price-name {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  font-weight: 500;
  color: var(--slate);
  margin-bottom: 4px;
}
.price-card.featured .price-name { color: var(--linen); }

.price-desc {
  font-size: 13px;
  color: var(--mist);
  font-weight: 300;
}
.price-card.featured .price-desc { color: rgba(245,240,234,.55); }

.price-amount-wrap {
  padding: 24px 32px;
  display: flex;
  align-items: baseline;
  gap: 4px;
  border-bottom: 1px solid var(--border);
}
.price-card.featured .price-amount-wrap { border-color: rgba(255,255,255,.1); }

.price-num {
  font-family: 'Playfair Display', serif;
  font-size: 52px;
  font-weight: 400;
  color: var(--rose);
  line-height: 1;
}
.price-unit { font-size: 14px; color: var(--mist); font-weight: 300; }
.price-card.featured .price-unit { color: rgba(245,240,234,.5); }

.price-body { padding: 28px 32px; }

.price-features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 32px;
}
.price-features li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13.5px;
  color: var(--slate-l);
  font-weight: 300;
}
.price-card.featured .price-features li { color: rgba(245,240,234,.7); }
.price-features li::before {
  content: '✓';
  width: 18px; height: 18px;
  background: var(--blush);
  color: var(--rose-d);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 1px;
}
.price-card.featured .price-features li::before {
  background: rgba(196,154,138,.25);
  color: var(--blush);
}

.btn-price {
  width: 100%;
  padding: 16px;
  border-radius: 100px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .06em;
  text-align: center;
  transition: background .25s, transform .2s var(--ease-spring);
  display: block;
}
.btn-price-outline {
  border: 1.5px solid var(--border-m);
  color: var(--slate);
}
.btn-price-outline:hover { border-color: var(--rose); color: var(--rose); background: rgba(196,154,138,.05); }
.btn-price-solid {
  background: var(--rose);
  color: var(--white);
  box-shadow: 0 6px 20px rgba(196,154,138,.4);
}
.btn-price-solid:hover { background: var(--rose-d); transform: translateY(-1px); }
.btn-price-ghost {
  background: rgba(245,240,234,.12);
  color: var(--linen);
  border: 1px solid rgba(245,240,234,.2);
}
.btn-price-ghost:hover { background: rgba(245,240,234,.2); }

.price-note {
  text-align: center;
  font-size: 12px;
  color: var(--mist);
  margin-top: 32px;
  line-height: 1.7;
}

/* ════════════════════════════════════════
   LEAD MAGNET
════════════════════════════════════════ */
.lead {
  background: var(--slate);
  position: relative;
  overflow: hidden;
}
.lead::before {
  content: '';
  position: absolute;
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(196,154,138,.12) 0%, transparent 70%);
  right: -100px; top: -100px;
  pointer-events: none;
}
.lead::after {
  content: '';
  position: absolute;
  width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(124,140,114,.1) 0%, transparent 70%);
  left: -50px; bottom: -50px;
  pointer-events: none;
}

.lead-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: center;
  position: relative;
  z-index: 2;
}

/* PDF mockup */
.lead-mockup {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pdf-card {
  background: var(--white);
  border-radius: var(--r-md);
  padding: 36px 32px;
  box-shadow: 0 24px 80px rgba(0,0,0,.3);
  max-width: 280px;
  transform: rotate(-3deg);
  transition: transform .3s var(--ease-spring);
}
.lead-mockup:hover .pdf-card { transform: rotate(0deg) scale(1.02); }
.pdf-card-header {
  background: var(--rose);
  margin: -36px -32px 24px;
  padding: 20px 24px;
  border-radius: var(--r-md) var(--r-md) 0 0;
}
.pdf-card-header-tag {
  font-size: 9px;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: rgba(255,255,255,.75);
  margin-bottom: 6px;
}
.pdf-card-header-title {
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  color: var(--white);
  font-weight: 500;
  line-height: 1.2;
}
.pdf-items {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.pdf-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 12px;
  color: var(--slate-l);
}
.pdf-item-num {
  width: 20px; height: 20px;
  background: var(--blush);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 700;
  color: var(--rose-d);
  flex-shrink: 0;
}

.lead-content { color: var(--linen); }
.lead-content .section-eyebrow { color: var(--blush); }
.lead-content .section-eyebrow-line { background: var(--blush); }
.lead-content .section-title { color: var(--linen); max-width: 480px; }
.lead-content .section-title em { color: var(--gold-lt, #D9B876); color: var(--blush); }
.lead-content .section-lead { color: rgba(245,240,234,.6); max-width: 440px; }

.lead-form {
  margin-top: 36px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.lead-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.lead-input {
  background: rgba(245,240,234,.08);
  border: 1px solid rgba(245,240,234,.15);
  border-radius: 100px;
  padding: 14px 20px;
  font-family: 'Mulish', sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: var(--linen);
  transition: border-color .2s, background .2s;
  width: 100%;
}
.lead-input::placeholder { color: rgba(245,240,234,.35); }
.lead-input:focus { outline: none; border-color: var(--rose); background: rgba(245,240,234,.12); }
.lead-submit {
  background: var(--rose);
  color: var(--white);
  padding: 16px 28px;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .04em;
  cursor: pointer;
  transition: background .25s, transform .2s var(--ease-spring);
  box-shadow: 0 6px 20px rgba(196,154,138,.4);
  border: none;
  font-family: 'Mulish', sans-serif;
}
.lead-submit:hover { background: var(--rose-d); transform: translateY(-1px); }
.lead-privacy { font-size: 11px; color: rgba(245,240,234,.35); text-align: center; }

/* ════════════════════════════════════════
   CONTACT
════════════════════════════════════════ */
.contact { background: var(--white); }

.contact-grid {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: start;
}

.contact-info { padding-top: 8px; }

.contact-items {
  margin: 36px 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 16px;
  background: var(--linen);
  border-radius: var(--r-md);
  border: 1px solid var(--border);
  transition: border-color .2s;
}
.contact-item:hover { border-color: var(--border-m); }
.contact-icon {
  width: 40px; height: 40px;
  background: var(--blush);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--rose-d);
  flex-shrink: 0;
}
.contact-item-label { font-size: 10px; letter-spacing: .2em; text-transform: uppercase; color: var(--mist); margin-bottom: 3px; font-weight: 500; }
.contact-item-value { font-size: 14px; color: var(--slate); font-weight: 400; }

.contact-social {
  display: flex;
  gap: 10px;
}
.social-link {
  width: 44px; height: 44px;
  border-radius: 12px;
  border: 1.5px solid var(--border-m);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--mist);
  transition: border-color .2s, color .2s, background .2s;
}
.social-link:hover { border-color: var(--rose); color: var(--rose); background: rgba(196,154,138,.06); }

/* Form */
.contact-form-wrap {
  background: var(--linen);
  border-radius: var(--r-lg);
  padding: clamp(28px, 4vw, 48px);
  border: 1px solid var(--border);
}
.form-title {
  font-family: 'Playfair Display', serif;
  font-size: 26px;
  color: var(--slate);
  margin-bottom: 8px;
  font-weight: 500;
}
.form-sub { font-size: 13px; color: var(--mist); margin-bottom: 32px; font-weight: 300; }

.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group { margin-bottom: 16px; }
.form-label {
  display: block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--slate-l);
  margin-bottom: 8px;
}
.form-input,
.form-select,
.form-textarea {
  width: 100%;
  background: var(--white);
  border: 1.5px solid var(--border);
  border-radius: var(--r-md);
  padding: 13px 16px;
  font-family: 'Mulish', sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: var(--slate);
  transition: border-color .2s, box-shadow .2s;
  appearance: none;
}
.form-input:focus,
.form-select:focus,
.form-textarea:focus {
  outline: none;
  border-color: var(--rose);
  box-shadow: 0 0 0 3px rgba(196,154,138,.12);
}
.form-input::placeholder { color: var(--mist); opacity: .6; }
.form-textarea { resize: vertical; min-height: 96px; }

.form-submit {
  width: 100%;
  background: var(--slate);
  color: var(--linen);
  padding: 17px 28px;
  border-radius: 100px;
  font-family: 'Mulish', sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .06em;
  cursor: pointer;
  transition: background .25s, transform .2s var(--ease-spring);
  border: none;
  margin-top: 4px;
}
.form-submit:hover { background: var(--rose); transform: translateY(-1px); }

/* ════════════════════════════════════════
   FOOTER
════════════════════════════════════════ */
footer {
  background: var(--slate);
  padding: clamp(48px, 7vw, 80px) 0 0;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(245,240,234,.08);
}
.footer-brand-name {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  font-weight: 500;
  color: var(--linen);
  margin-bottom: 4px;
}
.footer-brand-sub {
  font-size: 10px;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: rgba(245,240,234,.35);
  margin-bottom: 20px;
}
.footer-brand-desc {
  font-size: 13px;
  color: rgba(245,240,234,.4);
  line-height: 1.8;
  max-width: 260px;
  font-weight: 300;
  margin-bottom: 28px;
}
.footer-social { display: flex; gap: 10px; }
.footer-social-btn {
  width: 38px; height: 38px;
  border-radius: 10px;
  background: rgba(245,240,234,.07);
  display: flex; align-items: center; justify-content: center;
  color: rgba(245,240,234,.4);
  transition: background .2s, color .2s;
}
.footer-social-btn:hover { background: var(--rose); color: var(--white); }

.footer-col h5 {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: rgba(245,240,234,.4);
  margin-bottom: 20px;
}
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-col a {
  font-size: 13px;
  color: rgba(245,240,234,.5);
  transition: color .2s;
  font-weight: 300;
}
.footer-col a:hover { color: var(--blush); }

.footer-bottom {
  padding: 24px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}
.footer-copy { font-size: 12px; color: rgba(245,240,234,.25); font-weight: 300; }
.footer-legal { display: flex; gap: 24px; }
.footer-legal a { font-size: 12px; color: rgba(245,240,234,.25); transition: color .2s; }
.footer-legal a:hover { color: var(--mist); }

/* Sticky mobile CTA */
.sticky-bar {
  display: none;
  position: fixed;
  bottom: 0; left: 0; right: 0;
  z-index: 150;
  background: rgba(245,240,234,.97);
  backdrop-filter: blur(12px);
  border-top: 1px solid var(--border);
  padding: 12px 20px;
  gap: 10px;
  box-shadow: 0 -4px 20px rgba(61,74,66,.1);
}
.sticky-bar a {
  flex: 1;
  padding: 14px;
  border-radius: 100px;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  letter-spacing: .04em;
}
.s-call { border: 1.5px solid var(--border-m); color: var(--slate); }
.s-rdv { background: var(--rose); color: var(--white); box-shadow: 0 4px 14px rgba(196,154,138,.4); }

/* ════════════════════════════════════════
   ANIMATIONS
════════════════════════════════════════ */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: none; }
}
@keyframes slideRight {
  from { opacity: 0; transform: translateX(-32px); }
  to   { opacity: 1; transform: translateX(0); }
}

/* ════════════════════════════════════════
   RESPONSIVE — TABLET ≤ 1024px
════════════════════════════════════════ */
@media (max-width: 1024px) {
  .hero { grid-template-columns: 1fr; min-height: unset; }
  .hero-photo { height: 55svh; order: -1; }
  .hero-trust-card { display: none; }
  .services-header { grid-template-columns: 1fr; }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .service-card.wide { grid-column: span 2; grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .step-arrow { display: none !important; }
  .testi-grid { grid-template-columns: 1fr 1fr; }
  .pricing-grid { grid-template-columns: 1fr; max-width: 400px; margin-inline: auto; }
  .price-card.featured { transform: scale(1); }
  .price-card.featured:hover { transform: translateY(-4px); }
  .lead-inner { grid-template-columns: 1fr; }
  .lead-mockup { display: none; }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .about-grid { grid-template-columns: 1fr 1fr; }
}

/* ════════════════════════════════════════
   RESPONSIVE — MOBILE ≤ 768px
════════════════════════════════════════ */
@media (max-width: 768px) {
  :root { --nav-h: 64px; }
  .nav-links { display: none; }
  .btn-nav { display: none; }
  .nav-burger { display: flex; }
  .hero-photo { height: 60svh; }
  .hero-proof { flex-wrap: wrap; gap: 20px; }
  .about-grid { grid-template-columns: 1fr; }
  .about-img-deco { display: none; }
  .about-badge { right: 0; bottom: -10px; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card.wide { grid-column: span 1; }
  .process-grid { grid-template-columns: 1fr; border-radius: var(--r-md); }
  .testi-grid { grid-template-columns: 1fr; }
  .pricing-grid { max-width: 100%; }
  .lead-form-row { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom { flex-direction: column; gap: 12px; }
  .sticky-bar { display: flex; }
  footer { padding-bottom: 0; }
  .contact-form-wrap { padding: 24px 20px; }
  .strip-inner { flex-wrap: wrap; gap: 20px; }
}

@media (max-width: 480px) {
  .hero-actions { flex-direction: column; }
  .btn-primary, .btn-secondary { width: 100%; justify-content: center; }
  .hero-badge { font-size: 10px; }
  .announce-bar { font-size: 11px; }
}

/* ════════════════════════════════════════
   EXTENSIONS — livre blanc, blog, WordPress
   (ajouté au design system de la maquette v2)
════════════════════════════════════════ */
:root{
  --terra:   #C17A5B;   /* accent univers Bloom & Vous */
  --terra-d: #A86449;
  --gold:    #C9AE8A;
}

/* ────────────────────────────────────────
   BLOC LIVRE BLANC
──────────────────────────────────────── */
.lb{ background: var(--linen-d); }
.lb-grid{
  display: grid;
  gap: clamp(36px, 6vw, 72px);
  align-items: center;
}
@media (min-width: 900px){ .lb-grid{ grid-template-columns: .82fr 1.18fr; } }

.lb-media{ position: relative; display: flex; justify-content: center; }
.lb-media img{
  width: 100%; max-width: 320px; height: auto; border-radius: var(--r-md);
  box-shadow: 0 30px 60px rgba(61,74,66,.22), 0 2px 0 rgba(255,255,255,.5);
  transform: rotate(-2.5deg);
}
.lb-tag{
  position: absolute; top: -14px; right: 6%; z-index: 2;
  background: var(--slate); color: var(--linen);
  font-size: 10.5px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase;
  padding: 9px 16px; border-radius: 100px;
}
.lb .section-eyebrow{ color: var(--terra); }
.lb .section-eyebrow-line{ background: var(--terra); }
.lb .section-title em{ color: var(--terra); }
.lb-logo{ width: 158px; height: auto; margin-bottom: 22px; opacity: .92; }

.lb-list{
  list-style: none; margin: 26px 0 0; padding: 0;
  display: grid; gap: 11px; max-width: 520px;
}
.lb-list li{
  position: relative; padding-left: 30px;
  font-size: 15px; color: var(--slate-l);
}
.lb-list li::before{
  content: ""; position: absolute; left: 4px; top: .48em;
  width: 11px; height: 6px;
  border-left: 1.8px solid var(--terra);
  border-bottom: 1.8px solid var(--terra);
  transform: rotate(-45deg);
}

.lb-buy{
  display: flex; flex-wrap: wrap; align-items: center; gap: 18px 30px;
  margin-top: 32px; padding-top: 28px;
  border-top: 1px solid var(--border-m);
}
.lb-price{ display: flex; align-items: baseline; flex-wrap: wrap; gap: 10px; }
.lb-price-now{
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 46px; line-height: 1; color: var(--terra);
}
.lb-price-was{ font-size: 18px; color: var(--mist); text-decoration: line-through; }
.lb-price-unit{ flex-basis: 100%; font-size: 12px; color: var(--mist); }
.lb-cta{ background: var(--terra); box-shadow: 0 6px 20px rgba(193,122,91,.34); }
.lb-cta:hover{ background: var(--terra-d); }
.lb-note{ margin: 22px 0 0; font-size: 12.5px; color: var(--mist); line-height: 1.6; }

/* ────────────────────────────────────────
   BLOG — accueil, archives, article
──────────────────────────────────────── */
.blog-home{ background: var(--white); }
.blog-home-header{
  display: grid; gap: 18px 48px; align-items: end; margin-bottom: 44px;
}
@media (min-width: 880px){ .blog-home-header{ grid-template-columns: 1fr .8fr; } }
.blog-home-more{ text-align: center; margin: 44px 0 0; }

.blog-grid{
  display: grid; gap: 22px;
  grid-template-columns: repeat(auto-fit, minmax(288px, 1fr));
}

.post-card{
  display: flex; flex-direction: column;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  overflow: hidden;
  transition: transform .3s var(--ease-out), box-shadow .3s;
}
.post-card:hover{ transform: translateY(-4px); box-shadow: 0 16px 40px rgba(61,74,66,.09); }

.post-card-media{
  display: block; aspect-ratio: 16 / 10; background: var(--linen-d);
  overflow: hidden; position: relative;
}
.post-card-media img{
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .5s var(--ease-out);
}
.post-card:hover .post-card-media img{ transform: scale(1.04); }
.post-card-placeholder{
  position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
  color: var(--rose); opacity: .5;
}

.post-card-body{ padding: 24px 26px 28px; display: flex; flex-direction: column; flex: 1; }
.post-card-meta{
  display: flex; flex-wrap: wrap; align-items: center; gap: 8px 12px;
  font-size: 11px; letter-spacing: .14em; text-transform: uppercase;
  color: var(--mist); margin: 0 0 12px;
}
.post-card-cat{ color: var(--rose); font-weight: 600; }
.post-card-cat::after{ content: "·"; margin-left: 12px; color: var(--mist); }
.post-card-title{
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 22px; line-height: 1.25; margin: 0 0 12px;
}
.post-card-title a{ color: var(--slate); transition: color .2s; }
.post-card:hover .post-card-title a{ color: var(--rose); }
.post-card-excerpt{
  font-size: 14.5px; color: var(--slate-l); line-height: 1.7; margin: 0 0 18px; flex: 1;
}
.post-card-more{
  display: inline-flex; align-items: center; gap: 7px;
  font-size: 12px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase;
  color: var(--rose);
}
.post-card:hover .post-card-more svg{ transform: translateX(3px); }
.post-card-more svg{ transition: transform .25s var(--ease-out); }

.blog-empty{
  border: 1px dashed var(--border-m); border-radius: var(--r-lg);
  padding: 46px 28px; text-align: center; color: var(--slate-l);
}
.blog-empty a{ color: var(--rose); font-weight: 600; }
.blog-empty-note{ font-size: 13px; color: var(--mist); margin: 8px 0 0; }

/* ── En-tête de page intérieure ───────── */
.page-head{
  background: var(--linen-d);
  padding: clamp(48px, 7vw, 88px) 0 clamp(40px, 5vw, 64px);
  border-bottom: 1px solid var(--border);
}
.page-head .section-title{ margin-bottom: 0; }
.page-head .section-lead{ margin-top: 18px; }
.breadcrumb{
  font-size: 11.5px; letter-spacing: .12em; text-transform: uppercase;
  color: var(--mist); margin: 0 0 18px;
}
.breadcrumb a{ color: var(--rose); }

/* ── Article ──────────────────────────── */
.entry{ padding: clamp(48px, 7vw, 88px) 0; }
.entry-wrap{ max-width: 720px; margin: 0 auto; }
.entry-thumb{
  border-radius: var(--r-lg); overflow: hidden; margin-bottom: 40px;
  box-shadow: 0 18px 44px rgba(61,74,66,.12);
}
.entry-content{ font-size: 17px; line-height: 1.8; color: var(--slate-l); }
.entry-content > * + *{ margin-top: 1.15em; }
.entry-content h2{
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 30px; color: var(--slate); margin-top: 1.9em; line-height: 1.25;
}
.entry-content h3{
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 23px; color: var(--slate); margin-top: 1.6em;
}
.entry-content a{ color: var(--rose); text-decoration: underline; text-underline-offset: 3px; }
.entry-content a:hover{ color: var(--rose-d); }
.entry-content strong{ color: var(--slate); font-weight: 600; }
.entry-content ul, .entry-content ol{ padding-left: 1.3em; }
.entry-content li + li{ margin-top: .5em; }
.entry-content li::marker{ color: var(--rose); }
.entry-content blockquote{
  border-left: 2px solid var(--rose);
  padding: 6px 0 6px 26px; margin-inline: 0;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 22px; font-style: italic; color: var(--slate); line-height: 1.45;
}
.entry-content img,
.entry-content iframe{ border-radius: var(--r-md); max-width: 100%; height: auto; }
.entry-content figure{ margin-inline: 0; }
.entry-content figcaption{ font-size: 13px; color: var(--mist); margin-top: 10px; text-align: center; }
.entry-content pre{
  background: var(--linen-d); border-radius: var(--r-md); padding: 18px 20px;
  overflow-x: auto; font-size: 14px;
}
.entry-content table{ width: 100%; border-collapse: collapse; font-size: 15px; }
.entry-content th, .entry-content td{ border-bottom: 1px solid var(--border); padding: 11px 12px; text-align: left; }

.entry-footer{
  margin-top: 48px; padding-top: 28px; border-top: 1px solid var(--border);
  display: flex; flex-wrap: wrap; gap: 16px; justify-content: space-between; align-items: center;
}
.entry-tags{ display: flex; flex-wrap: wrap; gap: 8px; }
.entry-tags a{
  font-size: 12px; letter-spacing: .06em; color: var(--slate-l);
  background: var(--linen-d); border-radius: 100px; padding: 7px 15px;
}
.entry-tags a:hover{ background: var(--blush); color: var(--rose-d); }

.post-nav{
  display: grid; gap: 14px; margin-top: 36px;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}
.post-nav a{
  border: 1px solid var(--border); border-radius: var(--r-md);
  padding: 18px 22px; transition: background .2s, border-color .2s;
}
.post-nav a:hover{ background: var(--linen-d); border-color: var(--border-m); }
.post-nav span{
  display: block; font-size: 11px; letter-spacing: .14em; text-transform: uppercase;
  color: var(--mist); margin-bottom: 6px;
}
.post-nav strong{
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 400; font-size: 17px; color: var(--slate);
}
.post-nav .next{ text-align: right; }

/* ── Pagination ───────────────────────── */
.md-pagination{ margin-top: 48px; display: flex; justify-content: center; }
.md-pagination .page-numbers{
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 40px; height: 40px; padding: 0 12px; margin: 0 4px;
  border-radius: 100px; font-size: 14px; color: var(--slate-l);
  border: 1px solid transparent; transition: background .2s, color .2s;
}
.md-pagination .page-numbers:hover{ background: var(--linen-d); }
.md-pagination .page-numbers.current{ background: var(--rose); color: var(--white); }

/* ── Recherche & 404 ──────────────────── */
.md-search{ display: flex; gap: 10px; max-width: 460px; }
.md-search input{
  flex: 1; border: 1px solid var(--border-m); border-radius: 100px;
  padding: 13px 20px; font-family: inherit; font-size: 15px;
  background: var(--white); color: var(--slate);
}
.md-search input:focus{ outline: 2px solid var(--rose); outline-offset: 1px; }
.md-empty{ padding: clamp(60px,9vw,110px) 0; text-align: center; }
.md-empty .section-title{ margin-inline: auto; }
.md-empty .section-lead{ margin: 0 auto 28px; }

/* ── Nav : lien actif + états WP ──────── */
.nav-links .current-menu-item > a,
.nav-links a[aria-current]{ color: var(--rose); }
.nav-links .current-menu-item > a::after{ width: 100%; }

/* ── Notices de formulaire ────────────── */
.form-notice{
  border-radius: var(--r-md); padding: 14px 18px; margin-bottom: 20px;
  font-size: 14.5px; line-height: 1.5;
}
.form-notice.is-ok{ background: rgba(124,140,114,.14); color: var(--moss); border: 1px solid rgba(124,140,114,.3); }
.form-notice.is-err{ background: var(--blush); color: var(--rose-d); border: 1px solid var(--border-m); }
.md-hp{ position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

/* ── Accessibilité ────────────────────── */
.skip-link{
  position: absolute; left: -9999px; top: 0; z-index: 999;
  background: var(--slate); color: var(--linen); padding: 12px 20px; border-radius: 0 0 var(--r-md) 0;
}
.skip-link:focus{ left: 0; }
:focus-visible{ outline: 2px solid var(--rose); outline-offset: 2px; }

/* ── Barre admin ──────────────────────── */
.admin-bar .nav{ top: 32px; }
@media (max-width: 782px){ .admin-bar .nav{ top: 46px; } }

/* ── Alignements WordPress ────────────── */
.alignleft{ float: left; margin: .4em 1.6em 1em 0; }
.alignright{ float: right; margin: .4em 0 1em 1.6em; }
.aligncenter{ display: block; margin-inline: auto; }
.alignwide, .alignfull{ max-width: 100%; }
.wp-caption{ max-width: 100%; }
.screen-reader-text{
  position: absolute !important; width: 1px; height: 1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap;
}

/* ── Animations : pas de contenu invisible sans JS ── */
.reveal{ opacity: 1; transform: none; }
.js .reveal{ opacity: 0; transform: translateY(32px); }
.js .reveal.visible{ opacity: 1; transform: none; }

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

/* ════════════════════════════════════════
   BLOCS D'ARTICLE — essentiel, FAQ, CTA
════════════════════════════════════════ */
.md-key{
  background: var(--linen-d);
  border-left: 3px solid var(--rose);
  border-radius: 0 var(--r-md) var(--r-md) 0;
  padding: 26px 28px;
  margin: 8px 0 38px;
}
.md-key-title{
  font-family: 'Mulish', sans-serif !important;
  font-size: 11px !important; font-weight: 600;
  letter-spacing: .22em; text-transform: uppercase;
  color: var(--rose); margin: 0 0 14px !important;
}
.md-key-body{ font-size: 15.5px; line-height: 1.7; color: var(--slate); }
.md-key-body p{ margin: 0 0 10px; }
.md-key-body p:last-child{ margin: 0; }
.md-key-body ul{ margin: 0; padding-left: 1.15em; }
.md-key-body li + li{ margin-top: 7px; }
.md-key-body li::marker{ color: var(--rose); }
.md-key-body strong{ color: var(--slate); font-weight: 600; }

.md-faq{ margin: 48px 0 8px; }
.md-faq > h2{ margin-bottom: 18px !important; }
.md-faq-item{ border-bottom: 1px solid var(--border); }
.md-faq-item:first-of-type{ border-top: 1px solid var(--border); }
.md-faq-item > summary{
  cursor: pointer; list-style: none; position: relative;
  padding: 20px 44px 20px 0;
  font-size: 17px; font-weight: 600; color: var(--slate); line-height: 1.4;
}
.md-faq-item > summary::-webkit-details-marker{ display: none; }
.md-faq-item > summary::after{
  content: ""; position: absolute; right: 10px; top: 27px;
  width: 9px; height: 9px;
  border-right: 1.6px solid var(--rose); border-bottom: 1.6px solid var(--rose);
  transform: rotate(45deg); transition: transform .22s var(--ease-out);
}
.md-faq-item[open] > summary::after{ transform: rotate(-135deg); top: 31px; }
.md-faq-answer{ padding: 0 44px 22px 0; font-size: 15.5px; color: var(--slate-l); }
.md-faq-answer p{ margin: 0 0 12px; }
.md-faq-answer p:last-child{ margin: 0; }

.md-cta-box{
  margin: 46px 0 8px; padding: 30px 32px;
  background: var(--slate); border-radius: var(--r-lg);
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 20px;
}
.md-cta-box p{
  margin: 0; flex: 1 1 300px;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 22px; line-height: 1.35; color: var(--linen);
}
.md-cta-box .btn-primary{ flex: none; }

/* Marqueur éditorial : zone à compléter avant publication */
.md-todo{
  display: block; background: #FFF4D6; color: #6B4E10;
  border: 1px dashed #C9A227; border-radius: var(--r-sm);
  padding: 14px 16px; font-size: 14px; line-height: 1.6;
}

/* ════════════════════════════════════════
   TITRES — le sur-titre fait partie du Hn
   (aucun changement visuel : le sur-titre et
   la ligne éditoriale gardent leurs styles,
   ils sont simplement réunis sous un seul
   titre sémantique)
════════════════════════════════════════ */
.hero-h1,
.section-h2{
  font-family: 'Mulish', sans-serif;
  font-weight: 300;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  display: block;
}
.hero-h1 .hero-badge{ display: inline-flex; }
.hero-h1 .hero-title,
.section-h2 .section-title{ display: block; }
.section-h2 .section-eyebrow{
  display: flex;
  font-family: 'Mulish', sans-serif;
}
.section-h2 .section-title,
.hero-h1 .hero-title{
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 400;
  line-height: 1.15;
}
.lead-content .section-h2 .section-title{ color: var(--linen); }
.lead-content .section-h2 .section-eyebrow{ color: var(--blush); }
.lead-content .section-h2 .section-eyebrow-line{ background: var(--blush); }
.lb .section-h2 .section-eyebrow{ color: var(--terra); }
.lb .section-h2 .section-eyebrow-line{ background: var(--terra); }
.pdf-card-header-title{
  display: block;
  font-family: 'Playfair Display', Georgia, serif;
}

/* ════════════════════════════════════════
   FAQ DE L'ACCUEIL
════════════════════════════════════════ */
.faq-home{ background: var(--linen-d); }
.faq-home-list{
  max-width: 820px;
  margin: 34px auto 0;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: 4px 28px;
}
.faq-home .md-faq-item{ border-bottom: 1px solid var(--border); }
.faq-home .md-faq-item:first-of-type{ border-top: none; }
.faq-home .md-faq-item:last-of-type{ border-bottom: none; }
.faq-home .md-faq-item > summary h3{
  display: inline;
  font-family: 'Mulish', sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: var(--slate);
  line-height: 1.4;
  margin: 0;
}
.faq-home-more{ text-align: center; margin: 34px 0 0; }
@media (max-width: 520px){
  .faq-home-list{ padding-inline: 18px; }
}
