/* ── SECTION 2 — THE FACT ────────────────────────────── */
/* One single sentence on a transitioning background.     */

.s2 {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
}

.s2-inner {
  text-align: center;
  max-width: 560px;
  width: 100%;
}

.s2-fact {
  font-family: var(--font-ui);
  font-size: clamp(18px, 2.5vw, 24px);
  font-weight: 300;
  line-height: 1.6;
  color: rgba(245, 240, 232, 0.72);
  letter-spacing: 0.01em;
}
