:root {
  --green: #0b3025;
  --green-2: #174a38;
  --gold: #c7a34f;
  --gold-soft: #ead9a8;
  --paper: #f2efe6;
  --cream: #fffdf7;
  --ink: #17201c;
  --muted: #68716c;
  --rust: #984d36;
  --rule: #b9b4a7;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Tahoma, Verdana, sans-serif;
  line-height: 1.65;
}
img { display: block; width: 100%; height: auto; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: .2em; }
a:hover { color: var(--rust); }
button, input { font: inherit; }
.skip-link { position: absolute; left: 12px; top: -60px; background: var(--cream); padding: 10px 14px; z-index: 20; }
.skip-link:focus { top: 12px; }
.site-header { background: var(--green); color: var(--cream); border-bottom: 5px solid var(--gold); }
.utility { max-width: var(--max); margin: auto; min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 4px 24px; border-bottom: 1px solid rgba(255,255,255,.18); font-size: 12px; text-transform: uppercase; letter-spacing: 0; }
.issue { color: var(--gold-soft); white-space: nowrap; }
.search-form { display: flex; align-items: stretch; min-width: 290px; }
.search-form label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.search-form input { width: 100%; min-width: 0; border: 1px solid var(--gold); border-right: 0; background: transparent; color: white; padding: 7px 10px; border-radius: 0; }
.search-form button { border: 1px solid var(--gold); background: var(--gold); color: var(--green); padding: 7px 12px; font-weight: 700; cursor: pointer; }
.masthead { max-width: var(--max); margin: auto; padding: 18px 24px 14px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; }
.brand { justify-self: center; text-decoration: none; text-align: center; line-height: .86; text-transform: uppercase; font-weight: 700; font-size: 54px; color: var(--cream); }
.brand:hover { color: var(--gold-soft); }
.brand span { display: block; font-size: 12px; margin-top: 10px; color: var(--gold); line-height: 1.2; }
.mast-note { max-width: 210px; font-size: 12px; line-height: 1.45; color: #d7dfdb; }
.mast-note.right { justify-self: end; text-align: right; }
.primary-nav { border-top: 1px solid rgba(255,255,255,.2); }
.primary-nav ul { list-style: none; display: flex; max-width: var(--max); margin: auto; padding: 0 24px; justify-content: center; overflow-x: auto; scrollbar-width: thin; }
.primary-nav a { display: block; padding: 11px 15px; text-decoration: none; white-space: nowrap; text-transform: uppercase; font-size: 11px; font-weight: 700; }
.primary-nav a:hover, .primary-nav a[aria-current="page"] { color: var(--gold-soft); background: rgba(255,255,255,.07); }
.search-panel { max-width: var(--max); margin: 0 auto; padding: 20px 24px 24px; background: var(--cream); border: 1px solid var(--gold); border-top: 0; }
.search-panel[hidden] { display: none; }
.search-head { display: flex; justify-content: space-between; align-items: center; gap: 16px; border-bottom: 1px solid var(--rule); }
.search-head h2 { margin: 0 0 10px; font-size: 20px; }
.search-close { border: 0; background: transparent; color: var(--green); font-size: 26px; cursor: pointer; width: 40px; height: 40px; }
.search-results { list-style: none; padding: 0; margin: 8px 0 0; }
.search-results li { border-bottom: 1px solid #d7d2c7; padding: 12px 0; }
.search-results a { font-weight: 700; }
.search-results p { margin: 3px 0 0; color: var(--muted); font-size: 14px; }
.page-shell { max-width: var(--max); margin: 0 auto; padding: 26px 24px 70px; }
.edition-line { display: flex; justify-content: space-between; align-items: center; border-top: 1px solid var(--ink); border-bottom: 3px solid var(--ink); padding: 7px 0; font-size: 11px; text-transform: uppercase; font-weight: 700; }
.lead-grid { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(250px, .65fr); gap: 28px; padding: 22px 0 32px; border-bottom: 1px solid var(--ink); }
.lead-image { aspect-ratio: 16 / 10; object-fit: cover; }
.kicker { margin: 0 0 9px; color: var(--rust); font-size: 12px; text-transform: uppercase; font-weight: 700; }
.lead-copy { display: flex; flex-direction: column; justify-content: center; }
.lead-copy h1 { font-size: 46px; line-height: 1.04; margin: 0; letter-spacing: 0; }
.lead-copy .dek { font-size: 18px; line-height: 1.52; margin: 20px 0; color: #354039; }
.meta { color: var(--muted); font-size: 12px; text-transform: uppercase; }
.read-link { display: inline-flex; align-items: center; gap: 9px; width: fit-content; margin-top: 10px; padding: 10px 0; border-bottom: 2px solid var(--gold); text-decoration: none; font-weight: 700; }
.section-label { margin: 36px 0 16px; border-top: 4px solid var(--green); padding-top: 9px; display: flex; justify-content: space-between; align-items: baseline; }
.section-label h2 { margin: 0; font-size: 22px; text-transform: uppercase; }
.section-label span { font-size: 11px; color: var(--muted); text-transform: uppercase; }
.story-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 24px; }
.story { grid-column: span 6; border-top: 1px solid var(--ink); padding-top: 10px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(170px, .72fr); gap: 18px; }
.story:nth-child(3), .story:nth-child(4) { grid-column: span 6; }
.story img { aspect-ratio: 4 / 3; object-fit: cover; }
.story h3 { margin: 5px 0 9px; line-height: 1.15; font-size: 24px; }
.story h3 a { text-decoration: none; }
.story p { font-size: 14px; color: #45504a; margin: 0 0 9px; }
.category-band { margin-top: 42px; background: var(--green); color: white; padding: 28px; display: grid; grid-template-columns: 230px 1fr; gap: 28px; }
.category-band h2 { margin: 0; font-size: 27px; line-height: 1.1; color: var(--gold-soft); }
.category-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(255,255,255,.2); }
.category-links a { background: var(--green); padding: 11px 14px; text-decoration: none; font-size: 13px; }
.category-links a:hover { background: var(--green-2); color: white; }
.site-footer { background: #101814; color: #cfd7d2; border-top: 5px solid var(--gold); }
.footer-inner { max-width: var(--max); margin: auto; padding: 34px 24px 42px; display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 36px; }
.footer-brand { color: white; font-size: 25px; font-weight: 700; text-transform: uppercase; }
.footer-inner h2 { color: var(--gold-soft); font-size: 13px; margin: 0 0 10px; text-transform: uppercase; }
.footer-inner p, .footer-inner li { font-size: 13px; }
.footer-inner ul { list-style: none; padding: 0; margin: 0; }
.footer-inner a { color: inherit; }
.footer-fine { max-width: var(--max); margin: auto; padding: 12px 24px 20px; border-top: 1px solid #38433d; font-size: 11px; }

.article-shell { max-width: 1100px; margin: 0 auto; padding: 35px 24px 80px; }
.breadcrumbs { font-size: 12px; color: var(--muted); margin-bottom: 28px; }
.breadcrumbs a { color: var(--green); }
.article-head { max-width: 930px; margin: 0 auto 26px; text-align: center; }
.article-head h1 { margin: 8px 0 18px; font-size: 50px; line-height: 1.08; letter-spacing: 0; }
.article-head .dek { max-width: 760px; margin: 0 auto 18px; font-size: 19px; color: #435048; }
.article-hero { aspect-ratio: 16 / 9; object-fit: cover; border-bottom: 6px solid var(--gold); }
.caption { font-size: 11px; color: var(--muted); margin: 7px 0 30px; }
.article-layout { display: grid; grid-template-columns: 190px minmax(0, 680px); justify-content: center; gap: 38px; align-items: start; }
.article-aside { position: sticky; top: 18px; border-top: 3px solid var(--green); padding-top: 10px; font-size: 12px; color: var(--muted); }
.article-aside strong { display: block; color: var(--ink); text-transform: uppercase; margin-bottom: 7px; }
.article-aside ul { padding-left: 18px; }
.article-aside a { text-decoration: none; }
.article-body { min-width: 0; font-family: Tahoma, Verdana, sans-serif; font-size: 17px; line-height: 1.76; }
.article-body > p:first-child::first-letter { float: left; font-size: 66px; line-height: .8; padding: 8px 10px 0 0; color: var(--green); font-weight: 700; }
.article-body h2 { margin: 44px 0 13px; padding-top: 9px; border-top: 3px solid var(--green); font-size: 29px; line-height: 1.2; }
.article-body h3 { margin: 30px 0 9px; font-size: 21px; line-height: 1.25; color: var(--green-2); }
.article-body h4 { margin: 23px 0 6px; font-size: 16px; text-transform: uppercase; color: var(--rust); }
.article-body p { margin: 0 0 20px; }
.article-body ul, .article-body ol { margin: 0 0 22px; padding-left: 24px; }
.article-body li { margin-bottom: 8px; }
.article-body blockquote { margin: 30px 0; padding: 18px 24px; border-left: 5px solid var(--gold); background: var(--cream); font-size: 19px; line-height: 1.5; }
.article-body table { border-collapse: collapse; width: 100%; margin: 24px 0; font-size: 14px; }
.article-body th, .article-body td { border: 1px solid var(--rule); padding: 10px; text-align: left; vertical-align: top; }
.article-body th { background: var(--green); color: white; }
.related { max-width: 930px; margin: 56px auto 0; border-top: 5px solid var(--green); padding-top: 16px; }
.related h2 { font-size: 22px; margin: 0 0 16px; }
.related-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.related-card { display: grid; grid-template-columns: 130px 1fr; gap: 14px; align-items: start; }
.related-card img { aspect-ratio: 4 / 3; object-fit: cover; }
.related-card h3 { font-size: 16px; line-height: 1.25; margin: 0; }
.related-card a { text-decoration: none; }

.category-head { display: grid; grid-template-columns: 1fr 2fr; gap: 32px; padding: 34px 0 25px; border-bottom: 4px solid var(--ink); }
.category-head h1 { margin: 0; color: var(--green); font-size: 43px; line-height: 1; text-transform: uppercase; }
.category-head p { margin: 0; max-width: 690px; font-size: 18px; }
.category-list { margin-top: 28px; display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 28px; }
.category-card { background: var(--cream); border-top: 5px solid var(--green); }
.category-card img { aspect-ratio: 16 / 10; object-fit: cover; }
.category-card-copy { padding: 18px; }
.category-card h2 { font-size: 25px; line-height: 1.18; margin: 5px 0 10px; }
.category-card h2 a { text-decoration: none; }
.category-card p { color: #455048; font-size: 14px; }
.category-card .read-link { font-size: 13px; }
.category-note { margin-top: 30px; padding: 20px; border: 1px solid var(--gold); background: var(--cream); }
.category-note h2 { margin: 0 0 8px; font-size: 19px; }

@media (max-width: 900px) {
  .masthead { grid-template-columns: 1fr; gap: 8px; }
  .mast-note { display: none; }
  .brand { font-size: 46px; }
  .lead-grid { grid-template-columns: 1fr; }
  .lead-copy h1 { font-size: 40px; }
  .story { grid-column: span 12; }
  .category-band { grid-template-columns: 1fr; }
  .article-layout { grid-template-columns: 1fr; }
  .article-aside { position: static; border: 1px solid var(--rule); padding: 14px 18px; }
  .article-head h1 { font-size: 42px; }
}

@media (max-width: 640px) {
  .utility { align-items: stretch; flex-direction: column; gap: 5px; padding-top: 8px; padding-bottom: 8px; }
  .issue { text-align: center; }
  .search-form { min-width: 0; }
  .masthead { padding: 15px 16px 12px; }
  .brand { font-size: 38px; }
  .primary-nav ul { justify-content: flex-start; padding: 0 8px; }
  .page-shell, .article-shell { padding-left: 16px; padding-right: 16px; }
  .edition-line { align-items: flex-start; gap: 12px; }
  .lead-grid { padding-top: 16px; gap: 17px; }
  .lead-copy h1 { font-size: 34px; }
  .lead-copy .dek { font-size: 16px; margin: 14px 0; }
  .story { grid-template-columns: 1fr; gap: 10px; }
  .story h3 { font-size: 22px; }
  .category-band { margin-left: -16px; margin-right: -16px; padding: 22px 16px; }
  .category-links { grid-template-columns: 1fr 1fr; }
  .footer-inner { grid-template-columns: 1fr; gap: 20px; }
  .article-head { text-align: left; }
  .article-head h1 { font-size: 34px; }
  .article-head .dek { font-size: 17px; }
  .article-body { font-size: 16px; line-height: 1.72; }
  .article-body h2 { font-size: 25px; }
  .article-body table { display: block; overflow-x: auto; }
  .related-grid, .category-list { grid-template-columns: 1fr; }
  .related-card { grid-template-columns: 105px 1fr; }
  .category-head { grid-template-columns: 1fr; gap: 14px; }
  .category-head h1 { font-size: 34px; }
  .category-head p { font-size: 16px; }
}

@media print {
  .site-header, .site-footer, .article-aside, .related { display: none; }
  body { background: white; }
  .article-layout { display: block; }
}
