:root{--cfx-cyan: 34, 226, 255;--cfx-violet: 124, 92, 255;--cfx-magenta: 240, 108, 236;--cfx-purple: 130, 53, 151;--cfx-navy: 21, 36, 82;--cfx-ink: 231, 230, 239;--cfx-ease: cubic-bezier(.16, 1, .3, 1);--cfx-glow: 0 0 24px rgba(var(--cfx-cyan), .45), 0 0 60px rgba(var(--cfx-violet), .3)}.cfx-aurora{position:fixed;top:0;right:0;bottom:0;left:0;z-index:-1;pointer-events:none;display:block;width:100%;height:100%;filter:blur(22px) saturate(125%);opacity:.85}.cfx-aurora-fallback{position:fixed;top:-20%;right:-20%;bottom:-20%;left:-20%;z-index:-1;pointer-events:none;background:radial-gradient(38vw 38vw at 18% 22%,rgba(var(--cfx-violet),.55),transparent 62%),radial-gradient(42vw 42vw at 82% 30%,rgba(var(--cfx-cyan),.35),transparent 62%),radial-gradient(46vw 46vw at 50% 88%,rgba(var(--cfx-magenta),.4),transparent 64%),radial-gradient(50vw 50vw at 12% 78%,rgba(var(--cfx-purple),.5),transparent 66%);filter:blur(28px) saturate(140%);animation:cfxDrift 26s ease-in-out infinite alternate}@keyframes cfxDrift{0%{transform:translate3d(-3%,-2%,0) scale(1.05) rotate(0)}50%{transform:translate3d(3%,2%,0) scale(1.15) rotate(4deg)}to{transform:translate3d(-2%,3%,0) scale(1.08) rotate(-3deg)}}.cfx-motes{position:fixed;top:0;right:0;bottom:0;left:0;z-index:-1;pointer-events:none}.cfx-progress{position:fixed;top:0;left:0;height:3px;width:100%;z-index:10000;pointer-events:none;transform-origin:0 50%;transform:scaleX(0);background:linear-gradient(90deg,rgba(var(--cfx-cyan),1),rgba(var(--cfx-violet),1) 45%,rgba(var(--cfx-magenta),1) 75%,rgba(var(--cfx-cyan),1));background-size:200% 100%;box-shadow:0 0 14px rgba(var(--cfx-cyan),.8),0 0 34px rgba(var(--cfx-violet),.6);animation:cfxRail 4s linear infinite}@keyframes cfxRail{to{background-position:200% 0}}.cfx-cursor,.cfx-cursor-ring{position:fixed;top:0;left:0;z-index:10001;pointer-events:none;border-radius:50%;opacity:0;transition:opacity .3s ease,width .3s var(--cfx-ease),height .3s var(--cfx-ease);will-change:transform}.cfx-cursor{width:10px;height:10px;margin:-5px 0 0 -5px;background:rgba(var(--cfx-cyan),1);box-shadow:0 0 16px rgba(var(--cfx-cyan),1),0 0 40px rgba(var(--cfx-violet),.9)}.cfx-cursor-ring{width:38px;height:38px;margin:-19px 0 0 -19px;border:1px solid rgba(var(--cfx-cyan),.55);background:radial-gradient(circle,rgba(var(--cfx-violet),.14),transparent 70%)}.cfx-pointer-active .cfx-cursor,.cfx-pointer-active .cfx-cursor-ring{opacity:1}.cfx-cursor-ring.is-hot{width:72px;height:72px;margin:-36px 0 0 -36px;border-color:rgba(var(--cfx-magenta),.85);background:radial-gradient(circle,rgba(var(--cfx-magenta),.22),transparent 70%)}.cfx-section{position:relative}.cfx-section-glow{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0;mix-blend-mode:screen;opacity:.38;background:radial-gradient(60% 80% at 12% 0%,rgba(var(--cfx-violet),.5),transparent 60%),radial-gradient(55% 70% at 88% 100%,rgba(var(--cfx-cyan),.4),transparent 62%),radial-gradient(70% 60% at 50% 50%,rgba(var(--cfx-magenta),.22),transparent 70%);background-size:180% 180%,180% 180%,200% 200%;animation:cfxWash 18s ease-in-out infinite alternate}@keyframes cfxWash{0%{background-position:0% 0%,100% 100%,50% 50%}to{background-position:40% 30%,60% 70%,30% 70%}}.cfx-section+.cfx-section:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;z-index:2;background:linear-gradient(90deg,transparent,rgba(var(--cfx-cyan),.7) 25%,rgba(var(--cfx-magenta),.8) 50%,rgba(var(--cfx-violet),.7) 75%,transparent);background-size:200% 100%;animation:cfxRail 7s linear infinite}.cfx-section>*{position:relative;z-index:1}.cfx-section>.cfx-section-glow{z-index:0}.header-wrapper{backdrop-filter:blur(16px) saturate(160%);-webkit-backdrop-filter:blur(16px) saturate(160%);transition:background-color .4s ease,box-shadow .4s ease;position:relative;z-index:5}.cfx-scrolled .header-wrapper{box-shadow:0 8px 40px -12px rgba(var(--cfx-violet),.7)}.header-wrapper:after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(var(--cfx-cyan),.9),rgba(var(--cfx-magenta),.9),transparent);background-size:200% 100%;animation:cfxRail 6s linear infinite;opacity:.85}.header__heading-logo{filter:drop-shadow(0 0 10px rgba(var(--cfx-cyan),.55));transition:filter .4s ease,transform .5s var(--cfx-ease)}.header__heading-link:hover .header__heading-logo{filter:drop-shadow(0 0 20px rgba(var(--cfx-magenta),.9));transform:translateY(-2px) scale(1.03)}.header__menu-item{position:relative;transition:color .3s ease}.header__menu-item:after{content:"";position:absolute;left:1.2rem;right:1.2rem;bottom:.4rem;height:2px;transform:scaleX(0);transform-origin:0 50%;transition:transform .45s var(--cfx-ease);background:linear-gradient(90deg,rgba(var(--cfx-cyan),1),rgba(var(--cfx-magenta),1));box-shadow:0 0 12px rgba(var(--cfx-cyan),.9)}.header__menu-item:hover:after{transform:scaleX(1)}.cfx-holo{background-image:linear-gradient(100deg,rgba(var(--cfx-ink),1),rgba(var(--cfx-cyan),1) 25%,rgba(var(--cfx-ink),1) 42%,rgba(var(--cfx-magenta),1) 62%,rgba(var(--cfx-violet),1) 78%,rgba(var(--cfx-ink),1));background-size:260% 100%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;animation:cfxHolo 9s ease-in-out infinite;filter:drop-shadow(0 4px 26px rgba(var(--cfx-violet),.5))}@keyframes cfxHolo{0%,to{background-position:0% 0}50%{background-position:100% 0}}.cfx-word{display:inline-block;white-space:nowrap}.cfx-char{display:inline-block;white-space:pre;opacity:0;transform:translate3d(0,.7em,-160px) rotateX(-70deg);transition:opacity .7s var(--cfx-ease),transform .9s var(--cfx-ease);transition-delay:var(--cfx-cd, 0ms);background-image:linear-gradient(100deg,rgba(var(--cfx-ink),1),rgba(var(--cfx-cyan),1) 25%,rgba(var(--cfx-ink),1) 42%,rgba(var(--cfx-magenta),1) 62%,rgba(var(--cfx-violet),1) 78%,rgba(var(--cfx-ink),1));background-size:260% 100%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;animation:cfxHolo 9s ease-in-out infinite;animation-delay:calc(var(--cfx-cd, 0ms) * -6)}.cfx-headline{-webkit-text-fill-color:currentColor;background-image:none;animation:none;perspective:800px;filter:drop-shadow(0 6px 30px rgba(var(--cfx-violet),.55))}.cfx-lit .cfx-char{opacity:1;transform:translateZ(0) rotateX(0)}.cfx-tilt-scene{perspective:1400px}.card-wrapper{position:relative;transform-style:preserve-3d;transition:transform .5s var(--cfx-ease),filter .5s var(--cfx-ease);will-change:transform}.card--standard .card__inner{background:transparent!important;border-color:transparent!important}.card-wrapper:after{content:"";position:absolute;top:8%;right:12%;bottom:46%;left:12%;z-index:-1;border-radius:50%;opacity:0;filter:blur(44px);transform:translateZ(-60px) scale(.85);transition:opacity .5s ease,transform .6s var(--cfx-ease);background:linear-gradient(135deg,rgba(var(--cfx-cyan),.8),rgba(var(--cfx-violet),.85) 45%,rgba(var(--cfx-magenta),.8))}.card-wrapper.is-tilting:after{opacity:.5;transform:translateZ(-60px) scale(1.05)}.cfx-sheen{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;border-radius:inherit;pointer-events:none;opacity:0;mix-blend-mode:overlay;transition:opacity .4s ease;background:radial-gradient(18rem circle at var(--cfx-mx, 50%) var(--cfx-my, 50%),rgba(255,255,255,.55),transparent 70%)}.card-wrapper.is-tilting .cfx-sheen{opacity:1}.card-wrapper .card__inner{transition:transform .5s var(--cfx-ease);transform:translateZ(0)}.card-wrapper.is-tilting .card__inner{transform:translateZ(45px)}.card-wrapper .card-information,.card-wrapper .card__content{transition:transform .5s var(--cfx-ease)}.card-wrapper.is-tilting .card-information{transform:translateZ(28px)}.card-wrapper .card__media img{transition:transform .7s var(--cfx-ease),filter .7s var(--cfx-ease)}.card-wrapper.is-tilting .card__media img{transform:scale(1.09);filter:saturate(135%) contrast(108%) brightness(1.06)}.cfx-ring{position:absolute;top:-8px;right:-8px;bottom:-8px;left:-8px;z-index:-1;pointer-events:none;border-radius:50%;opacity:0;transition:opacity .45s ease,inset .45s ease;background:conic-gradient(from 0deg,rgba(var(--cfx-cyan),1),rgba(var(--cfx-violet),1),rgba(var(--cfx-magenta),1),rgba(var(--cfx-cyan),1));filter:blur(11px);animation:cfxSpin 5s linear infinite}.card-wrapper.is-tilting .cfx-ring{opacity:1;top:-5px;right:-5px;bottom:-5px;left:-5px}@keyframes cfxSpin{to{transform:rotate(360deg)}}.button,.shopify-payment-button__button--unbranded,.quick-add__submit,.shopify-challenge__button{position:relative;isolation:isolate;overflow:hidden;border-radius:999px!important;background-color:transparent!important;border:0!important;transition:transform .35s var(--cfx-ease),box-shadow .4s ease,color .3s ease;will-change:transform}.button:before,.quick-add__submit:before,.shopify-payment-button__button--unbranded:before,.shopify-challenge__button:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;border-radius:inherit;background:linear-gradient(100deg,rgba(var(--cfx-violet),1),rgba(var(--cfx-cyan),1) 35%,rgba(var(--cfx-magenta),1) 70%,rgba(var(--cfx-violet),1));background-size:240% 100%;animation:cfxRail 5s linear infinite;box-shadow:none;opacity:1}.button:after,.quick-add__submit:after,.shopify-payment-button__button--unbranded:after,.shopify-challenge__button:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;border-radius:inherit;background:radial-gradient(18rem circle at var(--cfx-mx, 50%) var(--cfx-my, 50%),rgba(255,255,255,.65),rgba(var(--cfx-cyan),.3) 45%,transparent 70%);opacity:0;transition:opacity .35s ease;box-shadow:0 0 28px rgba(var(--cfx-cyan),0) inset}.button:hover:after,.quick-add__submit:hover:after{opacity:1}.button,.quick-add__submit,.shopify-payment-button__button--unbranded,.shopify-challenge__button{color:#0b1020!important;font-weight:700;letter-spacing:.08em}.button:not([disabled]):hover,.quick-add__submit:not([disabled]):hover{transform:translate(var(--cfx-tx, 0px),calc(-3px + var(--cfx-ty, 0px))) scale(1.03);box-shadow:0 14px 40px -10px rgba(var(--cfx-violet),.95),0 0 26px rgba(var(--cfx-cyan),.6)}.button--secondary{color:rgba(var(--cfx-ink),1)!important;box-shadow:inset 0 0 0 1px rgba(var(--cfx-cyan),.55)}.button--secondary:before{opacity:.18}.button--secondary:not([disabled]):hover{box-shadow:inset 0 0 0 1px rgba(var(--cfx-magenta),.9),0 14px 40px -10px rgba(var(--cfx-violet),.8)}.badge{position:relative;overflow:hidden;border:0!important;color:#0b1020!important;font-weight:700;letter-spacing:.1em;background:linear-gradient(100deg,rgba(var(--cfx-cyan),1),rgba(var(--cfx-magenta),1) 50%,rgba(var(--cfx-violet),1))!important;background-size:220% 100%!important;animation:cfxRail 4s linear infinite;box-shadow:0 0 18px rgba(var(--cfx-magenta),.7)}.cfx-reveal{opacity:0;transform:translate3d(0,42px,-120px) rotateX(12deg);transition:opacity .9s var(--cfx-ease),transform 1s var(--cfx-ease),filter .9s var(--cfx-ease);transition-delay:var(--cfx-delay, 0ms);filter:blur(6px);will-change:opacity,transform}.cfx-reveal.is-in{opacity:1;transform:none;filter:blur(0)}.cfx-curtain{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10002;pointer-events:none;background:linear-gradient(120deg,#0b1020,#152452 40%,#823597);transform-origin:50% 100%;animation:cfxCurtain 1s var(--cfx-ease) forwards}@keyframes cfxCurtain{0%{opacity:1;transform:scaleY(1)}to{opacity:0;transform:scaleY(0)}}.banner__media img,.collection-hero img{transition:transform 1.2s var(--cfx-ease),filter 1.2s var(--cfx-ease)}.banner:hover .banner__media img{filter:saturate(130%) contrast(106%)}.banner__box{backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px)}@media(hover:none){.cfx-cursor,.cfx-cursor-ring{display:none!important}.card-wrapper:after{display:none}}@media(prefers-reduced-motion:reduce){.cfx-aurora,.cfx-aurora-fallback,.cfx-motes,.cfx-cursor,.cfx-cursor-ring,.cfx-curtain,.cfx-section-glow{display:none!important}.cfx-reveal,.cfx-reveal.is-in,.cfx-char{opacity:1!important;transform:none!important;filter:none!important;transition:none!important}.cfx-holo,.badge,.cfx-progress,.button:before,.header-wrapper:after,.cfx-ring{animation:none!important}}@media print{.cfx-aurora,.cfx-aurora-fallback,.cfx-motes,.cfx-cursor,.cfx-cursor-ring,.cfx-progress,.cfx-section-glow{display:none!important}}.cfx-hero .banner__media{display:grid;place-items:center;background-color:transparent}.cfx-hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;overflow:hidden;pointer-events:none}.cfx-hero-bg>img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transform:scale(1.25);filter:blur(42px) saturate(170%) brightness(.68);animation:cfxHeroBgDrift 34s ease-in-out infinite alternate}@keyframes cfxHeroBgDrift{0%{transform:scale(1.25) translate3d(-2%,-1%,0)}to{transform:scale(1.34) translate3d(2%,1.5%,0)}}.cfx-hero-bg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#060a1acc,#060a1a8c 44%,#060a1a29)}@media screen and (max-width:989px){.cfx-hero .banner__media{align-items:start}.cfx-hero .banner__content{align-items:flex-end;padding-bottom:3rem}}@media screen and (min-width:990px){.cfx-hero .banner__media{justify-items:end}.cfx-hero .banner__media>.cfx-hero-frame{margin-right:3vw}.cfx-hero .banner__box{max-width:min(46rem,40vw);min-width:0}}.cfx-hero .banner__media>.cfx-hero-frame{position:relative;z-index:1;top:auto;left:auto;right:auto;bottom:auto;display:block;line-height:0;transform:translate3d(var(--cfx-hx, 0px),calc(var(--cfx-hy, 0px) + var(--cfx-hscroll, 0px)),0);transition:transform .5s cubic-bezier(.16,1,.3,1);will-change:transform}.cfx-hero-frame>img{position:relative;top:auto;left:auto;display:block;width:100%;height:100%;object-fit:contain;-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 16%,#000 97%,transparent 100%),linear-gradient(180deg,transparent 0,#000 5%,#000 95%,transparent 100%);-webkit-mask-composite:source-in;mask-image:linear-gradient(90deg,transparent 0,#000 16%,#000 97%,transparent 100%),linear-gradient(180deg,transparent 0,#000 5%,#000 95%,transparent 100%);mask-composite:intersect;filter:drop-shadow(0 0 28px rgba(var(--cfx-cyan),.4)) drop-shadow(0 0 70px rgba(var(--cfx-magenta),.3));animation:cfxHeroFloat 19s ease-in-out infinite alternate;will-change:transform}@keyframes cfxHeroFloat{0%{transform:translate3d(-1%,.8%,0) scale(.988) rotate(-.3deg)}50%{transform:translate3d(.7%,-.9%,0) scale(1) rotate(.18deg)}to{transform:translate3d(1.1%,.5%,0) scale(.992) rotate(.35deg)}}.cfx-hero-halo{position:absolute;top:-14%;right:-14%;bottom:-14%;left:-14%;z-index:0;pointer-events:none;border-radius:50%;filter:blur(46px);opacity:.55;background:radial-gradient(46% 52% at 38% 42%,rgba(var(--cfx-cyan),.75),transparent 70%),radial-gradient(48% 54% at 66% 58%,rgba(var(--cfx-magenta),.7),transparent 72%),radial-gradient(70% 70% at 50% 50%,rgba(var(--cfx-violet),.45),transparent 75%);animation:cfxHeroHalo 7s ease-in-out infinite alternate}@keyframes cfxHeroHalo{0%{opacity:.4;transform:scale(.94)}to{opacity:.72;transform:scale(1.06)}}.cfx-hero-frame>img{z-index:1}.cfx-hero-sweep{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;pointer-events:none;overflow:hidden;mix-blend-mode:screen;-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 6%,#000 94%,transparent 100%),linear-gradient(180deg,transparent 0,#000 6%,#000 94%,transparent 100%);-webkit-mask-composite:source-in;mask-image:linear-gradient(90deg,transparent 0,#000 6%,#000 94%,transparent 100%),linear-gradient(180deg,transparent 0,#000 6%,#000 94%,transparent 100%);mask-composite:intersect}.cfx-hero-sweep:before{content:"";position:absolute;top:-30%;bottom:-30%;width:28%;left:-40%;transform:skew(-14deg);background:linear-gradient(90deg,transparent,rgba(var(--cfx-cyan),.16) 35%,rgba(255,255,255,.3) 50%,rgba(var(--cfx-magenta),.16) 65%,transparent);filter:blur(6px);animation:cfxHeroSweep 7.5s ease-in-out infinite}@keyframes cfxHeroSweep{0%,62%{left:-40%;opacity:0}66%{opacity:1}96%{left:112%;opacity:0}to{left:112%;opacity:0}}@media(hover:none){.cfx-hero-frame{transition:none}}@media(prefers-reduced-motion:reduce){.cfx-hero-frame>img,.cfx-hero-halo,.cfx-hero-bg>img,.cfx-hero-sweep:before{animation:none!important}.cfx-hero-frame{transform:none!important}.cfx-hero-sweep{display:none!important}}.cfx-hero .banner__box{position:relative;isolation:isolate}.cfx-hero .banner__box:before{content:"";position:absolute;top:-10%;right:-14%;bottom:-10%;left:-14%;z-index:-1;pointer-events:none;background:radial-gradient(68% 72% at 34% 50%,rgba(6,10,26,.4),transparent 74%);filter:blur(12px)}@media screen and (max-width:749px){.cfx-hero .banner__box:before{top:-6%;right:-10%;bottom:-6%;left:-10%;background:radial-gradient(78% 62% at 50% 50%,rgba(6,10,26,.72),transparent 78%)}}.cfx-hero-duo>img{display:none}.cfx-hero-duo-media>.cfx-hero-bg>img{display:none}.cfx-hero-duo-media>.cfx-hero-bg{background-image:url(cfx-hero-a.webp);background-size:cover;background-position:50% 45%;filter:blur(42px) saturate(170%) brightness(.68);transform:scale(1.25);animation:cfxHeroBgDrift 34s ease-in-out infinite alternate}.cfx-hero-duo-media>.cfx-hero-bg:after{filter:blur(0);transform:scale(.8)}.cfx-hero-shot{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background-image:url(cfx-hero-a.webp);background-size:cover;background-position:50% 42%;-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 16%,#000 97%,transparent 100%),linear-gradient(180deg,transparent 0,#000 5%,#000 95%,transparent 100%);-webkit-mask-composite:source-in;mask-image:linear-gradient(90deg,transparent 0,#000 16%,#000 97%,transparent 100%),linear-gradient(180deg,transparent 0,#000 5%,#000 95%,transparent 100%);mask-composite:intersect;filter:drop-shadow(0 0 28px rgba(var(--cfx-cyan),.4)) drop-shadow(0 0 70px rgba(var(--cfx-magenta),.3));opacity:0;transform:scale(1.04);transition:opacity 1.1s ease,transform 1.4s cubic-bezier(.16,1,.3,1);will-change:transform}.cfx-hero-duo.is-lit .cfx-hero-shot{opacity:1;transform:scale(1);animation:cfxHeroFloat 19s ease-in-out 1.4s infinite alternate}.cfx-hero-inset{position:absolute;z-index:4;left:9%;bottom:6%;width:27%;aspect-ratio:1 / 1;border-radius:20px;background-image:url(cfx-hero-b.webp);background-size:cover;background-position:50% 38%;box-shadow:0 24px 60px #0306149e,0 0 0 1px #ffffff24 inset;transform:translate3d(var(--cfx-ix, 0px),calc(var(--cfx-iy, 0px) + 26px),0) scale(.9);opacity:0;transition:transform .6s cubic-bezier(.16,1,.3,1),opacity .7s ease;will-change:transform}.cfx-hero-inset.is-in{opacity:1;transform:translate3d(var(--cfx-ix, 0px),var(--cfx-iy, 0px),0) scale(1)}.cfx-hero-inset:before{content:"";position:absolute;top:-2px;right:-2px;bottom:-2px;left:-2px;z-index:0;border-radius:inherit;padding:2px;background:conic-gradient(from 0deg,rgba(var(--cfx-cyan),.95),rgba(var(--cfx-violet),.95),rgba(var(--cfx-magenta),.95),rgba(var(--cfx-cyan),.95));-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);mask-composite:exclude;animation:cfxRimHue 7s ease-in-out infinite alternate;opacity:.95}@keyframes cfxRimHue{0%{filter:hue-rotate(-16deg)}to{filter:hue-rotate(16deg)}}.cfx-hero-inset:after{content:"";position:absolute;top:-18%;right:-18%;bottom:-18%;left:-18%;z-index:-1;border-radius:50%;pointer-events:none;filter:blur(34px);background:radial-gradient(58% 58% at 50% 50%,rgba(var(--cfx-violet),.6),rgba(var(--cfx-cyan),.28) 55%,transparent 74%);animation:cfxInsetBloom 6.5s ease-in-out infinite alternate}@keyframes cfxInsetBloom{0%{opacity:.45;transform:scale(.92)}to{opacity:.8;transform:scale(1.08)}}.cfx-hero-inset__sheen{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;border-radius:inherit;overflow:hidden;pointer-events:none;mix-blend-mode:screen;background:linear-gradient(108deg,transparent 44%,rgba(255,255,255,.3) 50%,rgba(var(--cfx-cyan),.22) 54%,transparent 60%);background-size:260% 100%;background-position:180% 0;animation:cfxInsetSheen 9s ease-in-out 2.2s infinite}@keyframes cfxInsetSheen{0%,62%{background-position:180% 0}92%,to{background-position:-80% 0}}.cfx-hero-duo.is-lit .cfx-hero-inset.is-in{animation:cfxInsetFloat 13s ease-in-out .9s infinite alternate}@keyframes cfxInsetFloat{0%{transform:translate3d(calc(var(--cfx-ix, 0px) + .9%),calc(var(--cfx-iy, 0px) + 1.6%),0) scale(1) rotate(-.7deg)}to{transform:translate3d(calc(var(--cfx-ix, 0px) - 1.1%),calc(var(--cfx-iy, 0px) - 1.8%),0) scale(1.02) rotate(.6deg)}}@media screen and (max-width:989px){.cfx-hero-inset{width:26%;left:auto;right:3.5%;top:5%;bottom:auto;border-radius:14px}}@media screen and (max-width:600px){.cfx-hero-inset{width:24%;top:4%;border-radius:12px}}@media(prefers-reduced-motion:reduce){.cfx-hero-duo-media>.cfx-hero-bg,.cfx-hero-duo.is-lit .cfx-hero-shot,.cfx-hero-inset:before,.cfx-hero-inset:after,.cfx-hero-inset__sheen,.cfx-hero-duo.is-lit .cfx-hero-inset.is-in{animation:none!important}.cfx-hero-shot,.cfx-hero-inset{opacity:1;transform:none;transition:none}.cfx-hero-inset__sheen{display:none}}
/*# sourceMappingURL=/cdn/shop/t/15/assets/claude-fx.css.map */
