@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;500;600;700;800;900&display=swap";.work-section{background-color:#fff;padding:10vh 2vw;padding-top:200px}.work-section h2{font-size:2.5rem;margin-bottom:2rem;margin-top:0;color:#000;text-align:start}.work-gallery{display:flex;gap:2rem;justify-content:center;flex-wrap:wrap;row-gap:20px}.work-item{position:relative;flex:1 1 calc(0% - 2rem);background-color:#000;border-radius:.5rem;overflow:hidden;display:flex;flex-direction:column;margin-top:5px;margin-bottom:5px;cursor:pointer}.work-image-wrapper{position:relative;width:100%;height:500px;display:flex;justify-content:center;align-items:center;overflow:visible}@media(min-width:769px)and (max-width:1024px){.work-item{flex:0 0 calc(50% - 1rem);max-width:50%}.work-gallery{justify-content:flex-start}.work-image-wrapper{height:350px}.work-image-wrapper img{width:90%;height:90%}}@media(max-width:768px){.work-item{flex:1 1 100%}.work-gallery{gap:2rem}.work-image-wrapper{height:250px}.work-image-wrapper img{width:95%;height:90%}}#page-transition{position:fixed;inset:0;background:#000;opacity:0;transform:scaleY(1.05);pointer-events:none;z-index:9999;transition:opacity .7s cubic-bezier(.76,0,.24,1),transform .7s cubic-bezier(.76,0,.24,1)}#page-transition.active{opacity:1;transform:scaleY(1)}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}body{background:#fff;color:#222;overflow-x:hidden;font-family:Montserrat,sans-serif}html,body{overflow-x:hidden}.bottom-menu{position:fixed;bottom:20px;left:50%;transform:translate(-50%);display:flex;align-items:center;justify-content:space-between;background:#000;padding:10px 20px;border-radius:20px;width:90%;max-width:700px;border:2px solid #000000;z-index:1000;color:#000}.menu-left .profile-pic{width:70px;height:70px;border-radius:50%;object-fit:cover}.menu-center{flex:1;overflow:hidden;margin:0 20px}.marquee{display:flex;white-space:nowrap;animation:marquee 5s linear infinite}.marquee p{margin-right:50px;font-size:12px;text-transform:uppercase;letter-spacing:1px;color:#fff}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.menu-right{position:relative}.hamburger{display:flex;flex-direction:column;justify-content:space-between;width:24px;height:18px;cursor:pointer}.hamburger span{display:block;height:2px;background:#fff;border-radius:2px;transition:all .3s ease}.hamburger.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.menu-items{position:absolute;bottom:60px;left:0%;transform:translate(-85%);background:#000;border-radius:12px;display:none;flex-direction:column;min-width:300px;box-shadow:0 8px 20px #0006;z-index:1001}.menu-items a{color:#fff;text-decoration:none;padding:10px 15px;transition:background .2s}.menu-items a:hover{background:#333}.sticky-button{position:fixed;top:20px;right:20px;z-index:50;text-decoration:none}.button-inner{display:flex;align-items:center;position:relative;padding:0 1.5rem;height:3.5rem;border-radius:9999px;background-color:#111;color:#f5f5f5;font-weight:600;font-size:clamp(16px,1.2vw,20px);border:1px solid #222;overflow:hidden;cursor:pointer;text-decoration:none}.button-text-wrapper{overflow:hidden;height:1.5rem;line-height:1.3}.button-text{display:flex;flex-direction:column;transition:transform .5s cubic-bezier(.25,1,.5,1)}.button-inner:hover .button-text{transform:translateY(-50%)}.button-text span{display:block;margin-bottom:.375rem}.next{height:150vh;display:flex;align-items:center;justify-content:center;font-size:6vw}.sticky-labels{position:fixed;top:20px;left:20px;display:flex;flex-direction:column;gap:4px;z-index:1000}.sticky-labels .label-main{font-weight:500;font-size:clamp(10px,1.2vw,16px);color:#000}.sticky-labels .label-sub{font-weight:500;font-size:clamp(12px,1.2vw,16px);color:#888}.work-section{background-color:#fff;padding:10vh 2vw;padding-top:200}.work-section h2{font-size:2.5rem;margin-bottom:2rem;color:#000;text-align:start;margin-top:0}.work-gallery{display:flex;gap:2rem;justify-content:center;flex-wrap:wrap}.work-item{position:relative;flex:1 1 calc(0% - 2rem);background-color:#000;border-radius:.5rem;overflow:hidden;display:flex;flex-direction:column;margin-top:-20px;cursor:pointer}.work-image-wrapper{position:relative;width:100%;height:500px;display:flex;justify-content:center;align-items:center;overflow:hidden}.work-image-wrapper .image-background{position:absolute;inset:0;background-color:#000;border-radius:10px;z-index:1}.work-image-wrapper img{position:relative;width:95%;height:90%;object-fit:cover;border-radius:5px;z-index:2;display:block}.work-video{position:absolute;width:95%;height:90%;object-fit:cover;border-radius:5px;z-index:3;opacity:0;transition:opacity .35s ease}.work-item:hover .work-video{opacity:1}.work-item:hover .work-image{opacity:0}.project-info{padding:1rem;display:flex;flex-direction:column;gap:.5rem}.desc-header{display:flex;justify-content:space-between;align-items:center}.project-profile{width:40px;height:40px;border-radius:50%;object-fit:contain;border:2px solid #ffffff}.project-short-text{font-size:1.1rem;font-weight:700;color:#fff;text-align:right}.project-link{text-decoration:none!important;color:inherit!important}.project-link p.project-short-text{margin:0}.project-marquee{overflow:hidden;white-space:nowrap;padding-top:.25rem;width:100%;mask-image:linear-gradient(to right,transparent 0%,black 10%,black 90%,transparent 100%);-webkit-mask-image:linear-gradient(to right,transparent 0%,black 10%,black 90%,transparent 100%)}.marquee-content{display:inline-block;white-space:nowrap;animation:marquee 15s linear infinite;color:#fff}.marquee-content span{display:inline-block;padding-right:2rem}.footer-grid{display:grid;grid-template-columns:repeat(12,1fr);grid-template-rows:auto;gap:6px;width:100%;max-width:100vw;margin:0;padding:26px;box-sizing:border-box}.footer-item.work{grid-column:1 / 7;grid-row:1;height:350px}.footer-item.lab{grid-column:7 / 13;grid-row:1;height:350px}.footer-item.contact{grid-column:1 / 4;grid-row:2;height:200px}.footer-item.github{grid-column:4 / 7;grid-row:2;height:200px}.footer-item.instagram{grid-column:7 / 10;grid-row:2;height:200px}.footer-item.linkedin{grid-column:10 / 13;grid-row:2;height:200px}.footer-item{display:flex;align-items:center;justify-content:center;padding:16px;background-color:#000;-webkit-backdrop-filter:blur(px);backdrop-filter:blur(px);border-radius:16px;font-size:clamp(16px,1.4vw,24px);font-weight:500;text-decoration:none;color:#fff;transition:all .3s ease;cursor:pointer}.footer-item:hover{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background-color:#00000080}.footer-spacer{height:120px}@media(max-width:1024px){.footer-grid{grid-template-columns:1fr 1fr;grid-template-rows:repeat(4,auto);gap:6px}.footer-item.work{grid-column:1 / 3;grid-row:1;height:150px}.footer-item.lab{grid-column:1 / 3;grid-row:2;height:150px}.footer-item.contact{grid-column:1 / 2;grid-row:3;height:120px}.footer-item.github{grid-column:2 / 3;grid-row:3;height:120px}.footer-item.instagram{grid-column:1 / 2;grid-row:4;height:120px}.footer-item.linkedin{grid-column:2 / 3;grid-row:4;height:120px}}@media(max-width:768px){.work-section{padding:0 1.1rem;padding-top:100px}.work-item{flex:1 1 100%}.work-gallery{gap:2rem}.work-section h2{font-size:1.8rem;text-align:start;margin-bottom:1.5rem}.work-image-wrapper{height:250px}.work-image-wrapper img{width:95%;height:90%}}@media(min-width:769px)and (max-width:1024px){.work-section{padding-top:100px}.work-item{flex:0 0 calc(50% - 1rem);max-width:50%}.work-gallery{justify-content:flex-start}.video-preview{width:35vw}.work-image-wrapper{height:350px}.work-image-wrapper img{width:90%;height:90%}}@media(min-width:1025px){.work-item{flex:0 0 calc(50% - 1rem);max-width:50%}.work-gallery{justify-content:flex-start}}@media(max-width:700px){.gallery{grid-template-columns:1fr}}@media(max-width:768px){.footer-spacer{height:120px}}#page-transition{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#000;z-index:9999;pointer-events:none;opacity:0;transition:opacity .65s ease}#page-transition.active{pointer-events:auto;opacity:1}
