*{margin:0;padding:0;box-sizing:border-box}
body{font-family:'Palatino Linotype',Palatino,'Book Antiqua',serif;line-height:1.9;color:#2a2a2a;background:#fefefe}
.astro-X2rqwos8{max-width:640px;margin:0 auto;padding:0 20px}
.astro-v7NalXUI{padding:60px 0 40px;border-bottom:1px solid #ccc;margin-bottom:48px}
.astro-v7NalXUI h1{font-size:24px;font-weight:400;letter-spacing:-.5px}
.astro-v7NalXUI p{font-size:14px;color:#777;margin-top:6px;font-style:italic}
.astro-v7NalXUI a{color:#2a2a2a;text-decoration:none;font-size:24px;font-weight:400;letter-spacing:-.5px}
.astro-XSGykiO5{padding:20px 0}
.astro-XSGykiO5 h2{font-size:18px;font-weight:400;margin-bottom:4px}
.astro-XSGykiO5 h2 a{color:#2a2a2a;text-decoration:none;border-bottom:1px solid transparent}
.astro-XSGykiO5 h2 a:hover{border-bottom-color:#2a2a2a}
.astro-XSGykiO5 .astro-nsKGJmMt{font-size:12px;color:#aaa;margin-bottom:6px}
.astro-XSGykiO5 p{font-size:14px;color:#666}
.astro-FdofuEie{color:#888;font-size:13px;text-decoration:none}
.astro-FdofuEie:hover{color:#2a2a2a}
.astro-UCxB1oN0{padding-bottom:60px}
.astro-UCxB1oN0 h1{font-size:28px;font-weight:400;margin-bottom:8px}
.astro-UCxB1oN0 .astro-nsKGJmMt{font-size:12px;color:#aaa;display:block;margin-bottom:32px}
.astro-UCxB1oN0 h2{font-size:21px;font-weight:400;margin:40px 0 12px;border-bottom:1px solid #eee;padding-bottom:6px}
.astro-UCxB1oN0 h3{font-size:17px;margin:28px 0 8px}
.astro-UCxB1oN0 p{margin-bottom:18px;font-size:16px}
.astro-UCxB1oN0 ul,.astro-UCxB1oN0 ol{margin:0 0 18px 20px}
.astro-UCxB1oN0 a{color:#555;border-bottom:1px solid #ccc}
.astro-UCxB1oN0 a:hover{color:#000;border-bottom-color:#000}
.astro-UCxB1oN0 img{max-width:100%;height:auto;margin:24px 0}
.astro-xT58ljdb{border-top:1px solid #ddd;padding:20px 0;margin-top:48px;text-align:center;font-size:12px;color:#aaa}
.astro-xT58ljdb a{color:#aaa;text-decoration:none}
.astro-LP57A9kF{padding:0 0 16px;margin-bottom:24px;font-size:12px;color:#aaa;font-style:italic;border-bottom:1px solid #eee}
.astro-E9XmuYff{padding:16px 0 0;margin-top:32px;font-size:11px;color:#999;border-top:1px solid #eee}
.astro-LpKBi1i9{font-size:12px;color:#aaa;margin:-26px 0 32px;font-weight:300}
.astro-KhQZc93M{margin:0 auto 32px;max-width:720px}
.astro-e4BZCR3a{width:100%;height:auto}
.astro-rkSV77KY{margin-top:40px;padding-top:20px;border-top:1px solid #eee;font-size:14px;color:#888}
.astro-rkSV77KY em{color:#aaa}
.astro-rkSV77KY a{color:#555;border-bottom:1px solid #ddd;text-decoration:none}
.astro-F5L5Eg8k{padding:24px 0 0;border-top:1px solid #eee;margin-top:24px}
.astro-F5L5Eg8k p{padding:3px 0;margin:0;font-size:15px}
.astro-F5L5Eg8k a{color:#2a2a2a;text-decoration:none;border-bottom:1px solid transparent}
.astro-F5L5Eg8k a:hover{border-bottom-color:#2a2a2a}
/* === Theme === */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Syne:wght@400;700&display=swap');
body{font-family:'Inter',sans-serif;color:#2D2D2D;background:#F9F7F5}
.astro-v7NalXUI{background:#1A1A1A;color:#fff}
.astro-v7NalXUI h1{font-family:'Syne',serif;color:#fff}
.astro-v7NalXUI p{color:rgba(255,255,255,.75)}
.astro-v7NalXUI a{color:#fff;text-decoration:none}
.card h2{font-family:'Syne',serif}
.card h2 a{color:#1A1A1A}
.card h2 a:hover{color:#FF5C35}
.read-more{color:#FF5C35}
.article-content h1{font-family:'Syne',serif}
.article-content h2{font-family:'Syne',serif}
.article-content a{color:#FF5C35}
.article-content img{border-radius:8px}
.affiliate-disclosure{border-radius:8px}
.ymyl-disclaimer{border-radius:8px}
/* === Custom === */
@import url('https://fonts.googleapis.com/css2?family=Syne:wght@400;600;700&family=Mulish:ital,wght@0,400;0,500;0,600;1,400&display=swap');

/* Design tokens */
:root {
  --color-bg:          #F7F5F2;
  --color-text:        #28241F;
  --color-heading:     #1C1914;
  --color-primary:     #B85432;
  --color-accent:      #7A5C28;
  --color-secondary:   #D4935A;
  --color-surface:     #EEEBE6;
  --color-border:      #DBD5CC;
  --color-muted:       #6E6056;
  --color-link:        #B85432;
  --color-link-hover:  #8A3A1E;
  --color-header-bg:   #1C1914;
  --color-header-text: #F0EDE8;
  --color-footer-bg:   #120F0C;
  --color-footer-text: #9E948A;
  --font-heading: 'Syne', system-ui, sans-serif;
  --font-body:    'Mulish', system-ui, sans-serif;
  --size-base:  17px;
  --lh-body:    1.74;
  --lh-heading: 1.2;
  --max-prose:  68ch;
  --radius:      4px;
  --radius-card: 6px;
  --spacing:     2.75rem;
  --shadow-card: 0 2px 8px rgba(28, 24, 20, 0.07);
}

/* Reset */
*, *::before, *::after { box-sizing: border-box; }

html {
  font-size: var(--size-base);
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: var(--lh-body);
  color: var(--color-text);
  background-color: var(--color-bg);
  margin: 0;
  -webkit-font-smoothing: antialiased;
}

/* Headings */
:root h1,
:root h2,
:root h3,
:root h4 {
  font-family: var(--font-heading);
  line-height: var(--lh-heading);
  color: var(--color-heading);
  margin-top: 0;
  font-weight: 700;
}

:root h1 { font-size: 2.4rem;  margin-bottom: 0.9rem; }
:root h2 { font-size: 1.75rem; margin-bottom: 0.75rem; }
:root h3 { font-size: 1.3rem;  margin-bottom: 0.6rem; }
:root h4 { font-size: 1.05rem; font-weight: 600; margin-bottom: 0.5rem; }

/* Body text */
:root p {
  margin-top: 0;
  margin-bottom: 1.1rem;
  max-width: var(--max-prose);
}

:root ul,
:root ol {
  margin-top: 0;
  margin-bottom: 1.1rem;
  padding-left: 1.5rem;
  max-width: var(--max-prose);
}

:root li { margin-bottom: 0.45rem; }

:root blockquote {
  margin: 1.75rem 0;
  padding: 1rem 1.5rem;
  border-left: 3px solid var(--color-primary);
  background: var(--color-surface);
  border-radius: 0 var(--radius) var(--radius) 0;
  color: var(--color-muted);
  font-style: italic;
  font-size: 1.05rem;
  max-width: var(--max-prose);
}

:root blockquote p { margin-bottom: 0; }

/* Links */
:root a {
  color: var(--color-link);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: color 0.18s ease;
}

:root a:hover { color: var(--color-link-hover); }

/* Images */
:root img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: var(--radius);
}

/* Header */
:root .mag-header,
:root header {
  background-color: var(--color-header-bg);
  color: var(--color-header-text);
  padding: 2.25rem 1.5rem 2rem;
}

:root .mag-header h1,
:root header h1 {
  font-family: var(--font-heading);
  color: var(--color-header-text);
  font-size: 2rem;
  margin-bottom: 0.4rem;
  letter-spacing: 0.02em;
  font-weight: 700;
}

:root .mag-header p,
:root header p {
  color: rgba(240, 237, 232, 0.65);
  font-size: 0.95rem;
  margin-bottom: 0;
  max-width: none;
}

:root .mag-header a,
:root header a { color: var(--color-header-text); text-decoration: none; }

:root .mag-header a:hover,
:root header a:hover { color: var(--color-secondary); }

/* Navigation */
:root .mag-nav,
:root nav {
  background-color: var(--color-accent);
  padding: 0.6rem 1.5rem;
}

:root .mag-nav a,
:root nav a {
  color: #fff;
  text-decoration: none;
  font-size: 0.87rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  padding: 0.35rem 0.6rem;
  border-radius: var(--radius);
  transition: background 0.18s ease;
}

:root .mag-nav a:hover,
:root nav a:hover {
  background-color: rgba(255, 255, 255, 0.18);
  color: #fff;
}

/* Article content */
:root .article-content {
  font-size: 1.06rem;
  line-height: var(--lh-body);
}

:root .article-content h1,
:root .article-content h2,
:root .article-content h3 {
  font-family: var(--font-heading);
  color: var(--color-heading);
}

:root .article-content h2 {
  margin-top: 2.2em;
  margin-bottom: 0.6em;
}

:root .article-content p { line-height: 1.78; margin-bottom: 1.15rem; }

:root .article-content a { color: var(--color-link); font-weight: 500; }
:root .article-content a:hover { color: var(--color-link-hover); }

:root .article-content img {
  border-radius: var(--radius-card);
  margin: 1.5rem 0;
}

/* Cards */
:root .card {
  background: var(--color-bg);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-card);
  overflow: hidden;
  box-shadow: var(--shadow-card);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

:root .card:hover {
  box-shadow: 0 5px 18px rgba(28, 24, 20, 0.11);
  transform: translateY(-2px);
}

:root .card h2 {
  font-family: var(--font-heading);
  font-size: 1.22rem;
  line-height: 1.25;
  margin-bottom: 0.4rem;
}

:root .card h2 a { color: var(--color-heading); text-decoration: none; }
:root .card h2 a:hover { color: var(--color-primary); }

:root .card .card-meta,
:root .card .card-date {
  font-size: 0.8rem;
  color: var(--color-muted);
  letter-spacing: 0.02em;
  margin-bottom: 0.5rem;
}

:root .card p { font-size: 0.95rem; color: var(--color-text); margin-bottom: 0.75rem; }

:root .card .read-more {
  color: var(--color-primary);
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
}

:root .card .read-more:hover { color: var(--color-link-hover); text-decoration: underline; }

/* Related articles */
:root main aside {
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 2px solid var(--color-border);
}

:root main aside h4 {
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  color: var(--color-muted);
  margin-bottom: 0.6rem;
  font-weight: 600;
  font-family: var(--font-body);
}

.mag-related-grid {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  margin-top: 0.6rem;
}

.mag-related-item a {
  display: block;
  padding: 0.45rem 0;
  border-bottom: 1px solid var(--color-border);
  text-decoration: none;
  font-weight: 500;
  color: var(--color-heading);
}

.mag-related-item a:hover { color: var(--color-primary); }

/* HR */
:root hr {
  border: none;
  border-top: 1px solid var(--color-border);
  margin: var(--spacing) 0;
}

/* Tables in articles */
article table {
  display: block;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  font-size: 0.88em;
  border-collapse: collapse;
  max-width: 100%;
}

article th,
article td {
  min-width: 100px;
  padding: 0.45em 0.65em;
  border: 1px solid var(--color-border);
  vertical-align: top;
}

article th {
  background: var(--color-surface);
  font-weight: 600;
  font-family: var(--font-heading);
}

/* Footer */
:root footer,
:root .mag-footer {
  background-color: var(--color-footer-bg);
  color: var(--color-footer-text);
  padding: 2rem 1.5rem;
  font-size: 0.88rem;
}

:root footer a,
:root .mag-footer a {
  color: var(--color-footer-text);
  text-decoration: underline;
  text-decoration-color: rgba(158, 148, 138, 0.4);
}

:root footer a:hover,
:root .mag-footer a:hover {
  color: #fff;
  text-decoration-color: rgba(255, 255, 255, 0.5);
}

/* Utility */
:root .text-muted { color: var(--color-muted); }

/* Responsive */
@media (max-width: 600px) {
  :root h1 { font-size: 1.85rem; }
  :root h2 { font-size: 1.4rem; }
  :root h3 { font-size: 1.15rem; }
  :root .mag-header,
  :root header { padding: 1.5rem 1rem 1.25rem; }
  :root .mag-header h1,
  :root header h1 { font-size: 1.55rem; }
}

/* === R2 fixes (2026-07-02T03:00:22.955404+00:00) === */

/* Header site name link — plus visible depuis un article Google */
header.astro-v7NalXUI a {
  font-weight: 700;
  font-size: 1.05rem;
  letter-spacing: 0.02em;
}

/* H2 dans les articles — respiration accrue pour scan rapide */
main article h2 {
  margin-top: 2.2em;
  margin-bottom: 0.4em;
}

/* Images dans les articles — séparation texte/image */
main article img {
  margin-bottom: 1.75em;
}

/* Entrées de liste articles — séparateur léger entre chaque entrée */
.astro-XSGykiO5 {
  padding-bottom: 1.75em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  margin-bottom: 1.75em;
}

/* Articles connexes — fond discret façon note de renvoi carnet */
nav.astro-rkSV77KY {
  background: rgba(0, 0, 0, 0.04);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 1.25em 1.5em;
  border-radius: 4px;
  margin-top: 2em;
}

/* === R3 fixes (2026-07-02T03:40:23.905085+00:00) === */

/* Bandeau header — hauteur perçue comme identité choisie et non template par défaut */
header.astro-v7NalXUI {
  padding: 0.9em 1.5em;
}

/* Nom du site — capitales espacées lisent comme un nom de marque dans un bandeau nav */
header.astro-v7NalXUI a {
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

/* Liens /top/ — recommandation personnelle de Noémie, légèrement plus affirmée */
a[href^='/top/'] {
  font-weight: 600;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

/* Items de liste articles — air entre chaque point pour mémorisation */
main article ul li {
  margin-bottom: 0.55em;
  line-height: 1.8;
}

/* === R4 fixes (2026-07-02T04:20:23.159405+00:00) === */

/* Articles connexes — liens visibles sur fond quasi-transparent */
nav.astro-rkSV77KY a {
  color: var(--color-heading);
  text-decoration: underline;
  text-decoration-color: var(--color-border);
  font-weight: 500;
}

/* Liens /top/ — teinte de fond discrète pour marquer la recommandation personnelle de Noémie */
a[href^='/top/'] {
  background: rgba(184, 84, 50, 0.09);
  padding: 0.05em 0.3em;
  border-radius: 3px;
}

/* Dateline article — petits caractères espacés façon entrée de carnet */
.astro-nsKGJmMt {
  display: block;
  font-size: 0.8rem;
  color: var(--color-muted);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin: 0.3rem 0 1.75rem;
}

/* H1 article — margin réduit pour resserrer le cartouche titre+dateline */
main article h1 {
  margin-bottom: 0.25rem;
}

/* v.8c8e64 — layout revision */
/* ============================================================
   Éditorial — Mon Atelier Logo (Astro build, classes stables)
   Home  = main.astro-X2rqwos8:not(.astro-UCxB1oN0)  (grid de div.astro-XSGykiO5 + tail .astro-F5L5Eg8k)
   Post  = main.astro-UCxB1oN0  (h1 + span date + article + nav.astro-rkSV77KY)
   Masthead = header.astro-v7NalXUI (h1+p sur home, a sur post)
   Moment color #B34F2A : UNIQUEMENT filet masthead + lettrine héros.
   ============================================================ */

/* Fonts déclarées en @font-face — l'@import de tête est mort après concaténation */
@font-face{font-family:'Syne';font-style:normal;font-weight:400 800;font-display:swap;
  src:url(https://fonts.gstatic.com/s/syne/v24/8vIH7w4qzmVxm2BL9G78HEY.woff2) format('woff2');
  unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+2013-2014,U+2018-2019,U+201C-201D,U+2020,U+2022,U+2026,U+2122,U+2212;}
@font-face{font-family:'Mulish';font-style:normal;font-weight:200 1000;font-display:swap;
  src:url(https://fonts.gstatic.com/s/mulish/v18/1Ptvg83HX_SGhgqk0AotYKNnBcif.woff2) format('woff2');
  unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+2013-2014,U+2018-2019,U+201C-201D,U+2020,U+2022,U+2026,U+2122,U+2212;}
@font-face{font-family:'Mulish';font-style:italic;font-weight:200 1000;font-display:swap;
  src:url(https://fonts.gstatic.com/s/mulish/v18/1Ptwg83HX_SGhgqk2hAjQlW_mEuZ0FsSKeOfGZQ6DzNVwd6k.woff2) format('woff2');
  unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+2013-2014,U+2018-2019,U+201C-201D,U+2020,U+2022,U+2026,U+2122,U+2212;}

/* ---------- MASTHEAD (les deux pages) : photo + monogramme + manifeste ---------- */
:root header.astro-v7NalXUI{
  max-width:none; margin:0;
  padding:60px 24px 30px; text-align:center;
  color:#fff;
  background:linear-gradient(rgba(20,18,14,.76),rgba(20,18,14,.58)),
             url("/theme-assets/masthead-bg.jpg") center/cover;
  border-bottom:3px solid #B34F2A;   /* moment color — signature masthead */
}
:root header.astro-v7NalXUI::before{
  content:""; display:block; width:42px; height:42px; margin:0 auto 16px;
  background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 40" fill="none" stroke="%23E7B79C" stroke-width="1.8"><circle cx="20" cy="20" r="15"/><rect x="9" y="9" width="22" height="22"/><line x1="20" y1="2.5" x2="20" y2="37.5"/><line x1="2.5" y1="20" x2="37.5" y2="20"/></svg>') center/contain no-repeat;
  opacity:.95;
}
:root header.astro-v7NalXUI h1,
:root header.astro-v7NalXUI a{
  font-family:var(--font-heading); font-weight:800; font-style:normal;
  font-size:2rem; line-height:1.08; letter-spacing:.005em;
  text-transform:none; color:#fff; margin:0;
}
:root header.astro-v7NalXUI p{
  font-family:var(--font-body); font-style:italic;
  color:rgba(255,255,255,.84); font-size:1rem; line-height:1.6;
  max-width:46ch; margin:13px auto 0;
}
:root header.astro-v7NalXUI::after{
  content:"Carnet d'identité visuelle · Rouen";
  display:block; margin-top:15px;
  font-family:var(--font-body); font-weight:700;
  text-transform:uppercase; letter-spacing:.28em; font-size:10.5px;
  color:rgba(255,255,255,.62);
}

/* ============================================================
   HOME — grille éditoriale
   ============================================================ */
main.astro-X2rqwos8:not(.astro-UCxB1oN0){
  max-width:1100px;
  display:grid; grid-template-columns:repeat(2,minmax(0,1fr));
  column-gap:34px; row-gap:52px;
  align-items:stretch;
  padding:64px 26px 96px;
}

/* Carte de base (toutes les entrées) */
main.astro-X2rqwos8:not(.astro-UCxB1oN0) > div.astro-XSGykiO5{
  display:flex; flex-direction:column; position:relative;
  margin:0;
  background:#FBF7EF;
  border:1px solid rgba(28,24,20,.09);
  border-radius:9px;
  box-shadow:0 1px 4px rgba(28,24,20,.05);
  padding:26px 32px 24px;
}
main.astro-X2rqwos8:not(.astro-UCxB1oN0) > div.astro-XSGykiO5 > p.astro-nsKGJmMt{
  font-family:var(--font-body); font-weight:700;
  text-transform:uppercase; letter-spacing:.16em;
  font-size:11px; color:var(--color-muted); margin:0 0 10px;
}
main.astro-X2rqwos8:not(.astro-UCxB1oN0) > div.astro-XSGykiO5 > h2{ margin:0 0 10px; }
main.astro-X2rqwos8:not(.astro-UCxB1oN0) > div.astro-XSGykiO5 > h2 > a{
  font-family:var(--font-heading); font-weight:700;
  font-size:1.16rem; line-height:1.28; letter-spacing:0;
  color:var(--color-heading); border:0;
}
main.astro-X2rqwos8:not(.astro-UCxB1oN0) > div.astro-XSGykiO5 > h2 > a:hover{ color:var(--color-primary); }
main.astro-X2rqwos8:not(.astro-UCxB1oN0) > div.astro-XSGykiO5 > p:not(.astro-nsKGJmMt){
  font-family:var(--font-body); font-size:15px; line-height:1.6;
  color:var(--color-text); margin:0 0 16px; max-width:64ch;
  display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; overflow:hidden;
}
main.astro-X2rqwos8:not(.astro-UCxB1oN0) > div.astro-XSGykiO5 > a.astro-FdofuEie{
  margin-top:auto; align-self:flex-start;
  font-family:var(--font-body); font-weight:700; font-size:12px;
  text-transform:uppercase; letter-spacing:.12em;
  color:var(--color-primary); text-decoration:none;
}

/* --- HÉROS : première carte pleine largeur --- */
main.astro-X2rqwos8:not(.astro-UCxB1oN0) > div.astro-XSGykiO5:first-of-type{
  grid-column:1 / -1;
  padding:44px 48px 40px;
  background:#FAF5EC;
  border-color:rgba(179,79,42,.24);
}
main.astro-X2rqwos8:not(.astro-UCxB1oN0) > div.astro-XSGykiO5:first-of-type::before{
  content:"Dernier carnet"; display:block;
  font-family:var(--font-body); font-weight:700;
  text-transform:uppercase; letter-spacing:.22em; font-size:11px;
  color:var(--color-primary); margin-bottom:14px;
}
main.astro-X2rqwos8:not(.astro-UCxB1oN0) > div.astro-XSGykiO5:first-of-type > p.astro-nsKGJmMt::after{
  content:" · par Noémie, Rouen";
}
main.astro-X2rqwos8:not(.astro-UCxB1oN0) > div.astro-XSGykiO5:first-of-type > h2{ margin:0 0 14px; }
main.astro-X2rqwos8:not(.astro-UCxB1oN0) > div.astro-XSGykiO5:first-of-type > h2 > a{
  font-size:2.3rem; line-height:1.12; letter-spacing:-.012em; font-weight:800;
}
main.astro-X2rqwos8:not(.astro-UCxB1oN0) > div.astro-XSGykiO5:first-of-type > p:not(.astro-nsKGJmMt){
  font-size:1.18rem; line-height:1.55; max-width:60ch; margin:0 0 20px;
  display:block; -webkit-line-clamp:none; overflow:visible;
}
main.astro-X2rqwos8:not(.astro-UCxB1oN0) > div.astro-XSGykiO5:first-of-type > p:not(.astro-nsKGJmMt)::first-letter{
  font-family:var(--font-heading); font-weight:800;
  font-size:3.1em; line-height:.78; float:left;
  color:#B34F2A;                 /* moment color — lettrine */
  margin:.04em .1em -.04em 0;
}
main.astro-X2rqwos8:not(.astro-UCxB1oN0) > div.astro-XSGykiO5:first-of-type > a.astro-FdofuEie{
  border:1.5px solid var(--color-primary); border-radius:999px;
  padding:11px 24px; margin-top:4px;
}
main.astro-X2rqwos8:not(.astro-UCxB1oN0) > div.astro-XSGykiO5:first-of-type > a.astro-FdofuEie:hover{
  background:var(--color-primary); color:#FAF5EC;
}

/* --- SÉLECTION DE NOÉMIE : cartes 2 & 3 (paire) + label plein-large --- */
main.astro-X2rqwos8:not(.astro-UCxB1oN0) > div.astro-XSGykiO5:nth-of-type(2),
main.astro-X2rqwos8:not(.astro-UCxB1oN0) > div.astro-XSGykiO5:nth-of-type(3){
  margin-top:36px;
  border-top:3px solid var(--color-primary);
}
main.astro-X2rqwos8:not(.astro-UCxB1oN0) > div.astro-XSGykiO5:nth-of-type(2)::before{
  content:"La sélection de Noémie — à lire d'abord";
  position:absolute; left:0; top:-2.9rem; width:calc(200% + 34px);
  font-family:var(--font-body); font-weight:700; font-size:13px;
  text-transform:uppercase; letter-spacing:.2em; color:var(--color-heading);
  padding-bottom:9px; border-bottom:1px solid rgba(28,24,20,.16);
}

/* --- STRIP 1 + entrée-tête du journal : carte 4 pleine largeur --- */
main.astro-X2rqwos8:not(.astro-UCxB1oN0) > div.astro-XSGykiO5:nth-of-type(4){
  grid-column:1 / -1;
  margin-top:60px;
  padding-top:214px;
  overflow:hidden;
}
main.astro-X2rqwos8:not(.astro-UCxB1oN0) > div.astro-XSGykiO5:nth-of-type(4)::before{
  content:""; position:absolute; left:0; right:0; top:0; height:190px;
  background:linear-gradient(rgba(20,24,28,.55),rgba(20,24,28,.25)),
             url("/theme-assets/article-bg.jpg") center 30%/cover;
}
main.astro-X2rqwos8:not(.astro-UCxB1oN0) > div.astro-XSGykiO5:nth-of-type(4)::after{
  content:"PAR ORDRE D'ÉCRITURE";
  position:absolute; left:0; right:0; top:80px; text-align:center;
  font-family:var(--font-body); font-weight:700; font-size:13px;
  text-transform:uppercase; letter-spacing:.32em; color:#fff;
  text-shadow:0 1px 3px rgba(0,0,0,.55);
}

/* --- STRIP 2 + index compact : tail plein-large en grille de fiches cartonnées --- */
main.astro-X2rqwos8:not(.astro-UCxB1oN0) > div.astro-F5L5Eg8k{
  grid-column:1 / -1;
  margin-top:60px;
  position:relative;
  background:transparent;
  border:0;
  border-radius:0;
  padding:230px 0 4px;
  display:grid; grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px 16px;
}
main.astro-X2rqwos8:not(.astro-UCxB1oN0) > div.astro-F5L5Eg8k::before{
  content:""; position:absolute; left:0; right:0; top:0; height:200px;
  border-radius:9px 9px 0 0;
  background:linear-gradient(rgba(20,24,28,.55),rgba(20,24,28,.25)),
             url("/theme-assets/article-bg.jpg") center 70%/cover;
}
main.astro-X2rqwos8:not(.astro-UCxB1oN0) > div.astro-F5L5Eg8k::after{
  content:"PLUS D'ARTICLES";
  position:absolute; left:0; right:0; top:86px; text-align:center;
  font-family:var(--font-body); font-weight:700; font-size:13px;
  text-transform:uppercase; letter-spacing:.32em; color:#fff;
  text-shadow:0 1px 3px rgba(0,0,0,.55);
}
main.astro-X2rqwos8:not(.astro-UCxB1oN0) > div.astro-F5L5Eg8k > p{
  margin:0;
  background:#FBF7EF;
  border:1px solid rgba(28,24,20,.09);
  border-radius:9px;
  box-shadow:0 1px 4px rgba(28,24,20,.05);
  padding:18px 20px;
  font-size:14px; line-height:1.35;
  transition:box-shadow .2s ease, transform .2s ease, border-color .2s ease;
}
main.astro-X2rqwos8:not(.astro-UCxB1oN0) > div.astro-F5L5Eg8k > p:hover{
  box-shadow:0 5px 18px rgba(28,24,20,.11);
  transform:translateY(-2px);
  border-color:rgba(179,79,42,.24);
}
main.astro-X2rqwos8:not(.astro-UCxB1oN0) > div.astro-F5L5Eg8k > p > a{
  font-family:var(--font-heading); font-weight:600;
  color:var(--color-heading); text-decoration:none; border:0;
  overflow-wrap:break-word;
}
main.astro-X2rqwos8:not(.astro-UCxB1oN0) > div.astro-F5L5Eg8k > p > a:hover{ color:var(--color-primary); }

/* ============================================================
   POST — page article
   ============================================================ */
:root main.astro-UCxB1oN0{ max-width:684px; }
:root main.astro-UCxB1oN0 > h1{
  font-family:var(--font-heading); font-weight:800;
  font-size:2.5rem; line-height:1.12; letter-spacing:-.012em;
  margin:6px 0 6px;
}
/* S6 — ancre persona sous le H1 : byline + atelier sur la dateline existante */
:root main.astro-UCxB1oN0 > .astro-nsKGJmMt::after{
  content:" · par Noémie · atelier d'identité, Rouen";
}
:root main.astro-UCxB1oN0 > article > h2{
  font-family:var(--font-heading); font-weight:700;
  font-size:1.6rem; margin-top:1.9em; margin-bottom:.5em;
}
:root main.astro-UCxB1oN0 > article > h2:nth-of-type(n+2)::before{
  content:"✳ ✳ ✳"; display:block; text-align:center;
  color:var(--color-primary); opacity:.7; font-family:var(--font-body);
  font-size:.95rem; letter-spacing:.5em; margin:1.7em 0 1.4em;
}
:root main.astro-UCxB1oN0 > article > p{
  font-size:1.12rem; line-height:1.8;
}
:root main.astro-UCxB1oN0 > article > blockquote{ position:relative; }
:root main.astro-UCxB1oN0 > article > blockquote::before{
  content:"\00201C"; position:absolute; left:.35rem; top:-.35rem;
  font-family:var(--font-heading); font-weight:800; font-size:2.6rem;
  color:var(--color-primary); opacity:.32;
}
/* CTA affilié — puce pleine nettement différenciée du lien de prose (M10).
   Sélecteur structurel (pas de hash astro) : les liens affiliés n'existent
   que dans le corps d'article, jamais sur la home (main > div, sans <article>). */
:root main article a[href^="/top/"],
:root main article a[href^="/try/"],
:root main article a[href^="/ref/"],
:root main article a[href^="/go/"],
:root main article a[href^="/out/"]{
  display:inline-block;
  background:var(--color-primary);
  color:#FAF5EC;
  font-weight:700;
  padding:.28em .9em;
  margin:0 .05em;
  border-radius:999px;
  border:0;
  line-height:1.25;
  text-decoration:none;
  box-shadow:0 1px 4px rgba(28,24,20,.16);
  transition:background .18s ease, box-shadow .18s ease;
}
:root main article a[href^="/top/"]:hover,
:root main article a[href^="/try/"]:hover,
:root main article a[href^="/ref/"]:hover,
:root main article a[href^="/go/"]:hover,
:root main article a[href^="/out/"]:hover{
  background:var(--color-link-hover);
  color:#FAF5EC;
  box-shadow:0 3px 10px rgba(28,24,20,.22);
}
:root main article a[href^="/top/"]::after,
:root main article a[href^="/try/"]::after,
:root main article a[href^="/ref/"]::after,
:root main article a[href^="/go/"]::after,
:root main article a[href^="/out/"]::after{ content:"\0000A0→"; }

/* Articles connexes — carte discrète, filet terracotta */
:root nav.astro-rkSV77KY{
  background:#FBF7EF;
  border:1px solid rgba(28,24,20,.09);
  border-top:3px solid var(--color-primary);
  border-radius:9px; padding:22px 30px; margin-top:2.4em;
}
:root nav.astro-rkSV77KY a{
  color:var(--color-heading); text-decoration:none; font-weight:600;
  border-bottom:1px solid rgba(28,24,20,.14);
}
:root nav.astro-rkSV77KY a:hover{ color:var(--color-primary); }

/* ============================================================
   Mobile
   ============================================================ */
@media (max-width:760px){
  :root header.astro-v7NalXUI{ padding:44px 20px 24px; }
  :root header.astro-v7NalXUI h1,
  :root header.astro-v7NalXUI a{ font-size:1.6rem; }

  main.astro-X2rqwos8:not(.astro-UCxB1oN0){
    grid-template-columns:1fr; row-gap:40px; padding:40px 18px 72px;
  }
  main.astro-X2rqwos8:not(.astro-UCxB1oN0) > div.astro-XSGykiO5:first-of-type{ padding:30px 26px 28px; }
  main.astro-X2rqwos8:not(.astro-UCxB1oN0) > div.astro-XSGykiO5:first-of-type > h2 > a{ font-size:1.75rem; }
  main.astro-X2rqwos8:not(.astro-UCxB1oN0) > div.astro-XSGykiO5:nth-of-type(2),
  main.astro-X2rqwos8:not(.astro-UCxB1oN0) > div.astro-XSGykiO5:nth-of-type(3){ margin-top:26px; }
  main.astro-X2rqwos8:not(.astro-UCxB1oN0) > div.astro-XSGykiO5:nth-of-type(2)::before{ width:100%; top:-2.6rem; }
  main.astro-X2rqwos8:not(.astro-UCxB1oN0) > div.astro-XSGykiO5:nth-of-type(4){ padding-top:180px; margin-top:48px; }
  main.astro-X2rqwos8:not(.astro-UCxB1oN0) > div.astro-XSGykiO5:nth-of-type(4)::before{ height:156px; }
  main.astro-X2rqwos8:not(.astro-UCxB1oN0) > div.astro-XSGykiO5:nth-of-type(4)::after{ top:66px; }
  main.astro-X2rqwos8:not(.astro-UCxB1oN0) > div.astro-F5L5Eg8k{
    grid-template-columns:repeat(2,minmax(0,1fr)); gap:10px 12px;
    padding:196px 0 4px; margin-top:48px;
  }
  main.astro-X2rqwos8:not(.astro-UCxB1oN0) > div.astro-F5L5Eg8k > p{ padding:14px 15px; }
  main.astro-X2rqwos8:not(.astro-UCxB1oN0) > div.astro-F5L5Eg8k::before{ height:166px; }
  main.astro-X2rqwos8:not(.astro-UCxB1oN0) > div.astro-F5L5Eg8k::after{ top:72px; }

  :root main.astro-UCxB1oN0 > h1{ font-size:1.95rem; }
}


/* related-articles-nav-fix v1 */
:root main > nav p,
:root main > section p {
  line-height: 1.85;
  margin: 0;
}
:root main > nav a,
:root main > section a {
  display: inline-block;
  margin: 0 4px;
  padding: 0 2px;
}


/* mobile-overflow-fix v1 */
:root html, :root body { overflow-x: hidden; max-width: 100%; }
@media (max-width: 920px) {
  :root main > * { max-width: 100%; }
  :root main { overflow-x: hidden; }
}


/* mobile-overflow-fix v2 */
@media (max-width: 640px) {
  :root main,
  :root main > article,
  :root main > div,
  :root main > section,
  :root main > nav {
    box-sizing: border-box;
    max-width: 100%;
    width: 100%;
  }
  :root main > article > *,
  :root main > div > *,
  :root main > section > *,
  :root main > nav > * {
    max-width: 100%;
  }
  :root main h1,
  :root main h2,
  :root main h3,
  :root main h4 {
    overflow-wrap: break-word;
    word-break: normal;
  }
  /* Any 3+ col grid inside main → 1 col on mobile */
  :root main :is(ul, ol, section, div, nav)[style*="grid-template-columns"],
  :root main > section > ul,
  :root main > nav > ul,
  :root main > div > ul {
    grid-template-columns: 1fr !important;
  }
  /* Any CSS multi-column layout → 1 col on mobile */
  :root main :is(ul, ol, section, div, p) {
    columns: 1;
  }
  /* Article body images stay inside viewport */
  :root main img,
  :root main figure {
    max-width: 100%;
    height: auto;
  }
}


/* mobile-padding-fix v1 */
@media (max-width: 640px) {
  :root main {
    padding-left: 20px;
    padding-right: 20px;
  }
}


/* premium-upgrade v1 */
/* premium editorial upgrade — style=Substack-modern overlay=40% grid=mixed scale=dramatic family=flat-divs */


/* ── CARD 1: featured full-row with 300px photo header (via card-own background, NOT ::before —
    leaves ::before free for existing site's M2 label / meta content). ── */
:root main:not(:has(> h1)) > div:nth-of-type(1) {
  grid-column: 1 / -1;
  position: relative;      /* anchor for existing site's ::before label if it uses absolute */
  overflow: visible;       /* let above-card labels render without clipping */
  padding: 320px 44px 40px !important;
  border-radius: 8px;
  background:
    url("/theme-assets/premium-hero-card-1.webp") no-repeat center top / 100% 300px,
    var(--bg) !important;
  margin-top: 60px !important;  /* room for above-card M2 label (existing site convention) */
}

/* ── CARDS 2-4: medium with 180px photo header (background technique, ::before untouched) ── */
:root main:not(:has(> h1)) > div:nth-of-type(2) {
  padding: 200px 32px 32px !important;
  border-radius: 8px;
  background:
    url("/theme-assets/premium-hero-card-2.webp") no-repeat center top / 100% 180px,
    var(--bg) !important;
}
:root main:not(:has(> h1)) > div:nth-of-type(3) {
  padding: 200px 32px 32px !important;
  border-radius: 8px;
  background:
    url("/theme-assets/premium-hero-card-3.webp") no-repeat center top / 100% 180px,
    var(--bg) !important;
}
:root main:not(:has(> h1)) > div:nth-of-type(4) {
  padding: 200px 32px 32px !important;
  border-radius: 8px;
  background:
    url("/theme-assets/premium-hero-card-4.webp") no-repeat center top / 100% 180px,
    var(--bg) !important;
}

/* ── flat-divs family: cards 5 & 6 also get photo headers ── */
:root main:not(:has(> h1)) > div:nth-of-type(5) {
  padding: 200px 32px 32px !important;
  border-radius: 8px;
  background:
    url("/theme-assets/premium-hero-strip-1.webp") no-repeat center top / 100% 180px,
    var(--bg) !important;
}
:root main:not(:has(> h1)) > div:nth-of-type(6) {
  padding: 200px 32px 32px !important;
  border-radius: 8px;
  background:
    url("/theme-assets/premium-hero-strip-2.webp") no-repeat center top / 100% 180px,
    var(--bg) !important;
}

/* ── Article page: drop cap + dinkus dividers ── */
:root main:has(> h1) > article > p:first-of-type::first-letter {
  font-family: var(--fh), Georgia, serif;
  font-size: 76px; line-height: 0.9; color: var(--primary);
  float: left; margin: 6px 12px 0 0; padding: 0; font-weight: 400;
}
:root main:has(> h1) > article > h2 + p ~ h2::before {
  content: "✦ ✦ ✦";
  display: block; text-align: center; color: var(--accent);
  font-size: 12px; letter-spacing: 0.3em; margin-bottom: 24px;
  font-weight: 400;
}

/* ── Mobile responsive: adjust photo heights via background-size on the card itself ── */
@media (max-width: 720px) {
  :root main:not(:has(> h1)) > div:nth-of-type(1) {
    padding: 240px 22px 28px !important;
    background:
      url("/theme-assets/premium-hero-card-1.webp") no-repeat center top / 100% 220px,
      var(--bg) !important;
  }
  :root main:not(:has(> h1)) > div:nth-of-type(2) {
    padding: 180px 22px 26px !important;
    background:
      url("/theme-assets/premium-hero-card-2.webp") no-repeat center top / 100% 160px,
      var(--bg) !important;
  }
  :root main:not(:has(> h1)) > div:nth-of-type(3) {
    padding: 180px 22px 26px !important;
    background:
      url("/theme-assets/premium-hero-card-3.webp") no-repeat center top / 100% 160px,
      var(--bg) !important;
  }
  :root main:not(:has(> h1)) > div:nth-of-type(4) {
    padding: 180px 22px 26px !important;
    background:
      url("/theme-assets/premium-hero-card-4.webp") no-repeat center top / 100% 160px,
      var(--bg) !important;
  }
  :root main:not(:has(> h1))::before,
  :root main:not(:has(> h1))::after { min-height: 240px; }
  :root main:has(> h1) > article > p:first-of-type::first-letter { font-size: 60px; }
}

