@keyframes scroll-blink{0%{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background-color:#1c1b1b4d;border-bottom-color:#6ee7b7}50%{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#1c1b1be6;border-bottom-color:#6ee7b7}to{-webkit-backdrop-filter:blur();backdrop-filter:blur();background-color:#1c1b1b;border-bottom-color:#6ee7b7}}@media (width<=768px){html{scroll-padding-top:calc(3.75rem + 2px)}#header{padding-block:.375rem}}@media (prefers-reduced-motion:reduce){#header{transition:none}#header.scroll-blink{animation:none}}@layer reset{*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;padding:0}ul,ol{margin:0;padding:0;list-style:none}a{text-decoration:none}button{cursor:pointer;border:none}img{max-width:100%;height:auto;display:block}}@layer base{html{scroll-padding-top:calc(4rem + 2px);font-size:clamp(1rem,.85vw + .85rem,1.125rem)}body{color:#eff1f3;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;background-color:#1c1b1b;grid-template-rows:auto 1fr auto;min-height:100dvh;font-family:Inter,system-ui,-apple-system,sans-serif;font-weight:400;line-height:1.6;display:grid}main{background-color:#131313}#header{z-index:1000;color:#eff1f3;background-color:#1c1b1b;border-bottom:2px solid #0000;padding-block:.5rem;transition:background-color .4s,box-shadow .4s,border-color .4s,-webkit-backdrop-filter .4s,backdrop-filter .4s;position:sticky;top:0}#header.scroll-blink{animation:.35s forwards scroll-blink}footer{background-color:#1c1b1b}section{padding:3rem 0}section:nth-child(2n){background-color:#1c1b1b}}@layer typography{@font-face{font-family:Inter;font-weight:100 900;font-display:swap;font-style:normal;src:local(Inter),url(/portfolio-dev/assets/Inter-VariableFont_opsz_wght-FIwubZjA.woff2)format("woff2")}@font-face{font-family:Roboto Flex;font-weight:100 700;font-display:swap;font-stretch:75% 125%;font-style:normal;src:local(Roboto Flex),url(/portfolio-dev/assets/Roboto-VariableFont_wdth_wght-C4tKlRBO.woff2)format("woff2")}h1,h2,h3,h4{margin:0;font-family:Inter,system-ui,-apple-system,sans-serif;font-weight:700}h1{font-variation-settings:"wdth" 120;letter-spacing:-.02em;font-size:clamp(3.25rem,2.4rem + 8.5vw,7rem);line-height:1.1}h2{font-variation-settings:"wdth" 115;line-height:1.2}h3{font-size:clamp(1.75rem,1.1rem + 2.5vw,2.75rem);line-height:1.3}p{max-width:65ch}a{color:#bccac1;cursor:pointer}}@layer components{.container{width:min(100% - 2rem,75rem);margin-inline:auto}.site-header{justify-content:space-between;align-items:center;min-height:3.5rem;display:flex;position:relative}.site-header:after{content:"";opacity:.7;pointer-events:none;background:linear-gradient(90deg,#6ee7b7,#0000 70%);height:1px;position:absolute;bottom:-1px;left:0;right:0}.site-header .menu-toggle{min-width:44px;min-height:44px;font:inherit;color:#eff1f3;text-transform:uppercase;background:0 0;border:1px solid #6ee7b7;border-radius:.625rem;padding:.5rem .75rem;font-size:.75rem;font-weight:700;display:none}.site-header .menu-toggle:focus-visible{outline-offset:4px;outline:2px solid #6ee7b7}.site-header .hero-logo{color:#6ee7b7;text-shadow:0 0 #6ee7b7;text-transform:uppercase;justify-content:flex-start;align-items:center;min-width:44px;min-height:44px;font-size:1.5rem;font-weight:900;line-height:1;transition:color .3s,text-shadow .3s,transform .3s;display:inline-flex;position:relative}.site-header .hero-logo:hover{color:#6ee7b7;text-shadow:0 0 6px #6ee7b7,0 0 12px #6ee7b7;transform:translateY(-1px)}.site-header:has(nav) ul{gap:1rem;font-size:.875rem;line-height:2;display:flex}.site-header ul li a{align-items:center;min-height:44px;padding-inline:.25rem;display:inline-flex;position:relative}.site-header ul a:hover{color:#6ee7b7}.site-header .hero-logo:focus-visible,.site-header ul a:focus-visible{outline-offset:4px;border-radius:.25rem;outline:2px solid #6ee7b7}.site-header ul a:after{content:"";transform-origin:0;background-color:#6ee7b7;height:2px;transition:transform .3s;position:absolute;bottom:.35rem;left:.25rem;right:.25rem;transform:scaleX(0)}.site-header ul a:hover:after,.site-header ul a:focus-visible:after{transform:scaleX(1)}@media (width<=768px){.site-header{flex-wrap:wrap;gap:0 .75rem}.site-header .menu-toggle{justify-content:center;align-items:center;margin-left:auto;display:inline-flex}.site-header nav{width:100%}.site-header nav ul{flex-direction:column;gap:.25rem;min-height:0;overflow:hidden}.site-header nav a{width:100%;padding:.5rem}.header--enhanced nav{visibility:hidden;opacity:0;pointer-events:none;grid-template-rows:0fr;transition:grid-template-rows .225s,opacity .225s,visibility 0s linear .225s;display:grid}.header--enhanced.is-menu-open nav{visibility:visible;opacity:1;pointer-events:auto;grid-template-rows:1fr;transition-delay:0s}}@media (width<=768px) and (prefers-reduced-motion:reduce){.header--enhanced nav{transition:none}}@media (prefers-reduced-motion:reduce){.site-header .hero-logo{transition:none}.site-header .hero-logo:hover{text-shadow:none;transform:none}.site-header ul a:after{transition:none}}.btn-download-resume{color:#fff;cursor:pointer;background:0 0;border:1px solid #bccac1;border-radius:.6rem;align-items:center;gap:.5rem;padding:1rem 1.7rem;transition:transform .2s,border-color .2s,background .2s,box-shadow .2s;display:inline-flex;position:relative;overflow:hidden}.btn-download-resume .icon{transition:transform .3s}.btn-download-resume:focus-visible{outline-offset:4px;outline:2px solid #6ee7b7}.btn-download-resume:after{content:"";background:linear-gradient(120deg,#0000,#ffffff26,#0000);width:100%;height:100%;transition:left .6s;position:absolute;top:0;left:-100%}.btn-download-resume:hover{background:#ffffff0a;border-color:#6ee7b7;transform:translateY(-2px);box-shadow:0 10px 25px #00000040}.btn-download-resume:hover .icon{transform:translateY(4px)}.btn-download-resume:hover:after{left:100%}.btn-download-resume:active{transform:translateY(0);box-shadow:0 4px 10px #00000026}.btn-view-project{color:#131313;cursor:pointer;background-color:#6ee7b7;border:1px solid #6ee7b7;border-radius:.625rem;align-items:center;gap:.6rem;min-height:44px;padding:.75rem 1.25rem;font-size:.85rem;font-weight:700;transition:background-color .2s,border-color .2s,color .2s;display:inline-flex}.btn-view-project .icon-wrapper{justify-content:center;align-items:center;transition:transform .3s;display:flex}.btn-view-project:focus-visible{outline-offset:4px;outline:2px solid #6ee7b7}.btn-view-project:hover{color:#131313;background-color:#6ee7b7;border-color:#eff1f3}.btn-view-project:hover .icon-wrapper{transform:translate(2px)}.btn-view-project:active{color:#131313;background-color:#6ee7b7;border-color:#131313}.resume-btn{color:#002115;background:linear-gradient(#aaffd8,#6ee7b7);border-radius:.75rem;padding-block:.5rem;padding-inline:1.5rem;font-size:.75rem;font-weight:700;transition:transform .3s ease-in-out}.resume-btn:hover{transform:scale(1.05);box-shadow:0 4px 8px #0000001a}.resume-btn:focus-visible{outline-offset:4px;outline:2px solid #6ee7b7}@media (prefers-contrast:more){.link-btn{border:2px solid #6ee7b7}}@media (prefers-reduced-motion:reduce){.btn-download-resume,.btn-download-resume .icon{transition:none}.btn-download-resume:after{transition:none;display:none}.btn-download-resume:hover,.btn-download-resume:active,.btn-download-resume:hover .icon{transform:none}.btn-view-project,.btn-view-project .icon-wrapper{transition:none}.btn-view-project:hover .icon-wrapper{transform:none}}.hero-container{grid-template-columns:minmax(0,1fr);row-gap:clamp(1.25rem,3vw,2rem);padding-block:clamp(1rem,3vw,2rem);display:grid}.hero__heading{border-inline-start:2px solid #6ee7b7;padding-inline-start:clamp(1rem,5vw,5rem)}.hero__heading h1{font-variation-settings:"wdth" 112;letter-spacing:-.04em;max-width:14ch;font-size:clamp(2.75rem,7vw,5rem);font-weight:800;line-height:1}.hero__heading .hero-kicker{color:#6ee7b7;letter-spacing:.12em;text-transform:uppercase;margin:0 0 1.25rem;font-size:.8rem;font-weight:600;line-height:1.4}.hero__body{max-width:42rem;padding-inline-start:clamp(1rem,5vw,5rem)}.hero__body .hero-description{color:#bccac1;max-width:38rem;margin:0;font-size:clamp(1rem,1.5vw,1.25rem);line-height:1.65}.hero__body .my-links-info{flex-wrap:wrap;gap:.75rem;margin-top:1.5rem;display:flex}.hero__body .btn-email{color:#eff1f3;background-color:#0000;border:1px solid #6ee7b7;border-radius:.625rem;justify-content:center;align-items:center;min-height:44px;padding:.75rem 1.25rem;font-size:.85rem;font-weight:600;transition:color .2s,background-color .2s,border-color .2s;display:inline-flex}.hero__body .btn-email:hover{color:#eff1f3;background-color:#ffffff05;border-color:#6ee7b7}.hero__body .btn-email:active{background-color:#ffffff05}.hero__body .btn-email:focus-visible{outline-offset:4px;outline:2px solid #6ee7b7}.hero__profile{min-width:0;padding-inline-start:clamp(1rem,5vw,5rem);display:block}.hero__profile-list{gap:1rem;margin:0;display:grid}.hero__profile-list div{min-width:0}.hero__profile-list dt{color:#bccac1;letter-spacing:.12em;margin-bottom:.35rem;font-size:.7rem;font-weight:600;line-height:1.4}.hero__profile-list dd{color:#eff1f3;overflow-wrap:anywhere;flex-wrap:wrap;gap:.35rem .75rem;margin:0;font-size:.95rem;line-height:1.5;display:flex}.hero__profile-list a{color:#6ee7b7;text-underline-offset:.2em;align-items:center;min-width:44px;min-height:44px;text-decoration:underline;text-decoration-thickness:1px;display:inline-flex}.hero__profile-list a:hover{color:#eff1f3}.hero__profile-list a:focus-visible{outline-offset:3px;outline:2px solid #6ee7b7}.hero__profile-list>div:first-child{display:none}@media (width<=1023px){.hero__profile-list>div:last-child dt{display:none}.hero__profile-list>div:last-child dd{gap:.5rem}}@media (width>=1024px){.hero-container{grid-template-columns:minmax(0,1fr) minmax(260px,.42fr);column-gap:clamp(2rem,5vw,4rem)}.hero__heading{grid-column:1/-1}.hero__heading h1{max-width:none}.hero__body{grid-column:1;align-self:start}.hero__profile{border-inline-start:1px solid #ffffff0f;grid-column:2;align-self:start;min-width:0;padding-inline-start:clamp(1.25rem,3vw,2rem);display:block}.hero__profile-list{gap:1.25rem}.hero__profile-list>div:first-child{display:block}}@media (width<=768px){.hero-container{padding-block:1rem}}@media (prefers-reduced-motion:reduce){.hero__body .btn-email{transition:none}}.about{background:#131313;padding-block:clamp(3rem,6vw,4rem)}.about__container{gap:clamp(2rem,5vw,4rem);width:min(100% - 2rem,75rem);margin-inline:auto;display:grid}.about__intro{min-width:0}.about__label{color:#6ee7b7;letter-spacing:.4em;text-transform:uppercase;margin-bottom:1rem;font-size:.75rem;line-height:1.2;display:inline-block}.about__title{color:#eff1f3;max-width:18ch;margin:0;font-size:clamp(2rem,1.25rem + 3vw,3.25rem);font-weight:700;line-height:1.1}.about__intro-text{color:#bccac1;max-width:42rem;margin:1.5rem 0 0;line-height:1.7}.about__principles{min-width:0;margin:0;padding:0;list-style:none;display:grid}.about__principle{opacity:1;border-top:1px solid #ffffff0f;grid-template-columns:auto minmax(0,1fr);gap:1rem;min-width:0;padding-block:1rem;transition:opacity .6s cubic-bezier(.22,1,.36,1),transform .6s cubic-bezier(.22,1,.36,1);display:grid;transform:none}.about__principle:last-child{border-bottom:1px solid #ffffff0f}.about--enhanced .about__principle{opacity:0;transform:translateY(1rem)}.about--enhanced .about__principle.animate{opacity:1;transform:none}.about__number{color:#6ee7b7;letter-spacing:.1em;font-size:.75rem;font-weight:600;line-height:1.4}.about__principle-title{color:#eff1f3;margin:0;font-size:1.1rem;line-height:1.3}.about__principle-text{color:#bccac1;max-width:32rem;margin:.35rem 0 0;font-size:.9rem;line-height:1.6}@media (width>=1024px){.about__container{grid-template-columns:1.1fr .9fr;align-items:start}.about__principles{padding-top:1.75rem}}@media (prefers-reduced-motion:reduce){.about__principle{transition:none}.about--enhanced .about__principle,.about--enhanced .about__principle.animate{opacity:1;transform:none}}.skills{background:#1c1b1b;padding-block:clamp(3rem,6vw,4rem)}.skills__inner{width:min(100% - 2rem,75rem);margin-inline:auto}.skills__header{gap:1rem;margin-bottom:2rem;display:grid}.skills__title-label{color:#6ee7b7;letter-spacing:.4em;text-transform:uppercase;margin-bottom:.75rem;font-size:.75rem;font-weight:500;line-height:1.2;display:inline-block}.skills__title{color:#eff1f3;margin:0;font-size:clamp(1.75rem,1.1rem + 2.5vw,2.75rem);font-weight:700;line-height:1.1}.skills__description{color:#bccac1;max-width:28rem;margin:0;font-size:.9rem;line-height:1.6}.skills__list{border-top:1px solid #ffffff0f;gap:0 2rem;margin:0;padding:0;list-style:none;display:grid}.skills__category{border-bottom:1px solid #ffffff0f;align-content:start;gap:1rem;min-width:0;padding-block:1.25rem;display:grid}.skills__category-info{min-width:0}.skills__category-title{color:#eff1f3;margin:0;font-size:1.15rem;line-height:1.3}.skills__category-description{color:#bccac1;max-width:24rem;margin:.4rem 0 0;font-size:.85rem;line-height:1.5}.skills__items{flex-wrap:wrap;align-content:start;gap:.4rem .9rem;min-width:0;margin:0;padding:0;list-style:none;display:flex}.skills__item{color:#eff1f3;overflow-wrap:anywhere;align-items:baseline;min-width:0;font-size:.9rem;line-height:1.45;display:inline-flex}.skills__item:before{color:#6ee7b7;content:"·";flex:none;margin-inline-end:.5rem}@media (width>=768px){.skills__list{grid-template-columns:repeat(2,minmax(0,1fr))}.skills__category:nth-child(3){grid-column:1/-1}}@media (width>=1024px){.skills__list{grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,.65fr);column-gap:clamp(1.5rem,3vw,2.5rem)}.skills__category:nth-child(3){grid-column:auto}}.projects{padding-block:clamp(3rem,6vw,4rem)}.projects__label{color:#6ee7b7;letter-spacing:.4em;text-transform:uppercase;margin:0 0 .75rem;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:.75rem;font-weight:500;line-height:1.2;display:block}.projects__title{color:#eff1f3;margin:0 0 2rem;font-size:clamp(1.75rem,1.1rem + 2.5vw,2.75rem);font-weight:700;line-height:1.2}.projects__list{border-top:1px solid #ffffff0f;margin:0;padding:0;list-style:none;display:grid}.projects__item{border-bottom:1px solid #ffffff0f;min-width:0}.projects__card{gap:1.25rem;min-width:0;padding-block:1.25rem;transition:border-color .3s,transform .3s;display:grid}.projects__identity{align-items:flex-start;gap:1rem;min-width:0;display:flex}.projects__number{color:#6ee7b7;letter-spacing:.12em;flex:none;font-size:.8rem;font-weight:600;line-height:1.4}.projects__type{color:#bccac1;letter-spacing:.12em;text-transform:uppercase;margin:0 0 .35rem;font-size:.7rem;font-weight:600;line-height:1.2}.projects__card-title{color:#eff1f3;margin:0;font-size:clamp(1.25rem,.85rem + 2.2vw,1.75rem);line-height:1.3}.projects__details{min-width:0}.projects__card-description{color:#bccac1;max-width:42rem;margin:0;line-height:1.55}.projects__technologies{flex-wrap:wrap;gap:.5rem;min-width:0;margin:.85rem 0 0;padding:0;list-style:none;display:flex}.projects__technology{color:#bccac1;overflow-wrap:anywhere;border:1px solid #ffffff0f;border-radius:.625rem;align-items:center;min-width:0;max-width:100%;padding:.3rem .55rem;font-size:.7rem;line-height:1.2;display:inline-flex}.projects__links{flex-wrap:wrap;align-items:flex-start;gap:.5rem;min-width:0;display:flex}.projects__link{color:#eff1f3;background-color:#0000;border:1px solid #ffffff0f;border-radius:.625rem;justify-content:center;align-items:center;min-height:44px;padding:.5rem .625rem;font-size:.8rem;font-weight:600;line-height:1.2;transition:border-color .2s,color .2s;display:inline-flex}.projects__link:hover{color:#6ee7b7;background-color:#0000;border-color:#6ee7b7}.projects__link:active{color:#eff1f3;background-color:#0000;border-color:#ffffff0f}.projects__link:focus-visible{outline-offset:3px;outline:2px solid #6ee7b7}.projects__card:hover{border-color:#6ee7b759;transform:translateY(-2px)}@media (width>=768px){.projects__card{grid-template-columns:minmax(10rem,.8fr) minmax(0,1fr);column-gap:clamp(1.5rem,4vw,3rem)}.projects__details,.projects__links{grid-column:2}}@media (width>=1024px){.projects__card{grid-template-columns:minmax(12rem,.8fr) minmax(16rem,1.4fr) minmax(12rem,1fr) auto;align-items:start;column-gap:clamp(1.25rem,3vw,2.5rem)}.projects__details{grid-column:2/4}.projects__links{grid-column:4;justify-content:flex-end}}@media (prefers-reduced-motion:reduce){.projects__card,.projects__link{transition:none}.projects__card:hover{transform:none}}.contact{background:#131313;padding-block:clamp(3rem,6vw,4rem)}.contact__inner{width:min(100% - 2rem,75rem);margin-inline:auto}.contact__intro{max-width:42rem}.contact__title-label{color:#6ee7b7;letter-spacing:.4em;text-transform:uppercase;margin-bottom:.75rem;font-size:.75rem;font-weight:500;line-height:1.2;display:inline-block}.contact__title{color:#eff1f3;max-width:22ch;margin:0;font-size:clamp(2rem,1.25rem + 3vw,3.25rem);font-weight:700;line-height:1.1}.contact__content{gap:2rem;margin-top:clamp(2rem,5vw,3.5rem);display:grid}.contact__text{color:#bccac1;max-width:28rem;margin:0;line-height:1.6}.contact__details{min-width:0}.contact__meta{gap:1rem;margin:0;display:grid}.contact__meta>div{border-top:1px solid #ffffff0f;min-width:0;padding-top:1rem}.contact__meta dd{margin:0}.contact__label{color:#bccac1;letter-spacing:.12em;text-transform:uppercase;margin:0 0 .35rem;font-size:.7rem;font-weight:600;line-height:1.2}.contact__email{color:#eff1f3;overflow-wrap:anywhere;text-underline-offset:.2em;align-items:center;max-width:100%;min-height:44px;font-size:clamp(1rem,2vw,1.25rem);font-weight:600;line-height:1.4;text-decoration:underline;text-decoration-thickness:1px;display:inline-flex}.contact__email:hover{color:#6ee7b7}.contact__email:focus-visible{outline-offset:4px;outline:2px solid #6ee7b7}.contact__value{color:#eff1f3;overflow-wrap:anywhere;margin:0;line-height:1.5}.contact__socials{border-top:1px solid #ffffff0f;flex-wrap:wrap;gap:.5rem 1rem;margin:1.25rem 0 0;padding:1.25rem 0 0;list-style:none;display:flex}.contact__social-link{color:#bccac1;text-underline-offset:.2em;align-items:center;min-width:44px;min-height:44px;line-height:1.3;text-decoration:underline;display:inline-flex}.contact__social-link:hover{color:#6ee7b7}.contact__social-link:focus-visible{outline-offset:3px;outline:2px solid #6ee7b7}@media (width>=768px){.contact__content{max-width:64rem}}@media (width>=1024px){.contact__content{grid-template-columns:minmax(0,.7fr) minmax(20rem,1.3fr);align-items:start;column-gap:clamp(2.75rem,7.1rem - 5.4vw,4rem)}}.site-footer{border-top:1px solid #ffffff0f;align-items:center;gap:1rem;padding-block:1.75rem;display:grid}.site-footer .footer-logo{color:#eff1f3;letter-spacing:-.05em;font-size:clamp(1rem,2.5vw,1.25rem);font-weight:700;line-height:1.75}.site-footer .footer-logo a{align-items:center;min-width:44px;min-height:44px;display:inline-flex}.site-footer .footer-logo a:focus-visible{outline-offset:4px;outline:2px solid #6ee7b7}.site-footer .copyright{color:#bccac1;letter-spacing:.12rem;font-size:.66rem;line-height:1.5}.site-footer .footer-social-links{display:flex}.site-footer .footer-social-links ul{flex-wrap:wrap;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.site-footer .footer-social-links .social-icon{justify-content:center;align-items:center;width:44px;height:44px;display:inline-flex}.site-footer .footer-social-links .social-icon:focus-visible{outline-offset:3px;outline:2px solid #6ee7b7}@media (width>=768px){.site-footer{grid-template-columns:auto minmax(0,1fr) auto;column-gap:1.5rem}.site-footer .copyright{text-align:center}.site-footer .footer-social-links{justify-content:flex-end}}@media (width<=767px){.site-footer{text-align:center;justify-items:center;padding-block:1.25rem}.site-footer .footer-social-links{justify-content:center}}}@layer utilities{.flex-center{justify-content:center;align-items:center;display:flex}.social-icon{cursor:pointer;background-color:#1c1b1b80;border:2px solid #bccac180;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:background-color .3s,border-color .3s;display:flex}.social-icon:focus-visible{outline-offset:4px;outline:2px solid #6ee7b7}.social-icon svg{fill:#bccac1;width:20px;height:20px;transition:fill .3s}.social-icon:hover{background-color:#6ee7b7cc;border-color:#6ee7b7cc}.social-icon:hover svg{fill:#eff1f3}@media (prefers-reduced-motion:reduce){.social-icon,.social-icon svg{transition:none}}}
