:root{--clr-bg:#f4f1ec;--clr-surface:#fff;--clr-border:#e8e6e1;--clr-border-dark:#1a1917;--clr-text:#000;--clr-text-muted:#8c887f;--clr-heading:#1a1917;--clr-accent:#b5a08c;--clr-accent-dark:#8c7560;--clr-error:#c0392b;--clr-primary:#7d8674;--clr-secondary:#5a2b2b;--clr-tertiary:#babb93;--clr-quaternary:#d8d2c9;--clr-transparent-bg:#faf9f7a6;--clr-project-overlay:var(--clr-primary);--font-sans:"Manrope", system-ui, -apple-system, sans-serif;--font-heading:"Jura", "Manrope", sans-serif;--radius:4px;--max-w:1200px;--nav-h:90px}@media screen and (width<=900px){:root{--nav-h:54px}}:root{--shadow-sm:0 1px 3px #00000014;--shadow-md:0 4px 16px #0000001a;font-size:16px;line-height:1.6;font-family:var(--font-sans);color:var(--clr-text);background-color:var(--clr-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility}*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{min-height:100dvh}#root{flex-direction:column;min-height:100dvh;display:flex}img,video{max-width:100%;display:block}a{color:inherit;text-decoration:none}ul,ol{list-style:none}h1,h2,h3,h4{font-family:var(--font-heading);color:var(--clr-heading);font-weight:400;line-height:1.15}h1{font-size:clamp(2rem,5vw,3.5rem)}h2{font-size:clamp(1.5rem,3.5vw,2.5rem)}h3{font-size:clamp(1.1rem,2.5vw,1.5rem)}h4{font-size:1.1rem}p{line-height:1.75}.container{width:100%;max-width:var(--max-w);margin-inline:auto;padding-inline:2rem}.--desktop-only{display:block}@media (width<=900px){.--desktop-only{display:none}}.--mobile-only{display:none}@media (width<=900px){.--mobile-only{display:block}}@media (width<=768px){.container{padding-inline:1.25rem}}.section{padding-block:5rem}@media (width<=768px){.section{padding-block:3rem}}.section-label{font-family:var(--font-heading);letter-spacing:.15em;text-transform:uppercase;color:var(--clr-accent-dark);margin-bottom:.75rem;font-size:.75rem;font-weight:600;display:block}button,.btn{font-family:var(--font-heading);cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #0000;padding:0 1.5rem;font-size:.875rem;transition:background .3s,color .3s}button:hover,.btn:hover{transform:translateY(-1px)}button-primary,.btn-primary{background:var(--clr-heading);color:#fff}button-primary:hover,.btn-primary:hover{background:var(--clr-accent-dark)}button-outline,.btn-outline{border:1.5px solid var(--clr-border);color:var(--clr-text);background:0 0}button-outline:hover,.btn-outline:hover,button-light,.btn-light{border-color:var(--clr-heading);color:var(--clr-heading)}button-light:hover,.btn-light:hover{background:var(--clr-heading);color:var(--clr-surface)}button-dark,.btn-dark{border-color:var(--clr-heading);color:var(--clr-surface);background:var(--clr-heading)}button-dark:hover,.btn-dark:hover{color:var(--clr-heading);background:0 0}button-lg,.btn-lg{padding:.75rem 2rem;font-size:1rem}.page-header{padding-top:3rem;padding-bottom:2.5rem}.page-header h1{text-align:center;text-transform:uppercase;margin-top:.5rem;font-size:clamp(1.75rem,4vw,2.75rem)}.page-header__sub{color:var(--clr-text-muted);max-width:540px;margin-top:.75rem;line-height:1.7}.cta-section{padding:8rem 10rem}.cta-section .cta-container{text-align:center;text-transform:uppercase;flex-direction:column;align-items:center;gap:1.5rem;max-width:600px;margin:0 auto;display:flex}.cta-section .cta-container p{margin-bottom:2rem;line-height:1.3rem}.cta-section .cta-container p:last-child{margin-bottom:0}.cta-section .cta-buttons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}@media screen and (width<=900px){.cta-section{padding:4rem 2rem}}.filters{flex-wrap:wrap;gap:.5rem;margin-bottom:3rem;display:flex}.filter-btn{border:1.5px solid var(--clr-border);text-transform:uppercase;color:var(--clr-text);background:0 0;padding:.5rem 1.25rem;font-size:.85rem;font-weight:800;transition:background .2s,border-color .2s,color .2s}.filter-btn:hover{border-color:var(--clr-heading);color:var(--clr-heading)}.filter-btn--active,.filter-btn.filter-btn--active{background:var(--clr-heading);border-color:var(--clr-heading);color:var(--clr-surface)}.filter-btn--active:hover,.filter-btn.filter-btn--active:hover{color:var(--clr-surface)}.nav{z-index:100;height:var(--nav-h);background:0 0;transition:background .3s,box-shadow .3s;position:fixed;top:0;left:0;right:0}@media screen and (width<=900px){.nav.home-page{height:calc(var(--nav-h) * 2)}}.nav__homepage_only__container{justify-content:space-between;align-items:center;display:flex}.nav__homepage_only{font-family:var(--font-heading);letter-spacing:.08em;text-transform:uppercase;text-align:center;pointer-events:none;width:100%;font-size:.75rem;font-weight:600;line-height:.75rem;position:absolute;top:.5rem;left:0}@media screen and (width<=900px){.nav .nav__homepage_only{margin:.5rem auto;position:relative;top:0}}.nav--scrolled{background:var(--clr-transparent-bg);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.nav__inner{justify-content:space-between;align-items:center;padding:.5rem 0 0;display:flex}.nav__inner.end{justify-content:flex-end}.nav__inner .block-divider{margin:0 3rem}.nav__logo__container{flex-grow:1;align-items:center;margin:0 2rem 0 1rem;display:flex}.nav__logo{background-image:url("data:image/svg+xml,%3csvg%20width='41'%20height='39'%20viewBox='0%200%2041%2039'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M38.9297%200.798125L39.7221%201.5916L3.17233%2038.2697H0L38.1083%200.0972441L38.9297%200.798125Z'%20fill='black'/%3e%3cpath%20d='M39.6735%2021.2002V23.4436L28.2116%2023.442L28.2111%2021.1992L39.6735%2021.2002Z'%20fill='black'/%3e%3cpath%20d='M38.1241%200H40.7846V38.2697H38.1241V0Z'%20fill='black'/%3e%3c/svg%3e");background-position:50%;background-repeat:no-repeat;background-size:contain;flex-shrink:0;width:8rem;height:2.4rem;display:block}@media screen and (width<=900px){.nav__logo{background-image:url("data:image/svg+xml,%3csvg%20width='1160'%20height='184'%20viewBox='0%200%201160%20184'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M454.19%200C471.12%200%20488.05%204.18076%20503.099%2012.123L497.037%2020.9014C483.87%2014.0041%20469.03%2010.6592%20454.19%2010.6592C410.09%2010.6593%20366.825%2043.2652%20366.825%2091.7549C366.825%20140.244%20410.09%20172.85%20454.19%20172.85C469.03%20172.85%20483.87%20169.506%20497.037%20162.399L503.099%20171.387C488.05%20179.329%20471.12%20183.509%20454.19%20183.509C402.984%20183.509%20354.703%20145.47%20354.703%2091.7549C354.703%2038.04%20402.984%208.8305e-05%20454.19%200ZM172.178%205.72266H261.813C297.763%205.72274%20328.486%2020.1443%20328.486%2058.8105C328.486%2082.6373%20318.036%2097.6865%20296.3%20106.256L291.91%20107.928L326.605%20178.363H313.438L279.997%20110.645L277.07%20110.854C272.054%20111.689%20266.829%20111.898%20261.813%20111.898H184.271V178.363H172.149V111.152L127.438%20111.147L127.437%20101.017L172.149%20101.02V19.751L14.3301%20178.126H0L172.144%205.69336L172.178%205.72266ZM552.291%2091.625H684.384V5.72266H696.506V178.362H684.384V101.866H552.291V178.362H540.169V5.72266H552.291V91.625ZM758.485%20178.362H746.363V5.72266H758.485V178.362ZM887.279%2095.376L952.907%205.72266H970.255V178.362H958.342V18.2627L896.476%20102.482H878.292L816.844%2018.4717V178.362H804.722V5.72266H821.651L887.279%2095.376ZM1160%20178.362H1147.25L1130.74%20137.188H1036.48L1019.34%20178.362H1006.59L1075.98%205.72266H1091.03L1160%20178.362ZM1039.61%20126.738H1127.39L1083.5%2014.71L1039.61%20126.738ZM184.271%20101.657H261.604C288.148%20101.657%20316.364%2093.2967%20316.364%2058.8105C316.364%2036.2378%20304.868%2023.6978%20283.759%2018.6816C276.444%2016.8006%20268.502%2015.9639%20261.187%2015.9639H184.271V101.657Z'%20fill='%231E1E1E'/%3e%3c/svg%3e");width:100%}}.nav__links{justify-content:space-between;align-items:center;width:100%;display:flex}.nav__link{font-family:var(--font-heading);color:var(--clr-text);letter-spacing:.02em;text-transform:uppercase;font-size:1rem;font-weight:400;transition:color .2s;position:relative}.nav__link--logo{opacity:1;justify-content:center;align-items:center;transition:all .5s;display:inline-flex;transform:none}.nav__link--logo:hover{opacity:.65;transform:translate(2px)}.nav__link:after{content:"";background:var(--clr-heading);transform-origin:0;height:1px;transition:transform .2s;position:absolute;bottom:-3px;left:0;right:0;transform:scaleX(0)}.nav__link:hover,.nav__link--active{color:var(--clr-heading)}.nav__link--active:after,.nav__link:hover:after{transform:scaleX(1)}.nav__link--logo:after{display:none}.nav__actions{align-items:center;gap:.75rem;width:100%;display:flex}.nav__actions .nav__logo{width:4rem;display:none}@media screen and (width<=900px){.nav__actions .nav__logo{width:14rem}}.nav__lang-toggle{border:1px solid var(--clr-border);font-family:var(--font-heading);color:var(--clr-text);letter-spacing:.08em;border-radius:var(--radius);background:0 0;padding:.3rem .65rem;font-size:.75rem;font-weight:600;transition:border-color .2s,color .2s}.nav__lang-toggle:hover{border-color:var(--clr-heading);color:var(--clr-heading)}.nav__burger{background:0 0;border:none;flex-direction:column;justify-content:center;gap:5px;width:32px;height:32px;padding:4px;display:none}.nav__burger span{background:var(--clr-heading);transform-origin:50%;width:100%;height:1.5px;transition:transform .25s,opacity .25s;display:block}.nav__burger--open span:first-child{transform:translateY(6.5px)rotate(45deg)}.nav__burger--open span:nth-child(2){opacity:0;transform:scaleX(0)}.nav__burger--open span:nth-child(3){transform:translateY(-6.5px)rotate(-45deg)}.block-divider{width:3rem;height:1px}.block-divider:before{content:"";background:var(--clr-heading);width:4px;height:4px;margin:-2px auto;display:block;position:relative;top:50%}@media (width<=900px){.nav__actions .nav__logo{display:block}.nav__burger{display:flex}.nav__logo__container{height:38px}.nav__inner .block-divider{display:none}.nav__links{inset:var(--nav-h) 0 0 0;background:var(--clr-bg);opacity:0;pointer-events:none;flex-direction:column;justify-content:center;align-items:center;gap:2.5rem;transition:opacity .25s,transform .25s;position:fixed;transform:translateY(-8px)}.nav__links--open{opacity:1;pointer-events:all;height:calc(100vh - var(--nav-h));background:var(--clr-transparent-bg);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transform:translateY(0)}}@media screen and (width<=900px) and (width<=900px){.nav.home-page .nav__links{inset:calc(var(--nav-h) * 2 - 18px) 0 0 0;height:calc(100vh - (var(--nav-h) * 2 - 18px))}}@media (width<=900px){.nav__link{font-size:1.1rem}}.footer{background:var(--clr-secondary);color:var(--clr-bg);margin:auto 1rem 0}.footer__dividers{justify-content:space-between;margin-top:1rem;display:flex}.footer__dividers .block-divider:before{background:var(--clr-bg)}.footer__main{grid-template-columns:auto 1fr auto;align-items:start;gap:2rem;padding-block:3.5rem 2.5rem;display:grid}.footer__logo-wrap{align-items:flex-start;display:flex}.footer__logo{background-image:url("data:image/svg+xml,%3csvg%20width='185'%20height='173'%20viewBox='0%200%20185%20173'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M175.984%203.60797L179.566%207.19489L14.3407%20173H0L172.271%200.439597L175.984%203.60797Z'%20fill='%23F4F1EC'/%3e%3cpath%20d='M179.346%2095.8368V105.978L127.532%20105.971L127.53%2095.8321L179.346%2095.8368Z'%20fill='%23F4F1EC'/%3e%3cpath%20d='M172.342%200H184.369V173H172.342V0Z'%20fill='%23F4F1EC'/%3e%3c/svg%3e");background-position:50%;background-repeat:no-repeat;background-size:contain;width:184px;min-height:173px;display:block}.footer__nav{flex-direction:column;gap:1.15rem;padding:.25rem 0 0 3rem;display:flex}.footer__nav-link{font-family:var(--font-heading);letter-spacing:.12em;text-transform:uppercase;color:var(--clr-bg);white-space:nowrap;font-size:.78rem;transition:color .2s}.footer__nav-link:hover,.footer__nav-link--active{color:var(--clr-surface)}.footer__social{flex-direction:column;align-items:flex-end;gap:1rem;padding-top:.25rem;list-style:none;display:flex}.footer__social-link{color:#ffffff80;justify-content:center;align-items:center;transition:color .2s;display:flex}.footer__social-link svg{width:18px;height:18px}.footer__social-link:hover{color:#fff}.footer__bottom{font-family:var(--font-heading);letter-spacing:.1em;text-transform:uppercase;color:var(--clr-bg);border-top:1px solid #ffffff14;grid-template-columns:1fr 1fr 1fr;padding-block:1.25rem;font-size:.7rem;display:grid}.footer__bottom span:nth-child(2){text-align:center}.footer__bottom span:nth-child(3){text-align:right}@media (width<=768px){.footer__main{text-align:center;grid-template-columns:1fr 1fr;align-items:center;padding-block:2.5rem 2rem}.footer__dividers{display:none}.footer__logo-wrap{justify-content:center}.footer__logo-wrap .footer__logo{width:100px;min-height:100px}.footer__nav{align-items:flex-end;padding-left:0}.footer__social{flex-direction:row;grid-column:1/-1;justify-content:center;align-items:center}.footer__bottom{text-align:center;grid-template-columns:1fr;gap:.5rem}.footer__bottom span:nth-child(2),.footer__bottom span:nth-child(3){text-align:center}}.layout-main{padding-top:var(--nav-h);flex:1}.media-carousel{--carousel-gap:.5rem;--carousel-control-width:clamp(48px, 8vw, 84px);--carousel-item-width:clamp(260px, 34vw, 520px);--carousel-item-height:400px;--carousel-track-padding-inline:0;--carousel-track-padding-bottom:.5rem;--carousel-track-justify:flex-start}.media-carousel--enter{opacity:0;transition:transform .7s ease-in,opacity .7s ease-in;transform:translate(-48px)}.media-carousel--enter.is-visible{opacity:1;transform:none}.media-carousel__shell{position:relative}.media-carousel__track{justify-content:var(--carousel-track-justify);gap:var(--carousel-gap);padding-inline:var(--carousel-track-padding-inline);padding-bottom:var(--carousel-track-padding-bottom);-webkit-overflow-scrolling:touch;scrollbar-width:none;scroll-behavior:smooth;scroll-snap-type:none;cursor:grab;margin-top:0;display:flex;overflow-x:auto}.media-carousel__track.is-centered{justify-content:center}.media-carousel__track.is-snap-active{scroll-snap-type:x mandatory}.media-carousel__track::-webkit-scrollbar{display:none}.media-carousel__item{width:var(--carousel-item-width);height:var(--carousel-item-height);scroll-snap-align:start;cursor:pointer;background:0 0;border:none;border-radius:2px;flex:none;padding:0;display:block;position:relative;overflow:hidden}.media-carousel__image,.media-carousel__placeholder{object-fit:cover;background:var(--clr-quaternary);width:100%;height:100%;transition:transform .4s;display:block}.media-carousel__item:hover .media-carousel__image{transform:scale(1.03)}.media-carousel__overlay{background:var(--clr-project-overlay,var(--clr-heading));color:#fff;font-family:var(--font-heading);letter-spacing:.15em;text-transform:uppercase;opacity:0;justify-content:center;align-items:center;padding:2rem;font-size:.85rem;font-weight:600;transition:opacity .3s;display:flex;position:absolute;inset:0}.media-carousel__item:hover .media-carousel__overlay{opacity:1}.media-carousel__control{height:var(--carousel-item-height);width:var(--carousel-control-width);color:#fff;z-index:2;cursor:pointer;opacity:.36;filter:blur(.2px);background:linear-gradient(90deg,#00000075 0%,#0000000a 100%);border:none;justify-content:center;align-items:center;font-size:clamp(2rem,4vw,3rem);line-height:1;transition:opacity .22s,filter .22s;display:flex;position:absolute;top:0}.media-carousel__control:hover,.media-carousel__control:focus-visible{opacity:.94;filter:blur()}.media-carousel__control--left{left:0}.media-carousel__control--right{background:linear-gradient(270deg,#00000075 0%,#0000000a 100%);right:0}@media (width<=900px){.media-carousel{--carousel-item-width:clamp(180px, 70vw, 320px);--carousel-item-height:25vh;--carousel-control-width:46px}.media-carousel__control{font-size:4rem}}.loading-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;display:flex}.loading-state--fullscreen{min-height:100dvh}.loading-state--compact{flex-direction:row;justify-content:flex-start;gap:.55rem}.loading-state__icon{object-fit:contain;width:72px;height:72px}.loading-state--compact .loading-state__icon{width:34px;height:34px}.loading-state__label{color:var(--clr-text-muted);letter-spacing:.1em;text-transform:uppercase;margin:0;font-size:.9rem}.loading-state--compact .loading-state__label{font-size:.78rem}.loading-state--light .loading-state__label{color:#fff}.loading-state--light .loading-state__icon{filter:brightness(0)invert()}.home-logo{top:var(--nav-h);z-index:4;pointer-events:none;padding-inline:5rem;position:fixed;left:0;right:0}.home-logo .home-logo__wordmark{width:100%;height:auto;display:block}.home-parallax{background:var(--clr-bg);min-height:170vh;position:relative;overflow:hidden}.home-parallax__img{will-change:transform;transition:transform .2s ease-out;position:absolute}.home-parallax__placeholder{width:100%;height:100%}.home-parallax__img--p1{z-index:2;width:28%;top:24%;left:0}.home-parallax__img--p2{z-index:3;width:17%;margin-right:0;top:14%;right:50%;box-shadow:0 20px 24px 10px #00000050}.home-parallax__img--p3{z-index:6;width:40%;top:26%;right:3%}.home-parallax__img--p4{z-index:2;width:30%;top:45%;left:5%}.home-parallax__img--p5{z-index:7;width:20%;top:50%;right:0}.home-parallax__img--p6{z-index:1;width:25%;margin-left:-10%;top:40%;left:48%}@media screen and (width<=900px){.home-parallax__img--p6{left:65%}}.home-parallax__img--p7{z-index:3;width:32%;top:77%;left:11%}.home-parallax__img--p8{z-index:2;width:25%;top:67%;left:2%}.home-parallax__img--p09{z-index:13;transform-origin:50%;width:25%;margin-left:-10%;top:35%;left:50%}.home-studio-container{background:var(--clr-bg);z-index:10;position:relative}.home-studio{align-items:center;gap:5rem;padding:7rem 6rem;display:flex}.home-studio__left{flex-direction:column;flex:none;gap:1.75rem;width:36%;display:flex}.home-studio__signature{font-family:var(--font-sans);color:var(--clr-heading);font-size:clamp(1.25rem,2vw,1.6rem);font-style:italic;font-weight:300;line-height:1.3}.home-studio__text{font-family:var(--font-heading);letter-spacing:.06em;text-transform:uppercase;color:var(--clr-heading);max-width:300px;font-size:clamp(.78rem,.95vw,.92rem);font-weight:600;line-height:1.85}.home-studio__cta{border-color:var(--clr-heading);letter-spacing:.1em;text-transform:uppercase;border-radius:0;align-self:flex-start;padding:.55rem 1.2rem;font-size:.78rem}.home-studio__right{flex:1}.home-studio__img-placeholder{width:100%;max-width:500px;margin-left:auto}.home-divider{background:var(--clr-border);z-index:10;height:1px;margin:0;position:relative}.home-carousel{background:var(--clr-bg);z-index:10;padding:3.5rem 0 5rem;position:relative}.home-carousel__label{font-family:var(--font-heading);letter-spacing:.22em;text-transform:uppercase;text-align:center;color:var(--clr-text-muted);margin-bottom:2.5rem;font-size:.72rem;font-weight:600}.home-carousel__stage{min-height:clamp(220px,30vw,420px);position:relative}.home-carousel__loader{z-index:3;-webkit-backdrop-filter:blur(4px);background:linear-gradient(#ffffffb8 0%,#ffffffe6 100%);place-items:center;display:grid;position:absolute;inset:0}.home-carousel__carousel{--carousel-item-width:clamp(160px, 20vw, 260px);--carousel-item-height:auto;--carousel-track-padding-inline:2rem;--carousel-track-padding-bottom:0;--carousel-track-justify:center}@media screen and (width<=900px){.home-carousel__carousel{--carousel-track-justify:flex-start}}.home-carousel__carousel .media-carousel__item{aspect-ratio:3/4}.home-carousel__carousel .media-carousel__image,.home-carousel__carousel .media-carousel__placeholder{aspect-ratio:3/4;height:100%}.footer{z-index:10;position:relative}@media (width<=900px){.home-logo{padding-inline:1rem}.home-parallax{min-height:220vw}.home-parallax__img--p1{z-index:4;width:44%;top:10%}.home-parallax__img--p2{width:27%;margin-right:-9%;top:6%}.home-parallax__img--p3{width:60%;top:15%}.home-parallax__img--p4{width:40%;top:45%}.home-parallax__img--p5{width:60%;top:31%}.home-parallax__img--p6{width:45%;margin-left:-14%;top:69%}.home-parallax__img--p7{width:65%;top:77%;left:0%}.home-parallax__img--p8{width:45%;top:65%}.home-parallax__img--p09{width:65%;margin-left:-33%}.home-studio{flex-direction:column;gap:2.5rem;padding:4rem 1.5rem}.home-studio__left{text-align:center;width:100%}.home-studio__left .home-studio__text{max-width:none;margin:0 2rem}.home-studio__left .home-studio__cta{margin:0 auto}.home-studio__img-placeholder{max-width:100%;margin-left:0}.home-carousel__carousel{--carousel-item-width:clamp(140px, 42vw, 220px)}}@media (width<=480px){.home-studio{padding:3rem 1.25rem}.home-carousel__track{padding-inline:1.25rem}}.projects-grid{grid-template-columns:repeat(2,1fr);gap:5rem;display:grid}@media (width<=900px){.projects-grid{grid-template-columns:1fr}}.project-card{display:block}.project-card__img{aspect-ratio:3/4;position:relative;overflow:hidden}@media screen and (width<=900px){.project-card__img{aspect-ratio:1}}.project-card__img img,.project-card__img .project-card__placeholder{object-fit:cover;width:100%;height:100%;display:block}.project-card__img .project-card__placeholder{background:var(--clr-border)}.project-card__overlay{background:var(--clr-project-overlay,var(--clr-heading));opacity:0;justify-content:center;align-items:center;transition:opacity .3s;display:flex;position:absolute;inset:0}.project-card__overlay span{color:#fff;font-family:var(--font-heading);letter-spacing:.15em;text-transform:uppercase;font-size:1.5rem;font-weight:800}.project-card:hover .project-card__overlay{opacity:1}.project-card .project-card__info{text-transform:uppercase;margin-top:1.5rem}.project-card .project-card__info h3{font-size:1rem;font-weight:800}.project-card .project-card__info h3 span{margin-left:.5rem;font-size:1rem;font-weight:400;display:inline-block}@media screen and (width<=900px){.project-card .project-card__info{text-align:center}}.gallery{--gallery-ratio-featured:16 / 9;--gallery-ratio-compact:4 / 3;--gallery-ratio-portrait:2 / 3}@media screen and (width<=900px){.gallery{--gallery-ratio-featured:none;--gallery-ratio-compact:none;--gallery-ratio-portrait:none}}.gallery-grid{grid-template-columns:3fr 2fr;gap:6rem;margin-top:1.5rem;display:grid}@media screen and (width<=900px){.gallery-grid{grid-template-columns:1fr;gap:2rem}}.gallery-item:first-child,.gallery-item:nth-child(2),.gallery-item:nth-child(5),.gallery-item:nth-child(6){aspect-ratio:var(--gallery-ratio-featured);grid-column:1/-1}.gallery-item:nth-child(3){aspect-ratio:var(--gallery-ratio-portrait)}.gallery-item:nth-child(4){aspect-ratio:var(--gallery-ratio-compact)}.gallery-item{cursor:pointer;background:0 0;border:none;border-radius:2px;padding:0;overflow:hidden}.gallery-item img{object-fit:cover;width:100%;height:100%;transition:transform .4s;display:block}.gallery-item:hover img{transform:scale(1.03)}.gallery-carousel{--carousel-item-width:clamp(260px, 34vw, 520px);--carousel-item-height:400px;--carousel-track-padding-bottom:.5rem}.gallery-carousel .media-carousel__track{scrollbar-width:thin;scrollbar-color:var(--clr-border) transparent}.gallery-carousel .media-carousel__item{aspect-ratio:auto;border:1px dotted #0000}.gallery-carousel .media-carousel__item.is-loading{border-color:var(--clr-border-dark)}.gallery-status{text-align:center;color:var(--color-muted,#888);padding:2rem}.gallery-error{color:var(--color-error,#c00)}.lightbox-overlay{z-index:1000;background:#000000eb;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.lightbox-content{touch-action:none;will-change:transform;justify-content:center;align-items:center;max-width:90vw;max-height:90vh;display:flex;position:relative}.lightbox-content img{object-fit:contain;border-radius:2px;max-width:90vw;max-height:90vh}.lightbox-content img.is-hidden{opacity:0}.lightbox-loading{pointer-events:none;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.lightbox-close,.lightbox-prev,.lightbox-next{color:#fff;cursor:pointer;opacity:.7;background:0 0;border:none;padding:.5rem 1rem;font-size:4rem;transition:opacity .2s;position:absolute}.lightbox-close:hover,.lightbox-prev:hover,.lightbox-next:hover{opacity:1}.lightbox-close{top:1rem;right:1.5rem}.lightbox-prev{left:1rem}.lightbox-next{right:1rem}@media (width<=900px){.gallery{--gallery-ratio-featured:4 / 3;--gallery-ratio-compact:1 / 1}.gallery-carousel{--carousel-item-width:clamp(180px, 70vw, 320px);--carousel-item-height:25vh}}.project-content{padding-top:0}.single-project__back{top:var(--nav-h);z-index:20;color:var(--clr-text-muted);text-transform:uppercase;justify-content:space-between;align-items:center;padding:1rem;font-size:.875rem;transition:opacity .25s,visibility .25s;position:sticky}.single-project__back.--desktop-only{display:flex}.single-project__back.--mobile-only{display:none}.single-project__back .btn-dark{color:var(--clr-surface)}@media screen and (width<=900px){.single-project__back{justify-content:flex-end}.single-project__back.--desktop-only{display:none}.single-project__back.--mobile-only{display:flex}}.single-project__back.is-scrolled{background:var(--clr-transparent-bg);-webkit-backdrop-filter:blur(8px)}.single-project__back.is-hidden{opacity:0;visibility:hidden;pointer-events:none}.single-project__back a{color:var(--clr-text-muted);transition:color .2s}.single-project__back a:hover{color:var(--clr-heading)}.single-project__layout{grid-template-columns:1fr 40%;align-items:start;display:grid}.single-project__layout .single-project__main .gallery{padding:0 4rem}@media screen and (width<=900px){.single-project__layout .single-project__main .gallery{padding:0 1rem}}.single-project__sidebar{top:calc(var(--nav-h));background:var(--clr-tertiary);color:#0f140c;min-height:calc(100vh - var(--nav-h));align-self:start;padding:1.25rem;position:sticky}.single-project__sidebar-header{justify-content:space-between;padding-bottom:.75rem;display:flex}.single-project__sidebar-header h1{text-transform:uppercase;letter-spacing:.06em;color:inherit;margin:0;font-size:1rem}.single-project__sidebar-header p{text-transform:uppercase;letter-spacing:.14em;font-size:.72rem}.single-project__info-section{justify-content:space-between;padding:.75rem 0;display:flex}.single-project__info-section h3{text-transform:uppercase;letter-spacing:.14em;color:inherit;margin:0;font-size:.68rem}.single-project__info-section p{font-size:.82rem;line-height:1.45}.single-project__ordered-section{margin-top:1rem}.single-project__ordered-section ol{counter-reset:project-ordered-item;flex-wrap:wrap;list-style:none;display:flex}.single-project__ordered-section li{width:50%;margin-bottom:.6rem;padding-right:.5rem;font-size:.75rem;line-height:1.35}.single-project__ordered-label{font-weight:600;display:inline-block}.single-project__ordered-description{margin-top:.2rem;padding-left:1.3rem;display:block}.single-project__ordered-section li:before{counter-increment:project-ordered-item;content:"[" counter(project-ordered-item) "] ";letter-spacing:.05em;font-weight:600}.single-project__description{margin-top:.9rem;font-size:.78rem;line-height:1.5}.single-project__description ul,.single-project__description ol{margin:1.25rem;padding:0 1.23rem;list-style:auto}.single-project__description p+p{margin-top:.65rem}.single-project__carousel-section{padding-block:0 5rem}.single-project__next-section{background:var(--clr-quaternary)}.single-project__next-section .single-project__next-container{flex-direction:column;justify-content:center;gap:4rem;display:flex}.single-project__next-section .single-project__next-container h3{text-transform:uppercase;letter-spacing:.25rem;width:10vw;display:inline-block}.single-project__next-section .single-project__next-link{text-align:center}.single-project__next-section .single-project__next-link img{max-height:65vh;margin:0 auto 1rem;display:block}@media (width<=900px){.single-image-at-top{width:100vw;margin:-2.75rem -1.25rem 2.75rem}.single-project__layout{grid-template-columns:1fr;gap:0}.single-project__sidebar{order:-1;height:auto;position:static}.single-project__back{position:static;top:auto}.single-project__ordered-section li{width:100%;padding-right:0}.single-project__carousel-section{padding-block:0 3rem}}.studio-header-image{border-radius:var(--radius);object-fit:cover;width:100%;height:auto;max-height:629px;margin:3rem 0}.studio-grid-section .studio-grid{flex-direction:column;gap:2rem;display:flex}.studio-grid-section .studio-grid-row{grid-template-columns:1fr 2fr;gap:2rem;display:grid}.studio-grid-section .studio-grid-row .studio-grid-title{text-align:right;font-weight:800}.studio-grid-section .studio-grid-row .studio-grid-description{font-size:1.125rem;line-height:1.6}.studio-grid-section .studio-grid-row .studio-grid-description ul{padding:1rem;margin-left:1rem;padding-left:1.5rem;list-style-type:disc}.studio-images-illustration-section .studio-images-illustration-container{gap:1rem;display:flex}.studio-images-illustration-section .studio-images-illustration-container .studio-images-illustration-image{aspect-ratio:1;object-fit:cover;flex:1;width:0}@media (width<=900px){.studio-header-image{aspect-ratio:1}.studio-grid-section .studio-grid-row{flex-direction:column;display:flex}.studio-grid-section .studio-grid-row .studio-grid-title{text-align:left}.studio-images-illustration-section .studio-images-illustration-container{gap:.5rem}.studio-images-illustration-section .studio-images-illustration-container .studio-images-illustration-image{aspect-ratio:1/2}}.services-heading-image-section,.services-middle-image-section,.services-bottom-image-section{padding:0}.services-heading-image,.services-middle-image,.services-bottom-image{object-fit:cover;width:100%;height:auto;max-height:600px;display:block}.services-description-1-section h1,.services-description-2-section h1,.services-description-3-section h1{text-transform:uppercase;margin-top:2rem;margin-bottom:1rem;font-size:1rem;font-weight:800}.services-description-1-section h2,.services-description-2-section h2,.services-description-3-section h2{text-transform:uppercase;margin-top:2rem;margin-bottom:2rem;font-size:2rem;font-weight:600}.services-description-1-section h3,.services-description-2-section h3,.services-description-3-section h3{text-transform:uppercase;margin-top:2rem;margin-bottom:2rem;font-size:1.5rem;font-weight:800}.services-description-1-section p,.services-description-2-section p,.services-description-3-section p{margin-bottom:1rem;line-height:1.6rem}.services-description-1-section ul,.services-description-2-section ul,.services-description-3-section ul{margin-bottom:2rem;padding-left:1.5rem;list-style:outside}.services-description-1-section{color:var(--clr-bg);background-color:var(--clr-primary)}.services-description-1-section h1,.services-description-1-section h2{color:var(--clr-bg)}.services-description-2-section .services-description-2-item{border-bottom:1px solid var(--clr-secondary)}.services-description-2-section .services-description-2-item:last-child.open{border-bottom:none}.services-description-2-section .services-description-2-item .services-description-2-item-title{cursor:pointer;justify-content:space-between;align-items:center;display:flex}.services-description-2-section .services-description-2-item .services-description-2-item-title .openCloseSymbol:before{content:"";background-image:url("data:image/svg+xml,%3csvg%20width='22'%20height='22'%20viewBox='0%200%2022%2022'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='9.79297'%20width='2'%20height='21.5818'%20fill='%231E1E1E'/%3e%3crect%20x='21.582'%20y='9.79077'%20width='2'%20height='21.5818'%20transform='rotate(90%2021.582%209.79077)'%20fill='%231E1E1E'/%3e%3c/svg%3e");background-position:50%;background-repeat:no-repeat;background-size:contain;width:2rem;height:2rem;transition:background-image 1s;display:inline-block}.services-description-2-section .services-description-2-item .services-description-2-item-description{max-height:0;transition:max-height 1s ease-in-out;overflow:hidden}.services-description-2-section .services-description-2-item.open .services-description-2-item-title .openCloseSymbol:before{background-image:url("data:image/svg+xml,%3csvg%20width='22'%20height='2'%20viewBox='0%200%2022%202'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='21.582'%20width='2'%20height='21.5818'%20transform='rotate(90%2021.582%200)'%20fill='%231E1E1E'/%3e%3c/svg%3e")}.services-description-2-section .services-description-2-item.open .services-description-2-item-description{max-height:1000px}.services-description-3-container{flex-wrap:wrap;row-gap:2rem;display:flex}.services-description-3-container .services-description-3-item{flex:0 0 calc(50% - 1rem)}.services-description-3-container .services-description-3-item:nth-child(odd){border-right:1px solid var(--clr-secondary);padding-right:2rem}.services-description-3-container .services-description-3-item:nth-child(2n){padding-left:2rem}@media (width<=700px){.services-description-1-section h1,.services-description-2-section h1,.services-description-3-section h1{font-size:.75rem}.services-description-1-section h2,.services-description-2-section h2,.services-description-3-section h2,.services-description-1-section h3,.services-description-2-section h3,.services-description-3-section h3{font-size:1.5rem}.services-heading-image,.services-middle-image,.services-bottom-image{aspect-ratio:1;max-height:300px}.services-description-3-container .services-description-3-item{border-bottom:1px solid var(--clr-secondary);flex:0 0 100%;padding:0 0 2rem}.services-description-3-container .services-description-3-item:nth-child(odd){border-right:none;padding:0 0 2rem}.services-description-3-container .services-description-3-item:nth-child(2n){padding:0 0 2rem}.services-description-3-container .services-description-3-item:last-child{border-bottom:none}}.contact-header{position:relative}.contact-header .container{z-index:1;position:relative}.contact-header .container h1{z-index:2;text-align:left;font-size:5rem;position:relative}.contact-header .container .contact-header-image{position:absolute;top:2.8rem;right:0}.contact-header .container .contact-signature-image{width:35rem;position:absolute;top:0;right:7rem}.contact-layout{grid-template-columns:280px 1fr;align-items:start;gap:5rem;display:grid}.contact-info{flex-direction:column;gap:2rem;display:flex}.contact-info-item{flex-direction:column;gap:.35rem;display:flex}.contact-info-label{letter-spacing:.12em;text-transform:uppercase;color:var(--clr-accent-dark);font-size:.72rem;font-weight:600}.contact-info-item a{color:var(--clr-text);transition:color .2s}.contact-info-item a:hover{color:var(--clr-heading)}.contact-form{flex-direction:column;gap:1.25rem;display:flex}.form-row{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}.form-field{flex-direction:column;gap:.5rem;display:flex}.form-field label{color:var(--clr-text);font-size:.82rem;font-weight:500}.form-field input,.form-field textarea{border:1.5px solid var(--clr-border);border-radius:var(--radius);background:var(--clr-surface);width:100%;font:inherit;color:var(--clr-heading);outline:none;padding:.7rem 1rem;font-size:.9rem;transition:border-color .2s}.form-field input:focus,.form-field textarea:focus{border-color:var(--clr-heading)}.form-field textarea{resize:vertical;min-height:140px}.form-feedback{border-radius:var(--radius);padding:.75rem 1rem;font-size:.875rem}.form-feedback--success{color:#2e7d32;background:#e8f5e9}.form-feedback--error{color:var(--clr-error);background:#fdecea}@media (width<=900px){.contact-header .container h1{max-width:14rem;min-height:9rem;font-size:2rem;display:inline-block}.contact-header .container .contact-header-image{width:7rem;top:0;right:1rem}.contact-header .container .contact-signature-image{z-index:5;position:relative;top:0;left:0;right:0}.contact-layout{grid-template-columns:1fr;gap:3rem}}@media (width<=600px){.form-row{grid-template-columns:1fr}}.steps-list{flex-direction:column;gap:0;max-width:720px;margin:0 auto;display:flex}.step{grid-template-columns:80px 1fr;gap:1.5rem 2rem;padding-bottom:3rem;display:grid;position:relative}.step:last-child{padding-bottom:0}.step__number{font-family:var(--font-heading);color:var(--clr-accent-dark);text-align:right;padding-top:.15rem;font-size:2.5rem;font-weight:400;line-height:1}.step__content{padding-bottom:0}.step__title{text-transform:uppercase;margin-bottom:.65rem;font-size:1.3rem;font-weight:600}.step__desc{color:var(--clr-text);max-width:520px;line-height:1.75}.step__connector{background:var(--clr-accent-dark);grid-column:1;width:1px;position:absolute;top:3rem;bottom:0;left:79px;transform:translate(-50%)}.cooperation-header h1{text-align:center;text-transform:uppercase;margin:0 auto;display:block}.cooperation-illustration{object-fit:cover;width:100%;max-height:635px;display:block}.cooperation-pre-steps-content{max-width:720px;margin:0 auto 4rem}.cooperation-cta{text-align:center;text-transform:uppercase}.cooperation-cta .cooperation-cta-container{max-width:600px;position:relative}.cooperation-cta .cooperation-cta-container img{margin:0 auto}.cooperation-cta .cooperation-cta-container p{margin:0}.cooperation-cta .cooperation-cta-container .cooperation-cta-decor{position:absolute;bottom:4.5rem}@media (width<=900px){.step{grid-template-columns:48px 1fr;gap:1rem 1.25rem}.step__number{font-size:1.75rem}.step__connector{left:47px}}.not-found__inner{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1.25rem;min-height:60dvh;display:flex}.not-found__title{color:var(--clr-border);font-size:clamp(3rem,10vw,7rem)}.not-found__body{color:var(--clr-text-muted);max-width:360px}
