.homehero{align-items:flex-end;min-height:100svh;display:flex;position:relative;overflow:hidden}.hero_bg{z-index:0;position:absolute;inset:0}.hero_bg:after{content:"";z-index:1;background:linear-gradient(to top, var(--color-background) 4%, #0a0a0b8c 40%, #0a0a0b40 70%, #0a0a0b73 100%);position:absolute;inset:0}.hero_bg img{aspect-ratio:16/9;object-fit:cover;object-position:center}.hero_img_tall{display:none}@media (max-width:640px){.hero_img_wide{display:none}.hero_img_tall{aspect-ratio:3/4;display:block}}.hero_veil{z-index:2;background:linear-gradient(to bottom, #000000d9 0%, #0006 20%, #0000 50%, #0000004d 75%, var(--color-background) 100%);opacity:.3;pointer-events:none;position:absolute;inset:0}.hero_content{z-index:3;width:100%;padding-bottom:clamp(3rem,7vw,6rem);position:relative}.hero_name{font-size:var(--text-hero);margin-block:.5rem 1.25rem}.hero_sub{max-width:34rem;color:var(--color-text-muted);margin-bottom:2.25rem}.hero_cta{flex-wrap:wrap;gap:1rem;display:flex}.hero_content>*{animation:rise-in .9s var(--ease-out) both}.hero_content>:first-child{animation-delay:.15s}.hero_content>:nth-child(2){animation-delay:.28s}.hero_content>:nth-child(3){animation-delay:.41s}.hero_content>:nth-child(4){animation-delay:.54s}@media (max-width:640px){.homehero{min-height:60svh}.hero_sub{display:none}.hero_cta{width:100%}.hero_cta .btn{flex:auto;justify-content:center}}
