diff --git a/src/components/sections/Hero.tsx b/src/components/sections/Hero.tsx
index 16d2990..162e8f9 100644
--- a/src/components/sections/Hero.tsx
+++ b/src/components/sections/Hero.tsx
@@ -101,7 +101,7 @@ export function Hero({ data: hero }: HeroProps) {
>
-
+
{/* Desktop: diagonal split with all videos */}
@@ -135,7 +135,7 @@ export function Hero({ data: hero }: HeroProps) {
>
-
+
);
})}
@@ -154,12 +154,17 @@ export function Hero({ data: hero }: HeroProps) {
className="absolute inset-0 z-[5] bg-neutral-950 pointer-events-none transition-opacity duration-1000"
/>
+ {/* Vignette — dark edges to guide eye to center */}
+
+
{/* Floating hearts */}
{/* Content */}
-
+
{hero.headline}
-
+
{hero.subheadline}
-
+