@@ -83,13 +83,17 @@ body {
8383body ::before {
8484 content : "" ;
8585 position : fixed;
86- inset : 0 ;
86+ top : calc (env (safe-area-inset-top, 0px ) * -1 - 24px );
87+ right : 0 ;
88+ bottom : -24px ;
89+ left : 0 ;
8790 z-index : 0 ;
8891 pointer-events : none;
8992 background :
90- radial-gradient (72% 58% at 22% 26% , rgba (255 , 157 , 77 , 0.19 ), rgba (255 , 157 , 77 , 0 ) 70% ),
91- radial-gradient (64% 54% at 78% 34% , rgba (82 , 104 , 255 , 0.18 ), rgba (82 , 104 , 255 , 0 ) 72% ),
92- radial-gradient (78% 66% at 56% 100% , rgba (255 , 255 , 255 , 0.012 ), rgba (255 , 255 , 255 , 0 ) 72% );
93+ radial-gradient (78% 62% at 22% 24% , rgba (224 , 124 , 54 , 0.17 ), rgba (224 , 124 , 54 , 0 ) 74% ),
94+ radial-gradient (70% 56% at 79% 34% , rgba (66 , 88 , 201 , 0.16 ), rgba (66 , 88 , 201 , 0 ) 76% ),
95+ radial-gradient (86% 72% at 56% 100% , rgba (255 , 255 , 255 , 0.008 ), rgba (255 , 255 , 255 , 0 ) 74% ),
96+ linear-gradient (180deg , rgba (6 , 6 , 8 , 0.1 ) 0% , rgba (6 , 6 , 8 , 0.035 ) 40% , rgba (6 , 6 , 8 , 0.16 ) 100% );
9397 opacity : var (--site-atmosphere-opacity );
9498 will-change : opacity;
9599 transform : translateZ (0 );
@@ -1027,11 +1031,11 @@ a {
10271031 --hero-stage-offset : var (--page-top-offset );
10281032 --hero-top-pad : clamp (1.3rem , 1.9vw , 2rem );
10291033 --hero-stage-bottom-pad : clamp (1.55rem , 2.35vw , 2.25rem );
1030- --hero-copy-bottom-offset : clamp (2.45 rem , 3.35 vw , 3.3 rem );
1034+ --hero-copy-bottom-offset : clamp (2.72 rem , 3.6 vw , 3.55 rem );
10311035 --hero-stage-min : 0px ;
10321036 --home-transition-span : clamp (9rem , 16vh , 13rem );
10331037 --home-transition-distance : var (--home-transition-span );
1034- --hero-image-anchor-y : 46.35 % ;
1038+ --hero-image-anchor-y : 45.65 % ;
10351039 --hero-stage-height : calc (var (--hero-initial-viewport-height , 100svh ) - var (--hero-stage-offset ) - var (--hero-top-pad ) - var (--hero-stage-bottom-pad ));
10361040 --hero-stage-reference : max (var (--hero-stage-height ), var (--hero-stage-min ));
10371041 --hero-visual-height : calc (var (--hero-top-pad ) + var (--hero-stage-reference ) + var (--hero-stage-bottom-pad ));
@@ -2401,7 +2405,7 @@ body.page-home #about {
24012405 .hero {
24022406 --hero-top-pad : clamp (1rem , 1.7vw , 1.4rem );
24032407 --hero-stage-bottom-pad : clamp (1.4rem , 2.15vw , 1.95rem );
2404- --hero-copy-bottom-offset : clamp (2.05 rem , 3.05 vw , 2.6 rem );
2408+ --hero-copy-bottom-offset : clamp (2.28 rem , 3.3 vw , 2.85 rem );
24052409 }
24062410
24072411 .hero-copy {
@@ -2467,11 +2471,11 @@ body.page-home #about {
24672471 .hero {
24682472 --hero-top-pad : 1.05rem ;
24692473 --hero-stage-bottom-pad : 1.1rem ;
2470- --hero-copy-bottom-offset : 1.98 rem ;
2474+ --hero-copy-bottom-offset : 2.22 rem ;
24712475 --home-transition-span : clamp (8.5rem , 15vh , 11.5rem );
24722476 --hero-image-size : clamp (29rem , calc (var (--hero-stage-reference ) * 0.96 ), 52rem );
24732477 --hero-image-max-inline : 110vw ;
2474- --hero-image-anchor-y : 42.15 % ;
2478+ --hero-image-anchor-y : 41.35 % ;
24752479 --hero-tagline-base-size : clamp (2.25rem , min (calc (var (--hero-stage-reference ) * 0.1 ), 11.2cqi ), 3.35rem );
24762480 }
24772481
0 commit comments