.mosh-nav{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:20px 28px;pointer-events:none}.mosh-nav>*{pointer-events:auto}.mosh-nav .mosh-brand{font-size:26px;font-weight:800;letter-spacing:-.02em;color:#12131a;text-decoration:none;display:flex;align-items:baseline;gap:10px;transition:color .3s ease}.mosh-nav .mosh-brand .brand-dot{color:#ff5a1f;margin-left:-6px;transition:color .3s ease}.mosh-nav .mosh-brand .brand-sub{font-family:IBM Plex Mono,ui-monospace,Menlo,monospace;font-size:11px;font-weight:500;letter-spacing:.14em;color:#5a5f6e;transition:color .3s ease}.mosh-nav.is-inverted .mosh-brand,.mosh-nav.is-inverted .mosh-brand .brand-dot{color:#fff}.mosh-nav.is-inverted .mosh-brand .brand-sub{color:#ffffffc7}.mosh-nav .mosh-nav-actions{white-space:nowrap;display:flex;gap:10px}.mosh-nav .pill{display:inline-flex;align-items:center;gap:8px;height:44px;padding:0 22px;border-radius:999px;font-size:14px;font-weight:600;letter-spacing:.02em;text-decoration:none;border:none;cursor:pointer;transition:transform .25s cubic-bezier(.34,1.56,.64,1),background .2s ease}.mosh-nav .pill:hover{transform:scale(1.05)}.mosh-nav .pill:active{transform:scale(.97)}.mosh-nav .pill-dark{background:#16171f;color:#f4f5fa}.mosh-nav .pill-dark .pill-dot{width:6px;height:6px;border-radius:50%;background:#ff5a1f}.mosh-nav .pill-dark:hover .pill-dot{background:#ff8a5c}.mosh-nav .pill-light{background:#ffffffd9;color:#16171f;box-shadow:0 1px 0 #12131a0f;backdrop-filter:blur(12px)}.mosh-nav .pill-light .pill-dots{width:14px;height:6px;position:relative}.mosh-nav .pill-light .pill-dots:after,.mosh-nav .pill-light .pill-dots:before{content:"";position:absolute;top:0;width:6px;height:6px;border-radius:50%;background:currentColor;transition:transform .3s ease}.mosh-nav .pill-light .pill-dots:before{left:0}.mosh-nav .pill-light .pill-dots:after{right:0}.mosh-nav .pill-light.is-open .pill-dots:before{transform:translateX(4px)}.mosh-nav .pill-light.is-open .pill-dots:after{transform:translateX(-4px)}.mosh-nav .mosh-menu-card{position:absolute;top:76px;right:28px;width:300px;display:flex;flex-direction:column;gap:10px;opacity:0;transform:translateY(-12px) scale(.98);transform-origin:top right;pointer-events:none!important;visibility:hidden;transition:opacity .28s ease,transform .32s cubic-bezier(.22,1,.36,1),visibility 0s linear .32s}.mosh-nav .mosh-menu-card.is-open{opacity:1;transform:translateY(0) scale(1);pointer-events:auto!important;visibility:visible;transition:opacity .28s ease,transform .32s cubic-bezier(.22,1,.36,1),visibility 0s linear 0s}.mosh-nav .mosh-menu-card .menu-list{background:#fff;border-radius:20px;padding:14px 8px;box-shadow:0 24px 60px #12131a24;display:flex;flex-direction:column}.mosh-nav .mosh-menu-card .menu-list ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column}.mosh-nav .mosh-menu-card .menu-list a{display:block;padding:13px 20px;border-radius:12px;font-size:20px;font-weight:700;letter-spacing:-.01em;color:#12131a;text-decoration:none;word-break:keep-all;transition:background .15s ease,padding-left .2s ease}.mosh-nav .mosh-menu-card .menu-list a:hover{background:#eef0f7;padding-left:26px}.mosh-nav .mosh-menu-card .menu-list .menu-sub{margin:2px 0 6px 20px;padding-left:12px;border-left:2px solid #e4e7f0}.mosh-nav .mosh-menu-card .menu-list .menu-sub .menu-sub-link{padding:9px 14px;font-size:15px;font-weight:600;color:#4c5060}.mosh-nav .mosh-menu-card .menu-list .menu-sub .menu-sub-link:hover{background:#f4f6fb;padding-left:20px;color:#12131a}.mosh-nav .mosh-menu-card .menu-pm-card{display:flex;align-items:center;justify-content:space-between;background:#16171f;color:#f4f5fa;border-radius:20px;padding:18px 22px;text-decoration:none;font-weight:700;font-size:16px;box-shadow:0 24px 60px #12131a24;transition:transform .25s ease}.mosh-nav .mosh-menu-card .menu-pm-card em{display:block;font-style:normal;font-family:IBM Plex Mono,ui-monospace,Menlo,monospace;font-size:10px;font-weight:500;letter-spacing:.16em;color:#8b90a0;margin-bottom:4px}.mosh-nav .mosh-menu-card .menu-pm-card .pm-arrow{font-size:20px;transition:transform .25s ease}.mosh-nav .mosh-menu-card .menu-pm-card:hover{transform:translateY(-2px)}.mosh-nav .mosh-menu-card .menu-pm-card:hover .pm-arrow{transform:translate(3px,-3px)}.mosh-nav.on-dark .mosh-brand{color:#f4f5fa}.mosh-nav.on-dark .mosh-brand .brand-sub{color:#8b90a0}.mosh-nav.on-dark .pill-light{background:#ffffff1a;color:#f4f5fa;box-shadow:inset 0 0 0 1px #ffffff24}@media(max-width:640px){.mosh-nav{padding:10px 12px;background:#eef0f7db;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.mosh-nav.on-dark{background:#0b0b0eb8}.mosh-nav .mosh-brand{font-size:18px}.mosh-nav .mosh-brand .brand-sub{display:none}.mosh-nav .mosh-nav-actions{gap:6px}.mosh-nav.mosh-nav .pill{height:36px;padding:0 11px;font-size:12px}.mosh-nav.mosh-nav .pill .pill-dot,.mosh-nav.mosh-nav .pill .pill-dots{display:none}.mosh-nav .mosh-menu-card{right:12px;left:12px;width:auto;top:58px}.mosh-nav .mosh-menu-card .menu-list a{padding:11px 16px;font-size:17px}.mosh-nav .mosh-menu-card .menu-list .menu-sub{margin-left:16px}.mosh-nav .mosh-menu-card .menu-list .menu-sub .menu-sub-link{padding:8px 12px;font-size:14px}}@media(max-width:360px){.mosh-nav .mosh-menu-card .menu-list a{padding:10px 13px;font-size:15.5px}.mosh-nav .mosh-menu-card .menu-list .menu-sub{margin-left:12px;padding-left:10px}.mosh-nav .mosh-menu-card .menu-list .menu-sub .menu-sub-link{padding:7px 10px;font-size:13.5px}}@keyframes bubbleUp{0%{transform:matrix(1,0,0,1,0,0);opacity:.8}25%{transform:matrix(1.3,0,0,1.3,0,-8);opacity:1}55%{transform:matrix(1,0,0,1,0,0);opacity:.8}75%{transform:matrix(1,0,0,1,0,8);opacity:.8}to{transform:matrix(1,0,0,1,0,0);opacity:.8}}@keyframes font_ani{0%,to{font-variation-settings:"wght" 900,"ital" 1}50%{font-variation-settings:"wght" 100,"ital" 0}}.pt-safe{padding-top:max(constant(safe-area-inset-top),0px)}.pb-safe,.py-safe{padding-bottom:max(constant(safe-area-inset-bottom),0px)}.py-safe{padding-top:max(constant(safe-area-inset-top),0px)}.h-screen-safe{height:100dvh}.yotubue-autoplay-wrap{position:relative;display:inline-grid;border-radius:12px;overflow:hidden;background:radial-gradient(60% 80% at 30% 20%,#3b82f614,#0000 60%),radial-gradient(50% 70% at 75% 80%,#8b5cf612,#0000 60%),#10121f;width:100%}.yotubue-autoplay-wrap iframe{display:inline-block}.yotubue-autoplay-wrap .resizeobj{position:absolute;width:100%;min-height:5px}.yotubue-autoplay-wrap .cover{width:100%;height:100%;position:absolute;top:0;left:0;background-color:#0000}.yotubue-autoplay-wrap.project-item{transition:all .2s linear}.yotubue-autoplay-wrap.project-item .img-cont{position:absolute;width:100%;height:100%;top:0;left:0}.yotubue-autoplay-wrap.project-item .img-cont img,.yotubue-autoplay-wrap.project-item .img-cont video{object-fit:cover;width:100%;height:100%}.yotubue-autoplay-wrap.project-item.off{opacity:0}.yotubue-autoplay-wrap.project-item .content-cont{width:100%;height:100%;position:absolute;display:flex;align-items:center;justify-content:center}.yotubue-autoplay-wrap.project-item .img-cont{opacity:1;transition:.8s;transform-origin:50% 50%;transform:matrix(1,0,0,1,0,0)}.yotubue-autoplay-wrap.project-item .content-cont{opacity:0;transition:all .6s linear}.yotubue-autoplay-wrap.project-item .content-cont .title-bg{position:absolute;width:100%;height:100%;background-color:#00000080}.yotubue-autoplay-wrap.project-item .content-cont .title{z-index:1;color:#fff}.yotubue-autoplay-wrap.project-item.hover.has-video .img-cont{opacity:0;transform:matrix(1.1,0,0,1.1,0,0)}.yotubue-autoplay-wrap.project-item.hover .content-cont{opacity:1}.loading-youtube{opacity:.5}.mosh-page,.mosh-page *,.mosh-page :after,.mosh-page :before{box-sizing:border-box}.mosh-page{background:#eef0f7;color:#12131a;overflow-x:hidden}.mosh-page a,.mosh-page h1,.mosh-page h2,.mosh-page h3,.mosh-page li,.mosh-page p,.mosh-page span{word-break:keep-all}.mosh-page .m-label{font-family:IBM Plex Mono,ui-monospace,Menlo,monospace;font-size:12px;font-weight:500;letter-spacing:.2em;color:#5a5f6e;margin-bottom:18px}.mosh-page .m-label.on-accent{color:#ffffffb8}.mosh-page .m-title{font-size:clamp(30px,4.6vw,54px);font-weight:800;line-height:1.22;letter-spacing:-.02em}.mosh-page .m-title.on-accent{color:#fff}.mosh-page .pill{display:inline-flex;align-items:center;gap:8px;height:48px;padding:0 26px;border-radius:999px;font-size:15px;font-weight:700;text-decoration:none;border:none;cursor:pointer;transition:transform .25s cubic-bezier(.34,1.56,.64,1),background .2s ease,color .2s ease}.mosh-page .pill:hover{transform:scale(1.05)}.mosh-page .pill:active{transform:scale(.97)}.mosh-page .pill.large{height:58px;padding:0 34px;font-size:16px}.mosh-page .pill.pill-dark{background:#16171f;color:#f4f5fa}.mosh-page .pill.pill-ghost{background:#0000;color:#12131a;box-shadow:inset 0 0 0 1.5px #12131a38}.mosh-page .pill.pill-ghost:hover{box-shadow:inset 0 0 0 1.5px #12131a99}.mosh-page .pill.pill-accent{background:#ff5a1f;color:#fff}.mosh-page .pill.pill-accent:hover{background:#ff4300}.mosh-page .line{display:block;overflow:hidden}.mosh-page .line .inner{display:block;transform:translateY(112%);transition:transform .9s cubic-bezier(.22,1,.36,1)}.mosh-page .m-page-head{width:100%;max-width:1240px;margin:0 auto;padding:150px 28px 40px}@media(max-width:640px){.mosh-page .m-page-head{padding-left:18px;padding-right:18px}}.mosh-page .m-page-head .m-page-title{font-size:clamp(42px,8vw,104px);font-weight:850;line-height:1.05;letter-spacing:-.035em;margin:0}.mosh-page .m-page-head .m-page-title em{font-style:normal;color:#ff5a1f}.mosh-page .m-page-head .m-page-sub{margin-top:22px;font-size:clamp(15px,1.5vw,18px);line-height:1.75;color:#5a5f6e;max-width:560px}.mosh-ripple{position:relative;width:100%;height:100%}.mosh-ripple img{width:100%;height:100%;object-fit:cover;display:block}.mosh-ripple .ripple-canvas{position:absolute;inset:0;width:100%!important;height:100%!important;display:block}.mosh-work-expand{position:fixed;inset:0;z-index:9990;pointer-events:auto;transition:opacity .42s ease}.mosh-work-expand.is-fading{opacity:0;pointer-events:none}.mosh-work-expand .mwe-inner{position:absolute;top:0;left:0;width:100vw;height:100vh;overflow:hidden;background:#0b0b14;transform-origin:top left;will-change:transform;transition:transform .64s cubic-bezier(.22,1,.36,1),border-radius .64s cubic-bezier(.22,1,.36,1)}.mosh-work-expand .mwe-inner canvas,.mosh-work-expand .mwe-inner img{position:absolute;inset:0;width:100%!important;height:100%!important;object-fit:cover;display:block}.mosh-wipe{position:fixed;inset:0;z-index:9999;pointer-events:none}.mosh-wipe span{position:absolute;left:-10%;width:120%;height:72%;background:#101017;transition:transform .5s cubic-bezier(.76,0,.24,1)}.mosh-wipe span:first-child{top:-5%;transform:translateY(-110%) rotate(-2.5deg);transform-origin:left top}.mosh-wipe span:nth-child(2){bottom:-5%;transform:translateY(110%) rotate(-2.5deg);transform-origin:right bottom}.mosh-wipe.is-cover{pointer-events:auto}.mosh-wipe.is-cover span:first-child{transform:translateY(-8%) rotate(-2.5deg)}.mosh-wipe.is-cover span:nth-child(2){transform:translateY(8%) rotate(-2.5deg)}.mosh-projects.is-in .m-page-head .line .inner{transform:translateY(0)}.mosh-projects .m-page-head .count{font-style:normal;font-family:IBM Plex Mono,ui-monospace,Menlo,monospace;font-weight:500;font-size:.42em;color:#ff5a1f;vertical-align:super;letter-spacing:.05em}.mosh-projects .mp-grid-section{width:100%;max-width:1240px;margin:0 auto;padding:40px 28px 120px}@media(max-width:640px){.mosh-projects .mp-grid-section{padding-left:18px;padding-right:18px}}.mosh-projects .mp-grid-section .works-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px 22px}@media(max-width:900px){.mosh-projects .mp-grid-section .works-grid{grid-template-columns:1fr}}.mosh-projects .mp-grid-section .work-card{display:block;text-decoration:none;color:#12131a;opacity:0;transform:translateY(30px);transition:opacity .7s ease,transform .7s cubic-bezier(.22,1,.36,1)}.mosh-projects .mp-grid-section .work-card .wc-media{position:relative;border-radius:20px;overflow:hidden;aspect-ratio:4/3;background:#dfe2ee;margin-bottom:18px;transform:skewY(var(--skew,0deg));filter:blur(var(--vblur,0));transition:transform .15s ease-out;will-change:transform,filter}.mosh-projects .mp-grid-section .work-card .wc-media img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.22,1,.36,1)}.mosh-projects .mp-grid-section .work-card .wc-media .wc-placeholder{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:84px;font-weight:850;color:#12131a1f}.mosh-projects .mp-grid-section .work-card:hover .wc-media img{transform:scale(1.05)}.mosh-projects .mp-grid-section .work-card .wc-tag{font-family:IBM Plex Mono,ui-monospace,Menlo,monospace;font-size:10px;letter-spacing:.16em;color:#5a5f6e;margin-bottom:8px}.mosh-projects .mp-grid-section .work-card .wc-title{font-size:21px;font-weight:750;letter-spacing:-.015em;margin:0 0 8px}.mosh-projects .mp-grid-section .work-card .wc-desc{font-size:14px;line-height:1.65;color:#5a5f6e;margin:0}.mosh-projects .mp-grid-section.is-visible .work-card{opacity:1;transform:translateY(0)}.mosh-projects .m-next-band{display:flex;align-items:center;gap:26px;background:#101017;color:#f4f5fa;text-decoration:none;padding:56px 48px}.mosh-projects .m-next-band .nb-label{font-family:IBM Plex Mono,ui-monospace,Menlo,monospace;font-size:11px;letter-spacing:.2em;color:#8b90a0}.mosh-projects .m-next-band .nb-title{font-size:clamp(34px,5.4vw,64px);font-weight:850;letter-spacing:-.03em}.mosh-projects .m-next-band .nb-arrow{margin-left:auto;font-size:clamp(30px,4vw,48px);transition:transform .3s ease}.mosh-projects .m-next-band:hover .nb-arrow{transform:translateX(10px)}@media(max-width:640px){.mosh-projects .m-next-band{padding:40px 22px;gap:16px}}.mosh-projects .m-footer{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap;background:#101017;padding:0 48px 40px;font-size:13px;color:#8b90a0}.mosh-projects .m-footer a{color:#c9cdda;text-decoration:none}.mosh-projects .m-footer a:hover{color:#fff}@media(max-width:640px){.mosh-projects .m-footer{padding:0 22px 34px}}.pm-projects .m-page-head .head-actions{margin-top:26px}.pm-projects .mp-grid-section .work-card .wc-media-video{aspect-ratio:auto}.pm-projects .mp-grid-section .work-card .wc-media-video iframe,.pm-projects .mp-grid-section .work-card .wc-media-video img,.pm-projects .mp-grid-section .work-card .wc-media-video video{display:block;width:100%;height:auto;border-radius:20px}.pm-projects .mp-next-step{max-width:1240px;margin:0 auto;padding:0 28px 120px;opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease}.pm-projects .mp-next-step.is-visible{opacity:1;transform:none}.pm-projects .mp-next-step .next-card{background:#fff;border-radius:26px;padding:40px 38px;box-shadow:0 1px 2px #12131a0d}.pm-projects .mp-next-step .next-card h2{font-size:24px;font-weight:750;letter-spacing:-.02em;color:#12131a;margin:0 0 14px}.pm-projects .mp-next-step .next-card p{font-size:15.5px;line-height:1.8;color:#5a5f6e;margin:0 0 18px;max-width:760px;word-break:keep-all}.pm-projects .mp-next-step .next-card ul{list-style:none;margin:0 0 26px;padding:0}.pm-projects .mp-next-step .next-card ul li{font-size:14.5px;line-height:1.75;color:#5a5f6e;padding:7px 0 7px 22px;position:relative}.pm-projects .mp-next-step .next-card ul li:before{content:"+";position:absolute;left:2px;color:#ff5a1f;font-family:IBM Plex Mono,ui-monospace,monospace}.pm-projects .mp-next-step .next-card .next-note{margin:18px 0 0;font-size:13px;color:#8a8f9e}