.hero{height:100svh;color:var(--foreground);overflow:hidden;background-color:var(--background);display:flex;justify-content:center;align-items:center}.hero,.hero-content{position:relative;width:100%}.hero-content{height:100%}.hero-header{position:absolute;top:25svh;width:100%;padding:1.5rem;display:flex}.hero-header-col-lg{flex:4 1}.hero-header-col-sm{flex:2 1}.hero-footer{position:absolute;bottom:0;width:100%;padding:1.5rem;display:flex;align-items:flex-end}.hero-footer-col-lg{flex:4 1;display:flex;gap:4.5rem}.hero-footer-col-lg h3{width:65%}.hero-footer-col-sm{flex:2 1;display:flex;justify-content:space-between;align-items:flex-end}.hero-tags{flex-shrink:0}@media (max-width:1000px){.hero-footer-col-lg,.hero-header-col-lg{display:none}.hero-header{top:40svh}.hero h3{font-size:clamp(2rem,1.5rem + 2.5vw,5rem)}}