/* CAFEMINCE — BRIDGE / advertorial. Calqué sur le VISUEL RÉEL du concurrent
   (Wellaray « Your Fat Has a Memory ») : magazine « Secrets Santé » + fil
   d'Ariane, gros titre SERIF gras, chapô serif gras, corps serif long-form
   noir sur blanc (Agora-style), figures, CTA vert foncé, pied crème/vert. */

:root{
  --ink:#1a1a1a; --soft:#4a4a4a; --line:#e6e2d7;
  --green:#1c4d3a; --green-d:#143a2b; --pink:#d76a86; --cream:#f4efe6; --gold:#c9992e;
}
*{box-sizing:border-box;}
body{margin:0;background:#fff;color:var(--ink);
  font-family:Georgia,'Times New Roman',serif;
  font-size:19px;line-height:1.62;-webkit-font-smoothing:antialiased;}
img{max-width:100%;display:block;}
a{color:var(--green);}
.wrap{width:min(100% - 32px,720px);margin-inline:auto;}

/* Masthead + fil d'Ariane */
.masthead{border-bottom:1px solid var(--line);}
.masthead .in{width:min(100% - 32px,860px);margin-inline:auto;padding:16px 0 12px;}
.mag{font-family:Georgia,serif;font-weight:700;font-size:24px;color:var(--green);letter-spacing:-.01em;}
.mag b{color:var(--pink);}
.crumb{font-family:-apple-system,'Segoe UI',Arial,sans-serif;font-size:12px;color:#8a8578;letter-spacing:.04em;margin-top:4px;}
.crumb b{color:var(--pink);}

/* Titre + chapô */
.article{padding:26px 0 10px;}
h1{font-family:Georgia,serif;font-weight:700;font-size:clamp(28px,4.8vw,42px);line-height:1.14;margin:6px 0 18px;letter-spacing:-.01em;}
.dek{font-weight:700;font-size:21px;line-height:1.5;margin:0 0 24px;}
.byline{font-family:-apple-system,'Segoe UI',Arial,sans-serif;font-size:13px;color:#8a8578;margin:0 0 22px;}

/* Corps serif long-form */
.body p{margin:0 0 20px;}
.body .sub{font-weight:700;font-size:23px;margin:32px 0 14px;line-height:1.25;}
.body strong{font-weight:700;}
.body em{font-style:italic;}
.body ul{margin:0 0 20px;padding-left:22px;}
.body li{margin:0 0 10px;}
blockquote{margin:28px 0;padding:8px 0 8px 22px;border-left:4px solid var(--pink);font-style:italic;font-size:21px;color:var(--green-d);}
figure{margin:28px 0;}
figure img{border-radius:12px;box-shadow:0 14px 40px -20px rgba(20,40,30,.4);}
figcaption{font-size:13px;color:var(--soft);text-align:center;font-style:italic;margin-top:8px;font-family:-apple-system,'Segoe UI',Arial,sans-serif;}

/* Encadré étude */
.studybox{background:var(--cream);border:1px solid var(--line);border-left:5px solid var(--green);border-radius:12px;padding:20px 22px;margin:28px 0;font-size:17.5px;}
.studybox .lbl{font-family:-apple-system,'Segoe UI',Arial,sans-serif;font-weight:800;font-size:12px;letter-spacing:.1em;text-transform:uppercase;color:var(--green);}

/* CTA vert foncé */
.btncta{display:block;width:max-content;max-width:100%;margin:28px auto;background:var(--green);color:#fff;
  font-family:-apple-system,'Segoe UI',Arial,sans-serif;font-weight:800;font-size:19px;padding:17px 34px;border-radius:12px;
  text-decoration:none;text-align:center;box-shadow:0 12px 28px -10px rgba(28,77,58,.6);}
.btncta:hover{background:var(--green-d);}
.textcta{font-family:-apple-system,'Segoe UI',Arial,sans-serif;font-size:18px;font-weight:700;text-align:center;margin:10px 0 22px;}
.textcta a{color:var(--pink);text-decoration:underline;}
hr.sep{border:0;border-top:1px solid var(--line);margin:32px 0;}
.ps{font-size:18px;}

/* Pied crème/vert */
.foot{background:var(--green);color:#cdddd3;padding:44px 0 40px;margin-top:56px;text-align:center;font-family:-apple-system,'Segoe UI',Arial,sans-serif;}
.foot .fmag{font-family:Georgia,serif;font-weight:700;font-size:26px;color:#fff;}
.foot .fmag b{color:var(--pink);}
.foot .flinks{margin:14px 0 22px;font-size:14px;}
.foot .flinks a{color:#dfeee7;text-decoration:none;margin:0 4px;}
.foot .disc{width:min(100% - 32px,820px);margin-inline:auto;font-size:12.5px;line-height:1.6;color:#9fb6a8;text-align:left;}
.foot .disc b{color:#dfeee7;}
