/* Long-form content pages (publications).
   Element selectors are scoped to <main> so they never leak into the nav or footer. */

section { padding: 5rem 2rem; }
.section-inner { max-width: 900px; margin: 0 auto; }
main h2 {
  font-family: var(--display);
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1.5rem;
  letter-spacing: -0.02em;
}
main p {
  color: var(--text-secondary);
  font-size: 1.05rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}
