/* Scroll-driven word-by-word text reveal */
.text-reveal .word {
    opacity: 0.15;
    transition: opacity 0.3s ease;
}

.text-reveal .word.revealed {
    opacity: 1;
}
