@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');
:root{--green:#132f28;--lime:#d2e77b;--paper:#fbfcf8;--muted:#5c6862;--line:#dce2da}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:24px}body{margin:0;background:var(--paper);color:var(--green);font:16px/1.65 'DM Sans',Arial,sans-serif}a{color:inherit;text-decoration:none}a:focus-visible{outline:3px solid #729c17;outline-offset:6px}header,footer{display:flex;align-items:center;justify-content:space-between;padding:28px 5%}.wordmark{font-family:'Manrope',Arial,sans-serif;font-size:32px;font-weight:800;letter-spacing:-1.8px;line-height:1}.wordmark span{font-size:12px;vertical-align:top;letter-spacing:0;margin-left:3px}nav{display:flex;align-items:center;gap:36px;font-size:14px;font-weight:600}.nav-contact{border:1px solid var(--green);padding:10px 20px;border-radius:3px}.nav-contact span{margin-left:15px}.hero{display:grid;grid-template-columns:1.08fr 1fr;min-height:650px;margin:0 2%}.hero-copy{padding:62px 6% 30px;background:#edf1e9}.eyebrow{font-size:12px;font-weight:700;letter-spacing:1.6px;margin:0 0 26px}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:'Manrope',Arial,sans-serif}h1{font-size:clamp(44px,5.3vw,82px);line-height:1.06;letter-spacing:-3.9px;font-weight:500;margin-bottom:28px}em{font-family:Georgia,serif;font-weight:400}h1 em{color:#527336}.hero-description{max-width:430px;color:#4a5d51;font-size:17px;line-height:1.7;margin-bottom:28px}.button{display:inline-flex;align-items:center;gap:32px;padding:15px 23px;background:var(--green);color:white;font-size:14px;font-weight:600;border-radius:3px;transition:background .2s,transform .2s}.button:hover{background:#315840;transform:translateY(-2px)}.hero-foot{display:flex;gap:25px;margin-top:42px;padding-top:20px;border-top:1px solid #ced7cb;font-size:12px;color:#5a695e}.hero-visual{background:var(--green);position:relative;min-height:520px;background-size:cover;background-position:center}.hero-visual:after{content:'';position:absolute;inset:0;background:linear-gradient(transparent 50%,#091e24b8)}.image-caption{position:absolute;z-index:1;bottom:28px;left:32px;right:32px;display:flex;align-items:end;justify-content:space-between;color:white;font-size:12px;letter-spacing:1.4px;line-height:1.6}.caption-brand{font-size:72px;line-height:1;font-weight:700;letter-spacing:-5px}.section{padding:95px 7%}.section-heading{display:flex;justify-content:space-between;gap:45px;align-items:end;margin-bottom:40px}h2{font-size:clamp(35px,3.6vw,53px);line-height:1.15;letter-spacing:-1.9px;font-weight:500;margin-bottom:0}.section-heading>p{max-width:365px;color:var(--muted);margin-bottom:3px}.category-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.category{padding:29px 28px 24px;border-bottom:1px solid var(--line);border-right:1px solid var(--line);transition:background .2s;min-height:237px;display:flex;flex-direction:column}.category:hover{background:#edf3df}.category-number{font-size:12px;letter-spacing:1.4px;color:#6b795f;font-weight:600}h3{font-size:23px;line-height:1.3;font-weight:500;letter-spacing:-.6px;margin:23px 0 12px}.category p{color:var(--muted);font-size:15px;max-width:290px;margin-bottom:24px}.category-link{font-size:13px;font-weight:600;margin-top:auto}.beyond{display:flex;flex-wrap:wrap;align-items:center;gap:13px;font-size:14px;margin-top:25px}.beyond span{color:var(--muted)}.beyond a{margin-left:auto;text-decoration:underline;text-underline-offset:5px}.approach{display:grid;grid-template-columns:1fr 1fr;gap:12%;background:#eef2e9}.approach h2{margin-bottom:26px}.approach-intro>p:not(.eyebrow){color:#536351;max-width:475px}.signature{font-family:Georgia,serif;font-style:italic;font-size:32px;margin-top:32px}.signature span{font:12px 'DM Sans',Arial,sans-serif;letter-spacing:1.4px;margin-left:20px}.steps{padding-top:15px}.steps article{display:flex;gap:25px;padding:28px 0;border-bottom:1px solid #ccd6c5}.steps article:first-child{padding-top:0}.steps article>span{font-size:14px;color:#728264;padding-top:4px}.steps h3{margin:0 0 12px}.steps p{color:#536351;margin:0}.contact{background:var(--green);color:white;padding-top:72px;padding-bottom:78px}.contact .eyebrow{color:var(--lime)}.contact-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:10%}.contact h2{font-size:clamp(46px,5.4vw,76px);margin-bottom:25px}.contact h2 em{color:var(--lime)}.contact p{color:#c1cec4}.email{display:inline-block;font-size:clamp(17px,2.1vw,27px);border-bottom:1px solid #7a9582;padding-bottom:4px;margin:5px 0 14px;overflow-wrap:anywhere}.contact-name{display:block;font-size:13px;color:#bacbbe}.brief{border-left:1px solid #436050;padding-left:35px;padding-top:6px}.brief h3{font-size:20px;letter-spacing:-.2px;margin:0 0 18px}.brief ul{list-style:none;margin:0 0 25px;padding:0}.brief li{padding:7px 0;color:#d8e2d8;font-size:15px}.brief li:before{content:'+';color:var(--lime);margin-right:13px}.light{background:var(--lime);color:var(--green)}.light:hover{background:#e1f599}.brief .mail-note{font-size:12px;line-height:1.6;margin:13px 0 0;max-width:290px}footer{padding:35px 5%;gap:25px}footer .wordmark{font-size:27px}footer p{font-size:13px;margin:0;color:var(--muted)}footer>span{font-size:12px;color:var(--muted)}@media(min-width:1600px){body{max-width:1800px;margin:auto}}@media(max-width:850px){header{padding:25px 5%}nav{gap:18px}nav>a:not(.nav-contact){display:none}.hero{grid-template-columns:1fr}.hero-copy{padding:42px 7% 30px}h1{font-size:64px}.hero-visual{min-height:380px}.section{padding:60px 7%}.section-heading{display:block}.section-heading>p{margin:24px 0 0;max-width:500px}.category-grid{grid-template-columns:repeat(2,1fr)}.approach,.contact-grid{grid-template-columns:1fr;gap:40px}.brief{border-left:0;border-top:1px solid #436050;padding-left:0;padding-top:30px}.beyond a{margin-left:0}.approach-intro>p:not(.eyebrow){max-width:none}footer{flex-wrap:wrap}footer p{order:3;width:100%}}@media(max-width:480px){.wordmark{font-size:27px}.nav-contact{padding:8px 13px;font-size:13px}.nav-contact span{margin-left:8px}h1{font-size:49px;letter-spacing:-2.7px}.eyebrow{font-size:12px;letter-spacing:1px}.hero-description{font-size:16px}.hero-foot{gap:15px;font-size:12px}.hero-visual{min-height:300px}.category-grid{grid-template-columns:1fr}.category{min-height:215px}.contact h2{font-size:53px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button{transition:none}}

.hero-visual{background-image:url("sourcing-hero.jpg")}
/* Regional sourcing map and bilingual navigation */
header{gap:28px}header nav{margin-left:auto;gap:25px}.language-switch{display:flex;gap:9px;align-items:center;font-size:14px;white-space:nowrap}.language-switch a{padding:8px 2px}.language-switch a[aria-current]{font-weight:700;border-bottom:2px solid var(--green)}.language-switch span{color:#9aa592}.category h3{font-size:24px;max-width:320px}.industrial{padding-top:10px;background:var(--paper)}.industrial .section-heading>p{max-width:400px}.map-board{display:grid;grid-template-columns:.8fr 1.4fr;border:1px solid #cfd9c8;border-radius:5px;overflow:hidden;background:#f1f4ed}.national-panel{padding:26px 24px;background:#edf1e7;border-right:1px solid #d4dfcc;display:flex;flex-direction:column}.map-kicker{font-size:12px;font-weight:700;letter-spacing:1.2px;margin:0}.china-map{width:100%;height:auto;margin:16px 0 0}.province{fill:#d2ddc8;stroke:#edf1e7;stroke-width:.65;stroke-linejoin:round}.province.gd-highlight{fill:#244b36}.province.zj-highlight{fill:#9bbd5d}.map-leader{stroke:#658453;stroke-width:1;fill:none}.national-label{font-family:'DM Sans',Arial,sans-serif;font-size:14px;font-weight:600;fill:#132f28}.region-summary{margin-top:auto;display:grid;grid-template-columns:90px 1fr;gap:12px 10px;padding-top:8px}.region-summary strong{font-size:14px}.region-summary p{font-size:13px;line-height:1.6;margin:0;color:#57684e}.guangdong-panel{padding:26px 25px 22px}.map-top{display:flex;justify-content:space-between;align-items:center;gap:15px}.base-badge{font-size:12px;background:#d2e77b;padding:5px 9px;border-radius:2px;font-weight:600;white-space:nowrap}.gd-map{width:100%;height:auto;display:block;margin:20px 0 0}.city-shape{fill:#dde6d4;stroke:#f1f4ed;stroke-width:1;transition:fill .2s}.city-shape[data-region]:not([data-region=""]){fill:#b7cba1}.city-shape.selected{fill:#325b3f}.pin-halo{fill:#f1f4ed;fill-opacity:.7}.pin{fill:#416c34}.city-marker.selected .pin{fill:#132f28}.city-marker{cursor:pointer;outline:none}.map-label-bg{fill:#f1f4ed;fill-opacity:.97;stroke:#c2d2b7;stroke-width:1}.city-marker.selected .map-label-bg{fill:#132f28;stroke:#132f28}.city-label{font:600 16px 'DM Sans',Arial,sans-serif;fill:#132f28}.city-marker.selected .city-label{fill:#e2efbf}.city-marker:hover .map-label-bg{stroke:#476936;stroke-width:2}.city-marker:focus-visible .hit-area{stroke:#132f28;stroke-width:3}.map-detail{border-top:1px solid #cbd8c0;padding-top:17px;min-height:145px}.detail-tag{font-size:12px;letter-spacing:1px;color:#637d4f;font-weight:700}.map-detail h3{font-size:27px;margin:6px 0 8px}.map-detail p{font-size:14px;color:#52624b;line-height:1.7;max-width:510px;margin:0}.city-choices{display:grid;grid-template-columns:repeat(5,1fr);gap:0;border:1px solid #cfd9c8;border-top:0}.city-choice{font-family:inherit;text-align:left;border:0;border-right:1px solid #cfd9c8;background:transparent;color:#132f28;padding:18px 12px;display:flex;align-items:center;gap:10px;cursor:pointer;min-height:90px}.city-choice:last-child{border-right:0}.city-choice strong{font-size:14px;display:block;font-weight:600}.city-choice small{font-size:12px;display:block;line-height:1.4;margin-top:4px;color:#63754f}.city-order{font-size:12px;color:#7a8c69}.city-choice>span:last-child{margin-left:auto;font-size:13px}.city-choice.active{background:#e6edda;box-shadow:inset 0 3px #325b3f}.city-choice:hover{background:#eaf0e1}.city-choice:focus-visible{outline:3px solid #466d2f;outline-offset:-3px}.map-note{font-size:12px;color:#697660;margin:18px 0 9px;max-width:900px}.map-sources{font-size:12px;color:#697660}.map-sources summary{cursor:pointer;display:list-item;width:fit-content}.map-sources p{margin-top:8px}.map-sources a{text-decoration:underline;text-underline-offset:3px}.whatsapp{display:block;width:fit-content;border:1px solid #8ba878;border-radius:3px;padding:12px 17px;margin-top:23px;font-size:15px}.whatsapp span{display:block;font-size:13px;color:#c1d0b9;margin-top:3px}.whatsapp:hover{background:#274d39}html[lang="zh-CN"] h1{font-size:clamp(40px,4.7vw,66px);line-height:1.35;letter-spacing:-1px}html[lang="zh-CN"] h2{font-size:clamp(30px,3vw,44px);line-height:1.4;letter-spacing:0}html[lang="zh-CN"] em{font-style:normal}html[lang="zh-CN"] .hero-foot{flex-wrap:wrap;gap:9px 20px}html[lang="zh-CN"] .contact h2{font-size:clamp(40px,4vw,62px)}@media(max-width:1050px){.map-board{grid-template-columns:.75fr 1.3fr}.map-top{flex-wrap:wrap}.guangdong-panel{padding:24px 18px}.national-panel{padding:24px 18px}.city-choice{padding:16px 10px;gap:7px}.city-order{display:none}.region-summary{display:block}.region-summary p{margin:3px 0 15px}.city-choice small{font-size:12px}}@media(max-width:850px){header{gap:18px}header nav{gap:0}.map-board{grid-template-columns:1fr}.national-panel{border-right:0;border-bottom:1px solid #cfd9c8;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:10px 25px}.national-panel .map-kicker{grid-column:1/-1}.china-map{margin:0}.region-summary{margin:0}.city-choices{grid-template-columns:repeat(3,1fr)}.city-choice{border-bottom:1px solid #cfd9c8;min-height:88px}.city-choice:nth-child(3){border-right:0}.map-top{flex-wrap:nowrap}.city-order{display:block}.map-detail{min-height:140px}.industrial{padding-top:0}}@media(max-width:480px){header{gap:12px;flex-wrap:wrap}header .wordmark{font-size:26px}header nav{margin-left:auto}.language-switch{gap:6px;font-size:13px}.nav-contact{font-size:12px;padding:7px 9px}.national-panel{grid-template-columns:1fr;gap:0}.china-map{max-width:330px;margin:0 auto}.region-summary{display:grid;grid-template-columns:70px 1fr;gap:10px}.region-summary p{margin:0}.guangdong-panel{padding:22px 12px}.map-top{flex-wrap:wrap;gap:10px}.gd-map{margin:10px 0}.city-choices{grid-template-columns:repeat(2,1fr)}.city-choice:nth-child(3){border-right:1px solid #cfd9c8}.city-choice:nth-child(2n){border-right:0}.city-choice:last-child{grid-column:1/-1;border-right:0}.map-detail{padding:16px 5px 0;min-height:155px}.city-label{font-size:18px}.map-note{font-size:12px}.map-kicker{font-size:12px}.industrial h2{font-size:34px}.map-sources{font-size:12px}html[lang="zh-CN"] h1{font-size:42px}.signature span{font-size:12px;margin-left:12px}}
/* Broad Guangdong sourcing positioning */
.industrial{padding-top:85px}.map-board{grid-template-columns:1fr 3fr}.national-panel{justify-content:flex-start;padding:24px 18px}.region-summary{display:block;margin-top:0}.region-summary strong{display:block;margin-top:22px;font-size:16px}.region-summary p{font-size:14px;line-height:1.7;margin:6px 0 0}.china-map{margin-top:30px}.guangdong-panel{padding:26px}.gd-map.expanded-map{margin-top:10px}.number-pin{fill:#f5f8ed;stroke:#6e8c55;stroke-width:1.5}.number-label{font:600 14px 'DM Sans',Arial,sans-serif;fill:#183a27;pointer-events:none}.numbered-marker.selected .number-pin{fill:#132f28;stroke:#d2e77b;stroke-width:3}.numbered-marker.selected .number-label{fill:#e4f5b2}.numbered-marker:hover .number-pin{stroke:#132f28;stroke-width:3}.numbered-marker:focus-visible .hit-area{stroke:#132f28;stroke-width:2}.map-instruction{font-size:14px;color:#536b47;margin:8px 0 14px}.map-detail{min-height:190px}.map-detail p{font-size:16px;max-width:760px}.detail-tag{font-size:12px;letter-spacing:.6px}.city-choices{grid-template-columns:repeat(4,1fr)}.city-choice{min-height:114px;padding:20px 15px;border-bottom:1px solid #cfd9c8;align-items:flex-start}.city-choice:nth-child(n){border-right:1px solid #cfd9c8;grid-column:auto}.city-choice:nth-child(4n){border-right:0}.city-choice:nth-last-child(-n+4){border-bottom:0}.city-choice strong{font-size:16px}.city-choice small{font-size:12px;line-height:1.6}.city-choice .city-order{display:block;font-size:12px;margin-top:3px}.open-brief{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:30px 0}.open-brief h3{font-size:24px;margin:0 0 8px}.open-brief p{font-size:16px;color:#5c6f52;margin:0}.open-brief .button{white-space:nowrap}.map-note{margin-top:20px}.map-sources{border-top:1px solid #dce2da;padding-top:15px}@media(max-width:1050px){.map-board{grid-template-columns:1fr 2.7fr}.national-panel{padding:20px 14px}.guangdong-panel{padding:24px 16px}.city-choices{grid-template-columns:repeat(3,1fr)}.city-choice:nth-child(n){border-right:1px solid #cfd9c8;border-bottom:1px solid #cfd9c8}.city-choice:nth-child(3n){border-right:0}.city-choice:nth-last-child(-n+3){border-bottom:0}.open-brief{flex-wrap:wrap}.map-top{flex-wrap:wrap}}@media(max-width:850px){.industrial{padding-top:60px}.map-board{grid-template-columns:1fr}.national-panel{display:grid;grid-template-columns:1fr 1fr;gap:10px 24px;padding:22px}.national-panel .map-kicker{grid-column:1/-1}.china-map{margin:0;max-width:300px}.region-summary{display:block;margin:0}.region-summary strong{margin-top:12px}.city-choices{grid-template-columns:repeat(3,1fr)}.map-detail{min-height:185px}.map-instruction{font-size:14px}}@media(max-width:480px){.national-panel{grid-template-columns:1fr 1fr;gap:12px;padding:20px 12px}.region-summary strong{font-size:14px;margin-top:12px}.region-summary p{font-size:12px}.guangdong-panel{padding:20px 12px}.city-choices{grid-template-columns:repeat(2,1fr)}.city-choice:nth-child(n){border-right:1px solid #cfd9c8;border-bottom:1px solid #cfd9c8;min-height:120px;padding:16px 10px;grid-column:auto}.city-choice:nth-child(2n){border-right:0}.city-choice:nth-last-child(-n+2){border-bottom:0}.city-choice strong{font-size:15px}.city-choice small{font-size:12px}.map-detail{min-height:235px}.map-detail p{font-size:15px}.map-instruction{font-size:12px}.open-brief h3{font-size:22px}.map-top .map-kicker{font-size:12px}.map-note{font-size:12px}}
