:root {
  --ink: #13211d;
  --green: #092d24;
  --green-2: #15463a;
  --gold: #c9a54c;
  --gold-light: #ead8a6;
  --paper: #f4f0e6;
  --paper-2: #e9e3d5;
  --white: #fffdf7;
  --rust: #a8462c;
  --line: rgba(19, 33, 29, 0.24);
  --max: 1360px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Tahoma, Verdana, sans-serif;
  line-height: 1.62;
}
img { display: block; max-width: 100%; object-fit: cover; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 0.18em; }
button, input { font: inherit; }
button { cursor: pointer; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; background: var(--white); color: var(--green); padding: 0.75rem 1rem; }
.skip-link:focus { top: 1rem; }

.site-header { background: var(--green); color: var(--white); position: relative; z-index: 5; }
.utility, .masthead-row, .main-nav, .search-inner { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
.utility { display: flex; justify-content: space-between; gap: 2rem; padding: 0.5rem 0; border-bottom: 1px solid rgba(255,255,255,0.2); color: var(--gold-light); font-size: 0.68rem; letter-spacing: 0.06em; text-transform: uppercase; }
.masthead-row { min-height: 154px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 2rem; }
.brand, .footer-brand { justify-self: start; color: var(--white); text-decoration: none; line-height: 0.8; letter-spacing: 0; }
.brand span, .footer-brand span { font-size: 4.5rem; font-weight: 400; }
.brand strong, .footer-brand strong { font-size: 4.5rem; color: var(--gold); }
.brand i, .footer-brand i { font-size: 1.1rem; color: var(--paper); font-style: normal; }
.brand-note { margin: 0; padding-left: 1.5rem; border-left: 1px solid var(--gold); font-size: 0.72rem; line-height: 1.55; text-transform: uppercase; color: var(--gold-light); }
.search-open { justify-self: end; border: 1px solid var(--gold); background: transparent; color: var(--white); padding: 0.72rem 1rem; min-width: 124px; display: flex; justify-content: space-between; gap: 1.5rem; }
.search-open:hover, .search-open:focus-visible { background: var(--gold); color: var(--green); }
.main-nav { display: flex; gap: 0; border-top: 1px solid rgba(255,255,255,0.2); overflow-x: auto; scrollbar-width: none; }
.main-nav::-webkit-scrollbar { display: none; }
.main-nav a { flex: 1 0 auto; text-align: center; padding: 0.9rem 1.25rem; border-right: 1px solid rgba(255,255,255,0.16); color: var(--paper); text-decoration: none; font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.04em; }
.main-nav a:first-child { border-left: 1px solid rgba(255,255,255,0.16); }
.main-nav a:hover, .main-nav a:focus-visible, .main-nav a[aria-current="page"] { color: var(--green); background: var(--gold); }

.search-panel { position: absolute; inset: 100% 0 auto; background: var(--white); color: var(--ink); box-shadow: 0 20px 40px rgba(0,0,0,0.2); border-top: 5px solid var(--gold); }
.search-inner { padding-block: 2rem; }
.search-inner > label { display: block; margin-bottom: 0.8rem; font-size: 1.75rem; font-weight: 700; color: var(--green); }
.search-row { display: grid; grid-template-columns: 1fr auto; gap: 0.75rem; }
.search-row input { min-width: 0; border: 0; border-bottom: 2px solid var(--green); background: transparent; padding: 0.8rem 0; font-size: 1.05rem; outline: 0; }
.search-row input:focus { border-color: var(--rust); }
.search-close { border: 1px solid var(--green); background: transparent; color: var(--green); padding: 0.65rem 1rem; }
.search-results { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; margin-top: 1.4rem; }
.search-result { display: grid; grid-template-columns: 92px 1fr; gap: 0.8rem; border-top: 1px solid var(--line); padding-top: 0.8rem; text-decoration: none; }
.search-result img { width: 92px; height: 72px; }
.search-result strong { display: block; line-height: 1.25; font-size: 0.86rem; }
.search-result small { color: var(--rust); }
.search-empty { grid-column: 1/-1; margin: 0; }

main > section, .article-main > article, .related, .category-main > * { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
.edition-line { min-height: 54px; display: grid; grid-template-columns: auto 1fr auto; gap: 1.5rem; align-items: center; border-bottom: 1px solid var(--line); font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.04em; }
.edition-line p { margin: 0; text-align: center; color: var(--green-2); }
.edition-line span { color: var(--rust); font-weight: 700; }

.lead-story { position: relative; display: grid; grid-template-columns: minmax(0, 1.52fr) minmax(360px, 0.78fr); min-height: 650px; padding: 2.3rem 0 3.6rem; border-bottom: 1px solid var(--line); }
.lead-photo { display: block; min-height: 570px; overflow: hidden; }
.lead-photo img { width: 100%; height: 100%; }
.lead-copy { align-self: end; background: var(--green); color: var(--white); margin-left: -4.5rem; margin-bottom: -1.2rem; padding: 2.2rem 2.4rem 2.5rem; position: relative; border-top: 7px solid var(--gold); }
.story-meta { display: flex; align-items: center; flex-wrap: wrap; gap: 0.8rem; font-size: 0.66rem; text-transform: uppercase; letter-spacing: 0.04em; }
.story-meta a { color: var(--rust); font-weight: 700; }
.lead-copy .story-meta a { color: var(--gold-light); }
.story-meta span + span::before { content: '·'; margin-right: 0.8rem; color: currentColor; }
.kicker { color: var(--gold); text-transform: uppercase; font-size: 0.72rem; margin: 1.2rem 0 0.4rem; }
.lead-copy h1 { margin: 0; max-width: 14ch; font-size: 3.6rem; line-height: 0.98; letter-spacing: 0; }
.lead-copy h1 a { text-decoration: none; }
.lead-copy > p:not(.kicker) { max-width: 48ch; color: #dce6df; font-size: 0.96rem; }
.read-link { display: inline-flex; gap: 1.1rem; align-items: center; color: var(--green); text-decoration: none; border-bottom: 2px solid var(--gold); padding-bottom: 0.2rem; font-size: 0.75rem; font-weight: 700; text-transform: uppercase; }
.lead-copy .read-link { color: var(--white); }
.read-link span { color: var(--rust); font-size: 1.15rem; }
.lead-copy .read-link span { color: var(--gold); }
.issue-mark { position: absolute; top: 1.25rem; right: 1.25rem; display: grid; grid-template-columns: auto auto; align-items: center; background: var(--paper); color: var(--green); padding: 0.6rem 0.75rem; border: 1px solid var(--line); }
.issue-mark span { font-size: 1.8rem; font-weight: 700; line-height: 1; padding-right: 0.55rem; border-right: 1px solid var(--line); }
.issue-mark small { padding-left: 0.55rem; font-size: 0.55rem; line-height: 1.2; text-transform: uppercase; }

.briefing, .departments { padding-block: 4.5rem; }
.section-heading { display: grid; grid-template-columns: 80px minmax(220px, 0.8fr) 1.2fr; gap: 1.5rem; align-items: end; margin-bottom: 2rem; padding-bottom: 1rem; border-bottom: 3px solid var(--green); }
.section-heading > span { align-self: start; color: var(--rust); font-size: 0.68rem; font-weight: 700; text-transform: uppercase; }
.section-heading h2 { margin: 0; color: var(--green); font-size: 2.8rem; line-height: 1; }
.section-heading p { justify-self: end; max-width: 50ch; margin: 0; font-size: 0.82rem; }
.briefing-grid { display: grid; grid-template-columns: 1.25fr 0.9fr 0.9fr; gap: 1.5rem; }
.story-card { position: relative; min-width: 0; border-bottom: 1px solid var(--line); }
.story-image { display: block; overflow: hidden; aspect-ratio: 4/3; }
.story-image img { width: 100%; height: 100%; transition: transform 350ms ease; }
.story-image:hover img { transform: scale(1.025); }
.story-card-copy { position: relative; padding: 1.15rem 0 1.5rem; }
.story-card h3 { margin: 0.55rem 0; padding-right: 2rem; color: var(--green); font-size: 1.65rem; line-height: 1.13; }
.story-card h3 a, .department h3 a, .final-feature h2 a, .category-story h2 a { text-decoration: none; }
.story-card h3 a:hover, .department h3 a:hover, .final-feature h2 a:hover, .category-story h2 a:hover { text-decoration: underline; text-decoration-color: var(--gold); }
.story-card p { margin: 0; font-size: 0.82rem; }
.story-rank { position: absolute; right: 0; top: 0.9rem; color: var(--gold); font-size: 1.7rem; font-weight: 700; line-height: 1; }

.quote-band { width: 100%; max-width: none; background: var(--rust); color: var(--white); padding: 2.2rem max(24px, calc((100vw - var(--max)) / 2)); }
.quote-band p { max-width: 980px; margin: 0 auto; text-align: center; font-size: 2.7rem; line-height: 1.22; font-weight: 700; }
.department-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.department { min-width: 0; padding: 1.5rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.department header { display: grid; grid-template-columns: auto 1fr; gap: 1rem; align-items: start; }
.department header span { color: var(--rust); font-size: 0.65rem; font-weight: 700; }
.department h3 { margin: 0; color: var(--green); font-size: 1.55rem; line-height: 1.05; }
.department > p { min-height: 6.5em; font-size: 0.82rem; }
.department-feature { display: grid; grid-template-rows: 180px auto; gap: 0.7rem; color: var(--green); text-decoration: none; margin: 1.25rem 0; }
.department-feature img { width: 100%; height: 180px; }
.department-feature strong { line-height: 1.25; }

.final-feature { display: grid; grid-template-columns: 90px 1.1fr 0.9fr; gap: 2rem; align-items: center; padding: 0 0 5rem; }
.final-feature-number { align-self: stretch; display: grid; place-items: center; background: var(--gold); color: var(--green); font-size: 1.8rem; font-weight: 700; }
.final-feature > a { min-width: 0; }
.final-feature img { width: 100%; aspect-ratio: 3/2; }
.final-feature h2 { margin: 0.8rem 0; color: var(--green); font-size: 3.1rem; line-height: 1.03; }
.final-feature p { max-width: 52ch; }

.article-main > article { padding-top: 3.2rem; }
.article-header { max-width: 1040px; margin-inline: auto; }
.article-index { margin-bottom: 2.2rem; padding-bottom: 0.7rem; border-bottom: 1px solid var(--line); color: var(--rust); font-size: 0.68rem; font-weight: 700; text-transform: uppercase; }
.article-header h1 { margin: 1.2rem 0 1rem; max-width: 18ch; color: var(--green); font-size: 4.9rem; line-height: 0.99; letter-spacing: 0; }
.article-header > p { max-width: 68ch; font-size: 1.08rem; }
.byline { display: flex; justify-content: space-between; gap: 1rem; margin-top: 2rem; padding: 1rem 0; border-top: 1px solid var(--line); font-size: 0.7rem; text-transform: uppercase; }
.article-hero { margin: 1.5rem 0 0; }
.article-hero img { width: 100%; max-height: 760px; aspect-ratio: 16/9; }
.article-hero figcaption { padding-top: 0.45rem; color: #53635d; font-size: 0.68rem; }
.article-layout { display: grid; grid-template-columns: 230px minmax(0, 720px); justify-content: center; gap: 4rem; padding: 4rem 0 5.5rem; }
.article-aside { align-self: start; position: sticky; top: 1rem; border-top: 5px solid var(--gold); border-bottom: 1px solid var(--line); padding: 1rem 0 1.2rem; font-size: 0.76rem; }
.article-aside span { color: var(--rust); font-weight: 700; text-transform: uppercase; }
.article-aside a { color: var(--green); font-weight: 700; }
.article-body { min-width: 0; font-size: 1rem; }
.article-body .lead { margin-top: 0; color: var(--green); font-size: 1.22rem; line-height: 1.55; font-weight: 700; }
.article-body h2 { margin: 2.8rem 0 0.7rem; color: var(--green); font-size: 2.35rem; line-height: 1.12; }
.article-body h3 { margin: 2rem 0 0.55rem; color: var(--rust); font-size: 1.2rem; line-height: 1.25; }
.article-body h4 { margin: 1.6rem 0 0.5rem; color: var(--green-2); font-size: 1rem; text-transform: uppercase; }
.article-body p { margin: 0 0 1.15rem; }
.article-body ul { margin: 1.3rem 0 1.6rem; padding: 1.2rem 1.2rem 1.2rem 2.5rem; border-left: 5px solid var(--gold); background: var(--paper-2); }
.article-body li + li { margin-top: 0.45rem; }
.article-body table { width: 100%; margin: 1.5rem 0 2rem; border-collapse: collapse; font-size: 0.8rem; }
.article-body th { background: var(--green); color: var(--white); text-align: left; }
.article-body th, .article-body td { padding: 0.75rem; border: 1px solid var(--line); vertical-align: top; }
.article-body tbody tr:nth-child(even) { background: var(--paper-2); }
.related { padding: 4rem 0 5rem; border-top: 1px solid var(--line); }
.related-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2rem; }

.category-main { padding-top: 0.01px; }
.category-header { display: grid; grid-template-columns: 100px 1.2fr 0.8fr; gap: 2rem; align-items: end; padding: 4.5rem 0 2rem; border-bottom: 6px solid var(--green); }
.category-header > span { align-self: start; color: var(--rust); font-size: 0.67rem; font-weight: 700; text-transform: uppercase; }
.category-header h1 { margin: 0; max-width: 12ch; color: var(--green); font-size: 5.7rem; line-height: 0.9; }
.category-header p { margin: 0; max-width: 45ch; }
.category-list { padding: 2rem 0 4rem; }
.category-story { display: grid; grid-template-columns: 62px minmax(280px, 0.8fr) minmax(320px, 1.2fr); gap: 2rem; align-items: center; padding: 2rem 0; border-bottom: 1px solid var(--line); }
.category-story-index { align-self: start; color: var(--gold); font-size: 1.6rem; font-weight: 700; }
.category-story-image { overflow: hidden; }
.category-story-image img { width: 100%; aspect-ratio: 3/2; transition: transform 350ms ease; }
.category-story-image:hover img { transform: scale(1.025); }
.category-story h2 { margin: 0.7rem 0; color: var(--green); font-size: 3rem; line-height: 1.02; }
.category-story p { max-width: 60ch; }
.category-more { padding-bottom: 5rem; }

.site-footer { background: var(--green); color: var(--paper); padding: 3.5rem max(24px, calc((100vw - var(--max)) / 2)); display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem 4rem; border-top: 8px solid var(--gold); }
.footer-brand { grid-row: span 2; align-self: start; }
.footer-brand span, .footer-brand strong { font-size: 3.9rem; }
.site-footer p { margin: 0; max-width: 55ch; font-size: 0.82rem; }
.site-footer nav { display: flex; flex-wrap: wrap; gap: 0.7rem 1.4rem; }
.site-footer nav a { color: var(--gold-light); font-size: 0.7rem; text-transform: uppercase; }
.site-footer small { grid-column: 1/-1; padding-top: 1.2rem; border-top: 1px solid rgba(255,255,255,0.2); color: #b9c7c1; }

@media (max-width: 980px) {
  .brand span, .brand strong { font-size: 4rem; }
  .lead-copy h1 { font-size: 3.4rem; }
  .section-heading h2 { font-size: 2.8rem; }
  .story-card h3 { font-size: 1.55rem; }
  .quote-band p { font-size: 2.3rem; }
  .final-feature h2 { font-size: 3rem; }
  .article-header h1 { font-size: 4.6rem; }
  .category-header h1 { font-size: 5.2rem; }
  .category-story h2 { font-size: 2.55rem; }
  .lead-story { grid-template-columns: 1fr; }
  .lead-photo { min-height: 480px; }
  .lead-copy { width: 80%; margin: -7rem 0 0 auto; }
  .briefing-grid { grid-template-columns: 1fr 1fr; }
  .briefing-grid .story-card:first-child { grid-column: 1/-1; display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
  .department-grid { grid-template-columns: 1fr 1fr; }
  .department:last-child { grid-column: 1/-1; }
  .final-feature { grid-template-columns: 64px 1fr; }
  .final-feature > div:last-child { grid-column: 2; }
  .article-layout { grid-template-columns: 180px minmax(0, 1fr); gap: 2.5rem; }
  .category-header { grid-template-columns: 70px 1fr; }
  .category-header p { grid-column: 2; }
  .category-story { grid-template-columns: 50px minmax(240px, 0.8fr) 1.2fr; gap: 1.2rem; }
  .search-results { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 700px) {
  .utility, .masthead-row, .main-nav, .search-inner, main > section, .article-main > article, .related, .category-main > * { width: min(calc(100% - 28px), var(--max)); }
  .utility span:first-child { display: none; }
  .utility { justify-content: flex-end; }
  .masthead-row { min-height: 108px; grid-template-columns: 1fr auto; gap: 1rem; }
  .brand-note { display: none; }
  .brand span, .brand strong { font-size: 2.6rem; }
  .search-open { min-width: auto; padding: 0.65rem 0.75rem; gap: 0.5rem; }
  .main-nav { width: 100%; padding-left: 14px; }
  .main-nav a { flex: 0 0 auto; padding-inline: 1rem; }
  .search-row { grid-template-columns: 1fr; }
  .search-close { justify-self: start; }
  .search-results { grid-template-columns: 1fr; }
  .edition-line { grid-template-columns: auto auto; }
  .edition-line p { display: none; }
  .lead-story { min-height: 0; padding: 1rem 0 2.5rem; }
  .lead-photo { min-height: 0; aspect-ratio: 4/3; }
  .lead-copy { width: calc(100% - 18px); margin: -2.2rem 0 0 18px; padding: 1.5rem 1.2rem 1.7rem; }
  .lead-copy h1 { font-size: 2.75rem; }
  .issue-mark { display: none; }
  .briefing, .departments { padding-block: 3rem; }
  .section-heading { grid-template-columns: 42px 1fr; gap: 0.7rem; }
  .section-heading p { grid-column: 2; justify-self: start; }
  .briefing-grid { grid-template-columns: 1fr; }
  .briefing-grid .story-card:first-child { grid-column: auto; display: block; }
  .story-image { aspect-ratio: 3/2; }
  .quote-band { width: 100%; padding-block: 1.8rem; }
  .quote-band p { font-size: 1.8rem; }
  .department-grid { grid-template-columns: 1fr; }
  .department:last-child { grid-column: auto; }
  .department > p { min-height: 0; }
  .final-feature { grid-template-columns: 44px 1fr; gap: 1rem; padding-bottom: 3rem; }
  .final-feature > a { grid-column: 2; }
  .final-feature h2 { font-size: 2rem; }
  .final-feature-number { grid-row: 1 / span 2; }
  .article-main > article { padding-top: 2rem; }
  .article-header h1 { font-size: 3.25rem; overflow-wrap: anywhere; }
  .byline { flex-direction: column; }
  .article-hero { width: calc(100% + 28px); margin-left: -14px; }
  .article-hero figcaption { padding-inline: 14px; }
  .article-layout { display: block; padding: 2.5rem 0 3.5rem; }
  .article-aside { position: static; margin-bottom: 2rem; }
  .article-body { font-size: 0.96rem; }
  .article-body .lead { font-size: 1.1rem; }
  .article-body h2 { font-size: 1.75rem; }
  .article-body table { display: block; overflow-x: auto; white-space: normal; }
  .related { padding: 3rem 0; }
  .related-grid { grid-template-columns: 1fr; }
  .category-header { display: block; padding: 3rem 0 1.5rem; }
  .category-header h1 { margin: 1rem 0; font-size: 3.25rem; overflow-wrap: normal; word-break: normal; }
  .category-story { grid-template-columns: 38px 1fr; gap: 0.8rem; }
  .category-story-image, .category-story > div { grid-column: 2; }
  .category-story-index { grid-row: 1 / span 2; }
  .category-story h2 { font-size: 1.8rem; overflow-wrap: anywhere; }
  .site-footer { grid-template-columns: 1fr; }
  .footer-brand { grid-row: auto; }
  .footer-brand span, .footer-brand strong { font-size: 2.7rem; }
  .site-footer small { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 0.01ms !important; }
}
