.hero{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:var(--spacing-md);margin-top:.5rem;padding-top:1.5rem}.hero__content{text-align:center}.hero__img{border-radius:1rem;width:300px;height:300px;object-fit:cover;box-shadow:var(--shadow-lg);transition:transform var(--transition-normal),box-shadow var(--transition-normal);content:url(../hero_profile.webp)}.hero__img:hover{transform:translateY(-5px) scale(1.02);box-shadow:var(--shadow-xl)}.hero__subtitle{color:var(--clr-primary);font-size:var(--size-lg);font-weight:500;margin-bottom:var(--spacing-xs)}.hero__title{color:var(--clr-primary);font-size:var(--size-4xl);letter-spacing:-.05em;line-height:1.1;margin-bottom:var(--spacing-md)}.hero__description{max-width:60ch;font-size:var(--size-base);color:var(--clr-slate400);font-weight:400;line-height:1.6}.hero__cta{display:flex;flex-direction:column;align-items:center;gap:var(--spacing-md);margin-top:var(--spacing-lg)}.hero__btn{font-size:var(--size-base)}.hero__social{display:flex;align-items:center;gap:var(--spacing-md)}.hero__social-link{display:flex;align-items:center;justify-content:center;color:var(--clr-light);font-weight:500;transition:all var(--transition-normal)}.hero__social-link i{font-size:var(--size-xl)}.hero__social-link:hover{color:var(--clr-primary);transform:translateY(-3px)}@media (max-width: 767px){.hero__img{content:url(../hero_profile.webp)}}@media (min-width: 475px){.hero__subtitle{font-size:var(--size-xl)}.hero__title{font-size:var(--size-5xl)}.hero__description{font-size:var(--size-lg)}}@media (min-width: 768px){.hero{flex-direction:row;text-align:left;gap:var(--spacing-xl)}.hero__content{flex:1;text-align:left}.hero__image-container{flex:1;display:flex;justify-content:center;align-items:center;aspect-ratio:1 / 1;padding:0 var(--spacing-md)}.hero__cta{align-items:flex-start;flex-direction:row}.hero__social{margin-left:var(--spacing-sm)}}@media (min-width: 1024px){.hero__subtitle{font-size:var(--size-2xl)}.hero__title{font-size:var(--size-6xl)}.hero__description{font-size:var(--size-xl)}.hero__content{margin-left:75px}.hero__img{max-width:400px;border-radius:var(--radius-lg)}.hero{padding-bottom:0}.hero__image-container{justify-content:center;transform:translate(60px)!important}}@media (min-width: 1280px){.hero{gap:var(--spacing-md);padding-top:1rem;padding-bottom:0;margin-bottom:0;margin-top:0}.hero__content{margin-left:75px}.hero__title{font-size:var(--size-7xl)}.hero__description{font-size:var(--size-xl)}.hero__image-container{overflow:hidden;display:flex;transform:translate(60px)!important;justify-content:center}.hero__img{max-width:100%;height:auto;margin:0 auto;max-width:90%}}.about{display:flex;flex-direction:column;gap:var(--spacing-md);position:relative;z-index:1}.about__content{display:flex;flex-direction:column;gap:var(--spacing-md)}.about__title{font-size:var(--size-3xl);color:var(--clr-primary);position:relative;text-align:center;margin-bottom:var(--spacing-xl);display:inline-block;padding-bottom:var(--spacing-xs)}.about__title:after{content:"";position:absolute;bottom:-15px;left:50%;transform:translate(-50%);width:60px;height:4px;background:var(--clr-gradient-1);border-radius:var(--radius-full)}.about__description{max-width:65ch;font-size:var(--size-base);margin:0 auto;color:var(--clr-slate400);line-height:1.5}.about__hr{border:none;height:1px;background:linear-gradient(90deg,rgba(255,255,255,.1),transparent);margin:var(--spacing-md) 0}.about__subtitle{font-size:var(--size-3xl);color:var(--clr-light);text-align:center;margin-bottom:var(--spacing-sm)}.about__img-wrapper{position:relative;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-lg)}.about__img{width:100%;height:auto;display:block}.skills-container{justify-content:center}@media (min-width: 768px){.about__title{font-size:var(--size-4xl);margin-bottom:calc(var(--spacing-xl) * 1.5)}.about__description{font-size:var(--size-lg)}}@media (min-width: 1024px){.about{flex-direction:column;align-items:center;padding-top:1rem;gap:var(--spacing-2xl)}.about__content{max-width:800px;width:100%;margin:0 auto;text-align:left}.skills-wrapper{display:flex;justify-content:center;align-items:flex-start;gap:var(--spacing-2xl);width:100%;margin-top:var(--spacing-xl)}.skills-globe{flex:2;max-width:700px}.skills-panel{flex:1;max-width:250px}.skills-container{flex-wrap:wrap;gap:var(--spacing-md);justify-content:center;margin-top:var(--spacing-lg)}}@media (min-width: 1280px){.about{gap:var(--spacing-xs);margin-top:0;padding:2.5rem 2rem}.about__content{gap:1rem}.about__title{font-size:var(--size-5xl);margin-bottom:var(--spacing-lg)}.about__description{font-size:var(--size-xl);margin-bottom:1rem}.about__hr{margin:.5rem 0}.about__subtitle{font-size:var(--size-2xl);margin-top:.5rem;margin-bottom:.5rem}.skills-container{margin-top:.5rem}.about{padding:1.5rem 2rem 2rem}}.featured__subtitle{font-size:var(--size-base);color:var(--clr-primary);font-weight:600;margin-bottom:var(--spacing-md);display:inline-block;padding:.25rem 1rem;background:rgba(67,97,238,.1);border-radius:var(--radius-full)}.featured__wrapper{display:flex;align-items:center;gap:var(--spacing-md);margin-bottom:var(--spacing-md)}.featured__title{font-size:var(--size-2xl);color:var(--clr-light);font-weight:700;line-height:1.2}.featured__link{width:var(--size-2xl);height:var(--size-2xl);color:var(--clr-light);background:rgba(255,255,255,.1);border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all var(--transition-fast)}.featured__link:hover{background:var(--clr-secondary);transform:translateY(-3px)}.featured__link i{font-size:var(--size-base)}.featured__description{color:var(--clr-slate400);font-size:var(--size-base);line-height:1.6;margin-bottom:var(--spacing-lg)}.featured__info-container{display:grid;grid-template-columns:1fr;gap:var(--spacing-md);margin-bottom:var(--spacing-xl)}.featured__info-box{background:rgba(255,255,255,.03);border-radius:var(--radius-md);padding:var(--spacing-md)}.featured__label{font-size:var(--size-base);color:var(--clr-light);margin-bottom:var(--spacing-sm);display:flex;align-items:center;gap:.5rem}.featured__label i{color:var(--clr-primary)}.featured__info{font-size:var(--size-base);color:var(--clr-slate400)}.featured__tech-stack{display:flex;flex-wrap:wrap;gap:.5rem}.featured__img-container{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:var(--spacing-md)}.featured__img-wrapper{position:relative;border-radius:var(--radius-md);overflow:hidden;box-shadow:var(--shadow-sm);transition:transform .5s ease,box-shadow .5s ease;cursor:pointer}.featured__img-wrapper:hover{transform:translateY(-10px) scale(1.02);box-shadow:0 20px 25px #0003;z-index:1}.featured__img-wrapper:after{content:"";background:linear-gradient(to bottom,transparent,rgba(7,10,19,.7));position:absolute;width:100%;height:100%;top:0;left:0;opacity:.5;transition:opacity .5s ease}.featured__img-wrapper:hover:after{opacity:.2}.featured__img-wrapper img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.featured__img-wrapper:hover img{transform:scale(1.05)}@media (min-width: 640px){.featured__title{font-size:var(--size-3xl)}.featured__info-container{grid-template-columns:repeat(3,1fr)}.featured__img-container{grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}}@media (min-width: 1024px){.featured__subtitle{font-size:var(--size-lg)}.featured__title{font-size:var(--size-4xl)}.featured__description,.featured__label{font-size:var(--size-lg)}.featured__info{font-size:var(--size-base)}}@media (min-width: 1280px){.featured__title{font-size:var(--size-5xl)}.featured__img-container{grid-template-columns:repeat(auto-fill,minmax(400px,1fr))}}.work{text-align:center;width:100%;display:flex;flex-direction:column;align-items:center}.work__title{font-size:var(--size-3xl);color:var(--clr-primary);margin-bottom:var(--spacing-xl);position:relative;display:inline-block;padding-bottom:var(--spacing-xs)}.work__title:after{content:"";position:absolute;bottom:-15px;left:50%;transform:translate(-50%);width:60px;height:4px;background:var(--clr-gradient-1);border-radius:var(--radius-full)}.work__description{max-width:65ch;font-size:var(--size-base);color:var(--clr-slate400);margin:0 auto calc(var(--spacing-xl) * 2);margin-bottom:1.25rem!important;line-height:1.5}.light-mode .work__description{color:var(--clr-slate400);margin-bottom:var(--spacing-xl)}.work__container{display:flex;flex-direction:column;gap:var(--spacing-xl);width:100%;align-items:center;margin-top:1.25rem!important;padding-top:.5rem}@media (min-width: 768px){.work__container{margin-top:var(--spacing-xl)}.work__description{margin-bottom:1.75rem!important}}@media (min-width: 1280px){.work__description{margin-bottom:2.5rem!important}}.work-card{background:rgba(255,255,255,.03);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-md);margin-bottom:var(--spacing-xl);width:100%;display:flex;flex-direction:column}.work-card__img-wrapper{overflow:hidden;max-height:300px}.work-card__img-wrapper img{width:100%;height:100%;object-fit:cover;transition:none}.work-card__content{padding:var(--spacing-md)}.work-card__title{font-size:var(--size-xl);margin-bottom:var(--spacing-sm);color:var(--clr-primary)}.work-card__description{margin-bottom:var(--spacing-sm);color:var(--clr-slate400)}.work-card__btn{margin-top:var(--spacing-sm);display:inline-flex;align-items:center;gap:.5rem}@media (min-width: 768px){.work__title{font-size:var(--size-4xl);margin-bottom:calc(var(--spacing-xl) * 1.5)}.work__description{font-size:var(--size-lg);margin-bottom:calc(var(--spacing-xl) * 1.2)}.work-card{display:flex;flex-direction:row;height:400px}.work-card__img-wrapper{flex:1;max-height:none;height:auto}.work-card__content{flex:1;padding:var(--spacing-lg);display:flex;flex-direction:column;justify-content:center;overflow-y:auto}}@media (min-width: 1024px){.work-card{max-width:100%}}@media (min-width: 1280px){.work__title{font-size:var(--size-5xl);margin-bottom:calc(var(--spacing-xl) * 1.5)}.work__description{font-size:var(--size-xl);max-width:85%;margin-bottom:var(--spacing-2xl)}}.contact{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;gap:var(--spacing-md);padding:var(--spacing-xl) var(--spacing-lg);background-color:var(--clr-bg);border-radius:var(--radius-lg);box-shadow:0 4px 15px #0000000d;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.contact__title{font-size:var(--size-3xl);color:var(--clr-primary);margin-bottom:var(--spacing-md);position:relative}.contact__title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:40px;height:4px;background:var(--clr-gradient-1);border-radius:var(--radius-full)}.contact__description{font-size:var(--size-base);color:var(--clr-slate400);max-width:65ch;line-height:1.5;margin-bottom:var(--spacing-md)}.light-mode .contact__description{color:var(--clr-slate400)}.contact__options{display:flex;flex-direction:column;align-items:center;gap:var(--spacing-lg)}.contact__btn{font-size:var(--size-base);display:flex;align-items:center;gap:.5rem;background-color:var(--clr-primary);box-shadow:0 4px 10px #0c4ea24d}.contact__btn:hover{box-shadow:0 8px 15px #0c4ea266}.light-mode .contact__btn{background-color:var(--clr-primary);box-shadow:0 4px 10px #0c4ea24d}.social-links{margin-top:var(--spacing-md);display:flex;gap:var(--spacing-md)}@media (min-width: 768px){.contact{gap:var(--spacing-lg);padding:var(--spacing-2xl) var(--spacing-xl)}.contact__title{font-size:var(--size-4xl)}.contact__description{font-size:var(--size-lg);max-width:75ch}.contact__options{flex-direction:row;gap:var(--spacing-xl)}}@media (min-width: 1280px){.contact{gap:var(--spacing-xl);padding:var(--spacing-2xl) var(--spacing-2xl)}.contact__title{font-size:var(--size-5xl);margin-bottom:var(--spacing-lg)}.contact__description{font-size:var(--size-xl);max-width:85%;margin-bottom:var(--spacing-xl);line-height:1.5}}@media (min-width: 1600px){.contact{gap:var(--spacing-2xl);padding:var(--spacing-3xl) var(--spacing-3xl);max-width:1400px;margin:0 auto}.contact__description{max-width:85%;line-height:1.5}}.globe-container{position:relative;z-index:100;isolation:isolate;width:100%;border-radius:var(--radius-lg);overflow:hidden;box-shadow:0 0 40px #4361ee4d}.three-canvas{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1;pointer-events:none}.three-canvas-container{display:block!important;position:relative;pointer-events:auto!important}.skills-globe{width:100%;height:650px;margin:var(--spacing-xl) 0;border-radius:var(--radius-lg);background-color:var(--clr-dark);overflow:hidden;box-shadow:0 0 40px #4361ee4d;position:relative;z-index:100;isolation:isolate}.skills-globe:after{content:"Move mouse to rotate • Click skills to focus";position:absolute;bottom:10px;right:20px;font-size:var(--size-xs);color:#ffffff80;background:rgba(0,0,0,.3);padding:4px 12px;border-radius:20px;z-index:10;pointer-events:none}.skills-globe:before{content:"Interactive Tech Stack";position:absolute;top:10px;left:20px;font-size:var(--size-sm);color:#ffffffb3;background:rgba(0,0,0,.3);padding:4px 12px;border-radius:20px;z-index:10;pointer-events:none}.globe-overlay{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:10}.fixed-skills-list{position:absolute;top:40px;right:20px;width:150px;background:rgba(0,0,0,.8);border-radius:10px;padding:10px;z-index:100;color:#fff;font-family:Inter,sans-serif;font-size:14px;box-shadow:0 0 10px #00aaff80;border:1px solid rgba(0,170,255,.3);pointer-events:auto}.skill-item{cursor:pointer;transition:all .2s ease;margin-bottom:2px;border-radius:3px;padding:3px 6px}.skill-item:hover{color:#f90;background-color:#f903}.floating-skill-text{position:absolute;color:#fff;background-color:#000c;padding:5px 10px;border-radius:5px;font-size:14px;font-weight:700;pointer-events:none;transition:transform .2s ease;z-index:15;white-space:nowrap;text-align:center;box-shadow:0 0 8px #00000080;border:1px solid #00aaff;text-shadow:0 0 2px black}.project-model-container{display:flex;justify-content:center;align-items:center;width:100%;height:100%;z-index:2;pointer-events:none}.project-model{width:100%;height:100%}.work-card:hover .project-model-container{opacity:0;display:none}.light-mode .skills-globe{background-color:#c8c8ff0d}.threejs-error{display:block;padding:20px;margin:var(--spacing-lg) 0;background-color:#ff00661a;border:1px solid rgba(255,0,102,.3);border-radius:var(--radius-lg);text-align:center;color:var(--clr-light)}@keyframes pulseGlow{0%{box-shadow:0 0 10px #4361ee4d}50%{box-shadow:0 0 20px #4361ee99}to{box-shadow:0 0 10px #4361ee4d}}.skill-info-panel{animation:pulseGlow 2s infinite ease-in-out}@media (max-width: 768px){.skills-globe{height:500px}.skill-info-panel{width:80%;max-width:300px}.fixed-skills-list{top:10px;right:10px;width:120px;font-size:12px}.globe-instructions{display:none!important}.floating-skill-text{font-size:12px;padding:3px 6px}}@media (max-width: 480px){.skills-globe{height:400px}}.three-loading{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px;z-index:5}.three-loading:before{content:"";position:absolute;width:40px;height:40px;border-radius:50%;border:3px solid rgba(255,255,255,.1);border-top-color:var(--clr-primary);animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.btn,button:not(.header__bars):not(.mobile-nav__close):not(.header__sun):not(.mobile-nav__sun):not([id=theme-toggle]),.auth-button{padding:.6em 2em;border:none;outline:none;color:#fff;background:#111;cursor:pointer;position:relative;z-index:0;border-radius:10px;user-select:none;-webkit-user-select:none;touch-action:manipulation;font-weight:600;text-decoration:none;font-size:var(--size-sm);display:inline-flex;align-items:center;justify-content:center;gap:.75rem}.btn:before,button:not(.header__bars):not(.mobile-nav__close):not(.header__sun):not(.mobile-nav__sun):not([id=theme-toggle]):before,.auth-button:before{content:"";background:linear-gradient(45deg,#ff0000,#ff7300,#fffb00,#48ff00,#00ffd5,#002bff,#7a00ff,#ff00c8,#ff0000);position:absolute;top:-2px;left:-2px;background-size:400%;z-index:-1;filter:blur(5px);-webkit-filter:blur(5px);width:calc(100% + 4px);height:calc(100% + 4px);animation:glowing-button 20s linear infinite;transition:opacity .3s ease-in-out;border-radius:10px}@keyframes glowing-button{0%{background-position:0 0}50%{background-position:400% 0}to{background-position:0 0}}.btn:after,button:not(.header__bars):not(.mobile-nav__close):not(.header__sun):not(.mobile-nav__sun):not([id=theme-toggle]):after,.auth-button:after{z-index:-1;content:"";position:absolute;width:100%;height:100%;background:#222;left:0;top:0;border-radius:10px}.btn:hover,button:not(.header__bars):not(.mobile-nav__close):not(.header__sun):not(.mobile-nav__sun):not([id=theme-toggle]):hover,.auth-button:hover{transform:translateY(-3px);box-shadow:0 6px 15px #00000040}.btn:active,button:not(.header__bars):not(.mobile-nav__close):not(.header__sun):not(.mobile-nav__sun):not([id=theme-toggle]):active,.auth-button:active{transform:translateY(-1px);box-shadow:0 4px 8px #0003}.light-mode .btn,.light-mode button:not(.header__bars):not(.mobile-nav__close):not(.header__sun):not(.mobile-nav__sun):not([id=theme-toggle]),.light-mode .auth-button{color:#000}.light-mode .btn:after,.light-mode button:not(.header__bars):not(.mobile-nav__close):not(.header__sun):not(.mobile-nav__sun):not([id=theme-toggle]):after,.light-mode .auth-button:after{background:#fff}.btn i,button:not(.header__bars):not(.mobile-nav__close):not(.header__sun):not(.mobile-nav__sun):not([id=theme-toggle]) i,.auth-button i{margin-left:.5rem;transition:transform .3s ease}.btn:hover i,button:not(.header__bars):not(.mobile-nav__close):not(.header__sun):not(.mobile-nav__sun):not([id=theme-toggle]):hover i,.auth-button:hover i{transform:translate(4px)}.work-card__btn{margin-top:var(--spacing-sm);font-weight:700}@media (min-width: 768px){.btn,button:not(.header__bars):not(.mobile-nav__close):not(.header__sun):not(.mobile-nav__sun):not([id=theme-toggle]),.auth-button{font-size:var(--size-base)}}@media (min-width: 1024px){.btn,button:not(.header__bars):not(.mobile-nav__close):not(.header__sun):not(.mobile-nav__sun):not([id=theme-toggle]),.auth-button{font-size:var(--size-lg)}}.globe-skills-wrapper{display:flex;flex-direction:row;align-items:stretch;justify-content:center;width:100%;margin-top:var(--spacing-xl);margin-bottom:var(--spacing-xl);gap:20px}.globe-skills-wrapper>div:first-child{flex:1;min-width:0;max-width:70%;position:relative}.globe-container{height:650px!important;width:100%!important}.three-canvas-container{width:100%!important;height:100%!important}.skills-info-display{width:220px;background:rgba(0,0,0,.8);color:#fff;padding:15px;border-radius:10px;z-index:102;box-shadow:0 0 15px #0064ff80;border:1px solid rgba(0,150,255,.5);max-height:650px;overflow-y:auto;align-self:center;flex-shrink:0}.light-mode .skills-info-display{background:rgba(255,255,255,.9);color:var(--clr-dark);border:1px solid rgba(12,78,162,.5);box-shadow:0 0 15px #0c4ea24d}.skills-info-display::-webkit-scrollbar{width:8px}.skills-info-display::-webkit-scrollbar-track{background:rgba(0,0,0,.2);border-radius:10px}.skills-info-display::-webkit-scrollbar-thumb{background:rgba(0,120,255,.5);border-radius:10px}.skills-info-display::-webkit-scrollbar-thumb:hover{background:rgba(0,120,255,.7)}.light-mode .skills-info-display::-webkit-scrollbar-track{background:rgba(200,200,200,.3)}.light-mode .skills-info-display::-webkit-scrollbar-thumb{background:rgba(12,78,162,.5)}.light-mode .skills-info-display::-webkit-scrollbar-thumb:hover{background:rgba(12,78,162,.7)}@media (max-width: 992px){.skills-info-display{width:200px;font-size:14px;padding:12px;margin-left:15px}}@media (max-width: 768px){.skills-info-display{width:180px;margin-left:12px;max-height:500px}}@media (max-width: 600px){.skills-info-display{width:100%;max-width:450px;margin-left:0;margin-top:20px;max-height:300px}.globe-skills-wrapper{flex-direction:column}.globe-skills-wrapper>div:first-child{max-width:100%}.globe-container{height:450px!important}.three-canvas-container{width:100%!important;height:450px!important;position:absolute!important;top:0!important;left:0!important}}#admin-auth-section-desktop:empty,#admin-auth-section-mobile:empty{position:relative;min-width:80px;min-height:36px}#admin-auth-section-desktop:empty:after,#admin-auth-section-mobile:empty:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:20px;height:20px;border:2px solid rgba(255,255,255,.2);border-top-color:var(--color-primary, #6366f1);border-radius:50%;animation:auth-button-loading .8s linear infinite}@keyframes auth-button-loading{to{transform:translate(-50%,-50%) rotate(360deg)}}.lightbox{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000e6;display:flex;align-items:center;justify-content:center;z-index:9999;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.lightbox.active{opacity:1;visibility:visible}.lightbox__content{position:relative;max-width:90%;max-height:90vh;display:flex;flex-direction:column;align-items:center}.lightbox__img{max-width:100%;max-height:85vh;object-fit:contain;border-radius:var(--radius-md);box-shadow:0 0 20px #00000080}.lightbox__caption{color:#fff;margin-top:1rem;font-size:var(--size-base);text-align:center;max-width:80%}.lightbox__close{position:absolute;top:-40px;right:0;color:#fff;font-size:30px;cursor:pointer;background:none;border:none;transition:color .2s ease}.lightbox__close:hover{color:var(--clr-secondary)}.lightbox__nav{position:absolute;top:50%;width:100%;display:flex;justify-content:space-between;transform:translateY(-50%);padding:0 20px}.lightbox__prev,.lightbox__next{background:rgba(0,0,0,.5);color:#fff;border:none;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:24px;transition:background .3s ease,transform .3s ease}.lightbox__prev:hover,.lightbox__next:hover{background:rgba(var(--clr-primary),.8);transform:scale(1.1)}@keyframes lightboxFadeIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.lightbox__img{animation:lightboxFadeIn .3s ease forwards}.featured__img-wrapper{cursor:pointer}
