/* Primal Shilajit : magazine épuré
   Palette : sauge #697b63 et blanc. Titres en Playfair Display, texte en Inter.
   Polices auto-hébergées (licence SIL OFL) : /assets/fonts. */

@font-face { font-family: "Playfair Display"; src: url("/assets/fonts/playfair.woff2") format("woff2"); font-weight: 400 700; font-style: normal; font-display: swap; }
@font-face { font-family: "Playfair Display"; src: url("/assets/fonts/playfair-italic.woff2") format("woff2"); font-weight: 400 700; font-style: italic; font-display: swap; }
@font-face { font-family: "Inter"; src: url("/assets/fonts/inter.woff2") format("woff2"); font-weight: 400 600; font-style: normal; font-display: swap; }

:root {
  --sage: #697b63;
  --sage-deep: #52614d;
  --sage-night: #2a3127;
  --sage-pale: #e9ede6;
  --bone: #f6f5f0;
  --paper: #ffffff;
  --ink: #1b1e19;
  --muted: #62685e;
  --hair: rgba(27, 30, 25, .14);
  --amber: #9a6a24;
  --display: "Playfair Display", Georgia, "Times New Roman", serif;
  --text: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  --gutter: clamp(20px, 4vw, 56px);
}

*, *::before, *::after { box-sizing: border-box; }
[hidden] { display: none !important; }
* { font-feature-settings: "lnum" 1 !important; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 84px; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; animation: none !important; } }
body { margin: 0; background: var(--paper); color: var(--ink); font: 400 17px/1.65 var(--text); overflow-x: hidden; -webkit-font-smoothing: antialiased; }
img, svg { max-width: 100%; display: block; }
a { color: inherit; text-decoration-color: var(--sage); text-decoration-thickness: 1px; text-underline-offset: 4px; }
a:hover { color: var(--sage-deep); }
:focus-visible { outline: 2px solid var(--sage); outline-offset: 3px; }
h1, h2, h3, h4 { font-family: var(--display); font-weight: 400; line-height: 1.08; letter-spacing: -.015em; margin: 0 0 .5em; }
h1 em, h2 em { font-style: italic; font-weight: 400; color: var(--sage); }
p { margin: 0 0 1.1em; }
.wrap { width: 100%; max-width: 1320px; margin: 0 auto; padding: 0 var(--gutter); }
.wrap--text, .wrap--narrow { max-width: calc(700px + 2 * var(--gutter)); }
.wrap--wide { max-width: calc(1040px + 2 * var(--gutter)); }
.label { font: 600 .72rem/1.2 var(--text); letter-spacing: .18em; text-transform: uppercase; color: var(--sage); margin: 0 0 18px; }
.skip { position: absolute; left: -999px; top: 8px; background: var(--ink); color: #fff; padding: 8px 14px; z-index: 200; }
.skip:focus { left: 8px; }
.small { font-size: .88rem; color: var(--muted); }

/* --- Boutons --------------------------------------------------------- */
.cta, .button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 50px; padding: 14px 28px; border: 1px solid var(--ink); background: var(--ink); color: #fff; font: 500 .95rem/1.2 var(--text); letter-spacing: .01em; text-decoration: none; cursor: pointer; transition: background .2s, color .2s, border-color .2s; text-align: center; border-radius: 0; }
.cta:hover, .button:hover { background: var(--sage); border-color: var(--sage); color: #fff; }
.cta--line, .button--ghost { background: transparent; color: var(--ink); }
.cta--line:hover, .button--ghost:hover { background: var(--ink); color: #fff; border-color: var(--ink); }
.cta--light, .button--light { background: #fff; border-color: #fff; color: var(--ink); }
.cta--light:hover, .button--light:hover { background: transparent; color: #fff; border-color: #fff; }
.button--small { min-height: 42px; padding: 10px 20px; font-size: .88rem; }
.buttons { display: flex; flex-wrap: wrap; gap: 12px; }
.linklike { background: none; border: 0; padding: 0; font: inherit; color: inherit; text-decoration: underline; text-underline-offset: 4px; cursor: pointer; }

/* --- En-tête ---------------------------------------------------------- */
.top { position: sticky; top: 0; z-index: 60; background: rgba(255, 255, 255, .97); border-bottom: 1px solid var(--hair); }
.top-row { display: flex; align-items: center; gap: 28px; min-height: 68px; padding: 0 var(--gutter); max-width: 1320px; margin: 0 auto; }
.wordmark { display: inline-flex; align-items: center; gap: 10px; font: 400 1.55rem/1 var(--display); letter-spacing: -.02em; text-decoration: none; color: var(--ink); margin-right: auto; }
.wordmark-logo { width: 34px; height: 34px; flex: none; }
.wordmark i { color: var(--sage); font-weight: 400; }
.top-links { display: flex; gap: 26px; }
.top-links a { font-size: .9rem; text-decoration: none; color: var(--muted); padding: 6px 0; border-bottom: 1px solid transparent; }
.top-links a:hover, .top-links a[aria-current] { color: var(--ink); border-bottom-color: var(--sage); }
.menu-btn { display: inline-flex; align-items: center; gap: 12px; background: none; border: 0; padding: 10px 0; font: 500 .9rem/1 var(--text); color: var(--ink); cursor: pointer; }
.menu-btn-icon { display: grid; gap: 6px; width: 26px; }
.menu-btn-icon i { display: block; height: 1.5px; background: var(--ink); transition: transform .25s; }
.menu-btn[aria-expanded="true"] .menu-btn-icon i:first-child { transform: translateY(3.75px) rotate(45deg); }
.menu-btn[aria-expanded="true"] .menu-btn-icon i:last-child { transform: translateY(-3.75px) rotate(-45deg); }
.progress { height: 2px; background: transparent; }
.progress span { display: block; height: 100%; width: 0; background: var(--sage); }
@media (max-width: 760px) { .top-links { display: none; } .wordmark { font-size: 1.35rem; } }

/* Menu plein écran */
.overlay { position: fixed; inset: 68px 0 0; z-index: 55; background: var(--sage); color: #fff; overflow-y: auto; }
.overlay-inner { max-width: 1320px; margin: 0 auto; padding: clamp(28px, 6vw, 72px) var(--gutter) 60px; display: grid; grid-template-columns: 1fr 280px; gap: 48px; }
.overlay .overlay-label { font: 600 .72rem/1 var(--text); letter-spacing: .18em; text-transform: uppercase; color: #dfe6db; margin: 0 0 22px; }
.overlay-list { list-style: none; margin: 0; padding: 0; }
.overlay-list a { display: flex; align-items: baseline; gap: 22px; padding: 12px 0; border-top: 1px solid rgba(255, 255, 255, .22); font: 400 clamp(1.5rem, 3.4vw, 2.6rem)/1.15 var(--display); color: #fff; text-decoration: none; transition: padding .2s; }
.overlay-list a span { font: 500 .8rem/1 var(--text); letter-spacing: .1em; color: #dfe6db; min-width: 26px; }
.overlay-list a:hover, .overlay-list a[aria-current] { padding-left: 12px; font-style: italic; }
.overlay-side ul { list-style: none; margin: 0; padding: 0; }
.overlay-side a { display: block; padding: 10px 0; border-top: 1px solid rgba(255, 255, 255, .22); color: #fff; text-decoration: none; }
body.menu-open { overflow: hidden; }
@media (max-width: 760px) { .overlay-inner { grid-template-columns: 1fr; } }

/* --- Visuels ---------------------------------------------------------- */
.art { width: 100%; height: 100%; }
figure { margin: 0; }

/* --- Accueil : couverture -------------------------------------------- */
.cover-visual { height: clamp(320px, 68vh, 760px); overflow: hidden; background: var(--sage-pale); }
.cover-visual img, .cover-visual svg { width: 100%; height: 100%; object-fit: cover; }
.cover-visual img { object-position: 50% 62%; }
.cover-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 24px; padding-top: clamp(36px, 6vw, 80px); padding-bottom: clamp(48px, 7vw, 96px); }
.cover-issue { grid-column: 1 / 4; display: flex; flex-direction: column; gap: 8px; margin: 14px 0 0; font: 600 .72rem/1.3 var(--text); letter-spacing: .18em; text-transform: uppercase; color: var(--muted); }
.cover-issue span:first-child { color: var(--sage); }
.cover-text { grid-column: 4 / 13; }
.cover-text h1 { font-size: clamp(2.9rem, 8vw, 7.4rem); font-weight: 400; line-height: .96; letter-spacing: -.015em; margin-bottom: 30px; }
.cover-text h1 em { display: block; }
.cover-dek { font: 400 clamp(1.15rem, 1.8vw, 1.45rem)/1.5 var(--display); color: var(--muted); max-width: 640px; }
.cover-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
@media (max-width: 860px) { .cover-issue { grid-column: 1 / -1; flex-direction: row; flex-wrap: wrap; gap: 6px 18px; margin: 0; } .cover-text { grid-column: 1 / -1; } }

/* Citation en exergue */
.pull { padding-top: clamp(40px, 7vw, 100px); padding-bottom: clamp(40px, 7vw, 100px); border-top: 1px solid var(--hair); }
.pull blockquote { margin: 0 auto; max-width: 980px; text-align: center; }
.pull p { font: italic 400 clamp(1.6rem, 3.4vw, 2.8rem)/1.25 var(--display); letter-spacing: -.01em; color: var(--sage-night); }
.pull footer { font: 600 .72rem/1 var(--text); letter-spacing: .18em; text-transform: uppercase; color: var(--sage); }

/* Chiffres géants */
.numbers { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; padding-bottom: clamp(60px, 9vw, 130px); }
.numbers div { padding: 26px 26px 0 0; border-top: 1px solid var(--ink); margin-right: 22px; }
.numbers div:nth-child(even) { margin-top: 70px; }
.numbers strong { display: block; font: 400 clamp(2.8rem, 5.6vw, 5.2rem)/1 var(--display); letter-spacing: -.02em; color: var(--sage); margin-bottom: 16px; white-space: nowrap; }
.numbers small { font-size: .38em; letter-spacing: 0; color: var(--ink); }
.numbers span { display: block; font-size: .92rem; color: var(--muted); max-width: 240px; }
@media (max-width: 900px) { .numbers { grid-template-columns: 1fr 1fr; row-gap: 40px; } .numbers div:nth-child(even) { margin-top: 40px; } }
@media (max-width: 480px) { .numbers { grid-template-columns: 1fr; } .numbers div:nth-child(even) { margin-top: 0; } }

/* Sommaire */
.contents { display: grid; grid-template-columns: repeat(12, 1fr); gap: 24px; padding-bottom: clamp(60px, 9vw, 130px); }
.contents-head { grid-column: 1 / 5; align-self: start; position: sticky; top: 100px; }
.contents-head h2 { font-size: clamp(2rem, 3.6vw, 3rem); font-weight: 400; }
.contents-head p:not(.label) { color: var(--muted); }
.contents-list { grid-column: 6 / 13; list-style: none; margin: 0; padding: 0; border-bottom: 1px solid var(--hair); }
.contents-list a { display: grid; grid-template-columns: 84px 1fr auto; gap: 18px; align-items: baseline; padding: 26px 0; border-top: 1px solid var(--hair); text-decoration: none; color: var(--ink); transition: background .2s, padding .2s; }
.contents-list a:hover { padding-left: 14px; }
.contents-list a:hover .contents-title { font-style: italic; color: var(--sage-deep); }
.contents-no { font: 400 2.6rem/1 var(--display); color: var(--sage); letter-spacing: -.015em; }
.contents-body { display: grid; gap: 6px; }
.contents-kicker { font: 600 .68rem/1 var(--text); letter-spacing: .16em; text-transform: uppercase; color: var(--muted); }
.contents-title { font: 400 clamp(1.35rem, 2.2vw, 1.8rem)/1.2 var(--display); }
.contents-dek { font-size: .93rem; color: var(--muted); max-width: 560px; }
.contents-meta { font-size: .82rem; color: var(--muted); white-space: nowrap; }
@media (max-width: 900px) { .contents-head { grid-column: 1 / -1; position: static; } .contents-list { grid-column: 1 / -1; } }
@media (max-width: 560px) { .contents-list a { grid-template-columns: 52px 1fr; } .contents-meta { display: none; } .contents-no { font-size: 2rem; } }

/* Essai « l'essentiel » */
.essay { background: var(--bone); padding: clamp(60px, 9vw, 130px) 0; }
.essay-head { text-align: center; margin-bottom: clamp(30px, 5vw, 60px); }
.essay-head h2 { font-size: clamp(2.4rem, 5.4vw, 4.6rem); font-weight: 400; letter-spacing: -.015em; }
.essay .pick { margin-top: 50px; background: var(--paper); }

/* Bandeau autrice */
.author-band { background: var(--sage); color: #fff; padding: clamp(60px, 9vw, 120px) 0; }
.author-band .label { color: #dfe6db; }
.author-band h2 { color: #fff; font-size: clamp(2.2rem, 4.6vw, 3.8rem); font-weight: 400; }
.author-band p { color: #eef2eb; font-size: 1.05rem; max-width: 560px; }
.author-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 24px; align-items: center; }
.author-grid > figure { grid-column: 1 / 6; aspect-ratio: 4 / 5; overflow: hidden; }
.author-grid > figure img, .author-grid > figure svg { width: 100%; height: 100%; object-fit: cover; }
.author-grid > div { grid-column: 7 / 13; }
@media (max-width: 860px) { .author-grid > figure { grid-column: 1 / -1; aspect-ratio: 16 / 10; } .author-grid > div { grid-column: 1 / -1; } }

/* Journal : cartes éditoriales */
.journal { padding-top: clamp(60px, 9vw, 120px); padding-bottom: clamp(60px, 9vw, 120px); }
.section-title { display: flex; flex-wrap: wrap; align-items: baseline; gap: 6px 24px; border-bottom: 1px solid var(--ink); padding-bottom: 18px; margin-bottom: 40px; }
.section-title .label { width: 100%; margin: 0; }
.section-title h2 { font-size: clamp(2rem, 3.6vw, 3rem); font-weight: 400; margin: 0; margin-right: auto; }
.section-title a { font-size: .9rem; }
.journal-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 48px 32px; }
.journal-grid > .story { grid-column: span 5; }
.journal-grid > .story--lead { grid-column: 1 / 8; grid-row: span 2; }
.journal-grid--even > .story { grid-column: span 4; }
@media (max-width: 860px) { .journal-grid > .story, .journal-grid > .story--lead, .journal-grid--even > .story { grid-column: 1 / -1; grid-row: auto; } }
.story { display: flex; flex-direction: column; text-decoration: none; color: var(--ink); }
.story-visual { display: block; aspect-ratio: 3 / 2; overflow: hidden; margin-bottom: 20px; background: var(--sage-pale); }
.story--lead .story-visual { aspect-ratio: 4 / 3; }
.story-visual img, .story-visual svg { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.story:hover .story-visual img, .story:hover .story-visual svg { transform: scale(1.035); }
.story-kicker { font: 600 .68rem/1 var(--text); letter-spacing: .16em; text-transform: uppercase; color: var(--muted); margin-bottom: 12px; }
.story-kicker b { color: var(--sage); }
.story-title { font: 400 1.45rem/1.18 var(--display); margin: 0 0 10px; }
.story--lead .story-title { font-size: clamp(1.8rem, 3vw, 2.6rem); font-weight: 400; }
.story:hover .story-title { color: var(--sage-deep); font-style: italic; }
.story-dek { font-size: .94rem; color: var(--muted); }
.story-meta { font-size: .8rem; color: var(--muted); margin-top: 12px; }

/* FAQ */
.faq-wrap { padding-bottom: clamp(60px, 9vw, 120px); }
.qa { margin-top: 3em; border-bottom: 1px solid var(--hair); }
.qa > h2 { font-size: clamp(1.8rem, 3vw, 2.4rem); font-weight: 400; margin-bottom: 20px; }
.qa-item { border-top: 1px solid var(--hair); }
.qa-item summary { position: relative; list-style: none; cursor: pointer; padding: 22px 48px 22px 0; font: 400 1.2rem/1.35 var(--display); }
.qa-item summary::-webkit-details-marker { display: none; }
.qa-item summary::before, .qa-item summary::after { content: ""; position: absolute; right: 6px; top: 50%; width: 16px; height: 1.5px; background: var(--sage); transition: transform .25s; }
.qa-item summary::after { transform: rotate(90deg); }
.qa-item[open] summary::after { transform: rotate(0); }
.qa-item summary:hover { color: var(--sage-deep); }
.qa-answer { padding: 0 0 12px; color: var(--muted); font-family: var(--text); font-size: 1rem; }

/* --- Article ------------------------------------------------------------ */
.crumbs { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; font: 500 .74rem/1.4 var(--text); letter-spacing: .12em; text-transform: uppercase; color: var(--muted); margin-bottom: 36px; }
.crumbs a { text-decoration: none; }
.crumbs a:hover { color: var(--sage); }
.a-head { text-align: center; max-width: 1040px; padding-top: clamp(40px, 6vw, 80px); padding-bottom: clamp(36px, 5vw, 64px); }
.a-kicker { font: 600 .74rem/1 var(--text); letter-spacing: .18em; text-transform: uppercase; color: var(--sage); margin-bottom: 22px; }
.a-head h1 { font-size: clamp(2.3rem, 5.6vw, 4.8rem); font-weight: 400; letter-spacing: -.015em; line-height: 1.02; margin: 0 auto 26px; max-width: 980px; }
.a-dek { font: italic 400 clamp(1.15rem, 2vw, 1.45rem)/1.5 var(--display); color: var(--muted); max-width: 720px; margin: 0 auto 28px; }
.a-byline { font-size: .86rem; color: var(--muted); margin: 0; }
.a-byline a { color: var(--ink); }
.a-visual { width: 100%; aspect-ratio: 21 / 9; max-height: 72vh; overflow: hidden; background: var(--sage-pale); margin-bottom: clamp(40px, 6vw, 80px); }
.a-visual img, .a-visual svg { width: 100%; height: 100%; object-fit: cover; }
@media (max-width: 700px) { .a-visual { aspect-ratio: 4 / 3; } }
.a-visual--inset { aspect-ratio: 16 / 9; max-height: none; width: calc(100% - 2 * var(--gutter)); max-width: 760px; margin-left: auto; margin-right: auto; }
.a-visual--inset img { height: 100%; object-fit: cover; object-position: 50% 60%; }
.a-body { padding-bottom: clamp(40px, 6vw, 80px); }
.inpage { border-top: 1px solid var(--ink); border-bottom: 1px solid var(--hair); margin: 0 0 3em; }
.inpage summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; padding: 16px 0; font: 600 .74rem/1 var(--text); letter-spacing: .16em; text-transform: uppercase; }
.inpage summary::-webkit-details-marker { display: none; }
.inpage summary span { margin-left: auto; color: var(--muted); font-weight: 500; letter-spacing: .08em; }
.inpage summary::after { content: "+"; font: 400 1.4rem/1 var(--text); color: var(--sage); margin-left: 12px; }
.inpage[open] summary::after { content: "−"; }
.inpage ol { margin: 0 0 18px; padding-left: 1.6em; font-family: var(--display); font-size: 1.05rem; }
.inpage li { padding: 4px 0; }
.inpage li::marker { color: var(--sage); font-family: var(--text); font-size: .85em; }
.inpage a { text-decoration: none; }
.inpage a:hover { text-decoration: underline; }

/* Texte courant */
.prose { font-family: var(--text); font-size: 1.06rem; line-height: 1.75; }
.prose > .a-text > p:first-of-type::first-letter, .dropcap::first-letter { float: left; font: 400 4.4em/.82 var(--display); color: var(--sage); margin: .06em .12em 0 0; }
.a-text { counter-reset: part; }
.a-text > h2 { counter-increment: part; font-size: clamp(1.7rem, 3vw, 2.3rem); font-weight: 400; margin: 2.2em 0 .6em; }
.a-text > h2::before { content: "— " counter(part, decimal-leading-zero); display: block; font: 600 .72rem/1 var(--text); letter-spacing: .18em; color: var(--sage); margin-bottom: 14px; }
.prose h3 { font-size: 1.35rem; font-weight: 400; margin: 1.8em 0 .5em; }
.prose strong { font-weight: 600; }
.prose ul, .prose ol { padding-left: 1.2em; margin: 0 0 1.3em; }
.prose li { margin-bottom: .45em; }
.prose li::marker { color: var(--sage); }
.prose .lead { font-size: 1.3rem; line-height: 1.6; color: var(--sage-night); }
.prose blockquote { margin: 2.2em 0; padding: 28px 0; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--hair); font: italic 400 clamp(1.45rem, 2.6vw, 2rem)/1.3 var(--display); color: var(--sage-night); text-align: center; }
@media (min-width: 1100px) { .prose blockquote { margin-left: -90px; margin-right: -90px; } }
.table-scroll { overflow-x: auto; margin: 1.8em 0; }
.prose table { width: 100%; border-collapse: collapse; font: 400 .9rem/1.5 var(--text); min-width: 520px; }
.prose th, .prose td { padding: 13px 12px 13px 0; text-align: left; vertical-align: top; border-bottom: 1px solid var(--hair); }
.prose thead th { font: 600 .68rem/1.3 var(--text); letter-spacing: .14em; text-transform: uppercase; color: var(--muted); border-bottom: 1px solid var(--ink); }
@media (min-width: 1100px) { .prose .table-scroll { margin-left: -90px; margin-right: -90px; } }

/* Encadrés */
.brief, .tip, .warn, .caution { font-family: var(--text); font-size: .98rem; line-height: 1.65; margin: 2em 0; }
.brief > strong, .tip > strong, .warn > strong, .caution > strong { display: block; font: 600 .7rem/1 var(--text); letter-spacing: .18em; text-transform: uppercase; margin-bottom: 14px; }
.brief { background: var(--bone); padding: 26px 28px; margin-top: 0; }
.brief > strong { color: var(--sage); }
.brief ul { margin: 0; padding-left: 1.1em; }
.brief li:last-child { margin-bottom: 0; }
.tip { border-left: 2px solid var(--sage); padding: 4px 0 4px 24px; }
.tip > strong { color: var(--sage); }
.warn { border-left: 2px solid var(--amber); padding: 4px 0 4px 24px; }
.warn > strong { color: var(--amber); }
.tip p:last-child, .warn p:last-child { margin-bottom: 0; }
.caution { border-top: 1px solid var(--hair); padding-top: 22px; font-size: .88rem; color: var(--muted); }
.caution > strong { color: var(--ink); }

/* Listes à coches / croix */
.checks, .crosses { list-style: none; padding: 0 !important; }
.checks li, .crosses li { position: relative; padding-left: 30px; }
.checks li::before { content: ""; position: absolute; left: 2px; top: .55em; width: 14px; height: 8px; border-left: 1.5px solid var(--sage); border-bottom: 1.5px solid var(--sage); transform: rotate(-45deg); }
.crosses li::before, .crosses li::after { content: ""; position: absolute; left: 2px; top: .8em; width: 14px; height: 1.5px; background: var(--amber); transform: rotate(45deg); }
.crosses li::after { transform: rotate(-45deg); }

/* Niveau de preuve */
.proof { display: inline-flex; align-items: center; gap: 8px; font: 500 .82rem/1 var(--text); white-space: nowrap; }
.proof > span { display: inline-flex; gap: 3px; }
.proof i { display: inline-block; width: 7px; height: 14px; background: var(--hair); }
.proof i.on { background: var(--sage); }

/* Encadré partenaire */
.pick { display: grid; grid-template-columns: 5fr 7fr; gap: clamp(24px, 4vw, 56px); align-items: center; margin: 3em 0; padding: clamp(22px, 3vw, 40px); background: var(--bone); font-family: var(--text); font-size: .98rem; }
.pick-img { display: block; aspect-ratio: 1; background: #fff; overflow: hidden; }
.pick-img img { width: 100%; height: 100%; object-fit: contain; }
.pick-flag { display: inline-block; font: 600 .66rem/1 var(--text); letter-spacing: .18em; text-transform: uppercase; color: var(--sage); }
.pick h3 { font: 400 clamp(1.4rem, 2.4vw, 1.9rem)/1.15 var(--display); margin: 12px 0 14px; }
.pick p { color: var(--muted); }
.pick .checks { margin: 0 0 1.4em; }
.pick .checks li { margin-bottom: .5em; }
.pick-foot { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 20px; margin-bottom: 16px; }
.pick-foot .button { background: var(--sage); border-color: var(--sage); }
.pick-foot .button:hover { background: var(--ink); border-color: var(--ink); }
.pick-price { font-size: .84rem; color: var(--muted); }
.pick-note { font-size: .78rem !important; line-height: 1.55; margin: 0; }
@media (min-width: 1100px) { .prose .pick { margin-left: -90px; margin-right: -90px; } }
@media (max-width: 700px) { .pick { grid-template-columns: 1fr; } .pick-img { max-width: 240px; } }
/* Carte partenaire compacte */
.strip { display: flex; align-items: center; gap: 18px; margin: 2em 0; padding: 14px 18px 14px 14px; background: var(--bone); border-left: 3px solid var(--sage); font: 400 .9rem/1.45 var(--text); }
.strip-img { flex: none; width: 72px; height: 72px; background: #fff; overflow: hidden; }
.strip-img img { width: 100%; height: 100%; object-fit: contain; }
.strip-text { flex: 1 1 auto; display: grid; gap: 4px; min-width: 0; }
.strip-name { font: 400 1.12rem/1.2 var(--display); color: var(--ink); }
.strip-hl { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 2px 14px; font-size: .8rem; color: var(--muted); }
.strip-hl li { position: relative; padding-left: 14px; margin: 0; }
.strip-hl li::before { content: ""; position: absolute; left: 0; top: .45em; width: 8px; height: 4px; border-left: 1.5px solid var(--sage); border-bottom: 1.5px solid var(--sage); transform: rotate(-45deg); }
.strip-why { font-size: .8rem; color: var(--muted); }
.strip .button { flex: none; }
.cover-text .strip { max-width: 640px; margin: 28px 0 0; }
@media (max-width: 560px) { .strip { flex-wrap: wrap; } .strip-img { width: 56px; height: 56px; } .strip-text { flex-basis: calc(100% - 80px); } .strip .button { width: 100%; } }

/* Bouton d'achat : le plus visible de la page */
.button--buy { background: var(--sage); border-color: var(--sage); color: #fff; font-weight: 600; }
.button--buy:hover { background: var(--sage-night); border-color: var(--sage-night); color: #fff; }
.button--buy span { transition: transform .2s; }
.button--buy:hover span { transform: translateX(3px); }

/* Lien d'affiliation dans le texte */
a.aff { color: var(--sage-deep); font-weight: 600; text-decoration-thickness: 2px; }

/* Barre partenaire flottante */
.dock { position: fixed; z-index: 70; right: 20px; bottom: 20px; display: flex; align-items: center; gap: 14px; max-width: 460px; padding: 10px 12px 10px 10px; background: #fff; border: 1px solid var(--ink); box-shadow: 0 16px 44px rgba(27, 30, 25, .18); font: 400 .85rem/1.35 var(--text); transform: translateY(0); transition: transform .3s, opacity .3s; }
.dock.is-off { transform: translateY(140%); opacity: 0; pointer-events: none; }
.dock-img { flex: none; width: 52px; height: 52px; background: var(--bone); }
.dock-img img { width: 100%; height: 100%; object-fit: contain; }
.dock-text { display: grid; gap: 2px; min-width: 0; }
.dock-text strong { font: 400 1rem/1.2 var(--display); }
.dock-sub { font-size: .75rem; color: var(--muted); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.dock .button { flex: none; }
.dock-close { flex: none; align-self: flex-start; background: none; border: 0; font: 400 1.2rem/1 var(--text); color: var(--muted); cursor: pointer; padding: 0 2px; }
@media (max-width: 640px) { .dock { left: 0; right: 0; bottom: 0; max-width: none; border: 0; border-top: 1px solid var(--ink); } .dock-img { width: 44px; height: 44px; } }
.top-links .top-cta { color: #fff; background: var(--sage); padding: 8px 16px; border: 0; }
.top-links .top-cta:hover, .top-links .top-cta[aria-current] { background: var(--sage-night); color: #fff; }

/* Bloc auteur */
.byline-box { display: flex; gap: 20px; align-items: flex-start; margin-top: 3em; padding-top: 28px; border-top: 1px solid var(--ink); font: 400 .92rem/1.6 var(--text); color: var(--muted); }
.avatar { display: inline-grid; place-items: center; width: 56px; height: 56px; border-radius: 50%; background: var(--sage); color: #fff; font: italic 400 1.6rem/1 var(--display); flex: none; }
.byline-box p { margin: 0; }
.byline-box .byline-name { font: 400 1.15rem/1.3 var(--display); color: var(--ink); margin-bottom: 6px; }

/* Chapitre suivant */
.next { display: block; background: var(--sage); color: #fff; text-decoration: none; transition: background .25s; }
.next:hover { background: var(--sage-night); color: #fff; }
.next-inner { display: block; padding-top: clamp(50px, 8vw, 110px); padding-bottom: clamp(50px, 8vw, 110px); }
.next .label { color: #dfe6db; }
.next-title { display: block; font: 400 clamp(2rem, 5vw, 4.2rem)/1.05 var(--display); letter-spacing: -.015em; max-width: 1000px; }
.next:hover .next-title { font-style: italic; }

/* --- Pages simples ------------------------------------------------------ */
.page-head { padding-top: clamp(40px, 6vw, 80px); padding-bottom: clamp(30px, 4vw, 56px); text-align: center; }
.page-head .wrap { max-width: 900px; }
.page-head h1 { font-size: clamp(2.6rem, 6vw, 5rem); font-weight: 400; letter-spacing: -.015em; margin: 0 auto 20px !important; }
.page-head p { font: italic 400 1.25rem/1.5 var(--display); color: var(--muted); max-width: 680px; margin-left: auto; margin-right: auto; }
.page-head + .wrap, .page-head + section.wrap { padding-top: 10px; }
.card { border-top: 1px solid var(--ink); padding-top: 30px; font-family: var(--text); font-size: 1rem; }
.field { margin-bottom: 22px; }
.field label { display: block; font: 600 .72rem/1 var(--text); letter-spacing: .14em; text-transform: uppercase; margin-bottom: 10px; }
.field input, .field textarea { width: 100%; font: 400 1rem/1.5 var(--text); padding: 12px 0; border: 0; border-bottom: 1px solid var(--ink); background: transparent; color: var(--ink); border-radius: 0; }
.field textarea { border: 1px solid var(--hair); padding: 12px; }
.field input:focus, .field textarea:focus { outline: none; border-color: var(--sage); box-shadow: 0 1px 0 var(--sage); }
.trap { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.notice { padding: 14px 18px; margin-bottom: 22px; font-family: var(--text); font-size: .95rem; }
.notice--ok { background: var(--sage-pale); }
.notice--err { background: #f7e9e6; color: #7d2a1e; }
.legal-table { width: 100%; border-collapse: collapse; margin-bottom: 1.4em; font: 400 .92rem/1.5 var(--text); }
.legal-table th, .legal-table td { text-align: left; padding: 12px 12px 12px 0; border-bottom: 1px solid var(--hair); vertical-align: top; }
.legal-table th { width: 38%; font-weight: 600; }
.todo { background: #fbf1df; color: var(--amber); padding: 1px 6px; font-weight: 600; }
.notfound { text-align: center; padding: 90px 0 110px; }
.notfound h1 { font-size: clamp(2.4rem, 6vw, 4.6rem); font-weight: 400; }
.notfound .eyebrow { font: 600 .72rem/1 var(--text); letter-spacing: .18em; text-transform: uppercase; color: var(--sage); }
.notfound .buttons { justify-content: center; margin-top: 28px; }
.notfound p { font: italic 400 1.25rem/1.5 var(--display); color: var(--muted); }

/* --- Pied de page ------------------------------------------------------ */
.foot { background: var(--sage-night); color: #c9d1c4; padding: clamp(60px, 8vw, 110px) 0 30px; font-size: .9rem; }
.foot a { color: #eef2eb; text-decoration: none; }
.foot a:hover { color: #fff; text-decoration: underline; }
.foot-mark { font: 400 clamp(3.2rem, 13vw, 11rem)/.9 var(--display); letter-spacing: -.025em; color: #fff; margin: 0 0 clamp(40px, 6vw, 80px); }
.foot-mark i { color: #a9b8a2; }
.foot-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; border-top: 1px solid rgba(255, 255, 255, .18); padding-top: 36px; }
.foot-about { font: italic 400 1.1rem/1.55 var(--display); color: #dde3d9; max-width: 360px; }
.foot h2 { font: 600 .7rem/1 var(--text); letter-spacing: .18em; text-transform: uppercase; color: #fff; margin: 4px 0 18px; }
.foot ul { list-style: none; margin: 0; padding: 0; }
.foot li { margin-bottom: 9px; line-height: 1.4; }
.foot .linklike { color: #eef2eb; text-decoration: none; }
.foot-legal { border-top: 1px solid rgba(255, 255, 255, .18); margin-top: 48px; padding-top: 24px; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px 40px; font-size: .8rem; color: #a9b3a4; }
.foot-legal p { max-width: 760px; margin: 0; }
@media (max-width: 900px) { .foot-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .foot-grid { grid-template-columns: 1fr; } }

/* --- Bandeau cookies : fine barre en bas d'écran (affiché seulement si un outil de mesure est configuré) --- */
.cookies { position: fixed; left: 0; right: 0; bottom: 0; z-index: 90; background: #fff; border-top: 1px solid var(--ink); box-shadow: 0 -10px 30px rgba(27, 30, 25, .08); padding: 12px var(--gutter); font: 400 .84rem/1.45 var(--text); display: flex; flex-wrap: wrap; align-items: center; gap: 8px 24px; }
.cookies-title { display: none; }
.cookies-text { flex: 1 1 420px; color: var(--muted); margin: 0; }
.cookies-details { flex: 1 1 100%; order: 3; }
.cookies-row { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 8px 0; border-top: 1px solid var(--hair); }
.cookies-row small { display: block; color: var(--muted); }
.cookies-row input { width: 20px; height: 20px; accent-color: var(--sage); flex: none; }
.cookies-actions { display: flex; flex-wrap: wrap; gap: 8px; flex: none; }
.cookies-actions .button { min-height: 38px; padding: 8px 16px; font-size: .82rem; }
@media (max-width: 640px) { .cookies-actions { flex: 1 1 100%; } .cookies-actions .button { flex: 1 1 auto; } }
@media (max-width: 700px) { .cover-visual { height: 46vh; min-height: 260px; } }
.journal-grid--two > .story { grid-column: span 6; }
@media (max-width: 860px) { .journal-grid--two > .story { grid-column: 1 / -1; } }

/* Code promo */
.promo { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 12px; margin: 0 0 18px; padding: 12px 14px; border: 1px dashed var(--sage); background: #fff; font: 500 .9rem/1.3 var(--text); color: var(--ink); }
.promo-code { display: inline-flex; align-items: center; gap: 10px; padding: 7px 12px; border: 0; background: var(--sage-pale); color: var(--sage-night); font: 700 .95rem/1 var(--text); letter-spacing: .08em; cursor: pointer; }
.promo-code:hover { background: var(--sage); color: #fff; }
.promo-copy { font: 600 .66rem/1 var(--text); letter-spacing: .12em; text-transform: uppercase; opacity: .75; }
.promo--small { margin: 6px 0 2px; padding: 6px 8px; font-size: .78rem; gap: 6px 8px; }
.promo--small .promo-code { padding: 5px 8px; font-size: .8rem; }
.dock-sub b { color: var(--sage-deep); letter-spacing: .06em; }
.pick { align-items: start; }

/* Encadré « avis de l'éditeur » (témoignage réel, signé) */
.editor-note { margin: 2em 0; padding: 26px 28px; border: 1px solid var(--ink); background: #fff; font-family: var(--text); font-size: 1rem; line-height: 1.7; }
.editor-note .editor-note-label { font: 600 .7rem/1 var(--text); letter-spacing: .18em; text-transform: uppercase; color: var(--sage); margin-bottom: 16px; }
.editor-note .editor-note-small { font-size: .82rem; color: var(--muted); margin: 0; border-top: 1px solid var(--hair); padding-top: 12px; }
@media (min-width: 1100px) { .prose .editor-note { margin-left: -40px; margin-right: -40px; } }

/* Bouton d'appel dans l'en-tête (visible aussi sur mobile) */
.top-cta { flex: none; margin-left: auto; padding: 10px 18px; background: var(--sage); color: #fff; font: 600 .88rem/1 var(--text); text-decoration: none; white-space: nowrap; }
.top-links + .top-cta, .wordmark + .top-cta { margin-left: auto; }
.top-cta:hover, .top-cta[aria-current] { background: var(--sage-night); color: #fff; }
@media (max-width: 760px) { .top-row { gap: 12px; } .top-cta { padding: 9px 12px; font-size: .8rem; } .top-cta-long { display: none; } }

/* Carte partenaire dans le menu plein écran */
.overlay .strip { background: rgba(255, 255, 255, .12); border-left-color: #fff; color: #fff; flex-wrap: wrap; margin: 0; }
.overlay .strip-name, .overlay .strip-hl, .overlay .strip-why, .overlay .pick-flag { color: #fff; }
.overlay .pick-flag { background: none; padding: 0; }
.overlay .strip-hl li::before { border-color: #fff; }
.overlay .strip-img { width: 56px; height: 56px; }
.overlay .strip-text { flex-basis: calc(100% - 90px); }
.overlay .strip .button, .overlay .promo { flex: 1 1 100%; }
.overlay .strip .button--buy { background: #fff; border-color: #fff; color: var(--sage-night); }
.overlay .strip .button--buy:hover { background: var(--ink); border-color: var(--ink); color: #fff; }
.overlay .promo { background: rgba(255, 255, 255, .12); border-color: #fff; color: #fff; }
.overlay .promo-code { background: #fff; color: var(--sage-night); }
.overlay .overlay-label--sep { margin-top: 32px; }
