:root {
  --ink: #101010;
  --paper: #ffffff;
  --muted: #66645f;
  --soft: #f3f2ef;
  --rule: #d7d5cf;
  --accent: #d64b19;
  --signal: #0f6b68;
  --content: 1200px;
  --reading: 740px;
  --serif: "Iowan Old Style", "Baskerville", "Times New Roman", "Yu Mincho", "Hiragino Mincho ProN", serif;
  --sans: Inter, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
}

* { box-sizing: border-box; }
html { color-scheme: light; scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
a:hover { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 4px; }
img { display: block; width: 100%; height: auto; }
button, input { font: inherit; }
button:focus-visible, input:focus-visible, a:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.site-header { border-bottom: 1px solid var(--ink); background: var(--paper); }
.utility,
.masthead,
.primary-nav,
.site-footer-inner,
.page {
  width: min(calc(100% - 48px), var(--content));
  margin-inline: auto;
}
.utility {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--rule);
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.parent-brand { color: var(--ink); letter-spacing: 0.12em; }
.language-switch { display: flex; gap: 16px; }
.language-switch a[aria-current="true"] { color: var(--accent); }
.masthead {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 32px;
  padding-block: 24px 22px;
}
.publication { display: inline-flex; flex-wrap: wrap; gap: 0 0.25em; font-weight: 800; line-height: 0.88; }
.publication span { font-size: clamp(38px, 6vw, 78px); letter-spacing: 0; }
.publication span:last-child { color: var(--accent); }
.masthead-copy { padding-bottom: 4px; text-align: right; }
.tagline { margin: 0; color: var(--ink); font-size: 14px; font-weight: 700; }
.description { max-width: 390px; margin: 4px 0 0; color: var(--muted); font-size: 13px; line-height: 1.5; }
.nav-wrap { background: var(--ink); color: #fff; }
.primary-nav {
  min-height: 44px;
  display: flex;
  align-items: center;
  gap: 24px;
  overflow-x: auto;
  scrollbar-width: none;
}
.primary-nav::-webkit-scrollbar { display: none; }
.primary-nav > a { flex: none; font-size: 12px; font-weight: 700; text-transform: uppercase; }
.nav-search { flex: 0 0 190px; margin-left: auto; }
.nav-search input {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #777;
  border-radius: 0;
  padding: 6px 0;
  color: #fff;
  background: transparent;
  font-size: 12px;
}
.nav-search input::placeholder { color: #aaa; }
.mobile-search-link {
  display: none;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
}
.mobile-search-link svg { width: 18px; height: 18px; }

.page { padding-block: 50px 90px; }
.section { padding-block: 52px; border-top: 1px solid var(--ink); }
.section:first-child { padding-top: 0; border-top: 0; }
.section-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}
.section-label,
.eyebrow {
  margin: 0;
  color: var(--accent);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.3;
  text-transform: uppercase;
}
.section-title {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(30px, 4vw, 50px);
  font-weight: 600;
  line-height: 1.08;
}
.section-link { color: var(--muted); font-size: 13px; font-weight: 700; white-space: nowrap; }
.muted { color: var(--muted); }

.daily-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 12px 28px;
  padding: 0 0 24px;
  border-bottom: 2px solid var(--ink);
}
.daily-heading h1 {
  margin: 0;
  font-family: var(--sans);
  font-size: 44px;
  font-weight: 800;
  line-height: 1;
}
.daily-heading-bottom {
  grid-column: 1 / -1;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 24px;
}
.daily-heading .page-deck { font-size: 14px; }
.daily-archive-link {
  flex: 0 0 auto;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.daily-archive-link:hover { color: var(--ink); text-decoration: underline; text-underline-offset: 3px; }
.daily-heading-date {
  display: grid;
  min-width: 150px;
  justify-items: end;
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  font-variant-numeric: tabular-nums;
  line-height: 1.25;
}
.daily-heading-date strong { font-size: 16px; }
.daily-heading-date span { color: var(--accent); font-size: 13px; font-weight: 700; text-transform: uppercase; }
.daily-list { border-bottom: 1px solid var(--rule); }
.daily-item {
  display: grid;
  grid-template-columns: 54px 300px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  padding-block: 26px;
  border-top: 1px solid var(--rule);
  transition: background-color 0.18s ease;
}
.daily-item:first-child { border-top: 0; }
.daily-item:hover { background: #f6f6f4; }
.daily-number {
  padding-top: 3px;
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}
.daily-number span { display: block; margin-top: 9px; color: var(--accent); font-size: 10px; line-height: 1.25; text-transform: uppercase; }
.daily-image { display: block; overflow: hidden; background: var(--soft); }
.daily-image img { aspect-ratio: 3 / 2; height: 100%; object-fit: cover; transition: transform 0.3s ease, opacity 0.3s ease; }
.daily-image img.contain { object-fit: contain; padding: 18px; }
.daily-item:hover .daily-image img { transform: scale(1.015); opacity: 0.96; }
.daily-story { min-width: 0; }
.daily-story .tags { gap: 0; margin: 0 0 8px; }
.daily-story .tag { color: var(--muted); font-size: 11px; }
.daily-story .tag:not(:last-child)::after { content: "/"; margin-inline: 8px; color: #b4b1aa; }
.daily-provenance { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 8px; color: var(--muted); font-family: ui-monospace, "SFMono-Regular", Consolas, monospace; font-size: 10px; line-height: 1.3; text-transform: uppercase; }
.daily-story h2 { margin: 0; font-family: var(--sans); font-size: 26px; font-weight: 600; line-height: 1.34; }
.daily-summary { max-width: 72ch; margin: 11px 0 0; color: #4f4e49; font-size: 15px; line-height: 1.8; }
.daily-actions { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 18px; font-size: 12px; font-weight: 700; }
.daily-read { padding-bottom: 3px; border-bottom: 2px solid var(--accent); }
.daily-read::after { content: " →"; color: var(--accent); }
.daily-source { color: var(--muted); }
.daily-source::after { content: " ↗"; color: var(--accent); }
.daily-read:hover, .daily-source:hover { color: var(--accent); }
.daily-issue-nav {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  margin-top: 34px;
  border-block: 1px solid var(--rule);
}
.daily-issue-nav a { display: flex; align-items: center; gap: 10px; min-width: 0; padding-block: 18px; font-size: 13px; font-weight: 700; }
.daily-issue-nav .newer { grid-column: 2; justify-content: flex-end; border-left: 1px solid var(--rule); padding-left: 18px; text-align: right; }
.daily-issue-nav .older { grid-column: 1; grid-row: 1; padding-right: 18px; }
.daily-issue-nav .arrow { color: var(--accent); font-size: 18px; }

.lead-figure { margin: 0 0 28px; background: var(--soft); overflow: hidden; }
.lead-figure img { aspect-ratio: 16 / 7; object-fit: cover; }
.lead-figure img.contain { object-fit: contain; padding: 28px; }
.lead-copy { max-width: 980px; }
.lead-title {
  margin: 10px 0 16px;
  font-family: var(--serif);
  font-size: clamp(38px, 6vw, 72px);
  font-weight: 600;
  line-height: 1.02;
}
.lead-deck { max-width: 820px; margin: 0; color: #3e3d39; font-size: 18px; line-height: 1.7; }
.meta-row { display: flex; flex-wrap: wrap; gap: 8px 20px; margin-top: 20px; color: var(--muted); font-size: 12px; font-weight: 700; text-transform: uppercase; }

.news-list { border-top: 1px solid var(--rule); }
.news-row {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) 220px;
  gap: 24px;
  align-items: start;
  padding-block: 26px;
  border-bottom: 1px solid var(--rule);
}
.news-number { color: var(--accent); font-size: 14px; font-weight: 800; }
.news-row h2,
.news-row h3,
.related-item h3 {
  margin: 5px 0 9px;
  font-family: var(--serif);
  font-size: 27px;
  font-weight: 600;
  line-height: 1.2;
}
.news-row p { margin: 0; color: #4f4e49; font-size: 15px; line-height: 1.65; }
.news-thumb { aspect-ratio: 16 / 10; background: var(--soft); overflow: hidden; }
.news-thumb img { height: 100%; object-fit: cover; }
.news-thumb img.contain { object-fit: contain; padding: 16px; }
.tags { display: flex; flex-wrap: wrap; gap: 6px 14px; margin-top: 13px; }
.tag { color: var(--muted); font-size: 11px; font-weight: 700; text-transform: uppercase; }
.tag:hover { color: var(--ink); }

.feature-band { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 48px; align-items: center; }
.feature-band figure { margin: 0; background: var(--soft); }
.feature-band img { aspect-ratio: 4 / 3; object-fit: cover; }
.feature-band img.contain { object-fit: contain; padding: 30px; }
.feature-band h2 { margin: 10px 0 15px; font-family: var(--serif); font-size: clamp(32px, 4vw, 52px); line-height: 1.08; }
.feature-band p { margin: 0; color: #4f4e49; }

.journal-sections { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--rule); }
.journal-section { min-height: 190px; padding: 24px 24px 24px 0; border-bottom: 1px solid var(--rule); }
.journal-section:nth-child(3n+2), .journal-section:nth-child(3n+3) { padding-left: 24px; border-left: 1px solid var(--rule); }
.journal-section h3 { margin: 4px 0 10px; font-family: var(--serif); font-size: 27px; line-height: 1.15; }
.journal-section p { margin: 0; color: var(--muted); font-size: 14px; }

.daily-band { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: end; }
.daily-date { margin: 6px 0 8px; font-family: var(--serif); font-size: clamp(48px, 7vw, 88px); line-height: 1; }
.daily-index { color: var(--muted); font-size: 13px; }
.button-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 9px 18px;
  border: 1px solid var(--ink);
  border-radius: 2px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}
.button-link:hover { color: #fff; background: var(--ink); text-decoration: none; }

.newsletter { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: end; }
.newsletter h2 { margin: 6px 0 10px; font-family: var(--serif); font-size: clamp(34px, 4vw, 50px); line-height: 1.1; }
.newsletter p { margin: 0; color: var(--muted); }
.newsletter-form { display: flex; border-bottom: 1px solid var(--ink); }
.newsletter-form input { flex: 1; min-width: 0; border: 0; border-radius: 0; padding: 13px 0; background: transparent; }
.newsletter-form button { border: 0; padding: 13px 0 13px 20px; background: transparent; font-size: 12px; font-weight: 800; text-transform: uppercase; cursor: pointer; }
.form-status { min-height: 1.5em; margin-top: 8px; color: var(--signal); font-size: 12px; }

.page-header { max-width: 900px; margin-bottom: 46px; }
.page-title { margin: 8px 0 14px; font-family: var(--serif); font-size: clamp(45px, 7vw, 82px); font-weight: 600; line-height: 1; }
.page-deck { max-width: 760px; margin: 0; color: var(--muted); font-size: 17px; }
.issue-nav { display: flex; justify-content: space-between; gap: 16px; margin-top: 28px; }
.issue-nav a { font-size: 12px; font-weight: 700; text-transform: uppercase; }

.article-header { max-width: 960px; margin: 0 auto 36px; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; color: var(--muted); font-size: 12px; }
.article-title { margin: 9px 0 18px; font-family: var(--serif); font-size: clamp(42px, 6.5vw, 76px); font-weight: 600; line-height: 1.03; }
.article-deck { max-width: 820px; margin: 0; color: #44433f; font-size: 19px; line-height: 1.7; }
.article-hero { max-width: 1100px; margin: 0 auto 48px; background: var(--soft); }
.article-hero img { max-height: 720px; object-fit: cover; }
.article-hero img.contain { object-fit: contain; padding: 40px; }
.article-body { max-width: var(--reading); margin-inline: auto; font-family: var(--serif); font-size: 19px; line-height: 2; }
.article-body p { margin: 0 0 1.55em; }
.article-source { max-width: var(--reading); margin: 48px auto 0; padding-top: 20px; border-top: 1px solid var(--rule); }
.article-source p { margin: 4px 0; font-size: 13px; }
.article-source a { color: var(--signal); word-break: break-word; }
.source-reference { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; margin-top: 8px; font-size: 14px; }
.source-reference span { font-weight: 700; }
.source-reference a { flex: 0 0 auto; font-size: 12px; font-weight: 700; }
.article-taxonomy { max-width: var(--reading); margin: 24px auto 0; }
.related { max-width: 980px; margin: 70px auto 0; padding-top: 40px; border-top: 1px solid var(--ink); }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.related-item { border-top: 1px solid var(--rule); padding-top: 16px; }
.related-item h3 { font-size: 22px; }

.archive-list { border-top: 1px solid var(--ink); }
.archive-row { display: grid; grid-template-columns: 240px 1fr 90px; gap: 28px; align-items: baseline; padding-block: 26px; border-bottom: 1px solid var(--rule); }
.archive-date { font-family: var(--serif); font-size: 30px; line-height: 1.2; }
.archive-row p { margin: 0; color: var(--muted); }
.archive-count { color: var(--accent); font-size: 12px; font-weight: 800; text-align: right; text-transform: uppercase; }

.search-form { display: flex; max-width: 820px; margin-bottom: 36px; border-bottom: 2px solid var(--ink); }
.search-form input { width: 100%; border: 0; padding: 10px 0; font-family: var(--serif); font-size: 32px; }
.search-meta { color: var(--muted); font-size: 13px; }
.search-status { margin: 18px 0; color: var(--muted); font-size: 13px; }
.pagination { display: flex; align-items: center; justify-content: space-between; margin-top: 28px; }
.pagination button { border: 0; padding: 8px 0; background: transparent; font-size: 12px; font-weight: 800; text-transform: uppercase; cursor: pointer; }
.pagination button:disabled { color: #aaa; cursor: default; }

.prose { max-width: 800px; font-family: var(--serif); font-size: 18px; line-height: 1.95; }
.prose h2 { margin: 2.2em 0 0.5em; font-size: 31px; line-height: 1.2; }
.prose h2:first-child { margin-top: 0; }
.prose p { margin: 0 0 1.35em; }
.prose ul { padding-left: 1.2em; }
.prose li { margin-bottom: 0.55em; }
.author-profile { display: grid; grid-template-columns: 170px 1fr; gap: 36px; max-width: 800px; }
.author-mark { display: grid; place-items: center; aspect-ratio: 1; color: #fff; background: var(--ink); font-family: var(--serif); font-size: 54px; }

.site-footer { border-top: 1px solid var(--ink); background: var(--soft); }
.site-footer-inner { display: grid; grid-template-columns: 1.3fr 1fr; gap: 50px; padding-block: 48px 60px; }
.footer-brand { font-size: 19px; font-weight: 800; line-height: 1.25; }
.footer-brand span { display: block; color: var(--accent); }
.footer-copy { max-width: 470px; margin: 12px 0 0; color: var(--muted); font-size: 13px; }
.footer-links { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px 24px; align-content: start; font-size: 12px; font-weight: 700; }
.copyright { grid-column: 1 / -1; margin: 12px 0 0; padding-top: 20px; border-top: 1px solid var(--rule); color: var(--muted); font-size: 11px; }

@media (max-width: 900px) {
  .utility, .masthead, .primary-nav, .site-footer-inner, .page { width: min(calc(100% - 32px), var(--content)); }
  .masthead { grid-template-columns: 1fr; gap: 12px; }
  .masthead-copy { text-align: left; }
  .description { max-width: none; }
  .primary-nav { gap: 18px; }
  .nav-search { flex-basis: 150px; }
  .news-row { grid-template-columns: 42px minmax(0, 1fr) 150px; gap: 16px; }
  .feature-band, .newsletter { grid-template-columns: 1fr; gap: 28px; }
  .journal-sections { grid-template-columns: repeat(2, 1fr); }
  .journal-section:nth-child(n) { padding: 22px 20px 22px 0; border-left: 0; }
  .journal-section:nth-child(even) { padding-left: 20px; border-left: 1px solid var(--rule); }
  .related-grid { grid-template-columns: 1fr 1fr; }
  .archive-row { grid-template-columns: 190px 1fr 70px; }
  .daily-item { grid-template-columns: 48px 250px minmax(0, 1fr); gap: 20px; }
  .daily-story h2 { font-size: 23px; }
}

@media (max-width: 640px) {
  body { font-size: 15px; }
  .utility, .masthead, .primary-nav, .site-footer-inner, .page { width: min(calc(100% - 24px), var(--content)); }
  .utility { min-height: 38px; }
  .masthead { padding-block: 18px; }
  .publication span { font-size: 37px; }
  .description { display: none; }
  .nav-wrap { position: sticky; top: 0; z-index: 10; }
  .primary-nav { min-height: 40px; }
  .nav-search { display: none; }
  .mobile-search-link { display: inline-flex; margin-left: auto; }
  .page { padding-block: 34px 64px; }
  .section { padding-block: 38px; }
  .section-head { align-items: flex-end; margin-bottom: 20px; }
  .section-link { display: none; }
  .lead-figure img { aspect-ratio: 4 / 3; }
  .lead-title { font-size: 42px; }
  .lead-deck { font-size: 16px; }
  .news-row { grid-template-columns: 32px minmax(0, 1fr); padding-block: 21px; }
  .news-row h2, .news-row h3 { font-size: 24px; }
  .news-thumb { grid-column: 2; width: 100%; margin-top: 4px; }
  .feature-band h2 { font-size: 34px; }
  .journal-sections { grid-template-columns: 1fr; }
  .journal-section:nth-child(n) { min-height: 0; padding: 20px 0; border-left: 0; }
  .daily-band { grid-template-columns: 1fr; gap: 20px; }
  .daily-date { font-size: 54px; }
  .newsletter-form { width: 100%; }
  .page-title { font-size: 51px; }
  .article-title { font-size: 43px; }
  .article-deck, .article-body { font-size: 17px; }
  .article-hero { margin-inline: -12px; }
  .article-hero img.contain { padding: 18px; }
  .source-reference { align-items: flex-start; flex-direction: column; gap: 5px; }
  .related-grid { grid-template-columns: 1fr; }
  .archive-row { grid-template-columns: 1fr auto; gap: 5px 18px; }
  .archive-row p { grid-column: 1 / -1; }
  .archive-count { grid-column: 2; grid-row: 1; }
  .daily-heading { grid-template-columns: 1fr; gap: 10px; padding-bottom: 20px; }
  .daily-heading h1 { font-size: 34px; }
  .daily-heading-date { display: flex; align-items: baseline; gap: 10px; min-width: 0; justify-items: start; }
  .daily-heading-bottom { gap: 14px; }
  .daily-item { grid-template-columns: 34px minmax(0, 1fr); gap: 11px; padding-block: 22px; }
  .daily-number { grid-row: 1 / span 2; }
  .daily-image, .daily-story { grid-column: 2; }
  .daily-story h2 { font-size: 20px; }
  .daily-summary { font-size: 14.5px; }
  .daily-issue-nav a { gap: 6px; padding-block: 15px; font-size: 11px; }
  .daily-issue-nav .older { padding-right: 10px; }
  .daily-issue-nav .newer { padding-left: 10px; }
  .issue-nav { display: grid; grid-template-columns: 1fr 1fr; row-gap: 10px; }
  .issue-nav > a { grid-column: 1 / -1; grid-row: 1; justify-self: center; }
  .issue-nav > span:first-child { grid-column: 1; grid-row: 2; }
  .issue-nav > span:last-child { grid-column: 2; grid-row: 2; text-align: right; }
  .search-form input { font-size: 25px; }
  .author-profile, .site-footer-inner { grid-template-columns: 1fr; }
  .author-mark { width: 120px; }
}

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