:root { --paper: #fff; --ink: #202020; --muted: #66615b; --line: #d6d2cc; --accent: #a32924; --serif: 'Libre Caslon Display', Georgia, serif; --sans: 'Libre Franklin', Arial, sans-serif; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.editorial { margin: 0; background: var(--paper); color: var(--ink); font-family: Georgia, serif; }
.editorial--blog { --paper: #fcfbf8; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--accent); }
button, input, select, textarea { font: inherit; }
button, summary { cursor: pointer; }
img { display: block; max-width: 100%; }
figure, h1, h2, h3, p { margin: 0; }
h1, h2, h3, h4, .display-face { font-family: var(--serif); font-weight: 400; text-wrap: pretty; }
a, h1, h2, h3, p { overflow-wrap: anywhere; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 4px; }
::selection { background: #efe1cc; }
[hidden] { display: none !important; }
.news-shell { width: min(1200px, calc(100% - 80px)); margin-inline: auto; }
.sr-only, .skip-link:not(:focus) { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.skip-link:focus { display: block; padding: 12px; background: var(--ink); color: white; }
.masthead { display: grid; grid-template-columns: 1fr 2fr 1fr; gap: 24px; align-items: center; min-height: 126px; }
.masthead-name { font-family: var(--serif); font-size: clamp(32px, 4vw, 58px); text-align: center; line-height: 1; letter-spacing: -.035em; }
.masthead-tools, .masthead-actions, .edition-nav, .edition-search, .edition-footer nav { font: 12px/1.5 var(--sans); }
.masthead-tools { display: flex; flex-direction: column; gap: 12px; }
.edition-date { color: var(--muted); font-size: 10px; }
.masthead-actions { display: flex; gap: 24px; align-items: center; justify-content: flex-end; }
.search-toggle { border: 0; background: none; padding: 10px; }
.edition-menu { position: relative; width: fit-content; }
.edition-menu summary { list-style: none; min-height: 32px; display: flex; gap: 10px; align-items: center; }
.edition-menu summary::-webkit-details-marker { display: none; }
.menu-panel { position: absolute; z-index: 20; top: 100%; left: 0; width: 240px; padding: 15px 22px; background: var(--paper); border: 1px solid var(--line); box-shadow: 0 10px 25px #0000000d; }
.menu-panel a { display: block; padding: 10px 0; border-bottom: 1px solid var(--line); }
.edition-nav { display: flex; flex-wrap: wrap; gap: 12px 30px; justify-content: center; padding: 15px 0; border-top: 1px solid var(--ink); border-bottom: 3px double var(--ink); }
.edition-nav [aria-current] { color: var(--accent); }
.edition-search { padding-block: 22px; border-bottom: 1px solid var(--line); }
.edition-search form { display: flex; max-width: 740px; margin: auto; gap: 10px; }
.section-heading { text-align: center; padding: 45px 0 42px; }
.eyebrow { display: inline-block; font: 11px/1.5 var(--sans); letter-spacing: .09em; text-transform: uppercase; color: var(--accent); }
.section-heading .eyebrow { font-size: 9px; letter-spacing: .18em; margin-bottom: 10px; }
.section-heading h1 { font-size: clamp(38px, 4.5vw, 60px); line-height: 1.08; }
.front-features { display: grid; grid-template-columns: minmax(0, 1.8fr) minmax(0, 1fr) minmax(0, 1fr); gap: 26px; padding-bottom: 36px; }
.story { min-width: 0; }
.story-image { display: block; background: #f1eee8; overflow: hidden; margin-bottom: 20px; }
.story-image img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; transition: opacity .2s; }
.story-image:hover img { opacity: .9; }
.story h2 { font-size: 29px; line-height: 1.12; margin-top: 9px; }
.story-deck { font-size: 15px; line-height: 1.6; margin-top: 12px; color: #494641; }
.story-byline { font: 11px/1.6 var(--sans); margin-top: 18px; font-weight: 600; }
.story-byline:empty { display: none; }
.story-date { font: 10px/1.6 var(--sans); color: var(--muted); margin-top: 7px; }
.story--lead .story-image img { aspect-ratio: 1.65; }
.story--lead h2 { font-size: clamp(34px, 3.4vw, 46px); line-height: 1.05; }
.story--lead .story-copy { text-align: center; padding-inline: 15px; }
.story--secondary { border-left: 1px solid var(--line); padding-left: 26px; }
.story--secondary h2 { font-size: 29px; }
.rule-title { display: flex; justify-content: space-between; align-items: center; gap: 20px; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--line); padding-block: 14px; margin-bottom: 28px; }
.rule-title h2 { font-size: 30px; }
.section-ornament { color: var(--accent); font-size: 25px; }
.story-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 34px 26px; }
.story-grid .story { padding-bottom: 25px; border-bottom: 1px solid var(--line); }
.story-grid h2 { font-size: 27px; }
.editorial--blog .front-features { display: block; padding-bottom: 45px; }
.editorial--blog .story--lead { display: grid; grid-template-columns: 1.18fr 1fr; gap: 55px; align-items: center; }
.editorial--blog .story--lead .story-image { margin: 0; }
.editorial--blog .story--lead .story-image img { aspect-ratio: 1.25; }
.editorial--blog .story--lead h2 { font-size: clamp(34px, 4.3vw, 56px); }
.editorial--blog .story-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 35px; }
.editorial--blog .story-grid h2 { font-size: 32px; }
.editorial--blog .story-grid .story-copy { text-align: center; }
.paper-field { display: block; width: 100%; min-width: 0; padding: 13px 15px; border: 1px solid #aaa59d; border-radius: 0; background: var(--paper); color: var(--ink); font: 13px/1.5 var(--sans); }
.field-label { display: block; font: 11px/1.5 var(--sans); margin-bottom: 8px; }
.ink-button { display: inline-flex; justify-content: center; align-items: center; padding: 13px 22px; border: 1px solid var(--ink); border-radius: 0; background: var(--ink); color: #fff; font: 11px/1.5 var(--sans); white-space: nowrap; }
.ink-button:hover { background: var(--accent); border-color: var(--accent); color: #fff; }
.newsletter { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 70px; margin-top: 65px; padding: 35px 0; border-top: 3px double var(--ink); border-bottom: 1px solid var(--ink); }
.newsletter h2 { font-size: 34px; margin: 8px 0; }
.newsletter p { font-size: 15px; color: var(--muted); }
.newsletter-fields { display: flex; gap: 10px; }
.edition-footer { padding-block: 35px 25px; text-align: center; }
.footer-name { font: 34px/1.2 var(--serif); }
.edition-footer nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px 25px; margin: 26px 0; font-size: 10px; }
.edition-footer p { font: 10px/1.6 var(--sans); color: var(--muted); }
.news-pagination { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-top: 28px; font: 11px/1.5 var(--sans); }
.news-pagination__items { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
.news-pagination__page, .news-pagination__control { display: inline-flex; justify-content: center; align-items: center; min-height: 38px; min-width: 38px; padding: 8px; border: 1px solid var(--line); }
.news-pagination .is-current { background: var(--ink); color: white; }
.news-pagination .is-disabled { color: #777; border-color: transparent; }
.news-pagination .is-gap { border: 0; }
.empty-state { text-align: center; padding: 70px 0; color: var(--muted); }
.archive-list { max-width: 920px; margin: auto; }
.archive-list .story { display: grid; grid-template-columns: 240px 1fr; gap: 30px; padding-block: 28px; border-top: 1px solid var(--line); }
.archive-list .story-image { margin: 0; }
.archive-list .story h2 { font-size: 35px; }
.article-header { max-width: 840px; margin: auto; padding: 55px 0 35px; text-align: center; }
.article-header h1 { font-size: clamp(38px, 5vw, 65px); line-height: 1.04; margin: 17px 0; }
.article-header .story-deck { font-size: 20px; line-height: 1.5; }
.article-image { max-width: 1000px; margin: 0 auto 40px; }
.article-image img { width: 100%; max-height: 650px; object-fit: contain; }
.article-layout { display: grid; grid-template-columns: minmax(0, 720px) minmax(0, 260px); justify-content: center; gap: 65px; }
.article-body { min-width: 0; }
.article-sidebar { border-left: 1px solid var(--line); padding-left: 25px; }
.article-sidebar h2 { font-size: 27px; }
.story-small { padding: 18px 0; border-bottom: 1px solid var(--line); }
.story-small h3 { font-size: 24px; line-height: 1.15; }
.post-content { font: 19px/1.8 Georgia, serif; overflow-wrap: anywhere; }
.post-content p, .post-content ul, .post-content ol { margin-bottom: 1.4em; }
.post-content > p:first-of-type::first-letter { float: left; font: 80px/.85 var(--serif); padding: 8px 10px 0 0; }
.post-content h1, .post-content h2 { font-size: 35px; line-height: 1.2; margin: 1.3em 0 .6em; }
.post-content h3, .post-content h4 { font-size: 28px; line-height: 1.2; margin: 1.3em 0 .6em; }
.post-content ul { list-style: disc; padding-left: 24px; }
.post-content ol { list-style: decimal; padding-left: 24px; }
.post-content a { text-decoration: underline; text-underline-offset: 3px; }
.post-content blockquote { border-left: 2px solid var(--accent); margin: 30px 0; padding-left: 25px; font-size: 25px; font-style: italic; }
.post-content img, .post-content video, .post-content iframe { max-width: 100%; height: auto; }
.post-content table { display: block; max-width: 100%; overflow-x: auto; border-collapse: collapse; margin-block: 24px; }
.post-content th, .post-content td { border: 1px solid var(--line); padding: 10px; }
.post-content pre { max-width: 100%; overflow-x: auto; font-size: 14px; }
.article-tags { border-top: 1px solid var(--line); padding-top: 22px; margin-top: 40px; display: flex; gap: 15px; flex-wrap: wrap; font: 12px var(--sans); }
.paper-panel { border: 1px solid var(--line); background: var(--paper); }
.aside-widget { border-top: 1px solid var(--ink); background: #f7f5f0; padding: 24px; }
.page-header { background: #f7f5f0; border-bottom: 1px solid var(--line); padding: 40px 0; }
.page-header h1 { font-size: clamp(36px, 5vw, 60px); line-height: 1.1; }
.page-header-breadcrumb { font: 11px/1.5 var(--sans); }
.page-header + div p, .page-header + div li { line-height: 1.8; }
.page-header + div p { margin-bottom: 1em; }
.page-header + div h2, .page-header + div h3 { font-size: 28px; margin-block: 1em .5em; }
@media (max-width: 1000px) {
    .news-shell { width: calc(100% - 48px); }
    .front-features { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .editorial--news .story--lead { grid-column: 1 / -1; display: grid; grid-template-columns: 1.2fr 1fr; gap: 24px; align-items: center; }
    .story--secondary { border-left: 0; padding-left: 0; }
    .story-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .article-layout { grid-template-columns: minmax(0, 1fr); max-width: 720px; margin: auto; }
    .article-sidebar { border-left: 0; border-top: 1px solid var(--ink); padding: 25px 0 0; }
    .newsletter { gap: 30px; }
    .newsletter-fields { flex-direction: column; }
    .editorial--blog .story--lead { gap: 28px; }
}
@media (max-width: 640px) {
    .news-shell { width: calc(100% - 36px); }
    .masthead { grid-template-columns: 45px minmax(0, 1fr) 35px; gap: 8px; min-height: 92px; }
    .masthead-name { font-size: 34px; }
    .edition-date, .newsletter-link { display: none; }
    .edition-menu summary { font-size: 0; }
    .edition-menu summary span { font-size: 22px; }
    .edition-nav { flex-wrap: nowrap; justify-content: flex-start; overflow-x: auto; gap: 23px; font-size: 11px; padding-block: 13px; }
    .edition-nav a { flex-shrink: 0; }
    .section-heading { padding: 32px 0; }
    .front-features { display: block; }
    .editorial--news .story--lead, .editorial--blog .story--lead { display: block; }
    .story--lead .story-copy { padding: 0; }
    .editorial--blog .story--lead .story-image { margin-bottom: 22px; }
    .story--secondary { display: grid; grid-template-columns: 110px minmax(0, 1fr); gap: 18px; border-top: 1px solid var(--line); margin-top: 25px; padding-top: 25px; }
    .story--secondary .story-image img { aspect-ratio: 1; }
    .story--secondary h2 { font-size: 25px; }
    .story--secondary .story-deck { display: none; }
    .story-grid, .editorial--blog .story-grid { grid-template-columns: 1fr; gap: 26px; }
    .story-grid .story { display: grid; grid-template-columns: minmax(0, 1fr) 110px; gap: 18px; }
    .story-grid .story-image { grid-column: 2; grid-row: 1; margin: 0; }
    .story-grid .story-image img { aspect-ratio: 1; }
    .story-grid .story-copy { grid-column: 1; grid-row: 1; text-align: left; }
    .story-grid h2, .editorial--blog .story-grid h2 { font-size: 27px; }
    .story-deck { font-size: 14px; }
    .newsletter { grid-template-columns: 1fr; margin-top: 40px; gap: 22px; }
    .newsletter-fields { flex-direction: column; }
    .news-pagination { align-items: flex-start; flex-direction: column; }
    .archive-list .story { grid-template-columns: 100px minmax(0, 1fr); gap: 18px; }
    .archive-list .story h2 { font-size: 27px; }
    .article-header { padding-top: 35px; }
    .article-header .story-deck { font-size: 18px; }
    .post-content { font-size: 18px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }
.editorial-setting { padding-block: 35px; border-bottom: 1px solid var(--line); }
.editorial-setting h2 { font-size: clamp(30px, 4vw, 48px); line-height: 1.1; margin-bottom: 20px; }
.editorial-setting figure { margin-bottom: 25px; }
.editorial-setting img { width: 100%; max-height: 480px; object-fit: cover; }
.editorial-setting--special { text-align: center; }
@media (min-width: 768px) {
    .editorial-setting--left, .editorial-setting--right { display: flex; align-items: center; gap: 35px; }
    .editorial-setting--right { flex-direction: row-reverse; }
    .editorial-setting--left > *, .editorial-setting--right > * { flex: 1; min-width: 0; }
}
.article-layout--solo { display: block; max-width: 720px; margin-inline: auto; }
@media (min-width: 1001px) {
    .editorial--news .front-features--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .editorial--news .front-features--1 { display: block; }
    .editorial--news .front-features--1 .story--lead { display: grid; grid-template-columns: 1.2fr 1fr; align-items: center; gap: 35px; }
}
