:root{--color-navy:#082b5c;--color-blue:#1264d8;--color-blue-light:#2f80ed;--color-ice:#eaf4ff;--color-background:#f8fbff;--color-white:#fff;--color-text:#172033;--color-text-muted:#64748b;--font-primary:"Satoshi", "Helvetica Neue", Helvetica, Arial, sans-serif;--font-accent:"Instrument Serif", Georgia, serif;--spacing-xs:clamp(.25rem, .5vw, .5rem);--spacing-sm:clamp(.5rem, 1vw, 1rem);--spacing-md:clamp(1rem, 2vw, 1.5rem);--spacing-lg:clamp(1.5rem, 3vw, 2.5rem);--spacing-xl:clamp(2rem, 4vw, 4rem);--spacing-2xl:clamp(3rem, 6vw, 6rem);--spacing-3xl:clamp(4rem, 8vw, 8rem);--spacing-4xl:clamp(6rem, 10vw, 12rem);--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-full:9999px;--container-max-width:1440px;--container-padding:1.5rem}*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-primary);background-color:var(--color-background);color:var(--color-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6}html{scroll-behavior:smooth}::selection{background-color:var(--color-navy);color:var(--color-white)}.display-heading{letter-spacing:-.055em;color:var(--color-navy);font-size:clamp(4.5rem,8vw,9rem);font-weight:600;line-height:.9}.h1{letter-spacing:-.03em;color:var(--color-navy);font-size:clamp(3rem,5.5vw,6rem);font-weight:600;line-height:1.05}.h2{letter-spacing:-.02em;font-size:clamp(2rem,4vw,3.5rem);font-weight:600;line-height:1.1}.h3{font-size:clamp(1.5rem,2.5vw,2.25rem);font-weight:500;line-height:1.2}.body{color:var(--color-text);max-width:65ch;font-size:clamp(1rem,1.2vw,1.15rem);font-weight:400}.small-text{color:var(--color-text-muted);font-size:clamp(.875rem,1vw,.9375rem);font-weight:400}.nav-text{letter-spacing:.02em;font-size:1rem;font-weight:500}.label{text-transform:uppercase;letter-spacing:.12em;color:var(--color-text-muted);font-size:.75rem;font-weight:600}.accent-serif{font-family:var(--font-accent);letter-spacing:0;font-style:italic;font-weight:400}.tracking-tight{letter-spacing:-.05em}.tracking-wide{letter-spacing:.12em}.text-uppercase{text-transform:uppercase}.bg-navy{background-color:var(--color-navy)}.bg-ice{background-color:var(--color-ice)}.bg-white{background-color:var(--color-white)}.bg-transparent{background-color:#0000}.text-navy{color:var(--color-navy)}.text-white{color:var(--color-white)}.text-blue{color:var(--color-blue)}.container{width:100%;max-width:var(--container-max-width);padding-left:var(--container-padding);padding-right:var(--container-padding);margin-left:auto;margin-right:auto}.section{padding-top:var(--spacing-4xl);padding-bottom:var(--spacing-4xl)}@media (width>=768px){:root{--container-padding:2rem}}@media (width>=1024px){:root{--container-padding:3rem}}@media (width>=1440px){:root{--container-padding:4rem}}.grid-overlay-dark{z-index:0;pointer-events:none;background-image:linear-gradient(#ffffff08 1px,#0000 1px),linear-gradient(90deg,#ffffff08 1px,#0000 1px);background-size:50px 50px;position:absolute;inset:-20%}.grid-overlay-light{z-index:0;pointer-events:none;background-image:linear-gradient(#082b5c08 1px,#0000 1px),linear-gradient(90deg,#082b5c08 1px,#0000 1px);background-size:50px 50px;position:absolute;inset:-20%}.noise-overlay:after{content:"";z-index:0;pointer-events:none;opacity:.35;mix-blend-mode:overlay;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");position:absolute;inset:0}.container{z-index:1;position:relative}.reveal-visible,.reveal-element.reveal-visible{opacity:1;transform:translateY(0)}.reveal-text-line{display:block;overflow:hidden}.reveal-text-inner{opacity:0;transition:transform .8s cubic-bezier(.16,1,.3,1),opacity .8s cubic-bezier(.16,1,.3,1);display:block;transform:translateY(110%)}.reveal-visible .reveal-text-inner{opacity:1;transform:translateY(0)}.eyebrow-line{background-color:var(--color-blue);width:0;height:1px;transition:width .6s cubic-bezier(.16,1,.3,1);display:inline-block}.reveal-visible .eyebrow-line{width:28px}.navbar{z-index:100;background-color:#0000;border-bottom:1px solid #0000;align-items:center;width:100%;height:90px;transition:background-color .4s,border-color .4s,-webkit-backdrop-filter .4s,backdrop-filter .4s;display:flex;position:fixed;top:0;left:0}.navbar.scrolled{-webkit-backdrop-filter:blur(12px);background-color:#fffffff2;border-bottom:1px solid #082b5c14}.navbar-container{justify-content:space-between;align-items:center;width:100%;display:flex}.navbar-logo{font-family:var(--font-primary);letter-spacing:.1em;color:var(--color-navy);z-index:102;font-size:1.25rem;font-weight:700;text-decoration:none;transition:color .3s;position:relative}.navbar-desktop-menu{align-items:center;gap:3rem;display:none}@media (width>=1024px){.navbar-desktop-menu{display:flex}}.navbar-links{gap:3rem;margin:0;padding:0;list-style:none;display:flex}.navbar-link{color:var(--color-text);padding:.5rem 0;text-decoration:none;transition:color .3s;position:relative}.navbar-link:hover,.navbar-link:focus-visible,.navbar-link.active{color:var(--color-blue);outline:none}.navbar-link:after{content:"";background-color:var(--color-blue);width:0%;height:1px;transition:width .3s;position:absolute;bottom:0;left:0}.navbar-link:hover:after,.navbar-link:focus-visible:after,.navbar-link.active:after{width:100%}.navbar-cta{color:var(--color-navy);align-items:center;gap:.5rem;font-weight:600;text-decoration:none;transition:color .3s;display:flex}.navbar-cta .arrow{transition:transform .3s}.navbar-cta:hover,.navbar-cta:focus-visible,.navbar-cta.active{color:var(--color-blue);outline:none}.navbar-cta:hover .arrow,.navbar-cta:focus-visible .arrow{transform:translate(4px)}.navbar-mobile-toggle{color:var(--color-navy);cursor:pointer;z-index:102;background:0 0;border:none;margin-right:-.5rem;padding:.5rem;transition:color .3s;display:block;position:relative}@media (width>=1024px){.navbar-mobile-toggle{display:none}}.navbar-mobile-overlay{background-color:var(--color-background);z-index:101;opacity:0;visibility:hidden;align-items:center;width:100vw;height:100vh;transition:opacity .4s,visibility .4s;display:flex;position:fixed;top:0;left:0}.navbar-mobile-overlay.open{opacity:1;visibility:visible}.navbar-mobile-content{flex-direction:column;width:100%;display:flex}.navbar-mobile-links{text-align:left;flex-direction:column;gap:2rem;margin:0;padding:0;list-style:none;transition:transform .4s;display:flex;transform:translateY(20px)}.navbar-mobile-overlay.open .navbar-mobile-links{transform:translateY(0)}.navbar-mobile-links a{color:var(--color-navy);text-decoration:none;transition:color .3s;display:inline-flex}.navbar-mobile-links a:hover,.navbar-mobile-links a:focus-visible,.navbar-mobile-links a.active{color:var(--color-blue);outline:none}.mobile-cta{align-items:center;gap:.75rem;color:var(--color-blue)!important}.mobile-cta .arrow{transition:transform .3s}.mobile-cta:hover .arrow,.mobile-cta:focus-visible .arrow{transform:translate(8px)}.footer-section{background-color:var(--color-navy);color:var(--color-white);flex-direction:column;margin-top:auto;display:flex}.footer-cta{border-bottom:1px solid #ffffff1a;flex-direction:column;gap:2rem;padding:8rem 0;display:flex}.footer-cta-heading{letter-spacing:-.02em;font-size:clamp(2.5rem,5vw,4rem);font-weight:400;line-height:1.1}.footer-cta-link{color:var(--color-blue-light);align-items:center;gap:.75rem;width:fit-content;font-size:clamp(1.25rem,2vw,1.5rem);font-weight:500;text-decoration:none;transition:color .3s;display:flex}.footer-cta-link .arrow{transition:transform .3s}.footer-cta-link:hover,.footer-cta-link:focus-visible{color:var(--color-white)}.footer-cta-link:hover .arrow{transform:translate(5px)}.footer-main{grid-template-columns:1fr;gap:4rem;padding:5rem 0;display:grid}@media (width>=768px){.footer-main{grid-template-columns:1fr 2fr}}.footer-brand{flex-direction:column;gap:1.5rem;display:flex}.footer-logo{color:var(--color-white)}.footer-tagline{color:#fffc;font-size:1.125rem;line-height:1.4}.footer-links-grid{grid-template-columns:1fr;gap:3rem;display:grid}@media (width>=640px){.footer-links-grid{grid-template-columns:repeat(3,1fr);gap:2rem}}.footer-column{flex-direction:column;gap:1.5rem;display:flex}.footer-column-title{letter-spacing:.1em;text-transform:uppercase;color:#fff6;font-size:.75rem;font-weight:700}.footer-nav{flex-direction:column;gap:1rem;margin:0;padding:0;list-style:none;display:flex}.footer-nav a{color:var(--color-white);font-size:1rem;text-decoration:none;transition:color .2s}.footer-nav a:hover,.footer-nav a:focus-visible{color:var(--color-blue-light)}.footer-bottom{color:#fff9;border-top:1px solid #ffffff1a;flex-direction:column;justify-content:space-between;align-items:flex-start;gap:1rem;padding:2rem 0;font-size:.875rem;display:flex}@media (width>=640px){.footer-bottom{flex-direction:row;align-items:center}}.footer-legal{gap:2rem;display:flex}.footer-legal a{color:inherit;text-decoration:none;transition:color .2s}.footer-legal a:hover{color:var(--color-white)}.scroll-frame-hero-container{width:100%;position:relative}.scroll-frame-hero-sticky{background-color:var(--color-navy);width:100%;height:100vh;position:sticky;top:0;overflow:hidden}.hero-loading{background-color:var(--color-background);flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.hero-loading-bar-container{background-color:#082b5c1a;width:200px;height:2px;margin-top:1rem;overflow:hidden}.hero-loading-bar-fill{background-color:var(--color-navy);transform-origin:0;height:100%;transition:transform .1s ease-out}.frame-sequence-canvas-wrapper{z-index:1;position:absolute;inset:0}.hero-overlay{z-index:2;flex-direction:column;justify-content:space-between;padding:clamp(2rem,5vw,4rem) 0;display:flex;position:absolute;inset:0}.hero-text-block{width:100%;max-width:1200px;padding:0 var(--container-padding);text-align:center;color:var(--color-white);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.intro-text .display-heading{margin-top:1rem;font-size:clamp(2.5rem,5vw,4.5rem);line-height:1.1}.outro-text .display-heading{letter-spacing:-.02em;font-size:clamp(3rem,7vw,6rem);line-height:1}.hero-scroll-indicator{color:var(--color-white);flex-direction:column;align-items:center;gap:1rem;display:flex;position:absolute;bottom:clamp(6rem,10vw,8rem);left:50%;transform:translate(-50%)}.scroll-arrow{animation:2s infinite bounce}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}.hero-progress-container{width:calc(100% - var(--container-padding) * 2);color:#ffffff80;align-items:center;gap:1.5rem;max-width:800px;font-family:monospace;font-size:.875rem;display:flex;position:absolute;bottom:clamp(2rem,5vw,4rem);left:50%;transform:translate(-50%)}.progress-track{background-color:#fff3;flex-grow:1;height:1px;position:relative}.progress-fill{background-color:var(--color-white);transform-origin:0;width:100%;height:100%;position:absolute;top:0;left:0}.progress-number{min-width:20px}.hero-fade-out{background:linear-gradient(to bottom, transparent, var(--color-background));z-index:10;pointer-events:none;position:absolute;inset:0}.home-page{background-color:var(--color-background);flex-direction:column;min-height:100vh;display:flex}.arch-detail{letter-spacing:.05em;color:#fff6;pointer-events:none;font-family:monospace;font-size:.75rem}.home-project-card{transition:transform .3s}.home-project-card:hover{transform:translateY(-5px)}.home-project-card a{color:inherit;text-decoration:none;display:block}.home-project-card img{transition:transform .5s}.home-project-card:hover img{transform:scale(1.03)}@media (width<=768px){.home-work-grid{grid-template-columns:1fr!important}.home-project-card{grid-column:1/-1!important}.home-project-card>a>div{margin-top:0!important}}.home-approach-visual{aspect-ratio:1;width:100%;max-width:500px;margin:0 auto;position:relative}.svg-label{letter-spacing:.05em;font-family:monospace;font-size:12px;transition:opacity .3s}.service-item h3{transition:color .3s}.service-item:hover h3{color:var(--color-blue)}@media (width<=1023px){.desktop-only{display:none!important}}.work-page{background-color:var(--color-background);flex-direction:column;min-height:100vh;display:flex}.work-hero{padding-top:clamp(150px,15vw,200px);padding-bottom:clamp(4rem,8vw,6rem)}.work-hero-inner{grid-template-columns:1fr;gap:4rem;display:grid}@media (width>=1024px){.work-hero-inner{grid-template-columns:1fr 1fr;align-items:end}}.work-hero-content{flex-direction:column;gap:2rem;display:flex}.work-hero-heading{letter-spacing:-.04em;font-size:clamp(4rem,7vw,8rem);font-weight:500;line-height:1}.work-hero-body{max-width:450px}.work-hero-body .body-large{color:var(--color-text-muted);font-size:clamp(1.125rem,2vw,1.25rem)}.mt-8{margin-top:2rem}.abstract-grid{width:100%;max-width:400px;height:400px;margin:0 auto;position:relative}@media (width>=1024px){.abstract-grid{margin:0 0 0 auto}}.ag-line{background:#082b5c1a;position:absolute}.ag-line.vert{width:1px;height:100%;top:0}.ag-line.horiz{width:100%;height:1px;left:0}.l1{left:20%}.l2{left:50%}.l3{left:80%}.l4{top:30%}.l5{top:70%}.ag-box{border:1px solid var(--color-blue);position:absolute}.b1{background:#1264d80d;width:30%;height:40%;top:30%;left:20%}.b2{border-style:dashed;width:20%;height:20%;top:50%;left:60%}.ag-text{color:var(--color-blue);letter-spacing:.1em;transform-origin:0;font-family:monospace;font-size:.65rem;position:absolute;transform:rotate(-90deg)}.t1{top:50%;left:15%}.t2{top:80%;left:45%}.featured-work{padding-top:clamp(3rem,5vw,4rem);padding-bottom:clamp(6rem,15vw,10rem)}.work-index{border-bottom:1px solid #082b5c1a;flex-wrap:wrap;gap:2rem;margin-bottom:clamp(3rem,6vw,4rem);padding-bottom:2rem;display:flex}@media (width>=768px){.work-index{gap:4rem}}.index-col{flex-direction:column;gap:.25rem;display:flex}.index-num{color:var(--color-navy);font-size:1.5rem;font-weight:500}.index-label{letter-spacing:.1em;color:var(--color-text-muted);font-family:monospace;font-size:.75rem}.featured-work-header{flex-direction:column;gap:1rem;margin-bottom:clamp(3rem,5vw,4rem);display:flex}.featured-work-heading{letter-spacing:-.02em;font-size:clamp(3rem,5vw,5.5rem);font-weight:500;line-height:1.05}.work-filters{-webkit-overflow-scrolling:touch;scrollbar-width:none;border-bottom:1px solid #082b5c1a;margin-bottom:4rem;padding-bottom:1rem;overflow-x:auto}.work-filters::-webkit-scrollbar{display:none}.work-filters-scroll{gap:2rem;min-width:max-content;display:flex}.filter-btn{letter-spacing:.05em;color:var(--color-text-muted);cursor:pointer;background:0 0;border:none;padding:0 0 .5rem;font-size:.875rem;font-weight:600;transition:color .3s;position:relative}.filter-btn:hover{color:var(--color-navy)}.filter-btn.active{color:var(--color-blue)}.filter-btn.active:after{content:"";background-color:var(--color-blue);width:100%;height:2px;position:absolute;bottom:-1rem;left:0}.project-list{flex-direction:column;gap:clamp(6rem,15vw,12rem);display:flex}.clip-reveal{clip-path:inset(12% 0);transition:clip-path 1.2s cubic-bezier(.2,.8,.2,1)}.reveal-visible .clip-reveal{clip-path:inset(0)}.parallax-wrapper{width:100%;height:100%;overflow:hidden}.parallax-image{object-fit:cover;width:100%;height:110%;transform:translateY(-5%)}.project-image-wrapper{background:var(--color-background);border-radius:4px;width:100%;position:relative}.project-image-link{width:100%;height:100%;display:block}.project-image-inner{width:100%;height:100%;transition:transform .8s cubic-bezier(.2,.8,.2,1)}.project-image-wrapper:hover .project-image-inner{transform:scale(1.025)}.project-hover-overlay{opacity:0;pointer-events:none;background:#082b5c26;transition:opacity .5s;position:absolute;inset:0}.project-image-wrapper:hover .project-hover-overlay{opacity:1}.project-info{flex-direction:column;gap:1rem;display:flex}.project-meta{letter-spacing:.05em;align-items:center;gap:1rem;font-family:monospace;font-size:.875rem;display:flex}.project-category{color:var(--color-text-muted);letter-spacing:.05em;font-size:.875rem;font-weight:600}.project-title{letter-spacing:-.02em;color:var(--color-navy);font-size:clamp(2rem,4vw,3.5rem);font-weight:500;line-height:1.1;transition:color .3s}.project-description{color:var(--color-text-muted);max-width:500px}.project-link{letter-spacing:.05em;color:var(--color-navy);align-items:center;gap:.5rem;margin-top:1rem;font-size:.875rem;font-weight:700;text-decoration:none;transition:color .3s;display:inline-flex}.project-link .arrow{transition:transform .3s}.project-image-wrapper:hover~.project-info .project-link,.project-link:hover{color:var(--color-blue)}.project-image-wrapper:hover~.project-info .project-link .arrow,.project-link:hover .arrow{transform:translate(5px)}.project-image-wrapper:hover~.project-info .project-number{color:var(--color-blue)}.layout-featured .featured-project-inner{flex-direction:column;gap:2rem;width:100%;display:flex}.layout-featured .project-image-wrapper{aspect-ratio:16/9;max-width:1500px;margin:0 auto}.layout-featured .featured-info{border-top:1px solid #082b5c1a;flex-direction:row;justify-content:space-between;align-items:flex-start;width:100%;max-width:1500px;margin:0 auto;padding-top:1rem}.layout-featured .info-main{flex-direction:column;gap:1rem;max-width:600px;display:flex}@media (width<=768px){.layout-featured .featured-info{flex-direction:column;gap:1rem}}.standard-project-inner{grid-template-columns:1fr;align-items:center;gap:2rem;display:grid}.layout-left .project-image-wrapper,.layout-right .project-image-wrapper{aspect-ratio:4/3}@media (width>=1024px){.standard-project-inner{gap:4rem}.layout-left .standard-project-inner{grid-template-columns:55% 40%;justify-content:space-between}.layout-right .standard-project-inner{grid-template-columns:40% 55%;justify-content:space-between}.layout-right .project-image-wrapper{order:2}.layout-right .project-info{order:1}}.layout-split .standard-project-inner{grid-template-columns:1fr;align-items:center;gap:2rem;display:grid}.layout-split .project-image-wrapper{aspect-ratio:1}@media (width>=1024px){.layout-split .standard-project-inner{grid-template-columns:1fr 1fr;gap:4rem}}.layout-full .standard-project-inner{grid-template-columns:1fr;gap:2rem;display:grid}.layout-full .project-image-wrapper{aspect-ratio:21/9;width:100%}.layout-full .project-info{text-align:center;align-items:center;max-width:800px;margin:0 auto}@media (width<=768px){.layout-full .project-image-wrapper{aspect-ratio:16/9}}.full-width-breakout{width:100vw;margin-left:-50vw;margin-right:-50vw;position:relative;left:50%;right:50%}.dark-project-content{background:var(--color-navy);clip-path:polygon(0 0,100% 5vw,100% 100%,0 100%);width:100%;margin-top:5vw;padding:clamp(4rem,10vw,8rem) 0;position:relative}.dark-bg-layer{background:var(--color-navy);z-index:0;position:absolute;inset:0}.dark-project-inner{z-index:1;grid-template-columns:1fr;align-items:center;gap:3rem;display:grid;position:relative}@media (width>=1024px){.dark-project-inner{grid-template-columns:1fr 1fr;gap:6rem}}.dark-image-col img{border-radius:4px;width:100%;height:auto;box-shadow:0 20px 40px #0000004d}.diagonal-cut-bottom{clip-path:polygon(0 0,100% 0,100% calc(100% - 5vw),0 100%);z-index:2;margin-bottom:-5vw;padding-bottom:clamp(8rem,15vw,12rem);position:relative}.diagonal-cut-top{clip-path:polygon(0 5vw,100% 0,100% 100%,0 100%);z-index:1;margin-top:-5vw;padding-top:clamp(8rem,15vw,12rem);position:relative}.relative-overflow{position:relative;overflow:hidden}.beyond-layout{z-index:1;grid-template-columns:1fr;gap:4rem;display:grid;position:relative}@media (width>=1024px){.beyond-layout{grid-template-columns:1fr 1fr;align-items:center}}.beyond-content{max-width:500px}.ecosystem-list{flex-direction:column;align-items:flex-start;gap:2rem;padding-left:3rem;display:flex;position:relative}@media (width>=1024px){.ecosystem-list{align-items:flex-start;width:fit-content;margin-left:auto}}.eco-line-track{background:#ffffff1a;width:2px;position:absolute;top:1rem;bottom:1rem;left:0}.eco-line-fill{background:var(--color-blue);width:100%;transition:height .1s ease-out;position:absolute;top:0;left:0}.eco-item{opacity:.3;align-items:center;transition:opacity .5s;display:flex;position:relative}.eco-item:before{content:"";background:var(--color-navy);border:2px solid #fff3;border-radius:50%;width:12px;height:12px;transition:all .3s;position:absolute;left:-3.35rem}.eco-item.active{opacity:1}.eco-item.active:before{border-color:var(--color-blue);background:var(--color-blue);box-shadow:0 0 10px #1264d880}.eco-text{letter-spacing:.1em;color:var(--color-white);font-size:clamp(1.25rem,2.5vw,2rem);font-weight:500}.cap-layout{grid-template-columns:1fr;gap:4rem;display:grid;position:relative}@media (width>=1024px){.cap-layout{grid-template-columns:1fr 1.5fr}}.cap-header{flex-direction:column;gap:1.5rem;display:flex}.cap-list{border-top:1px solid #082b5c1a;flex-direction:column;display:flex}.cap-list-item{cursor:default;border-bottom:1px solid #082b5c1a;align-items:center;padding:1.5rem 0;display:flex;position:relative}.cap-num{width:40px;font-family:monospace;font-size:.875rem}.cap-name{letter-spacing:.02em;flex:1;font-size:clamp(1.25rem,2vw,1.75rem);font-weight:500;transition:transform .3s,color .3s}.cap-name.active{color:var(--color-blue);transform:translate(10px)}.cap-arrow{opacity:0;color:var(--color-blue);font-size:1.5rem;transition:all .3s;transform:translate(-10px)}.cap-arrow.active{opacity:1;transform:translate(0)}.cap-floating-previews{pointer-events:none;z-index:10;position:absolute;inset:0;overflow:hidden}.cap-preview-item{aspect-ratio:4/3;opacity:0;pointer-events:none;border-radius:4px;width:220px;transition:opacity .3s;position:absolute;top:0;left:0;overflow:hidden;box-shadow:0 20px 40px #082b5c26}.cap-preview-item.visible{opacity:1}.cap-preview-item img{object-fit:cover;width:100%;height:100%}.work-cta{position:relative;overflow:hidden}.work-cta:before{content:"";pointer-events:none;background-image:linear-gradient(#ffffff08 1px,#0000 1px),linear-gradient(90deg,#ffffff08 1px,#0000 1px);background-size:100px 100px;position:absolute;inset:0}.work-cta-content{z-index:1;grid-template-columns:1fr;gap:3rem;display:grid;position:relative}@media (width>=768px){.work-cta-content{grid-template-columns:1fr 1fr;align-items:center}}.work-cta-body{flex-direction:column;align-items:flex-start;display:flex}.work-cta-body .body-large{color:#fffc;font-size:clamp(1.25rem,2vw,1.5rem);line-height:1.4}@media (width<=1023px){.desktop-only{display:none!important}.mobile-only{display:block!important}}@media (prefers-reduced-motion:reduce){.clip-reveal{clip-path:none;transition:none}.parallax-image,.cap-name.active{transform:none}.cap-arrow,.cap-floating-previews{display:none}}.approach-page{background-color:var(--color-background);flex-direction:column;min-height:100vh;display:flex}.process-rail{pointer-events:none;z-index:50;opacity:0;align-items:center;width:250px;height:100vh;padding-left:2rem;transition:opacity .5s;display:flex;position:fixed;top:0;left:0}.process-rail.visible{opacity:1}.process-rail-inner{flex-direction:column;gap:1.5rem;display:flex}.rail-item{opacity:.3;align-items:center;gap:.75rem;transition:opacity .3s;display:flex}.rail-item.active{opacity:1}.rail-num{color:var(--color-navy);font-family:monospace;font-size:.75rem}.rail-item.active .rail-num{color:var(--color-blue)}.rail-line{background:currentColor;width:30px;height:1px;transition:width .3s}.rail-item.active .rail-line{background:var(--color-blue);width:50px}.rail-title{letter-spacing:.1em;color:var(--color-navy);font-size:.75rem;font-weight:600;transition:color .3s}.rail-item.active .rail-title{color:var(--color-blue)}.rail-dot{background:var(--color-blue);opacity:0;border-radius:50%;width:4px;height:4px;margin-left:.5rem;transition:all .3s;transform:scale(0)}.rail-item.active .rail-dot{opacity:1;transform:scale(1)}.bg-navy~.process-rail .rail-num,.bg-navy~.process-rail .rail-title{color:var(--color-white)}.bg-navy~.process-rail .rail-item:not(.active) .rail-num,.bg-navy~.process-rail .rail-item:not(.active) .rail-title{color:#ffffff80}.arch-detail{letter-spacing:.05em;color:var(--color-blue);pointer-events:none;font-family:monospace;font-size:.75rem;line-height:1.5}.bg-navy .arch-detail{color:#fff6}.arch-bg-grid{pointer-events:none;z-index:0;background-image:linear-gradient(#ffffff0d 1px,#0000 1px),linear-gradient(90deg,#ffffff0d 1px,#0000 1px);background-size:40px 40px;position:absolute;inset:0}.stage-section{padding-top:clamp(8rem,12vw,12rem);padding-bottom:clamp(8rem,12vw,12rem);position:relative;overflow:hidden}.stage-layout{z-index:2;grid-template-columns:1fr;align-items:center;gap:4rem;display:grid;position:relative}@media (width>=1024px){.stage-layout{grid-template-columns:35% 65%;padding-left:200px}}.stage-content{max-width:400px}.stage-heading{letter-spacing:-.02em;margin-top:1rem;margin-bottom:2rem;font-size:clamp(2rem,3.5vw,3.5rem);font-weight:500;line-height:1.1}.stage-body p{margin-bottom:1rem}.stage-visual{aspect-ratio:1;width:100%;max-width:500px;margin:0 auto;position:relative}.approach-svg{width:100%;height:100%;overflow:visible}.svg-label{fill:var(--color-navy);letter-spacing:.05em;font-family:monospace;font-size:12px;transition:opacity .5s}.svg-label.text-blue{fill:var(--color-blue)}.svg-label.font-bold{font-weight:700}.svg-label-large{letter-spacing:.1em;font-family:monospace;font-size:16px;transition:opacity .5s}.svg-label-large.text-blue{fill:var(--color-blue)}.svg-label-large.text-white{fill:var(--color-white)}.approach-hero{padding-top:clamp(150px,15vw,200px);padding-bottom:clamp(4rem,8vw,6rem);position:relative;overflow:hidden}.approach-hero-layout{grid-template-columns:1fr;gap:4rem;display:grid}@media (width>=1024px){.approach-hero-layout{grid-template-columns:1fr 1.2fr;align-items:center}}.approach-hero-heading{letter-spacing:-.04em;font-size:clamp(4rem,7vw,8rem);font-weight:500;line-height:1}.editorial-crop-wrapper{aspect-ratio:4/3;will-change:clip-path;border-radius:4px;width:100%;position:relative;overflow:hidden}.parallax-image{object-fit:cover;transform-origin:50%;will-change:transform;width:100%;height:100%}.hero-top-label{margin-bottom:-1rem}.tiny-label{letter-spacing:.1em;color:var(--color-text-muted);font-family:monospace;font-size:.75rem}.question-system{padding-top:clamp(4rem,8vw,6rem);padding-bottom:clamp(6rem,15vw,10rem)}.question-system-layout{text-align:center;grid-template-columns:1fr;justify-items:center;gap:4rem;display:grid}@media (width>=1024px){.question-system-layout{text-align:left;grid-template-columns:1fr 1fr;align-items:center}}.question-visual{aspect-ratio:1;width:100%;max-width:400px}.creative-stage-container{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.creative-fragment{width:80%;height:80%;transition:transform .1s ease-out;position:absolute}.creative-fragment img{object-fit:cover;border:1px solid #082b5c1a;width:100%;height:100%}.frag-label{background:var(--color-white);color:var(--color-navy);padding:2px 6px;font-family:monospace;font-size:10px;position:absolute;bottom:10px;right:10px}.creative-idea-label{transition:opacity .5s;position:absolute;top:-30px;left:50%;transform:translate(-50%)}.activation-stage{padding-top:clamp(8rem,12vw,12rem);padding-bottom:clamp(8rem,12vw,12rem);position:relative;overflow:hidden}.activation-background{z-index:0;position:absolute;inset:0;overflow:hidden}.activation-overlay{z-index:1;background:linear-gradient(#082b5ccc,#082b5cf2);position:absolute;inset:0}.activation-network{flex-direction:column;align-items:center;gap:1rem;display:flex}.act-node{letter-spacing:.1em;color:#ffffff80;border:1px solid #fff3;border-radius:40px;padding:.5rem 2rem;font-family:monospace;font-size:1.25rem}.act-node.highlight{color:var(--color-white);border-color:var(--color-blue);background:#1264d81a}.act-line{background:#ffffff1a;width:1px;height:60px;position:relative}.act-signal{background:var(--color-blue);border-radius:50%;width:5px;height:5px;position:absolute;top:0;left:-2px}.signal-1{animation:2s linear infinite signalDrop}.signal-2{animation:2s linear .6s infinite signalDrop}.signal-3{animation:2s linear 1.2s infinite signalDrop}@keyframes signalDrop{0%{opacity:1;top:0}80%{opacity:1}to{opacity:0;top:100%}}.approach-loop{padding-top:clamp(8rem,15vw,12rem);padding-bottom:clamp(6rem,15vw,10rem);position:relative}.loop-layout{text-align:center;z-index:2;grid-template-columns:1fr;justify-items:center;gap:4rem;display:grid;position:relative}.loop-visual{aspect-ratio:1;width:100%;max-width:600px}.loop-content{max-width:500px}.diagonal-cut-bottom{clip-path:polygon(0 0,100% 0,100% calc(100% - 5vw),0 100%);margin-bottom:-5vw;padding-bottom:clamp(10rem,15vw,14rem)}.diagonal-cut-top{clip-path:polygon(0 5vw,100% 0,100% 100%,0 100%);margin-top:-5vw;padding-top:clamp(10rem,15vw,14rem)}.desktop-only{display:block}.mobile-only{display:none}@media (width<=1023px){.desktop-only{display:none!important}.mobile-only{display:block!important}.process-rail{display:none}}@media (prefers-reduced-motion:reduce){.hero-anim-node,.hero-anim-line{transition:none;opacity:1!important;width:100%!important;height:100%!important;transform:none!important}.clip-reveal{clip-path:none;transition:none}.parallax-image{transform:none!important}.stage-diagram{transition:none}.act-signal,animateMotion{display:none}.creative-fragment{opacity:1!important;clip-path:none!important;transform:none!important}.editorial-crop-wrapper{clip-path:none!important}}.career-page{background-color:var(--color-navy);flex-direction:column;min-height:100vh;display:flex}.section-padding{padding-top:clamp(5rem,8vw,10rem);padding-bottom:clamp(5rem,8vw,10rem)}.btn-primary,.btn-secondary,.btn-tertiary{font-family:var(--font-primary);cursor:pointer;letter-spacing:.02em;background:0 0;border:none;align-items:center;gap:.75rem;padding:0;font-size:1rem;font-weight:600;transition:color .3s;display:flex}.btn-primary{color:var(--color-blue)}.btn-secondary{color:var(--color-white);opacity:.8}.btn-tertiary{color:var(--color-blue);font-size:.875rem}.btn-primary .arrow,.btn-secondary .arrow,.btn-tertiary .arrow{transition:transform .3s cubic-bezier(.2,.8,.2,1)}.btn-primary:hover{color:var(--color-blue-light)}.btn-secondary:hover{color:var(--color-white);opacity:1}.btn-tertiary:hover{color:var(--color-blue-light)}.btn-primary:hover .arrow,.btn-secondary:hover .arrow,.btn-tertiary:hover .arrow{transform:translate(6px)}.h1-hero{letter-spacing:-.04em;font-size:clamp(4rem,8vw,8rem);font-weight:600;line-height:1}.h2-section{letter-spacing:-.02em;font-size:clamp(3rem,5vw,5.5rem);font-weight:500;line-height:1.05}.h3-sub{letter-spacing:-.01em;font-size:clamp(1.5rem,2.5vw,2.5rem);font-weight:500;line-height:1.2}.reveal-element{opacity:0;transition:opacity .8s cubic-bezier(.2,.8,.2,1),transform .8s cubic-bezier(.2,.8,.2,1);transform:translateY(40px)}.reveal-visible{opacity:1;transform:translateY(0)}.career-hero{background-color:var(--color-navy);color:var(--color-white);padding-top:clamp(150px,15vw,200px);position:relative;overflow:hidden}.career-hero-inner{z-index:2;flex-direction:column;gap:clamp(3rem,5vw,5rem);display:flex;position:relative}.career-hero-label-wrapper .label{color:var(--color-blue)}.career-hero-main{flex-direction:column;gap:4rem;display:flex}@media (width>=1024px){.career-hero-main{flex-direction:row;justify-content:space-between;align-items:flex-end}}.career-hero-heading{color:var(--color-white);letter-spacing:-.04em;max-width:800px;font-size:clamp(4rem,8vw,8.5rem);font-weight:500;line-height:.95}.career-hero-aside{flex-direction:column;gap:3rem;max-width:400px;display:flex}.career-hero-body{color:#fffc;font-size:1.125rem}.career-hero-ctas{flex-direction:column;gap:1.5rem;display:flex}.career-hero-decoration{pointer-events:none;z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.deco-line{background-color:#ffffff0d;position:absolute}.deco-line.vertical.left{width:1px;height:100%;left:clamp(20px,5vw,80px)}.deco-line.horizontal.bottom{width:100%;height:1px;bottom:clamp(40px,8vw,120px)}.deco-coordinate{color:#fff3;letter-spacing:.1em;font-family:monospace;font-size:.65rem;position:absolute;bottom:clamp(10px,4vw,60px);right:clamp(20px,5vw,80px)}.career-why{background-color:var(--color-background);color:var(--color-navy)}.career-why-layout{grid-template-columns:1fr;gap:4rem;display:grid}@media (width>=1024px){.career-why-layout{grid-template-columns:1fr 1fr;gap:8rem}}.career-why-left{flex-direction:column;gap:2rem;display:flex}.career-why-heading{letter-spacing:-.02em;font-size:clamp(2.5rem,4vw,4.5rem);font-weight:500;line-height:1.1}.career-why-right{flex-direction:column;gap:1.5rem;padding-top:1rem;display:flex}@media (width>=1024px){.career-why-right{padding-top:6rem}}.career-why-divider{background-color:var(--color-blue);width:40px;height:2px;margin-bottom:1.5rem}.career-why-right .body{color:var(--color-text);max-width:500px;font-size:1.125rem}.career-disciplines{background-color:var(--color-white);color:var(--color-navy)}.career-disciplines-header{flex-direction:column;gap:1.5rem;margin-bottom:clamp(4rem,8vw,6rem);display:flex}.career-disciplines-heading{letter-spacing:-.02em;font-size:clamp(3rem,5vw,5.5rem);font-weight:500;line-height:1.05}.career-disciplines-list{border-top:1px solid #082b5c1a;flex-direction:column;display:flex}.discipline-row{cursor:pointer;border-bottom:1px solid #082b5c1a;outline:none;padding:clamp(2rem,4vw,3rem) 0;transition:background-color .4s}.discipline-header{align-items:center;gap:clamp(1rem,3vw,3rem);display:flex}.discipline-number{color:var(--color-text-muted);min-width:2rem;font-family:monospace;font-size:.875rem;transition:color .4s}.discipline-title{letter-spacing:-.01em;flex:1;font-size:clamp(1.25rem,2.5vw,2.5rem);font-weight:500;transition:color .4s,transform .4s cubic-bezier(.2,.8,.2,1)}.discipline-arrow{color:var(--color-blue);opacity:0;font-size:1.5rem;transition:transform .4s cubic-bezier(.2,.8,.2,1),opacity .4s;transform:translate(-10px)}@media (hover:hover){.discipline-row:hover .discipline-title{color:var(--color-blue);transform:translate(10px)}.discipline-row:hover .discipline-number{color:var(--color-blue)}.discipline-row:hover .discipline-arrow{opacity:1;transform:translate(0)}}.discipline-row.expanded .discipline-title,.discipline-row.expanded .discipline-number{color:var(--color-blue)}.discipline-row.expanded .discipline-arrow{opacity:1;transform:rotate(90deg)}.discipline-body-wrapper{grid-template-rows:0fr;transition:grid-template-rows .5s cubic-bezier(.2,.8,.2,1);display:grid}.discipline-row.expanded .discipline-body-wrapper{grid-template-rows:1fr}.discipline-body{padding-left:clamp(3rem,6vw,5rem);overflow:hidden}.discipline-body .body{max-width:600px;color:var(--color-text);padding-top:1.5rem;font-size:1.125rem}.discipline-body .body+.body{padding-top:1rem}.work-touch-section{background-color:var(--color-navy);color:var(--color-white);overflow:hidden}.work-touch-header{margin-bottom:clamp(4rem,8vw,8rem)}.work-touch-header .label{color:var(--color-blue)}.work-touch-typography{flex-direction:column;gap:1.5rem;display:flex}.work-touch-row{white-space:nowrap;align-items:center;display:flex}.work-touch-row.left{justify-content:flex-start}.work-touch-row.right{justify-content:flex-end}.h1-massive{letter-spacing:-.03em;text-transform:uppercase;font-size:clamp(3rem,7vw,7.5rem);font-weight:600;line-height:1}.h1-massive.solid{color:var(--color-white)}.h1-massive.solid.blue{color:var(--color-blue)}.h1-massive.outline{color:#0000;-webkit-text-stroke:1px #ffffff4d}@media (width>=768px){.h1-massive.outline{-webkit-text-stroke:2px #ffffff4d}}.how-we-work-section{background-color:var(--color-background);color:var(--color-navy)}.how-we-work-layout{grid-template-columns:1fr;gap:4rem;display:grid}@media (width>=1024px){.how-we-work-layout{grid-template-columns:1fr 1fr;gap:8rem}}.how-we-work-left{flex-direction:column;align-self:start;gap:1.5rem;display:flex;position:sticky;top:150px}.how-we-work-heading{letter-spacing:-.02em;font-size:clamp(2.5rem,4vw,4rem);font-weight:500;line-height:1.05}.how-we-work-list{flex-direction:column;gap:4rem;display:flex}@media (width>=1024px){.how-we-work-list{padding-top:10rem}}.how-we-work-item{flex-direction:column;gap:1.5rem;display:flex}.how-we-work-number{color:var(--color-blue);font-family:monospace;font-size:1rem}.how-we-work-content{border-top:1px solid #082b5c1a;flex-direction:column;gap:1rem;padding-top:1.5rem;display:flex}.how-we-work-title{letter-spacing:-.01em;font-size:clamp(1.5rem,2.5vw,2rem);font-weight:500;line-height:1.1}.how-we-work-desc{color:var(--color-text);max-width:400px;font-size:1.125rem}.culture-section{background-color:var(--color-white);color:var(--color-navy)}.culture-inner{text-align:center;flex-direction:column;align-items:center;gap:clamp(3rem,6vw,5rem);max-width:900px;margin:0 auto;display:flex}.culture-header{flex-direction:column;align-items:center;gap:1.5rem;display:flex}.culture-heading{letter-spacing:-.02em;font-size:clamp(2.5rem,5vw,5rem);font-weight:500;line-height:1.05}.culture-body{flex-direction:column;gap:1.5rem;max-width:600px;display:flex}.culture-body .body{color:var(--color-text);font-size:1.125rem}.who-we-look-for-section{background-color:var(--color-ice);color:var(--color-navy)}.who-we-look-for-header{margin-bottom:clamp(4rem,6vw,6rem)}.who-we-look-for-grid{grid-template-columns:1fr;gap:2rem;display:grid}@media (width>=768px){.who-we-look-for-grid{grid-template-columns:1fr 1fr;gap:4rem 3rem}}.who-item{border-top:1px solid #082b5c1a;flex-direction:column;gap:1rem;padding-top:1.5rem;display:flex}.who-title{letter-spacing:.05em;font-size:1.25rem;font-weight:600}.who-item .body{color:var(--color-text);max-width:400px;font-size:1rem}.open-positions-section{background-color:var(--color-background);color:var(--color-navy)}.open-positions-layout{grid-template-columns:1fr;gap:4rem;display:grid}@media (width>=1024px){.open-positions-layout{grid-template-columns:1fr 2fr;gap:6rem}}.open-positions-left{flex-direction:column;gap:1.5rem;display:flex}.open-positions-heading{letter-spacing:-.02em;font-size:clamp(2.5rem,4vw,4rem);font-weight:500;line-height:1.05}.open-positions-empty{padding-top:1rem}.open-positions-empty .body{color:var(--color-text);font-size:1.125rem}.dont-see-role{margin-top:clamp(6rem,10vw,12rem)}.dont-see-layout{border-top:1px solid #082b5c1a;grid-template-columns:1fr;gap:3rem;padding-top:clamp(4rem,8vw,8rem);display:grid}@media (width>=1024px){.dont-see-layout{grid-template-columns:1fr 1fr;gap:6rem}}.dont-see-heading{letter-spacing:-.02em;font-size:clamp(2.5rem,4vw,4rem);font-weight:500;line-height:1.05}.dont-see-content{flex-direction:column;align-items:flex-start;gap:2rem;max-width:500px;display:flex}.dont-see-content .body{color:var(--color-text);font-size:1.125rem}.join-us-section{background-color:var(--color-navy);color:var(--color-white);padding-top:clamp(6rem,10vw,12rem);padding-bottom:clamp(6rem,10vw,12rem)}.join-us-content{flex-direction:column;gap:4rem;display:flex}.join-us-heading{letter-spacing:-.03em;font-size:clamp(3.5rem,7vw,7.5rem);font-weight:500;line-height:1}.join-btn{color:var(--color-white);font-size:1.25rem}.join-btn:hover{color:var(--color-blue)}@media (prefers-reduced-motion:reduce){.reveal-element{transition:opacity .4s;transform:none}.discipline-title,.discipline-arrow,.work-touch-item h3{transition:color .2s,opacity .2s;transform:none!important}}.contact-hero{background-color:var(--color-background);padding-top:150px;padding-bottom:4rem}.contact-hero-content{flex-direction:column;gap:2rem;max-width:900px;display:flex}.contact-hero-label{color:var(--color-navy)}.contact-hero-heading{letter-spacing:-.02em;color:var(--color-navy);font-size:clamp(3rem,6vw,5rem);font-weight:400;line-height:1.1}.contact-hero-body{color:var(--color-text);max-width:600px;font-size:clamp(1.125rem,1.5vw,1.25rem);line-height:1.6}.contact-main{background-color:var(--color-background);padding-top:2rem;padding-bottom:8rem}.contact-layout{grid-template-columns:1fr;gap:4rem;display:grid}@media (width>=768px){.contact-layout{grid-template-columns:1fr 2fr;gap:6rem}}.contact-info{flex-direction:column;align-self:start;gap:3rem;display:flex;position:sticky;top:150px}.contact-info-block{flex-direction:column;gap:.5rem;display:flex}.contact-info-label{letter-spacing:.1em;color:var(--color-text-muted);font-size:.75rem;font-weight:600}.contact-info-value{color:var(--color-navy);font-size:1.125rem;text-decoration:none;transition:color .2s}a.contact-info-value:hover,a.contact-info-value:focus-visible{color:var(--color-blue)}.contact-form-wrapper{max-width:700px}.contact-form{flex-direction:column;gap:2rem;display:flex}.form-group{flex-direction:column;display:flex;position:relative}.form-input,.form-select,.form-textarea{width:100%;color:var(--color-navy);appearance:none;background:0 0;border:none;border-bottom:1px solid #082b5c33;border-radius:0;outline:none;padding:1rem 0;font-family:inherit;font-size:1rem;transition:border-color .3s}.form-select{cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23082B5C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-position:right 0 center;background-repeat:no-repeat}.form-textarea{resize:vertical;min-height:100px;padding-top:1.5rem}.form-input:focus,.form-select:focus,.form-textarea:focus{border-bottom-color:var(--color-blue)}.form-label{color:var(--color-text-muted);pointer-events:none;transform-origin:0 0;font-size:1rem;transition:transform .3s,color .3s;position:absolute;top:1rem;left:0}.form-input:focus~.form-label,.form-input:not(:placeholder-shown)~.form-label{color:var(--color-blue);transform:translateY(-1.25rem)scale(.75)}.form-input:not(:placeholder-shown)~.form-label{color:var(--color-text-muted)}.form-input:focus:not(:placeholder-shown)~.form-label{color:var(--color-blue)}.form-textarea::placeholder{color:var(--color-text-muted)}.form-submit{color:var(--color-navy);cursor:pointer;background:0 0;border:none;align-self:flex-start;align-items:center;gap:.75rem;margin-top:1rem;padding:1.5rem 0;font-family:inherit;font-size:1.125rem;font-weight:600;transition:color .3s;display:flex}.form-submit .arrow{transition:transform .3s}.form-submit:hover,.form-submit:focus-visible{color:var(--color-blue);outline:none}.form-submit:hover .arrow{transform:translate(5px)}.contact-success{padding:4rem 0}
