.hero{position:relative;min-height:88vh;display:flex;flex-direction:column;padding:var(--sp-16) var(--sp-6) var(--sp-6);overflow:hidden;border-bottom:1px solid var(--border-hairline)}.hero-bg{background-image:url(/banner.webp);background-size:cover;background-position:50%}.hero-bg,.hero-overlay{position:absolute;inset:0}.hero-overlay{background:linear-gradient(90deg,rgba(14,15,17,.94),rgba(14,15,17,.78) 40%,rgba(14,15,17,.35) 68%,rgba(14,15,17,.15)),linear-gradient(0deg,rgba(14,15,17,.55),transparent 30%)}.hero-content{position:relative;max-width:1200px;margin:0 auto;width:100%;display:flex;flex-direction:column;flex:1 1;justify-content:center}.hero-text{max-width:620px}.hero-subtitle{font-size:var(--fs-title-sm)}.hero-differentials{margin:var(--sp-7) 0 var(--sp-8)}.hero-title{font-size:var(--fs-display-lg)}.display,h1,h2,h3{overflow-wrap:break-word}.hero-mobile-img{display:none}@media (max-width:640px){.hero{min-height:0;padding:var(--sp-10) var(--sp-5) 0}.hero-bg,.hero-overlay{display:none}.hero-content{justify-content:flex-start}.hero-text{max-width:100%}.hero-title{font-size:2rem}.hero-mobile-img{display:block;width:100%;max-height:70vh;margin-top:var(--sp-6);object-fit:cover;object-position:center bottom}.hero-subtitle{font-size:var(--fs-body-sm)}.hero-differentials{margin:var(--sp-5) 0 var(--sp-6)}}