.project-gallery{position:relative;overflow:hidden;background:#080808}.project-gallery::before,.project-gallery::after{display:none!important}.project-gallery-stage{position:absolute;inset:0;transition:opacity .28s ease,transform .42s cubic-bezier(.2,.8,.2,1)}.project-gallery-stage.is-switching{opacity:.15;transform:scale(1.015)}.project-gallery-stage img{width:100%;height:100%;min-height:420px;object-fit:cover;filter:saturate(.82) contrast(1.05);transition:filter .35s ease,transform .65s cubic-bezier(.2,.8,.2,1)}.project-card:hover .project-gallery-stage img{transform:scale(1.025);filter:saturate(1) contrast(1.04)}.gallery-nav{position:absolute;top:50%;z-index:4;width:42px;height:42px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.22);background:rgba(5,5,5,.72);color:#fff;font:26px/1 Inter,sans-serif;cursor:pointer;transform:translateY(-50%);opacity:.78;transition:opacity .2s ease,border-color .2s ease,background .2s ease,transform .2s ease}.gallery-nav:hover{opacity:1;border-color:var(--red);background:rgba(56,8,12,.86)}.gallery-prev{left:14px}.gallery-next{right:14px}.gallery-counter{position:absolute;right:16px;bottom:14px;z-index:4;padding:5px 8px;background:rgba(5,5,5,.65);color:#d7d7d2;font-size:9px;font-weight:700;letter-spacing:.13em;text-transform:uppercase}.gallery-progress{position:absolute;left:0;right:0;bottom:0;z-index:5;height:2px;background:rgba(255,255,255,.07);overflow:hidden}.gallery-progress i{display:block;width:100%;height:100%;background:var(--red-bright);transform:scaleX(0);transform-origin:left center;will-change:transform;box-shadow:0 0 8px rgba(214,32,41,.45)}@media(max-width:760px){.project-gallery-stage img{min-height:260px}.gallery-nav{width:36px;height:36px;font-size:22px}.gallery-prev{left:10px}.gallery-next{right:10px}.gallery-counter{right:12px;bottom:10px}}@media(prefers-reduced-motion:reduce){.project-gallery-stage,.project-gallery-stage img,.gallery-nav{transition:none!important}.gallery-progress{display:none}}