.hero-video-pro{position:relative;width:100%;max-width:var(--page-width);margin-left:auto;margin-right:auto;height:var(--hero-h, 100dvh);min-height:500px;overflow:hidden;display:flex;align-items:flex-end}.hero-video-pro__bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}.hero-video-pro__bg.placeholder-svg{background:#111;fill:#333}@media(prefers-reduced-motion:reduce){.hero-video-pro__bg[autoplay]{display:none}}.hero-video-pro__overlay{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(to bottom,rgba(0,0,0,calc(var(--overlay, .7) * .18)),rgba(0,0,0,calc(var(--overlay, .7) * .08)) 30%,rgba(0,0,0,calc(var(--overlay, .7) * .72)),rgba(0,0,0,var(--overlay, .7)))}.hero-video-pro__inner{position:relative;z-index:2;width:100%}.hero-video-pro__content{padding-bottom:6.4rem;max-width:68rem}.hero-video-pro__eyebrow{display:inline-flex;align-items:center;gap:1.2rem;font-size:1.1rem;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:rgb(var(--color-foreground));margin:0 0 1rem;border-left:3px solid rgb(var(--color-foreground));padding:.6rem 1.4rem}.hero-video-pro__eyebrow:before{display:none}.hero-video-pro__title{font-size:clamp(5.2rem,8vw,11.2rem);line-height:.93;color:rgb(var(--color-foreground));margin:0 0 2rem;letter-spacing:-.01em}.hero-video-pro__heavy{font-family:Integral Heavy,sans-serif}.hero-video-pro__regular{font-family:Integral Regular,sans-serif}.hero-video-pro__tagline{font-size:clamp(1.4rem,1.4vw,1.7rem);font-weight:300;color:rgba(var(--color-foreground),.7);line-height:1.6;max-width:42rem;margin:0 0 3.6rem}.hero-video-pro__actions{display:flex;gap:1.4rem;flex-wrap:wrap}.hero-video-pro__btn{display:inline-flex;align-items:center;gap:1rem;padding:1.4rem 3rem;font-family:Integral Regular,sans-serif;font-size:1.2rem;letter-spacing:.1em;text-transform:uppercase;text-decoration:none;border:1.5px solid transparent;transition:background-color .22s ease,color .22s ease,border-color .22s ease;cursor:pointer}.hero-video-pro__btn--white{background-color:rgb(var(--color-button));color:rgb(var(--color-button-text));border-color:rgb(var(--color-button))}.hero-video-pro__btn--white:hover{background-color:transparent;color:rgb(var(--color-button));border-color:rgb(var(--color-button))}.hero-video-pro__btn--outline{background-color:transparent;color:rgb(var(--color-foreground));border-color:rgba(var(--color-foreground),.45)}.hero-video-pro__btn--outline:hover{border-color:rgb(var(--color-foreground))}.hero-video-pro__btn-icon svg{width:1.4rem;height:1.4rem;display:block;transition:transform .2s ease}.hero-video-pro__btn:hover .hero-video-pro__btn-icon svg{transform:translate(4px)}.hero-video-pro__scroll{position:absolute;bottom:2.8rem;left:50%;transform:translate(-50%);z-index:2;display:flex;flex-direction:column;align-items:center;gap:.8rem;font-size:1rem;letter-spacing:.15em;text-transform:uppercase;color:#ffffff59;font-family:var(--font-body-family)}.hero-video-pro__scroll-line{width:1px;height:4rem;background:#ffffff38;position:relative;overflow:hidden}.hero-video-pro__scroll-line:after{content:"";position:absolute;top:-100%;left:0;width:100%;height:100%;background:#ffffffa6;animation:hero-scroll-line 1.85s ease-in-out infinite}@keyframes hero-scroll-line{0%{top:-100%}to{top:100%}}@media(prefers-reduced-motion:reduce){.hero-video-pro__scroll-line:after{animation:none}}.hero-video-pro__features{display:grid;grid-template-columns:repeat(auto-fit,minmax(20rem,1fr));border-top:1px solid rgba(var(--color-foreground),.08)}.hero-video-pro__feature{display:flex;flex-direction:column;gap:1.2rem;padding:3.2rem 3.6rem;border-right:1px solid rgba(var(--color-foreground),.08)}.hero-video-pro__feature:last-child{border-right:none}.hero-video-pro__feature-icon{width:6.4rem;height:6.4rem;display:flex;align-items:center;justify-content:center;border:1px solid rgba(var(--color-foreground),.15);color:rgb(var(--color-foreground));flex-shrink:0;overflow:hidden}.hero-video-pro__feature-icon svg{width:3.2rem;height:3.2rem;display:block}.hero-video-pro__feature-icon img{width:100%;height:100%;object-fit:contain;display:block}.hero-video-pro__feature-title{font-family:Integral Regular,sans-serif;font-size:1.2rem;letter-spacing:.06em;text-transform:uppercase;color:rgb(var(--color-foreground));margin:0}.hero-video-pro__feature-desc{font-size:1.2rem;font-weight:300;color:rgba(var(--color-foreground),.55);line-height:1.55;margin:0}.hero-video-pro--split{display:flex;align-items:stretch;height:auto;min-height:0;overflow:hidden;max-width:var(--page-width);margin-left:auto;margin-right:auto}.hero-video-pro__panel{flex:1;min-width:0;background-color:rgb(var(--color-background));color:rgb(var(--color-foreground));display:flex;flex-direction:column;padding:3.6rem 4.8rem;position:relative;z-index:2;overflow-y:auto}.hero-video-pro__panel:after{content:"";position:absolute;right:0;top:0;bottom:0;width:1px;background:linear-gradient(to bottom,transparent 0%,rgba(var(--color-foreground),.12) 25%,rgba(var(--color-foreground),.12) 75%,transparent 100%);pointer-events:none}.hero-video-pro__panel-tag{display:inline-flex;align-items:center;font-size:1.1rem;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:rgb(var(--color-foreground));border-left:3px solid rgb(var(--color-foreground));padding:.6rem 0 .6rem 1.4rem;border-top:none;border-right:none;border-bottom:none}.hero-video-pro__panel-main{flex:1;display:flex;flex-direction:column;justify-content:center}.hero-video-pro--split .hero-video-pro__title{font-size:clamp(4.4rem,5vw,7.6rem);margin-bottom:2rem}.hero-video-pro--split .hero-video-pro__tagline{max-width:100%;margin-bottom:3.2rem}.hero-video-pro--split .hero-video-pro__actions{margin-bottom:0}.hero-video-pro__panel-features{border-top:1px solid rgba(var(--color-foreground),.08);margin-top:3.2rem}.hero-video-pro__panel-feature{display:flex;align-items:center;gap:1.6rem;padding:1.4rem 0;border-bottom:1px solid rgba(var(--color-foreground),.06)}.hero-video-pro__panel-feature:last-child{border-bottom:none}.hero-video-pro__panel-feature-icon{width:3.2rem;height:3.2rem;flex-shrink:0;display:flex;align-items:center;justify-content:center}.hero-video-pro__panel-feature-icon img{width:100%;height:100%;object-fit:contain;display:block}.hero-video-pro__panel-feature-title{font-family:Integral Regular,sans-serif;font-size:1.1rem;letter-spacing:.08em;text-transform:uppercase;color:rgba(var(--color-foreground),.85);margin:0 0 .3rem}.hero-video-pro__panel-feature-desc{font-size:1.2rem;font-weight:300;color:rgba(var(--color-foreground),.38);line-height:1.45;margin:0}.hero-video-pro__video-wrap{flex:1;position:relative;overflow:hidden;min-width:0}.hero-video-pro--split .hero-video-pro__video-wrap{flex:none;width:50%;aspect-ratio:var(--video-ratio, 16 / 9)}.hero-video-pro__video-wrap .hero-video-pro__bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}.hero-video-pro__video-wrap:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,rgba(13,13,13,.4) 0%,transparent 28%);z-index:1;pointer-events:none}.hero-video-pro__features--list{display:grid;grid-template-columns:1fr 1fr}.hero-video-pro__features--list .hero-video-pro__feature{flex-direction:row;align-items:center;gap:2.4rem;padding:2.8rem 3.6rem;border-right:1px solid rgba(var(--color-foreground),.08);border-bottom:1px solid rgba(var(--color-foreground),.08)}.hero-video-pro__features--list .hero-video-pro__feature:nth-child(2n){border-right:none}.hero-video-pro__features--list .hero-video-pro__feature:nth-last-child(-n+2){border-bottom:none}.hero-video-pro__features--list .hero-video-pro__feature-body{flex:1}@media screen and (max-width:749px){.hero-video-pro--split{flex-direction:column;height:auto}.hero-video-pro__panel{width:100%;padding:2.4rem 2rem 3.2rem;order:2}.hero-video-pro__video-wrap,.hero-video-pro--split .hero-video-pro__video-wrap{width:100%;height:50dvh;order:1;aspect-ratio:auto}.hero-video-pro__panel-features{display:none}.hero-video-pro--split .hero-video-pro__title{font-size:clamp(4rem,11vw,6rem)}.hero-video-pro__content{padding-bottom:5.2rem}.hero-video-pro__features--columns{grid-template-columns:1fr 1fr}.hero-video-pro__features--columns .hero-video-pro__feature{padding:2.4rem 2rem;border-right:none;border-bottom:1px solid rgba(var(--color-foreground),.08)}.hero-video-pro__features--columns .hero-video-pro__feature:last-child{border-bottom:none}.hero-video-pro__features--list{grid-template-columns:1fr}.hero-video-pro__features--list .hero-video-pro__feature{padding:2rem;border-right:none}.hero-video-pro__features--list .hero-video-pro__feature:nth-last-child(-n+2){border-bottom:1px solid rgba(var(--color-foreground),.08)}.hero-video-pro__features--list .hero-video-pro__feature:last-child{border-bottom:none}}@media screen and (max-width:479px){.hero-video-pro__features--columns{grid-template-columns:1fr}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/section-hero-video-pro.css.map */
