/* ── Reset and base ── */
*, *::before, *::after { box-sizing: border-box; }

body {
  margin: 0;
  padding: 0;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 18px;
  line-height: 1.8;
  color: #111;
  background: #dbd1c8;
}

/* ── Publication header ── */
.site-header {
  border-top: 4px solid #111;
  border-bottom: 1px solid #ddd;
  padding: 14px 24px;
  display: flex;
  align-items: baseline;
  gap: 16px;
}

.publication-name {
  font-family: Futura, sans-serif;
  font-size: 0.8em;
  font-weight: 400;
  margin: 0;
  letter-spacing: -0.01em;
}

.section-label {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #888;
  margin: 0;
}

/* ── Article layout ── */
article {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 24px 60px;
}

/* ── Article header ── */
.article-header {
  padding: 36px 0 0;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 24px;
}

h1 {
  font-size: 2.4em;
  font-weight: 700;
  line-height: 1.1;
  margin: 0 0 14px;
  letter-spacing: -0.025em;
}

.deck {
  font-size: 1.1em;
  line-height: 1.5;
  color: #444;
  margin: 0 0 16px;
  font-style: italic;
}

.byline {
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0.05em;
  color: #888;
  margin: 0 0 20px;
}

/* ── Hero image ── */
.hero {
  margin: 0 -24px 28px;
}

.hero img {
  width: 35%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.hero figcaption {
  font-size: 0.8em;
  color: #777;
  line-height: 1.5;
  padding: 8px 24px 0;
  font-family: Arial, Helvetica, sans-serif;
}

.credit {
  display: block;
  color: #aaa;
  margin-top: 2px;
}

/* ── Body text ── */
section { margin-bottom: 8px; }

p { margin: 0 0 22px; }

.lead {
  font-size: 1.05em;
  font-weight: 600;
  line-height: 1.7;
}

h2 {
  font-size: 1.25em;
  font-weight: 700;
  margin: 36px 0 10px;
  padding-top: 28px;
  border-top: 1px solid #e0e0e0;
  letter-spacing: -0.01em;
}

a {
  color: #111;
  text-underline-offset: 3px;
}

/* ── Pull quote ── */
.pull-quote {
  border-top: 2px solid #111;
  border-bottom: 2px solid #111;
  margin: 32px 0;
  padding: 20px 0;
  text-align: center;
}

.pull-quote p {
  font-size: 1.3em;
  line-height: 1.4;
  font-style: italic;
  margin: 0 0 12px;
  letter-spacing: -0.01em;
}

.pull-quote footer {
  font-size: 0.82em;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0.05em;
  color: #666;
}

/* ── Fact box ── */
.fact-box {
  background: #faefe1;
  border-left: 3px solid #212120;
  padding: 16px 20px;
  margin: 28px 0;
}

.fact-box-title {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #555;
  margin: 0 0 10px;
}

.fact-box ul {
  margin: 0;
  padding-left: 18px;
  font-size: 0.92em;
  line-height: 1.65;
}

.fact-box li { margin-bottom: 5px; }

/* ── Embeds ── */
figure {
  margin: 24px 0;
}

figure iframe {
  display: block;
}

figcaption {
  font-size: 0.8em;
  color: #888;
  margin-top: 6px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
}

/* ── Article footer ── */
.article-footer {
  border-top: 1px solid #e0e0e0;
  margin-top: 40px;
  padding-top: 18px;
  font-size: 0.83em;
  font-family: Arial, Helvetica, sans-serif;
  color: #888;
}

.tags a {
  color: #555;
  text-decoration: none;
}

.tags a:hover { text-decoration: underline; }

.corrections { margin-top: 8px; color: #bbb; }

/* ── Page footer ── */
.page-footer {
  text-align: center;
  border-top: 1px solid #e0e0e0;
  padding: 28px 24px;
  font-size: 13px;
  color: #bbb;
  font-family: Arial, Helvetica, sans-serif;
}
