.video-hero-custom{position:relative;width:100%;min-height:100svh;background-color:#000;display:flex;flex-direction:column;justify-content:space-between}.video-hero-custom__media{position:absolute!important;display:block!important;top:0;right:0;bottom:0;left:0;z-index:0;overflow:hidden;pointer-events:none;background-color:#0009}.video-hero-custom__video{width:100%;height:100%;object-fit:cover;transform:scale(1.05);filter:grayscale(100%) brightness(.6) contrast(1.25);mix-blend-mode:screen;display:block}@media screen and (max-width:749px){.video-hero-custom__media .custom-responsive-video--dual .custom-responsive-video__pane--mobile{display:block!important;background-color:transparent}.video-hero-custom__media .custom-responsive-video--dual .custom-responsive-video__pane--mobile video{width:100%!important;max-width:none;height:100%!important;max-height:none;object-fit:cover!important;object-position:center center}}.video-hero-custom__bottom-fade{display:block!important;position:absolute;left:0;right:0;bottom:0;height:400px;background:linear-gradient(to top,var(--video-hero-bg, #0A0A0A) 0%,rgba(10,10,10,.8) 50%,transparent 100%);pointer-events:none;z-index:2}.video-hero-custom__inner{position:relative;width:100%;flex:1 1 auto;display:flex;flex-direction:column;justify-content:flex-end}.video-hero-custom__content{display:flex;flex-direction:column;width:100%;position:relative}.video-hero-custom__eyebrow-wrap{overflow:hidden}.video-hero-custom__eyebrow{display:inline-block;width:fit-content;max-width:100%;font-family:JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;color:var(--video-hero-accent, #ff3b30);letter-spacing:.1em;font-size:10px;text-transform:uppercase;font-weight:700;line-height:1.1;padding:8px 14px;background-color:#02020280;border:1px solid rgba(255,255,255,.05);border-radius:9999px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);margin:0 0 16px}@media screen and (min-width:640px){.video-hero-custom__eyebrow{font-size:11px;margin-bottom:24px}}.video-hero-custom__heading-wrap{overflow:hidden}.video-hero-custom__heading{font-family:var(--font-heading-family);color:#f5f5f5;font-size:clamp(48px,10vw,140px);line-height:1.1;font-weight:700;letter-spacing:-2.5px;margin:0;white-space:nowrap;word-break:normal}.video-hero-custom__heading-accent{color:var(--video-hero-accent, #ff3b30)}.video-hero-custom__subheading-wrap{overflow:hidden;margin-top:24px;max-width:672px}@media screen and (min-width:750px){.video-hero-custom__subheading-wrap{margin-top:32px}}.video-hero-custom__subheading{color:#86868b;font-family:var(--font-body-family);font-size:clamp(16px,2vw,22px);line-height:1.5;font-weight:500;letter-spacing:-.16px;mix-blend-mode:plus-lighter}.video-hero-custom__subheading>*{margin:0}.video-hero-custom__subheading>*+*{margin-top:12px}.video-hero-custom__footer{margin-top:64px;position:relative}@media screen and (min-width:750px){.video-hero-custom__footer{margin-top:96px}}.video-hero-custom__footer-divider{display:block!important;position:relative;z-index:1;width:100%;height:1px;background-color:#ffffff1a}.video-hero-custom__footer-row{position:relative;z-index:1;padding-top:32px;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;gap:32px}@media screen and (min-width:640px){.video-hero-custom__footer-row{flex-direction:row;align-items:center}}.video-hero-custom__buttons{display:flex;gap:16px;align-items:center}@media screen and (min-width:640px){.video-hero-custom__buttons{gap:24px}}.video-hero-custom__button{font-family:var(--font-body-family);font-weight:700;font-size:11px;letter-spacing:1.1px;text-transform:uppercase;text-decoration:none;position:relative;cursor:pointer;transition:all .5s ease}.video-hero-custom__button--primary{display:inline-flex;align-items:center;justify-content:center;background-color:#f5f5f5;color:#000;padding:16px 32px;border-radius:40px;border:none;box-shadow:0 10px 40px #ffffff1a}.video-hero-custom__button--primary>span{position:relative;z-index:10}.video-hero-custom__button--primary:hover{background-color:var(--video-hero-accent, #ff3b30);color:#fff;transform:scale(1.05);box-shadow:0 10px 40px #d10a104d}.video-hero-custom__button--ghost{display:flex;align-items:center;gap:12px;color:#f5f5f5;background:transparent;padding:0;transition:color .3s ease}.video-hero-custom__button--ghost:hover{color:var(--video-hero-accent, #ff3b30)}.video-hero-custom__button-icon{display:inline-flex!important;align-items:center;justify-content:center;width:32px;height:32px;border-radius:40px;border:1px solid rgba(255,255,255,.2);flex-shrink:0;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);transition:all .3s ease}.video-hero-custom__button-icon svg{display:block;fill:currentColor}.video-hero-custom__button--ghost:hover .video-hero-custom__button-icon{transform:scale(1.1);border-color:var(--video-hero-accent, #ff3b30)}.video-hero-custom__scroll{font-family:JetBrains Mono,monospace;font-size:12px;color:#fff6;letter-spacing:1.6px;text-transform:uppercase}.video-hero-custom__reveal{overflow:hidden;opacity:0;transform:translateY(12px);-webkit-clip-path:inset(15% 0 0 0);clip-path:inset(15% 0 0 0);transition:opacity 1.1s cubic-bezier(.22,1,.36,1) var(--reveal-delay, 0ms),transform 1.1s cubic-bezier(.22,1,.36,1) var(--reveal-delay, 0ms),-webkit-clip-path 1.1s cubic-bezier(.22,1,.36,1) var(--reveal-delay, 0ms),clip-path 1.1s cubic-bezier(.22,1,.36,1) var(--reveal-delay, 0ms);will-change:opacity,transform,clip-path}.video-hero-custom__reveal[data-revealed=true]{opacity:1;transform:translateY(0);-webkit-clip-path:inset(0% 0 0 0);clip-path:inset(0% 0 0 0)}@media(prefers-reduced-motion:reduce){.video-hero-custom__reveal{opacity:1;transform:none;-webkit-clip-path:none;clip-path:none;transition:none}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/section-video-hero-custom.css.map */
