/* same effect preserved */
.cinema-hero-wrap{height:300vh;background:#000}
.cinema-bg{position:fixed;inset:0;background:#000}
.cinema-text{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;flex-direction:column;color:#fff}
.cinema-video-wrap{position:fixed;bottom:0;width:100%;height:100vh;display:flex;justify-content:center;align-items:flex-end}
.cinema-video{width:90%;height:55vh;border-radius:24px;object-fit:cover}
