*{margin:0;padding:0;box-sizing:border-box}
body{font-family:'Segoe UI',Roboto,Oxygen,Ubuntu,sans-serif;line-height:1.75;color:#333;background:#f0f2f5}
.css-v8vwt19{max-width:860px;margin:0 auto;padding:0 20px}
.css-rmr2usj{background:#fff;padding:28px 0;margin-bottom:32px;box-shadow:0 1px 3px rgba(0,0,0,.08)}
.css-rmr2usj h1{font-size:22px;font-weight:700;margin-bottom:2px}
.css-rmr2usj p{font-size:14px;color:#666}
.css-rmr2usj a{color:#333;text-decoration:none;font-size:18px;font-weight:700}
.css-ep13cjr{display:flex;flex-direction:column;gap:20px}
.css-4oe34p1{background:#fff;border-radius:12px;box-shadow:0 1px 6px rgba(0,0,0,.06);padding:24px 28px;transition:transform .15s,box-shadow .15s}
.css-4oe34p1:hover{transform:translateY(-2px);box-shadow:0 4px 16px rgba(0,0,0,.1)}
.css-4oe34p1 h2{font-size:19px;margin-bottom:6px}
.css-4oe34p1 h2 a{color:#1a1a1a;text-decoration:none}
.css-4oe34p1 .css-gwp8jb3{font-size:12px;color:#999;margin-bottom:8px}
.css-4oe34p1 p{font-size:14px;color:#555;margin-bottom:12px}
.css-crmule8{display:inline-block;background:#5865f2;color:#fff;padding:6px 16px;border-radius:20px;font-size:13px;font-weight:600;text-decoration:none}
.css-crmule8:hover{background:#4752c4}
.css-rwe68js{padding-bottom:60px}
.css-rwe68js h1{font-size:30px;font-weight:700;margin-bottom:8px}
.css-rwe68js time{font-size:12px;color:#999;display:block;margin-bottom:24px}
.css-rwe68js h2{font-size:22px;margin:32px 0 12px}
.css-rwe68js h3{font-size:18px;margin:24px 0 8px}
.css-rwe68js p{margin-bottom:16px}
.css-rwe68js ul,.css-rwe68js ol{margin:0 0 16px 24px}
.css-rwe68js a{color:#5865f2}
.css-rwe68js img{max-width:100%;height:auto;border-radius:12px;margin:16px 0}
.css-zpketyd{padding:24px 0;margin-top:40px;text-align:center;font-size:12px;color:#999}
.css-zpketyd a{color:#999;text-decoration:none}
.css-2enmhql{background:#e8eaf0;border-radius:8px;padding:12px 16px;margin-bottom:20px;font-size:13px;color:#888;font-style:italic}
.css-ycdy2im{background:#fff8e1;border-radius:8px;padding:12px 16px;margin-top:24px;font-size:12px;color:#9e8600}
.css-9zbvdve{display:inline-block;background:#f0f2f7;border-radius:12px;padding:4px 12px;margin:-18px 0 24px;font-size:12px;color:#777}
.css-nzypo3v{text-align:center;margin:0 0 24px}
.css-ymwowjx{max-width:100%;height:auto;border-radius:12px}
.css-ze8d631{text-align:center;margin:24px 0}
.css-lq4lbai{max-width:100%;height:auto;border-radius:12px}
.css-uwr2wxj{margin-top:32px;padding-top:20px;border-top:1px solid #e0e0e0}
.css-uwr2wxj h3{font-size:16px;font-weight:700;margin-bottom:12px}
.crd-related-list{display:flex;flex-direction:column;gap:8px}
.crd-related-link{display:block;background:#fff;border-radius:8px;padding:10px 14px;color:#333;text-decoration:none;box-shadow:0 1px 3px rgba(0,0,0,.06);font-size:14px}
.crd-related-link:hover{box-shadow:0 2px 8px rgba(0,0,0,.1)}
/* === Theme === */
@import url('https://fonts.googleapis.com/css2?family=Lora:wght@400;500;600;700&family=Playfair+Display:wght@400;700&display=swap');
body{font-family:'Lora',sans-serif;color:#1A1A1A;background:#F9F7F2}
.css-rmr2usj{background:#2D2926;color:#fff}
.css-rmr2usj h1{font-family:'Playfair Display',serif;color:#fff}
.css-rmr2usj p{color:rgba(255,255,255,.75)}
.css-rmr2usj a{color:#fff;text-decoration:none}
.card h2{font-family:'Playfair Display',serif}
.card h2 a{color:#2D2926}
.card h2 a:hover{color:#D48166}
.read-more{color:#D48166}
.article-content h1{font-family:'Playfair Display',serif}
.article-content h2{font-family:'Playfair Display',serif}
.article-content a{color:#D48166}
.article-content img{border-radius:4px}
.affiliate-disclosure{border-radius:4px}
.ymyl-disclaimer{border-radius:4px}
/* === Custom === */
/*
 * rt-retrato-es — custom.css
 * Palette  : terracota-coral de tarde + mostaza dorada (luz de corredor, sábado en Barrio Abajo)
 * Fonts    : Newsreader (heading) + Figtree (body)
 * Template : card
 */

@import url('https://fonts.googleapis.com/css2?family=Newsreader:ital,wght@0,400;0,500;0,600;1,400;1,500&family=Figtree:wght@400;500;600&display=swap');

/* ─── Design tokens ─────────────────────────────────────────── */
:root {
  --color-bg:              #FBF3E9;
  --color-surface:         #F3E2CE;
  --color-surface-alt:     #EAD3B8;
  --color-text:            #362519;
  --color-text-muted:      #8B7663;
  --color-heading:         #2B1B10;
  --color-accent:          #C15D42;
  --color-accent-hover:    #9C4732;
  --color-accent-light:    #E5A98C;
  --color-accent-secondary:#B8862E;
  --color-border:          #E3CDAE;
  --color-link:            #C15D42;
  --color-link-hover:      #9C4732;

  --font-heading:        'Newsreader', Georgia, serif;
  --font-body:           'Figtree', system-ui, sans-serif;
  --font-size-base:      17px;
  --font-size-sm:        15px;
  --font-size-h1:        2.3rem;
  --font-size-h2:        1.65rem;
  --font-size-h3:        1.3rem;
  --font-weight-heading: 600;
  --font-weight-body:    400;
  --line-height-body:    1.7;
  --line-height-heading: 1.25;

  --border-radius:       12px;
  --spacing-section:     3rem;
  --max-width-content:   68ch;
  --max-width-layout:    880px;
}

/* ─── Base ──────────────────────────────────────────────────── */
:root body {
  background-color: var(--color-bg);
  color: var(--color-text);
  font-family: var(--font-body);
  font-size: var(--font-size-base);
  font-weight: var(--font-weight-body);
  line-height: var(--line-height-body);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

:root main,
:root .site-content {
  max-width: var(--max-width-layout);
  margin-inline: auto;
  padding-inline: 1.5rem;
}

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

:root h1 { font-size: var(--font-size-h1); }
:root h2 { font-size: var(--font-size-h2); }
:root h3 { font-size: var(--font-size-h3); }
:root h4 { font-size: 1.1rem; }

/* ─── Paragraphs ────────────────────────────────────────────── */
:root p {
  max-width: var(--max-width-content);
  margin-block: 0 1em;
}

:root .entry-content p,
:root .post-content p,
:root article p {
  max-width: var(--max-width-content);
  line-height: var(--line-height-body);
}

/* ─── Links ─────────────────────────────────────────────────── */
:root a {
  color: var(--color-link);
  text-decoration: underline;
  text-decoration-color: var(--color-accent-light);
  text-underline-offset: 3px;
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

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

/* ─── Lists ─────────────────────────────────────────────────── */
:root ul,
:root ol {
  max-width: var(--max-width-content);
  padding-inline-start: 1.5rem;
  margin-block: 0 1rem;
}

:root li {
  margin-block: 0.35rem;
  line-height: var(--line-height-body);
}

:root ul li::marker {
  color: var(--color-accent-secondary);
}

/* ─── Blockquote ────────────────────────────────────────────── */
:root blockquote {
  max-width: var(--max-width-content);
  margin-inline: 0;
  margin-block: 1.75rem;
  padding: 1.1rem 1.5rem;
  border-left: 3px solid var(--color-accent-secondary);
  background-color: var(--color-surface-alt);
  border-radius: 0 var(--border-radius) var(--border-radius) 0;
  color: var(--color-text);
  font-family: var(--font-heading);
  font-style: italic;
  font-size: 1.05rem;
}

:root blockquote p {
  margin-bottom: 0;
  max-width: none;
}

/* ─── Cards (template: card) ────────────────────────────────── */
:root .card,
:root .post-card,
:root article.card {
  background-color: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--border-radius);
  padding: 1.5rem;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

:root .card:hover,
:root .post-card:hover {
  box-shadow: 0 4px 20px rgba(43, 27, 16, 0.12);
  transform: translateY(-2px);
}

:root .card-grid,
:root .posts-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.5rem;
  margin-block: var(--spacing-section);
}

:root .card h2,
:root .card h3,
:root .post-card h2,
:root .post-card h3 {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
  color: var(--color-heading);
}

:root .card p,
:root .post-card p {
  font-size: var(--font-size-sm);
  color: var(--color-text-muted);
  margin-bottom: 0;
  max-width: none;
}

/* ─── Site header ───────────────────────────────────────────── */
:root .site-header,
:root header.site-header {
  background-color: var(--color-bg);
  border-bottom: 1px solid var(--color-border);
  padding-block: 1.25rem;
}

:root .site-title,
:root .site-header .site-title a {
  font-family: var(--font-heading);
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--color-heading);
  text-decoration: none;
}

:root .site-description,
:root .site-header .site-description {
  font-size: var(--font-size-sm);
  color: var(--color-text-muted);
  margin-top: 0.2rem;
}

/* ─── Navigation ────────────────────────────────────────────── */
:root .site-nav a,
:root nav.main-navigation a {
  color: var(--color-text-muted);
  font-size: var(--font-size-sm);
  text-decoration: none;
  transition: color 0.2s ease;
}

:root .site-nav a:hover,
:root nav.main-navigation a:hover {
  color: var(--color-accent);
}

/* ─── Card template top banner ──────────────────────────────── */
:root .css-rmr2usj {
  background-color: var(--color-surface-alt);
  border-bottom: 1px solid var(--color-border);
  padding-block: calc(var(--spacing-section) * 1.4);
  text-align: center;
}

:root .css-rmr2usj h1 {
  font-size: clamp(1.8rem, 5vw, var(--font-size-h1));
  color: var(--color-heading);
  max-width: 26ch;
  margin-inline: auto;
}

:root .css-rmr2usj p {
  color: var(--color-text-muted);
  max-width: 52ch;
  margin-inline: auto;
  font-size: 1.05rem;
}

:root .css-rmr2usj a {
  color: var(--color-accent);
  text-decoration: none;
}

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

:root .article-content a {
  color: var(--color-accent);
}

:root .article-content img {
  border-radius: var(--border-radius);
  max-width: 100%;
  height: auto;
}

/* ─── Footer ────────────────────────────────────────────────── */
:root .site-footer,
:root footer.site-footer {
  background-color: var(--color-surface);
  border-top: 1px solid var(--color-border);
  padding-block: 2rem;
  font-size: var(--font-size-sm);
  color: var(--color-text-muted);
}

:root .site-footer a {
  color: var(--color-text-muted);
  text-decoration: underline;
}

:root .site-footer a:hover {
  color: var(--color-accent);
}

/* ─── Section spacing ───────────────────────────────────────── */
:root section {
  padding-block: var(--spacing-section);
}

/* ─── Utilities ─────────────────────────────────────────────── */
:root .text-muted   { color: var(--color-text-muted); }
:root .text-accent  { color: var(--color-accent); }
:root .bg-surface   { background-color: var(--color-surface); }
:root .read-more    { color: var(--color-accent); font-size: var(--font-size-sm); }

/* === R2 fixes (2026-07-08T16:10:21.463813+00:00) === */

/* Fix 1 — Header bar: warm charcoal-terracota instead of flat corporate black */
:root .css-rmr2usj {
  background-color: #2A1B12;
  color: #FBF3E9;
}

/* Fix 2 — "Read Article" button on cover: warm accent instead of corporate blue */
:root .css-crmule8 {
  background-color: var(--color-accent);
  color: #FFFFFF;
}

:root .css-crmule8:hover {
  background-color: var(--color-accent-hover);
}

/* Fix 3 — Article paragraphs: slower reading rhythm, reinforced against framework defaults */
:root .article-content p,
:root article p {
  line-height: 1.7;
  font-size: 17px;
}

/* Fix 4 — H2 inside articles: clearer section breaks, warm accent instead of near-black */
:root .article-content h2 {
  margin-top: 2.5em;
  margin-bottom: 0.75em;
  font-size: 1.85rem;
  color: var(--color-accent-secondary);
}

/* Fix 5 — Affiliate disclosure box: quiet aside instead of legal-notice block */
:root .css-2enmhql {
  background-color: transparent;
  border-left: 3px solid var(--color-accent-secondary);
  border-radius: 0 6px 6px 0;
  padding: 0.5rem 1rem;
  font-size: 0.85rem;
  color: var(--color-text-muted);
}

/* Fix 6 — Related articles: separate items, swap link blue for site accent */
:root .crd-related-list {
  list-style: none;
  padding-left: 0;
}

:root .crd-related-link {
  display: block;
  padding-block: 0.6rem;
  border-bottom: 1px solid var(--color-border);
  color: var(--color-accent);
}

:root .crd-related-link:hover {
  color: var(--color-accent-hover);
}

:root .crd-related-list li:last-child .crd-related-link {
  border-bottom: none;
}

/* Fix 7 — Page background and cover cards: warm cream instead of flat white */
html,
:root body {
  background-color: var(--color-bg);
}

:root main,
:root .site-content {
  background-color: var(--color-bg);
}

:root .card,
:root .post-card {
  background: linear-gradient(180deg, var(--color-surface) 0%, var(--color-surface-alt) 100%);
  border-color: var(--color-accent-light);
}
