:root{--paper:#f6f1e9;--paper-bright:#fffdf9;--paper-deep:#eee5d9;--ink:#171816;--muted:#676760;--line:#d8d0c5;--line-strong:#bdb4a7;--coral:#ff5b3e;--coral-deep:#ed452b;--coral-soft:#ffd6cb;--peach:#f7e5d8;--mint:#dcece3;--blue:#dce8f4;--blue-bright:#4c8dff;--lavender:#e9e0f2;--serif:"Noto Serif TC", "Songti TC", "PMingLiU", "Times New Roman", serif;--sans:"Noto Sans TC", "PingFang TC", "Microsoft JhengHei", system-ui, sans-serif;--script:"Snell Roundhand", "Segoe Script", "Brush Script MT", cursive;--page-inline:clamp(24px, 5vw, 82px);--page-width:1600px}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;scroll-padding-top:92px;font-size:112.5%}body{background:radial-gradient(circle at 3% 17%, #ffe4b657 0 80px, transparent 81px), linear-gradient(110deg, #fffdf9 0%, var(--paper) 54%, #fffaf5 100%);color:var(--ink);font-family:var(--sans);-webkit-font-smoothing:antialiased;margin:0;line-height:1.6}body:before{content:"";pointer-events:none;z-index:-1;background-image:linear-gradient(#8a756e08 1px,#0000 1px),linear-gradient(90deg,#8a756e08 1px,#0000 1px);background-size:64px 64px;position:fixed;inset:0;-webkit-mask-image:linear-gradient(#000,#0000 75%);mask-image:linear-gradient(#000,#0000 75%)}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}button{cursor:pointer}.skip-link{z-index:999;background:var(--ink);color:#fff;padding:10px 14px;transition:transform .18s;position:fixed;top:12px;left:12px;transform:translateY(-180%)}.skip-link:focus{transform:translateY(0)}.site-header{z-index:90;width:min(var(--page-width), calc(100% - 2 * var(--page-inline)));border-bottom:1px solid var(--line);background:color-mix(in srgb, var(--paper-bright) 84%, transparent);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);grid-template-columns:minmax(250px,1fr) auto minmax(320px,1fr);align-items:center;gap:28px;height:72px;margin:0 auto;animation:.7s cubic-bezier(.22,.8,.2,1) both header-enter;display:grid;position:sticky;top:0}@keyframes header-enter{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:none}}.brand-link{width:max-content}.brand{align-items:center;gap:15px;display:inline-flex}.brand-x{color:var(--coral);font-family:var(--serif);font-size:2.75rem;font-weight:400;line-height:.85;transform:scaleX(.78)}.brand-name{flex-direction:column;gap:1px;display:flex}.brand-name b{letter-spacing:.13em;font-size:.88rem;font-weight:760}.brand-name small{letter-spacing:.35em;font-size:.46rem;font-weight:650}.desktop-nav{justify-content:center;align-items:center;gap:clamp(26px,3.1vw,58px);display:flex}.desktop-nav a{letter-spacing:.04em;padding:8px 0;font-size:.8rem;font-weight:700;position:relative}.desktop-nav a:after{content:"";background:var(--coral);transform-origin:100%;height:1px;transition:transform .26s;position:absolute;bottom:1px;left:0;right:0;transform:scaleX(0)}.desktop-nav a:hover:after,.desktop-nav a:focus-visible:after{transform-origin:0;transform:scaleX(1)}.header-actions{justify-self:end;align-items:center;gap:26px;display:flex}.pill-button{letter-spacing:.04em;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:26px;min-height:44px;padding:0 26px;font-size:.8rem;font-weight:760;transition:transform .26s cubic-bezier(.22,.8,.2,1),box-shadow .26s,background .26s;display:inline-flex}.pill-button span{font-size:1rem;transition:transform .26s}.pill-button:hover{transform:translateY(-3px)}.pill-button:hover span{transform:translate(3px,-3px)}.pill-button-coral{background:linear-gradient(135deg, #ff6c4f, var(--coral));color:#fff;box-shadow:0 12px 28px #ff5b3e20}.pill-button-coral:hover{background:linear-gradient(135deg, var(--coral), var(--coral-deep));box-shadow:0 16px 34px #ff5b3e33}.line-link{white-space:nowrap;align-items:center;gap:9px;font-size:.8rem;font-weight:720;display:inline-flex}.line-link-header{color:#fff;background:#06c755;border-radius:999px;padding:7px 12px 7px 8px;transition:transform .22s,box-shadow .22s;box-shadow:0 8px 20px #06c7552e}.line-link-header:hover,.line-link-header:focus-visible{transform:translateY(-2px);box-shadow:0 12px 24px #06c75547}.line-link-header .line-dot{color:#06a948;background:#fff}.line-dot{background:var(--ink);color:#fff;letter-spacing:-.03em;border-radius:999px;place-items:center;width:28px;height:20px;font-size:.42rem;font-style:normal;display:inline-grid}.line-floating{z-index:70;color:#fff;-webkit-backdrop-filter:blur(10px);background:#06c755eb;border:1px solid #ffffffd9;border-radius:999px;align-items:center;gap:11px;min-height:56px;padding:6px 16px 6px 7px;transition:transform .24s cubic-bezier(.22,.8,.2,1),box-shadow .24s;animation:.42s cubic-bezier(.22,.8,.2,1) .15s both line-arrive;display:inline-flex;position:fixed;bottom:clamp(18px,2vw,30px);right:clamp(18px,2vw,34px);box-shadow:0 14px 34px #0a5d2e30,0 0 0 1px #058c3d1f}@keyframes line-arrive{0%{opacity:0;transform:translateY(18px)scale(.9)}to{opacity:1;transform:none}}.line-floating:hover,.line-floating:focus-visible{transform:translateY(-5px)scale(1.02);box-shadow:0 22px 48px #0a5d2e4d,0 0 0 4px #06c75524}.line-floating-icon{color:#06ad49;letter-spacing:-.03em;background:#fff;border-radius:50%;place-items:center;width:40px;height:40px;font-size:.55rem;font-weight:900;display:grid;position:relative}.line-floating-icon:after{content:"";clip-path:polygon(0 0,100% 0,100% 100%);background:#fff;width:10px;height:10px;position:absolute;bottom:2px;right:3px;transform:rotate(18deg)}.line-floating-copy{flex-direction:column;line-height:1.15;display:flex}.line-floating-copy small{letter-spacing:.08em;opacity:.88;font-size:.56rem;font-weight:700}.line-floating-copy strong{letter-spacing:.04em;font-size:.84rem;font-weight:850}.menu-button{width:48px;height:54px;color:var(--ink);background:0 0;border:0;flex-direction:column;justify-content:center;align-items:center;gap:4px;padding:0;display:flex}.menu-lines{width:28px;height:20px;display:block;position:relative}.menu-lines i{background:currentColor;height:2px;transition:top .24s,transform .22s,opacity .22s;position:absolute;left:0;right:0}.menu-lines i:first-child{top:2px}.menu-lines i:nth-child(2){top:9px}.menu-lines i:nth-child(3){top:16px}.menu-button small{letter-spacing:.18em;opacity:0;font-size:.43rem;font-weight:800;line-height:1;transition:opacity .22s,transform .22s;transform:translateY(-3px)}.menu-button.open .menu-lines i:first-child{top:9px;transform:rotate(45deg)}.menu-button.open .menu-lines i:nth-child(2){opacity:0}.menu-button.open .menu-lines i:nth-child(3){top:9px;transform:rotate(-45deg)}.menu-button.open small{opacity:1;transform:none}.mega-menu{z-index:78;padding:104px var(--page-inline) 30px;opacity:0;visibility:hidden;pointer-events:none;background:radial-gradient(circle at 8% 22%,#ffe1cb54 0 120px,#0000 121px),linear-gradient(135deg,#fffdf9 0%,#f6f1e9 54%,#fffaf5 100%);transition:opacity .3s,visibility .3s,transform .42s cubic-bezier(.22,.8,.2,1);position:fixed;inset:0;overflow-y:auto;transform:translateY(-18px)}.mega-menu:before{content:"";pointer-events:none;background-image:linear-gradient(#8a756e08 1px,#0000 1px),linear-gradient(90deg,#8a756e08 1px,#0000 1px);background-size:64px 64px;position:fixed;inset:0;-webkit-mask-image:linear-gradient(#000,#0000 82%);mask-image:linear-gradient(#000,#0000 82%)}.mega-menu.open{opacity:1;visibility:visible;pointer-events:auto;transform:none}.mega-menu-shell{flex-direction:column;width:min(1020px,100%);min-height:calc(100svh - 134px);margin:0 auto;display:flex;position:relative}.mega-menu-intro{grid-template-columns:minmax(360px,1.05fr) minmax(260px,.7fr);align-items:end;gap:clamp(36px,7vw,100px);margin-bottom:clamp(28px,4vh,48px);display:grid}.mega-menu-intro .script-line{margin-bottom:12px;font-size:clamp(2rem,4.1vw,4.2rem);animation:none}.mega-menu-intro h2{font-family:var(--serif);letter-spacing:-.04em;margin:0;font-size:clamp(2.4rem,4.2vw,4.6rem);font-weight:500;line-height:1.12}.mega-menu-intro>p{max-width:420px;color:var(--muted);margin:0 0 5px;font-size:.92rem;line-height:1.9}.mega-menu-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.mega-menu-card{border:1px solid #6e62541d;border-radius:20px;flex-direction:column;min-height:166px;padding:22px 24px 20px;transition:transform .28s cubic-bezier(.22,.8,.2,1),box-shadow .28s,border-color .28s;display:flex;position:relative;overflow:clip}.mega-menu-card:after{content:"";border:1px solid #3b332a1a;border-radius:50%;width:138px;height:138px;position:absolute;top:-52px;right:-38px}.mega-menu-card:hover,.mega-menu-card:focus-visible{z-index:2;border-color:#2e29233b;transform:translateY(-7px);box-shadow:0 22px 38px #4d3e3018}.mega-menu-card-coral{background:#ff9275}.mega-menu-card-sand{background:#f8e5b6}.mega-menu-card-mint{background:#c5e2d6}.mega-menu-card-blue{background:#c9def0}.mega-menu-card-lavender{background:#ddd1ed}.mega-menu-card-peach{background:#f5d6c7}.mega-menu-card>small{z-index:1;letter-spacing:.17em;font-size:.5rem;font-weight:800;position:relative}.mega-menu-card>span{z-index:1;justify-content:space-between;align-items:center;gap:18px;margin-top:auto;display:flex;position:relative}.mega-menu-card strong{font-family:var(--serif);font-size:1.35rem;font-weight:650}.mega-menu-card i{font-size:1.15rem;font-style:normal;transition:transform .24s}.mega-menu-card:hover i,.mega-menu-card:focus-visible i{transform:translate(4px,-4px)}.mega-menu-card p{z-index:1;margin:5px 0 0;font-size:.74rem;line-height:1.5;position:relative}.mega-menu-footer{color:#5e5b55;letter-spacing:.14em;justify-content:space-between;gap:24px;margin-top:auto;padding-top:24px;font-size:.58rem;font-weight:750;display:flex}.mega-menu:not(.open) a{visibility:hidden}main{display:block}.hero{width:min(var(--page-width), calc(100% - 2 * var(--page-inline)));border-bottom:1px solid var(--line);grid-template-columns:minmax(430px,.9fr) minmax(0,1.25fr);align-items:center;gap:clamp(38px,4.7vw,86px);height:min(72svh,720px);min-height:650px;margin:0 auto;display:grid;position:relative}.hero-orbit{pointer-events:none;border:1px solid #ffb1534a;border-radius:50%;position:absolute}.hero-orbit:before,.hero-orbit:after{content:"";border-radius:inherit;border:1px solid #ffb1532e;position:absolute}.hero-orbit:before{inset:11px}.hero-orbit:after{inset:22px}.hero-orbit-left{width:180px;height:180px;top:130px;left:-126px}.hero-orbit-center{width:114px;height:114px;top:62px;left:43%}.hero-copy{z-index:2;padding:28px 0 34px clamp(20px,4vw,68px);position:relative}.script-line{color:var(--coral);font-family:var(--script);letter-spacing:.03em;margin:0 0 14px;font-size:clamp(1.3rem,2.25vw,2.25rem);line-height:1;animation:.72s .1s both copy-enter;transform:rotate(-2deg)}.hero h1{font-family:var(--serif);letter-spacing:-.035em;margin:0;font-size:clamp(2.7rem,3.45vw,3.65rem);font-weight:500;line-height:1.23;animation:.76s .18s both copy-enter}.hero h1 span{display:inline-block;position:relative}.hero h1 span:after{content:"";background:var(--coral);transform-origin:0;border-radius:999px;height:3px;animation:.62s .9s forwards underline-grow;position:absolute;bottom:1px;left:8%;right:0;transform:rotate(-1.5deg)scaleX(0)}@keyframes copy-enter{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:none}}@keyframes underline-grow{to{transform:rotate(-1.5deg)scaleX(1)}}.hero-description{max-width:620px;color:var(--muted);letter-spacing:.015em;margin:24px 0 0;font-size:1rem;line-height:1.8;animation:.76s .28s both copy-enter}.hero-buttons{align-items:center;gap:28px;margin-top:26px;animation:.76s .36s both copy-enter;display:flex}.play-link{align-items:center;gap:12px;font-size:.84rem;font-weight:720;display:inline-flex}.play-icon{border:1px solid var(--line-strong);border-radius:50%;place-items:center;width:36px;height:36px;padding-left:2px;font-size:.53rem;transition:transform .22s,border-color .22s;display:inline-grid}.play-link:hover .play-icon{border-color:var(--coral);transform:scale(1.08)}.hero-stage{--pointer-x:0;--pointer-y:0;perspective:1300px;min-width:0;height:min(510px,62vh);animation:.9s cubic-bezier(.22,.8,.2,1) .16s both stage-enter;position:relative}@keyframes stage-enter{0%{opacity:0;transform:translate(34px,14px)}to{opacity:1;transform:none}}.browser-window{z-index:2;transform:translate(calc(var(--pointer-x) * -8px), calc(var(--pointer-y) * -5px)) rotateY(calc(var(--pointer-x) * 1deg));background:#fbf8f3;border:1px solid #d1c8bb;border-radius:20px;transition:transform .42s ease-out;position:absolute;inset:3% 4% 7% 0;overflow:clip;box-shadow:0 28px 60px #4b392820}.browser-bar{border-bottom:1px solid #e4ddd3;grid-template-columns:auto 1fr auto;align-items:center;gap:18px;height:46px;padding:0 18px;display:grid}.browser-dots{gap:8px;display:flex}.browser-dots i,.mini-browser-bar i{border-radius:50%;width:9px;height:9px;display:block}.browser-dots i:first-child,.mini-browser-bar i:first-child{background:#ff665b}.browser-dots i:nth-child(2),.mini-browser-bar i:nth-child(2){background:#ffbd46}.browser-dots i:nth-child(3),.mini-browser-bar i:nth-child(3){background:#5abd74}.address-bar{border:1px solid #ddd6cd;border-radius:999px;justify-content:center;align-items:center;height:25px;display:flex}.address-bar i{color:#aea69a;font-size:.68rem;font-style:normal}.browser-more{color:#8d887f;letter-spacing:.06em;font-size:.65rem}.blank-site{background:radial-gradient(circle at 82% 28%,#f6dacb 0 56px,#0000 57px),linear-gradient(120deg,#fefcf8 0 49%,#eee6dc 49% 100%);height:calc(100% - 46px);position:relative;overflow:clip}.blank-site:before{content:"";background-image:linear-gradient(#5d49350b 1px,#0000 1px),linear-gradient(90deg,#5d49350b 1px,#0000 1px);background-size:38px 38px;position:absolute;inset:0}.blank-site-nav{z-index:2;justify-content:flex-end;align-items:center;gap:20px;display:flex;position:absolute;top:22px;left:24px;right:24px}.blank-site-nav span{background:#2928241f;border-radius:999px;width:clamp(30px,4vw,58px);height:5px}.blank-site-nav span:first-child{background:#29282438;width:88px;margin-right:auto}.blank-site-copy{z-index:2;flex-direction:column;gap:13px;width:39%;display:flex;position:absolute;top:34%;left:7%}.blank-site-copy i{background:#27231f20;border-radius:999px;width:100%;height:12px}.blank-site-copy i:first-child{background:#ff5b3e5c;width:48%;height:7px}.blank-site-copy i:nth-child(3){width:72%}.blank-site-copy b{border:1px solid #443d3438;border-radius:999px;width:106px;height:34px;margin-top:12px}.blank-site-art{width:39%;height:68%;position:absolute;bottom:0;right:7%}.blank-site-art:before{content:"";background:radial-gradient(circle at 42% 22%,#fff9 0 18px,#0000 19px),linear-gradient(145deg,#edc9b4,#ae7862);border-radius:50% 50% 10% 10%/34% 34% 8% 8%;width:80%;height:70%;position:absolute;bottom:0;right:4%;box-shadow:inset 0 0 0 1px #fff7}.blank-site-art span{z-index:2;background:linear-gradient(#f5d4bf,#99624f);border-radius:22px 22px 3px 3px;width:20%;animation:4.5s ease-in-out infinite bottle-float;position:absolute;bottom:0;box-shadow:0 10px 24px #7b4c3d26}.blank-site-art span:first-child{height:43%;left:4%}.blank-site-art span:nth-child(2){width:24%;height:57%;animation-delay:-1.2s;left:26%}.blank-site-art span:nth-child(3){height:37%;animation-delay:-2.1s;left:53%}@keyframes bottle-float{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.mobile-preview{z-index:4;width:20%;min-width:130px;height:53%;min-height:250px;transform:translate(calc(var(--pointer-x) * 7px), calc(var(--pointer-y) * 5px)) rotate(3deg);background:#fff;border:5px solid #2b2926;border-radius:28px;padding:10px;transition:transform .42s ease-out;position:absolute;bottom:0;right:0;box-shadow:0 22px 42px #3c302830}.mobile-speaker{z-index:2;background:#2b2926;border-radius:999px;width:44px;height:10px;position:absolute;top:6px;left:50%;transform:translate(-50%)}.mobile-canvas{background:linear-gradient(145deg,#fffdf9,#eee4d8);border-radius:18px;flex-direction:column;gap:9px;height:100%;padding:30px 12px 12px;display:flex;overflow:clip}.mobile-line{background:#24211d1e;border-radius:999px;width:100%;height:7px}.mobile-line-short{background:#ff5b3e54;width:46%}.mobile-art{background:radial-gradient(circle at 60% 30%,#fff9 0 20px,#0000 21px),linear-gradient(145deg,#eac7af,#8e5948);border-radius:70px 70px 12px 12px;flex:1;margin-top:8px}.capability-card{z-index:5;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffdf9e8;border:1px solid #d8d0c5;border-radius:14px;align-items:center;gap:14px;width:158px;min-height:110px;padding:18px;animation:4s ease-in-out infinite card-bob;display:flex;position:absolute;bottom:12%;right:-2%;box-shadow:0 18px 36px #5142361c}@keyframes card-bob{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.device-icon{color:var(--coral);font-size:1.55rem}.empty-label{flex-direction:column;flex:1;gap:9px;display:flex}.empty-label i{background:#26221e1d;border-radius:999px;width:100%;height:6px}.empty-label i:last-child{width:67%}.section-shell{width:min(var(--page-width), calc(100% - 2 * var(--page-inline)));border-bottom:1px solid var(--line);margin:0 auto;padding:clamp(68px,7vw,112px) clamp(20px,4vw,68px)}.section-intro{grid-template-columns:minmax(270px,.8fr) minmax(300px,1fr);align-items:end;gap:40px;margin-bottom:clamp(34px,4vw,64px);display:grid}.section-intro>p{max-width:600px;color:var(--muted);justify-self:end;margin:0;font-size:.94rem;line-height:1.8}.eyebrow{color:#625f59;letter-spacing:.23em;text-transform:uppercase;margin:0 0 10px;font-size:.64rem;font-weight:760}.section-intro h2,.compact-heading h2,.contact-copy h2{font-family:var(--serif);margin:0;font-size:clamp(2rem,3.2vw,3.5rem);font-weight:520;line-height:1.1}.works{position:relative}.featured-work{background:radial-gradient(circle at 11% 23%,#ffd7c188,#0000 33%),linear-gradient(135deg,#f9eee5,#f1e6db);border:1px solid #ded3c8;border-radius:28px;grid-template-columns:minmax(300px,.72fr) minmax(480px,1.28fr);min-height:440px;display:grid;position:relative;overflow:clip;box-shadow:inset 0 1px #fff}.featured-work:after{content:"";pointer-events:none;border:1px solid #ff9d7e36;border-radius:50%;width:310px;height:310px;position:absolute;top:-130px;left:-105px;box-shadow:0 0 0 22px #ff9d7e16,0 0 0 52px #ff9d7e0d}.featured-work-copy{z-index:2;border-right:1px solid #d7cabe;flex-direction:column;padding:clamp(36px,5vw,72px);display:flex;position:relative}.featured-work-number{justify-content:space-between;align-items:center;gap:24px;margin-bottom:auto;display:flex}.featured-work-number>span{font-family:var(--serif);font-size:1.1rem}.featured-work-number p{color:var(--muted);letter-spacing:.15em;margin:0;font-size:.5rem;font-weight:750}.featured-work-copy h3{font-family:var(--serif);letter-spacing:-.04em;margin:2px 0 16px;font-size:clamp(2.4rem,4vw,4.6rem);font-weight:520;line-height:1.08}.featured-work-summary{color:#55534d;max-width:390px;margin:0;font-size:.8rem;line-height:1.85}.featured-work-tags{flex-wrap:wrap;gap:8px;margin-top:28px;display:flex}.featured-work-tags span{letter-spacing:.05em;border:1px solid #9d8e7d;border-radius:999px;padding:6px 13px;font-size:.56rem;font-weight:650}.featured-work-actions{flex-wrap:wrap;align-items:center;gap:12px 20px;margin-top:30px;display:flex}.featured-work-link{border-bottom:1px solid #6d6258;align-items:center;gap:26px;width:max-content;padding-bottom:3px;font-size:.7rem;font-weight:750;display:inline-flex}.featured-work-link span{font-size:1rem;transition:transform .22s}.featured-work-link:hover span,.featured-work-link:focus-visible span{transform:translate(4px,-4px)}.featured-work-live{background:var(--ink);color:#fff;border-radius:999px;align-items:center;gap:18px;min-height:40px;padding:0 17px;font-size:.66rem;font-weight:750;transition:background .22s,transform .22s;display:inline-flex}.featured-work-live span{font-size:.9rem;transition:transform .22s}.featured-work-live:hover,.featured-work-live:focus-visible{background:var(--coral-deep);transform:translateY(-3px)}.featured-work-live:hover span,.featured-work-live:focus-visible span{transform:translate(3px,-3px)}.featured-work-visual{background:radial-gradient(circle at 92% 12%,#c5d9e881 0 110px,#0000 111px),linear-gradient(135deg,#dce8f4,#e9e0f2 75%);place-items:center;min-width:0;padding:clamp(34px,5vw,70px);display:grid;position:relative}.work-browser,.case-cover-browser{background:#fff;border:8px solid #fffaf5;border-radius:17px;width:100%;transition:transform .38s cubic-bezier(.22,.8,.2,1),box-shadow .38s;overflow:clip;box-shadow:0 24px 46px #4c3c3133}.featured-work-visual:hover .work-browser,.featured-work-visual:focus-visible .work-browser{transform:translateY(-8px)rotate(-.5deg);box-shadow:0 34px 54px #4c3c3140}.work-browser-bar{background:#f0e9e1;justify-content:space-between;align-items:center;gap:12px;height:34px;padding:0 12px;display:flex}.work-browser-bar>span{gap:5px;display:flex}.work-browser-bar i{border-radius:50%;width:7px;height:7px;display:block}.work-browser-bar i:first-child{background:#ff665b}.work-browser-bar i:nth-child(2){background:#ffbd46}.work-browser-bar i:nth-child(3){background:#5abd74}.work-browser-bar b{color:#8c857b;letter-spacing:.08em;font-size:.46rem;font-weight:650}.work-browser img,.case-cover img{width:100%;height:auto;display:block}.work-visual-arrow{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffdf9c7;border:1px solid #504941;border-radius:50%;place-items:center;width:48px;height:48px;font-size:1.1rem;transition:background .22s,color .22s,transform .22s;display:grid;position:absolute;bottom:clamp(24px,3vw,46px);right:clamp(24px,3vw,46px)}.featured-work-visual:hover .work-visual-arrow,.featured-work-visual:focus-visible .work-visual-arrow{background:var(--ink);color:#fff;transform:translate(4px,-4px)}.featured-work+.featured-work{margin-top:28px}.featured-work-secondary{background:radial-gradient(circle at 90% 16%,#ffd4c885,#0000 28%),linear-gradient(135deg,#e5efe9,#f6eadf)}.featured-work-secondary:after{border-color:#79ae9640;inset:auto -100px -145px auto;box-shadow:0 0 0 22px #79ae9618,0 0 0 52px #79ae960c}.featured-work-secondary .featured-work-copy{border-left:1px solid #cbd8d0;border-right:0;grid-area:1/2}.featured-work-secondary .featured-work-visual{grid-area:1/1}.featured-work-status{color:#4e6556;border:1px solid #789080;border-radius:999px;align-items:center;min-height:40px;padding:0 16px;font-size:.7rem;font-weight:760;display:inline-flex}.xsheng-work-visual{background:radial-gradient(circle at 8% 88%,#ffd5c578 0 110px,#0000 111px),linear-gradient(135deg,#dcece3,#f4e5da 76%)}.xsheng-project-preview{background-color:#fffaf4;background-image:linear-gradient(#8a756e08 1px,#0000 1px),linear-gradient(90deg,#8a756e08 1px,#0000 1px),none;background-position:0 0,0 0,0 0;background-repeat:repeat,repeat,repeat;background-size:42px 42px;background-attachment:scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box;min-height:330px;padding:clamp(18px,2.3vw,34px)}.xsheng-project-preview-header{border-bottom:1px solid #d8d0c5;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;min-height:48px;padding-bottom:15px;display:grid}.xsheng-project-preview-header b{color:var(--coral);font-family:var(--serif);font-size:2rem;font-weight:400;line-height:1}.xsheng-project-preview-header span{letter-spacing:.1em;font-size:.68rem;font-weight:820}.xsheng-project-preview-header i{border-top:2px solid var(--ink);border-bottom:2px solid var(--ink);width:28px;height:18px}.xsheng-project-preview-body{grid-template-columns:minmax(0,.9fr) minmax(180px,1.1fr);align-items:center;gap:clamp(20px,4vw,58px);min-height:244px;padding-top:clamp(26px,4vw,56px);display:grid}.xsheng-project-preview-body>div:first-child{flex-direction:column;align-items:flex-start;min-width:0;display:flex}.xsheng-project-preview-body small{color:#6d675f;font-size:.5rem;font-weight:720}.xsheng-project-preview-body em{color:var(--coral);font-family:var(--script);margin-top:10px;font-size:clamp(1rem,2vw,1.65rem)}.xsheng-project-preview-body strong{font-family:var(--serif);margin-top:8px;font-size:clamp(1.5rem,3.1vw,3rem);font-weight:560;line-height:1.14}.xsheng-project-preview-body p{color:var(--muted);margin:14px 0 0;font-size:.68rem}.xsheng-project-preview-body>div:first-child>span{background:var(--coral);border-radius:999px;width:42%;height:9px;margin-top:22px}.xsheng-project-preview-window{background:radial-gradient(circle at 74% 38%,#ffd4c6 0 42px,#0000 43px),linear-gradient(122deg,#fff 0 48%,#ede4da 49%);border:1px solid #cfc4b8;border-radius:16px;min-height:210px;position:relative;box-shadow:0 18px 36px #6c534020}.xsheng-project-preview-window:before{content:"";background:#f0e8df;border-radius:999px;height:9px;position:absolute;top:17px;left:16px;right:16px}.xsheng-project-preview-window i{background:#d4d0ca;border-radius:999px;height:6px;position:absolute;left:9%}.xsheng-project-preview-window i:first-child{background:#ffb6a7;width:30%;top:36%}.xsheng-project-preview-window i:nth-child(2){width:43%;top:48%}.xsheng-project-preview-window i:nth-child(3){width:33%;top:58%}.xsheng-project-preview-window b{background:linear-gradient(#e9b8a0,#9b6b55);border-radius:40px 40px 0 0;width:30%;height:36%;position:absolute;bottom:0;right:12%}.featured-work-tertiary{background:radial-gradient(circle at 12% 90%,#c9e9dc88,#0000 30%),linear-gradient(135deg,#eef3e8,#e3eee9)}.featured-work-tertiary:after{border-color:#5c9d8640;top:-150px;left:auto;right:-88px;box-shadow:0 0 0 22px #5c9d8618,0 0 0 52px #5c9d860c}.featured-work-tertiary .featured-work-status{color:#315b4b;border-color:#477965}.anju-work-visual{background:radial-gradient(circle at 90% 12%,#fff2a6a6 0 90px,#0000 91px),linear-gradient(135deg,#bedfd2,#dcebe6 60%,#e9f2ed)}.anju-project-preview{color:#173d32;background:#f8fcf9;min-height:340px;padding:clamp(18px,2.5vw,38px)}.anju-preview-nav{border-bottom:1px solid #b9d3c8;grid-template-columns:1fr auto auto;align-items:center;gap:22px;min-height:50px;padding-bottom:14px;display:grid}.anju-preview-nav strong{letter-spacing:.04em;align-items:center;gap:8px;font-size:.68rem;display:flex}.anju-preview-nav strong i{color:#fff;background:#1f6a56;border-radius:50%;place-items:center;width:27px;height:27px;font-style:normal;display:grid}.anju-preview-nav>span{color:#557169;font-size:.46rem;font-weight:700}.anju-preview-nav>b{background:#ffca58;border-radius:999px;align-items:center;min-height:30px;padding:0 12px;font-size:.5rem;display:inline-flex}.anju-preview-body{grid-template-columns:minmax(240px,.9fr) minmax(220px,1.1fr);align-items:center;gap:clamp(26px,4vw,60px);min-height:260px;padding-top:clamp(26px,4vw,56px);display:grid}.anju-preview-body>div:first-child{flex-direction:column;align-items:flex-start;display:flex}.anju-preview-body small{color:#467064;letter-spacing:.08em;font-size:.5rem;font-weight:800}.anju-preview-body strong{font-family:var(--serif);letter-spacing:-.04em;margin-top:12px;font-size:clamp(1.9rem,3.7vw,3.8rem);font-weight:620;line-height:1.08}.anju-preview-body p{color:#5a7069;max-width:380px;margin:15px 0 0;font-size:.58rem;line-height:1.75}.anju-preview-body>div:first-child>span{color:#fff;background:#1f6a56;border-radius:999px;align-items:center;min-height:34px;margin-top:22px;padding:0 15px;font-size:.54rem;font-weight:750;display:inline-flex}.anju-preview-art{background:linear-gradient(145deg,#f2f8f5 0 48%,#0000 49%),linear-gradient(145deg,#d0e6dd,#8bc0ae);border-radius:28px 28px 90px;min-height:230px;position:relative;overflow:hidden;box-shadow:0 22px 45px #245b4930}.anju-preview-art:before{content:"";aspect-ratio:1;border:14px solid #edf6f2;border-radius:50%;width:44%;position:absolute;top:14%;right:12%}.anju-preview-art i{transform-origin:bottom;background:#80ad9e;border-radius:999px;width:4px;height:34%;position:absolute;top:26%;right:24%}.anju-preview-art i:first-child{transform:rotate(42deg)}.anju-preview-art i:nth-child(2){transform:rotate(-42deg)}.anju-preview-art b{background:#fffef7;border-radius:14px 14px 0 0;width:38%;height:32%;position:absolute;bottom:13%;left:10%;box-shadow:0 12px 20px #356b5925}.anju-preview-art>span{background:#ffca58;border-radius:10px;align-items:center;min-height:35px;padding:0 12px;font-size:.5rem;font-weight:800;display:inline-flex;position:absolute;bottom:9%;right:8%}.anju-case-cover{background:radial-gradient(circle at 90% 10%,#ffef9a96 0 160px,#0000 161px),linear-gradient(135deg,#b9ddd0,#e2eee9)}.anju-project-preview-large{min-height:clamp(520px,55vw,740px);padding:clamp(28px,5vw,72px)}.anju-project-preview-large .anju-preview-nav{min-height:70px}.anju-project-preview-large .anju-preview-body{min-height:clamp(390px,43vw,570px)}.anju-project-preview-large .anju-preview-art{min-height:clamp(320px,34vw,480px)}.anju-brand-preview{--anju-parallax:0px;color:#f9fcfa;isolation:isolate;background:#dce8e4;min-height:350px;position:relative;overflow:hidden}.anju-brand-preview:after{content:"";z-index:-1;background:linear-gradient(90deg,#183c3354,#0000 62%),linear-gradient(#0000 58%,#193c3338);position:absolute;inset:0}.anju-brand-preview>img{z-index:-2;object-fit:cover;transform:scale(1.04) translateY(var(--anju-parallax));transition:transform .9s cubic-bezier(.22,.8,.2,1)}.anju-brand-preview .anju-preview-nav{z-index:2;color:#fff;border-bottom:1px solid #fff6;grid-template-columns:1fr auto auto;min-height:58px;padding:0 clamp(20px,3vw,42px);position:absolute;top:0;left:0;right:0}.anju-brand-preview .anju-preview-nav strong{font-family:var(--serif);letter-spacing:.02em;font-size:1.05rem;font-weight:520}.anju-brand-preview .anju-preview-nav>span{color:#fff;font-size:.46rem}.anju-brand-preview .anju-preview-nav>b{color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff17;border:1px solid #ffffffbd;min-height:30px}.anju-brand-preview-copy{z-index:1;flex-direction:column;align-items:flex-start;max-width:62%;display:flex;position:absolute;bottom:clamp(54px,9vw,104px);left:clamp(26px,5vw,70px)}.anju-brand-preview-copy small{letter-spacing:.18em;font-size:.47rem;font-weight:750}.anju-brand-preview-copy strong{font-family:var(--serif);letter-spacing:-.045em;text-shadow:0 2px 22px #173c3270;margin-top:12px;font-size:clamp(2rem,4vw,4.5rem);font-weight:500;line-height:1.12}.anju-brand-preview-copy>span{border-bottom:1px solid #fff;margin-top:22px;padding-bottom:4px;font-size:.53rem;font-weight:720}.anju-brand-preview>p{letter-spacing:.12em;margin:0;font-size:.45rem;position:absolute;bottom:20px;right:clamp(20px,3vw,42px)}.anju-brand-preview-large{min-height:clamp(520px,55vw,740px)}.anju-brand-preview-large .anju-preview-nav{min-height:76px;padding-left:clamp(28px,5vw,74px);padding-right:clamp(28px,5vw,74px)}.anju-brand-preview-large .anju-brand-preview-copy{bottom:clamp(86px,12vw,164px);left:clamp(36px,7vw,110px)}.anju-brand-preview-large .anju-brand-preview-copy strong{font-size:clamp(3.2rem,6.5vw,7.2rem)}.anju-editorial{background:#f7faf8;padding:clamp(90px,11vw,180px) clamp(20px,6vw,104px)}.anju-editorial article{align-items:center;gap:clamp(48px,9vw,150px);display:grid}.anju-editorial-intro{grid-template-columns:minmax(280px,.65fr) minmax(360px,1fr)}.anju-editorial-service{grid-template-columns:minmax(330px,.7fr) minmax(500px,1.3fr);margin-top:clamp(100px,14vw,220px)}.anju-editorial article>div:not(.anju-editorial-image){max-width:640px}.anju-editorial h2{font-family:var(--serif);letter-spacing:-.04em;margin:12px 0 24px;font-size:clamp(2.5rem,4.6vw,5.4rem);font-weight:500;line-height:1.16}.anju-editorial article>div:not(.anju-editorial-image)>p:last-child{color:#63716c;max-width:560px;margin:0;font-size:.84rem;line-height:1.95}.anju-editorial-image{min-height:clamp(380px,44vw,650px);position:relative;overflow:hidden}.anju-editorial-image img{object-fit:cover;transition:transform 1.2s cubic-bezier(.22,.8,.2,1)}.anju-editorial-image-wide{min-height:clamp(420px,48vw,720px)}.anju-editorial article.is-visible .anju-editorial-image img{transform:scale(1.035)}.anju-reveal{opacity:0;transition:opacity .9s,transform 1.05s cubic-bezier(.22,.8,.2,1);transform:translateY(42px)}.anju-reveal.is-visible{opacity:1;transform:translateY(0)}.xsheng-case-cover{background:radial-gradient(circle at 8% 88%,#ffd2c163 0 180px,#0000 181px),linear-gradient(135deg,#dcece3,#f4e5da)}.xsheng-project-preview-large{min-height:clamp(520px,55vw,760px);padding:clamp(28px,5vw,72px)}.xsheng-project-preview-large .xsheng-project-preview-header{min-height:72px}.xsheng-project-preview-large .xsheng-project-preview-body{min-height:clamp(390px,44vw,590px)}.xsheng-project-preview-large .xsheng-project-preview-window{min-height:clamp(300px,33vw,470px)}.case-email-link{color:var(--muted);overflow-wrap:anywhere;border-bottom:1px solid #8c857b;margin-top:22px;font-size:.78rem;font-weight:720;display:inline-block}.works:after{content:"MORE PROJECTS SOON";color:#989188;letter-spacing:.17em;font-size:.45rem;font-weight:750;position:absolute;bottom:18px;right:clamp(20px,4vw,68px)}.works:before{content:"";background:var(--line-strong);width:100%;max-width:72px;height:1px;position:absolute;bottom:29px;right:clamp(144px,15vw,240px)}.services-process-shell{width:min(var(--page-width), calc(100% - 2 * var(--page-inline)));border-bottom:1px solid var(--line);grid-template-columns:minmax(0,1.15fr) minmax(430px,.85fr);gap:clamp(50px,5vw,90px);margin:0 auto;padding:clamp(68px,7vw,108px) clamp(20px,4vw,68px);display:grid}.services{min-width:0}.compact-heading h2{font-size:clamp(1.9rem,2.6vw,2.9rem)}.compact-heading>p:not(.eyebrow){max-width:340px;color:var(--muted);margin:14px 0 0;font-size:.76rem}.compact-heading>a{border-bottom:1px solid #8c857b;margin-top:20px;padding-bottom:2px;font-size:.69rem;font-weight:700;display:inline-block}.service-cards{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:30px;display:grid}.service-card{background:linear-gradient(145deg,#f9e8df,#f8f1ea);border:1px solid #0000;border-radius:18px;flex-direction:column;min-width:0;min-height:235px;padding:26px 24px 22px;transition:transform .3s cubic-bezier(.22,.8,.2,1),border-color .3s,box-shadow .3s;display:flex;position:relative}.service-card:nth-child(2){background:linear-gradient(145deg,#fffaf5,#f7f2ec)}.service-card:nth-child(3){background:linear-gradient(145deg,#e7eff8,#f7f5f2)}.service-card:hover{border-color:var(--coral);transform:translateY(-7px);box-shadow:0 20px 38px #76605218}.service-card-popular{border-color:var(--coral)}.popular-label{background:var(--coral);color:#fff;border-radius:999px;padding:5px 14px;font-size:.57rem;font-weight:760;position:absolute;top:-13px;right:18px}.service-icon{width:40px;height:40px;color:var(--coral);border:1px solid;border-radius:10px;place-items:center;margin-bottom:22px;font-size:1.1rem;display:grid}.service-card:nth-child(3) .service-icon{color:var(--blue-bright)}.service-card small{color:var(--muted);letter-spacing:.16em;font-size:.52rem}.service-card h3{font-family:var(--serif);margin:3px 0 8px;font-size:1.12rem;font-weight:600}.service-card p{color:var(--muted);margin:0;font-size:.67rem;line-height:1.7}.service-card>a{border:1px solid #9e9589;border-radius:50%;place-items:center;width:38px;height:38px;margin-top:auto;margin-left:auto;transition:background .22s,color .22s,transform .22s;display:grid}.service-card>a:hover{background:var(--ink);color:#fff;transform:rotate(8deg)}.process{min-width:0}.process-line{grid-template-columns:repeat(6,minmax(66px,1fr));margin:34px 0 0;padding:0;list-style:none;display:grid;position:relative}.process-line:before{content:"";background:var(--line-strong);transform-origin:0;height:1px;animation:1.2s both timeline-grow;animation-timeline:view();animation-range:entry 10% cover 45%;position:absolute;top:16px;left:5%;right:5%}@keyframes timeline-grow{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.process-line li{z-index:2;text-align:center;min-width:0;padding:0 7px;position:relative}.process-line li>span{background:var(--paper);width:33px;height:33px;font-family:var(--serif);border:1px solid #aaa094;border-radius:50%;place-items:center;margin:0 auto 16px;font-size:.62rem;display:grid}.process-line h3{font-family:var(--serif);white-space:nowrap;margin:0 0 5px;font-size:.78rem;font-weight:650}.process-line p{color:var(--muted);margin:0;font-size:.55rem;line-height:1.55}.about{background:radial-gradient(circle at 80% 10%,#d9e7f059,#0000 31%),linear-gradient(135deg,#fffaf4,#f2e8dc);grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);align-items:center;gap:clamp(48px,7vw,120px);display:grid}.about-statement h2{font-family:var(--serif);letter-spacing:-.035em;margin:0;font-size:clamp(2.5rem,4.5vw,5.1rem);font-weight:500;line-height:1.18}.about-statement h2 span{color:var(--coral)}.about-copy{border-left:1px solid var(--line-strong);padding:34px 0 34px clamp(24px,3vw,52px)}.about-copy p{color:#4d4c47;margin:0 0 18px;font-size:.88rem;line-height:1.9}.faq{background:#fffaf5a8}.faq-list{border-top:1px solid var(--line)}.faq-item{border-bottom:1px solid var(--line)}.faq-item summary{cursor:pointer;font-family:var(--serif);grid-template-columns:64px 1fr;align-items:center;padding:26px 50px 26px 0;font-size:1.05rem;font-weight:600;list-style:none;display:grid;position:relative}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary>span{color:var(--coral);font-family:var(--sans);letter-spacing:.14em;font-size:.62rem}.faq-item summary>i{color:var(--coral);font-size:1.2rem;font-style:normal;font-weight:400;transition:transform .22s;position:absolute;right:10px}.faq-item[open] summary>i{transform:rotate(45deg)}.faq-item>p{max-width:780px;color:var(--muted);margin:-8px 0 26px 64px;font-size:.8rem;line-height:1.8}.contact{background:radial-gradient(circle at 5% 120%,#f1bda33d 0 120px,#0000 121px),linear-gradient(135deg,#f8eee4,#fffaf5);border:0;border-radius:30px 30px 0 0;grid-template-columns:1fr 1.05fr .85fr;align-items:center;gap:clamp(30px,5vw,84px);display:grid;position:relative}.contact-copy>p:not(.eyebrow),.contact-question p{color:var(--muted);margin:16px 0 0;font-size:.94rem;line-height:1.85}.contact-question{align-items:center;gap:24px;display:flex}.mail-icon{color:#5f6c77;font-family:var(--serif);font-size:3.7rem;line-height:1}.contact-question h3{font-family:var(--serif);margin:0;font-size:1.2rem}.contact-actions{flex-direction:column;align-items:flex-start;gap:14px;display:flex}.site-footer{width:min(var(--page-width), calc(100% - 2 * var(--page-inline)));border-top:1px solid var(--line);grid-template-columns:1.2fr 1fr auto;align-items:center;gap:24px;min-height:150px;margin:0 auto;padding:36px clamp(20px,4vw,68px);display:grid}.site-footer>p{color:var(--muted);font-size:.68rem}.site-footer>div{gap:22px;display:flex}.site-footer>div a{letter-spacing:.12em;font-size:.66rem;font-weight:720}.site-footer>small{color:#959088;letter-spacing:.12em;grid-column:1/-1;font-size:.5rem}.case-header,.case-footer,.case-main{width:min(var(--page-width), calc(100% - 2 * var(--page-inline)));margin:0 auto}.case-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:30px;min-height:82px;display:flex}.case-back{align-items:center;gap:22px;font-size:.68rem;font-weight:750;display:inline-flex}.case-back span{font-size:1rem}.case-main{background:#fffaf54a}.case-hero{border-bottom:1px solid var(--line);grid-template-columns:minmax(420px,1.15fr) minmax(300px,.55fr);align-items:end;gap:clamp(52px,9vw,150px);min-height:560px;padding:clamp(78px,8vw,132px) clamp(20px,4vw,68px) clamp(56px,7vw,96px);display:grid}.case-hero-copy .script-line{margin:32px 0 16px;font-size:clamp(1.65rem,3.5vw,3.6rem);animation:none}.case-hero h1{font-family:var(--serif);letter-spacing:-.06em;margin:0;font-size:clamp(4.2rem,9vw,9.6rem);font-weight:500;line-height:.95}.case-hero-copy>p:last-of-type{max-width:600px;color:var(--muted);margin:34px 0 0;font-size:clamp(.9rem,1.3vw,1.12rem);line-height:1.9}.case-hero-actions{align-items:center;gap:18px;margin-top:30px;display:flex}.case-hero-actions>small{color:var(--muted);font-size:.58rem}.case-facts{border-top:1px solid var(--line-strong);margin:0}.case-facts>div{border-bottom:1px solid var(--line);grid-template-columns:82px 1fr;gap:16px;padding:20px 0;display:grid}.case-facts dt{color:var(--coral-deep);letter-spacing:.15em;font-size:.48rem;font-weight:800}.case-facts dd{margin:0;font-size:.72rem;font-weight:650}.case-cover{background:radial-gradient(circle at 90% 10%,#c8dbeb73 0 170px,#0000 171px),linear-gradient(135deg,#dce8f4,#e9e0f2);margin:0;padding:clamp(58px,8vw,124px) clamp(20px,7vw,118px) 36px}.case-cover-browser{max-width:1240px;margin:0 auto}.case-cover figcaption{color:#5a5650;letter-spacing:.08em;max-width:1240px;margin:18px auto 0;font-size:.54rem;font-weight:650}.case-overview,.case-direction,.case-flow,.case-next{border-bottom:1px solid var(--line);padding:clamp(76px,9vw,144px) clamp(20px,6vw,104px)}.case-overview{grid-template-columns:minmax(350px,.9fr) minmax(360px,.72fr);gap:clamp(64px,12vw,200px);display:grid}.case-overview h2,.case-section-heading h2,.case-flow h2,.case-next h2{font-family:var(--serif);letter-spacing:-.04em;margin:0;font-size:clamp(2.7rem,5vw,5.7rem);font-weight:500;line-height:1.13}.case-overview-copy{padding-top:36px}.case-overview-copy p,.case-flow-copy>p:last-child,.case-next>div:last-child>p{color:var(--muted);margin:0 0 22px;font-size:.87rem;line-height:1.95}.case-section-heading{margin-bottom:clamp(38px,6vw,76px)}.case-section-heading h2{font-size:clamp(2.6rem,4.2vw,4.8rem)}.case-direction-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.case-direction-grid article{border:1px solid #cfc4b8;border-radius:22px;flex-direction:column;min-height:260px;padding:clamp(26px,3vw,42px);display:flex}.case-direction-grid article:first-child{background:#f5d6c7}.case-direction-grid article:nth-child(2){background:#dcece3}.case-direction-grid article:nth-child(3){background:#dce8f4}.case-direction-grid span{color:#5a5650;font-family:var(--serif);font-size:.8rem}.case-direction-grid h3{font-family:var(--serif);margin:auto 0 10px;font-size:1.55rem}.case-direction-grid p{color:#55534d;margin:0;font-size:.72rem;line-height:1.8}.case-flow{background:radial-gradient(circle at 8% 80%,#ffc7aa38 0 130px,#0000 131px),linear-gradient(135deg,#fffaf5,#f4eadf);grid-template-columns:minmax(320px,.75fr) minmax(480px,1.1fr);align-items:center;gap:clamp(58px,9vw,150px);display:grid}.case-flow h2{margin-bottom:28px;font-size:clamp(2.6rem,4.6vw,5.2rem)}.case-flow-list{border-top:1px solid var(--line-strong);margin:0;padding:0;list-style:none}.case-flow-list li{border-bottom:1px solid var(--line);grid-template-columns:58px 1fr auto;align-items:center;gap:20px;padding:24px 0;display:grid}.case-flow-list span{color:var(--coral-deep);font-size:.55rem;font-weight:800}.case-flow-list strong{font-family:var(--serif);font-size:1.12rem}.case-flow-list small{color:var(--muted);font-size:.62rem}.case-next{background:radial-gradient(circle at 92% 20%,#ffd4c055 0 150px,#0000 151px),linear-gradient(135deg,#f4e6d9,#fffaf5);border-bottom:0;grid-template-columns:minmax(380px,1fr) minmax(340px,.68fr);align-items:end;gap:clamp(60px,11vw,180px);display:grid}.case-next h2{font-size:clamp(2.8rem,5vw,5.7rem)}.case-next-actions{align-items:center;gap:26px;margin-top:28px;display:flex}.case-footer{border-top:1px solid var(--line);grid-template-columns:1fr auto;align-items:center;gap:24px;min-height:170px;padding:36px clamp(20px,4vw,68px);display:grid}.case-footer>a{font-size:.68rem;font-weight:750}.case-footer small{color:#959088;letter-spacing:.12em;grid-column:1/-1;font-size:.5rem}.reveal{opacity:0;transition:opacity .76s,transform .76s cubic-bezier(.22,.8,.2,1);transform:translateY(28px)}.reveal.is-visible{opacity:1;transform:none}.service-card.reveal:nth-child(2),.process-line li.reveal:nth-child(2){transition-delay:70ms}.service-card.reveal:nth-child(3),.process-line li.reveal:nth-child(3){transition-delay:.14s}.process-line li.reveal:nth-child(4){transition-delay:.21s}.process-line li.reveal:nth-child(5){transition-delay:.28s}.process-line li.reveal:nth-child(6){transition-delay:.35s}@media (max-width:1320px){.site-header{grid-template-columns:minmax(225px,1fr) auto minmax(260px,1fr)}.desktop-nav{gap:25px}.header-actions{gap:15px}.line-link{display:none}.hero{grid-template-columns:minmax(390px,.9fr) minmax(0,1.1fr);gap:38px}.hero h1{font-size:clamp(2.7rem,4.2vw,4rem)}.services-process-shell{grid-template-columns:1fr}.process{padding-top:10px}.process-line p{font-size:.62rem}}@media (max-width:1040px){.site-header{grid-template-columns:1fr auto}.desktop-nav,.header-actions>.pill-button{display:none}.hero{grid-template-columns:1fr;height:auto;min-height:0;padding:58px 0 64px}.hero-copy{max-width:720px;padding:0 clamp(20px,6vw,68px)}.hero-stage{width:calc(100% - clamp(40px,8vw,96px));height:540px;margin:16px auto 0}.hero-orbit-center{top:520px;left:78%}.mega-menu{padding-top:96px}.mega-menu-intro{grid-template-columns:1fr;gap:18px}.mega-menu-intro>p{max-width:560px}.featured-work{grid-template-columns:minmax(270px,.72fr) minmax(400px,1.28fr)}.featured-work-copy{padding:38px}.about{grid-template-columns:1fr}.about-copy{max-width:700px}.contact{grid-template-columns:1fr 1fr}.contact-actions{flex-direction:row;grid-column:1/-1;align-items:center}.case-hero{grid-template-columns:1fr;gap:62px}.case-facts{max-width:640px}.case-overview,.case-flow,.case-next{grid-template-columns:1fr;gap:46px}.case-overview-copy,.case-next>div:last-child{max-width:680px}}@media (max-width:860px){:root{--page-inline:clamp(18px, 5vw, 34px)}html{scroll-padding-top:72px}.site-header{width:calc(100% - 2 * var(--page-inline))}.brand-x{font-size:2.2rem}.brand-name b{font-size:.75rem}.header-actions{gap:0}.mega-menu{padding:92px var(--page-inline) 24px}.mega-menu-shell{min-height:calc(100svh - 116px)}.mega-menu-intro{margin-bottom:28px}.mega-menu-intro h2{font-size:clamp(2.3rem,8vw,3.8rem)}.mega-menu-intro>p{font-size:.74rem}.mega-menu-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.mega-menu-card{min-height:150px}.hero{width:calc(100% - 2 * var(--page-inline));padding:42px 0 56px}.hero-copy{padding:0}.script-line{font-size:clamp(1.2rem,6.5vw,2rem)}.hero h1{font-size:clamp(2.35rem,10.8vw,4.15rem);line-height:1.18}.hero-description{font-size:.82rem}.hero-buttons{flex-direction:column;align-items:flex-start;gap:18px}.hero-buttons .pill-button{width:min(100%,300px)}.hero-stage,.hero-orbit-center{display:none}.browser-window{inset:2% 3% 9% 0}.mobile-preview{border-width:4px;border-radius:22px;width:25%;min-width:105px;height:47%;min-height:190px;right:0}.capability-card{width:132px;min-height:82px;padding:14px;bottom:5%;right:2%}.section-shell,.services-process-shell,.site-footer{width:calc(100% - 2 * var(--page-inline))}.section-shell,.services-process-shell{padding-left:0;padding-right:0}.section-intro{grid-template-columns:1fr;gap:16px}.section-intro>p{justify-self:start}.featured-work{grid-template-columns:1fr}.featured-work-secondary .featured-work-copy,.featured-work-secondary .featured-work-visual{grid-area:auto}.featured-work-secondary .featured-work-copy{border-left:0}.featured-work-copy{border-bottom:1px solid #d7cabe;border-right:0;min-height:390px;padding:34px 28px}.featured-work-visual{min-height:390px;padding:38px 28px 72px}.xsheng-project-preview{min-height:270px;padding:18px}.xsheng-project-preview-body{grid-template-columns:minmax(0,.95fr) minmax(120px,1.05fr);gap:18px;min-height:195px}.xsheng-project-preview-window{min-height:170px}.xsheng-project-preview-large{min-height:470px;padding:24px}.xsheng-project-preview-large .xsheng-project-preview-body{min-height:370px}.xsheng-project-preview-large .xsheng-project-preview-window{min-height:290px}.anju-project-preview{min-height:280px;padding:18px}.anju-preview-nav{grid-template-columns:1fr auto}.anju-preview-nav>span{display:none}.anju-preview-body{grid-template-columns:minmax(0,1fr) minmax(150px,.8fr);gap:18px;min-height:210px}.anju-preview-art{min-height:180px}.anju-project-preview-large{min-height:470px;padding:24px}.anju-project-preview-large .anju-preview-body{min-height:370px}.anju-project-preview-large .anju-preview-art{min-height:290px}.anju-brand-preview{min-height:340px}.anju-brand-preview .anju-preview-nav{grid-template-columns:1fr auto}.anju-brand-preview-copy{max-width:76%}.anju-brand-preview-large{min-height:620px}.anju-editorial{padding-left:0;padding-right:0}.anju-editorial-intro,.anju-editorial-service{grid-template-columns:1fr}.anju-editorial-service{margin-top:110px}.anju-editorial-image,.anju-editorial-image-wide{min-height:min(105vw,620px)}.work-visual-arrow{bottom:20px;right:22px}.case-header,.case-footer,.case-main{width:calc(100% - 2 * var(--page-inline))}.case-header .brand-name small{display:none}.case-hero{min-height:auto;padding-left:0;padding-right:0}.case-hero h1{font-size:clamp(3.8rem,18vw,7rem)}.case-cover{padding:44px 18px 28px}.case-overview,.case-direction,.case-flow,.case-next{padding-left:0;padding-right:0}.case-direction-grid{grid-template-columns:1fr}.case-direction-grid article{min-height:210px}.case-flow-list li{grid-template-columns:42px 1fr}.case-flow-list small{grid-column:2}.case-next-actions{flex-direction:column;align-items:flex-start}.case-footer{padding-left:0;padding-right:0}.service-cards{grid-template-columns:1fr}.service-card{min-height:220px}.process-line{grid-template-columns:1fr;gap:0}.process-line:before{transform-origin:top;width:1px;height:auto;top:16px;bottom:16px;left:16px}@keyframes timeline-grow{0%{transform:scaleY(0)}to{transform:scaleY(1)}}.process-line li{text-align:left;min-height:92px;padding:0 0 20px 55px}.process-line li>span{margin:0;position:absolute;top:0;left:0}.process-line h3{font-size:.9rem}.process-line p{max-width:300px;font-size:.68rem}.about{gap:36px}.about-statement h2{font-size:clamp(2.25rem,10vw,4.1rem)}.about-copy{padding:0 0 0 22px}.contact{border-radius:24px 24px 0 0;grid-template-columns:1fr;padding:48px 24px}.contact-actions{flex-direction:column;grid-column:auto;align-items:flex-start}.site-footer{grid-template-columns:1fr}.site-footer>small{grid-column:auto}}@media (max-width:560px){.brand-name b{letter-spacing:.08em}.brand-name small{letter-spacing:.24em}.menu-button{width:42px}.line-floating{min-height:58px;padding-right:16px;bottom:14px;right:14px}.line-floating-icon{width:41px;height:41px}.mega-menu{padding-top:86px}.mega-menu-intro .script-line{font-size:1.8rem}.mega-menu-intro h2{font-size:clamp(2rem,10.5vw,3rem)}.mega-menu-intro>p{display:none}.mega-menu-grid{grid-template-columns:1fr;gap:10px}.mega-menu-card{border-radius:16px;min-height:116px;padding:17px 18px}.mega-menu-card:after{top:-76px}.mega-menu-footer{flex-direction:column;align-items:flex-start;gap:8px}.hero-stage{height:350px}.browser-window{right:2%}.blank-site-nav{gap:8px;top:15px;left:14px;right:14px}.blank-site-copy{width:44%;left:6%}.blank-site-art{width:42%;right:3%}.mobile-preview{width:29%;min-width:90px;min-height:160px;padding:7px}.mobile-canvas{padding:25px 8px 8px}.capability-card{display:none}.featured-work-copy{min-height:370px;padding:28px 22px}.featured-work-number{flex-direction:column;align-items:flex-start;gap:8px}.featured-work-visual{min-height:290px;padding:28px 18px 70px}.xsheng-project-preview{min-height:240px;padding:14px}.xsheng-project-preview-header span{font-size:.56rem}.xsheng-project-preview-body{grid-template-columns:1fr;min-height:170px;padding-top:22px}.xsheng-project-preview-window{display:none}.xsheng-project-preview-body strong{font-size:clamp(1.4rem,7vw,2.2rem)}.xsheng-project-preview-large{min-height:400px;padding:18px}.xsheng-project-preview-large .xsheng-project-preview-body{grid-template-columns:1fr;min-height:300px}.xsheng-project-preview-large .xsheng-project-preview-window{min-height:180px;display:block}.anju-project-preview{min-height:250px;padding:14px}.anju-preview-nav strong{font-size:.58rem}.anju-preview-nav>b{min-height:28px;padding:0 10px}.anju-preview-body{grid-template-columns:1fr;min-height:180px;padding-top:24px}.anju-preview-body strong{font-size:clamp(1.55rem,8vw,2.35rem)}.anju-preview-art{display:none}.anju-project-preview-large{min-height:520px;padding:18px}.anju-project-preview-large .anju-preview-body{grid-template-columns:1fr;min-height:410px}.anju-project-preview-large .anju-preview-art{min-height:210px;display:block}.anju-brand-preview{min-height:300px}.anju-brand-preview .anju-preview-nav{min-height:48px;padding:0 15px}.anju-brand-preview .anju-preview-nav strong{font-size:.84rem}.anju-brand-preview-copy{max-width:86%;bottom:52px;left:20px}.anju-brand-preview-copy strong{font-size:clamp(1.65rem,9vw,2.65rem)}.anju-brand-preview-copy>span{margin-top:16px}.anju-brand-preview>p{font-size:.4rem;bottom:13px;right:14px}.anju-brand-preview-large{min-height:560px}.anju-brand-preview-large .anju-preview-nav{min-height:58px;padding:0 18px}.anju-brand-preview-large .anju-brand-preview-copy{bottom:80px;left:24px}.anju-brand-preview-large .anju-brand-preview-copy strong{font-size:clamp(2.35rem,13vw,3.8rem)}.anju-editorial{padding-top:76px;padding-bottom:76px}.anju-editorial article{gap:34px}.anju-editorial-service{margin-top:88px}.anju-editorial h2{font-size:clamp(2.25rem,12vw,3.35rem)}.anju-editorial-image,.anju-editorial-image-wide{min-height:390px}.work-browser,.case-cover-browser{border-width:5px;border-radius:12px}.work-browser-bar{height:28px}.case-header{min-height:72px}.case-header .brand-name{display:none}.case-back{gap:10px}.case-hero{gap:44px;padding-top:66px}.case-hero-actions{flex-direction:column;align-items:flex-start;gap:10px}.case-facts>div{grid-template-columns:70px 1fr}.case-overview h2,.case-section-heading h2,.case-flow h2,.case-next h2{font-size:clamp(2.35rem,12vw,3.4rem)}.case-flow-list li{gap:12px}.case-footer{grid-template-columns:1fr}.case-footer small{grid-column:auto}.faq-item summary{grid-template-columns:45px 1fr;font-size:.93rem}.faq-item>p{margin-left:45px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.reveal{opacity:1;transform:none}}:where(a,button,summary):focus-visible{outline:3px solid var(--blue-bright);outline-offset:4px}.hero-kicker{color:#777169;letter-spacing:.18em;margin:0 0 14px;font-size:.58rem;font-weight:760}.hero-note{color:#6f6962;max-width:560px;margin:16px 0 0;font-size:.78rem;line-height:1.7;animation:.76s .43s both copy-enter}.mega-menu{z-index:120;padding-top:28px}.mega-menu-shell{min-height:calc(100svh - 56px)}.mega-menu-top{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.mega-menu-close{width:58px;height:58px;color:var(--ink);background:0 0;border:0;place-items:center;padding:0;display:grid}.mega-menu-close>span{font-family:var(--sans);font-size:3.3rem;font-weight:250;line-height:.55}.mega-menu-close>small{letter-spacing:.16em;font-size:.48rem;font-weight:760}.contact .line-link,.case-next .line-link{display:inline-flex}.site-footer>div{flex-wrap:wrap}.case-footer{grid-template-columns:1.2fr auto auto}.case-footer>small{grid-column:1/-1}.cookie-consent{z-index:300;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffdf9f7;border:1px solid #cfc5b9;border-radius:18px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:24px;width:min(780px,100% - 48px);margin:0 auto;padding:20px 22px;display:grid;position:fixed;bottom:24px;left:24px;right:24px;box-shadow:0 22px 70px #3d302430}.cookie-consent strong{font-family:var(--serif);font-size:1.1rem}.cookie-consent p{color:var(--muted);margin:5px 0 0;font-size:.72rem;line-height:1.7}.cookie-consent a{border-bottom:1px solid #8c857b;margin-top:5px;font-size:.64rem;font-weight:700;display:inline-block}.cookie-consent-actions{align-items:center;gap:10px;display:flex}.cookie-consent-actions button{min-height:42px;color:var(--ink);background:0 0;border:1px solid #a9a095;border-radius:999px;padding:0 17px;font-size:.68rem;font-weight:720}.cookie-consent-actions .cookie-consent-accept{border-color:var(--coral);background:var(--coral);color:#fff}.cookie-settings{z-index:110;min-height:36px;color:var(--muted);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffdf9e8;border:1px solid #a9a095;border-radius:999px;padding:0 13px;font-size:.58rem;font-weight:720;position:fixed;bottom:14px;left:14px;box-shadow:0 8px 24px #3d302418}.utility-header,.utility-footer,.privacy-main,.landing-header,.landing-main,.landing-footer{width:min(var(--page-width), calc(100% - 2 * var(--page-inline)));margin-left:auto;margin-right:auto}.utility-header,.landing-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:24px;min-height:72px;display:flex}.utility-header>a:last-child{font-size:.7rem;font-weight:720}.utility-brand{align-items:center;gap:12px;display:inline-flex}.utility-brand>span{color:var(--coral);font-family:var(--serif);font-size:2.55rem;line-height:1;transform:scaleX(.78)}.utility-brand>strong{letter-spacing:.12em;flex-direction:column;font-size:.83rem;display:flex}.utility-brand small{color:var(--muted);letter-spacing:.27em;font-size:.43rem;font-weight:650}.utility-footer,.landing-footer{border-top:1px solid var(--line);min-height:110px;color:var(--muted);letter-spacing:.08em;justify-content:space-between;align-items:center;gap:24px;padding:28px clamp(20px,4vw,68px);font-size:.58rem;display:flex}.utility-page{min-height:calc(100svh - 1px);padding:40px var(--page-inline);place-items:center;display:grid}.utility-card{border:1px solid var(--line);background:linear-gradient(135deg,#fffdf9,#f5e8dc);border-radius:28px;width:min(760px,100%);padding:clamp(34px,7vw,90px)}.utility-card h1{font-family:var(--serif);margin:12px 0 20px;font-size:clamp(2.5rem,6vw,5.4rem);font-weight:520;line-height:1.12}.utility-card>p:not(.eyebrow){max-width:560px;color:var(--muted)}.utility-actions{flex-wrap:wrap;align-items:center;gap:24px;margin-top:32px;display:flex}.utility-actions>a:last-child{border-bottom:1px solid #8c857b;font-size:.72rem;font-weight:700}.privacy-main{padding:clamp(70px,8vw,130px) clamp(20px,7vw,120px)}.privacy-hero{border-bottom:1px solid var(--line);max-width:850px;padding-bottom:clamp(48px,7vw,90px)}.privacy-hero h1{font-family:var(--serif);margin:8px 0 24px;font-size:clamp(3.2rem,7vw,7rem);font-weight:520;line-height:1}.privacy-hero>p:not(.eyebrow){max-width:720px;color:var(--muted);margin:0;font-size:.88rem;line-height:1.9}.privacy-hero small{color:#8d877e;margin-top:20px;font-size:.62rem;display:block}.privacy-content{max-width:900px;margin-left:auto}.privacy-content section{border-bottom:1px solid var(--line);padding:42px 0}.privacy-content h2{font-family:var(--serif);margin:0 0 14px;font-size:clamp(1.55rem,2.6vw,2.4rem);font-weight:560}.privacy-content p{color:var(--muted);margin:0 0 12px;font-size:.82rem;line-height:1.95}.privacy-content a{border-bottom:1px solid var(--coral);color:var(--ink);overflow-wrap:anywhere;margin:0 5px;font-weight:720}.landing-header{z-index:90;background:color-mix(in srgb, var(--paper-bright) 88%, transparent);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);position:sticky;top:0}.landing-header nav{align-items:center;gap:34px;display:flex}.landing-header nav>a{font-size:.7rem;font-weight:720}.landing-header .landing-header-cta{background:var(--coral);color:#fff;border-radius:999px;align-items:center;min-height:42px;padding:0 20px;display:inline-flex}.landing-main{display:block}.landing-hero{border-bottom:1px solid var(--line);grid-template-columns:minmax(0,1.12fr) minmax(360px,.88fr);align-items:center;gap:clamp(50px,8vw,140px);min-height:650px;max-height:720px;padding:clamp(66px,8vw,110px) clamp(20px,5vw,78px);display:grid}.landing-kicker{color:var(--coral-deep);letter-spacing:.16em;margin:0 0 22px;font-size:.62rem;font-weight:800}.landing-hero h1{max-width:880px;font-family:var(--serif);letter-spacing:-.04em;margin:0;font-size:clamp(3.3rem,5.4vw,6rem);font-weight:520;line-height:1.08}.landing-hero h1 span{display:inline-block;position:relative}.landing-hero h1 span:after{content:"";background:var(--coral);border-radius:999px;height:4px;position:absolute;bottom:2px;left:8%;right:0;transform:rotate(-1.4deg)}.landing-hero-copy>p:not(.landing-kicker){max-width:690px;color:var(--muted);margin:28px 0 0;font-size:.9rem;line-height:1.9}.landing-actions{flex-wrap:wrap;align-items:center;gap:26px;margin-top:30px;display:flex}.landing-actions>a:last-child{border-bottom:1px solid #8c857b;padding-bottom:3px;font-size:.73rem;font-weight:740}.landing-hero-copy>small{color:#827c74;margin-top:14px;font-size:.64rem;display:block}.landing-scope{background:radial-gradient(circle at 100% 0,#ffd2c4 0 90px,#0000 91px),linear-gradient(145deg,#fffaf5,#f4e7dc);border:1px solid #d9cdbf;border-radius:28px;padding:clamp(30px,4vw,54px);box-shadow:0 28px 70px #6b4d3820}.landing-scope h2{max-width:440px;font-family:var(--serif);margin:8px 0 28px;font-size:clamp(2rem,3.3vw,3.4rem);font-weight:540;line-height:1.16}.landing-scope ol{margin:0;padding:0;list-style:none}.landing-scope li{border-top:1px solid #d8cbbf;grid-template-columns:44px 1fr;align-items:center;gap:12px;min-height:54px;display:grid}.landing-scope li span{color:var(--coral);font-size:.58rem;font-weight:800}.landing-scope li strong{font-family:var(--serif);font-size:1rem}.landing-fit,.landing-services,.landing-case,.landing-process,.landing-faq,.landing-contact{border-bottom:1px solid var(--line);padding:clamp(72px,8vw,128px) clamp(20px,5vw,78px)}.landing-section-heading{max-width:850px;margin-bottom:clamp(38px,5vw,70px)}.landing-section-heading h2{font-family:var(--serif);letter-spacing:-.03em;margin:8px 0 0;font-size:clamp(2.5rem,4.2vw,4.8rem);font-weight:520;line-height:1.13}.landing-fit-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.landing-fit-grid article{background:#fffaf5;border:1px solid #d9cfc4;border-radius:22px;min-height:290px;padding:32px}.landing-fit-grid article:nth-child(2){background:#f5ead2}.landing-fit-grid article:nth-child(3){background:#dcece3}.landing-fit-grid span,.landing-services-list article>span{color:var(--coral);letter-spacing:.12em;font-size:.58rem;font-weight:800}.landing-fit-grid h3{font-family:var(--serif);margin:86px 0 12px;font-size:1.6rem;font-weight:580}.landing-fit-grid p{color:var(--muted);margin:0;font-size:.76rem;line-height:1.85}.landing-services-list{border-top:1px solid var(--line-strong)}.landing-services-list article{border-bottom:1px solid var(--line);grid-template-columns:70px minmax(230px,.65fr) minmax(300px,1fr) auto;align-items:center;gap:28px;min-height:150px;padding:30px 0;display:grid}.landing-services-list h3{font-family:var(--serif);margin:0;font-size:clamp(1.5rem,2.3vw,2.4rem);font-weight:560}.landing-services-list p{max-width:650px;color:var(--muted);margin:0;font-size:.76rem;line-height:1.85}.landing-services-list a{white-space:nowrap;border-bottom:1px solid #8c857b;padding-bottom:3px;font-size:.68rem;font-weight:720}.landing-case{background:linear-gradient(135deg,#edf3f9,#eee6f4);grid-template-columns:minmax(320px,.78fr) minmax(500px,1.22fr);align-items:center;gap:clamp(46px,7vw,120px);display:grid}.landing-case-copy h2{font-family:var(--serif);margin:8px 0 18px;font-size:clamp(2.4rem,4vw,4.5rem);font-weight:520;line-height:1.12}.landing-case-copy>p:not(.eyebrow){max-width:580px;color:var(--muted);font-size:.8rem;line-height:1.9}.landing-case-copy dl{border-top:1px solid #bfc8d1;margin:30px 0}.landing-case-copy dl>div{border-bottom:1px solid #bfc8d1;grid-template-columns:90px 1fr;align-items:center;gap:18px;min-height:58px;display:grid}.landing-case-copy dt{color:#68737d;letter-spacing:.12em;font-size:.56rem;font-weight:760}.landing-case-copy dd{margin:0;font-size:.72rem;font-weight:700}.landing-case-actions{flex-wrap:wrap;align-items:center;gap:24px;display:flex}.landing-case-actions a{border-bottom:1px solid #69727b;padding-bottom:3px;font-size:.7rem;font-weight:740}.landing-case-visual{background:#fff;border:1px solid #bdcbd7;border-radius:24px;min-width:0;padding:clamp(16px,3vw,38px);transition:transform .26s,box-shadow .26s;box-shadow:0 30px 70px #455b7029}.landing-case-visual:hover{transform:translateY(-6px);box-shadow:0 38px 85px #455b7035}.landing-case-visual img{border-radius:10px;width:100%;height:auto;display:block}.landing-process>ol{grid-template-columns:repeat(4,minmax(0,1fr));gap:0;margin:0;padding:0;list-style:none;display:grid}.landing-process li{border-top:1px solid var(--line-strong);border-right:1px solid var(--line);min-height:240px;padding:30px}.landing-process li:last-child{border-right:0}.landing-process li>span{color:var(--coral);font-size:.58rem;font-weight:800}.landing-process strong{font-family:var(--serif);margin-top:74px;font-size:1.25rem;display:block}.landing-process li p{color:var(--muted);margin:10px 0 0;font-size:.73rem;line-height:1.8}.landing-faq>div:last-child{border-top:1px solid var(--line-strong)}.landing-faq details{border-bottom:1px solid var(--line)}.landing-faq summary{cursor:pointer;min-height:88px;font-family:var(--serif);grid-template-columns:64px 1fr auto;align-items:center;gap:18px;font-size:1.1rem;font-weight:560;list-style:none;display:grid}.landing-faq summary::-webkit-details-marker{display:none}.landing-faq summary>span{color:var(--coral);font-family:var(--sans);font-size:.58rem}.landing-faq summary>i{font-family:var(--sans);font-style:normal;transition:transform .22s}.landing-faq details[open] summary>i{transform:rotate(45deg)}.landing-faq details p{max-width:800px;color:var(--muted);margin:-4px 0 30px 82px;font-size:.8rem;line-height:1.9}.landing-contact{background:radial-gradient(circle at 5% 120%,#f1bda355 0 160px,#0000 161px),linear-gradient(135deg,#f7e8dc,#fffaf5);border-radius:30px 30px 0 0;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);align-items:center;gap:clamp(40px,8vw,140px);display:grid}.landing-contact h2{max-width:850px;font-family:var(--serif);margin:8px 0 18px;font-size:clamp(2.7rem,4.6vw,5.2rem);font-weight:520;line-height:1.1}.landing-contact>div:first-child>p:not(.eyebrow){max-width:690px;color:var(--muted);font-size:.82rem;line-height:1.9}.landing-contact-actions{flex-direction:column;align-items:flex-start;gap:15px;display:flex}.landing-contact-actions>a:not(.pill-button){overflow-wrap:anywhere;border-bottom:1px solid #8c857b;font-size:.68rem;font-weight:720}.landing-contact-actions small{color:#7b756e;max-width:420px;font-size:.62rem;line-height:1.7}.landing-footer>div{gap:24px;display:flex}@media (max-width:1040px){.mega-menu{padding-top:24px}.landing-header nav>a:not(.landing-header-cta){display:none}.landing-hero{grid-template-columns:1fr;max-height:none}.landing-scope{max-width:720px}.landing-services-list article{grid-template-columns:55px minmax(200px,.7fr) 1fr}.landing-services-list article>a{grid-column:2}.landing-case{grid-template-columns:1fr}.landing-case-visual{max-width:900px}.landing-contact{grid-template-columns:1fr}}@media (max-width:860px){.mega-menu{padding:20px var(--page-inline) 24px}.mega-menu-shell{min-height:calc(100svh - 44px)}.mega-menu-top .brand-name small{display:none}.hero-kicker{line-height:1.7}.hero-note{max-width:360px}.case-footer{grid-template-columns:1fr auto}.case-footer>small{grid-column:1/-1}.privacy-main,.landing-fit,.landing-services,.landing-case,.landing-process,.landing-faq,.landing-contact{padding-left:0;padding-right:0}.landing-hero{min-height:0;padding:58px 0 72px}.landing-fit-grid{grid-template-columns:1fr}.landing-fit-grid article{min-height:230px}.landing-fit-grid h3{margin-top:50px}.landing-services-list article{grid-template-columns:46px 1fr;gap:14px 20px}.landing-services-list article>p,.landing-services-list article>a{grid-column:2}.landing-process>ol{grid-template-columns:1fr 1fr}.landing-process li:nth-child(2){border-right:0}.landing-process strong{margin-top:45px}}@media (max-width:560px){.mega-menu-top{margin-bottom:18px}.mega-menu-close{width:48px;height:48px}.mega-menu-close>span{font-size:2.8rem}.hero-description{line-height:1.85}.hero-note{font-size:.62rem}.site-footer{padding-bottom:100px}.case-footer{grid-template-columns:1fr}.case-footer>small{grid-column:auto}.cookie-consent{grid-template-columns:1fr;gap:16px;width:calc(100% - 24px);padding:18px;bottom:12px;left:12px;right:12px}.cookie-consent-actions{justify-content:flex-end}.utility-brand>strong{font-size:.72rem}.utility-brand small{display:none}.utility-footer,.landing-footer{flex-direction:column;align-items:flex-start}.landing-header{gap:12px}.landing-header .landing-header-cta{min-height:40px;padding:0 13px;font-size:.6rem}.landing-kicker{line-height:1.7}.landing-hero h1{font-size:clamp(2.75rem,14vw,4.2rem)}.landing-actions{flex-direction:column;align-items:flex-start}.landing-actions .pill-button{width:100%}.landing-scope{padding:28px 22px}.landing-section-heading h2{font-size:clamp(2.35rem,11vw,3.4rem)}.landing-case{gap:36px}.landing-case-copy dl>div{grid-template-columns:78px 1fr}.landing-case-actions{flex-direction:column;align-items:flex-start;gap:14px}.landing-case-visual{border-radius:16px;padding:12px}.landing-process>ol{grid-template-columns:1fr}.landing-process li,.landing-process li:nth-child(2){border-right:0;min-height:190px}.landing-faq summary{grid-template-columns:42px 1fr auto;font-size:.94rem}.landing-faq details p{margin-left:60px}.landing-contact h2{font-size:clamp(2.45rem,12vw,3.6rem)}.landing-contact-actions .pill-button{width:100%}.landing-footer>div{flex-wrap:wrap}}.hero-mobile-break{display:none}.line-floating{transition:opacity .22s,visibility .22s,transform .24s cubic-bezier(.22,.8,.2,1),box-shadow .24s}.line-floating.is-hidden{visibility:hidden;opacity:0;pointer-events:none;animation:none;transform:translateY(14px)scale(.94)}@media (max-width:560px){.hero-mobile-break{display:block}.line-floating{right:calc(10px + env(safe-area-inset-right,0px));bottom:calc(10px + env(safe-area-inset-bottom,0px));-webkit-backdrop-filter:blur(10px);background:#06c755d9;border-width:1px;border-color:#ffffffc9;gap:6px;width:88px;height:44px;min-height:44px;padding:4px 8px 4px 4px;box-shadow:0 10px 24px #0a5d2e2e,0 0 0 1px #058c3d14}.line-floating-icon{flex:0 0 34px;width:34px;height:34px;font-size:.48rem}.line-floating-copy small{display:none}.line-floating-copy strong{white-space:nowrap;font-size:.58rem}.line-floating-copy strong span{display:none}.mega-menu{padding-bottom:calc(24px + env(safe-area-inset-bottom,0px))}.site-footer{padding-bottom:calc(40px + env(safe-area-inset-bottom,0px))}.case-footer{padding-bottom:calc(36px + env(safe-area-inset-bottom,0px))}}.pill-button{font-size:.94rem}.hero-kicker{font-size:.72rem}.hero-description{font-size:1.05rem}.section-intro>p,.featured-work-summary,.service-card p,.about-copy p,.faq-item>p{font-size:1rem}.privacy-hero>p:not(.eyebrow),.privacy-content p,.landing-hero-copy>p:not(.landing-kicker),.landing-fit-grid p,.landing-services-list p,.landing-case-copy>p:not(.eyebrow),.landing-process li p,.landing-faq details p,.landing-contact>div:first-child>p:not(.eyebrow){font-size:1rem}.contact{grid-template-columns:minmax(280px,.76fr) minmax(520px,1.24fr);align-items:start;gap:clamp(42px,7vw,112px);padding-top:clamp(70px,7vw,112px);padding-bottom:clamp(70px,7vw,112px)}.contact-copy{position:sticky;top:110px}.contact-copy>p:not(.eyebrow){max-width:560px;margin-top:22px;font-size:1rem;line-height:1.9}.contact-direct{background:#fffaf5c7;border:1px solid #d9cabc;border-radius:22px;margin-top:38px;padding:28px;box-shadow:0 18px 50px #694c3613}.contact-direct-label{color:var(--coral-deep);letter-spacing:.13em;font-size:.82rem;font-weight:800}.contact-direct h3{font-family:var(--serif);margin:10px 0 0;font-size:1.55rem;font-weight:620}.contact-direct blockquote{border-left:3px solid var(--coral);font-family:var(--serif);background:#ffebe3;margin:18px 0 22px;padding:12px 16px;font-size:1.05rem;font-weight:600}.contact-direct .pill-button{width:100%}.contact-email-link{overflow-wrap:anywhere;border-bottom:1px solid #8c857b;margin-top:16px;font-size:.84rem;font-weight:700;display:inline-block}.project-inquiry-form{background:#fffdf9e8;border:1px solid #d4c4b5;border-radius:28px;padding:clamp(28px,4vw,52px);position:relative;box-shadow:0 28px 70px #5f453124}.form-honeypot{clip:rect(0 0 0 0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.project-inquiry-heading{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:30px;padding-bottom:24px;display:flex}.project-inquiry-heading h3{font-family:var(--serif);margin:0;font-size:clamp(2rem,3vw,3rem);font-weight:560;line-height:1.1}.project-inquiry-heading>span{color:var(--muted);white-space:nowrap;border:1px solid #b9afa3;border-radius:999px;padding:7px 12px;font-size:.74rem;font-weight:720}.project-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 18px;display:grid}.project-form-required-note{color:var(--muted);margin:-10px 0 24px;font-size:.82rem}.project-form-required-note span{color:var(--coral-deep);font-weight:800}.project-form-field{flex-direction:column;gap:9px;min-width:0;display:flex}.project-form-field-full{grid-column:1/-1}.project-form-field>span{font-size:.86rem;font-weight:760}.project-form-field b{color:var(--coral-deep);font-weight:800}.project-form-field input,.project-form-field select,.project-form-field textarea{width:100%;min-height:52px;color:var(--ink);background:#fff;border:1px solid #cfc5ba;border-radius:12px;outline:0;padding:0 15px;font-size:1rem;transition:border-color .18s,box-shadow .18s,background .18s}.project-form-field textarea{resize:vertical;min-height:142px;padding-top:14px;padding-bottom:14px;line-height:1.7}.project-form-field input::placeholder,.project-form-field textarea::placeholder{color:#8a857d}.project-form-field input:focus,.project-form-field select:focus,.project-form-field textarea:focus{border-color:var(--coral);background:#fffdf9;box-shadow:0 0 0 4px #ff5b3e1f}.project-form-consent{color:var(--muted);align-items:flex-start;gap:10px;margin-top:22px;font-size:.88rem;line-height:1.7;display:flex}.project-form-consent input{width:18px;height:18px;accent-color:var(--coral);flex:none;margin:3px 0 0}.project-form-consent a{border-bottom:1px solid var(--coral);color:var(--ink);margin-left:3px;font-weight:720}.project-form-submit{background:linear-gradient(135deg, #ff6c4f, var(--coral));color:#fff;border:0;border-radius:999px;justify-content:center;align-items:center;gap:26px;width:100%;min-height:56px;margin-top:24px;padding:0 22px;font-size:1rem;font-weight:800;transition:transform .2s,box-shadow .2s,opacity .2s;display:flex;box-shadow:0 14px 30px #ff5b3e2b}.project-form-submit:hover:not(:disabled),.project-form-submit:focus-visible{transform:translateY(-3px);box-shadow:0 18px 36px #ff5b3e3b}.project-form-submit:disabled{cursor:wait;opacity:.68}.project-form-status{text-align:center;flex-direction:column;align-items:center;gap:3px;min-height:27px;margin:13px 0 0;font-size:.84rem;font-weight:700;display:flex}.project-form-status strong{font-size:.96rem}.project-form-status-success{color:#08793b}.project-form-status-error{color:#b12d1f}.project-form-status-actions{justify-content:center;gap:10px;margin-top:9px;display:flex}.project-form-status-actions a{border:1px solid;border-radius:999px;align-items:center;gap:10px;min-height:42px;padding:0 15px;display:inline-flex}@media (max-width:1040px){.contact{grid-template-columns:minmax(250px,.75fr) minmax(460px,1.25fr);gap:42px}}@media (max-width:860px){.hero-description{font-size:1rem}.hero-note,.process-line p{font-size:.8rem}.service-card p,.faq-item>p{font-size:.96rem}.contact{grid-template-columns:1fr}.contact-copy{position:static}.contact-copy>p:not(.eyebrow){max-width:620px}.contact-direct{max-width:560px}.project-inquiry-form{width:100%}}@media (max-width:560px){.pill-button{font-size:.9rem}.hero-kicker{font-size:.72rem}.hero-description{font-size:1rem}.hero-note{font-size:.8rem}.project-inquiry-form{border-radius:22px;padding:28px 20px}.project-inquiry-heading{margin-bottom:24px}.project-inquiry-heading h3{font-size:2rem}.project-form-grid{grid-template-columns:1fr;gap:18px}.project-form-field-full{grid-column:auto}.project-form-field>span{font-size:.9rem}.project-form-field input,.project-form-field select,.project-form-field textarea{min-height:54px;font-size:1rem}.project-form-consent{font-size:.84rem}.project-form-submit{min-height:58px;font-size:.92rem}}.home-audience{padding-top:clamp(54px,6vw,88px);padding-bottom:clamp(54px,6vw,88px)}.home-audience-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.home-audience-grid article{background:#fffaf5;border:1px solid #d8cec2;border-radius:20px;flex-direction:column;min-height:210px;padding:26px;display:flex}.home-audience-grid article:nth-child(2){background:#f7ead0}.home-audience-grid article:nth-child(3){background:#dcece3}.home-audience-grid article:nth-child(4){background:#dce8f4}.home-audience-grid article>span{color:var(--coral-deep);letter-spacing:.13em;font-size:.64rem;font-weight:800}.home-audience-grid h3{font-family:var(--serif);margin:auto 0 10px;font-size:1.35rem;font-weight:620}.home-audience-grid p{color:var(--muted);margin:0;font-size:.95rem;line-height:1.75}.landing-seo{border-bottom:1px solid var(--line);background:radial-gradient(circle at 92% 12%,#cfe4d961 0 130px,#0000 131px),linear-gradient(135deg,#f9f5ee,#edf3ee);padding:clamp(72px,8vw,128px) clamp(20px,5vw,78px)}.landing-seo-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}.landing-seo-grid article{background:#fffdf9d9;border:1px solid #c9d4cc;border-radius:22px;flex-direction:column;min-height:260px;padding:30px 26px;display:flex}.landing-seo-grid article>span{color:#27815d;letter-spacing:.13em;font-size:.62rem;font-weight:800}.landing-seo-grid h3{font-family:var(--serif);margin:auto 0 12px;font-size:1.35rem;font-weight:620}.landing-seo-grid p{color:var(--muted);margin:0;font-size:.95rem;line-height:1.8}.landing-seo-note{color:#56645c;border-left:3px solid #62a385;max-width:900px;margin:28px 0 0;padding-left:18px;font-size:.9rem;line-height:1.8}.landing-case-story{border-top:1px solid #bfc8d1;margin:28px 0 0;padding:0;list-style:none}.landing-case-story li{border-bottom:1px solid #bfc8d1;grid-template-columns:72px 1fr;align-items:start;gap:18px;min-height:66px;padding:12px 0;display:grid}.landing-case-story span{color:#536d80;letter-spacing:.12em;padding-top:2px;font-size:.62rem;font-weight:800}.landing-case-story p{color:#515a62;margin:0;font-size:.92rem;line-height:1.75}.landing-form-link{border:1px solid var(--ink);border-radius:999px;justify-content:space-between;align-items:center;gap:24px;width:min(100%,330px);min-height:50px;padding:0 20px;font-size:.9rem;font-weight:780;transition:background .2s,color .2s,transform .2s;display:inline-flex}.landing-form-link:hover,.landing-form-link:focus-visible{background:var(--ink);color:#fff;transform:translateY(-3px)}.trust-panel{padding-top:clamp(64px,7vw,108px);padding-bottom:clamp(64px,7vw,108px)}.trust-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.trust-grid article{background:#fffaf5cf;border:1px solid #d7ccc0;border-radius:20px;flex-direction:column;min-height:220px;padding:26px;display:flex}.trust-grid article:nth-child(2){background:#f8ebcf}.trust-grid article:nth-child(3){background:#dfede5}.trust-grid article:nth-child(4){background:#e3e7f2}.trust-grid article>span{color:var(--coral-deep);letter-spacing:.14em;font-size:.68rem;font-weight:820}.trust-grid h3{font-family:var(--serif);margin:auto 0 12px;font-size:1.35rem;font-weight:620}.trust-grid p{color:var(--muted);margin:0;font-size:.95rem;line-height:1.75}.trust-next{background:#fffdf9bf;border:1px solid #d7ccc0;border-radius:18px;justify-content:space-between;align-items:center;gap:24px;margin-top:18px;padding:22px 26px;display:flex}.trust-next p{margin:0;font-size:.96rem;font-weight:650}.trust-next-link{background:var(--ink);color:#fff;white-space:nowrap;border-radius:999px;align-items:center;gap:20px;min-height:48px;padding:0 19px;font-size:.88rem;font-weight:780;display:inline-flex}@media (max-width:1040px){.home-audience-grid,.landing-seo-grid,.trust-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:860px){.landing-seo{padding-left:0;padding-right:0}}@media (max-width:560px){.home-audience-grid,.landing-seo-grid,.trust-grid{grid-template-columns:1fr}.home-audience-grid article{min-height:190px}.landing-seo-grid article{min-height:220px}.landing-case-story li{grid-template-columns:62px 1fr;gap:12px}.landing-form-link{width:100%}.trust-grid article{min-height:196px}.trust-next{flex-direction:column;align-items:stretch}.trust-next-link{white-space:normal;justify-content:space-between}.project-form-status-actions{width:100%}.project-form-status-actions a{flex:1;justify-content:center}}@media (min-width:861px){.hero-stage{isolation:isolate;transform-style:preserve-3d}.hero-stage:before,.hero-stage:after{content:"";pointer-events:none;filter:blur(1px);border-radius:999px;position:absolute}.hero-stage:before{z-index:-1;transform:translate3d(calc(var(--pointer-x) * -5px), calc(var(--pointer-y) * -4px), -28px) rotate(-2deg);background:radial-gradient(circle at 74% 18%,#ffb98b59,#0000 34%),linear-gradient(145deg,#fffaf4a6,#ebe2d6a8);border:1px solid #d7cfc399;transition:transform .5s cubic-bezier(.2,.8,.2,1);inset:9% 8% 13% -2%;box-shadow:0 44px 90px #6249361c}.hero-stage:after{z-index:6;opacity:.78;border:1px solid #ff8d674f;width:82px;height:82px;animation:8s ease-in-out infinite desktop-orbit-drift;top:1%;right:5%;box-shadow:0 0 0 14px #ff8d6714,0 0 0 29px #ff8d670a}.browser-window{transform:translate3d(calc(var(--pointer-x) * -14px), calc(var(--pointer-y) * -9px), 26px) rotateX(calc(var(--pointer-y) * -1.6deg)) rotateY(calc(var(--pointer-x) * 2.4deg));transform-origin:50% 54%;background:#fff;border-color:#cfc4b6;transition:transform .52s cubic-bezier(.2,.8,.2,1);inset:3% 5% 6% 0;box-shadow:0 34px 76px #3e2d211f,0 8px 24px #3e2d2114}.browser-bar{z-index:4;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fffdfaf2;position:relative}.address-bar:after{content:"xsheng.design / selected-work";color:#91887d;letter-spacing:.04em;font-size:.54rem;font-style:normal}.address-bar i{display:none}.blank-site{background:linear-gradient(#fff0 70%,#18130f24),url(/works/property-conversion-studio.webp) top/cover no-repeat;animation:10s cubic-bezier(.45,0,.2,1) 1.2s infinite alternate desktop-site-scroll}.blank-site:before{z-index:3;background:linear-gradient(105deg,#0000 0 39%,#ffffff24 46%,#0000 54%) 0 0/240% 100%,linear-gradient(#0000 76%,#17110d4a) 0 0/100% 100%;animation:7s ease-in-out infinite desktop-site-sheen}.blank-site:after{content:"SELECTED PROJECT  /  CONVERSION LANDING PAGE";z-index:4;color:#fff;letter-spacing:.13em;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#17120db8;border:1px solid #fff6;border-radius:999px;padding:9px 12px;font-size:.53rem;font-weight:780;position:absolute;bottom:18px;right:24px}.blank-site-nav,.blank-site-copy,.blank-site-art{display:none}.mobile-preview{width:21%;transform:translate3d(calc(var(--pointer-x) * 15px), calc(var(--pointer-y) * 10px), 74px) rotate(calc(3deg + var(--pointer-x) * 1.2deg));transition:transform .52s cubic-bezier(.2,.8,.2,1);bottom:1%;right:-1%;box-shadow:0 28px 56px #281d1738,0 8px 18px #281d1724}.mobile-canvas{background:linear-gradient(#0000 75%,#16110d2e),url(/works/xsheng-brand-concept.webp) top/cover no-repeat;padding:0;animation:8.5s cubic-bezier(.45,0,.2,1) 1.8s infinite alternate desktop-mobile-scroll}.mobile-line,.mobile-art{display:none}.capability-card{width:166px;min-height:94px;transform:translate3d(calc(var(--pointer-x) * 9px), calc(var(--pointer-y) * 7px), 98px);background:#fffaf0e8;border-color:#d2c5b7;bottom:6%;right:8%;box-shadow:0 22px 44px #43322525}.device-icon{color:#fff;background:#ff684b;border-radius:50%;place-items:center;width:38px;height:38px;font-size:1rem;display:grid}.empty-label{gap:4px}.empty-label:before{content:"RESPONSIVE";color:#3a3029;letter-spacing:.13em;font-size:.62rem;font-weight:850}.empty-label:after{content:"DESKTOP  ·  MOBILE";color:#81766d;letter-spacing:.08em;font-size:.51rem;font-weight:720}.empty-label i{display:none}.hero-orbit-left{animation:9s ease-in-out infinite desktop-orbit-pulse}.hero-orbit-center{animation:7s ease-in-out -2s infinite desktop-orbit-drift}}@keyframes desktop-site-scroll{0%,15%{background-position:top}85%,to{background-position:50% 76%}}@keyframes desktop-mobile-scroll{0%,18%{background-position:top}82%,to{background-position:50% 68%}}@keyframes desktop-site-sheen{0%,30%{background-position:120% 0,0 0}68%,to{background-position:-90% 0,0 0}}@keyframes desktop-orbit-drift{0%,to{transform:translate(0,0)rotate(0)}50%{transform:translate(-9px,11px)rotate(8deg)}}@keyframes desktop-orbit-pulse{0%,to{opacity:.62;transform:scale(1)}50%{opacity:.95;transform:scale(1.08)}}@media (min-width:861px) and (prefers-reduced-motion:reduce){.hero-stage:after,.hero-orbit-left,.hero-orbit-center,.blank-site,.blank-site:before,.mobile-canvas{animation:none}.blank-site,.mobile-canvas{background-position:top}}.desktop-nav a{font-size:.88rem}.pill-button,.header-line-link{font-size:1rem}.hero-description{font-size:1.14rem;line-height:1.9}.hero-note{font-size:.9rem}.play-link,.compact-heading>a,.featured-work-link,.featured-work-live{font-size:.94rem}.eyebrow,.featured-work-number p{font-size:.64rem}.section-intro>p,.featured-work-summary,.service-card p,.about-copy p,.faq-item>p,.contact-copy>p:not(.eyebrow){font-size:1.08rem;line-height:1.85}.featured-work-tags span{font-size:.68rem}.process-line h3{font-size:1.05rem}.process-line p{font-size:.88rem}.faq-item summary{font-size:1.14rem}.case-facts dd{font-size:.84rem}.case-overview-copy p,.case-flow-copy>p:last-child,.case-next>div:last-child>p,.anju-editorial article>div:not(.anju-editorial-image)>p:last-child{font-size:1rem}.case-direction-grid p{font-size:.84rem}.site-footer>p{font-size:.92rem}.site-footer>div a{font-size:.84rem}.site-footer>small{font-size:.68rem}@media (max-width:860px){.hero-description,.section-intro>p,.featured-work-summary,.service-card p,.about-copy p,.faq-item>p,.contact-copy>p:not(.eyebrow){font-size:1.05rem}.hero-note,.process-line p{font-size:.9rem}.featured-work-link,.featured-work-live{font-size:.92rem}.case-overview-copy p,.case-flow-copy>p:last-child,.case-next>div:last-child>p,.anju-editorial article>div:not(.anju-editorial-image)>p:last-child{font-size:1rem}}.home-focus{grid-template-columns:minmax(300px,.72fr) minmax(560px,1.28fr);align-items:end;gap:clamp(48px,7vw,112px);padding-top:clamp(64px,6vw,92px);padding-bottom:clamp(64px,6vw,92px);display:grid}.home-focus-lead h2,.home-section-heading h2,.home-method-copy h2{font-family:var(--serif);letter-spacing:-.04em;margin:0;font-size:clamp(2.3rem,3.6vw,4.2rem);font-weight:520;line-height:1.12}.home-focus-lead>p:last-child,.home-section-heading>div:last-child>p,.home-method-copy>p:last-child{color:var(--muted);margin:22px 0 0;font-size:1.05rem;line-height:1.85}.home-focus-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:15px;display:grid}.home-focus-grid article{background:#fffaf5cc;border:1px solid #d7cec3;border-radius:22px;flex-direction:column;min-height:230px;padding:26px 24px;transition:transform .26s,box-shadow .26s;display:flex;position:relative}.home-focus-grid article:nth-child(2){background:#f7ead2}.home-focus-grid article:nth-child(3){background:#dfeee7}.home-focus-grid article:hover{transform:translateY(-6px);box-shadow:0 20px 42px #4f3b2b14}.home-focus-grid article>span,.home-method-grid article>span{color:var(--coral-deep);letter-spacing:.16em;font-size:.7rem;font-weight:820}.home-focus-grid h3{font-family:var(--serif);margin:auto 0 9px;font-size:1.55rem;font-weight:640}.home-focus-grid p{color:var(--muted);margin:0;font-size:1rem;line-height:1.75}.home-section-heading{grid-template-columns:minmax(360px,1fr) minmax(320px,.72fr);align-items:end;gap:clamp(36px,7vw,100px);margin-bottom:clamp(34px,4vw,58px);display:grid}.home-section-heading>div:last-child{justify-self:end;max-width:560px}.home-section-heading>div:last-child>p{margin-top:0}.home-section-link{border-bottom:1px solid #857a6e;align-items:center;gap:28px;width:max-content;margin-top:18px;padding-bottom:4px;font-size:.98rem;font-weight:780;display:inline-flex}.home-section-link span{transition:transform .22s}.home-section-link:hover span,.home-section-link:focus-visible span{transform:translate(4px,-4px)}.home-services{padding-top:clamp(68px,7vw,104px);padding-bottom:clamp(68px,7vw,104px)}.home-services .service-cards{margin-top:0}.home-services .service-card{min-height:280px}.home-services .service-card h3{font-size:1.45rem}.home-services .service-card p{font-size:1rem;line-height:1.75}.home-method{background:radial-gradient(circle at 94% 16%,#cfe3da59 0 110px,#0000 111px),linear-gradient(135deg,#fffaf5,#f1e8dc);grid-template-columns:minmax(320px,.8fr) minmax(520px,1.2fr);align-items:center;gap:clamp(48px,8vw,130px);padding-top:clamp(64px,6vw,92px);padding-bottom:clamp(64px,6vw,92px);display:grid}.home-method-grid{border-top:1px solid var(--line-strong)}.home-method-grid article{border-bottom:1px solid var(--line-strong);grid-template-columns:62px 1fr;align-items:center;gap:18px;min-height:112px;padding:22px 0;display:grid}.home-method-grid h3{font-family:var(--serif);margin:0 0 4px;font-size:1.35rem;font-weight:640}.home-method-grid p{color:var(--muted);margin:0;font-size:1rem;line-height:1.7}.works-index-header nav{align-items:center;gap:clamp(20px,3vw,44px);display:flex}.works-index-header nav>a{font-size:.88rem;font-weight:750}.works-index-header .case-back{border:1px solid #a79c91;border-radius:999px;min-height:42px;padding:0 17px}.works-index-main{width:min(var(--page-width), calc(100% - 2 * var(--page-inline)));background:#fffaf548;margin:0 auto}.works-index-hero{border-bottom:1px solid var(--line);grid-template-columns:minmax(520px,1.1fr) minmax(320px,.64fr);align-items:end;gap:clamp(50px,9vw,150px);min-height:570px;padding:clamp(76px,8vw,130px) clamp(20px,4vw,68px) clamp(62px,7vw,104px);display:grid}.works-index-hero .script-line{margin:28px 0 18px;font-size:clamp(1.9rem,3.7vw,4rem);animation:none}.works-index-hero h1{font-family:var(--serif);letter-spacing:-.055em;margin:0;font-size:clamp(3rem,5.2vw,6.3rem);font-weight:500;line-height:1.08}.works-index-intro{border-left:1px solid var(--line-strong);padding-left:30px}.works-index-intro p{color:var(--muted);margin:0;font-size:1.08rem;line-height:1.9}.works-index-intro span{color:#716a62;letter-spacing:.14em;margin-top:24px;font-size:.72rem;font-weight:780;display:block}.works-index-list{padding:clamp(54px,6vw,96px) clamp(20px,4vw,68px)}.works-index-project{background:#fffaf5;border:1px solid #d3c8bc;border-radius:30px;grid-template-columns:minmax(340px,.72fr) minmax(520px,1.28fr);min-height:580px;display:grid;overflow:clip;box-shadow:inset 0 1px #fff}.works-index-project+.works-index-project{margin-top:30px}.works-index-project-copy{border-right:1px solid #d3c8bc;flex-direction:column;min-width:0;padding:clamp(34px,4.5vw,68px);display:flex}.works-index-project-meta{justify-content:space-between;align-items:center;gap:24px;margin-bottom:auto;display:flex}.works-index-project-meta>span{font-family:var(--serif);font-size:1.35rem}.works-index-project-meta>small{color:#625950;border:1px solid #9f9184;border-radius:999px;padding:6px 11px;font-size:.72rem;font-weight:760}.works-index-project-copy h2{font-family:var(--serif);letter-spacing:-.05em;margin:5px 0 18px;font-size:clamp(2.8rem,4.5vw,5.5rem);font-weight:520;line-height:1.05}.works-index-project-copy>div:nth-child(2)>p:last-child{max-width:560px;color:var(--muted);margin:0;font-size:1.05rem;line-height:1.85}.works-index-project-copy ul{flex-wrap:wrap;gap:8px;margin:28px 0 0;padding:0;list-style:none;display:flex}.works-index-project-copy li{border:1px solid #a6988a;border-radius:999px;padding:7px 13px;font-size:.74rem;font-weight:720}.works-index-actions{flex-wrap:wrap;align-items:center;gap:12px;margin-top:32px;display:flex}.works-index-actions a{border:1px solid var(--ink);border-radius:999px;align-items:center;gap:24px;min-height:48px;padding:0 18px;font-size:.9rem;font-weight:780;transition:background .22s,color .22s,transform .22s;display:inline-flex}.works-index-actions a:nth-child(2){background:var(--ink);color:#fff}.works-index-actions a:hover,.works-index-actions a:focus-visible{background:var(--coral-deep);border-color:var(--coral-deep);color:#fff;transform:translateY(-3px)}.works-index-project-visual{isolation:isolate;background:linear-gradient(145deg,#f5ded3,#e6e9f0);flex-direction:column;min-width:0;padding:clamp(32px,5vw,74px);display:flex;position:relative;overflow:clip}.works-index-project-xsheng .works-index-project-visual{background:linear-gradient(145deg,#d8e9df,#f3e3d7)}.works-index-project-anju .works-index-project-visual{background:linear-gradient(145deg,#b9ddcf,#e7f0ec 64%,#fff0ba)}.works-index-project-visual:before,.works-index-project-visual:after{content:"";z-index:-1;pointer-events:none;position:absolute}.works-index-project-visual:before{background-image:linear-gradient(#6e5a4b0b 1px,#0000 1px),linear-gradient(90deg,#6e5a4b0b 1px,#0000 1px);background-size:48px 48px;inset:0}.works-index-project-visual:after{border:1px solid #59483d22;border-radius:50%;width:390px;height:390px;top:-155px;right:-115px;box-shadow:0 0 0 34px #ffffff1c,0 0 0 74px #ffffff12}.works-index-window-bar{background:#fffaf5bd;border:1px solid #b9aa9c;border-radius:16px 16px 0 0;align-items:center;gap:7px;min-height:42px;padding:0 16px;display:flex}.works-index-window-bar i{background:#ff665b;border-radius:50%;width:8px;height:8px}.works-index-window-bar i:nth-child(2){background:#ffbd46}.works-index-window-bar i:nth-child(3){background:#5abd74}.works-index-window-bar b{color:#7e756c;letter-spacing:.1em;margin-left:auto;font-size:.58rem}.works-index-art{background:#fffaf5b5;border:1px solid #b9aa9c;border-top:0;border-radius:0 0 20px 20px;flex-direction:column;min-height:390px;padding:clamp(28px,4vw,58px);display:flex;position:relative;overflow:clip}.works-index-art:before{content:"";background:radial-gradient(circle at 42% 20%,#fff9 0 20px,#0000 21px),linear-gradient(145deg,#edc9b4,#9f6b56);border-radius:50% 50% 12% 12%/32% 32% 9% 9%;width:34%;height:62%;position:absolute;bottom:-12%;right:7%}.works-index-project-anju .works-index-art:before{background:radial-gradient(circle at 42% 20%,#fffbd5 0 28px,#0000 29px),linear-gradient(145deg,#6d9f89,#235f4d);border-radius:52% 48% 16% 16%}.works-index-art small{z-index:2;letter-spacing:.16em;font-size:.68rem;font-weight:800;position:relative}.works-index-art strong{z-index:2;max-width:68%;font-family:var(--serif);letter-spacing:-.06em;margin-top:auto;font-size:clamp(3.2rem,5vw,6.8rem);font-weight:520;line-height:.98;position:relative}.works-index-art em{color:#5e4d4126;font-family:var(--serif);font-size:clamp(7rem,14vw,15rem);font-style:normal;line-height:1;position:absolute;top:14%;right:7%}.works-index-art>i{background:var(--coral);border-radius:999px;width:38%;height:9px;margin-top:26px}.works-index-art-xsheng{background-color:#fffaf4e8;background-image:linear-gradient(#8a756e08 1px,#0000 1px),linear-gradient(90deg,#8a756e08 1px,#0000 1px),none;background-position:0 0,0 0,0 0;background-repeat:repeat,repeat,repeat;background-size:38px 38px;background-attachment:scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box;min-height:430px;padding:clamp(22px,3vw,44px);overflow:visible}.works-index-art-xsheng:before{display:none}.works-index-xsheng-page{background:#fffaf5;border:1px solid #d3c7ba;border-radius:18px;flex-direction:column;min-height:330px;padding:clamp(18px,2.4vw,34px);display:flex;box-shadow:0 22px 45px #654b381c}.works-index-xsheng-nav{border-bottom:1px solid #d9d0c5;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;min-height:44px;padding-bottom:14px;display:grid}.works-index-art .works-index-xsheng-nav>b{color:var(--coral);font-family:var(--serif);font-size:1.8rem;font-weight:450;line-height:1}.works-index-art .works-index-xsheng-nav>strong{max-width:none;font-family:var(--sans);letter-spacing:.09em;margin:0;font-size:.65rem;font-weight:820;line-height:1}.works-index-xsheng-nav>i{border-top:2px solid var(--ink);border-bottom:2px solid var(--ink);width:25px;height:16px}.works-index-xsheng-body{grid-template-columns:minmax(210px,.92fr) minmax(190px,1.08fr);align-items:center;gap:clamp(18px,3vw,42px);min-height:250px;padding-top:clamp(24px,3vw,42px);display:grid}.works-index-xsheng-copy{flex-direction:column;align-items:flex-start;display:flex}.works-index-art .works-index-xsheng-copy small{letter-spacing:.08em;font-size:.48rem}.works-index-art .works-index-xsheng-copy em{color:var(--coral);font-family:var(--script);margin-top:9px;font-size:clamp(1rem,1.6vw,1.5rem);line-height:1;position:static}.works-index-art .works-index-xsheng-copy strong{letter-spacing:-.045em;max-width:none;margin-top:10px;font-size:clamp(1.45rem,2.35vw,2.5rem);line-height:1.12}.works-index-xsheng-copy>i{background:var(--coral);border-radius:999px;width:48%;height:7px;margin-top:20px}.works-index-xsheng-screen{background:radial-gradient(circle at 74% 38%,#ffd4c6 0 38px,#0000 39px),linear-gradient(122deg,#fff 0 48%,#ede4da 49%);border:1px solid #cfc4b8;border-radius:15px;min-height:195px;position:relative;box-shadow:0 16px 34px #6c53401c}.works-index-xsheng-screen:before{content:"";background:#eee6dd;border-radius:999px;height:8px;position:absolute;top:15px;left:14px;right:14px}.works-index-xsheng-screen>i{background:#d4d0ca;border-radius:999px;height:6px;position:absolute;left:9%}.works-index-xsheng-screen>i:first-child{background:#ffb6a7;width:30%;top:38%}.works-index-xsheng-screen>i:nth-child(2){width:44%;top:50%}.works-index-xsheng-screen>i:nth-child(3){width:34%;top:61%}.works-index-xsheng-screen>b{background:linear-gradient(#e9b8a0,#9b6b55);border-radius:38px 38px 0 0;width:31%;height:38%;position:absolute;bottom:0;right:11%}.works-index-xsheng-phone{background:#fffaf5;border:5px solid #27231f;border-radius:25px;width:19%;min-width:86px;height:42%;position:absolute;bottom:2%;right:3%;transform:rotate(5deg);box-shadow:0 18px 32px #4935282c}.works-index-xsheng-phone:before{content:"";background:#27231f;border-radius:999px;width:40%;height:7px;position:absolute;top:8px;left:50%;transform:translate(-50%)}.works-index-xsheng-phone>i{background:#ffb6a7;border-radius:999px;width:40%;height:6px;position:absolute;top:32%;left:16%}.works-index-xsheng-phone>b{background:linear-gradient(#e9b8a0,#9b6b55);border-radius:28px 28px 0 0;width:50%;height:38%;position:absolute;bottom:0;right:14%}.works-index-project-visual>b{background:var(--ink);color:#fff;border-radius:50%;place-items:center;width:52px;height:52px;font-size:1.15rem;transition:transform .22s;display:grid;position:absolute;bottom:clamp(28px,4vw,58px);right:clamp(28px,4vw,58px)}.works-index-project-visual:hover>b,.works-index-project-visual:focus-visible>b{transform:translate(5px,-5px)rotate(8deg)}.works-index-cta{border-top:1px solid var(--line);background:radial-gradient(circle at 8% 110%,#efb89d45 0 150px,#0000 151px),linear-gradient(135deg,#f5e6da,#fffaf5);grid-template-columns:minmax(420px,1fr) minmax(340px,.72fr);align-items:end;gap:clamp(52px,9vw,150px);padding:clamp(72px,8vw,124px) clamp(20px,4vw,68px);display:grid}.works-index-cta h2{font-family:var(--serif);letter-spacing:-.05em;margin:0;font-size:clamp(3rem,5.2vw,6.2rem);font-weight:520;line-height:1.05}.works-index-cta>div:last-child>p{color:var(--muted);margin:0 0 24px;font-size:1.05rem;line-height:1.85}.works-index-cta .pill-button{width:min(100%,360px)}.works-index-email{overflow-wrap:anywhere;border-bottom:1px solid #8e8378;width:max-content;max-width:100%;margin-top:18px;padding-bottom:3px;font-size:.9rem;font-weight:720;display:block}@media (max-width:1160px){.home-focus{grid-template-columns:1fr}.home-focus-lead{max-width:800px}.works-index-project{grid-template-columns:minmax(320px,.82fr) minmax(440px,1.18fr)}}@media (max-width:980px){.home-section-heading,.home-method,.works-index-hero,.works-index-cta{grid-template-columns:1fr}.home-section-heading>div:last-child{justify-self:start}.home-method-copy{max-width:760px}.works-index-hero{min-height:auto}.works-index-intro{max-width:680px}.works-index-project{grid-template-columns:1fr;min-height:0}.works-index-project-copy{border-bottom:1px solid #d3c8bc;border-right:0;min-height:520px}.works-index-project-visual{min-height:560px}}@media (max-width:860px){.home-focus,.home-services,.home-method{padding-top:64px;padding-bottom:64px}.home-focus-grid{grid-template-columns:1fr}.home-focus-grid article{min-height:176px}.home-focus-grid h3{margin-top:38px}.home-services .service-card{min-height:255px}.home-method-grid article{grid-template-columns:54px 1fr}.works-index-header nav>a:not(.case-back){display:none}.works-index-hero{gap:42px;padding-top:72px;padding-bottom:72px}.works-index-hero h1,.works-index-cta h2{font-size:clamp(2.8rem,11.5vw,4.8rem)}.works-index-intro{padding-left:20px}.works-index-list{padding-top:48px;padding-bottom:48px}.works-index-project-copy{min-height:500px;padding:34px 26px}.works-index-project-copy h2{font-size:clamp(2.8rem,11vw,4.4rem)}.works-index-project-visual{min-height:480px;padding:28px 22px 64px}.works-index-art{min-height:340px}.works-index-art strong{max-width:72%;font-size:clamp(3rem,13vw,5.3rem)}.works-index-art .works-index-xsheng-copy strong{max-width:none;font-size:clamp(1.65rem,5.8vw,2.4rem)}.works-index-xsheng-body{grid-template-columns:minmax(0,1fr) minmax(150px,.9fr);gap:20px}.works-index-cta{gap:38px}}@media (max-width:560px){.home-focus-lead h2,.home-section-heading h2,.home-method-copy h2{font-size:clamp(2.2rem,10.5vw,3.15rem)}.home-focus-lead>p:last-child,.home-section-heading>div:last-child>p,.home-method-copy>p:last-child,.home-focus-grid p,.home-method-grid p{font-size:1rem}.home-method-grid article{align-items:start;min-height:132px}.works-index-header .brand-name{display:flex}.works-index-header .brand-name small{display:none}.works-index-header .case-back{min-height:40px;padding:0 12px;font-size:.78rem}.works-index-header .case-back span{display:none}.works-index-hero{padding-top:62px;padding-bottom:62px}.works-index-hero .script-line{font-size:clamp(1.7rem,8.5vw,2.6rem)}.works-index-intro p,.works-index-project-copy>div:nth-child(2)>p:last-child,.works-index-cta>div:last-child>p{font-size:1rem}.works-index-project{border-radius:24px}.works-index-project-copy{min-height:520px;padding:28px 22px}.works-index-project-meta{flex-direction:column;align-items:flex-start;gap:12px}.works-index-actions{flex-direction:column;align-items:stretch}.works-index-actions a{justify-content:space-between;width:100%}.works-index-project-visual{min-height:410px;padding:22px 16px 54px}.works-index-window-bar{min-height:36px}.works-index-art{min-height:300px;padding:26px 20px}.works-index-art-xsheng{min-height:480px;padding:14px}.works-index-xsheng-page{min-height:420px;padding:18px}.works-index-xsheng-body{grid-template-columns:1fr;align-items:start;padding-top:22px}.works-index-art .works-index-xsheng-copy strong{font-size:clamp(1.55rem,7vw,2rem)}.works-index-xsheng-screen{min-height:150px}.works-index-xsheng-phone{border-width:4px;width:25%;min-width:72px;height:35%;bottom:1%;right:2%}.works-index-art strong{max-width:78%;font-size:clamp(2.7rem,13vw,4.2rem)}.works-index-project-visual>b{width:48px;height:48px;bottom:26px;right:26px}.works-index-cta .pill-button{width:100%}.works-index-email{width:auto}}@media (min-width:1161px){.hero{grid-template-columns:minmax(520px,1fr) minmax(0,1.18fr);gap:clamp(42px,4vw,72px)}.hero-copy{padding-left:clamp(20px,3vw,48px)}.hero h1{text-wrap:balance;max-width:9.5em;font-size:clamp(3rem,3.25vw,3.55rem);line-height:1.2}.mega-menu-intro{grid-template-columns:minmax(520px,1.15fr) minmax(300px,.7fr);gap:clamp(48px,6vw,88px)}.mega-menu-intro h2{text-wrap:balance;max-width:9em;font-size:clamp(3rem,3.75vw,4rem);line-height:1.14}.home-focus{grid-template-columns:minmax(430px,.88fr) minmax(560px,1.12fr);align-items:center}.home-focus-lead h2,.home-section-heading h2,.home-method-copy h2{text-wrap:balance;max-width:11em;font-size:clamp(2.8rem,3.25vw,3.65rem);line-height:1.14}.landing-hero{grid-template-columns:minmax(560px,1.08fr) minmax(380px,.92fr);gap:clamp(60px,7vw,112px)}.landing-hero h1{text-wrap:balance;max-width:10.5em;font-size:clamp(3.75rem,4.65vw,5.15rem);line-height:1.1}.landing-section-heading h2{text-wrap:balance;max-width:12em;font-size:clamp(3rem,3.75vw,4.25rem);line-height:1.15}}@media (max-width:1040px){.mega-menu-intro h2,.hero h1,.home-focus-lead h2,.home-section-heading h2,.home-method-copy h2,.landing-hero h1,.landing-section-heading h2{text-wrap:balance}}.works-index-project-mori .works-index-art{color:#fff;background:linear-gradient(90deg,#1831278f,#1831270a),url(/images/mori/hero-products.webp) 50%/cover no-repeat}.works-index-project-mori .works-index-art:before{background:#ffffff9e}.works-index-project-mori .works-index-art small,.works-index-project-mori .works-index-art strong{z-index:2;text-shadow:0 2px 20px #12291f47;position:relative}.works-index-art-mindmetric{background:#e8e7eb;min-height:430px;padding:clamp(18px,2.5vw,34px)}.works-index-art-mindmetric:before{display:none}.works-index-mm-page{color:#203654;background:#f7f0e7;border:1px solid #c8bbae;border-radius:12px;flex-direction:column;min-height:360px;display:flex;overflow:hidden;box-shadow:0 18px 36px #28375218}.works-index-mm-nav{border-bottom:1px solid #d7cdc0;grid-template-columns:1fr auto auto;align-items:center;gap:16px;min-height:42px;padding:0 16px;display:grid}.works-index-mm-nav>span{align-items:center;gap:7px;display:flex}.works-index-mm-nav b{font-size:.9rem}.works-index-art .works-index-mm-nav strong{max-width:none;font-family:var(--serif);letter-spacing:.06em;margin:0;font-size:.78rem;font-weight:650}.works-index-mm-nav>i{color:#32445d;letter-spacing:.08em;font-size:.42rem;font-style:normal}.works-index-mm-nav>em{color:#263a58;font-family:var(--sans);border:1px solid #263a58;padding:5px 9px;font-size:.4rem;font-style:normal;position:static}.works-index-mm-hero{border-bottom:1px solid #d7cdc0;grid-template-columns:1.08fr .92fr;min-height:205px;display:grid}.works-index-mm-copy{flex-direction:column;align-items:flex-start;padding:clamp(19px,2.8vw,36px);display:flex}.works-index-art .works-index-mm-copy small{letter-spacing:.07em;border:1px solid #c9bcac;border-radius:999px;padding:5px 9px;font-size:.42rem}.works-index-art .works-index-mm-copy strong{color:#203654;letter-spacing:-.045em;max-width:none;margin:16px 0 9px;font-size:clamp(1.45rem,2.5vw,2.7rem);line-height:1.12}.works-index-mm-copy>span{color:#536078;max-width:320px;font-size:clamp(.48rem,.75vw,.7rem);line-height:1.6}.works-index-mm-copy>b{color:#fff;letter-spacing:.05em;background:#df573f;margin-top:15px;padding:8px 14px;font-size:.5rem;font-weight:650}.works-index-mm-copy>b i{margin-left:16px;font-style:normal}.works-index-mm-geometry{background-color:#0000;background-image:linear-gradient(#20365412 1px,#0000 1px),linear-gradient(90deg,#20365412 1px,#0000 1px);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:30px 30px;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;position:relative;overflow:hidden}.works-index-mm-geometry:before,.works-index-mm-geometry:after{content:"";border:2px solid #203654;border-radius:50%;position:absolute}.works-index-mm-geometry:before{width:72%;height:68%;top:12%;left:4%}.works-index-mm-geometry:after{width:66%;height:58%;top:28%;right:-16%}.works-index-mm-geometry i{z-index:2;display:block;position:absolute}.works-index-mm-geometry i:first-child{aspect-ratio:1;background:#df573f;width:25%;top:47%;left:16%}.works-index-mm-geometry i:nth-child(2){aspect-ratio:1;background:#203654;width:24%;top:43%;right:14%;transform:rotate(45deg)}.works-index-mm-geometry i:nth-child(3){aspect-ratio:1;background:#aeb5a7cc;border-radius:50%;width:22%;bottom:3%;right:30%}.works-index-mm-geometry i:nth-child(4){aspect-ratio:1;background:#d9cdbdcc;border-radius:50%;width:29%;bottom:-10%;right:2%}.works-index-mm-question{background:#fbf8f3;border:1px solid #bbb1a5;flex-direction:column;margin:13px;display:flex}.works-index-mm-question-head{border-bottom:1px solid #cfc5b9;justify-content:space-between;padding:5px 9px;font-size:.43rem;display:flex}.works-index-mm-question-head b{color:#df573f;font-family:var(--serif);font-weight:500}.works-index-mm-question-body{grid-template-columns:92px 1fr;align-items:center;min-height:75px;display:grid}.works-index-mm-matrix{grid-template-columns:repeat(3,1fr);height:75px;display:grid}.works-index-mm-matrix i{font-family:var(--serif);border-bottom:1px solid #a9a39b;border-right:1px solid #a9a39b;place-items:center;font-size:.62rem;font-style:normal;display:grid}.works-index-mm-matrix i:nth-child(3n){border-right:0}.works-index-mm-matrix i:nth-child(n+7){border-bottom:0}.works-index-mm-matrix i:last-child{color:#df573f;font-weight:800}.works-index-mm-options{grid-template-columns:repeat(4,1fr);gap:7px;padding:0 13px;display:grid}.works-index-mm-options i{color:#203654;font-family:var(--serif);text-align:center;font-size:.7rem;font-style:normal}.works-index-mm-options b{font-family:var(--sans);margin-bottom:3px;font-size:.35rem;font-weight:500;display:block}@media (max-width:720px){.works-index-art-mindmetric{min-height:350px;padding:14px}.works-index-mm-page{min-height:320px}.works-index-mm-nav{grid-template-columns:1fr auto}.works-index-mm-nav>i{display:none}.works-index-mm-hero{min-height:188px}.works-index-art .works-index-mm-copy strong{font-size:clamp(1.15rem,6vw,1.8rem)}.works-index-mm-copy>span{display:none}.works-index-mm-question-body{grid-template-columns:78px 1fr}}@media (max-width:860px){html{font-size:100%}body:before{background-size:48px 48px}.site-header,.case-header{grid-template-columns:minmax(0,1fr) auto;gap:12px;height:64px}.site-header .brand,.case-header .brand{gap:10px}.site-header .brand-x,.case-header .brand-x{font-size:2rem}.site-header .brand-name b,.case-header .brand-name b{letter-spacing:.08em;font-size:.72rem}.menu-button{width:44px;height:48px}.hero{padding-top:34px;padding-bottom:50px}.hero-kicker{letter-spacing:.12em;font-size:.7rem;line-height:1.65}.hero .script-line{margin-top:18px;font-size:clamp(1.45rem,7vw,2rem)}.hero h1{letter-spacing:-.055em;max-width:8.5em;font-size:clamp(2.55rem,12vw,3.35rem);line-height:1.16}.hero-description{max-width:34em;margin-top:22px;font-size:1rem;line-height:1.78}.hero-buttons{gap:14px;margin-top:28px}.hero-buttons .pill-button{width:min(100%,340px);min-height:50px}.hero-note{margin-top:18px;font-size:.78rem}.home-focus,.home-services,.home-method,.contact{padding-top:54px;padding-bottom:54px}.home-focus,.home-method{gap:34px}.home-focus-lead h2,.home-section-heading h2,.home-method-copy h2,.contact-copy h2{letter-spacing:-.035em;max-width:11em;font-size:clamp(2.05rem,9.5vw,2.75rem);line-height:1.2}.home-focus-lead>p:last-child,.home-section-heading>div:last-child>p,.home-method-copy>p:last-child,.contact-copy>p:not(.eyebrow){margin-top:16px;font-size:1rem;line-height:1.78}.home-focus-grid{gap:12px}.home-focus-grid article{border-radius:18px;min-height:150px;padding:21px 20px}.home-focus-grid h3{margin-top:26px;font-size:1.35rem}.home-focus-grid p,.home-services .service-card p,.home-method-grid p{font-size:.95rem;line-height:1.7}.home-section-heading{gap:22px;margin-bottom:30px}.home-section-link{margin-top:14px;font-size:.92rem}.home-services .service-card{min-height:220px;padding:22px 20px}.home-services .service-card h3{font-size:1.3rem}.home-method-grid article{grid-template-columns:46px 1fr;gap:12px;min-height:104px;padding:18px 0}.home-method-grid h3{font-size:1.2rem}.contact{gap:34px;padding-left:0;padding-right:0}.contact-direct{border-radius:18px;margin-top:26px;padding:22px 20px}.contact-direct h3{font-size:1.35rem}.contact-direct blockquote{font-size:.98rem;line-height:1.65}.project-inquiry-form{border-radius:20px;padding:24px 18px}.project-inquiry-heading{margin-bottom:22px;padding-bottom:18px}.project-inquiry-heading h3{font-size:1.85rem}.project-form-field input,.project-form-field select,.project-form-field textarea{font-size:1rem}.site-footer{padding-top:34px;padding-bottom:calc(34px + env(safe-area-inset-bottom,0px));gap:20px}.works-index-main{width:calc(100% - 2 * var(--page-inline))}.works-index-hero{gap:28px;padding:46px 0 48px}.works-index-hero .script-line{margin:18px 0 14px;font-size:clamp(1.55rem,7.5vw,2.15rem)}.works-index-hero h1,.works-index-cta h2{max-width:10em;font-size:clamp(2.35rem,10.5vw,3.15rem);line-height:1.16}.works-index-intro{padding-left:16px}.works-index-intro p,.works-index-project-copy>div:nth-child(2)>p:last-child,.works-index-cta>div:last-child>p{font-size:.96rem;line-height:1.75}.works-index-intro span{margin-top:16px;font-size:.67rem;line-height:1.6}.works-index-list{padding:28px 0 34px}.works-index-project{border-radius:19px;min-height:0}.works-index-project+.works-index-project{margin-top:18px}.works-index-project-copy{gap:20px;min-height:0;padding:24px 20px 26px}.works-index-project-meta{flex-direction:row;align-items:center;gap:12px;margin-bottom:0}.works-index-project-meta>span{font-size:1.05rem}.works-index-project-meta>small{padding:5px 9px;font-size:.66rem}.works-index-project-copy .eyebrow{margin-bottom:7px;font-size:.58rem;line-height:1.55}.works-index-project-copy h2{margin:0 0 12px;font-size:clamp(2.35rem,11vw,3rem);line-height:1.08}.works-index-project-copy ul{gap:7px;margin-top:0}.works-index-project-copy li{padding:6px 10px;font-size:.68rem}.works-index-actions{gap:9px;margin-top:0}.works-index-actions a{gap:16px;min-height:46px;padding:0 16px;font-size:.84rem}.works-index-project-visual{aspect-ratio:4/3;min-height:0;padding:15px 14px 38px}.works-index-window-bar{border-radius:11px 11px 0 0;min-height:32px;padding:0 11px}.works-index-window-bar i{width:6px;height:6px}.works-index-window-bar b{font-size:.48rem}.works-index-art,.works-index-art-xsheng,.works-index-art-mindmetric{border-radius:0 0 13px 13px;flex:1;min-height:0;padding:18px 16px}.works-index-art strong{max-width:76%;font-size:clamp(2.1rem,10vw,2.8rem)}.works-index-art em{font-size:clamp(5.2rem,25vw,7.2rem)}.works-index-project-visual>b{width:42px;height:42px;font-size:.95rem;bottom:14px;right:17px}.works-index-cta{gap:26px;padding:54px 0}.works-index-cta>div:last-child>p{margin-bottom:18px}.works-index-email{font-size:.82rem}.works-index-mm-page{border-radius:8px;grid-template-rows:auto minmax(0,1fr) auto;height:100%;min-height:0;display:grid}.works-index-mm-nav{grid-template-columns:1fr auto;gap:8px;min-height:29px;padding:0 9px}.works-index-mm-nav>i{display:none}.works-index-mm-nav b{font-size:.62rem}.works-index-art .works-index-mm-nav strong{font-size:.58rem}.works-index-mm-nav>em{padding:3px 6px;font-size:.3rem}.works-index-mm-hero{grid-template-columns:1.08fr .92fr;min-height:0}.works-index-mm-copy{min-width:0;padding:9px}.works-index-art .works-index-mm-copy small{padding:3px 5px;font-size:.28rem;line-height:1.3}.works-index-art .works-index-mm-copy strong{letter-spacing:-.04em;margin:7px 0 0;font-size:clamp(.86rem,4.2vw,1.05rem);line-height:1.12}.works-index-mm-copy>span{display:none}.works-index-mm-copy>b{margin-top:7px;padding:5px 7px;font-size:.3rem}.works-index-mm-copy>b i{margin-left:7px}.works-index-mm-question{margin:6px}.works-index-mm-question-head{padding:3px 6px;font-size:.3rem}.works-index-mm-question-body{grid-template-columns:52px 1fr;min-height:42px}.works-index-mm-matrix{height:42px}.works-index-mm-matrix i{font-size:.38rem}.works-index-mm-options{gap:3px;padding:0 7px}.works-index-mm-options i{font-size:.43rem}.works-index-mm-options b{font-size:.24rem}}@media (max-width:560px){.line-floating{border-radius:50%;width:50px;height:50px;min-height:50px;padding:5px}.line-floating-icon{flex-basis:38px;width:38px;height:38px}.line-floating-copy{display:none}.works-index-header .case-back{justify-content:center;width:40px;min-width:40px;padding:0}.works-index-header .case-back:before{content:"⌂";font-size:1rem}.works-index-header .case-back{font-size:0}.works-index-actions{grid-template-columns:1fr;display:grid}.works-index-actions a{justify-content:space-between;width:100%}.works-index-project-copy{padding:22px 18px 24px}.works-index-project-visual{aspect-ratio:1.1;padding:13px 12px 36px}.works-index-art,.works-index-art-xsheng,.works-index-art-mindmetric{padding:12px}.works-index-hero h1,.works-index-cta h2{font-size:clamp(2.2rem,10vw,2.65rem)}}.back-to-top{z-index:69;border:1px solid var(--line);background:color-mix(in srgb, var(--paper-bright) 88%, transparent);-webkit-backdrop-filter:blur(10px);width:44px;height:44px;color:var(--muted);cursor:pointer;opacity:0;visibility:hidden;border-radius:50%;place-items:center;padding:0;transition:opacity .24s,visibility .24s,transform .3s cubic-bezier(.22,.8,.2,1),color .2s,box-shadow .2s;display:grid;position:fixed;bottom:clamp(82px,10vh,100px);right:clamp(18px,2vw,34px);transform:translateY(12px);box-shadow:0 2px 8px #00000008}.back-to-top.is-visible{opacity:1;visibility:visible;transform:translateY(0)}.back-to-top:hover,.back-to-top:focus-visible{color:var(--coral);border-color:var(--coral);box-shadow:0 6px 20px #ff5b3e1a}.back-to-top:focus-visible{outline:2px solid var(--coral);outline-offset:3px}@media (max-width:560px){.back-to-top{width:40px;height:40px;bottom:clamp(76px,12vh,90px)}}@media print{*,:before,:after{color:#000!important;box-shadow:none!important;text-shadow:none!important;background:0 0!important}.back-to-top,.line-floating,.cookie-consent,.cookie-settings,.menu-button,.mega-menu,.site-header{display:none!important}.hero-stage,.hero-orbit,.stage-card,.portfolio-stage{break-inside:avoid;page-break-inside:avoid}a[href]:after{content:" (" attr(href) ")";font-size:.75em;color:#666!important}a[href^=\#]:after,a[href^=javascript]:after{content:""}.section-shell{page-break-inside:avoid;padding:24px 0}@page{margin:1.6cm 1.8cm}}
