.split-layout__left{background-color:#000;width:28%;height:100dvh;position:fixed;top:0;left:0;overflow:hidden}.split-layout__right{min-height:calc(100dvh - var(--navbar-height));margin-left:28%}.ov{pointer-events:none;justify-content:center;align-items:flex-end;width:auto;height:clamp(280px,40dvh,550px);display:flex;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.ov__svg{width:auto;max-width:none;height:100%;display:block}.hero{min-height:100dvh;padding:var(--page-gutter);padding-top:calc(var(--page-gutter) + 4rem);box-sizing:border-box;text-align:left;background:linear-gradient(#96dfff,#fff);justify-content:flex-end;align-items:flex-end;display:flex}.hero__container{width:100%;position:relative}.hero__top-card{pointer-events:none;align-items:flex-start;gap:clamp(.75rem,1.2vw,1.5rem);display:flex;position:absolute;bottom:calc(100% - 2em);right:0}.hero__spacer{float:right;width:clamp(300px,26vw,620px);height:1.35em}.hero__label{letter-spacing:var(--tracking-wider);text-transform:uppercase;white-space:nowrap;font-size:clamp(1rem,1.4vw,1.7rem);font-weight:700;display:inline-block}.hero__image{width:clamp(220px,20vw,480px);height:auto!important}.hero__bio{letter-spacing:-.01em;font-size:clamp(1.35rem,2vw,2.4rem);line-height:1.48;position:relative}.hero__bio:after{content:"";clear:both;display:table}.portfolio{min-height:100dvh;padding-bottom:clamp(3rem,6vw,8rem)}
.process-grid{padding:var(--page-gutter);box-sizing:border-box;flex-direction:column;gap:clamp(3rem,6vw,8rem);width:100%;display:flex}.process-grid__top{grid-template-columns:1.4fr 1fr;align-items:flex-start;gap:clamp(2rem,4vw,5rem);display:grid}.process-grid__bottom{grid-template-columns:1fr 1.3fr;align-items:flex-end;gap:clamp(1.5rem,3vw,4rem);display:grid}.process-grid__card{clip-path:inset(0% 0% 100%);will-change:clip-path,transform;background-color:#e0e0e0;border-radius:0;position:relative;overflow:hidden}.process-grid__card--1{aspect-ratio:16/10}.process-grid__card--2{aspect-ratio:4/3;margin-top:clamp(2rem,4vw,6rem)}.process-grid__card--3{aspect-ratio:1;justify-self:center;width:100%;max-width:380px;margin-top:clamp(-2rem,-3vw,-4rem)}.process-grid__image-wrapper{will-change:transform;width:100%;height:160%;position:absolute;top:-30%;left:0;overflow:hidden}.process-grid__image{object-fit:cover;width:100%;height:100%;display:block}.process-grid__text-container{align-items:flex-end;padding-left:0;display:flex}.process-grid__text{color:#13110e;text-align:left;letter-spacing:-.02em;font-size:clamp(1.2rem,1.7vw,2.2rem);font-weight:500;line-height:1.35}.process-grid__word{opacity:0;filter:blur(8px);will-change:opacity,filter,transform;transition:opacity .6s cubic-bezier(.16,1,.3,1),filter .6s cubic-bezier(.16,1,.3,1),transform .6s cubic-bezier(.16,1,.3,1);display:inline-block;transform:translateY(16px)}.process-grid__word:first-child{margin-left:clamp(3rem,5vw,6rem)}.process-grid__word.is-visible{opacity:1;filter:blur();transform:translateY(0)}@media (max-width:992px){.process-grid__top,.process-grid__bottom{grid-template-columns:1fr;gap:2rem}.process-grid__card--2{margin-top:0}.process-grid__card--3{max-width:100%}.process-grid__text-container{padding-left:0}}
.project-list{width:100%;margin-top:clamp(4rem,8vw,10rem);position:relative}.project-list__header{padding:0 var(--page-gutter);letter-spacing:var(--tracking-wider);text-transform:uppercase;color:#13110e;align-items:center;gap:.5rem;margin-bottom:clamp(1.5rem,3vw,2.5rem);font-size:clamp(.875rem,1.1vw,1.25rem);font-weight:700;display:flex}.project-list__items{border-top:1px solid #13110e26;flex-direction:column;width:100%;display:flex}.project-item{padding:clamp(1.4rem,2.2vw,2.2rem)var(--page-gutter);color:#13110e;cursor:pointer;background-color:#0000;border-bottom:1px solid #13110e26;justify-content:space-between;align-items:center;text-decoration:none;transition:background-color .35s cubic-bezier(.16,1,.3,1),border-color .35s cubic-bezier(.16,1,.3,1),color .35s cubic-bezier(.16,1,.3,1);display:flex;position:relative}.project-item:hover{background-color:#13110e06;border-bottom-color:#13110e59}.project-item__left{align-items:center;gap:clamp(1rem,2vw,2.5rem);transition:transform .4s cubic-bezier(.16,1,.3,1);display:flex}.project-item:hover .project-item__left{transform:translate(10px)}.project-item__index{color:#13110e59;font-variant-numeric:tabular-nums;letter-spacing:.04em;font-size:clamp(.75rem,.9vw,.95rem);font-weight:500;transition:color .3s}.project-item__title{letter-spacing:-.02em;color:#13110e;margin:0;font-size:clamp(1.15rem,1.8vw,1.85rem);font-weight:600;line-height:1.2;transition:color .3s}.project-item__right{align-items:center;gap:clamp(1.25rem,2.5vw,3rem);display:flex}.project-item__category{color:#13110e80;font-size:clamp(.85rem,1.05vw,1.15rem);font-weight:400;transition:color .3s}.project-item:hover .project-item__category{color:#13110e}.project-item__year{color:#13110e66;font-variant-numeric:tabular-nums;font-size:clamp(.85rem,1.05vw,1.15rem);font-weight:400;transition:color .3s}.project-item__arrow{color:#13110e80;font-size:clamp(1.1rem,1.5vw,1.6rem);font-weight:300;line-height:1;transition:transform .4s cubic-bezier(.16,1,.3,1),color .3s;transform:rotate(-45deg)}.project-item:hover .project-item__arrow{color:#13110e;transform:rotate(0)scale(1.15)}.project-item--all{transition:background-color .35s cubic-bezier(.16,1,.3,1),border-color .35s cubic-bezier(.16,1,.3,1),color .35s cubic-bezier(.16,1,.3,1)}.project-item--all:hover{background-color:#000;border-bottom-color:#000}.project-item--all:hover .project-item__index,.project-item--all:hover .project-item__title,.project-item--all:hover .project-item__category,.project-item--all:hover .project-item__year,.project-item--all:hover .project-item__arrow{color:#fff}.project-item--all:hover .project-item__arrow{transform:rotate(0)scale(1.15)}.project-webgl-container{pointer-events:none;z-index:999;width:100vw;height:100vh;position:fixed;top:0;left:0}@media (max-width:768px){.project-item{padding:1.25rem var(--page-gutter);flex-direction:column;align-items:flex-start;gap:.75rem}.project-item__right{justify-content:space-between;gap:1rem;width:100%}.project-webgl-container{display:none}}
.directions-section{width:100%;padding-bottom:clamp(4rem,8vw,8rem);position:relative}.directions-banner{z-index:25;box-sizing:border-box;background:linear-gradient(#96dfff 0%,#bceaff 28%,#eef9fd 65%,#fff 100%);flex-direction:column;justify-content:space-between;width:100vw;min-height:100dvh;margin-left:-28vw;padding-top:clamp(16px,2.5vh,32px);padding-bottom:0;display:flex;position:relative;overflow:hidden}.directions-marquee{cursor:default;flex-shrink:0;width:100%;margin-bottom:clamp(20px,3vh,36px);padding:0;position:relative;overflow:hidden}.directions-marquee__track{will-change:transform;gap:20px;width:max-content;display:flex}.directions-marquee__item{flex-shrink:0}.directions-marquee__image-wrapper{background-color:#e5e5e5;border-radius:4px;width:clamp(220px,18vw,280px);height:clamp(260px,32vh,330px);transition:box-shadow .35s;position:relative;overflow:hidden;box-shadow:0 10px 30px #00000014}.directions-marquee__image-wrapper:hover{box-shadow:0 14px 35px #0000001f}.directions-marquee__image{object-fit:cover}.directions-editorial-row{box-sizing:border-box;flex:1;grid-template-columns:28vw 1fr;align-items:stretch;width:100vw;min-height:clamp(520px,68vh,760px);margin:0;padding:0;display:grid;overflow:hidden}.directions-editorial-media{width:28vw;height:100%;min-height:100%;margin:0;padding:0;display:flex}.directions-editorial-image-wrapper{background-color:#e5e5e5;border-radius:0;width:100%;height:100%;position:relative;overflow:hidden}.directions-editorial-image{object-fit:cover}.directions-editorial-content{padding:0 var(--page-gutter);box-sizing:border-box;align-items:flex-end;width:100%;height:100%;display:flex}.directions-editorial-layout{align-items:flex-end;gap:clamp(2rem,3.5vw,4.5rem);width:100%;height:100%;display:flex}.directions-editorial__card{box-sizing:border-box;clip-path:inset(0% 0% 100%);will-change:clip-path,transform;background-color:#e0e0e0;border-radius:0;flex-shrink:0;position:relative;overflow:hidden}.directions-editorial__card--tall{flex-shrink:0;width:clamp(340px,28vw,480px);height:clamp(500px,65vh,720px)}.directions-editorial-right-group{flex-direction:column;flex:1;justify-content:flex-end;gap:clamp(1.25rem,2.5vh,2.25rem);width:100%;display:flex}.directions-editorial-statement{width:100%;max-width:950px}.directions-editorial__text{letter-spacing:-.015em;color:#13110e;margin:0;font-size:clamp(1.05rem,1.35vw,1.55rem);font-weight:500;line-height:1.48}.directions-editorial__word{opacity:0;filter:blur(8px);will-change:opacity,filter,transform;transition:opacity .6s cubic-bezier(.16,1,.3,1),filter .6s cubic-bezier(.16,1,.3,1),transform .6s cubic-bezier(.16,1,.3,1);display:inline-block;transform:translateY(16px)}.directions-editorial__word:first-child{margin-left:clamp(2.5rem,4.5vw,5.5rem)}.directions-editorial__word.is-visible{opacity:1;filter:blur();transform:translateY(0)}.directions-editorial-cards-subrow{align-items:flex-end;gap:clamp(1.5rem,2.5vw,3rem);width:100%;display:flex}.directions-editorial__card--short-1{flex:1;height:clamp(300px,40vh,440px)}.directions-editorial__card--short-2{flex:1.4;height:clamp(300px,40vh,440px)}.directions-editorial__img-wrapper{will-change:transform;width:100%;height:140%;position:absolute;top:-20%;left:0;overflow:hidden}.directions-editorial__img{object-fit:cover;width:100%;height:100%;display:block}.directions-content{box-sizing:border-box;width:100%;padding-top:clamp(4rem,7vw,8rem);position:relative}.directions-header{padding:0 var(--page-gutter);margin-bottom:clamp(1.5rem,3vw,2.5rem)}.directions-header__label{letter-spacing:var(--tracking-wider);text-transform:uppercase;color:#13110e;font-size:clamp(.875rem,1.1vw,1.25rem);font-weight:700;display:inline-block}.directions-list{border-top:1px solid #13110e26;flex-direction:column;width:100%;display:flex}.direction-item{padding:clamp(2rem,3.2vw,3.25rem)var(--page-gutter);cursor:pointer;z-index:1;background-color:#0000;border-bottom:1px solid #13110e26;transition:background-color .35s cubic-bezier(.16,1,.3,1),border-color .35s cubic-bezier(.16,1,.3,1);position:relative;overflow:visible}.direction-item:hover{z-index:30;background-color:#13110e05;border-bottom-color:#13110e80}.direction-item__main{grid-template-columns:clamp(45px,5vw,65px) clamp(220px,20vw,290px) 1.2fr 1.6fr;align-items:flex-start;gap:clamp(2rem,3.5vw,4.5rem);transition:transform .4s cubic-bezier(.16,1,.3,1);display:grid}.direction-item:hover .direction-item__main{transform:translate(8px)}.direction-item__number{color:#13110e;font-variant-numeric:tabular-nums;letter-spacing:.04em;align-self:flex-start;margin:0;padding-top:.25rem;font-size:clamp(.95rem,1.1vw,1.25rem);font-weight:600}.direction-item__image-slot{align-self:center;width:100%;height:0;min-height:0;position:relative}.directions-webgl-container{pointer-events:none;z-index:40;width:100vw;height:100vh;position:fixed;top:0;left:0}.direction-item__title{letter-spacing:-.02em;color:#13110e;align-self:flex-start;margin:0;font-size:clamp(1.35rem,2.1vw,2.3rem);font-weight:600;line-height:1.2}.direction-item__desc{color:#13110ebf;align-self:flex-start;margin:0;font-size:clamp(1rem,1.2vw,1.3rem);line-height:1.6}@media (max-width:992px){.directions-banner{width:100vw;margin-left:calc(-1*var(--page-gutter,20px));height:auto;min-height:auto}.directions-editorial-row{grid-template-columns:1fr;gap:1.75rem;min-height:auto}.directions-editorial-media{width:100%;height:35vh;min-height:240px}.directions-editorial-content{padding:1.5rem var(--page-gutter);height:auto}.directions-editorial-layout{flex-direction:column;align-items:flex-start;gap:2rem;height:auto}.directions-editorial__card--tall{width:100%;height:280px}.directions-editorial-right-group{gap:1.5rem;width:100%;height:auto}.directions-editorial-cards-subrow{flex-wrap:wrap;gap:1rem}.directions-editorial__card--short-1,.directions-editorial__card--short-2{width:calc(50% - .5rem);height:160px}.direction-item__main{grid-template-columns:40px 1fr;gap:1.25rem}.direction-item__image-slot{display:none}.direction-item__desc{grid-column:2/-1}}@media (max-width:640px){.directions-editorial__card--short-1,.directions-editorial__card--short-2{width:100%;height:180px}.directions-editorial__word:first-child{margin-left:1.75rem}.direction-item__main{grid-template-columns:1fr;gap:.75rem}.direction-item__desc{grid-column:1/-1}}
.clients-section{box-sizing:border-box;width:100%;padding-top:clamp(2rem,4vw,4rem);padding-bottom:clamp(4rem,7vw,8rem);position:relative}.clients-marquee{cursor:default;width:100%;padding:0 var(--page-gutter);box-sizing:border-box;align-items:flex-start;display:flex;position:relative;overflow:hidden}.clients-marquee__track{will-change:transform;align-items:flex-start;gap:16px;width:max-content;display:flex}.client-card{box-sizing:border-box;background-color:#f0f0f0;border:none;border-radius:0;flex-shrink:0;justify-content:center;align-items:center;width:clamp(170px,15vw,230px);padding:1.5rem 1.25rem;transition:opacity .3s;display:flex;position:relative}.client-card__logo-wrap{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.client-logo-svg{color:#13110e;opacity:.82;width:100%;max-width:140px;height:auto;max-height:48px;transition:opacity .3s cubic-bezier(.16,1,.3,1),transform .3s cubic-bezier(.16,1,.3,1)}.client-card:hover .client-logo-svg{opacity:1;transform:scale(1.04)}@media (max-width:768px){.client-card{width:150px;padding:1.25rem 1rem}}
.footer-section{box-sizing:border-box;width:100%;height:100vh;min-height:100vh;position:relative}.footer-grid{box-sizing:border-box;grid-template-columns:1.75fr 1fr;width:100%;height:100%;min-height:100vh;display:grid}.footer-card{box-sizing:border-box;position:relative}.footer-card--blue{color:#13110e;background:linear-gradient(#fff 0%,#f2faff 20%,#cef0ff 48%,#a0e2ff 75%,#82d9ff 100%);flex-direction:column;justify-content:flex-end;padding:clamp(2.5rem,4vw,4.5rem) clamp(2rem,3.5vw,3.5rem);display:flex}.footer-card__content{text-align:right;flex-direction:column;align-items:flex-end;width:100%;max-width:100%;margin-top:auto;margin-bottom:0;display:flex}.footer-card__label{letter-spacing:var(--tracking-wider);text-transform:uppercase;color:#13110e;text-align:right;margin-bottom:clamp(1.25rem,2vw,2.2rem);font-size:clamp(.95rem,1.15vw,1.3rem);font-weight:700;display:inline-block}.footer-card__statement{letter-spacing:-.025em;color:#13110e;text-align:justify;text-indent:clamp(3.5rem,7vw,7.5rem);width:100%;margin:0;font-size:clamp(1.25rem,1.9vw,2rem);font-weight:600;line-height:1.35}.footer-card--black{background-color:#13110e;width:100%;height:100%;min-height:100%}@media (max-width:992px){.footer-grid{grid-template-columns:1fr;min-height:auto}.footer-card--blue{min-height:480px}.footer-card--black{height:240px}}
