:root {
  color-scheme: light;
  --paper: #ffffff;
  --ink: #101012;
  --muted: #55555b;
  --rule: #aaaab0;
  --blue: #1736b7;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Arial, Helvetica, sans-serif;
  --shell: min(1488px, calc(100vw - 48px));
  --space-1: 8px;
  --space-2: 16px;
  --space-3: 24px;
  --space-4: 40px;
  --space-5: 64px;
  --space-6: 96px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); }
img { display: block; max-width: 100%; object-fit: cover; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 5px; }
a:focus-visible, button:focus-visible, input:focus-visible { outline: 3px solid var(--blue); outline-offset: 4px; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 10; top: 12px; left: 12px; padding: 12px 16px; background: var(--ink); color: white; transform: translateY(-140%); }
.skip-link:focus { transform: translateY(0); }

.site-header { min-height: 78px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--rule); }
.wordmark { font-family: var(--serif); font-size: clamp(28px, 3vw, 42px); font-weight: 700; letter-spacing: .1em; text-decoration: none; }
.site-nav, .site-footer nav { display: flex; gap: clamp(24px, 5vw, 72px); align-items: center; }
.site-nav a, .site-footer nav a { position: relative; font-size: 16px; text-decoration: none; }
.site-nav a::after, .site-footer nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--blue); transition: right 180ms ease; }
.site-nav a:hover::after, .site-nav a.active::after, .site-footer nav a:hover::after { right: 0; }

.hero { display: grid; grid-template-columns: minmax(0, .84fr) minmax(0, 1.16fr); gap: clamp(40px, 6vw, 100px); align-items: center; padding-block: clamp(48px, 7vw, 112px) 36px; }
.hero-copy, .hero-media { min-width: 0; }
.hero-copy h1, .article-head h1 { margin: 0; font-family: var(--serif); font-weight: 400; letter-spacing: -.045em; line-height: .98; }
.hero-copy h1 { max-width: 680px; font-size: clamp(52px, 6.5vw, 104px); }
.hero-copy > p { max-width: 580px; margin: 32px 0; color: var(--muted); font-size: clamp(18px, 1.7vw, 25px); line-height: 1.55; }
.text-link { display: inline-flex; align-items: center; gap: 16px; color: var(--blue); font-size: 17px; font-weight: 700; text-decoration: none; border-bottom: 2px solid var(--blue); padding-bottom: 8px; }
.text-link span, .row-arrow, .arrow { transition: transform 180ms ease; }
.text-link:hover span, .featured:hover .arrow, .article-row:hover .row-arrow { transform: translateX(6px); }
.hero-media { margin: 0; aspect-ratio: 3 / 2; overflow: hidden; }
.hero-media img { width: 100%; height: 100%; }

.featured { display: grid; grid-template-columns: 280px 1fr auto; gap: 40px; align-items: center; min-height: 205px; padding-block: 32px; border-block: 1px solid var(--rule); text-decoration: none; }
.featured img { width: 280px; height: 140px; }
.featured-copy { display: flex; flex-direction: column; gap: 20px; }
.featured-copy strong { max-width: 930px; font-family: var(--serif); font-size: clamp(30px, 3vw, 52px); line-height: 1.04; font-weight: 400; }
.featured-copy > span { color: var(--muted); font-size: 15px; }
.arrow, .row-arrow { color: var(--blue); font-size: 42px; text-decoration: none; }

.materials { padding-block: var(--space-6); }
.materials > h2, .closing h2 { margin: 0; font-family: var(--serif); font-size: clamp(48px, 5vw, 78px); line-height: 1; font-weight: 400; letter-spacing: -.035em; }
.materials > h2 { margin-bottom: 36px; }
.article-list { border-top: 1px solid var(--rule); }
.article-row { display: grid; grid-template-columns: minmax(240px, 360px) minmax(0, 1fr) auto; gap: clamp(28px, 4vw, 64px); align-items: center; padding-block: 22px; border-bottom: 1px solid var(--rule); }
.article-row.reverse { grid-template-columns: minmax(0, 1fr) minmax(240px, 360px) auto; }
.article-row.reverse img { grid-column: 2; }
.article-row.reverse .article-copy { grid-column: 1; grid-row: 1; }
.article-row img { width: 100%; aspect-ratio: 3 / 2; }
.article-copy h3 { max-width: 900px; margin: 0 0 18px; font-family: var(--serif); font-size: clamp(32px, 3.4vw, 58px); font-weight: 400; letter-spacing: -.03em; line-height: 1.02; }
.article-copy h3 a { text-decoration: none; }
.article-copy h3 a:hover { color: var(--blue); }
.article-copy p { margin: 8px 0 0; color: var(--muted); font-size: 17px; line-height: 1.5; }
.article-copy .meta, .meta { color: var(--ink); font-size: 15px; }
.all-link { margin-top: 28px; }

.closing { display: grid; grid-template-columns: 1fr 1fr; border-block: 1px solid var(--rule); }
.manifesto, .newsletter { padding: clamp(48px, 6vw, 92px) clamp(0px, 4vw, 64px); }
.manifesto { padding-left: 0; padding-right: clamp(40px, 6vw, 96px); border-right: 1px solid var(--rule); }
.newsletter { padding-right: 0; padding-left: clamp(40px, 6vw, 96px); }
.closing h2 { margin-bottom: 36px; }
.closing p { max-width: 600px; color: var(--muted); font-size: 19px; line-height: 1.7; }
.manifesto .text-link { margin-top: 20px; }
.newsletter form { display: grid; gap: 14px; margin-top: 42px; }
.newsletter input, .newsletter button { min-height: 72px; border: 1px solid var(--ink); border-radius: 0; font: 15px/1 var(--sans); }
.newsletter input { width: 100%; padding: 0 24px; background: var(--paper); color: var(--ink); }
.newsletter button { background: var(--blue); color: white; cursor: pointer; transition: background 160ms ease, color 160ms ease; }
.newsletter button:hover { background: var(--ink); }
.form-status { min-height: 28px; margin: 0 !important; font-size: 14px !important; }

.site-footer { min-height: 170px; display: grid; grid-template-columns: auto 1fr auto; gap: 64px; align-items: center; border-bottom: 1px solid var(--rule); }
.site-footer nav { justify-self: center; }
.site-footer p { margin: 0; color: var(--muted); font-size: 14px; }

.article-page { padding-block: clamp(64px, 8vw, 120px); }
.article-head { max-width: 1180px; margin-inline: auto; }
.article-head .meta { margin: 0 0 24px; }
.article-head h1 { font-size: clamp(54px, 7vw, 112px); }
.article-lead { max-width: 860px; margin: 38px 0 0; color: var(--muted); font-family: var(--serif); font-size: clamp(24px, 2.4vw, 38px); line-height: 1.38; }
.article-cover { width: min(1180px, 100%); max-height: 760px; aspect-ratio: 3 / 2; margin: 72px auto; }
.prose { width: min(760px, 100%); margin-inline: auto; }
.prose h2 { margin: 64px 0 18px; font-family: var(--serif); font-size: clamp(34px, 4vw, 54px); font-weight: 400; letter-spacing: -.025em; line-height: 1.08; }
.prose p, .prose li { font-family: var(--serif); font-size: clamp(20px, 1.8vw, 25px); line-height: 1.68; }
.prose a { color: var(--blue); }
.prose blockquote { margin: 48px 0; padding-left: 32px; border-left: 4px solid var(--blue); font-family: var(--serif); font-size: clamp(25px, 2.5vw, 36px); line-height: 1.45; }
.prose li + li { margin-top: 12px; }
.article-next { width: min(1180px, 100%); margin: 96px auto 0; padding-block: 32px; border-block: 1px solid var(--rule); display: flex; align-items: baseline; justify-content: space-between; gap: 32px; }
.article-next > span { color: var(--muted); font-size: 14px; text-transform: uppercase; letter-spacing: .08em; }
.article-next a { max-width: 760px; color: var(--blue); font-family: var(--serif); font-size: clamp(28px, 3vw, 44px); line-height: 1.1; text-decoration: none; }

@media (max-width: 900px) {
  :root { --shell: calc(100vw - 32px); --space-6: 64px; }
  .site-header { align-items: flex-start; gap: 24px; padding-block: 20px; }
  .site-nav { gap: 20px; flex-wrap: wrap; justify-content: flex-end; }
  .site-nav a { font-size: 14px; }
  .hero { grid-template-columns: 1fr; padding-top: 56px; }
  .hero-media { grid-row: 1; }
  .featured { grid-template-columns: 120px 1fr auto; gap: 20px; }
  .featured img { width: 120px; height: 100px; }
  .article-row, .article-row.reverse { grid-template-columns: 180px 1fr auto; gap: 24px; }
  .article-row.reverse img { grid-column: 1; }
  .article-row.reverse .article-copy { grid-column: 2; }
  .closing { grid-template-columns: 1fr; }
  .manifesto { border-right: 0; border-bottom: 1px solid var(--rule); padding-right: 0; }
  .newsletter { padding-left: 0; }
  .site-footer { grid-template-columns: 1fr; gap: 24px; padding-block: 48px; }
  .site-footer nav { justify-self: start; flex-wrap: wrap; }
}

@media (max-width: 620px) {
  .site-header { display: block; }
  .site-nav { justify-content: flex-start; margin-top: 24px; }
  .hero-copy h1 { font-size: clamp(42px, 13vw, 58px); overflow-wrap: break-word; hyphens: auto; }
  .featured { grid-template-columns: 88px 1fr; }
  .featured img { width: 88px; height: 88px; }
  .featured .arrow { display: none; }
  .featured-copy strong { font-size: 25px; }
  .article-row, .article-row.reverse { grid-template-columns: 1fr auto; }
  .article-row img, .article-row.reverse img { grid-column: 1 / -1; grid-row: 1; }
  .article-row .article-copy, .article-row.reverse .article-copy { grid-column: 1; grid-row: 2; }
  .row-arrow { grid-column: 2; grid-row: 2; align-self: center; }
  .site-footer nav { gap: 24px; }
  .article-next { align-items: flex-start; flex-direction: column; }
}

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