.header-fixed{position:fixed;top:0;left:0;width:100%;max-width:100%;height:88px;transition:all .4s ease-in-out;z-index:1000;display:flex;justify-content:center;align-items:center;overflow:visible}.header-fixed.variant-transparent{background:transparent;box-shadow:none;border-bottom:none}.header-fixed.variant-glass{background:linear-gradient(180deg,#fff3,#ffffff1a);backdrop-filter:blur(2px) saturate(112%);-webkit-backdrop-filter:blur(2px) saturate(112%);box-shadow:0 8px 24px #0f172a12;border-bottom:1px solid rgba(15,23,42,.08)}.header-container{width:100%;min-width:0;max-width:100%;padding:0 40px;display:flex;justify-content:space-between;align-items:center;height:100%}.header-logo{height:50px;display:flex;align-items:center;min-width:0;transition:transform .4s ease}.header-logo img{height:100%;width:auto;object-fit:contain}.logo-text{font-size:24px;font-weight:700;color:#111827;margin-left:10px;letter-spacing:2px;transition:color .4s ease}.language-toggle{display:inline-flex;align-items:flex-end;gap:5px;margin-left:16px;transform:translateY(.5px);padding:0;border:0;background:transparent;color:#111827;cursor:pointer;line-height:1;white-space:nowrap}.language-toggle-text{font-size:17px;font-weight:500;letter-spacing:0;line-height:1}.language-toggle-zh{font-size:16px}.language-toggle-en{font-size:17px}.language-toggle.is-zh .language-toggle-zh,.language-toggle.is-en .language-toggle-en{color:#e60012;font-weight:700}.language-toggle-icon{position:relative;display:inline-block;width:14px;height:21px;margin-bottom:1px}.language-toggle-arrow{position:absolute;font-size:15px;font-weight:500;line-height:1}.language-toggle-arrow-top{top:0;right:0}.language-toggle-arrow-bottom{right:0;bottom:0}.language-toggle:hover{color:#e60012}.header-fixed.variant-transparent .language-toggle,.header-fixed.variant-glass .language-toggle{color:#111827}.header-fixed.variant-transparent .language-toggle:hover,.header-fixed.variant-glass .language-toggle:hover{color:#e60012}.header-fixed.variant-transparent .logo-text,.header-fixed.variant-glass .logo-text{color:#111827;text-shadow:none}.header-right{display:flex;align-items:center;gap:40px;min-width:0}.mobile-menu-toggle,.mobile-nav{display:none}.header-nav ul{display:flex;list-style:none;gap:40px;margin:0;padding:0}.header-nav a{text-decoration:none;color:#0f172a;font-weight:500;font-size:16px;letter-spacing:.5px;padding:8px 0;position:relative;transition:color .3s ease}html[data-language=en] .header-nav a{letter-spacing:.035em;word-spacing:.16em}html[data-language=en] .front.text{letter-spacing:.025em;word-spacing:.12em}.header-fixed.variant-transparent .header-nav a,.header-fixed.variant-glass .header-nav a{color:#111827;text-shadow:none}.header-nav a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background-color:#fff;transition:width .3s ease}.header-fixed.variant-glass .header-nav a:after{background-color:#e60012}.header-nav a:hover,.header-nav a.active{color:#e60012}.header-nav a:hover:after,.header-nav a.active:after{width:100%;background-color:#e60012}.quote-btn-3d{position:relative;border:none;background:transparent;padding:0;cursor:pointer;outline-offset:4px;transition:filter .25s;-webkit-user-select:none;user-select:none;touch-action:manipulation}.shadow{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:12px;background:#00000040;will-change:transform;transform:translateY(2px);transition:transform .6s cubic-bezier(.3,.7,.4,1)}.edge{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:12px;background:linear-gradient(to left,#52001b,#a30036 8%,#a30036 92%,#52001b)}.front{display:block;position:relative;padding:12px 27px;border-radius:12px;font-size:1.1rem;color:#fff;background:#f0003c;will-change:transform;transform:translateY(-4px);transition:transform .6s cubic-bezier(.3,.7,.4,1);font-weight:600}.quote-btn-3d:hover{filter:brightness(110%)}.quote-btn-3d:hover .front{transform:translateY(-6px);transition:transform .25s cubic-bezier(.3,.7,.4,1.5)}.quote-btn-3d:active .front{transform:translateY(-2px);transition:transform 34ms}.quote-btn-3d:hover .shadow{transform:translateY(4px);transition:transform .25s cubic-bezier(.3,.7,.4,1.5)}.quote-btn-3d:active .shadow{transform:translateY(1px);transition:transform 34ms}.quote-btn-3d:focus:not(:focus-visible){outline:none}@media (max-width: 900px){.header-fixed{height:72px}.header-container{padding:0 18px}.header-logo{height:42px;min-width:0}.logo-text{font-size:20px;margin-left:8px;letter-spacing:1.5px}.language-toggle{gap:4px;margin-left:10px}.language-toggle-text,.language-toggle-en{font-size:14px}.language-toggle-zh{font-size:13px}.language-toggle-icon{width:12px;height:18px}.language-toggle-arrow{font-size:13px}.header-nav{display:none}.header-right{gap:12px}.front{padding:10px 14px;border-radius:10px;font-size:.9rem}.shadow,.edge{border-radius:10px}.mobile-menu-toggle{display:inline-flex;width:40px;height:40px;padding:0;border:1px solid rgba(15,23,42,.14);border-radius:10px;background:#ffffffad;align-items:center;justify-content:center;flex-direction:column;gap:5px;cursor:pointer}.mobile-menu-toggle span{width:18px;height:2px;border-radius:999px;background:#111827;transition:transform .24s ease,opacity .24s ease}.mobile-menu-toggle.is-open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.mobile-menu-toggle.is-open span:nth-child(2){opacity:0}.mobile-menu-toggle.is-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-nav{position:absolute;top:72px;left:18px;right:18px;display:flex;flex-direction:column;gap:4px;padding:12px;border:1px solid rgba(15,23,42,.08);border-radius:14px;background:#fffffff5;box-shadow:0 18px 42px #0f172a29;max-height:calc(100dvh - 88px);overflow-x:hidden;overflow-y:auto;touch-action:pan-y;opacity:0;visibility:hidden;transform:translateY(-8px);transition:opacity .22s ease,visibility .22s ease,transform .22s ease}.mobile-nav.is-open{opacity:1;visibility:visible;transform:translateY(0)}.mobile-nav a{color:#111827;text-decoration:none;padding:12px 14px;border-radius:10px;font-size:15px;font-weight:600;min-height:48px;display:flex;align-items:center}.mobile-nav a.active{color:#e60012;background:#fff1f2}.mobile-nav-contact{width:100%;min-height:48px;margin-top:6px;border:0;border-radius:10px;background:#e60012;color:#fff;font-size:15px;font-weight:700;cursor:pointer}}@media (max-width: 720px){.header-contact{display:none}}@media (max-width: 430px){.header-container{padding:0 14px}.header-logo{height:38px}.logo-text{font-size:18px;margin-left:7px;letter-spacing:1px}.language-toggle{margin-left:8px}.language-toggle-text,.language-toggle-en{font-size:13px}.language-toggle-zh{font-size:12px}.mobile-menu-toggle{width:38px;height:38px;border-radius:9px;flex:0 0 38px}.mobile-nav{left:14px;right:14px}}@media (max-width: 360px){.logo-text{display:none}}.magic-card{width:100%;min-height:380px;height:auto;background:#fff;display:flex;justify-content:center;align-items:center;overflow:hidden;position:relative;box-shadow:0 10px 30px #0000000d;cursor:pointer;border-radius:12px;transition:.4s cubic-bezier(.2,.8,.2,1)}.magic-card .magic-card-content{border-radius:10px;background:#fff;width:calc(100% - 4px);height:calc(100% - 4px);z-index:1;padding:0;color:#333;display:flex;flex-direction:column;overflow:hidden;position:relative}.magic-card-content:before{opacity:0;transition:opacity .3s;content:" ";display:block;background:#fffc;width:30px;height:100%;position:absolute;top:0;left:-50px;transform:skew(-20deg);filter:blur(10px);overflow:hidden;z-index:2;animation:shine 1s infinite;animation-play-state:paused}.magic-card:hover .magic-card-content:before{opacity:1;animation-play-state:running;left:120%;transition:.5s}.magic-card:before{opacity:0;content:" ";position:absolute;display:block;width:150%;height:150%;background:linear-gradient(#e60012,#fff);transition:opacity .3s;animation:rotation_9018 4s infinite linear;animation-play-state:paused;top:-25%;left:-25%}.magic-card:hover:before{opacity:1;animation-play-state:running}.magic-card:after{position:absolute;content:" ";display:block;width:calc(100% - 4px);height:calc(100% - 4px);background:#fff;border-radius:10px;z-index:0}@keyframes rotation_9018{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes shine{0%{left:-50px;opacity:0}50%{opacity:.5}to{left:120%;opacity:0}}*{margin:0;padding:0;box-sizing:border-box}:root{--page-x: 8%;--section-y: 96px;--h1: 48px;--h2: 34px;--h3: 22px;--body: 16px;--small: 14px}html{width:100%;max-width:100%;overflow-x:hidden;overscroll-behavior-x:none;-webkit-text-size-adjust:100%;text-size-adjust:100%}body{width:100%;max-width:100%;min-width:0;background:#000;font-family:Arial,Microsoft YaHei,PingFang SC,sans-serif;overflow-x:hidden;overflow-y:hidden;overscroll-behavior-x:none}#root{width:100%;max-width:100%;min-width:0;overflow-x:hidden;overscroll-behavior-x:none}#root>div{width:100%;max-width:100%;overflow-x:hidden!important;overscroll-behavior-x:none;touch-action:pan-y}section,header,footer{max-width:100%;overflow-x:hidden}img,picture,video,canvas,svg{max-width:100%}img{display:block}button,input,textarea,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}.page-back-button{position:fixed;top:92px;left:clamp(20px,4vw,56px);z-index:260;display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;padding:0 18px 0 14px;border:1px solid rgba(15,23,42,.12);border-radius:6px;background:#fffffff0;color:#111827;box-shadow:0 12px 28px #0f172a1f;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);font-size:15px;font-weight:700;line-height:1;cursor:pointer;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease,color .2s ease}.page-back-button:hover{transform:translateY(-2px);border-color:#e6001257;box-shadow:0 16px 34px #0f172a2e;color:#e60012}.page-back-button svg{flex:0 0 auto}h1,h2,h3,p,a,button{overflow-wrap:anywhere}@media (max-width: 768px){:root{--page-x: 20px;--section-y: 56px;--h1: 32px;--h2: 26px;--h3: 20px;--body: 15px;--small: 13px}body{font-size:var(--body)}section{padding-left:var(--page-x)!important;padding-right:var(--page-x)!important}h1{font-size:var(--h1)!important;line-height:1.18!important;letter-spacing:.02em!important}h2{font-size:var(--h2)!important;line-height:1.24!important;letter-spacing:.01em!important}h3{font-size:var(--h3)!important;line-height:1.3!important}p,li{font-size:var(--body)!important;line-height:1.72!important}button,input,textarea,select{max-width:100%}button{min-height:44px}.page-back-button{top:74px;left:var(--page-x);min-height:40px;padding:0 13px 0 11px;font-size:14px}input,textarea,select{font-size:16px!important}.magic-card{min-height:320px}}@media (max-width: 390px){:root{--page-x: 16px;--h1: 29px;--h2: 23px;--h3: 19px;--body: 14px;--small: 12px}}@media (max-width: 768px){.home-hero{height:88dvh!important;min-height:620px!important;overflow:hidden!important}.home-hero-img{height:100%!important;object-fit:cover!important}.home-hero-copy{top:52%!important;width:min(100% - 32px,420px)!important;gap:1rem!important}.home-hero-title{font-size:30px!important;line-height:1.22!important;letter-spacing:.02em!important;max-width:100%!important}.home-hero-divider{display:block!important;width:42px;height:2px;margin:12px auto!important;overflow:hidden;color:transparent;background:#ffffffb8}.home-hero-subtitle{font-size:15px!important;line-height:1.7!important;letter-spacing:.02em!important;max-width:22em}.home-hero-badges{gap:10px!important;margin-top:.4rem!important}.home-hero-badges span{padding:6px 12px!important;font-size:12px!important;letter-spacing:.02em!important;white-space:nowrap}.home-projects-section{padding:64px var(--page-x)!important}.home-projects-head{align-items:flex-start!important;margin-bottom:28px!important;gap:18px!important}.home-projects-grid{grid-template-columns:1fr!important;gap:18px!important}.home-project-card{height:auto!important;min-height:0!important;aspect-ratio:4 / 5;border-radius:8px!important}.home-project-card-img{height:100%!important}.home-project-card-body,.home-project-card>div:last-child{padding:24px!important}.home-project-card-body h3{font-size:22px!important;line-height:1.25!important;margin-bottom:12px!important}.home-partners-section{padding:56px 0!important}.home-partners-section h2{margin-bottom:28px!important}.home-partners-track{width:100%!important;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;animation:none!important;padding:0 var(--page-x)}.home-partner-logo{width:auto!important;min-width:0!important;height:74px;padding:14px!important;border:1px solid #e5e7eb;border-radius:8px;background:#fff}.home-partner-logo:nth-child(n+15){display:none!important}.home-partner-logo img{width:100%;height:100%;object-fit:contain}.projects-highlights-section{padding:36px var(--page-x) 54px!important}.page-hero-section{padding:96px var(--page-x) 44px!important}.page-hero-section p,.projects-page-hero p,.expertise-page-hero p{max-width:100%!important;text-align:left}.page-title-block{margin-bottom:34px!important;padding-top:10px!important}.page-title-block h1{margin-bottom:10px!important}.page-title-block p{line-height:1.45!important;letter-spacing:.08em!important}.projects-section-head{margin-bottom:24px!important;align-items:flex-start!important}.projects-section-head>div:last-child{display:none!important}.projects-highlights-grid{grid-template-columns:1fr!important;gap:20px!important}.project-highlight-media{height:220px!important}.project-highlight-body{padding:22px!important}.project-highlight-body h3{font-size:20px!important;line-height:1.32!important}.project-highlight-body p{margin-bottom:16px!important}.projects-featured-section{padding:48px var(--page-x)!important}.projects-featured-grid{grid-template-columns:1fr!important;gap:18px!important}.projects-featured-grid .magic-card{min-height:0}.patents-page-section,.base-page-section{padding:48px var(--page-x) 56px!important}.patents-grid{grid-template-columns:1fr!important;gap:18px!important}.patent-card{border-radius:8px!important}.patent-img-box{height:auto!important;aspect-ratio:3 / 4;padding:16px!important}.patent-card-body{padding:20px!important}.base-stats-grid{gap:18px!important;margin-bottom:36px!important}.base-stat-card{flex-basis:100%!important;max-width:none!important;padding:24px!important}.base-gallery-grid{columns:1!important;gap:0!important}.base-gallery-item{margin-bottom:16px!important;border-radius:8px!important}.base-gallery-item img{width:100%;aspect-ratio:4 / 3;object-fit:cover}.xiamen-gallery-section{padding:32px var(--page-x)!important}.xiamen-hero-section{height:70dvh!important;min-height:540px}.xiamen-hero-copy{max-width:100%!important;padding:0 var(--page-x)!important}.xiamen-hero-copy>div:first-child{font-size:13px!important;letter-spacing:.16em!important;margin-bottom:16px!important}.xiamen-hero-copy h1{font-size:32px!important;margin-bottom:18px!important}.xiamen-hero-copy p{font-size:16px!important;line-height:1.65!important}.xiamen-overview-section,.xiamen-technical-section{padding:56px var(--page-x)!important}.xiamen-overview-grid{gap:28px!important}.xiamen-overview-copy,.xiamen-info-card{flex-basis:100%!important}.xiamen-metrics-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px!important;margin-top:28px!important}.xiamen-metrics-grid>div{padding-left:14px!important}.xiamen-info-card,.xiamen-challenge-card{padding:24px!important;border-radius:8px!important}.xiamen-section-head{margin-bottom:34px!important}.xiamen-challenge-list{gap:28px!important}.xiamen-challenge-row{gap:18px!important}.xiamen-challenge-card{flex-basis:100%!important}.xiamen-gallery-grid{grid-template-columns:1fr!important;gap:14px!important;height:auto!important}.xiamen-gallery-grid img{grid-column:auto!important;height:auto!important;aspect-ratio:4 / 3}.expertise-section{padding:36px var(--page-x)!important}.expertise-row{flex-direction:column!important;align-items:stretch!important;gap:24px!important;margin-bottom:56px!important}.expertise-media,.expertise-copy{flex:1 1 auto!important;max-width:none!important;width:100%!important}.expertise-media>div{border-radius:8px!important}.expertise-copy h2{margin-bottom:20px!important}.expertise-copy>div{gap:18px!important}.expertise-copy>div>div{padding-left:16px!important}}@media (max-width: 390px){.home-hero{min-height:600px!important}.home-hero-title{font-size:28px!important}.home-project-card{aspect-ratio:3 / 4}}
