@layer resets{*,*:after,*:before{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:auto;-webkit-tap-highlight-color:transparent}body{background:#0b0b0b;color:#fff;cursor:url(/hero/illustrations/cursor.svg),auto!important;text-rendering:optimizelegibility}a{cursor:url(/hero/illustrations/link-cursor.svg),auto!important}::-webkit-scrollbar{width:.4375rem;height:.3125rem}::-webkit-scrollbar-thumb{background:#292929;height:5.375rem;border-radius:1.5625rem}::-webkit-scrollbar-track{background-color:transparent}}@layer base{a{color:inherit}a:active{color:#6d748d}img{display:block;max-width:100%;height:auto}h3{font-size:3rem;text-align:center;display:inline-block;line-height:1.2}h3.grad-text{color:#ffffffb3;background:linear-gradient(115deg,#fff,#ffffff26 45%,#fff);font-weight:600;text-transform:lowercase;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}@media screen and (min-width: 48rem){h3{font-size:4rem}}@media screen and (max-width: 23.4375rem){h3{font-size:2.5rem}}}@layer utilities{.gradient{background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}}@layer app-styling{section{padding-block:3rem;padding-inline:2rem}@media screen and (max-width: 31.25rem){section{padding-block:2rem;padding-inline:1rem}}:is(.tech-tools,.works,.writings,.status){text-align:center;overflow-x:hidden;position:relative}nav.header{background:none;z-index:10;position:fixed;top:0;left:0;max-width:6.5625rem;filter:drop-shadow(.125rem .25rem .375rem black)}nav.header svg{width:100%;border-radius:inherit}nav.header a{display:inline-flex;border-radius:0% 100% 100% 0%/100% 0%}.hero{min-height:var(--vh, 100lvh);display:flex;align-items:center;background:url(/hero/illustrations/background/hero-bg.webp) no-repeat bottom center / cover}.hero .hero-wrapper{--niche-color: #9f7d5f;width:min(42.8125rem,100%);margin-inline:auto}.hero .hero-wrapper h1{text-align:center;font-size:clamp(3.4375rem,9vw + 1rem,8.125rem);font-weight:700;line-height:101.1%;color:#ffffff82;text-transform:uppercase}.hero .hero-wrapper h1.doTheThing .letter{--letter_dur: .8s;font-weight:var(--font-wt);animation:changeWeight var(--letter_dur) linear forwards;animation-delay:calc((var(--delay) * .1s));transform-origin:left bottom;position:relative;display:inline-block}.hero .hero-wrapper h1 .letter:before{position:absolute;color:var(--niche-color);font-family:Pacifico,cursive;font-size:clamp(1.25rem,1vw + 1rem,1.875rem);line-height:91.125%;text-transform:none;opacity:0;font-weight:400;-webkit-text-fill-color:var(--niche-color);animation:showUp ease-in-out forwards;animation-duration:calc(var(--letter_dur) + .2s)}.hero .hero-wrapper h1 .letter-4:before{content:"frontend";transform:translate(-1.5625rem,-1.125rem) rotate(-16.289deg);animation-delay:calc(var(--letter_dur) + calc(var(--delay) * .1s) + .1s)}.hero .hero-wrapper h1 .letter-12:before{content:"design";transform:translate(100%,.3125rem) rotate(15deg);animation-delay:calc(var(--letter_dur) + calc(var(--delay) * .1s) + .2s);right:0}.hero .hero-wrapper h1 .letter-8:before{content:"writing";transform:translate(-100%,.125rem) rotate(-15deg);animation-delay:calc(var(--letter_dur) + calc(var(--delay) * .1s) + .3s);left:.9375rem}@property --font-wt{syntax: "<number>"; initial-value: 700; inherits: false;}@keyframes changeWeight{50%{--font-wt: 350}to{--font-wt: 700}}@keyframes showUp{to{opacity:1}}.tech-tools .tech-tools__wrapper{--min-height: calc(var(--vh, 100lvh) * .5);min-height:var(--min-height);display:flex;flex-direction:column;justify-content:center;align-items:center}.tech-tools .tech-tools__wrapper .tech-tools__list{display:flex;margin-top:2.5rem;list-style-type:none;flex-wrap:wrap;gap:.5rem;justify-content:center;width:min(58.125rem,100%);position:relative;overflow:clip}.tech-tools .tech-tools__wrapper .tech-tools__list .tech-tools__item{position:relative;border-radius:.25rem;color:#fff}.tech-tools .tech-tools__wrapper .tech-tools__list .tech-tools__item .tech-tool__name{display:flex;align-items:center;gap:.5rem;-webkit-user-select:none;user-select:none;padding:.625rem;border-radius:.3125rem;background-color:#171717;background-clip:padding-box;border:1px solid transparent;position:relative;z-index:1}.tech-tools .tech-tools__wrapper .tech-tools__list .tech-tools__item .tech-tool__name:before{content:var(--before);line-height:0}@media (hover){.tech-tools .tech-tools__item:before,.tech-tools .tech-tools__item:after{content:"";position:absolute;width:100%;height:100%;border-radius:inherit;left:0;top:0;opacity:0}.tech-tools .tech-tools__item:before{background-image:radial-gradient(5rem circle at var(--mouse-x) var(--mouse-y),rgba(255,255,255,.5),transparent 40%);background-repeat:no-repeat;z-index:0}.tech-tools .tech-tools__list:hover>.tech-tools__item:before{opacity:1}.tech-tools .tech-tools__item:after{background-image:radial-gradient(5.625rem circle at var(--mouse-x) var(--mouse-y),rgba(255,255,255,.07),transparent 50%);background-repeat:no-repeat;transition:opacity .2s linear;z-index:2}.tech-tools .tech-tools__item:hover:after{opacity:1}}.works .works-wrapper{max-width:58.125rem;margin-top:2.5rem;margin-inline:auto;display:grid;grid-template-columns:repeat(2,1fr);justify-content:center;column-gap:2rem}.works .works-wrapper .work{aspect-ratio:16/10;border-radius:.625rem;position:relative;display:flex;flex-direction:column;justify-content:end;overflow:hidden}.works .works-wrapper .work:nth-child(2n){margin-top:2rem}@media screen and (max-width: 45rem){.works .works-wrapper .work:nth-child(2n){margin-top:initial}}.works .works-wrapper .work figure{width:100%;height:100%;position:relative}.works .works-wrapper .work figure .cover-photo{width:100%;height:100%;object-fit:cover;-webkit-user-select:none;user-select:none}.works .works-wrapper .work h5{font-size:1rem;color:#18cdca;font-weight:500}.works .works-wrapper .work a{color:#18cdca}.works .works-wrapper .work.dark .project-link:first-child{filter:invert(100%)}.works .works-wrapper .work:before{content:"";width:100%;height:100%;border-radius:.625rem;position:absolute;background:linear-gradient(0deg,rgb(0,0,0,1) 20%,transparent);bottom:0;left:0;pointer-events:none;z-index:2;transition:transform ease-out .2s;transform:translateY(0)}.works .works-wrapper .work .work-content{position:absolute;inset-inline:0;bottom:0;z-index:3;padding-bottom:1.375rem}.works .works-wrapper .work .work-content h5{margin-bottom:.5rem}.works .works-wrapper .work .work-content h5 small{display:inline-block;padding:.0625rem .1875rem;color:#000;background-color:#fff;font-size:.625rem;border-radius:25vw}.works .works-wrapper .work .work-content p{font-size:.875rem}.works .works-wrapper .work .work-content code{padding:.2em;background-color:#000000a1;border-radius:.4em}.works .works-wrapper .work .projects-icon,.works .works-wrapper .work .tech-stack{position:absolute;top:0;display:flex;column-gap:1rem;z-index:1;padding-top:1.375rem;transition:transform ease-out .2s}.works .works-wrapper .work .projects-icon{right:1.25rem}.works .works-wrapper .work .tech-stack{left:1.25rem;right:unset;column-gap:.5rem}.works .works-wrapper .work .tech-stack .tech-logo{width:1.875rem;aspect-ratio:1 / 1;display:flex;align-items:center;justify-content:center;padding:.1em;-webkit-backdrop-filter:blur(.25rem);backdrop-filter:blur(.25rem);background-color:#00000080;border-radius:50%}.works .works-wrapper .work .tech-stack .tech-logo img{width:1.125rem;height:auto}.works .works-wrapper .work .project-link{--dimension: 2.5rem;width:var(--dimension);height:var(--dimension)}.works .works-wrapper .work:nth-child(odd){--delay: 1}.works .works-wrapper .work:nth-child(2n){--delay: 2}@media (hover){.works .works-wrapper .work .work-content{width:90%;left:50%;transform:translate(-50%,100%);transition:all .2s ease}.works .works-wrapper .work .projects-icon,.works .works-wrapper .work .tech-stack{transform:translateY(-100%)}.works .works-wrapper .work:before{transform:translateY(100%)}.works .works-wrapper .work:is(:hover,:focus-within):before{transform:translateY(0)}.works .works-wrapper .work:is(:hover,:focus-within) .work-content{transform:translate(-50%);transition-delay:.2s}.works .works-wrapper .work:is(:hover,:focus-within) .projects-icon,.works .works-wrapper .work:is(:hover,:focus-within) .tech-stack{transform:translateY(0);transition-delay:.2s}}@media screen and (max-width: 45rem){.works .works-wrapper{column-gap:1rem}}.writings .blogs-wrapper{max-width:58.125rem;margin-inline:auto;margin-top:2.5rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(min(15.625rem,100%),1fr));gap:1rem}.writings .blogs-wrapper .blog{--padding: .75rem;--border-radius: 1.5em;display:flex;flex-direction:column;background:#ffffff0a;border-radius:var(--border-radius);padding:var(--padding);transition:transform .2s,border-radius .125s;position:relative}@media (hover: hover){.writings .blogs-wrapper .blog:hover{--border-radius: 2em}}.writings .blogs-wrapper .blog img{transition:inherit;aspect-ratio:4/3;width:100%;object-fit:cover;border-radius:calc(var(--border-radius) - var(--padding))}.writings .blogs-wrapper .blog .blog-title{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;font-weight:500;font-size:1.25rem;text-align:left;margin-block:.5rem .2rem;color:#b9b9b9}.writings .blogs-wrapper .blog p{font-weight:400;font-size:1rem;text-align:left;margin-bottom:1rem}.writings .blogs-wrapper .blog .read-more{margin-top:auto;display:block;text-align:right;background:linear-gradient(268.53deg,#ffffff82 11.55%,#a4a4a482 93.44%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.writings .blogs-wrapper .blog .read-more:before{content:"";position:absolute;inset:0}.writings .view-more__link{padding:.8em 1em;font-size:1rem;background-color:#212121;border-radius:1.125rem;display:inline-block;text-decoration:none;font-weight:600;margin:.9375rem auto;transition:border-radius .2s ease-in}.writings .view-more__link:hover{border-radius:.8125rem}@media screen and (max-width: 45rem){.writings .blogs-wrapper,.works .works-wrapper{--gradient: linear-gradient(90deg, rgb(0, 0, 0) 85%, transparent 100%);overflow-x:scroll;margin-top:1.75rem;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;display:flex;flex-wrap:nowrap;justify-content:normal;mask:var(--gradient)}.blog,.work{width:min(25rem,100%);scroll-snap-align:start;flex-shrink:0}}.contact .contact-container{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:20vmax;color:#fff}.contact .contact-container .mail-reach{position:relative}.contact .contact-container .mail-reach:before{content:"";position:absolute;width:1.2em;background-color:#16c60c;border-radius:50%;aspect-ratio:1;left:-.85em;top:50%;translate:-100% -50%;animation:ping .65s infinite cubic-bezier(0,0,.2,1) alternate;will-change:scale}@media (prefers-reduced-motion){{animation:none}}.contact .contact-container .mail-reach a{display:flex;align-items:center;text-decoration:underline;font-size:clamp(1rem,.8rem + 1.8vw,5rem);font-weight:600;perspective:31.25rem}.contact .contact-container .mail-reach a:after{margin-left:.5em;width:.85em;content:url("data:image/svg+xml,%3Csvg viewBox='0 0 33 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M31.7036 1.29649L14.3403 18.6632M1.38262 12.3233L31.1909 1.03935C31.2984 0.998209 31.4155 0.989096 31.5281 1.01311C31.6407 1.03712 31.744 1.09322 31.8254 1.17465C31.9068 1.25607 31.9629 1.35933 31.9869 1.47196C32.0109 1.58458 32.0018 1.70174 31.9607 1.8093L20.679 31.6234C20.6341 31.7367 20.5557 31.8334 20.4542 31.9007C20.3527 31.968 20.233 32.0026 20.1113 31.9998C19.9895 31.9971 19.8716 31.9571 19.7732 31.8853C19.6749 31.8135 19.6009 31.7132 19.5612 31.5981L14.5385 19.2185C14.4799 19.0431 14.3814 18.8837 14.2506 18.7529C14.1199 18.6221 13.9605 18.5235 13.7851 18.465L1.40795 13.4458C1.29135 13.407 1.18959 13.3331 1.11659 13.2342C1.04359 13.1353 1.00293 13.0163 1.00015 12.8934C0.997378 12.7706 1.03264 12.6498 1.1011 12.5478C1.16956 12.4457 1.26789 12.3673 1.38262 12.3233Z' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");transition:transform .25s linear}.contact .contact-container .mail-reach a:hover:after{transform:translate(4px,-2px)}@media screen and (max-width: 31.25rem){.contact .contact-container .mail-reach a{font-size:1rem}}@keyframes ping{0%{scale:1.25}to{scale:1}}footer{background-color:#292929;margin-top:5rem;padding:1.25rem 0;position:relative;overflow:hidden}footer .blob{width:21.875rem;aspect-ratio:1 / 1;position:absolute;filter:blur(3.125rem);border-radius:56% 44% 44% 56%/55% 46% 54% 45%;background:linear-gradient(143.08deg,#93eaa6 -16.63%,#f1c040 26.98%,#784ada 72.63%,#ef65c8e0 114.19%);pointer-events:none}footer .blob:nth-child(1){top:-18.75rem;left:10%}footer .blob:nth-child(2){bottom:-18.75rem;right:10%}footer .footer-wrapper{width:min(118.75rem,90%);display:flex;justify-content:space-between;margin:0 auto;align-items:center;z-index:2;position:relative;gap:4rem}footer .footer-wrapper>a{font-size:0}footer .footer-wrapper .footer-nav{display:inline-flex;flex-direction:column;row-gap:1.5625rem}footer .footer-wrapper .footer-nav .row{display:flex;flex-direction:row;column-gap:1.4375rem;justify-content:center}footer .footer-wrapper .footer-nav .row img{--dimension: 2.375rem;height:var(--dimension);width:var(--dimension)}footer .footer-wrapper .footer-nav .row a{font-size:0}footer .footer-wrapper .footer-nav .soc-logos{display:flex;flex-direction:column;row-gap:.9375rem;justify-content:center}footer .footer-wrapper h5{font-size:1.375rem;font-weight:600;text-align:center}footer .footer-wrapper .hire-me h5{margin-bottom:1rem}footer .footer-wrapper .hire-me a{display:block;text-align:center;padding:.5em 1em;background-color:#20202090;border-radius:.625rem;font-size:1.125rem;text-decoration:auto}footer .footer-wrapper .hire-me a:not(:last-child){margin-bottom:1rem}@media screen and (max-width: 48rem){footer .footer-wrapper{flex-direction:column;gap:2rem;align-items:center;margin:0 auto}footer .footer-wrapper>a{order:2}footer .footer-wrapper h5{font-size:1.125rem}footer .hire-me a{font-size:1rem}footer .footer-nav{order:3}footer .hire-me{order:1}}}@layer transition{@property --checkpoint-difference{syntax: "<percentage>"; initial-value: -15%; inherits: false;}.tech-tools__list{mask:linear-gradient(125deg,rgb(11,11,11) calc(var(--checkpoint-difference) - 15%),rgba(11,11,11,.8) calc(var(--checkpoint-difference) - 5%),rgba(0,0,0,.2) calc(var(--checkpoint-difference) + 10%),rgba(11,11,11,.8) calc(var(--checkpoint-difference) + 25%),rgb(11,11,11) calc(var(--checkpoint-difference) + 35%));-webkit-mask-composite:source-in;mask-composite:intersect}.tech-tools__list.show{animation:skeleton 1s cubic-bezier(.676,.964,.277,-.034) forwards}@keyframes skeleton{to{--checkpoint-difference: 105%}}@media screen and (width > 45rem){:is(.works-wrapper,.blogs-wrapper) .hidden{opacity:0;filter:blur(.3125rem);transform:translateY(1.25rem);transition:transform .2s,border-radius .125s;transition-delay:calc(.2s * var(--delay));will-change:transform}:is(.works-wrapper,.blogs-wrapper) .show{opacity:1;filter:blur(0);transform:translateY(0)}}}
