All checks were successful
build-website / build (push) Successful in 1m32s
- Replace broken fixed positioning with absolute + negative top - Video now extends calc(-1 * env(safe-area-inset-top)) above container - Height compensated with calc(100dvh + env(safe-area-inset-top)) - Container uses position: relative with overflow: visible - Fixes iOS Safari bug where fixed positioning doesn't work properly This approach allows the video to extend under the iOS notch/Dynamic Island while keeping interactive content in safe areas.