:root {
  --green-950: #031d17;
  --green-900: #052a21;
  --green-800: #073d30;
  --green-700: #0b5742;
  --acid: #d9ef4a;
  --yellow: #f4cd47;
  --champagne: #c8b98c;
  --ivory: #f3f1e9;
  --paper: #faf9f5;
  --ink: #10231d;
  --muted: #68766f;
  --line: rgba(16, 35, 29, .14);
  --brand-green: #007b4a;
  --brand-green-dark: #00683f;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, "PingFang SC", "Microsoft YaHei", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
img { display: block; width: 100%; }
[id] { scroll-margin-top: 88px; }

.site-header { position: fixed; z-index: 30; top: 18px; left: 50%; width: min(1240px, calc(100% - 36px)); height: 74px; padding: 0 14px 0 25px; display: flex; align-items: center; justify-content: space-between; color: var(--ink); background: rgba(250,249,245,.92); border: 1px solid rgba(255,255,255,.68); border-radius: 19px; box-shadow: 0 16px 55px rgba(3,29,23,.18); backdrop-filter: blur(20px); transform: translateX(-50%); }
.header-brand img { width: 218px; filter: brightness(0) saturate(100%) invert(15%) sepia(17%) saturate(1754%) hue-rotate(114deg) brightness(90%) contrast(100%); }
.nav-links { display: flex; align-items: center; gap: clamp(22px, 2.4vw, 38px); font-size: 13px; }
.nav-links > a:not(.nav-cta):not(.nav-login) { color: rgba(16,35,29,.7); transition: color .2s; }
.nav-links > a:not(.nav-cta):not(.nav-login):hover { color: var(--green-700); }
.nav-cta { display: flex; align-items: center; gap: 24px; padding: 13px 19px; color: white; background: var(--green-800); border-radius: 11px; font-weight: 760; }
.nav-cta b { font-size: 17px; }
.nav-login { padding: 9px 12px; color: var(--brand-green); border: 1px solid rgba(0,123,74,.38); border-radius: 7px; font-weight: 720; white-space: nowrap; transition: color .2s, background .2s, border-color .2s; }
.nav-login:hover { color: white; background: var(--brand-green); border-color: var(--brand-green); }
.menu-button { display: none; border: 0; background: transparent; }

.site-header.is-home { top: 0; left: 0; width: 100%; height: 86px; padding: 0 max(48px, calc((100% - 1390px) / 2)); color: var(--ink); background: rgba(255,255,255,.96); border: 0; border-bottom: 1px solid rgba(16,35,29,.08); border-radius: 0; box-shadow: 0 8px 28px rgba(3,29,23,.06); backdrop-filter: blur(16px); transform: none; }
.site-header.is-home .header-brand img { width: 218px; filter: none; }
.site-header.is-home .nav-links { width: auto; justify-content: flex-end; gap: clamp(10px, 1.45vw, 20px); font-size: 13px; }
.site-header.is-home .nav-links > a:not(.nav-cta):not(.nav-login) { position: relative; color: #26342f; }
.site-header.is-home .nav-links > a:not(.nav-cta):not(.nav-login):hover { color: var(--brand-green); }
.site-header.is-home .nav-links > a.is-active:after { content: ""; position: absolute; left: 0; right: 0; bottom: -18px; height: 2px; background: var(--brand-green); }
.site-header.is-home .nav-cta { min-height: 44px; padding: 0 21px; color: white; background: var(--brand-green); border-radius: 7px; }
.nav-language { display: flex; align-items: center; gap: 4px; color: #68766f; font-size: 12px; white-space: nowrap; }
.nav-language button { padding: 2px; border: 0; color: #68766f; background: transparent; cursor: pointer; }
.nav-language button.is-active { color: var(--brand-green); font-weight: 800; }
.nav-language button:focus-visible { outline: 2px solid var(--brand-green); outline-offset: 2px; }

.kicker { display: flex; align-items: center; color: var(--green-700); font-size: 10px; font-weight: 820; letter-spacing: .22em; }
.kicker.light { color: var(--acid); }
.button { min-height: 54px; padding: 0 24px; border: 0; display: inline-flex; align-items: center; justify-content: center; gap: 42px; font-weight: 780; cursor: pointer; transition: transform .22s ease, box-shadow .22s ease, background-color .22s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(3,29,23,.14); }
.button:active { transform: translateY(0); }
.primary-button { color: var(--green-950); background: var(--acid); }
.quiet-link { padding: 14px 0 10px; color: rgba(255,255,255,.77); border-bottom: 1px solid rgba(255,255,255,.3); font-size: 13px; }
.quiet-link span { margin-left: 18px; color: var(--acid); }

.editorial-home { padding-top: 86px; background: white; }
.editorial-hero { height: 525px; position: relative; overflow: hidden; background: #edf2ef; }
.editorial-hero-media { position: absolute; inset: 0; overflow: hidden; }
.editorial-hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 43%; }
.editorial-hero-media:after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.94) 23%, rgba(255,255,255,.72) 42%, rgba(255,255,255,.1) 66%, rgba(255,255,255,0) 100%); }
.editorial-hero-copy { position: relative; z-index: 2; height: 100%; padding: 155px 48px 29px max(48px, calc((100vw - 1390px) / 2)); display: flex; flex-direction: column; align-items: flex-start; }
.editorial-hero-copy h1 { max-width: 720px; margin: 0; color: var(--brand-green); font-size: clamp(48px, 3.9vw, 60px); line-height: 1.14; letter-spacing: -.048em; font-weight: 690; }
.editorial-hero-copy p { max-width: 620px; margin: 18px 0 0; color: #42504a; font-size: 16px; line-height: 1.75; }
.editorial-actions { display: flex; gap: 14px; margin-top: 24px; }
.editorial-actions .button { min-height: 48px; gap: 0; border-radius: 6px; font-size: 14px; }
.editorial-primary { width: 158px; color: white; background: var(--brand-green); }
.editorial-primary:hover { background: var(--brand-green-dark); }
.editorial-secondary { width: 142px; color: var(--brand-green); background: rgba(255,255,255,.82); border: 1px solid var(--brand-green); }

.home-proof-strip { width: min(700px, 61vw); min-height: 68px; margin-top: auto; display: grid; grid-template-columns: repeat(3, 1fr); }
.home-proof-item { min-width: 0; padding: 8px 22px; display: flex; align-items: center; gap: 13px; border-right: 1px solid rgba(0,123,74,.24); }
.home-proof-item:first-child { padding-left: 0; }
.home-proof-item:last-child { border-right: 0; }
.home-proof-item img { width: 50px; height: 50px; flex: 0 0 50px; object-fit: contain; }
.home-proof-item span { min-width: 0; display: grid; gap: 4px; }
.home-proof-item strong { color: var(--brand-green); font-size: 18px; line-height: 1.2; font-weight: 760; white-space: nowrap; }
.home-proof-item strong em { font-size: 9px; font-style: normal; font-weight: 650; }
.home-proof-item small { overflow: hidden; color: #60716a; font-size: 10px; line-height: 1.45; text-overflow: ellipsis; white-space: nowrap; }

@media (min-width: 1181px) {
  .editorial-hero { height: 590px; }
  .editorial-hero-copy { padding-top: 170px; padding-bottom: 34px; }
  .editorial-hero-copy h1 { max-width: 800px; font-size: clamp(56px, 4.2vw, 68px); }
  .editorial-hero-copy p { max-width: 700px; margin-top: 22px; font-size: 18px; }
  .editorial-actions { gap: 16px; margin-top: 28px; }
  .editorial-actions .button { min-height: 54px; font-size: 16px; }
  .editorial-primary { width: 178px; }
  .editorial-secondary { width: 160px; }
  .home-proof-strip { width: min(790px, 65vw); min-height: 78px; }
  .home-proof-item { padding: 10px 26px; gap: 15px; }
  .home-proof-item img { width: 56px; height: 56px; flex-basis: 56px; }
  .home-proof-item strong { font-size: 21px; }
  .home-proof-item strong em { font-size: 10px; }
  .home-proof-item small { font-size: 11px; }
}

.home-operations { min-height: 425px; display: grid; grid-template-columns: 1fr 1fr; background: white; border-top: 10px solid white; }
.home-operations-copy { padding: 56px 42px 48px max(48px, calc((100vw - 1390px) / 2)); }
.section-label { color: var(--brand-green); font-size: 9px; font-weight: 820; letter-spacing: .2em; }
.home-operations .section-label { display: none; }
.home-operations h2 { max-width: 650px; margin: 0; color: var(--ink); font-size: clamp(27px, 2.25vw, 32px); line-height: 1.25; letter-spacing: -.035em; }
.home-operations h2 span { color: var(--brand-green); }
.home-operations-copy > p { max-width: 660px; margin: 18px 0 0; color: #63716b; font-size: 13px; line-height: 1.85; }
.home-operation-flow { margin-top: 31px; padding-top: 25px; display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid rgba(16,35,29,.1); }
.home-operation-flow > div { min-width: 0; padding-right: 14px; display: grid; grid-template-rows: 42px auto auto; gap: 6px; }
.home-operation-flow > div { transition: transform .25s ease; }
.home-operation-flow > div:hover { transform: translateY(-4px); }
.home-operation-flow img { width: 40px; height: 40px; object-fit: contain; transition: transform .25s ease; }
.home-operation-flow > div:hover img { transform: scale(1.08); }
.home-operation-flow strong { color: #17312a; font-size: 12px; line-height: 1.35; font-weight: 700; }
.home-operation-flow small { color: #7b8983; font-size: 9px; line-height: 1.45; }
.home-operations-media { min-height: 425px; overflow: hidden; }
.home-operations-media img { height: 100%; object-fit: cover; object-position: center 48%; }

.inline-action { display: inline-flex; gap: 50px; margin-top: 35px; padding-bottom: 9px; border-bottom: 1px solid var(--ink); font-size: 12px; font-weight: 760; }
.inline-action span { color: var(--green-700); }
.home-showcase { min-height: 640px; display: grid; grid-template-columns: 1.25fr .75fr; color: var(--ink); background: #eef5f1; }
.home-map-preview { min-height: 640px; position: relative; display: grid; place-items: center; overflow: hidden; background: #f6faf8; }
.home-map-preview img { width: 82%; opacity: .94; }
.home-map-meta { position: absolute; top: 34px; left: 38px; color: var(--brand-green); font-size: 9px; font-weight: 800; letter-spacing: .2em; }
.home-showcase-copy { padding: 96px clamp(42px, 6vw, 94px); display: flex; flex-direction: column; justify-content: center; }
.home-showcase-copy h2 { color: var(--brand-green); font-size: clamp(38px, 4vw, 56px); }
.home-showcase-copy p { margin: 26px 0 36px; color: #60716a; font-size: 14px; line-height: 1.9; }
.outline-button { align-self: flex-start; color: white; background: transparent; border: 1px solid rgba(255,255,255,.34); }
.home-services { background: #f7f9f8; }
.home-service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; overflow: hidden; border: 1px solid rgba(16,35,29,.09); background: rgba(16,35,29,.09); }
.home-service-grid a { min-height: 390px; padding: 14px 14px 28px; position: relative; overflow: hidden; background: white; transition: color .25s, background .25s; }
.home-service-grid a:hover { color: white; background: var(--brand-green); }
.home-service-image { height: 176px; margin-bottom: 24px; overflow: hidden; background: var(--ivory); }
.home-service-image img { height: 100%; object-fit: cover; transition: transform .45s; }
.home-service-grid a:hover .home-service-image img { transform: scale(1.035); }
.home-service-image.map-image { padding: 22px 12px; background: var(--green-900); }
.home-service-image.map-image img { object-fit: contain; }
.home-service-grid h3 { margin: 14px 0 12px; font-size: 21px; font-weight: 650; }
.home-service-grid p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.8; }
.home-service-grid a:hover p { color: rgba(255,255,255,.58); }
.home-service-grid i { position: absolute; right: 31px; bottom: 30px; color: var(--green-700); font-size: 19px; font-style: normal; }
.home-service-grid a:hover i { color: var(--acid); }
.home-cta { min-height: 430px; display: flex; align-items: center; justify-content: space-between; gap: 60px; color: white; background: var(--brand-green-dark); }
.home-cta h2 { font-size: clamp(42px, 4.5vw, 64px); }
.home-cta > .button { flex: 0 0 auto; }

.subhero { min-height: 520px; position: relative; overflow: hidden; color: var(--ink); background: #edf2ef; }
.subhero > img { position: absolute; inset: 0; height: 100%; object-fit: cover; }
.subhero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.94) 24%, rgba(255,255,255,.72) 43%, rgba(255,255,255,.12) 68%, rgba(255,255,255,0) 100%); }
.subhero-inner { position: relative; z-index: 2; width: min(1390px, calc(100% - 96px)); margin: 0 auto; padding-top: 82px; }
.subhero h1 { max-width: 780px; margin: 22px 0 18px; color: var(--brand-green); font-size: clamp(46px, 4.3vw, 62px); line-height: 1.13; letter-spacing: -.05em; font-weight: 680; }
.subhero p { max-width: 650px; margin: 0; color: #42504a; font-size: 15px; line-height: 1.9; }
.back-link { min-height: 44px; margin-bottom: 34px; padding: 0 18px; display: inline-flex; align-items: center; justify-content: center; color: var(--green-950); background: var(--yellow); border: 1px solid rgba(255,255,255,.48); border-radius: 999px; box-shadow: 0 12px 30px rgba(3,29,23,.24); font-size: 13px; font-weight: 780; transition: background .2s, box-shadow .2s, transform .2s; }
.back-link:hover { background: var(--acid); box-shadow: 0 16px 38px rgba(3,29,23,.32); transform: translateY(-2px); }
.back-link:focus-visible { outline: 3px solid white; outline-offset: 3px; }
.page-hero { min-height: 520px; margin-top: 86px; }
.page-hero > img { filter: saturate(.9); }
.page-hero .subhero-inner { padding-top: 76px; }
.page-hero-actions { margin-top: 26px; }
.page-hero-mark { position: absolute; z-index: 2; right: max(48px, calc((100% - 1390px) / 2)); bottom: 30px; color: rgba(0,123,74,.42); font-size: 9px; font-weight: 800; letter-spacing: .22em; }
.page-hero-services > img { object-position: center 48%; }
.page-hero-advantages > img { object-position: center 44%; }
.page-hero-about > img { object-position: center 58%; }
.page-hero-contact > img { object-position: center 48%; }

.section-shell { padding: 128px max(24px, calc((100% - 1240px) / 2)); }
.section-title-row { display: flex; align-items: end; justify-content: space-between; gap: 80px; margin-bottom: 72px; }
h2 { margin: 24px 0 0; font-size: clamp(42px, 4.5vw, 64px); line-height: 1.18; letter-spacing: -.048em; font-weight: 620; }
.section-title-row > p { width: min(410px, 38%); margin: 0 0 7px; color: var(--muted); font-size: 15px; line-height: 1.9; }

.network { background: var(--ivory); }
.network-stage { display: grid; grid-template-columns: 1.65fr .55fr; min-height: 650px; border: 1px solid rgba(7,61,48,.18); }
.map-panel { padding: 32px 36px 24px; color: var(--ink); background: #eef5f1; }
.map-meta { display: flex; justify-content: space-between; color: rgba(16,35,29,.46); font-size: 9px; letter-spacing: .16em; }
.map-meta b { color: var(--brand-green); font-weight: 700; }
.map-canvas { position: relative; min-height: 500px; margin-top: 24px; }
.map-canvas > img { height: 500px; object-fit: contain; opacity: .93; }
.warehouse-cluster { position: absolute; z-index: 3; display: flex; align-items: center; gap: 8px; color: white; }
.warehouse-cluster > span { display: flex; align-items: center; }
.warehouse-cluster > span img { width: 19px; height: 19px; border-radius: 6px; box-shadow: 0 0 0 2px rgba(217,239,74,.6), 0 0 20px rgba(217,239,74,.65); }
.warehouse-cluster > span img + img { margin-left: -4px; transform: translateY(9px); }
.warehouse-cluster b { padding: 7px 9px; background: rgba(0,104,63,.92); border-left: 2px solid var(--acid); font-size: 9px; letter-spacing: .07em; white-space: nowrap; }
.warehouse-cluster small { display: block; margin-top: 3px; color: rgba(255,255,255,.58); font-size: 8px; font-weight: 500; letter-spacing: 0; }
.cluster-ca { left: 7%; top: 55%; }.cluster-tx { left: 42%; top: 72%; }.cluster-il { left: 61%; top: 45%; }.cluster-ga { left: 75%; top: 63%; }.cluster-nj { right: 0; top: 28%; flex-direction: row-reverse; }
.cluster-nj b { border-right: 2px solid var(--acid); border-left: 0; text-align: right; }
.map-legend { display: flex; align-items: center; gap: 8px; color: rgba(16,35,29,.54); font-size: 9px; }
.map-legend img { width: 17px; height: 17px; border-radius: 5px; }
.map-legend span { margin-left: auto; }
.network-summary { padding: 42px 34px; display: flex; flex-direction: column; background: #fff; }
.summary-number { display: flex; align-items: baseline; gap: 8px; padding-bottom: 27px; border-bottom: 1px solid var(--line); }
.summary-number strong { color: var(--green-800); font-size: 60px; line-height: 1; letter-spacing: -.07em; }
.summary-number span { font-size: 13px; font-weight: 800; }
.summary-number i { width: 1px; height: 34px; margin: 0 6px; background: var(--line); }
.network-summary > p { margin: 28px 0 32px; color: var(--muted); font-size: 13px; line-height: 1.8; }
.region-list { margin-top: auto; border-top: 1px solid var(--line); }
.region-list div { min-height: 83px; display: grid; grid-template-columns: 54px 48px 1fr; align-items: center; gap: 8px; border-bottom: 1px solid var(--line); }
.region-list span { color: var(--green-700); font-size: 8px; font-weight: 800; letter-spacing: .12em; }
.region-list strong { font-size: 14px; }
.region-list small { color: var(--muted); font-size: 10px; line-height: 1.5; }
.warehouse-directory { display: grid; grid-template-columns: .65fr 1.35fr; gap: 80px; background: var(--ivory); }
.directory-heading h2 { font-size: clamp(38px, 3.8vw, 54px); }
.directory-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); }
.directory-grid > div { min-height: 145px; padding: 28px 26px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.directory-grid > div:nth-child(2n) { border-right: 0; }
.directory-grid span, .principle-grid span { color: var(--green-700); font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.directory-grid h3, .principle-grid h3 { margin: 27px 0 8px; font-size: 18px; font-weight: 620; }
.directory-grid p, .principle-grid p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.8; }

.about { min-height: 760px; display: grid; grid-template-columns: 52% 48%; color: var(--ink); background: white; }
.about-image { position: relative; min-height: 760px; overflow: hidden; }
.about-image > img { height: 100%; object-fit: cover; }
.about-image:after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(3,29,23,.56), transparent 52%); }
.image-stamp { position: absolute; z-index: 2; left: 42px; bottom: 38px; padding-left: 18px; border-left: 3px solid var(--acid); }
.image-stamp span { display: block; margin-bottom: 8px; color: var(--acid); font-size: 8px; letter-spacing: .2em; }
.image-stamp b { font-size: 15px; line-height: 1.35; letter-spacing: .08em; }
.about-copy { padding: 118px clamp(44px, 6vw, 96px); }
.about-copy h2 { max-width: 610px; }
.about-copy > p { max-width: 570px; margin: 32px 0 55px; color: var(--muted); font-size: 15px; line-height: 2; }
.about-copy .kicker.light { color: var(--brand-green); }
.about-points { border-top: 1px solid var(--line); }
.about-points div { min-height: 94px; display: grid; grid-template-columns: 150px 1fr; align-items: center; gap: 18px; border-bottom: 1px solid var(--line); }
.about-points strong { font-size: 16px; }
.about-points small { color: var(--muted); font-size: 11px; }
.brand-principles { background: var(--paper); }
.principle-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.principle-grid > div { min-height: 280px; padding: 38px 34px; border-right: 1px solid var(--line); }
.principle-grid > div:last-child { border-right: 0; }
.principle-grid h3 { margin-top: 82px; font-size: 26px; }
.principle-values h3 { margin-top: 48px; }
.principle-values ul { margin: 22px 0 0; padding: 0; display: grid; gap: 8px; list-style: none; color: var(--muted); font-size: 11px; line-height: 1.7; }
.principle-values li strong { color: var(--ink); font-weight: 620; }

.services { color: var(--ink); background: white; }
.services .kicker.light { color: var(--brand-green); }
.service-title-row > p { color: var(--muted); }
.service-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); }
.service-item { min-height: 168px; padding: 32px 30px 30px 0; display: grid; grid-template-columns: 1fr 28px; gap: 20px; align-items: start; border-bottom: 1px solid var(--line); transition: color .25s, background .25s, padding .25s; }
.service-item:nth-child(odd) { border-right: 1px solid var(--line); }
.service-item:nth-child(even) { padding-left: 30px; }
.service-item:hover { color: white; background: var(--brand-green); padding-right: 20px; }
.service-item h3 { margin: 0 0 15px; font-size: 22px; font-weight: 610; }
.service-item p { max-width: 400px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.85; }
.service-item > i { color: var(--brand-green); font-style: normal; font-size: 18px; }
.service-item:hover > i { color: var(--acid); }
.service-item:hover p { color: rgba(255,255,255,.68); }

.advantages { background: var(--paper); }
.advantage-layout { display: grid; grid-template-columns: .75fr 1.25fr; border-top: 1px solid var(--line); }
.advantage-lead { min-height: 480px; padding: 43px 40px 40px 0; display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid var(--line); }
.advantage-lead > span { color: var(--green-700); font-size: 9px; font-weight: 800; line-height: 1.6; letter-spacing: .2em; }
.advantage-lead > strong { font-size: 30px; line-height: 1.5; font-weight: 590; }
.advantage-list { display: grid; grid-template-columns: 1fr 1fr; }
.advantage-list div { min-height: 240px; padding: 38px 34px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.advantage-list div:nth-child(2n) { border-right: 0; }
.advantage-list span { color: var(--champagne); font-size: 10px; }
.advantage-list strong { display: block; margin: 0 0 16px; font-size: 20px; }
.advantage-list p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.8; }
.proof-strip { padding-top: 0; padding-bottom: 0; display: grid; grid-template-columns: repeat(4, 1fr); background: var(--paper); }
.proof-strip > div { min-height: 220px; padding: 52px 34px; display: flex; flex-direction: column; justify-content: space-between; border-top: 1px solid var(--line); border-right: 1px solid var(--line); }
.proof-strip > div:first-child { border-left: 1px solid var(--line); }
.proof-strip strong { color: var(--green-800); font-size: 58px; font-weight: 560; letter-spacing: -.06em; }
.proof-strip span { color: var(--muted); font-size: 11px; }

.process { padding-top: 90px; padding-bottom: 110px; background: var(--ivory); }
.process-head { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 60px; }
.process-head h2 { font-size: 38px; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.process-item { position: relative; padding-right: 30px; }
.process-item > span { color: var(--green-700); font-size: 9px; font-weight: 800; }
.process-item > i { display: block; height: 1px; margin: 24px 0 28px; position: relative; background: rgba(7,61,48,.2); }
.process-item > i:before { content: ""; position: absolute; left: 0; top: -4px; width: 9px; height: 9px; border-radius: 50%; background: var(--green-700); }
.process-item h3 { margin: 0 0 13px; font-size: 18px; }
.process-item p { max-width: 190px; margin: 0; color: var(--muted); font-size: 11px; line-height: 1.75; }

.contact { display: grid; grid-template-columns: .84fr 1.16fr; gap: 100px; color: var(--ink); background: #eef5f1; }
.contact-copy .kicker.light { color: var(--brand-green); }
.contact-copy h2 { font-size: clamp(42px, 4vw, 60px); }
.contact-copy > p { max-width: 470px; margin: 30px 0 42px; color: var(--muted); font-size: 14px; line-height: 1.95; }
.contact-copy > a { display: inline-flex; gap: 46px; padding-bottom: 10px; border-bottom: 1px solid rgba(0,123,74,.3); font-size: 14px; }
.contact-copy > a span { color: var(--brand-green); }
.contact-form { padding: 43px 45px; display: grid; grid-template-columns: 1fr 1fr; gap: 28px 25px; color: var(--ink); background: #fff; }
.contact-form label { display: flex; flex-direction: column; gap: 8px; }
.contact-form label > span { color: #77837e; font-size: 9px; font-weight: 800; letter-spacing: .08em; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; padding: 11px 0; border: 0; border-bottom: 1px solid #d4d9d6; border-radius: 0; outline: 0; background: transparent; color: var(--ink); font-size: 13px; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--green-700); }
.contact-form textarea { resize: vertical; }
.full-field { grid-column: 1 / -1; }
.submit-button { justify-self: start; min-width: 190px; }
.form-note { align-self: center; margin: 0; color: #8a948f; font-size: 9px; }
.contact-process { background: var(--ivory); }
.page-closing { min-height: 390px; display: flex; align-items: center; justify-content: space-between; gap: 60px; color: white; background: var(--brand-green-dark); }
.page-closing h2 { font-size: clamp(42px, 4.3vw, 62px); }
.page-closing > .button { flex: 0 0 auto; }

.site-footer { padding: 72px max(30px, calc((100% - 1380px) / 2)) 24px; color: rgba(255,255,255,.72); background: #004733; }
.footer-grid { display: grid; grid-template-columns: minmax(300px, 1.35fr) .75fr .75fr minmax(320px, 1.2fr); align-items: start; gap: clamp(32px, 4vw, 72px); }
.footer-brand-block img { width: 255px; }
.footer-brand-block p { max-width: 400px; margin: 25px 0 0; font-size: 15px; line-height: 1.75; }
.footer-column h3 { margin: 6px 0 27px; color: white; font-size: 17px; line-height: 1.3; }
.footer-column nav { display: flex; align-items: flex-start; flex-direction: column; gap: 17px; font-size: 14px; }
.footer-column nav a, .footer-contact a { transition: color .2s; }
.footer-column nav a:hover, .footer-contact a:hover { color: white; }
.footer-contact ul { margin: 0; padding-left: 18px; display: flex; flex-direction: column; gap: 18px; list-style: disc; font-size: 14px; line-height: 1.5; }
.footer-contact li, .footer-contact a { overflow-wrap: anywhere; }
.footer-contact li::marker { color: #ee3d7c; font-size: 12px; }
.footer-slogan { margin-top: 58px; padding-top: 40px; text-align: center; border-top: 1px solid rgba(255,255,255,.14); }
.footer-slogan strong { display: block; color: white; font-size: 29px; line-height: 1.25; }
.footer-slogan p { margin: 15px 0 0; color: #27a879; font-size: 14px; }
.footer-meta { margin-top: 34px; display: flex; justify-content: space-between; color: rgba(255,255,255,.34); font-size: 8px; letter-spacing: .12em; }
.icp-link { color: rgba(255,255,255,.62); font-size: 12px; letter-spacing: .04em; transition: color .2s; }
.icp-link:hover { color: white; }

.floating-tools { position: fixed; z-index: 28; right: 24px; bottom: 28px; display: grid; gap: 10px; }
.floating-tool-trigger { width: 50px; height: 50px; padding: 0; position: relative; display: grid; place-items: center; color: var(--brand-green); background: rgba(255,255,255,.96); border: 1px solid rgba(0,123,74,.24); border-radius: 50%; box-shadow: 0 10px 30px rgba(3,29,23,.14); cursor: pointer; transition: color .2s, background .2s, transform .2s; }
.floating-tool-trigger:hover, .floating-tool-trigger[aria-expanded="true"] { color: white; background: var(--brand-green); transform: translateY(-2px); }
.floating-tools span { font-family: Arial, sans-serif; font-size: 24px; line-height: 1; }
.floating-tools .wechat-icon { width: 25px; height: 21px; position: relative; display: block; }
.floating-tools .wechat-icon:before, .floating-tools .wechat-icon:after { content: ""; position: absolute; border: 2px solid currentColor; border-radius: 50%; }
.floating-tools .wechat-icon:before { left: 0; top: 1px; width: 16px; height: 12px; }
.floating-tools .wechat-icon:after { right: 0; bottom: 0; width: 14px; height: 10px; background: inherit; }
.floating-tools [data-label]:before { content: attr(data-label); position: absolute; right: 59px; padding: 6px 9px; color: white; background: var(--green-950); border-radius: 5px; font-size: 11px; opacity: 0; pointer-events: none; transform: translateX(6px); transition: opacity .2s, transform .2s; white-space: nowrap; }
.floating-tools [data-label]:hover:before { opacity: 1; transform: translateX(0); }
.floating-popover { width: 286px; padding: 18px; position: absolute; right: 64px; bottom: 0; color: var(--ink); background: white; border: 1px solid rgba(0,123,74,.2); border-radius: 16px; box-shadow: 0 24px 65px rgba(3,29,23,.24); animation: anji-tool-pop .22s ease-out both; }
.floating-popover:after { content: ""; width: 18px; position: absolute; top: 0; right: -18px; bottom: 0; }
.floating-popover strong { display: block; padding-right: 25px; color: var(--brand-green); font-size: 15px; line-height: 1.45; }
.floating-popover > img { width: 250px; height: 250px; margin-top: 13px; object-fit: contain; background: white; }
.floating-popover small { display: block; margin-top: 10px; color: var(--muted); font-size: 11px; text-align: center; }
.floating-popover-close { width: 28px; height: 28px; padding: 0; position: absolute; top: 10px; right: 10px; color: var(--muted); background: transparent; border: 0; border-radius: 50%; font-size: 22px; line-height: 1; cursor: pointer; }
.floating-popover-close:hover { color: white; background: var(--brand-green); }
.floating-popover.is-phone { width: auto; min-width: 214px; padding: 0; top: 0; bottom: auto; overflow: hidden; border-radius: 999px; }
.floating-phone-link { min-height: 50px; padding: 0 24px; display: flex; align-items: center; justify-content: center; color: white; background: var(--brand-green); font-size: 18px; font-weight: 720; letter-spacing: .03em; white-space: nowrap; }

@keyframes anji-tool-pop {
  from { opacity: 0; transform: translateX(8px) scale(.98); }
  to { opacity: 1; transform: translateX(0) scale(1); }
}

@keyframes anji-copy-in {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes anji-hero-image-in {
  from { opacity: .82; transform: scale(1.025); }
  to { opacity: 1; transform: scale(1); }
}

.editorial-hero-media img,
.page-hero > img { animation: anji-hero-image-in 1.1s cubic-bezier(.22,.61,.36,1) both; }
.editorial-hero-copy h1,
.subhero h1 { animation: anji-copy-in .72s cubic-bezier(.22,.61,.36,1) both; }
.editorial-hero-copy p,
.subhero p { animation: anji-copy-in .72s .1s cubic-bezier(.22,.61,.36,1) both; }
.editorial-actions,
.page-hero-actions { animation: anji-copy-in .72s .18s cubic-bezier(.22,.61,.36,1) both; }
.home-proof-strip,
.back-link { animation: anji-copy-in .72s .26s cubic-bezier(.22,.61,.36,1) both; }

.motion-section > * { opacity: 0; transform: translateY(22px); transition: opacity .68s cubic-bezier(.22,.61,.36,1), transform .68s cubic-bezier(.22,.61,.36,1); }
.motion-section > *:nth-child(2) { transition-delay: .09s; }
.motion-section > *:nth-child(3) { transition-delay: .16s; }
.motion-section.is-visible > * { opacity: 1; transform: translateY(0); }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *:before, *:after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .motion-section > * { opacity: 1; transform: none; }
}

@media (min-width: 981px) and (max-width: 1180px) {
  .site-header.is-home { padding: 0 32px; }
  .site-header.is-home .nav-links { gap: 9px; font-size: 11px; }
  .site-header.is-home .nav-login { padding: 8px 9px; }
  .site-header.is-home .nav-cta { padding: 0 14px; }
  .editorial-hero-copy { padding-left: 48px; }
  .home-operations-copy { padding-left: 48px; }
}

@media (max-width: 980px) {
  .site-header { top: 12px; height: 70px; padding: 0 14px 0 20px; border-radius: 16px; }
  .header-brand img { width: 192px; }
  .menu-button { display: flex; width: 42px; height: 42px; padding: 12px; flex-direction: column; justify-content: center; gap: 7px; }
  .menu-button span { width: 100%; height: 1px; background: var(--green-900); }
  .nav-links { position: absolute; top: 76px; left: 0; right: 0; padding: 25px; display: none; align-items: stretch; flex-direction: column; gap: 20px; color: var(--ink); background: white; border-radius: 16px; box-shadow: 0 25px 70px rgba(0,0,0,.18); }
  .nav-links.is-open { display: flex; }
  .nav-links > a:not(.nav-cta):not(.nav-login) { color: var(--ink); }
  .nav-cta { justify-content: space-between; }
  .site-header.is-home { top: 0; left: 0; width: 100%; height: 82px; padding: 0 24px; border-radius: 0; transform: none; }
  .site-header.is-home .header-brand img { width: 220px; }
  .site-header.is-home .menu-button span { background: var(--brand-green); }
  .site-header.is-home .nav-links { top: 82px; left: 0; right: 0; width: auto; padding: 28px 24px; gap: 22px; border-radius: 0; }
  .site-header.is-home .nav-links > a:not(.nav-cta):not(.nav-login) { color: var(--ink); }
  .site-header.is-home .nav-links > a.is-active:after { bottom: -7px; }
  .site-header.is-home .nav-cta { justify-content: center; }
  .site-header.is-home .nav-login { text-align: center; }
  .page-hero { margin-top: 82px; }
  .page-hero .subhero-inner { padding-top: 72px; }
  .editorial-home { padding-top: 82px; }
  .editorial-hero { height: 610px; }
  .editorial-hero-copy { padding: 92px 40px 28px; }
  .editorial-hero-copy h1 { max-width: 700px; }
  .editorial-hero-copy p { max-width: 650px; }
  .home-proof-strip { width: min(720px, 90vw); }
  .home-operations { grid-template-columns: 1fr; }
  .home-operations-copy { padding: 62px 40px 55px; }
  .home-operations-media { min-height: 420px; }
  .home-showcase { grid-template-columns: 1fr; }
  .home-map-preview { min-height: 540px; }
  .home-showcase-copy { padding: 84px 24px; }
  .home-service-grid { grid-template-columns: 1fr 1fr; }
  .home-service-grid a { min-height: 390px; }
  .home-service-grid h3 { margin-top: 16px; }
  .home-cta { align-items: flex-start; flex-direction: column; }
  .section-shell { padding-top: 90px; padding-bottom: 90px; }
  .section-title-row { align-items: flex-start; flex-direction: column; gap: 25px; margin-bottom: 50px; }
  .section-title-row > p { width: 100%; max-width: 600px; }
  .network-stage { grid-template-columns: 1fr; }
  .network-summary { padding: 32px; }
  .region-list { display: grid; grid-template-columns: 1fr 1fr; }
  .region-list div:nth-child(odd) { border-right: 1px solid var(--line); }
  .about { grid-template-columns: 1fr; }
  .about-image { min-height: 540px; }
  .about-copy { padding: 85px 24px; }
  .warehouse-directory { grid-template-columns: 1fr; gap: 52px; }
  .principle-grid { grid-template-columns: 1fr; }
  .principle-grid > div { min-height: 220px; border-right: 0; border-bottom: 1px solid var(--line); }
  .principle-grid > div:last-child { border-bottom: 0; }
  .advantage-layout { grid-template-columns: 1fr; }
  .advantage-lead { min-height: 250px; padding-right: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .process-head { align-items: flex-start; flex-direction: column; }
  .contact { grid-template-columns: 1fr; gap: 55px; }
  .proof-strip { grid-template-columns: 1fr 1fr; }
  .proof-strip > div:nth-child(3) { border-left: 1px solid var(--line); }
  .page-closing { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1.25fr 1fr; gap: 52px 64px; }
}

@media (max-width: 620px) {
  .site-header.is-home { height: 72px; padding: 0 18px; }
  .site-header.is-home .header-brand img { width: 186px; }
  .site-header.is-home .nav-links { top: 72px; }
  .editorial-home { padding-top: 72px; }
  .editorial-hero { height: 760px; }
  .editorial-hero-media:after { background: linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.9) 70%, rgba(255,255,255,.5) 100%); }
  .editorial-hero-copy { padding: 52px 20px 28px; }
  .editorial-hero-copy h1 { font-size: 38px; line-height: 1.24; letter-spacing: -.055em; }
  .editorial-hero-copy p { margin-top: 24px; font-size: 15px; }
  .editorial-actions { align-items: stretch; flex-direction: column; gap: 13px; margin-top: 34px; }
  .editorial-actions .button { width: 100%; min-height: 52px; font-size: 15px; }
  .home-proof-strip { width: 100%; min-height: 238px; grid-template-columns: 1fr; }
  .home-proof-item { min-height: 78px; padding: 14px 16px; border-right: 0; border-bottom: 1px solid rgba(0,123,74,.14); }
  .home-proof-item:last-child { border-bottom: 0; }
  .home-proof-item img { width: 42px; height: 42px; flex-basis: 42px; }
  .home-proof-item small { white-space: normal; }
  .home-operations-copy { padding: 58px 20px 48px; }
  .home-operation-flow { grid-template-columns: 1fr 1fr; gap: 24px 12px; }
  .home-operations-media { min-height: 300px; }
  .home-showcase { min-height: auto; }
  .home-map-preview { min-height: 380px; }
  .home-map-preview img { width: 105%; }
  .home-map-meta { top: 25px; left: 20px; font-size: 8px; }
  .home-service-grid { grid-template-columns: 1fr; }
  .home-service-grid a { min-height: 395px; }
  .home-cta > .button { width: 100%; }
  .subhero { min-height: 620px; }
  .subhero-overlay { background: linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.92) 70%, rgba(255,255,255,.54) 100%); }
  .subhero-inner { width: calc(100% - 40px); padding-top: 64px; }
  .subhero h1 { font-size: 42px; }
  .subhero p { max-width: 94%; font-size: 14px; line-height: 1.75; }
  .page-hero { min-height: 620px; margin-top: 72px; }
  .page-hero .subhero-inner { padding-top: 58px; }
  .page-hero-actions { width: min(100%, 360px); }
  .page-hero-mark { right: 20px; }
  h2 { font-size: 39px; }
  .map-panel { padding: 25px 12px 20px; overflow-x: hidden; }
  .map-meta { padding: 0 8px; }
  .map-meta span { display: none; }
  .map-canvas { min-height: 340px; }
  .map-canvas > img { height: 340px; transform: scale(1.12); }
  .warehouse-cluster b { display: none; }
  .warehouse-cluster > span img { width: 15px; height: 15px; border-radius: 4px; }
  .cluster-ca { left: 7%; top: 55%; }.cluster-tx { left: 43%; top: 71%; }.cluster-il { left: 63%; top: 44%; }.cluster-ga { left: 77%; top: 64%; }.cluster-nj { right: 3%; top: 29%; }
  .network-summary { padding: 28px 20px; }
  .region-list { grid-template-columns: 1fr; }
  .region-list div:nth-child(odd) { border-right: 0; }
  .about-image { min-height: 390px; }
  .about-copy h2 { font-size: 40px; }
  .about-points div { grid-template-columns: 118px 1fr; }
  .directory-grid { grid-template-columns: 1fr; }
  .directory-grid > div { border-right: 0; }
  .service-grid { grid-template-columns: 1fr; }
  .service-item:nth-child(odd) { border-right: 0; }
  .service-item:nth-child(even) { padding-left: 0; }
  .advantage-list { grid-template-columns: 1fr; }
  .advantage-list div { min-height: 190px; border-right: 0; }
  .advantage-lead > strong { font-size: 26px; }
  .process-grid { grid-template-columns: 1fr 1fr; gap: 42px 0; }
  .contact-form { grid-template-columns: 1fr; padding: 32px 22px; }
  .contact-form label, .full-field { grid-column: 1; }
  .submit-button { width: 100%; }
  .proof-strip { grid-template-columns: 1fr 1fr; }
  .proof-strip > div { min-height: 170px; padding: 38px 20px; }
  .proof-strip strong { font-size: 45px; }
  .page-closing > .button { width: 100%; }
  .site-footer { padding: 56px 20px 22px; }
  .footer-grid { grid-template-columns: 1fr; gap: 42px; }
  .footer-brand-block img { width: 230px; }
  .footer-brand-block p { margin-top: 20px; font-size: 14px; }
  .footer-column h3 { margin-bottom: 20px; }
  .footer-column nav { gap: 14px; }
  .footer-slogan { margin-top: 48px; padding-top: 34px; text-align: left; }
  .footer-slogan strong { font-size: 25px; }
  .footer-meta { align-items: flex-start; flex-direction: column; gap: 10px; }
  .floating-tools { right: 14px; bottom: 18px; gap: 8px; }
  .floating-tool-trigger { width: 44px; height: 44px; }
  .floating-tools span { font-size: 21px; }
  .floating-popover { width: min(272px, calc(100vw - 84px)); right: 54px; padding: 14px; }
  .floating-popover > img { width: 100%; height: auto; margin-top: 12px; }
  .floating-popover.is-phone { min-width: 196px; padding: 0; }
  .floating-phone-link { min-height: 44px; padding: 0 20px; font-size: 16px; }
}


  .lang-en { display: none; }
  html[data-language="en"] .lang-zh { display: none !important; }
  html[data-language="en"] .lang-en { display: inline; }
  html[data-language="en"] div.lang-en,
  html[data-language="en"] p.lang-en,
  html[data-language="en"] section.lang-en,
  html[data-language="en"] h1.lang-en,
  html[data-language="en"] h2.lang-en,
  html[data-language="en"] h3.lang-en,
  html[data-language="en"] strong.lang-en,
  html[data-language="en"] ul.lang-en { display: block; }
  .standalone-section { scroll-margin-top: 86px; }
  .single-section-head { padding: 100px max(24px, calc((100% - 1240px) / 2)) 42px; background: white; }
  .single-section-head h2 { max-width: 860px; color: var(--brand-green); }
  .single-section-head p { max-width: 760px; margin: 22px 0 0; color: var(--muted); font-size: 15px; line-height: 1.9; }
  .single-page .services,
  .single-page .advantages,
  .single-page .network,
  .single-page .warehouse-directory,
  .single-page .brand-principles,
  .single-page .process { padding-top: 92px; padding-bottom: 92px; }
  .single-page .section-title-row { margin-bottom: 54px; }
  .single-page .about { min-height: 680px; }
  .single-page .about-image { min-height: 680px; }
  .single-page .about-copy { padding-top: 90px; padding-bottom: 90px; }
  .single-page .contact { padding-top: 100px; padding-bottom: 110px; }
  .single-page .process-item > span { display: none; }
  .single-page .process-item { padding-top: 20px; }
  .single-page .process-item i { margin-top: 0; }
  .single-page .service-item { cursor: pointer; }
  .single-page .service-item h3 { margin-top: 0; }
  .single-page .nav-links > a.is-active:after { content: ""; position: absolute; left: 0; right: 0; bottom: -18px; height: 2px; background: var(--brand-green); }
  .single-page .nav-links > a:not(.nav-cta):not(.nav-login) { position: relative; }
  .floating-popover[hidden] { display: none; }
  .floating-popover { display: block; }
  .form-success { color: var(--brand-green); font-weight: 700; }
  .motion-section { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
  .motion-section.is-visible { opacity: 1; transform: none; }
  @media (max-width: 980px) {
    .single-page .nav-links > a.is-active:after { bottom: -7px; }
    .single-section-head { padding-top: 76px; }
  }
  @media (max-width: 620px) {
    .single-section-head { padding: 70px 20px 34px; }
    .single-section-head h2 { font-size: 39px; }
  }
