/* ── About ────────────────────────────────────────────────────────────────── */
.about {}

.about__centered {
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
  font-size: 1.05rem;
  color: var(--c-text-muted);
  line-height: 1.8;
}
.about__centered strong { color: var(--c-text); }
