:root{--hs-bg:#240D24;--hs-red:#F12027;--hs-burgundy:#932626;--hs-gold:#D8BF7A;--hs-green:#3E6B43;--hs-white:#FFFFFF;--hs-text:rgba(255,255,255,.82);--hero-max-width:620px;--hero-left:5vw;--hero-z-video:1;--hero-z-overlay:2;--hero-z-gradient:3;--hero-z-content:10;--hero-z-scroll:20;--hero-transition:.45s cubic-bezier(.22,.61,.36,1)}.hs-hero *{box-sizing:border-box}.hs-hero{position:relative;width:100%;height:100svh;min-height:820px;overflow:hidden;background:var(--hs-bg);isolation:isolate}.hs-hero__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:var(--hero-z-video)}.hs-hero__video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;transform:translateZ(0);transition:none;backface-visibility:hidden}.hs-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:var(--hero-z-overlay);pointer-events:none;background:linear-gradient(90deg,#240d24eb,#240d24d1,#240d2494 36%,#240d2433 58%,#240d240a)}.hs-hero__gradient{position:absolute;top:0;right:0;bottom:0;left:0;z-index:var(--hero-z-gradient);pointer-events:none;background:radial-gradient(circle at 18% 42%,rgba(241,32,39,.18),transparent 42%),radial-gradient(circle at 84% 16%,rgba(147,38,38,.22),transparent 36%),radial-gradient(circle at 70% 84%,rgba(62,107,67,.1),transparent 34%)}.hs-hero__content{position:absolute;left:var(--hero-left);top:50%;transform:translateY(-50%);width:min(var(--hero-max-width),90vw);z-index:var(--hero-z-content)}.hs-hero__eyebrow{display:inline-flex;align-items:center;gap:12px;margin:0 0 28px;color:var(--hs-red);font-size:.82rem;font-weight:700;letter-spacing:.45em;text-transform:uppercase}.hs-hero__eyebrow:before{content:"";width:54px;height:1px;background:var(--hs-red);opacity:.9}.hs-hero__title{display:flex;flex-direction:column;margin:0;line-height:.84;letter-spacing:-.07em;text-transform:uppercase}.hs-hero__title span{display:block;font-weight:900;font-size:clamp(5.8rem,10vw,8.6rem)}.hs-hero__title span:first-child{color:var(--hs-red)}.hs-hero__title span:last-child{color:var(--hs-green)!important}.hs-hero__subtitle{width:100%;max-width:520px;margin:58px 0 0;color:var(--hs-gold);font-size:1.08rem;line-height:1.9;font-weight:400}.hs-hero__button{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:12px;margin-top:60px;width:240px;height:64px;border:none;border-radius:999px;text-decoration:none;text-transform:uppercase;font-size:.88rem;font-weight:800;letter-spacing:.22em;color:#24120e;background:var(--hs-gold);overflow:hidden;cursor:pointer;transition:transform .35s cubic-bezier(.22,.61,.36,1),box-shadow .35s cubic-bezier(.22,.61,.36,1),background .35s,color .35s;box-shadow:0 14px 35px #d8bf7a47}.hs-hero__button:before{content:"";position:absolute;top:-2px;right:-2px;bottom:-2px;left:-2px;background:linear-gradient(110deg,transparent 20%,rgba(255,255,255,.55) 50%,transparent 80%);transform:translate(-180%)}.hs-hero__button:hover{transform:translateY(-5px);background:var(--hs-red);color:#fff;box-shadow:0 24px 60px #f120276b}.hs-hero__button:hover:before{transform:translate(180%);transition:transform .8s ease}.hs-hero__content>*{position:relative}.hs-hero__title::selection,.hs-hero__subtitle::selection,.hs-hero__eyebrow::selection{background:var(--hs-red);color:#fff}.hs-scroll{position:absolute;left:50%;bottom:38px;transform:translate(-50%);z-index:var(--hero-z-scroll);display:flex;flex-direction:column;align-items:center;gap:18px;pointer-events:none;opacity:calc(1 - var(--scroll-hint-progress))}.hs-scroll:before{content:"SCROLL";color:#ffffffb8;font-size:.68rem;font-weight:700;letter-spacing:.45em;text-transform:uppercase}.hs-scroll span{position:relative;display:block;width:1px;height:74px;background:#ffffff2e;overflow:hidden}.hs-scroll span:before{content:"";position:absolute;left:50%;top:-10px;width:7px;height:7px;margin-left:-3.5px;border-radius:50%;background:#fff;box-shadow:0 0 14px #ffffff73;animation:hsScrollDot 2s ease-in-out infinite}.hs-scroll span:after{content:"";position:absolute;left:50%;top:0;width:1px;height:100%;transform:translate(-50%);background:linear-gradient(transparent,rgba(255,255,255,.55),transparent);opacity:.45}@keyframes hsScrollDot{0%{top:-8px;opacity:0;transform:scale(.5)}15%{opacity:1;transform:scale(1)}85%{opacity:1}to{top:74px;opacity:0;transform:scale(.5)}}@media(max-width:991px){.hs-scroll{display:flex;left:18px;bottom:92px;transform:scale(.3);transform-origin:left bottom;gap:12px}}.hs-hero{--title-progress:0;--subtitle-progress:0;--button-progress:0;--eyebrow-progress:0;--scroll-hint-progress:0}.hs-hero__title{opacity:calc(1 - var(--title-progress));transform:translate3d(calc(var(--title-progress) * -380px),calc(var(--title-progress) * -20px),0)}.hs-hero__subtitle{opacity:calc(1 - var(--subtitle-progress));transform:translate3d(calc(var(--subtitle-progress) * 340px),calc(var(--subtitle-progress) * 12px),0)}.hs-hero__button{opacity:calc(1 - var(--button-progress));transform:translate3d(calc(var(--button-progress) * -260px),calc(var(--button-progress) * 22px),0)}.hs-hero__eyebrow{opacity:calc(1 - var(--eyebrow-progress));transform:translate3d(calc(var(--eyebrow-progress) * 240px),calc(var(--eyebrow-progress) * -18px),0)}.hs-hero__title,.hs-hero__subtitle,.hs-hero__button,.hs-hero__eyebrow,.hs-hero__video{backface-visibility:hidden}.hs-hero__content{-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.hs-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:4;background:radial-gradient(ellipse at center,transparent 45%,rgba(0,0,0,.08) 70%,rgba(0,0,0,.35) 100%)}.hs-hero__title{text-shadow:0 0 18px rgba(241,32,39,.12),0 0 40px rgba(241,32,39,.08)}.hs-hero__button{position:relative;overflow:hidden}.hs-hero__button:after{content:"";position:absolute;top:-50%;left:-40%;width:40%;height:200%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.55),transparent);transform:rotate(25deg);transition:left .9s cubic-bezier(.22,.61,.36,1)}.hs-hero__button:hover:after{left:135%}.hs-hero__button:hover{box-shadow:0 20px 55px #f1202759,0 0 30px #f1202733}@media(min-width:1600px){.hs-hero__content{left:7vw;width:680px}.hs-hero__title span{font-size:9.5rem}}@media(max-width:1200px){.hs-hero__content{left:50px;width:min(560px,90vw)}.hs-hero__title span{font-size:clamp(4.8rem,8vw,7rem)}}@media(max-width:991px){.hs-desktop-video{display:none}.hs-mobile-video{display:block}.hs-hero{min-height:760px}.hs-hero__overlay{background:linear-gradient(180deg,#240d242e,#240d24e6)}.hs-hero__content{left:50%;top:67%;transform:translate(-50%,-50%);width:90%;text-align:center}.hs-hero__title{align-items:center}.hs-hero__subtitle,.hs-hero__button{margin-inline:auto}}@media(max-width:767px){.hs-hero{min-height:700px}.hs-hero__content{width:92%}.hs-hero__title span{font-size:clamp(3.8rem,16vw,5rem);line-height:.92}.hs-hero__subtitle{font-size:.77rem;line-height:1.6;margin-top:18px}.hs-hero__button{width:168px;height:46px;font-size:.66rem;letter-spacing:.16em;margin-top:22px}.hs-hero__eyebrow{font-size:.66rem;margin-bottom:14px}}@media(max-width:420px){.hs-hero{min-height:640px}.hs-hero__title span{font-size:3.4rem}.hs-hero__eyebrow{font-size:.56rem;letter-spacing:.35em}.hs-hero__subtitle{font-size:.72rem;margin-top:13px}.hs-hero__button{margin-top:18px;width:152px;height:42px}.hs-hero__eyebrow{margin-bottom:11px}}.hs-hero{contain:layout paint}.hs-hero__video{transform:translateZ(0);backface-visibility:hidden;-webkit-backface-visibility:hidden}.hs-hero__title,.hs-hero__subtitle,.hs-hero__button,.hs-hero__eyebrow{transform-origin:center left}@media(prefers-reduced-motion:reduce){.hs-hero *{animation:none!important;transition:none!important}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/HEROVIDEO.css.map */
