/* =========================================================
   Lucie Arrazat - Conseillère Pleine Santé
   Site de démonstration - RucheLab
   Refonte anti-slop : typographie Newsreader + Instrument Sans,
   grille éditoriale asymétrique, un seul accent terracotta,
   rythme de sections non répétitif, grain éditorial.
   ========================================================= */


:root {
  /* Palette ancrée sur le site actuel de Lucie : teal pétrole #037184,
     aqua doux, rose poudré, blancs. Un seul accent verrouillé = le teal.
     Les variables gardent leurs noms d'origine, seules les valeurs changent. */
  --paper: #f4f8f7;           /* off-white légèrement aqua */
  --paper-2: #e3f0f0;         /* bande teintée aqua doux */
  --card: #ffffff;
  --ink: #21343a;             /* ardoise teal foncé */
  --ink-soft: #566b70;
  --terracotta: #037184;      /* accent unique = teal de marque */
  --terracotta-deep: #02576a; /* teal hover / profond */
  --clay: #7cc3cc;            /* aqua clair (accents sur fond sombre) */
  --olive-deep: #063942;      /* sections sombres = teal profond */
  --olive: #3d7a83;
  --blush: #bbe2e4;           /* aqua clair (dégradés, placeholders) */
  --rose: #f0a9a8;            /* rose poudré, touche féminine ponctuelle */
  --line: rgba(33, 52, 58, 0.14);
  --line-soft: rgba(33, 52, 58, 0.08);
  --shadow: 0 26px 56px -34px rgba(6, 57, 66, 0.42);
  --shadow-soft: 0 14px 40px -26px rgba(6, 57, 66, 0.34);
  --maxw: 1240px;
  --serif: 'Newsreader', Georgia, 'Times New Roman', serif;
  --sans: 'Instrument Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

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

html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }

body {
  font-family: var(--sans);
  background: var(--paper);
  color: var(--ink);
  line-height: 1.6;
  font-size: 17px;
  font-weight: 400;
  overflow-x: hidden;
}

/* Grain éditorial : fixe, non interactif, ne repeint pas au scroll */
body::before {
  content: "";
  position: fixed; inset: 0; z-index: 90; pointer-events: none;
  opacity: 0.05; mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)'/%3E%3C/svg%3E");
}

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

.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 34px; }

h1, h2, h3 { font-family: var(--serif); font-weight: 400; line-height: 1.04; letter-spacing: -0.015em; }
h1 em, h2 em, h3 em { font-style: italic; font-weight: 400; }

/* -------- Labels (rationnés : 3 max sur la page) -------- */
.label {
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--terracotta-deep);
  display: inline-flex; align-items: center; gap: 11px;
}
.label::before { content: ""; width: 30px; height: 1px; background: var(--terracotta); }

/* -------- Buttons -------- */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--sans); font-weight: 600; font-size: 15.5px;
  padding: 15px 28px; border-radius: 4px; cursor: pointer;
  border: 1px solid transparent; transition: transform .22s ease, background .22s ease, box-shadow .22s ease; white-space: nowrap;
}
.btn:active { transform: translateY(1px); }
.btn-primary { background: var(--terracotta); color: #fdf3ec; box-shadow: 0 12px 26px -14px rgba(156,67,36,.9); }
.btn-primary:hover { background: var(--terracotta-deep); transform: translateY(-2px); box-shadow: 0 18px 34px -14px rgba(156,67,36,1); }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--line); }
.btn-ghost:hover { border-color: var(--ink); }
.btn-light { background: #ffffff; color: var(--terracotta-deep); }
.btn-light:hover { background: var(--paper); transform: translateY(-2px); }
.btn .arw { transition: transform .22s ease; }
.btn:hover .arw { transform: translateX(4px); }

.textlink { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; font-size: 15px; color: var(--terracotta-deep); border-bottom: 1px solid var(--terracotta); padding-bottom: 3px; transition: gap .2s; }
.textlink:hover { gap: 12px; }

/* -------- Nav -------- */
header.nav {
  position: sticky; top: 0; z-index: 60;
  background: rgba(244,248,247,.85);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line-soft);
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 72px; }
.brand { font-family: var(--serif); font-size: 24px; letter-spacing: -0.01em; display: flex; align-items: baseline; gap: 10px; }
.brand b { font-weight: 500; }
.brand span { font-family: var(--sans); font-size: 9.5px; letter-spacing: .26em; text-transform: uppercase; color: var(--terracotta-deep); font-weight: 600; }
.nav-links { display: flex; align-items: center; gap: 30px; }
.nav-links a.nl { font-size: 14.5px; color: var(--ink-soft); font-weight: 500; transition: color .2s; }
.nav-links a.nl:hover { color: var(--ink); }
.nav-cta { display: flex; align-items: center; gap: 14px; }
.ig-ico { width: 38px; height: 38px; border-radius: 50%; border: 1px solid var(--line); display: grid; place-items: center; transition: all .2s; color: var(--ink); }
.ig-ico:hover { background: var(--ink); color: var(--paper); border-color: var(--ink); }

/* -------- Hero : split asymétrique, titre à gauche -------- */
.hero { position: relative; padding: 58px 0 40px; }
.hero-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 60px; align-items: center; }
.hero h1 { font-size: clamp(38px, 4.7vw, 66px); margin: 22px 0 24px; letter-spacing: -0.02em; }
.hero h1 em { color: var(--terracotta); }
.hero .lede { font-size: 18.5px; color: var(--ink-soft); max-width: 32em; margin-bottom: 34px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.hero-trust { margin-top: 34px; padding-top: 26px; border-top: 1px solid var(--line-soft); display: flex; align-items: center; gap: 14px; font-size: 14.5px; color: var(--ink-soft); }
.hero-trust b { color: var(--ink); font-weight: 600; }
.hero-visual { position: relative; }
.hero-visual .frame { border-radius: 4px; overflow: hidden; box-shadow: var(--shadow); aspect-ratio: 5/6; }
.hero-visual .frame img { width: 100%; height: 100%; object-fit: cover; }
.hero-badge {
  position: absolute; left: -30px; bottom: 40px; background: var(--olive-deep); color: #f0ece1;
  padding: 18px 22px; border-radius: 4px; box-shadow: var(--shadow-soft);
  display: flex; gap: 15px; align-items: center; max-width: 250px;
}
.hero-badge .n { font-family: var(--serif); font-size: 46px; color: var(--clay); line-height: 1; }
.hero-badge small { font-size: 12.5px; color: #cfc9bb; line-height: 1.4; }

/* -------- Bande de repères (asymétrique, sans cartes) --------
   Fond solide + z-index pour passer AU-DESSUS des ombres du hero
   (sinon l'ombre du visuel bave dans la bande). */
.marks { position: relative; z-index: 2; background: var(--paper); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); margin-top: 72px; }
.marks .wrap { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
.mark { padding: 34px 30px 34px 0; border-right: 1px solid var(--line-soft); }
.mark:first-child { padding-left: 0; }
.mark:last-child { border-right: none; }
.mark .num { font-family: var(--serif); font-size: 46px; color: var(--ink); line-height: 1; }
.mark .num em { color: var(--terracotta); font-style: italic; }
.mark .lbl { font-size: 13.5px; color: var(--ink-soft); margin-top: 12px; max-width: 15em; line-height: 1.45; }

/* -------- Section shell -------- */
section { padding: 120px 0; }
.tint { background: var(--paper-2); }
.dark { background: var(--olive-deep); color: #e8e3d7; }
.dark h1, .dark h2, .dark h3 { color: #f6f1e6; }
.dark .label { color: var(--clay); }
.dark .label::before { background: var(--clay); }

/* En-têtes de section : à gauche par défaut (anti center-bias) */
.head { max-width: 20em; margin-bottom: 60px; }
.head h2 { font-size: clamp(36px, 4.8vw, 62px); }
.head.wide { max-width: 26em; }

/* -------- Douleur : index numéroté éditorial (pas de cartes) -------- */
.pain-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 70px; align-items: start; }
.pain-intro h2 { font-size: clamp(34px, 4.4vw, 56px); margin-bottom: 22px; }
.pain-intro p { color: var(--ink-soft); font-size: 17px; }
.pain-list { display: flex; flex-direction: column; }
.pain-row { display: grid; grid-template-columns: auto 1fr; gap: 26px; padding: 30px 0; border-top: 1px solid var(--line); }
.pain-row:last-child { border-bottom: 1px solid var(--line); }
.pain-row .rn { font-family: var(--serif); font-style: italic; font-size: 30px; color: var(--terracotta); line-height: 1; }
.pain-row h3 { font-size: 25px; margin-bottom: 7px; }
.pain-row p { color: var(--ink-soft); font-size: 15.5px; }
.pain-turn { margin-top: 90px; padding-top: 60px; border-top: 1px solid var(--line); }
.pain-turn p { font-family: var(--serif); font-size: clamp(28px, 3.8vw, 46px); max-width: 20em; line-height: 1.16; letter-spacing: -0.015em; }
.pain-turn p em { color: var(--terracotta); }

/* -------- Histoire : split, portrait décalé, pull-quote -------- */
.story-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 72px; align-items: center; }
.story-portrait { position: relative; }
.story-portrait .p-frame { border-radius: 4px; overflow: hidden; box-shadow: var(--shadow); aspect-ratio: 4/5; }
.story-portrait .p-frame img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 32%; }
.portrait-placeholder { width: 100%; height: 100%; display: grid; place-items: center; text-align: center; background: linear-gradient(165deg, var(--blush), var(--clay)); color: rgba(42,32,27,.6); font-size: 14px; padding: 30px; font-style: italic; font-family: var(--serif); }
.story-portrait .stamp { position: absolute; right: -22px; top: 40px; background: var(--terracotta); color: #fff; font-family: var(--serif); font-style: italic; font-size: 20px; padding: 14px 20px; border-radius: 4px; box-shadow: var(--shadow-soft); line-height: 1.1; }
.story-portrait .stamp b { display: block; font-size: 34px; font-style: normal; }
.story-body h2 { font-size: clamp(34px, 4.4vw, 58px); margin-bottom: 26px; }
.story-body p { color: var(--ink-soft); margin-bottom: 18px; font-size: 17px; }
.story-body p strong { color: var(--ink); font-weight: 600; }
.sign { font-family: var(--serif); font-style: italic; font-size: 30px; color: var(--terracotta); margin-top: 8px; }
.certs { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 30px; }
.cert { font-size: 12.5px; padding: 7px 14px; border-radius: 4px; background: transparent; border: 1px solid var(--line); color: var(--ink-soft); }

/* -------- Méthode : index éditorial vertical (pas de grille de cartes) -------- */
.method-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 72px; align-items: start; }
.method-sticky { position: sticky; top: 110px; }
.method-sticky h2 { font-size: clamp(34px, 4.4vw, 56px); margin-bottom: 22px; }
.method-sticky p { color: #c9c4b6; font-size: 16.5px; max-width: 24em; }
.method-list { display: flex; flex-direction: column; }
.mrow { display: grid; grid-template-columns: auto 1fr auto; gap: 26px; align-items: baseline; padding: 26px 0; border-top: 1px solid rgba(255,255,255,.14); transition: padding-left .3s ease; }
.method-list .mrow:last-child { border-bottom: 1px solid rgba(255,255,255,.14); }
.mrow:hover { padding-left: 10px; }
.mrow .mi { font-family: var(--serif); font-style: italic; font-size: 22px; color: var(--clay); }
.mrow h3 { font-size: 28px; color: #f6f1e6; margin-bottom: 6px; }
.mrow p { font-size: 15px; color: #c4bfb1; max-width: 34em; }
.mrow .mtag { font-size: 11.5px; letter-spacing: .16em; text-transform: uppercase; color: #9a9585; font-weight: 600; white-space: nowrap; }
.method-close { margin-top: 40px; padding: 30px; background: var(--terracotta); border-radius: 4px; color: #fdf3ec; }
.method-close b { font-family: var(--serif); font-style: italic; font-size: 26px; display: block; margin-bottom: 6px; }
.method-close span { font-size: 15px; color: rgba(253,243,236,.9); }

/* -------- Offre : un tier dominant + deux options secondaires -------- */
.offer-lead { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: end; margin-bottom: 50px; }
.offer-lead h2 { font-size: clamp(36px, 4.8vw, 62px); }
.offer-lead p { color: var(--ink-soft); font-size: 17px; padding-bottom: 8px; }

.flagship { background: var(--olive-deep); color: #e8e3d7; border-radius: 6px; box-shadow: var(--shadow); overflow: hidden; display: grid; grid-template-columns: 1.05fr 0.95fr; }
.flagship .fs-l { padding: 50px; border-right: 1px solid rgba(255,255,255,.1); }
.flagship .fs-r { padding: 50px; display: flex; flex-direction: column; }
.flagship .fs-tag { font-size: 11.5px; letter-spacing: .18em; text-transform: uppercase; color: var(--clay); font-weight: 600; margin-bottom: 18px; }
.flagship h3 { font-size: 40px; color: #f6f1e6; margin-bottom: 14px; }
.flagship .fs-sub { color: #c9c4b6; font-size: 16px; margin-bottom: 28px; max-width: 24em; }
.flagship .fs-price { font-family: var(--serif); font-size: 48px; color: #f6f1e6; line-height: 1; }
.flagship .fs-price small { display: block; font-family: var(--sans); font-size: 14px; line-height: 1.55; color: #c9c4b6; font-weight: 500; margin-top: 12px; max-width: 30em; }
.flagship ul { list-style: none; display: flex; flex-direction: column; gap: 14px; margin: 0 0 28px; }
.flagship li { font-size: 15px; display: flex; gap: 12px; align-items: flex-start; color: #dcd7c9; }
.flagship li svg { flex-shrink: 0; margin-top: 3px; color: var(--clay); }
.flagship .btn { width: 100%; justify-content: center; margin-top: auto; }

.options { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 20px; }
.opt { background: var(--card); border: 1px solid var(--line); border-radius: 6px; padding: 32px; display: flex; align-items: center; justify-content: space-between; gap: 24px; transition: transform .22s ease, box-shadow .22s ease; }
.opt:hover { transform: translateY(-3px); box-shadow: var(--shadow-soft); }
.opt .ot { font-size: 11.5px; letter-spacing: .16em; text-transform: uppercase; color: var(--terracotta-deep); font-weight: 600; margin-bottom: 8px; }
.opt h4 { font-family: var(--serif); font-size: 26px; margin-bottom: 6px; }
.opt p { font-size: 14px; color: var(--ink-soft); max-width: 22em; }
.opt .oprice { font-family: var(--serif); font-size: 26px; color: var(--terracotta); white-space: nowrap; }
.value-note { margin-top: 44px; font-family: var(--serif); font-size: clamp(20px, 2.4vw, 28px); max-width: 26em; line-height: 1.3; color: var(--ink); }
.value-note b { color: var(--terracotta); font-style: italic; }

/* -------- Plateforme : split + mockup -------- */
.platform-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.platform-body h2 { font-size: clamp(34px, 4.4vw, 56px); margin-bottom: 22px; }
.platform-body > p { font-size: 17.5px; color: #c9c4b6; margin-bottom: 30px; max-width: 30em; }
.platform-feats { display: flex; flex-direction: column; gap: 4px; margin-bottom: 34px; }
.pfeat { display: flex; gap: 16px; align-items: flex-start; padding: 18px 0; border-top: 1px solid rgba(255,255,255,.12); }
.pfeat:last-child { border-bottom: 1px solid rgba(255,255,255,.12); }
.pfeat .pf-ic { color: var(--clay); flex-shrink: 0; margin-top: 2px; }
.pfeat h4 { font-family: var(--sans); font-size: 16px; font-weight: 600; color: #f6f1e6; margin-bottom: 3px; }
.pfeat p { font-size: 14.5px; color: #c4bfb1; }

.mockup { background: #fbf6ee; border-radius: 8px; box-shadow: 0 40px 80px -34px rgba(0,0,0,.6); overflow: hidden; border: 1px solid rgba(0,0,0,.12); }
.mockup .bar { display: flex; gap: 7px; padding: 14px 16px; background: var(--paper-2); border-bottom: 1px solid var(--line); }
.mockup .bar i { width: 11px; height: 11px; border-radius: 50%; background: #d3c0a9; }
.mockup .mk-body { padding: 24px; color: var(--ink); }
.mk-row { display: flex; justify-content: space-between; align-items: center; margin-bottom: 16px; }
.mk-row .mk-h { font-family: var(--serif); font-size: 22px; }
.mk-prog { height: 8px; background: var(--paper-2); border-radius: 10px; overflow: hidden; margin-bottom: 6px; }
.mk-prog i { display: block; height: 100%; width: 62%; background: linear-gradient(90deg, var(--clay), var(--terracotta)); }
.mk-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 18px; }
.mk-card { background: var(--paper); border: 1px solid var(--line); border-radius: 6px; overflow: hidden; }
.mk-thumb { aspect-ratio: 16/10; background: linear-gradient(135deg, var(--blush), var(--clay)); display: grid; place-items: center; color: rgba(255,255,255,.92); }
.mk-card p { padding: 10px 12px; font-size: 12.5px; color: var(--ink-soft); }

/* -------- Témoignages : une citation vedette + deux appuis -------- */
.testi-feature { display: grid; grid-template-columns: 0.4fr 1.6fr; gap: 50px; align-items: center; margin-bottom: 40px; }
.testi-feature .stars { color: var(--terracotta); font-size: 20px; letter-spacing: 3px; }
.testi-feature blockquote { font-family: var(--serif); font-size: clamp(28px, 3.6vw, 44px); line-height: 1.22; letter-spacing: -0.015em; color: var(--ink); }
.testi-feature .who { margin-top: 26px; display: flex; align-items: center; gap: 13px; }
.testi-feature .av { width: 46px; height: 46px; border-radius: 50%; background: linear-gradient(135deg, var(--clay), var(--terracotta)); display: grid; place-items: center; color: #fff; font-weight: 600; }
.testi-feature .who b { font-size: 15px; }
.testi-feature .who small { display: block; font-size: 13px; color: var(--ink-soft); }
.testi-support { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; border-top: 1px solid var(--line); padding-top: 40px; }
.ts { }
.ts p { font-size: 16px; color: var(--ink); margin-bottom: 14px; }
.ts .who { display: flex; align-items: center; gap: 11px; }
.ts .av { width: 38px; height: 38px; border-radius: 50%; background: var(--paper-2); border: 1px solid var(--line); display: grid; place-items: center; font-weight: 600; font-size: 14px; color: var(--terracotta-deep); }
.ts .who b { font-size: 14px; }
.ts .who small { display: block; font-size: 12.5px; color: var(--ink-soft); }
.testi-demo { margin-top: 30px; font-size: 12.5px; color: var(--ink-soft); }

/* -------- FAQ : accordéon -------- */
.faq-grid { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 64px; align-items: start; }
.faq-side h2 { font-size: clamp(34px, 4.4vw, 54px); margin-bottom: 20px; }
.faq-side p { color: var(--ink-soft); font-size: 16.5px; margin-bottom: 26px; }
.faq-list { }
.faq-item { border-top: 1px solid var(--line); }
.faq-list .faq-item:last-child { border-bottom: 1px solid var(--line); }
.faq-q { width: 100%; text-align: left; background: none; border: none; cursor: pointer; padding: 26px 0; display: flex; justify-content: space-between; align-items: center; gap: 20px; font-family: var(--serif); font-size: 23px; color: var(--ink); }
.faq-q .pm { flex-shrink: 0; width: 30px; height: 30px; display: grid; place-items: center; transition: transform .25s; font-family: var(--sans); color: var(--terracotta); font-size: 22px; }
.faq-item.open .pm { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.faq-a p { padding-bottom: 26px; color: var(--ink-soft); font-size: 16px; max-width: 40em; }

/* -------- Instagram -------- */
.ig-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 40px; flex-wrap: wrap; }
.ig-head h2 { font-size: clamp(34px, 4.4vw, 56px); }
.ig-head h2 em { color: var(--terracotta); }
.ig-head p { color: var(--ink-soft); font-size: 16px; max-width: 28em; margin-top: 10px; }
.ig-strip { display: grid; grid-template-columns: 1.4fr 1fr 1fr; grid-template-rows: repeat(2, 1fr); gap: 12px; }
.ig-cell { border-radius: 4px; overflow: hidden; position: relative; background: linear-gradient(135deg, var(--blush), var(--clay)); display: grid; place-items: center; color: rgba(255,255,255,.9); transition: transform .3s; aspect-ratio: 1; }
.ig-cell.tall { grid-row: span 2; aspect-ratio: auto; }
.ig-cell:hover { transform: scale(1.02); }
.ig-cell img { width: 100%; height: 100%; object-fit: cover; }
.ig-cell .ov { position: absolute; inset: 0; background: rgba(42,32,27,0); display: grid; place-items: center; color: #fff; opacity: 0; transition: .3s; }
.ig-cell:hover .ov { background: rgba(42,32,27,.35); opacity: 1; }

/* -------- CTA finale + réservation -------- */
.cta-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; background: var(--olive-deep); border-radius: 8px; padding: 66px 60px; color: #f0ece1; }
.cta-copy h2 { font-size: clamp(34px, 4.6vw, 56px); color: #f6f1e6; margin-bottom: 20px; }
.cta-copy p { font-size: 17.5px; color: #c9c4b6; max-width: 30em; margin-bottom: 26px; }
.cta-copy .fineprint { font-size: 13.5px; color: #a29d8e; }

.booking { background: var(--card); border-radius: 6px; box-shadow: var(--shadow); padding: 34px; color: var(--ink); }
.be-head { display: flex; align-items: center; gap: 14px; margin-bottom: 24px; }
.be-head .av { width: 48px; height: 48px; border-radius: 50%; background: linear-gradient(135deg, var(--clay), var(--terracotta)); flex-shrink: 0; }
.be-head b { font-size: 16px; }
.be-head small { color: var(--ink-soft); font-size: 13px; display: block; }
.be-day { font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-soft); margin: 0 0 12px; font-weight: 600; }
.be-slots { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.slot { padding: 12px 6px; text-align: center; border: 1px solid var(--line); border-radius: 4px; font-size: 13.5px; font-weight: 500; cursor: pointer; transition: .2s; background: var(--paper); }
.slot:hover, .slot.sel { border-color: var(--terracotta); background: rgba(189,90,56,.08); color: var(--terracotta-deep); }
.booking .btn { width: 100%; justify-content: center; margin-top: 22px; }
.booking .note { font-size: 12px; color: var(--ink-soft); text-align: center; margin-top: 14px; }
.be-text { font-size: 14.5px; color: var(--ink-soft); line-height: 1.62; margin: 0 0 4px; }
.booking .btn + .btn { margin-top: 10px; }

/* -------- Footer -------- */
footer.site { background: var(--olive-deep); color: #d3cec0; padding: 80px 0 34px; }
.foot-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 44px; }
.foot-brand .brand { color: #f6f1e6; }
.foot-brand p { font-size: 14.5px; color: #a8a393; margin-top: 16px; max-width: 26em; }
.foot-col h5 { font-family: var(--sans); font-size: 12px; letter-spacing: .16em; text-transform: uppercase; color: var(--clay); margin-bottom: 18px; }
.foot-col a, .foot-col p.line { display: block; font-size: 14.5px; color: #bcb7a7; margin-bottom: 11px; transition: color .2s; }
.foot-col a:hover { color: #f6f1e6; }
.foot-bottom { border-top: 1px solid rgba(255,255,255,.1); margin-top: 54px; padding-top: 26px; display: flex; justify-content: space-between; align-items: center; font-size: 13px; color: #918c7d; flex-wrap: wrap; gap: 12px; }

/* -------- Reveal (progressive enhancement) -------- */
.has-js .reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.has-js .reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .has-js .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
}

/* =========================================================
   Espace membre
   ========================================================= */
.member-shell { min-height: 100vh; display: grid; place-items: center; padding: 40px 20px; background: radial-gradient(1200px 600px at 70% -10%, var(--blush), var(--paper)); }
.login-card { width: 100%; max-width: 420px; background: var(--card); border-radius: 8px; box-shadow: var(--shadow); padding: 42px 38px; }
.login-card .brand { justify-content: center; margin-bottom: 6px; }
.login-card .sub { text-align: center; color: var(--ink-soft); font-size: 14.5px; margin-bottom: 28px; }
.field { margin-bottom: 16px; }
.field label { font-size: 13px; font-weight: 600; color: var(--ink-soft); display: block; margin-bottom: 7px; }
.field input { width: 100%; padding: 13px 15px; border: 1px solid var(--line); border-radius: 5px; font-family: var(--sans); font-size: 15px; background: var(--paper); color: var(--ink); }
.field input:focus { outline: none; border-color: var(--terracotta); }
.login-card .btn { width: 100%; justify-content: center; margin-top: 8px; }
.login-foot { text-align: center; margin-top: 20px; font-size: 13px; color: var(--ink-soft); }
.login-foot a { color: var(--terracotta-deep); font-weight: 600; }
.demo-hint { text-align: center; font-size: 12.5px; color: var(--ink-soft); margin-top: 16px; background: var(--paper-2); padding: 10px; border-radius: 5px; }

.dash { display: none; min-height: 100vh; }
.dash.active { display: block; }
.dash-top { background: var(--olive-deep); color: #e8e3d7; padding: 16px 0; position: sticky; top: 0; z-index: 40; }
.dash-top .wrap { display: flex; align-items: center; justify-content: space-between; }
.dash-top .brand { color: #f6f1e6; }
.dash-top .brand span { color: var(--clay); }
.dash-top .du { display: flex; align-items: center; gap: 14px; font-size: 14px; }
.dash-top .du .avatar { width: 38px; height: 38px; border-radius: 50%; background: linear-gradient(135deg, var(--clay), var(--terracotta)); display: grid; place-items: center; color: #fff; font-weight: 600; }
.dash-top a.logout { color: #c8c4b3; font-size: 13.5px; }

.dash-hero { background: var(--paper-2); padding: 48px 0; border-bottom: 1px solid var(--line); }
.dash-hero h1 { font-size: clamp(30px, 4vw, 46px); margin-bottom: 12px; }
.dash-hero h1 em { color: var(--terracotta); font-style: italic; }
.dash-hero p { color: var(--ink-soft); max-width: 40em; }
.dash-progress { margin-top: 28px; max-width: 520px; }
.dash-progress .pr-lbl { display: flex; justify-content: space-between; font-size: 13.5px; margin-bottom: 8px; color: var(--ink-soft); }
.dash-progress .bar { height: 10px; background: var(--card); border-radius: 10px; overflow: hidden; border: 1px solid var(--line); }
.dash-progress .bar i { display: block; height: 100%; width: 45%; background: linear-gradient(90deg, var(--clay), var(--terracotta)); }

.dash-main { padding: 54px 0 90px; }
.dash-layout { display: grid; grid-template-columns: 1fr 320px; gap: 44px; align-items: start; }
.mod-head { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 22px; }
.mod-head h2 { font-size: 30px; }
.mod-head small { color: var(--ink-soft); font-size: 13.5px; }

.player { background: var(--card); border: 1px solid var(--line); border-radius: 8px; overflow: hidden; margin-bottom: 30px; box-shadow: var(--shadow-soft); }
.player .screen { aspect-ratio: 16/9; background: linear-gradient(150deg, var(--olive-deep), #2c332a); display: grid; place-items: center; position: relative; }
.player .screen .play { width: 74px; height: 74px; border-radius: 50%; background: rgba(255,255,255,.94); display: grid; place-items: center; cursor: pointer; transition: transform .2s; }
.player .screen .play:hover { transform: scale(1.08); }
.player .screen .play svg { color: var(--terracotta); margin-left: 4px; }
.player .screen .lesson-tag { position: absolute; top: 16px; left: 18px; background: rgba(0,0,0,.4); color: #fff; font-size: 12px; padding: 5px 12px; border-radius: 4px; }
.player .pmeta { padding: 22px 26px; }
.player .pmeta h3 { font-size: 25px; margin-bottom: 6px; }
.player .pmeta p { font-size: 14.5px; color: var(--ink-soft); }

.lesson-list { display: flex; flex-direction: column; gap: 10px; }
.lesson { display: flex; align-items: center; gap: 15px; background: var(--card); border: 1px solid var(--line); border-radius: 6px; padding: 15px 18px; cursor: pointer; transition: .2s; }
.lesson:hover { border-color: var(--terracotta); transform: translateX(3px); }
.lesson .ln { width: 40px; height: 40px; border-radius: 6px; background: var(--paper-2); display: grid; place-items: center; flex-shrink: 0; color: var(--terracotta); font-weight: 600; }
.lesson.done .ln { background: var(--olive); color: #fff; }
.lesson .li { flex: 1; }
.lesson .li b { font-size: 15px; font-weight: 600; display: block; }
.lesson .li small { font-size: 12.5px; color: var(--ink-soft); }
.lesson .dur { font-size: 12.5px; color: var(--ink-soft); }

.side-card { background: var(--card); border: 1px solid var(--line); border-radius: 8px; padding: 24px; margin-bottom: 20px; }
.side-card h4 { font-family: var(--serif); font-size: 21px; margin-bottom: 14px; }
.next-live { display: flex; gap: 14px; align-items: center; }
.next-live .date { width: 56px; height: 56px; border-radius: 6px; background: var(--terracotta); color: #fff; display: grid; place-items: center; text-align: center; line-height: 1; flex-shrink: 0; }
.next-live .date b { font-size: 22px; font-family: var(--serif); }
.next-live .date small { font-size: 11px; text-transform: uppercase; }
.next-live .nl-i b { font-size: 15px; }
.next-live .nl-i small { font-size: 13px; color: var(--ink-soft); }
.res-list a { display: flex; align-items: center; gap: 11px; padding: 11px 0; border-bottom: 1px solid var(--line); font-size: 14px; color: var(--ink); }
.res-list a:last-child { border-bottom: none; }
.res-list a svg { color: var(--terracotta); flex-shrink: 0; }
.wa-card { background: var(--olive-deep); color: #e8e3d7; }
.wa-card h4 { color: #f6f1e6; }
.wa-card p { font-size: 14px; color: #c8c4b3; margin-bottom: 16px; }
.wa-card .btn { width: 100%; justify-content: center; }

/* -------- Responsive -------- */
@media (max-width: 980px) {
  .nav-links { display: none; }
  .hero-grid, .story-grid, .platform-grid, .dash-layout, .pain-grid, .method-grid, .faq-grid, .offer-lead, .cta-grid { grid-template-columns: 1fr; gap: 44px; }
  .hero-visual { order: -1; max-width: 440px; margin: 0 auto; }
  .method-sticky { position: static; }
  .flagship { grid-template-columns: 1fr; }
  .flagship .fs-l { border-right: none; border-bottom: 1px solid rgba(255,255,255,.1); }
  .options, .testi-support, .cta-grid { grid-template-columns: 1fr; }
  .testi-feature { grid-template-columns: 1fr; gap: 24px; }
  .marks .wrap { grid-template-columns: 1fr 1fr; }
  .mark { border-right: none; }
  .mark:nth-child(1), .mark:nth-child(2) { border-bottom: 1px solid var(--line-soft); }
  .foot-grid { grid-template-columns: 1fr 1fr; }
  .ig-strip { grid-template-columns: 1fr 1fr; grid-template-rows: none; }
  .ig-cell.tall { grid-row: auto; aspect-ratio: 1; }
  .cta-grid { padding: 44px 30px; }
}
@media (max-width: 560px) {
  body { font-size: 16px; }
  .wrap { padding: 0 22px; }
  section { padding: 76px 0; }
  .be-slots, .mk-cards { grid-template-columns: 1fr 1fr; }
  .foot-grid { grid-template-columns: 1fr; }
  .pain-turn, .pain-turn { margin-top: 50px; padding-top: 40px; }
  .flagship .fs-l, .flagship .fs-r { padding: 34px; }
  .opt { flex-direction: column; align-items: flex-start; }
  /* Header compact */
  .nav-inner { height: 64px; }
  .brand { font-size: 20px; }
  .brand span { display: none; }
  .ig-ico { display: none; }
  .nav-cta .btn-primary { padding: 11px 18px; font-size: 14px; }
  .story-portrait .stamp { right: 12px; font-size: 16px; padding: 10px 14px; }
  .story-portrait .stamp b { font-size: 26px; }
}
