:root {
  --ink: #090909;
  --paper: #ffffff;
  --blue: #1648d8;
  --blue-dark: #0b2f9e;
  --mist: #eef2f9;
  --line: #d7dbe3;
  --muted: #5c626e;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  overflow-x: hidden;
}
img { display: block; width: 100%; height: auto; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 4px; }
a:hover { color: var(--blue); }
button, input { font: inherit; }
button { cursor: pointer; }
:focus-visible { outline: 3px solid #6d91ff; outline-offset: 3px; }

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 100;
  padding: 10px 14px;
  color: white;
  background: var(--ink);
  transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }
.site-header {
  position: relative;
  z-index: 10;
  border-bottom: 1px solid var(--line);
  background: rgba(255,255,255,.97);
}
.header-inner {
  width: min(calc(100% - 40px), var(--max));
  min-height: 86px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 32px;
  align-items: center;
}
.brand {
  color: var(--ink);
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}
.brand-dot { color: var(--blue); }
.site-nav { justify-self: center; }
.site-nav ul { display: flex; gap: 28px; padding: 0; margin: 0; list-style: none; }
.site-nav a { font-size: 13px; font-weight: 700; text-decoration: none; }
.search-jump {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid var(--ink);
  color: var(--ink);
  background: white;
  text-decoration: none;
}
.search-jump svg { width: 18px; height: 18px; }

.hero {
  position: relative;
  min-height: min(720px, calc(100vh - 86px));
  display: flex;
  align-items: end;
  color: white;
  background: #111;
  overflow: hidden;
}
.hero > img { position: absolute; inset: 0; height: 100%; object-fit: cover; object-position: center 54%; opacity: .77; }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.04) 32%, rgba(0,0,0,.82) 100%); }
.hero-content {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 40px), var(--max));
  margin: 0 auto;
  padding: 80px 0 58px;
  display: grid;
  grid-template-columns: minmax(0, 780px) auto;
  align-items: end;
  gap: 48px;
}
.eyebrow { margin: 0 0 14px; font-size: 12px; font-weight: 700; letter-spacing: 1.6px; text-transform: uppercase; }
.hero h1 { max-width: 780px; margin: 0; font-size: clamp(44px, 6vw, 82px); line-height: 1.02; letter-spacing: 0; }
.hero-side { max-width: 310px; justify-self: end; }
.hero-side p { margin: 0 0 24px; font-size: 17px; }
.arrow-link { display: inline-flex; gap: 12px; align-items: center; font-size: 13px; font-weight: 700; text-decoration: none; }
.arrow-link span { font-size: 22px; line-height: 1; }

.band { padding: 96px 0; }
.band-dark { color: white; background: var(--ink); }
.band-blue { color: white; background: var(--blue); }
.wrap { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; }
.section-head { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 32px; margin-bottom: 42px; }
.section-head h2 { max-width: 760px; margin: 0; font-size: clamp(34px, 4vw, 58px); line-height: 1.08; }
.section-head p { max-width: 420px; margin: 0; color: var(--muted); }
.band-dark .section-head p, .band-blue .section-head p { color: rgba(255,255,255,.74); }

.story-grid { display: grid; grid-template-columns: 1.28fr .72fr; gap: 28px; }
.story-stack { display: grid; gap: 28px; }
.story { position: relative; }
.story img { height: 310px; object-fit: cover; }
.story-feature img { height: 620px; }
.story-body { padding: 20px 0 0; }
.story-feature .story-body { padding-right: 8%; }
.kicker { display: block; margin-bottom: 9px; color: var(--blue); font-size: 11px; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase; }
.story h3 { margin: 0 0 10px; font-size: 27px; line-height: 1.18; }
.story-feature h3 { font-size: clamp(32px, 4vw, 52px); }
.story h3 a { text-decoration: none; }
.story p { margin: 0; color: var(--muted); }
.story-meta { display: flex; gap: 14px; margin-top: 14px; color: var(--muted); font-size: 12px; }

.category-strip { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.35); border-bottom: 1px solid rgba(255,255,255,.35); }
.category-tile { min-height: 230px; padding: 34px; display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid rgba(255,255,255,.35); text-decoration: none; transition: background .2s ease, color .2s ease; }
.category-tile:last-child { border-right: 0; }
.category-tile:hover { color: var(--ink); background: white; }
.category-number { font-size: 12px; }
.category-tile strong { max-width: 260px; font-size: 27px; line-height: 1.15; }

.search-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; align-items: start; }
.search-layout h2 { margin: 0; font-size: clamp(36px, 5vw, 64px); line-height: 1.05; }
.search-form { display: grid; grid-template-columns: 1fr auto; border-bottom: 2px solid var(--ink); }
.search-form input { min-width: 0; padding: 18px 0; border: 0; color: var(--ink); background: transparent; font-size: 21px; }
.search-form button { width: 58px; border: 0; color: white; background: var(--ink); font-size: 24px; }
.search-results { margin-top: 28px; }
.search-results[hidden] { display: none; }
.search-result { padding: 20px 0; border-top: 1px solid var(--line); }
.search-result h3 { margin: 0 0 4px; font-size: 20px; }
.search-result h3 a { text-decoration: none; }
.search-result p { margin: 0; color: var(--muted); }
.search-status { color: var(--muted); }

.site-footer { padding: 56px 0 34px; color: white; background: var(--ink); }
.footer-main { display: grid; grid-template-columns: 1fr auto; gap: 48px; align-items: start; }
.footer-brand { margin: 0; font-size: clamp(30px, 5vw, 52px); font-weight: 700; }
.footer-links { display: flex; flex-wrap: wrap; gap: 22px; padding: 0; margin: 10px 0 0; list-style: none; }
.footer-links a { font-size: 13px; text-decoration: none; }
.footer-bottom { margin-top: 52px; padding-top: 18px; border-top: 1px solid #343434; color: #aaa; font-size: 12px; }

.page-intro { padding: 82px 0 60px; border-bottom: 1px solid var(--line); }
.breadcrumbs { margin: 0 0 28px; color: var(--muted); font-size: 12px; }
.breadcrumbs a { text-decoration: none; }
.page-intro h1 { max-width: 950px; margin: 0 0 24px; font-size: clamp(42px, 6vw, 76px); line-height: 1.03; }
.page-intro .lead { max-width: 720px; margin: 0; color: var(--muted); font-size: 20px; }
.category-list { display: grid; gap: 0; }
.category-story { display: grid; grid-template-columns: .8fr 1.2fr; gap: 42px; padding: 44px 0; border-bottom: 1px solid var(--line); align-items: center; }
.category-story img { height: 300px; object-fit: cover; }
.category-story h2 { margin: 8px 0 12px; font-size: clamp(27px, 3vw, 42px); line-height: 1.12; }
.category-story h2 a { text-decoration: none; }
.category-story p { margin: 0; color: var(--muted); }

.article-header { padding: 64px 0 42px; }
.article-header-inner { width: min(calc(100% - 40px), 1040px); margin: 0 auto; }
.article-header h1 { max-width: 940px; margin: 18px 0 22px; font-size: clamp(42px, 6vw, 76px); line-height: 1.03; }
.article-deck { max-width: 760px; margin: 0; color: var(--muted); font-size: 21px; }
.article-meta { display: flex; flex-wrap: wrap; gap: 8px 22px; margin-top: 26px; font-size: 12px; font-weight: 700; }
.article-hero { width: min(calc(100% - 40px), 1240px); margin: 0 auto; }
.article-hero img { height: min(68vw, 690px); object-fit: cover; }
.article-layout { width: min(calc(100% - 40px), 1040px); margin: 0 auto; padding: 72px 0 100px; display: grid; grid-template-columns: 190px minmax(0, 720px); gap: 70px; }
.article-aside { align-self: start; position: sticky; top: 28px; }
.article-aside strong { display: block; margin-bottom: 12px; font-size: 11px; letter-spacing: 1px; text-transform: uppercase; }
.article-aside a { display: block; padding: 9px 0; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; text-decoration: none; }
.article-content { min-width: 0; font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif; font-size: 17px; line-height: 1.82; }
.article-content > p:first-child { font-size: 20px; line-height: 1.7; }
.article-content h2 { margin: 64px 0 18px; font-size: 35px; line-height: 1.2; }
.article-content h3 { margin: 40px 0 12px; font-size: 24px; line-height: 1.25; }
.article-content h4 { margin: 28px 0 8px; font-size: 18px; }
.article-content p { margin: 0 0 22px; }
.article-content ul, .article-content ol { margin: 0 0 26px; padding-left: 24px; }
.article-content li { margin-bottom: 8px; }
.article-content blockquote { margin: 40px 0; padding: 26px 0 26px 30px; border-left: 5px solid var(--blue); font-size: 22px; line-height: 1.45; }
.article-content .note { margin: 34px 0; padding: 24px; color: white; background: var(--blue); }
.article-content table { width: 100%; margin: 30px 0; border-collapse: collapse; font-size: 14px; }
.article-content th, .article-content td { padding: 14px 12px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.article-content th { color: white; background: var(--ink); }
.more-reading { padding: 72px 0; background: var(--mist); }
.more-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.more-card { background: white; }
.more-card img { height: 240px; object-fit: cover; }
.more-card div { padding: 22px; }
.more-card h3 { margin: 6px 0 0; font-size: 23px; line-height: 1.2; }
.more-card h3 a { text-decoration: none; }

@media (max-width: 900px) {
  .header-inner { grid-template-columns: 1fr auto; min-height: 72px; }
  .brand { grid-column: 1; grid-row: 1; }
  .search-jump { grid-column: 2; grid-row: 1; }
  .site-nav { grid-column: 1 / -1; grid-row: 2; justify-self: stretch; overflow-x: auto; padding-bottom: 14px; scrollbar-width: none; }
  .site-nav::-webkit-scrollbar { display: none; }
  .site-nav ul { gap: 20px; width: max-content; }
  .hero { min-height: 680px; }
  .hero-content { grid-template-columns: 1fr; gap: 26px; }
  .hero-side { justify-self: start; }
  .story-grid, .search-layout { grid-template-columns: 1fr; }
  .story-feature img { height: 520px; }
  .category-strip { grid-template-columns: 1fr; }
  .category-tile { min-height: 160px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.35); }
  .category-tile:last-child { border-bottom: 0; }
  .category-story { grid-template-columns: 1fr; gap: 24px; }
  .article-layout { grid-template-columns: 1fr; gap: 32px; }
  .article-aside { position: static; display: none; }
}

@media (max-width: 620px) {
  .header-inner, .wrap, .hero-content, .article-header-inner, .article-hero, .article-layout { width: min(calc(100% - 28px), var(--max)); }
  .brand { font-size: 19px; }
  .site-nav { overflow: visible; }
  .site-nav ul { width: 100%; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px 14px; }
  .site-nav li:last-child { grid-column: 1 / -1; }
  .site-nav a { font-size: 11px; }
  .hero { min-height: 610px; }
  .hero-content { padding-bottom: 38px; }
  .hero h1 { font-size: 43px; }
  .band { padding: 66px 0; }
  .section-head { grid-template-columns: 1fr; margin-bottom: 30px; }
  .section-head h2 { font-size: 37px; }
  .story-grid { gap: 52px; }
  .story-feature img, .story img { height: 360px; }
  .story h3, .story-feature h3 { font-size: 27px; }
  .category-tile { padding: 26px 18px; }
  .search-layout { gap: 36px; }
  .footer-main { grid-template-columns: 1fr; }
  .page-intro { padding: 56px 0 44px; }
  .page-intro h1, .article-header h1 { font-size: 42px; }
  .page-intro .lead, .article-deck { font-size: 18px; }
  .category-story img { height: 230px; }
  .article-header { padding: 46px 0 30px; }
  .article-hero img { height: 64vw; min-height: 260px; }
  .article-layout { padding: 48px 0 72px; }
  .article-content { font-size: 16px; line-height: 1.75; }
  .article-content > p:first-child { font-size: 18px; }
  .article-content h2 { margin-top: 48px; font-size: 29px; }
  .article-content h3 { font-size: 22px; }
  .article-content table { display: block; overflow-x: auto; }
  .more-grid { grid-template-columns: 1fr; }
}
