.gm-hero{--hero-bg-color: #1a0a2e;--hero-accent: #7c5cbf;--hero-text: #ffffff;--hero-subtext: #b8a8d4;--hero-min-height: 580px;--gm-ease: cubic-bezier(.22, 1, .36, 1)}.gm-hero{position:relative;min-height:var(--hero-min-height);aspect-ratio:12 / 6;background-color:var(--hero-bg-color);overflow:hidden;display:flex;align-items:center}.gm-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.gm-hero__bg-img{width:100%;height:100%;object-fit:cover;object-position:center top;display:block;opacity:.4}.gm-hero__bg-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(105deg,#0a0418eb,#14082dc7 45%,#0a041859)}.gm-hero__bg-noise{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.04;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");background-repeat:repeat;background-size:180px;pointer-events:none}.gm-hero__particles{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none;overflow:hidden}.gm-hero__particle{position:absolute;border-radius:50%;background:var(--hero-accent);opacity:0;animation:gm-particle-float 8s var(--gm-ease) infinite}.gm-hero__particle--1{width:3px;height:3px;left:8%;top:20%;animation-delay:0s;animation-duration:7s}.gm-hero__particle--2{width:2px;height:2px;left:15%;top:65%;animation-delay:1.2s;animation-duration:9s}.gm-hero__particle--3{width:4px;height:4px;left:25%;top:40%;animation-delay:.5s;animation-duration:6s}.gm-hero__particle--4{width:2px;height:2px;left:38%;top:80%;animation-delay:2s;animation-duration:8s}.gm-hero__particle--5{width:3px;height:3px;left:55%;top:15%;animation-delay:.8s;animation-duration:10s}.gm-hero__particle--6{width:5px;height:5px;left:62%;top:55%;animation-delay:3s;animation-duration:7s;opacity:.6}.gm-hero__particle--7{width:2px;height:2px;left:72%;top:30%;animation-delay:1.5s;animation-duration:9s}.gm-hero__particle--8{width:3px;height:3px;left:80%;top:70%;animation-delay:.3s;animation-duration:6s}.gm-hero__particle--9{width:2px;height:2px;left:88%;top:45%;animation-delay:2.5s;animation-duration:8s}.gm-hero__particle--10{width:4px;height:4px;left:93%;top:20%;animation-delay:1s;animation-duration:11s}.gm-hero__particle--11{width:2px;height:2px;left:45%;top:90%;animation-delay:.7s;animation-duration:7s}.gm-hero__particle--12{width:3px;height:3px;left:5%;top:85%;animation-delay:3.5s;animation-duration:9s}@keyframes gm-particle-float{0%{opacity:0;transform:translateY(0) scale(1)}20%{opacity:.7}80%{opacity:.4}to{opacity:0;transform:translateY(-60px) scale(.6)}}.gm-hero__inner{position:relative;z-index:2;width:100%;max-width:1280px;margin:0 auto;padding:80px 48px;display:grid;grid-template-columns:1fr auto;align-items:center;gap:40px}.gm-hero__content{max-width:540px}.gm-hero__eyebrow{display:flex;align-items:center;gap:10px;color:var(--hero-subtext);font-size:1.1rem;font-family:Urbanist;font-weight:400;letter-spacing:.22em;text-transform:uppercase;margin-bottom:20px;opacity:0;animation:gm-fade-up .7s var(--gm-ease) .1s forwards}.gm-hero__eyebrow-dot{display:inline-block;width:4px;height:4px;border-radius:50%;background:var(--hero-accent);flex-shrink:0}.gm-hero__heading{display:flex;flex-direction:column;margin:0 0 24px;line-height:.92}.gm-hero__heading-line{display:block;font-size:clamp(3.5rem,7vw,5.8rem);font-weight:700;font-family:Barlow Condensed,Arial Narrow,Arial,sans-serif;text-transform:uppercase;color:var(--hero-text);opacity:0}.gm-hero__heading-line--1{animation:gm-fade-up .7s var(--gm-ease) .25s forwards}.gm-hero__heading-line--accent{color:var(--hero-accent);animation:gm-fade-up .7s var(--gm-ease) .4s forwards;text-shadow:0 0 40px rgba(124,92,191,.5),0 0 80px rgba(124,92,191,.2)}.gm-hero__heading-line--2{animation:gm-fade-up .7s var(--gm-ease) .55s forwards}.gm-hero__desc{font-size:clamp(.9rem,1.5vw,1.6rem);font-weight:400;font-family:Urbanist;color:var(--hero-subtext);line-height:1.65;margin:0 0 36px;max-width:400px;opacity:0;animation:gm-fade-up .7s var(--gm-ease) .7s forwards}.gm-hero__actions{display:flex;flex-wrap:wrap;gap:16px;align-items:center;opacity:0;animation:gm-fade-up .7s var(--gm-ease) .85s forwards}.gm-hero__btn{display:inline-flex;align-items:center;gap:8px;font-family:Urbanist;font-size:1.4rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;text-decoration:none;padding:14px 26px;border-radius:3px;cursor:pointer;transition:all .22s cubic-bezier(.4,0,.2,1);white-space:nowrap}.gm-hero__btn--primary{background:var(--hero-text);color:#0d0822;border:2px solid var(--hero-text)}.gm-hero__btn--primary:hover{background:transparent;color:var(--hero-text);box-shadow:0 0 24px #ffffff26}.gm-hero__btn--secondary{background:transparent;color:var(--hero-text);border:2px solid rgba(255,255,255,.35)}.gm-hero__btn--secondary:hover{border-color:var(--hero-text);background:#ffffff0f}.gm-hero__btn--secondary svg{transition:transform .22s ease}.gm-hero__btn--secondary:hover svg{transform:translate(4px)}.gm-hero__right{position:relative;display:flex;flex-direction:column;align-items:flex-end;gap:20px;opacity:0;animation:gm-fade-left .8s var(--gm-ease) .5s forwards}.gm-hero__side-image-wrap{position:absolute;right:-20px;bottom:-80px;width:clamp(200px,28vw,400px);pointer-events:none;z-index:0}.gm-hero__side-img{display:block;width:100%;height:auto;object-fit:contain;filter:drop-shadow(0 0 40px rgba(124,92,191,.4)) drop-shadow(0 0 80px rgba(124,92,191,.15));animation:gm-float 5s ease-in-out infinite}.gm-hero__side-glow{position:absolute;top:10%;right:10%;bottom:10%;left:10%;border-radius:50%;background:radial-gradient(circle,rgba(124,92,191,.25) 0%,transparent 70%);z-index:-1;animation:gm-pulse-glow 4s ease-in-out infinite}.gm-hero__stats{display:flex;flex-direction:column;gap:12px;position:relative;z-index:1}.gm-hero__stat-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:6px;padding:16px 28px;text-align:center;min-width:130px;transition:background .2s ease,border-color .2s ease,transform .2s ease;cursor:default}.gm-hero__stat-card:hover{background:#7c5cbf26;border-color:#7c5cbf66;transform:translate(-4px)}.gm-hero__stat-number{display:block;font-size:clamp(1.6rem,3vw,2.5rem);font-weight:900;font-family:Urbanist;color:var(--hero-text);line-height:1;margin-bottom:4px}.gm-hero__stat-label{display:block;font-family:Urbanist;font-size:1rem;font-weight:600;letter-spacing:.2em;color:var(--hero-subtext);text-transform:uppercase}@keyframes gm-fade-up{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes gm-fade-left{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes gm-float{0%,to{transform:translateY(0)}50%{transform:translateY(-14px)}}@keyframes gm-pulse-glow{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.1)}}@media(max-width:1024px){.gm-hero__inner{padding:70px 36px;gap:28px}.gm-hero__side-image-wrap{width:clamp(160px,22vw,300px);right:-10px;bottom:-60px}.gm-hero__stat-card{min-width:110px;padding:14px 20px}}@media(max-width:768px){.gm-hero{min-height:auto}.gm-hero__inner{grid-template-columns:1fr;padding:60px 24px 48px;gap:40px}.gm-hero__content{max-width:100%}.gm-hero__right{flex-direction:row;align-items:flex-end;justify-content:space-between;animation-name:gm-fade-up}.gm-hero__side-image-wrap{position:relative;right:auto;bottom:auto;width:clamp(120px,35vw,220px);flex-shrink:0}.gm-hero__stats{flex-direction:row;flex-wrap:wrap;gap:10px;justify-content:flex-start}.gm-hero__stat-card{min-width:90px;padding:12px 16px}.gm-hero__stat-card:hover{transform:translateY(-3px)}}@media(max-width:480px){.gm-hero__inner{padding:48px 20px 40px}.gm-hero__eyebrow{font-size:.65rem;letter-spacing:.16em}.gm-hero__desc{font-size:.88rem}.gm-hero__actions{gap:12px}.gm-hero__btn{font-size:.75rem;padding:12px 20px}.gm-hero__right{flex-direction:column;align-items:center}.gm-hero__stats{justify-content:center;width:100%}.gm-hero__stat-card{flex:1;min-width:80px}.gm-hero__side-image-wrap{width:clamp(140px,55vw,220px)}}@media(max-width:360px){.gm-hero__btn{width:100%;justify-content:center}.gm-hero__actions{flex-direction:column}}
/*# sourceMappingURL=/cdn/shop/t/1/assets/hero-gengar.css.map */
