/* ===== REVEAL ANIMATIONS ===== */
.rv { opacity: 0; transition: opacity 0.7s var(--ease-out-expo), transform 0.7s var(--ease-out-expo); }
.rv-up { transform: translateY(32px); }
.rv-scale { transform: scale(0.97); }
.rv-left { transform: translateX(-24px); }
.rv-right { transform: translateX(24px); }
.rv.vis { opacity: 1; transform: none; }
.rv-d1 { transition-delay: 0.08s; }
.rv-d2 { transition-delay: 0.16s; }
.rv-d3 { transition-delay: 0.24s; }
.rv-d4 { transition-delay: 0.32s; }
.rv-d5 { transition-delay: 0.4s; }
