:root {
    --paper: #fdf9f4;
    --paper-low: #f5eee5;
    --paper-high: #fffdf9;
    --ink: #1c1c19;
    --muted: #444748;
    --red: #a73821;
    --red-dark: #7d1d0c;
    --rule: rgba(125, 29, 12, 0.14);
    --sans: "IBM Plex Sans", sans-serif;
    --display: var(--gh-font-heading, "Playfair Display", serif);
    --serif: var(--gh-font-body, "Source Serif 4", Georgia, serif);
    --shell: 1240px;
}

/* ======================================================================
   Evaristo Editorial 2.0 — diseño aprobado
   Este bloque prevalece sobre los estilos base de contenido de Ghost.
   ====================================================================== */

:root {
    --paper: #fdf9f4;
    --paper-low: #f5eee5;
    --ink: #1c1c19;
    --muted: #4a4a45;
    --red: #a73821;
    --red-dark: #7d1d0c;
    --red-band: #d9b8a3;
    --rule: rgba(125, 29, 12, .16);
    --sans: "IBM Plex Sans", sans-serif;
    --display: "Playfair Display", serif;
    --serif: "Source Serif 4", Georgia, serif;
    --shell: 1240px;
}

html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--serif); font-size: 18px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
.shell { width: min(calc(100% - 48px), var(--shell)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 999; top: 8px; left: 8px; padding: 8px 12px; color: white; background: var(--red-dark); transform: translateY(-160%); }
.skip-link:focus { transform: none; }

.field-grid {
    background-image:
        linear-gradient(rgba(167,56,33,.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(167,56,33,.04) 1px, transparent 1px);
    background-size: 32px 32px;
}

.site-header { position: sticky; z-index: 20; top: 0; min-height: 0; color: white; background: var(--red-dark); border: 0; }
.header-inner { min-height: 48px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; }
.brand { display: flex; align-items: center; gap: 9px; color: white; font-family: var(--display); font-size: 16px; font-weight: 600; font-style: italic; white-space: nowrap; }
.brand-mark { color: rgba(255,255,255,.8); font-size: 15px; }
.brand-short { display: none; }
.main-navigation { display: flex; justify-content: center; align-items: center; gap: 32px; }
.main-navigation a,
.subscribe-small,
.menu-button { font-family: var(--sans); font-size: 10px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.main-navigation a { position: relative; padding: 8px 0; }
.main-navigation a::after { content: ""; position: absolute; right: 0; bottom: 2px; left: 0; height: 1px; background: rgba(255,255,255,.85); transform: scaleX(0); transition: transform 180ms ease; }
.main-navigation a:hover::after,
.main-navigation a.is-current::after { transform: scaleX(1); }
.subscribe-small { padding: 8px 12px; border: 1px solid rgba(255,255,255,.55); color: white; transition: 180ms ease; }
.subscribe-small:hover { color: var(--red-dark); background: white; }
.menu-button { display: none; }

.index-label,
.article-reference,
.article-tag,
.pagination,
.story-coordinate,
.story-meta,
.story-layout aside,
.story-share,
.site-footer { font-family: var(--sans); font-size: 10px; font-weight: 500; letter-spacing: .17em; text-transform: uppercase; }
.index-label { color: var(--red); }

.intro {
    padding: 20px 0 34px;
    border-top: 1px solid rgba(255,255,255,.12);
    color: white;
    background-color: var(--red-dark);
    background-image:
        linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
}
.intro-layout { display: grid; grid-template-columns: .9fr 1.1fr; align-items: stretch; gap: clamp(32px, 4vw, 58px); }
.intro-title { display: flex; flex-direction: column; justify-content: center; }
.intro-title h1 { margin: 5px 0 0; color: white; font-family: var(--display); font-size: clamp(42px, 4.4vw, 58px); line-height: .95; letter-spacing: -.04em; }
.intro-title h1 em { font-weight: 600; }
.intro-title .index-label { color: rgba(255,255,255,.62); letter-spacing: .12em; white-space: nowrap; }
.intro-copy { max-width: 620px; display: flex; align-items: center; padding-left: 26px; border-left: 1px solid rgba(255,255,255,.22); color: rgba(255,255,255,.82); font-size: 14px; line-height: 1.43; }
.intro-copy p { margin: 0; }

.red-band { position: relative; overflow: hidden; color: var(--red-dark); background: var(--red-band); }
.red-band::before { content: ""; position: absolute; width: 520px; height: 520px; top: 50%; left: -160px; border: 1px solid rgba(125,29,12,.08); border-radius: 50%; transform: translateY(-50%); box-shadow: 0 0 0 70px rgba(125,29,12,.025), 0 0 0 140px rgba(125,29,12,.018); }
.red-band::after { content: ""; position: absolute; top: 0; right: 0; bottom: 0; width: 38%; opacity: .1; background-image: linear-gradient(rgba(125,29,12,.28) 1px, transparent 1px), linear-gradient(90deg, rgba(125,29,12,.28) 1px, transparent 1px); background-size: 28px 28px; }
.red-band-layout { position: relative; z-index: 1; min-height: 58px; display: flex; justify-content: center; align-items: center; gap: 22px; padding-block: 8px; }
.band-copy h2 { max-width: none; margin: 0; font-family: var(--serif); font-size: 16px; font-style: normal; font-weight: 500; line-height: 1.2; }
.band-action { min-width: 146px; min-height: 34px; display: inline-flex; justify-content: center; align-items: center; padding: 8px 17px; border: 1px solid rgba(125,29,12,.5); font-family: var(--sans); font-size: 9px; font-weight: 600; letter-spacing: .15em; text-align: center; text-transform: uppercase; transition: 180ms ease; }
.band-action:hover { color: white; background: var(--red-dark); }

.archive { padding-block: 38px 94px; }
.archive-header { display: flex; justify-content: space-between; align-items: end; margin-bottom: 25px; }
.archive-header h2 { margin: 6px 0 0; color: var(--red); font-family: var(--serif); font-size: clamp(28px, 3vw, 34px); font-weight: 600; letter-spacing: -.015em; line-height: 1.05; }
.article-list { border-top: 1px solid var(--rule); }
.article-row { position: relative; display: grid; grid-template-columns: 140px minmax(0, 1fr) minmax(0, 230px); gap: clamp(28px, 5vw, 74px); align-items: center; min-height: 230px; padding: 32px 0; border-bottom: 1px solid var(--rule); transition: background 180ms ease; }
.article-row:hover { background: rgba(167,56,33,.025); }
.article-row:not(:has(.article-thumb)) .article-main { grid-column: 2 / 4; padding-right: 54px; }
.article-reference { align-self: stretch; display: flex; flex-direction: column; justify-content: space-between; padding: 4px 24px 4px 0; border-right: 1px solid var(--rule); color: var(--muted); }
.article-tag { color: var(--red); }
.article-tag a:hover { text-decoration: underline; text-underline-offset: 3px; }
.article-main h3 { margin: 9px 0 10px; color: var(--red-dark); font-family: var(--display); font-size: clamp(30px, 3.2vw, 46px); line-height: 1.08; }
.article-main h3 a { background: linear-gradient(var(--red), var(--red)) 0 100% / 0 1px no-repeat; transition: background-size 200ms ease; }
.article-main h3 a:hover { background-size: 100% 1px; }
.article-main p { max-width: 760px; margin: 0; color: var(--muted); font-size: 16px; }
.article-thumb { justify-self: end; width: min(100%, 190px); padding: 7px; border: 1px solid var(--rule); background: var(--paper); outline: 1px solid rgba(125,29,12,.07); outline-offset: 3px; overflow: hidden; }
.article-thumb img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; filter: saturate(.72) contrast(1.04); transition: transform 600ms ease, filter 200ms ease; }
.article-thumb:hover img { transform: scale(1.035); filter: saturate(.95) contrast(1.02); }
.empty-archive { padding: 60px 0; text-align: center; }

.pagination { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; padding-top: 24px; color: var(--muted); }
.pagination .older-posts { text-align: right; }
.pagination a { color: var(--red-dark); }

.site-footer { color: white; background: var(--red-dark); }
.footer-inner { min-height: 100px; display: grid; grid-template-columns: 1.2fr 1.3fr 1fr; align-items: center; gap: 40px; color: rgba(255,255,255,.66); }
.footer-name { color: white; font-family: var(--display); font-size: 17px; font-style: italic; font-weight: 600; letter-spacing: normal; text-transform: none; }
.footer-inner p { margin: 0; text-align: center; }
.footer-inner > a:last-child { text-align: right; }

.story-header { padding: 60px 0 52px; border-bottom: 1px solid var(--rule); }
.story-head-inner { max-width: 1040px; }
.story-coordinate { display: flex; justify-content: space-between; margin-bottom: 42px; color: var(--muted); }
.story-head-inner h1 { max-width: 940px; margin: 15px 0 20px; color: var(--red-dark); font-family: var(--display); font-size: clamp(52px, 7vw, 92px); line-height: .96; letter-spacing: -.035em; }
.story-head-inner > p { max-width: 760px; margin: 0; color: var(--muted); font-size: 24px; line-height: 1.45; }
.story-meta { display: flex; gap: 35px; margin-top: 35px; padding-top: 16px; border-top: 1px solid var(--rule); }
.story-feature { margin-top: 42px; padding: 9px; border: 1px solid var(--rule); }
.story-feature img { display: block; width: 100%; max-height: 720px; object-fit: cover; }
.story-feature figcaption { margin-top: 8px; color: var(--muted); font-family: var(--sans); font-size: 11px; text-align: center; }
.story-layout { display: grid; grid-template-columns: 105px minmax(0, 720px) 80px; justify-content: center; gap: 52px; padding-block: 62px 90px; }
.story-layout aside,
.story-share { position: sticky; top: 105px; align-self: start; display: flex; flex-direction: column; gap: 12px; color: var(--muted); }
.story-layout aside i { width: 38px; height: 1px; background: var(--red); }
.story-content { min-width: 0; font-size: 19px; line-height: 1.78; }
.story-content > p:first-child { color: var(--red-dark); font-size: 24px; line-height: 1.6; }
.story-content h2 { margin: 1.7em 0 .6em; color: var(--red-dark); font-family: var(--display); font-size: 42px; line-height: 1.1; }
.story-content blockquote { margin: 2em 0; padding: 7px 0 7px 25px; border-left: 2px solid var(--red); color: var(--red-dark); font-family: var(--display); font-size: 29px; font-style: italic; line-height: 1.45; }
.story-share a { color: var(--red-dark); }
.page-content { max-width: 720px; padding-block: 60px 90px; }

.collection-header { padding: 58px 0; border-bottom: 1px solid var(--rule); }
.collection-header h1,
.error-page h1 { margin: 8px 0; color: var(--red-dark); font-family: var(--display); font-size: clamp(48px, 7vw, 82px); line-height: 1; }
.collection-header p { max-width: 680px; margin: 12px 0 0; color: var(--muted); }
.author-header-grid { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 30px; }
.author-portrait { width: 110px; height: 110px; border: 1px solid var(--rule); object-fit: cover; }
.error-page { min-height: 65vh; display: grid; place-items: center; padding: 60px 0; }

/* Ghost cards */
.gh-content img { max-width: 100%; height: auto; }
.gh-content .kg-width-wide { width: min(100vw - 48px, 1040px); margin-left: 50%; transform: translateX(-50%); }
.gh-content .kg-width-full { width: 100vw; margin-left: 50%; transform: translateX(-50%); }
.gh-content .kg-image-card img,
.gh-content .kg-gallery-image img { display: block; }
.gh-content iframe,
.gh-content video { max-width: 100%; }

@media (max-width: 960px) {
    .header-inner { grid-template-columns: 1fr auto auto; }
    .menu-button { display: flex; align-items: center; gap: 10px; border: 0; color: white; background: transparent; }
    .menu-button i,
    .menu-button i::before,
    .menu-button i::after { display: block; width: 18px; height: 1px; background: currentColor; }
    .menu-button i { position: relative; }
    .menu-button i::before,
    .menu-button i::after { content: ""; position: absolute; left: 0; }
    .menu-button i::before { top: -5px; }
    .menu-button i::after { top: 5px; }
    .brand-long { display: none; }
    .brand-short { display: inline; }
    .main-navigation { position: fixed; top: 49px; right: 0; left: 0; min-height: calc(100vh - 49px); display: none; flex-direction: column; justify-content: start; align-items: stretch; gap: 0; padding: 28px 24px; color: var(--ink); background: var(--paper); }
    .main-navigation.is-open { display: flex; }
    .main-navigation a { padding: 16px 0; border-bottom: 1px solid var(--rule); font-size: 13px; }
    .main-navigation a::after { display: none; }
    .story-layout { grid-template-columns: minmax(0, 720px) 70px; }
    .story-layout aside { display: none; }
}

@media (max-width: 700px) {
    .shell { width: min(calc(100% - 32px), var(--shell)); }
    .header-inner { min-height: 48px; gap: 10px; }
    .subscribe-small { display: none; }
    .intro { padding: 26px 0 32px; }
    .intro-layout { grid-template-columns: 1fr; gap: 25px; }
    .intro-title h1 { font-size: clamp(45px, 14vw, 58px); }
    .intro-copy { padding: 18px 0 0; border-top: 1px solid rgba(255,255,255,.22); border-left: 0; font-size: 16px; }
    .intro-title .index-label { white-space: normal; }
    .red-band-layout { min-height: 0; flex-direction: column; align-items: stretch; gap: 10px; padding-block: 12px; }
    .band-copy h2 { font-size: 15px; text-align: center; }
    .band-action { width: min(100%, 190px); min-width: 0; align-self: center; }
    .archive { padding-block: 48px 66px; }
    .article-row { grid-template-columns: 1fr; gap: 20px; min-height: 0; padding: 25px 0; }
    .article-row:not(:has(.article-thumb)) .article-main { grid-column: auto; padding-right: 0; }
    .article-reference { grid-column: 1 / -1; min-height: 0; flex-direction: row; padding: 0 0 12px; border-right: 0; border-bottom: 1px solid var(--rule); }
    .article-main h3 { font-size: 31px; }
    .article-main p { font-size: 15px; }
    .article-thumb { justify-self: start; width: min(100%, 190px); }
    .pagination { grid-template-columns: 1fr; text-align: left; }
    .pagination .older-posts { text-align: left; }
    .footer-inner { grid-template-columns: 1fr; gap: 12px; padding-block: 32px; }
    .footer-inner p,
    .footer-inner > a:last-child { text-align: left; }
    .story-header { padding: 40px 0; }
    .story-coordinate span { display: none; }
    .story-head-inner h1 { font-size: clamp(48px, 15vw, 68px); }
    .story-head-inner > p { font-size: 19px; }
    .story-meta { flex-wrap: wrap; gap: 10px 22px; }
    .story-feature { margin-top: 24px; }
    .story-layout { display: block; padding-block: 44px 60px; }
    .story-share { position: static; flex-direction: row; margin-top: 40px; padding-top: 16px; border-top: 1px solid var(--rule); }
    .story-content { font-size: 18px; }
    .story-content > p:first-child { font-size: 21px; }
    .story-content h2 { font-size: 35px; }
    .story-content blockquote { font-size: 25px; }
    .gh-content .kg-width-wide,
    .gh-content .kg-width-full { width: 100%; margin-left: 0; transform: none; }
    .author-header-grid { grid-template-columns: 1fr; }
}

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

html { scroll-behavior: smooth; }

body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: var(--serif);
    font-size: 18px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
}

body.menu-open { overflow: hidden; }

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button, input { font: inherit; }

.shell {
    width: min(calc(100% - 48px), var(--shell));
    margin-inline: auto;
}

.skip-link {
    position: fixed;
    z-index: 1000;
    top: 10px;
    left: 10px;
    padding: 10px 14px;
    color: white;
    background: var(--red-dark);
    transform: translateY(-160%);
}

.skip-link:focus { transform: none; }

.field-paper {
    background-color: var(--paper);
    background-image:
        linear-gradient(rgba(167, 56, 33, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(167, 56, 33, 0.035) 1px, transparent 1px);
    background-size: 32px 32px;
}

.site-header {
    position: sticky;
    z-index: 100;
    top: 0;
    border-bottom: 1px solid var(--rule);
    background: rgba(253, 249, 244, 0.94);
    backdrop-filter: blur(12px);
}

.header-inner {
    min-height: 78px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 28px;
}

.site-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--red-dark);
    font-family: var(--display);
    font-size: 20px;
    font-weight: 700;
    white-space: nowrap;
}

.compass {
    color: var(--red);
    font-size: 22px;
}

.site-navigation {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
}

.site-navigation ul {
    display: contents;
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-navigation a,
.header-subscribe,
.menu-toggle {
    font-family: var(--sans);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.site-navigation a {
    position: relative;
    padding-block: 10px;
}

.site-navigation a::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 5px;
    left: 0;
    height: 1px;
    background: var(--red);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 220ms ease;
}

.site-navigation a:hover::after,
.site-navigation .nav-current a::after {
    transform: scaleX(1);
    transform-origin: left;
}

.header-subscribe {
    padding: 11px 15px;
    border: 1px solid var(--red);
    color: var(--red-dark);
    transition: 180ms ease;
}

.header-subscribe:hover {
    color: white;
    background: var(--red-dark);
}

.menu-toggle { display: none; }

.home-hero {
    border-bottom: 1px solid var(--rule);
    padding: 54px 0 58px;
}

.hero-grid {
    display: block;
}

.eyebrow,
.article-kicker,
.card-meta,
.card-footer,
.section-coordinate,
.collection-count,
.aside-label,
.share-panel,
.footer-index,
.footer-links,
.footer-base {
    font-family: var(--sans);
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.eyebrow { color: var(--red); }

.hero-copy h1,
.collection-header h1,
.error-page h1 {
    margin: 16px 0 24px;
    color: var(--red-dark);
    font-family: var(--display);
    font-size: clamp(52px, 6vw, 82px);
    line-height: 0.94;
    letter-spacing: -0.045em;
}

.hero-copy h1 em { font-weight: 600; }

.hero-copy {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
    column-gap: clamp(44px, 8vw, 110px);
    align-items: end;
}

.hero-copy .eyebrow {
    grid-column: 1 / -1;
}

.hero-copy h1 {
    grid-column: 1;
    grid-row: 2 / span 2;
}

.hero-copy p {
    grid-column: 2;
    margin: 16px 0 24px;
    color: var(--muted);
    font-size: clamp(17px, 1.45vw, 20px);
    line-height: 1.55;
}

.hero-copy .text-link {
    grid-column: 2;
    justify-self: start;
}

.text-link {
    display: inline-flex;
    gap: 18px;
    align-items: center;
    padding-bottom: 7px;
    border-bottom: 1px solid var(--red);
    color: var(--red-dark);
    font-family: var(--sans);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.15em;
}

.text-link span { transition: transform 180ms ease; }
.text-link:hover span { transform: translateX(4px); }

.article-feature figcaption {
    margin: 10px 0 0;
    color: var(--muted);
    font-family: var(--sans);
    font-size: 10px;
    font-style: italic;
    text-align: right;
}

.archive-section { padding-block: 74px 92px; }

.section-heading {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 36px;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--rule);
}

.section-heading h2 {
    margin: 8px 0 0;
    color: var(--red-dark);
    font-family: var(--display);
    font-size: clamp(36px, 4vw, 54px);
    line-height: 1;
}

.section-coordinate { color: var(--muted); }

.post-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid var(--rule);
    border-left: 1px solid var(--rule);
}

.post-card {
    min-width: 0;
    min-height: 310px;
    display: flex;
    flex-direction: column;
    padding: 28px;
    border-right: 1px solid var(--rule);
    border-bottom: 1px solid var(--rule);
}

.card-meta,
.card-footer {
    display: flex;
    justify-content: space-between;
    color: var(--muted);
}

.card-meta { margin: 0 0 22px; }

.post-card h3 {
    margin: 13px 0 10px;
    color: var(--red-dark);
    font-family: var(--display);
    font-size: 28px;
    line-height: 1.12;
}

.post-card h3 a {
    background-image: linear-gradient(var(--red), var(--red));
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    transition: background-size 250ms ease;
}

.post-card h3 a:hover { background-size: 100% 1px; }

.post-card > p {
    margin: 0 0 22px;
    color: var(--muted);
    font-size: 16px;
    line-height: 1.55;
}

.card-footer {
    margin-top: auto;
    padding-top: 12px;
    border-top: 1px solid var(--rule);
}

.card-footer a { color: var(--red); }

.pagination {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 20px;
    padding: 30px 0 0;
    font-family: var(--sans);
    font-size: 10px;
    letter-spacing: 0.14em;
}

.older-posts { text-align: right; }
.page-number { color: var(--muted); }

.article-header {
    padding: 72px 0 62px;
    border-bottom: 1px solid var(--rule);
}

.article-head-inner { max-width: 980px; }

.article-kicker {
    display: flex;
    justify-content: space-between;
    color: var(--red);
}

.article-header h1 {
    margin: 24px 0;
    color: var(--red-dark);
    font-family: var(--display);
    font-size: clamp(48px, 7vw, 92px);
    line-height: 0.98;
    letter-spacing: -0.035em;
}

.article-deck {
    max-width: 780px;
    margin: 0;
    color: var(--muted);
    font-size: clamp(20px, 2.2vw, 27px);
    line-height: 1.5;
}

.article-byline {
    display: flex;
    flex-wrap: wrap;
    gap: 28px 50px;
    margin-top: 38px;
    padding-top: 18px;
    border-top: 1px solid var(--rule);
    font-family: var(--sans);
    font-size: 10px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.article-byline div { display: flex; gap: 10px; }
.article-byline div > span:first-child { color: var(--muted); }

.article-feature {
    margin-top: 44px;
    margin-bottom: 58px;
}

.article-feature img {
    width: 100%;
    max-height: 760px;
    object-fit: cover;
}

.article-layout {
    display: grid;
    grid-template-columns: 130px minmax(0, 720px) 90px;
    justify-content: center;
    gap: 48px;
    padding-bottom: 90px;
}

.article-aside,
.share-panel {
    position: sticky;
    top: 112px;
    align-self: start;
    color: var(--muted);
}

.article-aside {
    display: flex;
    flex-direction: column;
    gap: 12px;
    font-family: var(--sans);
    font-size: 10px;
    letter-spacing: 0.14em;
}

.aside-line { width: 42px; height: 1px; background: var(--red); }

.share-panel {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.share-panel a { color: var(--red-dark); }

.gh-content {
    min-width: 0;
    font-size: 19px;
    line-height: 1.78;
}

.gh-content > * { margin-top: 0; margin-bottom: 1.65em; }
.gh-content > h2,
.gh-content > h3,
.gh-content > h4 {
    margin-top: 1.8em;
    margin-bottom: 0.65em;
    color: var(--red-dark);
    font-family: var(--display);
    line-height: 1.15;
}

.gh-content > h2 { font-size: 42px; }
.gh-content > h3 { font-size: 32px; }
.gh-content > h4 { font-size: 25px; }

.gh-content a {
    color: var(--red);
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.gh-content blockquote {
    margin-inline: 0;
    padding: 8px 0 8px 28px;
    border-left: 2px solid var(--red);
    color: var(--red-dark);
    font-family: var(--display);
    font-size: 28px;
    font-style: italic;
    line-height: 1.45;
}

.gh-content hr {
    width: 100%;
    height: 1px;
    margin-block: 3em;
    border: 0;
    background: var(--rule);
}

.gh-content figure { margin-inline: 0; }
.gh-content figcaption { color: var(--muted); font-family: var(--sans); font-size: 12px; text-align: center; }
.gh-content iframe { max-width: 100%; }
.gh-content pre { max-width: 100%; overflow-x: auto; padding: 20px; background: var(--ink); color: var(--paper); }
.gh-content table { display: block; width: 100%; overflow-x: auto; border-collapse: collapse; }
.gh-content th, .gh-content td { padding: 10px 12px; border: 1px solid var(--rule); }

.kg-width-wide { width: min(100vw - 48px, 960px); margin-left: 50%; transform: translateX(-50%); }
.kg-width-full { width: 100vw; margin-left: 50%; transform: translateX(-50%); }
.kg-image-card img, .kg-gallery-image img { width: 100%; }
.kg-gallery-container { display: flex; flex-direction: column; gap: 12px; }
.kg-gallery-row { display: flex; gap: 12px; }
.kg-gallery-image { flex: 1; }
.kg-bookmark-card { border: 1px solid var(--rule); }
.kg-bookmark-container { display: flex; overflow: hidden; }
.kg-bookmark-content { flex: 1; padding: 20px; }
.kg-bookmark-thumbnail { width: 32%; }
.kg-bookmark-thumbnail img { width: 100%; height: 100%; object-fit: cover; }
.kg-bookmark-title { font-family: var(--display); font-size: 22px; }
.kg-bookmark-description, .kg-bookmark-metadata { color: var(--muted); font-family: var(--sans); font-size: 12px; }

.subscribe-band {
    padding: 54px 0;
    color: white;
    background:
        radial-gradient(circle at 82% 30%, rgba(255,255,255,.12), transparent 2px),
        repeating-radial-gradient(circle at 82% 30%, transparent 0 55px, rgba(255,255,255,.045) 56px 57px),
        var(--red-dark);
}

.subscribe-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

.subscribe-band .eyebrow { color: rgba(255,255,255,.7); }
.subscribe-band h2 { margin: 8px 0; font-family: var(--display); font-size: 44px; line-height: 1; }
.subscribe-band p { margin: 0; color: rgba(255,255,255,.78); }
.subscribe-band a { padding: 14px 18px; border: 1px solid rgba(255,255,255,.65); font-family: var(--sans); font-size: 10px; letter-spacing: .15em; }
.subscribe-band a span { margin-left: 16px; }
.subscribe-band a:hover { color: var(--red-dark); background: white; }

.related-posts { padding-block: 80px; }

.page-content {
    max-width: 768px;
    padding-block: 64px 90px;
}

.page-template-content:not(:has(.article-header)) .page-content {
    padding-top: 0;
    max-width: none;
}

.collection-header {
    padding: 72px 0 60px;
    border-bottom: 1px solid var(--rule);
}

.collection-header h1,
.error-page h1 { font-size: clamp(58px, 8vw, 100px); }

.collection-header p {
    max-width: 720px;
    margin: 0 0 24px;
    color: var(--muted);
    font-size: 22px;
}

.collection-count { color: var(--red); }

.author-header-grid {
    display: grid;
    grid-template-columns: 180px minmax(0, 1fr);
    align-items: center;
    gap: 40px;
}

.author-portrait {
    width: 180px;
    aspect-ratio: 1;
    border: 1px solid var(--rule);
    object-fit: cover;
    filter: grayscale(.75);
}

.error-page {
    min-height: 68vh;
    display: grid;
    place-items: center;
    text-align: center;
}

.error-page p { color: var(--muted); }

.empty-archive {
    grid-column: 1 / -1;
    padding: 60px 30px;
    border-right: 1px solid var(--rule);
    border-bottom: 1px solid var(--rule);
    text-align: center;
}

.site-footer {
    border-top: 1px solid var(--rule);
    background: var(--paper-low);
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.3fr .8fr .8fr;
    gap: 50px;
    padding-block: 58px;
}

.footer-title {
    color: var(--red-dark);
    font-family: var(--display);
    font-size: 28px;
    font-weight: 700;
    font-style: italic;
}

.footer-note {
    max-width: 450px;
    margin: 8px 0 0;
    color: var(--muted);
    font-size: 15px;
}

.footer-index,
.footer-links {
    display: flex;
    flex-direction: column;
    gap: 12px;
    color: var(--muted);
}

.footer-links a:hover { color: var(--red); }

.footer-base {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    padding-block: 18px;
    border-top: 1px solid var(--rule);
    color: var(--muted);
}

@media (max-width: 1050px) {
    .header-inner { grid-template-columns: 1fr auto auto; }
    .menu-toggle {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        padding: 8px;
        border: 0;
        color: var(--red-dark);
        background: transparent;
        cursor: pointer;
    }
    .menu-lines,
    .menu-lines::before,
    .menu-lines::after {
        display: block;
        width: 18px;
        height: 1px;
        background: currentColor;
        transition: transform 180ms ease;
    }
    .menu-lines { position: relative; }
    .menu-lines::before, .menu-lines::after { content: ""; position: absolute; left: 0; }
    .menu-lines::before { top: -5px; }
    .menu-lines::after { top: 5px; }
    .menu-toggle[aria-expanded="true"] .menu-lines { background: transparent; }
    .menu-toggle[aria-expanded="true"] .menu-lines::before { top: 0; transform: rotate(45deg); }
    .menu-toggle[aria-expanded="true"] .menu-lines::after { top: 0; transform: rotate(-45deg); }
    .site-navigation {
        position: fixed;
        top: 79px;
        right: 0;
        left: 0;
        min-height: calc(100vh - 79px);
        display: none;
        flex-direction: column;
        justify-content: flex-start;
        align-items: stretch;
        gap: 0;
        padding: 32px 24px;
        background: var(--paper);
    }
    .site-navigation.is-open { display: flex; }
    .site-navigation ul { display: block; }
    .site-navigation a,
    .site-navigation li a {
        display: block;
        padding: 16px 0;
        border-bottom: 1px solid var(--rule);
        font-size: 13px;
    }
    .post-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .article-layout { grid-template-columns: minmax(0, 720px) 70px; }
    .article-aside { display: none; }
}

@media (max-width: 720px) {
    .shell { width: min(calc(100% - 32px), var(--shell)); }
    .header-inner { min-height: 68px; gap: 10px; }
    .site-brand { font-size: 17px; }
    .header-subscribe { display: none; }
    .site-navigation { top: 69px; min-height: calc(100vh - 69px); }
    .home-hero { padding: 42px 0 44px; }
    .hero-copy { display: block; }
    .hero-copy h1 { margin-block: 14px 22px; font-size: clamp(50px, 16vw, 68px); }
    .hero-copy p { margin: 0 0 26px; font-size: 18px; }
    .archive-section { padding-block: 52px 66px; }
    .section-heading { align-items: start; }
    .section-coordinate { display: none; }
    .post-grid { grid-template-columns: 1fr; }
    .post-card { min-height: 0; padding: 24px; }
    .post-card h3 { font-size: 27px; }
    .pagination { grid-template-columns: 1fr 1fr; }
    .page-number { grid-column: 1 / -1; grid-row: 1; text-align: center; }
    .article-header { padding: 50px 0 42px; }
    .article-kicker span:last-child { display: none; }
    .article-header h1 { font-size: clamp(45px, 15vw, 68px); }
    .article-deck { font-size: 19px; }
    .article-byline { gap: 12px 24px; }
    .article-feature { width: 100%; margin-top: 0; margin-bottom: 40px; }
    .article-feature figcaption { padding-right: 16px; }
    .article-layout { display: block; padding-bottom: 62px; }
    .share-panel {
        position: static;
        flex-direction: row;
        margin-top: 44px;
        padding-top: 18px;
        border-top: 1px solid var(--rule);
    }
    .gh-content { font-size: 18px; line-height: 1.72; }
    .gh-content > h2 { font-size: 34px; }
    .gh-content > h3 { font-size: 28px; }
    .gh-content blockquote { padding-left: 20px; font-size: 24px; }
    .kg-width-wide, .kg-width-full { width: 100vw; }
    .kg-bookmark-container { flex-direction: column; }
    .kg-bookmark-thumbnail { width: 100%; aspect-ratio: 16 / 9; }
    .subscribe-inner { align-items: flex-start; flex-direction: column; }
    .subscribe-band h2 { font-size: 36px; }
    .related-posts { padding-block: 58px; }
    .collection-header { padding: 52px 0 46px; }
    .collection-header h1, .error-page h1 { font-size: clamp(52px, 18vw, 76px); }
    .author-header-grid { grid-template-columns: 1fr; }
    .author-portrait { width: 130px; }
    .footer-grid { grid-template-columns: 1fr; gap: 28px; padding-block: 44px; }
    .footer-base { flex-direction: column; gap: 8px; }
}

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

/* Reafirmaciones finales frente a la hoja base heredada. */
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--serif); font-size: 18px; line-height: 1.6; }
.shell { width: min(calc(100% - 48px), var(--shell)); margin-inline: auto; }
.site-header { position: sticky; z-index: 20; top: 0; min-height: 0; color: white; background: var(--red-dark); border: 0; }
.header-inner { min-height: 48px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; }
.site-footer { color: white; background: var(--red-dark); }
.pagination { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; padding-top: 24px; color: var(--muted); font-family: var(--sans); font-size: 10px; font-weight: 500; letter-spacing: .17em; text-transform: uppercase; }
.pagination .older-posts { text-align: right; }
.pagination a { color: var(--red-dark); }
.collection-header { padding: 58px 0; border-bottom: 1px solid var(--rule); }
.collection-header h1,
.error-page h1 { margin: 8px 0; color: var(--red-dark); font-family: var(--display); font-size: clamp(48px, 7vw, 82px); line-height: 1; }
.author-header-grid { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 30px; }
.author-portrait { width: 110px; height: 110px; border: 1px solid var(--rule); object-fit: cover; }
.error-page { min-height: 65vh; display: grid; place-items: center; padding: 60px 0; }

@media (max-width: 960px) {
    .header-inner { grid-template-columns: 1fr auto auto; min-height: 48px; }
}

@media (max-width: 700px) {
    .shell { width: min(calc(100% - 32px), var(--shell)); }
    .header-inner { min-height: 48px; gap: 10px; }
    .pagination { grid-template-columns: 1fr; text-align: left; }
    .pagination .older-posts { text-align: left; }
    .author-header-grid { grid-template-columns: 1fr; }
}
