/* ============================================================
   LA RUE DES CHAMPS — Refonte "Carnet de campagne / cadastre" v2.0.0
   Magazine maison de campagne, esprit registre cadastral argonnais.
   (WordPress / Kadence override — remplace le systeme editorial v1)
============================================================ */

/* ============================================================ FONTS (self-hosted, chemins relatifs a ce fichier) */

@font-face {
  font-family: 'Fraunces Display';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('fonts/fraunces-600.woff2') format('woff2');
}
@font-face {
  font-family: 'Fraunces Display';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url('fonts/fraunces-500i.woff2') format('woff2');
}
@font-face {
  font-family: 'Karla Text';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/karla-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Karla Text';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/karla-400i.woff2') format('woff2');
}
@font-face {
  font-family: 'Plex Ledger';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/plexmono-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Plex Ledger';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('fonts/plexmono-500.woff2') format('woff2');
}

:root {
  /* --- palette "carnet de campagne / cadastre" (valeurs exactes du concept) --- */
  --ground:       #E2E0D3;
  --paper:        #EBE9DC;
  --ink:          #1F2E22;
  --ink-soft:     #3C4A3D;
  --gold:         #A9793C;
  --gold-deep:    #8A5F2C;
  --moss:         #4A5D3A;
  --moss-deep:    #354228;
  --line:         #C7C3AE;
  --line-soft:    #D6D3C2;
  --shadow:       31, 46, 34; /* rgb ink, pour rgba() */

  /* --- variables historiques du theme, remappees sur la nouvelle palette
         (noms conserves pour ne pas casser les pages HTML statiques qui les referencent) --- */
  --paper-2:      #EBE9DC; /* = --paper, surfaces elevees (cartes, bandeaux) */
  --paper-3:      #DAD6C6; /* ton intermediaire pour sections alternees (auteur, footer) */
  --ink-mute:     #6E7864; /* gris-mousse attenue, labels mono tertiaires */
  --chloro:       #4A5D3A;      /* = --moss */
  --chloro-deep:  #354228;      /* = --moss-deep */
  --copper:       #8A5F2C;      /* = --gold-deep, accents sur fond clair */
  --copper-soft:  #A9793C;      /* = --gold, accents/liens sur fond sombre */
  --plum:         #3C4F74;
  --rule:         #D6D3C2;      /* = --line-soft */
  --rule-strong:  #B7B195;      /* ligne de cadre plus marquee */

  --serif-display: 'Fraunces Display', 'Fraunces', Georgia, serif;
  --serif-body:    'Karla Text', 'Karla', -apple-system, 'Segoe UI', Arial, sans-serif;
  --mono:          'Plex Ledger', 'IBM Plex Mono', ui-monospace, 'SFMono-Regular', Consolas, monospace;

  --col-w:        1180px;
  --gut:          clamp(1.1rem, 2.6vw, 1.75rem);

  --t-mini:       0.72rem;
  --t-meta:       0.82rem;
  --t-body:       1.02rem;
  --t-lede:       1.15rem;
  --t-h3:         clamp(1.35rem, 2.1vw, 1.7rem);
  --t-h2:         clamp(1.9rem, 3.4vw, 2.6rem);
  --t-display:    clamp(2.1rem, 4.2vw, 3.4rem);
  --t-display-hero: clamp(2.3rem, 4.8vw, 3.9rem);

  --ease:         cubic-bezier(.22, .61, .36, 1);
  --ease-out:     cubic-bezier(.16, .85, .25, 1);
}

/* ============================================================ KADENCE OVERRIDES */

body #masthead.site-header { display: none !important; }
body #colophon.site-footer { display: none !important; }
body { background: var(--paper) !important; }
body, .site-content, .content-bg, .site,
.entry-content,
.wp-site-blocks {
  background: var(--paper) !important;
  color: var(--ink) !important;
  font-family: var(--serif-body) !important;
  font-size: var(--t-body);
  line-height: 1.62;
  font-feature-settings: "kern", "liga";
}

body.content-style-boxed .site,
body .site {
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}
body .rdc-issue-bar,
body .rdc-masthead,
body .rdc-mast-nav,
body .rdc-hero,
body .rdc-sommaire,
body .rdc-feuilleton,
body .rdc-ephemeride,
body .rdc-author,
body .rdc-charte,
body .rdc-histoire,
body .rdc-footer { width: 100%; max-width: none; }

body.home .site-container,
body.home .content-container,
body.home #primary,
body.home main {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
body.home .entry-content { max-width: none !important; padding: 0 !important; }
body.home .entry-header { display: none !important; }
body.home article.post,
body.home article.page { background: transparent !important; box-shadow: none !important; padding: 0 !important; }

body.page-template-default .entry-content > .rdc-editorial { max-width: none; margin: 0 calc(-1 * var(--gut)); }
body.home .entry-content > .rdc-editorial { margin: 0; }
body.page article > .entry-header h1.entry-title { display: none; }

body:not(.home) .entry-content {
  max-width: 860px;
  margin: 0 auto;
  padding: 2rem var(--gut);
}

/* ============================================================ TYPO BASE */

body, p, li, td {
  font-family: var(--serif-body);
  color: var(--ink);
}
h1, h2, h3, h4, h5, h6 {
  font-family: var(--serif-display) !important;
  font-weight: 600 !important;
  color: var(--ink) !important;
  letter-spacing: -0.012em;
  line-height: 1.14;
  text-wrap: balance;
}
a { color: var(--moss-deep); transition: color 0.3s ease; }
a:hover { color: var(--gold-deep); }
a:focus-visible,
button:focus-visible,
input:focus-visible,
[tabindex]:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
  border-radius: 2px;
}

img { display: block; max-width: 100%; height: auto; }
ul, ol { padding-left: 1.4em; }
em { font-style: italic; }
::selection { background: var(--gold); color: var(--ground); }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* ============================================================ GRAIN OVERLAY */

.rdc-grain {
  position: fixed; inset: 0;
  pointer-events: none;
  z-index: 9000;
  opacity: 0.05;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='240' height='240'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
}

/* ============================================================ CUSTOM CURSOR */

.rdc-cursor {
  position: fixed;
  top: 0; left: 0;
  width: 12px; height: 12px;
  border: 1px solid var(--ink);
  border-radius: 50%;
  pointer-events: none;
  z-index: 9999;
  mix-blend-mode: multiply;
  transform: translate(-50%, -50%);
  transition: width 0.3s ease, height 0.3s ease, background 0.3s ease;
  opacity: 0;
}
@media (hover: hover) and (pointer: fine) {
  .rdc-cursor { opacity: 1; }
  body.cursor-active .rdc-cursor {
    width: 48px; height: 48px;
    background: var(--ink);
    mix-blend-mode: difference;
  }
}

/* ============================================================ ISSUE BAR — ruban registre */

.rdc-issue-bar {
  background: var(--ink);
  color: var(--ground);
  font-family: var(--mono);
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  position: relative;
  z-index: 100;
}
.rdc-bar-inner {
  max-width: var(--col-w);
  margin: 0 auto;
  padding: 0.6rem var(--gut);
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  align-items: center;
}
.rdc-bar-inner span { display: inline-flex; align-items: center; gap: 0.5rem; opacity: .78; }
.rdc-bar-issue em {
  font-family: var(--serif-display);
  font-style: italic;
  font-weight: 500;
  font-size: 1.1em;
  color: var(--gold);
  text-transform: none;
  opacity: 1;
}
.rdc-bar-tag::before {
  content: "\00B7";
  color: var(--gold);
  margin-right: 0.4rem;
}
.rdc-bar-route { color: rgba(226, 224, 211, 0.62); }
.rdc-bar-weather { margin-left: auto; color: rgba(226, 224, 211, 0.78); }
.rdc-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--gold);
  display: inline-block;
  box-shadow: 0 0 0 3px rgba(169, 121, 60, 0.18);
  animation: biopulse 2.4s var(--ease) infinite;
}
@keyframes biopulse {
  0%, 100% { box-shadow: 0 0 0 3px rgba(169, 121, 60, 0.18); }
  50%      { box-shadow: 0 0 0 7px rgba(169, 121, 60, 0.05); }
}

/* ============================================================ MASTHEAD */

.rdc-masthead {
  border-bottom: 1px solid var(--line);
  background: var(--ground);
  position: relative;
}
.rdc-masthead-inner {
  max-width: var(--col-w);
  margin: 0 auto;
  padding: 1.5rem var(--gut) 0.9rem;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: end;
  gap: 1.5rem;
}
.rdc-mast-left, .rdc-mast-right { display: flex; align-items: center; }
.rdc-mast-left {
  font-family: var(--mono);
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--moss);
}
.rdc-mast-right { justify-content: flex-end; }

.rdc-mast-search {
  display: inline-flex; align-items: center; gap: 0.55rem;
  font-family: var(--mono); font-size: 0.7rem;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--ink);
  padding: 0.45rem 0.8rem 0.45rem 0.7rem;
  border: 1px solid var(--rule-strong);
  border-radius: 2px;
  text-decoration: none;
  transition: background 0.4s var(--ease), color 0.4s var(--ease), border-color 0.4s var(--ease);
}
.rdc-mast-search:hover { background: var(--ink); color: var(--ground); border-color: var(--ink); }
.rdc-mast-search svg { transition: transform 0.4s var(--ease-out); }
.rdc-mast-search:hover svg { transform: rotate(-12deg) scale(1.05); }

.rdc-mast-logo {
  text-align: center;
  display: flex; flex-direction: column; align-items: center; gap: 0.3rem;
  text-decoration: none;
}
.rdc-logo-word {
  font-family: var(--serif-display);
  font-weight: 600;
  font-size: clamp(2.2rem, 5vw, 3.4rem);
  line-height: 0.98;
  letter-spacing: -0.02em;
  color: var(--ink);
}
.rdc-logo-word em {
  font-style: italic;
  font-weight: 500;
  color: var(--gold-deep);
}
.rdc-logo-rule {
  display: block;
  width: 58%;
  height: 1px;
  background: var(--rule-strong);
  margin: 0.35rem auto 0.4rem;
}
.rdc-logo-sub {
  font-family: var(--serif-display);
  font-style: italic;
  font-weight: 500;
  font-size: 0.95rem;
  letter-spacing: 0;
  text-transform: none;
  color: var(--ink-soft);
}

.rdc-mast-nav {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--ground);
}
.rdc-mast-nav ol {
  max-width: var(--col-w);
  margin: 0 auto;
  padding: 0 var(--gut);
  display: flex;
  align-items: center;
  gap: 0;
  flex-wrap: wrap;
  list-style: none;
}
.rdc-mast-nav li { flex: 1 1 auto; }
.rdc-mast-nav li.rdc-nav-sep {
  flex: 0 0 1px; height: 24px;
  background: var(--line);
  margin: 0 0.6rem;
}
.rdc-mast-nav a {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding: 1rem 0.85rem;
  font-family: var(--serif-body);
  font-size: 0.9rem;
  font-weight: 400;
  border-bottom: 2px solid transparent;
  transition: color 0.3s var(--ease), border-color 0.3s var(--ease);
  white-space: nowrap;
  color: var(--ink);
  text-decoration: none;
  position: relative;
}
.rdc-mast-nav a::after {
  content: "";
  position: absolute; left: 0.85rem; right: 0.85rem; bottom: -1px;
  height: 1.5px; background: var(--gold);
  transform: scaleX(0); transform-origin: right;
  transition: transform 0.35s var(--ease-out);
}
.rdc-mast-nav a:hover::after,
.rdc-mast-nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.rdc-mast-nav a .rdc-num {
  display: inline-flex; align-items: center; justify-content: center;
  width: 1.7em; height: 1.7em; flex: none;
  border: 1px dashed var(--gold-deep);
  border-radius: 50%;
  transform: rotate(-6deg);
  font-family: var(--mono);
  font-size: 0.62rem;
  font-weight: 500;
  color: var(--gold-deep);
  text-transform: uppercase;
  letter-spacing: 0;
}
.rdc-mast-nav a:hover {
  color: var(--moss-deep);
}
.rdc-mast-nav a:hover .rdc-num { border-color: var(--moss); color: var(--moss-deep); }
.rdc-mast-nav .rdc-nav-aside {
  font-style: italic;
  font-family: var(--serif-display);
  color: var(--ink-soft);
}

/* ============================================================ HERO */

.rdc-hero {
  position: relative;
  padding: clamp(2.4rem, 5vw, 4.6rem) 0 clamp(3rem, 6vw, 6rem);
  border-bottom: 1px solid var(--line);
}
.rdc-hero-grid {
  max-width: var(--col-w);
  margin: 0 auto;
  padding: 0 var(--gut);
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  gap: clamp(1.6rem, 4vw, 3.6rem);
  align-items: start;
}
.rdc-hero-image figure { margin: 0; position: relative; }
.rdc-hero-image img {
  width: 100%;
  aspect-ratio: 4 / 5;
  max-height: 680px;
  object-fit: cover;
  border-radius: 2px;
  border: 1px solid rgba(var(--shadow), .14);
  filter: contrast(0.97) saturate(0.9) sepia(0.05);
}
.rdc-hero-image figcaption {
  margin-top: 0.9rem;
  display: flex;
  align-items: baseline;
  gap: 0.8rem;
  font-family: var(--mono);
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  color: var(--ink-mute);
  border-top: 1px solid var(--line);
  padding-top: 0.7rem;
}
.rdc-cap-no {
  font-family: var(--serif-display);
  font-style: italic;
  font-weight: 500;
  font-size: 0.84rem;
  color: var(--gold-deep);
}
.rdc-hero-mark {
  position: absolute;
  left: 1rem; bottom: 1rem;
  background: var(--paper);
  color: var(--ink);
  padding: 0.55rem 0.9rem;
  font-family: var(--mono);
  font-size: 0.65rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border: 1px solid var(--line);
  box-shadow: 0 10px 24px -12px rgba(var(--shadow), .5);
}

.rdc-hero-text { padding-top: 0.4rem; }

.rdc-kicker {
  display: inline-flex; align-items: center; gap: 0.6rem;
  font-family: var(--mono);
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--moss);
  margin-bottom: 1.4rem;
}
.rdc-kicker::before {
  content: "";
  width: 24px; height: 1px;
  background: var(--gold);
}
.rdc-kicker em {
  font-family: var(--serif-display);
  font-style: italic;
  font-weight: 500;
  font-size: 1.05em;
  color: var(--gold-deep);
  letter-spacing: 0;
  text-transform: none;
}
.rdc-kicker-dot {
  width: 7px; height: 7px;
  background: var(--moss);
  border-radius: 50%;
}

.rdc-display {
  font-family: var(--serif-display) !important;
  font-weight: 600 !important;
  font-size: var(--t-display);
  line-height: 1 !important;
  letter-spacing: -0.018em;
  color: var(--ink) !important;
  margin: 0 0 1.5rem !important;
  word-break: keep-all;
  overflow-wrap: normal;
  hyphens: none;
  -webkit-hyphens: none;
  text-wrap: balance;
}
.rdc-hero-text .rdc-display {
  font-size: var(--t-display-hero);
  line-height: 0.98 !important;
}
.rdc-display em, .rdc-display-italic {
  font-style: italic;
  font-weight: 500;
  color: var(--gold-deep);
}

.rdc-lede {
  font-family: var(--serif-body);
  font-size: var(--t-lede);
  line-height: 1.6;
  color: var(--ink-soft);
  margin: 1.2rem 0 1.7rem;
  max-width: 40em;
}

.rdc-dropcap {
  float: left;
  font-family: var(--serif-display);
  font-style: italic;
  font-weight: 500;
  font-size: 4.2em;
  line-height: 0.82;
  margin: 0.14em 0.1em -0.05em -0.02em;
  color: var(--gold-deep);
}
.rdc-dropcap-alt { color: var(--gold); }

.rdc-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem 2rem;
  font-family: var(--serif-body);
  font-size: 0.9rem;
  color: var(--ink);
  border-top: 1px solid var(--line);
  padding-top: 1.1rem;
  margin: 0 0 1.7rem;
  list-style: none;
  padding-left: 0;
}
.rdc-hero-meta .rdc-ml {
  font-family: var(--mono);
  font-size: 0.64rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-mute);
  margin-right: 0.4rem;
}

.rdc-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  padding: 0.95rem 1.5rem;
  background: var(--ink);
  color: var(--ground);
  font-family: var(--mono);
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 500;
  border: 1px solid var(--ink);
  border-radius: 2px;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  transition: transform 0.3s var(--ease-out), box-shadow 0.3s ease;
  box-shadow: 0 1px 0 rgba(var(--shadow), .4);
}
.rdc-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--moss-deep);
  transform: translateY(101%);
  transition: transform 0.5s var(--ease-out);
}
.rdc-cta > * { position: relative; z-index: 1; }
.rdc-cta:hover { color: var(--ground); transform: translateY(-2px); box-shadow: 0 8px 18px -6px rgba(var(--shadow), .45); }
.rdc-cta:hover::before { transform: translateY(0); }
.rdc-cta svg { transition: transform 0.4s var(--ease-out); }
.rdc-cta:hover svg { transform: translateX(5px); }

.rdc-marginalia {
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 1.1rem;
  font-family: var(--mono);
  font-size: 0.64rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-mute);
}
.rdc-margin-rule { width: 56px; height: 1px; background: var(--rule-strong); }

/* ============================================================ SECTION HEAD */

.rdc-section-head {
  max-width: var(--col-w);
  margin: 0 auto;
  padding: clamp(2.8rem, 5.6vw, 4.8rem) var(--gut) clamp(1.5rem, 2.8vw, 2.2rem);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: end;
  gap: 1.5rem;
}
.rdc-head-num {
  font-family: var(--mono);
  font-size: 0.78rem;
  letter-spacing: .06em;
  color: var(--gold-deep);
  white-space: nowrap;
}
.rdc-section-title {
  font-size: var(--t-h2) !important;
  margin: 0 !important;
  line-height: 1 !important;
}
.rdc-head-rule {
  height: 1px;
  background: var(--rule-strong);
  width: 100%;
  align-self: end;
  margin-bottom: 0.7rem;
}

/* ============================================================ SOMMAIRE */

.rdc-sommaire {
  background: var(--ground);
  border-bottom: 1px solid var(--line);
}
.rdc-sommaire-list {
  max-width: var(--col-w);
  margin: 0 auto;
  padding: 0 var(--gut) clamp(2.8rem, 4.6vw, 4.4rem);
  list-style: none;
}
.rdc-sommaire-list li {
  display: grid;
  grid-template-columns: 76px 1fr auto;
  gap: clamp(1rem, 3vw, 2.2rem);
  align-items: baseline;
  padding: 1.5rem 0;
  border-top: 1px solid var(--line);
  transition: background 0.4s var(--ease);
  position: relative;
}
.rdc-sommaire-list li:last-child { border-bottom: 1px solid var(--line); }
.rdc-sommaire-list li:hover { background: var(--paper); }
.rdc-sommaire-list li:hover .rdc-som-num { color: var(--moss-deep); transform: translateX(6px); }
.rdc-sommaire-list li::after {
  content: "";
  position: absolute;
  left: 0; bottom: -1px;
  height: 1px; width: 0;
  background: var(--gold);
  transition: width 0.5s var(--ease-out);
}
.rdc-sommaire-list li:hover::after { width: 100%; }
.rdc-sommaire-list a {
  display: contents;
  text-decoration: none;
}

.rdc-som-num {
  font-family: var(--serif-display);
  font-style: italic;
  font-weight: 500;
  font-size: clamp(2.1rem, 4vw, 3.1rem);
  color: var(--gold-deep);
  line-height: 1;
  transition: color 0.3s var(--ease), transform 0.5s var(--ease-out);
}
.rdc-som-cat {
  display: inline-block;
  font-family: var(--mono);
  font-size: 0.64rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--moss);
  margin-bottom: 0.4rem;
}
.rdc-som-body h3 {
  font-family: var(--serif-display) !important;
  font-weight: 600 !important;
  font-size: var(--t-h3) !important;
  letter-spacing: -0.01em;
  margin: 0 0 0.4rem !important;
  color: var(--ink) !important;
  line-height: 1.14 !important;
}
.rdc-som-body p {
  margin: 0;
  font-size: 0.95rem;
  color: var(--ink-soft);
  line-height: 1.5;
}
.rdc-som-page {
  font-family: var(--mono);
  font-size: 0.78rem;
  letter-spacing: .04em;
  color: var(--ink-mute);
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}

/* ============================================================ FEUILLETON — grille d'articles avec tampons */

.rdc-feuilleton {
  background: var(--paper);
  padding-bottom: clamp(3rem, 5.6vw, 5.4rem);
}
.rdc-feuilleton .rdc-section-head {
  background: var(--paper);
}
.rdc-feuilleton-grid {
  max-width: var(--col-w);
  margin: 0 auto;
  padding: 0 var(--gut);
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: clamp(1.3rem, 2.4vw, 2.1rem);
}
.rdc-feu-card {
  transition: transform 0.5s var(--ease-out), box-shadow .3s ease;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 2px;
}
.rdc-feu-card:hover { transform: translateY(-4px); box-shadow: 0 20px 40px -20px rgba(var(--shadow), .3); }
.rdc-feu-card a { display: block; text-decoration: none; color: inherit; }

.rdc-feu-large { grid-column: span 6; }
.rdc-feu-card:not(.rdc-feu-large) { grid-column: span 2; }

.rdc-feu-img {
  position: relative;
  overflow: hidden;
  border-radius: 1px 1px 0 0;
  aspect-ratio: 16 / 10;
  margin-bottom: 0;
  background: var(--ink);
}
.rdc-feu-large .rdc-feu-img { aspect-ratio: 21 / 9; }
.rdc-feu-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  filter: contrast(0.95) saturate(0.88) sepia(0.04);
  transition: transform 1s var(--ease-out), filter 0.5s var(--ease);
}
.rdc-feu-card:hover .rdc-feu-img img { transform: scale(1.03); filter: contrast(1) saturate(0.96) sepia(0); }

/* Tampon circulaire pivote (remplace l'ancienne etiquette rectangulaire) */
.rdc-feu-tag {
  position: absolute;
  top: .7rem; left: .7rem;
  width: 54px; height: 54px;
  border-radius: 50%;
  background: var(--paper);
  border: 1px dashed var(--moss);
  display: flex; align-items: center; justify-content: center;
  text-align: center;
  padding: .3rem;
  font-family: var(--mono);
  font-size: 8.5px;
  font-weight: 500;
  letter-spacing: .03em;
  line-height: 1.2;
  text-transform: uppercase;
  color: var(--moss-deep);
  transform: rotate(-8deg);
  box-shadow: 0 6px 14px -8px rgba(var(--shadow), .4);
}
.rdc-feu-title {
  font-family: var(--serif-display) !important;
  font-weight: 600 !important;
  font-size: clamp(1.35rem, 2.4vw, 2.05rem) !important;
  letter-spacing: -0.012em !important;
  margin: 1.1rem 0 0.6rem !important;
  padding: 0 1.2rem;
  color: var(--ink) !important;
  line-height: 1.1 !important;
  transition: color 0.3s var(--ease);
}
.rdc-feu-large .rdc-feu-title { font-size: clamp(1.9rem, 3.8vw, 3rem) !important; }
.rdc-feu-card:hover .rdc-feu-title { color: var(--moss-deep) !important; }
.rdc-feu-title em { color: var(--gold-deep); font-weight: 500; }
.rdc-feu-excerpt {
  font-size: 0.94rem;
  line-height: 1.55;
  color: var(--ink-soft);
  margin: 0 0 0.9rem;
  padding: 0 1.2rem;
}
.rdc-feu-meta {
  display: flex; align-items: center; gap: 0.7rem;
  font-family: var(--mono);
  font-size: 0.66rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-mute);
  padding: 0 1.2rem 1.2rem;
}
.rdc-feu-dot {
  width: 3px; height: 3px;
  background: var(--ink-mute);
  border-radius: 50%;
}

/* ============================================================ EPHEMERIDE — bandeau sombre "rubriques" */

.rdc-ephemeride {
  background: var(--ink);
  color: var(--ground);
}
.rdc-eph-inner {
  max-width: var(--col-w);
  margin: 0 auto;
  padding: clamp(3.4rem, 7vw, 6.6rem) var(--gut);
}
.rdc-eph-head {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: end;
  gap: 1.5rem;
  margin-bottom: clamp(1.8rem, 3.6vw, 3.4rem);
  border-bottom: 1px solid rgba(226, 224, 211, 0.16);
  padding-bottom: 1.3rem;
}
.rdc-eph-head .rdc-head-num { color: var(--gold); }
.rdc-eph-head .rdc-section-title { color: var(--ground) !important; }
.rdc-eph-head .rdc-display em { color: var(--gold); }
.rdc-eph-date {
  grid-column: 2;
  font-family: var(--mono);
  font-size: 0.72rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: rgba(226, 224, 211, 0.55);
  text-align: right;
}
.rdc-eph-date em { color: var(--ground); font-style: italic; font-family: var(--serif-display); font-weight: 500; text-transform: none; }

.rdc-eph-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.5fr);
  gap: clamp(2rem, 5vw, 4.6rem);
  align-items: start;
}
.rdc-eph-illu {
  margin: 0;
  background: var(--paper);
  border: 1px solid rgba(226, 224, 211, 0.18);
  padding: 1.4rem 1rem 0.8rem;
}
.rdc-eph-illu svg { width: 100%; height: auto; max-height: 460px; }
.rdc-eph-illu figcaption {
  text-align: center;
  font-family: var(--mono);
  font-size: 0.64rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-mute);
  border-top: 1px solid var(--line);
  padding-top: 0.7rem;
  margin-top: 0.4rem;
}
.rdc-eph-content { color: var(--ground); }
.rdc-eph-intro {
  font-family: var(--serif-body);
  font-size: clamp(1.1rem, 1.5vw, 1.24rem);
  line-height: 1.55;
  margin: 0 0 1.9rem;
  color: rgba(226, 224, 211, 0.92);
}
.rdc-eph-intro .rdc-dropcap-alt { color: var(--gold); }
.rdc-eph-list {
  display: grid;
  gap: 1.3rem;
  margin-bottom: 1.9rem;
  list-style: none;
  padding: 0;
}
.rdc-eph-list li {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 1.3rem;
  border-top: 1px solid rgba(226, 224, 211, 0.16);
  padding-top: 1.3rem;
}
.rdc-eph-no {
  font-family: var(--serif-display);
  font-style: italic;
  font-weight: 500;
  font-size: 1.5rem;
  color: var(--gold);
  line-height: 1;
}
.rdc-eph-list li > div {
  font-size: 0.98rem;
  color: rgba(226, 224, 211, 0.85);
  line-height: 1.55;
}
.rdc-eph-list li strong { font-weight: 400; color: var(--ground); }
.rdc-eph-list li strong a { color: var(--ground); border-bottom: 1px solid rgba(226,224,211,.35); }
.rdc-eph-list li strong a:hover { color: var(--gold); border-color: var(--gold); }

.rdc-eph-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--serif-display);
  font-style: italic;
  font-weight: 500;
  font-size: 1.1rem;
  color: var(--gold);
  border-bottom: 1px solid var(--gold);
  padding-bottom: 0.2rem;
  text-decoration: none;
  transition: color 0.3s var(--ease), border-color 0.3s var(--ease), gap 0.3s var(--ease-out);
}
.rdc-eph-link:hover { color: var(--ground); border-color: var(--ground); gap: 0.8rem; }

/* ============================================================ AUTHOR */

.rdc-author {
  background: var(--paper-3);
  padding: clamp(3.4rem, 7vw, 6.6rem) 0;
  position: relative;
  overflow: hidden;
}
.rdc-author::before {
  content: "Lue par";
  position: absolute;
  top: 50%; left: 0;
  transform: translateY(-50%) rotate(-90deg);
  transform-origin: left center;
  font-family: var(--serif-display);
  font-style: italic;
  font-weight: 500;
  font-size: clamp(6rem, 15vw, 18rem);
  color: rgba(31, 46, 34, 0.045);
  white-space: nowrap;
  pointer-events: none;
}
.rdc-author-inner {
  max-width: var(--col-w);
  margin: 0 auto;
  padding: 0 var(--gut);
  display: grid;
  grid-template-columns: minmax(0, 4fr) minmax(0, 6fr);
  gap: clamp(2rem, 5vw, 4.4rem);
  align-items: start;
  position: relative;
}
.rdc-author-portrait {
  margin: 0;
  position: relative;
}
.rdc-author-portrait img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  filter: grayscale(0.7) contrast(0.97) sepia(0.1);
  border-radius: 2px;
}
.rdc-author-portrait::before {
  content: "";
  position: absolute;
  inset: -12px;
  border: 1px solid var(--ink);
  border-radius: 2px;
  pointer-events: none;
}
.rdc-author-portrait figcaption {
  margin-top: 1rem;
  font-family: var(--mono);
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-mute);
  text-align: center;
}
.rdc-author-text { padding-top: 0.9rem; }
.rdc-author-bio {
  font-family: var(--serif-body);
  font-size: 1.1rem;
  line-height: 1.55;
  color: var(--ink);
  margin: 1rem 0 1.5rem;
}
.rdc-author-rule {
  border-left: 2px solid var(--gold);
  padding: 0.4rem 0 0.4rem 1.3rem;
  margin: 1.3rem 0 1.7rem;
  font-family: var(--serif-display);
  font-style: italic;
  font-weight: 500;
  font-size: 1.12rem;
  line-height: 1.5;
  color: var(--ink-soft);
}
.rdc-author-skills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.55rem;
  margin: 0 0 1.9rem;
  list-style: none;
  padding: 0;
}
.rdc-author-skills li {
  font-family: var(--mono);
  font-size: 0.66rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.42rem 0.8rem;
  background: var(--ground);
  border: 1px solid var(--rule-strong);
  border-radius: 2px;
  color: var(--ink-soft);
}
.rdc-author-cta {
  display: inline-flex;
  align-items: baseline;
  gap: 0.5rem;
  font-family: var(--serif-display);
  font-style: italic;
  font-weight: 500;
  font-size: 1.1rem;
  color: var(--ink);
  border-bottom: 1px solid var(--ink);
  padding-bottom: 0.2rem;
  text-decoration: none;
  transition: color 0.3s var(--ease), border-color 0.3s var(--ease);
}
.rdc-author-cta:hover { color: var(--moss-deep); border-color: var(--moss-deep); }

/* ============================================================ CHARTE / SILO-BAND — bandeau sombre 4 colonnes */

.rdc-charte {
  background: var(--ink);
  padding-bottom: 0;
}
.rdc-charte .rdc-section-head { background: var(--ink); border: none; }
.rdc-charte .rdc-head-num { color: var(--gold); }
.rdc-charte .rdc-section-title,
.rdc-charte .rdc-display { color: var(--ground) !important; }
.rdc-charte .rdc-head-rule { background: rgba(226, 224, 211, .18); }
.rdc-charte-grid {
  max-width: var(--col-w);
  margin: 0 auto;
  padding: clamp(1.6rem, 3vw, 2.4rem) var(--gut) clamp(2.4rem, 4.6vw, 4rem);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: rgba(226, 224, 211, .14);
  border: 1px solid rgba(226, 224, 211, .14);
}
.rdc-charte-pillar {
  padding: 1.9rem 1.5rem;
  background: var(--ink);
  transition: background 0.4s var(--ease);
}
.rdc-charte-pillar:hover { background: #2A3826; }
.rdc-charte-pillar:hover .rdc-pillar-no { color: var(--gold); }
.rdc-pillar-no {
  font-family: var(--mono);
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  color: var(--gold);
  display: block;
  margin-bottom: 1.3rem;
  transition: color 0.3s var(--ease);
}
.rdc-charte-pillar h3 {
  font-family: var(--serif-display) !important;
  font-weight: 600 !important;
  font-style: italic;
  font-size: 1.35rem !important;
  line-height: 1.16 !important;
  margin: 0 0 0.8rem !important;
  letter-spacing: -0.008em;
  color: var(--ground) !important;
}
.rdc-charte-pillar h3 em { color: var(--gold); font-weight: 500; }
.rdc-charte-pillar p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.55;
  color: rgba(226, 224, 211, .68);
}

/* ============================================================ HISTOIRE */

.rdc-histoire {
  background: var(--moss-deep);
  color: var(--ground);
  padding: clamp(4rem, 8vw, 7.4rem) 0;
  position: relative;
  overflow: hidden;
}
.rdc-histoire::before {
  content: "";
  position: absolute;
  top: -120px;
  right: -160px;
  width: 500px; height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle at center, rgba(169, 121, 60, 0.28), transparent 65%);
  filter: blur(20px);
  pointer-events: none;
}
.rdc-histoire::after {
  content: "rue des champs";
  position: absolute;
  bottom: -2.4rem; left: 50%;
  transform: translateX(-50%);
  font-family: var(--serif-display);
  font-style: italic;
  font-weight: 500;
  font-size: clamp(7rem, 16vw, 16rem);
  color: rgba(226, 224, 211, 0.05);
  white-space: nowrap;
  pointer-events: none;
  line-height: 1;
}
.rdc-histoire-inner {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 var(--gut);
  position: relative;
  text-align: center;
}
.rdc-histoire-inner .rdc-kicker { color: rgba(226, 224, 211, 0.75); }
.rdc-histoire-inner .rdc-kicker::before { background: var(--gold); }
.rdc-histoire-title {
  font-size: clamp(2.3rem, 5.2vw, 4.2rem) !important;
  margin: 1.5rem 0 1.9rem !important;
  color: var(--ground) !important;
}
.rdc-histoire-title em, .rdc-histoire-title .rdc-display-italic { color: var(--gold); }
.rdc-histoire-text {
  font-family: var(--serif-body);
  font-size: 1.12rem;
  line-height: 1.62;
  color: rgba(226, 224, 211, 0.88);
  margin: 0 auto 1.9rem;
  max-width: 58ch;
}
.rdc-histoire-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-family: var(--serif-display);
  font-style: italic;
  font-weight: 500;
  font-size: 1.15rem;
  color: var(--gold);
  border-bottom: 1px solid var(--gold);
  padding-bottom: 0.25rem;
  text-decoration: none;
  transition: color 0.3s var(--ease), border-color 0.3s var(--ease), gap 0.3s var(--ease-out);
}
.rdc-histoire-cta:hover { color: var(--ground); border-color: var(--ground); gap: 0.9rem; }

/* ============================================================ GALERIE (aperçu home, si utilise) */

.rdc-gallery-strip {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: .5rem;
  max-width: var(--col-w);
  margin: 0 auto;
  padding: 0 var(--gut);
}
.rdc-gallery-strip .frame { aspect-ratio: 1; overflow: hidden; border: 1px solid var(--line); }
.rdc-gallery-strip .frame:nth-child(3n+1) { transform: rotate(-.6deg); }
.rdc-gallery-strip .frame:nth-child(3n+2) { transform: rotate(.5deg); }
@media (max-width: 820px) { .rdc-gallery-strip { grid-template-columns: repeat(3, 1fr); } }

/* ============================================================ FOOTER */

.rdc-footer {
  background: var(--paper-3);
  border-top: 1px solid var(--line);
  color: var(--ink);
}
.rdc-footer-inner {
  max-width: var(--col-w);
  margin: 0 auto;
  padding: clamp(2.6rem, 4.6vw, 4.4rem) var(--gut) 1.5rem;
}
.rdc-foot-mast {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 1.5rem;
  border-bottom: 1px solid var(--line);
  padding-bottom: 1.5rem;
  margin-bottom: 2.2rem;
}
.rdc-foot-mast .rdc-logo-word { font-size: 2.2rem; }
.rdc-foot-tag {
  font-family: var(--mono);
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-mute);
}
.rdc-foot-cols {
  display: grid;
  grid-template-columns: 1fr 1fr 2fr;
  gap: clamp(1.5rem, 4vw, 3.6rem);
}
.rdc-foot-col h4 {
  font-family: var(--mono) !important;
  font-size: 0.7rem !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
  font-weight: 500 !important;
  margin: 0 0 1.3rem !important;
  color: var(--gold-deep) !important;
}
.rdc-foot-col ul { display: grid; gap: 0.65rem; list-style: none; padding: 0; }
.rdc-foot-col li a {
  font-family: var(--serif-display);
  font-style: italic;
  font-weight: 500;
  font-size: 1.02rem;
  color: var(--ink);
  border-bottom: 1px solid transparent;
  text-decoration: none;
  transition: border-color 0.3s var(--ease), color 0.3s var(--ease);
}
.rdc-foot-col li a:hover { border-color: var(--moss-deep); color: var(--moss-deep); }

.rdc-foot-col-wide p {
  margin: 0 0 1.1rem;
  font-size: 0.96rem;
  line-height: 1.55;
  color: var(--ink-soft);
}
.rdc-foot-base {
  margin-top: 2.6rem;
  padding-top: 1.3rem;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  font-family: var(--mono);
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-mute);
}
.rdc-foot-issue em {
  font-family: var(--serif-display);
  font-style: italic;
  font-weight: 500;
  text-transform: none;
  font-size: 1.1em;
  color: var(--ink);
}

/* ============================================================ STYLES PAGES INTERNES (article, archive, page) */

body.single article,
body.archive .archive-header,
body.page article {
  max-width: 700px;
  margin: 0 auto;
  padding: 2rem 0;
}
body.single article > .entry-header,
body.archive .archive-header {
  text-align: center;
  border-bottom: 1px solid var(--line);
  margin-bottom: 2.4rem;
  padding-bottom: 1.9rem;
}
body.single .entry-title,
body.archive .archive-title,
body.page .entry-title {
  font-family: var(--serif-display) !important;
  font-weight: 600 !important;
  font-size: clamp(2rem, 4.6vw, 3.4rem) !important;
  letter-spacing: -0.018em;
  line-height: 1.06 !important;
}
body.single .entry-title em { font-style: italic; font-weight: 500; color: var(--gold-deep); }

/* Lettrine */
.entry-content > p:first-of-type::first-letter,
.rdc-article-body > p:first-of-type::first-letter {
  font-family: var(--serif-display);
  font-style: italic;
  font-weight: 600;
  font-size: 4.2em;
  line-height: 0.82;
  float: left;
  margin: 0.14em 0.1em -0.05em -0.02em;
  color: var(--gold-deep);
}

body.single .entry-meta,
body.archive .archive-header p {
  font-family: var(--mono);
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-mute);
}
body.single .post-thumbnail img,
.entry-content img.attachment-large,
.entry-content img.size-large,
.entry-content img.size-full,
.rdc-feu-img img { border-radius: 2px; }
body.archive .post {
  border-bottom: 1px solid var(--line);
  padding: 1.7rem 0;
}
body.archive .post .entry-title {
  font-size: clamp(1.5rem, 2.8vw, 2.05rem) !important;
}

/* Citation / pull-quote — guillemet en exposant, bordure or */
blockquote {
  font-family: var(--serif-display);
  font-style: italic;
  font-weight: 500;
  font-size: 1.42rem;
  line-height: 1.4;
  margin: 2.4rem 0;
  padding: .1rem 0 .1rem 1.6rem;
  border-left: 2px solid var(--gold);
  color: var(--ink);
  position: relative;
}
blockquote::before {
  content: "\201C";
  position: absolute;
  left: .78rem; top: -.5rem;
  font-family: var(--serif-display);
  font-style: normal;
  font-weight: 600;
  font-size: 2.6rem;
  line-height: 1;
  color: var(--gold);
  opacity: .5;
}
blockquote p { margin: 0; font-size: inherit; line-height: inherit; }

/* ============================================================ ENTRY ANIMATIONS */

@media (prefers-reduced-motion: no-preference) {
  body.home .rdc-issue-bar,
  body.home .rdc-masthead,
  body.home .rdc-mast-nav,
  body.home .rdc-hero-text,
  body.home .rdc-hero-image,
  body.home .rdc-feu-card,
  body.home .rdc-eph-head,
  body.home .rdc-eph-illu,
  body.home .rdc-eph-content,
  body.home .rdc-author-portrait,
  body.home .rdc-author-text,
  body.home .rdc-charte-pillar,
  body.home .rdc-histoire-inner,
  body.home .rdc-footer-inner {
    opacity: 0;
    transform: translateY(16px);
    animation: biofadeUp 0.8s var(--ease-out) forwards;
  }
  body.home .rdc-issue-bar { animation-delay: 0.05s; }
  body.home .rdc-masthead { animation-delay: 0.15s; }
  body.home .rdc-mast-nav { animation-delay: 0.2s; }
  body.home .rdc-hero-image { animation-delay: 0.35s; }
  body.home .rdc-hero-text { animation-delay: 0.5s; }
}
@keyframes biofadeUp { to { opacity: 1; transform: translateY(0); } }

.rdc-reveal {
  opacity: 0;
  transform: translateY(36px);
  transition: opacity 1s var(--ease-out), transform 1s var(--ease-out);
}
.rdc-reveal.in { opacity: 1; transform: translateY(0); }

/* ============================================================ RESPONSIVE */

@media (max-width: 1024px) {
  .rdc-hero-grid { grid-template-columns: 1fr; }
  .rdc-hero-image img { height: 460px; }
  .rdc-eph-grid { grid-template-columns: 1fr; }
  .rdc-eph-illu { max-width: 360px; margin: 0 auto; }
  .rdc-author-inner { grid-template-columns: 1fr; }
  .rdc-author-portrait { max-width: 400px; }
  .rdc-charte-grid { grid-template-columns: 1fr 1fr; }
  .rdc-feuilleton-grid { grid-template-columns: repeat(4, 1fr); }
  .rdc-feu-large { grid-column: span 4; }
  .rdc-feu-card:not(.rdc-feu-large) { grid-column: span 2; }
  .rdc-foot-cols { grid-template-columns: 1fr 1fr; }
  .rdc-foot-col-wide { grid-column: span 2; }
}
@media (max-width: 720px) {
  :root { --t-display: clamp(2rem, 8vw, 3.4rem); }
  .rdc-bar-weather { display: none; }
  .rdc-masthead-inner { grid-template-columns: 1fr; text-align: center; }
  .rdc-mast-left, .rdc-mast-right { justify-content: center; }
  .rdc-mast-nav ol { gap: 0.15rem; }
  .rdc-mast-nav a { padding: 0.75rem 0.5rem; font-size: 0.82rem; }
  .rdc-mast-nav a .rdc-num { display: none; }
  .rdc-mast-nav .rdc-nav-sep { display: none; }
  .rdc-hero-image img { height: 360px; }
  .rdc-marginalia { display: none; }
  .rdc-section-head { grid-template-columns: 1fr; }
  .rdc-head-rule { display: none; }
  .rdc-sommaire-list li { grid-template-columns: 46px 1fr; }
  .rdc-som-page { grid-column: 2; padding-left: 0; }
  .rdc-som-num { font-size: 1.9rem; }
  .rdc-feuilleton-grid { grid-template-columns: 1fr 1fr; }
  .rdc-feu-large { grid-column: span 2; }
  .rdc-feu-card:not(.rdc-feu-large) { grid-column: span 1; }
  .rdc-feu-large .rdc-feu-img { aspect-ratio: 16 / 11; }
  .rdc-charte-grid { grid-template-columns: 1fr; }
  .rdc-foot-cols { grid-template-columns: 1fr; }
  .rdc-foot-col-wide { grid-column: span 1; }
  .rdc-eph-head { grid-template-columns: 1fr; }
  .rdc-eph-date { grid-column: 1; text-align: left; }
  .rdc-author::before { font-size: 6rem; }
  .rdc-author-portrait::before { inset: -8px; }
  .rdc-foot-base { flex-direction: column; }
}

/* ============================================================
   ARTICLES — blocs editoriaux (en-bref, FAQ, disclaimer, tables)
============================================================ */

.rdc-author-disclaimer {
  border: 1px solid var(--rule-strong);
  border-left: 4px solid var(--moss);
  background: var(--paper);
  padding: 1rem 1.3rem;
  margin: 1.6rem 0 2rem;
  font-size: 0.96rem;
  font-style: italic;
  color: var(--ink-soft);
}
.rdc-author-disclaimer a { color: var(--moss-deep); text-decoration: underline; }

.en-bref {
  border: 1px solid var(--rule-strong);
  background: var(--paper);
  margin: 2rem 0;
  padding: 1.4rem 1.6rem;
}
.en-bref__head {
  display: flex;
  align-items: baseline;
  gap: 0.6rem;
  font-family: var(--serif-display);
  font-weight: 600;
  font-size: 1.2rem;
  border-bottom: 1px solid var(--line);
  padding-bottom: 0.6rem;
  margin-bottom: 0.9rem;
  color: var(--ink);
}
.en-bref__lead { font-style: italic; color: var(--ink-soft); margin: 0 0 0.9rem; }
.en-bref__list { list-style: none; padding: 0; margin: 0; }
.en-bref__list li {
  padding: 0.38rem 0;
  border-bottom: 1px dashed var(--line);
  line-height: 1.5;
}
.en-bref__list li:last-child { border-bottom: none; }

.faq-section { margin: 2.3rem 0 1rem; }
.entry-content details.wp-block-details,
.faq-section details {
  border: 1px solid var(--line);
  border-left: 3px solid var(--moss);
  background: var(--paper);
  margin: 0 0 0.7rem;
  padding: 0;
}
.entry-content details.wp-block-details summary,
.faq-section summary {
  cursor: pointer;
  padding: 0.85rem 1.1rem;
  font-family: var(--serif-display);
  font-weight: 600;
  font-size: 1.02rem;
  color: var(--ink);
  list-style-position: inside;
}
.entry-content details.wp-block-details[open] summary { border-bottom: 1px solid var(--line); }
.entry-content details.wp-block-details p,
.faq-section details p { padding: 0.8rem 1.1rem; margin: 0; }

.entry-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.6rem 0;
  font-size: 0.96rem;
  background: var(--paper);
}
.entry-content th, .entry-content td {
  border: 1px solid var(--line);
  padding: 0.6rem 0.8rem;
  text-align: left;
  font-variant-numeric: tabular-nums;
}
.entry-content th {
  font-family: var(--serif-display);
  font-weight: 600;
  background: var(--paper-3);
}

.entry-content figure { margin: 1.8rem 0; }
.entry-content figcaption {
  font-size: 0.82rem;
  color: var(--ink-mute);
  font-style: italic;
  padding-top: 0.4rem;
  border-top: 1px solid var(--line);
  margin-top: 0.5rem;
}
.entry-content img { border: 1px solid var(--rule-strong); border-radius: 2px; }

body.single .entry-header { max-width: 860px; margin: 0 auto; padding: 2.1rem var(--gut) 0; }
body.single h1.entry-title {
  font-size: clamp(1.9rem, 4.6vw, 3.1rem) !important;
  line-height: 1.1 !important;
}
body.single .entry-meta, body.single .entry-taxonomies { color: var(--ink-mute); font-size: 0.88rem; }
body.single .entry-meta a, body.single .entry-taxonomies a { color: var(--moss-deep); }

body.archive .archive-title, body.blog .page-title { font-family: var(--serif-display) !important; font-weight: 600 !important; }
.loop-entry .entry-title a { color: var(--ink); }
.loop-entry .entry-title a:hover { color: var(--moss-deep); }
article.loop-entry {
  background: var(--paper) !important;
  border: 1px solid var(--line);
  box-shadow: none !important;
}

.entry-title, .archive-title, .site-title { text-transform: none !important; }

body.single .entry-meta time.updated { display: none; }

/* ============================================================ KADENCE — bloc "Publications similaires" (entry-related) */

.entry-related {
  background: var(--ground) !important;
  border-top: 1px solid var(--line);
  padding-top: 1rem;
}
.entry-related-title,
.entry-related-title.entry-related-title {
  font-family: var(--serif-display) !important;
  font-weight: 600 !important;
  font-style: normal !important;
  color: var(--ink) !important;
  letter-spacing: -0.01em;
  text-transform: none !important;
}
.entry-related .loop-entry,
.entry-related article.content-bg {
  background: var(--paper) !important;
  border: 1px solid var(--line) !important;
  box-shadow: none !important;
  border-radius: 2px;
}
.entry-related .entry-title,
.entry-related .entry-title a {
  font-family: var(--serif-display) !important;
  font-weight: 600 !important;
  color: var(--ink) !important;
}
.entry-related .entry-title a:hover { color: var(--moss-deep) !important; }
.entry-related .entry-meta,
.entry-related .meta-category,
.entry-related time {
  font-family: var(--mono) !important;
  color: var(--ink-mute) !important;
}
.entry-related .meta-category a,
.entry-related [class*="category"] a {
  color: var(--gold-deep) !important;
  text-transform: uppercase;
  font-size: 0.68rem;
  letter-spacing: .08em;
}
.entry-related .splide__arrow svg { fill: var(--ink) !important; }
.entry-related .splide__arrow {
  background: var(--paper) !important;
  border: 1px solid var(--line) !important;
}
.entry-related .splide__pagination__page.is-active { background: var(--gold) !important; }
.entry-related .splide__pagination__page { background: var(--line) !important; }

/* ============================================================ UTILITAIRES */

.rdc-tabular { font-variant-numeric: tabular-nums; }
