.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:translateX(-50%);scrollbar-width:none}.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;overflow-y:hidden}.work-item::-webkit-scrollbar{display:none}.work-items .row{display:flex;gap:2em}.work-items .row::-webkit-scrollbar{display:none}.work-items .row .work-item{position:relative;flex:1;cursor:pointer}.work-items .row .work-item::-webkit-scrollbar{display:none}.work-items .row .work-item .work-item-img{width:100%;height:auto;border-radius:1em;overflow:hidden;margin-bottom:1em;cursor:pointer;transition:transform .3s ease}.work-items .row .work-item .work-item-content{display:flex;flex-direction:column;gap:.5em}.work-items .row .work-item .work-item-content h3{cursor:pointer}.work-items .row .work-item:hover .work-item-img{transform:scale(1.02);transition:transform .3s ease}.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:translateX(0)}.work-items .row{flex-direction:column}}