:root{color:#1c2430;font-synthesis:none;text-rendering:optimizelegibility;--navy:#001c42;--navy-light:#0a315f;--red:#dc3116;--red-line:#e53517;--ink:#1c2430;--muted:#667080;--line:#d8dde4;--surface:#f2f3f5;--surface-dark:#e7eaf0;--white:#fff;--container:min(86vw, 1400px);--section-space:clamp(76px, 8vw, 120px);background:#fff;font-family:Inter,Helvetica Neue,Helvetica,Arial,system-ui,-apple-system,sans-serif}*{box-sizing:border-box}[hidden]{display:none!important}html{scroll-behavior:smooth;scroll-padding-top:84px}body{min-width:320px;min-height:100vh;color:var(--ink);background:var(--white);-webkit-font-smoothing:antialiased;margin:0}html:lang(zh) body{font-family:PingFang SC,Microsoft YaHei,Noto Sans CJK SC,Inter,Helvetica Neue,Arial,system-ui,sans-serif}html:lang(zh) h1,html:lang(zh) h2,html:lang(zh) h3{letter-spacing:-.02em}body.menu-open{overflow:hidden}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}h1,h2,h3,p,figure{margin:0}h1,h2,h3{color:var(--navy);letter-spacing:-.035em;font-weight:600}h1{font-size:clamp(44px,5.2vw,76px);line-height:1.02}h2{font-size:clamp(36px,3.5vw,54px);line-height:1.08}h3{font-size:24px;line-height:1.2}p{font-size:16px;line-height:1.65}.container{width:var(--container);margin-inline:auto}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;padding:0;position:absolute;overflow:hidden}.section{padding-block:var(--section-space)}.top-line{z-index:1200;background:var(--red-line);height:4px;position:sticky;top:0}.site-header{z-index:1100;background:#fffffffa;border-bottom:1px solid #001c421a;height:64px;position:sticky;top:4px}.site-header__inner{width:var(--container);justify-content:space-between;align-items:center;height:100%;margin-inline:auto;display:flex}.brand{flex:none;align-items:center;gap:10px;display:inline-flex}.brand__mark{object-fit:contain;width:38px;height:31px}.brand__name{color:var(--navy);letter-spacing:.055em;font-size:18px;font-weight:700}.desktop-nav{align-self:stretch;align-items:stretch;gap:clamp(18px,2.2vw,36px);margin-left:auto;margin-right:clamp(20px,3vw,52px);display:flex}.nav-link{color:#293447;cursor:pointer;background:0 0;border:0;align-items:center;gap:5px;padding:0;font-size:16px;font-weight:500;display:inline-flex;position:relative}.nav-link:after{content:"";background:var(--red);transform-origin:100%;height:3px;transition:transform .18s;position:absolute;bottom:0;left:0;right:0;transform:scaleX(0)}.nav-link:hover:after,.nav-link:focus-visible:after,.products-nav:focus-within .products-nav__trigger:after{transform-origin:0;transform:scaleX(1)}.products-nav{align-items:stretch;display:flex}.products-nav__trigger{height:100%}.mega-menu{z-index:1050;visibility:hidden;background:var(--white);border-top:1px solid var(--line);opacity:0;padding:38px 0 42px;transition:opacity .16s,transform .16s,visibility .16s;position:fixed;top:68px;left:0;right:0;transform:translateY(-8px);box-shadow:0 22px 42px #001c4226}.products-nav.is-open .mega-menu{visibility:visible;opacity:1;transform:translateY(0)}.mega-menu__inner{width:var(--container);grid-template-columns:180px minmax(0,1fr);gap:48px;margin-inline:auto;display:grid}.mega-menu__label{color:var(--muted);letter-spacing:.1em;text-transform:uppercase;font-size:13px;font-weight:700}.mega-menu__products{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}.mega-product{background:var(--surface);grid-template-columns:130px minmax(0,1fr) auto;align-items:center;gap:22px;min-height:108px;padding:12px;display:grid}.mega-product img{object-fit:cover;width:130px;height:84px}.mega-product span{gap:7px;display:grid}.mega-product strong{color:var(--navy);font-size:17px;font-weight:600}.mega-product small{color:var(--muted);font-size:13px}.mega-product svg{color:var(--red);margin-right:10px;transition:transform .16s}.mega-product:hover svg{transform:translate(4px)}.site-header__actions{align-items:center;gap:8px;display:flex}.language-toggle{min-width:62px;min-height:40px;color:var(--navy);cursor:pointer;background:0 0;border:1px solid #001c4233;border-radius:4px;justify-content:center;align-items:center;gap:6px;padding:0 10px;font-size:13px;font-weight:700;line-height:1;transition:color .16s,border-color .16s,background .16s;display:inline-flex}.language-toggle:hover{color:var(--red);background:#dc31160a;border-color:#dc311680}.language-toggle:disabled{cursor:default;opacity:.55}body.menu-open .brand{pointer-events:none}.button{min-height:48px;color:var(--white);background:var(--red);border:1px solid var(--red);cursor:pointer;border-radius:4px;justify-content:center;align-items:center;gap:10px;padding:0 22px;font-size:15px;font-weight:600;line-height:1;transition:background .16s,border-color .16s,transform .16s;display:inline-flex}.button:hover{background:#bd2710;border-color:#bd2710;transform:translateY(-1px)}.button:focus-visible,.nav-link:focus-visible,.language-toggle:focus-visible,.menu-button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline-offset:3px;outline:3px solid #dc311652}.button--header{min-height:40px;padding-inline:16px;font-size:14px}.menu-button{width:42px;height:42px;color:var(--navy);cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;display:none}.mobile-menu{z-index:1080;visibility:hidden;background:var(--white);opacity:0;padding:28px 7vw 40px;transition:opacity .18s,transform .18s,visibility .18s;position:fixed;inset:68px 0 0;overflow-y:auto;transform:translate(24px)}.mobile-menu.is-open{visibility:visible;opacity:1;transform:translate(0)}.mobile-menu nav{display:grid}.mobile-menu__label{color:var(--muted);letter-spacing:.12em;text-transform:uppercase;margin-bottom:8px;font-size:12px;font-weight:700}.mobile-product-link,.mobile-nav-link{min-height:58px;color:var(--navy);border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;font-size:18px;font-weight:600;display:flex}.mobile-product-link svg{color:var(--red)}.mobile-menu__divider{height:24px}.button--mobile-menu{margin-top:28px}.eyebrow{color:var(--red);letter-spacing:.13em;text-transform:uppercase;font-size:12px;font-weight:700;line-height:1.4}.eyebrow--light{color:#ffb6a8}.section-heading{margin-bottom:clamp(40px,5vw,70px)}.section-heading>.eyebrow{margin-bottom:18px}.section-heading__row{grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);align-items:end;gap:clamp(40px,8vw,130px);display:grid}.section-heading__row h2{max-width:780px}.section-heading__row>p{max-width:570px;color:var(--muted)}.section-heading--inverted h2,.section-heading--inverted p{color:var(--white)}.home-hero{background:var(--navy);align-items:flex-end;min-height:min(850px,100svh - 68px);display:flex;position:relative;overflow:hidden}.homepage-main{flex-direction:column;display:flex}.homepage-main>*{width:100%}.home-hero__image,.home-hero__shade{width:100%;height:100%;position:absolute;inset:0}.home-hero__image{object-fit:cover;object-position:center 48%;transform:scale(1.002)}.home-hero__shade{background:linear-gradient(90deg,#001028e0 0%,#0016347a 48%,#00163414 76%),linear-gradient(#000d2000 42%,#000d2070)}.home-hero__content{z-index:2;padding-bottom:clamp(70px,9vh,104px);position:relative}.home-hero__content .eyebrow{margin-bottom:22px}.home-hero h1{max-width:820px;color:var(--white)}.home-hero__intro{color:#ffffffd6;max-width:650px;margin-top:26px;font-size:clamp(17px,1.5vw,21px);line-height:1.55}.home-hero__actions{align-items:center;gap:26px;margin-top:34px;display:flex}.hero-text-link{color:var(--white);border-bottom:1px solid #fff9;font-size:15px;font-weight:600;line-height:2}.home-hero__caption{z-index:2;color:#ffffffad;letter-spacing:.08em;text-transform:uppercase;writing-mode:vertical-rl;font-size:11px;position:absolute;bottom:28px;right:2.5vw}.product-section{background:var(--white)}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(22px,2.8vw,42px);display:grid}.product-card{background:var(--surface);grid-template-rows:auto 1fr;display:grid}.product-card__image{aspect-ratio:16/9;background:var(--surface-dark);position:relative;overflow:hidden}.product-card__image img{object-fit:cover;width:100%;height:100%;transition:transform .42s}.product-card:hover .product-card__image img{transform:scale(1.025)}.product-card__index{width:62px;height:46px;color:var(--white);background:var(--navy);letter-spacing:.08em;place-items:center;font-size:14px;font-weight:700;display:grid;position:absolute;bottom:0;right:0}.product-card__body{flex-direction:column;align-items:flex-start;padding:clamp(28px,3.4vw,48px);display:flex}.product-card__eyebrow{color:var(--muted);letter-spacing:.1em;text-transform:uppercase;margin-bottom:12px;font-size:12px;font-weight:700}.product-card__body>p:not(.product-card__eyebrow){color:var(--muted);margin-top:18px}.product-card__body ul{border-top:1px solid #d6dbe2;gap:11px;width:100%;margin:26px 0 30px;padding:24px 0 0;list-style:none;display:grid}.product-card__body li{color:#3d4755;align-items:flex-start;gap:10px;font-size:14px;line-height:1.45;display:flex}.product-card__body li svg{color:var(--red);flex:none;margin-top:2px}.text-link{color:var(--navy);border-bottom:1px solid;align-items:center;gap:10px;margin-top:auto;font-size:14px;font-weight:700;line-height:2;display:inline-flex}.text-link svg{color:var(--red);transition:transform .16s}.text-link:hover svg{transform:translate(4px)}.applications-section{background:var(--surface)}.application-grid{background:var(--white);grid-template-columns:repeat(3,minmax(0,1fr));gap:2px;display:grid}.application-card{aspect-ratio:.82;background:var(--navy);min-height:460px;position:relative;overflow:hidden}.application-card>img,.application-card__shade{width:100%;height:100%;position:absolute;inset:0}.application-card>img{object-fit:cover;transition:transform .52s}.application-card:hover>img{transform:scale(1.035)}.application-card__shade{background:linear-gradient(#001c420d 32%,#001431eb)}.application-card__content{z-index:1;position:absolute;bottom:clamp(28px,3.5vw,48px);left:clamp(24px,2.5vw,38px);right:clamp(24px,2.5vw,38px)}.application-card__content p{color:#ffb6a8;letter-spacing:.1em;margin-bottom:16px;font-size:12px;font-weight:700}.application-card__content h3{color:var(--white);font-size:clamp(24px,2.2vw,32px)}.application-card__content span{color:#ffffffbd;margin-top:14px;font-size:14px;line-height:1.55;display:block}.factory-section{background:var(--navy);grid-template-columns:1.08fr .92fr;min-height:710px;display:grid}.factory-section__image{background:#d7dce3;overflow:hidden}.factory-section__image img{object-fit:cover;width:100%;height:100%}.factory-section__content{flex-direction:column;justify-content:center;align-items:flex-start;padding:clamp(60px,8vw,120px);display:flex}.factory-section__content .eyebrow{margin-bottom:22px}.factory-section__content h2{max-width:650px;color:var(--white)}.factory-section__content>p:not(.eyebrow){color:#ffffffb8;max-width:600px;margin-top:26px}.factory-facts{border-top:1px solid #fff3;border-bottom:1px solid #fff3;grid-template-columns:repeat(2,minmax(0,1fr));width:100%;margin:38px 0;display:grid}.factory-facts div{min-height:86px;color:var(--white);align-items:center;gap:13px;font-size:14px;font-weight:600;display:flex}.factory-facts div+div{border-left:1px solid #fff3;padding-left:26px}.factory-facts svg{color:#ff7c64}.text-link--light{color:var(--white)}.projects-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(42px,5vw,72px) 28px;display:grid}.project-card{border-bottom:1px solid var(--line);flex-direction:column;display:flex}.project-card__gallery{background:var(--surface);order:1;grid-template-rows:repeat(2,minmax(0,1fr));grid-template-columns:minmax(0,1.55fr) minmax(150px,.75fr);gap:6px;height:clamp(360px,38vw,510px);display:grid;overflow:hidden}.project-card__gallery img{object-fit:cover;width:100%;height:100%;transition:transform .42s}.project-card__gallery img:first-child{grid-row:1/-1}.project-card__gallery.project-card__gallery--two{aspect-ratio:2;grid-template-rows:minmax(0,1fr);grid-template-columns:repeat(2,minmax(0,1fr));width:100%;height:auto}.project-card__gallery.project-card__gallery--two img:first-child{grid-row:auto}.project-card__gallery.project-card__gallery--design-study{aspect-ratio:5/3;grid-template-rows:1fr;grid-template-columns:1fr;height:auto}.project-card__gallery.project-card__gallery--design-study img,.project-card__gallery.project-card__gallery--design-study img:first-child{aspect-ratio:5/3;object-fit:contain;grid-area:auto;height:100%}.project-card:hover .project-card__gallery img{transform:scale(1.025)}.project-card:hover .project-card__gallery--design-study img{transform:none}.project-card__body{order:2;padding:24px 0 30px}.project-card__meta{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px 18px;margin-bottom:7px;display:flex}.project-card__meta p{color:var(--red);letter-spacing:.1em;text-transform:uppercase;font-size:12px;font-weight:700}.project-card__evidence-type{color:var(--navy);letter-spacing:.07em;text-transform:uppercase;background:#e8edf3;margin:0;padding:5px 8px;font-size:10px;font-weight:800;line-height:1}.project-card__body :is(h2,h3){font-size:clamp(20px,1.8vw,27px)}.project-card__summary{color:var(--muted);margin-top:12px;font-size:14px;line-height:1.55;display:block}.project-card__link{margin-top:18px}.section-action{justify-content:center;margin-top:clamp(42px,5vw,68px);display:flex}.process-section{background:var(--surface)}.process-list{border-top:1px solid #cdd3db;grid-template-columns:repeat(5,minmax(0,1fr));margin:0;padding:0;list-style:none;display:grid}.process-list li{min-height:260px;padding:28px 24px 30px 0;position:relative}.process-list li+li{border-left:1px solid #cdd3db;padding-left:24px}.process-list__number{color:var(--red);letter-spacing:.09em;margin-bottom:62px;font-size:13px;font-weight:700;display:block}.process-list h3{font-size:20px}.process-list p{color:var(--muted);margin-top:12px;font-size:14px;line-height:1.55}.about-section{color:var(--white);background:var(--navy);border-bottom:1px solid #ffffff24;padding-block:clamp(80px,9vw,132px)}.about-section__inner{grid-template-columns:1.05fr .75fr;gap:clamp(50px,10vw,160px);display:grid}.about-section .eyebrow{margin-bottom:22px}.about-section h2{max-width:720px;color:var(--white)}.about-section__inner>div:last-child{align-content:end;gap:20px;display:grid}.about-section__inner>div:last-child p{color:#ffffffb8}.contact-section,.product-enquiry{color:var(--white);background:var(--navy);padding-block:clamp(82px,9vw,132px)}.contact-section__inner,.product-enquiry__inner{grid-template-columns:minmax(0,.82fr) minmax(540px,1fr);align-items:start;gap:clamp(60px,9vw,150px);display:grid}.contact-section__copy .eyebrow,.product-enquiry__inner>div .eyebrow{margin-bottom:22px}.contact-section__copy h2,.product-enquiry h2{max-width:620px;color:var(--white)}.contact-section__copy>p:not(.eyebrow),.product-enquiry__inner>div>p:not(.eyebrow){color:#ffffffb8;max-width:570px;margin-top:24px}.contact-details{gap:15px;margin-top:38px;display:grid}.contact-details a{color:var(--white);align-items:center;gap:14px;font-size:14px;display:flex}.contact-details a>span{gap:3px;display:grid}.contact-details small{color:#ffffff85;letter-spacing:.06em;text-transform:uppercase;font-size:11px}.contact-details svg{color:#ff7c64}.quote-form{color:var(--ink);background:var(--white);grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 18px;padding:clamp(28px,3.5vw,46px);display:grid}.quote-form label{gap:8px;display:grid}.quote-form label>span{color:#485364;letter-spacing:.04em;font-size:12px;font-weight:700}.quote-form input,.quote-form select,.quote-form textarea{width:100%;color:var(--ink);background:var(--surface);border:1px solid #0000;border-radius:4px;outline:none}.quote-form input,.quote-form select{height:52px;padding:0 14px}.quote-form textarea{resize:vertical;min-height:116px;padding:14px}.quote-form input::placeholder,.quote-form textarea::placeholder{color:#5d6877}.quote-form input:focus,.quote-form select:focus,.quote-form textarea:focus{border-color:var(--navy);background:#fff}.quote-form__message,.quote-form__challenge,.quote-form__submit{grid-column:1/-1}.quote-form__privacy{color:#ffffffb8;grid-column:1/-1;margin:-.25rem 0 0;font-size:.78rem;line-height:1.55}.quote-form__privacy a{color:inherit;text-underline-offset:.18em;text-decoration:underline}.legal-section{background:var(--paper,#f5f3ee)}.legal-content{max-width:760px}.legal-content h2{margin:2.2rem 0 .65rem;font-size:clamp(1.35rem,2vw,1.8rem)}.legal-content p{color:var(--ink-muted,#5f625f);line-height:1.8}.legal-content a{color:inherit}.quote-form__honeypot{clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.quote-form__submit{justify-self:start;margin-top:4px}.quote-form--compact{max-width:700px}.form-success{color:var(--ink);background:var(--white);gap:16px;padding:clamp(30px,4vw,48px);display:flex}.form-success>svg{color:var(--red);flex:none}.form-success h3{margin-bottom:10px;font-size:22px}.form-success p{color:var(--muted)}.form-error{color:#8a1f16;background:#fff1ee;border-top:1px solid #f0c8c0;padding:16px clamp(28px,3.5vw,46px)}.quote-form__submit:disabled{cursor:wait;opacity:.62}.product-hero{padding:clamp(52px, 6vw, 82px) 0 var(--section-space);background:var(--white)}.breadcrumb{color:var(--muted);margin-bottom:54px;font-size:12px}.breadcrumb ol{flex-wrap:wrap;align-items:center;gap:9px;margin:0;padding:0;list-style:none;display:flex}.breadcrumb li+li:before{content:"/";color:#9aa2ae;margin-right:9px}.breadcrumb li[aria-current=page]{color:#7b8492}.breadcrumb a:hover{color:var(--red)}.product-hero__intro{grid-template-columns:minmax(0,1.15fr) minmax(340px,.7fr);align-items:end;gap:clamp(50px,10vw,160px);display:grid}.product-hero__intro .eyebrow{margin-bottom:18px}.product-hero__intro h1{max-width:880px;font-size:clamp(42px,4.3vw,66px)}.product-hero__intro>p{max-width:540px;color:var(--muted);font-size:17px}.product-hero__media{aspect-ratio:5/3;background:var(--surface);height:auto;margin-top:64px;position:relative;overflow:hidden}.product-hero__media>img{object-fit:cover;width:100%;height:100%}.product-hero__media-caption{min-width:min(520px,70%);min-height:64px;color:var(--white);background:var(--navy);justify-content:space-between;align-items:center;gap:60px;padding:0 26px;font-size:12px;display:flex;position:absolute;bottom:0;right:0}.product-hero__media-caption>span{color:#ffffff9e;letter-spacing:.07em;text-transform:uppercase}.product-hero__media-caption a{align-items:center;gap:10px;font-weight:600;display:inline-flex}.product-page-nav{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--white);scrollbar-color:#9ea8b6 transparent;scrollbar-width:thin;overflow-x:auto}.product-page-nav::-webkit-scrollbar{height:3px}.product-page-nav::-webkit-scrollbar-thumb{background:#9ea8b6}.product-page-nav__inner{white-space:nowrap;align-items:center;gap:30px;min-height:62px;display:flex}.product-page-nav__inner>span{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;font-size:11px;font-weight:700}.product-page-nav__inner a{color:#344154;align-items:center;min-height:32px;font-size:13px;font-weight:600;display:inline-flex;position:relative}.product-page-nav__inner a:after{content:"";background:var(--red);transform-origin:0;height:2px;transition:transform .18s;position:absolute;bottom:-8px;left:0;right:0;transform:scaleX(0)}.product-page-nav__inner a:hover:after,.product-page-nav__inner a:focus-visible:after{transform:scaleX(1)}.product-overview{background:var(--surface)}.product-feature-grid{border-top:1px solid #ccd2da;border-bottom:1px solid #ccd2da;grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.product-feature-grid article{min-height:240px;padding:30px;display:grid}.product-feature-grid article+article{border-left:1px solid #ccd2da}.product-feature-grid svg{color:var(--red)}.product-feature-grid span{color:var(--muted);letter-spacing:.08em;align-self:end;margin-top:58px;font-size:12px;font-weight:700}.product-feature-grid h3{max-width:320px;margin-top:10px;font-size:21px}.product-decision-section{background:var(--white)}.product-decision-grid{background:var(--line);border:1px solid var(--line);grid-template-columns:repeat(2,minmax(0,1fr));gap:2px;margin-top:54px;display:grid}.product-decision-card{background:var(--white);min-height:500px;padding:clamp(34px,4.5vw,68px)}.product-decision-card--boundary{color:#ffffffbd;background:var(--navy)}.product-decision-card .eyebrow{margin-bottom:22px}.product-decision-card h3{max-width:470px;font-size:clamp(28px,2.5vw,40px)}.product-decision-card--boundary h3{color:var(--white)}.product-decision-card>p:not(.eyebrow){max-width:580px;color:var(--muted);margin-top:20px}.product-decision-card--boundary>p:not(.eyebrow){color:#ffffffa8}.product-decision-card ul{border-top:1px solid var(--line);gap:15px;margin:34px 0 0;padding:28px 0 0;list-style:none;display:grid}.product-decision-card--boundary ul{border-top-color:#ffffff2e}.product-decision-card li{color:#435064;grid-template-columns:20px minmax(0,1fr);align-items:start;gap:12px;font-size:14px;line-height:1.55;display:grid}.product-decision-card li svg{color:var(--red);margin-top:2px}.product-decision-card--boundary li{color:#ffffffc2}.product-decision-card__marker{background:var(--red);width:8px;height:8px;margin:7px 0 0 5px}.product-alternative-link{color:var(--navy);border-bottom:1px solid #001f4861;align-items:center;gap:10px;margin-top:26px;font-size:13px;font-weight:700;line-height:2;display:inline-flex}.product-alternative-link:hover,.product-alternative-link:focus-visible{color:var(--red);border-bottom-color:var(--red)}.product-evidence-note{border-top:1px solid var(--line);grid-template-columns:150px minmax(0,1fr);gap:30px;margin-top:32px;padding:28px 0 0;display:grid}.product-evidence-note strong{color:var(--navy);letter-spacing:.07em;text-transform:uppercase;font-size:12px}.product-evidence-note p{max-width:940px;color:var(--muted);font-size:14px}.specs-section{background:var(--white)}.specs-layout{grid-template-columns:minmax(260px,.58fr) minmax(620px,1.42fr);align-items:start;gap:clamp(50px,9vw,140px);display:grid}.specs-copy{position:sticky;top:110px}.specs-copy .eyebrow{margin-bottom:18px}.specs-copy h2{font-size:clamp(34px,3vw,48px)}.specs-copy>p:not(.eyebrow){color:var(--muted);margin-top:22px}.spec-table-wrap{overflow-x:auto}table{border-collapse:collapse;width:100%;min-width:690px}caption{clip:rect(0, 0, 0, 0);width:1px;height:1px;position:absolute;overflow:hidden}th,td{text-align:left;border-bottom:1px solid var(--line);padding:20px 18px}th{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;font-size:11px;font-weight:700}td{color:#3b4656;font-size:15px}td:first-child{color:var(--navy);font-weight:700}tbody tr:hover{background:var(--surface)}.product-layout-examples{border-top:1px solid var(--line);grid-template-columns:minmax(260px,.58fr) minmax(620px,1.42fr);gap:clamp(50px,9vw,140px);margin-top:72px;padding-top:56px;display:grid}.product-layout-examples__heading .eyebrow{margin-bottom:16px}.product-layout-examples__heading h3{font-size:clamp(25px,2.1vw,34px)}.product-layout-examples__heading>p:not(.eyebrow){color:var(--muted);margin-top:16px;font-size:14px}.product-layout-examples__grid{border-top:1px solid var(--line);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.product-layout-examples__grid article{border-right:1px solid var(--line);border-bottom:1px solid var(--line);min-height:230px;padding:28px}.product-layout-examples__grid article:nth-child(2n){border-right:0}.product-layout-examples__grid span{color:var(--red);letter-spacing:.08em;font-size:11px;font-weight:800}.product-layout-examples__grid h4{margin-top:28px;font-size:20px}.product-layout-examples__grid p{color:var(--muted);margin-top:12px;font-size:14px}.product-gallery-section{background:var(--surface)}.product-gallery{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;display:grid}.product-gallery figure{background:var(--white)}.product-gallery img{object-fit:contain;width:100%;height:auto}.product-gallery__wide{grid-column:1/-1}.product-gallery figcaption{color:var(--navy);padding:18px 20px 20px;font-size:13px;font-weight:600}.configuration-studies-section{background:var(--white)}.configuration-study-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;display:grid}.configuration-study-grid figure{background:var(--surface);border:1px solid var(--line);min-width:0;overflow:hidden}.configuration-study-grid__image{aspect-ratio:4/3;background:#e6e9ed;position:relative;overflow:hidden}.configuration-study-grid__image img{object-fit:cover;width:100%;height:100%}.configuration-study-grid__image>span{color:var(--white);letter-spacing:.08em;text-transform:uppercase;background:#001c42e0;padding:7px 9px;font-size:10px;font-weight:800;position:absolute;bottom:14px;right:14px}.configuration-study-grid figcaption{gap:10px;padding:22px 20px 24px;display:grid}.configuration-study-grid figcaption strong{color:var(--navy);font-size:17px}.configuration-study-grid figcaption span{color:var(--muted);font-size:13px;line-height:1.6}.modified-scope-section{background:var(--white)}.modified-scope{grid-template-columns:minmax(0,1.05fr) minmax(400px,.75fr);align-items:center;gap:clamp(50px,8vw,120px);display:grid}.modified-scope__image{background:var(--surface)}.modified-scope__image img{object-fit:contain;width:100%;height:auto}.modified-scope__content .eyebrow{margin-bottom:18px}.modified-scope__content h2{font-size:clamp(34px,3.2vw,50px)}.modified-scope__content>p:not(.eyebrow){color:var(--muted);margin-top:22px}.modified-scope__content ul{border-top:1px solid var(--line);gap:14px;margin:28px 0 0;padding:26px 0 0;list-style:none;display:grid}.modified-scope__content li{color:#435064;align-items:center;gap:11px;font-size:14px;display:flex}.modified-scope__content li svg{color:var(--red)}.layout-studies-section{background:var(--surface)}.layout-studies{background:#d2d7df;grid-template-columns:repeat(3,minmax(0,1fr));gap:2px;display:grid}.layout-studies figure{background:var(--white);padding:34px 24px 18px;position:relative}.layout-studies figure>span{color:var(--red);letter-spacing:.08em;font-size:11px;font-weight:700;position:absolute;top:18px;left:20px}.layout-studies img{object-fit:contain;width:100%;height:260px}.layout-studies figcaption{gap:8px;padding:18px 4px 8px;display:grid}.layout-studies figcaption strong{color:var(--navy);font-size:15px}.layout-studies figcaption span{color:var(--muted);font-size:13px;line-height:1.55}.product-delivery-section{background:var(--surface)}.product-delivery-intro{max-width:760px;margin:48px 0 28px}.product-delivery-intro h3{font-size:clamp(27px,2.5vw,38px)}.product-delivery-steps{border-top:1px solid #cbd1d9;border-bottom:1px solid #cbd1d9;grid-template-columns:repeat(3,minmax(0,1fr));margin:0;padding:0;list-style:none;display:grid}.product-delivery-steps li{min-height:300px;padding:34px}.product-delivery-steps li+li{border-left:1px solid #cbd1d9}.product-delivery-steps li>span{color:var(--red);letter-spacing:.08em;font-size:12px;font-weight:700}.product-delivery-steps h3{margin-top:74px;font-size:22px}.product-delivery-steps p{color:var(--muted);margin-top:14px;font-size:14px}.product-delivery-boundary{max-width:1000px;color:var(--muted);margin-top:28px;font-size:14px}.product-delivery-boundary strong{color:var(--navy)}.product-inputs-section{background:var(--white)}.product-inputs-layout{grid-template-columns:minmax(300px,.78fr) minmax(520px,1fr);align-items:start;gap:clamp(60px,9vw,140px);display:grid}.product-inputs-copy .eyebrow{margin-bottom:20px}.product-inputs-copy h2{max-width:680px;font-size:clamp(34px,3.2vw,50px)}.product-inputs-copy h3{max-width:600px;margin-top:30px;font-size:22px}.product-inputs-copy>p:not(.eyebrow){max-width:600px;color:var(--muted);margin-top:16px}.product-inputs-copy .text-link{margin-top:30px}.product-inputs-list{border-top:1px solid var(--line);border-left:1px solid var(--line);grid-template-columns:repeat(2,minmax(0,1fr));margin:0;padding:0;list-style:none;display:grid}.product-inputs-list li{border-right:1px solid var(--line);border-bottom:1px solid var(--line);min-height:150px;padding:24px}.product-inputs-list span{color:var(--red);letter-spacing:.08em;font-size:11px;font-weight:700}.product-inputs-list p{max-width:260px;color:var(--navy);margin-top:24px;font-size:15px;font-weight:600;line-height:1.45}.product-enquiry{border-bottom:1px solid #ffffff24}.not-found{background:var(--surface);place-items:center;min-height:72vh;padding-block:100px;display:grid}.not-found .eyebrow{margin-bottom:18px}.not-found h1{max-width:820px;margin-bottom:34px;font-size:clamp(42px,5vw,68px)}.not-found .container>p:not(.eyebrow){max-width:640px;color:var(--muted);margin:-16px 0 34px}.archive-hero{background:var(--surface);padding:clamp(54px,7vw,96px) 0 clamp(70px,8vw,116px)}.archive-hero .breadcrumb{margin-bottom:clamp(46px,6vw,74px)}.archive-hero .eyebrow{margin-bottom:20px}.archive-hero h1{max-width:920px}.archive-hero__inner>p:last-child{max-width:680px;color:var(--muted);margin-top:26px;font-size:18px}.projects-archive-section{background:var(--white)}.projects-evidence-note{max-width:780px;color:var(--muted);border-top:1px solid var(--line);text-align:center;margin:56px auto 0;padding-top:24px;font-size:13px}.project-detail__header{background:var(--white);padding:clamp(52px,6vw,84px) 0 clamp(56px,7vw,92px)}.project-detail__header .breadcrumb{margin-bottom:clamp(48px,6vw,76px)}.project-detail__intro{grid-template-columns:minmax(0,1.15fr) minmax(320px,.7fr);align-items:end;gap:clamp(50px,10vw,160px);display:grid}.project-detail__intro .eyebrow{margin-bottom:18px}.project-detail__intro>div{min-width:0}.project-detail__intro h1{overflow-wrap:break-word;min-width:0;max-width:880px;font-size:clamp(42px,4.8vw,70px)}.project-detail__intro>p{max-width:560px;color:var(--muted);font-size:17px}.project-detail__gallery{padding-bottom:var(--section-space);grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.project-detail__gallery figure{background:var(--surface);position:relative;overflow:hidden}.project-detail__gallery figcaption{color:var(--white);letter-spacing:.08em;text-transform:uppercase;background:#001c42e6;padding:8px 10px;font-size:10px;font-weight:800;position:absolute;bottom:18px;right:18px}.project-detail__gallery-main{grid-column:1/-1}.project-detail__gallery img{object-fit:cover;width:100%;height:clamp(320px,34vw,520px)}.project-detail__gallery-main img{height:clamp(480px,62vw,820px)}.project-detail__gallery.project-detail__gallery--design-study img,.project-detail__gallery.project-detail__gallery--design-study .project-detail__gallery-main img{aspect-ratio:5/3;object-fit:contain;height:auto}.project-detail__evidence{background:var(--surface)}.project-detail__evidence-grid{grid-template-columns:minmax(0,1.05fr) minmax(340px,.65fr);gap:clamp(60px,11vw,170px);display:grid}.project-detail__evidence-grid>div .eyebrow{margin-bottom:20px}.project-detail__evidence-grid>div h2{max-width:720px}.project-detail__evidence-grid>div>p:last-child{max-width:720px;color:var(--muted);margin-top:26px;font-size:17px}.project-detail__evidence aside{background:var(--white);border-top:4px solid var(--red);align-self:start;padding:32px}.project-detail__evidence aside h2{font-size:22px}.project-detail__evidence aside ul{border-bottom:1px solid var(--line);gap:14px;margin:24px 0;padding:0 0 24px;list-style:none;display:grid}.project-detail__evidence aside li{color:#435064;align-items:center;gap:11px;font-size:14px;display:flex}.project-detail__evidence aside li svg{color:var(--red);flex:none}.project-detail__evidence aside p{color:var(--muted);font-size:12px;line-height:1.6}.project-detail__product{color:var(--white);background:var(--navy);padding-block:clamp(76px,9vw,124px)}.project-detail__product-inner{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:60px;display:grid}.project-detail__product .eyebrow{margin-bottom:18px}.project-detail__product h2{color:var(--white)}.project-detail__product p:not(.eyebrow){color:#ffffffb8;max-width:720px;margin-top:20px}.project-detail__actions{align-items:center;gap:24px;display:flex}.project-detail__secondary-link{color:var(--white);border-bottom:1px solid #ffffff80;font-size:14px;font-weight:600;line-height:2}.project-detail__back{padding-block:48px}.product-projects-section{background:var(--white)}@media (width<=820px){.project-detail__intro,.project-detail__evidence-grid,.project-detail__product-inner{grid-template-columns:1fr}.project-detail__intro,.project-detail__evidence-grid{gap:34px}.project-detail__gallery-main img{height:clamp(360px,72vw,620px)}.project-detail__product-inner{align-items:start}}@media (width<=560px){.archive-hero__inner>p:last-child,.project-detail__intro>p,.project-detail__evidence-grid>div>p:last-child{font-size:15px}.project-detail__gallery{grid-template-columns:1fr}.project-detail__gallery-main{grid-column:auto}.project-detail__gallery img,.project-detail__gallery-main img{aspect-ratio:16/10;height:auto}.project-detail__evidence aside{padding:26px 22px}.project-detail__actions{flex-direction:column;align-items:flex-start}}.site-footer{color:#ffffffa6;background:#001531}.site-footer .brand__name{color:var(--white)}.site-footer__top{grid-template-columns:minmax(260px,.75fr) minmax(560px,1.25fr);gap:80px;padding:72px 0 64px;display:grid}.site-footer__top>div:first-child>p{max-width:360px;margin-top:24px;font-size:14px}.site-footer__links{grid-template-columns:1.2fr .8fr 1fr;gap:40px;display:grid}.site-footer__links>div{flex-direction:column;align-items:flex-start;gap:12px;display:flex}.site-footer__links h3{color:var(--white);letter-spacing:.02em;margin-bottom:8px;font-size:14px}.site-footer__links a,.site-footer__links span{color:#ffffff9e;font-size:13px;line-height:1.5}.site-footer__links a:hover{color:var(--white)}.site-footer__bottom{letter-spacing:.03em;border-top:1px solid #ffffff21;justify-content:space-between;align-items:center;min-height:64px;font-size:11px;display:flex}@media (width<=1120px){.desktop-nav{display:none}.menu-button{display:inline-flex}.button--header{display:none}.section-heading__row{grid-template-columns:1fr .75fr;gap:50px}.factory-section{grid-template-columns:1fr}.factory-section__image{min-height:520px}.factory-section__content{min-height:590px}.project-card__gallery{height:clamp(340px,42vw,460px)}.process-list{grid-template-columns:repeat(3,minmax(0,1fr))}.process-list li:nth-child(4){border-top:1px solid #cdd3db;border-left:0}.process-list li:nth-child(5){border-top:1px solid #cdd3db}.contact-section__inner,.product-enquiry__inner{grid-template-columns:1fr}.quote-form{max-width:780px}.specs-layout{grid-template-columns:1fr;gap:48px}.product-layout-examples{grid-template-columns:1fr;gap:38px}.specs-copy{max-width:620px;position:static}.modified-scope{grid-template-columns:1fr}.configuration-study-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-inputs-layout{grid-template-columns:1fr;gap:54px}.site-footer__top{grid-template-columns:1fr;gap:52px}}@media (width<=820px){:root{--container:min(86vw, 680px);--section-space:76px}h1{font-size:clamp(42px,11vw,60px)}h2{font-size:clamp(34px,8.5vw,46px)}.section-heading__row,.product-hero__intro,.about-section__inner{grid-template-columns:1fr;gap:24px}.section-heading__row>p{max-width:620px}.home-hero{min-height:calc(100svh - 68px)}.home-hero__shade{background:linear-gradient(90deg,#001028d1,#0016344d),linear-gradient(#000d200d 28%,#000d20bd)}.home-hero__caption{display:none}.product-grid{grid-template-columns:1fr}.application-grid{grid-template-columns:1fr;gap:2px}.application-card{aspect-ratio:1.15;min-height:420px}.projects-grid{grid-template-columns:1fr}.project-card__gallery{height:min(72vw,520px)}.process-list{grid-template-columns:1fr}.process-list li,.process-list li+li,.process-list li:nth-child(4),.process-list li:nth-child(5){border:0;border-top:1px solid #cdd3db;min-height:0;padding:28px 0 32px}.process-list__number{margin-bottom:28px}.product-hero__media{aspect-ratio:5/3;height:auto;min-height:0}.product-hero__media-caption{min-width:0;left:0;right:0}.product-feature-grid,.product-decision-grid{grid-template-columns:1fr}.product-decision-card{min-height:0}.product-feature-grid article{min-height:190px}.product-feature-grid article+article{border-top:1px solid #ccd2da;border-left:0}.product-feature-grid span{margin-top:42px}.product-gallery{grid-template-columns:1fr}.product-gallery__wide{grid-column:auto}.layout-studies,.product-delivery-steps{grid-template-columns:1fr}.product-delivery-steps li{min-height:0}.product-delivery-steps li+li{border-top:1px solid #cbd1d9;border-left:0}.product-delivery-steps h3{margin-top:38px}}@media (width<=560px){:root{--container:86vw;--section-space:64px}html{scroll-padding-top:76px}.site-header{height:60px}.site-header__inner{width:90vw}.brand__mark{width:34px;height:28px}.brand__name{font-size:16px}.mobile-menu{padding-left:7vw;padding-right:7vw;top:64px}.home-hero{min-height:calc(100svh - 64px)}.home-hero__image{object-position:63% center}.home-hero__content{padding-bottom:54px}.home-hero h1{font-size:clamp(40px,12.4vw,54px)}html:lang(zh) .home-hero h1{font-size:clamp(38px,10.6vw,46px);line-height:1.08}.home-hero__intro{margin-top:20px;font-size:16px}.home-hero__actions{flex-direction:column;align-items:flex-start;gap:15px;margin-top:26px}.section-heading{margin-bottom:36px}.section-heading>.eyebrow{margin-bottom:14px}.section-heading__row{gap:18px}.product-card__body{padding:26px 24px 30px}.product-card__body h3{font-size:23px}.application-card{aspect-ratio:auto;min-height:420px}.factory-section__image{min-height:300px}.factory-section__content{min-height:0;padding:64px 7vw}.factory-facts{grid-template-columns:1fr}.factory-facts div+div{border-top:1px solid #fff3;border-left:0;padding-left:0}.project-card__gallery{grid-template-rows:auto auto;grid-template-columns:repeat(2,minmax(0,1fr));height:auto;min-height:0;max-height:none}.project-card__gallery img{aspect-ratio:4/3;height:auto}.project-card__gallery img:first-child{aspect-ratio:16/10;grid-area:auto/1/auto/-1}.project-card__gallery.project-card__gallery--two{aspect-ratio:auto;grid-template-columns:1fr}.project-card__gallery--two img,.project-card__gallery--two img:first-child{aspect-ratio:16/10;grid-column:auto}.about-section__inner{gap:34px}.contact-section__inner,.product-enquiry__inner{gap:48px}.quote-form{grid-template-columns:1fr;gap:18px;padding:24px 20px 26px}.quote-form__message,.quote-form__challenge,.quote-form__submit{grid-column:auto}.quote-form__submit{width:100%}.product-hero{padding-top:38px}.breadcrumb{margin-bottom:36px}.product-page-nav__inner{gap:22px;min-height:56px}.product-page-nav__inner>span{display:none}.product-hero__intro h1{font-size:42px}.product-hero__intro>p{font-size:15px}.product-hero__media{aspect-ratio:auto;min-height:0;margin-top:38px}.product-hero__media>img{aspect-ratio:5/3;object-position:center;height:auto}.product-hero__media-caption{flex-direction:column;align-items:flex-start;gap:6px;min-height:82px;padding:15px 18px;position:static}.product-feature-grid article{padding:26px 22px}.product-decision-grid{margin-top:38px}.product-decision-card{padding:32px 24px 36px}.product-evidence-note{grid-template-columns:1fr;gap:12px}.spec-table-wrap{margin-right:-7vw}.product-layout-examples{margin-top:54px;padding-top:44px}.product-layout-examples__grid{grid-template-columns:1fr}.product-layout-examples__grid article,.product-layout-examples__grid article:nth-child(2n){border-right:0;min-height:0;padding:24px 20px 26px}.configuration-study-grid{grid-template-columns:1fr}th,td{padding:17px 14px}.modified-scope{gap:36px}.layout-studies img{height:210px}.product-delivery-intro{margin-top:38px}.product-delivery-steps li{padding:28px 22px 32px}.product-inputs-list{grid-template-columns:1fr}.product-inputs-list li{min-height:130px}.site-footer__links{grid-template-columns:1fr 1fr;gap:44px 28px}.site-footer__links>div:last-child{grid-column:1/-1}.site-footer__bottom{flex-direction:column;justify-content:center;align-items:flex-start;gap:7px;min-height:82px}}@media (width<=360px){.project-detail__intro h1{font-size:clamp(32px,11.55vw,37px)}html:lang(zh) .home-hero h1{font-size:clamp(32px,10.6vw,38px)}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important}}
