.page--blog {
  display: block;
  max-width: 720px;
  margin: 0 auto;
  padding: 72px 32px 120px;
}

.blog-main { max-width: 720px; }

.blog-header { margin-bottom: 56px; }
.blog-header .crumb {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-dim);
  margin-bottom: 28px;
}
.blog-header .crumb a { color: var(--ink-dim); text-decoration: none; }
.blog-header .crumb a:hover { color: var(--accent); }
.blog-header h1 {
  font-size: 56px;
  line-height: 1.05;
  margin-bottom: 14px;
}
.blog-lede {
  color: var(--ink-soft);
  font-size: 16px;
  line-height: 1.6;
}

.posts { display: flex; flex-direction: column; }
.post-entry {
  border-top: 1px solid var(--rule);
  padding: 24px 0;
}
.post-entry:last-child { border-bottom: 1px solid var(--rule); }
.post-link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.post-link:hover .post-title { color: var(--accent); }
.post-meta {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-dim);
  margin-bottom: 6px;
}
.post-title {
  font-family: var(--sans);
  font-size: 24px;
  line-height: 1.2;
  margin: 0 0 6px;
  color: var(--ink);
  transition: color .2s;
}
.post-dek {
  color: var(--ink-soft);
  font-size: 14.5px;
  line-height: 1.55;
  margin: 0;
}

.empty-note {
  color: var(--ink-dim);
  font-style: italic;
  padding: 24px 0;
}

.post-header { margin-bottom: 40px; }
.post-header h1 {
  font-size: 44px;
  line-height: 1.1;
  margin-bottom: 10px;
}
.post-header .post-meta { margin-bottom: 14px; }
.post-kicker {
  margin-top: 12px;
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.06em;
  color: var(--ink-dim);
}
.post-rule {
  border: 0;
  border-top: 1px solid var(--rule);
  margin: 40px 0 24px;
}
.post-notes {
  font-size: 14.5px;
  line-height: 1.65;
  color: var(--ink-dim);
}
.post-notes li { margin-bottom: 0.7em; }
.post-refs {
  margin-top: 24px;
  font-size: 13.5px;
  line-height: 1.65;
  color: var(--ink-dim);
}
.post-poem p {
  font-size: 16px;
  line-height: 1.7;
  font-style: italic;
}
.post-body h2 {
  font-family: var(--sans);
  font-size: 24px;
  margin: 40px 0 14px;
}
.post-body {
  font-family: 'Source Serif 4', 'Noto Serif SC', Georgia, 'Songti SC', 'Source Han Serif SC', serif;
}
.post-body p {
  color: var(--ink-soft);
  font-size: 17.5px;
  line-height: 1.8;
  margin: 0 0 1.2em;
}
.post-body ul,
.post-body ol {
  color: var(--ink-soft);
  font-size: 17.5px;
  line-height: 1.8;
  padding-left: 1.4em;
  margin: 0 0 1.2em;
}
.post-body ul li,
.post-body ol li { margin-bottom: 0.5em; }
.post-body blockquote {
  margin: 1.4em 0;
  padding: 2px 20px;
  border-left: 2px solid var(--rule);
  color: var(--ink-dim);
}
.post-body blockquote p {
  font-size: 16.5px;
  line-height: 1.75;
  margin-bottom: 0.8em;
}
.post-figure {
  margin: 28px 0 24px;
}
.post-figure img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid var(--rule);
  border-radius: 2px;
}
.post-figure figcaption {
  margin-top: 8px;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-dim);
}

@media (max-width: 600px) {
  .page--blog { padding: 44px 22px 80px; }
  .blog-header h1 { font-size: 40px; }
  .post-header h1 { font-size: 32px; }
}
