.hero-section{--hero-primary: #ff6600;--hero-primary-rgb: 255, 102, 0;--hero-primary-foreground: #ffffff;--hero-background: #0a0a0a;--hero-background-dark: hsl(220, 10%, 8%);--hero-secondary: hsl(220, 5%, 20%);--hero-border: hsl(220, 10%, 25%);--hero-text: #fafafa;--hero-text-muted: hsl(220, 10%, 65%);position:relative;width:100%;min-height:65vh;display:flex;align-items:center;justify-content:center;overflow:hidden;background-color:var(--hero-background-dark);padding-top:80px}.hero-section.hero--slanted{clip-path:polygon(0 0,100% 0,100% 90%,0 100%);padding-bottom:10vh}.hero-section__background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.hero-section__background img{width:100%;height:100%;object-fit:cover;object-position:center}.hero-section__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,var(--hero-background-dark) 0%,rgba(12,12,15,.5) 50%,rgba(12,12,15,.8) 75%,var(--hero-background-dark) 100%)}.hero-section__overlay--dark{background:#0009}.hero-section__content{position:relative;z-index:1;width:100%;max-width:1400px;margin:0 auto;padding:0 40px;text-align:center;display:flex;flex-direction:column;align-items:center}.hero-section__badge{display:inline-block;background-color:#f9f9f9;color:var(--hero-primary);padding:8px 20px;font-family:var(--text-font-family);font-size:12px;letter-spacing:.15em;text-transform:uppercase;margin-bottom:24px;border-radius:20px 0}.hero-section__heading{font-family:var(--heading-font-family);font-size:clamp(3.5rem,10vw,8rem);line-height:.9;text-transform:uppercase;color:var(--hero-text);margin:0 0 24px;letter-spacing:.02em;text-shadow:0 4px 30px rgba(0,0,0,.5)}.hero-section__heading--outline{color:transparent;-webkit-text-stroke:2px var(--hero-primary);transition:all .3s ease}.hero-section__heading--outline:hover{-webkit-text-stroke:0;background:linear-gradient(90deg,var(--hero-primary),#ffffff,#ff4800,var(--hero-primary));background-size:200% 100%;-webkit-background-clip:text;background-clip:text;color:transparent;animation:shimmer 2s linear infinite}@keyframes shimmer{to{background-position:200%}}.hero-section__heading br{display:block;content:"";margin:5px 0}.hero-section__subtitle{font-family:var(--text-font-family);font-size:clamp(1rem,2vw,1.25rem);font-weight:500;color:var(--hero-text-muted);max-width:600px;margin:0 0 40px;line-height:1.6}.hero-section__cta{display:inline-flex;align-items:center;justify-content:center;gap:12px;background-color:var(--hero-primary);color:var(--hero-primary-foreground);font-family:var(--heading-font-family);font-size:1.25rem;letter-spacing:.1em;text-transform:uppercase;text-decoration:none;padding:20px 48px;border:none;cursor:pointer;border-radius:50px;transition:all .3s ease;transform:translateY(0)}.hero-section__cta:hover{background-color:#e65c00;transform:translateY(-4px);box-shadow:0 10px 30px rgba(var(--hero-primary-rgb),.4);border:1px solid #FFF}.hero-section__cta svg{width:24px;height:24px;transition:transform .3s ease}.hero-section__cta:hover svg{transform:translate(4px)}.hero-section__cta--secondary{background-color:transparent;border:2px solid var(--hero-text);color:var(--hero-text)}.hero-section__cta--secondary:hover{background-color:var(--hero-text);color:var(--hero-background)}.hero-section__buttons{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.hero-section__scroll{position:absolute;bottom:40px;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:8px;color:var(--hero-text-muted);font-size:12px;letter-spacing:.2em;text-transform:uppercase;animation:bounce 2s infinite}.hero-section__scroll svg{width:24px;height:24px}@keyframes bounce{0%,20%,50%,80%,to{transform:translate(-50%) translateY(0)}40%{transform:translate(-50%) translateY(-10px)}60%{transform:translate(-50%) translateY(-5px)}}@media screen and (max-width:768px){.hero-section{min-height:60vh;padding-top:60px}.hero-section__content{padding:0 20px}.hero-section__badge{font-size:10px;padding:6px 14px}.hero-section__heading{font-size:clamp(2.5rem,12vw,4rem)}.hero-section__subtitle{font-size:1rem}.hero-section__cta{width:100%;padding:16px 32px;font-size:1rem}.hero-section.hero--slanted{clip-path:none;padding-bottom:60px}}.hero-section__content>*{opacity:0;transform:translateY(20px);animation:fadeInUp .8s ease forwards}.hero-section__content>*:nth-child(1){animation-delay:.1s}.hero-section__content>*:nth-child(2){animation-delay:.2s}.hero-section__content>*:nth-child(3){animation-delay:.3s}.hero-section__content>*:nth-child(4){animation-delay:.4s}.hero-section__content>*:nth-child(5){animation-delay:.5s}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}
/*# sourceMappingURL=/cdn/shop/t/61/assets/hero-section.css.map */
