.fc-video-hero{position:relative;isolation:isolate;min-height:var(--fc-hero-height);overflow:hidden;background:#050607;color:var(--fc-hero-text)}.fc-video-hero__media-wrap,.fc-video-hero__poster,.fc-video-hero__media,.fc-video-hero__shade{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.fc-video-hero__poster,.fc-video-hero__media{object-fit:cover;object-position:center center}.fc-video-hero__media{z-index:1;opacity:0;transition:opacity .5s cubic-bezier(.22,1,.36,1)}.fc-video-hero__media.is-playing{opacity:1}.fc-video-hero__shade{z-index:2;background:linear-gradient(90deg,color-mix(in srgb,var(--fc-hero-overlay) 96%,transparent) 0%,color-mix(in srgb,var(--fc-hero-overlay) 82%,transparent) 31%,color-mix(in srgb,var(--fc-hero-overlay) 28%,transparent) 58%,transparent 78%),linear-gradient(180deg,color-mix(in srgb,var(--fc-hero-overlay) 20%,transparent) 0%,transparent 35%,color-mix(in srgb,var(--fc-hero-overlay) 45%,transparent) 100%);pointer-events:none}.fc-video-hero__handoff{position:absolute;z-index:4;right:0;bottom:-1px;left:0;height:clamp(3.8rem,4.8vw,6.4rem);overflow:hidden;pointer-events:none}.fc-video-hero__handoff-surface{position:absolute;top:0;right:0;bottom:0;left:0;background:#fcfcfc;clip-path:polygon(0 72%,68% 18%,100% 54%,100% 100%,0 100%);filter:drop-shadow(0 -.8rem 1.8rem rgba(0,0,0,.24))}.fc-video-hero__handoff-beam{position:absolute;bottom:1.2rem;left:-38%;width:min(34rem,34vw);height:.2rem;background:linear-gradient(90deg,transparent,color-mix(in srgb,var(--fc-hero-accent) 28%,transparent) 18%,var(--fc-hero-accent) 48%,#ffffff 52%,var(--fc-hero-accent) 56%,transparent);box-shadow:0 0 1.2rem color-mix(in srgb,var(--fc-hero-accent) 58%,transparent);opacity:0;transform:translateZ(0) skew(-22deg)}.fc-video-hero--handoff-active .fc-video-hero__handoff-beam{will-change:transform,opacity;animation:fc-hero-handoff-sweep 1.25s cubic-bezier(.22,1,.36,1) both}@keyframes fc-hero-handoff-sweep{0%{opacity:0;transform:translateZ(0) skew(-22deg)}16%{opacity:1}78%{opacity:.95}to{opacity:0;transform:translate3d(430%,0,0) skew(-22deg)}}.fc-video-hero__inner{position:relative;z-index:3;display:flex;align-items:center;min-height:var(--fc-hero-height);padding-top:clamp(5rem,7vw,9rem);padding-bottom:clamp(5rem,7vw,9rem)}.fc-video-hero__content{width:min(61rem,52vw)}.fc-video-hero__eyebrow{display:flex;align-items:center;gap:1rem;margin:0 0 2rem;color:var(--fc-hero-accent);font-family:var(--font-heading-family);font-size:clamp(1.1rem,.8vw,1.35rem);font-weight:800;letter-spacing:.24em;line-height:1;text-transform:uppercase}.fc-video-hero__eyebrow>span{width:2.2rem;height:.8rem;background:var(--fc-hero-accent);clip-path:polygon(24% 0,100% 0,76% 100%,0 100%)}.fc-video-hero__heading{display:grid;gap:0;margin:0;color:var(--fc-hero-text);font-family:var(--font-heading-family);font-size:clamp(5.4rem,5.3vw,8.8rem);font-style:italic;font-weight:900;letter-spacing:-.045em;line-height:.86;text-transform:uppercase;text-wrap:balance;text-shadow:0 .3rem 2rem rgba(0,0,0,.28)}.fc-video-hero__heading span{display:block}.fc-video-hero__heading em{color:var(--fc-hero-accent);font:inherit}.fc-video-hero__text{width:min(49rem,100%);margin-top:2.8rem;padding-top:2.3rem;font-size:clamp(1.5rem,1.1vw,1.8rem);line-height:1.45}.fc-video-hero__text:before{content:"";position:absolute;width:5.4rem;height:.35rem;margin-top:-2.3rem;background:var(--fc-hero-accent);box-shadow:0 0 1.8rem color-mix(in srgb,var(--fc-hero-accent) 65%,transparent)}.fc-video-hero__text p{margin:0}.fc-video-hero__features{display:grid;grid-template-columns:repeat(3,1fr);gap:0;width:min(62rem,100%);margin-top:3.2rem}.fc-video-hero__feature{display:grid;grid-template-columns:3.1rem 1fr;gap:1.1rem;min-width:0;padding-right:1.8rem}.fc-video-hero__feature+.fc-video-hero__feature{padding-left:2.2rem;border-left:1px solid rgba(255,255,255,.17)}.fc-video-hero__icon{color:var(--fc-hero-accent)}.fc-video-hero__icon svg{width:2.8rem;height:2.8rem;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.fc-video-hero__feature strong,.fc-video-hero__feature small{display:block}.fc-video-hero__feature strong{font-family:var(--font-heading-family);font-size:1.25rem;font-weight:800;letter-spacing:.08em;line-height:1.15;text-transform:uppercase}.fc-video-hero__feature small{margin-top:.7rem;color:#ffffffd1;font-size:1.1rem;line-height:1.3}.fc-video-hero__button{display:inline-flex;align-items:center;justify-content:space-between;gap:2.8rem;min-width:24rem;margin-top:3.8rem;padding:1.55rem 2.2rem;border:1px solid var(--fc-hero-accent);clip-path:polygon(4% 0,100% 0,94% 100%,0 100%);background:var(--fc-hero-accent);box-shadow:0 0 2.5rem color-mix(in srgb,var(--fc-hero-accent) 42%,transparent);color:#090b0c;font-family:var(--font-heading-family);font-size:1.35rem;font-weight:900;letter-spacing:.04em;line-height:1;text-decoration:none;text-transform:uppercase;transition:filter .16s ease,transform .16s ease}.fc-video-hero__button:hover{filter:brightness(1.08);transform:translateY(-2px)}.fc-video-hero__button:focus-visible{outline:.3rem solid #fff;outline-offset:.4rem}.fc-video-hero__button svg{width:1.8rem;height:1.8rem;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}@media screen and (max-width:989px){.fc-video-hero,.fc-video-hero__inner{min-height:var(--fc-hero-height-mobile)}.fc-video-hero__poster,.fc-video-hero__media{object-position:67% center}.fc-video-hero__shade{background:linear-gradient(90deg,color-mix(in srgb,var(--fc-hero-overlay) 91%,transparent),color-mix(in srgb,var(--fc-hero-overlay) 64%,transparent) 55%,color-mix(in srgb,var(--fc-hero-overlay) 18%,transparent)),linear-gradient(180deg,transparent 20%,color-mix(in srgb,var(--fc-hero-overlay) 76%,transparent) 100%)}.fc-video-hero__inner{align-items:flex-end}.fc-video-hero__content{width:min(57rem,78vw)}.fc-video-hero__heading{font-size:clamp(4.8rem,8.5vw,7rem)}}@media screen and (max-width:749px){.fc-video-hero,.fc-video-hero__inner{min-height:calc(var(--fc-hero-height-mobile) + 6rem)}.fc-video-hero__handoff{height:3.8rem}.fc-video-hero__handoff-surface{clip-path:polygon(0 70%,66% 28%,100% 56%,100% 100%,0 100%)}.fc-video-hero__handoff-beam{bottom:.8rem;width:42vw}.fc-video-hero__inner{padding-top:8rem;padding-bottom:4rem}.fc-video-hero__content{width:100%;margin-bottom:6rem}.fc-video-hero__heading{font-size:clamp(4rem,13vw,6.1rem);line-height:.9}.fc-video-hero__text{width:92%;font-size:1.45rem}.fc-video-hero__features{grid-template-columns:1fr;gap:1.4rem;width:92%;margin-top:2.8rem}.fc-video-hero__feature,.fc-video-hero__feature+.fc-video-hero__feature{grid-template-columns:2.8rem 1fr;padding:0;border:0}.fc-video-hero__feature small{display:none}.fc-video-hero__button{min-width:22rem;margin-top:3rem}}@media(prefers-reduced-motion:reduce){.fc-video-hero__button,.fc-video-hero__media{transition:none}.fc-video-hero--handoff-active .fc-video-hero__handoff-beam{opacity:.62;transform:translate3d(210%,0,0) skew(-22deg);animation:none}}
/*# sourceMappingURL=/cdn/shop/t/35/assets/fc-video-hero.css.map */
