All checks were successful
build-website / build (push) Successful in 1m50s
- Create custom hero layout without constraining wrapper div - Remove min-h-screen and flex constraints that block video extension - Change video to position:fixed with z-index:-1 for proper layering - Fix overflow:clip to overflow:visible in voyage-layout.css - Revert transparent background to black for stability This finally solves the iOS Safari safe area issue by removing the DOM structure constraints that were preventing the video from extending. 🤖 Generated with Claude Code Co-Authored-By: Claude <noreply@anthropic.com>