.section-header {
  margin-bottom: 2rem;
}

.section-header h2 {
  font-family: 'Syne', sans-serif;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--ink);
  margin-top: 0.75rem;
  margin-bottom: 0;
}