@font-face{font-family:Roboto;font-style:normal;font-weight:300;font-display:swap;src:url(/assets/fonts/Roboto_300.woff) format("woff")}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-display:swap;src:url(/assets/fonts/Roboto_400.woff) format("woff")}@font-face{font-family:Roboto;font-style:normal;font-weight:500;font-display:swap;src:url(/assets/fonts/Roboto_500.woff) format("woff")}@font-face{font-family:Roboto;font-style:normal;font-weight:700;font-display:swap;src:url(/assets/fonts/Roboto_700.woff) format("woff")}:root{--white: #ffffff;--black: #000000;--light-grey: #f5f5f5;--dark-grey: #706e6e}[data-theme=dark]{--white: #19485f;--black: #d9e0a4;--light-grey: #1e546e;--dark-grey: #a8b87a}::selection{background-color:#d97757;color:#faf9f5}[data-theme=dark] ::selection{background-color:#788c5d;color:#faf9f5}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;background-color:var(--white);color-scheme:light dark}body{font-family:Roboto,sans-serif;font-weight:400;color:var(--black);background-color:var(--white);line-height:1.5;transition:background-color .2s,color .2s}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{font-size:2rem}h2{font-size:1.5rem}h3{font-size:1.25rem}h4{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:400;line-height:1.4}.text-lg{font-size:1.125rem;font-weight:400;line-height:1.4}.section{display:flex;justify-content:center;align-items:center;padding:0 24px}.container{display:flex;flex-direction:column;justify-content:start;align-items:start;width:100%;max-width:1200px;margin-top:128px;margin-bottom:128px}.nav{display:flex;justify-content:center;align-items:center;width:100%;padding:0 24px;background-color:var(--white);position:relative;z-index:1000}.nav__wrapper{display:flex;flex-flow:row;justify-content:space-between;align-items:center;width:100%;max-width:1200px;padding:24px 0;background-color:var(--white);position:relative;z-index:1000}.nav__logo img{width:160px}.logo-dark,[data-theme=dark] .logo-light{display:none}[data-theme=dark] .logo-dark{display:block}.nav__links{display:flex;gap:8px}.primaryButton{display:inline-block;color:var(--black);font-family:Roboto,sans-serif;font-weight:400;font-size:14px;line-height:1.4;text-decoration:none;letter-spacing:.5px;padding:8px 12px;border-radius:8px;transition:background-color .2s ease-out}.primaryButton:hover{background-color:var(--light-grey)}.secondaryButton{display:inline-block;background-color:var(--black);color:var(--white);font-family:Roboto,sans-serif;font-weight:400;font-size:14px;line-height:1.4;text-decoration:none;letter-spacing:.5px;padding:8px 12px;border-radius:8px;transition:background-color .2s ease-out}.secondaryButton:hover{background-color:#292929}[data-theme=dark] .secondaryButton:hover{background-color:#c8d093}.nav__actions{display:flex;align-items:center;gap:8px}.theme-toggle{background:none;border:none;cursor:pointer;padding:8px;font-size:1.1rem;color:var(--black);display:flex;align-items:center;border-radius:8px;transition:background-color .2s ease-out;flex-shrink:0}.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__toggle{display:none}.nav__hamburger{display:none;flex-direction:column;justify-content:center;gap:6px;width:32px;height:32px;cursor:pointer;flex-shrink:0}.nav__hamburger span{display:block;width:32px;height:2px;background-color:var(--black);border-radius:4px;transition:transform .3s ease-in-out,opacity .3s ease-in-out;transform-origin:center}.nav__overlay{display:flex;position:fixed;inset:0;padding-top:80px;z-index:999;flex-direction:column;transform:translateY(-100%);pointer-events:none;transition:transform .3s ease-in-out}.nav__overlay-links{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:0 24px;overflow:hidden;background:#ffffffd9;backdrop-filter:blur(8px)}[data-theme=dark] .nav__overlay-links{background:#19485fe6}.nav__overlay-link{font-family:Roboto,sans-serif;font-size:1.75rem;font-weight:400;color:var(--black);text-decoration:none;line-height:100%;padding:24px 0;width:100%;text-align:center}.nav__overlay-link:hover{color:var(--dark-grey)}.nav__overlay-cta{display:flex;align-items:center;justify-content:center;background-color:var(--black);color:var(--white);font-family:Roboto,sans-serif;font-size:1.75rem;font-weight:400;text-decoration:none;padding:24px;flex-shrink:0}.nav:has(.nav__toggle:checked)~.nav__overlay{transform:translateY(0);pointer-events:auto}.nav__toggle:checked~.nav__wrapper .nav__hamburger span:nth-child(1){transform:translateY(8px) rotate(45deg)}.nav__toggle:checked~.nav__wrapper .nav__hamburger span:nth-child(2){opacity:0;transform:scaleX(0)}.nav__toggle:checked~.nav__wrapper .nav__hamburger span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.hero{display:flex;flex-flow:row;justify-content:start;align-items:center;gap:32px}.hero__images{display:flex;flex-direction:column;gap:24px;width:200px;flex-shrink:0}.hero__image-1{width:100%;max-height:200px;object-fit:cover;object-position:50% 50%;border-radius:16px 32px 32px 16px;border:5px solid #EDEDED;box-shadow:0 6px 32px #00000010,0 12px 24px #00000014}.hero__image-2{max-height:150px;object-fit:cover;border-radius:32px 16px 16px 32px;border:5px solid #EDEDED}.hero__content{display:flex;flex-direction:column;justify-content:center;align-items:start;gap:24px;max-width:700px}.hero__title{font-size:1.5rem;font-weight:400;line-height:100%}.hero__title u{text-underline-offset:3px}.hero__subtitle{font-size:1.1rem;font-weight:400;line-height:140%}.hero__links{display:flex;flex-flow:row;gap:8px}.status-row{display:flex;flex-flow:row;justify-content:start;align-items:center;gap:8px}.status-row--desktop{display:flex}.status-row--mobile{display:none}.status{display:flex;flex-flow:row;justify-content:center;align-items:center;gap:6px;padding:8px 12px;background-color:#effef5;border-radius:16px;border:1px solid #B7FBD3}.status__dot{width:10px;height:10px;background-color:#41e788;border-radius:50%;border:1px solid #B7FBD3;animation:blink 1.5s ease-in-out infinite}.status__text{color:#0dac52;font-weight:500;font-size:14px;line-height:100%}.status--blue{color:#357dff;background-color:#f7fcff;border-color:#d6efff}.status--blue .status__text{color:#357dff}[data-theme=dark] .status{background-color:#0f2e1e;border-color:#41e788}[data-theme=dark] .status__dot{border-color:#41e78866}[data-theme=dark] .status__text{color:#41e788}[data-theme=dark] .status--blue{background-color:#0a1c38;border-color:#357dff}[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{font-size:2rem;font-weight:400;line-height:100%;margin-bottom:48px}.projects-categories{display:flex;flex-direction:column;gap:48px;width:100%}.projects-category{display:flex;flex-direction:column;gap:24px}.projects-category__intro{display:flex;flex-direction:column;gap:16px}.projects-category__heading{font-size:1.5rem;font-weight:400;line-height:100%}.projects-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;width:100%}.project-card{display:flex;flex-direction:column;gap:16px}.project-card__image-wrapper{position:relative;width:100%;height:256px;background-color:#f7f7f7;border-radius:8px;overflow:hidden}[data-theme=dark] .project-card__image-wrapper{background-color:#1e546e}.project-card__image{position:absolute;top:50%;left:50%;width:196px;height:122px;object-fit:fill;border-radius:4px;border:4px solid var(--black);box-shadow:0 19px 25px #00000040;transform:translate(-50%,-50%);transform-origin:center center;transition:transform .3s ease-out}[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{display:flex;flex-direction:column;gap:16px}.project-card__titles{display:flex;flex-direction:column;gap:8px}.project-card__title{font-size:1.25rem;font-weight:400;line-height:100%}.project-card__subtitle{color:var(--dark-grey);font-weight:300;font-size:1rem;line-height:100%}.project-card__tags{display:flex;flex-wrap:wrap;justify-content:start;align-items:start;gap:8px;width:100%}.tag{display:flex;justify-content:center;align-items:center;font-size:.875rem;font-weight:400;line-height:1.4;letter-spacing:.5px;padding:6px 12px;background-color:var(--light-grey);border-radius:16px}.tag--topic{color:var(--white);background-color:var(--black)}.approach-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;width:100%}.approach-card{display:flex;flex-direction:column;gap:8px}.approach-card__icon{font-size:2.25rem;line-height:1}.approach-card__title{font-size:1.25rem;font-weight:400;line-height:1}.approach-card__text{color:var(--dark-grey)}.clients-grid{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:start;gap:32px;width:100%;margin-top:24px}.clients-grid img{width:128px}.footer{display:flex;justify-content:center;align-items:center;padding:0 24px}.footer__wrapper{display:flex;justify-content:space-between;align-items:center;width:100%;max-width:1200px;padding:32px 0}.footer__copyright{font-size:1rem;font-weight:400;line-height:100%}.footer__links{display:flex;flex-flow:row;gap:8px}.legal h1{font-size:2rem;margin-bottom:48px}.legal h2{font-size:1.5rem;margin-top:32px;margin-bottom:8px}.legal h3{font-size:1.25rem;margin-top:24px;margin-bottom:4px}.legal h4{font-size:1.125rem;font-weight:500;margin-top:16px;margin-bottom:4px}.legal p,.legal .text-block{font-size:14px;line-height:140%;margin-bottom:8px}.legal a{text-decoration:underline}.legal .text-block b{display:inline}a.project-card{text-decoration:none;color:inherit;cursor:pointer}.project-detail{gap:48px}.project-detail__back{align-self:flex-start;margin-left:-12px;color:var(--dark-grey)}[data-theme=dark] .project-detail__back{color:var(--black)}.project-detail__header{display:grid;grid-template-columns:2fr 1fr;gap:24px;align-items:start}.project-detail__titles{display:flex;flex-direction:column;gap:8px}.project-detail__title{font-size:2.25rem;font-weight:400;line-height:100%}.project-detail__client{font-size:1.125rem;font-weight:300;color:var(--dark-grey);line-height:100%}.project-detail__tags{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.project-detail__image-wrapper{width:100%;background-color:#f7f7f7;border-radius:16px;overflow:hidden;display:flex;align-items:center;justify-content:center;padding:64px 48px}[data-theme=dark] .project-detail__image-wrapper{background-color:#1e546e}.project-detail__image{width:100%;max-width:720px;height:auto;border-radius:8px;border:4px solid var(--black);box-shadow:0 24px 48px #0000002e}@media(max-width:767px){.project-detail__header{grid-template-columns:1fr}.project-detail__tags{justify-content:flex-start}.project-detail__title{font-size:1.5rem}.project-detail__image-wrapper{padding:32px 24px}}.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(max-width:1023px){.container{margin-top:64px;margin-bottom:64px}.projects-grid,.approach-grid{grid-template-columns:repeat(2,1fr)}.hero{flex-direction:column;align-items:center;gap:8px}.hero__images{flex-direction:row;justify-content:start;align-items:start;flex:1 1 0;width:100%;margin-bottom:24px}.hero__image-1{width:200px;max-height:200px}.hero__image-2{max-height:200px}.hero__content{margin-bottom:24px}.hero__title{font-size:1.25rem}.subtitle{font-size:1.1rem}}@media(max-width:767px){.nav__links,.nav__cta{display:none}.nav__actions{margin-left:auto}.nav__hamburger{display:flex;margin-left:16px}.hero__images{flex-direction:row;justify-content:start;align-items:center;gap:16px;max-height:150px}.hero__image-1{width:30%}.hero__image-2{display:none}.hero__title{font-size:1.25rem}.status-row--desktop{display:none}.status-row--mobile{display:flex;flex-direction:column;align-items:start}.status__dot{width:8px;height:8px}.status__text{font-size:12px}.projects-grid,.approach-grid{grid-template-columns:1fr}}
