@@ -131,8 +131,8 @@ section {
131131 position : relative;
132132 display : grid;
133133 gap : 0 ;
134- min-height : min (980 px , calc (100vh - 84px ));
135- padding : 72 px 28px 56 px ;
134+ min-height : min (840 px , calc (100vh - 84px ));
135+ padding : 58 px 28px 40 px ;
136136 overflow : hidden;
137137 border : none;
138138 background : transparent;
@@ -149,8 +149,8 @@ section {
149149}
150150
151151.hero-copy h1 {
152- max-width : 11 ch ;
153- font-size : clamp (4 rem , 8 vw , 7 rem );
152+ max-width : 13.5 ch ;
153+ font-size : clamp (3.5 rem , 7.2 vw , 6.2 rem );
154154}
155155
156156.eyebrow ,
@@ -185,23 +185,23 @@ section {
185185}
186186
187187.hero-copy-secondary {
188- z-index : 3 ;
189- margin-top : -24 px ;
188+ z-index : 5 ;
189+ margin-top : -118 px ;
190190}
191191
192192.hero-lead {
193- max-width : 18 ch ;
193+ max-width : 26 ch ;
194194 color : var (--text );
195- font-size : clamp (1.85 rem , 3.2 vw , 3.1 rem );
196- line-height : 1.06 ;
195+ font-size : clamp (1.5 rem , 2.5 vw , 2.45 rem );
196+ line-height : 1.08 ;
197197 font-weight : 700 ;
198198 text-shadow : 0 12px 34px rgba (0 , 0 , 0 , 0.62 );
199199}
200200
201201.hero-subline {
202- margin : 16 px 0 0 ;
202+ margin : 14 px 0 0 ;
203203 color : rgba (247 , 248 , 252 , 0.78 );
204- font-size : 1 rem ;
204+ font-size : 0.98 rem ;
205205 font-weight : 500 ;
206206}
207207
@@ -268,40 +268,40 @@ section {
268268}
269269
270270.hero-glow-left {
271- width : 540 px ;
272- height : 260 px ;
273- top : 148 px ;
274- left : 26 % ;
275- background : radial-gradient (circle, rgba (182 , 99 , 255 , 0.52 ), transparent 72% );
271+ width : 620 px ;
272+ height : 300 px ;
273+ top : 118 px ;
274+ left : 20 % ;
275+ background : radial-gradient (circle, rgba (182 , 99 , 255 , 0.48 ), transparent 72% );
276276}
277277
278278.hero-glow-right {
279- width : 520 px ;
280- height : 260 px ;
281- top : 124 px ;
282- right : 18 % ;
283- background : radial-gradient (circle, rgba (109 , 120 , 255 , 0.34 ), transparent 72% );
279+ width : 620 px ;
280+ height : 300 px ;
281+ top : 92 px ;
282+ right : 12 % ;
283+ background : radial-gradient (circle, rgba (109 , 120 , 255 , 0.3 ), transparent 72% );
284284}
285285
286286.hero-shot {
287287 position : relative;
288288 z-index : 2 ;
289- width : min (980 px , 94 vw );
290- margin : -54 px auto -88 px ;
291- padding : 18 px ;
289+ width : min (1040 px , 97 vw );
290+ margin : -122 px auto -176 px ;
291+ padding : 16 px ;
292292 border-radius : 34px ;
293293 background : linear-gradient (180deg , rgba (255 , 255 , 255 , 0.08 ), rgba (255 , 255 , 255 , 0.02 ));
294294 box-shadow : 0 40px 80px rgba (0 , 0 , 0 , 0.46 );
295- transform : perspective (1800px ) rotateX (16 deg ) rotateY (-10 deg ) rotateZ (-5 deg );
295+ transform : perspective (1800px ) rotateX (12 deg ) rotateY (-8 deg ) rotateZ (-4 deg );
296296 transform-origin : center top;
297297}
298298
299299.hero-shot img {
300300 width : 100% ;
301301 border-radius : 24px ;
302302 border : 1px solid rgba (255 , 255 , 255 , 0.08 );
303- opacity : 0.82 ;
304- filter : brightness (0.42 ) saturate (0.9 ) contrast (0.9 );
303+ opacity : 0.92 ;
304+ filter : brightness (0.52 ) saturate (0.92 ) contrast (0.92 );
305305}
306306
307307.section-heading {
@@ -424,7 +424,7 @@ section {
424424 }
425425
426426 .hero-shot {
427- margin : -20 px auto -32 px ;
427+ margin : -36 px auto -56 px ;
428428 transform : none;
429429 }
430430
@@ -495,13 +495,17 @@ section {
495495 }
496496
497497 .hero-shot {
498- margin : 8 px auto 0 ;
498+ margin : 10 px auto -8 px ;
499499 padding : 10px ;
500500 border-radius : 24px ;
501501 }
502502
503+ .hero-copy-secondary {
504+ margin-top : -4px ;
505+ }
506+
503507 .hero-lead {
504- font-size : clamp (1.55 rem , 6 vw , 2.3 rem );
508+ font-size : clamp (1.3 rem , 5.3 vw , 2 rem );
505509 line-height : 1.1 ;
506510 }
507511}
0 commit comments