.page-module___8aEwW__page{--background:#fafafa;--foreground:#fff;--text-primary:#000;--text-secondary:#666;--button-primary-hover:#383838;--button-secondary-hover:#f2f2f2;--button-secondary-border:#ebebeb;font-family:var(--font-geist-sans);background-color:var(--navy);width:100%}.page-module___8aEwW__main{z-index:0;width:100%;max-width:1600px;min-height:100vh;margin:0 auto;padding:0 150px}.page-module___8aEwW__blur{filter:blur(5px)}.page-module___8aEwW__intro{text-align:left;flex-direction:column;align-items:flex-start;gap:24px;display:flex}.page-module___8aEwW__intro h1{letter-spacing:-2.4px;text-wrap:balance;max-width:320px;color:var(--text-primary);font-size:40px;font-weight:600;line-height:48px}.page-module___8aEwW__intro p{text-wrap:balance;max-width:440px;color:var(--text-secondary);font-size:18px;line-height:32px}.page-module___8aEwW__intro a{color:var(--text-primary);font-weight:500}.page-module___8aEwW__ctas{flex-direction:row;gap:16px;width:100%;max-width:440px;font-size:14px;display:flex}.page-module___8aEwW__ctas a{cursor:pointer;border:1px solid #0000;border-radius:128px;justify-content:center;align-items:center;width:fit-content;height:40px;padding:0 16px;font-weight:500;transition:all .2s;display:flex}a.page-module___8aEwW__primary{background:var(--text-primary);color:var(--background);gap:8px}a.page-module___8aEwW__secondary{border-color:var(--button-secondary-border)}@media (hover:hover) and (pointer:fine){a.page-module___8aEwW__primary:hover{background:var(--button-primary-hover);border-color:#0000}a.page-module___8aEwW__secondary:hover{background:var(--button-secondary-hover);border-color:#0000}}@media (max-width:1080px){.page-module___8aEwW__main{padding:0 100px}}@media (max-width:769px){.page-module___8aEwW__main{padding:0 50px}}@media (max-width:480px){.page-module___8aEwW__main{padding:0 25px}}@media (max-width:600px){.page-module___8aEwW__intro{gap:16px}.page-module___8aEwW__intro h1{letter-spacing:-1.92px;font-size:32px;line-height:40px}}@media (prefers-color-scheme:dark){.page-module___8aEwW__logo{filter:invert()}.page-module___8aEwW__page{--background:#000;--foreground:#000;--text-primary:#ededed;--text-secondary:#999;--button-primary-hover:#ccc;--button-secondary-hover:#1a1a1a;--button-secondary-border:#1a1a1a}}
.Nav-module__bLoQaq__nav{justify-content:flex-start;gap:2rem;display:flex}.Nav-module__bLoQaq__nav ol{align-items:center;gap:2rem;list-style:none;display:flex}.Nav-module__bLoQaq__nav ol li:before{counter-increment:nav 1;content:"0" counter(nav)".";color:var(--green);margin-right:5px}
.Button-module__e7WGRa__wrapper{display:inline-block;position:relative}.Button-module__e7WGRa__styledButton{color:var(--green);border:1px solid var(--green);z-index:0;cursor:pointer;background-color:#0000;border-radius:4px;transition:all .25s cubic-bezier(.645,.045,.355,1);display:inline-block;position:relative}.Button-module__e7WGRa__styledButton:hover{box-shadow:4px 4px 0 0 var(--green);transform:translate(-4px,-4px)}.Button-module__e7WGRa__small{padding:.75rem 1rem}.Button-module__e7WGRa__large{padding:1.25rem 1.75rem}
.Header-module__NbW_AG__header{background-color:var(--navy);z-index:20;justify-content:space-between;align-items:center;width:100vw;height:7rem;padding:0 50px;display:flex;position:fixed;top:0}.Header-module__NbW_AG__logoContainer{cursor:pointer;width:50px;height:50px;position:relative}.Header-module__NbW_AG__logo,.Header-module__NbW_AG__hex{color:var(--green);stroke:var(--green);position:absolute;inset:0}.Header-module__NbW_AG__animateLogoWrapper{z-index:2;position:absolute;inset:0}.Header-module__NbW_AG__hex{fill:var(--green);z-index:1;pointer-events:none;position:absolute;inset:0}.Header-module__NbW_AG__menuButton,.Header-module__NbW_AG__closeButton,.Header-module__NbW_AG__mobileMenu{display:none}.Header-module__NbW_AG__menuButton,.Header-module__NbW_AG__closeButton{width:32px;height:32px;color:var(--green);cursor:pointer}.Header-module__NbW_AG__mobileMenu{background-color:var(--light-navy);opacity:0;pointer-events:none;z-index:30;flex-direction:column;justify-content:center;align-items:center;width:min(75vw,400px);height:100vh;transition:transform .5s,opacity .5s;display:flex;position:fixed;top:0;right:0;transform:translate(calc(100% + 1px))}@media (max-width:1080px){.Header-module__NbW_AG__header{padding:0 40px}}@media (max-width:768px){.Header-module__NbW_AG__header{padding:0 25px}.Header-module__NbW_AG__nav{display:none}.Header-module__NbW_AG__mobileMenu.Header-module__NbW_AG__open{opacity:1;pointer-events:all;transform:translate(0)}.Header-module__NbW_AG__mobileMenu.Header-module__NbW_AG__close{transition:transform 1s}.Header-module__NbW_AG__mobileNav,.Header-module__NbW_AG__mobileNav ol{flex-direction:column;justify-content:center;align-items:center;display:flex}.Header-module__NbW_AG__mobileNav li{transition:var(--transition);flex-direction:column;align-items:center;gap:5px;display:flex}.Header-module__NbW_AG__mobileNav li:hover{color:var(--green)}.Header-module__NbW_AG__menuButton.Header-module__NbW_AG__closed,.Header-module__NbW_AG__closeButton.Header-module__NbW_AG__closed{display:none}.Header-module__NbW_AG__menuButton,.Header-module__NbW_AG__closeButton{z-index:40;display:block}.Header-module__NbW_AG__open~.Header-module__NbW_AG__backdrop,.Header-module__NbW_AG__backdrop.Header-module__NbW_AG__open{opacity:1;pointer-events:all}}
.Section-module__K5SzvG__section{flex-direction:column;justify-content:center;align-items:flex-start;max-width:1000px;margin:0 auto;padding:100px 0;display:flex}.Section-module__K5SzvG__fullHeight{min-height:100vh;padding:0}@media (max-width:768px){.Section-module__K5SzvG__section{padding:60px 0}}
.Hero-module__buqEAW__hi{font-size:clamp(var(--fz-sm),5vw,var(--fz-md));color:var(--green);margin:0 0 30px 4px}.Hero-module__buqEAW__h1{font-size:clamp(40px,8vw,80px)}.Hero-module__buqEAW__h2{color:var(--slate);margin:0;font-size:clamp(40px,8vw,80px);line-height:1}.Hero-module__buqEAW__intro{max-width:500px;margin-top:3rem;font-size:1.1rem;line-height:1.6}.Hero-module__buqEAW__heroButtonWrapper{margin-top:5rem}
.fadeup-enter{opacity:.01;transition:opacity .3s var(--easing),transform .3s var(--easing);transform:translateY(20px)}.fadeup-enter-active{opacity:1;transition:opacity .3s var(--easing),transform .3s var(--easing);transform:translateY(0)}.fadedown-enter{opacity:.01;transition:opacity .3s var(--easing),transform .3s var(--easing);transform:translateY(-20px)}.fadedown-enter-active{opacity:1;transition:opacity .3s var(--easing),transform .3s var(--easing);transform:translateY(0)}.fade-enter{opacity:0}.fade-enter-active{opacity:1;transition:opacity .3s var(--easing)}.fade-exit{opacity:1}.fade-exit-active{opacity:0;transition:opacity .3s var(--easing)}
.InfoWidget-module__g2YMSa__infoWrapper{flex-direction:column;align-items:center;display:flex;position:fixed;bottom:0}.InfoWidget-module__g2YMSa__infoWrapper:after{content:"";background-color:var(--light-slate);width:2px;height:90px;margin-top:1.6rem}.InfoWidget-module__g2YMSa__left{left:40px;right:auto}.InfoWidget-module__g2YMSa__right{left:auto;right:40px}@media (max-width:769px){.InfoWidget-module__g2YMSa__infoWrapper{display:none}}
.EmailWidget-module__YWqOiW__email{writing-mode:vertical-rl;letter-spacing:2px}
.About-module__6EiG_W__section{max-width:900px}.About-module__6EiG_W__content{grid-template-columns:3fr 2fr;gap:4rem;display:grid}.About-module__6EiG_W__techList{grid-template-columns:1fr 1fr;list-style:none;display:grid}.About-module__6EiG_W__techList li:before{content:"▹";color:var(--green);font-size:12px;line-height:12px}.About-module__6EiG_W__techList li{align-items:center;gap:.5rem;margin-bottom:.5rem;display:flex}.About-module__6EiG_W__wrapper{width:100%;display:block;position:relative}.About-module__6EiG_W__imageWrapper{background-color:var(--navy);border-radius:10px;width:100%;height:100%}.About-module__6EiG_W__imageBorder{border:2px solid var(--green);border-radius:4px;width:100%;height:100%;display:block;position:absolute;top:14px;left:14px}.About-module__6EiG_W__left p{margin-bottom:1rem}.About-module__6EiG_W__right{max-width:300px;position:relative}@media (max-width:769px){.About-module__6EiG_W__content{display:block}.About-module__6EiG_W__right{width:70%;margin:40px auto 0}}
.SectionHeading-module__1CUDPa__h2{color:var(--lightest-slate);font-size:clamp(26px,5vw,var(--fz-heading));white-space:nowrap;align-items:center;gap:.5rem;width:100%;margin-bottom:3rem;display:flex}.SectionHeading-module__1CUDPa__h2:before{counter-increment:section 1;content:"0" counter(section)".";color:var(--green);font-size:clamp(var(--fz-md),3vw,var(--fz-xl));align-self:center}.SectionHeading-module__1CUDPa__h2:after{content:"";background-color:var(--lightest-navy);width:300px;height:1px;display:block;position:relative}.SectionHeading-module__1CUDPa__noCount:before{content:"";counter-increment:none}@media (max-width:1080px){.SectionHeading-module__1CUDPa__h2:after{width:200px}}@media (max-width:768px){.SectionHeading-module__1CUDPa__h2:after{width:100%}}
.OverlayedImage-module__GlgzdW__wrapper{object-fit:cover;border-radius:4px;width:100%;height:100%;position:relative;overflow:hidden}.OverlayedImage-module__GlgzdW__imageOverlay{mix-blend-mode:multiply;background-color:var(--green);z-index:2;border-radius:4px;position:absolute;inset:0;overflow:hidden}.OverlayedImage-module__GlgzdW__image{z-index:1;object-fit:cover}
.Work-module__x3HZAq__section{max-width:1000px}
.FeaturedProject-module__NZSkoG__container{grid-template-columns:repeat(12,1fr);align-items:center;gap:10px;margin-bottom:5rem;display:grid}.FeaturedProject-module__NZSkoG__container ul{gap:.5rem;max-width:400px;list-style:none;display:flex}.FeaturedProject-module__NZSkoG__details{z-index:1;flex-direction:column;grid-area:1/1/-1/9;display:flex}.FeaturedProject-module__NZSkoG__container.FeaturedProject-module__NZSkoG__isodd .FeaturedProject-module__NZSkoG__details{text-align:end;grid-area:1/-1/-1/-9;align-items:flex-end}.FeaturedProject-module__NZSkoG__container.FeaturedProject-module__NZSkoG__isodd .FeaturedProject-module__NZSkoG__details ul{justify-content:flex-end}.FeaturedProject-module__NZSkoG__featuredText{color:var(--green);font-size:var(--fz-sm);margin-bottom:.8rem}.FeaturedProject-module__NZSkoG__name{color:var(--lightest-slate);margin-bottom:25px;font-size:clamp(24px,5vw,28px)}.FeaturedProject-module__NZSkoG__descriptionWrapper{background-color:var(--light-navy);border-radius:4px;margin-bottom:25px;padding:2rem}.FeaturedProject-module__NZSkoG__description{color:var(--light-slate);line-height:1.6}.FeaturedProject-module__NZSkoG__toolsList{font-size:var(--fz-sm);flex-wrap:wrap;margin-bottom:25px}.FeaturedProject-module__NZSkoG__imageContainer{z-index:0;background-color:var(--navy);border-radius:4px;grid-area:1/-1/-1/-8;position:relative;overflow:visible}.FeaturedProject-module__NZSkoG__container.FeaturedProject-module__NZSkoG__isodd .FeaturedProject-module__NZSkoG__imageContainer{grid-area:1/1/-1/8}@media (max-width:1080px){.FeaturedProject-module__NZSkoG__details{z-index:1;flex-direction:column;grid-area:1/1/-1/7;display:flex}.FeaturedProject-module__NZSkoG__container.FeaturedProject-module__NZSkoG__isodd .FeaturedProject-module__NZSkoG__details{text-align:end;grid-area:1/-1/-1/-7;align-items:flex-end}}@media (max-width:768px){.FeaturedProject-module__NZSkoG__container{margin-bottom:2rem}.FeaturedProject-module__NZSkoG__details{padding:40px 40px 30px}.FeaturedProject-module__NZSkoG__details,.FeaturedProject-module__NZSkoG__imageContainer,.FeaturedProject-module__NZSkoG__container.FeaturedProject-module__NZSkoG__isodd .FeaturedProject-module__NZSkoG__imageContainer,.FeaturedProject-module__NZSkoG__container.FeaturedProject-module__NZSkoG__isodd .FeaturedProject-module__NZSkoG__details{text-align:left;grid-column:1/-1;align-items:flex-start}.FeaturedProject-module__NZSkoG__imageContainer{opacity:.7;object-fit:cover;filter:grayscale()contrast()brightness(50%);width:auto;height:100%}.FeaturedProject-module__NZSkoG__container.FeaturedProject-module__NZSkoG__isodd .FeaturedProject-module__NZSkoG__details ul{justify-content:flex-start}.FeaturedProject-module__NZSkoG__descriptionWrapper{border-radius:none;background-color:#0000;margin-bottom:25px;padding:1rem 0}.FeaturedProject-module__NZSkoG__name{color:#fff}}
.Scale-module__w0_yxW__imageOverlayWrapper{z-index:3}
.Experience-module__DKKEdW__section{max-width:800px}.Experience-module__DKKEdW__content{gap:2rem;width:100%;display:flex}.Experience-module__DKKEdW__buttonList{width:max-content;height:max-content;position:relative;overflow:visible}.Experience-module__DKKEdW__buttonList button{text-align:left;white-space:nowrap;border:none;border-left:2px solid var(--lightest-navy);width:100%;height:50px;color:var(--slate);background-color:#0000;align-items:center;padding:0 20px;font-size:14px;display:flex;position:relative}.Experience-module__DKKEdW__buttonList button.Experience-module__DKKEdW__selected{background-color:var(--light-navy)!important}.Experience-module__DKKEdW__selectedBorder{background-color:var(--green);width:2px;height:100%;position:absolute;left:-2px}.Experience-module__DKKEdW__buttonText{z-index:3}.Experience-module__DKKEdW__buttonBackground{background-color:var(--light-navy);position:absolute;inset:0}.Experience-module__DKKEdW__jobPanel h3{color:var(--lightest-slate);margin-bottom:1rem}.Experience-module__DKKEdW__jobPanel .Experience-module__DKKEdW__greenTitle{color:var(--green)}.Experience-module__DKKEdW__jobPanel .Experience-module__DKKEdW__dateRange{color:var(--slate);margin-bottom:1.5rem}.Experience-module__DKKEdW__jobPanel ul{font-size:18px;list-style:none}.Experience-module__DKKEdW__jobPanel li{color:var(--slate);margin-bottom:10px;padding-left:1rem;position:relative}.Experience-module__DKKEdW__jobPanel li:before{content:"▹";color:var(--green);position:absolute;left:0}@media (max-width:599px){.Experience-module__DKKEdW__content{flex-direction:column}.Experience-module__DKKEdW__buttonList{width:calc(100% + 100px);margin-left:-50px;padding-left:50px;display:flex;overflow-x:auto}.Experience-module__DKKEdW__buttonList button{border:none;border-bottom:2px solid var(--lightest-navy)}.Experience-module__DKKEdW__selectedBorder{background-color:var(--green);width:100%;height:2px;position:absolute;bottom:-2px}}
.OtherProjects-module__aeYEza__content{grid-template-columns:1fr 1fr;align-items:stretch;gap:1rem;display:grid}@media (max-width:768px){.OtherProjects-module__aeYEza__content{grid-template-columns:1fr}}
.ProjectCard-module__1txziq__card{background-color:var(--light-navy);height:100%;padding:2rem 1.5rem}.ProjectCard-module__1txziq__cardInner{flex-direction:column;height:100%;display:flex}.ProjectCard-module__1txziq__iconContainer{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.ProjectCard-module__1txziq__rightIcons{gap:.8rem;display:flex}.ProjectCard-module__1txziq__folderIcon{color:var(--green);stroke-width:1px;width:40px;height:40px}.ProjectCard-module__1txziq__h3{margin-bottom:1rem}.ProjectCard-module__1txziq__description{margin-bottom:2rem}.ProjectCard-module__1txziq__card ul{font-size:var(--fz-sm);gap:1rem;margin-top:auto;list-style:none;display:flex}
.Contact-module__GwGJBq__content{text-align:center}.Contact-module__GwGJBq__contactSection{max-width:600px;margin:0 auto 100px}.Contact-module__GwGJBq__heading{color:var(--green);font-size:var(--fz-lg);justify-content:center;margin-bottom:1rem}.Contact-module__GwGJBq__heading:after{content:none}.Contact-module__GwGJBq__subHeading{color:var(--lightest-slate);margin-bottom:2rem;font-size:44px;font-weight:700}.Contact-module__GwGJBq__description{margin-bottom:3rem}
.Footer-module__UQ6akG__footer{text-align:center;padding:2rem}
.LoadingScreen-module__8ov6HW__loading{background-color:var(--dark-navy);justify-content:center;align-items:center;width:100vw;height:100vh;display:flex}.LoadingScreen-module__8ov6HW__logo{width:150px;height:150px;color:var(--green)}
