@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;--surface-grey: #f7f7f7;--hover-grey: #ebebeb;--border-grey: #eeeeee}[data-theme=dark]{--white: #000000;--black: #f5f5f5;--light-grey: #111111;--dark-grey: #a3a3a3;--surface-grey: #141414;--hover-grey: #1c1c1c;--border-grey: #2a2a2a}::selection{background-color:#d97757;color:#faf9f5}[data-theme=dark] ::selection{background-color:#d97757;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:300;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:clamp(2rem,3.2vw,3.75rem);line-height:.98;margin-bottom:0;text-wrap:balance}h1 strong{font-weight:500;color:#d97757;background:linear-gradient(90deg,#ff9748,#ff0b0b);background-clip:text;-webkit-text-fill-color:transparent}h2{font-size:1.5rem;margin-bottom:12px}h3{font-size:1.25rem;margin-bottom:8px}h4{font-size:1.125rem;margin-bottom:4px}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{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:sticky;top:0;z-index:1000;transition:background-color .2s ease,backdrop-filter .2s ease}.nav--scrolled{background-color:#ffffffd9;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}[data-theme=dark] .nav--scrolled{background-color:#141414d9}.nav__wrapper{display:flex;flex-flow:row;justify-content:space-between;align-items:center;width:100%;max-width:1200px;padding:24px 0;position:relative;z-index:1000}.nav__logo{display:flex;align-items:center}.nav__logo svg{width:160px;height:auto}.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:#d8d8d8}.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:#fff9;backdrop-filter:blur(8px)}[data-theme=dark] .nav__overlay-links{background:#000000d1}.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;width:100%}.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:grid;grid-template-columns:minmax(280px,360px) minmax(0,1fr);align-items:center;gap:64px;width:100%}.hero-container{justify-content:center;align-items:center}.hero__images{position:relative;align-self:center;width:100%;min-height:392px}.hero__image-1{position:absolute;top:0;left:0;width:78%;aspect-ratio:1;height:auto;object-fit:cover;object-position:50% 50%;border-radius:20px;border:5px solid #EDEDED;box-shadow:0 6px 32px #00000010,0 12px 24px #00000014}.hero__image-2{position:absolute;right:0;bottom:0;width:68%;aspect-ratio:16 / 10;height:auto;object-fit:cover;border-radius:16px;border:5px solid #EDEDED;box-shadow:0 12px 24px #0000001f}.hero__content{display:flex;flex-direction:column;justify-content:center;align-items:start;gap:20px;max-width:820px}.subtitle{font-size:1.125rem;line-height:140%;margin-bottom:0;text-wrap:pretty;color:var(--dark-grey)}.hero__links{display:flex;flex-wrap:wrap;gap:8px 12px}.status-row{display:flex;flex-flow:row;justify-content:start;align-items:center;gap:10px;flex-wrap:wrap}.status-row--desktop{display:flex}.status-row--mobile{display:none}.status{display:flex;flex-flow:row;justify-content:center;align-items:center;gap:7px;min-height:34px;padding:8px 13px;background:linear-gradient(180deg,#effef5f5,#e8faf0e0);border-radius:999px;border:1px solid rgba(13,172,82,.22);box-shadow:0 8px 20px #0dac521a,inset 0 1px #ffffffb3;backdrop-filter:blur(8px)}.status__dot{position:relative;width:8px;height:8px;flex:0 0 auto;background-color:#41e788;border-radius:50%;box-shadow:0 0 0 4px #41e78829;animation:blink 1.5s ease-in-out infinite}.status__text{color:#0dac52;font-weight:500;font-size:14px;line-height:1;letter-spacing:0;white-space:nowrap}.status--blue{color:#357dff;background:linear-gradient(180deg,#f7fcfff5,#eef7ffe0);border-color:#357dff2e;box-shadow:0 8px 20px #357dff17,inset 0 1px #ffffffc2}.status--blue .status__text{color:#357dff}[data-theme=dark] .status{background:linear-gradient(180deg,#141414f5,#0c0c0ce6);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(180deg,#141414f5,#0c0c0ce6);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{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:var(--surface-grey)}.project-card__image{position:absolute;top:50%;left:50%;width:200px;aspect-ratio:16 / 9;height:auto;object-fit:cover;border-radius:4px;border:2px 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}.approach-card__icon{font-size:2.25rem;line-height:1;margin-bottom:16px}.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 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(--dark-grey)}.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__images{display:flex;flex-direction:column;gap:32px;width:100%}.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:var(--surface-grey)}.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{grid-template-columns:1fr;gap:32px}.hero__images{width:min(100%,560px);min-height:300px}.hero__image-1{width:58%}.hero__image-2{width:54%}.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}.status-row--desktop{display:none}.status-row--mobile{display:flex;flex-direction:column;align-items:start}.hero{gap:28px}.hero__images{display:grid;grid-template-columns:112px minmax(0,1fr);align-items:center;gap:16px;width:100%;min-height:auto}.hero__image-1{position:static;width:112px;max-width:100%}.hero__image-2{display:none}.hero__content{gap:18px}.hero__links{flex-direction:column;align-items:stretch;width:100%;gap:10px;margin-top:4px}.hero__links .primaryButton,.hero__links .secondaryButton{width:100%;text-align:center;padding-top:10px;padding-bottom:10px}h1{font-size:clamp(2rem,9vw,2.65rem);line-height:1.04}.subtitle{padding-left:16px;border-left:3px solid #d97757;color:var(--dark-grey);font-size:1rem;line-height:1.55}.status__dot{width:8px;height:8px}.status__text{font-size:12px}.projects-grid,.approach-grid{grid-template-columns:1fr}}@media(max-width:360px){.hero__images{grid-template-columns:96px minmax(0,1fr)}.hero__image-1{width:96px}.hero__links{gap:8px}.hero__links .primaryButton,.hero__links .secondaryButton{padding-right:10px;padding-left:10px}}
