@import"https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@400;500;600;700;800;900&family=Roboto+Condensed:wght@600;700&display=swap";:root{--blue: #07599a;--blue-dark: #063c69;--blue-deep: #052d50;--blue-soft: #eaf3fa;--orange: #df792d;--orange-light: #efa964;--ink: #17212b;--muted: #66717d;--line: #dce3e9;--paper: #f6f8fa;--white: #fff;--container: 1240px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--white);font-family:Noto Sans SC,Microsoft YaHei,sans-serif;line-height:1.7;letter-spacing:0}body:has(dialog[open]){overflow:hidden}button,input,select,textarea{font:inherit;letter-spacing:0}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}img{display:block;width:100%}button{border:0}.container{width:min(var(--container),calc(100% - 48px));margin-inline:auto}.section{padding:112px 0;scroll-margin-top:78px}.icon-button{display:inline-grid;width:44px;height:44px;place-items:center;background:transparent;cursor:pointer}.icon-button svg{width:22px;height:22px}.button{display:inline-flex;min-height:50px;align-items:center;justify-content:center;gap:10px;padding:0 24px;border-radius:4px;font-weight:700;transition:.25s ease;cursor:pointer}.button svg{width:18px;transition:transform .25s ease}.button:hover svg,.text-link:hover svg{transform:translate(4px)}.button-primary{color:#fff;background:var(--orange);box-shadow:0 10px 24px #df792d33}.button-primary:hover{background:#c86116;transform:translateY(-2px)}.button-ghost{color:#fff;border:1px solid rgba(255,255,255,.75);background:#031b2f33;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.button-ghost:hover,.button-light{color:var(--blue-deep);background:#fff}.button-light:hover{color:#fff;background:var(--orange)}.site-header{position:fixed;inset:0 0 auto;z-index:100;color:#fff;border-bottom:1px solid rgba(255,255,255,.14);transition:.3s ease}.header-inner{display:flex;width:min(1360px,calc(100% - 48px));height:84px;margin-inline:auto;align-items:center;gap:28px}.brand{display:inline-flex;align-items:center;gap:12px;min-width:270px}.brand-mark{display:grid;width:44px;height:48px;place-items:center}.brand-mark img{width:43px;height:46px;object-fit:contain;filter:brightness(0) invert(1)}.brand-type{display:flex;flex-direction:column;line-height:1.25;white-space:nowrap}.brand-type strong{font-size:18px;font-weight:800}.brand-type small{margin-top:4px;font-size:8px;letter-spacing:1.2px;opacity:.68}.desktop-nav{display:flex;margin-left:auto;align-items:center;gap:34px}.desktop-nav a{position:relative;padding:30px 0;font-size:14px;font-weight:500}.desktop-nav a:after{position:absolute;right:50%;bottom:18px;left:50%;height:2px;background:var(--orange);content:"";transition:.25s ease}.desktop-nav a:hover:after,.desktop-nav a.active:after{right:0;left:0}.header-phone{display:flex;align-items:center;gap:10px;margin-left:14px;padding-left:24px;border-left:1px solid rgba(255,255,255,.25)}.header-phone svg{width:20px;color:var(--orange-light)}.header-phone span{display:flex;flex-direction:column;font-family:Roboto Condensed,sans-serif;line-height:1.2}.header-phone small{margin-bottom:3px;font-family:Noto Sans SC;font-size:10px;opacity:.65}.menu-button,.mobile-menu{display:none}.site-header.scrolled,.site-header.menu-open{color:var(--ink);background:#fffffff5;border-bottom-color:#e6ebef;box-shadow:0 5px 24px #0b28400f;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.site-header.scrolled .brand-mark img,.site-header.menu-open .brand-mark img{filter:none}.site-header.scrolled .header-phone,.site-header.menu-open .header-phone{border-left-color:var(--line)}.hero{position:relative;display:flex;min-height:820px;height:100svh;max-height:980px;align-items:center;overflow:hidden;color:#fff;background:var(--blue-deep)}.hero-media,.hero-shade,.hero-grid{position:absolute;inset:0;height:100%;object-fit:cover}.hero-media{object-position:center 56%;animation:heroZoom 14s ease-out both}.hero-shade{background:linear-gradient(90deg,#031d32e6,#03233dad 43%,#041f3352 72%,#03132075),linear-gradient(0deg,rgba(2,20,35,.74),transparent 45%)}.hero-grid{opacity:.14;background-image:linear-gradient(rgba(255,255,255,.1) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.1) 1px,transparent 1px);background-size:96px 96px;-webkit-mask-image:linear-gradient(90deg,#000,transparent 68%);mask-image:linear-gradient(90deg,#000,transparent 68%)}.hero-content{position:relative;z-index:2;padding-top:60px}.hero-kicker{display:flex;align-items:center;gap:14px;margin:0 0 26px;color:#d7e6f1;font-family:Roboto Condensed,sans-serif;font-size:14px;letter-spacing:2.5px}.hero-kicker:before{width:42px;height:2px;background:var(--orange);content:""}.hero h1{margin:0;font-size:clamp(54px,5.8vw,88px);line-height:1.12;letter-spacing:0;font-weight:900;text-shadow:0 8px 30px rgba(0,0,0,.25)}.hero h1 span{color:#fff}.hero h1 .hero-accent{color:var(--orange-light)}.hero h1:first-line{color:#fff}.hero-lead{max-width:640px;margin:28px 0 34px;color:#dbe7ee;font-size:19px;line-height:1.9}.hero-actions{display:flex;flex-wrap:wrap;gap:14px}.hero-stats{position:absolute;z-index:3;right:0;bottom:46px;left:0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));padding-top:25px;border-top:1px solid rgba(255,255,255,.25)}.hero-stats>div{display:flex;min-width:0;align-items:baseline;gap:14px;padding-right:18px}.hero-stats strong{color:var(--orange-light);font-family:Roboto Condensed,sans-serif;font-size:40px;line-height:1}.hero-stats sup{font-size:16px}.hero-stats span{color:#dbe4ea;font-size:13px}.scroll-hint{position:absolute;z-index:5;right:34px;bottom:38px;display:none}@keyframes heroZoom{0%{transform:scale(1.07)}to{transform:scale(1)}}.intro-strip{position:relative;z-index:5;color:#fff;background:var(--blue)}.intro-grid{display:grid;grid-template-columns:repeat(3,1fr)}.intro-grid article{display:flex;min-height:118px;align-items:center;gap:18px;padding:26px 34px;border-right:1px solid rgba(255,255,255,.18)}.intro-grid article:first-child{border-left:1px solid rgba(255,255,255,.18)}.intro-grid svg{flex:0 0 auto;width:32px;color:var(--orange-light)}.intro-grid div{display:flex;flex-direction:column}.intro-grid strong{font-size:17px}.intro-grid span{margin-top:2px;color:#cfe2f0;font-size:12px}.section-label{display:flex;align-items:center;gap:14px;margin-bottom:18px;color:var(--blue);font-family:Roboto Condensed,sans-serif;font-size:13px;letter-spacing:2px;font-weight:700}.section-label span{width:42px;height:2px;background:var(--orange)}.section-label.light{color:#a7d4f5}.section-heading h2,.about-copy h2,.strength-copy h2,.contact-copy h2{margin:0;font-size:42px;line-height:1.3;font-weight:800}.section-heading>p{margin:16px 0 0;color:var(--muted)}.section-heading.centered{text-align:center}.section-heading.centered .section-label{justify-content:center}.about{overflow:hidden}.about-layout{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:88px}.about-media{position:relative;min-height:590px}.about-media:before{position:absolute;inset:-22px 26px 38px -24px;z-index:-1;border:1px solid #bdceda;content:""}.about-media img{height:590px;object-fit:cover;object-position:center}.experience-badge{position:absolute;right:-34px;bottom:56px;display:flex;width:190px;height:105px;align-items:center;justify-content:center;gap:12px;color:#fff;background:var(--orange);box-shadow:0 14px 35px #39261233}.experience-badge strong{font-family:Roboto Condensed,sans-serif;font-size:34px}.experience-badge span{padding-left:12px;border-left:1px solid rgba(255,255,255,.45);font-size:12px;line-height:1.6}.image-caption{position:absolute;bottom:0;left:0;padding:11px 18px;color:#fff;background:#052d50e0;font-size:11px}.about-copy h2{color:var(--blue-deep);font-size:46px}.about-copy p{margin:20px 0 0;color:var(--muted);font-size:15px;line-height:2}.about-copy .about-lead{color:#334350;font-size:17px;font-weight:500}.about-values{display:grid;grid-template-columns:1fr 1.35fr;gap:22px;margin:30px 0;padding:24px 0;border-block:1px solid var(--line)}.about-values div{display:flex;flex-direction:column}.about-values span{color:var(--orange);font-size:12px}.about-values strong{margin-top:5px;font-size:15px}.text-link{display:inline-flex;align-items:center;gap:10px;color:var(--blue);font-weight:700}.text-link svg{width:18px;transition:.25s ease}.services{background:var(--paper)}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);margin-top:54px;border-top:1px solid var(--line);border-left:1px solid var(--line)}.service-card{position:relative;min-height:290px;padding:44px 38px 34px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff;overflow:hidden;transition:.35s ease}.service-card>svg{width:38px;height:38px;color:var(--blue);stroke-width:1.6;transition:.35s ease}.service-number{position:absolute;top:25px;right:28px;color:#d3dbe1;font-family:Roboto Condensed,sans-serif;font-size:22px}.service-card h3{margin:28px 0 11px;font-size:20px}.service-card p{margin:0;color:var(--muted);font-size:13px;line-height:1.8}.service-card a{position:absolute;right:28px;bottom:25px;display:grid;width:34px;height:34px;place-items:center;color:var(--blue);border:1px solid var(--line);border-radius:50%}.service-card a svg{width:15px}.service-card:hover{z-index:2;color:#fff;background:var(--blue);box-shadow:0 18px 42px #07599a33;transform:translateY(-6px)}.service-card.revealed:hover{transform:translateY(-6px)}.service-card:hover>svg,.service-card:hover .service-number,.service-card:hover p{color:#d7e9f6}.service-card:hover a{color:#fff;border-color:#ffffff73}.projects{background:#fff}.projects-top{display:flex;align-items:end;justify-content:space-between;gap:30px}.project-filters{display:flex;flex-wrap:wrap;gap:4px;padding-bottom:4px}.project-filters button{padding:9px 15px;color:var(--muted);background:transparent;border-bottom:2px solid transparent;cursor:pointer}.project-filters button:hover,.project-filters button.active{color:var(--blue);border-bottom-color:var(--orange)}.project-grid{display:grid;grid-auto-rows:320px;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:48px}.project-card{position:relative;padding:0;color:#fff;background:var(--blue-deep);overflow:hidden;text-align:left;cursor:pointer}.project-card[hidden]{display:none}.project-card-wide{grid-column:span 2}.project-card img{height:100%;object-fit:cover;object-position:center;transition:transform .6s ease}.project-overlay{position:absolute;inset:0;background:linear-gradient(0deg,#021b2eed,#021b2e24 72%);transition:.35s ease}.project-tag{position:absolute;top:20px;left:20px;padding:5px 10px;background:var(--orange);font-size:11px;font-weight:600}.project-info{position:absolute;right:25px;bottom:22px;left:25px;display:flex;flex-direction:column}.project-info small{color:#b9d7e9;font-size:11px}.project-info strong{max-width:90%;margin-top:4px;font-size:18px}.project-info>span{display:flex;align-items:center;gap:8px;height:0;color:var(--orange-light);font-size:12px;opacity:0;transform:translateY(14px);transition:.35s ease}.project-info svg{width:14px}.project-card:hover img{transform:scale(1.06)}.project-card:hover .project-overlay{background:linear-gradient(0deg,#02233dfa,#021b2e2e 80%)}.project-card:hover .project-info>span{height:24px;margin-top:8px;opacity:1;transform:none}.strength{color:#fff;background:var(--blue-deep);overflow:hidden}.strength-layout{display:grid;grid-template-columns:.86fr 1.14fr;align-items:center;gap:70px}.strength-copy h2{font-size:45px}.strength-copy>p{margin:24px 0;color:#bed1df;line-height:2}.honor-list{display:grid;gap:10px;margin-bottom:30px}.honor-list span{display:flex;align-items:center;gap:12px;color:#e2edf4;font-size:13px}.honor-list svg{width:18px;color:var(--orange-light)}.honor-media{position:relative;padding:14px;border:1px solid rgba(255,255,255,.22)}.honor-media img{aspect-ratio:1.45;object-fit:cover}.honor-media span{position:absolute;right:14px;bottom:14px;left:14px;padding:12px 17px;background:#032d4ed9;font-family:Roboto Condensed;font-size:12px;letter-spacing:1px}.timeline{position:relative;display:grid;grid-template-columns:repeat(6,1fr);gap:0;margin-top:90px;padding-top:28px;border-top:1px solid rgba(255,255,255,.18)}.timeline:before{position:absolute;top:-2px;right:0;left:0;height:3px;background:linear-gradient(90deg,var(--orange),var(--orange-light),rgba(255,255,255,.15));content:"";transform:scaleX(.88);transform-origin:left}.timeline div{position:relative;padding:12px 22px 0 0}.timeline div:before{position:absolute;top:-35px;left:0;width:11px;height:11px;border:3px solid var(--blue-deep);border-radius:50%;background:var(--orange-light);content:""}.timeline strong,.timeline span{display:block}.timeline strong{color:var(--orange-light);font-family:Roboto Condensed;font-size:15px}.timeline span{margin-top:8px;color:#aac2d3;font-size:11px;line-height:1.7}.quote-band{padding:76px 0;color:#fff;background:var(--blue)}.quote-inner{position:relative;text-align:center}.quote-inner>svg{width:38px;height:38px;margin:0 auto 20px;color:var(--orange-light);fill:#efa96421}.quote-inner p{margin:0;font-size:24px;line-height:1.8;font-weight:600}.quote-inner span{display:block;margin-top:18px;color:#b9d7eb;font-size:11px;letter-spacing:1.6px}.contact{background:var(--paper)}.contact-layout{display:grid;grid-template-columns:.88fr 1.12fr;gap:90px}.contact-copy h2{color:var(--blue-deep);font-size:44px}.contact-copy>p{max-width:430px;margin:20px 0 32px;color:var(--muted)}.contact-items{display:grid;gap:18px}.contact-items>a,.contact-items>div{display:flex;align-items:center;gap:15px}.contact-items svg{width:40px;height:40px;padding:10px;color:#fff;background:var(--blue)}.contact-items span{display:flex;flex-direction:column}.contact-items small{color:var(--muted);font-size:11px}.contact-items strong{margin-top:1px;font-size:15px}.wechat{display:flex;align-items:center;gap:14px;margin-top:32px}.wechat img{width:76px;height:76px;border:1px solid var(--line)}.wechat span{font-size:13px;font-weight:600}.wechat small{color:var(--muted);font-size:10px;font-weight:400}.contact-form{position:relative;padding:48px;background:#fff;border-top:4px solid var(--blue);box-shadow:0 18px 60px #0b3a5c17}.form-heading span{color:var(--blue);font-family:Roboto Condensed;font-size:11px;letter-spacing:2px}.form-heading h3{margin:4px 0;font-size:26px}.form-heading p{margin:0 0 26px;color:var(--muted);font-size:13px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:18px}.contact-form label{display:grid;gap:8px;margin-bottom:18px;color:#34424d;font-size:12px;font-weight:600}.contact-form input,.contact-form select,.contact-form textarea{width:100%;border:1px solid #d9e1e7;border-radius:2px;outline:none;padding:13px 14px;color:var(--ink);background:#fff;font-size:13px;transition:.2s ease}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px #07599a17}.contact-form textarea{resize:vertical;min-height:125px}.submit-button{width:100%;border:0}.form-note{margin:12px 0 0;color:#8b949c;text-align:center;font-size:10px}.form-status{margin-top:12px;text-align:center;font-size:12px}.form-status.error{color:#b6422b}.form-status.success{color:#237346}footer{color:#d8e4eb;background:#031f34}.footer-main{display:grid;grid-template-columns:2fr 1fr 1fr 1.15fr;gap:52px;padding:64px 0 44px}.footer-brand .brand-mark img{filter:brightness(0) invert(1)}.footer-brand p{margin:18px 0 0;color:#839baa;font-size:12px}.footer-links,.footer-contact{display:flex;flex-direction:column;gap:9px;font-size:12px}.footer-links strong,.footer-contact strong{margin-bottom:9px;color:#fff;font-size:14px}.footer-links a,.footer-contact span{color:#8ea5b3}.footer-links a:hover{color:var(--orange-light)}.footer-contact a{color:var(--orange-light);font-family:Roboto Condensed;font-size:20px}.footer-bottom{display:flex;justify-content:space-between;padding:20px 0;color:#738c9c;border-top:1px solid rgba(255,255,255,.08);font-size:11px}.back-top{position:fixed;right:24px;bottom:24px;z-index:50;color:#fff;background:var(--blue);box-shadow:0 7px 20px #032d5040;opacity:0;pointer-events:none;transform:translateY(15px);transition:.25s ease}.back-top svg{transform:rotate(-90deg)}.back-top.visible{opacity:1;pointer-events:auto;transform:none}.project-dialog{width:min(880px,calc(100% - 32px));padding:0;border:0;border-radius:4px;overflow:hidden;box-shadow:0 32px 90px #00000057}.project-dialog::backdrop{background:#021625c7;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.project-dialog[open]{display:grid;grid-template-columns:1.12fr .88fr}.project-dialog>img{height:100%;min-height:530px;object-fit:cover}.project-dialog>div{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:45px 36px}.project-dialog>div>span{color:var(--orange);font-size:11px;font-weight:700}.project-dialog h3{margin:9px 0 16px;font-size:25px;line-height:1.45}.project-dialog p{margin:0 0 10px;color:var(--muted);font-size:13px}.project-dialog small{margin-bottom:26px;color:var(--blue)}.dialog-close{position:absolute;z-index:2;top:12px;right:12px;color:var(--ink);background:#ffffffe6}.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s ease var(--delay, 0ms),transform .7s ease var(--delay, 0ms)}.reveal.revealed{opacity:1;transform:none}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.hero-media{animation:none}.reveal{opacity:1;transform:none;transition:none}*{transition-duration:.01ms!important}}@media(max-width:1120px){.desktop-nav{gap:22px}.header-phone{display:none}.about-layout{gap:56px}.experience-badge{right:-18px}}@media(max-width:900px){.container{width:min(100% - 36px,var(--container))}.section{padding:82px 0}.header-inner{width:calc(100% - 32px);height:70px}.desktop-nav{display:none}.brand{min-width:0}.brand-type strong{font-size:16px}.menu-button{display:grid;margin-left:auto;color:inherit}.mobile-menu{display:grid;max-height:0;padding:0 24px;overflow:hidden;visibility:hidden;pointer-events:none;background:#fff;transition:max-height .35s ease,padding .35s ease,visibility 0s linear .35s}.mobile-menu a{padding:13px 4px;color:var(--ink);border-bottom:1px solid var(--line);font-size:14px}.menu-open .mobile-menu{max-height:440px;padding-top:8px;padding-bottom:18px;visibility:visible;pointer-events:auto;box-shadow:0 14px 30px #08273e14;transition-delay:0s}.hero{min-height:760px;max-height:none}.hero-stats{grid-template-columns:repeat(2,1fr);gap:14px 20px;bottom:35px}.hero-stats>div{border-right:0}.intro-grid{grid-template-columns:1fr}.intro-grid article,.intro-grid article:first-child{min-height:96px;border-right:0;border-left:0;border-bottom:1px solid rgba(255,255,255,.16)}.about-layout,.strength-layout,.contact-layout{grid-template-columns:1fr;gap:58px}.about-media{min-height:470px}.about-media img{height:470px}.service-grid{grid-template-columns:repeat(2,1fr)}.projects-top{align-items:start;flex-direction:column}.project-grid{grid-template-columns:repeat(2,1fr)}.timeline{grid-template-columns:repeat(3,1fr);gap:32px 0}.timeline:before{display:none}.timeline div{border-top:1px solid rgba(255,255,255,.18);padding-top:20px}.timeline div:before{top:-6px}.footer-main{grid-template-columns:2fr 1fr 1fr}.footer-contact{grid-column:1 / -1}}@media(max-width:620px){.container{width:min(100% - 28px,var(--container))}.section{padding:68px 0}.brand-mark{width:36px;height:40px}.brand-mark img{width:36px;height:38px}.brand-type small{display:none}.hero{min-height:730px;height:100svh}.hero-media{object-position:56% center}.hero-content{padding-top:20px}.hero-kicker{margin-bottom:18px;font-size:10px;letter-spacing:1.5px}.hero h1{font-size:48px}.hero-lead{margin:20px 0 26px;font-size:15px;line-height:1.8}.hero-actions{flex-direction:column;align-items:stretch;width:min(100%,310px)}.hero-stats{grid-template-columns:repeat(2,minmax(0,1fr));padding-top:17px}.hero-stats>div{align-items:flex-start;flex-direction:column;gap:3px}.hero-stats strong{font-size:30px}.hero-stats span{font-size:10px}.intro-grid article{padding-inline:14px}.section-heading h2,.about-copy h2,.strength-copy h2,.contact-copy h2{font-size:32px}.about-media,.about-media img{min-height:390px;height:390px}.about-media:before{display:none}.experience-badge{right:0;bottom:38px;width:164px;height:90px}.experience-badge strong{font-size:29px}.about-values,.service-grid{grid-template-columns:1fr}.service-card{min-height:260px}.project-filters{width:100%;flex-wrap:nowrap;overflow-x:auto}.project-filters button{flex:0 0 auto}.project-grid{grid-auto-rows:300px;grid-template-columns:1fr}.project-card-wide{grid-column:span 1}.timeline{grid-template-columns:repeat(2,1fr)}.quote-inner p{font-size:18px}.form-row{grid-template-columns:1fr;gap:0}.contact-form{padding:32px 20px}.footer-main{grid-template-columns:1fr 1fr;gap:36px 24px}.footer-brand,.footer-contact{grid-column:1 / -1}.footer-bottom{align-items:flex-start;flex-direction:column;gap:5px}.project-dialog[open]{display:block;max-height:calc(100svh - 32px);overflow-y:auto}.project-dialog>img{min-height:0;height:330px}.project-dialog>div{padding:28px 22px 32px}}
