:root {
  --cream: #f6eedf;
  --paper: #fffaf0;
  --red: #a73732;
  --red-dark: #772521;
  --ink: #2d2925;
  --muted: #6e655c;
  --sage: #64745d;
  --blue: #466978;
  --line: #d8cbbb;
  --radius: 8px;
  --content: 1180px;
}

* { box-sizing: border-box; }
.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; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--cream);
  color: var(--ink);
  font-family: Verdana, Geneva, sans-serif;
  font-size: 16px;
  line-height: 1.72;
}
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: .2em; }
a:hover { color: var(--red); }
img { display: block; max-width: 100%; }
button, input { font: inherit; }
.skip-link { position: absolute; left: 1rem; top: -5rem; z-index: 99; background: var(--paper); padding: .65rem 1rem; }
.skip-link:focus { top: 1rem; }
.site-header { border-bottom: 1px solid var(--line); background: rgba(246, 238, 223, .96); }
.header-top, .nav-row, .page-shell, .footer-inner { width: min(calc(100% - 36px), var(--content)); margin-inline: auto; }
.header-top { min-height: 112px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 1rem; }
.edition { color: var(--muted); font-size: .75rem; text-transform: uppercase; letter-spacing: 0; }
.wordmark { display: inline-flex; align-items: center; gap: .15rem; color: var(--ink); text-decoration: none; font-size: clamp(1.55rem, 3vw, 2.55rem); font-weight: 700; line-height: 1; }
.wordmark-dot { width: .72em; height: .72em; border-radius: 50%; background: var(--red); display: inline-block; margin-right: .08em; }
.wordmark strong { color: var(--red); }
.search-jump { justify-self: end; width: 42px; height: 42px; border: 1px solid var(--ink); border-radius: 50%; background: transparent; color: var(--ink); cursor: pointer; display: grid; place-items: center; }
.search-jump:hover, .search-jump:focus-visible { background: var(--red); border-color: var(--red); color: white; }
.search-jump svg { width: 19px; height: 19px; }
.nav-wrap { border-top: 1px solid var(--line); }
.nav-row { display: flex; align-items: center; justify-content: center; gap: clamp(1rem, 4vw, 3.25rem); min-height: 52px; overflow-x: auto; }
.nav-row a { flex: none; text-decoration: none; font-size: .82rem; font-weight: 700; }
.nav-row a:hover { text-decoration: underline; }
.page-shell { padding-block: 38px 70px; }
.eyebrow { margin: 0 0 .65rem; color: var(--red); font-size: .74rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0; }
h1, h2, h3, h4 { margin-top: 0; line-height: 1.16; letter-spacing: 0; }
h1 { font-size: clamp(2.25rem, 5vw, 4.65rem); }
h2 { font-size: clamp(1.55rem, 3vw, 2.35rem); }
h3 { font-size: 1.2rem; }
h4 { font-size: 1rem; }
.lead-layout { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(360px, .9fr); gap: 0; align-items: end; margin-bottom: 70px; }
.lead-photo { aspect-ratio: 3 / 2; width: 100%; object-fit: cover; border-radius: var(--radius) 0 0 var(--radius); }
.lead-copy { background: var(--paper); border: 1px solid var(--line); border-left: 0; border-radius: 0 var(--radius) var(--radius) 0; padding: clamp(1.4rem, 4vw, 3.25rem); position: relative; }
.lead-copy::before { content: "01"; position: absolute; right: 1rem; top: -2.6rem; color: var(--red); font-size: 4.5rem; line-height: 1; font-weight: 700; opacity: .16; }
.lead-copy h1 { font-size: clamp(2rem, 3.1vw, 2.8rem); margin-bottom: 1rem; hyphens: auto; overflow-wrap: break-word; }
.lead-copy h1 a, .story h3 a, .category-card h2 a { text-decoration: none; }
.lead-copy p { color: var(--muted); }
.read-link { display: inline-flex; align-items: center; gap: .55rem; margin-top: .7rem; color: var(--red-dark); font-weight: 700; text-decoration: none; }
.read-link::after { content: "→"; font-size: 1.3em; }
.section-rule { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 1rem; margin: 0 0 28px; }
.section-rule h2 { margin: 0; font-size: 1.25rem; }
.section-rule .line { height: 1px; background: var(--line); }
.section-rule span { color: var(--muted); font-size: .74rem; }
.story-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 34px 24px; }
.story { grid-column: span 4; min-width: 0; border-top: 4px solid var(--red); padding-top: 12px; }
.story:nth-child(2) { grid-column: span 5; border-color: var(--sage); }
.story:nth-child(3) { grid-column: span 3; border-color: var(--blue); }
.story:nth-child(4) { grid-column: 3 / span 8; display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: center; border-color: var(--red-dark); }
.story img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--radius); margin-bottom: 1rem; }
.story:nth-child(4) img { margin: 0; }
.story h3 { font-size: clamp(1.25rem, 2vw, 1.75rem); margin-bottom: .55rem; }
.story p { margin: .4rem 0; color: var(--muted); font-size: .94rem; }
.story-meta, .article-meta { display: flex; flex-wrap: wrap; gap: .5rem 1rem; color: var(--muted); font-size: .74rem; }
.category-band { margin-top: 75px; padding: 36px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: grid; grid-template-columns: .8fr 2fr; gap: 2rem; }
.category-band h2 { margin: 0; }
.category-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.category-links a { min-height: 88px; display: flex; align-items: flex-end; padding: 1rem; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); text-decoration: none; font-weight: 700; }
.category-links a:nth-child(2) { background: #e8eee7; }
.category-links a:nth-child(3) { background: #e8eef0; }
.search-panel { margin-top: 70px; padding: clamp(1.25rem, 4vw, 2.6rem); background: var(--red-dark); color: white; border-radius: var(--radius); display: grid; grid-template-columns: .7fr 1.3fr; gap: 2rem; }
.search-panel h2 { margin-bottom: .4rem; }
.search-form { display: flex; align-items: center; gap: 8px; }
.search-form input { width: 100%; min-width: 0; height: 52px; padding: 0 1rem; border: 0; border-radius: 5px; background: white; color: var(--ink); }
.search-form button { height: 52px; width: 52px; flex: none; border: 1px solid rgba(255,255,255,.6); border-radius: 50%; background: var(--red); color: white; cursor: pointer; }
.search-results { grid-column: 2; margin: 0; padding: 0; list-style: none; }
.search-results li { border-top: 1px solid rgba(255,255,255,.28); padding: .8rem 0; }
.search-results a { font-weight: 700; }
.search-status { grid-column: 2; margin: 0; font-size: .84rem; color: #f2d8d1; }
.category-header { padding: 30px 0 25px; display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; border-bottom: 1px solid var(--line); }
.category-header h1 { margin-bottom: 0; }
.category-header p { align-self: end; color: var(--muted); max-width: 58ch; }
.category-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 38px 24px; padding-top: 42px; }
.category-card { display: grid; grid-template-columns: .9fr 1.1fr; gap: 20px; align-items: start; }
.category-card img { aspect-ratio: 1 / 1; object-fit: cover; border-radius: var(--radius); }
.category-card h2 { font-size: 1.45rem; margin-bottom: .55rem; }
.category-card p { color: var(--muted); font-size: .92rem; }
.article-shell { width: min(calc(100% - 36px), 980px); margin-inline: auto; padding: 38px 0 78px; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: .4rem; margin-bottom: 34px; color: var(--muted); font-size: .78rem; }
.breadcrumbs a { color: var(--red-dark); }
.article-header { max-width: 850px; }
.article-header h1 { max-width: 20ch; margin-bottom: 1.1rem; hyphens: auto; overflow-wrap: break-word; }
.article-deck { max-width: 68ch; color: var(--muted); font-size: 1.12rem; }
.article-hero { margin: 34px 0 46px; width: 100%; aspect-ratio: 3 / 2; object-fit: cover; border-radius: var(--radius); }
.article-layout { display: grid; grid-template-columns: 170px minmax(0, 680px); gap: 50px; justify-content: center; }
.article-aside { font-size: .75rem; color: var(--muted); }
.article-aside strong { color: var(--red-dark); display: block; margin-bottom: .4rem; }
.article-body { min-width: 0; }
.article-body p { margin: 0 0 1.35rem; }
.article-body h2 { margin: 3.2rem 0 1.15rem; padding-top: .3rem; }
.article-body h2::before { content: ""; display: block; width: 54px; height: 5px; border-radius: 3px; background: var(--red); margin-bottom: .9rem; }
.article-body h3 { margin: 2.25rem 0 .8rem; color: var(--red-dark); }
.article-body ul, .article-body ol { margin: 0 0 1.5rem; padding-left: 1.4rem; }
.article-body li { margin-bottom: .55rem; }
.article-body blockquote { margin: 2rem 0; padding: 1rem 1.3rem; border-left: 5px solid var(--sage); background: #e9eee6; border-radius: 0 var(--radius) var(--radius) 0; }
.article-body .source-box { margin-top: 2.8rem; padding: 1.2rem; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); font-size: .86rem; }
.article-body .source-box h2 { margin: 0 0 .7rem; font-size: 1.1rem; }
.article-body .source-box h2::before { display: none; }
.disclaimer { margin-top: 2.5rem; padding-top: 1rem; border-top: 1px solid var(--line); color: var(--muted); font-size: .78rem; }
.site-footer { background: var(--ink); color: #f8efe1; }
.footer-inner { padding: 42px 0; display: grid; grid-template-columns: 1.2fr 2fr; gap: 2rem; }
.footer-inner .wordmark { color: white; font-size: 1.55rem; }
.footer-links { display: flex; flex-wrap: wrap; gap: .65rem 1.4rem; justify-content: flex-end; font-size: .8rem; }
.footer-note { grid-column: 1 / -1; border-top: 1px solid #5a514a; padding-top: 1rem; color: #cfc3b5; font-size: .74rem; }
:focus-visible { outline: 3px solid #d46158; outline-offset: 3px; }

@media (max-width: 900px) {
  .lead-layout { grid-template-columns: 1fr; }
  .lead-photo { border-radius: var(--radius) var(--radius) 0 0; }
  .lead-copy { border-left: 1px solid var(--line); border-top: 0; border-radius: 0 0 var(--radius) var(--radius); }
  .story, .story:nth-child(2), .story:nth-child(3) { grid-column: span 6; }
  .story:nth-child(4) { grid-column: span 12; }
  .category-band { grid-template-columns: 1fr; }
  .category-list { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  body { font-size: 15px; }
  .header-top { min-height: 84px; grid-template-columns: 1fr auto; }
  .edition { display: none; }
  .wordmark { justify-self: start; }
  .nav-row { justify-content: flex-start; padding-bottom: 2px; }
  .page-shell, .article-shell { padding-top: 24px; }
  .lead-layout { margin-bottom: 52px; }
  .lead-copy h1 { font-size: 2rem; }
  .story-grid { display: block; }
  .story, .story:nth-child(2), .story:nth-child(3), .story:nth-child(4) { display: block; margin-bottom: 38px; }
  .story:nth-child(4) img { margin-bottom: 1rem; }
  .category-links { grid-template-columns: 1fr; }
  .search-panel { grid-template-columns: 1fr; gap: 1rem; }
  .search-results, .search-status { grid-column: 1; }
  .category-header { grid-template-columns: 1fr; gap: .4rem; }
  .category-list { gap: 32px; }
  .category-card { grid-template-columns: 110px minmax(0, 1fr); gap: 14px; }
  .category-card h2 { font-size: 1.13rem; }
  .category-card h2 a { hyphens: auto; overflow-wrap: anywhere; }
  .category-card p { display: none; }
  .article-header h1 { font-size: 2rem; }
  .article-layout { grid-template-columns: 1fr; gap: 20px; }
  .article-aside { border-bottom: 1px solid var(--line); padding-bottom: 1rem; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-links { justify-content: flex-start; }
  .footer-note { grid-column: 1; }
}

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