.Header-module__LH17rG__header{justify-content:space-between;align-items:center;max-width:1920px;margin:0 auto;padding:6.4rem 3.2rem 3.2rem;display:flex}.Header-module__LH17rG__nav{background-color:var(--ice-color);z-index:1;text-align:right;opacity:0;width:500px;height:100vh;transition:opacity .5s ease, right .3s ease-in-out, display .5s ease allow-discrete;justify-content:flex-end;align-items:center;padding:1.6rem;display:none;position:absolute;top:0;right:-200%}.Header-module__LH17rG__nav.Header-module__LH17rG__active{opacity:1;display:flex;right:0}@starting-style{.Header-module__LH17rG__nav.Header-module__LH17rG__active{opacity:0;right:-200%}}.Header-module__LH17rG__nav_list{flex-direction:column;align-items:flex-end;gap:9rem;width:100%;font-size:3.2rem;list-style:none;display:flex}.Header-module__LH17rG__nav_item{border-radius:.8rem;width:100%;transition:all .3s ease-in-out}.Header-module__LH17rG__nav_item a{width:100%;height:100%;padding:1.6rem;display:inline-block}.Header-module__LH17rG__nav_item:hover{background-color:#d4dae1;width:100%}@media (max-width:768px){.Header-module__LH17rG__header{width:100%}}.Header-module__LH17rG__hamburger{background-color:var(--ice-color);z-index:2;cursor:pointer;border:none;border-radius:50%;outline:none;width:80px;height:80px;position:relative;box-shadow:0 0 10px #00000040}.Header-module__LH17rG__hamburger span{background-color:var(--text-dark);width:40px;height:4px;transition:all .3s ease-in-out;display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Header-module__LH17rG__hamburger span:first-child{top:35%}.Header-module__LH17rG__hamburger span:nth-child(2){width:40px}.Header-module__LH17rG__hamburger span:nth-child(3){width:40px;top:65%}.Header-module__LH17rG__hamburger.Header-module__LH17rG__active span:first-child{top:50%;transform:translate(-50%,-50%)rotate(45deg)}.Header-module__LH17rG__hamburger.Header-module__LH17rG__active span:nth-child(2){width:0}.Header-module__LH17rG__hamburger.Header-module__LH17rG__active span:nth-child(3){top:50%;transform:translate(-50%,-50%)rotate(-45deg)}body:has(.Header-module__LH17rG__nav.Header-module__LH17rG__active){overflow:hidden}
.hero-module__U9dPna__hero{color:var(--text);text-align:center;isolation:isolate;padding:8rem 1.6rem 16rem;position:relative;overflow:hidden}.hero-module__U9dPna__background{z-index:0;z-index:-2;opacity:.18;inset:0;background-image:url(/pattern.svg);background-repeat:repeat;background-size:220px;position:absolute;inset:0}.hero-module__U9dPna__background:after{content:"";z-index:-1;background:radial-gradient(circle,#0000 21%,#222 63%);width:100%;height:100%;position:absolute;inset:0}.hero-module__U9dPna__content{z-index:10;position:relative}.hero-module__U9dPna__primary_header{color:var(--ice-color);margin-bottom:4.8rem;font-size:11.2rem;font-weight:700}.hero-module__U9dPna__sub_title{margin-bottom:1.6rem;font-size:3.2rem;font-weight:400}.hero-module__U9dPna__description{max-width:93rem;margin:0 auto 3.2rem;font-size:2.4rem;font-weight:400}.hero-module__U9dPna__button_group{gap:1.6rem;width:fit-content;margin:0 auto 8rem;display:flex}.hero-module__U9dPna__button_group a{cursor:pointer;background-color:var(--background-light);color:var(--text-dark);border:1px solid var(--background-light);isolation:isolate;border-radius:.8rem;outline:none;padding:1.6rem 3.2rem;font-size:3.2rem;font-weight:700;transition:color .3s ease-in-out;position:relative}.hero-module__U9dPna__button_group .hero-module__U9dPna__work_button{background-color:var(--background)!important;color:var(--background-light)!important}.hero-module__U9dPna__button_group .hero-module__U9dPna__work_button:hover{color:var(--text-dark)!important}.hero-module__U9dPna__button_group a:after{content:"";z-index:-1;border-radius:.8rem;width:0;height:100%;transition:width .3s ease-in-out;position:absolute;top:0;left:0}.hero-module__U9dPna__button_group .hero-module__U9dPna__contact_button:after{background-color:var(--background)}.hero-module__U9dPna__button_group .hero-module__U9dPna__work_button:after{background-color:var(--background-light)}.hero-module__U9dPna__button_group a:hover:after{width:100%}.hero-module__U9dPna__button_group .hero-module__U9dPna__contact_button:hover{color:var(--text)}.hero-module__U9dPna__button_group .hero-module__U9dPna__work_button:hover:after{background-color:var(--background-light)}.hero-module__U9dPna__hero_image_container{width:fit-content;position:relative}.hero-module__U9dPna__hero_image{z-index:5;border-radius:3.2rem;width:100%;max-width:120rem;height:auto;margin:0 auto;display:block;position:relative}.hero-module__U9dPna__desktop{display:block}.hero-module__U9dPna__mobile{border-radius:8px;width:auto;height:550px;display:none}.hero-module__U9dPna__hero_image_container:after{content:"";filter:blur(100px);z-index:-1;background-color:#c026d3;border-radius:50%;width:100%;max-width:500px;height:100%;max-height:500px;position:absolute;top:5%;left:0;transform:translate(-50%,-50%)}@media (max-width:84em){.hero-module__U9dPna__background:after{background:radial-gradient(circle,#0000 21%,#222 87%)}}@media (max-width:44em){.hero-module__U9dPna__primary_header{font-size:9.8rem}.hero-module__U9dPna__background:after{background:radial-gradient(circle,#0000 21%,#222 100%)}.hero-module__U9dPna__desktop{display:none}.hero-module__U9dPna__mobile{display:block}}@media (max-width:34em){.hero-module__U9dPna__primary_header{font-size:6.2rem}.hero-module__U9dPna__button_group button{font-size:2.4rem}}
.about-me-module__22KX_G__about{background-color:var(--ice-color);border-radius:3.2rem;width:90%;max-width:120rem;margin:0 auto;padding:8rem 4.8rem}.about-me-module__22KX_G__header{grid-template-columns:2fr 1fr;align-items:center;gap:6.4rem;margin-bottom:8rem;display:grid}.about-me-module__22KX_G__content h2{color:var(--text-dark);margin-bottom:2.4rem;font-size:5.2rem;font-weight:700}.about-me-module__22KX_G__content p{color:var(--text-light-dark);max-width:60rem;font-size:1.6rem;line-height:1.8}.about-me-module__22KX_G__content p:not(:last-child){margin-bottom:2.4rem}.about-me-module__22KX_G__imageContainer{justify-content:center;align-items:center;display:flex}.about-me-module__22KX_G__image{object-fit:cover;object-position:top center;border:.4rem solid var(--background-light);border-radius:50%;width:24rem;height:24rem;box-shadow:0 1.2rem 3.2rem #0000001a}.about-me-module__22KX_G__cards{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3.2rem;list-style:none;display:grid}.about-me-module__22KX_G__card{background-color:var(--background-light);border-radius:2.4rem;padding:3.2rem;transition:transform .3s,box-shadow .3s}.about-me-module__22KX_G__card:hover{transform:translateY(-.8rem);box-shadow:0 1.6rem 4.8rem #0000001a}.about-me-module__22KX_G__icon{background-color:var(--ice-color);border-radius:50%;place-items:center;width:6.4rem;height:6.4rem;margin-bottom:2.4rem;display:grid}.about-me-module__22KX_G__card h3{color:var(--text-dark);margin-bottom:1.6rem;font-size:2.4rem;font-weight:700}.about-me-module__22KX_G__card p{color:var(--text-light-dark);font-size:1.6rem;line-height:1.8}@media (max-width:768px){.about-me-module__22KX_G__about{padding:6.4rem 2.4rem}.about-me-module__22KX_G__header{text-align:center;grid-template-columns:1fr;gap:4.8rem}.about-me-module__22KX_G__imageContainer{order:-1}.about-me-module__22KX_G__image{width:20rem;height:20rem}}
.projects-module__GWCWbq__section{background-color:var(--background);max-width:144rem;color:var(--text);margin:0 auto;padding:16rem 4.8rem 8rem}.projects-module__GWCWbq__header{border-bottom:.1rem dashed #fff3;justify-content:space-between;align-items:center;gap:2.4rem;margin-bottom:6.4rem;padding-bottom:2.4rem;display:flex}.projects-module__GWCWbq__heading{font-family:var(--font-display,serif);color:var(--text);font-size:3.6rem;font-style:italic;font-weight:500}.projects-module__GWCWbq__headerLink{color:var(--text);text-underline-offset:.4rem;white-space:nowrap;align-items:center;gap:.8rem;font-size:1.4rem;text-decoration:underline;display:inline-flex}.projects-module__GWCWbq__list{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:4.8rem;margin:0;padding:0;list-style:none;display:grid}.projects-module__GWCWbq__item{display:flex}.projects-module__GWCWbq__card{background-color:var(--ice-color);border-radius:2.4rem;flex-direction:column;width:100%;padding:1.6rem;display:flex}.projects-module__GWCWbq__imageWrapper{border-radius:.8rem;margin-bottom:2.4rem;overflow:hidden}.projects-module__GWCWbq__image{width:100%;height:auto;display:block}.projects-module__GWCWbq__cardTitle{color:var(--text-dark);margin-bottom:1.2rem;font-size:2rem;font-weight:700}.projects-module__GWCWbq__stackList{flex-wrap:wrap;gap:1.6rem;margin:0 0 1.6rem;padding:0;list-style:none;display:flex}.projects-module__GWCWbq__stackItem{color:var(--text-light-dark);align-items:center;gap:.6rem;font-size:1.3rem;display:inline-flex}.projects-module__GWCWbq__stackIcon{width:1.4rem;height:1.4rem}.projects-module__GWCWbq__description{color:var(--text-light-dark);margin-bottom:2.4rem;font-size:1.4rem;line-height:1.6}.projects-module__GWCWbq__button{border:.1rem solid var(--text-dark);color:var(--text-dark);isolation:isolate;border-radius:.8rem;justify-content:center;align-items:center;gap:.8rem;margin-top:auto;padding:1.4rem 2.4rem;font-size:1.4rem;font-weight:600;display:inline-flex;position:relative}.projects-module__GWCWbq__button:after{content:"";background-color:var(--background-light);z-index:-1;border-radius:.8rem;width:0;height:100%;transition:width .3s ease-in-out;position:absolute;top:0;left:0}.projects-module__GWCWbq__button:hover:after{width:100%}
.contact-module__dAJ5MW__contact{max-width:140rem;margin:0 auto;padding:12.8rem 3.2rem}.contact-module__dAJ5MW__header{text-align:center;margin-bottom:8rem}.contact-module__dAJ5MW__header h2{color:var(--text);margin-bottom:2.4rem;font-size:5.2rem}.contact-module__dAJ5MW__header p{color:#ccc;max-width:70rem;margin:0 auto;font-size:1.6rem;line-height:1.8}.contact-module__dAJ5MW__content{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));align-items:start;gap:6.4rem;display:grid}.contact-module__dAJ5MW__information{font-style:normal}.contact-module__dAJ5MW__contactList{flex-direction:column;gap:3.2rem;margin-bottom:4.8rem;list-style:none;display:flex}.contact-module__dAJ5MW__contactItem{align-items:flex-start;gap:1.6rem;display:flex}.contact-module__dAJ5MW__contactIcon{color:var(--text);flex-shrink:0;margin-top:.4rem;font-size:2.4rem}.contact-module__dAJ5MW__contactItem h3{color:#ccc;margin-bottom:.8rem;font-size:2rem}.contact-module__dAJ5MW__contactItem a{color:#aaa;font-size:1.8rem;text-decoration:none;transition:color .3s}.contact-module__dAJ5MW__contactItem a:hover{color:var(--text)}.contact-module__dAJ5MW__social h3{color:var(--text);margin-bottom:2.4rem;font-size:2rem}.contact-module__dAJ5MW__socialList{gap:1.6rem;list-style:none;display:flex}.contact-module__dAJ5MW__socialList a{background-color:var(--ice-color);width:4.8rem;height:4.8rem;color:var(--text-dark);border-radius:50%;justify-content:center;align-items:center;font-size:2rem;transition:transform .3s,background-color .3s;display:flex}.contact-module__dAJ5MW__socialList a:hover{background-color:var(--background-light);transform:translateY(-.4rem)}.contact-module__dAJ5MW__form{background-color:var(--ice-color);border-radius:2.4rem;padding:3.2rem}.contact-module__dAJ5MW__form fieldset{border:none}.contact-module__dAJ5MW__field{flex-direction:column;gap:.8rem;margin-bottom:2.4rem;display:flex}.contact-module__dAJ5MW__field label{color:var(--text-dark);font-size:1.8rem}.contact-module__dAJ5MW__field input,.contact-module__dAJ5MW__field textarea{font:inherit;background-color:var(--background-light);border:none;border-radius:1.2rem;padding:1.6rem;font-size:1.8rem}.contact-module__dAJ5MW__field textarea{resize:vertical;min-height:20rem}.contact-module__dAJ5MW__field input:focus,.contact-module__dAJ5MW__field textarea:focus{outline:.2rem solid var(--background)}.contact-module__dAJ5MW__form button{background-color:var(--background);color:var(--text);cursor:pointer;border:none;border-radius:1.2rem;padding:1.6rem 3.2rem;font-size:1.8rem;font-weight:600;transition:transform .3s,opacity .3s}.contact-module__dAJ5MW__form button:hover{opacity:.95;transform:translateY(-.2rem)}.contact-module__dAJ5MW__srOnly{clip:rect(0 0 0 0);white-space:nowrap;border:0;width:.1rem;height:.1rem;margin:-.1rem;padding:0;position:absolute;overflow:hidden}.contact-module__dAJ5MW__honeypot{display:none}.contact-module__dAJ5MW__status{color:var(--text-dark);margin-top:2.4rem;font-size:1.8rem}@media (max-width:768px){.contact-module__dAJ5MW__contact{padding:9.6rem 2.4rem}.contact-module__dAJ5MW__header{margin-bottom:6.4rem}}
.footer-module__9TSqya__footer{text-align:center;color:var(--text);flex-direction:column;gap:1rem;padding:8rem 0 4rem;font-size:1.6rem;display:flex}
