@font-face{font-family:Roboto;font-style:normal;font-weight:100 700;font-display:swap;src:url(/assets/fonts/Roboto-Variable.woff2)format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:300 700;font-display:swap;src:url(/assets/fonts/Inter-Variable.woff2)format("woff2")}:root{--white:#fff;--black:#000;--light-grey:#f5f5f5;--dark-grey:#706e6e;--surface-grey:#f7f7f7;--hover-grey:#ebebeb;--border-grey:#eee;--border-interactive:#8a8a8a}[data-theme=dark]{--white:#000;--black:#f5f5f5;--light-grey:#111;--dark-grey:#a3a3a3;--surface-grey:#141414;--hover-grey:#1c1c1c;--border-grey:#2a2a2a;--border-interactive:#6a6a6a}::selection,[data-theme=dark] ::selection{color:#faf9f5;background-color:#d97757}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;background-color:var(--white);color-scheme:light dark}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}body{color:var(--black);background-color:var(--white);font-family:Roboto,sans-serif;font-weight:300;line-height:1.5;transition:background-color .2s,color .2s}@media (prefers-reduced-motion:no-preference){.page-enter{animation:.5s ease-out both page-enter-rise}}@keyframes page-enter-rise{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}:focus-visible{outline-offset:2px;outline:2px solid #357dff}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}h1,h2,h3,h4{font-weight:400;line-height:1}h1{letter-spacing:-.02em;text-wrap:balance;margin-bottom:0;font-size:clamp(2rem,3.2vw,3.75rem);font-weight:300;line-height:.98}h1 strong{color:#d97757;-webkit-text-fill-color:transparent;background:linear-gradient(90deg,#ff9748 0%,#ff0b0b 100%) text;font-weight:500}h2{margin-bottom:12px;font-size:1.5rem}h3{margin-bottom:8px;font-size:1.25rem}h4{margin-bottom:4px;font-size:1.125rem}ul{list-style:none}.text-sm{font-size:.875rem;font-weight:400;line-height:1.4}.text-md{font-size:1rem;font-weight:300;line-height:1.4}.text-lg{font-size:1.125rem;font-weight:400;line-height:1.4}.section{justify-content:center;align-items:center;padding:0 24px;display:flex}.container{flex-direction:column;justify-content:start;align-items:start;width:100%;max-width:1200px;margin-top:128px;margin-bottom:128px;display:flex}.nav{background-color:var(--white);z-index:1000;border-bottom:1px solid #0000;justify-content:center;align-items:center;width:100%;padding:0 24px;transition:background-color .2s,backdrop-filter .2s,border-bottom-color .2s;display:flex;position:sticky;top:0}.nav--scrolled{backdrop-filter:blur(8px);background-color:#ffffffd9;border-bottom-color:#0000001f}[data-theme=dark] .nav--scrolled{background-color:#141414d9;border-bottom-color:#ffffff26}.nav__wrapper{z-index:1000;flex-flow:row;justify-content:space-between;align-items:center;width:100%;max-width:1200px;padding:24px 0;display:flex;position:relative}.nav__logo{flex-shrink:0;align-items:center;width:160px;display:flex}.nav__logo-name{letter-spacing:-.2px;white-space:nowrap;font-family:Inter,sans-serif;font-size:20px}.nav__logo-first,.nav__logo-last{white-space:nowrap;vertical-align:top;transition:max-width .4s,margin-right .4s,margin-left .4s;display:inline-block;overflow:hidden}.nav__logo-first{color:var(--black);max-width:42px;margin-right:0;font-weight:700}.nav__logo-last{color:var(--black);max-width:105px;margin-left:0;font-weight:300}.nav__logo-letter{display:inline-block}.nav__logo-collapse{transition:transform .4s;display:inline-block;transform:translate(0)}.nav__logo-space{opacity:1;font-size:1em;transition:font-size .4s,opacity .3s}.nav--scrolled .nav__logo-space{opacity:0;font-size:0}.nav--scrolled .nav__logo-first{max-width:15px;margin-right:0}.nav--scrolled .nav__logo-last{max-width:13px;margin-left:0}.nav--scrolled .nav__logo-collapse{transform:translate(calc(-100% - 30px))}.nav__links{gap:8px;display:flex}.primaryButton{color:color-mix(in srgb, var(--black) 80%, transparent);letter-spacing:-.1px;border-radius:8px;padding:8px 12px;font-family:Roboto,sans-serif;font-size:14px;font-weight:400;line-height:1.4;text-decoration:none;display:inline-block;position:relative}.primaryButton:after{content:"";transform-origin:0;background-color:currentColor;height:1px;transition:transform .2s ease-out;position:absolute;bottom:6px;left:12px;right:12px;transform:scaleX(0)}.primaryButton:hover:after{transform:scaleX(1)}.secondaryButton{background-color:var(--black);color:var(--white);letter-spacing:-.1px;padding:8px 12px;font-family:Roboto,sans-serif;font-size:14px;font-weight:400;line-height:1.4;text-decoration:none;transition:background-color .2s ease-out;display:inline-block}.secondaryButton:hover{background-color:#292929}[data-theme=dark] .secondaryButton:hover{background-color:#d8d8d8}.nav__actions{align-items:center;gap:8px;display:flex}.theme-toggle{cursor:pointer;color:var(--black);background:0 0;border:none;border-radius:8px;flex-shrink:0;align-items:center;padding:8px;font-size:1.1rem;transition:background-color .2s ease-out;display:flex}@media (hover:hover) and (pointer:fine){.theme-toggle:hover{background-color:var(--light-grey)}}.icon-moon{display:block}.icon-sun,[data-theme=dark] .icon-moon{display:none}[data-theme=dark] .icon-sun{display:block}.nav__hamburger{width:32px;height:32px;color:inherit;cursor:pointer;background:0 0;border:0;flex-direction:column;flex-shrink:0;justify-content:center;gap:6px;padding:0;display:none}.nav__hamburger span{background-color:var(--black);transform-origin:50%;border-radius:4px;width:32px;height:2px;transition:transform .3s ease-in-out,opacity .3s ease-in-out;display:block}.nav__overlay{z-index:999;pointer-events:none;flex-direction:column;padding-top:80px;transition:transform .3s ease-in-out;display:flex;position:fixed;inset:0;transform:translateY(-100%)}.nav__overlay-links{backdrop-filter:blur(8px);background:#fff9;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:8px;padding:0 24px;display:flex;overflow:hidden}[data-theme=dark] .nav__overlay-links{background:#000000d1}.nav__overlay-link{color:var(--black);text-align:center;width:100%;padding:24px 0;font-family:Roboto,sans-serif;font-size:1.75rem;font-weight:400;line-height:100%;text-decoration:none}.nav__overlay-link:hover{color:var(--dark-grey)}@media (width>=768px){.nav__overlay{display:none}}body.nav-open .nav__overlay{pointer-events:auto;transform:translateY(0)}body.nav-open .nav__hamburger span:first-child{transform:translateY(8px)rotate(45deg)}body.nav-open .nav__hamburger span:nth-child(2){opacity:0;transform:scaleX(0)}body.nav-open .nav__hamburger span:nth-child(3){transform:translateY(-8px)rotate(-45deg)}.hero{grid-template-columns:minmax(280px,360px) minmax(0,1fr);align-items:center;gap:64px;width:100%;display:grid}.hero-container{justify-content:center;align-items:center}.hero__images{align-self:center;width:100%;min-height:392px;position:relative}.hero__image-1{aspect-ratio:1;object-fit:cover;object-position:50% 50%;border:5px solid #ededed;border-radius:20px;width:78%;height:auto;position:absolute;top:0;left:0;box-shadow:0 6px 32px #00000010,0 12px 24px #00000014}.hero__image-2{aspect-ratio:16/10;object-fit:cover;border:5px solid #ededed;border-radius:16px;width:68%;height:auto;position:absolute;bottom:0;right:0;box-shadow:0 12px 24px #0000001f}.hero__content{flex-direction:column;justify-content:center;align-items:start;gap:20px;max-width:820px;display:flex}.subtitle{text-wrap:pretty;color:var(--dark-grey);margin-bottom:0;font-size:1.125rem;line-height:140%}.hero__links{flex-wrap:wrap;gap:8px 12px;display:flex}.status-row{flex-flow:wrap;justify-content:start;align-items:center;gap:10px;display:flex}.status-row--desktop{display:flex}.status-row--mobile{display:none}.status{backdrop-filter:blur(8px);background:linear-gradient(#effef5fa 0%,#e8faf0f0 100%);border:1px solid #0dac5238;border-radius:999px;flex-flow:row;justify-content:center;align-items:center;gap:7px;min-height:34px;padding:8px 13px;display:flex;box-shadow:0 8px 20px #0dac521a,inset 0 1px #ffffffb3}.status__dot{background-color:#41e788;border-radius:50%;flex:none;width:8px;height:8px;position:relative;box-shadow:0 0 0 4px #41e78829}@media (prefers-reduced-motion:no-preference){.status__dot{animation:1.5s ease-in-out infinite blink}}.status__text{color:#0a7a3c;letter-spacing:0;white-space:nowrap;font-size:14px;font-weight:500;line-height:1}.status--blue{color:#1e5fd9;background:linear-gradient(#f7fcfffa 0%,#eef7fff0 100%);border-color:#357dff2e;box-shadow:0 8px 20px #357dff17,inset 0 1px #ffffffc2}.status--blue .status__text{color:#1e5fd9}[data-theme=dark] .status{background:linear-gradient(#141414f5 0%,#0c0c0ce6 100%);border-color:#41e78847;box-shadow:0 10px 24px #00000052,inset 0 1px #ffffff14}[data-theme=dark] .status__dot{box-shadow:0 0 0 4px #41e7882e}[data-theme=dark] .status__text{color:#41e788}[data-theme=dark] .status--blue{background:linear-gradient(#141414f5 0%,#0c0c0ce6 100%);border-color:#357dff52;box-shadow:0 10px 24px #00000052,inset 0 1px #ffffff14}[data-theme=dark] .status--blue .status__text{color:#357dff}@keyframes blink{0%,to{opacity:1}50%{opacity:.3}}.section__header{margin-bottom:48px}.section__title{margin-bottom:40px;font-size:2rem;font-weight:400;line-height:100%}.projects-nav{flex-wrap:wrap;gap:8px;margin-bottom:48px;display:flex}.projects-nav__link{cursor:pointer;transition:background-color .15s}.projects-nav__link:hover{background-color:var(--light-grey)}.projects-categories{flex-direction:column;gap:96px;width:100%;display:flex}.projects-category{flex-direction:column;gap:24px;scroll-margin-top:128px;display:flex}.projects-category__intro{flex-direction:column;gap:8px;display:flex}.projects-category__heading{font-size:1.5rem;font-weight:400;line-height:100%}.projects-grid{grid-template-columns:repeat(3,1fr);gap:48px 32px;width:100%;display:grid}.project-card{flex-direction:column;gap:16px;display:flex}.project-card__image-wrapper{background-color:#f7f7f7;width:100%;height:256px;position:relative;overflow:hidden}[data-theme=dark] .project-card__image-wrapper{background-color:var(--surface-grey)}.project-card__image{aspect-ratio:16/9;object-fit:cover;border:2px solid var(--black);transform-origin:50%;width:200px;height:auto;transition:transform .3s ease-out;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 19px 25px #00000040}.project-card__image--app-icon{aspect-ratio:1;border-radius:20px;width:96px}[data-theme=dark] .project-card__image{box-shadow:0 6px 32px #00000029,0 12px 24px #0003}.project-card:hover .project-card__image{transform:translate(-50%,calc(-50% - 8px))}.project-card__content{flex-direction:column;gap:16px;display:flex}.project-card__titles{flex-direction:column;gap:8px;display:flex}.project-card__title{font-size:1.25rem;font-weight:400;line-height:100%}.project-card__subtitle{color:var(--dark-grey);font-size:1rem;font-weight:300;line-height:100%}.project-card__tags{flex-wrap:wrap;justify-content:start;align-items:start;gap:8px;width:100%;display:flex}.tag{letter-spacing:.5px;color:var(--black);background-color:var(--white);border:1px solid var(--border-grey);border-radius:16px;justify-content:center;align-items:center;padding:6px 12px;font-size:.875rem;font-weight:400;line-height:1.4;display:flex}.tag--topic{color:var(--white);background-color:var(--black);border-color:var(--black)}.approach-grid{grid-template-columns:repeat(3,1fr);gap:32px;width:100%;display:grid}.approach-card{flex-direction:column;display:flex}.approach-card__icon{margin-bottom:16px;font-size:2.25rem;line-height:1}.approach-card__text{color:var(--dark-grey)}.clients-grid{flex-wrap:wrap;justify-content:space-between;align-items:start;gap:32px;width:100%;margin-top:24px;display:flex}.clients-grid img{filter:grayscale();width:128px;height:auto;transition:filter .2s ease-out}.clients-grid a:hover img{filter:grayscale(0)}[data-theme=dark] .clients-grid img,[data-theme=dark] .clients-grid a:hover img{filter:grayscale()invert()}.footer{border-top:1px solid var(--border-grey);justify-content:center;align-items:center;padding:0 24px;display:flex}.footer__wrapper{justify-content:space-between;align-items:center;width:100%;max-width:1200px;padding:32px 0;display:flex}.footer__copyright{color:color-mix(in srgb, var(--black) 80%, transparent);letter-spacing:-.1px;font-size:14px;font-weight:400;line-height:1.4}.footer__links{flex-flow:row;gap:8px;display:flex}.footer__social{align-items:center;gap:16px;display:flex}.footer__linkedin{align-items:center;display:flex}.footer__linkedin-icon{background-color:var(--dark-grey);width:20px;height:20px;-webkit-mask-image:var(--icon);mask-image:var(--icon);transition:background-color .2s ease-out;display:block;mask-position:50%;mask-size:contain;mask-repeat:no-repeat}.footer__linkedin:hover .footer__linkedin-icon{background-color:var(--black)}.footer__github{align-items:center;display:flex}.footer__github-icon{background-color:var(--dark-grey);width:20px;height:20px;-webkit-mask-image:var(--icon);mask-image:var(--icon);transition:background-color .2s ease-out;display:block;mask-position:50%;mask-size:contain;mask-repeat:no-repeat}.footer__github:hover .footer__github-icon{background-color:var(--black)}.footer__linkedin,.footer__github{position:relative}.footer__linkedin:after,.footer__github:after{content:"";width:44px;height:44px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.subject-pill{position:relative}.subject-pill:after{content:"";min-height:44px;position:absolute;top:50%;left:0;right:0;transform:translateY(-50%)}a.project-card{color:inherit;cursor:pointer;text-decoration:none}.elevation-sm{box-shadow:0 1px 2px #0000001f,0 1px 6px #00000014}.elevation-md{box-shadow:0 4px 8px #0000001f,0 2px 16px #00000014}.elevation-lg{box-shadow:0 12px 24px #00000024,0 6px 32px #0000001a}[data-theme=dark] .elevation-sm{box-shadow:0 1px 2px #0000001f,0 1px 6px #00000029}[data-theme=dark] .elevation-md{box-shadow:0 4px 8px #0000002e,0 2px 16px #00000024}[data-theme=dark] .elevation-lg{box-shadow:0 12px 24px #0003,0 6px 32px #00000029}@media (width<=1023px){.container{margin-top:64px;margin-bottom:64px}.projects-grid,.approach-grid{grid-template-columns:repeat(2,1fr)}.hero{grid-template-columns:1fr;gap:32px}.status-row--desktop{display:none}.hero__images{width:fit-content;max-width:100%;min-height:auto;display:block;position:relative}.hero__image-1{aspect-ratio:1;object-position:50% 50%;width:min(56vw,360px);max-width:100%;display:block;position:static}.hero__image-2{display:none}.status-row--mobile{z-index:2;flex-direction:column;align-items:flex-start;gap:10px;display:flex;position:absolute;top:8%;left:82%}.status-row--mobile .status:nth-child(2){transform:translate(-22px)}.status-row--mobile .status{gap:6px;min-height:0;padding:6px 11px;box-shadow:0 10px 28px #0003,inset 0 1px #ffffffb3}.status-row--mobile .status__text{font-size:13px}.status-row--mobile .status__dot{width:7px;height:7px;box-shadow:0 0 0 3px #41e78829}[data-theme=dark] .status-row--mobile .status{box-shadow:0 12px 30px #0000008c,inset 0 1px #ffffff1a}.subtitle{font-size:1.1rem}}@media (width<=767px){.container{margin-top:48px;margin-bottom:48px}.nav__links{display:none}.nav__cta{justify-content:center;align-items:center;min-height:44px;padding:8px 14px;font-size:0;display:flex}.nav__cta:after{content:"Contact";font-size:14px}.nav__actions{margin-left:auto}.nav__hamburger{align-items:center;width:44px;height:44px;margin-left:16px;display:flex}.theme-toggle{padding:13px}.hero{gap:28px}.status-row--mobile .status{padding:5px 10px}.status-row--mobile .status__text{font-size:12px}.hero__content{gap:18px}.hero__links{gap:10px;width:100%;margin-top:4px}.hero__links .primaryButton,.hero__links .secondaryButton{text-align:center;flex:1 1 0;justify-content:center;align-items:center;display:flex}h1{font-size:clamp(2rem,9vw,2.65rem);line-height:1.04}.subtitle{font-size:1rem;line-height:1.5}.status__dot{width:8px;height:8px}.status__text{font-size:12px}.projects-grid,.approach-grid{grid-template-columns:1fr}.footer__wrapper{flex-direction:column;align-items:center;gap:20px}.primaryButton{padding:13px 12px}}@media (width<=360px){.hero__links{gap:8px}.hero__links .primaryButton,.hero__links .secondaryButton{padding-left:10px;padding-right:10px}}.skip-link[data-astro-cid-ju4pidww]{background:var(--white);color:var(--black);z-index:2000;border-radius:0 0 8px 8px;padding:12px 20px;font-weight:600;text-decoration:none;transition:transform .15s;position:absolute;top:0;left:8px;transform:translateY(-150%)}.skip-link[data-astro-cid-ju4pidww]:focus-visible,.skip-link[data-astro-cid-ju4pidww]:focus{outline-offset:2px;outline:2px solid #357dff;transform:translateY(0%)}#main-content[data-astro-cid-ju4pidww]:focus{outline:none}
