.premium-hero{--premium-hero-duration: .7s;position:relative;display:flex;align-items:center;justify-content:center;min-height:clamp(34rem,82vh,80rem);overflow:hidden;isolation:isolate;background-color:rgb(var(--color-background));text-align:center}.premium-hero__media{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;z-index:-2}.premium-hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:linear-gradient(180deg,rgba(var(--color-background),.15),rgba(var(--color-background),.55) 60%,rgba(var(--color-background),.85));pointer-events:none}.premium-hero:before{content:"";position:absolute;top:-20%;right:-20%;bottom:-20%;left:-20%;z-index:-3;background:radial-gradient(45% 55% at 18% 22%,rgba(225,29,42,.5),transparent 60%),radial-gradient(40% 50% at 82% 18%,rgba(180,20,30,.42),transparent 60%),radial-gradient(50% 60% at 72% 82%,rgba(225,29,42,.38),transparent 62%),radial-gradient(42% 52% at 25% 88%,rgba(120,10,18,.4),transparent 60%);filter:blur(46px) saturate(135%);opacity:.85}.premium-hero__content{position:relative;z-index:1;width:100%;padding-block:4rem}.premium-hero__copy{display:flex;flex-direction:column;align-items:center;gap:2rem;width:100%;max-width:72rem;margin:0 auto}.premium-hero__device{display:flex;justify-content:center}.premium-hero__device-img{display:block;width:auto;height:auto;max-width:var(--hero-img-max, 360px);max-height:62vh;filter:drop-shadow(0 2.4rem 5rem rgba(0,0,0,.55))}.premium-hero__content--sides{display:flex;align-items:center;justify-content:center;gap:clamp(1.6rem,4vw,5rem);flex-wrap:wrap}.premium-hero__content--sides .premium-hero__copy{flex:1 1 34rem}.premium-hero__content--sides .premium-hero__device{flex:0 1 auto}.premium-hero__content--behind{display:block}.premium-hero__content--behind .premium-hero__copy{position:relative;z-index:2}.premium-hero__content--behind .premium-hero__device{position:absolute;top:50%;transform:translateY(-50%);z-index:1;opacity:var(--hero-img-opacity, 1);pointer-events:none}.premium-hero__content--behind .premium-hero__device--left{left:0}.premium-hero__content--behind .premium-hero__device--right{right:0}.premium-hero__heading{margin:0;font-weight:700;letter-spacing:-.03em;line-height:1.02;font-size:clamp(3.6rem,7vw,8.4rem);color:rgb(var(--color-foreground));background:linear-gradient(180deg,rgb(var(--color-foreground)),rgba(var(--color-foreground),.72));-webkit-background-clip:text;background-clip:text}.premium-hero__subtitle{margin:0;max-width:60rem;font-size:clamp(1.6rem,2vw,2.4rem);line-height:1.45;color:rgba(var(--color-foreground),.78)}.premium-hero__subtitle>*{margin:0}.premium-hero__cta.button{margin-top:.6rem;padding:1.3rem 3.4rem;font-size:1.7rem;border-radius:5rem;letter-spacing:.01em;transition:transform .25s ease,box-shadow .25s ease,filter .25s ease;box-shadow:0 1rem 3rem rgba(var(--color-foreground),.18)}.premium-hero__cta.button:hover{transform:translateY(-3px) scale(1.03);box-shadow:0 1.6rem 4rem rgba(var(--color-foreground),.28);filter:saturate(115%)}.premium-hero__scroll{position:absolute;bottom:2.4rem;left:50%;width:2.4rem;height:3.8rem;margin-left:-1.2rem;border:2px solid rgba(var(--color-foreground),.45);border-radius:2rem;z-index:1}.premium-hero__scroll:before{content:"";position:absolute;top:.7rem;left:50%;width:.4rem;height:.8rem;margin-left:-.2rem;border-radius:1rem;background:rgba(var(--color-foreground),.7)}@media(prefers-reduced-motion:no-preference){.premium-hero--enter .premium-hero__heading,.premium-hero--enter .premium-hero__subtitle,.premium-hero--enter .premium-hero__cta{opacity:0;transform:translateY(28px)}.premium-hero__heading,.premium-hero__subtitle,.premium-hero__cta{transition:opacity var(--premium-hero-duration) cubic-bezier(.22,1,.36,1),transform var(--premium-hero-duration) cubic-bezier(.22,1,.36,1)}.premium-hero--entered .premium-hero__heading{opacity:1;transform:translateY(0);transition-delay:80ms}.premium-hero--entered .premium-hero__subtitle{opacity:1;transform:translateY(0);transition-delay:.22s}.premium-hero--entered .premium-hero__cta{opacity:1;transform:translateY(0);transition-delay:.36s}.premium-hero:before{animation:premium-hero-drift 18s ease-in-out infinite alternate}.premium-hero__media{animation:premium-hero-kenburns 22s ease-in-out infinite alternate}.premium-hero__scroll:before{animation:premium-hero-scroll 1.8s ease-in-out infinite}}@keyframes premium-hero-drift{0%{transform:translateZ(0) rotate(0) scale(1)}to{transform:translate3d(2%,-3%,0) rotate(8deg) scale(1.12)}}@keyframes premium-hero-kenburns{0%{transform:scale(1) translateY(0)}to{transform:scale(1.12) translateY(-1.5%)}}@keyframes premium-hero-scroll{0%{opacity:0;transform:translateY(0)}40%{opacity:1}to{opacity:0;transform:translateY(1.4rem)}}.premium-hero__cta:focus-visible{outline:var(--focused-base-outline, .2rem solid rgb(var(--color-foreground)));outline-offset:.3rem}@supports ((-webkit-background-clip: text) or (background-clip: text)){.premium-hero__heading{-webkit-text-fill-color:transparent}}@media(prefers-reduced-motion:no-preference){.premium-hero--enter .premium-hero__device{transform:translateY(24px)}.premium-hero__content--behind.premium-hero--enter .premium-hero__device{transform:translateY(-50%) translateY(24px)}.premium-hero__device{transition:transform .85s cubic-bezier(.22,1,.36,1);transition-delay:.16s}.premium-hero--entered .premium-hero__content--sides .premium-hero__device,.premium-hero--entered.premium-hero__content--sides .premium-hero__device{transform:none}.premium-hero--entered.premium-hero__content--behind .premium-hero__device{transform:translateY(-50%)}}@media screen and (max-width:989px){.premium-hero__device-img{max-width:min(var(--hero-img-max, 360px),80vw)}}@media screen and (max-width:749px){.premium-hero__content--behind{display:flex;flex-direction:column;align-items:center;gap:2rem}.premium-hero__content--behind .premium-hero__device{position:static;transform:none;opacity:1;margin-top:1rem}.premium-hero__content--behind.premium-hero--enter .premium-hero__device{transform:translateY(24px)}.premium-hero--entered.premium-hero__content--behind .premium-hero__device{transform:none}.premium-hero__device-img{max-height:42vh;max-width:78vw}.premium-hero__content{padding-block:2.4rem}.premium-hero__content--hide-mobile-img .premium-hero__device{display:none}}.premium-hero__free{position:absolute;left:var(--x, 50%);top:var(--y, 50%);width:var(--w, 300px);max-width:90%;transform:translate(-50%,-50%);z-index:0;opacity:var(--op, 1);pointer-events:none}.premium-hero__free-img{display:block;width:100%;height:auto;filter:drop-shadow(0 2.4rem 5rem rgba(0,0,0,.55))}.premium-hero__content--free{position:relative;z-index:2}.premium-hero__content--free .premium-hero__copy{margin:0 auto}@media(prefers-reduced-motion:no-preference){.premium-hero__free{animation:premium-hero-free-in 1s cubic-bezier(.22,1,.36,1) both}}@keyframes premium-hero-free-in{0%{opacity:0}to{opacity:var(--op, 1)}}@media screen and (max-width:749px){.premium-hero__free{left:var(--xm, 50%);top:var(--ym, 50%);width:var(--wm, 150px)}.premium-hero__free--hide-mobile{display:none}}.premium-hero__flag-stripe{position:absolute;left:0;right:0;bottom:0;height:.6rem;z-index:2;background:linear-gradient(90deg,#fcd116 0 50%,#003893 50% 75%,#ce1126 75% 100%)}.premium-hero__ball{position:absolute;z-index:2;top:20%;left:-6%;font-size:clamp(2.2rem,3.5vw,3.4rem);filter:drop-shadow(0 .4rem .8rem rgba(0,0,0,.5));pointer-events:none}.premium-hero__ball img{display:block;width:clamp(3.4rem,5vw,5.4rem);height:auto}@media(prefers-reduced-motion:no-preference){.premium-hero__ball{animation:hero-ball 9s linear infinite}}@keyframes hero-ball{0%{left:-6%;top:75%;transform:rotate(0)}25%{top:25%}50%{left:50%;top:60%}75%{top:20%}to{left:106%;top:70%;transform:rotate(1440deg)}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/premium-hero.css.map */
