/* POST / ESSAY STYLES */
.post-header {
  padding: 4rem 0 2.5rem;
  border-bottom: 1px solid var(--ivory-mid);
}
.post-back {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--amber);
  text-decoration: none;
}
.post-back:hover { text-decoration: underline; text-underline-offset: 3px; }
.post-title {
  font-family: var(--serif);
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  color: var(--ink);
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin: 0.75rem 0 0.75rem;
  max-width: 760px;
}
.post-date {
  font-size: 0.78rem;
  color: var(--text-faint);
  font-weight: 500;
}
.post-body {
  max-width: 720px;
  padding-top: 3rem;
  padding-bottom: 4rem;
}
.post-body p {
  font-size: 1rem;
  color: var(--text-muted);
  line-height: 1.85;
  margin-bottom: 1.4rem;
}
.post-body .prose-lead {
  font-size: 1.15rem;
  color: var(--ink);
  margin-bottom: 2rem;
}
.post-body h2 {
  font-family: var(--serif);
  font-size: 1.5rem;
  color: var(--ink);
  letter-spacing: -0.02em;
  margin: 2.5rem 0 1rem;
}
.post-body h3 {
  font-family: var(--serif);
  font-size: 1.15rem;
  color: var(--ink);
  margin: 2rem 0 0.75rem;
}
.post-body blockquote {
  border-left: 3px solid var(--amber);
  margin: 2rem 0;
  padding: 0.5rem 0 0.5rem 1.5rem;
}
.post-body blockquote p {
  font-style: italic;
  color: var(--ink-soft);
  font-size: 1.05rem;
}
.post-body a { color: var(--amber); text-decoration: underline; text-underline-offset: 3px; }
