.glass-hero{position:relative;width:100%;height:100vh;min-height:600px;overflow:hidden;background:#fff;display:flex;align-items:center;justify-content:center}.glass-hero__video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1;opacity:0;transition:opacity 1.5s ease}.glass-hero__video.loaded{opacity:1}.glass-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;background:linear-gradient(175deg,rgba(255,255,255,.12) 0%,transparent 40%),linear-gradient(to bottom,#ffffff2e,#ffffff0d,#fff9 80%,#ffffffeb),linear-gradient(to right,rgba(255,255,255,.25) 0%,transparent 60%)}.glass-hero__grain{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;pointer-events:none;opacity:.07;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)' opacity='1'/%3E%3C/svg%3E");background-repeat:repeat;background-size:200px 200px}.glass-hero__scanline{position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(to right,transparent 0%,rgba(0,0,0,.05) 30%,rgba(0,0,0,.09) 50%,rgba(0,0,0,.05) 70%,transparent 100%);z-index:4;animation:scanLine 5s linear infinite;pointer-events:none}.glass-hero__vectors{position:absolute;top:0;right:0;bottom:0;left:0;z-index:4;pointer-events:none;overflow:hidden}.glass-hero__corner{position:absolute;width:60px;height:60px;border-color:#00000047;border-style:solid;border-width:0;animation:pulse 4s ease-in-out infinite}.glass-hero__corner--tl{top:32px;left:32px;border-top-width:1px;border-left-width:1px;animation-delay:0s}.glass-hero__corner--tr{top:32px;right:32px;border-top-width:1px;border-right-width:1px;animation-delay:.5s}.glass-hero__corner--bl{bottom:32px;left:32px;border-bottom-width:1px;border-left-width:1px;animation-delay:1s}.glass-hero__corner--br{bottom:32px;right:32px;border-bottom-width:1px;border-right-width:1px;animation-delay:1.5s}.glass-hero__ring{position:absolute;border:1px solid rgba(0,0,0,.07);border-radius:50%}.glass-hero__ring--1{width:400px;height:400px;top:-100px;right:-100px;animation:spinSlow 30s linear infinite}.glass-hero__ring--2{width:250px;height:250px;top:20px;right:20px;animation:spinSlow 20s linear infinite reverse;border-color:#0000000a}.glass-hero__ring--3{width:180px;height:180px;bottom:60px;left:60px;animation:spinSlow 25s linear infinite;border-color:#0000000d}.glass-hero__crosshair{position:absolute;top:50%;right:80px;transform:translateY(-50%);width:24px;height:24px;opacity:.25;animation:pulse 3s ease-in-out infinite}.glass-hero__crosshair:before,.glass-hero__crosshair:after{content:"";position:absolute;background:#0000008c}.glass-hero__crosshair:before{width:1px;height:100%;left:50%;top:0}.glass-hero__crosshair:after{width:100%;height:1px;top:50%;left:0}.glass-hero__content{position:relative;z-index:10;text-align:center;padding:0 24px;max-width:900px;width:100%}.glass-hero__content-inner{position:relative;padding:60px 80px;border-radius:28px;background:#ffffff8c;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(0,0,0,.09);box-shadow:0 32px 64px #00000014,inset 0 1px #ffffffe6,inset 0 -1px #0000000a;animation:glassGlow 5s ease-in-out infinite}.glass-hero__content-inner:before{content:"";position:absolute;top:0;left:20%;right:20%;height:1px;background:linear-gradient(to right,transparent,rgba(0,0,0,.3),transparent);border-radius:100%}.glass-hero__label{font-family:Space Grotesk,sans-serif;font-size:10px;font-weight:500;letter-spacing:.3em;text-transform:uppercase;color:#00000073;margin-bottom:20px;display:block;animation:fadeInDown 1s ease .2s both}.glass-hero__title{font-family:Syne,sans-serif;font-size:clamp(48px,8vw,110px);font-weight:800;line-height:.9;letter-spacing:-.04em;text-transform:uppercase;margin:0 0 24px;color:#000;animation:fadeInUp 1.2s cubic-bezier(.4,0,.2,1) .1s both}.glass-hero__title span{display:inline-block;background:linear-gradient(90deg,#000,#00000073 35%,#000,#00000073 65%,#000);background-size:200% auto;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:shimmer 5s linear infinite}.glass-hero__subtitle{font-family:Space Grotesk,sans-serif;font-size:clamp(12px,1.5vw,16px);font-weight:400;color:#00000080;letter-spacing:.15em;text-transform:uppercase;margin:0 0 40px;animation:fadeInUp 1.2s ease .3s both}.glass-hero__ctas{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;animation:fadeInUp 1.2s ease .5s both}.glass-hero__btn{display:inline-flex;align-items:center;gap:10px;padding:14px 36px;font-family:Space Grotesk,sans-serif;font-size:11px;font-weight:500;letter-spacing:.18em;text-transform:uppercase;text-decoration:none;border-radius:100px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.glass-hero__btn--primary{background:#00000014;border:1px solid rgba(0,0,0,.28);color:#000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.glass-hero__btn--primary:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(0,0,0,.07),transparent);transition:left .5s ease}.glass-hero__btn--primary:hover:before{left:100%}.glass-hero__btn--primary:hover{background:#00000026;border-color:#00000080;transform:translateY(-3px);box-shadow:0 20px 40px #0000001f,0 0 20px #0000000d;color:#000}.glass-hero__btn--secondary{background:transparent;border:1px solid rgba(0,0,0,.18);color:#0009;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.glass-hero__btn--secondary:hover{border-color:#00000061;color:#000;transform:translateY(-3px)}.glass-hero__btn svg{width:14px;height:14px;transition:transform .3s ease}.glass-hero__btn:hover svg{transform:translate(4px)}.glass-hero__scroll{position:absolute;bottom:40px;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:8px;z-index:10;animation:fadeInUp 1.5s ease 1s both;cursor:pointer}.glass-hero__scroll-line{width:1px;height:50px;background:linear-gradient(to bottom,rgba(0,0,0,.5),transparent);animation:pulse 2s ease-in-out infinite}.glass-hero__scroll-text{font-family:Space Grotesk,sans-serif;font-size:8px;letter-spacing:.3em;text-transform:uppercase;color:#00000061}.glass-hero__stats{position:absolute;bottom:100px;right:40px;display:flex;flex-direction:column;gap:12px;z-index:10;animation:fadeInRight 1.2s ease .8s both}@media(max-width:768px){.glass-hero__stats,.glass-hero__ring--1,.glass-hero__ring--2,.glass-hero__ring--3,.glass-hero__crosshair{display:none!important}.glass-hero__corner{width:36px;height:36px}.glass-hero__corner--tl{top:16px;left:16px}.glass-hero__corner--tr{top:16px;right:16px}.glass-hero__corner--bl{bottom:16px;left:16px}.glass-hero__corner--br{bottom:16px;right:16px}.glass-hero__content-inner{padding:36px 22px;border-radius:20px}.glass-hero__content{padding:0 16px;max-width:100%}.glass-hero__title{font-size:clamp(30px,9vw,52px)!important;margin-bottom:16px;line-height:.92}.glass-hero__subtitle{font-size:clamp(10px,2.5vw,13px)!important;margin-bottom:28px;letter-spacing:.1em}.glass-hero__label{font-size:9px;letter-spacing:.2em;margin-bottom:14px}.glass-hero__ctas{gap:10px;flex-wrap:wrap;justify-content:center}.glass-hero__btn{padding:12px 26px;font-size:10px;letter-spacing:.14em}.glass-hero__scroll{bottom:20px}.glass-hero__scroll-line{height:36px}.glass-hero{height:100svh!important;min-height:500px}.glass-hero__grid{background-size:60px 60px}.glass-hero__bg-svg{overflow:hidden}}@media(max-width:400px){.glass-hero__content-inner{padding:28px 16px}.glass-hero__title{font-size:clamp(26px,8.5vw,42px)!important}.glass-hero__ctas{flex-direction:column;align-items:center;width:100%}.glass-hero__btn{width:100%;max-width:260px;justify-content:center}}@media(max-height:600px)and (max-width:900px){.glass-hero{min-height:420px!important}.glass-hero__content-inner{padding:20px 24px}.glass-hero__title{font-size:clamp(24px,6vw,48px)!important;margin-bottom:10px}.glass-hero__subtitle{margin-bottom:18px}.glass-hero__scroll{display:none}}@media(min-width:769px)and (max-width:1024px){.glass-hero__content-inner{padding:50px 60px}.glass-hero__stats{right:20px;bottom:80px}.glass-hero__ring--1{width:280px;height:280px;top:-60px;right:-60px}.glass-hero__ring--2{width:180px;height:180px;top:10px;right:10px}}.glass-hero__stat{background:#0000000a;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(0,0,0,.1);border-radius:16px;padding:12px 20px;text-align:right;min-width:120px;transition:all .3s ease}.glass-hero__stat:hover{background:#00000014;border-color:#0003;transform:translate(-4px)}.glass-hero__stat-num{display:block;font-family:Syne,sans-serif;font-size:22px;font-weight:700;color:#000;line-height:1}.glass-hero__stat-label{display:block;font-family:Space Grotesk,sans-serif;font-size:9px;letter-spacing:.15em;text-transform:uppercase;color:#0006;margin-top:4px}.glass-hero__bg-svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:2;pointer-events:none}.glass-hero__grid{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;pointer-events:none;background-image:linear-gradient(rgba(0,0,0,.028) 1px,transparent 1px),linear-gradient(90deg,rgba(0,0,0,.028) 1px,transparent 1px);background-size:80px 80px;animation:gridDrift 22s linear infinite}@keyframes gridDrift{0%{transform:translate(0)}to{transform:translate(80px,80px)}}.glass-hero__grain{z-index:5}.glass-hero__scanline{z-index:6}.glass-hero__vectors{z-index:7}.glass-hero__content,.glass-hero__stats,.glass-hero__scroll{z-index:10}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}@keyframes spinSlow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes scanLine{0%{transform:translateY(-2px)}to{transform:translateY(100vh)}}
/*# sourceMappingURL=/cdn/shop/t/11/assets/glass-hero.css.map */
