@charset "UTF-8";:root{font-family:Arial,Microsoft YaHei,PingFang SC,sans-serif;color:#f1f3f1;background:#0b0e10;font-synthesis:none;font-weight:400;--ink:#0b0e10;--paper:#f0f1ed;--text:#f1f3f1;--muted:#9ba3a6;--accent:#79e8ef;--line:rgba(255,255,255,.14)}*{box-sizing:border-box;letter-spacing:0}html{scroll-behavior:smooth;scroll-padding-top:102px}body{margin:0;min-width:320px}body.dialog-open{overflow:hidden}button,a{-webkit-tap-highlight-color:transparent}button{font:inherit;color:inherit;cursor:pointer}button,a,input,summary{touch-action:manipulation}button{border:0;background:none;padding:0}a{color:inherit;text-decoration:none}button:disabled{cursor:default}img{display:block;max-width:100%;height:auto}svg{width:20px;height:20px;flex-shrink:0}p,h1,h2,h3,figure,ul,ol,dl,dd{margin:0}ul,ol{padding:0;list-style:none}button[hidden],[hidden]{display:none!important}::selection{background:#79e8ef;color:#0b0e10}:focus-visible{outline:2px solid var(--accent);outline-offset:6px}.shell{width:min(1280px,calc(100% - 112px));margin-inline:auto}.skip-link{position:fixed;left:24px;top:-100px;background:var(--paper);color:var(--ink);padding:15px 24px;z-index:200}.skip-link:focus{top:12px}.icon-button{width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;border:1px solid var(--line);border-radius:50%;transition:background .2s,border-color .2s,color .2s}.icon-button:hover{background:#253034;border-color:#748185}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:30px;min-height:52px;padding:0 22px;border:1px solid transparent;border-radius:3px;font-size:14px;font-weight:600;transition:background .2s,transform .2s}.button-light{background:var(--paper);color:var(--ink)}.button-light:hover{background:var(--accent)}.button svg,.text-link svg,.nav-contact svg{transition:transform .2s}.button:hover svg,.text-link:hover svg,.nav-contact:hover svg{transform:translate(2px,-2px)}.text-link{display:inline-flex;align-items:center;justify-content:space-between;gap:24px;font-size:14px;min-height:44px;font-weight:500}.text-link:hover{color:var(--accent)}.eyebrow{display:flex;align-items:center;gap:12px;font-family:Arial,sans-serif;font-size:11px;line-height:1.5;font-weight:500}.status-dot{width:6px;height:6px;background:var(--accent);border-radius:50%;flex:none}.small-note{font-size:12px;color:var(--muted)}.section-number{color:var(--accent);margin-right:12px}.muted{color:var(--muted)}.site-header{position:absolute;top:0;left:0;width:100%;z-index:20;transition:background .2s,border-color .2s;border-bottom:1px solid transparent}.site-header.is-scrolled{position:fixed;background:#0b0e10f0;backdrop-filter:blur(18px);border-bottom-color:var(--line)}.header-inner{height:100px;display:flex;align-items:center;justify-content:space-between;gap:32px}.brand{display:inline-flex;align-items:center;gap:13px;flex-shrink:0}.brand img{width:48px;height:48px;object-fit:contain}.brand>span{font-size:20px;font-weight:600;white-space:nowrap;line-height:1.25}.brand small{display:block;font-family:Arial,sans-serif;font-size:9px;font-weight:400;margin-top:5px;color:#b0b6b6}.nav{display:flex;align-items:center;gap:38px;font-size:13px;color:#b5bcbd}.nav>a{padding-block:13px;transition:color .2s}.nav>a:hover,.nav>a[aria-current]{color:#fff}.nav .nav-contact{display:flex;gap:32px;align-items:center;color:#f1f3f1;border-bottom:1px solid #798589;margin-left:18px}.menu-toggle{display:none}.hero{position:relative;isolation:isolate;overflow:hidden;height:calc(100svh - 70px);min-height:690px;max-height:950px;background:#0b0e10}.hero-grid{position:absolute;inset:0;z-index:-1;background-image:linear-gradient(rgba(169,190,192,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(169,190,192,.035) 1px,transparent 1px);background-size:100px 100px;mask-image:linear-gradient(90deg,transparent 12%,#000 80%)}.hero:after{content:"";position:absolute;bottom:100px;left:56px;right:56px;height:1px;background:var(--line);opacity:.45;pointer-events:none}.hero-content{padding-top:clamp(175px,23vh,245px);position:relative;z-index:2;pointer-events:none}.hero-content a{pointer-events:auto}.hero-eyebrow{color:#a8b5b9;margin-bottom:30px;font-size:10px}.hero h1{font-size:82px;line-height:1.1;font-weight:600;max-width:560px}.hero h1>span{display:block;font-size:15px;line-height:1.5;font-weight:400;color:#b3bfc1;margin-top:18px}.hero-tagline{font-size:30px;font-weight:400;line-height:1.4;margin-top:34px}.hero-tagline>span{color:#acb9bc}.hero-description{margin-top:16px;font-size:14px;line-height:1.8;color:#8f9da1}.hero-actions{display:flex;align-items:center;gap:30px;margin-top:35px;width:max-content;max-width:100%}.hero-actions .text-link{font-size:13px;gap:20px}.scene-shell{position:absolute;z-index:1;inset:87px -3% 115px 35%;cursor:grab;touch-action:pan-y}.scene-shell:active{cursor:grabbing}.hero-scene-canvas{display:block;width:100%;height:100%;position:relative;z-index:1;touch-action:pan-y}.scene-fallback{position:absolute;width:100%;height:100%;inset:0;object-fit:contain;transition:opacity .5s;opacity:1;pointer-events:none}.scene-shell[data-scene-state=ready] .scene-fallback{opacity:0;pointer-events:none}.hero-eyebrow,.hero h1,.hero-tagline,.hero-description,.hero-actions{animation:hero-arrive .85s both cubic-bezier(.2,.65,.3,1)}.hero h1{animation-delay:.08s}.hero-tagline{animation-delay:.16s}.hero-description{animation-delay:.22s}.hero-actions{animation-delay:.28s}@keyframes hero-arrive{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.scene-annotation{position:absolute;right:max(56px,calc((100% - 1280px)/2));bottom:160px;z-index:2;display:flex;align-items:flex-end;flex-direction:column;gap:10px;pointer-events:none}.scene-annotation span:first-child{font-size:9px;font-family:monospace;color:#7f979c}.scene-annotation span:last-child{font-size:11px;color:#99a8aa}.hero-bottom{position:absolute;bottom:27px;left:0;right:0;display:flex;align-items:center;justify-content:space-between;z-index:3}.scroll-link{display:flex;gap:14px;font-size:11px;align-items:center;color:#c2cbcd}.scroll-link svg{width:15px;height:24px}.hero-location{font-size:9px;color:#9ba7aa;display:flex;gap:22px;margin-left:auto;margin-right:30px}.hero-location>span{font-family:monospace;color:#6c7b80}.motion-toggle{width:34px;height:34px;color:#9ba9ac}.motion-toggle svg{width:13px;height:13px}.disciplines{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#101416}.disciplines-inner{height:78px;display:flex;align-items:center;justify-content:space-between;gap:24px}.disciplines-inner>span{font-size:11px;color:#9ba7a9;white-space:nowrap;display:flex;gap:20px;align-items:center}.disciplines-inner>span:before{content:"+";font-size:14px;font-weight:300;color:#52666b}.section{padding:100px 0}.section-top{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:42px}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:32px;margin-bottom:50px}h2{font-size:42px;line-height:1.4;font-weight:500}.section-heading>p{font-size:13px;line-height:2;color:var(--muted);margin-bottom:7px;max-width:350px}.businesses{background:#111618}.business-tabs{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));border-bottom:1px solid var(--line);gap:22px}.business-tabs button{position:relative;display:flex;align-items:center;gap:10px;min-height:64px;text-align:left;font-size:14px;color:#8d9b9f;white-space:nowrap;transition:color .2s}.business-tabs button>span{font:10px monospace;color:#64797e}.business-tabs button svg{margin-left:auto;width:16px;height:16px;opacity:0}.business-tabs button:after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:2px;background:var(--accent);transform:scaleX(0);transform-origin:left;transition:transform .25s}.business-tabs button[aria-selected=true]{color:#edf2f2}.business-tabs button[aria-selected=true]:after{transform:scaleX(1)}.business-tabs button[aria-selected=true] svg{opacity:1;color:var(--accent)}.business-tabs button:hover{color:#fff}.business-panel{display:grid;grid-template-columns:.85fr 1.15fr;gap:58px;padding-top:38px;min-height:448px}.business-copy{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;padding-block:5px 10px;gap:30px;min-width:0}.business-code{font:10px monospace;color:var(--accent)}.business-symbol{width:30px;height:30px;margin-bottom:18px;color:var(--accent)}.business-copy h3{font-size:28px;line-height:1.45;font-weight:500;margin-bottom:17px}.business-copy p{font-size:13px;color:#a3adb0;line-height:2;max-width:355px}.business-tags{display:flex;gap:20px;flex-wrap:wrap;margin-top:22px;font-size:11px;color:#c7cecf}.business-tags li{padding-left:12px;position:relative}.business-tags li:before{content:"";width:3px;height:3px;background:var(--accent);position:absolute;left:0;top:6px}.business-link{color:#dbe6e7;border-bottom:1px solid #526268;width:165px;font-size:12px}.business-visual{position:relative;overflow:hidden;min-width:0;height:400px;background:#202a2d}.business-visual>img{width:100%;height:100%;object-fit:cover;transition:opacity .3s,transform .6s;object-position:50% 42%}.business-visual:hover>img{transform:scale(1.025)}.business-visual>img.is-changing{opacity:.35}.business-visual figcaption{position:absolute;bottom:18px;left:20px;right:20px;display:flex;justify-content:space-between;gap:20px;align-items:center;font-size:9px;color:#f3f5f5;padding:10px 12px;background:#0b0e10c7;backdrop-filter:blur(8px)}.photo-cross{font-size:21px;font-weight:300;color:#fff;position:absolute;line-height:1}.cross-tl{left:14px;top:14px}.cross-br{right:14px;top:14px}.cases{background:var(--paper);color:#151d21;--muted:#69787b;--line:#cfd5d4;--accent:#146874}.cases .section-top{color:#374f55}.work-grid{display:grid;grid-template-columns:1fr 1fr;gap:38px 32px;align-items:start}.work{display:block;text-align:left;min-width:0}.work-image{display:block;position:relative;overflow:hidden;background:#dce2df;aspect-ratio:16/9}.work-image img{width:100%;height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.2,.65,.3,1)}.work[data-case=omechoo] .work-image img{object-position:center bottom}.work[data-case=yeqimanman] .work-image img{object-fit:contain;background:#b7e3f1}.work[data-case=huangtiane] .work-image img{object-fit:contain;background:#eee8d7}.work:hover .work-image img{transform:scale(1.035)}.work-open{position:absolute;right:20px;bottom:20px;width:42px;height:42px;border-radius:50%;background:#f2f4ef;color:#142226;display:flex;justify-content:center;align-items:center;transition:background .2s,transform .25s}.work:hover .work-open{background:#79e8ef;transform:rotate(45deg)}.work-meta{display:flex;justify-content:space-between;align-items:flex-end;gap:15px;padding-top:20px}.work-meta small{display:block;font-size:9px;color:#6f7c7f;margin-bottom:8px}.work-meta strong{display:block;font-size:22px;font-weight:500;line-height:1.5}.work-category{font-size:11px;color:#677377;white-space:nowrap;padding-bottom:4px}.more-work{display:flex;align-items:center;justify-content:space-between;padding:22px 0 24px;margin-top:22px;border-top:1px solid #d0d6d4;color:#6e7c7e;font-size:11px}.more-work .text-link{font-size:12px;color:#19272a}.digital-project{display:grid;grid-template-columns:1fr 1fr 30px;align-items:center;gap:30px;text-align:left;width:100%;border-top:1px solid #cfd5d4;border-bottom:1px solid #cfd5d4;padding:28px 0;transition:background .2s}.digital-copy{display:flex;flex-direction:column;gap:10px}.digital-copy small{font-size:9px;color:#698085}.digital-copy strong{font-size:24px;font-weight:500}.digital-copy>span{font-size:12px;color:#65777a;line-height:1.8}.product-logos{display:flex;justify-content:space-between;gap:22px}.product-logos>span{display:flex;align-items:center;flex-direction:column;gap:10px;font-size:9px;color:#5c737a;white-space:nowrap}.product-logos img{width:48px;height:48px;object-fit:contain;border-radius:7px}.digital-project>svg{width:28px;height:28px;transition:transform .2s}.digital-project:hover>svg{transform:translate(4px,-4px)}.about{background:#111618}.about-heading{display:grid;grid-template-columns:1.25fr 1fr;align-items:center;gap:100px;margin-bottom:64px}.about-heading>div{font-size:13px;line-height:2;color:#9eacae;max-width:425px}.about-heading p+p{margin-top:15px}.process-line{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-top:1px solid var(--line)}.process-line li{position:relative;display:grid;grid-template-columns:28px 1fr;gap:12px 12px;padding:28px 20px 0 0}.process-line li:before{content:"";position:absolute;top:-3px;left:0;width:5px;height:5px;background:#78cdd2}.process-line li>span{font:10px monospace;color:#6e9399;align-self:center}.process-line strong{font-size:18px;font-weight:400}.process-line small{font-size:11px;color:#8e9ea2;grid-column:2}.contact{background:#cee8e6;color:#132c31;--accent:#216167;--muted:#527376;padding:70px 0 62px;position:relative;overflow:hidden}.contact-top{display:flex;align-items:center;justify-content:space-between}.contact-heading{display:flex;align-items:center;justify-content:space-between;gap:30px;margin-top:37px;margin-bottom:54px}.contact-heading h2{font-size:54px;line-height:1.35}.contact-orbit{width:125px;height:125px;border:1px solid #8baead;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background .3s,transform .3s;flex-shrink:0;margin-right:35px}.contact-orbit svg{width:52px;height:52px;stroke-width:1}.contact-orbit:hover{background:#133c42;color:#dbefec;transform:rotate(45deg)}.contact-details{display:grid;grid-template-columns:.75fr 1fr 1.35fr;gap:30px;border-top:1px solid #9cbdba;padding-top:28px}.contact-details>div{display:flex;flex-direction:column;gap:15px}.contact-label{font-size:10px;color:#557375}.contact-details strong{font-size:17px;font-weight:400}.contact-details a{font-size:21px;line-height:1.4}.contact-details a:hover{color:#247781}.email-line{display:flex;align-items:center;gap:12px}.copy-email{width:28px;height:28px;border:0;border-radius:3px;--line:#9cbdba}.copy-email svg{width:14px;height:14px}.copy-email:hover{background:#b4d5d2}.footer{background:#0b0e10;padding:38px 0 20px;color:#a6b3b6}.footer-main{display:flex;align-items:center;justify-content:space-between;gap:36px}.footer .brand{color:#edf1ef}.footer-main p{font-size:11px;line-height:2;margin-left:auto}.footer-main p>span{font-size:9px;color:#687e84}.back-top{margin-left:32px}.service-note{border-top:1px solid #273236;margin-top:30px;font-size:10px;line-height:1.9;color:#899ba0}.service-note summary{display:flex;align-items:center;gap:12px;cursor:pointer;list-style:none;width:max-content;padding-top:17px}.service-note summary::-webkit-details-marker{display:none}.service-note summary svg{width:12px;height:12px}.service-note[open] summary svg{transform:none}.service-note p{padding-top:12px;max-width:900px}.case-dialog{width:min(950px,calc(100% - 40px));max-height:88svh;overflow:auto;padding:0;border:0;border-radius:6px;background:#f0f1ed;color:#15262b;overscroll-behavior:contain}.case-dialog::backdrop{background:#00070acc;backdrop-filter:blur(10px)}.dialog-close{position:sticky;top:15px;float:right;right:15px;margin:15px 15px -59px 0;z-index:5;background:#f0f1ed;color:#1b3338;border:1px solid #aabdbd}.dialog-close:hover{background:#cee8e6;color:#142a30}.dialog-image{position:relative;min-height:150px;background:#dbe1de;overflow:hidden}.dialog-image img{width:100%;max-height:480px;object-fit:contain}.dialog-image>span:not(:empty){position:absolute;left:18px;bottom:15px;background:#13272ada;color:#fff;font-size:10px;padding:7px 12px}.dialog-content{padding:34px 48px 40px}.dialog-content .eyebrow{color:#447680;font-size:10px}.dialog-content h2{font-size:30px;margin:14px 0}.dialog-content>p:not(.eyebrow){color:#587077;font-size:14px;line-height:1.9}.dialog-content dl{margin:25px 0 20px;border-top:1px solid #c5cecb}.dialog-content dl>div{display:grid;grid-template-columns:100px 1fr;gap:20px;font-size:12px;line-height:1.8;padding:16px 0;border-bottom:1px solid #c5cecb}.dialog-content dt{color:#6f8589}.dialog-content .text-link{color:#176570;font-size:13px}.toast{position:fixed;bottom:26px;left:50%;transform:translate(-50%,12px);background:#e9f2ee;color:#17353a;padding:13px 24px;border:1px solid #b2cac9;border-radius:4px;font-size:13px;z-index:100;opacity:0;pointer-events:none;transition:opacity .2s,transform .2s;max-width:calc(100% - 32px);text-align:center}.toast.visible{opacity:1;transform:translate(-50%)}@media(min-width:1700px){.shell{width:min(1480px,calc(100% - 160px))}.hero h1{font-size:92px}.scene-annotation{right:max(80px,calc((100% - 1480px)/2))}.scene-shell{left:38%;right:0}.business-visual{height:460px}.business-panel{min-height:505px}.hero-content{padding-top:230px}}@media(max-width:1150px){.shell{width:calc(100% - 72px)}.nav{gap:25px}.hero h1{font-size:68px}.hero-tagline{font-size:25px}.hero-description{font-size:12px}.hero-content{padding-top:205px}.scene-shell{left:35%;right:-6%}.business-tabs{gap:12px}.business-tabs button{font-size:12px;gap:6px}.business-tabs button svg{width:13px}.business-tabs button>span{font-size:8px}.business-panel{gap:36px;grid-template-columns:.9fr 1.1fr}.business-copy h3{font-size:25px}.work-meta{display:block}.work-category{display:block;margin-top:9px}.about-heading{gap:50px}.contact-details a{font-size:18px}}@media(max-width:900px){.header-inner{height:80px}.nav{position:absolute;top:80px;left:0;right:0;display:none;background:#131c1f;border-bottom:1px solid #4b5e63;padding:22px 36px 30px;flex-direction:column;align-items:stretch;gap:3px}.nav>a{font-size:15px;padding:15px 0}.nav .nav-contact{margin-left:0;margin-top:5px;border:0;justify-content:space-between}.menu-toggle{display:inline-flex}.site-header.menu-open{background:#131c1f}.menu-open .nav{display:flex}.hero{height:calc(100svh - 40px);min-height:760px;max-height:1040px}.hero-content{padding-top:127px}.hero h1{font-size:62px;max-width:100%}.hero h1>span{font-size:12px;margin-top:13px}.hero-eyebrow{font-size:9px;margin-bottom:21px}.hero-tagline{font-size:24px;margin-top:24px}.hero-description{font-size:13px;margin-top:12px}.hero-actions{margin-top:26px}.scene-shell{inset:300px -14% 70px 32%}.scene-annotation{right:36px;bottom:118px}.hero-grid{background-size:70px 70px}.hero:after{left:36px;right:36px;bottom:85px}.hero-bottom{bottom:22px}.hero-location>span{display:none}.disciplines-inner{height:64px;gap:14px}.disciplines-inner>span{font-size:9px;gap:7px}.section{padding:76px 0}.section-top{margin-bottom:34px}.section-heading{margin-bottom:35px}.section-heading h2,h2{font-size:35px}.section-heading>p{font-size:11px}.business-tabs{gap:8px;grid-template-columns:repeat(3,minmax(0,1fr));border-bottom:0}.business-tabs button{font-size:13px;border-bottom:1px solid var(--line);padding-inline:5px;min-height:53px}.business-tabs button>span{font-size:9px}.business-panel{grid-template-columns:1fr 1fr;gap:28px;min-height:0}.business-copy h3{font-size:24px}.business-copy p{font-size:12px}.business-visual{height:360px}.business-tags{gap:12px;font-size:10px}.business-copy{gap:20px}.business-symbol{width:26px;height:26px;margin-bottom:12px}.work-grid{gap:28px 22px}.work-meta strong{font-size:20px}.digital-project{grid-template-columns:1fr auto;gap:20px}.product-logos{grid-row:2;grid-column:1/-1;justify-content:flex-start;gap:40px}.digital-project>svg{grid-column:2;grid-row:1}.about-heading{grid-template-columns:1fr 1fr;gap:35px;margin-bottom:45px}.about-heading>div{font-size:12px}.contact-heading h2{font-size:42px}.contact-orbit{width:100px;height:100px;margin-right:0}.contact-details{grid-template-columns:.6fr 1fr 1.5fr;gap:20px}.contact-details a{font-size:16px}.email-line{gap:3px}.footer-main{gap:20px}.back-top{margin-left:0}}@media(max-width:600px){html{scroll-padding-top:88px}.shell{width:calc(100% - 40px)}.header-inner{height:80px;gap:15px}.brand{gap:10px}.brand>span{font-size:17px}.brand small{font-size:8px}.brand img{width:48px;height:48px}.menu-toggle{width:38px;height:38px}.menu-toggle svg{width:18px}.nav{padding-inline:24px}.hero{min-height:740px;height:calc(100svh - 30px);max-height:940px}.hero-content{padding-top:122px}.hero h1{font-size:54px}.hero h1>span{font-size:11px;margin-top:12px}.hero-eyebrow{font-size:8px;margin-bottom:20px;gap:9px}.hero-tagline{font-size:22px;margin-top:23px;white-space:nowrap}.hero-description{font-size:12px;margin-top:10px}.hero-actions{position:absolute;top:calc(min(940px,max(740px,100svh - 30px)) - 150px);left:0;right:0;margin:0;gap:26px}.hero-actions .button{min-height:47px;font-size:12px;padding:0 18px;gap:34px}.hero-actions .text-link{font-size:12px;gap:15px}.scene-shell{inset:295px -9% 156px}.scene-annotation{right:22px;bottom:211px}.scene-annotation span:first-child{font-size:7px}.scene-annotation span:last-child{font-size:8px}.hero:after{left:20px;right:20px;bottom:76px}.hero-bottom{bottom:23px}.scroll-link{gap:8px;font-size:10px}.hero-location{font-size:8px;margin-right:15px}.motion-toggle{width:28px;height:28px}.hero-grid{background-size:55px 55px;mask-image:linear-gradient(180deg,transparent 25%,black 70%)}.disciplines-inner{gap:11px;height:52px;justify-content:space-between}.disciplines-inner>span{font-size:7px;gap:0}.disciplines-inner>span:before{display:none}.section{padding:60px 0}.section-top{margin-bottom:26px;gap:12px}.eyebrow{font-size:9px;gap:7px}.section-number{margin-right:6px}.small-note{font-size:9px}.section-heading{display:block;margin-bottom:28px}.section-heading h2,h2{font-size:30px;line-height:1.45}.section-heading>p{font-size:11px;line-height:1.85;margin-top:17px}.section-heading>p br{display:none}.business-tabs{gap:4px 13px}.business-tabs button{font-size:11px;min-height:47px;padding:0;gap:6px}.business-tabs button>span{font-size:8px}.business-tabs button svg{display:none}.business-panel{display:flex;flex-direction:column;padding-top:25px;gap:24px}.business-copy{display:grid;grid-template-columns:1fr auto;gap:22px 15px;padding:0;align-items:start}.business-code{grid-column:1/-1;font-size:8px}.business-copy>div{grid-column:1/-1}.business-symbol{display:none}.business-copy h3{font-size:25px;margin-bottom:11px}.business-copy p{font-size:12px;line-height:1.9;max-width:100%}.business-tags{margin-top:15px;gap:22px;font-size:10px}.business-link{grid-column:1/-1;width:138px;min-height:35px;font-size:11px}.business-visual{height:auto;aspect-ratio:1.42;width:100%}.business-visual figcaption{left:12px;right:12px;bottom:12px;padding:8px;font-size:7px;gap:10px}.photo-cross{font-size:16px}.cross-tl{top:10px;left:11px}.cross-br{top:10px;right:11px}.work-grid{grid-template-columns:1fr;gap:30px}.work-image{aspect-ratio:1.45}.work[data-case=yeqimanman] .work-image{aspect-ratio:16/9}.work-meta{display:flex;padding-top:15px;align-items:flex-end;gap:12px}.work-meta small{font-size:8px;margin-bottom:6px}.work-meta strong{font-size:20px}.work-category{font-size:9px;margin:0;padding-bottom:3px}.work-open{right:13px;bottom:13px;width:34px;height:34px}.work-open svg{width:17px;height:17px}.more-work{margin-top:22px;padding:12px 0 20px;font-size:10px}.more-work .text-link{font-size:11px}.digital-project{padding:24px 0;gap:28px 14px}.digital-copy{gap:10px}.digital-copy strong{font-size:21px}.digital-copy>span{font-size:11px}.digital-copy small{font-size:8px}.product-logos{justify-content:space-between;gap:12px}.product-logos>span{font-size:8px}.product-logos img{width:40px;height:40px}.digital-project>svg{width:23px;height:23px}.about-heading{display:block;margin-bottom:36px}.about-heading>div{font-size:12px;line-height:2;margin-top:25px}.about-heading p+p{margin-top:12px}.process-line{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 20px}.process-line li{padding-top:22px;grid-template-columns:20px 1fr;gap:9px}.process-line li:nth-child(n+3){border-top:1px solid var(--line)}.process-line strong{font-size:17px}.process-line small{font-size:10px}.process-line li>span{font-size:9px}.contact{padding:45px 0}.contact-heading{margin:32px 0 36px;gap:15px}.contact-heading h2{font-size:31px}.contact-orbit{width:62px;height:62px}.contact-orbit svg{width:32px;height:32px}.contact-details{grid-template-columns:.6fr 1fr;gap:26px 24px;padding-top:25px}.contact-details>div{gap:10px}.contact-details>div:last-child{grid-column:1/-1}.contact-details strong{font-size:15px}.contact-details a{font-size:20px}.contact-label{font-size:9px}.email-line{gap:18px}.footer{padding-top:28px}.footer-main{flex-wrap:wrap;gap:22px}.footer-main .brand{margin-right:auto}.footer-main p{order:3;width:100%;margin:0;font-size:10px}.footer-main p>span{font-size:8px}.back-top{width:37px;height:37px}.service-note{margin-top:22px;font-size:9px}.case-dialog{width:calc(100% - 24px);max-height:90svh}.dialog-image img{max-height:360px}.dialog-content{padding:25px 23px 30px}.dialog-content h2{font-size:25px}.dialog-content>p:not(.eyebrow){font-size:12px}.dialog-content dl>div{grid-template-columns:66px 1fr;gap:12px;font-size:11px}.dialog-close{width:36px;height:36px;margin-bottom:-51px}.dialog-image>span:not(:empty){font-size:8px;left:12px;bottom:12px}}@media(max-width:360px){.shell{width:calc(100% - 32px)}.hero h1{font-size:47px}.hero-tagline{font-size:20px}.hero-description{font-size:11px}.hero-actions{gap:19px}.hero-actions .button{gap:20px}.section-heading h2,h2{font-size:26px}.business-tabs{gap:4px 9px}.business-tabs button{font-size:10px;gap:4px}.work-meta{display:block}.work-category{margin-top:7px}.contact-heading h2{font-size:27px}.contact-orbit{width:52px;height:52px}.contact-details a{font-size:18px}.small-note{font-size:8px}}@media(min-width:601px)and (max-width:900px){.scene-shell{inset:390px 0 100px 25%}}@media(min-width:601px)and (max-width:900px)and (max-height:800px){.hero{min-height:0;height:calc(100svh - 32px)}.hero-content{padding-top:125px}.hero h1{font-size:54px}.scene-shell{inset:155px 0 100px 40%}}@media(max-width:600px)and (max-height:780px){.hero{min-height:0;height:calc(100svh - 30px)}.hero-content{padding-top:104px}.hero h1{font-size:46px}.hero h1>span{font-size:10px;margin-top:8px}.hero-eyebrow{margin-bottom:13px}.hero-tagline{margin-top:16px;font-size:20px}.hero-description{font-size:11px;margin-top:8px}.scene-shell{top:265px;bottom:137px}.hero-actions{top:calc(100svh - 157px)}.hero-actions .button{min-height:43px}.scene-annotation{bottom:179px}.hero:after{bottom:67px}.hero-bottom{bottom:18px}.contact-heading h2{font-size:29px}}@media(max-width:600px)and (max-height:640px){.hero-content{padding-top:90px}.hero h1{font-size:40px}.hero-eyebrow{font-size:7px;margin-bottom:10px}.hero h1>span{font-size:8px;margin-top:6px}.hero-tagline{font-size:18px;margin-top:12px}.hero-description{font-size:10px}.scene-shell{inset:228px -12% 120px 5%}.hero-actions{top:calc(100svh - 145px)}.hero-actions .button{min-height:39px}.hero:after{bottom:60px}.scene-annotation{display:none}.hero-bottom{bottom:15px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}
