.hero{width:100%;height:100vh;min-height:600px;position:relative;overflow:hidden}.hero__media{z-index:0;position:absolute;inset:0}.hero__bg{object-fit:cover;object-position:center top;opacity:0;width:100%;height:100%;transition:opacity 1.5s ease-in-out;position:absolute;inset:0}.hero__bg--active{opacity:1}.hero__overlay{z-index:1;background:#0000004d;justify-content:center;align-items:center;padding:0 20px;display:flex;position:absolute;inset:0}.hero__content{text-align:center;max-width:900px}.hero__tagline{font-family:var(--font-functional);color:var(--color-white);letter-spacing:.05em;opacity:.92;font-size:clamp(14px,1.4vw,18px);font-weight:400;line-height:1.8;animation:1.2s cubic-bezier(.16,1,.3,1) .4s both heroReveal}@keyframes heroReveal{0%{opacity:0;transform:translateY(25px)}to{opacity:.92;transform:translateY(0)}}@media (max-width:768px){.hero{height:100vh;min-height:500px}.hero__tagline{font-size:clamp(14px,4vw,18px);line-height:2}.hero__bg{object-position:center center}}
