:root {
  --ink: #15201b;
  --green: #123c2d;
  --green-2: #0a2b20;
  --gold: #cda546;
  --gold-soft: #ead9a4;
  --paper: #f5f2e9;
  --white: #fffdf8;
  --line: rgba(18, 60, 45, .22);
  --max: 1240px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Trebuchet MS", Arial, sans-serif; line-height: 1.65; }
img { display: block; width: 100%; height: auto; }
a { color: inherit; }
button, input { font: inherit; }
.skip-link { position: absolute; left: 12px; top: -80px; z-index: 50; padding: 10px 14px; color: var(--white); background: var(--green); }
.skip-link:focus { top: 12px; }
.site-header { color: var(--white); background: var(--green-2); border-bottom: 4px solid var(--gold); }
.header-top { max-width: var(--max); margin: 0 auto; padding: 28px 24px 22px; display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: end; }
.brand { display: inline-flex; align-items: center; gap: 15px; text-decoration: none; }
.brand-mark { width: 44px; height: 44px; border: 2px solid var(--gold); position: relative; flex: 0 0 auto; }
.brand-mark::before, .brand-mark::after { content: ""; position: absolute; background: var(--gold); }
.brand-mark::before { width: 22px; height: 2px; left: 9px; top: 19px; }
.brand-mark::after { width: 2px; height: 22px; left: 19px; top: 9px; }
.brand-name { font-size: clamp(1.7rem, 4vw, 2.35rem); line-height: 1; font-weight: 700; letter-spacing: 0; }
.brand-tag { margin: 7px 0 0; color: #d9e3dc; font-size: .84rem; }
.edition { color: var(--gold-soft); font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; text-align: right; }
.nav-wrap { overflow: hidden; border-top: 1px solid rgba(255,255,255,.16); }
.nav { width: 100%; max-width: var(--max); margin: 0 auto; padding: 0 24px; min-height: 54px; display: flex; align-items: stretch; gap: 4px; }
.nav a, .search-open { min-height: 54px; display: inline-flex; align-items: center; padding: 0 16px; color: var(--white); background: transparent; border: 0; text-decoration: none; cursor: pointer; }
.nav a:hover, .nav a:focus-visible, .search-open:hover, .search-open:focus-visible { color: var(--green-2); background: var(--gold); outline: none; }
.search-open { position: relative; margin-left: auto; border-left: 1px solid rgba(255,255,255,.16); }
.search-icon { width: 17px; height: 17px; border: 2px solid currentColor; border-radius: 50%; position: relative; margin-right: 9px; }
.search-icon::after { content: ""; position: absolute; width: 7px; height: 2px; right: -6px; bottom: -3px; background: currentColor; transform: rotate(45deg); }
.main { overflow: hidden; }
.issue-line { max-width: var(--max); margin: 0 auto; padding: 20px 24px 12px; display: flex; gap: 14px; align-items: center; color: #496158; font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; }
.issue-line::after { content: ""; height: 1px; flex: 1; background: var(--line); }
.lead-grid { max-width: var(--max); margin: 0 auto; padding: 12px 24px 48px; display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(280px, .72fr); gap: 28px; }
.lead { display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(270px, .82fr); min-height: 520px; background: var(--green); color: var(--white); border-top: 8px solid var(--gold); }
.lead-image { height: 100%; min-height: 520px; object-fit: cover; }
.lead-copy { padding: 46px 38px 38px; display: flex; flex-direction: column; justify-content: flex-end; }
.kicker { display: inline-flex; align-items: center; gap: 9px; color: var(--gold-soft); font-size: .76rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.kicker::before { content: ""; width: 20px; height: 4px; background: var(--gold); }
h1, h2, h3, h4, p { overflow-wrap: break-word; word-break: normal; }
.lead h1 { margin: 18px 0; max-width: none; font-size: clamp(2.15rem, 3.2vw, 3.2rem); line-height: 1.04; letter-spacing: 0; }
.lead p { margin: 0 0 24px; color: #e6eee9; font-size: 1.02rem; }
.read-link { display: inline-flex; align-items: center; gap: 10px; width: fit-content; color: var(--gold-soft); font-weight: 700; text-decoration: none; }
.read-link::after { content: "\2192"; font-size: 1.25rem; transition: transform .2s ease; }
.read-link:hover::after { transform: translateX(5px); }
.side-stack { display: grid; grid-template-rows: 1fr 1fr; gap: 28px; }
.mini-story { position: relative; min-height: 246px; overflow: hidden; background: var(--ink); color: var(--white); }
.mini-story img { position: absolute; inset: 0; height: 100%; object-fit: cover; opacity: .56; transition: transform .35s ease, opacity .35s ease; }
.mini-story:hover img { transform: scale(1.025); opacity: .47; }
.mini-story-copy { position: relative; z-index: 1; min-height: 246px; padding: 26px; display: flex; flex-direction: column; justify-content: flex-end; background: linear-gradient(0deg, rgba(4,21,15,.92), rgba(4,21,15,0) 72%); }
.mini-story h2 { margin: 12px 0 8px; font-size: 1.55rem; line-height: 1.12; letter-spacing: 0; }
.mini-story a { text-decoration: none; }
.section-band { background: var(--white); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.section-inner { max-width: var(--max); margin: 0 auto; padding: 54px 24px 64px; }
.section-head { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 24px; margin-bottom: 30px; padding-bottom: 16px; border-bottom: 4px solid var(--green); }
.section-head h2 { margin: 0; color: var(--green); font-size: clamp(1.8rem, 3vw, 2.5rem); line-height: 1.1; letter-spacing: 0; }
.section-head a { color: var(--green); font-weight: 700; text-decoration-thickness: 2px; text-underline-offset: 4px; }
.story-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 26px; }
.story-card { border: 1px solid var(--line); background: var(--white); }
.story-card img { aspect-ratio: 4 / 3; object-fit: cover; }
.story-card-body { padding: 24px; }
.story-card h3 { margin: 12px 0 10px; color: var(--green); font-size: 1.42rem; line-height: 1.17; letter-spacing: 0; }
.story-card h3 a { text-decoration: none; }
.story-card h3 a:hover { text-decoration: underline; text-decoration-color: var(--gold); text-decoration-thickness: 4px; }
.story-card p { margin: 0 0 18px; color: #45564f; }
.category-strip { max-width: var(--max); margin: 0 auto; padding: 62px 24px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 54px; align-items: start; }
.category-strip h2 { margin: 0; color: var(--green); font-size: clamp(2rem, 4vw, 3.4rem); line-height: 1.03; letter-spacing: 0; }
.category-list { display: grid; border-top: 1px solid var(--line); }
.category-list a { display: grid; grid-template-columns: 44px 1fr auto; align-items: center; gap: 12px; padding: 18px 0; border-bottom: 1px solid var(--line); color: var(--green); font-weight: 700; text-decoration: none; }
.category-list .num { color: #7f704b; font-size: .78rem; }
.category-list .arrow { color: var(--gold); font-size: 1.4rem; }
.category-list a:hover { padding-left: 8px; }
.site-footer { color: #dbe5df; background: var(--green-2); border-top: 5px solid var(--gold); }
.footer-inner { max-width: var(--max); margin: 0 auto; padding: 38px 24px; display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: end; }
.footer-inner p { margin: 8px 0 0; max-width: 640px; font-size: .88rem; }
.footer-links { display: flex; flex-wrap: wrap; gap: 18px; justify-content: flex-end; }
.footer-links a { color: var(--gold-soft); }
.article-shell { max-width: 1180px; margin: 0 auto; padding: 42px 24px 72px; }
.breadcrumbs { margin-bottom: 26px; color: #587067; font-size: .82rem; }
.breadcrumbs a { text-underline-offset: 3px; }
.article-header { display: grid; grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr); gap: 44px; align-items: center; padding-bottom: 44px; border-bottom: 1px solid var(--line); }
.article-header h1 { margin: 16px 0 20px; color: var(--green); font-size: clamp(2.35rem, 4.4vw, 3.9rem); line-height: 1.02; letter-spacing: 0; }
.dek { color: #3d5249; font-size: 1.12rem; line-height: 1.55; }
.meta { display: flex; flex-wrap: wrap; gap: 8px 20px; color: #6a776f; font-size: .82rem; }
.article-header figure { margin: 0; position: relative; }
.article-header figure::before { content: ""; position: absolute; inset: -12px 12px 12px -12px; border: 2px solid var(--gold); z-index: -1; }
.article-header img { aspect-ratio: 4 / 3; object-fit: cover; }
.article-layout { display: grid; grid-template-columns: minmax(0, 720px) minmax(210px, 1fr); gap: 70px; margin-top: 54px; align-items: start; }
.article-body { font-family: Georgia, "Times New Roman", serif; font-size: 1.08rem; line-height: 1.82; }
.article-body > p:first-child { font-size: 1.22rem; line-height: 1.7; }
.article-body h2, .article-body h3, .article-body h4 { font-family: "Trebuchet MS", Arial, sans-serif; color: var(--green); letter-spacing: 0; }
.article-body h2 { margin: 2.2em 0 .65em; font-size: 2rem; line-height: 1.12; padding-top: .5em; border-top: 4px solid var(--gold); }
.article-body h3 { margin: 1.8em 0 .45em; font-size: 1.38rem; line-height: 1.2; }
.article-body h4 { margin: 1.5em 0 .35em; font-size: 1.08rem; }
.article-body ul, .article-body ol { padding-left: 1.35em; }
.article-body li { margin-bottom: .5em; }
.note { margin: 30px 0; padding: 22px 24px; font-family: "Trebuchet MS", Arial, sans-serif; background: #e8eee9; border-left: 6px solid var(--green); }
.note strong { color: var(--green); }
.article-aside { position: sticky; top: 24px; padding-top: 16px; border-top: 5px solid var(--green); }
.article-aside h2 { margin: 0 0 14px; color: var(--green); font-size: 1.05rem; }
.article-aside ul { margin: 0; padding: 0; list-style: none; }
.article-aside li { border-top: 1px solid var(--line); }
.article-aside a { display: block; padding: 13px 0; color: #3b5148; font-size: .88rem; text-decoration: none; }
.article-aside a:hover { color: var(--green); text-decoration: underline; }
.sources { margin-top: 42px; padding-top: 22px; border-top: 1px solid var(--line); font-family: "Trebuchet MS", Arial, sans-serif; font-size: .88rem; }
.category-hero { color: var(--white); background: var(--green); }
.category-hero-inner { max-width: var(--max); margin: 0 auto; padding: 54px 24px; display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: end; }
.category-hero h1 { margin: 8px 0 0; max-width: 12ch; font-size: clamp(2.4rem, 5vw, 4.6rem); line-height: 1; letter-spacing: 0; }
.category-hero p { margin: 0; max-width: 560px; color: #dce8e1; font-size: 1.06rem; }
.category-page { max-width: var(--max); margin: 0 auto; padding: 52px 24px 76px; }
.category-page .story-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.search-dialog { width: min(760px, calc(100% - 28px)); max-height: 86vh; padding: 0; color: var(--ink); background: var(--white); border: 4px solid var(--gold); }
.search-dialog::backdrop { background: rgba(5, 28, 20, .82); }
.search-box { padding: 26px; }
.search-top { display: grid; grid-template-columns: 1fr auto; gap: 16px; align-items: center; }
.search-top h2 { margin: 0; color: var(--green); font-size: 1.45rem; }
.search-close { width: 42px; height: 42px; color: var(--white); background: var(--green); border: 0; cursor: pointer; font-size: 1.4rem; }
.search-form { display: grid; grid-template-columns: 1fr auto; margin-top: 20px; }
.search-input { min-width: 0; padding: 14px; border: 2px solid var(--green); border-right: 0; }
.search-submit { padding: 10px 18px; color: var(--white); background: var(--green); border: 2px solid var(--green); cursor: pointer; }
.search-results { margin-top: 20px; max-height: 50vh; overflow: auto; }
.search-result { padding: 16px 0; border-top: 1px solid var(--line); }
.search-result a { color: var(--green); font-weight: 700; text-decoration-thickness: 2px; }
.search-result p { margin: 5px 0 0; color: #53645d; font-size: .9rem; }
.empty { color: #66736d; }
@media (max-width: 980px) {
  .lead-grid { grid-template-columns: 1fr; }
  .side-stack { grid-template-columns: 1fr 1fr; grid-template-rows: none; }
  .article-header { grid-template-columns: 1fr; }
  .article-header figure { order: -1; }
  .article-layout { grid-template-columns: minmax(0, 1fr); gap: 42px; }
  .article-aside { position: static; }
}
@media (max-width: 740px) {
  .header-top { grid-template-columns: 1fr; padding: 20px 18px 16px; }
  .edition { display: none; }
  .nav { padding: 4px 8px; overflow: visible; white-space: nowrap; flex-wrap: wrap; align-content: center; }
  .nav a, .search-open { min-height: 44px; padding: 0 10px; font-size: .8rem; }
  .search-open { margin-left: auto; }
  .search-icon { margin-right: 0; }
  .search-label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
  .issue-line { padding-inline: 18px; }
  .lead-grid { padding: 8px 18px 34px; }
  .lead { grid-template-columns: 1fr; min-height: 0; }
  .lead-image { min-height: 0; aspect-ratio: 4 / 3; }
  .lead-copy { padding: 30px 24px; }
  .lead h1 { font-size: 2.45rem; }
  .side-stack { grid-template-columns: 1fr; }
  .section-inner, .category-page { padding: 42px 18px 54px; }
  .section-head { grid-template-columns: 1fr; gap: 9px; }
  .story-grid, .category-page .story-grid { grid-template-columns: 1fr; }
  .category-strip { padding: 46px 18px; grid-template-columns: 1fr; gap: 30px; }
  .footer-inner { grid-template-columns: 1fr; padding-inline: 18px; }
  .footer-links { justify-content: flex-start; }
  .article-shell { padding: 28px 18px 54px; }
  .article-header { gap: 28px; }
  .article-header h1 { font-size: 2.7rem; }
  .article-header figure::before { inset: -7px 7px 7px -7px; }
  .article-layout { margin-top: 38px; }
  .article-body { font-size: 1.03rem; }
  .article-body h2 { font-size: 1.7rem; }
  .category-hero-inner { grid-template-columns: 1fr; gap: 22px; padding: 42px 18px; }
  .search-form { grid-template-columns: 1fr; }
  .search-input { border-right: 2px solid var(--green); }
}
@media (prefers-reduced-motion: reduce) { * { scroll-behavior: auto !important; transition: none !important; } }
