:root {
  --black: #070908;
  --ink: #101211;
  --paper: #f7f7f3;
  --soft: #e7e9e4;
  --line: #d8dcd6;
  --green: #45bb2e;
  --green-dark: #1c741c;
  --red: #cf3028;
  --muted: #69706a;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }

.site-header { background: var(--black); color: #fff; position: sticky; top: 0; z-index: 20; box-shadow: 0 2px 12px rgba(0,0,0,.18); }
.topline { min-height: 32px; display: flex; align-items: center; justify-content: center; gap: 10px; padding: 7px 22px; background: #131714; color: #dfe6de; font-size: 10px; letter-spacing: .1em; font-weight: 800; text-align: center; }
.topline span { width: 5px; height: 5px; border-radius: 50%; background: var(--green); }
.nav-shell { width: min(var(--max), calc(100% - 40px)); min-height: 78px; margin: 0 auto; display: flex; align-items: center; gap: 32px; }
.brand { display: inline-block; color: #fff; font-size: clamp(27px, 4vw, 39px); font-weight: 950; font-style: italic; letter-spacing: -2px; line-height: 1; white-space: nowrap; }
.brand em { color: var(--green); font-style: inherit; }
.site-nav { display: flex; align-items: center; gap: 25px; margin-left: auto; font-size: 12px; font-weight: 800; letter-spacing: .045em; text-transform: uppercase; }
.site-nav a { color: #d9dfd8; transition: color .16s ease; }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--green); }
.menu-button { display: none; margin-left: auto; border: 1px solid #3a403b; background: transparent; color: #fff; padding: 9px 11px; font-size: 13px; font-weight: 800; cursor: pointer; }
.back-link { margin-left: auto; color: #e8eee7; font-size: 12px; font-weight: 800; letter-spacing: .055em; }
.back-link:hover, .back-link:focus-visible { color: var(--green); }

main { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; }
.ticker { display: flex; align-items: stretch; min-height: 48px; margin: 22px 0 26px; border: 1px solid var(--line); background: #fff; overflow: hidden; }
.ticker b { display: flex; align-items: center; padding: 0 17px; background: var(--green); color: #071007; font-size: 12px; letter-spacing: .06em; }
.ticker p { margin: 0; padding: 14px 16px; font-size: 13px; font-weight: 700; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.featured-wrap { display: grid; grid-template-columns: minmax(0, 1.72fr) minmax(260px, .72fr); gap: 24px; margin-bottom: 52px; }
.featured-story { position: relative; min-height: 540px; isolation: isolate; display: flex; align-items: end; overflow: hidden; background: #121412; }
.featured-story::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.88) 0%, rgba(0,0,0,.52) 51%, rgba(0,0,0,.12) 100%), linear-gradient(0deg, rgba(0,0,0,.55), transparent 60%); z-index: 1; }
.featured-story img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 35%; filter: saturate(.86) contrast(1.06); }
.featured-content { position: relative; z-index: 2; max-width: 720px; padding: clamp(25px, 5vw, 52px); color: #fff; }
.category { display: inline-flex; padding: 7px 10px; background: var(--green); color: #071007; font-size: 12px; font-weight: 950; letter-spacing: .06em; }
.category.red { background: var(--red); color: #fff; }
.category.dark { background: var(--ink); color: #fff; }
.featured-content h1 { margin: 15px 0 15px; max-width: 760px; font-size: clamp(33px, 4.2vw, 59px); line-height: .98; letter-spacing: -2.5px; text-transform: uppercase; }
.featured-content p { max-width: 650px; margin: 0; color: #e1e6df; font-size: clamp(16px, 1.7vw, 20px); line-height: 1.42; }
.byline { display: flex; align-items: center; gap: 9px; margin-top: 23px; color: #fff; font-size: 13px; font-weight: 700; }
.byline b { color: var(--green); }
.latest-panel { padding: 0 18px 16px; border: 1px solid var(--line); background: #fff; }
.latest-panel h2 { margin: 0 -18px 0; padding: 16px 18px 14px; background: var(--black); color: #fff; font-size: 16px; letter-spacing: -.4px; }
.latest-panel ol { margin: 0; padding: 0; list-style: none; counter-reset: latest; }
.latest-panel li { position: relative; display: grid; grid-template-columns: 35px 1fr; gap: 10px; padding: 17px 0; border-bottom: 1px solid var(--line); counter-increment: latest; }
.latest-panel li::before { content: counter(latest, decimal-leading-zero); color: var(--green-dark); font-size: 18px; font-weight: 950; }
.latest-panel li:last-child { border-bottom: 0; }
.latest-panel a { font-size: 15px; font-weight: 850; line-height: 1.15; }
.latest-panel a:hover, .latest-panel a:focus-visible { color: var(--green-dark); }

.section, .edition-section { margin: 0 0 53px; scroll-margin-top: 120px; }
.section-heading { display: flex; align-items: baseline; gap: 16px; padding-bottom: 11px; border-bottom: 3px solid var(--green-dark); }
.section-heading h2 { margin: 0; font-size: 24px; letter-spacing: -1px; }
.section-heading span { color: var(--muted); font-size: 12px; font-weight: 700; }
.news-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; margin-top: 23px; }
.news-card { display: flex; flex-direction: column; min-width: 0; }
.news-card .card-image { aspect-ratio: 1.3; overflow: hidden; background: #161a17; }
.news-card img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.news-card:hover img { transform: scale(1.035); }
.news-card .category { align-self: start; margin-top: 15px; }
.news-card h3 { margin: 11px 0 9px; font-size: 21px; line-height: 1.02; letter-spacing: -1px; text-transform: uppercase; }
.news-card h3 a:hover, .news-card h3 a:focus-visible { color: var(--green-dark); }
.news-card p { margin: 0; color: #565d57; font-size: 14px; line-height: 1.4; }
.news-card time { margin-top: 13px; color: var(--muted); font-size: 11px; font-weight: 800; text-transform: uppercase; }

.edition-section { padding: 29px; background: #e9ece6; }
.edition-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 23px; }
.edition-card { padding: 0; border: 0; background: transparent; cursor: zoom-in; text-align: left; }
.edition-card img { display: block; width: 100%; aspect-ratio: .52; object-fit: cover; object-position: top; box-shadow: 0 7px 18px rgba(0,0,0,.17); transition: transform .2s ease, box-shadow .2s ease; }
.edition-card:hover img, .edition-card:focus-visible img { transform: translateY(-4px); box-shadow: 0 12px 25px rgba(0,0,0,.24); }
.edition-card span { display: block; margin-top: 9px; font-size: 12px; font-weight: 800; line-height: 1.2; }
.edition-dialog { width: min(93vw, 540px); max-height: 94vh; padding: 0 0 16px; border: 0; background: #111; color: #fff; box-shadow: 0 22px 70px rgba(0,0,0,.55); }
.edition-dialog::backdrop { background: rgba(0,0,0,.8); }
.edition-dialog img { display: block; width: 100%; max-height: calc(94vh - 48px); object-fit: contain; }
.edition-dialog p { margin: 12px 17px 0; font-size: 13px; font-weight: 700; }
.dialog-close { position: absolute; top: 9px; right: 9px; width: 36px; height: 36px; border: 0; border-radius: 50%; background: rgba(0,0,0,.75); color: #fff; font-size: 27px; line-height: 1; cursor: pointer; }

.archive-banner { display: flex; align-items: center; justify-content: space-between; gap: 28px; margin: 0 0 55px; padding: clamp(25px, 4vw, 45px); background: linear-gradient(120deg, #0b100d, #1b3820); color: #fff; }
.archive-banner h2 { max-width: 690px; margin: 5px 0 9px; font-size: clamp(27px, 3vw, 42px); line-height: 1; letter-spacing: -1.6px; text-transform: uppercase; }
.archive-banner p { max-width: 650px; margin: 0; color: #d1d9d1; font-size: 15px; line-height: 1.45; }
.eyebrow { color: var(--green) !important; font-size: 11px !important; font-weight: 950; letter-spacing: .09em; }
.button-link { flex: 0 0 auto; padding: 14px 17px; background: var(--green); color: #081008; font-size: 12px; font-weight: 950; letter-spacing: .045em; }
.button-link:hover, .button-link:focus-visible { background: #67dc4e; }
.site-footer { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 29px max(20px, calc((100vw - var(--max)) / 2)); background: var(--black); color: #aab1aa; }
.brand-small { font-size: 25px; }
.site-footer p { margin: 0; font-size: 12px; }

.article-page { width: min(1060px, calc(100% - 40px)); margin-top: 35px; }
.article-header { max-width: 890px; margin: 0 auto 25px; }
.article-header h1 { margin: 14px 0 15px; font-size: clamp(35px, 5.1vw, 70px); line-height: .96; letter-spacing: -3px; text-transform: uppercase; }
.article-summary { max-width: 760px; margin: 0; color: #59605a; font-size: clamp(17px, 2.1vw, 23px); line-height: 1.4; }
.article-meta { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; margin-top: 22px; color: #464d47; font-size: 13px; font-weight: 700; }
.article-meta .author-dot { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: var(--black); color: var(--green); font-size: 10px; font-weight: 950; }
.article-meta b { color: var(--ink); }
.article-hero { display: block; width: 100%; max-height: 620px; object-fit: cover; object-position: center 32%; border-radius: 2px; }
.article-caption { margin: 8px 0 31px; color: var(--muted); font-size: 12px; font-style: italic; }
.article-layout { display: grid; grid-template-columns: minmax(0, 1fr) 285px; gap: 35px; max-width: 890px; margin: 0 auto 58px; }
.article-copy { min-width: 0; font-size: 19px; line-height: 1.58; }
.article-copy p { margin: 0 0 23px; }
.article-inline-figure { width: 100%; max-width: 100%; box-sizing: border-box; overflow: hidden; margin: 30px 0 31px; padding: 10px; border: 1px solid var(--line); background: #f6f8f5; }
.article-inline-figure img { display: block; width: 100%; max-width: 100%; height: auto; max-height: 540px; box-sizing: border-box; object-fit: contain; background: #141715; }
.article-inline-figure figcaption { padding: 10px 3px 0; color: var(--muted); font-size: 12px; font-style: italic; line-height: 1.35; }
.pull-quote { margin: 32px 0; padding: 22px 23px; border-left: 5px solid var(--green); background: #edf2eb; font-size: 22px; font-weight: 850; line-height: 1.25; }
.pull-quote small { display: block; margin-top: 10px; color: var(--muted); font-size: 13px; font-weight: 700; }
.timeline { margin: 34px 0 0; padding-top: 20px; border-top: 3px solid var(--green-dark); }
.timeline h2 { margin: 0 0 18px; font-size: 21px; letter-spacing: -.8px; }
.timeline-list { position: relative; margin: 0; padding: 0 0 0 24px; list-style: none; }
.timeline-list::before { content: ""; position: absolute; left: 6px; top: 5px; bottom: 8px; width: 2px; background: #a6c6a4; }
.timeline-list li { position: relative; padding: 0 0 17px 15px; font-size: 14px; line-height: 1.35; }
.timeline-list li::before { content: ""; position: absolute; left: -23px; top: 4px; width: 12px; height: 12px; border-radius: 50%; background: var(--green); }
.timeline-list time { display: block; margin-bottom: 3px; color: var(--green-dark); font-weight: 950; }
.article-aside { align-self: start; }
.data-card, .related-card { margin-bottom: 18px; border: 1px solid var(--line); background: #fff; }
.data-card h2, .related-card h2 { margin: 0; padding: 14px; background: var(--black); color: #fff; font-size: 15px; }
.data-card dl { margin: 0; padding: 3px 14px; }
.data-card div { display: flex; justify-content: space-between; gap: 10px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.data-card div:last-child { border-bottom: 0; }
.data-card dt { color: var(--muted); font-size: 12px; font-weight: 700; }
.data-card dd { margin: 0; color: var(--green-dark); font-size: 13px; font-weight: 950; text-align: right; }
.related-card a { display: block; padding: 14px; border-bottom: 1px solid var(--line); font-size: 14px; font-weight: 850; line-height: 1.22; }
.related-card a:last-child { border-bottom: 0; }
.related-card a:hover, .related-card a:focus-visible { color: var(--green-dark); }
.article-edition { margin-top: 18px; padding: 10px; border: 1px solid var(--line); background: #fff; }
.article-edition button { display: block; width: 100%; padding: 0; border: 0; background: transparent; cursor: zoom-in; }
.article-edition img { display: block; width: 100%; max-height: 370px; object-fit: cover; object-position: top; }
.article-edition span { display: block; padding: 9px 3px 2px; color: var(--muted); font-size: 11px; font-weight: 800; }
.not-found { min-height: 440px; display: grid; place-content: center; gap: 14px; text-align: center; }
.not-found h1 { margin: 0; font-size: 42px; }
.not-found a { color: var(--green-dark); font-weight: 850; }

@media (max-width: 920px) {
  .news-grid { grid-template-columns: repeat(2, 1fr); }
  .edition-grid { grid-template-columns: repeat(3, 1fr); }
  .article-layout { grid-template-columns: 1fr; }
  .article-aside { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .article-aside > * { margin: 0; }
  .article-edition { grid-column: span 2; }
}

@media (max-width: 720px) {
  .topline { font-size: 9px; }
  .nav-shell { width: calc(100% - 28px); min-height: 66px; }
  .menu-button { display: inline-flex; align-items: center; gap: 7px; }
  .site-nav { display: none; position: absolute; top: 98px; left: 0; right: 0; padding: 16px 20px; background: #101410; border-top: 1px solid #283128; box-shadow: 0 12px 18px rgba(0,0,0,.25); }
  .site-nav.is-open { display: grid; gap: 18px; }
  .back-link { font-size: 10px; }
  main, .article-page { width: calc(100% - 28px); }
  .ticker { margin-top: 14px; }
  .ticker b { padding: 0 11px; }
  .ticker p { padding: 14px 12px; }
  .featured-wrap { grid-template-columns: 1fr; }
  .featured-story { min-height: 455px; }
  .latest-panel { display: none; }
  .featured-content h1 { letter-spacing: -1.6px; }
  .news-grid { grid-template-columns: 1fr; gap: 29px; }
  .news-card .card-image { aspect-ratio: 1.55; }
  .news-card h3 { font-size: 25px; }
  .edition-section { margin-left: -14px; margin-right: -14px; padding: 24px 14px; }
  .edition-grid { grid-template-columns: repeat(2, 1fr); gap: 13px; }
  .archive-banner { align-items: start; flex-direction: column; margin-left: -14px; margin-right: -14px; }
  .site-footer { align-items: flex-start; flex-direction: column; padding: 24px 14px; }
  .article-header h1 { letter-spacing: -1.9px; }
  .article-layout { margin-bottom: 38px; }
  .article-copy { font-size: 18px; }
  .article-aside { grid-template-columns: 1fr; }
  .article-edition { grid-column: auto; }
}
