:root {
  --ink: #132235;
  --charcoal: #17283d;
  --muted: #607186;
  --paper: #f6f8fb;
  --panel: #ffffff;
  --line: #d9e1ea;
  --moss: #1f6f8f;
  --steel: #4c6f8a;
  --clay: #2f80b7;
  --gold: #7b8ea3;
  --shadow: 0 24px 60px rgba(19, 34, 53, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(19, 34, 53, 0.034) 1px, transparent 1px),
    linear-gradient(0deg, rgba(19, 34, 53, 0.026) 1px, transparent 1px),
    var(--paper);
  background-size: 36px 36px;
  font-family: "Aptos", "Segoe UI", "Microsoft YaHei", sans-serif;
  line-height: 1.65;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

.page-loader {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 22px;
  background: var(--paper);
  color: rgba(19, 34, 53, 0.72);
  transition: opacity 720ms ease, visibility 720ms ease;
}

.is-loaded .page-loader {
  visibility: hidden;
  opacity: 0;
}

.loader-mark {
  position: relative;
  display: grid;
  width: 118px;
  height: 72px;
  place-items: center;
}

.loader-mark strong {
  position: relative;
  z-index: 2;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 8px;
  background: var(--ink);
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 15px;
}

.loader-thread,
.loader-thread::before,
.loader-thread::after {
  position: absolute;
  border: 1px solid rgba(19, 34, 53, 0.48);
  border-radius: 999px;
  content: "";
}

.loader-thread {
  width: 100px;
  height: 22px;
  transform: rotate(32deg) scaleX(0.2);
  animation: thread-open 1300ms cubic-bezier(0.42, 0, 0.12, 1) forwards;
}

.loader-thread::before {
  inset: -1px;
  transform: rotate(58deg);
}

.loader-thread::after {
  inset: -1px;
  transform: rotate(-58deg);
}

.page-loader p {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(24px, 3vw, 36px);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  animation: loader-name 1600ms ease forwards;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 82px;
  padding: 14px clamp(18px, 4vw, 62px);
  border-bottom: 1px solid rgba(217, 225, 234, 0.92);
  background: rgba(246, 248, 251, 0.94);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 264px;
}

.brand-mark {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 8px;
  background: var(--ink);
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 15px;
  font-weight: 700;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
  letter-spacing: 0.02em;
  line-height: 1.1;
}

.brand small {
  color: var(--muted);
  font-size: 12px;
}

.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 4px 15px;
  color: var(--muted);
  font-size: 14px;
}

.site-nav a {
  border-bottom: 1px solid transparent;
  padding: 8px 0;
  white-space: nowrap;
}

.site-nav a:hover {
  border-color: var(--clay);
  color: var(--ink);
}

.language-switch {
  display: inline-flex;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  padding: 3px;
}

.lang-button {
  min-width: 42px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  padding: 7px 9px;
  font-size: 13px;
  font-weight: 800;
}

.lang-button.is-active {
  background: var(--ink);
  color: #fff;
}

.hero,
.section,
.market-strip,
.site-footer {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(340px, 0.96fr);
  gap: clamp(34px, 5vw, 76px);
  align-items: center;
  min-height: calc(100vh - 82px);
  padding: clamp(58px, 8vw, 106px) 0 62px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--clay);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h1,
h2,
h3,
.hero-title {
  margin: 0;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", "Microsoft YaHei", serif;
  font-weight: 500;
  letter-spacing: 0;
}

h1 {
  font-size: clamp(58px, 8.4vw, 116px);
  line-height: 0.88;
  letter-spacing: 0.01em;
}

.hero-title {
  max-width: 760px;
  margin-top: 24px;
  font-size: clamp(30px, 4.2vw, 56px);
  line-height: 1.02;
}

h2 {
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.08;
}

h3 {
  font-size: 23px;
  line-height: 1.18;
}

.hero-lede,
.section-heading p,
.body-copy,
.contact-card p {
  color: var(--muted);
  font-size: clamp(16px, 1.45vw, 19px);
}

.hero-lede {
  max-width: 710px;
  margin: 24px 0 0;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border: 1px solid var(--ink);
  border-radius: 8px;
  padding: 12px 20px;
  font-weight: 900;
  transition: transform 180ms ease, background 180ms ease;
}

.button.primary {
  background: var(--ink);
  color: #fff;
}

.button.secondary {
  background: rgba(255, 255, 255, 0.48);
}

.button:hover {
  transform: translateY(-1px);
}

.hero-visual {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.hero-image-panel {
  min-height: 388px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background:
    linear-gradient(160deg, rgba(18, 25, 23, 0.08), rgba(18, 25, 23, 0.58)),
    radial-gradient(circle at 24% 22%, rgba(255, 255, 255, 0.52), transparent 29%),
    linear-gradient(128deg, rgba(31, 111, 143, 0.95), rgba(76, 111, 138, 0.88)),
    repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.18) 0 2px, transparent 2px 14px);
  background-blend-mode: normal, screen, normal, overlay;
  padding: 30px;
  position: relative;
}

.hero-image-panel::before {
  position: absolute;
  top: 28px;
  right: 28px;
  width: 42%;
  height: 38%;
  border-top: 1px solid rgba(255, 255, 255, 0.46);
  border-right: 1px solid rgba(255, 255, 255, 0.32);
  content: "";
}

.hero-image-panel span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero-image-panel strong {
  max-width: 430px;
  color: #fff;
  font-family: Georgia, "Times New Roman", "Microsoft YaHei", serif;
  font-size: clamp(30px, 3.8vw, 44px);
  font-weight: 500;
  line-height: 1.06;
  margin-top: 10px;
}

.quick-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0;
}

.quick-stats div {
  min-height: 120px;
  border-top: 1px solid var(--line);
  border-right: 1px solid var(--line);
  padding: 18px;
}

.quick-stats div:last-child {
  border-right: 0;
}

.quick-stats dt {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.quick-stats dd {
  margin: 8px 0 0;
  font-family: Georgia, "Times New Roman", "Microsoft YaHei", serif;
  font-size: 22px;
  line-height: 1.18;
}

.market-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 18px 0;
}

.market-strip span {
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.62);
  color: var(--muted);
  padding: 8px 14px;
  font-size: 13px;
  font-weight: 800;
}

.section {
  padding: clamp(66px, 10vw, 116px) 0;
  scroll-margin-top: 100px;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(250px, 0.94fr) minmax(0, 1.06fr);
  gap: clamp(26px, 5vw, 76px);
  align-items: end;
  margin-bottom: 32px;
}

.section-heading p {
  margin: 0;
}

.advantage-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.advantage-grid article,
.product-card,
.market-list article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  padding: 24px;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.advantage-grid article {
  min-height: 286px;
}

.advantage-grid article:hover,
.product-card:hover,
.market-list article:hover {
  border-color: rgba(18, 25, 23, 0.34);
  box-shadow: 0 18px 34px rgba(19, 34, 53, 0.1);
  transform: translateY(-3px);
}

.advantage-grid span,
.card-code,
.market-list span {
  display: inline-block;
  color: var(--clay);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.advantage-grid span {
  margin-bottom: 70px;
}

.cluster-section {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.66), rgba(236, 244, 250, 0.82));
  width: 100%;
}

.cluster-panel {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.resource-gallery {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) repeat(2, minmax(180px, 0.6fr));
  gap: 14px;
  width: min(1180px, calc(100% - 40px));
  margin: clamp(28px, 5vw, 54px) auto 0;
}

.gallery-tile {
  position: relative;
  min-height: 230px;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: 0 18px 34px rgba(19, 34, 53, 0.08);
  overflow: hidden;
}

.gallery-large {
  grid-row: span 2;
  min-height: 474px;
}

.gallery-image,
.product-image-slot {
  position: relative;
  overflow: hidden;
}

.gallery-image {
  position: absolute;
  inset: 0;
}

.gallery-image::before,
.product-image-slot::before {
  position: absolute;
  inset: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.48);
  border-right: 1px solid rgba(255, 255, 255, 0.34);
  content: "";
}

.surface-workshop,
.surface-products,
.surface-materials,
.surface-packing,
.surface-warehouse,
.product-image-slot {
  background:
    linear-gradient(180deg, rgba(19, 34, 53, 0.06), rgba(19, 34, 53, 0.55)),
    radial-gradient(circle at 26% 24%, rgba(255, 255, 255, 0.5), transparent 28%),
    linear-gradient(128deg, rgba(47, 128, 183, 0.9), rgba(76, 111, 138, 0.84)),
    repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.16) 0 2px, transparent 2px 13px);
  background-blend-mode: normal, screen, normal, overlay;
}

.surface-products,
.slot-knitwear,
.slot-cardigans {
  background:
    linear-gradient(180deg, rgba(19, 34, 53, 0.05), rgba(19, 34, 53, 0.48)),
    radial-gradient(circle at 22% 20%, rgba(255, 255, 255, 0.45), transparent 28%),
    linear-gradient(128deg, rgba(72, 145, 178, 0.92), rgba(94, 127, 154, 0.82)),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.16) 0 1px, transparent 1px 12px);
}

.surface-materials,
.slot-sweaters,
.slot-accessories {
  background:
    linear-gradient(180deg, rgba(19, 34, 53, 0.04), rgba(19, 34, 53, 0.5)),
    radial-gradient(circle at 24% 24%, rgba(255, 255, 255, 0.46), transparent 27%),
    linear-gradient(128deg, rgba(108, 130, 151, 0.88), rgba(44, 96, 132, 0.86)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.16) 0 1px, transparent 1px 10px);
}

.surface-packing,
.surface-warehouse,
.slot-hoodies,
.slot-oem {
  background:
    linear-gradient(180deg, rgba(19, 34, 53, 0.04), rgba(19, 34, 53, 0.52)),
    radial-gradient(circle at 26% 22%, rgba(255, 255, 255, 0.46), transparent 27%),
    linear-gradient(128deg, rgba(32, 80, 119, 0.94), rgba(91, 119, 145, 0.84)),
    repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 0 2px, transparent 2px 13px);
}

.gallery-tile figcaption {
  position: absolute;
  right: 22px;
  bottom: 22px;
  left: 22px;
  z-index: 1;
  border-top: 1px solid rgba(255, 255, 255, 0.44);
  color: #fff;
  padding-top: 14px;
}

.gallery-tile span,
.gallery-tile strong {
  display: block;
}

.gallery-tile span {
  color: rgba(255, 255, 255, 0.76);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.gallery-tile strong {
  max-width: 560px;
  margin-top: 8px;
  font-family: Georgia, "Times New Roman", "Microsoft YaHei", serif;
  font-size: clamp(22px, 2.5vw, 34px);
  font-weight: 500;
  line-height: 1.1;
}

.integration-section {
  border-bottom: 1px solid var(--line);
}

.process-flow {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  overflow: hidden;
  box-shadow: 0 18px 34px rgba(19, 34, 53, 0.08);
}

.process-flow article {
  position: relative;
  min-height: 168px;
  border-right: 1px solid var(--line);
  padding: 22px;
}

.process-flow article:last-child {
  border-right: 0;
}

.process-flow article::after {
  position: absolute;
  top: 50%;
  right: -9px;
  z-index: 2;
  width: 18px;
  height: 18px;
  border-top: 1px solid var(--line);
  border-right: 1px solid var(--line);
  background: #fff;
  content: "";
  transform: translateY(-50%) rotate(45deg);
}

.process-flow article:last-child::after {
  display: none;
}

.process-flow span,
.process-flow strong {
  display: block;
}

.process-flow span {
  color: var(--clay);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.process-flow strong {
  margin-top: 62px;
  font-family: Georgia, "Times New Roman", "Microsoft YaHei", serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.12;
}

.industry-section {
  padding-top: 42px;
}

.industry-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.industry-grid article {
  min-height: 178px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.76);
  padding: 22px;
  box-shadow: 0 14px 28px rgba(19, 34, 53, 0.07);
}

.industry-grid strong,
.industry-grid span {
  display: block;
}

.industry-grid strong {
  font-family: Georgia, "Times New Roman", "Microsoft YaHei", serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.14;
}

.industry-grid span {
  color: var(--muted);
  margin-top: 38px;
  font-size: 14px;
}

.advantage-grid p,
.product-card p,
.market-list p {
  color: var(--muted);
  margin: 12px 0 0;
}

.product-section {
  border-top: 1px solid var(--line);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.product-card {
  min-height: 360px;
  background:
    linear-gradient(155deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.62)),
    repeating-linear-gradient(90deg, rgba(47, 128, 183, 0.08) 0 1px, transparent 1px 10px);
}

.product-image-slot {
  height: 150px;
  border: 1px solid rgba(217, 225, 234, 0.9);
  border-radius: 8px;
  margin: -4px -4px 18px;
}

.product-card:nth-child(2),
.product-card:nth-child(5) {
  background:
    linear-gradient(155deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.62)),
    repeating-linear-gradient(0deg, rgba(82, 108, 120, 0.1) 0 1px, transparent 1px 10px);
}

.product-card:nth-child(3),
.product-card:nth-child(6) {
  background:
    linear-gradient(155deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.62)),
    repeating-linear-gradient(45deg, rgba(168, 93, 60, 0.12) 0 1px, transparent 1px 12px);
}

.card-code {
  margin-bottom: 18px;
}

.markets-section {
  padding-top: 34px;
}

.map-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.22fr) minmax(280px, 0.78fr);
  gap: 16px;
}

.map-grid {
  position: relative;
  min-height: 510px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(18, 25, 23, 0.02), rgba(18, 25, 23, 0.1)),
    linear-gradient(90deg, rgba(18, 25, 23, 0.06) 1px, transparent 1px),
    linear-gradient(0deg, rgba(18, 25, 23, 0.05) 1px, transparent 1px),
    rgba(255, 255, 255, 0.58);
  background-size: auto, 44px 44px, 44px 44px, auto;
  overflow: hidden;
}

.map-grid::before {
  position: absolute;
  inset: 52px 64px;
  border: 1px solid rgba(47, 128, 183, 0.24);
  border-radius: 50%;
  content: "";
}

.map-grid::after {
  position: absolute;
  right: 11%;
  bottom: 12%;
  width: 42%;
  height: 36%;
  border: 1px solid rgba(76, 111, 138, 0.24);
  border-radius: 50%;
  content: "";
}

.hub,
.pin {
  position: absolute;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--ink);
  padding: 6px 12px;
  font-size: 13px;
  font-weight: 900;
}

.hub-china {
  left: 24%;
  top: 48%;
  background: var(--ink);
  color: #fff;
}

.pin-asia {
  left: 39%;
  top: 32%;
}

.pin-middle {
  left: 56%;
  top: 57%;
}

.pin-east {
  left: 64%;
  top: 22%;
}

.route {
  position: absolute;
  z-index: 1;
  height: 2px;
  background: linear-gradient(90deg, rgba(47, 128, 183, 0), rgba(47, 128, 183, 0.72), rgba(47, 128, 183, 0));
  transform-origin: left center;
}

.route-asia {
  left: 30%;
  top: 49%;
  width: 190px;
  transform: rotate(-25deg);
}

.route-middle {
  left: 31%;
  top: 52%;
  width: 260px;
  transform: rotate(18deg);
}

.route-east {
  left: 31%;
  top: 48%;
  width: 330px;
  transform: rotate(-12deg);
}

.market-list {
  display: grid;
  gap: 14px;
}

.market-list article {
  min-height: 158px;
}

.market-list span {
  margin-bottom: 22px;
}

.about-section {
  border-top: 1px solid var(--line);
}

.about-panel {
  display: grid;
  grid-template-columns: minmax(250px, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(26px, 5vw, 76px);
}

.body-copy p {
  margin: 0 0 18px;
}

.contact {
  padding-top: 42px;
}

.contact-card {
  display: grid;
  grid-template-columns: minmax(250px, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(26px, 5vw, 76px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--charcoal);
  color: #fff;
  padding: clamp(28px, 6vw, 64px);
}

.contact-card h2 {
  color: #fff;
}

.contact-card p {
  color: rgba(255, 255, 255, 0.72);
  margin: 18px 0 0;
}

.contact-links {
  display: grid;
  gap: 12px;
  align-content: center;
}

.contact-links a {
  display: flex;
  align-items: center;
  min-height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  padding: 12px 14px;
  overflow-wrap: anywhere;
}

.contact-links a:hover {
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.1);
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  justify-content: space-between;
  border-top: 1px solid var(--line);
  color: var(--muted);
  padding: 24px 0 36px;
  font-size: 13px;
}

@keyframes thread-open {
  0% {
    opacity: 0;
    transform: rotate(32deg) scaleX(0.2);
  }
  42% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: rotate(32deg) scaleX(1);
  }
}

@keyframes loader-name {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  48% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1080px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .header-actions {
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
  }

  .site-nav {
    justify-content: flex-start;
  }

  .hero,
  .section-heading,
  .map-panel,
  .about-panel,
  .contact-card {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .advantage-grid,
  .product-grid,
  .industry-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .resource-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gallery-large {
    grid-row: auto;
    grid-column: span 2;
    min-height: 360px;
  }

  .process-flow {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .process-flow article:nth-child(3) {
    border-right: 0;
  }

  .process-flow article:nth-child(-n + 3) {
    border-bottom: 1px solid var(--line);
  }
}

@media (max-width: 720px) {
  .header-actions {
    flex-direction: column;
    gap: 12px;
  }

  .advantage-grid,
  .product-grid,
  .resource-gallery,
  .industry-grid {
    grid-template-columns: 1fr;
  }

  .gallery-large {
    grid-column: auto;
  }

  .process-flow {
    grid-template-columns: 1fr;
  }

  .process-flow article,
  .process-flow article:nth-child(3) {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .process-flow article:last-child {
    border-bottom: 0;
  }

  .process-flow article::after {
    top: auto;
    right: 50%;
    bottom: -9px;
    transform: translateX(50%) rotate(135deg);
  }

  .quick-stats {
    grid-template-columns: 1fr;
  }

  .quick-stats div {
    border-right: 0;
  }
}

@media (max-width: 560px) {
  .hero,
  .section,
  .market-strip,
  .site-footer {
    width: min(100% - 28px, 1180px);
  }

  .cluster-section {
    width: 100%;
  }

  .cluster-panel {
    width: min(100% - 28px, 1180px);
  }

  .resource-gallery {
    width: min(100% - 28px, 1180px);
  }

  .gallery-tile,
  .gallery-large {
    min-height: 300px;
  }

  .site-header {
    padding-inline: 14px;
  }

  .brand {
    min-width: 0;
  }

  .brand strong {
    font-size: 18px;
  }

  .site-nav {
    gap: 3px 12px;
    font-size: 13px;
  }

  h1 {
    font-size: 54px;
  }

  .hero-title {
    font-size: 32px;
  }

  .hero-image-panel {
    min-height: 320px;
    padding: 22px;
  }

  .map-grid {
    min-height: 430px;
  }

  .hub,
  .pin {
    font-size: 12px;
    padding: 5px 9px;
  }

  .hub-china {
    left: 9%;
    top: 51%;
  }

  .pin-asia {
    left: 34%;
    top: 30%;
  }

  .pin-middle {
    left: 45%;
    top: 61%;
  }

  .pin-east {
    left: 48%;
    top: 17%;
  }

  .route-asia,
  .route-middle,
  .route-east {
    left: 20%;
    width: 190px;
  }

  .contact-card {
    padding: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
  }

  .page-loader {
    display: none;
  }
}
