@font-face{font-family:Roboto;font-style:normal;font-weight:100 900;font-display:swap;src:url(/assets/fonts/Roboto-Variable.ttf)format("truetype-variations")}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/assets/fonts/Inter-Variable.ttf)format("truetype-variations")}:root{--white:#fff;--black:#000;--light-grey:#f5f5f5;--dark-grey:#706e6e;--surface-grey:#f7f7f7;--hover-grey:#ebebeb;--border-grey:#eee}[data-theme=dark]{--white:#000;--black:#f5f5f5;--light-grey:#111;--dark-grey:#a3a3a3;--surface-grey:#141414;--hover-grey:#1c1c1c;--border-grey:#2a2a2a}::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}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}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{text-wrap:balance;margin-bottom:0;font-size:clamp(2rem,3.2vw,3.75rem);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;transition:background-color .2s ease-out,color .2s ease-out;display:inline-block}.primaryButton:hover{background-color:color-mix(in srgb, var(--black) 8%, transparent)}.secondaryButton{background-color:var(--black);color:var(--white);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;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}.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{cursor:pointer;flex-direction:column;flex-shrink:0;justify-content:center;gap:6px;width:32px;height:32px;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)}.nav__overlay-cta{background-color:var(--black);color:var(--white);justify-content:center;align-items:center;width:100%;padding:24px;font-family:Roboto,sans-serif;font-size:1.75rem;font-weight:400;text-decoration:none;display:flex}.nav:has(.nav__toggle:checked)~.nav__overlay{pointer-events:auto;transform:translateY(0)}.nav__toggle:checked~.nav__wrapper .nav__hamburger span:first-child{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{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(#effef5f5 0%,#e8faf0e0 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;animation:1.5s ease-in-out infinite blink;position:relative;box-shadow:0 0 0 4px #41e78829}.status__text{color:#0dac52;letter-spacing:0;white-space:nowrap;font-size:14px;font-weight:500;line-height:1}.status--blue{color:#357dff;background:linear-gradient(#f7fcfff5 0%,#eef7ffe0 100%);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(#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:48px;font-size:2rem;font-weight:400;line-height:100%}.projects-categories{flex-direction:column;gap:96px;width:100%;display:flex}.projects-category{flex-direction:column;gap:24px;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:32px;width:100%;display:grid}.project-card{flex-direction:column;gap:16px;display:flex}.project-card__image-wrapper{background-color:#f7f7f7;border-radius:8px;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%;border-radius:4px;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}[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;background-color:var(--light-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)}.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;transition:filter .2s ease-out}.clients-grid a:hover img{filter:grayscale(0)}.footer{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{font-size:1rem;font-weight:400;line-height:100%}.footer__links{flex-flow:row;gap:8px;display:flex}.legal p,.legal .text-block{margin-bottom:8px;font-size:14px;line-height:140%}.legal a{text-decoration:underline}.legal .text-block b{display:inline}a.project-card{color:inherit;cursor:pointer;text-decoration:none}.project-detail{gap:48px}.project-detail__back{align-self:flex-start}.project-detail__header{grid-template-columns:2fr 1fr;align-items:start;gap:24px;display:grid}.project-detail__titles{flex-direction:column;gap:8px;display:flex}.project-detail__title{font-size:2.25rem;font-weight:400;line-height:100%}.project-detail__client{color:var(--dark-grey);font-size:1.125rem;font-weight:300;line-height:100%}.project-detail__tags{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.project-detail__description{flex-direction:column;gap:16px;display:flex}.project-detail__images{flex-direction:column;gap:32px;width:100%;display:flex}.project-detail__image-wrapper{background-color:#f7f7f7;border-radius:16px;justify-content:center;align-items:center;width:100%;padding:64px 48px;display:flex;overflow:hidden}[data-theme=dark] .project-detail__image-wrapper{background-color:var(--surface-grey)}.project-detail__image{border:4px solid var(--black);border-radius:8px;width:100%;max-width:720px;height:auto;box-shadow:0 24px 48px #0000002e}.project-detail__showcase{grid-template-columns:1fr 2fr;gap:24px;width:100%;display:grid}.project-detail__showcase-mobile,.project-detail__showcase-item{border:2px solid var(--black);border-radius:16px;min-width:0;min-height:0;overflow:hidden;box-shadow:0 12px 24px #00000024}.project-detail__showcase-mobile{grid-row:1/span 3;position:relative}.project-detail__showcase-mobile img{object-fit:cover;object-position:top;width:100%;height:100%;display:block;position:absolute;inset:0}.project-detail__showcase-item img{aspect-ratio:16/9;object-fit:cover;width:100%;height:100%;display:block}@media (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 (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}.project-detail__showcase{grid-template-columns:1fr}.project-detail__showcase-mobile{display:none}}@media (width<=767px){.nav__links,.nav__cta{display:none}.nav__actions{margin-left:auto}.nav__hamburger{margin-left:16px;display:flex}.status-row--desktop{display:none}.status-row--mobile{flex-direction:column;align-items:start;display:flex}.hero{gap:28px}.hero__images{grid-template-columns:112px minmax(0,1fr);align-items:center;gap:16px;width:100%;min-height:auto;display:grid}.hero__image-1{width:112px;max-width:100%;position:static}.hero__image-2{display:none}.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}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-reverse;align-items:center;gap:16px}}@media (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-left:10px;padding-right:10px}}
