/* =================================================================
   HOLISZEN COACH — Alternative Claude
   Design System : Lumière dorée, organique, premium et apaisant
   ================================================================= */

/* ---------- TOKENS ---------- */
:root {
  /* Palette */
  --bg-main: #FDF8F0;
  --bg-secondary: #F5EDE0;
  --primary: #C9A84C;
  --primary-dark: #A08030;
  --secondary: #B87333;
  --tertiary: #7C8B6A;
  --text-main: #3D2B1F;
  --text-soft: #8B7D6B;
  --gold-light: #E8D5A0;
  --amber-light: #F0DFC0;
  --brown-dark: #5C3D2E;
  --sage: #8B9A7B;
  --terracotta: #C17F59;
  --white: #FFFFFF;
  --warm-black: #2A1F14;

  /* Ombres chaudes */
  --shadow-soft: 0 4px 20px rgba(184, 115, 51, 0.08);
  --shadow-warm: 0 10px 40px rgba(160, 128, 48, 0.12);
  --shadow-strong: 0 20px 60px rgba(92, 61, 46, 0.18);
  --shadow-inset: inset 0 1px 2px rgba(255, 255, 255, 0.6);

  /* Rayons généreux */
  --radius-sm: 12px;
  --radius-md: 20px;
  --radius-lg: 32px;
  --radius-xl: 48px;
  --radius-pill: 999px;

  /* Espacements */
  --space-1: 0.5rem;
  --space-2: 1rem;
  --space-3: 1.5rem;
  --space-4: 2rem;
  --space-5: 3rem;
  --space-6: 4.5rem;
  --space-7: 6rem;

  /* Conteneur */
  --container: 1200px;
  --container-narrow: 880px;

  /* Construction banner */
  --banner-h: 44px;

  /* Transitions */
  --tr-fast: 200ms cubic-bezier(.4,0,.2,1);
  --tr-med: 380ms cubic-bezier(.4,0,.2,1);
  --tr-slow: 700ms cubic-bezier(.4,0,.2,1);
}

/* ---------- RESET ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: 'Inter', system-ui, sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.7;
  color: var(--text-main);
  background: var(--bg-main);
  padding-top: var(--banner-h);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--primary-dark); text-decoration: none; transition: color var(--tr-fast); }
a:hover { color: var(--secondary); }
button { font: inherit; border: 0; cursor: pointer; background: transparent; }
ul { padding-left: 1.2em; }

/* ---------- TYPO ---------- */
h1, h2, h3, h4, h5 { margin: 0 0 .6em; color: var(--brown-dark); font-weight: 400; line-height: 1.2; }
h1, h2, h3, h4 { font-family: 'Mali', cursive; letter-spacing: -0.01em; font-weight: 400; }
h1 { font-size: clamp(2.64rem, 6.05vw, 4.62rem); font-weight: 400; }
h2 { font-size: clamp(1.5rem, 3vw, 2.25rem); font-weight: 400; }
h3 { font-size: clamp(1.4rem, 2.4vw, 1.85rem); }
h4 { font-size: 1.25rem; }
p { margin: 0 0 1.1em; }
.eyebrow {
  display: inline-block;
  font-family: 'Inter', sans-serif;
  font-size: 1.04rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--primary-dark);
  margin-bottom: var(--space-2);
  position: relative;
  padding-left: 38px;
  padding-right: 38px;
}
.eyebrow::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 28px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--primary));
}
.eyebrow::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 28px;
  height: 1px;
  background: linear-gradient(90deg, var(--primary), transparent);
}
.eyebrow-after {
  display: block;
  width: 56px;
  height: 1px;
  margin: var(--space-3) auto 0;
  background: linear-gradient(90deg, transparent, var(--primary), transparent);
}
.cta-band .eyebrow-after {
  background: linear-gradient(90deg, transparent, var(--gold-light), transparent);
}
.lead {
  font-family: 'Crimson Pro', serif;
  font-size: clamp(1.15rem, 1.6vw, 1.4rem);
  font-weight: 400;
  color: var(--text-main);
  line-height: 1.6;
}
.text-soft { color: var(--text-soft); }
.center { text-align: center; }
em.gold { color: var(--primary-dark); font-style: italic; }

/* ---------- LAYOUT ---------- */
.container { width: 100%; max-width: var(--container); padding: 0 24px; margin: 0 auto; }
.container--narrow { max-width: var(--container-narrow); }
section { position: relative; padding: calc(var(--space-7) / 2) 0; }
section.alt { background: var(--bg-secondary); }
.section-head { text-align: center; margin-bottom: var(--space-6); max-width: 720px; margin-left: auto; margin-right: auto; }

/* Soft section transitions via curves */
.curve-top, .curve-bottom { position: absolute; left: 0; right: 0; height: 70px; pointer-events: none; }
.curve-top { top: -1px; background: inherit; }
.curve-bottom { bottom: -1px; }

/* ---------- BANDEAU CONSTRUCTION ---------- */
.construction-banner {
  position: fixed; top: 0; left: 0; right: 0;
  min-height: var(--banner-h);
  padding: 6px 12px;
  display: flex; align-items: center; justify-content: center;
  text-align: center;
  background: rgba(201, 168, 76, 0.92);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: #fff;
  font-size: 0.86rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  z-index: 1100;
  box-shadow: 0 2px 12px rgba(160,128,48,.22);
}
.construction-banner span {
  display: block;
  width: 100%;
  padding: 0 8px;
  text-align: center;
  line-height: 1.35;
}

/* ---------- HEADER ---------- */
.site-header {
  position: sticky;
  top: var(--banner-h);
  z-index: 1000;
  background: rgba(253, 248, 240, 0.88);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(201, 168, 76, 0.14);
  transition: box-shadow var(--tr-fast);
}
.site-header.scrolled { box-shadow: 0 6px 28px rgba(184, 115, 51, 0.07); }
.nav {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 0;
  gap: var(--space-3);
}
.brand { display: flex; align-items: center; gap: 12px; }
.brand img { height: 48px; width: auto; }
.brand-name {
  font-family: 'Mali', cursive;
  font-size: 1.3rem;
  color: var(--brown-dark);
  letter-spacing: 0.01em;
}
.brand-name small {
  display: block;
  font-family: 'Inter', sans-serif;
  font-size: 0.7rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  color: var(--primary-dark);
  text-transform: uppercase;
}
.nav-links {
  display: flex; align-items: center; gap: 6px;
  list-style: none; padding: 0; margin: 0;
}
.nav-links a {
  display: inline-block;
  padding: 10px 16px;
  color: var(--text-main);
  font-size: 0.85rem;
  font-weight: 500;
  border-radius: var(--radius-pill);
  transition: background var(--tr-fast), color var(--tr-fast);
}
.nav-links a:hover, .nav-links a.active {
  background: var(--amber-light);
  color: var(--primary-dark);
}
.nav-cta {
  display: inline-flex;
  align-items: center; gap: 8px;
  padding: 11px 22px !important;
  background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
  color: #fff !important;
  border-radius: var(--radius-pill);
  box-shadow: 0 6px 18px rgba(184,115,51,.28);
  transition: transform var(--tr-fast), box-shadow var(--tr-fast) !important;
}
.nav-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(184,115,51,.36);
  background: linear-gradient(135deg, var(--primary-dark) 0%, var(--secondary) 100%) !important;
}
.nav-toggle {
  display: none;
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--amber-light);
  color: var(--brown-dark);
  align-items: center; justify-content: center;
}
.nav-toggle svg { width: 22px; height: 22px; }

@media (max-width: 980px) {
  .nav-links {
    position: fixed;
    inset: calc(var(--banner-h) + 78px) 16px auto 16px;
    flex-direction: column;
    align-items: stretch;
    background: var(--white);
    border-radius: var(--radius-lg);
    padding: 16px;
    box-shadow: var(--shadow-strong);
    transform: translateY(-20px);
    opacity: 0;
    pointer-events: none;
    transition: transform var(--tr-med), opacity var(--tr-med);
    border: 1px solid var(--amber-light);
  }
  .nav-links.open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .nav-toggle { display: inline-flex; }
  .nav-links a { padding: 12px 18px; border-radius: var(--radius-md); }
}

/* ---------- BOUTONS ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 30px;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 0.98rem;
  border-radius: var(--radius-pill);
  transition: all var(--tr-fast);
  cursor: pointer;
}
.btn-primary {
  background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
  color: #fff;
  box-shadow: 0 10px 30px rgba(184,115,51,.28), var(--shadow-inset);
}
.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 40px rgba(184,115,51,.4), var(--shadow-inset);
  color: #fff;
}
.btn-ghost {
  background: transparent;
  color: var(--brown-dark);
  border: 1.5px solid var(--gold-light);
}
.btn-ghost:hover {
  background: var(--amber-light);
  border-color: var(--primary);
  color: var(--brown-dark);
}
.btn-light {
  background: var(--white);
  color: var(--brown-dark);
  box-shadow: var(--shadow-soft);
}
.btn-light:hover { background: var(--amber-light); color: var(--brown-dark); }
.btn-arrow { transition: transform var(--tr-fast); }
.btn:hover .btn-arrow { transform: translateX(4px); }

/* ---------- HERO ---------- */
.hero {
  position: relative;
  min-height: 88vh;
  display: flex; align-items: center;
  padding: calc(var(--space-7) / 2) 0;
  overflow: hidden;
  background:
    radial-gradient(ellipse 80% 60% at 80% 20%, rgba(232,213,160,0.55) 0%, transparent 60%),
    radial-gradient(ellipse 70% 70% at 10% 80%, rgba(201,168,76,0.25) 0%, transparent 60%),
    linear-gradient(180deg, var(--bg-main) 0%, var(--bg-secondary) 100%);
}
.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: calc(var(--space-6) / 3);
  align-items: center;
  position: relative;
  z-index: 2;
}
.hero h1 {
  color: var(--brown-dark);
  margin-bottom: calc(var(--space-3) * 1.5);
}
.hero h1 .ornament {
  display: inline-block;
  color: var(--primary-dark);
  position: relative;
}
.hero h1 .ornament:last-child::after {
  content: none;
}
.hero-lead {
  font-family: 'Crimson Pro', serif;
  font-size: 1.35rem;
  color: var(--text-soft);
  margin: 0 0 var(--space-4);
  max-width: 540px;
}
.hero-actions { display: flex; gap: 14px; flex-wrap: nowrap; align-items: center; justify-content: center; }
.hero-meta {
  display: flex; gap: var(--space-2); margin-top: var(--space-3);
  font-size: 0.88rem; color: var(--text-soft);
  flex-wrap: wrap;
}
.hero-meta span { display: flex; align-items: center; gap: 8px; }
.hero-meta svg { width: 18px; height: 18px; color: var(--primary); }

.hero-visual {
  position: relative;
  aspect-ratio: 1 / 1.05;
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at 50% 40%, rgba(255,255,255,.35) 0%, transparent 60%),
    linear-gradient(135deg, var(--gold-light) 0%, var(--amber-light) 50%, var(--terracotta) 130%);
  box-shadow: var(--shadow-strong);
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
}
.hero-visual::before {
  content: ""; position: absolute; inset: -30%;
  background: conic-gradient(from 0deg, transparent 0deg, rgba(255,255,255,.18) 80deg, transparent 160deg, rgba(255,255,255,.12) 240deg, transparent 320deg);
  animation: slow-spin 28s linear infinite;
  pointer-events: none;
  z-index: 3;
}
.hero-visual .tree-svg,
.hero-visual .tree-img {
  position: relative; z-index: 2;
  width: 92%; height: auto;
  max-height: 92%;
  object-fit: contain;
  filter: drop-shadow(0 8px 24px rgba(92,61,46,.25));
}
.hero-visual .tree-photo {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 1;
}
.hero-visual::after {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 50% 35%, transparent 0%, rgba(92, 61, 46, 0.18) 70%, rgba(92, 61, 46, 0.45) 100%),
    linear-gradient(180deg, rgba(232, 213, 160, 0.12) 0%, rgba(193, 127, 89, 0.2) 100%);
  z-index: 2;
  pointer-events: none;
}
.hero-visual .hero-tree-mark {
  position: absolute;
  left: 50%; top: 50%;
  transform: translate(-50%, -50%);
  width: 58%; max-width: 320px;
  z-index: 4;
  filter: drop-shadow(0 12px 28px rgba(0, 0, 0, 0.35)) brightness(1.08);
  opacity: 0.95;
}
.hero-badge {
  position: absolute;
  background: var(--white);
  border-radius: var(--radius-md);
  padding: 14px 18px;
  box-shadow: var(--shadow-warm);
  display: flex; align-items: center; gap: 12px;
  font-size: 0.85rem;
  font-weight: 500;
  z-index: 3;
  animation: float 6s ease-in-out infinite;
}
.hero-badge-1 { top: 6%; left: -8%; }
.hero-badge-2 { bottom: 8%; right: -6%; animation-delay: 2s; }
.hero-badge .dot {
  width: 36px; height: 36px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  color: #fff;
  display: flex; align-items: center; justify-content: center;
}
.hero-badge .dot svg { width: 18px; height: 18px; }

@keyframes slow-spin { to { transform: rotate(360deg); } }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }

@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; gap: var(--space-5); }
  .hero { min-height: auto; padding-top: calc(var(--space-5) / 2); padding-bottom: calc(var(--space-6) / 2); }
  .hero-visual { max-width: 420px; margin: 0 auto; }
}

/* Decorative leaves */
.leaf-deco {
  position: absolute;
  color: var(--gold-light);
  opacity: 0.5;
  pointer-events: none;
  z-index: 1;
}
.leaf-deco svg { width: 100%; height: 100%; }

/* ---------- APPROCHE (3 colonnes) ---------- */
.approach-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: var(--space-4);
}
.approach-grid.approach-grid--six { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 980px) { .approach-grid--six { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .approach-grid--six { grid-template-columns: 1fr; } }

/* Pillar card with photo */
.pillar-photo {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: var(--radius-md);
  overflow: hidden;
  margin-bottom: var(--space-3);
  box-shadow: 0 8px 22px rgba(184, 115, 51, 0.18);
}
.pillar-photo img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform var(--tr-slow);
}
.approach-card:hover .pillar-photo img { transform: scale(1.05); }
.pillar-photo::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(92, 61, 46, 0.35) 100%);
  pointer-events: none;
}

/* Tradition card with circular photo */
.tradition-photo {
  width: 96px; height: 96px;
  margin: 0 auto var(--space-3);
  border-radius: 50%;
  overflow: hidden;
  box-shadow: inset 0 2px 6px rgba(255,255,255,.6), 0 10px 24px rgba(201,168,76,.28);
  border: 3px solid var(--gold-light);
}
.tradition-photo img { width: 100%; height: 100%; object-fit: cover; }

/* Coup d'oeil mini-photo */
.coup-oeil-photo {
  width: 60px; height: 60px;
  margin: 0 auto 6px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid var(--gold-light);
  box-shadow: 0 6px 14px rgba(184,115,51,.18);
}
.coup-oeil-photo img { width: 100%; height: 100%; object-fit: cover; }

/* Formula header photo (paliers) */
.formula-photo {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: var(--radius-md);
  overflow: hidden;
  margin: 0 0 var(--space-3);
  box-shadow: 0 10px 24px rgba(184,115,51,.18);
}
.formula-photo img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform var(--tr-slow);
}
.formula:hover .formula-photo img { transform: scale(1.04); }

.approach-card {
  position: relative;
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: var(--space-4) var(--space-4) var(--space-5);
  text-align: center;
  box-shadow: var(--shadow-soft);
  transition: transform var(--tr-med), box-shadow var(--tr-med);
  border: 1px solid rgba(232, 213, 160, 0.35);
  overflow: hidden;
}
.approach-card::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 4px;
  background: linear-gradient(90deg, transparent, var(--primary), transparent);
  opacity: 0; transition: opacity var(--tr-med);
}
.approach-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-warm);
}
.approach-card:hover::before { opacity: 1; }
.approach-icon {
  width: 76px; height: 76px;
  margin: 0 auto var(--space-3);
  border-radius: 50%;
  background: radial-gradient(circle, var(--amber-light) 0%, var(--gold-light) 100%);
  display: flex; align-items: center; justify-content: center;
  box-shadow: inset 0 2px 6px rgba(255,255,255,.6), 0 8px 22px rgba(201,168,76,.25);
}
.approach-icon svg { width: 38px; height: 38px; color: var(--primary-dark); }
.approach-card h3 { margin-bottom: var(--space-2); color: var(--brown-dark); }
.approach-card p { color: var(--text-soft); font-size: 0.96rem; }

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

/* ---------- CHEMIN DE TRANSFORMATION (4 étapes) ---------- */
.steps {
  position: relative;
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: var(--space-3);
  margin-top: var(--space-6);
}
/* Pas de pseudo-élément — le chemin est un SVG inline */
.steps::before { display: none; }
.steps-path {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 120px;
  pointer-events: none;
  z-index: 0;
}
/* Carte */
.step {
  position: relative;
  background: rgba(255, 255, 255, 0.62);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  border-radius: var(--radius-md);
  padding: var(--space-3);
  text-align: center;
  box-shadow: 0 6px 28px rgba(160,128,48,.09), 0 2px 6px rgba(184,115,51,.05);
  overflow: hidden;
  z-index: 1;
  transition: transform var(--tr-med), box-shadow var(--tr-med);
}
.step:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 44px rgba(160,128,48,.16), 0 4px 12px rgba(184,115,51,.1);
}
/* Barre dorée en haut */
.step::before {
  content: ""; position: absolute;
  top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, transparent, var(--primary-dark), var(--gold-light), var(--primary-dark), transparent);
}
/* Lueur ambrée en bas à droite */
.step::after {
  content: ""; position: absolute;
  bottom: -32px; right: -32px;
  width: 110px; height: 110px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--amber-light) 0%, transparent 70%);
  opacity: 0.45;
  pointer-events: none;
  transition: opacity var(--tr-med);
}
.step:hover::after { opacity: 0.75; }
/* Boîte image */
.step-icon {
  width: 136px; height: 136px;
  margin: 0 auto var(--space-2);
  border-radius: var(--radius-sm);
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(184,115,51,.22), 0 0 0 2px var(--gold-light);
  position: relative; z-index: 1;
  transition: transform var(--tr-fast), box-shadow var(--tr-fast);
}
.step-icon img {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
  filter: sepia(12%) saturate(1.1) brightness(0.97);
  transition: transform var(--tr-med), filter var(--tr-med);
}
.step:hover .step-icon {
  transform: scale(1.07);
  box-shadow: 0 8px 22px rgba(184,115,51,.32), 0 0 0 2px var(--primary);
}
.step:hover .step-icon img {
  transform: scale(1.06);
  filter: sepia(8%) saturate(1.15) brightness(1);
}
/* Numéro romain */
.step-num {
  display: block;
  font-family: 'Playfair Display', serif;
  font-size: 0.62rem; font-weight: 600;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--primary);
  opacity: 0.55;
  margin-bottom: var(--space-2);
  position: relative; z-index: 1;
}
.step h4 {
  font-family: 'Mali', cursive;
  margin: 0 0 .45em; color: var(--brown-dark);
  font-size: 1rem;
  position: relative; z-index: 1;
}
.step p {
  font-size: 0.88rem; color: var(--text-soft);
  margin: 0; line-height: 1.65;
  position: relative; z-index: 1;
}

@media (max-width: 820px) {
  .steps { grid-template-columns: 1fr 1fr; row-gap: var(--space-4); }
  .steps-path { display: none; }
}
@media (max-width: 500px) {
  .steps { grid-template-columns: 1fr; }
}

/* ---------- CTA INTERMÉDIAIRE ---------- */
.cta-band {
  background:
    radial-gradient(ellipse at top right, rgba(232,213,160,.4), transparent 60%),
    linear-gradient(135deg, var(--brown-dark) 0%, var(--warm-black) 100%);
  border-radius: var(--radius-xl);
  padding: var(--space-6) var(--space-5);
  color: var(--bg-main);
  text-align: center;
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-strong);
}
.cta-band::before {
  content: ""; position: absolute; inset: 0;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' opacity='.06'><path d='M50 10 Q 30 30, 40 50 T 50 90 M50 10 Q 70 30, 60 50 T 50 90' stroke='%23C9A84C' stroke-width='1' fill='none'/></svg>");
  background-size: 200px;
  opacity: .3;
  pointer-events: none;
}
.cta-band > * { position: relative; z-index: 1; }
.cta-band h2 { color: var(--gold-light); font-style: italic; max-width: 720px; margin-left: auto; margin-right: auto; }
.cta-band p { color: rgba(253,248,240,.85); max-width: 609px; margin-left: auto; margin-right: auto; margin-bottom: var(--space-4); }

/* ---------- TÉMOIGNAGES CARROUSEL ---------- */
.testi-wrap { position: relative; }
.testi-track-mask { overflow: hidden; padding: var(--space-3) 6px; }
.testi-track {
  display: flex;
  gap: var(--space-3);
  transition: transform 600ms cubic-bezier(.4,0,.2,1);
}
.testi-card {
  flex: 0 0 calc((100% - var(--space-3) * 2) / 3);
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: var(--space-4);
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(232,213,160,.35);
  position: relative;
  display: flex;
  flex-direction: column;
}
.testi-card::before {
  content: "“"; position: absolute;
  top: 14px; right: 24px;
  font-family: 'Playfair Display', serif;
  font-size: 5rem;
  color: var(--gold-light);
  line-height: 1;
  opacity: .8;
}
.testi-stars { color: var(--primary); margin-bottom: var(--space-2); font-size: .95rem; letter-spacing: 4px; }
.testi-text { font-family: 'Crimson Pro', serif; font-size: 1.1rem; color: var(--text-main); margin-bottom: var(--space-3); }
.testi-author { display: flex; align-items: center; gap: 12px; margin-top: auto; }
.testi-avatar {
  width: 48px; height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold-light), var(--terracotta));
  display: flex; align-items: center; justify-content: center;
  color: var(--white); font-weight: 600;
  font-family: 'Playfair Display', serif;
}
.testi-name { font-weight: 500; color: var(--brown-dark); font-size: 0.95rem; }
.testi-meta { font-size: 0.82rem; color: var(--text-soft); }

.testi-nav {
  display: flex; justify-content: center; gap: var(--space-2);
  margin-top: var(--space-4);
}
.testi-btn {
  width: 48px; height: 48px;
  border-radius: 50%;
  background: var(--white);
  color: var(--brown-dark);
  display: flex; align-items: center; justify-content: center;
  box-shadow: var(--shadow-soft);
  transition: all var(--tr-fast);
}
.testi-btn:hover { background: var(--primary); color: #fff; transform: scale(1.05); }
.testi-btn svg { width: 20px; height: 20px; }
.testi-dots { display: flex; gap: 8px; align-items: center; padding: 0 12px; }
.testi-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--gold-light);
  transition: all var(--tr-fast);
  cursor: pointer;
}
.testi-dot.active { background: var(--primary); width: 26px; border-radius: 4px; }

@media (max-width: 860px) {
  .testi-card { flex: 0 0 calc((100% - var(--space-3)) / 2); }
}
@media (max-width: 600px) {
  .testi-card { flex: 0 0 100%; }
}

/* ---------- CTA FINAL ---------- */
.final-cta {
  text-align: center;
  padding: calc(var(--space-7) / 2) 0;
  background:
    radial-gradient(ellipse at 30% 50%, rgba(193,127,89,.18) 0%, transparent 70%),
    var(--bg-main);
}
.final-cta h2 { max-width: 760px; margin-left: auto; margin-right: auto; }
.final-cta .lead { max-width: 620px; margin-left: auto; margin-right: auto; margin-bottom: var(--space-4); }

/* ---------- PRESTATIONS — 3 formules ---------- */
.formulas {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-4);
  align-items: stretch;
  margin-top: var(--space-5);
}
.formula {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: var(--space-5) var(--space-4);
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(232,213,160,.4);
  position: relative;
  display: flex; flex-direction: column;
  transition: transform var(--tr-med), box-shadow var(--tr-med);
}
.formula:hover { transform: translateY(-6px); box-shadow: var(--shadow-warm); }
.formula.featured {
  background: linear-gradient(180deg, var(--white) 0%, var(--amber-light) 130%);
  border-color: var(--primary);
  box-shadow: 0 30px 60px rgba(184,115,51,.22);
  transform: scale(1.04);
}
.formula.featured:hover { transform: scale(1.04) translateY(-6px); }
.formula-badge {
  position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  color: #fff;
  font-size: 0.78rem; font-weight: 600;
  letter-spacing: .14em; text-transform: uppercase;
  padding: 8px 18px;
  border-radius: var(--radius-pill);
  box-shadow: 0 6px 18px rgba(184,115,51,.32);
  white-space: nowrap;
}
.formula-badge.soft {
  background: var(--white);
  color: var(--primary-dark);
  border: 1px solid var(--gold-light);
  box-shadow: var(--shadow-soft);
}
.formula h3 {
  font-family: 'Mali', cursive;
  font-size: 1.9rem;
  margin-bottom: var(--space-1);
  color: var(--brown-dark);
  text-align: center;
}
.formula .duration { color: var(--text-soft); font-size: 0.95rem; margin-bottom: var(--space-3); text-align: center; }
.formula .price {
  font-family: 'Playfair Display', serif;
  font-size: 2.6rem;
  color: var(--primary-dark);
  font-weight: 600;
  margin: var(--space-2) 0;
  line-height: 1;
  text-align: center;
}
.formula .price small { font-size: 1rem; color: var(--text-soft); font-weight: 400; }
.formula-features {
  list-style: none; padding: 0; margin: var(--space-3) 0 var(--space-4);
  flex-grow: 1;
}
.formula-features li {
  position: relative; padding-left: 28px;
  margin-bottom: 12px;
  font-size: 0.96rem;
  color: var(--text-main);
}
.formula-features li::before {
  content: ""; position: absolute; left: 0; top: 8px;
  width: 18px; height: 18px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'><circle cx='9' cy='9' r='8' fill='%23F0DFC0'/><path d='M5 9.5l2.5 2.5L13 6.5' stroke='%23A08030' stroke-width='1.8' fill='none' stroke-linecap='round' stroke-linejoin='round'/></svg>") no-repeat center;
}
.formula-features li.extra::before {
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'><circle cx='9' cy='9' r='8' fill='%23C9A84C'/><path d='M9 4v10M4 9h10' stroke='%23fff' stroke-width='1.8' stroke-linecap='round'/></svg>") no-repeat center;
}

@media (max-width: 1000px) {
  .formulas { grid-template-columns: 1fr; max-width: 460px; margin-left: auto; margin-right: auto; }
  .formula.featured { transform: none; }
  .formula.featured:hover { transform: translateY(-6px); }
}

/* ---------- PARRAINAGE ---------- */
.referral {
  background:
    radial-gradient(ellipse at 80% 20%, rgba(232,213,160,.6), transparent 65%),
    linear-gradient(135deg, var(--bg-secondary) 0%, var(--amber-light) 100%);
  border-radius: var(--radius-xl);
  padding: var(--space-6) var(--space-5);
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: var(--space-5);
  align-items: center;
  position: relative;
  overflow: hidden;
}
.referral::before {
  content: ""; position: absolute; right: -80px; top: -80px;
  width: 280px; height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,.4) 0%, transparent 70%);
}
.referral h2 { font-style: italic; color: var(--brown-dark); }
.referral-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: var(--space-4);
  box-shadow: var(--shadow-warm);
  text-align: center;
  position: relative;
  z-index: 1;
}
.referral-card .ribbon {
  display: inline-block;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  color: #fff;
  font-size: 0.78rem; font-weight: 600;
  letter-spacing: .15em; text-transform: uppercase;
  padding: 6px 16px;
  border-radius: var(--radius-pill);
  margin-bottom: var(--space-3);
}
.referral-card .gift-value {
  font-family: 'Playfair Display', serif;
  font-size: 3.5rem;
  color: var(--primary-dark);
  font-weight: 400;
  line-height: 1;
}
@media (max-width: 900px) { .referral { grid-template-columns: 1fr; } }

/* ---------- TIMELINE 8 SEMAINES ---------- */
.weeks {
  position: relative;
  max-width: 820px;
  margin: var(--space-5) auto 0;
}
.weeks::before {
  content: ""; position: absolute;
  left: 32px; top: 20px; bottom: 20px;
  width: 2px;
  background: linear-gradient(180deg, var(--gold-light), var(--primary), var(--gold-light));
}
.week {
  position: relative;
  padding-left: 90px;
  margin-bottom: var(--space-5);
  display: flow-root;
}
.week::before {
  content: ""; position: absolute;
  left: 14px; top: 6px;
  width: 38px; height: 38px;
  border-radius: 50%;
  background: var(--white);
  border: 2px solid var(--primary);
  box-shadow: 0 6px 18px rgba(184,115,51,.18);
}
.week::after {
  content: attr(data-icon);
  position: absolute; left: 14px; top: 6px;
  width: 38px; height: 38px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.2rem;
}
.week h3 { margin-bottom: 6px; color: var(--brown-dark); }
.week .week-label {
  display: inline-block;
  font-family: 'Inter', sans-serif;
  font-size: 0.78rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--primary-dark);
  margin-bottom: 6px;
}
.week-img {
  float: right;
  width: 88px; height: 88px;
  object-fit: cover;
  border-radius: var(--radius-md);
  margin: 2px 0 10px 18px;
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(232,213,160,.55);
}
/* Timeline avec photo en guise de puce (remplace l'emoji) */
.weeks--photo .week::before,
.weeks--photo .week::after { display: none; }
.weeks--photo::before { left: 51px; }
.weeks--photo .week { padding-left: 128px; }
.weeks--photo .week-img {
  float: none;
  position: absolute;
  left: 0; top: 2px;
  width: 104px; height: 104px;
  margin: 0;
  border-radius: 50%;
  border: 2px solid var(--primary);
  box-shadow: 0 6px 18px rgba(184,115,51,.18);
}
.week-author {
  font-style: normal;
  color: var(--text-soft);
  font-size: 0.92rem;
  white-space: nowrap;
}
.week-author::before { content: "— "; }

/* ---------- BLOG GRID ---------- */
.blog-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: var(--space-4);
}
.article-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  transition: transform var(--tr-med), box-shadow var(--tr-med);
  display: flex; flex-direction: column;
  border: 1px solid rgba(232,213,160,.35);
}
.article-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-warm); }
.article-thumb {
  position: relative;
  aspect-ratio: 16/10;
  overflow: hidden;
  background:
    radial-gradient(circle at 30% 30%, rgba(255,255,255,.4), transparent 50%),
    linear-gradient(135deg, var(--gold-light), var(--terracotta));
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,.85);
  font-family: 'Playfair Display', serif;
  font-size: 2.4rem;
}
.article-card:nth-child(2) .article-thumb { background: linear-gradient(135deg, var(--sage), var(--tertiary)); }
.article-card:nth-child(3) .article-thumb { background: linear-gradient(135deg, var(--amber-light), var(--secondary)); }
.article-card:nth-child(4) .article-thumb { background: linear-gradient(135deg, var(--terracotta), var(--brown-dark)); }
.article-card:nth-child(5) .article-thumb { background: linear-gradient(135deg, var(--gold-light), var(--sage)); }
.article-card:nth-child(6) .article-thumb { background: linear-gradient(135deg, var(--amber-light), var(--primary)); }
.article-thumb__emoji { line-height: 1; }
.article-thumb img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform var(--tr-med);
}
.article-card:hover .article-thumb img { transform: scale(1.04); }
.article-body { padding: var(--space-4); flex-grow: 1; display: flex; flex-direction: column; }
.article-meta { font-size: 0.8rem; color: var(--text-soft); letter-spacing: .08em; text-transform: uppercase; margin-bottom: 8px; }
.article-card h3 { font-size: 1.35rem; }
.article-card p { color: var(--text-soft); font-size: 0.95rem; flex-grow: 1; }
.article-link {
  display: inline-flex; align-items: center; gap: 4px;
  margin-top: var(--space-3); align-self: flex-start;
  padding: 0;
  background: none; border: none; cursor: pointer;
  font-family: inherit; font-size: 0.95rem; font-weight: 500;
  color: var(--primary-dark);
  transition: color var(--tr-fast), gap var(--tr-fast);
}
.article-link:hover { color: var(--secondary); gap: 8px; }

@media (max-width: 900px) { .blog-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .blog-grid { grid-template-columns: 1fr; } }

/* ---------- ARTICLE MODAL ---------- */
.article-modal {
  position: fixed; inset: 0; z-index: 1000;
  display: flex; align-items: center; justify-content: center;
  padding: var(--space-3);
  opacity: 0; visibility: hidden;
  transition: opacity var(--tr-med), visibility var(--tr-med);
}
.article-modal.open { opacity: 1; visibility: visible; }
.article-modal__overlay {
  position: absolute; inset: 0;
  background: rgba(42, 31, 20, 0.55);
  backdrop-filter: blur(4px);
}
.article-modal__dialog {
  position: relative;
  width: min(760px, 100%);
  max-height: calc(100vh - var(--banner-h) - var(--space-4));
  display: flex; flex-direction: column;
  background: var(--white);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-strong);
  overflow: hidden;
  transform: translateY(24px) scale(.98);
  transition: transform var(--tr-med);
}
.article-modal.open .article-modal__dialog { transform: translateY(0) scale(1); }
.article-modal__close {
  position: absolute; top: 16px; right: 16px; z-index: 2;
  width: 42px; height: 42px;
  display: flex; align-items: center; justify-content: center;
  border: none; cursor: pointer;
  border-radius: var(--radius-pill);
  background: rgba(255,255,255,.9);
  color: var(--brown-dark);
  box-shadow: var(--shadow-soft);
  transition: background var(--tr-fast), transform var(--tr-fast);
}
.article-modal__close:hover { background: var(--white); transform: rotate(90deg); }
.article-modal__media {
  position: relative;
  aspect-ratio: 16/9;
  flex-shrink: 0;
  overflow: hidden;
  display: flex; align-items: center; justify-content: center;
  background:
    radial-gradient(circle at 30% 30%, rgba(255,255,255,.4), transparent 50%),
    linear-gradient(135deg, var(--gold-light), var(--terracotta));
  color: rgba(255,255,255,.85);
  font-family: 'Playfair Display', serif;
  font-size: 4rem;
  will-change: opacity;
}
.article-modal__media img {
  position: absolute;
  top: -20%; left: 0;
  width: 100%; height: 140%;
  object-fit: cover;
  will-change: transform;
}
.article-modal__media-fade {
  position: absolute; left: 0; right: 0; bottom: 0;
  height: 40%;
  background: linear-gradient(to bottom, rgba(255,255,255,0), var(--white));
  pointer-events: none;
}
.article-modal__scroll {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.article-modal__content { padding: var(--space-5) var(--space-5) var(--space-4); }
.article-modal__content > .article-meta { margin-bottom: var(--space-1); }
.article-modal__content h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.6rem, 3.5vw, 2.2rem);
  line-height: 1.2;
  margin-bottom: var(--space-3);
}
.article-modal__body { color: var(--text-main); }
.article-modal__body .article-lead {
  font-size: 1.1rem; color: var(--text-main);
  line-height: 1.7; margin-bottom: var(--space-3);
}
.article-modal__body h4 {
  font-family: 'Playfair Display', serif;
  font-size: 1.2rem; color: var(--brown-dark);
  margin: var(--space-4) 0 var(--space-1);
}
.article-modal__body p { color: var(--text-soft); line-height: 1.75; margin-bottom: var(--space-2); }
.article-modal__body ul { margin: 0 0 var(--space-2) 1.2rem; color: var(--text-soft); line-height: 1.7; }
.article-modal__body li { margin-bottom: 6px; }
.article-modal__body strong { color: var(--text-main); }
.article-modal__body .article-note {
  margin-top: var(--space-4);
  padding: var(--space-3);
  border-left: 3px solid var(--gold-light);
  background: var(--bg-secondary);
  border-radius: var(--radius-sm);
  font-size: 0.9rem; font-style: italic;
}
body.modal-open { overflow: hidden; }

@media (prefers-reduced-motion: reduce) {
  .article-modal__media img { transform: none !important; }
  .article-modal__media { opacity: 1 !important; }
}

@media (max-width: 600px) {
  .article-modal { padding: 0; }
  .article-modal__dialog { max-height: 100vh; height: 100%; width: 100%; border-radius: 0; }
  .article-modal__content { padding: var(--space-4) var(--space-3) var(--space-3); }
}

/* ---------- NEWSLETTER ---------- */
.newsletter {
  background: linear-gradient(135deg, var(--brown-dark), var(--warm-black));
  color: var(--bg-main);
  border-radius: var(--radius-xl);
  padding: var(--space-6) var(--space-5);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.newsletter::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(ellipse at top right, rgba(232,213,160,.25), transparent 60%);
}
.newsletter > * { position: relative; }
.newsletter h2 { color: var(--gold-light); font-style: italic; }
.newsletter p { color: rgba(253,248,240,.8); max-width: 540px; margin: 0 auto var(--space-4); }
.newsletter-form {
  display: flex; gap: 10px; max-width: 520px; margin: 0 auto;
  background: rgba(255,255,255,.08);
  padding: 6px;
  border-radius: var(--radius-pill);
  border: 1px solid rgba(232,213,160,.2);
}
.newsletter-form input {
  flex: 1; padding: 12px 22px;
  border: 0; background: transparent;
  color: #fff; font: inherit;
  outline: none;
}
.newsletter-form input::placeholder { color: rgba(253,248,240,.5); }
.newsletter-form button {
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  color: #fff;
  padding: 12px 26px;
  border-radius: var(--radius-pill);
  font-weight: 500;
  transition: transform var(--tr-fast);
}
.newsletter-form button:hover { transform: translateY(-2px); }

@media (max-width: 560px) {
  .newsletter-form { flex-direction: column; border-radius: var(--radius-md); }
  .newsletter-form button { border-radius: var(--radius-md); }
}

/* ---------- FORMULAIRE ---------- */
.form {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: var(--space-5);
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(232,213,160,.35);
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: var(--space-3); margin-bottom: var(--space-3); }
@media (max-width: 700px) { .form-row { grid-template-columns: 1fr; } }
.form-field { display: flex; flex-direction: column; }
.form-field label {
  font-size: 0.85rem;
  font-weight: 500;
  margin-bottom: 6px;
  color: var(--brown-dark);
}
.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1.5px solid var(--gold-light);
  border-radius: var(--radius-md);
  background: var(--bg-main);
  font: inherit;
  color: var(--text-main);
  transition: border-color var(--tr-fast), box-shadow var(--tr-fast);
}
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 4px rgba(201,168,76,.18);
}
.form-field textarea { resize: vertical; min-height: 130px; font-family: inherit; }
.form-check {
  display: flex; align-items: flex-start; gap: 12px;
  font-size: 0.88rem;
  color: var(--text-soft);
  margin: var(--space-3) 0;
}
.form-check input { margin-top: 4px; accent-color: var(--primary); }
.form .btn-primary { width: 100%; justify-content: center; }

/* ---------- FOOTER ---------- */
.site-footer {
  background: var(--warm-black);
  color: rgba(253,248,240,.7);
  padding: var(--space-6) 0 var(--space-3);
  margin-top: var(--space-6);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: var(--space-4);
}
.footer-brand img { height: 56px; margin-bottom: var(--space-2); }
.footer-brand p { color: rgba(253,248,240,.55); font-size: 0.92rem; max-width: 320px; }
.footer-col h5 {
  color: var(--gold-light);
  font-family: 'Mali', cursive;
  font-weight: 400;
  font-size: 1.1rem;
  margin-bottom: var(--space-2);
}
.footer-col ul { list-style: none; padding: 0; }
.footer-col li { margin-bottom: 8px; }
.footer-col a { color: rgba(253,248,240,.65); font-size: 0.92rem; transition: color var(--tr-fast); }
.footer-col a:hover { color: var(--gold-light); }
.footer-bottom {
  margin-top: var(--space-5);
  padding-top: var(--space-3);
  border-top: 1px solid rgba(232,213,160,.12);
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: var(--space-2);
  font-size: 0.84rem;
  color: rgba(253,248,240,.5);
}
@media (max-width: 800px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 500px) {
  .footer-grid { grid-template-columns: 1fr; }
}

/* ---------- ANIMATIONS SCROLL ---------- */
.fade-in {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 800ms ease, transform 800ms ease;
}
.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ---------- INNER PAGE HERO ---------- */
.page-hero {
  padding: calc(var(--space-7) / 2) 0 calc(var(--space-6) / 2);
  text-align: center;
  background:
    radial-gradient(ellipse 70% 50% at 50% 0%, rgba(232,213,160,.55) 0%, transparent 70%),
    var(--bg-main);
}
.page-hero h1 { margin-bottom: var(--space-2); }
.page-hero .lead { max-width: 660px; margin-left: auto; margin-right: auto; }
.breadcrumbs {
  font-size: 0.84rem;
  color: var(--text-soft);
  margin-bottom: var(--space-3);
}
.breadcrumbs a { color: var(--primary-dark); }

/* ---------- QUOTE BLOCK ---------- */
.quote {
  position: relative;
  max-width: 760px;
  margin: var(--space-5) auto;
  padding: var(--space-5);
  background: var(--white);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
  border-left: 4px solid var(--primary);
  font-family: 'Crimson Pro', serif;
  font-size: 1.3rem;
  font-style: italic;
  color: var(--brown-dark);
}
.quote::before {
  content: "“";
  position: absolute; top: -30px; left: 30px;
  font-family: 'Playfair Display', serif;
  font-size: 6rem;
  color: var(--gold-light);
  line-height: 1;
}
.quote cite {
  display: block;
  margin-top: var(--space-2);
  font-size: 0.9rem;
  font-style: normal;
  color: var(--text-soft);
  font-family: 'Inter', sans-serif;
}

/* ---------- PARTNERSHIPS ---------- */
.partners-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-4);
}
.partner-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: var(--space-4);
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(232,213,160,.35);
  text-align: center;
  transition: transform var(--tr-med);
}
.partner-card:hover { transform: translateY(-5px); }
.partner-icon {
  width: 180px; height: 180px;
  margin: 0 auto var(--space-3);
  border-radius: 50%;
  overflow: hidden;
  background: radial-gradient(circle, var(--amber-light), var(--gold-light));
  box-shadow: 0 4px 14px rgba(184,115,51,.18), 0 0 0 2px var(--gold-light);
  display: flex; align-items: center; justify-content: center;
  transition: transform var(--tr-fast), box-shadow var(--tr-fast);
}
.partner-icon img {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
  filter: sepia(12%) saturate(1.1) brightness(0.97);
  transition: transform var(--tr-med), filter var(--tr-med);
}
.partner-card:hover .partner-icon {
  box-shadow: 0 8px 22px rgba(184,115,51,.28), 0 0 0 2px var(--primary);
}
.partner-card:hover .partner-icon img {
  transform: scale(1.06);
  filter: sepia(8%) saturate(1.15) brightness(1);
}

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

/* ---------- LEGAL PAGES ---------- */
.legal-content {
  max-width: 800px;
  margin: 0 auto;
  background: var(--white);
  padding: var(--space-5);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
}
.legal-content h2 { color: var(--brown-dark); margin-top: var(--space-4); font-size: 1.2rem; }
.legal-content h2:first-child { margin-top: 0; }
.legal-content h3 { font-family: 'Mali', cursive; color: var(--primary-dark); margin-top: var(--space-3); }
.legal-content p, .legal-content li { font-size: 0.96rem; color: var(--text-main); }

/* ---------- ACCESSIBILITY ---------- */
:focus-visible {
  outline: 3px solid var(--primary);
  outline-offset: 3px;
  border-radius: 4px;
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .fade-in { opacity: 1; transform: none; }
}

/* =================================================================
   HOLISZEN V3 — Additions (2026-05-14)
   Photo cards, hero visual integration, new utility classes
   ================================================================= */

/* ---------- HERO VISUAL — Meilleure intégration logo arbre ---------- */
.hero-visual {
  background:
    radial-gradient(ellipse at 45% 20%, rgba(255,255,255,0.6) 0%, transparent 45%),
    radial-gradient(ellipse at 70% 75%, rgba(201,168,76,0.22) 0%, transparent 40%),
    linear-gradient(150deg, var(--gold-light) 0%, var(--amber-light) 55%, rgba(193,127,89,0.65) 120%);
}

/* Remplace le slow-spin par un breathe doux */
.hero-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 35% 18%, rgba(255,255,255,0.5) 0%, transparent 42%),
    radial-gradient(ellipse at 72% 80%, rgba(255,220,150,0.25) 0%, transparent 38%);
  animation: hv-breathe 10s ease-in-out infinite;
  pointer-events: none;
}
@keyframes hv-breathe {
  0%, 100% { opacity: 0.6; }
  50%       { opacity: 1;   }
}

/* Badge supplémentaire hero-badge-3 */
.hero-badge-3 {
  top: 50%;
  right: -8%;
  transform: translateY(-50%);
  animation-delay: 4s;
}

/* ---------- INTRO KICKER (phrase d'accroche) ---------- */
.intro-kicker {
  font-family: 'Crimson Pro', serif;
  font-size: 1.15rem;
  font-style: italic;
  color: var(--primary-dark);
  opacity: 0.85;
  margin-bottom: var(--space-3);
}

/* ---------- CALLOUT INLINE ---------- */
.callout-inline {
  display: inline-block;
  margin-top: var(--space-2);
  padding: var(--space-2) var(--space-4);
  background: linear-gradient(135deg, rgba(232,213,160,0.35), rgba(240,223,192,0.45));
  border-left: 3px solid var(--primary);
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
  font-family: 'Crimson Pro', serif;
  font-size: 1.05rem;
  color: var(--brown-dark);
  text-align: left;
  max-width: 720px;
}

/* ---------- APPROACH CARDS AVEC PHOTO ---------- */
.approach-card.has-photo {
  padding: 0;
  text-align: left;
  overflow: hidden;
}
.approach-photo {
  position: relative;
  height: 170px;
  overflow: hidden;
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
  background: var(--bg-secondary);
}
.approach-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform var(--tr-med);
}
.approach-card.has-photo:hover .approach-photo img {
  transform: scale(1.06);
}
.pilier-tag {
  position: absolute;
  top: 12px;
  left: 12px;
  background: rgba(255,255,255,0.9);
  color: var(--primary-dark);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 5px 13px;
  border-radius: var(--radius-pill);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  box-shadow: 0 2px 8px rgba(92,61,46,0.12);
}
.approach-body {
  padding: var(--space-4) var(--space-3) var(--space-4);
  text-align: center;
}
.approach-body h3 {
  margin-bottom: var(--space-1);
  color: var(--brown-dark);
}
.approach-body p {
  font-size: 0.93rem;
  color: var(--text-soft);
  margin: 0;
}

/* ---------- FORMULA VISUAL (photo palier) ---------- */
.formula-visual {
  height: 140px;
  border-radius: var(--radius-md);
  overflow: hidden;
  margin-bottom: var(--space-3);
  background: var(--bg-secondary);
}
.formula-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform var(--tr-med);
}
.formula:hover .formula-visual img {
  transform: scale(1.05);
}

/* ---------- DUREE BOX (d'un coup d'oeil) ---------- */
.duree-box img {
  border-radius: var(--radius-sm);
}

/* =================================================================
   HOLISZEN — Refonte hero (2026-05-14)
   ================================================================= */

/* ---------- HERO — Titre centré et ajusté ---------- */
.hero-text {
  text-align: center;
}
.hero-text .eyebrow,
.hero-text .hero-lead,
.hero-text .hero-actions,
.hero-text .hero-meta {
  justify-content: center;
}
.hero-text .hero-lead {
  margin-left: auto;
  margin-right: auto;
}
.hero-text .eyebrow::before {
  /* recentre l'éventuel trait décoratif */
  margin-right: 10px;
}
.hero h1 {
  --hero-title-size-1: clamp(1.0752rem, 1.9968vw, 1.3rem);
  --hero-title-size-2: clamp(1.4369rem, 2.6688vw, 2.0529rem);
  line-height: 0.85;
  letter-spacing: -0.01em;
  max-width: 100%;
  margin-bottom: calc(var(--space-3) * 1.5);
}
.hero-title-line {
  display: block;
  margin-top: 15px;
  font-size: var(--hero-title-size-1);
}
.hero-title-line.ornament {
  font-size: calc(var(--hero-title-size-2) * 0.95);
  font-family: 'Parisienne', cursive;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}
.parisienne {
  font-family: 'Parisienne', cursive;
  font-size: calc(clamp(1.4369rem, 2.6688vw, 2.0529rem) * 0.95);
  color: var(--brown-dark);
}
.hero-title-line + .hero-title-line {
  margin-top: 15px;
}

/* ---------- HERO VISUAL — version "clean" : cadre premium élégant ---------- */
.hero-visual.hero-visual--clean {
  position: relative;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  aspect-ratio: auto;
  overflow: visible;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
}
/* Halo doré diffus derrière le cadre — centré sur le cadre (circulaire pour matcher le logo) */
.hero-visual.hero-visual--clean::before {
  content: "";
  position: absolute;
  inset: auto; /* reset l'inset:0 hérité de .hero-visual::before */
  top: 50%;
  left: 50%;
  width: 118%;
  aspect-ratio: 1 / 1;
  height: auto;
  transform: translate(-50%, -50%);
  background:
    radial-gradient(circle at 50% 50%, rgba(201,168,76,0.28) 0%, rgba(201,168,76,0.12) 38%, transparent 70%);
  filter: blur(30px);
  z-index: 0;
  pointer-events: none;
  border-radius: 50%;
  animation: hero-frame-breathe 9s ease-in-out infinite;
}
.hero-visual.hero-visual--clean::after {
  content: none;
  display: none;
}

/* Cadre premium circulaire — épouse parfaitement la composition circulaire du logo (médaillon + texte courbe) */
.hero-tree-frame {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
  aspect-ratio: 1 / 1;
  padding: clamp(10px, 1.6vw, 18px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(circle at 50% 35%, rgba(255,255,255,0.98) 0%, rgba(253,248,240,0.94) 55%, rgba(245,237,224,0.88) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.9),
    inset 0 0 0 1px rgba(255,255,255,0.5),
    0 0 0 1px rgba(201,168,76,0.18),
    0 2px 6px rgba(92,61,46,0.05),
    0 18px 40px -16px rgba(92,61,46,0.22),
    0 40px 80px -30px rgba(92,61,46,0.28);
  transition: transform 0.6s cubic-bezier(.2,.7,.2,1), box-shadow 0.6s ease;
}
.hero-tree-frame::before {
  /* Filet doré subtil circulaire — collé au bord de l'image (aligné sur le padding) */
  content: "";
  position: absolute;
  inset: clamp(10px, 1.6vw, 18px);
  border-radius: 50%;
  border: 1px solid rgba(201,168,76,0.22);
  pointer-events: none;
  z-index: 3;
}
.hero-tree-frame::after {
  /* Reflet doux circulaire — symétrique haut + bas pour un rendu équilibré */
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background:
    radial-gradient(ellipse 70% 35% at 50% 0%, rgba(255,255,255,0.55) 0%, transparent 65%),
    radial-gradient(ellipse 70% 35% at 50% 100%, rgba(255,255,255,0.30) 0%, transparent 65%);
  pointer-events: none;
  z-index: 1;
}
.hero-tree-frame:hover {
  transform: translateY(-3px);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.9),
    inset 0 0 0 1px rgba(255,255,255,0.5),
    0 0 0 1px rgba(201,168,76,0.26),
    0 2px 6px rgba(92,61,46,0.05),
    0 24px 48px -16px rgba(92,61,46,0.26),
    0 50px 90px -30px rgba(92,61,46,0.32);
}

/* Picture wrapper — flex + full size pour centrer l'image proprement, masque circulaire */
.hero-tree-frame picture {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  line-height: 0;
  position: relative;
  z-index: 2;
  border-radius: 50%;
  overflow: hidden;
}

.hero-visual.hero-visual--clean .hero-tree-mark {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
  object-position: center center;
  border-radius: 50%;
  filter: drop-shadow(0 0 14px rgba(92, 61, 46, 0.10));
  opacity: 1;
  z-index: 2;
}

@keyframes hero-frame-breathe {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%      { opacity: 0.78; transform: scale(1.04); }
}
@media (prefers-reduced-motion: reduce) {
  .hero-visual.hero-visual--clean::before { animation: none; }
  .hero-tree-frame { transition: none; }
}

/* ---------- HERO — Animation d'ambiance subtile (nature/bien-être)
   Pour désactiver : retirer .hero-ambient du HTML ou ajouter la classe .no-ambient sur .hero ---------- */
.hero-ambient {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 1;
}
.hero.no-ambient .hero-ambient { display: none; }

.hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(40px);
  opacity: 0.55;
  animation: hero-orb-float 18s ease-in-out infinite;
}
.hero-orb-1 {
  width: 320px; height: 320px;
  top: -80px; left: -60px;
  background: radial-gradient(circle, rgba(201, 168, 76, 0.45), transparent 70%);
  animation-delay: 0s;
}
.hero-orb-2 {
  width: 260px; height: 260px;
  bottom: -60px; right: -40px;
  background: radial-gradient(circle, rgba(193, 127, 89, 0.32), transparent 70%);
  animation-delay: -6s;
}
.hero-orb-3 {
  width: 200px; height: 200px;
  top: 40%; right: 30%;
  background: radial-gradient(circle, rgba(232, 213, 160, 0.45), transparent 70%);
  animation-delay: -12s;
}
@keyframes hero-orb-float {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%      { transform: translate(20px, -30px) scale(1.06); }
  66%      { transform: translate(-15px, 20px) scale(0.96); }
}

.hero-leaf {
  position: absolute;
  color: var(--primary);
  opacity: 0.18;
  animation: hero-leaf-sway 12s ease-in-out infinite;
}
.hero-leaf-1 {
  width: 90px; height: 90px;
  top: 12%; right: 8%;
  animation-delay: 0s;
}
.hero-leaf-2 {
  width: 70px; height: 70px;
  bottom: 14%; left: 6%;
  animation-delay: -5s;
  transform: rotate(180deg);
}
@keyframes hero-leaf-sway {
  0%, 100% { transform: translateY(0) rotate(var(--leaf-rot, 0deg)); }
  50%      { transform: translateY(-14px) rotate(calc(var(--leaf-rot, 0deg) + 6deg)); }
}
.hero-leaf-2 { --leaf-rot: 180deg; }

/* Respect prefers-reduced-motion */
@media (prefers-reduced-motion: reduce) {
  .hero-orb, .hero-leaf { animation: none; }
}

/* ---------- HERO — Responsive (mobile : image AU-DESSUS du texte, tout centré)
   Le HTML met .hero-text avant .hero-visual (desktop : texte à gauche, image à droite).
   En mobile on inverse via flex column-reverse pour afficher l'image en haut. ---------- */
@media (max-width: 900px) {
  .hero-grid {
    display: flex;
    flex-direction: column-reverse;
  }
  .hero-visual.hero-visual--clean {
    max-width: 360px;
    margin: 0 auto;
  }
  .hero-tree-frame {
    max-width: 360px;
    padding: clamp(8px, 2.4vw, 14px);
    aspect-ratio: 1 / 1;
    border-radius: 50%;
  }
  .hero-visual.hero-visual--clean .hero-tree-mark {
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
    border-radius: 50%;
  }
  .hero-text {
    text-align: center;
  }
}
@media (max-width: 600px) {
  .hero h1 {
    --hero-title-size-1: clamp(1.01376rem, 4.39296vw, 1.30944rem);
    --hero-title-size-2: clamp(1.02643rem, 4.44787vw, 1.32581rem);
  }
  .parisienne {
    font-size: calc(clamp(1.02643rem, 4.44787vw, 1.32581rem) * 0.95);
  }
  .hero-actions { flex-wrap: wrap; }
}

/* =================================================================
   HOLISZEN — Padding-bottom doublé (2026-05-14)
   Restaure la valeur d'origine pour les sections de contenu
   (méthode, parcours, cta-band, témoignages, final-cta, etc.).
   Le hero et le page-hero conservent leur padding réduit.
   ================================================================= */
section:not(.hero):not(.page-hero) {
  padding-bottom: var(--space-7);
}
