:root {
  --ink: #17241c;
  --moss: #304b35;
  --leaf: #52704a;
  --ivory: #f7f3e8;
  --paper: #fffdf7;
  --wood: #815b3f;
  --clay: #c85f4b;
  --sky: #b9d3d0;
  --line: #b7b29f;
  --content: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ivory); }
body {
  margin: 0;
  color: var(--ink);
  background: linear-gradient(rgba(48,75,53,.035) 1px, transparent 1px), var(--ivory);
  background-size: 100% 28px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 1.65;
  letter-spacing: 0;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: .18em; }
a:hover { color: var(--clay); }
button, input { font: inherit; }
.skip-link { position: fixed; top: .5rem; left: .5rem; z-index: 100; padding: .55rem .75rem; color: var(--paper); background: var(--ink); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.site-header { border-bottom: 2px solid var(--ink); background: var(--paper); }
.topline { display: flex; align-items: center; justify-content: space-between; width: min(calc(100% - 32px), var(--content)); min-height: 42px; margin: 0 auto; border-bottom: 1px solid var(--line); color: var(--wood); font-size: .72rem; font-weight: 700; text-transform: uppercase; }
.topline p { margin: 0; }
.edition { color: var(--moss); }
.masthead { display: grid; grid-template-columns: minmax(160px,.8fr) auto minmax(160px,.8fr); align-items: end; width: min(calc(100% - 32px), var(--content)); min-height: 122px; margin: 0 auto; padding: 20px 0 17px; }
.brand { grid-column: 2; display: inline-flex; align-items: baseline; justify-self: center; color: var(--moss); text-decoration: none; font-size: clamp(2.35rem,5vw,4.8rem); font-weight: 900; line-height: .9; }
.brand span { color: var(--clay); font-style: italic; font-weight: 400; }
.brand-mark { display: inline-grid; width: .48em; height: .48em; margin-right: .08em; border: .1em solid var(--moss); border-radius: 50% 50% 0 50%; transform: rotate(-12deg); }
.header-note { max-width: 220px; margin: 0 0 7px; color: var(--wood); font-size: .75rem; font-weight: 700; line-height: 1.35; text-transform: uppercase; }
.header-note:last-child { justify-self: end; text-align: right; }
.main-nav { background: var(--moss); color: var(--paper); }
.nav-inner { display: flex; align-items: stretch; width: min(100%, var(--content)); min-height: 47px; margin: 0 auto; overflow-x: auto; scrollbar-width: thin; }
.nav-inner a { display: flex; flex: 0 0 auto; align-items: center; padding: .55rem 1rem; border-right: 1px solid rgba(255,255,255,.2); text-decoration: none; font-size: .78rem; font-weight: 700; text-transform: uppercase; }
.nav-inner a:hover, .nav-inner a[aria-current="page"] { color: var(--ink); background: var(--sky); }
.search-link { margin-left: auto; }
.page-shell { width: min(calc(100% - 32px), var(--content)); margin: 0 auto; }
.issue-line { display: flex; gap: 16px; align-items: center; margin: 24px 0 16px; color: var(--wood); font-size: .74rem; font-weight: 700; text-transform: uppercase; }
.issue-line::after { flex: 1; height: 1px; background: var(--line); content: ""; }
.lead-grid { display: grid; grid-template-columns: minmax(0,1.7fr) minmax(250px,.72fr); gap: 28px; padding-bottom: 28px; border-bottom: 2px solid var(--ink); }
.lead-story { position: relative; min-width: 0; }
.lead-story a { text-decoration: none; }
.lead-image { aspect-ratio: 16 / 9; width: 100%; object-fit: cover; }
.lead-story .category-flag { position: absolute; top: 14px; left: -8px; }
.category-flag, .category-tag { display: inline-block; padding: .34rem .58rem; color: var(--paper); background: var(--clay); font-size: .69rem; font-weight: 700; line-height: 1.2; text-decoration: none; text-transform: uppercase; }
.lead-title { max-width: 930px; margin: 16px 0 8px; font-size: clamp(2rem,5vw,4.25rem); line-height: .98; }
.lead-deck { max-width: 800px; margin: 0; color: #48544b; font-size: 1.03rem; }
.side-desk { display: flex; flex-direction: column; border-top: 9px solid var(--wood); }
.side-desk h2 { margin: 16px 0 0; font-size: 1rem; text-transform: uppercase; }
.desk-item { padding: 18px 0; border-bottom: 1px solid var(--line); }
.desk-item a { text-decoration: none; }
.desk-item h3 { margin: .35rem 0 .3rem; font-size: 1.18rem; line-height: 1.13; }
.desk-item p { margin: 0; color: #536057; font-size: .86rem; line-height: 1.45; }
.mini-kicker { color: var(--clay); font-size: .66rem; font-weight: 700; text-transform: uppercase; }
.section-head { display: grid; grid-template-columns: auto 1fr auto; gap: 16px; align-items: center; margin: 34px 0 18px; }
.section-head::before, .section-head::after { height: 2px; background: var(--ink); content: ""; }
.section-head h2 { margin: 0; color: var(--moss); font-size: 1.35rem; text-transform: uppercase; }
.story-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 22px; margin-bottom: 42px; }
.story-card { min-width: 0; border-bottom: 4px solid var(--wood); }
.story-card a { text-decoration: none; }
.story-card img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.story-card:nth-child(even) img { aspect-ratio: 1 / 1; }
.story-card h3 { margin: .55rem 0 .45rem; font-size: 1.32rem; line-height: 1.08; }
.story-card p { margin: 0 0 16px; color: #536057; font-size: .88rem; line-height: 1.45; }
.search-panel { margin: 32px 0 48px; padding: 28px; color: var(--paper); background: var(--moss); border-left: 10px solid var(--clay); }
.search-panel h2 { margin: 0 0 .35rem; font-size: 1.45rem; }
.search-panel > p { margin: 0 0 1rem; }
.search-form { display: grid; grid-template-columns: 1fr auto; gap: 8px; }
.search-form input { width: 100%; min-width: 0; padding: .76rem .9rem; border: 2px solid transparent; color: var(--ink); background: var(--paper); }
.search-form input:focus { outline: 3px solid var(--sky); outline-offset: 2px; }
.search-form button { padding: .72rem 1rem; border: 2px solid var(--paper); color: var(--paper); background: var(--wood); cursor: pointer; font-weight: 700; }
.search-form button:hover { background: var(--clay); }
.search-results { display: grid; gap: 10px; margin-top: 18px; }
.search-result { padding-top: 12px; border-top: 1px solid rgba(255,255,255,.36); }
.search-result a { font-size: 1.08rem; font-weight: 700; }
.search-result p { margin: .2rem 0 0; font-size: .88rem; }
.page-intro { display: grid; grid-template-columns: minmax(0,1.45fr) minmax(220px,.55fr); gap: 32px; align-items: end; padding: 44px 0 24px; border-bottom: 2px solid var(--ink); }
.eyebrow { margin: 0 0 8px; color: var(--clay); font-size: .72rem; font-weight: 700; text-transform: uppercase; }
.page-intro h1, .article-head h1 { margin: 0; max-width: 960px; font-size: clamp(2.25rem,6vw,5rem); line-height: .96; }
.page-intro > p:last-child { margin: 0; color: #4f5b52; font-size: .98rem; }
.category-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 26px; margin: 28px 0 50px; }
.category-story { display: grid; grid-template-columns: minmax(150px,.7fr) minmax(0,1fr); gap: 18px; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.category-story img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.category-story h2 { margin: .25rem 0 .45rem; font-size: 1.45rem; line-height: 1.08; }
.category-story p { margin: 0; color: #526057; font-size: .9rem; }
.article-head { max-width: 1050px; padding: 46px 0 26px; }
.article-head h1 { margin-bottom: 17px; }
.article-deck { max-width: 780px; margin: 0 0 18px; color: #445149; font-size: 1.12rem; }
.article-meta { display: flex; flex-wrap: wrap; gap: 7px 18px; align-items: center; font-size: .78rem; font-weight: 700; text-transform: uppercase; }
.article-hero { width: 100%; max-height: 680px; object-fit: cover; aspect-ratio: 16 / 8.2; border-bottom: 9px solid var(--wood); }
.article-layout { display: grid; grid-template-columns: minmax(140px,.32fr) minmax(0,740px) minmax(150px,.38fr); gap: 36px; align-items: start; justify-content: center; margin: 38px 0 60px; }
.article-rail { position: sticky; top: 16px; padding-top: 10px; border-top: 5px solid var(--moss); font-size: .74rem; font-weight: 700; line-height: 1.5; text-transform: uppercase; }
.article-rail p { margin: 0 0 10px; }
.article-rail a { display: block; margin: 6px 0; }
.article-body { min-width: 0; font-size: 1.04rem; }
.article-body .lead { margin-top: 0; color: var(--moss); font-size: 1.24rem; font-weight: 700; line-height: 1.5; }
.article-body h2 { margin: 2.2rem 0 .65rem; padding-top: .3rem; border-top: 2px solid var(--ink); font-size: 1.75rem; line-height: 1.12; }
.article-body h3 { margin: 1.6rem 0 .45rem; color: var(--wood); font-size: 1.28rem; line-height: 1.2; }
.article-body p { margin: 0 0 1.12rem; }
.article-body ul { margin: .4rem 0 1.4rem; padding: 18px 20px 18px 42px; background: #e1e9dd; border-left: 5px solid var(--leaf); }
.article-aside { padding: 18px 0; border-top: 9px solid var(--clay); border-bottom: 1px solid var(--line); }
.article-aside strong { display: block; margin-bottom: 7px; font-size: .72rem; text-transform: uppercase; }
.article-aside p { margin: 0; color: #4e5a52; font-size: .83rem; line-height: 1.5; }
.site-footer { color: var(--paper); background: var(--ink); border-top: 8px solid var(--clay); }
.footer-inner { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 30px; width: min(calc(100% - 32px),var(--content)); margin: 0 auto; padding: 36px 0 48px; }
.footer-brand { color: var(--sky); font-size: 1.65rem; font-weight: 900; }
.footer-inner h2 { margin: 0 0 .5rem; font-size: .8rem; text-transform: uppercase; }
.footer-inner p, .footer-inner a { font-size: .8rem; line-height: 1.5; }
.footer-links a { display: block; margin: .2rem 0; }
.empty-state { margin: 20px 0 50px; padding: 28px 0; border-top: 2px solid var(--ink); border-bottom: 1px solid var(--line); }
@media (max-width: 920px) {
  .masthead { grid-template-columns: 1fr; min-height: auto; }
  .brand { grid-column: 1; grid-row: 1; }
  .header-note { display: none; }
  .lead-grid { grid-template-columns: 1fr; }
  .side-desk { display: grid; grid-template-columns: repeat(2,1fr); column-gap: 22px; }
  .side-desk h2 { grid-column: 1 / -1; }
  .story-grid { grid-template-columns: repeat(2,1fr); }
  .category-list { grid-template-columns: 1fr; }
  .article-layout { grid-template-columns: minmax(0,740px) minmax(150px,.35fr); }
  .article-rail { display: none; }
}
@media (max-width: 620px) {
  body { font-size: 16px; }
  .topline { min-height: 36px; justify-content: center; }
  .topline p:first-child { display: none; }
  .masthead { min-height: 88px; padding: 16px 0; }
  .brand { font-size: 2.8rem; }
  .nav-inner { scrollbar-width: none; }
  .nav-inner::-webkit-scrollbar { display: none; }
  .nav-inner a { padding: .55rem .75rem; font-size: .7rem; }
  .issue-line { margin-top: 18px; }
  .lead-title { font-size: 2.35rem; }
  .lead-grid { gap: 24px; }
  .side-desk { grid-template-columns: 1fr; }
  .story-grid { grid-template-columns: 1fr; }
  .story-card, .story-card:nth-child(even) { display: grid; grid-template-columns: 120px minmax(0,1fr); gap: 13px; padding-bottom: 16px; }
  .story-card img, .story-card:nth-child(even) img { grid-row: 1 / span 2; aspect-ratio: 1 / 1; }
  .story-card h3 { margin-top: 0; font-size: 1.17rem; }
  .story-card p { display: none; }
  .search-panel { margin-inline: -16px; padding: 24px 16px; border-left-width: 0; }
  .search-form { grid-template-columns: 1fr; }
  .page-intro { grid-template-columns: 1fr; gap: 12px; padding-top: 32px; }
  .page-intro h1, .article-head h1 { font-size: 2.5rem; }
  .category-story { grid-template-columns: 105px minmax(0,1fr); gap: 13px; }
  .category-story h2 { font-size: 1.18rem; }
  .category-story p { display: none; }
  .article-head { padding-top: 32px; }
  .article-hero { aspect-ratio: 4 / 3; }
  .article-layout { display: block; margin-top: 28px; }
  .article-aside { margin-top: 34px; }
  .article-body .lead { font-size: 1.1rem; }
  .article-body h2 { font-size: 1.5rem; }
  .article-body h3 { font-size: 1.18rem; }
  .footer-inner { grid-template-columns: 1fr; gap: 20px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
