.work-header{position:relative;width:100vw;height:100vh;padding:2em;display:flex;justify-content:center;align-items:center;text-align:center}.work-header .work-profile-icon{position:relative;width:100px;height:100px;border-radius:1em;margin-bottom:1em;outline:.25rem solid var(--accent1);border:.25rem solid var(--fg);overflow:hidden}.work-header .work-header-content{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1em}.work-header .work-header-title{margin-bottom:6em}.work-header .work-footer{position:absolute;width:100%;bottom:0;padding:2em;display:flex;justify-content:space-between}.work-header .work-footer .work-footer-scroll-down{position:absolute;left:50%;transform:translate(-50%)}.work-header .work-footer .work-footer-symbols{height:1rem}.work-items{position:relative;width:100%;height:100%;min-height:100%;padding:2em;overflow-x:hidden;display:flex;flex-direction:column;gap:4em;margin-bottom:8em}.work-items .row{display:flex;gap:2em}.work-items .row .work-item{position:relative;flex:1;cursor:pointer;transition:transform .6s cubic-bezier(.16,1,.3,1)}.work-items .row .work-item .work-item-img{position:relative;aspect-ratio:16/10;border-radius:1.5em;overflow:hidden;margin-bottom:1.5em;background-color:var(--bg2);border:1px solid rgba(255,255,255,.05);box-shadow:0 10px 30px #0000004d}.work-items .row .work-item .work-item-img img{transition:transform 1.2s cubic-bezier(.16,1,.3,1);transform:scale(1.05)}.work-items .row .work-item:hover .work-item-img img{transform:scale(1.15)}.work-items .row .work-item .work-item-img:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to top,rgba(15,15,19,.4),transparent);opacity:0;transition:opacity .6s ease}.work-items .row .work-item:hover .work-item-img:after{opacity:1}.work-items .row .work-item .work-item-content{display:flex;flex-direction:column;gap:.25em;transition:transform .6s cubic-bezier(.16,1,.3,1)}.work-items .row .work-item:hover .work-item-content{transform:translate(10px)}.work-item-content p.mn:first-child{font-size:1.1rem;color:var(--fg);letter-spacing:-.02em}.work-item-content p.mn:last-child{opacity:.4;font-size:.75rem}.work-header-content p,.work-header-title h1{line-height:1.1}.work-header-content p>div,.work-header-title h1>div{position:relative;padding:0 .25em}@media (max-width: 1000px){.work-header .work-footer .work-footer-symbols{display:none}.work-header .work-footer{display:flex;justify-content:flex-end}.work-header .work-footer .work-footer-scroll-down{left:2em;transform:translate(0)}.work-items .row{flex-direction:column}}footer{position:relative;width:100vw;height:85svh;color:var(--fg);padding:2em;display:flex;flex-direction:column;justify-content:space-between;align-items:center;overflow:hidden}footer .footer-container{position:relative;width:100%;height:100%;background-color:#14141999;border:1px solid rgba(255,255,255,.05);box-shadow:0 40px 100px -20px #00000080,inset 0 1px #ffffff14;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);padding:2em;border-radius:2em;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden}footer .footer-header{position:relative;text-align:center}footer .footer-header h1{font-family:formula-extended,sans-serif;font-size:6rem;background:linear-gradient(to bottom,#fff,#888d9c);-webkit-background-clip:text;-webkit-text-fill-color:transparent;letter-spacing:-.05em;opacity:.1;pointer-events:none;font-weight:800}footer .footer-row{display:flex;gap:2em;margin-bottom:8em}footer .footer-col{flex:1;display:flex;flex-direction:column;align-items:center;gap:1em}footer .footer-col p:first-child{font-family:Space Grotesk,sans-serif;font-weight:700;text-transform:uppercase;letter-spacing:2px;color:var(--accent1);margin-bottom:.5em}footer .footer-col a,footer .copyright-info a{color:var(--fg);transition:color .3s ease}footer .footer-col a:hover{color:var(--accent2)}footer .footer-col p:not(:first-child){opacity:.35}footer .copyright-info{position:relative;width:100%;display:flex;justify-content:center;gap:2em}footer .footer-symbols{position:absolute;left:0;width:100%;padding:2em;display:flex;justify-content:space-between}footer .footer-symbols img{width:auto;height:1rem;filter:invert(1);opacity:.4}footer .footer-symbols-1{top:0}footer .footer-symbols-2{bottom:0}footer .explosion-container{position:absolute;bottom:0;left:0;width:100%;height:200%;pointer-events:none;overflow:hidden}footer .explosion-particle-img{position:absolute;bottom:-200px;left:50%;width:150px;border-radius:1rem;height:auto;object-fit:cover;transform:translate(-50%);will-change:transform}@media (max-width: 1000px){footer{height:100svh}footer .copyright-info{flex-direction:column;text-align:center;gap:.5em}footer .copyright-info p:nth-child(2){display:none}footer .footer-row{flex-direction:column;margin-bottom:2em}footer .footer-row .footer-col:nth-child(2),footer .footer-row .footer-col:nth-child(4){display:none}footer .explosion-container{display:none}footer .footer-header h1{font-size:3rem}}
