@charset "UTF-8";:root{font-family:Microsoft YaHei UI,PingFang SC,sans-serif;color:#dfe6d5;background:#04060d;--ink:#e9eee0;--lime:#e1ed92;--progress:0;--chapter:0;color-scheme:light}*{box-sizing:border-box}body{margin:0}html{scroll-behavior:smooth}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit;background:none;border:0;cursor:pointer}a,button{-webkit-tap-highlight-color:transparent}button:focus-visible,a:focus-visible{outline:2px solid #223f29;outline-offset:5px}::selection{background:#dee9a5;color:#243127}.skip{position:fixed;top:-100px;left:20px;z-index:60;padding:14px;background:#0e1524}.skip:focus{top:14px}#stage{position:fixed;inset:0;z-index:0;touch-action:pan-y}#stage canvas{display:block;width:100%;height:100%;touch-action:pan-y;cursor:grab}#stage canvas:active{cursor:grabbing}#loading{position:fixed;inset:0;z-index:100;background:#04060d;display:flex;flex-direction:column;align-items:center;justify-content:center;transition:opacity .5s}#loading.done{opacity:0;pointer-events:none}.loading-mark{font:84px Georgia,serif;letter-spacing:-.12em}.loading-mark span{font-size:55px;color:#7d9a5c}#loading p{font-size:12px;letter-spacing:.1em}#fallback{position:fixed;inset:0;z-index:0;pointer-events:none;text-align:center;padding-top:14vh}#fallback img{height:48vh;max-width:65vw;object-fit:cover;border-radius:50%}#fallback p{font-size:12px}.site-header{position:fixed;z-index:15;top:0;left:0;right:0;display:flex;align-items:center;justify-content:space-between;padding:25px 3.5%;pointer-events:none}.site-header>*{pointer-events:auto}.brand b{font-size:21px;letter-spacing:-.04em}.brand b span{font-size:12px;font-weight:400;margin-left:8px}.brand small{font:8px Consolas,monospace;letter-spacing:.17em;display:block;margin-top:8px;opacity:.65}.header-actions{display:flex;align-items:center;gap:23px;font-size:11px}.header-actions>button{padding:10px 0}.header-actions #motion{font-size:10px;opacity:.7}.header-actions #motion span{display:inline-block;margin-left:4px}.contact-link{background:var(--ink);color:#10141f;border-radius:30px;padding:12px 20px}.contact-link span{margin-left:15px}.chapter-rail{position:fixed;right:28px;top:50%;transform:translateY(-50%);z-index:12;display:flex;flex-direction:column;gap:22px}.chapter-rail button{display:flex;align-items:center;justify-content:end;gap:10px;padding:0;position:relative}.chapter-rail button span{font:9px Consolas,monospace;opacity:.4}.chapter-rail i{width:5px;height:5px;border-radius:50%;background:#fff4;transition:transform .3s}.chapter-rail b{position:absolute;right:43px;font-weight:400;white-space:nowrap;font-size:10px;opacity:0;transition:opacity .3s;pointer-events:none}.chapter-rail button[aria-current] i{transform:scale(1.6);background:#e1ed92}.chapter-rail button:hover b,.chapter-rail button[aria-current] span{opacity:1}.chapter{height:115svh;min-height:800px;position:relative;pointer-events:none;display:flex;align-items:center;justify-content:flex-end;padding:100px 9% 100px 7%}.opening{height:100svh;min-height:700px;display:block}.chapter:last-child{height:100svh}.narrative{position:relative;width:37%;max-width:480px;opacity:0;transform:translateY(30px);transition:opacity .5s,transform .7s;pointer-events:none}.chapter.is-active .narrative{opacity:1;transform:none;pointer-events:auto}.overline{font:9px Consolas,monospace;letter-spacing:.16em;margin:0 0 30px;color:#93a58b}h2{font-size:clamp(28px,3.2vw,49px);font-weight:500;letter-spacing:-.06em;line-height:1.26;margin:0 0 25px}h2>span{color:#b7c98a}.lead{font-size:13px;line-height:1.95;color:#a9b49c;max-width:420px}.ink-link{font-size:12px;display:inline-flex;gap:25px;align-items:center;border-bottom:1px solid #27352d;padding:14px 0;margin-top:15px}.ink-link span{font-size:19px}.hello-note{position:absolute;top:25%;left:10%;opacity:1;transition:opacity .4s;pointer-events:auto}.scribble{font:italic 20px Georgia,serif;letter-spacing:-.04em;display:block;transform:rotate(-7deg);margin-bottom:20px}.hello-note h1{font-size:clamp(25px,2.7vw,42px);line-height:1.35;font-weight:500;letter-spacing:-.08em;margin:0}.hello-note h1>span{background:#e4edab;color:#1c2418;padding:0 4px;display:inline-block;transform:rotate(-4deg)}.hello-note p{font-size:11px;line-height:1.8;margin-top:22px}.drawn-arrow{font:70px Georgia,serif;display:block;transform:rotate(-25deg);margin:0 0 0 120px;opacity:.65}.hero-caption{position:absolute;bottom:13%;left:0;right:0;text-align:center;transition:opacity .4s;pointer-events:auto}.tiny-label{font:8px Consolas,monospace;letter-spacing:.2em;color:#eff2e5;text-shadow:0 1px 4px #1b2d27}.hero-caption h2{font-size:clamp(23px,2.4vw,35px);color:#fffdf2;font-weight:400;letter-spacing:-.035em;margin:15px 0 12px;text-shadow:0 2px 22px #152b28a0}.hero-caption p{font-size:11px;line-height:1.8;color:#f4f3e8;text-shadow:0 1px 8px #263a2d}.scroll-prompt{font:8px Consolas,monospace;letter-spacing:.15em;display:inline-flex;align-items:center;gap:16px;margin-top:18px;color:#f1f2df}.scroll-prompt span{font-size:18px;animation:nudge 2.5s ease-in-out infinite}.play-hint{position:absolute;right:9%;top:32%;display:flex;flex-direction:column;gap:10px;font-size:10px;transform:rotate(5deg);pointer-events:auto}.play-hint button{font-size:9px;border-bottom:1px dashed #4d614f66;padding:8px 0}.opening:not(.is-active) .hello-note,.opening:not(.is-active) .hero-caption,.opening:not(.is-active) .play-hint{opacity:0;pointer-events:none}.mobile-break{display:none}.problem-list{margin-top:24px}.problem-list p{display:flex;gap:18px;font-size:11px;line-height:1.8;padding:14px 0;border-top:1px solid #ffffff22;margin:0}.problem-list b{font-size:14px;white-space:nowrap}.problem-list span{color:#9aa890}.delivery-path{list-style:none;padding:0;margin:28px 0 10px}.delivery-path li{display:flex;gap:16px;padding:0 0 21px;position:relative}.delivery-path li:not(:last-child):after{position:absolute;content:"";width:1px;background:#fff3;top:24px;bottom:0;left:12px}.delivery-path li>span{background:#e1ed92;color:#1c2418;border-radius:50%;width:25px;height:25px;display:grid;place-items:center;font:8px Consolas,monospace;flex-shrink:0}.delivery-path b{font-size:14px;font-weight:500}.delivery-path p{font-size:11px;line-height:1.8;margin:5px 0 0;color:#52634f}.brand-cloud{display:flex;flex-wrap:wrap;gap:9px;margin:27px 0}.brand-cloud span{font-size:12px;border:1px solid #ffffff30;border-radius:4px;padding:9px 12px;background:#ffffff10}.brand-cloud span:nth-child(2){transform:rotate(-3deg);background:#e1ed92;color:#1c2418}.brand-cloud span:nth-child(3){transform:rotate(2deg)}.small-copy{font-size:11px;line-height:1.9;color:#9fab93}.search-example{padding:22px 25px;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:3px;transform:rotate(-2deg);margin:30px 0}.search-example>span{font-size:9px;color:#93a58b}.search-example p{font-size:22px;line-height:1.5;letter-spacing:-.035em;margin:15px 0}.search-example i{font:9px Consolas,monospace;letter-spacing:.03em;color:#93a58b}.work-list{margin-top:30px}.work-list button{display:block;border-top:1px solid #ffffff24;width:100%;text-align:left;padding:18px 30px 18px 0;position:relative}.work-list button>span{font:8px Consolas,monospace;letter-spacing:.1em;color:#8fa086;display:block;margin-bottom:9px}.work-list b{font-size:16px;font-weight:400}.work-list i{position:absolute;right:3px;top:29px;font-style:normal;font-size:20px;transition:transform .3s}.work-list button:hover i{transform:translate(3px,-3px)}.big-contact{font:clamp(18px,2vw,29px) Georgia,serif;display:block;border-bottom:1px solid #ffffff55;padding:20px 0;margin:25px 0}.big-contact span{float:right}.contact-options{display:flex;gap:20px;font-size:11px;margin:20px 0}.contact-options button{padding:0}.real-person{display:flex;align-items:center;gap:15px;margin-top:42px}.real-person img{width:55px;height:65px;object-fit:cover;object-position:center;border-radius:8px}.real-person p{font-size:10px;line-height:1.8;color:#9aa890}.bottom-bar{position:fixed;z-index:14;bottom:19px;left:3.5%;right:3.5%;display:flex;justify-content:space-between;align-items:center;pointer-events:none;font:8px Consolas,monospace;letter-spacing:.12em}.bottom-bar>*{pointer-events:auto}#chapter-name{width:280px}.chapter-controls{display:flex;gap:20px;align-items:center;border:1px solid #ffffff2e;background:#141d2e99;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:30px;padding:8px 12px}.chapter-controls button{font-size:17px;width:22px;line-height:1}.chapter-controls button:disabled{opacity:.25;cursor:default}.chapter-controls>span{font-size:9px}#reset-view{width:280px;text-align:right;font-size:10px;letter-spacing:0}.progress-track{position:fixed;bottom:0;left:0;right:0;height:3px;background:#ffffff12;z-index:15}.progress-track span{display:block;height:100%;width:100%;background:#9dbb6a;transform:scaleX(var(--progress));transform-origin:left}.hover-note{position:fixed;z-index:18;background:#263e2ee8;color:#f6f5e5;font-size:10px;padding:9px 13px;border-radius:30px;pointer-events:none;transform:translate(15px,-25px)}#toast{position:fixed;z-index:25;top:105px;left:50%;transform:translate(-50%,-8px);background:#263e2eea;color:#f5f1d8;border-radius:30px;padding:12px 22px;font-size:12px;opacity:0;transition:opacity .3s,transform .3s;pointer-events:none}#toast.visible{opacity:1;transform:translate(-50%)}dialog{width:min(880px,calc(100% - 36px));max-height:88svh;border:0;border-radius:12px;background:#0e1524;color:#dfe6d5;padding:0;box-shadow:0 35px 100px #152a2a4d}dialog::backdrop{background:#172e2860;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.case-body{padding:55px 65px}.close-modal{position:sticky;top:12px;float:right;margin:12px 15px 0 0;font-size:26px;border:1px solid #ffffff22;border-radius:50%;width:34px;height:34px;line-height:1;z-index:2;background:#0e1524}.case-body .overline{margin-bottom:20px}.case-body h2{font-size:37px;letter-spacing:-.04em}.case-summary{font-size:14px;line-height:1.9;color:#a9b49c}.case-part{border-top:1px solid #7b8b712e;padding:22px 0 0;margin-top:23px}.case-part h3{font-size:16px;font-weight:500;margin:0 0 12px}.case-part p,.case-part li{font-size:12px;line-height:1.9;color:#a0ac96}.case-part ul{padding-left:17px}.case-image{display:block;width:100%;max-height:500px;object-fit:contain;margin:25px auto;background:#141c2c;border-radius:5px}.evidence-note{font-size:10px!important;color:#788674!important}.presentation .chapter-rail{opacity:.25}.presentation .header-actions #present{background:#ddeb9d;color:#1c2418;border-radius:20px;padding:10px 13px}.presentation .chapter-controls{background:#2a3a1e}.presentation .play-hint{display:none}.static-mode .scroll-prompt span{animation:none}@keyframes nudge{50%{transform:translateY(6px)}}@media(min-width:1700px){.narrative{max-width:550px}.hello-note{left:13%}}@media(max-width:1000px){.narrative{width:40%}.chapter{padding-right:9%}.lead{font-size:12px}.hello-note{left:6%;top:27%}.play-hint{right:7%;font-size:9px}h2{font-size:35px}.bottom-bar #chapter-name,.bottom-bar #reset-view{width:220px}}@media(max-width:700px){.site-header{padding:19px 5%}.brand b{font-size:17px}.brand b span{font-size:10px;margin-left:5px}.brand small{font-size:6px;letter-spacing:.08em}.header-actions{gap:12px;font-size:10px}.contact-link{padding:9px 12px}.contact-link span,.header-actions #motion{display:none}.header-actions #present{font-size:9px}.chapter-rail{right:10px;gap:17px}.chapter-rail button span{display:none}.chapter-rail i{width:4px;height:4px}.chapter-rail b{right:16px}.chapter{height:120svh;min-height:850px;padding:0 7% 100px;align-items:flex-end}.opening{height:100svh;min-height:670px}.chapter:last-child{height:115svh}.hello-note{left:7%;top:15%}.hello-note h1{font-size:26px}.hello-note p{font-size:9px;line-height:1.7;margin-top:12px}.scribble{font-size:14px;margin-bottom:12px}.drawn-arrow{font-size:48px;margin-left:80px}.hero-caption{bottom:14%;padding:0 15px}.hero-caption h2{font-size:23px;margin:12px 0 8px}.hero-caption p{font-size:10px}.tiny-label{font-size:6px}.scroll-prompt{font-size:7px;margin-top:10px}.play-hint{top:25%;right:6%;font-size:8px}.play-hint button{font-size:8px}.mobile-break{display:block}.narrative{width:100%;max-width:none;background:linear-gradient(140deg,#101a2bd9,#0d1523d9);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);padding:25px 25px 21px;border:1px solid #ffffff1f;border-radius:10px;box-shadow:0 12px 50px #0006}.overline{font-size:8px;margin-bottom:16px}h2{font-size:29px;line-height:1.2;margin-bottom:15px}.lead{font-size:11px;line-height:1.8}.problem-list{margin-top:16px}.problem-list p{font-size:10px;padding:10px 0;gap:15px}.problem-list b{font-size:12px}.ink-link{font-size:11px;padding:8px 0;margin-top:8px}.delivery-path{margin:18px 0 0}.delivery-path li{padding-bottom:14px}.delivery-path b{font-size:12px}.delivery-path p{font-size:10px}.brand-cloud{gap:7px;margin:17px 0}.brand-cloud span{font-size:10px;padding:7px 9px}.small-copy{font-size:10px}.search-example{padding:15px 20px;margin:20px 0}.search-example p{font-size:20px}.work-list{margin-top:15px}.work-list button{padding:13px 25px 13px 0}.work-list b{font-size:13px}.work-list button>span{font-size:7px;margin-bottom:6px}.work-list i{top:23px;font-size:16px}.big-contact{font-size:23px;margin:15px 0;padding:12px 0}.contact-options{font-size:10px;margin:13px 0}.real-person{margin-top:22px}.real-person img{width:42px;height:48px}.real-person p{font-size:9px}.bottom-bar{left:5%;right:5%;bottom:13px}#chapter-name{display:none}.bottom-bar #reset-view{width:auto;font-size:9px}.chapter-controls{gap:13px;padding:7px 10px}.chapter-controls>span{font-size:8px}.chapter-controls button{font-size:17px}#toast{top:80px;font-size:10px;white-space:nowrap;max-width:94vw;padding:11px 16px}.case-body{padding:35px 25px}.case-body h2{font-size:28px}.case-summary{font-size:12px}.case-part p,.case-part li{font-size:11px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}[hidden]{display:none!important}.poster-mode{background:#04060d}.poster-mode #fallback{padding:0;inset:90px 0 70px;text-align:left;z-index:0}.approved-portrait{position:absolute;height:100%;aspect-ratio:1086/1448;left:50%;transform:translate(-38%);transition:left .7s,transform .7s;pointer-events:none}#fallback .approved-portrait img{display:block;width:100%;height:100%;max-width:none;object-fit:contain;border-radius:0}.portrait-hotspot{position:absolute;width:13%;height:9%;border:2px solid transparent;border-radius:20%;pointer-events:auto;transition:border-color .2s,box-shadow .2s}.portrait-hotspot:hover,.portrait-hotspot:focus-visible{border-color:#fff;box-shadow:0 0 0 5px #27352d24}.portrait-hotspot span{position:absolute;top:100%;left:50%;transform:translate(-50%);white-space:nowrap;font-size:11px;border-radius:20px;padding:8px 12px;background:#26352e;color:#fff;opacity:0;pointer-events:none}.portrait-hotspot:hover span,.portrait-hotspot:focus-visible span{opacity:1}.hotspot-ai{left:32%;top:17%}.hotspot-seo{left:32%;top:43%}.hotspot-geo{left:68%;top:38%}.hotspot-fde{left:54%;top:75%}.asset-status{position:fixed;bottom:66px;left:3.5%;font-size:10px!important;letter-spacing:.04em;color:#66716a;max-width:90vw}.poster-mode .hero-caption{left:10%;right:auto;bottom:18%;text-align:left;max-width:300px}.poster-mode .hero-caption h2{font-size:22px}.poster-mode .hero-caption h2,.poster-mode .hero-caption p,.poster-mode .tiny-label,.poster-mode .scroll-prompt{color:#eef1e2;text-shadow:none}.poster-mode .hello-note{top:24%}.poster-mode .drawn-arrow{display:none}.poster-mode:not([data-chapter="0"]) .approved-portrait{left:26%;transform:translate(-50%)}.poster-mode .chapter-controls{background:#fff9}@media(max-width:1000px)and (min-width:701px){.poster-mode .hello-note{left:5%}.poster-mode .hero-caption{left:5%;max-width:230px}.approved-portrait{height:85%;top:10%}.poster-mode:not([data-chapter="0"]) .approved-portrait{left:23%;height:74%;top:17%}}@media(max-width:700px){.poster-mode #fallback{inset:145px 0 100px}.approved-portrait{height:auto;width:min(91vw,440px);left:50%;top:0;transform:translate(-50%)}.poster-mode .hello-note{left:7%;top:100px}.poster-mode .hello-note h1{font-size:22px}.poster-mode .hello-note h1 br,.poster-mode .hello-note p,.poster-mode .scribble{display:none}.poster-mode .hero-caption{left:7%;right:7%;bottom:85px;max-width:none;padding:12px 16px;background:#0d1420cc;border-radius:8px}.poster-mode .hero-caption h2{font-size:18px;margin:0 0 6px}.poster-mode .hero-caption p{margin:0;font-size:10px}.poster-mode .tiny-label,.poster-mode .mobile-break{display:none}.poster-mode .scroll-prompt{margin-top:7px}.asset-status{left:5%;bottom:48px;font-size:8px!important}.poster-mode:not([data-chapter="0"]) .approved-portrait{left:50%;transform:translate(-50%)}}:root{--depth:0 1px 0 #c9d0c3,0 2px 0 #bdc7b6,0 3px 0 #acb9a4,0 7px 12px #24352d19}html{overflow-x:clip}.site-header{padding-top:24px}.brand b{display:block;font-size:21px;line-height:1.15;letter-spacing:-.06em}.brand b span{display:block;margin:4px 0 0;font-size:16px;font-weight:650;letter-spacing:-.045em}.brand small{font-size:9px;margin-top:9px}.header-actions{font-size:14px;gap:24px}.header-actions #motion{font-size:13px;opacity:1}.chapter-rail button{min-width:28px;min-height:24px}.chapter-rail button span{font-size:11px}.chapter-rail{gap:12px}.chapter-rail b{font-size:13px}.chapter{height:auto;min-height:115svh;padding-top:135px;padding-bottom:125px}.chapter.opening{height:100svh;min-height:800px;padding:0}.chapter:last-child{height:auto;min-height:100svh}.narrative{width:43%;max-width:590px;perspective:1000px}.narrative h2{font-size:clamp(36px,3.65vw,58px);line-height:1.25;font-weight:650;letter-spacing:-.065em;text-shadow:var(--depth)}.title-line{display:block;color:inherit!important;transform-origin:0 90%;will-change:auto}.hello-note h1>.title-line{background:none;padding:0;transform:none}.title-line>span{color:#627749}.hello-note h1 .title-line>span{color:#26382c;background:#e1ed92;display:inline-block;padding:0 .1em;box-shadow:3px 4px #a9b866;transform:rotate(-3deg)}.overline{font-size:12px;letter-spacing:.12em;margin-bottom:24px}.lead{font-size:17px;line-height:1.9;max-width:none}.small-copy{font-size:15px;line-height:1.9}.ink-link{font-size:16px;min-height:44px;gap:26px}.problem-list p{font-size:15px;gap:22px;padding:16px 0}.problem-list b{font-size:18px}.delivery-path b{font-size:19px}.delivery-path p{font-size:15px}.delivery-path li{padding-bottom:22px}.delivery-path li>span{font-size:11px;width:30px;height:30px}.delivery-path li:not(:last-child):after{left:15px;top:30px}.brand-cloud span{font-size:15px}.search-example>span,.search-example i{font-size:13px}.search-example p{font-size:29px}.work-list b{font-size:20px}.work-list button>span{font-size:11px}.work-list button{padding:20px 35px 20px 0}.contact-options{font-size:15px}.real-person p{font-size:13px}.real-person img{width:66px;height:78px}.capability-links{display:flex;flex-wrap:wrap;gap:10px;margin:22px 0}.capability-links button{font-size:16px;padding:12px 16px;border:1px solid #708060;background:#e2ebc6;color:#1c2418;border-radius:8px;box-shadow:0 3px #aebc94;text-align:left}.capability-links button:last-child{background:#f0c7ba;color:#1c2418;box-shadow:0 3px #c59384}.capability-links span{margin-left:12px}.capability-links button:hover{translate:0 -2px}.case-body h2{font-size:38px}.case-summary{font-size:18px}.case-part h3{font-size:21px}.case-part p,.case-part li{font-size:16px;line-height:1.9}.evidence-note{font-size:13px!important}.close-modal{width:44px;height:44px}.bottom-bar{font-size:10px}.chapter-controls>span{font-size:12px}.chapter-controls button{width:30px;min-height:28px}.asset-status{font-size:11px!important}.poster-mode .hello-note{left:7%;top:21%;width:43%}.poster-mode .hello-note h1{font-size:clamp(48px,5.8vw,88px);line-height:1.3;font-weight:750;letter-spacing:-.075em;text-shadow:var(--depth)}.poster-mode .hello-note p{font-size:18px;line-height:1.85;margin-top:26px}.poster-mode .scribble{font-size:25px;margin-bottom:22px}.poster-mode .hero-caption{left:7%;bottom:15%;max-width:360px}.poster-mode .hero-caption h2{font-size:26px;line-height:1.45}.poster-mode .hero-caption p{font-size:15px;line-height:1.8}.poster-mode .tiny-label{font-size:10px}.poster-mode .scroll-prompt{font-size:11px;min-height:44px}.approved-portrait{left:68%;transform:translate(-50%);perspective:1200px}.portrait-surface{position:relative;width:100%;height:100%;transform-style:preserve-3d;transform:perspective(1400px) translateY(var(--scroll-lift,0px)) rotateX(var(--pointer-x,0deg)) rotateY(var(--pointer-y,0deg));transition:transform .8s cubic-bezier(.2,.75,.2,1);animation:portrait-breathe 6s ease-in-out infinite;isolation:isolate}.portrait-surface>img{pointer-events:none}.portrait-surface:has(button:hover),.portrait-surface:focus-within{animation-play-state:paused}.skill-sticker{position:absolute;z-index:3;pointer-events:auto;text-align:left;padding:13px 40px 14px 18px;border:3px solid #fffcf2;border-radius:15px;white-space:nowrap;background:var(--sticker);color:var(--sticker-ink);transform:rotate(var(--tilt));box-shadow:0 5px 0 var(--sticker-edge),0 9px #fffcf2,0 18px 30px #26352d30;animation:sticker-bob 5s ease-in-out infinite;animation-delay:var(--delay);transition:scale .25s,box-shadow .25s}.skill-sticker:hover,.skill-sticker:focus-visible{scale:1.075;box-shadow:0 7px 0 var(--sticker-edge),0 11px #fffcf2,0 24px 34px #26352d36;animation-play-state:paused}.skill-sticker:active{scale:.98}.skill-sticker b{display:block;font-size:23px;font-weight:750;letter-spacing:-.04em;text-shadow:0 1px 0 #fff4}.skill-sticker small{display:block;font:10px Consolas,monospace;letter-spacing:.06em;margin-bottom:6px;opacity:.85}.skill-sticker>span{position:absolute;right:13px;top:50%;font-size:23px}.sticker-matrix{--sticker:#e3ec97;--sticker-edge:#9aa556;--sticker-ink:#354725;--tilt:-7deg;--delay:-1s;left:-12%;top:70%}.sticker-live{--sticker:#eb967e;--sticker-edge:#b85c46;--sticker-ink:#5b241a;--tilt:8deg;--delay:-2.7s;right:-14%;top:58%}.sticker-brand{--sticker:#a8c7e5;--sticker-edge:#5a81a4;--sticker-ink:#244566;--tilt:-10deg;--delay:-3.8s;left:-5%;top:39%}.sticker-streaming{--sticker:#d8c0ef;--sticker-edge:#9a70bd;--sticker-ink:#472c63;--tilt:6deg;--delay:-1.6s;right:-9%;top:12%}.sticker-streaming small i{display:inline-block;width:7px;height:7px;border-radius:50%;background:#6a3f8f;margin-right:4px;box-shadow:0 0 0 3px #fff5;animation:on-air 2.5s ease-in-out infinite}.sticker-live small i{display:inline-block;width:7px;height:7px;border-radius:50%;background:#8c301d;margin-right:4px;box-shadow:0 0 0 3px #fff5;animation:on-air 2.5s ease-in-out infinite}.portrait-hotspot{z-index:4;min-width:44px;min-height:44px}.portrait-hotspot span{font-size:15px;padding:10px 15px}.poster-mode:not([data-chapter="0"]) .approved-portrait{left:23%;scale:.86;transform:translate(-50%);transform-origin:center}.poster-mode:not([data-chapter="0"]) .skill-sticker{scale:.87}.opening.is-active .title-line{animation:type-rise .9s cubic-bezier(.15,.8,.22,1) both;animation-delay:calc(.12s + var(--line)*.16s)}.opening.is-active .scribble,.opening.is-active .hello-note p,.opening.is-active .hero-caption{animation:content-rise .9s .3s both}.is-active .narrative>.overline,.is-active .narrative>.lead,.is-active .narrative>div,.is-active .narrative>ol,.is-active .narrative>.small-copy,.is-active .narrative>.ink-link,.is-active .narrative>a{animation:content-rise .75s cubic-bezier(.16,.8,.25,1) both;animation-delay:calc(var(--order)*65ms)}.is-active .narrative .title-line{animation:type-rise .8s cubic-bezier(.15,.8,.22,1) both;animation-delay:calc(.1s + var(--line)*.13s)}.work-list button:hover{background:#fff4;transform:translate(5px)}.work-list button{transition:background .2s,transform .3s}.brand-cloud span{box-shadow:0 3px #53684823}@keyframes portrait-breathe{0%,to{translate:0 0}50%{translate:0 -10px}}@keyframes sticker-bob{0%,to{translate:0 0}50%{translate:0 -9px}}@keyframes on-air{50%{opacity:.45}}@keyframes type-rise{0%{opacity:0;transform:perspective(800px) translate3d(0,35px,-40px) rotateX(-22deg)}to{opacity:1;transform:none}}@keyframes content-rise{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:none}}@media(min-width:701px)and (max-width:1100px){.poster-mode .hello-note h1{font-size:58px}.poster-mode .hello-note{left:5%;width:41%}.poster-mode .hello-note p{font-size:16px}.poster-mode .hero-caption{left:5%;max-width:290px}.poster-mode .hero-caption h2{font-size:22px}.approved-portrait{height:77%;top:10%;left:68%}.skill-sticker b{font-size:18px}.skill-sticker{padding:10px 30px 10px 12px}.sticker-live{right:-7%}.sticker-matrix{left:-9%}.sticker-streaming{right:-7%;top:15%}.narrative{width:46%}.narrative h2{font-size:37px}.lead{font-size:16px}.poster-mode:not([data-chapter="0"]) .approved-portrait{left:22%;height:67%;top:15%}}@media(max-width:700px){.site-header{padding:17px 5%;background:#0a101dd9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.brand b{font-size:16px}.brand b span{font-size:12px;margin-top:3px}.brand small{font-size:6px;margin-top:6px}.header-actions{gap:10px;font-size:11px}.header-actions #motion{display:block;font-size:11px;padding:10px 2px}.header-actions #present{font-size:10px}.contact-link{display:none}.chapter{min-height:100svh;height:auto;padding:110px 7% 115px;align-items:center}.chapter.opening{height:100svh;min-height:960px}.chapter:last-child{height:auto;min-height:100svh}.poster-mode #fallback{inset:235px 0 auto;height:520px}.approved-portrait{width:min(80vw,400px);height:auto;left:50%;top:0;transform:translate(-50%)}.portrait-surface{height:auto;aspect-ratio:1086/1448}.poster-mode .hello-note{left:7%;top:108px;width:86%}.poster-mode .hello-note h1{font-size:42px;line-height:1.23}.hello-note .title-line{display:inline-block;margin-right:.18em}.poster-mode .hello-note p{display:block;font-size:14px;line-height:1.7;margin-top:17px}.poster-mode .hello-note p br,.poster-mode .scribble{display:none}.poster-mode .hero-caption{left:7%;right:7%;bottom:95px;max-width:none;background:transparent;padding:0}.poster-mode .hero-caption h2{font-size:23px;line-height:1.45;margin-bottom:8px}.poster-mode .hero-caption p{font-size:14px}.poster-mode .scroll-prompt{font-size:10px;margin-top:4px}.skill-sticker{padding:10px 29px 10px 12px;border-width:2px;border-radius:11px}.skill-sticker b{font-size:17px}.skill-sticker small{font-size:8px;margin-bottom:4px}.skill-sticker>span{font-size:19px;right:10px}.sticker-matrix{left:-6%;top:79%}.sticker-live{right:-7%;top:66%}.sticker-brand{left:-6%;top:37%}.sticker-streaming{right:-8%;top:16%}.portrait-hotspot span{font-size:12px}.poster-mode:not([data-chapter="0"]) .approved-portrait{left:50%;scale:1;opacity:.25}.poster-mode:not([data-chapter="0"]) .approved-portrait button{pointer-events:none;visibility:hidden}.narrative{width:100%;padding:26px 23px;background:#101828f2}.narrative h2{font-size:35px;line-height:1.25}.overline{font-size:10px}.lead{font-size:16px;line-height:1.85}.problem-list p{font-size:14px;gap:14px}.problem-list b{font-size:16px}.small-copy{font-size:14px}.delivery-path b{font-size:17px}.delivery-path p{font-size:14px}.delivery-path li{padding-bottom:17px}.ink-link{font-size:15px}.brand-cloud span{font-size:13px}.search-example p{font-size:25px}.search-example i{font-size:11px}.work-list b{font-size:17px}.work-list button>span{font-size:10px}.work-list button{padding:17px 23px 17px 0}.contact-options{font-size:13px}.real-person p{font-size:12px}.case-body{padding:34px 25px}.case-body h2{font-size:29px}.case-summary{font-size:16px}.case-part h3{font-size:19px}.case-part p,.case-part li{font-size:15px}.evidence-note{font-size:12px!important}.asset-status{font-size:9px!important;bottom:61px;max-width:90vw}.bottom-bar{bottom:15px}.chapter-controls>span{font-size:11px}.chapter-controls button{min-width:30px;min-height:28px}.chapter-rail{right:8px;gap:12px}}.static-mode .portrait-surface,.static-mode .skill-sticker,.static-mode .sticker-live small i{animation:none!important;translate:none!important;transition:none!important}.static-mode .title-line,.static-mode .is-active .narrative>*,.static-mode .opening.is-active .scribble,.static-mode .opening.is-active .hello-note p,.static-mode .opening.is-active .hero-caption{animation:none!important}.static-mode .approved-portrait,.static-mode .narrative{transition:none!important}@media(prefers-reduced-motion:reduce){.portrait-surface{transform:none!important}.portrait-surface,.skill-sticker{translate:none!important}*,*:before,*:after{animation:none!important;transition:none!important}html{scroll-behavior:auto}}.poster-mode .hello-note{top:14%;width:48%}.poster-mode .hello-note h1{font-size:clamp(42px,4.8vw,72px);line-height:1.25}.poster-mode .hello-note .identity-line{font-size:18px;line-height:1.9;margin:23px 0 14px}.identity-line strong{font-weight:600}.identity-line .follower-number{font:700 30px Georgia,serif;letter-spacing:-.04em;color:#b7c98a}.identity-tags{display:flex;flex-wrap:wrap;gap:8px}.identity-tags span{font-size:12px;border:1px solid #ffffff33;border-radius:30px;padding:7px 12px;background:#ffffff12}.poster-mode .hero-caption{bottom:17%;max-width:470px}.poster-mode .hero-caption h2{font-size:28px;line-height:1.42}.poster-mode .hero-caption p{font-size:16px}.poster-mode .tiny-label{font-size:11px}.poster-mode .scroll-prompt{font-size:12px}.identity-stats{display:grid;grid-template-columns:1fr 1fr;gap:20px;border-block:1px solid #ffffff2b;margin:25px 0;padding:22px 0}.identity-stats b{display:block;font:50px Georgia,Microsoft YaHei,serif;letter-spacing:-.06em}.identity-stats span{display:block;font-size:12px;margin-top:8px;color:#9fab93}.personal-note{font-size:12px;line-height:1.85;color:#98a58e;margin-top:24px}.tool-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:28px 0}.tool-grid button{text-align:left;padding:20px 16px;border:1px solid #ffffff2b;background:#ffffff0d;border-radius:8px;transition:background .2s,transform .2s}.tool-grid button:hover{background:#e1ed92;color:#1c2418;transform:translateY(-3px)}.tool-grid span{display:block;font:10px Consolas,monospace;letter-spacing:.05em;color:#93a58b}.tool-grid b{display:block;font-size:23px;font-weight:500;margin:13px 0}.tool-grid small{display:block;font-size:12px;line-height:1.6}.case-body .ink-link{margin-top:25px}.narrative{overflow-wrap:anywhere}@media(min-width:701px)and (max-width:1100px){.poster-mode .hello-note{width:47%;top:20%}.poster-mode .hello-note h1{font-size:45px}.poster-mode .hello-note .identity-line{font-size:16px}.poster-mode .hero-caption{max-width:390px;bottom:20%}.poster-mode .hero-caption h2{font-size:24px}.poster-mode .hero-caption p{font-size:15px}.identity-tags span{font-size:11px;padding:6px 9px}.tool-grid{gap:8px}.tool-grid button{padding:17px 12px}}@media(max-width:700px){.poster-mode .hello-note{top:112px;width:86%}.poster-mode .hello-note h1{font-size:clamp(30px,7.8vw,42px)}.hello-note .title-line{display:block}.poster-mode .hello-note .identity-line{font-size:13px;letter-spacing:-.015em;margin:15px 0 10px;line-height:1.85}.poster-mode .hello-note .identity-line br{display:block}.identity-line .follower-number{font-size:25px}.identity-tags{gap:6px}.identity-tags span{font-size:11px;padding:5px 9px}.poster-mode #fallback{inset:365px 0 auto;height:500px}.approved-portrait{width:min(76vw,355px)}.chapter.opening{min-height:1110px}.poster-mode .hero-caption{bottom:110px;max-width:none}.poster-mode .hero-caption h2{font-size:21px}.poster-mode .hero-caption p{font-size:13px}.identity-stats{gap:10px;padding:18px 0}.identity-stats b{font-size:40px}.identity-stats span,.personal-note{font-size:11px}.tool-grid{gap:8px}.tool-grid button{padding:15px 10px}.tool-grid b{font-size:20px}.tool-grid small{font-size:11px}.tool-grid span{font-size:9px}.narrative{padding:25px 19px}.narrative h2{font-size:clamp(28px,7.5vw,35px)}.header-actions{gap:7px}.brand small{letter-spacing:.04em}}.glb-mode #fallback{z-index:1}.glb-mode #fallback .approved-portrait img,.glb-mode .portrait-hotspot{display:none}#face-chips{position:fixed;inset:0;z-index:2;pointer-events:none}.face-chip{position:absolute;transform:translate(-50%,-50%);pointer-events:auto;font-size:12px;font-weight:800;letter-spacing:.03em;padding:5px 9px;border-radius:8px;border:2px solid #fffcf2;color:#fff;box-shadow:0 3px 6px #26352d38;white-space:nowrap;transition:opacity .25s}.face-chip:hover{filter:brightness(1.1)}.chip-ai{background:#2f7fe0;rotate:-8deg}.chip-seo{background:#e8862e;rotate:6deg}.chip-geo{background:#43a047;rotate:4deg}.chip-fde{background:#2e4468;border-radius:50%;padding:9px 8px;rotate:0deg}.eye-iris{position:absolute;z-index:2;width:6.63%;aspect-ratio:72/70;pointer-events:none;background-size:contain;background-repeat:no-repeat;will-change:transform}.eye-iris-r{left:40.42%;top:31.08%;background-image:url(../media/eye-iris-r.png)}.eye-iris-l{left:60.04%;top:28.18%;background-image:url(../media/eye-iris-l.png)}.eye-lid{position:absolute;z-index:2;width:8.84%;aspect-ratio:96/53;pointer-events:none;background-size:contain;background-repeat:no-repeat}.eye-lid-r{left:39.32%;top:30.39%;background-image:url(../media/eye-lid-r.png)}.eye-lid-l{left:58.93%;top:27.49%;background-image:url(../media/eye-lid-l.png)}.glb-mode .eye-lid,.glb-mode .eye-iris{display:none}#fallback .approved-portrait .portrait-surface>img{filter:drop-shadow(var(--shadow-x,0px) var(--shadow-y,14px) 22px rgba(38,53,45,.24));transition:filter .8s cubic-bezier(.2,.75,.2,1)}.static-mode #fallback .approved-portrait .portrait-surface>img{filter:none;transition:none}@media(prefers-reduced-motion:reduce){#fallback .approved-portrait .portrait-surface>img{filter:none}}.asset-status{display:none!important}@media(min-width:701px){.narrative{background:linear-gradient(150deg,#0b1220e6,#0a101ce0 55%,#0d1526d9);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);padding:38px 40px;border:1px solid #ffffff14;border-radius:12px;box-shadow:0 18px 60px #00000059}.delivery-path p{color:#b7c2ab}.problem-list span{color:#b2bfa6}.small-copy{color:#aab79f}}.site-footer{position:relative;z-index:6;padding:174px 7% 168px;text-align:center;font-size:10px;line-height:2;color:#b8c3ab;background:linear-gradient(180deg,#04060d00,#04060de0 30%,#04060d 44% 100%)}.site-footer p{margin:0}.site-footer .beian-line a{color:#cbd6bd;border-bottom:1px solid #ffffff26;padding-bottom:2px;transition:color .25s}.site-footer .beian-line a:hover{color:var(--ink);border-bottom-color:#fff5}.site-footer .footer-note{font-size:9px;color:#8d9a83}@media(max-width:700px){.site-footer{padding:140px 6% 146px;font-size:9px}.site-footer .footer-note{font-size:8px}}
