:root {
  --ink: #17212b;
  --muted: #52616d;
  --line: #bfd4df;
  --sky: #79cef2;
  --sky-soft: #e6f7ff;
  --lemon: #f7e84d;
  --white: #fff;
  --paper: #f8fbfc;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background-color: var(--white);
  background-image: linear-gradient(#dce9ee 1px, transparent 1px), linear-gradient(90deg, #dce9ee 1px, transparent 1px);
  background-size: 40px 40px;
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.68;
  letter-spacing: 0;
}

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration-thickness: 2px; text-underline-offset: 4px; }
a:hover { text-decoration-color: #1687b9; }
button, input { font: inherit; }
:focus-visible { outline: 3px solid #1687b9; outline-offset: 3px; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.site-header { background: var(--white); border-bottom: 3px solid var(--ink); }
.utility-bar { background: var(--ink); color: var(--white); font-size: .78rem; }
.utility-inner, .nav-inner, .page-shell, .footer-inner { width: min(calc(100% - 32px), var(--max)); margin: 0 auto; }
.utility-inner { display: flex; justify-content: space-between; align-items: center; min-height: 34px; gap: 16px; }
.issue { color: var(--lemon); font-weight: 700; }
.utility-bar a { text-decoration: none; }
.nav-inner { display: grid; grid-template-columns: 220px 1fr auto; align-items: stretch; min-height: 96px; }
.brand { display: flex; align-items: center; gap: 10px; border-right: 1px solid var(--line); text-decoration: none; font-size: 1.45rem; font-weight: 700; }
.brand-mark { display: grid; grid-template-columns: repeat(2, 13px); grid-template-rows: repeat(2, 13px); gap: 3px; }
.brand-mark i { background: var(--sky); }
.brand-mark i:nth-child(2), .brand-mark i:nth-child(3) { background: var(--lemon); }
.brand-mark i:last-child { background: var(--ink); }
.main-nav { display: flex; justify-content: center; align-items: center; gap: 28px; padding: 0 24px; }
.main-nav a { text-decoration: none; font-size: .9rem; font-weight: 700; }
.main-nav a:hover { color: #117ba9; }
.search-jump { display: flex; align-items: center; padding-left: 22px; text-decoration: none; font-weight: 700; }
.search-jump::before { content: ""; width: 14px; height: 14px; border: 2px solid var(--ink); margin-right: 10px; box-shadow: 7px 7px 0 -5px var(--ink); }

.page-shell { background: var(--white); border-left: 1px solid var(--line); border-right: 1px solid var(--line); }
.edition-strip { display: grid; grid-template-columns: 1fr auto; border-bottom: 1px solid var(--line); }
.edition-strip p { margin: 0; padding: 10px 16px; font-size: .78rem; font-weight: 700; text-transform: uppercase; }
.edition-strip p:last-child { background: var(--lemon); border-left: 1px solid var(--ink); }

.lead-grid { display: grid; grid-template-columns: minmax(0, 1.7fr) minmax(270px, .75fr); border-bottom: 3px solid var(--ink); }
.lead-story { position: relative; min-height: 600px; overflow: hidden; border-right: 3px solid var(--ink); }
.lead-story img { width: 100%; height: 100%; min-height: 600px; object-fit: cover; }
.lead-copy { position: absolute; left: 0; bottom: 0; width: min(88%, 720px); background: var(--white); border-top: 3px solid var(--ink); border-right: 3px solid var(--ink); padding: 28px 32px 30px; }
.kicker { display: inline-block; margin: 0 0 12px; background: var(--lemon); border: 1px solid var(--ink); padding: 4px 8px; font-size: .72rem; font-weight: 700; text-transform: uppercase; }
h1, h2, h3, h4 { line-height: 1.13; margin: 0 0 .55em; letter-spacing: 0; }
.lead-copy h1 { font-size: clamp(2.1rem, 4.3vw, 4.35rem); max-width: 13ch; }
.lead-copy p { margin: 0 0 18px; max-width: 62ch; color: var(--muted); }
.story-link { display: inline-flex; align-items: center; min-height: 42px; background: var(--ink); color: var(--white); padding: 8px 13px; text-decoration: none; font-weight: 700; }
.story-link::after { content: "→"; margin-left: 18px; color: var(--lemon); }
.briefing { display: grid; grid-template-rows: auto repeat(3, 1fr); background: var(--sky-soft); }
.briefing h2 { padding: 18px; border-bottom: 1px solid var(--ink); font-size: 1rem; text-transform: uppercase; }
.brief-item { padding: 22px 20px; border-bottom: 1px solid var(--line); text-decoration: none; }
.brief-item:last-child { border-bottom: 0; }
.brief-item span { display: block; color: var(--muted); font-size: .75rem; font-weight: 700; text-transform: uppercase; }
.brief-item strong { display: block; margin-top: 8px; font-size: 1.18rem; line-height: 1.25; }
.brief-item:hover { background: var(--lemon); }

.section-head { display: grid; grid-template-columns: auto 1fr; align-items: end; gap: 22px; padding: 34px 24px 18px; border-bottom: 1px solid var(--ink); }
.section-head h2 { margin: 0; font-size: clamp(1.6rem, 3vw, 2.7rem); }
.section-head p { margin: 0 0 4px; color: var(--muted); font-size: .88rem; text-align: right; }
.story-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-bottom: 3px solid var(--ink); }
.story-card { display: grid; grid-template-columns: 46% 1fr; min-height: 280px; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); text-decoration: none; }
.story-card:nth-child(even) { border-right: 0; }
.story-card img { width: 100%; height: 100%; object-fit: cover; border-right: 1px solid var(--ink); }
.card-copy { padding: 22px; }
.card-copy .meta { color: var(--muted); font-size: .73rem; font-weight: 700; text-transform: uppercase; }
.card-copy h3 { margin-top: 10px; font-size: 1.42rem; }
.card-copy p { color: var(--muted); font-size: .9rem; line-height: 1.5; }
.story-card:hover .card-copy { background: var(--sky-soft); }

.search-section { display: grid; grid-template-columns: .8fr 1.2fr; background: var(--sky); border-bottom: 3px solid var(--ink); }
.search-intro { padding: 34px; border-right: 3px solid var(--ink); }
.search-intro h2 { font-size: 2rem; }
.search-intro p { margin-bottom: 0; }
.search-box { padding: 34px; background: var(--white); }
.search-form { display: grid; grid-template-columns: 1fr auto; border: 2px solid var(--ink); }
.search-form input { min-width: 0; border: 0; padding: 14px; }
.search-form button { border: 0; border-left: 2px solid var(--ink); background: var(--lemon); padding: 10px 18px; font-weight: 700; cursor: pointer; }
.search-status { min-height: 1.5em; margin: 14px 0 0; color: var(--muted); font-size: .85rem; }
.search-results { margin: 12px 0 0; padding: 0; list-style: none; }
.search-results li { border-top: 1px solid var(--line); padding: 12px 0; }
.search-results a { font-weight: 700; }
.search-results span { display: block; color: var(--muted); font-size: .82rem; }

.category-band { display: grid; grid-template-columns: repeat(3, 1fr); }
.category-tile { min-height: 180px; padding: 24px; border-right: 1px solid var(--ink); text-decoration: none; }
.category-tile:last-child { border-right: 0; }
.category-tile:nth-child(2) { background: var(--lemon); }
.category-tile:nth-child(3) { background: var(--sky-soft); }
.category-tile small { text-transform: uppercase; font-weight: 700; }
.category-tile h2 { margin-top: 32px; font-size: 1.45rem; }

.article-header { display: grid; grid-template-columns: 1fr 40%; border-bottom: 3px solid var(--ink); }
.article-title { padding: 48px 44px; }
.article-title h1 { max-width: 14ch; font-size: clamp(2.3rem, 5vw, 4.8rem); }
.article-title .dek { max-width: 60ch; color: var(--muted); font-size: 1.1rem; }
.byline { margin-top: 24px; font-size: .82rem; font-weight: 700; }
.article-header img { width: 100%; height: 100%; min-height: 430px; object-fit: cover; border-left: 3px solid var(--ink); }
.article-layout { display: grid; grid-template-columns: 230px minmax(0, 720px) 1fr; gap: 40px; padding: 48px 44px 72px; }
.article-aside { font-size: .78rem; color: var(--muted); }
.article-aside strong { display: block; color: var(--ink); margin-bottom: 8px; }
.article-body { min-width: 0; }
.article-body > p:first-child { font-size: 1.12rem; color: #2e3c46; }
.article-body h2 { margin-top: 2.1em; padding-top: .45em; border-top: 4px solid var(--sky); font-size: 1.8rem; }
.article-body h3 { margin-top: 1.7em; font-size: 1.28rem; }
.article-body h4 { margin-top: 1.5em; font-size: 1rem; }
.article-body p, .article-body li { max-width: 68ch; }
.article-body li { margin-bottom: .45em; }
.article-body blockquote { margin: 2em 0; border-left: 8px solid var(--lemon); background: var(--paper); padding: 18px 22px; font-size: 1.08rem; }
.article-body table { width: 100%; border-collapse: collapse; margin: 24px 0; font-size: .9rem; }
.article-body th, .article-body td { border: 1px solid var(--ink); padding: 10px; text-align: left; vertical-align: top; }
.article-body th { background: var(--lemon); }
.article-rail { border-left: 1px solid var(--line); padding-left: 20px; font-size: .82rem; }
.article-rail a { display: block; margin-bottom: 14px; font-weight: 700; }
.back-link { display: inline-block; margin: 0 44px 44px; font-weight: 700; }

.category-header { display: grid; grid-template-columns: 1fr 190px; min-height: 260px; border-bottom: 3px solid var(--ink); }
.category-header div:first-child { padding: 44px; }
.category-header h1 { font-size: clamp(2.3rem, 5vw, 4.6rem); }
.category-header p { max-width: 62ch; color: var(--muted); }
.category-number { display: grid; place-items: center; background: var(--lemon); border-left: 3px solid var(--ink); font-size: 4rem; font-weight: 700; }
.category-list { display: grid; grid-template-columns: repeat(2, 1fr); }
.category-list .story-card { border-bottom: 1px solid var(--ink); }
.empty-note { padding: 40px; }

.site-footer { background: var(--ink); color: var(--white); }
.footer-inner { display: grid; grid-template-columns: 1fr auto; gap: 32px; padding: 34px 0; }
.footer-inner p { margin: 0; max-width: 58ch; color: #c8d5dc; font-size: .85rem; }
.footer-links { display: flex; gap: 18px; align-items: start; font-size: .82rem; }
.footer-links a { color: var(--white); }

@media (max-width: 900px) {
  .nav-inner { grid-template-columns: 1fr auto; min-height: 78px; }
  .brand { border-right: 0; }
  .main-nav { grid-column: 1 / -1; order: 3; justify-content: flex-start; overflow-x: auto; border-top: 1px solid var(--line); padding: 12px 0; }
  .search-jump { padding-left: 12px; }
  .lead-grid, .article-header, .search-section { grid-template-columns: 1fr; }
  .lead-story, .search-intro { border-right: 0; }
  .briefing { grid-template-columns: repeat(3, 1fr); grid-template-rows: auto 1fr; }
  .briefing h2 { grid-column: 1 / -1; }
  .brief-item { border-right: 1px solid var(--line); }
  .story-grid, .category-list { grid-template-columns: 1fr; }
  .story-card { border-right: 0; }
  .article-header img { border-left: 0; border-top: 3px solid var(--ink); min-height: 340px; }
  .article-layout { grid-template-columns: 150px minmax(0, 1fr); }
  .article-rail { display: none; }
}

@media (max-width: 620px) {
  body { font-size: 16px; background-size: 28px 28px; }
  .utility-inner, .nav-inner, .page-shell, .footer-inner { width: min(calc(100% - 18px), var(--max)); }
  .utility-inner span:last-child { display: none; }
  .brand { font-size: 1.2rem; }
  .main-nav { gap: 18px; }
  .edition-strip { grid-template-columns: 1fr; }
  .edition-strip p:last-child { border-left: 0; border-top: 1px solid var(--ink); }
  .lead-story, .lead-story img { min-height: 540px; }
  .lead-copy { width: calc(100% - 18px); padding: 22px 18px; }
  .lead-copy h1 { font-size: 2.35rem; }
  .briefing { grid-template-columns: 1fr; grid-template-rows: auto; }
  .briefing h2 { grid-column: auto; }
  .brief-item { border-right: 0; }
  .section-head { grid-template-columns: 1fr; gap: 4px; padding: 28px 18px 14px; }
  .section-head p { text-align: left; }
  .story-card { grid-template-columns: 1fr; }
  .story-card img { height: 230px; border-right: 0; border-bottom: 1px solid var(--ink); }
  .search-intro, .search-box { padding: 24px 18px; }
  .search-form { grid-template-columns: 1fr; }
  .search-form button { border-left: 0; border-top: 2px solid var(--ink); }
  .category-band { grid-template-columns: 1fr; }
  .category-tile { min-height: 140px; border-right: 0; border-bottom: 1px solid var(--ink); }
  .category-tile h2 { margin-top: 18px; }
  .article-title { padding: 34px 20px; }
  .article-title h1 { font-size: 2.1rem; overflow-wrap: normal; }
  .article-layout { grid-template-columns: 1fr; gap: 22px; padding: 34px 20px 56px; }
  .article-aside { border-bottom: 1px solid var(--line); padding-bottom: 12px; }
  .article-body h2 { font-size: 1.55rem; }
  .article-body table { width: 100%; table-layout: fixed; font-size: .78rem; }
  .article-body th, .article-body td { padding: 8px 6px; overflow-wrap: anywhere; }
  .back-link { margin: 0 20px 36px; }
  .category-header { grid-template-columns: 1fr 86px; min-height: 220px; }
  .category-header div:first-child { padding: 30px 20px; }
  .category-header h1 { font-size: 2.4rem; overflow-wrap: anywhere; }
  .category-number { font-size: 2.3rem; }
  .footer-inner { grid-template-columns: 1fr; }
}
