@charset "UTF-8";
:root{--blue:#20448f;--blue-deep:#173d83;--yellow:#f1bd24;--yellow-bright:#ffc61e;--paper:#f4f3ef;--ink:#111;--muted:#626975;--white:#fff}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:"PingFang SC","Microsoft YaHei","Noto Sans CJK SC",Arial,sans-serif}
a{color:inherit;text-decoration:none}
button,input{font:inherit}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.site-shell{min-height:100vh;width:100%;overflow:hidden;background:var(--paper)}
.inner{width:min(calc(100% - 48px),1372px);margin:0 auto}

.site-header{width:100%;background:#fff;border-bottom:1px solid #e5e5e5}
.header-inner{width:min(calc(100% - 84px),1452px);min-height:87px;display:grid;grid-template-columns:minmax(220px,300px) 1fr 48px;align-items:center;gap:34px}
.brand img{display:block;width:min(100%,255px);height:70px;object-fit:contain;object-position:left center}
.nav{display:flex;justify-content:center;gap:clamp(24px,3.4vw,64px);font-size:17px;font-weight:750}
.nav a{position:relative;padding:30px 0 25px;white-space:nowrap}
.nav a::after{content:"";position:absolute;left:0;right:100%;bottom:18px;height:3px;background:var(--blue);transition:right .18s}
.nav a:hover::after,.nav a:focus-visible::after,.nav a.active::after{right:0}
.header-search{width:46px;height:46px;display:grid;place-items:center;border:1.5px solid var(--blue);border-radius:8px;color:var(--blue);font-size:27px;line-height:1}

.hero{width:100%;background:linear-gradient(to right,var(--blue) 0 calc(50% + min(10.55vw,162px)),var(--yellow) calc(50% + min(10.55vw,162px)) 100%);color:#fff}
.hero-inner{width:min(100%,1536px);height:clamp(300px,24.35vw,374px);margin:0 auto;display:grid;grid-template-columns:minmax(0,60.55fr) minmax(0,39.45fr)}
.hero-copy{padding:clamp(42px,3.58vw,55px) clamp(28px,5.34vw,82px) clamp(38px,2.93vw,45px)}
.kicker{margin:0 0 26px;color:var(--yellow-bright);font-size:14px;font-weight:850;letter-spacing:.1em}
.kicker::after{content:"";display:block;width:24px;height:3px;margin-top:14px;background:currentColor}
.hero h1{max-width:none;margin:0;font-size:clamp(36px,2.93vw,45px);line-height:1.16;letter-spacing:-.04em;font-weight:850;white-space:nowrap}
.hero-lede{margin:18px 0 27px;color:rgba(255,255,255,.9);font-size:clamp(17px,1.45vw,23px)}
.search-panel{width:min(100%,775px);min-height:61px;display:grid;grid-template-columns:48px 1fr 182px;align-items:center;background:#fff;color:#111;border-radius:7px;overflow:hidden}
.search-mark{padding-left:20px;color:#6d737d;font-size:30px}
.search-panel input{min-width:0;height:61px;padding:0 14px;border:0;outline:0;background:transparent;font-size:17px}
.search-panel button{height:61px;border:0;background:var(--yellow);font-size:18px;font-weight:850;cursor:pointer}
.hero-art{position:relative;height:100%;min-height:0;overflow:hidden;background-image:url("home-design-reference.png");background-repeat:no-repeat;background-size:253.465% auto;background-position:100% 13.38%}

.home-content{padding:22px 0 12px;background:var(--paper)}
.hq-card{min-height:76px;padding:14px 26px;display:grid;grid-template-columns:76px 1px minmax(0,1fr) auto 64px;align-items:center;gap:22px;background:var(--blue);color:#fff;overflow:hidden;transition:transform .18s,box-shadow .18s}
.hq-card:hover,.hq-card:focus-visible{transform:translateY(-3px);box-shadow:0 12px 24px rgba(19,48,107,.18)}
.hq-number{font-size:48px;font-weight:850;color:#fff}
.hq-divider{height:54px;background:rgba(255,255,255,.68)}
.hq-copy{display:flex;align-items:baseline;gap:24px}
.hq-copy h2{margin:0;font-size:27px}
.hq-copy p{margin:0;color:rgba(255,255,255,.72);font-size:16px}
.hq-action{font-weight:800;white-space:nowrap}
.hq-icon{width:58px;height:58px;display:grid;place-items:center;border:2px solid #fff;border-radius:12px;font-size:28px;color:var(--yellow)}

.projects-section{padding:26px 0 24px}
.section-title{margin:0 0 18px;font-size:28px}
.section-title::after{content:"";display:block;width:45px;height:3px;margin-top:10px;background:var(--yellow)}
.project-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 26px}
.project-card{position:relative;display:block;aspect-ratio:670/154;overflow:hidden;background:#ddd;transition:transform .18s,box-shadow .18s}
.project-card:hover,.project-card:focus-visible{transform:translateY(-3px);box-shadow:0 13px 24px rgba(21,50,102,.18)}
.desktop-slice{position:absolute;inset:0;background-image:url("home-design-reference.png");background-repeat:no-repeat;background-size:229.25% auto}
.slice-01{background-position:9.47% 62.07%}
.slice-02{background-position:89.95% 62.07%}
.slice-03{background-position:9.47% 82.18%}
.slice-04{background-position:89.95% 82.18%}
.mobile-card{display:none}
.is-match{outline:5px solid #fff;box-shadow:0 0 0 9px var(--yellow),0 16px 30px rgba(21,50,102,.28)}
.site-note{margin-top:20px;padding:14px 20px;text-align:center;background:var(--blue);color:#fff;font-size:14px}
.site-footer{width:100%;background:var(--blue-deep);color:#fff}
.footer-inner{min-height:66px;display:flex;align-items:center;justify-content:center;gap:26px;font-size:13px;letter-spacing:.04em}
.footer-inner i{width:1px;height:22px;background:rgba(255,255,255,.5)}

.detail-hero{width:100%;color:#fff}
.detail-hero.blue{background:linear-gradient(105deg,var(--blue) 0 66%,var(--yellow) 66% 100%)}
.detail-hero.yellow{background:linear-gradient(105deg,var(--yellow) 0 66%,var(--blue) 66% 100%);color:#111}
.detail-inner{min-height:330px;display:grid;grid-template-columns:minmax(0,1.45fr) minmax(300px,.55fr);align-items:center}
.detail-copy{padding:38px 0 46px}
.back-link{display:inline-block;margin-bottom:36px;padding-bottom:4px;border-bottom:1px solid currentColor;font-size:13px;font-weight:750}
.detail-kicker{margin:0 0 13px;color:var(--yellow-bright);font-size:13px;font-weight:850;letter-spacing:.12em}
.yellow .detail-kicker{color:var(--blue)}
.detail-title{display:flex;align-items:center;gap:28px}
.detail-title span{min-width:110px;padding-right:26px;border-right:1px solid currentColor;font-size:82px;font-weight:850;line-height:1}
.detail-title h1{margin:0;font-size:clamp(48px,5vw,74px)}
.detail-copy>strong{display:block;margin-top:19px;font-size:19px;font-weight:500;opacity:.86}
.detail-art{display:grid;place-items:center}
.detail-circle{position:relative;width:220px;height:220px;display:grid;place-items:center;border:13px solid #fff;border-radius:50%;color:#fff;font-size:76px;font-weight:850}
.detail-circle::before,.detail-circle::after{content:"";position:absolute;background:#fff;border-radius:8px}
.detail-circle::before{width:14px;height:52px;top:-32px;box-shadow:0 252px 0 #fff}
.detail-circle::after{width:52px;height:14px;left:-32px;box-shadow:252px 0 0 #fff}

.directory{padding:46px 0 34px}
.directory-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:24px}
.directory-head p{margin:0 0 8px;color:var(--blue);font-size:12px;font-weight:850;letter-spacing:.12em}
.directory-head h2{margin:0;font-size:42px}
.directory-head>span{max-width:420px;color:var(--muted);font-size:14px;line-height:1.7;text-align:right}
.primary-resource{position:relative;min-height:174px;padding:28px 32px;display:grid;grid-template-columns:86px minmax(0,1fr) auto;align-items:center;gap:26px;overflow:hidden;background:var(--blue);color:#fff;transition:transform .18s}
.primary-resource.link:hover,.primary-resource.link:focus-visible{transform:translateY(-4px)}
.primary-index{font-size:66px;font-weight:850;color:var(--yellow)}
.primary-copy p{margin:0 0 7px;color:var(--yellow);font-size:11px;font-weight:850;letter-spacing:.12em}
.primary-copy h3{margin:0;font-size:34px}
.primary-copy span{display:block;margin-top:9px;color:rgba(255,255,255,.76);font-size:14px}
.primary-action{padding:14px 18px;border:1px solid rgba(255,255,255,.7);font-weight:850;white-space:nowrap}
.primary-status{position:absolute;right:0;top:0;padding:8px 16px;background:var(--yellow);color:#111;font-size:12px;font-weight:850}
.primary-resource.pending{background:#d8d6d0;color:#111}
.pending .primary-index,.pending .primary-copy p{color:var(--blue)}
.pending .primary-copy span{color:#5d626b}
.pending .primary-action{border-color:rgba(17,17,17,.45)}
.pending .primary-status{background:var(--blue);color:#fff}
.category-grid{margin-top:20px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.category-card{min-height:178px;padding:22px;display:grid;grid-template-columns:42px 1fr;grid-template-rows:1fr auto;gap:12px;border:1px solid #cbc8c1;background:#fff}
.category-card>span{color:var(--yellow);font-size:25px;font-weight:850}
.category-card h3{margin:3px 0 8px;font-size:20px}
.category-card p{margin:0;color:var(--muted);font-size:13px;line-height:1.65}
.category-card strong{grid-column:1/-1;padding-top:13px;border-top:1px solid #ddd9d2;color:var(--blue);font-size:12px}
.directory-note{margin-top:22px;padding:15px 19px;background:var(--yellow);font-size:13px}

@media(max-width:900px){.inner{width:min(calc(100% - 36px),1372px)}
.hero{background:var(--blue)}
.header-inner{min-height:76px;grid-template-columns:1fr 44px}
.brand img{width:205px;height:60px}
.nav{display:none}
.hero-inner{width:min(calc(100% - 36px),1372px);height:auto;grid-template-columns:1fr}
.hero-copy{padding:45px 0 40px}
.hero h1{font-size:38px;white-space:normal}
.search-panel{grid-template-columns:44px 1fr}
.search-panel button{grid-column:1/-1;width:100%}
.hero-art{height:215px;min-height:215px;background-size:1080px auto;background-position:right -60px}
.hq-card{grid-template-columns:58px 1px 1fr 46px;gap:14px}
.hq-number{font-size:39px}
.hq-copy{display:block}
.hq-copy h2{font-size:22px}
.hq-copy p{margin-top:3px;font-size:13px}
.hq-action{display:none}
.hq-icon{width:44px;height:44px;font-size:21px}
.project-grid{grid-template-columns:1fr}
.project-card{aspect-ratio:auto;min-height:148px}
.desktop-slice{display:none}
.mobile-card{height:100%;padding:25px 24px;display:grid;grid-template-columns:70px 1px 1fr 54px;align-items:center;gap:18px}
.project-card.blue .mobile-card{background:var(--blue);color:#fff}
.project-card.yellow .mobile-card{background:var(--yellow);color:#111}
.mobile-number{font-size:52px;font-weight:850}
.mobile-divider{height:90px;background:currentColor;opacity:.65}
.mobile-copy h3{margin:0;font-size:27px}
.mobile-copy p{margin:5px 0 15px;opacity:.8}
.mobile-copy strong{font-size:14px}
.mobile-icon{font-size:36px}
.detail-hero.blue,.detail-hero.yellow{background:var(--blue);color:#fff}
.detail-inner{min-height:auto;grid-template-columns:1fr}
.detail-copy{padding:34px 0 38px}
.detail-art{display:none}
.detail-title span{min-width:76px;font-size:60px}
.detail-title h1{font-size:42px}
.directory-head{align-items:flex-start;flex-direction:column}
.directory-head>span{text-align:left}
.primary-resource{grid-template-columns:70px 1fr}
.primary-action{grid-column:1/-1;text-align:center}
.category-grid{grid-template-columns:1fr 1fr}
}

@media(max-width:580px){.inner{width:calc(100% - 28px)}
.hero h1{font-size:33px}
.hero-lede{font-size:16px;line-height:1.6}
.hero-art{height:190px;min-height:190px;background-size:1080px auto;background-position:right -60px}
.hq-card{grid-template-columns:48px 1px 1fr;padding:14px 16px}
.hq-icon{display:none}
.project-grid{gap:12px}
.mobile-card{grid-template-columns:58px 1px 1fr;min-height:132px;padding:20px 17px}
.mobile-icon{display:none}
.mobile-number{font-size:44px}
.mobile-divider{height:78px}
.mobile-copy h3{font-size:24px}
.section-title{font-size:26px}
.footer-inner{min-height:74px;gap:12px;flex-direction:column}
.footer-inner i{width:68px;height:1px}
.detail-title{gap:16px}
.detail-title span{min-width:64px;padding-right:16px;font-size:52px}
.detail-title h1{font-size:36px}
.directory-head h2{font-size:34px}
.primary-resource{padding:25px 20px;grid-template-columns:54px 1fr;gap:16px}
.primary-index{font-size:50px}
.primary-copy h3{font-size:26px}
.category-grid{grid-template-columns:1fr}
}
