diff --git a/public/brand/MIM4U-Brand-Kit.zip b/public/brand/MIM4U-Brand-Kit.zip index 81e6b49..8b818e4 100644 Binary files a/public/brand/MIM4U-Brand-Kit.zip and b/public/brand/MIM4U-Brand-Kit.zip differ diff --git a/src/App.tsx b/src/App.tsx index a9b7920..e46d7e5 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -810,11 +810,10 @@ function Hero() { offset: ['start start', 'end start'] }) - const backgroundY = useTransform(scrollYProgress, [0, 1], ['0%', '50%']) - const contentY = useTransform(scrollYProgress, [0, 1], ['0%', '100%']) + const backgroundY = useTransform(scrollYProgress, [0, 1], ['0%', '30%']) return ( -
+
{/* Enhanced 3D Background Layers */} - {/* Content Layer with Parallax */}
diff --git a/src/index.css b/src/index.css index b2131c9..f9b6fdd 100644 --- a/src/index.css +++ b/src/index.css @@ -219,12 +219,17 @@ @media (min-width: 768px) { .mim-site-nav { - min-height: 5rem; - padding-top: 0.5rem; - padding-bottom: 0.5rem; + min-height: 4.5rem; + padding-top: 0.375rem; + padding-bottom: 0.375rem; } } + /* Hero sits flush under sticky header — no full-viewport vertical centering gap */ + .hero-section { + margin-top: 0; + } + .nav-brand-link:hover { opacity: 0.9; }