:root {
  --ink: #242321;
  --paper: #f4f0e8;
  --paper-light: #fffdf8;
  --orange: #d85a24;
  --orange-dark: #a83f17;
  --olive: #6e7662;
  --blue-gray: #63717a;
  --line: #b9b1a5;
  --muted: #68635d;
  --max: 1280px;
  --serif: "Palatino Linotype", Palatino, "Book Antiqua", Georgia, serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--serif);
  font-size: 18px;
  line-height: 1.68;
  overflow-wrap: anywhere;
}

img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 0.18em; }
a:hover { color: var(--orange-dark); }
button, input { font: inherit; }
button { cursor: pointer; }

.skip-link {
  position: fixed;
  z-index: 100;
  top: 0.5rem;
  left: 0.5rem;
  transform: translateY(-180%);
  padding: 0.55rem 0.8rem;
  background: var(--ink);
  color: var(--paper-light);
}
.skip-link:focus { transform: none; }

.site-header {
  border-bottom: 1px solid var(--ink);
  background: var(--paper);
}

.header-top,
.chapter-nav,
.page-shell,
.site-footer__inner {
  width: min(calc(100% - 40px), var(--max));
  margin-inline: auto;
}

.header-top {
  min-height: 112px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
}

.issue-mark,
.chapter-label,
.eyebrow,
.meta-line,
.article-no,
.section-kicker,
.search-status,
.caption,
.footer-label {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.72rem;
  line-height: 1.35;
  letter-spacing: 0;
  text-transform: uppercase;
  font-weight: 700;
}

.issue-mark { color: var(--muted); }

.brand {
  text-decoration: none;
  text-align: center;
  font-size: clamp(1.7rem, 4vw, 3.2rem);
  line-height: 1;
  font-weight: 700;
  white-space: nowrap;
}

.brand span { color: var(--orange); }

.search-jump {
  justify-self: end;
  border: 0;
  border-bottom: 1px solid var(--ink);
  padding: 0.35rem 0;
  background: transparent;
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}

.chapter-nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
}

.chapter-nav a {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 12px;
  min-height: 54px;
  padding: 8px 18px;
  border-right: 1px solid var(--line);
  text-decoration: none;
  font-size: 0.92rem;
  line-height: 1.15;
}
.chapter-nav a:first-child { border-left: 1px solid var(--line); }
.chapter-nav a:hover { background: var(--ink); color: var(--paper-light); }
.chapter-label { color: var(--orange); }

.page-shell { padding-block: 36px 80px; }

.lead-spread {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(310px, 4fr);
  gap: clamp(28px, 5vw, 78px);
  align-items: end;
  padding-bottom: 48px;
  border-bottom: 1px solid var(--ink);
}

.lead-spread__media { position: relative; margin: 0; }
.lead-spread__media::before {
  content: "01";
  position: absolute;
  z-index: 1;
  top: 16px;
  left: -12px;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  background: var(--orange);
  color: white;
  font: 700 0.9rem/1 Arial, sans-serif;
}
.lead-spread__media img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}
.caption { margin-top: 9px; color: var(--muted); }

.lead-spread h1,
.article-header h1 {
  margin: 0.25rem 0 1rem;
  font-size: clamp(2.5rem, 5.7vw, 5.75rem);
  line-height: 0.98;
  font-weight: 400;
  letter-spacing: 0;
}

.lead-spread__dek {
  margin: 0 0 1.2rem;
  font-size: clamp(1.1rem, 1.6vw, 1.38rem);
  line-height: 1.48;
}

.read-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0.55rem 0.8rem;
  border-left: 5px solid var(--orange);
  background: var(--ink);
  color: var(--paper-light);
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
}
.read-link:hover { background: var(--orange-dark); color: white; }

.section-heading {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 20px;
  margin: 70px 0 25px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--ink);
}
.section-heading h2 { margin: 0; font-size: clamp(1.9rem, 3.6vw, 3.3rem); line-height: 1; font-weight: 400; }
.section-heading a { font-family: Arial, Helvetica, sans-serif; font-size: 0.75rem; text-transform: uppercase; font-weight: 700; }

.story-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr 1fr;
  gap: 0;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.story-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 18px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: transparent;
}
.story-card:nth-child(2) { margin-top: 70px; }
.story-card:nth-child(3) { margin-top: 24px; }
.story-card a { text-decoration: none; }
.story-card img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; filter: saturate(0.9); }
.story-card h3 { margin: 0.65rem 0 0.45rem; font-size: clamp(1.45rem, 2.2vw, 2.25rem); line-height: 1.08; font-weight: 400; }
.story-card p { margin: 0; color: #46413c; font-size: 0.98rem; line-height: 1.5; }
.story-card .meta-line { margin-top: auto; padding-top: 18px; color: var(--muted); }

.briefing-band {
  margin-top: 72px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.8fr);
  background: var(--ink);
  color: var(--paper-light);
}
.briefing-band img { width: 100%; height: 100%; min-height: 420px; object-fit: cover; }
.briefing-band__copy { padding: clamp(28px, 5vw, 70px); align-self: center; }
.briefing-band h2 { margin: 0.35rem 0 1rem; font-size: clamp(2rem, 4vw, 4rem); line-height: 1; font-weight: 400; }
.briefing-band .section-kicker { color: #f59b6c; }
.briefing-band .read-link { background: var(--paper-light); color: var(--ink); }

.search-panel {
  margin-top: 72px;
  padding: clamp(26px, 5vw, 62px);
  border: 1px solid var(--ink);
  background: var(--paper-light);
}
.search-panel h2 { margin: 0 0 0.3rem; font-size: clamp(2rem, 3.5vw, 3.4rem); font-weight: 400; line-height: 1; }
.search-panel > p { max-width: 65ch; }
.search-form { display: grid; grid-template-columns: 1fr auto auto; gap: 8px; max-width: 850px; margin-top: 24px; }
.search-form input {
  min-width: 0;
  min-height: 50px;
  border: 1px solid var(--ink);
  border-radius: 0;
  padding: 0 14px;
  background: white;
  color: var(--ink);
}
.search-form button {
  min-width: 50px;
  min-height: 50px;
  border: 1px solid var(--ink);
  border-radius: 0;
  padding: 0 18px;
  background: var(--ink);
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}
.search-form .clear-search { background: transparent; color: var(--ink); font-size: 1.2rem; }
.search-status { min-height: 1.2em; margin-top: 14px; color: var(--muted); }
.search-results { margin: 0; padding: 0; list-style: none; }
.search-results li { padding: 18px 0; border-top: 1px solid var(--line); }
.search-results h3 { margin: 0 0 4px; font-size: 1.45rem; line-height: 1.15; font-weight: 400; }
.search-results p { margin: 0; max-width: 72ch; font-size: 0.95rem; }

.site-footer { background: #1d1d1c; color: var(--paper-light); }
.site-footer__inner {
  display: grid;
  grid-template-columns: 1.4fr repeat(2, 1fr);
  gap: 40px;
  padding-block: 54px;
}
.footer-brand { font-size: 1.9rem; line-height: 1; }
.footer-brand span { color: #f2783f; }
.site-footer p { margin: 0.7rem 0 0; max-width: 42ch; color: #d9d3c9; font-size: 0.92rem; }
.site-footer nav { display: grid; align-content: start; gap: 7px; }
.site-footer a { color: var(--paper-light); }
.footer-label { margin-bottom: 8px; color: #f59b6c; }

.article-header {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
  gap: clamp(30px, 6vw, 90px);
  align-items: center;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--ink);
}
.article-header h1 { font-size: clamp(2.7rem, 5.4vw, 5.2rem); }
.article-header__dek { margin: 0 0 1.25rem; font-size: clamp(1.1rem, 1.7vw, 1.4rem); line-height: 1.45; }
.article-header figure { margin: 0; }
.article-header img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }

.article-layout {
  display: grid;
  grid-template-columns: minmax(160px, 0.32fr) minmax(0, 1fr);
  gap: clamp(28px, 7vw, 110px);
  max-width: 1020px;
  margin: 54px auto 0;
}
.article-aside { position: relative; }
.article-aside__inner { position: sticky; top: 24px; padding-top: 12px; border-top: 4px solid var(--orange); }
.article-aside p { margin: 0 0 1rem; color: var(--muted); font-family: Arial, Helvetica, sans-serif; font-size: 0.75rem; line-height: 1.5; }
.article-aside a { font-family: Arial, Helvetica, sans-serif; font-size: 0.78rem; font-weight: 700; }

.article-body { max-width: 720px; }
.article-body > p:first-child::first-letter {
  float: left;
  margin: 0.08em 0.12em 0 0;
  color: var(--orange);
  font-size: 5rem;
  line-height: 0.72;
}
.article-body h2 { margin: 2.2em 0 0.55em; font-size: clamp(2rem, 4vw, 3.2rem); line-height: 1.04; font-weight: 400; }
.article-body h3 { margin: 1.7em 0 0.4em; font-size: 1.55rem; line-height: 1.15; font-weight: 700; }
.article-body h4 { margin: 1.4em 0 0.3em; font-size: 1.1rem; }
.article-body p { margin: 0 0 1.15em; }
.article-body ul,
.article-body ol { margin: 0.5em 0 1.4em; padding-left: 1.35em; }
.article-body li { margin-bottom: 0.45em; }
.article-body blockquote { margin: 2rem 0; padding: 1rem 0 1rem 1.4rem; border-left: 5px solid var(--orange); font-size: 1.25rem; line-height: 1.45; }
.article-body table { width: 100%; margin: 1.5rem 0 2rem; border-collapse: collapse; font-size: 0.92rem; line-height: 1.45; }
.article-body th,
.article-body td { padding: 10px 12px; border: 1px solid var(--line); text-align: left; vertical-align: top; }
.article-body th { background: var(--ink); color: var(--paper-light); font-family: Arial, Helvetica, sans-serif; font-size: 0.75rem; text-transform: uppercase; }

.article-next { margin-top: 64px; padding: 26px 0; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.article-next a { display: grid; grid-template-columns: auto 1fr; gap: 18px; align-items: baseline; text-decoration: none; }
.article-next strong { font-size: clamp(1.5rem, 3vw, 2.5rem); line-height: 1.1; font-weight: 400; }

.category-intro {
  display: grid;
  grid-template-columns: 0.65fr 1.35fr;
  gap: clamp(30px, 6vw, 90px);
  padding: 36px 0 54px;
  border-bottom: 1px solid var(--ink);
}
.category-intro h1 { margin: 0; font-size: clamp(3rem, 7vw, 7rem); line-height: 0.9; font-weight: 400; }
.category-intro p { margin: 0; max-width: 55ch; align-self: end; font-size: 1.2rem; }
.category-list { margin-top: 36px; }
.category-story { display: grid; grid-template-columns: 70px minmax(240px, 0.72fr) minmax(0, 1fr); gap: 24px; align-items: start; padding: 24px 0; border-bottom: 1px solid var(--line); }
.category-story img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.category-story h2 { margin: 0 0 0.45rem; font-size: clamp(1.7rem, 3vw, 2.8rem); line-height: 1.05; font-weight: 400; }
.category-story p { margin: 0; }
.category-story a { text-decoration: none; }
.article-no { color: var(--orange-dark); }
.empty-note { padding: 40px 0; font-size: 1.2rem; }

:focus-visible { outline: 3px solid var(--orange); outline-offset: 3px; }

@media (max-width: 900px) {
  .header-top { grid-template-columns: 1fr auto; min-height: 92px; }
  .issue-mark { display: none; }
  .brand { justify-self: start; }
  .lead-spread,
  .article-header { grid-template-columns: 1fr; }
  .lead-spread__copy { max-width: 720px; }
  .story-grid { grid-template-columns: 1fr 1fr; }
  .story-card:nth-child(2), .story-card:nth-child(3) { margin-top: 0; }
  .story-card:last-child { grid-column: 1 / -1; display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 18px; }
  .story-card:last-child .meta-line { grid-column: 2; }
  .article-header img { aspect-ratio: 3 / 2; }
  .category-intro { grid-template-columns: 1fr; }
  .category-story { grid-template-columns: 48px minmax(220px, 0.75fr) 1fr; }
}

@media (max-width: 680px) {
  body { font-size: 17px; }
  .header-top, .chapter-nav, .page-shell, .site-footer__inner { width: min(calc(100% - 28px), var(--max)); }
  .header-top { min-height: 76px; gap: 12px; }
  .brand { font-size: 1.55rem; white-space: normal; }
  .search-jump { font-size: 0.68rem; }
  .chapter-nav { overflow-x: auto; grid-template-columns: repeat(3, minmax(175px, 1fr)); scrollbar-width: thin; }
  .chapter-nav a { padding-inline: 12px; }
  .page-shell { padding-top: 22px; padding-bottom: 56px; }
  .lead-spread { gap: 24px; padding-bottom: 34px; }
  .lead-spread h1, .article-header h1 { font-size: clamp(2.35rem, 13vw, 4rem); }
  .section-heading { margin-top: 50px; grid-template-columns: 1fr; gap: 10px; }
  .story-grid { grid-template-columns: 1fr; }
  .story-card:last-child { grid-column: auto; display: flex; }
  .story-card:last-child .meta-line { grid-column: auto; }
  .briefing-band { grid-template-columns: 1fr; }
  .briefing-band img { min-height: 260px; aspect-ratio: 3 / 2; }
  .search-panel { padding: 22px 16px; }
  .search-form { grid-template-columns: 1fr 50px; }
  .search-form button[type="submit"] { grid-column: 1 / -1; grid-row: 2; }
  .site-footer__inner { grid-template-columns: 1fr; gap: 30px; }
  .article-header { gap: 24px; }
  .article-layout { grid-template-columns: 1fr; margin-top: 34px; }
  .article-aside__inner { position: static; display: flex; justify-content: space-between; gap: 20px; }
  .article-aside p { margin: 0; }
  .article-body h2 { font-size: 2rem; }
  .article-body table { display: block; overflow-x: auto; }
  .category-intro { padding-top: 18px; gap: 22px; }
  .category-intro h1 { font-size: clamp(3rem, 16vw, 5rem); }
  .category-story { grid-template-columns: 36px 1fr; gap: 14px; }
  .category-story img, .category-story__copy { grid-column: 2; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
