*{margin:0;padding:0;box-sizing:border-box}
body{font-family:'Palatino Linotype',Palatino,'Book Antiqua',serif;line-height:1.9;color:#2a2a2a;background:#fefefe}
.astro-xzdoGttn{max-width:640px;margin:0 auto;padding:0 20px}
.astro-CtC5RNlv{padding:60px 0 40px;border-bottom:1px solid #ccc;margin-bottom:48px}
.astro-CtC5RNlv h1{font-size:24px;font-weight:400;letter-spacing:-.5px}
.astro-CtC5RNlv p{font-size:14px;color:#777;margin-top:6px;font-style:italic}
.astro-CtC5RNlv a{color:#2a2a2a;text-decoration:none;font-size:24px;font-weight:400;letter-spacing:-.5px}
.astro-BCbCP4oa{padding:20px 0}
.astro-BCbCP4oa h2{font-size:18px;font-weight:400;margin-bottom:4px}
.astro-BCbCP4oa h2 a{color:#2a2a2a;text-decoration:none;border-bottom:1px solid transparent}
.astro-BCbCP4oa h2 a:hover{border-bottom-color:#2a2a2a}
.astro-BCbCP4oa .astro-KtUrvFjb{font-size:12px;color:#aaa;margin-bottom:6px}
.astro-BCbCP4oa p{font-size:14px;color:#666}
.astro-cVs7PgGQ{color:#888;font-size:13px;text-decoration:none}
.astro-cVs7PgGQ:hover{color:#2a2a2a}
.astro-ISjJnF9u{padding-bottom:60px}
.astro-ISjJnF9u h1{font-size:28px;font-weight:400;margin-bottom:8px}
.astro-ISjJnF9u .astro-KtUrvFjb{font-size:12px;color:#aaa;display:block;margin-bottom:32px}
.astro-ISjJnF9u h2{font-size:21px;font-weight:400;margin:40px 0 12px;border-bottom:1px solid #eee;padding-bottom:6px}
.astro-ISjJnF9u h3{font-size:17px;margin:28px 0 8px}
.astro-ISjJnF9u p{margin-bottom:18px;font-size:16px}
.astro-ISjJnF9u ul,.astro-ISjJnF9u ol{margin:0 0 18px 20px}
.astro-ISjJnF9u a{color:#555;border-bottom:1px solid #ccc}
.astro-ISjJnF9u a:hover{color:#000;border-bottom-color:#000}
.astro-ISjJnF9u img{max-width:100%;height:auto;margin:24px 0}
.astro-P25s8bMJ{border-top:1px solid #ddd;padding:20px 0;margin-top:48px;text-align:center;font-size:12px;color:#aaa}
.astro-P25s8bMJ a{color:#aaa;text-decoration:none}
.astro-jmmAWNMD{padding:0 0 16px;margin-bottom:24px;font-size:12px;color:#aaa;font-style:italic;border-bottom:1px solid #eee}
.astro-WLA76Y1M{padding:16px 0 0;margin-top:32px;font-size:11px;color:#999;border-top:1px solid #eee}
.astro-PtLQAbxB{font-size:12px;color:#aaa;margin:-26px 0 32px;font-weight:300}
.astro-GZpyR7wE{margin:0 auto 32px;max-width:720px}
.astro-53YkA2vX{width:100%;height:auto}
.astro-wf4RGLuz{margin-top:40px;padding-top:20px;border-top:1px solid #eee;font-size:14px;color:#888}
.astro-wf4RGLuz em{color:#aaa}
.astro-wf4RGLuz a{color:#555;border-bottom:1px solid #ddd;text-decoration:none}
.astro-pX2kd6DF{padding:24px 0 0;border-top:1px solid #eee;margin-top:24px}
.astro-pX2kd6DF p{padding:3px 0;margin:0;font-size:15px}
.astro-pX2kd6DF a{color:#2a2a2a;text-decoration:none;border-bottom:1px solid transparent}
.astro-pX2kd6DF a:hover{border-bottom-color:#2a2a2a}
/* === Theme === */
:root{--primary:#2B4A6F;--accent:#7A5C3A;--bg:#F2F0EB;--fg:#1C1C1C;--border:#B0A898;--r:3px;--fb:'Crimson Pro';--fh:'Libre Baskerville';--fm:'Archivo';--moment:#B34F2A}
/* === Custom === */
/* Design: Folletos PAMI/ANSES años 90 + Almanaque Peuser/ABA bancario — ge-elder-es */
@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@400;500;600;700&family=Crimson+Pro:ital,wght@0,400;0,600;1,400&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');

:root {
  --primary: #2B4A6F;
  --accent: #7A5C3A;
  --bg: #F2F0EB;
  --fg: #1C1C1C;
  --border: #B0A898;
  --r: 3px;
  --fb: 'Crimson Pro';
  --fh: 'Libre Baskerville';
}

body {
  font-family: var(--fb), system-ui, -apple-system, sans-serif;
  font-size: 17px;
  line-height: 1.8;
  color: var(--fg);
  background-color: var(--bg);
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--fh), Georgia, serif;
  color: var(--primary);
  line-height: 1.3;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  font-weight: 700;
}

h1 {
  font-size: 1.85rem;
  letter-spacing: -0.01em;
}

h2 {
  font-size: 1.45rem;
}

h3 {
  font-size: 1.2rem;
}

h4 {
  font-size: 1.05rem;
}

h5,
h6 {
  font-size: 1rem;
  font-weight: 400;
  color: var(--accent);
}

p {
  margin-top: 0;
  margin-bottom: 1.1em;
  font-size: 17px;
  line-height: 1.82;
}

a {
  color: var(--primary);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.15s ease, color 0.15s ease;
}

a:hover {
  color: var(--accent);
  border-bottom-color: var(--accent);
}

a:visited {
  color: var(--primary);
  opacity: 0.8;
}

ul,
ol {
  padding-left: 1.4em;
  margin-bottom: 1.1em;
}

li {
  margin-bottom: 0.35em;
  line-height: 1.75;
}

blockquote {
  border-left: 3px solid var(--border);
  margin: 1.6em 0 1.6em 0;
  padding: 0.5em 0 0.5em 1.4em;
  font-style: italic;
  color: var(--accent);
  background: transparent;
}

blockquote p {
  margin-bottom: 0.3em;
}

hr {
  border: none;
  border-top: 1px solid var(--border);
  margin: 2em 0;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: var(--r);
  border: 1px solid var(--border);
}

::selection {
  background-color: var(--primary);
  color: var(--bg);
}

nav {
  border-bottom: 1px solid var(--border);
  padding: 0.75em 1.25em;
  background-color: var(--bg);
}

nav a {
  font-family: var(--fh), Georgia, serif;
  font-size: 0.9rem;
  color: var(--primary);
  margin-right: 1.2em;
  border-bottom: none;
}

nav a:hover {
  color: var(--accent);
  border-bottom: none;
}

header {
  padding: 2em 1.25em 1.5em;
  border-bottom: 1px solid var(--border);
  background-color: var(--bg);
}

header h1,
header h2 {
  margin-top: 0;
}

footer {
  border-top: 1px solid var(--border);
  padding: 1.5em 1.25em;
  font-size: 0.88rem;
  color: var(--accent);
  background-color: var(--bg);
  margin-top: 3em;
}

main {
  max-width: 720px;
  margin: 0 auto;
  padding: 1.5em 1.25em 3em;
}

article {
  margin-bottom: 2.5em;
  padding-bottom: 2em;
  border-bottom: 1px solid var(--border);
}

article:last-child {
  border-bottom: none;
}

section {
  margin-bottom: 2em;
}

/* === R2 fixes (2026-06-25T20:00:09.291233+00:00) === */

/* Fix 1: body background — warm off-white reduces night-reading eye strain */
body {
  background-color: #F9F8F5;
}

/* Fix 2: article body text — breathing room for long late-night paragraphs */
article p,
.bld-content p {
  font-size: 17px;
  line-height: 1.8;
}

/* Fix 3: article h2 — clear visual break so readers can scan sections */
article h2,
.bld-content h2 {
  margin-top: 2.5em;
  margin-bottom: 0.5em;
}

/* Fix 4: article h3 — separate subsections from surrounding body text */
article h3,
.bld-content h3 {
  margin-top: 1.8em;
  margin-bottom: 0.4em;
}

/* Fix 5: header tagline — first sentence that tells the reader this is for them */
header p {
  font-size: 1.05rem;
  color: #3A3A3A;
  max-width: 580px;
  line-height: 1.6;
}

/* Fix 6: homepage article cards — subtle separator so list doesn't read as one block */
.astro-BCbCP4oa {
  padding-bottom: 1.8em;
  border-bottom: 1px solid #E8E4DF;
  margin-bottom: 1.8em;
}

/* Fix 7: in-article images — breathing room before the next paragraph */
article img.astro-d07YAsXg {
  margin-bottom: 1.8em;
}

/* === R3 fixes (2026-06-25T20:40:58.619070+00:00) === */

/* Fix 1: homepage card titles — diary-entry scale, not article headlines */
.astro-BCbCP4oa h2,
.astro-BCbCP4oa h2 a {
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.35;
  color: var(--primary);
}

/* Fix 2: homepage card excerpt — differentiated size/color so reader can decide to enter */
.astro-BCbCP4oa p {
  font-size: 0.96rem;
  color: #4A4540;
  line-height: 1.6;
  margin-bottom: 0.5em;
}

/* Fix 3: article section headings — desaturated to match warm cream background temperature */
article h2,
.bld-content h2 {
  color: #2D3F55;
}

/* Fix 4: legal disclaimer aside — footer-note treatment, not alert box */
aside.astro-WLA76Y1M {
  background: transparent;
  border: none;
  border-top: 1px solid #C8C3BB;
  padding: 1.2em 0 0;
  margin-top: 2.2em;
  font-size: 0.87rem;
  color: #6A6460;
  line-height: 1.55;
}

/* Fix 5: site name in header — masthead scale that reads as a real publication title */
header h1 {
  font-size: 2.15rem;
  letter-spacing: -0.02em;
}

/* === R4 fixes (2026-06-25T21:20:26.381071+00:00) === */

/* Fix 1: homepage card dates — smaller/lighter so title is the only prominent element per card */
.astro-BCbCP4oa time,
.astro-BCbCP4oa .post-date,
.astro-BCbCP4oa span[class*='date'] {
  font-size: 0.78rem;
  color: #A09890;
  letter-spacing: 0.05em;
  display: block;
  margin-bottom: 0.25em;
}

/* Fix 2: article section headings — warm dark slate reads in the same register as body text */
article h2,
.bld-content h2 {
  color: #2E3425;
}

/* Fix 3: list items in articles — more air between items for tired late-night reading */
.bld-content li,
article li {
  margin-bottom: 0.55em;
  line-height: 1.82;
}

/* Fix 4: opening paragraph — very slightly larger/darker to signal the diary entry hook */
.bld-content > p:first-of-type {
  font-size: 1.04em;
  color: #1A1410;
}

/* === QA round-1 fixes (2026-07-23T13:20:12+0800) === */
/* Editorial elevation — "Almanaque PAMI / cuaderno del cuidador". Three voices:
   serif-italic display (Libre Baskerville) · serif body (Crimson Pro) ·
   tracked-sans meta (Archivo). Navy #2B4A6F + brown #7A5C3A + cream #F2F0EB,
   with rust #B34F2A as the single "moment" (masthead rule + drop caps only).
   All selectors are :root-prefixed element/structural — no obfuscated classes. */

:root {
  --fm: 'Archivo';
  --moment: #B34F2A;
}

/* restore the confident warm cream (supersedes the near-white R2 tint) */
:root body { background-color: var(--bg); }

/* ---------------------------------------------------------------------------
   MASTHEAD — periodical nameplate over the atmospheric photo
   header holds h1+p (home) or a single <a> (article). Flex-column centres a
   monogram crest, the italic wordmark and the whispered tagline. ------------ */
:root header {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border-bottom: 4px solid var(--accent);
  padding: 64px 24px 44px;
  background-image:
    linear-gradient(178deg, rgba(20, 32, 48, .60) 0%, rgba(24, 38, 56, .82) 100%),
    url("/theme-assets/hero-masthead.jpg");
  background-size: cover;
  background-position: center 38%;
}
/* monogram crest — accent-brown ring, cream DC */
:root header::before {
  content: "";
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3E%3Ccircle%20cx='50'%20cy='50'%20r='46'%20fill='none'%20stroke='%23C9B48C'%20stroke-width='2.5'/%3E%3Ccircle%20cx='50'%20cy='50'%20r='39'%20fill='none'%20stroke='%23C9B48C'%20stroke-width='0.8'%20opacity='0.6'/%3E%3Ctext%20x='50'%20y='63'%20text-anchor='middle'%20font-family='Georgia,serif'%20font-style='italic'%20font-weight='700'%20font-size='38'%20fill='%23F2F0EB'%3EDC%3C/text%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
/* wordmark — serif italic display, cream on photo */
:root header > h1,
:root header > a {
  font-family: var(--fh), Georgia, serif;
  font-style: italic;
  font-weight: 700;
  font-size: clamp(34px, 6vw, 54px);
  line-height: 1.02;
  letter-spacing: -.015em;
  color: #F6F3EC;
  margin: 0;
  border-bottom: 0;
  text-shadow: 0 2px 14px rgba(12, 20, 32, .45);
}
:root header > a:hover { color: #FFFFFF; border-bottom: 0; }
/* the single rust moment #1 — a short rule beneath the wordmark */
:root header > h1::after,
:root header > a::after {
  content: "";
  display: block;
  width: 58px;
  height: 3px;
  margin: 18px auto 0;
  background: var(--moment);
  border-radius: 2px;
}
/* tagline — whispered serif italic (home only carries a <p>) */
:root header > p {
  font-family: var(--fb), Georgia, serif;
  font-style: italic;
  font-size: 1.06rem;
  line-height: 1.5;
  color: rgba(240, 236, 226, .86);
  max-width: 560px;
  margin: 18px auto 0;
  text-shadow: 0 1px 8px rgba(12, 20, 32, .4);
}

/* ---------------------------------------------------------------------------
   HOMEPAGE — hero entry → "Para empezar" band → "El cuaderno" index
   main directly holds the card <div>s (each with > h2). ---------------------- */
:root main:has(> div > h2) {
  max-width: 1120px;
  padding: 40px 24px 88px;
}

/* base card — typography + hairline, no box */
:root main > div:has(> h2) {
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(43, 74, 111, .16);
  border-radius: 0;
  padding: 34px 0 36px;
  margin: 0;
}
:root main > div:has(> h2):last-of-type { border-bottom: 0; }

/* kicker / dateline — sans meta voice */
:root main > div:has(> h2) > p:first-child {
  font-family: var(--fm), system-ui, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--accent);
  margin: 0 0 12px;
}
/* card title — serif, editorial scale */
:root main > div:has(> h2) > h2 {
  font-family: var(--fb), Georgia, serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.16;
  letter-spacing: -.01em;
  margin: 0 0 12px;
}
:root main > div:has(> h2) > h2 a {
  color: var(--primary);
  border-bottom: 0;
  background-image: linear-gradient(var(--accent), var(--accent));
  background-size: 0 1.5px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  transition: background-size .3s ease, color .2s ease;
}
:root main > div:has(> h2) > h2 a:hover {
  color: var(--accent);
  background-size: 100% 1.5px;
  border-bottom: 0;
}
/* excerpt */
:root main > div:has(> h2) > p:not(:first-child) {
  font-family: var(--fb), Georgia, serif;
  font-size: 16.5px;
  line-height: 1.6;
  color: #45403A;
  margin: 0 0 16px;
}
/* read link — quiet tracked-sans */
:root main > div:has(> h2) > a:last-child {
  font-family: var(--fm), system-ui, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--primary);
  border-bottom: 0;
}
:root main > div:has(> h2) > a:last-child:hover { color: var(--accent); border-bottom: 0; }

/* --- HERO ENTRY (first, newest card): the loud voice --- */
:root main > div:has(> h2):first-of-type {
  position: relative;
  padding: 8px 0 52px;
  border-bottom: 2px solid rgba(43, 74, 111, .28);
  margin-bottom: 8px;
}
:root main > div:has(> h2):first-of-type > p:first-child {
  font-size: 12px;
  color: var(--accent);
  margin-bottom: 18px;
}
:root main > div:has(> h2):first-of-type > h2 {
  font-family: var(--fh), Georgia, serif;
  font-style: italic;
  font-size: clamp(34px, 5.2vw, 56px);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: -.02em;
  margin-bottom: 18px;
}
/* byline block under the hero title */
:root main > div:has(> h2):first-of-type > h2::after {
  content: "POR IGNACIO · CÓRDOBA · DIARIO SEMANAL";
  display: block;
  font-family: var(--fm), system-ui, sans-serif;
  font-style: normal;
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: .16em;
  color: var(--primary);
  opacity: .7;
  margin-top: 20px;
}
:root main > div:has(> h2):first-of-type > p:not(:first-child) {
  font-size: 19.5px;
  line-height: 1.55;
  color: #3C3833;
  margin-bottom: 22px;
  max-width: 60ch;
}
/* rust moment #2a — drop cap on the hero excerpt */
:root main > div:has(> h2):first-of-type > p:nth-of-type(2)::first-letter {
  font-family: var(--fh), Georgia, serif;
  font-style: italic;
  font-weight: 700;
  font-size: 76px;
  line-height: .78;
  float: left;
  margin: 6px 12px -2px 0;
  color: var(--moment);
}
/* outlined pill CTA for the hero */
:root main > div:has(> h2):first-of-type > a:last-child {
  display: inline-block;
  padding: 10px 22px;
  border: 1.5px solid var(--primary);
  border-radius: 999px;
  letter-spacing: .16em;
  transition: background .18s ease, color .18s ease;
}
:root main > div:has(> h2):first-of-type > a:last-child:hover {
  background: var(--primary);
  color: var(--bg);
}
/* "última entrada" badge, top-right anchor */
:root main > div:has(> h2):first-of-type::before {
  content: "ÚLTIMA ENTRADA";
  position: absolute;
  top: 10px;
  right: 0;
  font-family: var(--fm), system-ui, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .28em;
  color: var(--accent);
  border: 1px solid var(--accent);
  border-radius: 999px;
  padding: 5px 13px 4px;
}

/* --- DESKTOP: 6-col grid → hero full row · picks band (2-4) · index (5+) --- */
@media (min-width: 900px) {
  :root main:has(> div > h2) {
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    column-gap: 44px;
    row-gap: 0;
    align-items: start;
  }
  :root main:has(> div > h2) > *:not(div) { grid-column: 1 / -1; }
  :root main:has(> div > h2) > div:not(:has(> h2)) { grid-column: 1 / -1; }
  :root main:has(> div > h2) > div:has(> h2):first-of-type { grid-column: 1 / -1; }

  /* hero inner balance — content left, meta rail right (fills the void) */
  :root main > div:has(> h2):first-of-type {
    display: grid;
    grid-template-columns: minmax(0, 1.72fr) minmax(0, 1fr);
    column-gap: 56px;
    align-items: start;
  }
  :root main > div:has(> h2):first-of-type > * { grid-column: 1; }
  :root main > div:has(> h2):first-of-type::before {
    position: static;
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
    align-self: start;
  }
  /* faint almanac numeral anchoring the right rail */
  :root main > div:has(> h2):first-of-type::after {
    content: "N.\BA I";
    grid-column: 2;
    grid-row: 2;
    justify-self: end;
    align-self: start;
    font-family: var(--fh), Georgia, serif;
    font-style: italic;
    font-size: 90px;
    line-height: .9;
    letter-spacing: -.03em;
    color: var(--primary);
    opacity: .14;
    margin-top: 12px;
  }

  /* picks band: cards 2-4 across three columns */
  :root main:has(> div > h2) > div:has(> h2):nth-of-type(2),
  :root main:has(> div > h2) > div:has(> h2):nth-of-type(3),
  :root main:has(> div > h2) > div:has(> h2):nth-of-type(4) {
    grid-column: span 2;
    padding: 30px 0 34px;
    border-bottom: 0;
  }
  /* index: cards 5+ span three columns each (two across) */
  :root main:has(> div > h2) > div:has(> h2):nth-of-type(n+5) { grid-column: span 3; }

  /* band label above card 2 */
  :root main:has(> div > h2) > div:has(> h2):nth-of-type(2) { padding-top: 84px; }
  :root main:has(> div > h2) > div:has(> h2):nth-of-type(2)::before {
    content: "PARA EMPEZAR — SI RECIÉN LLEGÁS";
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    font-family: var(--fm), system-ui, sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .28em;
    color: var(--primary);
    opacity: .8;
    border-bottom: 1px solid rgba(43, 74, 111, .18);
    padding-bottom: 12px;
  }
  :root main:has(> div > h2) > div:has(> h2):nth-of-type(2) { position: relative; }

  /* index label above card 5 */
  :root main:has(> div > h2) > div:has(> h2):nth-of-type(5) { position: relative; padding-top: 80px; }
  :root main:has(> div > h2) > div:has(> h2):nth-of-type(5)::before {
    content: "EL CUADERNO — SEMANA A SEMANA";
    position: absolute;
    top: 36px;
    left: 0;
    right: 0;
    font-family: var(--fm), system-ui, sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .28em;
    color: var(--primary);
    opacity: .8;
    border-bottom: 1px solid rgba(43, 74, 111, .18);
    padding-bottom: 12px;
  }
}

/* ---------------------------------------------------------------------------
   ARTICLE PAGE — massive title, dinkus section breaks, hanging quotes
   main holds > h1 + > article + > nav (related). ----------------------------- */
:root main:not(:has(> div > h2)) {
  max-width: 720px;
  padding: 32px 24px 72px;
}
/* article-hero photo strip above the title */
:root main:not(:has(> div > h2)) > h1::before {
  content: "";
  display: block;
  height: 210px;
  margin: 0 -24px 32px;
  background-image:
    linear-gradient(180deg, rgba(20, 32, 48, .12) 40%, rgba(242, 240, 235, .55) 100%),
    url("/theme-assets/article-hero.jpg");
  background-size: cover;
  background-position: center;
  border-top: 3px solid var(--accent);
  border-radius: 0;
}
:root main:not(:has(> div > h2)) > h1 {
  font-family: var(--fh), Georgia, serif;
  font-style: italic;
  font-size: clamp(32px, 5vw, 50px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -.018em;
  color: var(--primary);
  margin: 0 0 6px;
}
/* byline under the article title (article template only) */
:root main:not(:has(> div > h2)) > h1::after {
  content: "POR IGNACIO RENDÓN · CÓRDOBA";
  display: block;
  font-family: var(--fm), system-ui, sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--accent);
  margin-top: 16px;
  padding-bottom: 8px;
}

/* body copy */
:root main > article > p {
  font-family: var(--fb), Georgia, serif;
  font-size: 18.5px;
  line-height: 1.78;
  color: var(--fg);
  margin-bottom: 1.15em;
}
/* rust moment #2b — drop cap when the article opens on prose */
:root main > article > p:first-child::first-letter {
  font-family: var(--fh), Georgia, serif;
  font-style: italic;
  font-weight: 700;
  font-size: 62px;
  line-height: .8;
  float: left;
  margin: 6px 12px -4px 0;
  color: var(--moment);
}
/* section heads — serif, with a dinkus divider (except the first) */
:root main > article > h2 {
  font-family: var(--fb), Georgia, serif;
  font-size: 26px;
  font-weight: 700;
  color: var(--primary);
  margin: 44px 0 14px;
  letter-spacing: -.01em;
}
:root main > article > h2::before {
  content: "\2766  \2766  \2766";
  display: block;
  text-align: center;
  font-size: 13px;
  letter-spacing: .7em;
  color: var(--accent);
  opacity: .6;
  margin: 8px 0 30px;
}
:root main > article > h2:first-of-type::before { display: none; }
:root main > article > h3 {
  font-family: var(--fb), Georgia, serif;
  font-style: italic;
  font-size: 21px;
  font-weight: 700;
  color: var(--accent);
  margin: 30px 0 10px;
}

/* hanging-quote blockquote */
:root main > article > blockquote {
  position: relative;
  border-left: 0;
  padding: 6px 0 6px 40px;
  margin: 36px 0;
  font-family: var(--fb), Georgia, serif;
  font-style: italic;
  font-size: 22px;
  line-height: 1.5;
  color: var(--primary);
  background: transparent;
}
:root main > article > blockquote::before {
  content: "\201C";
  position: absolute;
  left: -6px;
  top: -18px;
  font-family: var(--fh), Georgia, serif;
  font-size: 84px;
  line-height: 1;
  color: var(--accent);
  opacity: .45;
}
:root main > article > blockquote cite {
  display: block;
  margin-top: 10px;
  font-family: var(--fm), system-ui, sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--accent);
}

/* in-body photos */
:root main > article > img {
  border: 0;
  border-radius: 4px;
  box-shadow: 0 6px 22px rgba(20, 32, 48, .16);
  margin: 26px 0;
}

/* affiliate / outbound CTA links styled as pills */
:root main > article p a[href^="/go/"],
:root main > article p a[href^="/ir/"],
:root main > article p a[href^="/rec/"],
:root main > article p a[href^="/r/"] {
  display: inline-block;
  background: var(--accent);
  color: #FBF7EF;
  font-family: var(--fm), system-ui, sans-serif;
  font-size: 15px;
  font-weight: 600;
  padding: 3px 12px;
  border-radius: var(--r);
  border-bottom: 0;
}
:root main > article p a[href^="/go/"]:hover,
:root main > article p a[href^="/ir/"]:hover,
:root main > article p a[href^="/rec/"]:hover,
:root main > article p a[href^="/r/"]:hover {
  background: var(--primary);
  color: var(--bg);
  border-bottom: 0;
}

/* --- "Para que lo sepas" disclaimer — a deliberate NOTA, not a stray box --- */
:root main > article > aside {
  position: relative;
  background: rgba(122, 92, 58, .07);
  border: 0;
  border-left: 3px solid var(--accent);
  border-radius: 0 var(--r) var(--r) 0;
  padding: 20px 22px 18px;
  margin: 44px 0 0;
  font-family: var(--fb), Georgia, serif;
  font-style: italic;
  font-size: 15px;
  line-height: 1.62;
  color: #4A443C;
}
:root main > article > aside::before {
  content: "NOTA DEL CUADERNO";
  display: block;
  font-family: var(--fm), system-ui, sans-serif;
  font-style: normal;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: .2em;
  color: var(--accent);
  margin-bottom: 8px;
}

/* --- related-articles nav — a proper "Seguí leyendo" block --- */
:root main > nav {
  margin-top: 56px;
  padding-top: 28px;
  border-top: 1px solid var(--border);
  background: transparent;
}
:root main > nav::before {
  content: "SEGUÍ LEYENDO";
  display: block;
  font-family: var(--fm), system-ui, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .24em;
  color: var(--accent);
  margin-bottom: 14px;
}
:root main > nav p { margin: 0; font-size: 15px; line-height: 1.4; }
:root main > nav p em {
  display: none;
}
:root main > nav p a {
  display: block;
  font-family: var(--fb), Georgia, serif;
  font-size: 17px;
  line-height: 1.35;
  color: var(--primary);
  padding: 11px 0;
  border-bottom: 1px dotted rgba(43, 74, 111, .25);
}
:root main > nav p a:hover { color: var(--accent); border-bottom: 1px dotted var(--accent); }

/* ---------------------------------------------------------------------------
   FOOTER — quiet tracked-sans colophon --------------------------------------- */
:root footer {
  border-top: 2px solid var(--accent);
  background: transparent;
  text-align: center;
  padding: 28px 24px 40px;
  margin-top: 64px;
}
:root footer small {
  font-family: var(--fm), system-ui, sans-serif;
  font-size: 12px;
  letter-spacing: .08em;
  color: #6A645C;
}
:root footer a { color: var(--primary); border-bottom: 0; }
:root footer a:hover { color: var(--accent); border-bottom: 0; }

/* ---------------------------------------------------------------------------
   Guard against horizontal overflow from full-bleed pseudo strips ------------ */
html, body { overflow-x: hidden; }

/* --- Mobile refinements --- */
@media (max-width: 899px) {
  :root header { padding: 48px 20px 34px; }
  :root main:has(> div > h2) { padding: 28px 20px 64px; }
  :root main > div:has(> h2):first-of-type { padding: 4px 0 40px; }
  :root main > div:has(> h2):first-of-type > h2 { font-size: 32px; }
  :root main > div:has(> h2):first-of-type::before { top: 4px; }
  :root main > div:has(> h2):first-of-type > p:nth-of-type(2)::first-letter { font-size: 60px; }
  :root main:not(:has(> div > h2)) { padding: 24px 20px 56px; }
  :root main:not(:has(> div > h2)) > h1::before { height: 160px; margin-left: -20px; margin-right: -20px; }
  :root main > article > blockquote { font-size: 20px; }
}


/* === QA tail polish (2026-07-24T15:51:11.314488+00:00) — style Lambda [SB-20] compact tail across templates === */
/* The tail wrapper is always the LAST block child of <main> on the homepage,
   containing title-only rows of older articles. Various templates use different
   inner structures (ul>li / p / direct <a>) — this handles all three. */

:root main > *:last-child:not(:has(h2)):not(:has(h1)):not(:has(article)) {
  grid-column: 1 / -1;
  max-width: min(720px, 92vw);
  margin: 88px auto 0;
  padding: 40px 0 32px;
  border-top: 2px double rgba(0, 0, 0, .16);
  background: transparent;
  box-shadow: none;
}

:root main > *:last-child:not(:has(h2)):not(:has(h1)):not(:has(article))::before {
  content: "\2014  MORE FROM THE ARCHIVE  \2014";
  display: block;
  text-align: center;
  font-family: system-ui, -apple-system, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .28em;
  text-transform: uppercase;
  opacity: .5;
  margin-bottom: 36px;
}

/* Any list / paragraph rows: 2-col on desktop, single on mobile */
:root main > *:last-child ul {
  list-style: none;
  padding: 0;
  margin: 0;
  columns: 2;
  column-gap: 48px;
}
@media (max-width: 899px) {
  :root main > *:last-child ul { columns: 1; }
}

:root main > *:last-child li,
:root main > *:last-child > p,
:root main > *:last-child > a {
  padding: 10px 0;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 15px;
  line-height: 1.4;
  border-bottom: 1px dotted rgba(0, 0, 0, .12);
  break-inside: avoid;
  display: block;
}

:root main > *:last-child li a,
:root main > *:last-child p a,
:root main > *:last-child > a {
  text-decoration: none;
  font-weight: 600;
}

:root main > *:last-child li a:hover,
:root main > *:last-child p a:hover,
:root main > *:last-child > a:hover {
  text-decoration: underline;
}

/* dates (first inline child of li/p) — subtle mono */
:root main > *:last-child p > :first-child,
:root main > *:last-child li > :first-child:not(a) {
  font-family: system-ui, -apple-system, sans-serif;
  font-size: 11px;
  letter-spacing: .1em;
  opacity: .5;
  margin-right: 10px;
}
