.hero{width:100%;height:100dvh;display:flex;flex-direction:column;justify-content:start;padding:2em;position:relative}.walker{position:absolute;bottom:0;left:0;width:auto;height:45%}.logo{width:400px;height:auto;margin-left:auto}.hero-row{width:100%;display:flex;justify-content:space-between;align-items:center;justify-self:center;flex:1}.hero-row:nth-child(2) .header h1{text-align:right}.hero-row p{width:-moz-fit-content;width:fit-content;letter-spacing:.07em;line-height:150%;font-size:1.5rem;text-align:center;margin:auto}.works-header{margin-top:8em}.works-header .container-row{display:flex;flex-direction:column;align-items:center;justify-content:center}.works-header-row{display:flex;justify-content:start;gap:2rem;text-align:center}.works-header-copy{width:100%;display:flex;justify-content:center;margin:4em 0}.works-header-copy p{width:240px}.works .container{display:flex;flex-direction:column;gap:4em;padding-bottom:8em}.work-item{width:100%}.work-item-index p{font-size:var(--font-tiny)}.work-item-name{width:100%;display:flex;justify-content:space-between;align-items:center;padding:.5em 0;gap:2em}.work-item-name p:nth-child(1){font-size:var(--font-regular)}.work-item-name p:nth-child(2){font-size:var(--font-small);text-transform:none}.work-item-nav{width:100%;display:flex;justify-content:space-between;align-items:center;gap:4em;margin:.75em 0;padding:.75em 0;border-top:1.5px dashed var(--color-accent);border-bottom:1.5px dashed var(--color-accent)}.work-item-desc p{font-size:1.2rem}.work-item-link{position:relative;transform:rotate(-45deg)}.work-item-link a{font-size:var(--font-regular)}.works-row{width:100%;display:flex;justify-content:space-between}#works-row-1{display:flex;gap:20em}#works-row-1 .works-col:nth-child(1){flex:4;width:100%;display:flex;gap:4em}#works-row-1 .works-col:nth-child(2){flex:3}#work-item-1{flex:2}#work-item-2{flex:3}#works-row-2{display:flex;gap:24em}#works-row-2 .works-col:nth-child(1){flex:2.5}#works-row-2 .works-col:nth-child(2){flex:7;width:100%;display:flex;gap:4em}#work-item-5{flex:4}#work-item-6{flex:2}#works-row-3{display:flex;justify-content:space-between;gap:20em}#work-item-7{flex:1}#work-item-8{flex:3}#work-item-9{flex:2}.marquee{position:relative;width:100vw;max-width:100%;height:240px;display:flex;align-items:center;font-size:140px;text-transform:uppercase;overflow-x:hidden;color:var(--color-accent)}.track{position:absolute;white-space:nowrap;will-change:transform;animation:marquee 32s linear infinite}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.skills{width:100%;display:flex;flex-direction:column}.skills-row{width:100%;display:flex;gap:2em;margin-bottom:2em}.skills-row:nth-child(1) p{font-size:var(--font-small)}.skill{position:relative;flex:1;aspect-ratio:8/5;background-color:var(--color-accent);padding:1em;overflow:hidden;transition:all .5s}.skill:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:125%;height:125%;background:var(--color-accent);mix-blend-mode:difference;clip-path:circle(0% at 50% 50%);transition:all .5s}.skill:hover:after{clip-path:circle(100% at 50% 50%)}.skill p{color:var(--color-bg)}.skill p:nth-child(2){font-size:var(--font-tiny);padding-top:1em;line-height:120%}.skill p:nth-child(3){position:absolute;left:1em;bottom:1em}.award-btn{width:100%;display:flex;justify-content:center;align-items:center}.magnetic-area{padding:100px;display:inline-block;border-radius:50%}.btn{position:relative;background-color:var(--color-bg);height:200px;width:200px;border-radius:50%;border:1px dashed var(--color-accent);cursor:pointer}.btn:hover p{color:var(--color-bg)}footer .btn:hover p{position:relative;color:var(--color-accent)!important}footer.light .btn:hover p{position:relative;z-index:2;color:var(--color-bg)!important}.btn p{position:relative;z-index:2}.btn:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;background:var(--color-accent);mix-blend-mode:difference;z-index:0;border-radius:50%;clip-path:circle(0% at 50% 50%);transition:.3s all}.btn:hover:after{clip-path:circle(50% at 50% 50%)}.myself-header{text-align:center;margin:4em 0}.myself-info{width:100%;display:flex;justify-content:space-evenly;margin:0 auto}.myself-info p{font-size:1.1rem}.awards-header{width:100%;display:flex;flex-direction:column;margin-top:6em}.awards-header-row{display:flex;justify-content:space-between}.awards-header-row:nth-child(2){padding-left:3em}.awards-header-row:nth-child(3){padding-left:15em}.awards .containerAwards{display:flex;width:90%;margin:0 auto;flex-direction:column}.award{text-align:center;display:flex;flex:1;align-items:center;justify-content:space-between;padding:1.5em 0;border-bottom:2px dashed var(--color-accent)}.award:nth-child(1) p{font-size:var(--font-tiny)}.award p:nth-child(1){flex:2}.award p:nth-child(2){flex:3}.award p:nth-child(3){flex:2}.award p:nth-child(4){width:20px;justify-content:flex-end}.contact{position:relative;text-align:center;padding:24em 0 8em}@media(max-width:900px){.hero-row{flex:1}.logo{width:100px;height:auto}.walker{height:30%}.hero-row p{font-size:.8rem;text-wrap:balance}.works .container{gap:2em}.hero-row:nth-child(2){flex-direction:column;padding-bottom:2rem}.skills-row{flex-direction:column}.skill{aspect-ratio:15 / 5}#works-row-1,#works-row-1 .works-col:nth-child(1),#works-row-2,#works-row-2 .works-col:nth-child(2),#works-row-3{flex-direction:column;gap:2em}.myself-info{width:100%;flex-direction:column;gap:1em;text-align:center;margin:4em 0 2em}.awards-header{margin-top:0}.awards-header-row{flex-direction:column;text-align:center}.awards-header-row:nth-child(2),.awards-header-row:nth-child(3){padding-left:0}}.loader-container{position:fixed;top:0;left:0;width:100%;height:100%;background-color:var(--color-bg);display:flex;flex-direction:column;justify-content:center;align-items:center;gap:2rem;z-index:9999;transition:opacity .8s cubic-bezier(.4,0,.2,1),transform .8s cubic-bezier(.4,0,.2,1),visibility .8s}.loader-hidden{opacity:0;visibility:hidden;transform:scale(1.05)}#main-content{opacity:0;transition:opacity 1s ease-out}.content-visible{opacity:1!important}.loader-text{font-weight:300;text-align:center;letter-spacing:.2em;line-height:120%;font-size:1.2rem;color:var(--color-accent)}.dots-wrapper{display:flex;gap:30px;align-items:center;justify-content:center}.dot{width:12px;height:12px;background-color:#fff;border-radius:50%;animation:step 3s infinite ease-in-out}.dot:nth-child(1){animation-delay:0s}.dot:nth-child(2){animation-delay:.5s}.dot:nth-child(3){animation-delay:1s}@keyframes step{0%,to{transform:scale(1);opacity:.3}50%{transform:scale(1.8);opacity:1}}#map-container[data-astro-cid-6bq36mgc]{position:relative;border-radius:12px;overflow:hidden;z-index:0}#map[data-astro-cid-6bq36mgc]{height:600px;width:100%;background-color:#161616!important;border-radius:12px}.leaflet-tile-container img{filter:url(#custom-map-theme)!important;opacity:1!important;will-change:transform,filter;transform:translateZ(0)}.leaflet-control-attribution,.leaflet-control-zoom{display:none!important}
