html.lenis,html.lenis body{height:auto}.lenis:not(.lenis-autoToggle).lenis-stopped{overflow:clip}.lenis [data-lenis-prevent],.lenis [data-lenis-prevent-wheel],.lenis [data-lenis-prevent-touch],.lenis [data-lenis-prevent-vertical],.lenis [data-lenis-prevent-horizontal]{overscroll-behavior:contain}.lenis.lenis-smooth iframe{pointer-events:none}.lenis.lenis-autoToggle{transition-property:overflow;transition-duration:1ms;transition-behavior:allow-discrete}:root{--blue: #174cff;--blue-dark: #0b2aa8;--paper: #f8f8f2;--white: #ffffff;--ink: #080808;--muted: #6c7280;--line: rgba(23, 76, 255, .22);--canvas: #ffffff;--surface: #ffffff;--surface-glass: rgba(255, 255, 255, .82);--surface-hover: #f3f6ff;--client-surface: rgba(255, 255, 255, .82);--border-soft: rgba(23, 76, 255, .18);--logo-surface: #ffffff;--blue-glow: rgba(23, 76, 255, .16);--reveal-muted: rgba(11, 42, 168, .28)}:root[data-theme=dark]{--blue: #4f72ff;--blue-dark: #b9c5ff;--paper: #0d1017;--ink: #f6f7fb;--muted: #9ca5ba;--line: rgba(79, 114, 255, .2);--canvas: #080a0f;--surface: #0b0e15;--surface-glass: rgba(8, 10, 15, .86);--surface-hover: #11182a;--client-surface: rgba(12, 16, 25, .9);--border-soft: rgba(79, 114, 255, .28);--blue-glow: rgba(79, 114, 255, .24);--reveal-muted: rgba(185, 197, 255, .3)}*{box-sizing:border-box}html{scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none}html::-webkit-scrollbar,body::-webkit-scrollbar{display:none}html.is-intro,html.is-intro body{overflow:hidden}body{margin:0;color:var(--blue);background:var(--canvas);font-family:Arial,Helvetica,sans-serif;overflow-x:hidden;scrollbar-width:none;-ms-overflow-style:none;transition:background-color .36s ease,color .36s ease}button,a{color:inherit;font:inherit}a{text-decoration:none}img{display:block;max-width:100%}.intro-loader{position:fixed;z-index:80;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;color:var(--white);background:var(--blue);transform-origin:top center;will-change:transform;animation:intro-loader-fallback 0s 3.2s forwards}.intro-loader:before{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(255,255,255,.16) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.16) 1px,transparent 1px);background-size:25vw 25vh,25vw 25vh;content:""}.loader-stage{position:relative;z-index:1;width:100%;height:100%;padding:clamp(24px,5vw,76px)}.loader-brand,.intro-loader small,.loader-count{position:absolute;font-weight:950;text-transform:uppercase}.loader-brand{bottom:clamp(24px,5vw,76px);left:clamp(24px,5vw,76px);font-size:clamp(26px,3.2vw,54px);line-height:.86;white-space:nowrap}.intro-loader small{right:clamp(24px,5vw,76px);bottom:clamp(24px,5vw,76px);font-family:Courier New,monospace;font-size:11px;letter-spacing:0}.loader-count{top:clamp(24px,5vw,76px);right:clamp(24px,5vw,76px);font-family:Courier New,monospace;font-size:14px}.loader-mark{position:absolute;top:50%;left:50%;width:clamp(98px,12vw,168px);aspect-ratio:1;transform:translate(-50%,-50%)}.loader-mark i{position:absolute;display:block;background:var(--white)}.loader-mark .mark-vertical{top:4%;right:20%;width:25%;height:48%;clip-path:polygon(0 0,100% 0,100% 100%,42% 100%,0 76%)}.loader-mark .mark-horizontal{right:20%;bottom:18%;width:64%;height:23%;clip-path:polygon(0 0,82% 0,100% 44%,100% 100%,0 100%)}@keyframes intro-loader-fallback{to{visibility:hidden;pointer-events:none}}.scroll-progress{position:fixed;z-index:90;top:0;left:0;width:100%;height:3px;background:var(--blue);transform:scaleX(0);transform-origin:left}.cursor{position:fixed;z-index:95;top:0;left:0;width:18px;height:18px;border:2px solid var(--blue);border-radius:50%;pointer-events:none;mix-blend-mode:multiply;opacity:0;box-shadow:0 0 #174cff00;transition:opacity .16s ease,background .18s ease,border-color .18s ease,box-shadow .18s ease}.cursor:after{position:absolute;top:50%;left:50%;width:4px;height:4px;border-radius:50%;background:var(--blue);content:"";opacity:0;transform:translate(-50%,-50%) scale(.4);transition:opacity .18s ease,background .18s ease,transform .18s ease}.cursor:before{position:absolute;top:50%;left:50%;width:10px;height:2px;background:var(--white);content:"";opacity:0;transform:translate(-50%,-50%) scaleX(.4);transition:opacity .18s ease,transform .18s ease}.cursor.is-visible{opacity:.9}.cursor.is-active{background:var(--blue);border-color:var(--blue);box-shadow:0 0 0 8px #174cff1f;mix-blend-mode:normal}.cursor.is-active:after{background:var(--white);opacity:1;transform:translate(-50%,-50%) scale(1)}.cursor.is-card{background:var(--blue);border-color:var(--blue);box-shadow:0 0 0 8px #174cff1f}.cursor.is-card:after{width:2px;height:10px;border-radius:0;background:var(--white);opacity:1;transform:translate(-50%,-50%) scaleY(1)}.cursor.is-card:before{opacity:1;transform:translate(-50%,-50%) scaleX(1)}.cursor.is-pressed{background:var(--blue-dark);border-color:var(--blue-dark);box-shadow:0 0 0 4px #174cff2e}.site-header{position:fixed;z-index:15;top:0;left:0;display:grid;grid-template-columns:1fr auto 1fr;align-items:start;width:100%;padding:18px clamp(22px,5vw,76px);color:var(--blue);background:var(--surface-glass);border-bottom:1px solid var(--border-soft);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);transition:background-color .36s ease,border-color .36s ease,color .36s ease}.brand{display:inline-flex;flex-direction:row;font-size:13px;font-weight:900;line-height:1;letter-spacing:0;white-space:nowrap}.brand span{white-space:nowrap}nav{display:flex;gap:22px;font-size:12px;font-weight:700;text-transform:uppercase}nav a{position:relative;will-change:transform}nav a:after{position:absolute;right:0;bottom:-4px;left:0;height:2px;background:var(--blue);content:"";transform:scaleX(0);transform-origin:right;transition:transform .22s ease}nav a:hover:after,nav a.is-current:after{transform:scaleX(1);transform-origin:left}nav a.is-current{font-weight:950}.header-controls{justify-self:end;display:flex;gap:8px;align-items:center}.language{display:flex;gap:2px;border:1px solid var(--blue);transition:border-color .36s ease}.language button{min-width:42px;min-height:30px;border:0;background:transparent;cursor:pointer;font-size:12px;font-weight:900;will-change:transform}.language button.active{color:var(--white);background:var(--blue)}.theme-toggle{position:relative;width:58px;height:32px;padding:0;color:var(--blue);background:transparent;border:1px solid var(--blue);border-radius:17px;cursor:pointer;overflow:hidden;transition:border-color .36s ease,color .36s ease;will-change:transform}.theme-toggle__icon{position:absolute;z-index:2;top:50%;width:24px;font-family:Arial,Helvetica,sans-serif;font-size:15px;font-weight:900;line-height:1;text-align:center;transform:translateY(-50%);transition:color .28s ease}.theme-toggle__sun{left:3px;color:var(--white)}.theme-toggle__moon{right:3px}.theme-toggle__thumb{position:absolute;z-index:1;top:3px;left:3px;width:24px;height:24px;background:var(--blue);border-radius:50%;transform:translate(0);transition:transform .36s cubic-bezier(.16,1,.3,1),background-color .36s ease}:root[data-theme=dark] .theme-toggle__thumb{transform:translate(26px)}:root[data-theme=dark] .theme-toggle__sun{color:var(--blue)}:root[data-theme=dark] .theme-toggle__moon{color:var(--white)}:root[data-theme=dark] .cursor{mix-blend-mode:screen}:root[data-theme=dark] .cursor.is-active,:root[data-theme=dark] .cursor.is-card{mix-blend-mode:normal}[data-magnetic]{will-change:transform}@media(hover:hover)and (pointer:fine){*{cursor:none!important}}main{padding:66px 0 0}.panel{position:relative;width:100%;min-height:640px;margin:0;overflow:hidden;background:var(--surface);border-bottom:1px solid var(--border-soft);transition:background-color .36s ease,border-color .36s ease;--grid-shift: 0px;--section-line: 0}.panel:before{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background-image:linear-gradient(var(--line) 1px,transparent 1px),linear-gradient(90deg,var(--line) 1px,transparent 1px);background-size:25vw 25vh,25vw 25vh;background-position:0 var(--grid-shift),var(--grid-shift) 0;opacity:.5;content:""}.panel:not(.hero):after{position:absolute;z-index:5;top:0;right:0;left:0;height:3px;pointer-events:none;background:var(--blue);content:"";transform:scaleX(var(--section-line));transform-origin:left}.micro{font-size:10px;font-weight:800;text-transform:uppercase}.top-left{position:absolute;top:32px;left:clamp(22px,5vw,76px)}.top-center{position:absolute;top:32px;left:45%}.hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.55fr) minmax(320px,.68fr);gap:64px;align-items:end;min-height:calc(100svh - 66px);padding:92px clamp(22px,5vw,76px) 72px}.hero-copy,.profile-copy,.contact-copy,.services-head,.service-item,.section-title,.project,.step{min-width:0}.hero-copy{position:relative;z-index:3;width:100%;max-width:900px}.kicker{width:min(440px,100%);margin:0 0 26px;font-size:17px;font-weight:900;text-transform:uppercase}h1,h2,h3,p{margin:0}h1{max-width:100%;color:var(--blue);font-size:100px;font-weight:950;line-height:.98}.hero-title{display:block;transform-origin:left top;will-change:transform}.word-mask{display:inline-block;margin-bottom:-.08em;padding-bottom:.08em;overflow:hidden;line-height:1;vertical-align:top}.word-space{display:inline-block;width:.17em}.word{display:inline-block;transform:translateY(0) rotate(0)}.scroll-color-text{--scroll-reveal-color: var(--blue-dark);--scroll-reveal-muted: var(--reveal-muted)}.scroll-color-text--display{--scroll-reveal-color: var(--blue)}.scroll-color-visual{display:inline}.scroll-color-word{display:inline-block;color:transparent;background-image:linear-gradient(90deg,var(--scroll-reveal-color) 0%,var(--scroll-reveal-color) 50%,var(--scroll-reveal-muted) 50%,var(--scroll-reveal-muted) 100%);background-position:0% 0%;background-size:200% 100%;background-repeat:no-repeat;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;white-space:nowrap;will-change:background-position}.intro{width:min(590px,100%);margin-top:28px;color:var(--blue-dark);font-family:Courier New,monospace;font-size:15px;line-height:1.55}.cta{display:inline-flex;align-items:center;justify-content:center;min-height:46px;margin-top:28px;padding:0 22px;color:var(--white);background:var(--blue);border:2px solid var(--blue);font-weight:900;text-transform:uppercase;transition:transform .2s ease,color .2s ease,background .2s ease}.cta:hover{color:var(--blue);background:transparent}.hero-media{position:relative;z-index:2;right:auto;bottom:auto;align-self:end;justify-self:end;width:100%;max-width:420px;margin-bottom:8px;will-change:transform}.hero-media img,.portrait img,.project img{filter:grayscale(1) contrast(1.1)}.hero-media img{width:100%;aspect-ratio:4 / 5;object-fit:cover;will-change:transform,clip-path}.orb{position:absolute;top:-28px;left:-28px;width:58px;height:58px;border:4px solid var(--white);border-radius:50%;background:var(--blue);box-shadow:0 0 0 2px var(--blue)}.scribble{position:absolute;right:-24px;bottom:40px;width:168px;height:62px;border:4px solid var(--blue);border-right-color:transparent;border-left-color:transparent;border-radius:50%;transform:rotate(-8deg)}.vertical-word{position:absolute;z-index:1;top:30%;right:0;bottom:auto;writing-mode:vertical-rl;color:var(--blue);font-size:48px;font-weight:950;line-height:.8;opacity:.08}.status{position:absolute;right:clamp(22px,5vw,76px);top:34px;font-family:Courier New,monospace;font-size:11px;font-weight:900;text-transform:uppercase}.services{padding:84px clamp(22px,5vw,76px) 92px}.services>*{position:relative;z-index:1}.services-head{display:grid;grid-template-columns:120px minmax(0,1fr) 360px;gap:clamp(22px,4vw,68px);align-items:start}.services-head>span{font-size:64px;font-weight:950}.services-head h2{font-size:108px;font-weight:950;line-height:1.04}.services-head p{color:var(--blue-dark);font-family:Courier New,monospace;font-size:14px;line-height:1.55}.service-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:70px;border-top:2px solid var(--blue);border-left:2px solid var(--blue)}.service-item{display:flex;min-height:500px;padding:20px;flex-direction:column;overflow:hidden;background:var(--surface);border-right:2px solid var(--blue);border-bottom:2px solid var(--blue);transition:color .3s ease,background-color .3s ease;will-change:transform,clip-path}.service-item:hover{color:var(--white);background:var(--blue)}.service-meta{display:flex;justify-content:space-between;gap:20px;font-family:Courier New,monospace;font-size:11px;font-weight:900;line-height:1.35;text-transform:uppercase}.service-meta span:last-child{max-width:29ch;text-align:right}.service-item h3{max-width:11ch;margin-top:72px;font-size:clamp(44px,4.2vw,68px);font-weight:950;line-height:.98}.service-item>p{max-width:46ch;margin-top:30px;color:var(--blue-dark);font-family:Courier New,monospace;font-size:14px;line-height:1.55;transition:color .3s ease}.service-item:hover>p{color:var(--white)}.service-projects{display:flex;flex-wrap:wrap;gap:8px;margin-top:auto;padding-top:42px}.service-projects a,.service-projects>span{display:inline-flex;align-items:center;min-height:32px;padding:0 10px;border:1px solid currentColor;font-family:Courier New,monospace;font-size:11px;font-weight:900;text-transform:uppercase}.service-projects a{transition:color .2s ease,background-color .2s ease}.service-projects a span{margin-left:16px}.service-projects a:hover{color:var(--blue);background:var(--white)}.section-title{position:relative;z-index:1;display:grid;grid-template-columns:120px minmax(0,1fr) 360px;gap:clamp(22px,4vw,68px);padding:76px clamp(22px,5vw,76px) 30px}.section-title span,.profile-copy>span{font-size:64px;font-weight:950}.section-title h2,.profile-copy h2,.contact h2{font-size:108px;font-weight:950;line-height:1.13}.section-title p,.contact-copy p{color:var(--blue-dark);font-family:Courier New,monospace;font-size:14px;line-height:1.55}.project-list{position:relative;z-index:1;display:grid;grid-template-columns:repeat(3,1fr);gap:22px;padding:24px clamp(22px,5vw,76px) 82px}.project-link{display:block;min-width:0;height:100%;color:inherit}.project{position:relative;display:flex;flex-direction:column;min-height:430px;padding:18px;overflow:hidden;border:2px solid var(--blue);background:var(--surface);--hover-y: 0px;--glow-x: 50%;--glow-y: 50%;transition:background-color .36s ease,border-color .36s ease;transform-style:preserve-3d;will-change:transform,clip-path}.project-link .project{height:100%}.project:before{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;background:radial-gradient(circle at var(--glow-x) var(--glow-y),var(--blue-glow),transparent 36%);opacity:0;transition:opacity .22s ease;content:""}.project>*{position:relative;z-index:1}.project:hover{background:var(--surface-hover)}.project:hover:before{opacity:1}.project-meta{display:flex;justify-content:space-between;font-family:Courier New,monospace;font-size:12px;font-weight:900}.project h3{margin-top:58px;font-size:46px;font-weight:950;line-height:1.12}.project p{margin:16px 0 0;color:var(--blue-dark);font-family:Courier New,monospace;font-size:14px;line-height:1.45}.project-summary{max-width:31ch;line-height:1.42}.project img{width:100%;aspect-ratio:1.16 / 1;margin-top:auto;object-fit:cover;transition:transform .9s cubic-bezier(.16,1,.3,1),filter .3s ease;transform-origin:center}.project:hover img{filter:grayscale(1) contrast(1.2)}.project-open{position:absolute;z-index:2;right:28px;bottom:28px;display:grid;width:42px;height:42px;place-items:center;color:var(--white);background:var(--blue);border:1px solid var(--blue);font-size:20px;font-weight:900;transition:color .24s ease,background-color .24s ease,transform .24s ease}.project-link:hover .project-open{color:var(--blue);background:var(--white);transform:translate(3px,-3px)}.clients{display:grid;grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr);gap:clamp(26px,5vw,86px);align-items:end;padding:88px clamp(22px,5vw,76px) 82px}.clients>*{position:relative;z-index:1}.clients-head{display:grid;grid-template-columns:112px minmax(0,1fr);gap:20px 36px;align-items:start}.clients-head span{font-size:64px;font-weight:950}.clients-head h2{font-size:84px;font-weight:950;line-height:1.13}.clients-head p{grid-column:2;max-width:560px;color:var(--blue-dark);font-family:Courier New,monospace;font-size:14px;line-height:1.55}.client-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-self:stretch;border-top:2px solid var(--blue);border-left:2px solid var(--blue)}.client-item{display:flex;flex-direction:column;justify-content:space-between;min-height:194px;padding:18px;background:var(--client-surface);border-right:2px solid var(--blue);border-bottom:2px solid var(--blue);transition:color .22s ease,background .22s ease;will-change:transform,clip-path}.client-item:last-child:nth-child(odd){grid-column:1 / -1;min-height:220px}.client-item span{font-family:Courier New,monospace;font-size:12px;font-weight:900}.client-brand{display:block;margin-top:48px}.client-brand.has-logos{margin-top:30px}.client-item strong{display:block;font-size:42px;font-weight:950;line-height:1.12}.client-logos{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin-bottom:20px}.client-logo-frame{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:9px 12px;background:var(--logo-surface);border:1px solid var(--border-soft)}.client-logo-frame img{display:block;width:auto;max-width:100%;height:auto;object-fit:contain}.client-logo-frame.metsa{width:142px}.client-logo-frame.metsa img{max-height:34px}.client-logo-frame.tento{width:118px}.client-logo-frame.tento img{max-height:35px}.client-item p{margin-top:14px;color:var(--blue-dark);font-family:Courier New,monospace;font-size:13px;line-height:1.35;text-transform:uppercase;transition:color .22s ease}.client-item:hover{color:var(--white);background:var(--blue)}.client-item:hover p{color:var(--white)}.logo-wall{grid-template-columns:1fr}.logo-wall .client-item{grid-column:1 / -1;min-height:280px}.logo-wall .client-logos{gap:clamp(18px,3vw,42px)}.logo-wall .client-logo-frame{min-height:76px;padding:16px 20px}.logo-wall .client-logo-frame.metsa{width:210px}.logo-wall .client-logo-frame.metsa img{max-height:46px}.logo-wall .client-logo-frame.tento{width:174px}.logo-wall .client-logo-frame.tento img{max-height:48px}.project-main{padding-top:66px}.project-main .project-panel{position:relative;width:100%;overflow:hidden;background-color:var(--surface);background-image:linear-gradient(var(--line) 1px,transparent 1px),linear-gradient(90deg,var(--line) 1px,transparent 1px);background-position:0 0;background-size:25vw 180px,25vw 180px;border-bottom:1px solid var(--border-soft);transition:background-color .36s ease,border-color .36s ease}.project-detail-hero{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(420px,.85fr);grid-template-rows:auto auto minmax(220px,auto) auto;column-gap:clamp(34px,7vw,118px);min-height:calc(100svh - 66px);padding:36px clamp(22px,5vw,76px) 54px}.project-case-meta{grid-column:1 / -1;display:flex;justify-content:space-between;font-family:Courier New,monospace;font-size:11px;font-weight:900;text-transform:uppercase}.project-case-meta span:last-child{white-space:nowrap}.project-title-line{grid-column:1;align-self:end;padding-top:clamp(72px,12vh,150px)}.project-title-line p{max-width:36ch;margin-bottom:18px;color:var(--blue-dark);font-family:Courier New,monospace;font-size:13px;font-weight:700;text-transform:uppercase}.project-title-line h1{font-size:clamp(112px,14vw,228px);font-weight:950;line-height:.76}.project-lead{grid-column:1;align-self:start;max-width:18ch;margin-top:42px;font-size:clamp(40px,4.7vw,78px);font-weight:950;line-height:.98}.project-hero-image{grid-column:2;grid-row:2 / 4;align-self:stretch;min-height:560px;overflow:hidden;border:2px solid var(--blue);will-change:clip-path}.project-hero-image img{width:100%;height:112%;object-fit:cover;filter:grayscale(1) contrast(1.12);transform-origin:center}.project-facts{grid-column:1 / -1;display:grid;grid-template-columns:1.15fr 1fr .85fr;margin-top:58px;border-top:2px solid var(--blue);border-left:2px solid var(--blue)}.project-facts>div{min-height:116px;padding:16px 18px;border-right:2px solid var(--blue);border-bottom:2px solid var(--blue)}.project-facts span,.project-result>span,.project-next span{display:block;font-family:Courier New,monospace;font-size:11px;font-weight:900;text-transform:uppercase}.project-facts strong{display:block;max-width:30ch;margin-top:34px;font-size:18px;line-height:1.2}.project-story{display:grid;grid-template-columns:minmax(420px,.8fr) minmax(0,1.2fr);gap:70px clamp(34px,6vw,96px);padding:110px clamp(22px,5vw,76px) 124px}.project-section-label{display:grid;grid-template-columns:90px minmax(0,1fr);gap:20px;align-items:start}.project-section-label>span,.project-story-grid>div>span{font-size:44px;font-weight:950}.project-section-label h2,.project-story-grid h2{font-size:clamp(56px,6vw,96px);font-weight:950;line-height:.92}.project-story-intro{max-width:22ch;font-size:clamp(34px,4.2vw,68px);font-weight:950;line-height:1.04}.project-story-grid{grid-column:1 / -1;display:grid;grid-template-columns:minmax(260px,.72fr) minmax(0,1.28fr);gap:clamp(42px,9vw,154px);align-items:start;margin-top:52px}.project-story-grid>p,.project-story-grid>div>p{max-width:64ch;color:var(--blue-dark);font-family:Courier New,monospace;font-size:15px;line-height:1.7}.project-story-grid>div{display:grid;grid-template-columns:90px minmax(0,1fr);gap:24px 20px}.project-story-grid>div>p{grid-column:2}.project-system{padding:100px clamp(22px,5vw,76px) 116px}.project-system .project-section-label{grid-template-columns:120px minmax(0,1fr)}.project-highlight-list{display:grid;grid-template-columns:repeat(3,1fr);margin-top:84px;border-top:2px solid var(--blue);border-left:2px solid var(--blue)}.project-highlight-list>div{display:flex;flex-direction:column;justify-content:space-between;min-height:280px;padding:18px;border-right:2px solid var(--blue);border-bottom:2px solid var(--blue)}.project-highlight-list span{font-family:Courier New,monospace;font-size:12px;font-weight:900}.project-highlight-list strong{max-width:14ch;font-size:clamp(28px,3vw,46px);line-height:1.02}.project-result{display:grid;grid-template-columns:minmax(220px,.45fr) minmax(0,1.55fr);gap:clamp(40px,9vw,150px);align-items:start;padding:112px clamp(22px,5vw,76px) 128px;color:var(--white);background-color:var(--blue)!important;background-image:linear-gradient(rgba(255,255,255,.16) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.16) 1px,transparent 1px)!important}.project-result .scroll-color-text{--scroll-reveal-color: var(--white);--scroll-reveal-muted: rgba(255, 255, 255, .4)}.project-result p{max-width:20ch;font-size:clamp(42px,5.5vw,88px);font-weight:950;line-height:.98}.project-navigation{padding:72px clamp(22px,5vw,76px) 90px}.project-back{display:inline-flex;margin-bottom:46px;font-family:Courier New,monospace;font-size:12px;font-weight:900;text-transform:uppercase}.project-next{display:grid;grid-template-columns:1fr auto;align-items:end;min-height:260px;padding:24px;color:var(--blue);background:var(--surface);border:2px solid var(--blue);transition:color .26s ease,background-color .26s ease}.project-next span{grid-column:1 / -1;align-self:start}.project-next strong{font-size:clamp(72px,10vw,160px);font-weight:950;line-height:.76}.project-next i{font-size:clamp(48px,7vw,96px);font-style:normal;line-height:.7;transition:transform .26s ease}.project-next:hover{color:var(--white);background:var(--blue)}.project-next:hover i{transform:translate(8px,-8px)}.process{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(320px,.7fr);align-items:end;min-height:calc(100svh - 66px);padding:90px clamp(22px,5vw,76px) 78px}.massive{position:relative;z-index:1;align-self:start;font-size:190px;font-weight:950;line-height:.74}.process-copy{position:relative;z-index:1;max-width:470px;color:var(--blue-dark);font-family:Courier New,monospace;font-size:16px;line-height:1.45}.timeline{position:relative;z-index:1;grid-column:1 / -1;display:grid;grid-template-columns:repeat(4,1fr);margin-top:120px}.timeline-line{position:absolute;z-index:3;top:0;right:0;left:0;height:3px;background:var(--blue);transform:scaleX(0);transform-origin:left;pointer-events:none}.step{position:relative;min-height:118px;padding:16px 14px;overflow:hidden;border-right:2px solid var(--blue);isolation:isolate;--step-progress: 0}.step:before{position:absolute;z-index:0;top:0;right:0;bottom:0;left:0;background:var(--blue);content:"";transform:scaleY(var(--step-progress));transform-origin:bottom}.step>*{position:relative;z-index:1}.step:last-child{border-right:0}.step span{display:block;margin-bottom:28px;font-family:Courier New,monospace;font-size:12px;font-weight:900}.step strong{display:block;max-width:10ch;font-size:34px;line-height:1.12}.profile{display:grid;grid-template-columns:repeat(12,1fr);gap:22px;align-items:end;padding:92px clamp(22px,5vw,76px)}.portrait,.profile-copy{position:relative;z-index:1}.portrait{grid-column:1 / 6;grid-row:1}.portrait-frame{width:100%;overflow:hidden}.portrait img,.portrait-frame img{width:100%;aspect-ratio:5 / 4;object-fit:cover}.profile-copy{grid-column:6 / 12;grid-row:1;align-self:end;padding:0}.profile-copy p{max-width:620px;margin-top:28px;color:var(--blue-dark);font-family:Courier New,monospace;font-size:16px;line-height:1.45}.rotated{position:absolute;right:clamp(18px,4vw,70px);bottom:72px;z-index:1;font-family:Courier New,monospace;font-size:11px;font-weight:900;text-transform:uppercase}.contact{display:grid;grid-template-columns:repeat(12,1fr);gap:22px;align-items:start;min-height:540px;padding:86px clamp(22px,5vw,76px) 200px}.contact>*{position:relative;z-index:1}.contact-copy{grid-column:7 / 13;align-self:center;width:min(680px,100%);justify-self:start}.contact>div:first-child{grid-column:1 / 7}.contact-copy a{position:relative;display:inline-block;margin-top:28px;max-width:100%;overflow-wrap:anywhere;font-size:42px;font-weight:950;line-height:1.12;--email-line: 0}.contact-copy a:after{position:absolute;right:0;bottom:-10px;left:0;height:3px;background:var(--blue);content:"";transform:scaleX(var(--email-line));transform-origin:left}.thank-you{position:absolute;right:clamp(22px,5vw,76px);bottom:34px;z-index:1;font-size:122px;font-weight:950;line-height:.78;white-space:nowrap}footer{display:flex;justify-content:space-between;width:100%;margin:0;padding:22px clamp(22px,5vw,76px) 30px;color:var(--blue);font-family:Courier New,monospace;font-size:12px;font-weight:900}footer span{white-space:nowrap}[data-reveal]{will-change:opacity,transform}.section-title>*,.services-head>*,.clients-head>*,.profile-copy>*,.contact>div:first-child>*,.contact-copy>*{will-change:opacity,transform,clip-path}.portrait{will-change:clip-path}.hero-media,.portrait-frame,.vertical-word,.thank-you{will-change:transform}@media(max-width:1180px){.hero-grid{grid-template-columns:minmax(0,1fr) minmax(300px,.7fr);gap:42px}}@media(max-width:1400px){.clients{grid-template-columns:1fr;align-items:start}}@media(max-width:1100px){h1,.services-head h2,.section-title h2,.clients-head h2,.profile-copy h2,.contact h2{font-size:96px}.massive{font-size:154px}.project h3{font-size:38px}.client-brand{margin-top:42px}.client-brand.has-logos{margin-top:28px}.client-item strong{font-size:34px}.step strong{font-size:30px}.vertical-word{font-size:44px}.contact-copy a{font-size:36px}.thank-you{font-size:98px}}@media(max-width:1020px){.hero-grid{grid-template-columns:1fr;gap:40px;padding-top:88px}.hero-copy{max-width:820px}.hero-media{justify-self:start;width:min(380px,64vw);margin-top:12px}.vertical-word{display:none}}@media(max-width:880px){.cursor{display:none}.site-header{grid-template-columns:1fr auto;row-gap:12px}nav{grid-column:1 / -1;order:3;justify-content:space-between;width:100%;gap:8px}main{padding-top:112px}.panel{width:100%;min-height:auto;margin-bottom:0}.hero-grid,.profile,.contact,.process,.clients,.section-title,.project-list{grid-template-columns:1fr;gap:28px;padding:34px 22px}.services{padding:42px 22px 58px}.services-head{grid-template-columns:1fr;gap:16px}.service-list{grid-template-columns:1fr;margin-top:42px}.service-item{min-height:380px}.hero-grid{min-height:auto;padding-top:86px}.hero-copy{width:100%}h1{font-size:64px}.section-title span,.services-head>span,.clients-head span,.profile-copy>span{font-size:44px}.section-title h2,.services-head h2,.clients-head h2,.profile-copy h2,.contact h2{font-size:66px}.massive{font-size:76px}.kicker{font-size:15px}.intro,.process-copy,.profile-copy p{font-size:14px}.hero-media{position:relative;right:auto;bottom:auto;justify-self:start;width:min(360px,78vw);margin-top:28px}.vertical-word,.status,.top-center,.rotated{display:none}.project-list{padding-top:0}.clients-head{grid-template-columns:1fr;gap:16px}.clients-head p{grid-column:auto;font-size:13px}.client-list{grid-template-columns:1fr}.client-item:last-child:nth-child(odd){grid-column:auto}.client-item{min-height:150px}.client-brand{margin-top:34px}.client-brand.has-logos{margin-top:24px}.client-item strong{font-size:38px}.portrait,.profile-copy,.contact>div:first-child,.contact-copy{grid-column:auto}.portrait,.profile-copy{grid-row:auto}.project{min-height:auto}.project h3{margin-top:44px;font-size:38px}.project p,.services-head p,.service-item>p,.section-title p,.contact-copy p{font-size:13px}.timeline{grid-template-columns:1fr;margin-top:32px}.step{min-height:92px;border-right:0;border-bottom:2px solid var(--blue)}.step:last-child{border-bottom:0}.thank-you{position:relative;right:auto;bottom:auto;grid-column:1;margin-top:32px;max-width:100%;font-size:58px}.contact-copy{justify-self:start}.contact-copy a{font-size:34px}.project-detail-hero{grid-template-columns:1fr;grid-template-rows:auto;gap:30px;min-height:auto;padding:32px 22px 44px}.project-case-meta,.project-title-line,.project-lead,.project-hero-image,.project-facts{grid-column:1;grid-row:auto}.project-title-line{padding-top:62px}.project-title-line h1{font-size:clamp(76px,24vw,136px)}.project-lead{max-width:20ch;margin-top:6px;font-size:clamp(38px,10vw,62px)}.project-hero-image{min-height:0;aspect-ratio:4 / 3;margin-top:10px}.project-facts{grid-template-columns:1fr;margin-top:8px}.project-facts>div{min-height:96px}.project-facts strong{margin-top:24px}.project-story{grid-template-columns:1fr;gap:38px;padding:72px 22px 82px}.project-story-intro{max-width:24ch;font-size:clamp(32px,8vw,52px)}.project-story-grid{grid-template-columns:1fr;gap:64px;margin-top:28px}.project-system{padding:72px 22px 82px}.project-system .project-section-label{grid-template-columns:74px minmax(0,1fr)}.project-highlight-list{grid-template-columns:1fr;margin-top:58px}.project-highlight-list>div{min-height:190px}.project-highlight-list strong{font-size:34px}.project-result{grid-template-columns:1fr;gap:52px;padding:78px 22px 88px}.project-result p{font-size:clamp(38px,10vw,62px)}.project-navigation{padding:58px 22px 72px}.project-next{min-height:210px}.project-next strong{font-size:clamp(58px,18vw,104px)}}@media(max-width:640px){.site-header{padding:16px 18px}nav{flex-wrap:nowrap;justify-content:flex-start;gap:9px 12px;font-size:10px}.loader-brand{font-size:28px}.intro-loader small{display:none}.hero-grid,.services,.profile,.contact,.process,.clients,.section-title,.project-list{padding-right:18px;padding-left:18px}.hero-title--en{font-size:56px}.contact-copy a{font-size:28px}.thank-you{font-size:42px}footer{gap:18px;padding-right:18px;padding-left:18px;font-size:11px}.project-detail-hero,.project-story,.project-system,.project-result,.project-navigation{padding-right:18px;padding-left:18px}.project-case-meta{gap:18px;font-size:9px}.project-title-line h1{font-size:clamp(68px,23vw,104px)}.project-section-label,.project-system .project-section-label,.project-story-grid>div{grid-template-columns:62px minmax(0,1fr)}.project-section-label>span,.project-story-grid>div>span{font-size:32px}.project-section-label h2,.project-story-grid h2{font-size:46px}.project-story-grid>p,.project-story-grid>div>p{font-size:13px}.project-next{min-height:178px;padding:18px}.project-next strong{font-size:clamp(50px,17vw,78px)}.project-next i{font-size:48px}}@media(max-width:460px){.clients-head h2{font-size:46px}.thank-you{font-size:32px}}@media(max-width:400px){.hero-title--en{font-size:52px}}@media(max-width:360px){nav{gap:8px;font-size:9px}.hero-title--en{font-size:46px}.clients-head h2{font-size:40px}.thank-you{font-size:28px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important}}
