@import "https://fonts.googleapis.com/css2?family=Archivo:wght@400;500;600;700;800;900&family=IBM+Plex+Mono:wght@400;500;600&family=Manrope:wght@400;500;600;700;800&display=swap";
:root{--ink:#272422;--ink-2:#3e3a39;--paper:#f7f2ec;--paper-2:#eee7df;--white:#fff;--orange:#e49446;--orange-deep:#c66c2d;--red:#d54936;--green:#78b64a;--brand-ivory:#fffaf0;--brand-cream:#f7ecd3;--brand-yellow:#efd9a0;--line:#3e3a3938;--line-light:#fff3;--max:1440px;--pad:clamp(18px, 4vw, 72px);--radius:2px;--shadow:0 20px 70px #1f1c1a29;--ease:cubic-bezier(.2, .8, .2, 1);--dur:.28s;--nav-edge:clamp(18px, 2vw, 32px)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--ink);background:var(--paper);letter-spacing:.012em;margin:0;font-family:Manrope,PingFang SC,Microsoft YaHei,sans-serif;line-height:1.7}html[lang=zh-CN] body{letter-spacing:.02em}body.is-locked{overflow:hidden}body.page-leave .page-shell{opacity:.25;transform:translateY(12px)}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,a,label{cursor:pointer}:focus-visible{outline:3px solid var(--orange);outline-offset:4px}.skip-link{z-index:1000;color:var(--ink);background:var(--orange);transition:transform var(--dur) var(--ease);padding:10px 14px;position:fixed;top:10px;left:12px;transform:translateY(-160%)}.skip-link:focus{transform:none}.site-header{z-index:80;color:var(--ink);background:var(--brand-cream);border-bottom:1px solid var(--line);transition:box-shadow var(--dur) ease;position:sticky;top:0}.site-header.scrolled{box-shadow:0 12px 30px #1f1c1a33}.utility-bar{color:#ffffffbd;letter-spacing:.06em;background:#1f1d1b;align-items:center;min-height:32px;font:500 11px/1.2 IBM Plex Mono,monospace;display:flex}.utility-inner,.nav-inner,.footer-inner,.section-inner{width:min(calc(100% - 2 * var(--pad)), var(--max));margin:0 auto}.utility-inner{justify-content:space-between;gap:20px;display:flex}.utility-links{gap:22px;display:flex}.utility-links a:hover{color:var(--orange)}.main-nav{background:var(--orange);min-height:84px}.nav-inner{width:100%;min-height:84px;padding:0 var(--nav-edge);grid-template-columns:102px 1fr auto;align-items:center;gap:28px;margin:0;display:grid;position:relative}.brand{z-index:1;align-items:center;min-height:84px;display:inline-flex;position:relative}.brand:before{content:"";z-index:-1;top:0;bottom:0;right:-38px;left:calc(-1 * var(--nav-edge));background:linear-gradient(112deg, var(--brand-ivory) 0%, var(--brand-cream) 68%, var(--brand-yellow) 100%);clip-path:polygon(0 0,calc(100% - 28px) 0,100% 100%,0 100%);position:absolute}.brand img{width:auto;height:72px}.nav-links{justify-content:flex-end;align-items:center;gap:clamp(14px,2.2vw,36px);display:flex}.nav-links a{color:#272422c2;letter-spacing:.06em;text-transform:uppercase;padding:10px 0;font-size:12px;font-weight:800;position:relative}.nav-links a:after{content:"";background:var(--white);height:2px;transition:right var(--dur) var(--ease);position:absolute;bottom:2px;left:0;right:100%}.nav-links a:hover,.nav-links a.active{color:var(--ink)}.nav-links a:hover:after,.nav-links a.active:after{right:0}.nav-actions{align-items:center;gap:8px;display:flex}.lang-toggle,.menu-toggle{min-width:44px;min-height:44px;color:var(--ink);background:#ffffff2e;border:1px solid #2724224d;place-items:center;font:600 11px IBM Plex Mono,monospace;display:inline-grid}.lang-toggle:hover,.menu-toggle:hover{color:var(--ink);background:var(--white);border-color:var(--white)}.menu-toggle,.mobile-nav{display:none}.page-shell{min-height:60vh;transition:opacity .22s,transform .22s}.section{padding:clamp(76px,10vw,148px) 0}.section.compact{padding:clamp(56px,7vw,96px) 0}.section.dark{color:var(--white);background:var(--ink)}.section.warm{background:var(--paper)}.section.white{background:var(--white)}.eyebrow{color:var(--orange-deep);letter-spacing:.16em;text-transform:uppercase;align-items:center;gap:10px;margin:0 0 20px;font:600 11px/1.2 IBM Plex Mono,monospace;display:inline-flex}.eyebrow:before{content:"";background:var(--orange);width:28px;height:2px}.dark .eyebrow{color:var(--orange)}h1,h2,h3,p{margin-top:0}h1,h2,h3{letter-spacing:-.03em;font-family:Archivo,PingFang SC,Microsoft YaHei,sans-serif}h1{margin-bottom:24px;font-size:clamp(44px,6.2vw,92px);font-weight:800;line-height:.98}h2{margin-bottom:22px;font-size:clamp(34px,4.3vw,62px);font-weight:800;line-height:1.02}h3{margin-bottom:10px;font-size:clamp(20px,2.2vw,30px);line-height:1.13}p{max-width:68ch}.lede{color:#3e3a39bd;max-width:65ch;font-size:clamp(16px,1.3vw,19px)}.dark .lede{color:#ffffffad}.micro{color:#3e3a398f;letter-spacing:.04em;font:11px/1.5 IBM Plex Mono,monospace}.dark .micro{color:#ffffff85}.container-narrow{width:min(100% - 2 * var(--pad), 900px);margin:0 auto}.button{border:1px solid var(--orange);min-height:48px;color:var(--ink);background:var(--orange);letter-spacing:.06em;transition:color var(--dur) ease, background var(--dur) ease, transform var(--dur) var(--ease);justify-content:center;align-items:center;gap:12px;padding:0 19px;font-size:12px;font-weight:800;display:inline-flex}.button:hover{color:var(--white);background:var(--orange-deep);transform:translateY(-2px)}.button.secondary{color:var(--ink);border-color:var(--ink);background:0 0}.button.secondary:hover{color:var(--white);background:var(--ink)}.button.inverted{color:var(--ink);background:var(--white);border-color:var(--white)}.button.inverted:hover{color:var(--white);background:0 0}.button.text{min-height:42px;color:var(--ink);text-underline-offset:5px;background:0 0;border:0;padding:0;text-decoration:underline}.button.text:hover{color:var(--orange-deep);transform:none}.button svg{width:15px;height:15px}.actions{flex-wrap:wrap;gap:12px;display:flex}.hero{color:var(--white);background:var(--ink);position:relative;overflow:hidden}.hero-grid{grid-template-rows:minmax(0,1fr);grid-template-columns:minmax(0,58fr) minmax(420px,42fr);height:clamp(610px,100svh - 116px,700px);min-height:0;display:grid}.hero-copy{z-index:2;min-width:0;min-height:0;padding:clamp(42px, 4.5vw, 72px) var(--pad);background:linear-gradient(90deg,#1e1b19f0,#1e1b19b8),url(/assets/client/floor-ambient-03.webp) 58% 58%/cover no-repeat;flex-direction:column;justify-content:center;display:flex;position:relative}.hero-copy:before{content:"";opacity:.24;pointer-events:none;background-image:repeating-linear-gradient(0deg,#ffffff0a 0 1px,#0000 1px 7px),repeating-linear-gradient(90deg,#ffffff06 0 1px,#0000 1px 17px);position:absolute;inset:0}.hero-copy>*{position:relative}.hero-copy h1{max-width:18ch;color:var(--white);margin-bottom:18px;font-size:clamp(46px,4.35vw,68px);line-height:.96}html[lang=zh-CN] .hero-copy h1{max-width:9.5em;font-size:clamp(44px,3.8vw,60px)}.hero-copy .lede{color:#ffffffb8;max-width:640px;margin-bottom:0;font-size:clamp(14px,1.05vw,17px);line-height:1.62}.hero .micro{color:#ffffff7a}.hero-art{background:var(--ink-2);min-height:0;position:relative;overflow:hidden}.hero-art img,.hero-art video{object-fit:cover;filter:saturate(.78)contrast(1.04);width:100%;height:100%}.hero-art video{position:absolute;inset:0}.hero-art:after{content:"";pointer-events:none;background:linear-gradient(120deg,#27242252,#0000 48%,#27242252);position:absolute;inset:0}.hero-video-toggle{z-index:3;width:46px;height:46px;color:var(--white);transition:background var(--dur) ease, border-color var(--dur) ease;background:#1f1c1ab8;border:1px solid #ffffff80;place-items:center;padding:0;display:grid;position:absolute;bottom:22px;right:22px}.hero-video-toggle:hover{background:var(--orange);border-color:var(--orange)}.video-control-icon{border-inline:4px solid;width:13px;height:15px;display:block}.hero-video-toggle.is-paused .video-control-icon{border:0;border-top:8px solid #0000;border-bottom:8px solid #0000;border-left:13px solid;width:0;height:0;margin-left:3px}.hero-stamp{z-index:2;width:112px;height:112px;color:var(--ink);background:var(--orange);text-align:center;text-transform:uppercase;border-radius:50%;place-items:center;font:600 10px/1.4 IBM Plex Mono,monospace;display:grid;position:absolute;bottom:clamp(18px,4vw,58px);right:clamp(18px,4vw,58px);transform:rotate(-12deg)}.hero-stamp:before{content:"";border:1px dashed #2724228c;border-radius:50%;position:absolute;inset:8px}.hero-index{z-index:2;color:#ffffffb8;letter-spacing:.1em;font:500 11px IBM Plex Mono,monospace;position:absolute;top:24px;right:24px}.hero-index strong{color:var(--orange);font-size:25px;display:block}.hero-index{display:none}.hero-rule{background:var(--orange);width:92px;height:3px;margin:0 0 26px}.service-rail{border-block:1px solid var(--line);background:var(--white)}.service-rail-inner{grid-template-columns:repeat(4,1fr);display:grid}.rail-item{border-right:1px solid var(--line);align-items:center;gap:14px;min-height:88px;padding:20px 24px;display:flex}.rail-item:last-child{border-right:0}.rail-number{color:var(--orange-deep);font:600 12px IBM Plex Mono,monospace}.rail-item strong{letter-spacing:.08em;font-size:13px}.section-head{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:clamp(34px,5vw,60px);display:flex}.section-head .lede{margin-bottom:0}.section-head .micro{text-align:right}.split{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:center;gap:clamp(34px,7vw,110px);display:grid}.split.reverse>:first-child{order:2}.split.reverse>:last-child{order:1}.split-media{background:var(--paper-2);min-height:420px;position:relative;overflow:hidden}.split-media img{object-fit:cover;width:100%;height:100%;min-height:420px}.split-media .media-caption{max-width:calc(100% - 36px);color:var(--white);background:#272422c7;padding:9px 12px;font:10px IBM Plex Mono,monospace;position:absolute;bottom:18px;left:18px}.split-copy{max-width:590px}.split-copy p+p{margin-top:18px}body[data-page=home] .split-copy h2{text-wrap:balance;font-size:clamp(32px,3.1vw,52px)}body[data-page=home] .split.reverse .split-copy h2{text-wrap:wrap;font-size:clamp(32px,2.5vw,40px)}.metric-row{border-block:1px solid var(--line);grid-template-columns:repeat(3,1fr);gap:0;margin-top:34px;display:grid}.metric{border-right:1px solid var(--line);padding:18px 14px 18px 0}.metric+.metric{padding-left:18px}.metric:last-child{border-right:0}.metric strong{color:var(--ink);font:700 clamp(23px,3vw,38px)/1 Archivo,sans-serif;display:block}.metric span{color:#3e3a39a3;font-size:12px}.dark .metric{border-color:var(--line-light)}.dark .metric strong{color:var(--white)}.dark .metric span{color:#ffffff8c}.service-grid{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.service-card{min-height:300px;color:var(--white);background:var(--ink);flex-direction:column;justify-content:flex-end;padding:24px;display:flex;position:relative;overflow:hidden}.service-card:before{content:"";opacity:.9;background:var(--card-image) center/cover;transition:transform .5s var(--ease);position:absolute;inset:0}.service-card:after{content:"";background:linear-gradient(#19171614 22%,#19171652 52%,#191716f5 100%);position:absolute;inset:0}.service-card:hover:before{transform:scale(1.06)}.service-card>*{z-index:2;position:relative}.service-card .card-num{color:var(--orange);margin-bottom:auto;font:500 11px IBM Plex Mono,monospace}.service-card h3{-webkit-line-clamp:2;-webkit-box-orient:vertical;max-width:none;min-height:2.26em;margin-bottom:8px;font-size:clamp(18px,1.55vw,23px);line-height:1.13;display:-webkit-box;overflow:hidden}.service-card p{color:#ffffffc2;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:3em;margin-bottom:12px;font-size:12px;line-height:1.5;display:-webkit-box;overflow:hidden}.service-card .text-link{color:var(--white);font-size:12px;font-weight:700}.service-card .text-link:hover{color:var(--orange)}body[data-page=home] .service-grid .service-card:first-child{--card-image:url(/assets/nedis/nedis-parking-orange.webp)!important}body[data-page=home] .service-grid .service-card:nth-child(2){--card-image:url(/assets/nedis/nedis-factory-wide.webp)!important}body[data-page=home] .service-grid .service-card:nth-child(3){--card-image:url(/assets/generated/service-card-grinding.webp)!important}body[data-page=home] .service-grid .service-card:nth-child(4){--card-image:url(/assets/nedis/nedis-food-green-v2.webp)!important}.project-grid{grid-template-columns:repeat(12,1fr);gap:14px;display:grid}.project-card{background:var(--ink);grid-column:span 4;min-height:290px;position:relative;overflow:hidden}.project-card.wide{grid-column:span 7}.project-card.tall{grid-column:span 5;min-height:440px}.project-card img{object-fit:cover;opacity:.82;width:100%;height:100%;transition:transform .5s var(--ease), opacity .3s ease}.project-card:after{content:"";background:linear-gradient(#0000 38%,#272422f0);position:absolute;inset:0}.project-card:hover img{opacity:1;transform:scale(1.05)}.project-card-copy{z-index:2;color:var(--white);position:absolute;bottom:20px;left:22px;right:22px}.project-card-copy .micro{color:#ffffff9e}.project-card-copy h3{margin:6px 0 4px;font-size:24px}.project-card-copy p{color:#ffffffb8;margin:0;font-size:12px}.status{color:var(--ink);background:var(--orange);letter-spacing:.06em;padding:4px 7px;font:600 10px IBM Plex Mono,monospace;display:inline-flex}.status.pending{background:#ffffffdb}.process-grid{border-top:1px solid var(--line-light);grid-template-columns:repeat(5,1fr);gap:0;display:grid}.process-step{border-right:1px solid var(--line-light);min-height:245px;padding:26px 24px 24px 0;position:relative}.process-step+.process-step{padding-left:24px}.process-step:last-child{border-right:0}.process-step .step-no{color:var(--orange);margin-bottom:40px;font:500 11px IBM Plex Mono,monospace;display:block}.process-step h3{color:var(--white);font-size:19px}.process-step p{color:#ffffff9c;font-size:13px}.layer-diagram{gap:5px;max-width:590px;display:grid}.layer{min-height:56px;color:var(--white);border-left:4px solid var(--orange);background:#4b4643;justify-content:space-between;align-items:center;padding:0 18px;font:600 12px IBM Plex Mono,monospace;display:flex;position:relative}.layer:nth-child(2){background:#5f5954}.layer:nth-child(3){background:#746c65}.layer:nth-child(4){background:var(--orange-deep)}.layer small{color:#ffffffa6;font:400 10px Manrope,sans-serif}.quote-band{color:var(--white);background:var(--orange);position:relative;overflow:hidden}.quote-band:after{content:"CRUX";color:#ffffff29;letter-spacing:-.12em;font:900 220px/.8 Archivo,sans-serif;position:absolute;bottom:-82px;right:-20px}.quote-inner{z-index:2;grid-template-columns:1fr auto;align-items:center;gap:30px;display:grid;position:relative}.quote-band h2{max-width:25ch;color:var(--ink);text-wrap:balance;margin-bottom:0;font-size:clamp(32px,3.4vw,56px)}.quote-band p{color:#272422c7;max-width:56ch}.page-hero{--page-hero-image:url(/assets/client/floor-ambient-02.webp);min-height:clamp(500px,54svh,580px);color:var(--white);background:var(--ink) var(--page-hero-image) center / cover no-repeat;align-items:center;padding:clamp(64px,7vw,92px) 0 clamp(54px,6vw,78px);display:flex;position:relative;overflow:hidden}.page-hero:before{content:"";background:linear-gradient(90deg,#171514f0 0%,#171514de 35%,#17151494 67%,#17151461 100%),linear-gradient(#0000 42%,#1715146b);position:absolute;inset:0}.page-hero:after{content:"";background:linear-gradient(90deg, var(--orange) 0 18%, #e494461f 18% 100%);height:4px;position:absolute;bottom:0;left:0;right:0}body[data-page=services] .page-hero{--page-hero-image:url(/assets/generated/page-hero-services.webp);background-position:50% 62%}body[data-page=projects] .page-hero{--page-hero-image:url(/assets/generated/page-hero-projects.webp);background-position:50% 52%}body[data-page=about] .page-hero{--page-hero-image:url(/assets/generated/page-hero-about.webp);background-position:50% 54%;min-height:clamp(500px,51svh,550px)}body[data-page=founder] .page-hero{--page-hero-image:url(/assets/generated/page-hero-founder.webp);background-position:50% 57%}body[data-page=contact] .page-hero{--page-hero-image:url(/assets/generated/page-hero-contact.webp);background-position:50% 56%}body[data-page=privacy] .page-hero{--page-hero-image:url(/assets/client/floor-ambient-02.webp)}body[data-page=terms] .page-hero{--page-hero-image:url(/assets/generated/page-hero-founder.webp)}.page-hero-inner{z-index:1;grid-template-columns:minmax(0,1fr);align-items:end;display:grid;position:relative}.page-hero h1{max-width:17ch;color:var(--white);text-shadow:0 3px 28px #00000052;margin-bottom:0;font-size:clamp(48px,4.8vw,76px)}html[lang=zh-CN] .page-hero h1{max-width:13em}body[data-page=about] .page-hero h1{max-width:19ch;font-size:clamp(46px,4.1vw,68px)}html[lang=zh-CN] body[data-page=about] .page-hero h1{max-width:13em}.page-hero .eyebrow{color:var(--orange)}.page-hero-aside{display:none}.page-hero-aside p{color:#ffffffc2;font-size:14px}.page-hero-aside .micro{color:var(--orange)}.numbered-list{border-top:1px solid var(--line);gap:0;display:grid}.numbered-item{border-bottom:1px solid var(--line);grid-template-columns:72px minmax(0,1fr) 160px;align-items:start;gap:20px;padding:24px 0;display:grid}.numbered-item .num{color:var(--orange-deep);font:500 12px IBM Plex Mono,monospace}.numbered-item h3{margin:0 0 8px;font-size:23px}.numbered-item p{color:#3e3a39b3;margin:0;font-size:14px}.numbered-item .tag{border:1px solid var(--line);color:var(--orange-deep);justify-self:end;padding:6px 8px;font:600 10px IBM Plex Mono,monospace}.values-grid{background:var(--line);grid-template-columns:repeat(5,1fr);gap:1px;display:grid}.value{background:var(--paper);min-height:190px;padding:22px}.value .num{color:var(--orange-deep);margin-bottom:34px;font:500 11px IBM Plex Mono,monospace;display:block}.value h3{font-size:19px}.value p{color:#3e3a39ad;margin:0;font-size:12px}.founder-grid{grid-template-columns:minmax(260px,.75fr) minmax(0,1.25fr);align-items:start;gap:clamp(32px,7vw,96px);display:grid}.portrait{background:var(--paper-2);min-height:530px;position:relative;overflow:hidden}.portrait img{object-fit:cover;filter:saturate(.6);width:100%;height:100%;min-height:530px}.portrait-label{color:var(--ink);background:var(--orange);padding:8px 10px;font:600 10px IBM Plex Mono,monospace;position:absolute;bottom:18px;left:18px}.founder-copy blockquote{border-left:3px solid var(--orange);color:var(--ink-2);letter-spacing:-.02em;margin:34px 0;padding:18px 0 18px 24px;font:700 clamp(22px,2.7vw,34px)/1.2 Archivo,Noto Sans SC,sans-serif}.founder-meta{grid-template-columns:repeat(2,1fr);gap:18px;margin-top:34px;display:grid}.meta-block{border-top:1px solid var(--line);padding-top:13px}.meta-block .micro{margin-bottom:5px;display:block}.meta-block strong{font-size:14px}.company-grid{grid-template-columns:repeat(2,1fr);gap:14px;display:grid}.company-card{border:1px solid var(--line);background:var(--white);padding:28px}.company-card .company-mark{width:42px;height:42px;color:var(--ink);background:var(--orange);place-items:center;margin-bottom:28px;font:800 17px Archivo,sans-serif;display:grid}.company-card h3{margin-bottom:6px;font-size:21px}.company-card p{color:#3e3a39ad;margin-bottom:22px;font-size:13px}.company-card address{color:#3e3a39b8;font-size:12px;font-style:normal}.contact-grid{grid-template-columns:minmax(320px,.72fr) minmax(0,1.28fr);align-items:start;gap:clamp(18px,2.5vw,38px);display:grid}body[data-page=contact] .section.white{background:linear-gradient(135deg, var(--paper-2), var(--brand-ivory))}body[data-page=contact] .contact-grid>.reveal:first-child{color:var(--white);background:var(--ink);box-shadow:var(--shadow);padding:clamp(30px,4vw,54px);position:sticky;top:148px;overflow:hidden}body[data-page=contact] .contact-grid>.reveal:first-child:after{content:"06";color:#ffffff0b;font:900 190px/.8 Archivo,sans-serif;position:absolute;bottom:-46px;right:-10px}body[data-page=contact] .contact-grid h2{max-width:13ch;color:var(--white);text-wrap:balance;font-size:clamp(36px,3.5vw,52px)}body[data-page=contact] .contact-grid .lede{color:#ffffffad;font-size:16px}.contact-list{z-index:1;border-top:1px solid var(--line-light);gap:0;margin-top:32px;display:grid;position:relative}.contact-row{border-bottom:1px solid var(--line-light);grid-template-columns:82px 1fr;gap:14px;padding:17px 0;display:grid}.contact-row .micro{color:var(--orange)}.contact-row a{color:var(--white);font-weight:700}.contact-row a:hover{color:var(--orange)}.quote-form{background:var(--white);border:0;border-top:6px solid var(--orange);box-shadow:var(--shadow);padding:clamp(28px,4vw,50px)}.quote-form .section-head h3{font-size:clamp(26px,2.2vw,34px)}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 16px;display:grid}.field{gap:7px;display:grid}.field.full{grid-column:1/-1}.field label{color:var(--ink-2);font-size:12px;font-weight:700}.field input,.field select,.field textarea{width:100%;min-height:52px;color:var(--ink);border:1px solid var(--line);background:var(--brand-ivory);transition:border-color var(--dur) ease, box-shadow var(--dur) ease, background var(--dur) ease;border-radius:0;outline:none;padding:13px 14px}.field textarea{resize:vertical;min-height:124px}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--orange-deep);background:var(--white);box-shadow:0 0 0 3px #e494462e}.field input::placeholder,.field textarea::placeholder{color:#3e3a3975}.check-field{color:#3e3a39b8;align-items:flex-start;gap:10px;margin:18px 0 22px;font-size:12px;display:flex}.check-field input{accent-color:var(--orange-deep);margin-top:4px}.upload{border:1px dashed var(--line);background:var(--paper);justify-content:space-between;align-items:center;gap:14px;min-height:68px;padding:15px;display:flex}.upload strong{font-size:12px;display:block}.upload span{color:#3e3a3994;font-size:11px}.upload input{opacity:0;width:1px;height:1px;position:absolute}.upload-button{color:var(--ink);background:var(--orange);padding:9px 11px;font-size:11px;font-weight:800}.form-status{min-height:24px;color:var(--green);margin:12px 0 0;font-size:12px}body[data-page=contact] .quote-form>.button{min-width:220px}.policy{max-width:850px}.policy h2{margin-top:48px;font-size:30px}.policy ul{padding-left:20px}.policy li{margin-bottom:8px}.site-footer{color:#272422b8;background:var(--white);border-top:1px solid var(--line)}.footer-inner{padding:50px 0 22px}.footer-top{grid-template-columns:minmax(0,1.55fr) minmax(130px,.48fr) minmax(190px,.62fr);align-items:start;gap:clamp(34px,5vw,76px);padding-bottom:38px;display:grid}.footer-brand img{width:auto;height:92px;margin-bottom:16px}.footer-brand p{color:#272422a8;max-width:62ch;margin-bottom:0;font-size:11px;line-height:1.72}.footer-col h3{color:var(--ink);letter-spacing:.12em;text-transform:uppercase;margin-bottom:17px;font:600 11px IBM Plex Mono,monospace}.footer-col a,.footer-col span{color:#272422ad;margin-bottom:9px;font-size:12px;display:block}.footer-col a:hover{color:var(--orange)}.footer-bottom{border-top:1px solid var(--line);justify-content:space-between;gap:18px;padding-top:17px;font:10px/1.6 IBM Plex Mono,monospace;display:flex}.footer-bottom a{color:#272422ad}.footer-bottom a:hover{color:var(--orange)}.reveal{opacity:0;transition:opacity .65s var(--ease), transform .65s var(--ease);transform:translateY(22px)}.reveal.visible{opacity:1;transform:none}.stagger>*{opacity:0;animation:stagger-in .65s var(--ease) forwards;transform:translateY(18px)}.stagger>:nth-child(2){animation-delay:80ms}.stagger>:nth-child(3){animation-delay:.16s}.stagger>:nth-child(4){animation-delay:.24s}@keyframes stagger-in{to{opacity:1;transform:none}}@media (max-width:1080px){.nav-inner{grid-template-columns:92px 1fr auto;gap:16px}.nav-links{gap:16px}.nav-links a{font-size:11px}.service-grid{grid-template-columns:repeat(2,1fr)}.values-grid{grid-template-columns:repeat(3,1fr)}.value:nth-child(3){border-right:0}.process-grid{grid-template-columns:repeat(3,1fr)}.process-step:nth-child(3){border-right:0}.process-step:nth-child(n+4){border-top:1px solid var(--line-light)}.process-step:nth-child(4){padding-left:0}.process-step:nth-child(5){border-right:0}.footer-top{grid-template-columns:minmax(0,1.35fr) minmax(120px,.48fr) minmax(190px,.68fr);gap:34px}.contact-grid{grid-template-columns:1fr}body[data-page=contact] .contact-grid>.reveal:first-child{position:relative;top:auto}}@media (max-width:760px){html{scroll-behavior:auto}.utility-inner{min-height:30px}.utility-links{display:none}.nav-inner{grid-template-columns:1fr auto;min-height:72px}.brand img{width:auto;height:64px}.nav-links{display:none}.menu-toggle{display:inline-grid}.mobile-nav{z-index:70;padding:16px var(--pad) 20px;color:var(--ink);background:var(--white);transition:transform .26s var(--ease);gap:3px;display:grid;position:fixed;inset:102px 0 auto;transform:translateY(-130%);box-shadow:0 18px 30px #1f1c1a2e}.mobile-nav.open{transform:none}.mobile-nav a{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;min-height:46px;padding:0 4px;font-size:13px;font-weight:700;display:flex}.hero-grid{grid-template-rows:auto auto;grid-template-columns:1fr;height:auto;min-height:auto}.hero-copy{min-height:0;padding-block:54px 48px}.hero-copy h1{max-width:12ch;font-size:clamp(42px,11.5vw,58px)}.hero-art{aspect-ratio:16/10;min-height:0}.hero-video-toggle{bottom:16px;right:16px}.hero-stamp{width:94px;height:94px;font-size:9px}.service-rail-inner{grid-template-columns:repeat(2,1fr)}.rail-item{min-height:72px;padding:15px 13px}.rail-item:nth-child(2){border-right:0}.rail-item:nth-child(n+3){border-top:1px solid var(--line)}.rail-item strong{font-size:11px}.section-head{display:block}.section-head .micro{text-align:left;margin-top:18px}.split,.split.reverse{grid-template-columns:1fr;gap:34px}.split.reverse>*{order:initial}.split-media,.split-media img{min-height:300px}.metric-row{grid-template-columns:1fr 1fr}.metric:last-child{border-top:1px solid var(--line);grid-column:1/-1;padding-left:0}.service-grid{grid-template-columns:1fr}.service-card{min-height:270px}.project-grid{grid-template-columns:1fr;display:grid}.project-card,.project-card.wide,.project-card.tall{grid-column:auto;min-height:320px}.page-hero,body[data-page=about] .page-hero{background-position:64%;min-height:0;padding:64px 0 48px}.page-hero:before{background:linear-gradient(90deg,#171514f0,#171514b8),linear-gradient(#0000 36%,#171514ad)}.page-hero-inner{grid-template-columns:1fr;gap:30px}.page-hero h1,body[data-page=about] .page-hero h1{max-width:14ch;font-size:clamp(42px,12vw,58px)}.page-hero-aside{max-width:620px;padding:18px}.numbered-item{grid-template-columns:48px 1fr;gap:12px}.numbered-item .tag{grid-column:2;justify-self:start}.values-grid{grid-template-columns:1fr 1fr}.value:nth-child(3){border-right:1px solid var(--line)}.value:nth-child(2n){border-right:0}.founder-grid,.contact-grid,.company-grid{grid-template-columns:1fr}.portrait,.portrait img{min-height:390px}.founder-meta{grid-template-columns:1fr 1fr}.quote-inner{grid-template-columns:1fr}.quote-band h2{max-width:22ch;font-size:clamp(30px,9vw,38px)}body[data-page=home] .split-copy h2{font-size:clamp(30px,9vw,38px)}.process-grid{grid-template-columns:1fr}.process-step,.process-step+.process-step{border-right:0;border-bottom:1px solid var(--line-light);min-height:auto;padding:22px 0}.process-step:nth-child(n+4){border-top:0}.process-step:last-child{border-bottom:0}.process-step .step-no{margin-bottom:14px}.form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}body[data-page=contact] .section.white{padding-block:54px}body[data-page=contact] .contact-grid>.reveal:first-child,.quote-form{padding:26px 20px}body[data-page=contact] .contact-grid h2{max-width:15ch;font-size:36px}body[data-page=contact] .quote-form>.button{width:100%}.footer-top{grid-template-columns:1fr 1fr;gap:30px 24px;padding-bottom:32px}.footer-brand{grid-column:1/-1}.footer-brand p{max-width:58ch}.footer-bottom{display:block}.footer-bottom span,.footer-bottom a{margin-bottom:6px;display:block}}@media (max-width:480px){.footer-inner{padding-top:40px}.footer-top{gap:26px 18px}.footer-brand{grid-column:1/-1}.footer-brand img{height:80px}.footer-col a{align-items:center;min-height:40px;margin-bottom:0;display:flex}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}.reveal{opacity:1;transform:none}}:root{--wide-container:1680px;--sticky-offset:148px;--editorial-line:#2724222e;--editorial-muted:#2724229e}.editorial-page .section-inner{width:min(calc(100% - 2 * var(--pad)), var(--wide-container))}.editorial-page .editorial-hero .page-hero-inner{grid-template-columns:minmax(0,1fr)}.editorial-page .editorial-hero .page-hero-aside{display:none}.editorial-page .editorial-hero h1{max-width:15ch;animation:editorial-hero-in .82s var(--ease) both;text-wrap:balance}html[lang=zh-CN] .editorial-page .editorial-hero h1{max-width:8.5em}.editorial-page .editorial-hero .page-hero-aside{animation:editorial-hero-in .82s .1s var(--ease) both}@keyframes editorial-hero-in{0%{opacity:0;transform:translateY(28px)}}.project-archive{grid-template-columns:minmax(250px,330px) minmax(0,1fr);align-items:start;gap:clamp(54px,8vw,148px);display:grid}.project-archive-nav{top:var(--sticky-offset);position:sticky}.project-archive-nav h2{max-width:10ch;margin-bottom:20px;font-size:clamp(34px,3.4vw,54px)}.archive-summary{color:var(--editorial-muted);margin-bottom:30px;font-size:14px}.archive-index{border-top:1px solid var(--editorial-line)}.archive-index button{border:0;border-bottom:1px solid var(--editorial-line);width:100%;min-height:58px;color:var(--editorial-muted);text-align:left;transition:color var(--dur) ease, padding-left var(--dur) var(--ease);background:0 0;grid-template-columns:34px 1fr;align-items:center;gap:12px;padding:9px 0;display:grid}.archive-index button span:first-child{font:600 10px IBM Plex Mono,monospace}.archive-index button span:last-child{font-size:13px;font-weight:700}.archive-index button:hover,.archive-index button:focus-visible,.archive-index button.is-active{color:var(--ink);padding-left:10px}.archive-index button.is-active{box-shadow:inset 3px 0 var(--orange)}.project-records{min-width:0}.project-record{min-height:min(780px,80svh);scroll-margin-top:var(--sticky-offset);padding:0 0 clamp(84px,11vw,170px)}.project-record:last-child{min-height:0;padding-bottom:0}.project-record-meta{color:var(--editorial-muted);letter-spacing:.08em;text-transform:uppercase;flex-wrap:wrap;align-items:center;gap:10px 18px;margin-bottom:24px;font:500 10px/1.4 IBM Plex Mono,monospace;display:flex}.project-record-meta>:last-child:not(:nth-child(2)){margin-left:auto}.project-record-copy{grid-template-columns:minmax(260px,.82fr) minmax(300px,1fr);align-items:start;gap:40px;margin-bottom:30px;display:grid}.project-record-copy h3{max-width:15ch;margin:0;font-size:clamp(30px,3.25vw,52px)}.project-record-copy p{color:var(--editorial-muted);margin:4px 0 0;font-size:15px}.project-record-media{--rx:0deg;--ry:0deg;--mx:50%;--my:50%;background:var(--paper-2);min-height:470px;transform:perspective(1200px) rotateX(var(--rx)) rotateY(var(--ry));transform-style:preserve-3d;transition:transform .26s var(--ease);margin:0;position:relative;overflow:hidden}.project-record-media:after,.system-stage-media:after,.company-dossier-media figure:after{content:"";pointer-events:none;opacity:.38;background:radial-gradient(circle at var(--mx,50%) var(--my,50%), #ffffff52, transparent 32%);transition:opacity var(--dur) ease;position:absolute;inset:0}.project-record-media img{object-fit:cover;width:100%;height:clamp(470px,49vw,690px)}.project-record-media figcaption{z-index:2;color:#ffffffd1;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);letter-spacing:.04em;background:#191716c2;justify-content:space-between;padding:11px 14px;font:500 10px IBM Plex Mono,monospace;display:flex;position:absolute;bottom:18px;left:18px;right:18px}.systems-layout{grid-template-columns:minmax(260px,360px) minmax(0,1fr);align-items:stretch;gap:clamp(30px,4.5vw,78px);display:grid}.systems-nav{border-top:1px solid var(--editorial-line);align-content:start;display:grid}.systems-nav button{border:0;border-bottom:1px solid var(--editorial-line);min-height:105px;color:var(--editorial-muted);text-align:left;transition:color var(--dur) ease, background var(--dur) ease, padding-left var(--dur) var(--ease);background:0 0;grid-template-rows:auto auto;grid-template-columns:34px 1fr;align-content:center;column-gap:14px;padding:20px 14px 20px 0;display:grid;position:relative}.systems-nav button>span{grid-row:1/3;align-self:center;font:600 10px IBM Plex Mono,monospace}.systems-nav button strong{letter-spacing:-.02em;font-family:Archivo,Noto Sans SC,sans-serif;font-size:18px;line-height:1.2}.systems-nav button small{margin-top:5px;font-size:11px}.systems-nav button:after{content:"↗";opacity:0;color:var(--orange-deep);transition:opacity var(--dur) ease, transform var(--dur) var(--ease);position:absolute;top:50%;right:12px;transform:translate(-8px,-50%)}.systems-nav button:hover,.systems-nav button:focus-visible,.systems-nav button.is-active{color:var(--ink);background:var(--paper);padding-left:14px}.systems-nav button.is-active:after{opacity:1;transform:translateY(-50%)}.system-stage{min-width:0;color:var(--white);background:var(--ink)}.system-stage-panel{grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);min-height:590px;display:grid}.system-stage-panel[hidden]{display:none}.system-stage-media{--rx:0deg;--ry:0deg;--mx:50%;--my:50%;min-height:590px;transform:perspective(1200px) rotateX(var(--rx)) rotateY(var(--ry));transition:transform .26s var(--ease);position:relative;overflow:hidden}.system-stage-media img{object-fit:cover;width:100%;height:100%}.system-stage-copy{flex-direction:column;justify-content:center;padding:clamp(32px,4vw,66px);display:flex}.system-stage-copy .project-record-meta{color:#ffffff8f}.system-stage-copy h3{margin-bottom:18px;font-size:clamp(30px,3vw,48px)}.system-stage-copy>p{color:#ffffffb3;font-size:14px}.system-stage-copy ul{border-top:1px solid var(--line-light);margin:22px 0 0;padding:20px 0 0;list-style:none}.system-stage-copy li{color:#fffc;border-bottom:1px solid #ffffff17;padding:9px 0 9px 20px;font-size:12px;position:relative}.system-stage-copy li:before{content:"+";color:var(--orange);font-family:IBM Plex Mono,monospace;position:absolute;left:0}.supporting-scope{overflow:hidden}.supporting-ledger{border-top:1px solid var(--line-light)}.supporting-ledger article{border-bottom:1px solid var(--line-light);grid-template-columns:56px minmax(0,1fr) 180px;align-items:start;gap:22px;padding:30px 0;display:grid}.supporting-ledger article>span{color:var(--orange);font:600 11px IBM Plex Mono,monospace}.supporting-ledger h3{margin-bottom:7px;font-size:clamp(22px,2.2vw,32px)}.supporting-ledger p{color:#ffffffa3;margin:0;font-size:13px}.supporting-ledger em{color:#ffffff80;letter-spacing:.08em;text-transform:uppercase;justify-self:end;font:10px IBM Plex Mono,monospace}.layer-logic-grid{grid-template-columns:minmax(0,1fr) minmax(390px,.8fr);align-items:center;gap:clamp(50px,9vw,150px);display:grid}.layer-logic-grid h2{max-width:13ch}.company-dossier{grid-template-columns:minmax(340px,.82fr) minmax(0,1.18fr);align-items:start;gap:clamp(54px,8vw,140px);display:grid}.company-dossier-media{top:var(--sticky-offset);position:sticky}.company-dossier-media figure{--rx:0deg;--ry:0deg;--mx:50%;--my:50%;background:var(--ink);min-height:660px;transform:perspective(1200px) rotateX(var(--rx)) rotateY(var(--ry));transition:transform .26s var(--ease);margin:0;position:relative;overflow:hidden}.company-dossier-media img{object-fit:cover;width:100%;height:clamp(660px,66svh,820px)}.company-dossier-media figcaption{z-index:2;color:#ffffffb8;letter-spacing:.05em;background:#191716d1;justify-content:space-between;gap:20px;padding:18px;font:500 9px IBM Plex Mono,monospace;display:flex;position:absolute;bottom:0;left:0;right:0}.company-dossier-media figcaption strong{color:var(--orange)}.dossier-intro{padding-bottom:clamp(54px,8vw,104px)}.dossier-intro h2{max-width:12ch}.dossier-method{border-top:1px solid var(--editorial-line)}.dossier-method article{border-bottom:1px solid var(--editorial-line);grid-template-columns:54px 1fr;align-content:center;gap:22px;min-height:158px;padding:28px 0;display:grid}.dossier-method article>span{color:var(--orange-deep);font:600 11px IBM Plex Mono,monospace}.dossier-method h3{margin-bottom:7px;font-size:clamp(22px,2.1vw,30px)}.dossier-method p{color:var(--editorial-muted);margin:0;font-size:13px}.entity-ledger{border-top:1px solid var(--editorial-line)}.entity-record{border-bottom:1px solid var(--editorial-line);grid-template-columns:190px minmax(0,1fr) minmax(250px,.7fr);align-items:start;gap:clamp(24px,4vw,68px);padding:38px 0;display:grid}.entity-code strong{color:var(--orange-deep);font:800 clamp(38px,4vw,64px)/.9 Archivo,sans-serif;display:block}.entity-code span{color:var(--editorial-muted);margin-top:10px;font:500 9px IBM Plex Mono,monospace;display:block}.entity-copy h3{max-width:28ch;margin-bottom:10px;font-size:clamp(22px,2vw,30px)}.entity-copy p{color:var(--editorial-muted);margin:0;font-size:13px}.entity-record address{color:var(--editorial-muted);font:11px/1.8 IBM Plex Mono,monospace}.entity-record address strong{color:var(--ink);margin-top:8px;display:inline-block}.entity-note{margin-top:22px}.values-editorial-head{grid-template-columns:minmax(0,1fr) minmax(260px,.55fr);align-items:end;gap:50px;margin-bottom:clamp(46px,7vw,90px);display:grid}.values-editorial-head .eyebrow{grid-column:1/-1;margin-bottom:-20px}.values-editorial-head h2,.values-editorial-head .lede{margin:0}.values-editorial-grid{border-block:1px solid var(--line-light);grid-template-columns:repeat(4,1fr);display:grid}.values-editorial-grid article{border-right:1px solid var(--line-light);min-height:290px;padding:30px 26px}.values-editorial-grid article:last-child{border-right:0}.values-editorial-grid span{color:var(--orange);font:600 11px IBM Plex Mono,monospace}.values-editorial-grid h3{margin:72px 0 12px;font-size:25px}.values-editorial-grid p{color:#ffffff9e;margin:0;font-size:12px}.solution-sequence{border-top:1px solid var(--editorial-line);grid-template-columns:repeat(4,1fr);display:grid}.solution-sequence article{border-right:1px solid var(--editorial-line);min-height:245px;padding:24px 22px 28px}.solution-sequence article:last-child{border-right:0}.solution-sequence span{color:var(--orange);font:600 11px IBM Plex Mono,monospace}.solution-sequence h3{margin:52px 0 10px;font-size:22px}.solution-sequence p{color:var(--editorial-muted);margin:0;font-size:12px}@media (hover:hover) and (pointer:fine){[data-pointer-card]:hover:after{opacity:.72}}@media (max-width:1080px){:root{--sticky-offset:146px}.project-archive{grid-template-columns:250px minmax(0,1fr);gap:46px}.project-record-copy{grid-template-columns:1fr;gap:16px}.project-record{min-height:720px}.systems-layout{grid-template-columns:250px minmax(0,1fr);gap:24px}.system-stage-panel{grid-template-columns:1fr}.system-stage-media{min-height:390px}.system-stage-copy{min-height:360px}.company-dossier{grid-template-columns:minmax(300px,.75fr) minmax(0,1.25fr);gap:50px}.company-dossier-media figure{min-height:600px}.company-dossier-media img{height:600px}.entity-record{grid-template-columns:140px minmax(0,1fr)}.entity-record address{grid-column:2}.values-editorial-grid{grid-template-columns:repeat(2,1fr)}.values-editorial-grid article:nth-child(2){border-right:0}.values-editorial-grid article:nth-child(-n+2){border-bottom:1px solid var(--line-light)}.solution-sequence{grid-template-columns:repeat(2,1fr)}.solution-sequence article:nth-child(2){border-right:0}.solution-sequence article:nth-child(-n+2){border-bottom:1px solid var(--editorial-line)}}@media (max-width:760px){:root{--sticky-offset:112px}.editorial-page .editorial-hero .page-hero-inner{grid-template-columns:1fr}.editorial-page .editorial-hero h1{max-width:12ch}html[lang=zh-CN] .editorial-page .editorial-hero h1{max-width:9em}.project-archive,.systems-layout,.company-dossier,.layer-logic-grid{grid-template-columns:1fr;gap:42px}.project-archive-nav,.company-dossier-media{position:relative;top:auto}.project-archive-nav h2{font-size:38px}.archive-index{grid-template-columns:1fr 1fr;display:grid}.archive-index button{border-right:1px solid var(--editorial-line);min-height:68px;padding-right:8px}.archive-index button:nth-child(2n){border-right:0}.project-record{min-height:0;padding-bottom:86px}.project-record-copy{gap:12px}.project-record-copy h3{font-size:33px}.project-record-media,.project-record-media img{aspect-ratio:4/3;height:auto;min-height:0}.project-record-media figcaption{padding:9px 10px;bottom:10px;left:10px;right:10px}.systems-nav{grid-template-columns:1fr 1fr}.systems-nav button{border-right:1px solid var(--editorial-line);min-height:90px;padding:14px 9px}.systems-nav button:nth-child(2n){border-right:0}.systems-nav button:hover,.systems-nav button:focus-visible,.systems-nav button.is-active{box-shadow:inset 0 3px var(--orange);padding-left:9px}.systems-nav button strong{font-size:15px}.systems-nav button small,.systems-nav button:after{display:none}.system-stage-panel{min-height:0}.system-stage-media{aspect-ratio:4/3;min-height:0}.system-stage-copy{min-height:0;padding:32px 22px 38px}.supporting-ledger article{grid-template-columns:38px 1fr;gap:14px}.supporting-ledger em{grid-column:2;justify-self:start}.layer-logic-grid{gap:38px}.company-dossier-media figure,.company-dossier-media img{aspect-ratio:4/5;height:auto;min-height:0}.company-dossier-media figcaption{gap:5px;display:grid}.dossier-intro{padding-bottom:48px}.entity-record{grid-template-columns:1fr;gap:22px}.entity-record address{grid-column:auto}.values-editorial-head{grid-template-columns:1fr;gap:22px}.values-editorial-head .eyebrow{margin-bottom:0}.values-editorial-grid{grid-template-columns:1fr}.values-editorial-grid article{border-right:0;border-bottom:1px solid var(--line-light);min-height:220px}.values-editorial-grid article:last-child{border-bottom:0}.values-editorial-grid h3{margin-top:48px}.solution-sequence{grid-template-columns:1fr}.solution-sequence article,.solution-sequence article:nth-child(-n+2){border-right:0;border-bottom:1px solid var(--editorial-line);min-height:0}.solution-sequence article:last-child{border-bottom:0}.solution-sequence h3{margin-top:34px}}@media (prefers-reduced-motion:reduce){.editorial-page .editorial-hero h1,.editorial-page .editorial-hero .page-hero-aside{animation:none}[data-pointer-card]{transform:none!important}}
