:root {
  --ink: #0b0b0b;
  --paper: #fff;
  --blue: #1647d8;
  --blue-dark: #0d31a6;
  --mist: #edf1ff;
  --line: 3px solid var(--ink);
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.55;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration-thickness: 2px; text-underline-offset: 4px; }
button, input { font: inherit; }
button { color: inherit; }
.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 99;
  padding: 10px 14px;
  background: var(--paper);
  border: var(--line);
  transform: translateY(-160%);
}
.skip-link:focus { transform: translateY(0); }
.site-header { border-bottom: var(--line); background: var(--paper); }
.utility-bar {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  padding: 9px 0;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}
.utility-bar p { margin: 0; }
.masthead {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  min-height: 126px;
}
.brand {
  grid-column: 2;
  display: inline-flex;
  align-items: baseline;
  gap: 7px;
  text-decoration: none;
  font-weight: 900;
  line-height: .78;
  letter-spacing: 0;
}
.brand-main { font-size: clamp(52px, 7vw, 98px); }
.brand-dot { color: var(--blue); font-size: clamp(52px, 7vw, 98px); }
.brand-tail { font-size: clamp(14px, 1.5vw, 21px); text-transform: uppercase; }
.search-toggle {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 0;
  border: 0;
  border-bottom: 3px solid var(--ink);
  background: transparent;
  font-weight: 800;
  cursor: pointer;
}
.search-symbol { font-size: 22px; line-height: 1; }
.primary-nav { border-top: 1px solid var(--ink); }
.primary-nav ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
  width: min(var(--max), 100%);
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
.primary-nav a {
  display: block;
  padding: 13px 24px 12px;
  border-left: 1px solid var(--ink);
  text-decoration: none;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}
.primary-nav li:last-child a { border-right: 1px solid var(--ink); }
.primary-nav a:hover, .primary-nav a:focus-visible { color: var(--paper); background: var(--ink); }
.search-panel { border-bottom: var(--line); background: var(--blue); color: var(--paper); }
.search-panel[hidden] { display: none; }
.search-inner { width: min(860px, calc(100% - 40px)); margin: 0 auto; padding: 30px 0 36px; }
.search-top { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.search-top h2 { margin: 0; font-size: clamp(24px, 4vw, 42px); line-height: 1; }
.search-close { border: 2px solid var(--paper); background: transparent; color: var(--paper); padding: 6px 10px; cursor: pointer; font-weight: 900; }
.search-form { display: grid; grid-template-columns: 1fr auto; margin-top: 18px; }
.search-input { min-width: 0; border: 3px solid var(--ink); padding: 14px 16px; background: var(--paper); color: var(--ink); }
.search-submit { border: 3px solid var(--ink); border-left: 0; padding: 12px 20px; background: var(--ink); color: var(--paper); font-weight: 900; cursor: pointer; }
.search-status { margin: 14px 0 0; font-weight: 700; }
.search-results { display: grid; gap: 8px; margin: 14px 0 0; padding: 0; list-style: none; }
.search-results a { display: block; padding: 10px 12px; background: var(--paper); color: var(--ink); text-decoration: none; border: 2px solid var(--ink); font-weight: 800; }
.search-results a:hover { transform: translateX(5px); }
.ticker { overflow: hidden; border-bottom: var(--line); background: var(--ink); color: var(--paper); }
.ticker p { width: max-content; margin: 0; padding: 9px 0; font-weight: 900; text-transform: uppercase; font-size: 13px; word-spacing: 18px; }
.shell { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; }
.lead-story {
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(330px, .84fr);
  min-height: 630px;
  border-left: var(--line);
  border-right: var(--line);
}
.lead-visual { position: relative; min-width: 0; border-right: var(--line); overflow: hidden; }
.lead-visual img { width: 100%; height: 100%; min-height: 630px; object-fit: cover; }
.issue-stamp {
  position: absolute;
  top: 26px;
  left: 24px;
  padding: 8px 13px;
  background: var(--blue);
  color: var(--paper);
  border: 3px solid var(--ink);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  transform: rotate(-3deg);
}
.lead-copy { display: flex; flex-direction: column; padding: clamp(28px, 4vw, 58px); background: var(--mist); }
.kicker { margin: 0 0 16px; color: var(--blue); font-size: 13px; font-weight: 900; text-transform: uppercase; }
.lead-copy h1 { margin: 0; font-size: clamp(43px, 5.2vw, 75px); line-height: .95; max-width: 10ch; }
.lead-copy .intro { margin: 24px 0; font-size: clamp(18px, 2vw, 23px); line-height: 1.35; }
.story-link { display: inline-flex; align-items: center; gap: 12px; margin-top: auto; font-size: 14px; font-weight: 900; text-transform: uppercase; text-decoration: none; }
.story-link span { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: var(--blue); color: var(--paper); font-size: 22px; }
.story-link:hover span { background: var(--ink); transform: translateX(4px); }
.section-head { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; padding: 52px 0 20px; border-bottom: var(--line); }
.section-head h2 { margin: 0; font-size: clamp(32px, 4.8vw, 64px); line-height: .95; }
.section-head p { margin: 0; font-size: 12px; font-weight: 900; text-transform: uppercase; }
.story-grid { display: grid; grid-template-columns: 1.1fr .9fr; border-left: var(--line); border-right: var(--line); }
.story-card { position: relative; display: grid; min-width: 0; border-bottom: var(--line); background: var(--paper); }
.story-card:nth-child(odd) { border-right: var(--line); }
.story-card a { text-decoration: none; }
.story-card img { width: 100%; height: 290px; object-fit: cover; border-bottom: var(--line); }
.story-card:nth-child(1) img, .story-card:nth-child(4) img { height: 390px; }
.story-card-copy { padding: 24px; }
.story-card .kicker { margin-bottom: 9px; }
.story-card h3 { margin: 0; font-size: clamp(27px, 3vw, 43px); line-height: 1.02; max-width: 15ch; }
.story-card p { margin: 15px 0 0; max-width: 58ch; }
.story-card a:hover h3 { color: var(--blue); }
.story-no { position: absolute; top: 14px; right: 14px; z-index: 2; display: grid; place-items: center; width: 46px; height: 46px; background: var(--paper); border: var(--line); font-weight: 900; transform: rotate(5deg); }
.blue-band { margin-top: 64px; background: var(--blue); color: var(--paper); border-top: var(--line); border-bottom: var(--line); }
.blue-band-inner { display: grid; grid-template-columns: 1fr 1.3fr; gap: 48px; align-items: center; width: min(var(--max), calc(100% - 40px)); margin: 0 auto; padding: 55px 0; }
.blue-band h2 { margin: 0; font-size: clamp(36px, 5vw, 68px); line-height: .92; }
.blue-band p { margin: 0; max-width: 56ch; font-size: 19px; }
.category-strip { display: grid; grid-template-columns: repeat(3, 1fr); border-left: var(--line); border-right: var(--line); }
.category-strip a { padding: 28px; border-right: var(--line); border-bottom: var(--line); text-decoration: none; }
.category-strip a:last-child { border-right: 0; }
.category-strip strong { display: block; font-size: clamp(23px, 2.4vw, 34px); line-height: 1; }
.category-strip span { display: block; margin-top: 10px; font-size: 14px; }
.category-strip a:hover { color: var(--paper); background: var(--ink); }
.site-footer { margin-top: 74px; background: var(--ink); color: var(--paper); }
.footer-inner { display: grid; grid-template-columns: 1.4fr .6fr; gap: 40px; width: min(var(--max), calc(100% - 40px)); margin: 0 auto; padding: 46px 0; }
.footer-brand { margin: 0; font-size: clamp(32px, 5vw, 62px); font-weight: 900; line-height: 1; }
.footer-copy { max-width: 52ch; }
.footer-links { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.footer-links a { color: var(--paper); }
.legal { grid-column: 1 / -1; margin: 0; padding-top: 20px; border-top: 1px solid #777; font-size: 12px; }

/* Article */
.article-header { background: var(--mist); border-bottom: var(--line); }
.breadcrumbs { padding: 18px 0; font-size: 13px; font-weight: 800; }
.breadcrumbs a { color: var(--blue); }
.article-title-wrap { display: grid; grid-template-columns: 1.35fr .65fr; gap: 52px; align-items: end; padding: 42px 0 52px; }
.article-title-wrap h1 { margin: 0; max-width: 14ch; font-size: clamp(48px, 7vw, 90px); line-height: .92; }
.article-deck { margin: 18px 0 0; max-width: 60ch; font-size: clamp(19px, 2vw, 24px); line-height: 1.35; }
.article-meta { border-left: var(--line); padding-left: 28px; font-size: 14px; }
.article-meta dl { margin: 0; }
.article-meta div { padding: 10px 0; border-bottom: 1px solid var(--ink); }
.article-meta dt { font-size: 11px; font-weight: 900; text-transform: uppercase; }
.article-meta dd { margin: 3px 0 0; }
.article-hero { width: min(1440px, 100%); margin: 0 auto; border-bottom: var(--line); }
.article-hero img { width: 100%; height: min(62vw, 690px); min-height: 360px; object-fit: cover; }
.article-layout { display: grid; grid-template-columns: 220px minmax(0, 720px) 1fr; gap: 44px; padding-top: 54px; }
.article-aside { position: sticky; top: 24px; align-self: start; font-size: 13px; }
.article-aside strong { display: block; margin-bottom: 10px; text-transform: uppercase; }
.article-aside p { margin: 0 0 20px; }
.article-body { min-width: 0; font-size: 18px; line-height: 1.72; }
.article-body > p:first-child::first-letter { float: left; margin: 8px 10px 0 0; color: var(--blue); font-size: 82px; font-weight: 900; line-height: .72; }
.article-body h2 { margin: 58px 0 18px; font-size: clamp(32px, 4vw, 48px); line-height: 1.02; }
.article-body h3 { margin: 38px 0 12px; font-size: 25px; line-height: 1.15; }
.article-body h4 { margin: 30px 0 8px; font-size: 18px; text-transform: uppercase; }
.article-body p { margin: 0 0 23px; }
.article-body ul, .article-body ol { margin: 0 0 26px; padding-left: 25px; }
.article-body li { margin-bottom: 9px; }
.article-body blockquote { margin: 38px 0; padding: 24px 28px; border-left: 8px solid var(--blue); background: var(--mist); font-size: 23px; font-weight: 800; line-height: 1.35; }
.tip-box { margin: 34px 0; padding: 22px 24px; border: var(--line); box-shadow: 8px 8px 0 var(--blue); }
.tip-box strong { display: block; margin-bottom: 7px; text-transform: uppercase; }
.article-end { margin-top: 60px; padding-top: 24px; border-top: var(--line); font-weight: 800; }
.more-reading { grid-column: 3; align-self: start; padding: 24px; border: var(--line); background: var(--mist); }
.more-reading h2 { margin: 0 0 16px; font-size: 20px; }
.more-reading a { display: block; padding: 12px 0; border-top: 1px solid var(--ink); font-weight: 800; line-height: 1.25; text-decoration: none; }
.more-reading a:hover { color: var(--blue); }

/* Category */
.category-hero { border-bottom: var(--line); }
.category-hero-inner { display: grid; grid-template-columns: 1fr .42fr; gap: 48px; align-items: end; padding: 55px 0 38px; }
.category-hero h1 { margin: 0; font-size: clamp(55px, 9vw, 122px); line-height: .82; }
.category-hero p { margin: 0 0 7px; font-size: 18px; }
.category-count { justify-self: end; color: var(--blue); font-size: clamp(66px, 10vw, 130px); font-weight: 900; line-height: .8; }
.category-list { border-left: var(--line); border-right: var(--line); }
.category-item { display: grid; grid-template-columns: 280px 1fr auto; gap: 30px; align-items: center; padding: 28px; border-bottom: var(--line); text-decoration: none; }
.category-item img { width: 280px; aspect-ratio: 4 / 3; object-fit: cover; border: 2px solid var(--ink); }
.category-item h2 { margin: 0; max-width: 18ch; font-size: clamp(28px, 4vw, 48px); line-height: 1; }
.category-item p { margin: 12px 0 0; max-width: 60ch; }
.category-arrow { display: grid; place-items: center; width: 52px; height: 52px; border-radius: 50%; background: var(--blue); color: var(--paper); font-size: 28px; }
.category-item:hover { background: var(--mist); }
.category-empty { padding: 52px 28px; border-bottom: var(--line); }
.category-empty h2 { margin: 0; font-size: 32px; }
.category-empty p { max-width: 65ch; }

@media (max-width: 980px) {
  .lead-story { grid-template-columns: 1fr; }
  .lead-visual { border-right: 0; border-bottom: var(--line); }
  .lead-visual img { min-height: 420px; height: 62vw; }
  .lead-copy { min-height: 460px; }
  .article-layout { grid-template-columns: 150px minmax(0, 1fr); }
  .more-reading { grid-column: 2; }
  .article-title-wrap { grid-template-columns: 1fr; }
  .article-meta { border-left: 0; border-top: var(--line); padding: 18px 0 0; }
}

@media (max-width: 720px) {
  body { font-size: 15px; }
  .utility-bar { width: min(100% - 24px, var(--max)); gap: 10px; }
  .utility-bar p:last-child { display: none; }
  .masthead { grid-template-columns: 1fr auto; width: min(100% - 24px, var(--max)); min-height: 90px; }
  .brand { grid-column: 1; justify-self: start; gap: 4px; }
  .brand-main, .brand-dot { font-size: 48px; }
  .brand-tail { display: none; }
  .search-toggle { grid-column: 2; }
  .search-toggle .search-label { display: none; }
  .primary-nav ul { flex-wrap: nowrap; justify-content: flex-start; overflow-x: auto; scrollbar-width: none; }
  .primary-nav ul::-webkit-scrollbar { display: none; }
  .primary-nav a { white-space: nowrap; padding: 12px 14px; }
  .shell { width: min(100% - 24px, var(--max)); }
  .ticker p { font-size: 11px; }
  .lead-story { border-left-width: 2px; border-right-width: 2px; }
  .lead-visual img { min-height: 310px; height: 82vw; }
  .issue-stamp { top: 14px; left: 13px; }
  .lead-copy { min-height: 440px; padding: 28px 22px; }
  .lead-copy h1 { font-size: clamp(38px, 11vw, 46px); }
  .lead-copy .intro { font-size: 18px; }
  .section-head { align-items: flex-end; padding-top: 42px; }
  .section-head p { max-width: 12ch; text-align: right; }
  .story-grid { grid-template-columns: 1fr; border-width: 0 2px; }
  .story-card:nth-child(odd) { border-right: 0; }
  .story-card img, .story-card:nth-child(1) img, .story-card:nth-child(4) img { height: 66vw; min-height: 250px; max-height: 390px; }
  .story-card h3 { font-size: 31px; }
  .blue-band { margin-top: 46px; }
  .blue-band-inner { grid-template-columns: 1fr; width: min(100% - 24px, var(--max)); padding: 42px 0; gap: 20px; }
  .blue-band p { font-size: 17px; }
  .category-strip { grid-template-columns: 1fr; border-width: 0 2px; }
  .category-strip a, .category-strip a:last-child { border-right: 0; }
  .footer-inner { grid-template-columns: 1fr; width: min(100% - 24px, var(--max)); }
  .legal { grid-column: 1; }
  .article-title-wrap { padding-top: 28px; gap: 28px; }
  .article-title-wrap h1 { font-size: clamp(44px, 14vw, 67px); }
  .article-hero img { min-height: 280px; height: 75vw; }
  .article-layout { grid-template-columns: 1fr; gap: 28px; padding-top: 34px; }
  .article-aside { position: static; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; padding-bottom: 16px; border-bottom: var(--line); }
  .article-body { font-size: 17px; }
  .article-body h2 { margin-top: 46px; }
  .article-body blockquote { margin-inline: 0; font-size: 20px; }
  .more-reading { grid-column: 1; }
  .category-hero-inner { grid-template-columns: 1fr; gap: 25px; padding-top: 38px; }
  .category-count { justify-self: start; }
  .category-item { grid-template-columns: 1fr; padding: 20px; gap: 18px; }
  .category-item img { width: 100%; aspect-ratio: 16 / 10; }
  .category-arrow { width: 44px; height: 44px; }
}

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