:root {
    --ink: #11110f;
    --muted: #6c6b65;
    --paper: #f8f7f2;
    --white: #fff;
    --line: #d9d7cf;
    --accent: #ffdd42;
    --content: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 16px/1.55 Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
img, video { display: block; width: 100%; height: 100%; object-fit: cover; }
a { color: inherit; text-decoration: none; }
a:hover { text-decoration: underline; text-underline-offset: 4px; }
button, input { font: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.publication-header { position: sticky; z-index: 20; top: 0; border-bottom: 1px solid var(--line); background: rgba(248, 247, 242, .96); backdrop-filter: blur(12px); }
.publication-nav { display: flex; align-items: center; justify-content: space-between; width: min(var(--content), calc(100% - 48px)); min-height: 76px; margin: auto; gap: 28px; }
.publication-brand { display: flex; align-items: center; min-width: 0; gap: 12px; font-size: 20px; font-weight: 800; letter-spacing: -.03em; }
.publication-brand > span:last-child { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.publication-brand img, .brand-mark { width: 46px; height: 46px; flex: 0 0 46px; border-radius: 50%; }
.publication-brand img { object-fit: cover; }
.brand-mark { display: grid; place-items: center; background: var(--ink); color: var(--white); font-size: 19px; }
.publication-nav nav { display: flex; align-items: center; gap: 28px; font-size: 14px; font-weight: 650; white-space: nowrap; }
.subscribe-button { display: inline-flex; align-items: center; justify-content: center; min-height: 40px; padding: 9px 18px; border: 1px solid var(--ink); border-radius: 999px; background: var(--ink); color: var(--white); font-weight: 750; }
.subscribe-button:hover { background: var(--accent); color: var(--ink); text-decoration: none; }
main { width: min(var(--content), calc(100% - 48px)); margin: auto; }
.publication-intro { display: flex; align-items: end; justify-content: space-between; gap: 40px; padding: 62px 0 42px; border-bottom: 1px solid var(--ink); }
.publication-intro h1 { max-width: 850px; margin: 4px 0 10px; font: 800 clamp(46px, 8vw, 108px)/.91 Georgia, "Times New Roman", serif; letter-spacing: -.065em; overflow-wrap: anywhere; }
.publication-intro > div > p:last-child { max-width: 680px; margin: 20px 0 0; color: var(--muted); font-size: 18px; }
.eyebrow { margin: 0; color: var(--muted); font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.search-form { display: flex; width: min(310px, 100%); padding-bottom: 8px; border-bottom: 1px solid var(--ink); }
.search-form input { width: 100%; min-width: 0; padding: 7px 4px; border: 0; outline: 0; background: transparent; }
.search-form button { width: 40px; border: 0; background: transparent; cursor: pointer; font-size: 24px; }
.lead-grid { display: grid; grid-template-columns: minmax(0, 1.62fr) minmax(320px, .78fr); gap: 0 34px; padding: 42px 0 56px; border-bottom: 1px solid var(--ink); }
.story-card { min-width: 0; }
.story-card a { display: block; }
.story-card a:hover { text-decoration: none; }
.story-card a:hover h2 { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 5px; }
.card-media { margin: 0 0 19px; overflow: hidden; background: #e7e5dd; aspect-ratio: 16 / 10; }
.lead-story .card-media { aspect-ratio: 16 / 10; }
.story-copy h2 { margin: 0; font: 750 clamp(23px, 2.5vw, 39px)/1.08 Georgia, "Times New Roman", serif; letter-spacing: -.025em; }
.story-copy p { margin: 13px 0 16px; color: var(--muted); }
.story-copy time { color: var(--muted); font-size: 12px; font-weight: 650; text-transform: uppercase; }
.side-stories { display: grid; align-content: start; }
.side-story { padding: 0 0 22px; margin: 0 0 22px; border-bottom: 1px solid var(--line); }
.side-story:last-child { border-bottom: 0; }
.side-story .card-media { aspect-ratio: 2 / 1; margin-bottom: 13px; }
.side-story .story-copy h2 { font-size: clamp(19px, 1.7vw, 25px); }
.side-story .story-copy p { display: none; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 28px; padding: 48px 0 24px; border-bottom: 1px solid var(--ink); }
.section-heading h2 { margin: 4px 0 0; font: 750 clamp(31px, 4vw, 52px)/1 Georgia, "Times New Roman", serif; letter-spacing: -.035em; }
.search-heading { padding-top: 35px; }
.story-feed { display: grid; }
.feed-story > a { display: grid; grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr); gap: 32px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.feed-story .card-media { margin: 0; aspect-ratio: 16 / 9; }
.feed-story .story-copy { align-self: center; }
.feed-story .story-copy h2 { font-size: clamp(25px, 3vw, 42px); }
.pagination { display: grid; grid-template-columns: 1fr auto 1fr; gap: 22px; padding: 35px 0 60px; font-size: 14px; font-weight: 700; }
.pagination > :last-child { text-align: right; }
.empty-publication { min-height: 360px; display: grid; place-content: center; text-align: center; }
.empty-publication h2 { margin: 0 0 8px; font: 750 38px/1.1 Georgia, serif; }
.empty-publication p { color: var(--muted); }
.article-page { max-width: 880px; margin: auto; padding: 50px 0 70px; }
.back-link { display: inline-block; margin-bottom: 50px; color: var(--muted); font-size: 14px; font-weight: 650; }
.article-page header { margin-bottom: 36px; }
.article-page h1 { margin: 14px 0 22px; font: 780 clamp(40px, 7vw, 78px)/.99 Georgia, "Times New Roman", serif; letter-spacing: -.045em; overflow-wrap: anywhere; }
.article-page header time { color: var(--muted); font-size: 14px; }
.article-media { width: min(1080px, calc(100vw - 48px)); max-height: 720px; margin: 0 50% 42px; transform: translateX(-50%); background: #e7e5dd; }
.article-media img, .article-media video { max-height: 720px; object-fit: contain; background: #111; }
.article-body { max-width: 720px; margin: auto; font: 20px/1.75 Georgia, "Times New Roman", serif; overflow-wrap: anywhere; }
.article-actions { display: flex; align-items: center; gap: 22px; max-width: 720px; margin: 42px auto 0; padding-top: 28px; border-top: 1px solid var(--line); font-size: 14px; font-weight: 700; }
.more-section { padding-bottom: 70px; border-top: 1px solid var(--ink); }
.more-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; padding-top: 28px; }
.more-story .story-copy h2 { font-size: 24px; }
.more-story .story-copy p { display: none; }
.publication-footer { display: flex; align-items: end; justify-content: space-between; width: min(var(--content), calc(100% - 48px)); margin: auto; padding: 36px 0 48px; border-top: 1px solid var(--ink); color: var(--muted); font-size: 13px; }
.publication-footer div { display: grid; gap: 4px; }
.publication-footer strong { color: var(--ink); font-size: 16px; }

@media (max-width: 860px) {
    .publication-nav nav > a:not(.subscribe-button) { display: none; }
    .publication-intro { align-items: start; flex-direction: column; padding-top: 42px; }
    .lead-grid { grid-template-columns: 1fr; }
    .side-stories { grid-template-columns: repeat(2, 1fr); gap: 24px; margin-top: 38px; }
    .side-story, .side-story:last-child { border-bottom: 1px solid var(--line); }
    .more-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 600px) {
    .publication-nav, main, .publication-footer { width: min(100% - 28px, var(--content)); }
    .publication-nav { min-height: 66px; }
    .publication-brand { font-size: 17px; }
    .publication-brand img, .brand-mark { width: 38px; height: 38px; flex-basis: 38px; }
    .subscribe-button { min-height: 36px; padding: 7px 13px; font-size: 13px; }
    .publication-intro h1 { font-size: clamp(43px, 17vw, 72px); }
    .side-stories, .more-grid { grid-template-columns: 1fr; }
    .feed-story > a { grid-template-columns: 1fr; gap: 15px; }
    .feed-story .story-copy h2 { font-size: 27px; }
    .article-page { padding-top: 32px; }
    .back-link { margin-bottom: 34px; }
    .article-page h1 { font-size: clamp(37px, 12vw, 58px); }
    .article-media { width: calc(100vw - 28px); }
    .article-body { font-size: 18px; }
    .article-actions { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
