:root{--ink:#172018;--green:#213829;--dark:#0f1511;--gold:#c6a15b;--muted:#687268;--paper:#f5f6f1;--line:#dfe3d9}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:#fff;font:16px/1.75 "Microsoft YaHei","PingFang SC",sans-serif}a{color:inherit;text-decoration:none}a:focus-visible,button:focus-visible{outline:3px solid #c6a15b;outline-offset:4px}img{display:block;max-width:100%;object-fit:cover}.wrap{width:min(1240px,calc(100% - 64px));margin:auto}.about-header{background:var(--dark);color:#fff;height:74px}.header-inner{display:flex;align-items:center;gap:22px;height:100%;width:min(1500px,calc(100% - 64px))}.brand{font-weight:800;display:flex;gap:10px;align-items:center;white-space:nowrap}.brand-mark{width:40px;height:40px;border-radius:8px;background:#dfc273;display:grid;place-items:center;color:#233126;font-size:14px}.brand-mark:before{content:'东峰'}.about-nav{display:flex;gap:22px;margin-left:auto;font-size:14px;white-space:nowrap}.about-nav a{padding:12px 0}.about-nav [aria-current]{color:#e1c276}.nav-tel{color:#e1c276;border:1px solid #ae8a45;border-radius:5px;padding:7px 12px;white-space:nowrap;font-size:14px}.about-hero{position:relative;isolation:isolate;background:var(--dark);color:#fff;overflow:hidden}.hero-photo{position:absolute;inset:0 0 0 34%;z-index:-2}.hero-photo img{width:100%;height:100%}.about-hero:after{content:'';position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,#0f1511 5%,rgba(15,21,17,.92) 31%,rgba(15,21,17,.52) 59%,rgba(15,21,17,.1))}.hero-content{padding-top:90px;padding-bottom:105px}.eyebrow{color:#957032;font-weight:700;font-size:12px;letter-spacing:.12em;margin:0 0 10px}.hero-content .eyebrow,.dark .eyebrow{color:#e0c47f}h1{font-size:clamp(34px,4.4vw,58px);line-height:1.2;margin:0 0 22px;max-width:750px;overflow-wrap:anywhere}.subtitle{font-size:19px;font-weight:600;max-width:630px}.intro{max-width:580px;color:#e1e7df;font-size:16px}.button{display:inline-flex;align-items:center;justify-content:center;gap:20px;min-height:46px;background:var(--gold);border-radius:5px;padding:11px 21px;font-weight:700;color:#191f17;margin-top:20px}.highlights{position:relative;margin:-34px auto 0;display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.highlights div{background:#fff;border:1px solid var(--line);border-radius:7px;padding:23px;box-shadow:0 8px 25px #17201808}.highlights dt{color:#92702f;font-size:13px;margin-bottom:9px}.highlights dd{margin:0;font-size:15px;font-weight:700}.section{padding-top:70px;padding-bottom:70px}.section-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:28px}.section-head>p{color:var(--muted);font-size:14px;margin:0}h2{font-size:clamp(25px,2.7vw,34px);line-height:1.35;margin:0 0 20px}.section-head h2{margin:0}.cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.card{border:1px solid var(--line);border-radius:8px;overflow:hidden;background:#fff;display:flex;flex-direction:column}.card>img{width:100%;height:auto;aspect-ratio:3/2}.card-body{padding:20px;display:flex;flex-direction:column;flex:1;align-items:start}.card h3{font-size:19px;line-height:1.5;margin:0 0 10px;overflow-wrap:anywhere}.card p{font-size:14px;color:var(--muted);margin:0 0 12px}.card .location{color:#947135;font-size:12px}.project-link{margin-top:auto;padding:8px 13px;border:1px solid #bac7b6;border-radius:4px;font-size:14px;min-height:42px}.tinted{background:var(--paper)}.process{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:20px;padding:0;margin:0;list-style:none}.process li{position:relative}.step-number{display:grid;place-items:center;width:44px;height:44px;border-radius:50%;color:#856025;background:#f8f3e8;border:1px solid #d3b777;margin-bottom:19px}.process h3{font-size:16px;margin:0 0 10px}.process p{font-size:13px;color:var(--muted);margin:0}.dark{background:var(--green);color:#fff}.capabilities{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}.capabilities article{padding:25px;border:1px solid #ffffff29;border-radius:7px}.capabilities article>span{color:#dec17c;font-size:25px}.capabilities h3{font-size:18px;margin:12px 0}.capabilities p{color:#cbd7c8;font-size:14px;margin:0}.information{display:grid;grid-template-columns:1fr 1fr;gap:55px}.information>div{min-width:0}.information h2{font-size:27px}table{border-collapse:collapse;width:100%;font-size:14px;table-layout:fixed}th,td{text-align:left;padding:12px;border-bottom:1px solid var(--line);vertical-align:top;overflow-wrap:anywhere}th{width:100px;color:#63705e;font-weight:500;background:#f6f7f3}.muted,.sources p,.empty{font-size:14px;color:var(--muted)}.sources{padding:0;list-style:none;margin:20px 0}.sources li{border-bottom:1px solid var(--line);padding:16px 0}.sources a{display:block;overflow-wrap:anywhere;font-weight:600;min-height:44px}.sources p{margin:5px 0}.empty{padding:24px;background:var(--paper);border-radius:7px}.contact{background:#eaf0e5}.contact-inner{display:flex;align-items:center;justify-content:space-between;gap:50px}.contact-inner>div{max-width:820px}.contact-inner p{color:#52634e}.phone{display:inline-flex;align-items:center;font-size:23px;font-weight:700;min-height:48px}.contact .button{flex-shrink:0}footer{background:var(--dark);color:#acb7a8;font-size:13px;padding:25px 0}footer .wrap{display:flex;justify-content:space-between;gap:20px;align-items:center}footer p{margin:0}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0)}
@media(max-width:1100px){.about-nav{gap:13px}.header-inner{gap:14px}.brand>span:last-child{display:none}.process{gap:12px}.capabilities{grid-template-columns:repeat(2,minmax(0,1fr))}.information{gap:30px}}
@media(max-width:760px){.wrap,.header-inner{width:calc(100% - 32px)}.about-header{height:62px}.header-inner{gap:8px}.brand-mark{width:34px;height:34px;font-size:12px}.nav-tel,.desktop-only{display:none!important}.about-nav{flex:1;margin:0;gap:0;min-width:0;justify-content:space-between}.about-nav a{flex:1;text-align:center;min-width:0;min-height:44px;display:grid;place-items:center;font-size:13px}.about-nav a[data-short-label]{font-size:0}.about-nav a[data-short-label]:before{content:attr(data-short-label);font-size:13px}.hero-content{padding-top:58px;padding-bottom:65px}.hero-photo{inset:0}.about-hero:after{background:linear-gradient(90deg,rgba(15,21,17,.92),rgba(15,21,17,.64))}.subtitle{font-size:16px}.intro{font-size:14px}.highlights{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:20px;gap:10px}.highlights div{padding:16px}.highlights dd{font-size:13px}.section{padding-top:45px;padding-bottom:45px}.section-head{display:block}.section-head>p{margin-top:12px}.cards{gap:16px}.services{grid-template-columns:repeat(2,minmax(0,1fr))}.projects{grid-template-columns:1fr}.card-body{padding:16px}.services h3{font-size:16px}.card p{font-size:13px}.process{display:flex;flex-direction:column;gap:0}.process li{display:grid;grid-template-columns:44px 1fr;gap:18px;padding-bottom:25px}.process li:not(:last-child):after{content:'';position:absolute;left:21px;top:44px;bottom:0;border-left:1px solid #d3b777}.step-number{margin:0}.process h3{padding-top:6px;margin-bottom:6px}.capabilities{gap:12px}.capabilities article{padding:17px}.capabilities h3{font-size:16px}.information{grid-template-columns:1fr;gap:38px}.information h2{font-size:24px}.contact-inner{display:block}.contact h2{font-size:25px}.phone{font-size:21px}footer .wrap{display:block}footer p{margin-top:12px}}
@media(max-width:360px){.services,.capabilities{grid-template-columns:1fr}.highlights div{padding:12px}.highlights dd{font-size:12px}h1{font-size:32px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
