.hero{position:relative;min-height:100svh;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:calc(var(--header-h) + clamp(1.25rem, 4vh, 2.75rem)) var(--space-gutter) clamp(1.5rem,4vh,3rem);text-align:center;overflow:clip;isolation:isolate}.hero__globe{position:absolute;inset:0;z-index:0;pointer-events:none}.hero__globe .heroGlobe{height:100%}.hero__globe .heroGlobe__stage{height:100%;width:100%}.hero__globe .heroGlobe__caption{position:absolute;bottom:clamp(.5rem,1.5vh,1.25rem);left:0;right:0;margin-top:0}.hero__copy{position:relative;z-index:3;display:flex;flex-direction:column;align-items:center;gap:1rem;max-width:60rem}.hero__copy:before{content:"";position:absolute;inset:-16% -16% -45%;z-index:-1;background:radial-gradient(100% 220% at 50% 50%,color-mix(in oklab,var(--color-bg) 70%,transparent) 0,color-mix(in oklab,var(--color-bg) 68%,transparent) 48%,color-mix(in oklab,var(--color-bg) 44%,transparent) 74%,transparent 100%);-webkit-mask-image:linear-gradient(180deg,transparent 1%,#000 20%,#000 74%,transparent 98%);mask-image:linear-gradient(180deg,transparent 1%,#000 20%,#000 74%,transparent 98%);pointer-events:none}.hero__eyebrow{margin-bottom:.1rem}.hero__title{font-size:var(--text-hero);line-height:1.12;max-width:26ch}.hero__sub{font-size:var(--text-lead);color:var(--color-text-muted);max-width:32rem}.hero__cta{margin-top:.5rem;display:flex;flex-wrap:wrap;gap:.8rem;justify-content:center}@media (max-height:760px){.hero{padding-top:calc(var(--header-h) + .5rem)}.hero__copy{gap:.7rem}.hero__title{font-size:clamp(1.8rem,1.1rem + 2.4vw,2.6rem);line-height:1.1}.hero__sub{font-size:var(--text-body)}}