.hero{position:relative;min-height:90vh;display:flex;align-items:center;background:url(/images/hero-bg.png) 50%/cover no-repeat;overflow:hidden}.hero-overlay{position:absolute;inset:0;background:linear-gradient(160deg,rgba(47,61,74,.85),rgba(26,46,61,.7) 50%,rgba(31,90,128,.6))}.hero-content{position:relative;z-index:1;padding-top:calc(var(--nav-height) + 48px);padding-bottom:64px;max-width:680px}.hero-title{font-family:var(--font-serif),Georgia,serif;font-size:var(--font-hero);font-weight:600;letter-spacing:-.02em;line-height:1.06;color:#fff;margin-bottom:24px}.hero-subtitle{font-size:var(--font-body-lg);color:hsla(0,0%,100%,.6);line-height:1.75;margin-bottom:40px;max-width:440px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:40px}.hero .btn-outline{border-color:hsla(0,0%,100%,.25);color:#fff}.hero .btn-outline:hover{border-color:hsla(0,0%,100%,.5);background-color:hsla(0,0%,100%,.06)}.hero-stores{opacity:.8}@media (max-width:767px){.hero{min-height:80vh}.hero-content{padding-top:calc(var(--nav-height) + 32px)}.hero-actions{flex-direction:column}.hero-actions .btn{width:100%}}