diff --git a/apps/website/assets/css/voyage-layout.css b/apps/website/assets/css/voyage-layout.css
index 8ce381a..60ba3e7 100644
--- a/apps/website/assets/css/voyage-layout.css
+++ b/apps/website/assets/css/voyage-layout.css
@@ -233,7 +233,8 @@ img {
body {
font-family: var(--font-sans);
color: var(--text-dark);
- background: var(--bg-light); /* Body needs light background for content sections */
+ /* Background removed to allow video to extend into safe areas */
+ /* Content sections will have their own backgrounds */
max-width: 100vw !important;
position: relative;
line-height: 1.6;
diff --git a/apps/website/pages/index.vue b/apps/website/pages/index.vue
index 77cdf03..01a57e4 100644
--- a/apps/website/pages/index.vue
+++ b/apps/website/pages/index.vue
@@ -3,23 +3,26 @@