.hero{position:relative;min-height:500px;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero--small{min-height:300px}.hero--large{min-height:700px}.hero__media{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.hero__media img,.hero__media video{width:100%;height:100%;object-fit:cover}.hero__media:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#0000004d,#00000080)}.hero__content{position:relative;z-index:1;text-align:center;max-width:800px;margin:0 auto;animation:fadeInUp .8s ease}.hero--has-media .hero__content{color:var(--color-white)}.hero--has-media .hero__heading,.hero--has-media .hero__text{color:var(--color-white);text-shadow:0 2px 10px rgba(0,0,0,.3)}.hero__logo{margin-bottom:var(--spacing-lg)}.hero__logo img{max-width:100%;height:auto;margin:0 auto}.hero__heading{font-size:var(--fs-xlarge);font-weight:var(--font-weight-black);line-height:var(--lh-heading);margin-bottom:var(--spacing-md)}.hero__text{font-size:var(--fs-large);line-height:var(--lh-body);margin-bottom:var(--spacing-lg);opacity:.95}.hero__button-group{display:flex;gap:var(--spacing-md);justify-content:center;flex-wrap:wrap;margin-top:var(--spacing-lg)}.hero__line{width:100px;height:4px;background:linear-gradient(90deg,var(--color-secondary) 0%,var(--color-accent) 50%,var(--color-accent-secondary) 100%);border-radius:2px;margin:var(--spacing-md) auto}.hero--left .hero__content{text-align:left;margin-left:0}.hero--left .hero__button-group{justify-content:flex-start}.hero--left .hero__line{margin-left:0}.hero--right .hero__content{text-align:right;margin-right:0}.hero--right .hero__button-group{justify-content:flex-end}.hero--right .hero__line{margin-right:0}.hero--light{background-color:var(--color-background-light)}.hero--primary{background-color:var(--color-primary)}.hero--primary .hero__heading,.hero--primary .hero__text{color:var(--color-white)}@media screen and (max-width:749px){.hero{min-height:400px}.hero--small{min-height:250px}.hero--large{min-height:500px}.hero__heading{font-size:clamp(1.75rem,8vw,3rem)}.hero__text{font-size:var(--fs-base)}.hero__content{padding:var(--spacing-lg) var(--page-padding)}.hero__button-group{flex-direction:column;align-items:stretch}.hero__button-group .button{width:100%}.hero--left .hero__content,.hero--right .hero__content{text-align:center;margin:0 auto}.hero--left .hero__button-group,.hero--right .hero__button-group{justify-content:center}.hero--left .hero__line,.hero--right .hero__line{margin:var(--spacing-md) auto}}@media screen and (min-width:750px)and (max-width:989px){.hero{min-height:450px}.hero--small{min-height:280px}.hero--large{min-height:600px}}@media(prefers-reduced-motion:reduce){.hero__content{animation:none}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/section-hero.css.map */
