/* =====================================================
   AION — Charte commune
   v0.1 — Mai 2026
   Un seul fichier à éditer pour faire bouger tout le site.
   ===================================================== */

/* ---------- TOKENS ---------- */
/* Charte N&B stricte — v0.2 — mai 2026 */
:root {
  /* Couleurs — palette noir & blanc */
  --ink: #111111;            /* noir profond */
  --ink-soft: #3a3a3a;       /* gris foncé */
  --ink-mute: #6b6b6b;       /* gris moyen */
  --paper: #fbf9f3;          /* ivoire très pâle (papier journal) */
  --paper-warm: #f1ede0;     /* ivoire moyen pour les variantes */
  --paper-deep: #e4dcc4;     /* ivoire profond pour les fonds tramés */
  --accent: #111111;         /* plus de rouge — noir */
  --gold: #f4f1ea;           /* plus d'or — devient ivoire pour les éléments sur fond noir */
  --gold-dark: #6b6b6b;      /* gris foncé pour latin/motto */
  --red: #111111;            /* pulse live → noir, mais animation conservée */
  --green: #111111;
  --grey-line: #e0dccc;      /* filets gris-ivoire */

  /* Typographie */
  --font-serif: 'Cormorant Garamond', Georgia, serif;
  --font-display: 'Playfair Display', serif;
  --font-sans: 'Inter', sans-serif;

  /* Espacements */
  --gap-xs: 8px;
  --gap-s: 14px;
  --gap-m: 24px;
  --gap-l: 36px;
  --gap-xl: 56px;

  /* Layout */
  --max: 1180px;
}

/* ---------- RESET ---------- */
* { box-sizing: border-box; margin: 0; padding: 0; }
img { max-width: 100%; display: block; }
a { color: inherit; }
button { font: inherit; cursor: pointer; }

body {
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-serif);
  font-size: 17px;
  line-height: 1.55;
  padding: 32px 24px 80px;
}

.paper {
  max-width: var(--max);
  margin: 0 auto;
  background: var(--paper);
  padding: 28px 40px;
  box-shadow: 0 1px 0 rgba(0,0,0,0.05), 0 30px 60px -30px rgba(0,0,0,0.15);
  border: 1px solid rgba(26,26,26,0.08);
}

/* ---------- NAV GLOBALE (en-tête) ---------- */
.global-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0 14px;
  border-bottom: 1px solid var(--ink);
  font-family: var(--font-sans);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--ink-soft);
  flex-wrap: wrap;
  gap: 10px;
}
.global-nav .left,
.global-nav .right { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.global-nav a { color: var(--ink-soft); text-decoration: none; }
.global-nav a:hover { color: var(--ink); }
.global-nav a.active { color: var(--ink); font-weight: 600; border-bottom: 1px solid var(--ink); padding-bottom: 2px; }
.global-nav .lang { color: var(--ink); font-weight: 600; }
.global-nav .radio-live-link {
  color: var(--ink);
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}
.global-nav .radio-live-link::before {
  content: "●";
  color: var(--ink);
  font-size: 10px;
  animation: pulse-dot 1.6s infinite;
}
@keyframes pulse-dot {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.3; }
}

/* ---------- MASTHEAD ---------- */
.masthead {
  text-align: center;
  padding: 28px 0 16px;
  border-bottom: 3px double var(--ink);
}
.masthead .eyebrow {
  font-family: var(--font-sans);
  font-size: 10px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--ink-soft);
  margin-bottom: 8px;
}
.masthead h1 {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 86px;
  letter-spacing: -0.02em;
  line-height: 1;
}
.masthead h1 .accent-word {
  font-style: italic;
  font-weight: 400;
  color: var(--accent);
  letter-spacing: 0.04em;
  font-size: 62px;
}
.masthead .tagline {
  font-style: italic;
  font-size: 17px;
  color: var(--ink-soft);
  margin-top: 10px;
  letter-spacing: 0.02em;
}
.masthead .chinese {
  font-family: var(--font-display);
  font-size: 14px;
  margin-top: 4px;
  color: var(--ink-soft);
  letter-spacing: 0.4em;
}

/* ---------- DATELINE ---------- */
.dateline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: var(--font-sans);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  padding: 10px 0;
  border-bottom: 1px solid var(--ink);
  color: var(--ink-soft);
}
.dateline .center { text-align: center; flex: 1; font-weight: 600; color: var(--ink); }
.ai-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--ink);
  color: var(--paper);
  padding: 4px 10px;
  font-size: 10px;
  letter-spacing: 0.2em;
}
.ai-badge::before {
  content: "●";
  color: var(--gold);
  font-size: 8px;
}

/* ---------- SUB-NAV (rubriques) ---------- */
.subnav {
  padding: 14px 0;
  border-bottom: 1px solid var(--ink);
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  align-items: center;
  font-family: var(--font-display);
  font-size: 17px;
  font-style: italic;
}
.subnav a { color: var(--ink); text-decoration: none; border-bottom: 1px solid transparent; padding-bottom: 2px; }
.subnav a:hover, .subnav a.active { border-bottom-color: var(--accent); color: var(--accent); }

/* ---------- SECTION HEADERS ---------- */
.section-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding: 28px 0 12px;
  border-bottom: 1px solid var(--ink);
  margin-bottom: 20px;
  gap: 14px;
  flex-wrap: wrap;
}
.section-head h2 {
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.01em;
}
.section-head .meta {
  font-family: var(--font-sans);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--ink-soft);
}

.kicker {
  font-family: var(--font-sans);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: var(--accent);
  font-weight: 600;
  margin-bottom: 6px;
  display: block;
}

/* ---------- GRID & LAYOUTS ---------- */
.grid-2 { display: grid; grid-template-columns: 2.4fr 1fr; gap: 32px; padding: 28px 0; border-bottom: 1px solid var(--ink); }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; padding: 28px 0; border-bottom: 1px solid var(--ink); }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; padding: 28px 0; border-bottom: 1px solid var(--ink); }
.grid-2-equal { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; padding: 28px 0; }

/* ---------- LEAD ARTICLE ---------- */
.lead h2 {
  font-family: var(--font-display);
  font-size: 44px;
  line-height: 1.05;
  font-weight: 700;
  letter-spacing: -0.01em;
  margin-bottom: 12px;
}
.lead .deck {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 21px;
  color: var(--ink-soft);
  line-height: 1.4;
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(26,26,26,0.2);
}
.lead .byline,
.byline {
  font-family: var(--font-sans);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--ink-soft);
  margin-bottom: 16px;
}
.byline strong { color: var(--ink); }
.lead-body {
  columns: 2;
  column-gap: 28px;
  column-rule: 1px solid rgba(26,26,26,0.15);
  font-size: 16px;
  text-align: justify;
  hyphens: auto;
}
.lead-body p { margin-bottom: 12px; }
.lead-body p:first-child::first-letter {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 64px;
  line-height: 0.85;
  float: left;
  padding: 6px 8px 0 0;
  color: var(--ink);
}

/* ---------- ARTICLE CARDS ---------- */
.card { padding-right: 28px; border-right: 1px solid rgba(26,26,26,0.15); }
.card:last-child { border-right: none; padding-right: 0; }
.card h3 {
  font-family: var(--font-display);
  font-size: 24px;
  line-height: 1.1;
  font-weight: 700;
  margin-bottom: 10px;
}
.card p {
  font-size: 15px;
  color: var(--ink-soft);
  margin-bottom: 8px;
  text-align: justify;
}
.card .read-time {
  font-family: var(--font-sans);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--ink-soft);
}

/* Sidebar panels */
.panel {
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid rgba(26,26,26,0.2);
}
.panel:last-child { border: none; margin-bottom: 0; }
.panel h3 {
  font-family: var(--font-display);
  font-size: 22px;
  line-height: 1.15;
  font-weight: 700;
  margin-bottom: 8px;
}
.panel p { color: var(--ink-soft); margin-bottom: 8px; font-size: 15px; }

/* ---------- AI TRANSPARENCY BANNER ---------- */
.ai-banner {
  background: var(--ink);
  color: var(--paper);
  padding: 18px 24px;
  margin: 28px 0;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 28px;
  align-items: center;
}
.ai-banner .ico {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 38px;
  line-height: 1;
  color: var(--gold);
}
.ai-banner h4 {
  font-family: var(--font-sans);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  color: var(--gold);
  margin-bottom: 4px;
}
.ai-banner p {
  font-family: var(--font-serif);
  font-size: 16px;
  font-style: italic;
  line-height: 1.4;
  color: var(--paper);
}
.ai-banner .more {
  font-family: var(--font-sans);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--gold);
  border: 1px solid var(--gold);
  padding: 8px 14px;
  text-decoration: none;
  white-space: nowrap;
}

/* ---------- RADIO STRIP (sur la une) ---------- */
.radio-strip {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  border: 1px solid var(--ink);
  margin-bottom: 8px;
}
.radio-live {
  background: var(--ink);
  color: var(--paper);
  padding: 28px 32px;
}
.live-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-sans);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  color: var(--gold);
  margin-bottom: 14px;
}
.pulse {
  width: 8px; height: 8px;
  background: var(--paper-warm);
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(244,241,234,0.8);
  animation: pulse 1.6s infinite;
}
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(244,241,234,0.8); }
  70% { box-shadow: 0 0 0 10px rgba(244,241,234,0); }
  100% { box-shadow: 0 0 0 0 rgba(244,241,234,0); }
}
.now-playing-label {
  font-family: var(--font-sans);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: rgba(245,241,232,0.6);
  margin-bottom: 6px;
}
.now-playing-title {
  font-family: var(--font-display);
  font-size: 34px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 4px;
}
.now-playing-sub {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 17px;
  color: rgba(245,241,232,0.85);
  margin-bottom: 18px;
}
.wave { display: flex; align-items: flex-end; gap: 3px; height: 28px; margin-bottom: 20px; }
.wave span { width: 3px; background: var(--gold); border-radius: 1px; animation: bounce 1.4s infinite ease-in-out; }
.wave span:nth-child(1)  { height: 30%; animation-delay: 0s; }
.wave span:nth-child(2)  { height: 60%; animation-delay: 0.1s; }
.wave span:nth-child(3)  { height: 90%; animation-delay: 0.2s; }
.wave span:nth-child(4)  { height: 50%; animation-delay: 0.3s; }
.wave span:nth-child(5)  { height: 80%; animation-delay: 0.4s; }
.wave span:nth-child(6)  { height: 40%; animation-delay: 0.5s; }
.wave span:nth-child(7)  { height: 70%; animation-delay: 0.6s; }
.wave span:nth-child(8)  { height: 95%; animation-delay: 0.7s; }
.wave span:nth-child(9)  { height: 55%; animation-delay: 0.8s; }
.wave span:nth-child(10) { height: 75%; animation-delay: 0.9s; }
.wave span:nth-child(11) { height: 35%; animation-delay: 1.0s; }
.wave span:nth-child(12) { height: 65%; animation-delay: 1.1s; }
.wave span:nth-child(13) { height: 85%; animation-delay: 0.05s; }
.wave span:nth-child(14) { height: 45%; animation-delay: 0.15s; }
.wave span:nth-child(15) { height: 70%; animation-delay: 0.25s; }
.wave span:nth-child(16) { height: 60%; animation-delay: 0.35s; }
.wave span:nth-child(17) { height: 90%; animation-delay: 0.45s; }
.wave span:nth-child(18) { height: 50%; animation-delay: 0.55s; }
@keyframes bounce {
  0%, 100% { transform: scaleY(0.4); opacity: 0.5; }
  50% { transform: scaleY(1); opacity: 1; }
}
.radio-actions { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.radio-cta {
  font-family: var(--font-sans);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  background: var(--gold);
  color: var(--ink);
  padding: 12px 22px;
  text-decoration: none;
  font-weight: 600;
}
.radio-link {
  font-family: var(--font-sans);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: rgba(245,241,232,0.9);
  text-decoration: none;
  border-bottom: 1px solid rgba(245,241,232,0.4);
  padding-bottom: 2px;
}
.radio-next { background: var(--paper-warm); padding: 28px 32px; }
.schedule-mini { list-style: none; padding: 0; }
.schedule-mini li {
  display: grid;
  grid-template-columns: 60px 1fr auto;
  gap: 14px;
  padding: 10px 0;
  border-bottom: 1px dotted rgba(26,26,26,0.25);
  font-size: 15px;
  align-items: baseline;
}
.schedule-mini li:last-child { border-bottom: none; }
.schedule-mini .time { font-family: var(--font-display); font-weight: 700; font-size: 18px; color: var(--ink); }
.schedule-mini .prog { font-family: var(--font-serif); font-style: italic; color: var(--ink); }
.schedule-mini .lang { font-family: var(--font-sans); font-size: 9px; text-transform: uppercase; letter-spacing: 0.18em; color: var(--ink-soft); }

/* ---------- RADIO PLAYER (page Radio) ---------- */
.player {
  background: var(--ink);
  color: var(--paper);
  padding: 44px 48px;
  margin: 28px 0;
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 48px;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.player::before {
  content: "";
  position: absolute;
  top: 0; right: 0;
  width: 220px; height: 100%;
  background: radial-gradient(circle at center, rgba(244,241,234,0.12), transparent 70%);
  pointer-events: none;
}
.player-info { position: relative; z-index: 2; }
.player-info h2 {
  font-family: var(--font-display);
  font-size: 56px;
  font-weight: 700;
  line-height: 1.05;
  margin-bottom: 8px;
  letter-spacing: -0.01em;
}
.player-info .sub {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 21px;
  color: rgba(245,241,232,0.85);
  margin-bottom: 22px;
}
.player-controls { display: flex; align-items: center; gap: 22px; }
.play-btn {
  width: 72px; height: 72px;
  border-radius: 50%;
  background: var(--gold);
  color: var(--ink);
  border: none;
  font-size: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s;
}
.play-btn:hover { transform: scale(1.05); }
.control-meta {
  font-family: var(--font-sans);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: rgba(245,241,232,0.6);
}
.control-meta .listeners { color: var(--gold); font-weight: 600; margin-right: 6px; }
.wave-big {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 5px;
  height: 140px;
  position: relative;
  z-index: 2;
}
.wave-big span { width: 5px; background: var(--gold); border-radius: 2px; animation: bounce 1.6s infinite ease-in-out; opacity: 0.85; }

/* ---------- STRIP STATS ---------- */
.strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--ink);
  background: var(--paper-warm);
}
.strip > div { padding: 18px 22px; border-right: 1px solid rgba(26,26,26,0.15); }
.strip > div:last-child { border-right: none; }
.strip .label {
  font-family: var(--font-sans);
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: var(--ink-soft);
  margin-bottom: 4px;
}
.strip .value { font-family: var(--font-display); font-size: 22px; font-weight: 700; line-height: 1.1; }
.strip .sub { font-family: var(--font-serif); font-style: italic; font-size: 14px; color: var(--ink-soft); margin-top: 2px; }

/* ---------- TIERS (paywall) ---------- */
.tiers {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  padding: 28px 0;
  border-bottom: 1px solid var(--ink);
}
.tier {
  border: 1px solid var(--ink);
  padding: 28px 24px;
  background: var(--paper);
  display: flex;
  flex-direction: column;
}
.tier.featured { background: var(--ink); color: var(--paper); }
.tier.featured h3, .tier.featured .price, .tier.featured .price-currency { color: var(--paper); }
.tier .level {
  font-family: var(--font-sans);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  color: var(--accent);
  margin-bottom: 8px;
}
.tier.featured .level { color: var(--gold); }
.tier h3 { font-family: var(--font-display); font-size: 30px; font-weight: 700; margin-bottom: 6px; }
.tier .chinese { font-family: var(--font-display); font-size: 14px; color: var(--ink-soft); letter-spacing: 0.3em; margin-bottom: 16px; }
.tier.featured .chinese { color: rgba(245,241,232,0.6); }
.tier .price { font-family: var(--font-display); font-size: 44px; font-weight: 700; line-height: 1; margin-bottom: 4px; }
.tier .price-currency { font-size: 22px; font-weight: 400; color: var(--ink-soft); }
.tier .price-period {
  font-family: var(--font-sans);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--ink-soft);
  margin-bottom: 16px;
}
.tier.featured .price-period { color: rgba(245,241,232,0.7); }
.tier ul { list-style: none; padding: 0; margin-bottom: 20px; flex: 1; }
.tier li { font-size: 15px; padding: 6px 0; border-bottom: 1px dotted rgba(26,26,26,0.2); }
.tier.featured li { border-bottom-color: rgba(245,241,232,0.2); }
.tier li::before { content: "— "; color: var(--accent); }
.tier.featured li::before { color: var(--gold); }
.tier .cta {
  font-family: var(--font-sans);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  text-align: center;
  padding: 12px;
  border: 1px solid var(--ink);
  background: transparent;
  color: var(--ink);
  text-decoration: none;
  display: block;
}
.tier.featured .cta { background: var(--gold); border-color: var(--gold); color: var(--ink); font-weight: 600; }

/* ---------- CHANNELS / DIFFUSION ---------- */
.diffusion { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; padding-bottom: 28px; border-bottom: 1px solid var(--ink); }
.channel { border: 1px solid var(--ink); padding: 18px 18px 14px; background: var(--paper-warm); }
.channel .name { font-family: var(--font-display); font-size: 22px; font-weight: 700; margin-bottom: 4px; }
.channel .lang {
  font-family: var(--font-sans);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--accent);
  margin-bottom: 12px;
}
.channel .metric { font-family: var(--font-display); font-size: 32px; font-weight: 700; line-height: 1; }
.channel .label {
  font-family: var(--font-sans);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--ink-soft);
  margin-top: 4px;
}

/* ---------- SCHEDULE TABLE (radio) ---------- */
.schedule { background: var(--paper); border: 1px solid var(--ink); overflow-x: auto; }
.schedule table { width: 100%; border-collapse: collapse; min-width: 760px; }
.schedule th, .schedule td {
  text-align: left;
  padding: 14px 16px;
  border-bottom: 1px solid rgba(26,26,26,0.1);
  border-right: 1px solid rgba(26,26,26,0.1);
  vertical-align: top;
  font-size: 14px;
}
.schedule th {
  background: var(--ink);
  color: var(--paper);
  font-family: var(--font-sans);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 500;
}
.schedule th:last-child, .schedule td:last-child { border-right: none; }
.schedule td.time {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 15px;
  background: var(--paper-warm);
  white-space: nowrap;
  width: 90px;
}
.schedule td .pname { font-family: var(--font-serif); font-style: italic; color: var(--ink); font-size: 15px; display: block; margin-bottom: 2px; }
.schedule td .ptag { font-family: var(--font-sans); font-size: 9px; text-transform: uppercase; letter-spacing: 0.18em; color: var(--ink-soft); }
.schedule td.empty { color: rgba(26,26,26,0.3); font-style: italic; }
.schedule td.live-cell { background: var(--paper-deep); border-left: 3px solid var(--ink); }
.schedule td.live-cell .pname { font-weight: 700; font-style: normal; }

/* ---------- SHOWS (radio cards) ---------- */
.shows { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-bottom: 8px; }
.show { background: var(--paper); border: 1px solid var(--ink); padding: 26px 26px 22px; display: flex; flex-direction: column; }
.show.featured { background: var(--paper-warm); }
.show .slot {
  font-family: var(--font-sans);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: var(--accent);
  font-weight: 600;
  margin-bottom: 8px;
}
.show h3 { font-family: var(--font-display); font-size: 28px; line-height: 1.1; font-weight: 700; margin-bottom: 4px; }
.show .chinese { font-family: var(--font-display); font-size: 13px; color: var(--ink-soft); letter-spacing: 0.3em; margin-bottom: 14px; }
.show .deck { font-style: italic; color: var(--ink-soft); font-size: 16px; margin-bottom: 14px; line-height: 1.4; }
.show .host {
  font-family: var(--font-sans);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--ink-soft);
  margin-bottom: 18px;
  padding-bottom: 14px;
  border-bottom: 1px dotted rgba(26,26,26,0.2);
}
.show .host strong { color: var(--ink); }
.show .listen { margin-top: auto; display: flex; justify-content: space-between; align-items: center; gap: 10px; }
.show .play {
  font-family: var(--font-sans);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  background: var(--ink);
  color: var(--paper);
  padding: 10px 16px;
  text-decoration: none;
  font-weight: 500;
}
.show .ondemand { font-family: var(--font-sans); font-size: 10px; text-transform: uppercase; letter-spacing: 0.18em; color: var(--ink-soft); }

/* ---------- HOSTS ---------- */
.hosts { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.host-card { border: 1px solid var(--ink); padding: 22px; text-align: center; }
.host-card .avatar {
  width: 80px; height: 80px;
  background: var(--paper-warm);
  border: 1px solid var(--ink);
  border-radius: 50%;
  margin: 0 auto 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-size: 32px;
  font-weight: 700;
  color: var(--ink);
}
.host-card .name { font-family: var(--font-display); font-size: 19px; font-weight: 700; margin-bottom: 4px; }
.host-card .role {
  font-family: var(--font-sans);
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--accent);
  margin-bottom: 10px;
}
.host-card .bio { font-size: 14px; color: var(--ink-soft); line-height: 1.45; }

/* ---------- PODCASTS ---------- */
.podcasts { display: grid; grid-template-columns: repeat(2, 1fr); border: 1px solid var(--ink); }
.pod { padding: 20px 24px; border-right: 1px solid rgba(26,26,26,0.15); border-bottom: 1px solid rgba(26,26,26,0.15); display: grid; grid-template-columns: 50px 1fr auto; gap: 18px; align-items: center; }
.pod:nth-child(2n) { border-right: none; }
.pod:nth-last-child(-n+2) { border-bottom: none; }
.pod .num { font-family: var(--font-display); font-style: italic; font-size: 30px; color: var(--accent); text-align: center; }
.pod h4 { font-family: var(--font-display); font-size: 18px; font-weight: 700; margin-bottom: 2px; }
.pod p { font-size: 14px; color: var(--ink-soft); font-style: italic; }
.pod .duration { font-family: var(--font-sans); font-size: 11px; text-transform: uppercase; letter-spacing: 0.15em; color: var(--ink-soft); padding-left: 14px; border-left: 1px solid rgba(26,26,26,0.2); }

/* ---------- PRINCIPLES / MANIFESTO ---------- */
.principles { padding: 32px 0; display: grid; grid-template-columns: 1fr 2fr; gap: 40px; border-bottom: 3px double var(--ink); }
.principles h2 { font-family: var(--font-display); font-size: 36px; font-weight: 700; line-height: 1.05; }
.principles .latin { font-style: italic; color: var(--gold-dark); font-size: 18px; margin-top: 8px; }
.principles-body { columns: 2; column-gap: 28px; font-size: 16px; line-height: 1.6; }
.principles-body p { margin-bottom: 12px; text-align: justify; }
.principles-body strong { color: var(--ink); }

/* ---------- BREADCRUMB ---------- */
.crumb {
  padding: 14px 0;
  font-family: var(--font-sans);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--ink-soft);
  border-bottom: 1px solid rgba(26,26,26,0.15);
  margin-bottom: 20px;
}
.crumb a { color: var(--ink-soft); text-decoration: none; }
.crumb a:hover { color: var(--ink); }
.crumb .sep { color: var(--accent); margin: 0 8px; }
.crumb .current { color: var(--ink); }

/* ---------- ARTICLE PAGE ---------- */
.article-head {
  padding: 36px 0 24px;
  border-bottom: 1px solid var(--ink);
  max-width: 880px;
  margin: 0 auto;
}
.article-head h1 {
  font-family: var(--font-display);
  font-size: 56px;
  line-height: 1.05;
  font-weight: 700;
  letter-spacing: -0.015em;
  margin: 14px 0;
}
.article-head .deck {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 23px;
  color: var(--ink-soft);
  line-height: 1.4;
  margin-bottom: 18px;
}
.article-head .meta-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  padding-top: 14px;
  border-top: 1px solid rgba(26,26,26,0.2);
}
.article-body { max-width: 720px; margin: 0 auto; padding: 36px 0; font-size: 19px; line-height: 1.7; }
.article-body p { margin-bottom: 22px; text-align: justify; hyphens: auto; }
.article-body p:first-of-type::first-letter {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 78px;
  line-height: 0.85;
  float: left;
  padding: 8px 12px 0 0;
  color: var(--ink);
}
.article-body h2 {
  font-family: var(--font-display);
  font-size: 32px;
  font-weight: 700;
  margin: 38px 0 18px;
  letter-spacing: -0.01em;
}
.article-body blockquote {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 26px;
  line-height: 1.35;
  color: var(--ink);
  border-left: 3px solid var(--accent);
  padding-left: 28px;
  margin: 32px 0;
  color: var(--ink-soft);
}
.article-body figure { margin: 32px -40px; }
.article-body figure .placeholder {
  width: 100%;
  aspect-ratio: 16 / 9;
  background: var(--paper-warm);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-style: italic;
  font-size: 18px;
  color: var(--ink-soft);
  border: 1px solid var(--ink);
  position: relative;
}
.article-body figure .placeholder::before {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px solid var(--ink);
  opacity: 0.18;
  pointer-events: none;
}
.article-body figure .placeholder::after {
  content: "✣";
  position: absolute;
  font-style: normal;
  font-size: 32px;
  color: var(--ink);
  opacity: 0.35;
  top: 50%;
  left: 50%;
  transform: translate(-50%, calc(-50% - 28px));
}
.article-body figcaption {
  font-family: var(--font-sans);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--ink-soft);
  margin-top: 8px;
  padding: 0 40px;
}

.share-bar {
  display: flex;
  gap: 14px;
  padding: 24px 0;
  border-top: 1px solid rgba(26,26,26,0.2);
  border-bottom: 1px solid rgba(26,26,26,0.2);
  max-width: 720px;
  margin: 24px auto;
  align-items: center;
}
.share-bar .label {
  font-family: var(--font-sans);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: var(--ink-soft);
  margin-right: auto;
}
.share-bar a {
  font-family: var(--font-sans);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--ink);
  border: 1px solid var(--ink);
  padding: 8px 14px;
  text-decoration: none;
}

/* Linked podcast inside article */
.linked-pod {
  background: var(--ink);
  color: var(--paper);
  padding: 22px 26px;
  margin: 32px auto;
  max-width: 720px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 22px;
  align-items: center;
}
.linked-pod .ico { font-family: var(--font-display); font-style: italic; font-size: 36px; color: var(--gold); }
.linked-pod .label { font-family: var(--font-sans); font-size: 9px; text-transform: uppercase; letter-spacing: 0.25em; color: var(--gold); margin-bottom: 4px; }
.linked-pod h4 { font-family: var(--font-display); font-size: 22px; font-weight: 700; }
.linked-pod .meta { font-family: var(--font-sans); font-size: 10px; text-transform: uppercase; letter-spacing: 0.18em; color: rgba(245,241,232,0.6); margin-top: 4px; }
.linked-pod .play-btn { width: 56px; height: 56px; font-size: 20px; }

/* ---------- FORM ---------- */
.form-card {
  background: var(--paper-warm);
  border: 1px solid var(--ink);
  padding: 32px;
  max-width: 540px;
  margin: 0 auto;
}
.form-card h3 { font-family: var(--font-display); font-size: 26px; font-weight: 700; margin-bottom: 12px; }
.form-card p { font-style: italic; color: var(--ink-soft); margin-bottom: 22px; }
.form-row { margin-bottom: 16px; }
.form-row label {
  font-family: var(--font-sans);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--ink-soft);
  display: block;
  margin-bottom: 6px;
}
.form-row input,
.form-row select,
.form-row textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--ink);
  background: var(--paper);
  font-family: var(--font-serif);
  font-size: 16px;
  color: var(--ink);
}
.form-row input:focus,
.form-row select:focus,
.form-row textarea:focus { outline: 2px solid var(--gold); outline-offset: -2px; }
.btn-primary {
  font-family: var(--font-sans);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  background: var(--ink);
  color: var(--paper);
  padding: 14px 24px;
  border: 1px solid var(--ink);
  text-decoration: none;
  display: inline-block;
  font-weight: 600;
}
.btn-primary:hover { background: var(--accent); border-color: var(--accent); }
.btn-secondary {
  font-family: var(--font-sans);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  background: transparent;
  color: var(--ink);
  padding: 14px 24px;
  border: 1px solid var(--ink);
  text-decoration: none;
  display: inline-block;
}
.btn-gold {
  /* Charte N&B : ancien CTA "or" devient un bouton plein noir / inversé */
  font-family: var(--font-sans);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  background: var(--ink);
  color: var(--paper);
  padding: 14px 24px;
  border: 2px solid var(--ink);
  text-decoration: none;
  display: inline-block;
  font-weight: 700;
  transition: all 0.15s;
}
.btn-gold:hover {
  background: var(--paper);
  color: var(--ink);
}

/* ---------- FAQ ---------- */
.faq { padding: 28px 0; border-bottom: 1px solid var(--ink); }
.faq details {
  border-bottom: 1px solid rgba(26,26,26,0.2);
  padding: 18px 0;
}
.faq details:last-child { border-bottom: none; }
.faq summary {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq summary::after { content: "+"; color: var(--accent); font-weight: 400; font-size: 28px; transition: transform 0.2s; }
.faq details[open] summary::after { content: "−"; }
.faq details p { margin-top: 12px; color: var(--ink-soft); font-size: 16px; line-height: 1.55; }

/* ---------- MECENES (logos / cartouches) ---------- */
.patrons {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border: 1px solid var(--ink);
}
.patron {
  padding: 28px;
  border-right: 1px solid rgba(26,26,26,0.15);
  border-bottom: 1px solid rgba(26,26,26,0.15);
  text-align: center;
}
.patron:nth-child(4n) { border-right: none; }
.patron:nth-last-child(-n+4) { border-bottom: none; }
.patron .lvl {
  font-family: var(--font-sans);
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  color: var(--gold-dark);
  margin-bottom: 8px;
}
.patron .name { font-family: var(--font-display); font-size: 19px; font-weight: 700; }
.patron .since { font-family: var(--font-serif); font-style: italic; color: var(--ink-soft); font-size: 13px; margin-top: 4px; }

/* ---------- SEARCH ---------- */
.search-hero {
  padding: 48px 0;
  text-align: center;
  border-bottom: 1px solid var(--ink);
}
.search-hero h1 {
  font-family: var(--font-display);
  font-size: 52px;
  font-weight: 700;
  margin-bottom: 18px;
  letter-spacing: -0.01em;
}
.search-box {
  display: flex;
  max-width: 640px;
  margin: 0 auto;
  border: 2px solid var(--ink);
}
.search-box input {
  flex: 1;
  padding: 18px 22px;
  border: none;
  background: var(--paper);
  font-family: var(--font-serif);
  font-size: 20px;
  color: var(--ink);
}
.search-box input:focus { outline: none; background: var(--paper-warm); }
.search-box button {
  background: var(--ink);
  color: var(--paper);
  border: none;
  padding: 0 28px;
  font-family: var(--font-sans);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-weight: 600;
}
.search-filters {
  display: flex;
  justify-content: center;
  gap: 22px;
  margin-top: 18px;
  flex-wrap: wrap;
}
.search-filters a {
  font-family: var(--font-sans);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--ink-soft);
  text-decoration: none;
  padding-bottom: 4px;
  border-bottom: 1px solid transparent;
}
.search-filters a.active { color: var(--ink); border-bottom-color: var(--accent); }

.results { padding: 24px 0; }
.result {
  padding: 22px 0;
  border-bottom: 1px solid rgba(26,26,26,0.15);
  display: grid;
  grid-template-columns: 90px 1fr auto;
  gap: 22px;
  align-items: baseline;
}
.result .type {
  font-family: var(--font-sans);
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: var(--accent);
  padding-top: 6px;
}
.result h3 { font-family: var(--font-display); font-size: 22px; font-weight: 700; margin-bottom: 4px; }
.result p { color: var(--ink-soft); font-size: 15px; font-style: italic; }
.result .date {
  font-family: var(--font-sans);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--ink-soft);
  white-space: nowrap;
}

/* ---------- ESPACE MEMBRE ---------- */
.member-dash { display: grid; grid-template-columns: 1fr 2fr; gap: 32px; padding: 28px 0; }
.member-side { background: var(--paper-warm); border: 1px solid var(--ink); padding: 24px; }
.member-side .name { font-family: var(--font-display); font-size: 22px; font-weight: 700; margin-bottom: 4px; }
.member-side .tier-badge {
  display: inline-block;
  font-family: var(--font-sans);
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  background: var(--ink);
  color: var(--paper);
  padding: 4px 10px;
  margin-bottom: 14px;
}
.member-side ul { list-style: none; padding: 0; margin-top: 14px; border-top: 1px solid rgba(26,26,26,0.2); padding-top: 14px; }
.member-side li { padding: 8px 0; font-size: 15px; }
.member-side li a { color: var(--ink); text-decoration: none; }
.member-side li a:hover { color: var(--accent); }

.dash-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.dash-card {
  background: var(--paper);
  border: 1px solid var(--ink);
  padding: 22px;
}
.dash-card .stat-label {
  font-family: var(--font-sans);
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: var(--ink-soft);
  margin-bottom: 6px;
}
.dash-card .stat-value {
  font-family: var(--font-display);
  font-size: 38px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 4px;
}
.dash-card .stat-meta { font-family: var(--font-serif); font-style: italic; color: var(--ink-soft); font-size: 14px; }

/* ---------- VOIX (profil auteur) ---------- */
.voice-header {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 36px;
  padding: 36px 0;
  border-bottom: 1px solid var(--ink);
  align-items: center;
}
.voice-avatar {
  width: 180px; height: 180px;
  background: var(--paper-warm);
  border: 1px solid var(--ink);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-size: 72px;
  font-weight: 700;
}
.voice-meta h1 { font-family: var(--font-display); font-size: 48px; font-weight: 700; margin-bottom: 6px; letter-spacing: -0.01em; }
.voice-meta .role {
  font-family: var(--font-sans);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: var(--accent);
  margin-bottom: 14px;
}
.voice-meta .bio { font-size: 18px; font-style: italic; color: var(--ink-soft); line-height: 1.5; margin-bottom: 14px; }
.voice-meta .langs {
  font-family: var(--font-sans);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: var(--ink-soft);
}

/* ---------- FOOTER ---------- */
footer.global-footer {
  padding-top: 28px;
  margin-top: 12px;
  border-top: 3px double var(--ink);
  font-family: var(--font-sans);
  font-size: 11px;
  color: var(--ink-soft);
  letter-spacing: 0.05em;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 14px;
}
footer.global-footer .col strong {
  color: var(--ink);
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 10px;
  display: block;
  margin-bottom: 6px;
}

/* ---------- HERO PAGE TITLES ---------- */
.page-hero {
  padding: 48px 0 32px;
  border-bottom: 3px double var(--ink);
  text-align: center;
}
.page-hero .eyebrow {
  font-family: var(--font-sans);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  color: var(--accent);
  margin-bottom: 12px;
}
.page-hero h1 {
  font-family: var(--font-display);
  font-size: 64px;
  font-weight: 700;
  letter-spacing: -0.015em;
  line-height: 1.05;
}
.page-hero .deck {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 22px;
  color: var(--ink-soft);
  margin-top: 14px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.4;
}

/* ---------- LATIN MOTTO ---------- */
.motto {
  font-family: var(--font-display);
  font-style: italic;
  color: var(--gold-dark);
  font-size: 18px;
}

/* ---------- IMAGES (charte N&B) ---------- */
.aion-photo {
  display: block;
  width: 100%;
  height: auto;
  filter: grayscale(100%) contrast(1.05);
  border: 1px solid var(--ink);
}
.aion-photo-frame {
  border: 1px solid var(--ink);
  padding: 6px;
  background: var(--paper-warm);
  position: relative;
}
.aion-photo-frame img {
  display: block;
  width: 100%;
  height: auto;
  filter: grayscale(100%) contrast(1.05);
}
.aion-photo-frame figcaption {
  font-family: var(--font-sans);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--ink-soft);
  padding: 8px 4px 0;
}

/* ---------- TAGS / CHIPS ---------- */
.chip {
  display: inline-block;
  font-family: var(--font-sans);
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--ink);
  border: 1px solid var(--ink);
  padding: 4px 10px;
  margin-right: 6px;
}
.chip.gold { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.chip.dark { background: var(--ink); color: var(--paper); border-color: var(--ink); }

/* ---------- LIST OF ARTICLES (rubrique) ---------- */
.article-list { padding: 28px 0; }
.article-list .item {
  display: grid;
  grid-template-columns: 200px 1fr auto;
  gap: 32px;
  padding: 26px 0;
  border-bottom: 1px solid rgba(26,26,26,0.2);
  align-items: start;
}
.article-list .item .img-placeholder {
  width: 200px;
  aspect-ratio: 4 / 3;
  background: var(--paper-warm);
  border: 1px solid var(--ink);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-style: italic;
  font-size: 14px;
  color: var(--ink-soft);
  position: relative;
  overflow: hidden;
}
.article-list .item .img-placeholder::before {
  content: "";
  position: absolute;
  inset: 8px;
  border: 1px solid var(--ink);
  opacity: 0.15;
}
.article-list .item .img-placeholder::after {
  content: "✣";
  position: absolute;
  font-style: normal;
  font-size: 22px;
  color: var(--ink);
  opacity: 0.32;
  top: 50%;
  left: 50%;
  transform: translate(-50%, calc(-50% - 14px));
}
/* Support pour insérer une vraie image dans l'item — bypass le placeholder */
.article-list .item .img-placeholder img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%) contrast(1.05);
  z-index: 2;
}
.article-list .item h3 { font-family: var(--font-display); font-size: 26px; line-height: 1.15; font-weight: 700; margin-bottom: 8px; }
.article-list .item .deck { font-style: italic; color: var(--ink-soft); font-size: 16px; margin-bottom: 8px; line-height: 1.4; }
.article-list .item .meta {
  font-family: var(--font-sans);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--ink-soft);
}
.article-list .item .read {
  font-family: var(--font-sans);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--accent);
  white-space: nowrap;
}

/* ---------- COVER PAPER (edition papier) ---------- */
.cover-show { padding: 36px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; border-bottom: 1px solid var(--ink); }
.cover-img {
  background: var(--ink);
  color: var(--paper);
  aspect-ratio: 3 / 4;
  padding: 36px 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid var(--ink);
}
.cover-img .crown {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 60px;
  text-align: center;
  letter-spacing: -0.02em;
  line-height: 0.9;
}
.cover-img .issue-title {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 32px;
  line-height: 1.1;
  color: var(--gold);
}
.cover-img .issue-no {
  font-family: var(--font-sans);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  text-align: center;
  color: rgba(245,241,232,0.7);
}

/* ============================================================
   RESPONSIVE — Refonte 2026-05-20 (iPhone + iPad full support)
   Cascade : 1024 → 980 → 720 → 480
   ============================================================ */

/* iPad portrait & smaller laptops */
@media (max-width: 1024px) {
  body { padding: 24px 18px 60px; }
  .paper { padding: 24px 28px; }
  .masthead h1 { font-size: 72px; }
  .page-hero h1 { font-size: 54px; }
}

/* Tablet & large phone landscape (existant raffiné) */
@media (max-width: 980px) {
  .masthead h1 { font-size: 56px; }
  .masthead h1 .accent-word { font-size: 38px; display: block; margin-top: 4px; }
  .article-head h1 { font-size: 38px; }
  .page-hero h1 { font-size: 44px; }

  /* Grids → 1 colonne */
  .grid-2, .grid-3, .grid-4, .grid-2-equal,
  .tiers, .diffusion, .principles, .radio-strip,
  .shows, .hosts, .podcasts,
  .voice-header, .cover-show, .member-dash {
    grid-template-columns: 1fr;
  }
  /* Strip → 2 colonnes (chiffres lisibles) */
  .strip { grid-template-columns: repeat(2, 1fr); }
  .strip > div { border-right: 1px solid rgba(26,26,26,0.15); border-bottom: 1px solid rgba(26,26,26,0.15); padding: 16px 18px; }
  .strip > div:nth-child(2n) { border-right: none; }
  .strip > div:nth-last-child(-n+2) { border-bottom: none; }

  .lead-body, .principles-body { columns: 1; }
  .card { border-right: none; padding-right: 0; padding-bottom: 20px; border-bottom: 1px solid rgba(26,26,26,0.15); }
  .article-list .item { grid-template-columns: 1fr; }
  .article-list .item .img-placeholder { width: 100%; }
  .ai-banner { grid-template-columns: 1fr; text-align: center; }
  .paper { padding: 20px; }
  .player { padding: 28px 24px; gap: 28px; }
  .player-info h2 { font-size: 38px; }
  .patrons { grid-template-columns: repeat(2, 1fr); }
  .patron:nth-child(4n) { border-right: 1px solid rgba(26,26,26,0.15); }
  .patron:nth-child(2n) { border-right: none; }
  .voice-avatar { margin: 0 auto; }
  .voice-header { text-align: center; }
  .article-body figure { margin: 32px 0; }
  .article-body figcaption { padding: 0; }

  /* Nav resserrée */
  .global-nav { font-size: 10px; gap: 8px; }
  .global-nav .left, .global-nav .right { gap: 12px; }
}

/* Large phone / iPad portrait small */
@media (max-width: 720px) {
  body { padding: 16px 12px 48px; }
  .paper { padding: 16px 16px; }
  .masthead h1 { font-size: 44px; }
  .page-hero h1 { font-size: 36px; }
  .page-hero .deck { font-size: 17px; }
  .article-head h1 { font-size: 30px; }

  /* Footer empilé */
  footer.global-footer { flex-direction: column; gap: 18px; }
  footer.global-footer .col { width: 100%; }

  /* Strip resserrée */
  .strip { gap: 0; }
  .strip > div { padding: 14px 12px; }
  .strip .value { font-size: 18px; }
}

/* iPhone (≤480px) */
@media (max-width: 480px) {
  body { padding: 10px 8px 32px; font-size: 16px; }
  .paper { padding: 14px 12px; }
  .masthead h1 { font-size: 34px; line-height: 1; }
  .masthead h1 .accent-word { font-size: 22px; }
  .page-hero { padding: 28px 0 22px; }
  .page-hero h1 { font-size: 28px; line-height: 1.1; }
  .page-hero .deck { font-size: 15px; line-height: 1.45; }
  .page-hero .eyebrow { font-size: 9.5px; letter-spacing: 0.2em; }
  .article-head h1 { font-size: 24px; }

  /* Nav très compacte */
  .global-nav { font-size: 9.5px; gap: 6px; padding: 8px 0 10px; }
  .global-nav .left, .global-nav .right { gap: 9px; }

  /* Strip → 1 colonne */
  .strip { grid-template-columns: 1fr; }
  .strip > div { border-right: none !important; border-bottom: 1px solid rgba(26,26,26,0.15); padding: 12px 10px; text-align: center; }
  .strip > div:last-child { border-bottom: none; }

  /* Player */
  .player { padding: 18px 12px; gap: 14px; }
  .player-info h2 { font-size: 26px; }

  /* Patrons en colonne */
  .patrons { grid-template-columns: 1fr; }
  .patron { border-right: none !important; }

  /* Touch targets — Apple HIG 44×44 min */
  .cta, .btn-primary, button.btn-primary, .b-buy {
    min-height: 44px;
    padding: 12px 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  /* Liens nav tactiles : zone élargie */
  .global-nav a { padding: 4px 0; display: inline-block; }

  /* Forms */
  .form-card { padding: 18px 14px; }
  .form-row input, .form-row select, .form-row textarea {
    font-size: 16px; /* empêche zoom iOS sur focus */
  }
}

/* Hero spécifique Édition (qui a son propre h1 huge dans <style>) */
@media (max-width: 720px) {
  .edition-hero h1 { font-size: 64px !important; }
}
@media (max-width: 480px) {
  .edition-hero h1 { font-size: 44px !important; }
  .edition-hero .deck { font-size: 15px !important; }
  .edition-hero .accent-line { font-size: 14px !important; }
}

/* Boutique / Bibliothèque / Libraires — finitions iPhone */
@media (max-width: 480px) {
  .books, .libraires-grid, .collections { gap: 18px !important; }
  .book-cover .cover-title { font-size: 19px !important; }
  .biblio-item h4 { font-size: 17px !important; }
  .libraire-name { font-size: 17px !important; }
  .credo blockquote { font-size: 20px !important; line-height: 1.4; }
}

/* ============================================================
   iPhone polish — home + cards + panels + articles
   Pass 2 (2026-05-20)
   ============================================================ */

/* Global wrap : empêche les longs mots de déborder */
@media (max-width: 720px) {
  h1, h2, h3, h4, p, a, span, li {
    overflow-wrap: break-word;
    word-wrap: break-word;
  }
}

/* Tablet & smaller */
@media (max-width: 720px) {
  /* Lead article (home) */
  .lead h2 { font-size: 30px; line-height: 1.1; }
  .lead .deck { font-size: 17px; line-height: 1.45; }
  .lead-body p { font-size: 16px; }
  .lead-body p:first-child::first-letter { font-size: 56px; padding: 4px 8px 0 0; }

  /* Sidebar panels */
  aside .panel h3 { font-size: 21px; line-height: 1.18; }
  aside .panel p { font-size: 15px; }

  /* Article cards (grid-3 row) */
  .card h3 { font-size: 22px; line-height: 1.2; }
  .card p { font-size: 15px; }

  /* Masthead */
  .masthead .tagline { font-size: 14px; line-height: 1.4; padding: 0 12px; }
  .masthead .chinese { font-size: 13px; letter-spacing: 0.3em; }

  /* Dateline empilé */
  .dateline { flex-direction: column; gap: 6px; text-align: center; padding: 12px 0; }
  .dateline .center { display: block; }

  /* Kickers + ai-badge */
  .kicker, .ai-badge { font-size: 9.5px; letter-spacing: 0.2em; }
}

/* iPhone */
@media (max-width: 480px) {
  /* Lead article — titres serrés */
  .lead h2 { font-size: 24px; line-height: 1.12; margin-bottom: 10px; }
  .lead .deck { font-size: 15px; line-height: 1.42; }
  .lead .byline { font-size: 11px; letter-spacing: 0.04em; }
  .lead-body p { font-size: 15px; line-height: 1.55; }
  .lead-body p:first-child::first-letter { font-size: 44px; line-height: 0.9; padding: 2px 6px 0 0; }

  /* Sidebar panels */
  aside .panel { padding: 16px 0; border-bottom: 1px solid var(--ink); }
  aside .panel h3 { font-size: 18px; line-height: 1.2; }
  aside .panel p { font-size: 14px; line-height: 1.45; }
  aside .panel a { font-size: 9.5px !important; letter-spacing: 0.15em !important; }

  /* Article cards (grid-3) */
  .card { padding-bottom: 18px; margin-bottom: 4px; }
  .card h3 { font-size: 19px; line-height: 1.18; margin-bottom: 8px; }
  .card p { font-size: 14px; line-height: 1.5; }
  .card .byline, .card .meta { font-size: 10px; }

  /* Masthead AION */
  .masthead { padding: 18px 0 14px; }
  .masthead h1 { font-size: 64px; line-height: 1; letter-spacing: -0.025em; }
  .masthead .tagline { font-size: 13px; line-height: 1.4; padding: 8px 8px 0; margin-top: 6px; }
  .masthead .chinese { font-size: 11px; letter-spacing: 0.25em; margin-top: 4px; }
  .masthead .eyebrow { font-size: 9px; letter-spacing: 0.22em; }

  /* Dateline */
  .dateline { padding: 10px 0; font-size: 10px; letter-spacing: 0.06em; }
  .ai-badge { font-size: 8.5px; padding: 3px 6px; }

  /* Kickers serrés */
  .kicker { font-size: 9px; letter-spacing: 0.18em; }

  /* Grid-2 → 1 col bien serrée */
  .grid-2 { gap: 22px; padding: 16px 0; }

  /* Liens dans articles cliquables — touch target */
  .lead h2 a, .panel h3 a, .card h3 a { padding: 2px 0; display: inline-block; }
}

/* iPhone SE / petits écrans */
@media (max-width: 380px) {
  .masthead h1 { font-size: 52px; }
  .lead h2 { font-size: 22px; }
  aside .panel h3 { font-size: 17px; }
  .card h3 { font-size: 18px; }
  body { padding: 8px 6px 28px; }
  .paper { padding: 10px 8px; }
}
