/* Strong, consistently aligned titles for the six campaign pillars. */
.section-label {
  font-family: "Playfair Display", serif;
  font-size: clamp(2.15rem, 3.6vw, 3.65rem);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 1.05;
  color: var(--ink);
  text-transform: none;
  margin-bottom: 44px;
}

.trust .section-label { color: #fff; }
.not .section-label,
.accountability .section-label,
.matrix-heading .section-label { margin-top: 0; }

@media (max-width: 780px) {
  .section-label { font-size: 2.3rem; margin-bottom: 30px; }
}
