:root{--color-text: #343434;--color-primary: #00563F;--top-navbar-offset: 48px;--shadow-glow: -2px -2px 4px #B7C4C4, 2px 2px 4px #B7C4C4, -4px -4px 20px #EDEDED, 4px 4px 20px #EDEDED;--font-primary: "Stack Sans Headline", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;--text-xs: clamp(.75rem, .9vw, .875rem);--text-sm: clamp(.875rem, 1vw, 1rem);--text-base: clamp(1rem, 1.2vw, 1.125rem);--text-lg: clamp(1.25rem, 2vw, 1.5rem);--text-xl: clamp(2rem, 4vw, 3rem);--line-height-offset: 4px}*,*:before,*:after{box-sizing:border-box}body{margin:0;font-family:var(--font-primary);color:var(--color-text);background-color:var(--color-bg);line-height:1.6}h1{font-size:var(--text-xl);font-weight:700}h2{font-size:var(--text-lg);font-weight:600}p{font-size:var(--text-base);color:var(--color-text)}.glass{background:linear-gradient(135deg,#ffffff40,#ffffff0d);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border-radius:2px;border:1px solid rgba(255,255,255,.3);box-shadow:0 10px 30px #0003,inset 0 1px 1px #fff6}html,body{margin:0;padding:0;height:100%;overflow-x:hidden}html{background:linear-gradient(180deg,#161718,#000 65%,#2a2b2c);background-attachment:fixed;min-height:100%}.nav-btn{display:flex;flex-direction:row;align-items:flex-start;gap:8px;background:none;border:none;cursor:pointer;padding:0;flex-shrink:0}.nav-btn__icon{font-size:24px;color:#747474;text-shadow:2px 2px 0px #2e2e2e}.nav-btn__text{display:flex;flex-direction:column;align-items:flex-start;gap:8px}.nav-btn__floor,.nav-btn__label{font-family:Stack Sans Headline,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:200;font-size:24px;line-height:24px;letter-spacing:16%;color:#747474;white-space:nowrap;text-shadow:2px 2px 0px #2e2e2e}.nav-btn__floor,.nav-btn__label,.nav-btn__icon{transition:color .2s ease,text-shadow .2s ease}.nav-btn:not(.nav-btn--compact):hover .nav-btn__floor,.nav-btn:not(.nav-btn--compact):hover .nav-btn__label,.nav-btn:not(.nav-btn--compact):hover .nav-btn__icon,.nav-btn--active:not(.nav-btn--compact) .nav-btn__floor,.nav-btn--active:not(.nav-btn--compact) .nav-btn__label,.nav-btn--active:not(.nav-btn--compact) .nav-btn__icon{color:#fff;text-shadow:-1px -1px 2px #B7C4C4,1px 1px 2px #B7C4C4,-1px -1px 10px #8c8c8c,2px 2px 10px #8c8c8c}.nav-btn--compact:hover .nav-btn__floor,.nav-btn--compact:hover .nav-btn__icon,.nav-btn--active.nav-btn--compact .nav-btn__floor,.nav-btn--active.nav-btn--compact .nav-btn__icon{color:#fff}.top-navbar{position:fixed;top:var(--top-navbar-offset);left:0;right:0;height:48px;display:flex;align-items:center;padding:0 32px;z-index:100}.top-navbar__fullscreen{flex-shrink:0;background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;height:48px;width:40px}.top-navbar__fullscreen-icon{color:#747474;transition:color .3s ease;line-height:1;display:block}.top-navbar__fullscreen--active .top-navbar__fullscreen-icon{color:#f7f8fb}.top-navbar__content{flex:1;display:flex;align-items:center;justify-content:flex-end;transition:opacity .4s ease,transform .4s ease}.top-navbar__content--hidden{opacity:0;pointer-events:none;transform:translateY(-20px)}.top-navbar__logo{position:absolute;left:50%;top:50%;width:40px;transform:translate(-50%) translateY(-50%);transition:opacity .4s ease,transform .4s ease}.top-navbar__logo--hidden{opacity:0;transform:translate(-50%) translateY(calc(-50% - 20px))}.top-navbar__contact{position:fixed;bottom:2rem;left:50%;transform:translate(-50%);display:flex;flex-direction:row;align-items:center;gap:12px;padding:8px 24px;text-decoration:none;z-index:100;transition:opacity .4s ease,transform .4s ease}.top-navbar__contact--hidden{opacity:0;pointer-events:none;transform:translate(-50%) translateY(20px)}.top-navbar__contact-text{font-family:var(--font-primary);font-weight:200;font-size:16px;line-height:16px;color:#fff}.top-navbar__contact-arrow{height:10px;width:auto}.side-navbar{position:fixed;right:2rem;top:50%;transform:translateY(-50%);z-index:100}.side-navbar__animator{display:flex;flex-direction:column;align-items:center;gap:4.5rem;transition:opacity .4s ease,transform .4s ease;will-change:transform,opacity}.side-navbar__animator--hidden{opacity:0;pointer-events:none;transform:translate(150%)}.side-navbar__buttons{display:flex;flex-direction:column;align-items:center;gap:3rem}.side-navbar__bar{width:216px;height:4px;border-radius:2px;background-color:#fff;box-shadow:var(--shadow-glow)}.page-plaque{width:216px;height:450px;position:fixed;left:2rem;top:50%;transform:translateY(-50%);z-index:99}.page-plaque__animator{width:100%;height:100%;position:relative;transition:opacity .4s ease,transform .4s ease;will-change:transform,opacity}.page-plaque__animator--hidden{opacity:0;pointer-events:none;transform:translate(-150%)}.page-plaque__glass{position:absolute;inset:0;z-index:2}.page-plaque__circle{position:absolute;width:8px;height:8px;border-radius:50%;background-color:#000;box-shadow:var(--shadow-glow);z-index:4}.page-plaque__circle--tl{top:20px;left:10px}.page-plaque__circle--tr{top:20px;right:10px}.page-plaque__circle--bl{bottom:20px;left:10px}.page-plaque__circle--br{bottom:20px;right:10px}.page-plaque__label{position:absolute;inset:0;z-index:3;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px}.page-plaque__floor{font-family:var(--font-primary);font-weight:100;font-size:24px;letter-spacing:.12em;color:#f7f8fb}.page-plaque__title{font-family:var(--font-primary);font-weight:200;font-size:24px;letter-spacing:.16em;color:#f7f8fb}.page-plaque__bg{width:180px;height:367px;display:flex;flex-direction:row;align-items:center;gap:0;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1}.page-plaque__box{background-color:#fff;height:367px;flex-shrink:0;border-radius:2px;box-shadow:var(--shadow-glow)}.page-plaque__box--1{width:6px;margin-right:10px}.page-plaque__box--2{width:4px;margin-right:140px}.page-plaque__box--3{width:6px;margin-right:10px}.page-plaque__box--4{width:4px}.layout{min-height:100dvh}.home{min-height:100dvh;display:flex;justify-content:center;align-items:flex-end;opacity:0;animation:fadeIn 3s ease-out 1s forwards}.home__cube{display:flex;width:100%;max-width:1440px;position:absolute;bottom:0;left:50%;transform:translate(-50%);opacity:0;animation:fadeIn 3s ease-out 2s forwards}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.about-page{min-height:100dvh;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;opacity:0;animation:aboutFadeIn 3s ease-out 1s forwards}@keyframes aboutFadeIn{0%{opacity:0}to{opacity:1}}.about-page__image-wrapper{position:relative;width:960px}.about-page__bg{display:block;width:100%;height:auto}.about-page__content{position:absolute;inset:0;z-index:1;display:flex;flex-direction:column;align-items:center;padding-top:120px;pointer-events:none}.about-page__content>*{pointer-events:auto}.about-page__nav{display:flex;flex-direction:row;justify-content:center}.about-page__tab{background:none;border:none;cursor:pointer;font-family:var(--font-primary);font-weight:200;font-size:14px;line-height:14px;color:var(--color-text);padding:14px 64px;white-space:nowrap;position:relative}.about-page__tab+.about-page__tab:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:1px;height:70%;background:#343434}.about-page__tab:hover,.about-page__tab--active{font-weight:500}.about-page__tab-content{width:100%;padding-top:16px;display:flex;justify-content:center}.about-page__hello{display:flex;flex-direction:row;justify-content:center;gap:40px}.about-page__hello p{width:280px;font-family:var(--font-primary);font-weight:300;font-size:14px;line-height:22px;color:var(--color-text);margin:0;text-align:left}.about-page__contact{display:flex;flex-direction:column;gap:16px;align-items:center}.about-page__contact-row{display:flex;flex-direction:row;gap:16px;align-items:baseline}.about-page__contact-label{font-family:var(--font-primary);font-weight:500;font-size:14px;line-height:22px;color:var(--color-text)}.about-page__contact a{font-family:var(--font-primary);font-weight:300;font-size:14px;line-height:22px;color:var(--color-text);text-decoration:underline;text-underline-offset:3px}.about-page__contact a:hover{opacity:.7}.projects-page{height:100dvh;display:flex;flex-direction:column;justify-content:center;padding-top:calc(var(--top-navbar-offset) + 48px);padding-bottom:80px;box-sizing:border-box}.projects-titlebar{height:146px;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:32px}.projects-titlebar__info{display:flex;flex-direction:column;align-items:center;gap:8px}.projects-titlebar__bar{width:100%;height:4px;border-radius:20px;background-color:#fff;box-shadow:var(--shadow-glow);margin-top:16px}.projects-titlebar__category{font-family:Stack Sans Notch,system-ui,sans-serif;font-size:16px;font-weight:200;color:#fff;margin:0;line-height:1}.projects-titlebar__title{font-family:Stack Sans Notch,system-ui,sans-serif;font-size:32px;font-weight:300;color:#fff;margin:0;line-height:1}.projects-titlebar__arrow{background:none;border:none;cursor:pointer;padding:8px;display:flex;align-items:center}.projects-titlebar__arrow img{width:24px;height:auto;display:block}.projects-thumbnails{height:400px;overflow:hidden;position:relative}.projects-thumbnails__track{display:flex;flex-direction:row;align-items:center;gap:104px;height:100%;transition:transform .5s ease-in-out}.projects-thumbnails__item{background:none;border:none;cursor:pointer;padding:0;flex-shrink:0;width:400px;display:flex;align-items:center;justify-content:center;opacity:.4;transition:opacity .5s ease}.projects-thumbnails__item--active{opacity:1}.projects-thumbnails__item img{display:block;width:50%;height:auto;transition:width .5s ease}.projects-thumbnails__item--active img{width:100%}.projects-thumbnails__item--coming-soon{position:relative}.projects-thumbnails__item--coming-soon:after{content:"";position:absolute;inset:0;background:#00000080;border-radius:4px;pointer-events:none}.projects-thumbnails__coming-soon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-family:Stack Sans Notch,system-ui,sans-serif;font-size:32px;font-weight:400;color:#fff;letter-spacing:.05em;pointer-events:none;z-index:1}.projects-description{height:240px;display:flex;justify-content:center;align-items:center}.projects-description img{width:653px;height:auto;display:block}.btn{display:flex;align-items:center;padding:8px 16px;border-radius:999px;font-weight:500;cursor:pointer;border:none;transition:all .2s ease;color:#fff}.btn-icon-only{width:60px;height:60px;border-radius:100%;background:var(--color-primary);justify-content:center;padding:0}.btn-icon{display:flex;align-items:center;justify-content:center}.btn-primary{background:var(--color-primary);color:#fff}.btn-secondary{background:transparent;border:1px solid black;color:#000}.btn-link{background:transparent;border:1px solid var(--color-primary);color:var(--color-primary)}.btn-link .btn-icon{color:var(--color-primary)}.btn-link-muted{background:transparent;border:1px solid #636363;color:#636363;gap:8px}.btn-link-muted .btn-icon{color:#636363}.btn-ghost{background:none;color:#000;padding:8px 0}.btn:hover{opacity:.8}.back-button{position:fixed;top:40px;left:16px;z-index:100;display:flex;flex-direction:row;align-items:center;gap:16px;padding:8px 32px;background:none;border:none;cursor:pointer}.back-button__icon{width:14px;height:auto;flex-shrink:0}.back-button__text{font-family:var(--font-primary);font-weight:200;font-size:16px;line-height:1;letter-spacing:2%;color:#404040}.draft-hero__inner{display:flex;align-items:flex-start;justify-content:space-between;gap:48px}.draft-hero__content{max-width:720px;display:flex;flex-direction:column;gap:0}.draft-hero__category{font-size:30px;line-height:34px;font-weight:300;color:#1f1f1f;margin:0}.draft-hero__title{font-size:94px;line-height:98px;font-weight:300;color:#1f1f1f;margin:0}.draft-hero__timeframe{font-size:30px;line-height:34px;font-weight:300;color:#1f1f1f;margin:0}.draft-hero__tags{display:flex;gap:16px;padding:0;margin:16px 0 0;list-style:none}.draft-hero__tag{width:142px;height:30px;padding:0 20px;box-sizing:border-box;display:flex;align-items:center;justify-content:center;border:1px solid #1F1F1F;border-radius:999px;font-family:var(--font-primary);font-size:20px;line-height:24px;background:transparent;white-space:nowrap}.draft-hero__description{max-width:60ch;font-size:20px;line-height:24px;font-weight:400;color:#1f1f1f;margin-top:56px}.draft-hero__actions{display:flex;gap:20px;margin-top:56px}.draft-hero__actions .btn--step-style{width:240px;height:55px;display:flex;align-items:center;justify-content:center;gap:8px;background-color:#fff;color:#636363;border:none;box-shadow:2px 2px 4px #0000004d;transition:transform .2s ease;font-family:var(--font-primary);font-weight:200;font-size:30px;line-height:34px}.draft-hero__actions .btn--step-style:hover{opacity:1;transform:scale(1.05)}.draft-hero__actions .btn--step-style:active{transform:scale(.95)}.draft-hero__actions .btn--step-style .btn-icon{color:#636363;width:40px;height:40px;display:flex;align-items:center;justify-content:center}.draft-hero__actions .btn--step-style .btn-icon .material-symbols-outlined{font-size:40px!important}.draft-hero__image{flex:1;display:flex;justify-content:flex-end}.draft-hero__image img{max-width:100%;height:auto;display:block}.draft-hero{padding:var(--space-xl) 0}.draft-hero__inner{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(0,1fr);column-gap:48px;align-items:flex-start}.draft-hero__content{max-width:720px;display:flex;flex-direction:column}.draft-hero__inner>.draft-hero__content:nth-of-type(1),.draft-hero__inner>.draft-hero__content:nth-of-type(2),.draft-hero__inner>.draft-hero__content:nth-of-type(3){grid-column:1}.title{font-size:30px;line-height:34px;font-weight:300;color:#1f1f1f;margin:0}.description{max-width:60ch;font-size:20px;line-height:24px;font-weight:400;color:#1f1f1f;margin-top:16px}.draft-hero__content h4{margin:0}.draft-hero__content h4+p{margin-top:16px}.draft-summary__image{grid-column:2;grid-row:1 / span 3;display:flex;justify-content:flex-end}.draft-summary__image img{max-width:100%;height:auto;display:block}.inner-navbar{display:flex;align-items:center;justify-content:center;background-color:transparent;padding:16px 0;width:100%;gap:32px}.inner-navbar__button{background:none;border:none;padding:0;cursor:pointer;display:flex;align-items:center;justify-content:center}.inner-navbar__button-circle{width:48px;height:48px;border-radius:50%;background-color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:2px 2px 4px #0000004d;transition:transform .2s ease}.inner-navbar__button:hover .inner-navbar__button-circle{transform:scale(1.05)}.inner-navbar__button:active .inner-navbar__button-circle{transform:scale(.95)}.inner-navbar__icon{color:#2d5016}.inner-navbar__center{display:flex;flex-direction:column;align-items:center;gap:4px;text-align:center}.inner-navbar__step{font-size:16px;font-weight:600;color:#2d5016;line-height:1.2}.inner-navbar__title{font-size:24px;font-weight:600;color:#2d5016;line-height:1.2}.draft-prolog-page{max-width:1440px;min-height:4000px;margin:0 auto;padding:0 24px;box-sizing:border-box}.draft-prolog-page__content{margin-top:24px}.draft-prolog-bleed{width:100vw;margin-left:calc(50% - 50vw);padding:0 60px;box-sizing:border-box}.draft-prolog-section-summary{margin-top:80px}.draft-prolog-fullbleed-wrapper{width:100vw;margin-left:calc(50% - 50vw);padding:0 60px;box-sizing:border-box}.draft-prolog-fullbleed-image{width:100%;height:auto;display:block;margin-top:24px}.draft-prolog-section-title{margin:104px 0 16px;padding:12px 24px;width:100%;max-width:100%;box-sizing:border-box;background-color:var(--color-bg);color:var(--color-primary);font-size:1.25rem;font-weight:600;font-family:inherit;text-align:center;border:none;border-radius:9999px;box-shadow:0 1px 3px #0000001f,0 1px 2px #00000014}.prolog-page{min-height:100dvh;background:linear-gradient(180deg,#161718,#000 65%,#2a2b2c);background-attachment:fixed;position:relative;isolation:isolate}.prolog-page:before{content:"";position:fixed;top:50%;left:50%;width:250vmax;height:250vmax;transform:translate(-50%,-50%) scale(0);border-radius:50%;background:radial-gradient(ellipse at center,#fff,#ebebeb);z-index:-1;filter:blur(300px);pointer-events:none;animation:bgCircleReveal 2s cubic-bezier(.87,0,.13,1) 1.5s forwards}.scroll-to-top{position:fixed;bottom:32px;right:32px;width:48px;height:48px;border-radius:50%;border:1px solid rgba(52,52,52,.2);background:#fff9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);cursor:pointer;display:flex;align-items:center;justify-content:center;color:#343434;z-index:90;opacity:0;pointer-events:none;transition:opacity .3s ease,transform .3s ease;transform:translateY(8px)}.scroll-to-top--visible{opacity:1;pointer-events:auto;transform:translateY(0)}.scroll-to-top:hover{background:#ffffffd9}.tag{font-family:var(--font-primary);font-weight:200;font-size:16px;line-height:16px;color:var(--color-text);padding:8px 72px;display:inline-block;white-space:nowrap}.hero-section{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px;text-align:center}.hero-section__image{width:640px;margin-top:192px;opacity:0;transform:translateY(250px);animation:heroFloatIn 3s cubic-bezier(.16,1,.3,1) forwards}@keyframes heroFloatIn{0%{opacity:0;transform:translateY(250px)}to{opacity:1;transform:translateY(0)}}.hero-section__image img{width:100%;height:auto;display:block}.hero-section__content{display:flex;flex-direction:column;gap:48px;max-width:712px;margin-bottom:80px;align-items:center;opacity:0;animation:contentFadeIn .8s ease-out 3.5s forwards}.hero-section__meta{gap:16px}.hero-section__tags{display:flex;flex-direction:row}.hero-section__category,.hero-section__timeline{font-family:var(--font-primary);font-weight:300;font-size:24px;color:var(--color-text);line-height:24px;margin:8px}.hero-section__title{font-family:var(--font-primary);font-weight:300;font-size:48px;color:var(--color-text);line-height:48px;margin:0;white-space:pre-line}.hero-section__description{font-family:var(--font-primary);font-weight:400;font-size:16px;color:var(--color-text);line-height:150%;margin:0}.hero-section__actions{display:flex;flex-direction:row;gap:24px}.overview-section{width:100%;margin:0 auto;display:flex;flex-direction:column;gap:72px;padding:72px 148px;opacity:0;animation:contentFadeIn .8s ease-out 3.7s forwards}.overview-section__heading{font-family:var(--font-primary);font-weight:200;font-size:40px;line-height:44px;color:#636363;margin:0;text-align:left}.overview-section__body{display:flex;flex-direction:row;align-items:flex-start;gap:100px}.overview-section__left{display:flex;flex-direction:column;gap:40px;flex:1}.overview-section__group{display:flex;flex-direction:column;gap:8px}.overview-section__label{font-family:var(--font-primary);font-weight:200;font-size:24px;line-height:28px;color:var(--color-text);margin:0}.overview-section__text{font-family:var(--font-primary);font-weight:300;font-size:16px;line-height:24px;color:var(--color-text);margin:0}.overview-section__list{list-style:disc;padding-left:20px;margin:0;display:flex;flex-direction:column;gap:4px}.overview-section__right{flex-shrink:0;width:618px;overflow:hidden}.overview-section__image{width:100%;height:auto;display:block}@keyframes slideIn{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}@keyframes slideOut{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(-40px)}}.overview-section__image--exiting{animation:slideOut .5s ease-in-out forwards}.overview-section__image--entering{animation:slideIn .5s ease-in-out forwards}.devprocess-section{width:100%;margin:72px 0;display:flex;flex-direction:column;gap:40px;opacity:0;animation:contentFadeIn .8s ease-out 3.9s forwards}@keyframes contentFadeIn{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.devprocess-section__heading{font-family:var(--font-primary);font-weight:200;font-size:40px;line-height:44px;color:#636363;margin:0;text-align:left;padding:0 148px}.devprocess-section__nav{display:flex;flex-direction:row;justify-content:center;padding-top:72px}.devprocess-section__tab{background:none;border-top:none;border-bottom:none;cursor:pointer;font-family:var(--font-primary);font-weight:200;font-size:16px;line-height:16px;color:var(--color-text);padding:16px 72px;white-space:nowrap}.devprocess-section__tab:hover,.devprocess-section__tab--active{font-weight:500}.devprocess-section__content{width:100%}.tab-header{display:flex;flex-direction:column;gap:8px}.tab-header__step{font-family:var(--font-primary);font-weight:200;font-size:24px;line-height:28px;color:var(--color-text);margin:0}.tab-header__name{font-family:var(--font-primary);font-weight:200;font-size:32px;line-height:36px;color:var(--color-text);margin:0}.tab-subsection{display:flex;flex-direction:column;gap:40px;padding:72px 0;box-sizing:border-box}.tab-subsection__row{display:flex;flex-direction:row;align-items:flex-start;gap:88px}.tab-subsection__title{font-family:var(--font-primary);font-weight:200;font-size:24px;line-height:28px;color:var(--color-text);margin:0;width:133px;flex-shrink:0}.tab-subsection__content{font-family:var(--font-primary);font-weight:400;font-size:16px;line-height:200%;color:var(--color-text);flex:1;text-align:left;display:flex;flex-direction:column;gap:8px}.tab-subsection__content p{margin:0;font-size:16px}.tab-subsection__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.tab-subsection__list-item{display:flex;flex-direction:row;align-items:center}.tab-subsection__list-icon{width:24px;height:auto;margin-right:32px;flex-shrink:0}.tab-subsection__images{display:flex;flex-direction:column;gap:16px}.tab-subsection__images img{width:100%;height:auto;display:block}.tab-subsection__carousel{width:100%;overflow:hidden}.tab-subsection__carousel-img{width:100%;height:auto;display:block}@keyframes tabSlideIn{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}@keyframes tabSlideOut{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(-40px)}}.tab-subsection__carousel-img--exiting{animation:tabSlideOut .5s ease-in-out forwards}.tab-subsection__carousel-img--entering{animation:tabSlideIn .5s ease-in-out forwards}.research-tab{width:100vw;padding:80px 148px 0;box-sizing:border-box;display:flex;flex-direction:column;gap:40px}.research-tab__image{width:100%;padding-top:72px}.research-tab__image img{width:100%;height:auto;display:block}.research-tab__subsections{width:100%}.iterations-tab{width:100vw;padding:80px 148px 0;box-sizing:border-box;display:flex;flex-direction:column;gap:40px}.iterations-tab__subsections{width:100%}.branding-tab{width:100vw;padding:80px 148px 0;box-sizing:border-box;display:flex;flex-direction:column;gap:40px}.branding-tab__subsections{width:100%}.final-product-tab{width:100vw;padding:80px 148px 0;box-sizing:border-box;display:flex;flex-direction:column;gap:40px}.final-product-tab__images{display:flex;flex-direction:column;width:100%}.final-product-tab__images img{width:100%;height:auto;display:block}.promo-tab{width:100vw;padding:80px 148px 0;box-sizing:border-box;display:flex;flex-direction:column;gap:40px}.promo-tab__subsections{width:100%}.promo-tab__video{position:relative;width:100%;aspect-ratio:16 / 9;padding-bottom:72px}.promo-tab__video iframe{position:absolute;inset:0;width:100%;height:calc(100% - 72px);border:none}.promo-tab__group .tab-subsection{padding-bottom:0;border-bottom:none}.promo-tab__pair{display:flex;flex-direction:row;gap:16px;width:100%;margin-top:16px;padding-bottom:72px}.promo-tab__pair img{width:50%;height:auto;display:block}.dreamcreatives-page{min-height:100dvh;background:linear-gradient(180deg,#161718,#000 65%,#2a2b2c);background-attachment:fixed;position:relative;isolation:isolate}.dreamcreatives-page:before{content:"";position:fixed;top:50%;left:50%;width:250vmax;height:250vmax;transform:translate(-50%,-50%) scale(0);border-radius:50%;background:radial-gradient(ellipse at center,#fff,#ebebeb);z-index:-1;filter:blur(300px);pointer-events:none;animation:bgCircleReveal 2s cubic-bezier(.87,0,.13,1) 1.5s forwards}.dreamcreatives-page .overview-section__image{border-radius:12px}.dc-research-tab{width:100vw;padding:80px 148px 0;box-sizing:border-box;display:flex;flex-direction:column;gap:40px}.dc-research-tab__subsections{width:100%}.dc-design-tab{width:100vw;padding:80px 148px 0;box-sizing:border-box;display:flex;flex-direction:column;gap:40px}.dc-design-tab__subsections{width:100%}.dc-design-tab__wireframes{padding:40px 0;border-top:1px solid #343434}.dc-design-tab__wireframes-title{font-family:var(--font-primary);font-weight:300;font-size:24px;color:var(--color-text);margin:0 0 16px}.dc-design-tab__wireframes-content{font-family:var(--font-primary);font-weight:200;font-size:16px;line-height:1.6;color:var(--color-text);margin:0 0 32px}.dc-design-tab__wireframes-row{display:flex;flex-direction:row;align-items:flex-start;gap:8px}.dc-design-tab__wireframes-row img{flex:1;min-width:0;height:auto;display:block;object-fit:contain}.dc-styleguide-tab{width:100vw;padding:80px 148px 0;box-sizing:border-box;display:flex;flex-direction:column;gap:40px}.dc-styleguide-tab__subsections{width:100%}.dc-final-product-tab{width:100vw;padding:80px 148px 0;box-sizing:border-box;display:flex;flex-direction:column;gap:40px}.dc-final-product-tab__images{display:flex;flex-direction:column;width:100%;gap:64px}.dc-final-product-tab__screen-title{font-family:var(--font-primary);font-weight:300;font-size:24px;color:var(--color-text);margin:0 0 24px}.dc-final-product-tab__images img{width:100%;height:auto;display:block}.twoam-page{min-height:100dvh;background:radial-gradient(ellipse at center,#fff,#ebebeb)}.twoam-hero-wrapper{position:relative;background:linear-gradient(180deg,#161718,#000 65%,#2a2b2c)}.twoam-hero-wrapper .hero-section{position:relative;z-index:1}.twoam-hero-wrapper .ghost-cursor{opacity:0;animation:ghostFadeIn 1.5s ease-out 4.7s forwards}@keyframes ghostFadeIn{0%{opacity:0}to{opacity:1}}.twoam-page--hero-visible .back-button__text{color:#f9f9f9;transition:color .3s ease}.twoam-page--hero-visible .back-button__icon{filter:brightness(0) invert(1);transition:filter .3s ease}.twoam-hero-wrapper .hero-section__category,.twoam-hero-wrapper .hero-section__title,.twoam-hero-wrapper .hero-section__timeline,.twoam-hero-wrapper .hero-section__description,.twoam-hero-wrapper .tag{color:#f9f9f9}.ghost-cursor{position:absolute;inset:0;pointer-events:none}.ghost-cursor>canvas{display:block;width:100%;height:100%;background:transparent}.twoam-design-tab{width:100vw;padding:80px 148px 0;box-sizing:border-box;display:flex;flex-direction:column;gap:40px}.twoam-design-tab__image{width:100%;padding-top:72px;display:flex;justify-content:center}.twoam-design-tab__image img{width:60%;height:auto;display:block}.twoam-design-tab__subsections{width:100%}.twoam-design-tab__subsections img{display:block;margin:0 auto}.twoam-branding-tab{width:100vw;padding:80px 148px 0;box-sizing:border-box;display:flex;flex-direction:column;gap:40px}.twoam-branding-tab__subsections{width:100%}.twoam-branding-tab__subsections img{width:30%;display:block;margin:0 auto}.twoam-dieline-tab{width:100vw;padding:80px 148px 0;box-sizing:border-box;display:flex;flex-direction:column;gap:40px}.twoam-dieline-tab__subsections{width:100%}.twoam-dieline-tab__subsections img{display:block;margin:0 auto}.twoam-gallery-tab{width:100vw;padding:80px 148px 0;box-sizing:border-box;display:flex;flex-direction:column;gap:40px}.twoam-gallery-tab__images{display:flex;flex-direction:column;width:100%;gap:16px}.twoam-gallery-tab__images img{width:100%;height:auto;display:block}.deerlake-page{min-height:100dvh;background:linear-gradient(180deg,#161718,#000 65%,#2a2b2c);background-attachment:fixed;position:relative;isolation:isolate}.deerlake-page:before{content:"";position:fixed;top:50%;left:50%;width:250vmax;height:250vmax;transform:translate(-50%,-50%) scale(0);border-radius:50%;background:radial-gradient(ellipse at center,#fff,#ebebeb);z-index:-1;filter:blur(300px);pointer-events:none;animation:bgCircleReveal 2s cubic-bezier(.87,0,.13,1) 1.5s forwards}.deerlake-video{width:100%;max-width:960px;margin:0 auto;padding:0 32px;aspect-ratio:16 / 9}.deerlake-video iframe{width:100%;height:100%;border-radius:8px}.deerlake-concept-tab{width:100vw;padding:80px 148px 0;box-sizing:border-box;display:flex;flex-direction:column;gap:40px}.deerlake-concept-tab__image{width:100%;padding-top:72px;display:flex;justify-content:center}.deerlake-concept-tab__image img{width:60%;height:auto;display:block}.deerlake-concept-tab__subsections{width:100%}.deerlake-concept-tab__subsections img{display:block;margin:0 auto}.deerlake-production-tab{width:100vw;padding:80px 148px 0;box-sizing:border-box;display:flex;flex-direction:column;gap:40px}.deerlake-production-tab__subsections{width:100%}.deerlake-production-tab__subsections img{display:block;margin:0 auto}.deerlake-motion-tab{width:100vw;padding:80px 148px 0;box-sizing:border-box;display:flex;flex-direction:column;gap:40px}.deerlake-motion-tab__subsections{width:100%}.deerlake-motion-tab__subsections img{display:block;margin:0 auto}.deerlake-gallery-tab{width:100vw;padding:80px 148px 0;box-sizing:border-box;display:flex;flex-direction:column;gap:40px}.deerlake-gallery-tab__images{display:flex;flex-direction:column;width:100%;gap:16px}.deerlake-gallery-tab__images img{width:100%;height:auto;display:block}.ignition-page{min-height:100dvh;background:linear-gradient(180deg,#161718,#000 65%,#2a2b2c);background-attachment:fixed;position:relative;isolation:isolate}.ignition-page:before{content:"";position:fixed;top:50%;left:50%;width:250vmax;height:250vmax;transform:translate(-50%,-50%) scale(0);border-radius:50%;background:radial-gradient(ellipse at center,#fff,#ebebeb);z-index:-1;filter:blur(300px);pointer-events:none;animation:bgCircleReveal 2s cubic-bezier(.87,0,.13,1) 1.5s forwards}@keyframes bgCircleReveal{0%{transform:translate(-50%,-50%) scale(0)}to{transform:translate(-50%,-50%) scale(1)}}.ignition-page .overview-section__image{border-radius:12px}.ignition-design-tab{width:100vw;padding:80px 148px 0;box-sizing:border-box;display:flex;flex-direction:column;gap:40px}.ignition-design-tab__subsections{width:100%}.ignition-design-tab__subsections img{display:block;margin:0 auto}.ignition-gallery-tab{width:100vw;padding:80px 148px 0;box-sizing:border-box;display:flex;flex-direction:column;gap:40px}.ignition-gallery-tab__images{display:flex;flex-direction:column;width:100%;gap:16px}.ignition-gallery-tab__images img{width:100%;height:auto;display:block}
