.section-hero-home{display:block}.hero-home-fb{position:relative;width:100%;overflow:hidden;isolation:isolate}.hero-home-fb__media{position:relative;width:100%;aspect-ratio:21 / 9;min-height:480px;max-height:88vh;overflow:hidden}.hero-home-fb__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;display:block}.hero-home-fb__image--placeholder{background:rgb(var(--color-foreground),.05)}.hero-home-fb__media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:1}.hero-home-fb--x-left .hero-home-fb__media:after{background:linear-gradient(to right,rgb(var(--color-background),.55),rgb(var(--color-background),.25) 30%,rgb(var(--color-background),0) 55%)}.hero-home-fb--x-right .hero-home-fb__media:after{background:linear-gradient(to left,rgb(var(--color-background),.55),rgb(var(--color-background),.25) 30%,rgb(var(--color-background),0) 55%)}.hero-home-fb--x-center .hero-home-fb__media:after{background:linear-gradient(to bottom,rgb(var(--color-background),0) 35%,rgb(var(--color-background),.35))}.hero-home-fb__tint{position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,var(--hero-fb-overlay, 0));pointer-events:none;z-index:2}.hero-home-fb__overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;pointer-events:none;z-index:2}.hero-home-fb__container{width:100%;display:flex;pointer-events:none}.hero-home-fb__content{display:flex;flex-direction:column;gap:clamp(1rem,1.4vw,1.8rem);max-width:52ch;pointer-events:auto;padding-block:clamp(2rem,4vw,4rem)}.hero-home-fb--x-left .hero-home-fb__container{justify-content:flex-start}.hero-home-fb--x-center .hero-home-fb__container{justify-content:center}.hero-home-fb--x-center .hero-home-fb__content{text-align:center;align-items:center}.hero-home-fb--x-right .hero-home-fb__container{justify-content:flex-end}.hero-home-fb--x-right .hero-home-fb__content{text-align:right;align-items:flex-end}.hero-home-fb--y-top .hero-home-fb__overlay{align-items:flex-start}.hero-home-fb--y-middle .hero-home-fb__overlay{align-items:center}.hero-home-fb--y-bottom .hero-home-fb__overlay{align-items:flex-end}.hero-home-fb__subheading{font-family:var(--font-subtitle-family);font-style:var(--font-subtitle-style);font-weight:var(--font-subtitle-weight);font-size:clamp(1.05rem,.4vw + .95rem,1.35rem);letter-spacing:var(--font-subtitle-letter-spacing, .2em);text-transform:uppercase;color:rgb(var(--color-accent, var(--color-foreground)));margin:0;line-height:1.3}.hero-home-fb__heading{font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);font-size:clamp(2.8rem,4vw + 1rem,5.5rem);line-height:1.05;letter-spacing:-.02em;color:rgb(var(--color-foreground));margin:0}.hero-home-fb__heading.h1-xl{font-size:clamp(3.4rem,5vw + 1.2rem,6.4rem)}.hero-home-fb__heading.h2{font-size:clamp(2.4rem,3vw + 1rem,4.4rem)}.hero-home-fb__text{font-family:var(--font-body-family);font-style:var(--font-body-style);font-weight:var(--font-body-weight);font-size:clamp(1.4rem,.5vw + 1.2rem,1.8rem);line-height:1.55;color:rgb(var(--color-foreground));max-width:46ch}.hero-home-fb__text p{margin:0}.hero-home-fb__buttons{display:flex;flex-wrap:wrap;gap:1.2rem;margin-top:.5rem}.hero-home-fb__btn{font-family:var(--font-button-family);font-weight:var(--font-button-weight);text-transform:uppercase;letter-spacing:.05em;padding:1.4rem 2.4rem;min-width:180px;text-align:center;text-decoration:none;border-radius:100px;transition:all .2s ease;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.hero-home-fb__btn.btn--primary{background:rgb(var(--color-button));color:rgb(var(--color-button-text));border:1px solid rgb(var(--color-button))}.hero-home-fb__btn.btn--primary:hover{opacity:.85}.hero-home-fb__btn.btn--secondary{background:transparent;color:rgb(var(--color-foreground));border:1px solid rgb(var(--color-foreground))}.hero-home-fb__btn.btn--secondary:hover{background:rgb(var(--color-foreground));color:rgb(var(--color-background))}.hero-home-fb__usps{position:absolute;bottom:0;left:0;right:0;z-index:3;background:rgb(var(--color-background),.85);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-top:1px solid rgb(var(--color-foreground),.06);padding:1.2rem 0}.hero-home-fb__usps-inner{display:flex;justify-content:center;gap:clamp(2rem,3.5vw,4rem);flex-wrap:wrap}.hero-home-fb__usp{display:flex;align-items:center;gap:.75rem}.hero-home-fb__usp-icon{width:42px;height:42px;border-radius:50%;border:1.5px solid #b8964a;display:flex;align-items:center;justify-content:center;flex-shrink:0}.hero-home-fb__usp-icon svg{width:20px;height:20px;stroke:#b8964a}.hero-home-fb__usp-text{font-family:var(--font-body-family);font-weight:500;font-size:clamp(1.25rem,.3vw + 1.1rem,1.45rem);color:rgb(var(--color-foreground),.75);white-space:nowrap}@media(max-width:749px){.hero-home-fb__media{aspect-ratio:4 / 5;min-height:520px;max-height:92vh}.hero-home-fb__image{object-position:center bottom}.hero-home-fb__content{max-width:100%;padding-block:clamp(1.5rem,3vw,2.5rem)}.hero-home-fb--x-right .hero-home-fb__content,.hero-home-fb--x-center .hero-home-fb__content{text-align:left;align-items:flex-start}.hero-home-fb--x-right .hero-home-fb__container,.hero-home-fb--x-center .hero-home-fb__container{justify-content:flex-start}.hero-home-fb--x-left .hero-home-fb__media:after,.hero-home-fb--x-right .hero-home-fb__media:after,.hero-home-fb--x-center .hero-home-fb__media:after{background:linear-gradient(to bottom,rgb(var(--color-background),.55),rgb(var(--color-background),.15) 35%,rgb(var(--color-background),0) 60%)}.hero-home-fb__usps-inner{gap:.8rem 1.5rem}.hero-home-fb__usp-icon{width:28px;height:28px}.hero-home-fb__usp-icon svg{width:14px;height:14px}.hero-home-fb__usp-text{font-size:1.05rem}.hero-home-fb--y-top .hero-home-fb__overlay,.hero-home-fb--y-middle .hero-home-fb__overlay,.hero-home-fb--y-bottom .hero-home-fb__overlay{align-items:flex-start}.hero-home-fb__content{padding-top:36px;padding-bottom:0}.hero-home-fb__subheading{font-size:12.5px}.hero-home-fb__heading{font-size:40px}.hero-home-fb__text{font-size:18px}}
/*# sourceMappingURL=/cdn/shop/t/71/assets/section-hero-home.css.map */
