/* ── SECTION 4 — THE PIVOT ───────────────────────────── */
/* A beat. Then the question that turns everything.      */

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

.s4-inner {
  text-align: center;
  max-width: 640px;
  width: 100%;
}

.s4-pivot {
  font-family: var(--font-display);
  font-size: clamp(32px, 5vw, 64px);
  font-weight: 500;
  font-style: italic;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: var(--ivory);
}
