/* La Sélection — feuille de style principale
   DA premium éditoriale · Cormorant Garamond + Inter · accent taupe-or */

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

:root {
  --white:  #FBF7F0;
  --cream:  #F3EEE4;
  --sand:   #EDE4D6;
  --border: #EAE3D8;
  --muted:  #857F77;
  --text:   #1E1A17;
  --ink:    #1E1A17;
  --accent: #E5396B;
  --accent-d:#C92A57;
  --emerald:#0E9F6E;
  --ff-serif: 'Fraunces', Georgia, serif;
  --ff-sans:  'Inter', system-ui, sans-serif;
  --t: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --maxw: 1200px;
}

html { scroll-behavior: smooth; }
body { font-family: var(--ff-sans); background: var(--white); color: var(--text); overflow-x: hidden; font-weight: 300; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
em { font-style: italic; }

/* ─── TYPO PARTAGÉE ─── */
.eyebrow { font-size: 0.68rem; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; color: var(--muted); margin-bottom: 14px; }
.eyebrow--accent { color: var(--accent-d); }
.eyebrow--light { color: rgba(255,255,255,0.55); }
.section-title { font-family: var(--ff-serif); font-weight: 300; font-size: clamp(2.1rem, 4.5vw, 3.6rem); line-height: 1.05; color: var(--ink); }
.section-title em { color: var(--accent-d); }
.section-title--center { text-align: center; }
.lead { font-size: 1.02rem; font-weight: 300; line-height: 1.85; color: #524C44; max-width: 56ch; margin-top: 18px; }
.lead--center { margin-left: auto; margin-right: auto; text-align: center; }

/* ─── BOUTONS ─── */
.btn { display: inline-block; font-family: var(--ff-sans); font-size: 0.78rem; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; padding: 15px 30px; transition: var(--t); cursor: pointer; border: 2px solid transparent; border-radius: 999px; }
.btn--dark   { background: var(--accent); color: #fff; }
.btn--dark:hover { background: var(--accent-d); transform: translateY(-2px); box-shadow: 0 12px 28px rgba(220,130,152,0.32); }
.btn--light  { background: #fff; color: var(--ink); }
.btn--light:hover { background: var(--accent); color: #fff; }
.btn--ghost  { background: transparent; color: #fff; border-color: rgba(255,255,255,0.5); }
.btn--ghost:hover { background: rgba(255,255,255,0.12); border-color: #fff; }
.btn--ghost-dark { background: transparent; color: var(--ink); border-color: var(--border); }
.btn--ghost-dark:hover { background: var(--cream); }
.btn--full { width: 100%; text-align: center; padding: 18px; }
.btn--sm { padding: 12px 22px; }
.link-more { font-size: 0.72rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--accent-d); transition: var(--t); }
.link-more:hover { color: var(--ink); }

/* ─── NAV ─── */
.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; display: flex; align-items: center; justify-content: space-between; padding: 16px 40px; transition: var(--t); background: rgba(255,252,250,0.9); backdrop-filter: blur(14px); border-bottom: 1px solid var(--border); }
.nav.scrolled, .nav--solid { padding: 12px 40px; background: rgba(255,252,250,0.92); backdrop-filter: blur(16px); border-bottom: 1px solid var(--border); }
.nav-logo { display: flex; align-items: center; }
.nav-logo .brand-logo { height: 44px; width: auto; display: block; }
.nav-links { display: flex; gap: 30px; list-style: none; }
.nav-links a { font-size: 0.72rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink); transition: var(--t); }
.nav-links a:hover { color: var(--accent-d); }
.nav-right { display: flex; align-items: center; gap: 22px; }
.nav-socials { display: flex; align-items: center; gap: 14px; color: var(--muted); }
.nav-socials a { display: flex; transition: var(--t); }
.nav-socials a:hover { color: var(--accent-d); }
.nav-cta { font-size: 0.7rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: #fff; background: var(--accent); padding: 11px 22px; border-radius: 999px; transition: var(--t); }
.nav-cta:hover { background: var(--accent-d); }
.burger { display: none; flex-direction: column; gap: 6px; background: none; border: none; cursor: pointer; padding: 4px; }
.burger span { display: block; width: 22px; height: 2px; background: var(--ink); border-radius: 2px; transition: var(--t); }

.mobile-menu { display: none; position: fixed; inset: 0; background: var(--white); z-index: 99; flex-direction: column; align-items: center; justify-content: center; }
.mobile-menu.open { display: flex; }
.mobile-menu ul { list-style: none; display: flex; flex-direction: column; align-items: center; gap: 18px; }
.ml { font-family: var(--ff-serif); font-size: 2.6rem; font-weight: 300; color: var(--ink); transition: var(--t); }
.ml:hover { color: var(--accent-d); }

/* ─── HERO (gradient éditorial, sans photo) ─── */
.hero { position: relative; min-height: 100vh; display: flex; align-items: flex-end; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; background:
    radial-gradient(120% 90% at 75% 15%, #3a322a 0%, #211c16 45%, #14110d 100%); }
.hero-bg::after { content: ''; position: absolute; inset: 0; background-image:
    radial-gradient(rgba(184,153,122,0.10) 1px, transparent 1px); background-size: 22px 22px; opacity: 0.6; }
.hero-overlay { position: relative; z-index: 1; padding: 0 48px 64px; max-width: var(--maxw); width: 100%; margin: 0 auto; }
.hero-eyebrow { font-size: 0.74rem; font-weight: 500; letter-spacing: 0.28em; text-transform: uppercase; color: var(--accent); margin-bottom: 22px; }
.hero-name { font-family: var(--ff-serif); font-size: clamp(3.6rem, 9vw, 7.5rem); font-weight: 300; line-height: 0.95; color: #fff; }
.hero-name em { font-style: italic; color: var(--accent); }
.hero-actions { display: flex; gap: 14px; margin-top: 34px; flex-wrap: wrap; }
.hero-scroll-hint { position: absolute; bottom: 30px; right: 48px; z-index: 1; font-size: 1.1rem; color: rgba(255,255,255,0.5); animation: bounce 2s ease-in-out infinite; }
@keyframes bounce { 0%,100% { transform: translateY(0); } 50% { transform: translateY(8px); } }

/* ─── INTRO / UNIVERS ─── */
.intro { max-width: var(--maxw); margin: 0 auto; padding: 120px 48px; display: grid; grid-template-columns: 1.4fr 1fr; gap: 70px; align-items: center; }
.intro-stats { display: flex; flex-direction: column; gap: 26px; border-left: 1px solid var(--border); padding-left: 44px; }
.stat-n { display: block; font-family: var(--ff-serif); font-size: 2.6rem; font-weight: 400; color: var(--accent-d); line-height: 1; }
.stat-l { display: block; font-size: 0.78rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); margin-top: 6px; }

/* ─── À PROPOS / FONDATRICE ─── */
.founder { max-width: var(--maxw); margin: 0 auto; padding: 30px 48px 120px; display: grid; grid-template-columns: 0.82fr 1fr; gap: 64px; align-items: center; }
.founder-photo { position: relative; }
.founder-photo img { width: 100%; display: block; border-radius: 3px; position: relative; z-index: 1; }
.founder-photo::before { content: ''; position: absolute; inset: 18px -18px -18px 18px; border: 1px solid var(--accent); border-radius: 3px; z-index: 0; }
.founder-role { font-size: 0.78rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--accent-d); margin: 10px 0 20px; }
.founder-bio { font-size: 1rem; font-weight: 300; line-height: 1.85; color: #524C44; margin-bottom: 14px; max-width: 52ch; }
.founder-sign { font-family: var(--ff-serif); font-style: italic; font-size: 1.7rem; color: var(--ink); margin-top: 14px; }
.founder-logo { width: 250px; max-width: 75%; margin-top: 26px; display: block; }
@media (max-width: 760px) {
  .founder { grid-template-columns: 1fr; gap: 40px; padding: 0 24px 80px; }
  .founder-photo::before { inset: 12px -12px -12px 12px; }
}

/* ─── DÉPÔT-VENTE (étapes) ─── */
.depot { background: var(--cream); padding: 120px 48px; }
.depot-head { max-width: 700px; margin: 0 auto; text-align: center; }
.steps { max-width: var(--maxw); margin: 64px auto 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px; }
.step { background: var(--white); border: 1px solid var(--border); padding: 38px 32px; border-radius: 4px; transition: var(--t); }
.step:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(33,28,22,0.07); }
.step-n { font-family: var(--ff-serif); font-size: 1.4rem; color: var(--accent); }
.step-title { font-family: var(--ff-serif); font-size: 1.7rem; font-weight: 400; margin: 12px 0 10px; color: var(--ink); }
.step-text { font-size: 0.95rem; font-weight: 300; line-height: 1.75; color: #524C44; }
.depot-cta { text-align: center; margin-top: 50px; }

/* ─── LIVES (aperçu home) ─── */
.lives-preview { max-width: var(--maxw); margin: 0 auto; padding: 120px 48px; }
.lives-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 20px; margin-bottom: 40px; flex-wrap: wrap; }
.lives-list { display: flex; flex-direction: column; }
.live-row { display: grid; grid-template-columns: 84px 1fr auto auto; gap: 26px; align-items: center; padding: 26px 8px; border-top: 1px solid var(--border); transition: var(--t); }
.live-row:last-child { border-bottom: 1px solid var(--border); }
.live-row:hover { background: var(--cream); padding-left: 18px; padding-right: 18px; }
.live-date { text-align: center; }
.live-day { display: block; font-family: var(--ff-serif); font-size: 2.4rem; line-height: 1; color: var(--ink); }
.live-mon { display: block; font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); }
.live-title { display: block; font-size: 1.05rem; font-weight: 500; color: var(--ink); }
.live-theme { display: block; font-size: 0.9rem; font-weight: 300; color: var(--muted); margin-top: 3px; }
.live-time { font-size: 0.85rem; color: var(--muted); letter-spacing: 0.05em; }
.live-go { font-size: 0.72rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--accent-d); }

/* ─── MARQUES ─── */
.brands-preview { background: var(--cream); padding: 120px 48px; text-align: center; }
.brand-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; max-width: 900px; margin: 40px auto 0; }
.brand-grid--lg { max-width: 1000px; }
.brand-chip { font-family: var(--ff-serif); font-size: 1.25rem; color: var(--ink); background: var(--white); border: 1px solid var(--border); padding: 12px 26px; border-radius: 40px; transition: var(--t); }
.brand-chip:hover { border-color: var(--accent); color: var(--accent-d); }

/* ─── INSTAGRAM ─── */
.ig { max-width: var(--maxw); margin: 0 auto; padding: 120px 48px; text-align: center; }
.ig-head { max-width: 600px; margin: 0 auto; }
.ig-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px; margin: 44px 0; }
.ig-tile { aspect-ratio: 1; background: linear-gradient(135deg, var(--sand), var(--cream)); display: flex; align-items: center; justify-content: center; color: var(--accent-d); border-radius: 3px; transition: var(--t); }
.ig-tile:hover { background: var(--accent); color: #fff; }
.ig-embed { margin: 40px auto 0; max-width: 900px; }

/* ─── NEWSLETTER ─── */
.newsletter { background: var(--ink); padding: 110px 48px; text-align: center; }
.newsletter-inner { max-width: 600px; margin: 0 auto; }
.newsletter-title { font-family: var(--ff-serif); font-weight: 300; font-size: clamp(2rem, 4vw, 3rem); color: #fff; line-height: 1.1; margin-bottom: 14px; }
.newsletter-title em { color: var(--accent); }
.newsletter-lead { font-size: 0.95rem; font-weight: 300; color: rgba(255,255,255,0.55); line-height: 1.8; margin-bottom: 34px; }
.newsletter-form { display: flex; gap: 10px; max-width: 460px; margin: 0 auto; flex-wrap: wrap; }
.newsletter-form input[type=email] { flex: 1; min-width: 200px; padding: 16px 18px; border: 1px solid rgba(255,255,255,0.2); background: rgba(255,255,255,0.06); color: #fff; font-family: inherit; font-size: 0.95rem; border-radius: 2px; }
.newsletter-form input[type=email]::placeholder { color: rgba(255,255,255,0.45); }
.newsletter-form input[type=email]:focus { outline: none; border-color: var(--accent); }
.newsletter-ok { color: var(--accent); font-family: var(--ff-serif); font-size: 1.5rem; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }

/* ─── CONTACT ─── */
.contact { text-align: center; padding: 120px 48px; }
.btn-contact { display: inline-block; font-family: var(--ff-serif); font-size: clamp(1.6rem, 3.5vw, 2.6rem); color: var(--ink); border-bottom: 1px solid var(--accent); padding-bottom: 6px; margin-top: 22px; transition: var(--t); }
.btn-contact:hover { color: var(--accent-d); }

/* ─── PAGE HEADER (pages internes) ─── */
.page-header { background: var(--cream); padding: 150px 48px 70px; text-align: center; }
.page-title { font-family: var(--ff-serif); font-weight: 700; letter-spacing: -0.02em; font-size: clamp(2.2rem, 5vw, 3.6rem); line-height: 1.04; color: var(--ink); }
.page-title em { color: var(--accent-d); font-style: normal; }
.page-lead { font-size: 1rem; font-weight: 300; line-height: 1.8; color: #524C44; max-width: 60ch; margin: 18px auto 0; }

/* ─── FORMULAIRE DÉPÔT ─── */
.form-page { max-width: 760px; margin: 0 auto; padding: 70px 24px 120px; }
.depot-form fieldset { border: none; margin-bottom: 36px; }
.depot-form legend { font-family: var(--ff-serif); font-size: 1.6rem; color: var(--ink); margin-bottom: 18px; padding-bottom: 10px; border-bottom: 1px solid var(--border); width: 100%; }
.field { display: block; margin-bottom: 18px; }
.field > span { display: block; font-size: 0.74rem; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: var(--muted); margin-bottom: 8px; }
.field input, .field select, .field textarea { width: 100%; padding: 13px 15px; border: 1px solid var(--border); background: #fff; font-family: inherit; font-size: 0.97rem; color: var(--text); border-radius: 3px; transition: var(--t); }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--accent); }
.field textarea { resize: vertical; }
.field.has-err input, .field.has-err select { border-color: #C0564A; background: #FCF3F1; }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.err { display: block; color: #B5483D; font-size: 0.8rem; font-style: normal; margin-top: 6px; }
.err--block { margin: 4px 0 16px; }
.form-alert { background: #FCF3F1; border: 1px solid #F0C9C3; color: #B5483D; padding: 13px 16px; border-radius: 6px; margin-bottom: 24px; font-size: 0.9rem; }

.dropzone { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px; border: 1.5px dashed var(--accent); background: var(--cream); padding: 40px 24px; border-radius: 6px; cursor: pointer; text-align: center; transition: var(--t); }
.dropzone:hover, .dropzone.drag { background: var(--sand); }
.dropzone input[type=file] { display: none; }
.dz-icon { font-size: 1.8rem; color: var(--accent-d); }
.dz-text { font-weight: 500; color: var(--ink); }
.dz-hint { font-size: 0.8rem; color: var(--muted); }
.dz-preview { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 14px; }
.dz-preview .thumb { position: relative; width: 84px; height: 108px; border-radius: 4px; overflow: hidden; border: 1px solid var(--border); }
.dz-preview .thumb img { width: 100%; height: 100%; object-fit: cover; }

.consent { display: flex; gap: 12px; align-items: flex-start; font-size: 0.9rem; color: #524C44; margin: 8px 0 6px; }
.consent input { margin-top: 3px; width: 16px; height: 16px; accent-color: var(--accent-d); flex-shrink: 0; }
.consent.has-err span { color: #B5483D; }

/* Confirmation */
.confirm { text-align: center; padding: 40px 0; }
.confirm-mark { font-size: 2.4rem; color: var(--accent); }
.confirm h2 { font-family: var(--ff-serif); font-weight: 300; font-size: 2.4rem; color: var(--ink); margin: 12px 0 14px; }
.confirm p { font-size: 1rem; font-weight: 300; line-height: 1.8; color: #524C44; max-width: 48ch; margin: 0 auto 30px; }
.confirm-actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* ─── LIVES PAGE ─── */
.lives-page, .marques-page, .legal-page { max-width: 900px; margin: 0 auto; padding: 80px 24px 120px; }
.live-cards { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 22px; }
.live-card { background: var(--white); border: 1px solid var(--border); border-radius: 5px; padding: 30px 28px; transition: var(--t); }
.live-card:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(33,28,22,0.07); }
.live-card-date { font-size: 0.74rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--accent-d); }
.live-card-title { font-family: var(--ff-serif); font-size: 1.8rem; font-weight: 400; color: var(--ink); margin: 8px 0 8px; }
.live-card-theme { font-size: 0.95rem; font-weight: 300; line-height: 1.7; color: #524C44; margin-bottom: 20px; }
.past-title { font-family: var(--ff-serif); font-weight: 400; font-size: 1.6rem; margin: 60px 0 16px; color: var(--ink); }
.past-list { list-style: none; }
.past-list li { padding: 12px 0; border-bottom: 1px solid var(--border); color: var(--muted); font-weight: 300; }
.past-date { display: inline-block; min-width: 150px; color: var(--text); font-weight: 400; }

/* ─── MARQUES PAGE ─── */
.criteria { margin: 56px auto 0; max-width: 640px; }
.criteria h3 { font-family: var(--ff-serif); font-weight: 400; font-size: 1.7rem; margin-bottom: 16px; color: var(--ink); }
.criteria ul { list-style: none; }
.criteria li { position: relative; padding: 10px 0 10px 26px; font-weight: 300; line-height: 1.7; color: #524C44; border-bottom: 1px solid var(--border); }
.criteria li::before { content: '✦'; position: absolute; left: 0; color: var(--accent); }

/* ─── COACHING / PERSONAL SHOPPER ─── */
.coach-header { position: relative; overflow: hidden; }
.coach-deco-star { position: absolute; pointer-events: none; }
.coach-deco-star svg { width: 100%; height: 100%; display: block; }
.coach-deco-star--1 { width: 40px; top: 40%; left: 12%; color: #DED6F5; transform: rotate(-12deg); }
.coach-deco-star--2 { width: 26px; top: 30%; right: 14%; color: #F8CBD6; }

.coach-page { max-width: var(--maxw); margin: 0 auto; padding: 80px 48px 110px; }

/* Formats — cartes décalées (asymétrie) */
.coach-formats { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; align-items: start; }
.coach-card { background: var(--white); border: 1px solid var(--border); border-radius: 24px; padding: 38px 34px; box-shadow: 0 8px 24px rgba(43,36,48,0.04); transition: var(--t); }
.coach-card:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(43,36,48,0.09); }
.coach-card--b { margin-top: 64px; }
.coach-ic { display: inline-flex; align-items: center; justify-content: center; width: 62px; height: 62px; border-radius: 20px; margin-bottom: 18px; }
.coach-ic svg { width: 30px; height: 30px; }
.coach-card--a .coach-ic { background: #F8CBD6; color: #DC8298; }
.coach-card--b .coach-ic { background: #DED6F5; color: #9C87D6; }
.coach-card h3 { font-family: var(--ff-serif); font-weight: 700; font-size: 1.7rem; color: var(--ink); margin-bottom: 10px; }
.coach-card p { font-weight: 300; line-height: 1.75; color: #524C44; }

/* Bandeau de confiance — superposition (remonte sur les cartes) */
.coach-trust { position: relative; z-index: 3; margin: -40px auto 0; max-width: 780px;
  display: grid; grid-template-columns: repeat(4, 1fr); background: var(--ink); color: #fff;
  border-radius: 22px; padding: 26px 18px; box-shadow: 0 22px 50px rgba(43,36,48,0.20); }
.coach-trust-item { text-align: center; position: relative; padding: 4px 8px; }
.coach-trust-item + .coach-trust-item::before { content:''; position:absolute; left:0; top:18%; bottom:18%; width:1px; background:rgba(255,255,255,.14); }
.coach-trust-item strong { display: inline-flex; align-items: center; gap: 3px; font-family: var(--ff-serif); font-weight: 700; font-size: 1.7rem; line-height: 1; }
.coach-trust-item strong i { display: inline-flex; width: 15px; color: #F4C04E; }
.coach-trust-item span { display: block; margin-top: 7px; font-size: 0.72rem; letter-spacing: .03em; color: rgba(255,255,255,.6); }

.coach-h2 { font-family: var(--ff-serif); font-weight: 700; font-size: clamp(1.7rem, 3.4vw, 2.4rem); color: var(--ink); text-align: center; }

/* Comment ça se passe — étapes décalées */
.coach-steps-sec { margin-top: 100px; }
.coach-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin-top: 50px; }
.coach-step { padding: 6px 4px 0; }
.coach-step:nth-child(2) { margin-top: 40px; }
.coach-step:nth-child(3) { margin-top: 14px; }
.coach-step-n { font-family: var(--ff-serif); font-weight: 700; font-size: 3.4rem; line-height: 1; color: #F0B7C6; display: block; margin-bottom: 6px; }
.coach-step:nth-child(2) .coach-step-n { color: #B9A6E8; }
.coach-step:nth-child(3) .coach-step-n { color: #9AD2B4; }
.coach-step h3 { font-family: var(--ff-serif); font-weight: 700; font-size: 1.3rem; color: var(--ink); margin-bottom: 8px; }
.coach-step p { font-weight: 300; line-height: 1.7; color: #524C44; }

.coach-note { text-align: center; max-width: 52ch; margin: 60px auto 0; font-weight: 300; line-height: 1.8; color: #524C44; font-style: italic; }

/* Témoignages — masonry / décalage */
.coach-proof { margin-top: 96px; }
.coach-proof-head { text-align: center; max-width: 56ch; margin: 0 auto 46px; }
.coach-proof-lead { margin-top: 14px; font-weight: 300; line-height: 1.75; color: #524C44; }
.coach-reviews { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: start; }
.coach-review { background: var(--white); border: 1px solid var(--border); border-radius: 22px; padding: 30px; box-shadow: 0 8px 24px rgba(43,36,48,0.04); }
.coach-reviews > .coach-review:nth-child(even) { margin-top: 40px; }
.coach-review-stars { display: flex; gap: 3px; color: #F4C04E; margin-bottom: 14px; }
.coach-review-stars svg { width: 16px; height: 16px; }
.coach-review blockquote { font-family: var(--ff-serif); font-size: 1.12rem; line-height: 1.6; color: var(--ink); font-style: italic; }
.coach-review figcaption { margin-top: 16px; font-size: 0.85rem; font-weight: 600; color: var(--ink); }
.coach-review figcaption span { color: var(--muted); font-weight: 400; }

/* CTA final — bandeau dégradé */
.coach-cta-band { margin-top: 100px; background: linear-gradient(135deg, #F8CBD6, #DED6F5); border-radius: 32px; padding: 64px 40px; text-align: center; }
.coach-cta-inner { max-width: 540px; margin: 0 auto; }
.coach-cta-band h2 { font-family: var(--ff-serif); font-weight: 700; font-size: clamp(1.6rem, 3.4vw, 2.2rem); color: var(--ink); }
.coach-cta-band p { margin-top: 12px; font-weight: 300; line-height: 1.7; color: #5A4F5F; }
.coach-cta { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-top: 28px; }

@media (max-width: 760px) {
  .coach-page { padding: 60px 22px 80px; }
  .coach-formats { grid-template-columns: 1fr; gap: 20px; }
  .coach-card--b { margin-top: 0; }
  .coach-trust { grid-template-columns: 1fr 1fr; gap: 20px 0; margin-top: 28px; max-width: 420px; padding: 24px 16px; }
  .coach-trust-item:nth-child(2n+1)::before { display: none; }
  .coach-steps { grid-template-columns: 1fr; gap: 12px; }
  .coach-step:nth-child(2), .coach-step:nth-child(3) { margin-top: 0; }
  .coach-reviews { grid-template-columns: 1fr; gap: 18px; }
  .coach-reviews > .coach-review:nth-child(even) { margin-top: 0; }
  .coach-deco-star { display: none; }
}

/* ─── LEGAL ─── */
.legal-page h3 { font-family: var(--ff-serif); font-weight: 400; font-size: 1.5rem; margin: 30px 0 10px; color: var(--ink); }
.legal-page p { font-weight: 300; line-height: 1.8; color: #524C44; margin-bottom: 8px; }
.legal-page a { color: var(--accent-d); border-bottom: 1px solid var(--accent); }
.empty { text-align: center; color: var(--muted); font-style: italic; padding: 50px 20px; }

/* ─── FOOTER ─── */
.footer { background: var(--white); color: var(--muted); padding: 64px 48px 36px; display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 40px; max-width: var(--maxw); margin: 0 auto; border-top: 1px solid var(--border); }
.footer-logo { font-family: var(--ff-serif); font-size: 1.5rem; font-weight: 700; color: var(--ink); margin-bottom: 8px; }
.footer-logo em { color: var(--accent-d); font-style: normal; }
.footer-tag { font-size: 0.85rem; font-weight: 300; color: var(--muted); }
.footer-col-title { font-size: 0.7rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); margin-bottom: 14px; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 9px; }
.footer-col a { font-size: 0.9rem; font-weight: 400; color: var(--ink); transition: var(--t); }
.footer-col a:hover { color: var(--accent-d); }
.footer-copy { grid-column: 1 / -1; border-top: 1px solid var(--border); padding-top: 24px; margin-top: 16px; font-size: 0.78rem; color: var(--muted); }

/* ─── CURSEUR ─── */
.cursor { position: fixed; width: 7px; height: 7px; background: var(--accent); border-radius: 50%; pointer-events: none; z-index: 9999; transform: translate(-50%, -50%); transition: width .2s, height .2s, background .2s; mix-blend-mode: difference; display: none; }

/* ─── RESPONSIVE ─── */
@media (min-width: 1025px) { .cursor { display: block; } }
@media (max-width: 980px) {
  .intro { grid-template-columns: 1fr; gap: 40px; }
  .intro-stats { flex-direction: row; border-left: none; border-top: 1px solid var(--border); padding-left: 0; padding-top: 30px; gap: 36px; }
  .footer { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 760px) {
  .nav { padding: 18px 22px; }
  .nav-links, .nav-right { display: none; }
  .burger { display: flex; }
  .hero-overlay { padding: 0 24px 48px; }
  .intro, .depot, .lives-preview, .brands-preview, .ig, .newsletter, .contact { padding-left: 24px; padding-right: 24px; }
  .intro, .depot, .lives-preview, .brands-preview, .ig { padding-top: 80px; padding-bottom: 80px; }
  .steps { grid-template-columns: 1fr; gap: 18px; }
  .live-row { grid-template-columns: 64px 1fr; gap: 16px; }
  .live-time, .live-go { display: none; }
  .ig-grid { grid-template-columns: repeat(3, 1fr); }
  .grid-2 { grid-template-columns: 1fr; }
  .footer { grid-template-columns: 1fr; gap: 28px; padding: 50px 24px 36px; }
  .page-header { padding: 120px 24px 50px; }
}
