@charset "UTF-8";

.inquiry-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.inquiry-status {
  grid-column: 1 / -1;
  min-height: 1.5em;
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.5;
}

.inquiry-status.success { color: oklch(0.42 0.12 150); }
.inquiry-status.error { color: oklch(0.5 0.2 25); }

:root {
  color-scheme: dark light;
  --ink: oklch(16% 0.018 255);
  --ink-2: oklch(26% 0.018 255);
  --muted: oklch(55% 0.02 255);
  --paper: oklch(97% 0.008 250);
  --paper-2: oklch(91% 0.012 250);
  --paper-soft: oklch(95% 0.012 345);
  --navy: oklch(17% 0.04 250);
  --navy-2: oklch(23% 0.055 250);
  --brand: oklch(48% 0.19 9);
  --brand-2: oklch(58% 0.18 4);
  --graphite: oklch(21% 0.018 255);
  --blue: oklch(57% 0.21 18);
  --blue-dark: oklch(43% 0.18 18);
  --green: oklch(70% 0.15 155);
  --line: oklch(76% 0.018 250 / 0.35);
  --shadow: 0 28px 80px oklch(10% 0.03 250 / 0.28);
  --radius: 8px;
  font-family: "Arial", "Helvetica Neue", system-ui, sans-serif;
  letter-spacing: 0;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  background: var(--paper);
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  overflow-x: hidden;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

section {
  scroll-margin-top: 118px;
}

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

.site-header {
  position: fixed;
  inset: 18px clamp(16px, 4vw, 56px) auto;
  z-index: 40;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 18px;
  min-height: 62px;
  padding: 12px 16px 12px 20px;
  color: oklch(98% 0.006 250);
  background: oklch(13% 0.028 250 / 0.74);
  border: 1px solid oklch(100% 0.005 250 / 0.18);
  border-radius: 999px;
  backdrop-filter: blur(18px);
  transition: background 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.site-header.scrolled {
  background: oklch(12% 0.03 250 / 0.9);
  box-shadow: 0 14px 46px oklch(8% 0.04 250 / 0.35);
}

.brand {
  display: grid;
  min-width: 150px;
  line-height: 1;
}

.brand span {
  font-size: 17px;
  font-weight: 800;
}

.brand small {
  margin-top: 4px;
  font-size: 10px;
  color: oklch(84% 0.03 250);
  white-space: nowrap;
}

.editor-container-media {
  position: relative;
  min-height: 40px;
  background-origin: content-box;
}

.editor-container-media > span:not(.editor-container-video),
.editor-container-media > small,
.editor-container-media > strong {
  opacity: 0;
}

.editor-container-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(8px, 1.1vw, 16px);
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid oklch(100% 0.005 250 / 0.12);
  border-radius: 999px;
  background:
    linear-gradient(180deg, oklch(100% 0.005 250 / 0.08), oklch(100% 0.005 250 / 0.025)),
    oklch(9% 0.028 250 / 0.22);
  box-shadow: inset 0 1px 0 oklch(100% 0.005 250 / 0.1);
  font-size: 12px;
  color: oklch(90% 0.012 250);
}

.nav a {
  position: relative;
  padding: 4px 0 6px;
  color: oklch(86% 0.014 250);
  font-weight: 700;
  white-space: nowrap;
  text-shadow: 0 1px 0 oklch(100% 0.005 250 / 0.08), 0 8px 18px oklch(4% 0.03 250 / 0.28);
}

.nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, var(--green), var(--blue), transparent);
  opacity: 0;
  transform: translateY(3px) scaleX(0.6);
  transition: opacity 180ms ease, transform 180ms ease;
}

.nav a,
.header-cta,
.button,
.lang-button {
  transition: transform 180ms ease, color 180ms ease, background 180ms ease, border-color 180ms ease;
}

.nav a:hover,
.header-cta:hover,
.button:hover,
.lang-button:hover {
  transform: translateY(-1px);
}

.nav a:hover {
  color: oklch(98% 0.006 250);
}

.nav a[aria-current="page"] {
  color: oklch(98% 0.006 250);
}

.nav a[aria-current="page"]::after {
  opacity: 1;
  transform: translateY(0) scaleX(1);
}

.nav a:hover::after {
  opacity: 1;
  transform: translateY(0) scaleX(1);
}

.language-switch {
  display: inline-flex;
  gap: 4px;
  padding: 4px;
  border: 1px solid oklch(100% 0.005 250 / 0.16);
  border-radius: 999px;
  background: oklch(100% 0.005 250 / 0.06);
}

.lang-button {
  min-height: 34px;
  padding: 0 11px;
  border: 0;
  border-radius: 999px;
  color: oklch(86% 0.012 250);
  background: transparent;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}

.lang-button.active {
  color: oklch(98% 0.006 250);
  background: var(--blue-dark);
}

.header-cta {
  padding: 12px 18px;
  border-radius: 999px;
  font-size: 13px;
  color: oklch(97% 0.01 250);
  background: var(--blue-dark);
}

.section-dark {
  color: oklch(96% 0.012 250);
  background: radial-gradient(circle at 80% 30%, oklch(34% 0.08 250 / 0.5), transparent 34vw), linear-gradient(135deg, var(--navy), oklch(9% 0.03 250));
}

.section-light {
  color: var(--ink);
  background: linear-gradient(135deg, var(--paper), var(--paper-2));
}

.hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  padding: 140px clamp(20px, 5vw, 72px) 42px;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 34%;
  background: linear-gradient(180deg, transparent, oklch(8% 0.03 250 / 0.92));
  pointer-events: none;
}

.hero-media {
  position: absolute;
  inset: 0;
  opacity: 0.62;
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, oklch(8% 0.03 250 / 0.92), oklch(8% 0.03 250 / 0.55) 45%, oklch(8% 0.03 250 / 0.14));
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 460px);
  align-items: end;
  gap: clamp(32px, 7vw, 96px);
  min-height: calc(100vh - 190px);
}

.hero-copy {
  max-width: 780px;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 850px;
  margin-bottom: 26px;
  font-size: clamp(44px, 6.7vw, 92px);
  line-height: 0.96;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(36px, 4.8vw, 68px);
  line-height: 0.98;
  letter-spacing: 0;
}

h3 {
  font-size: clamp(22px, 2.2vw, 34px);
  line-height: 1.08;
}

.lead,
.section-heading p,
.content-block p,
.network-copy p,
.contact-copy p {
  max-width: 70ch;
  color: oklch(82% 0.018 250);
  font-size: clamp(17px, 1.35vw, 21px);
  line-height: 1.65;
}

.section-light .section-heading p,
.section-light .feature-copy p,
.section-light .cert-copy p {
  color: var(--muted);
}

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

.button {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid oklch(96% 0.012 250 / 0.2);
  border-radius: var(--radius);
  font-weight: 800;
  font-size: 14px;
}

.button.primary {
  border-color: var(--blue);
  background: var(--blue-dark);
}

.editor-button-row {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.editor-button {
  text-decoration: none;
}

.editor-button-secondary {
  border-color: oklch(30% 0.05 250 / 0.3);
  color: var(--ink);
  background: oklch(96% 0.012 250);
}

.section-dark .editor-button-secondary {
  color: oklch(94% 0.012 250);
  background: oklch(96% 0.01 250 / 0.08);
}

.editor-button-ghost {
  color: inherit;
  background: transparent;
}

.editor-button-text {
  min-height: 34px;
  padding: 0;
  border-color: transparent;
  background: transparent;
  color: var(--blue);
}

.editor-button-sm {
  min-height: 38px;
  padding-inline: 16px;
  font-size: 13px;
}

.editor-button-lg {
  min-height: 56px;
  padding-inline: 28px;
  font-size: 15px;
}

.button.ghost {
  color: oklch(92% 0.012 250);
  background: oklch(96% 0.01 250 / 0.06);
}

.hero-panel {
  align-self: end;
  padding: 22px;
  border: 1px solid oklch(100% 0.005 250 / 0.18);
  border-radius: var(--radius);
  background: oklch(13% 0.03 250 / 0.78);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}

.live-chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  font-size: 13px;
  color: oklch(90% 0.01 250);
}

.live-chip em {
  font-style: normal;
}

.live-chip span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 8px oklch(70% 0.15 155 / 0.16);
}

.hero-stats,
.network-metrics,
.capability-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.hero-stats article,
.network-metrics article,
.capability-list article {
  padding: 18px;
  border: 1px solid oklch(100% 0.005 250 / 0.12);
  border-radius: var(--radius);
  background: oklch(100% 0.005 250 / 0.05);
}

strong {
  display: block;
  font-size: clamp(28px, 3vw, 46px);
  line-height: 1;
}

.hero-stats span,
.network-metrics span,
.capability-list span {
  display: block;
  margin-top: 8px;
  color: oklch(78% 0.016 250);
  font-size: 13px;
  line-height: 1.35;
}

.solutions,
.cases,
.sustainability,
.certifications {
  padding: clamp(84px, 12vw, 160px) clamp(20px, 5vw, 72px);
}

.section-heading {
  max-width: 920px;
  margin-bottom: clamp(42px, 7vw, 90px);
}

.solution-layout {
  display: grid;
  grid-template-columns: 0.82fr 1fr;
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
}

.feature-copy {
  max-width: 560px;
}

.clean-list,
.check-list {
  display: grid;
  gap: 13px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.clean-list li,
.check-list li {
  padding: 15px 16px;
  border: 1px solid oklch(40% 0.02 250 / 0.14);
  border-radius: var(--radius);
  background: oklch(100% 0.004 250 / 0.55);
}

.clean-list a {
  display: block;
}

.clean-list a:hover {
  color: var(--blue-dark);
}

.check-list li {
  color: oklch(86% 0.016 250);
  background: oklch(100% 0.006 250 / 0.06);
  border-color: oklch(100% 0.006 250 / 0.12);
}

.application-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.application-grid article {
  position: relative;
  min-height: 270px;
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: 0 18px 46px oklch(24% 0.03 250 / 0.18);
}

.application-grid article > a {
  display: block;
  width: 100%;
  height: 100%;
}

.application-grid article::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, oklch(8% 0.03 250 / 0.78));
}

.application-grid span {
  position: absolute;
  left: 18px;
  bottom: 18px;
  z-index: 1;
  color: oklch(96% 0.008 250);
  font-weight: 800;
}

.network {
  display: grid;
  grid-template-columns: minmax(270px, 420px) minmax(0, 1.35fr);
  gap: clamp(34px, 6vw, 84px);
  align-items: center;
  min-height: 100vh;
  padding: clamp(96px, 12vw, 170px) clamp(20px, 5vw, 72px);
}

.global-proof {
  display: grid;
  gap: 10px;
  margin-top: 30px;
}

.global-proof span {
  width: fit-content;
  max-width: 100%;
  padding: 10px 13px;
  border: 1px solid oklch(100% 0.006 250 / 0.16);
  border-radius: var(--radius);
  color: oklch(91% 0.012 250);
  background: oklch(100% 0.006 250 / 0.055);
  font-size: 13px;
  font-weight: 800;
}

.network-visual {
  display: grid;
  gap: 16px;
}

.network-metrics {
  grid-column: 1 / -1;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.map-stage {
  position: relative;
  min-height: min(60vw, 760px);
  border: 1px solid oklch(100% 0.006 250 / 0.12);
  border-radius: var(--radius);
  overflow: hidden;
  background:
    linear-gradient(118deg, transparent 0 74%, oklch(43% 0.18 18 / 0.5) 74.2% 86%, transparent 86.2%),
    radial-gradient(circle at 62% 30%, oklch(57% 0.21 18 / 0.2), transparent 18%),
    radial-gradient(circle at 31% 76%, oklch(100% 0.006 250 / 0.12), transparent 20%),
    linear-gradient(135deg, oklch(12% 0.034 250), oklch(17% 0.05 250));
}

.map-stage::before {
  content: "";
  position: absolute;
  inset: 10% 9% 14%;
  opacity: 0.78;
  background-image: radial-gradient(oklch(88% 0.02 250 / 0.42) 1px, transparent 1px);
  background-size: 18px 18px;
  mask-image: linear-gradient(90deg, transparent, black 12% 88%, transparent);
}

.map-stage::after {
  content: "";
  position: absolute;
  inset: 13% 12% 13% 10%;
  opacity: 0.9;
  background:
    linear-gradient(118deg, transparent 0 48%, oklch(88% 0.02 250 / 0.18) 48.2% 48.5%, transparent 48.8%),
    linear-gradient(142deg, transparent 0 47%, oklch(88% 0.02 250 / 0.12) 47.2% 47.5%, transparent 47.8%);
  clip-path: polygon(68% 9%, 78% 18%, 74% 30%, 63% 33%, 59% 45%, 66% 57%, 58% 72%, 47% 69%, 43% 55%, 31% 49%, 24% 63%, 28% 84%, 20% 91%, 10% 75%, 14% 55%, 27% 38%, 39% 20%, 55% 12%);
}

.world-map-base {
  position: absolute;
  inset: 4% 3% 8%;
  z-index: 1;
  width: 94%;
  height: 88%;
  object-fit: contain;
  opacity: 0.9;
  filter: drop-shadow(0 22px 44px oklch(6% 0.03 250 / 0.28));
}

.network-radar {
  position: absolute;
  left: 79.7%;
  top: 36.8%;
  width: 180px;
  z-index: 2;
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle, transparent 0 28%, oklch(57% 0.21 18 / 0.2) 29% 30%, transparent 31% 52%, oklch(57% 0.21 18 / 0.14) 53% 54%, transparent 55%);
  transform: translate(-50%, -50%);
  animation: rotate-slow 24s linear infinite;
}

.route {
  position: absolute;
  z-index: 3;
  height: 2px;
  transform-origin: left center;
  background: linear-gradient(90deg, oklch(57% 0.21 18 / 0), oklch(57% 0.21 18 / 0.78), oklch(96% 0.006 250 / 0.72));
  box-shadow: 0 0 18px oklch(57% 0.21 18 / 0.28);
}

.route::after {
  content: "";
  position: absolute;
  right: -4px;
  top: -3px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: oklch(96% 0.006 250);
  box-shadow: 0 0 0 7px oklch(57% 0.21 18 / 0.16);
}

.route-gx { left: 79.7%; top: 37.3%; width: 42px; transform: rotate(178deg); }
.route-vn { left: 79.7%; top: 37.3%; width: 56px; transform: rotate(161deg); }
.route-th { left: 79.7%; top: 37.3%; width: 74px; transform: rotate(127deg); }
.route-my { left: 79.7%; top: 37.3%; width: 108px; transform: rotate(109deg); }

.region {
  position: absolute;
  z-index: 2;
  color: oklch(72% 0.05 250);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.region-cn { left: 74%; top: 29%; }
.region-sea { left: 69%; top: 50%; }

.map-note {
  position: absolute;
  left: 18px;
  bottom: 16px;
  z-index: 2;
  color: oklch(78% 0.016 250);
  font-size: 12px;
}

.pin {
  position: absolute;
  z-index: 2;
  padding: 8px 11px 8px 26px;
  border: 1px solid oklch(100% 0.004 250 / 0.18);
  border-radius: 999px;
  color: oklch(95% 0.012 250);
  background: oklch(10% 0.03 250 / 0.8);
  font-size: 12px;
  box-shadow: 0 12px 28px oklch(7% 0.03 250 / 0.28);
}

.pin::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--blue);
  transform: translateY(-50%);
  box-shadow: 0 0 0 7px oklch(57% 0.21 18 / 0.16);
}

.pin.hub {
  border-color: oklch(57% 0.21 18 / 0.55);
  background: oklch(12% 0.034 250 / 0.94);
}

.pin.hub::before {
  background: oklch(96% 0.006 250);
  box-shadow: 0 0 0 9px oklch(57% 0.21 18 / 0.16);
}

.pin-cn { left: 79.7%; top: 36.7%; }
.pin-gx { left: 78.1%; top: 39.8%; }
.pin-vn { left: 77.8%; top: 43.5%; }
.pin-th { left: 76.2%; top: 47.5%; }
.pin-my { left: 76.1%; top: 53.5%; }

.global-scenes {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr 1fr;
  gap: 14px;
}

.global-scenes article {
  position: relative;
  min-height: 190px;
  overflow: hidden;
  border: 1px solid oklch(100% 0.006 250 / 0.14);
  border-radius: var(--radius);
  background: oklch(12% 0.034 250);
}

.global-scenes .scene-wide {
  min-height: 230px;
}

.global-scenes article::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(128deg, transparent 0 70%, oklch(43% 0.18 18 / 0.5) 70.4% 88%, transparent 88.4%),
    linear-gradient(180deg, transparent 34%, oklch(8% 0.03 250 / 0.82));
}

.global-scenes span {
  position: absolute;
  left: 14px;
  bottom: 14px;
  z-index: 1;
  color: oklch(96% 0.008 250);
  font-size: 13px;
  font-weight: 800;
}

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

.case-card {
  min-height: 420px;
  padding: clamp(24px, 3vw, 38px);
  border: 1px solid oklch(28% 0.02 250 / 0.14);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, oklch(100% 0.004 250 / 0.75), oklch(94% 0.012 250)),
    radial-gradient(circle at 80% 0%, oklch(61% 0.19 254 / 0.16), transparent 44%);
  box-shadow: 0 16px 48px oklch(20% 0.02 250 / 0.1);
}

.case-index {
  display: inline-flex;
  margin-bottom: 74px;
  color: var(--blue-dark);
  font-size: 72px;
  font-weight: 800;
  line-height: 1;
}

.case-card p {
  color: var(--muted);
  line-height: 1.7;
}

.case-card small {
  display: block;
  margin-top: 34px;
  color: var(--blue-dark);
  font-weight: 800;
}

.split-section {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: clamp(34px, 7vw, 100px);
  align-items: center;
  min-height: 96vh;
  padding: clamp(86px, 11vw, 150px) clamp(20px, 5vw, 72px);
}

.split-section.reverse {
  grid-template-columns: 0.92fr 1.08fr;
}

.content-block {
  max-width: 670px;
}

.media-block {
  position: relative;
  min-height: clamp(380px, 48vw, 720px);
  overflow: hidden;
  border: 1px solid oklch(100% 0.006 250 / 0.13);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.media-block::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, oklch(7% 0.03 250 / 0.45));
  pointer-events: none;
}

.motion-card {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  padding: 18px;
  border: 1px solid oklch(100% 0.006 250 / 0.18);
  border-radius: var(--radius);
  background: oklch(11% 0.03 250 / 0.78);
  backdrop-filter: blur(14px);
}

.play {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 56px;
  min-height: 32px;
  margin-bottom: 14px;
  border-radius: 999px;
  color: oklch(98% 0.006 250);
  background: var(--blue-dark);
  font-size: 12px;
  font-weight: 800;
}

.belt {
  position: relative;
  height: 12px;
  overflow: hidden;
  border-radius: 999px;
  background: oklch(96% 0.006 250 / 0.12);
}

.belt i {
  position: absolute;
  top: 2px;
  width: 34px;
  height: 8px;
  border-radius: 999px;
  background: oklch(96% 0.006 250 / 0.56);
  animation: belt 2.8s linear infinite;
}

.belt i:nth-child(1) { left: -20%; }
.belt i:nth-child(2) { left: 14%; animation-delay: -0.8s; }
.belt i:nth-child(3) { left: 48%; animation-delay: -1.5s; }
.belt i:nth-child(4) { left: 80%; animation-delay: -2.1s; }

.motion-card p {
  margin: 12px 0 0;
  color: oklch(85% 0.016 250);
  font-size: 13px;
}

.equipment-focus {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.equipment-focus article {
  position: relative;
  min-height: 142px;
  overflow: hidden;
  border: 1px solid oklch(100% 0.006 250 / 0.13);
  border-radius: var(--radius);
  background: oklch(10% 0.03 250);
}

.equipment-focus article::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(135deg, oklch(8% 0.03 250 / 0.9), transparent 42%),
    linear-gradient(122deg, transparent 0 63%, oklch(43% 0.18 18 / 0.54) 63.5% 77%, transparent 77.5%);
  mix-blend-mode: multiply;
}

.equipment-focus img {
  filter: saturate(0.72) contrast(1.12);
}

.equipment-focus span {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 2;
  color: oklch(96% 0.008 250);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.3;
}

.sustain-grid {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: clamp(28px, 5vw, 74px);
  align-items: stretch;
}

.sustain-media {
  min-height: 580px;
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: 0 22px 70px oklch(22% 0.02 250 / 0.16);
}

.process-flow {
  display: grid;
  align-content: center;
  gap: 14px;
}

.process-flow span {
  position: relative;
  padding: 22px 28px;
  border: 1px solid oklch(40% 0.02 250 / 0.14);
  border-radius: var(--radius);
  background: oklch(100% 0.004 250 / 0.68);
  font-size: 20px;
  font-weight: 800;
}

.process-flow span::after {
  content: "";
  position: absolute;
  right: 22px;
  top: 50%;
  width: 42px;
  height: 2px;
  background: var(--green);
  transform: translateY(-50%);
}

.certifications {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(30px, 6vw, 90px);
  align-items: center;
}

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

.cert-grid span {
  display: grid;
  min-height: 152px;
  place-items: center;
  padding: 18px;
  border: 1px solid oklch(38% 0.02 250 / 0.14);
  border-radius: var(--radius);
  background: linear-gradient(145deg, oklch(100% 0.004 250), oklch(92% 0.014 250));
  color: var(--ink-2);
  font-size: clamp(18px, 2vw, 26px);
  font-weight: 800;
  text-align: center;
}

.manufacturing-page {
  background:
    radial-gradient(circle at 86% 10%, oklch(68% 0.12 8 / 0.16), transparent 32rem),
    linear-gradient(180deg, oklch(99.2% 0.006 25) 0, oklch(96% 0.012 345) 13rem, oklch(91% 0.015 250) 28rem, oklch(95% 0.011 250) 42rem);
}

.manufacturing-page .site-header + main,
.mfg-section:first-child {
  padding-top: 132px;
}

.mfg-section {
  padding: clamp(42px, 5.6vw, 86px) clamp(16px, 4vw, 56px);
}

.mfg-section + .mfg-section {
  padding-top: 24px;
}

.mfg-shell {
  max-width: 1370px;
  margin: 0 auto;
  min-width: 0;
  padding: clamp(24px, 3vw, 38px);
  border: 1px solid oklch(26% 0.02 250 / 0.12);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, oklch(99% 0.006 250), oklch(93% 0.014 250)),
    radial-gradient(circle at 82% 14%, oklch(57% 0.21 18 / 0.08), transparent 32%);
  box-shadow: 0 22px 70px oklch(13% 0.03 250 / 0.14);
}

.mfg-section-copy {
  max-width: 780px;
}

.mfg-section-copy .eyebrow {
  color: var(--blue-dark);
}

.mfg-section-copy h1,
.mfg-section-copy h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(36px, 5vw, 72px);
  line-height: 1.02;
}

.mfg-section-copy p {
  max-width: 760px;
  margin: 22px 0 0;
  color: oklch(36% 0.018 250);
  font-size: clamp(16px, 1.25vw, 20px);
  line-height: 1.7;
}

.mfg-process-track {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(16px, 2.4vw, 28px);
  margin-top: clamp(28px, 5vw, 60px);
}

.mfg-process-track article {
  position: relative;
  display: grid;
  grid-template-rows: auto auto auto minmax(170px, 1fr);
  min-width: 0;
  min-height: 360px;
  padding: clamp(16px, 2vw, 22px);
  border: 1px solid oklch(28% 0.018 250 / 0.12);
  border-radius: var(--radius);
  background: oklch(98% 0.006 250 / 0.72);
  overflow: hidden;
}

.mfg-process-track article:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -24px;
  top: 44%;
  z-index: 2;
  width: 22px;
  height: 2px;
  background: var(--ink-2);
  box-shadow: 9px -5px 0 -4px var(--ink-2), 9px 5px 0 -4px var(--ink-2);
}

.mfg-process-track span,
.mfg-production-stats span {
  color: var(--blue-dark);
  font-size: 12px;
  font-weight: 900;
}

.mfg-process-track h2 {
  margin: 10px 0 0;
  color: var(--ink);
  font-size: clamp(20px, 1.7vw, 28px);
}

.mfg-process-track p {
  margin: 12px 0 18px;
  color: oklch(45% 0.018 250);
  font-size: 14px;
  line-height: 1.55;
}

.mfg-process-track img {
  align-self: end;
  height: clamp(170px, 17vw, 238px);
  border-radius: 6px;
  object-fit: cover;
}

.mfg-proof-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
  padding: 18px;
  border: 1px solid oklch(28% 0.018 250 / 0.1);
  border-radius: var(--radius);
  background: oklch(99% 0.006 250 / 0.72);
}

.mfg-proof-row span {
  position: relative;
  padding-left: 18px;
  color: oklch(36% 0.018 250);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.45;
}

.mfg-proof-row span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: oklch(56% 0.14 150);
}

.mfg-rnd-grid,
.mfg-inspection-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1fr);
  gap: clamp(24px, 4vw, 58px);
  align-items: stretch;
}

.mfg-rnd-gallery {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr 0.88fr;
  gap: 10px;
  margin-top: 28px;
}

.mfg-rnd-gallery img {
  min-height: 138px;
  border-radius: 6px;
  box-shadow: 0 14px 34px oklch(20% 0.02 250 / 0.12);
}

.mfg-rnd-gallery img:first-child {
  grid-column: 1 / -1;
  min-height: clamp(230px, 24vw, 330px);
}

.mfg-word-cloud {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  gap: 9px 16px;
  min-height: 540px;
  padding: clamp(18px, 3vw, 38px);
  border-radius: var(--radius);
  background: oklch(97% 0.006 250);
}

.mfg-word-cloud span {
  color: oklch(30% 0.032 250);
  font-size: clamp(14px, 1.4vw, 21px);
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

.mfg-word-cloud .md {
  font-size: clamp(18px, 2vw, 30px);
}

.mfg-word-cloud .lg {
  font-size: clamp(26px, 3vw, 45px);
}

.mfg-word-cloud .xl {
  font-size: clamp(34px, 4.4vw, 68px);
}

.mfg-word-cloud .red {
  color: var(--blue-dark);
}

.mfg-word-cloud .mfg-requirement-term {
  display: grid;
  gap: 6px;
  text-align: center;
}

.mfg-word-cloud .mfg-requirement-term small {
  color: oklch(36% 0.026 250);
  font-size: clamp(13px, 1vw, 18px);
  line-height: 1;
}

.mfg-production-media {
  position: relative;
  min-width: 0;
  min-height: clamp(380px, 42vw, 620px);
  margin-top: 30px;
  overflow: hidden;
  border-radius: var(--radius);
  background: oklch(11% 0.03 250);
  box-shadow: 0 24px 70px oklch(13% 0.03 250 / 0.18);
}

.mfg-production-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 52%, oklch(8% 0.03 250 / 0.74));
}

.mfg-play-card {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  display: grid;
  place-items: center;
  gap: 12px;
  color: oklch(98% 0.006 250);
  transform: translate(-50%, -50%);
}

.mfg-play-card button {
  display: grid;
  width: 78px;
  height: 78px;
  place-items: center;
  border: 2px solid oklch(100% 0.006 250 / 0.78);
  border-radius: 999px;
  color: oklch(98% 0.006 250);
  background: oklch(8% 0.03 250 / 0.35);
  font-size: 24px;
}

.mfg-play-card span {
  font-size: 13px;
  font-weight: 900;
}

.mfg-production-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: -1px;
  border-radius: 0 0 var(--radius) var(--radius);
  overflow: hidden;
  background: oklch(13% 0.034 250);
}

.mfg-production-stats article {
  padding: 22px clamp(14px, 2vw, 26px);
  border-right: 1px solid oklch(100% 0.006 250 / 0.13);
}

.mfg-production-stats article:last-child {
  border-right: 0;
}

.mfg-production-stats span {
  display: block;
  color: oklch(82% 0.016 250);
}

.mfg-production-stats strong {
  margin-top: 8px;
  color: var(--blue);
  font-size: clamp(24px, 2.4vw, 38px);
}

.mfg-quality-list {
  display: grid;
  gap: 10px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.mfg-quality-list li {
  position: relative;
  padding: 12px 14px 12px 38px;
  border: 1px solid oklch(28% 0.018 250 / 0.12);
  border-radius: var(--radius);
  color: oklch(34% 0.018 250);
  background: oklch(98% 0.006 250 / 0.7);
  font-weight: 800;
}

.mfg-quality-list li::before {
  content: "✓";
  position: absolute;
  left: 14px;
  color: oklch(52% 0.14 150);
  font-weight: 900;
}

.mfg-quality-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: 1.1fr 0.84fr;
  gap: 12px;
  min-width: 0;
}

.mfg-quality-gallery img {
  min-height: 220px;
  border-radius: 6px;
  box-shadow: 0 16px 38px oklch(20% 0.02 250 / 0.12);
}

.manufacturing-page .reveal {
  opacity: 1;
  transform: none;
}

.manufacturing-page img {
  filter: saturate(1.05) contrast(1.06);
}

.manufacturing-page .contact {
  overflow: hidden;
}

.manufacturing-page .contact-bg {
  max-width: 100%;
}

.honor-wall span {
  position: relative;
  transform-origin: center;
  transition: transform 220ms cubic-bezier(0.16, 1, 0.3, 1), box-shadow 220ms ease, border-color 220ms ease;
}

.honor-wall span:hover {
  z-index: 2;
  transform: scale(1.08);
  border-color: oklch(57% 0.21 18 / 0.55);
  box-shadow: 0 28px 70px oklch(20% 0.03 250 / 0.22);
}

.about-page {
  background: var(--paper);
  overflow-x: clip;
}

.about-hero {
  position: relative;
  display: grid;
  align-items: end;
  min-height: 100vh;
  overflow: hidden;
  padding: 150px clamp(20px, 5vw, 72px) 62px;
}

.about-hero-media {
  position: absolute;
  inset: 0;
  opacity: 0.72;
}

.about-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, oklch(8% 0.03 250 / 0.94) 0%, oklch(8% 0.03 250 / 0.58) 45%, transparent 82%),
    linear-gradient(0deg, oklch(8% 0.03 250 / 0.88) 0%, transparent 58%);
}

.about-hero-copy {
  position: relative;
  z-index: 1;
  max-width: 960px;
}

.about-mission,
.about-honors {
  padding: clamp(84px, 12vw, 160px) clamp(20px, 5vw, 72px);
}

.company-structure {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.76fr) minmax(0, 1.24fr);
  gap: clamp(36px, 5vw, 92px);
  min-height: clamp(760px, 72vw, 980px);
  overflow: hidden;
  padding: clamp(96px, 10vw, 150px) clamp(20px, 5vw, 72px) clamp(76px, 8vw, 118px);
  color: oklch(97% 0.006 250);
  background:
    linear-gradient(90deg, oklch(8% 0.03 250 / 0.96) 0%, oklch(8% 0.03 250 / 0.82) 44%, oklch(8% 0.03 250 / 0.58) 100%),
    linear-gradient(180deg, oklch(8% 0.03 250 / 0.1), oklch(8% 0.03 250 / 0.7));
}

.company-structure-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.72;
}

.company-structure-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, oklch(8% 0.03 250 / 0.96) 0%, oklch(8% 0.03 250 / 0.82) 44%, oklch(8% 0.03 250 / 0.58) 100%),
    linear-gradient(180deg, oklch(8% 0.03 250 / 0.1), oklch(8% 0.03 250 / 0.7));
  pointer-events: none;
}

.company-structure::before {
  content: "";
  position: absolute;
  inset: clamp(20px, 3vw, 52px);
  border: 1px solid oklch(100% 0.006 250 / 0.12);
  pointer-events: none;
}

.company-structure::after {
  content: "";
  position: absolute;
  right: -14vw;
  bottom: -7vw;
  width: min(760px, 46vw);
  height: min(300px, 24vw);
  background: linear-gradient(135deg, transparent 0 48%, oklch(43% 0.18 18 / 0.7) 48.3% 66%, transparent 66.3%);
  opacity: 0.75;
  pointer-events: none;
}

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

.mission-grid article {
  min-height: 320px;
  padding: clamp(24px, 3vw, 38px);
  border: 1px solid oklch(36% 0.02 250 / 0.14);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, oklch(100% 0.004 250 / 0.9), oklch(93% 0.014 250)),
    radial-gradient(circle at 86% 14%, oklch(57% 0.21 18 / 0.14), transparent 36%);
}

.mission-grid span,
.structure-root span,
.structure-brand span {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--blue-dark);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.mission-grid p,
.company-structure .section-heading p,
.about-honors .section-heading p {
  color: var(--muted);
  line-height: 1.72;
}

.about-team,
.milestones {
  padding: clamp(84px, 12vw, 160px) clamp(20px, 5vw, 72px);
}

.about-team .section-heading p {
  color: oklch(82% 0.018 250);
}

.management-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: clamp(34px, 6vw, 72px);
}

.management-grid article {
  display: grid;
  grid-template-rows: minmax(210px, 260px) auto;
  overflow: hidden;
  border: 1px solid oklch(100% 0.006 250 / 0.15);
  border-radius: var(--radius);
  background: oklch(13% 0.034 250 / 0.86);
}

.management-grid img {
  object-fit: contain;
  padding: 18px 18px 0;
  background: linear-gradient(135deg, oklch(9% 0.03 250), oklch(18% 0.05 250));
}

.management-grid div {
  padding: 18px;
  border-top: 1px solid oklch(100% 0.006 250 / 0.12);
}

.management-grid strong {
  font-size: clamp(18px, 1.4vw, 24px);
}

.management-grid span {
  display: block;
  margin-top: 8px;
  color: oklch(78% 0.016 250);
  font-size: 13px;
  line-height: 1.45;
}

.team-atmosphere {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.5fr);
  gap: clamp(20px, 4vw, 54px);
  align-items: stretch;
}

.team-carousel {
  position: relative;
  min-height: clamp(380px, 48vw, 660px);
  overflow: hidden;
  border: 1px solid oklch(100% 0.006 250 / 0.15);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  background: oklch(10% 0.03 250);
}

.team-carousel::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 48%, oklch(8% 0.03 250 / 0.74)),
    linear-gradient(135deg, transparent 0 72%, oklch(57% 0.21 18 / 0.54) 72.4% 100%);
  pointer-events: none;
}

.team-carousel img {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: scale(1);
  animation: team-carousel 18s cubic-bezier(0.16, 1, 0.3, 1) infinite;
}

.team-carousel img:nth-child(2) { animation-delay: 4.5s; }
.team-carousel img:nth-child(3) { animation-delay: 9s; }
.team-carousel img:nth-child(4) { animation-delay: 13.5s; }

.team-note {
  display: grid;
  align-content: end;
  gap: 18px;
  padding: clamp(24px, 3vw, 40px);
  border: 1px solid oklch(100% 0.006 250 / 0.16);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, oklch(13% 0.034 250 / 0.92), oklch(20% 0.052 250 / 0.88)),
    radial-gradient(circle at 20% 10%, oklch(70% 0.15 155 / 0.16), transparent 36%);
  box-shadow: var(--shadow);
}

.team-note span {
  max-width: 100%;
  color: oklch(96% 0.006 250);
  font-size: clamp(54px, 7vw, 96px);
  font-weight: 800;
  line-height: 0.9;
}

.team-note p {
  color: oklch(82% 0.018 250);
  font-size: clamp(17px, 1.35vw, 21px);
  line-height: 1.65;
}

.structure-copy,
.structure-map {
  position: relative;
  z-index: 1;
}

.structure-copy {
  display: grid;
  align-content: start;
}

.structure-copy .eyebrow {
  color: oklch(90% 0.012 250);
}

.structure-copy .eyebrow::after {
  content: "";
  display: block;
  width: 110px;
  height: 3px;
  margin-top: 18px;
  background: var(--blue);
}

.structure-copy h2 {
  max-width: 640px;
  margin-bottom: 28px;
  color: oklch(98% 0.006 250);
  font-size: clamp(46px, 4.6vw, 76px);
  font-weight: 820;
  line-height: 1.13;
}

.structure-copy p:not(.eyebrow) {
  max-width: 690px;
  color: oklch(84% 0.018 250);
  font-size: clamp(18px, 1.55vw, 26px);
  font-weight: 600;
  line-height: 1.72;
}

.structure-map {
  display: grid;
  align-content: end;
  gap: clamp(22px, 3vw, 34px);
}

.structure-chain {
  display: grid;
  grid-template-columns: minmax(210px, 270px) 64px minmax(260px, 336px);
  align-items: center;
}

.structure-root,
.structure-brand,
.structure-branches article {
  border: 1px solid oklch(100% 0.006 250 / 0.16);
  border-radius: var(--radius);
  background: oklch(9% 0.03 250 / 0.68);
  box-shadow: 0 28px 80px oklch(3% 0.02 250 / 0.26);
}

.structure-root,
.structure-brand {
  display: grid;
  align-content: center;
  min-height: 168px;
  padding: clamp(22px, 3vw, 30px);
}

.structure-brand {
  min-height: 228px;
  border-color: oklch(57% 0.21 18 / 0.72);
  background:
    linear-gradient(135deg, oklch(57% 0.21 18 / 0.18), transparent 44%),
    oklch(9% 0.03 250 / 0.76);
}

.structure-root span,
.structure-brand span,
.structure-branches span {
  display: block;
  margin-bottom: 16px;
  color: oklch(78% 0.014 250);
  font-size: clamp(13px, 1vw, 17px);
  font-weight: 800;
  line-height: 1;
}

.structure-root strong,
.structure-brand strong {
  color: oklch(98% 0.006 250);
  font-size: clamp(28px, 2.8vw, 52px);
  font-weight: 820;
  line-height: 1.12;
}

.structure-brand strong {
  font-size: clamp(38px, 4vw, 62px);
  line-height: 1.08;
}

.structure-root p,
.structure-brand p,
.structure-branches p {
  margin: 14px 0 0;
  color: oklch(78% 0.014 250);
  font-size: clamp(14px, 1.15vw, 18px);
  font-weight: 500;
  line-height: 1.5;
}

.structure-arrow {
  position: relative;
  height: 1px;
  background: oklch(100% 0.006 250 / 0.28);
}

.structure-arrow::before {
  content: "";
  position: absolute;
  left: 0;
  top: -3px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--blue);
}

.structure-arrow::after {
  content: "";
  position: absolute;
  right: -1px;
  top: -6px;
  width: 12px;
  height: 12px;
  border-top: 1px solid oklch(100% 0.006 250 / 0.32);
  border-right: 1px solid oklch(100% 0.006 250 / 0.32);
  transform: rotate(45deg);
}

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

.structure-branches article {
  min-height: 154px;
  padding: clamp(20px, 2.2vw, 30px);
  box-shadow: inset 0 1px 0 oklch(100% 0.006 250 / 0.04);
}

.structure-branches .branch-primary {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(180px, 290px) 1fr;
  align-items: end;
  min-height: 166px;
  border-color: oklch(57% 0.21 18 / 0.58);
  background:
    linear-gradient(118deg, transparent 0 74%, oklch(43% 0.18 18 / 0.34) 74.3% 88%, transparent 88.3%),
    oklch(9% 0.03 250 / 0.7);
}

.structure-branches strong {
  display: block;
  color: oklch(98% 0.006 250);
  font-size: clamp(24px, 2.3vw, 36px);
  font-weight: 820;
  line-height: 1.18;
}

.structure-branches .branch-primary p {
  max-width: 600px;
  margin-top: 0;
}

.milestone-story {
  display: grid;
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 1fr);
  gap: clamp(24px, 5vw, 74px);
  align-items: start;
  margin-top: clamp(28px, 5vw, 58px);
}

.milestone-range {
  position: sticky;
  top: 128px;
  display: grid;
  min-height: 520px;
  align-content: space-between;
  padding: clamp(24px, 3vw, 42px);
  overflow: hidden;
  border: 1px solid oklch(100% 0.006 250 / 0.14);
  border-radius: var(--radius);
  background:
    linear-gradient(150deg, oklch(100% 0.006 250 / 0.08), transparent 48%),
    radial-gradient(circle at 18% 16%, oklch(70% 0.15 155 / 0.16), transparent 34%),
    linear-gradient(135deg, oklch(11% 0.032 250), oklch(18% 0.048 250));
  box-shadow: var(--shadow);
}

.milestone-range::before {
  content: "";
  position: absolute;
  inset: auto -18% 18% 16%;
  height: 46%;
  border: 1px solid oklch(57% 0.21 18 / 0.32);
  transform: skewY(-16deg);
}

.milestone-range span {
  position: relative;
  color: oklch(96% 0.006 250);
  font-size: clamp(56px, 7vw, 112px);
  font-weight: 800;
  line-height: 0.86;
}

.milestone-range i {
  position: absolute;
  left: clamp(24px, 3vw, 42px);
  top: 32%;
  bottom: 32%;
  width: 2px;
  background: linear-gradient(180deg, var(--green), var(--blue));
  opacity: 0.78;
}

.milestone-range i::before,
.milestone-range i::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 12px;
  height: 12px;
  border: 2px solid oklch(96% 0.006 250);
  border-radius: 50%;
  background: var(--blue);
  transform: translateX(-50%);
}

.milestone-range i::before {
  top: 0;
}

.milestone-range i::after {
  bottom: 0;
  background: var(--green);
}

.milestone-range strong {
  position: relative;
  max-width: 18ch;
  color: oklch(86% 0.018 250);
  font-size: clamp(18px, 1.6vw, 26px);
  line-height: 1.35;
}

.timeline {
  position: relative;
  display: grid;
  gap: clamp(18px, 3vw, 30px);
  padding: 8px 0 8px clamp(28px, 4vw, 48px);
}

.timeline::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 20px;
  bottom: 20px;
  width: 2px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--blue), oklch(57% 0.21 18 / 0.34), var(--green));
  box-shadow: 0 0 34px oklch(57% 0.21 18 / 0.28);
}

.timeline article {
  position: relative;
  display: grid;
  grid-template-columns: minmax(150px, 0.28fr) minmax(132px, 0.2fr) minmax(0, 1fr);
  gap: clamp(14px, 2vw, 28px);
  align-items: baseline;
  padding: clamp(20px, 2.6vw, 32px) 0;
  border-top: 1px solid oklch(100% 0.006 250 / 0.14);
}

.timeline article:last-child {
  border-bottom: 1px solid oklch(100% 0.006 250 / 0.14);
}

.timeline article::before {
  content: "";
  position: absolute;
  left: calc(clamp(28px, 4vw, 48px) * -1 - 1px);
  top: clamp(24px, 2.8vw, 36px);
  width: 14px;
  height: 14px;
  border: 2px solid oklch(96% 0.006 250);
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 0 8px oklch(57% 0.21 18 / 0.12);
}

.timeline article:nth-child(even)::before {
  background: var(--green);
  box-shadow: 0 0 0 8px oklch(70% 0.15 155 / 0.12);
}

.timeline time {
  display: block;
  color: var(--green);
  font-size: clamp(20px, 2vw, 34px);
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.timeline h3 {
  margin: 0;
  color: oklch(96% 0.006 250);
  font-size: clamp(20px, 1.8vw, 30px);
  line-height: 1.08;
}

.timeline p {
  margin: 0;
  max-width: 62ch;
  color: oklch(84% 0.016 250);
  line-height: 1.66;
}

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

.honor-board article {
  position: relative;
  display: grid;
  min-height: 220px;
  place-items: center;
  overflow: hidden;
  padding: 18px;
  border: 1px solid oklch(38% 0.02 250 / 0.14);
  border-radius: var(--radius);
  background: linear-gradient(145deg, oklch(100% 0.004 250), oklch(92% 0.014 250));
  transform-origin: center;
  transition: transform 220ms cubic-bezier(0.16, 1, 0.3, 1), box-shadow 220ms ease, border-color 220ms ease;
}

.honor-board article:hover {
  z-index: 2;
  transform: scale(1.08);
  border-color: oklch(57% 0.21 18 / 0.55);
  box-shadow: 0 28px 70px oklch(20% 0.03 250 / 0.22);
}

.honor-board span {
  color: var(--ink-2);
  font-size: clamp(22px, 2.3vw, 34px);
  font-weight: 800;
  text-align: center;
}

.honor-board small {
  align-self: start;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  text-align: center;
}

.honor-board img {
  object-fit: contain;
}

@keyframes team-carousel {
  0% { opacity: 0; transform: scale(1); }
  6% { opacity: 1; transform: scale(1.025); }
  25% { opacity: 1; transform: scale(1.075); }
  31% { opacity: 0; transform: scale(1.09); }
  100% { opacity: 0; transform: scale(1); }
}

.story-panels {
  background: var(--paper);
}

.story-panel {
  position: relative;
  min-height: min(940px, 100svh);
  overflow: hidden;
  padding: clamp(76px, 8vw, 128px) clamp(18px, 6vw, 82px);
}

.story-panel-global,
.story-panel-contact {
  display: grid;
  align-items: end;
}

.story-media {
  position: absolute;
  inset: 0;
}

.story-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.story-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, oklch(14% 0.04 250 / 0.9) 0%, oklch(14% 0.04 250 / 0.36) 50%, transparent 82%),
    linear-gradient(0deg, oklch(14% 0.04 250 / 0.84) 0%, transparent 56%);
}

.story-copy {
  position: relative;
  z-index: 2;
  max-width: 780px;
}

.story-copy p:not(.eyebrow) {
  max-width: 72ch;
  color: color-mix(in oklch, currentColor 78%, transparent);
  font-size: clamp(16px, 1.35vw, 20px);
  line-height: 1.72;
}

.story-panel h2 {
  max-width: 980px;
}

.story-proof,
.process-strip,
.contact-network-line {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.story-proof span,
.process-strip span,
.contact-network-line span {
  padding: 10px 12px;
  border: 1px solid color-mix(in oklch, currentColor 20%, transparent);
  border-radius: var(--radius);
  color: color-mix(in oklch, currentColor 82%, transparent);
  font-size: 13px;
  font-weight: 700;
}

.story-link {
  margin-top: 30px;
}

.story-panel-engineering {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
  align-items: center;
  gap: clamp(28px, 5vw, 72px);
  background:
    linear-gradient(110deg, oklch(97% 0.008 250), oklch(91% 0.012 250)),
    var(--paper);
}

.story-panel-engineering .story-media {
  position: relative;
  inset: auto;
  min-height: clamp(390px, 48vw, 660px);
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.story-panel-engineering .story-media::after {
  background: linear-gradient(135deg, transparent 0 74%, oklch(57% 0.21 18 / 0.82) 74.5% 100%);
}

.process-strip span {
  background: oklch(98% 0.006 250 / 0.76);
  color: var(--ink-2);
}

.story-panel-contact {
  gap: 34px;
}

.contact-stage::after {
  background:
    linear-gradient(90deg, oklch(14% 0.04 250 / 0.92) 0%, oklch(14% 0.04 250 / 0.45) 52%, transparent 86%),
    linear-gradient(0deg, oklch(14% 0.04 250 / 0.86) 0%, transparent 62%);
}

.contact-stage img[src$=".svg"] {
  object-fit: contain;
  padding: 7% 4% 4%;
  background:
    radial-gradient(circle at 72% 34%, oklch(57% 0.21 18 / 0.22), transparent 28%),
    linear-gradient(135deg, oklch(12% 0.034 250), oklch(17% 0.05 250));
}

.story-contact-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.54fr);
  align-items: end;
  gap: clamp(28px, 5vw, 70px);
  width: min(1180px, 100%);
}

.factory-entry-layout {
  grid-template-columns: minmax(0, 0.92fr) minmax(260px, 360px);
}

.factory-strength-card {
  display: grid;
  gap: 12px;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid oklch(100% 0.006 250 / 0.18);
  border-radius: var(--radius);
  background: oklch(13% 0.036 250 / 0.82);
  box-shadow: var(--shadow);
}

.factory-strength-card strong {
  color: oklch(96% 0.006 250);
}

.factory-strength-card span {
  color: oklch(84% 0.016 250);
  line-height: 1.55;
  font-weight: 800;
}

.story-form {
  display: grid;
  gap: 14px;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid oklch(100% 0.006 250 / 0.18);
  border-radius: var(--radius);
  background: oklch(13% 0.036 250 / 0.86);
  box-shadow: var(--shadow);
}

.story-form label {
  display: grid;
  gap: 8px;
  color: oklch(88% 0.012 250);
  font-size: 13px;
  font-weight: 700;
}

.story-form input,
.story-form select {
  width: 100%;
  min-height: 46px;
  padding: 0 12px;
  border: 1px solid oklch(100% 0.006 250 / 0.2);
  border-radius: var(--radius);
  background: oklch(21% 0.05 250 / 0.82);
  color: var(--paper);
}

.story-form button {
  min-height: 48px;
  border: 0;
  border-radius: var(--radius);
  background: linear-gradient(135deg, var(--blue), var(--blue-dark));
  color: var(--paper);
  cursor: pointer;
  font-weight: 800;
}

.contact-network-line {
  position: relative;
  z-index: 2;
  width: min(1180px, 100%);
  margin-top: 6px;
}

.contact-network-line span {
  background: oklch(13% 0.036 250 / 0.72);
  color: oklch(88% 0.012 250);
}

.contact-network-line a {
  padding: 12px 16px;
  border: 1px solid oklch(100% 0.006 250 / 0.2);
  border-radius: var(--radius);
  color: oklch(94% 0.012 250);
  background: oklch(13% 0.036 250 / 0.82);
  font-size: 13px;
  font-weight: 800;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.contact-network-line a:hover {
  transform: translateY(-2px);
  border-color: oklch(57% 0.21 18 / 0.64);
  background: oklch(43% 0.18 18 / 0.82);
}

.custom-module {
  padding: clamp(76px, 8vw, 120px) clamp(20px, 5vw, 72px);
}

.custom-module-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(280px, 0.72fr);
  align-items: center;
  gap: clamp(28px, 5vw, 70px);
  width: min(1180px, 100%);
  margin: 0 auto;
}

.custom-module-text .custom-module-inner {
  grid-template-columns: minmax(0, 760px);
  justify-content: center;
  text-align: center;
}

.custom-module-cta {
  color: oklch(96% 0.012 250);
  background:
    linear-gradient(135deg, oklch(13% 0.04 250), oklch(20% 0.06 250)),
    var(--navy);
}

.custom-module-copy p {
  max-width: 68ch;
  color: color-mix(in oklch, currentColor 76%, transparent);
  font-size: clamp(16px, 1.3vw, 20px);
  line-height: 1.72;
}

.custom-module-media {
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  background: oklch(15% 0.03 250 / 0.08);
}

.custom-module-media img,
.custom-module-media video {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.factory-page {
  color: var(--ink);
  background: var(--paper);
}

.global-production-page {
  color: oklch(94% 0.012 250);
  background: oklch(8% 0.032 250);
}

.factory-command {
  position: relative;
  min-height: min(100vh, 760px);
  overflow: hidden;
  isolation: isolate;
  padding: 118px clamp(18px, 2.8vw, 42px) 28px;
  background: oklch(8% 0.032 250);
}

.factory-command-map {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 52% 45%;
  filter: saturate(1.14) contrast(1.12) brightness(0.82);
  transform: scale(1.03);
}

.factory-command-shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at 55% 45%, transparent 0 26%, oklch(7% 0.03 250 / 0.28) 54%, oklch(5% 0.028 250 / 0.78) 100%),
    linear-gradient(90deg, oklch(5% 0.028 250 / 0.94), oklch(6% 0.03 250 / 0.2) 34%, oklch(5% 0.028 250 / 0.44) 72%, oklch(5% 0.028 250 / 0.9));
  pointer-events: none;
}

.factory-command-copy,
.factory-command-stats,
.factory-network-layer,
.factory-side-list {
  position: relative;
  z-index: 3;
}

.factory-command-copy {
  width: min(320px, 26vw);
}

.factory-command-copy h1 {
  margin: 0 0 8px;
  color: oklch(98% 0.008 250);
  font-size: clamp(30px, 2.7vw, 48px);
  line-height: 1.05;
}

.factory-command-kicker {
  margin: 0 0 14px;
  color: oklch(78% 0.018 250);
  font-size: clamp(15px, 1.4vw, 22px);
  letter-spacing: 0.16em;
}

.factory-command-copy p:last-child {
  margin: 0;
  color: oklch(76% 0.018 250);
  font-size: 15px;
}

.factory-command-stats {
  display: grid;
  width: min(330px, 27vw);
  gap: clamp(14px, 2.2vh, 24px);
  margin-top: clamp(28px, 5vh, 48px);
}

.factory-command-stats article {
  position: relative;
  display: grid;
  grid-template-columns: 58px 1fr;
  column-gap: 18px;
  padding-bottom: clamp(12px, 1.7vh, 18px);
  border-bottom: 1px solid oklch(100% 0.006 250 / 0.14);
}

.factory-command-stats article::before {
  content: "";
  grid-row: 1 / 4;
  width: 58px;
  height: 58px;
  border: 1px solid oklch(76% 0.14 75 / 0.52);
  border-radius: 50%;
  background:
    radial-gradient(circle, oklch(76% 0.14 75 / 0.16), transparent 58%),
    oklch(8% 0.032 250 / 0.68);
  box-shadow: inset 0 0 18px oklch(76% 0.14 75 / 0.08);
}

.factory-command-stats article::after {
  position: absolute;
  left: 0;
  top: 0;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  color: oklch(78% 0.15 75);
  font-size: 20px;
  font-weight: 800;
}

.factory-command-stats article:nth-child(1)::after { content: "厂"; }
.factory-command-stats article:nth-child(2)::after { content: "员"; }
.factory-command-stats article:nth-child(3)::after { content: "设"; }
.factory-command-stats article:nth-child(4)::after { content: "产"; }

.factory-command-stats span {
  color: oklch(76% 0.018 250);
  font-size: 15px;
}

.factory-command-stats strong {
  display: block;
  margin-top: 6px;
  color: oklch(95% 0.01 250);
  font-size: clamp(36px, 4vw, 58px);
  font-weight: 500;
  line-height: 0.92;
}

.factory-command-stats em {
  margin-left: 8px;
  color: oklch(78% 0.15 75);
  font-size: 0.44em;
  font-style: normal;
}

.factory-command-stats small {
  margin-top: 8px;
  color: oklch(72% 0.018 250);
  font-size: 12px;
}

.factory-network-layer {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.factory-network-lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  mix-blend-mode: screen;
}

.factory-network-lines path {
  fill: none;
  stroke: oklch(74% 0.17 225 / 0.66);
  stroke-width: 0.22;
  stroke-linecap: round;
  stroke-dasharray: 0.8 3.2;
  filter: drop-shadow(0 0 5px oklch(70% 0.18 225 / 0.7));
  animation: route-current 2.2s linear infinite;
}

.factory-network-lines path:nth-child(2) { animation-delay: 120ms; }
.factory-network-lines path:nth-child(3) { animation-delay: 240ms; }
.factory-network-lines path:nth-child(4) { animation-delay: 360ms; }
.factory-network-lines path:nth-child(5) { animation-delay: 480ms; }

.network-city {
  position: absolute;
  display: grid;
  width: 132px;
  min-height: 44px;
  padding: 7px 11px 8px 31px;
  border: 1px solid oklch(74% 0.12 78 / 0.34);
  border-radius: 6px;
  color: oklch(96% 0.008 250);
  background:
    linear-gradient(135deg, oklch(100% 0.006 250 / 0.09), oklch(100% 0.006 250 / 0.025)),
    oklch(7% 0.03 250 / 0.76);
  box-shadow: 0 12px 28px oklch(3% 0.03 250 / 0.34), inset 0 1px 0 oklch(100% 0.006 250 / 0.08);
  backdrop-filter: blur(10px);
  pointer-events: auto;
  transform: translateY(-50%);
  text-shadow: 0 2px 16px oklch(3% 0.03 250 / 0.8);
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.network-city:hover {
  border-color: oklch(78% 0.15 75 / 0.72);
  background: oklch(9% 0.034 250 / 0.88);
  transform: translateY(calc(-50% - 2px));
}

.network-city::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: oklch(78% 0.15 75);
  box-shadow:
    0 0 0 5px oklch(78% 0.15 75 / 0.16),
    0 0 18px oklch(78% 0.15 75 / 0.62);
  transform: translateY(-50%);
  animation: pin-pulse 2.5s ease-out infinite;
}

.network-city::after {
  content: "";
  position: absolute;
  left: -18px;
  top: 50%;
  width: 18px;
  height: 1px;
  background: linear-gradient(90deg, transparent, oklch(78% 0.15 75 / 0.5));
}

.network-city strong {
  color: oklch(98% 0.008 250);
  font-size: clamp(13px, 0.92vw, 16px);
  line-height: 1.15;
}

.network-city span {
  margin-top: 3px;
  color: oklch(82% 0.018 250);
  font-size: 11px;
  line-height: 1.2;
}

.city-dg { left: 58%; top: 34%; }
.city-gx { left: 46%; top: 42%; }
.city-vn { left: 53%; top: 55%; }
.city-th { left: 42%; top: 66%; }
.city-my { left: 41%; top: 79%; }

.factory-side-list {
  position: absolute;
  top: 100px;
  right: clamp(18px, 2.4vw, 38px);
  display: grid;
  width: min(350px, 28vw);
  gap: 10px;
}

.factory-side-list a {
  position: relative;
  display: grid;
  grid-template-columns: 138px minmax(0, 1fr);
  gap: 14px;
  min-height: 98px;
  padding: 8px 14px 8px 8px;
  overflow: hidden;
  border: 1px solid oklch(78% 0.14 75 / 0.45);
  border-radius: 6px;
  background:
    linear-gradient(90deg, oklch(100% 0.006 250 / 0.07), oklch(100% 0.006 250 / 0.02)),
    oklch(7% 0.03 250 / 0.74);
  box-shadow: inset 0 1px 0 oklch(100% 0.006 250 / 0.08);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.factory-side-list a:hover {
  transform: translateX(-4px);
  border-color: oklch(78% 0.15 75 / 0.82);
  background: oklch(10% 0.036 250 / 0.86);
}

.factory-side-list b {
  position: absolute;
  left: 14px;
  top: 14px;
  z-index: 2;
  padding: 5px 8px;
  border-radius: 4px;
  color: oklch(92% 0.008 250);
  background: oklch(9% 0.03 250 / 0.72);
  font-size: 13px;
}

.factory-side-list img {
  height: 82px;
  border-radius: 4px;
}

.factory-side-list span {
  align-self: center;
}

.factory-side-list strong {
  display: block;
  color: oklch(96% 0.008 250);
  font-size: 18px;
  line-height: 1.2;
}

.factory-side-list small {
  display: block;
  margin-top: 9px;
  color: oklch(78% 0.016 250);
  font-size: 12px;
  line-height: 1.55;
}

.factory-intel-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 24px;
  padding: 18px clamp(18px, 2.8vw, 42px) 42px;
  background:
    radial-gradient(circle at 77% 18%, oklch(78% 0.14 75 / 0.08), transparent 28%),
    oklch(9% 0.032 250);
}

.factory-profile-card,
.factory-office-card,
.factory-production-card,
.factory-quality-card {
  border: 1px solid oklch(78% 0.14 75 / 0.28);
  border-radius: 6px;
  background:
    linear-gradient(135deg, oklch(100% 0.006 250 / 0.07), oklch(100% 0.006 250 / 0.025)),
    oklch(10% 0.034 250 / 0.86);
  box-shadow: 0 24px 70px oklch(3% 0.03 250 / 0.28);
}

.factory-profile-card {
  padding: 22px 24px;
}

.factory-panel-heading {
  margin-bottom: 18px;
  color: oklch(89% 0.012 250);
  font-size: 18px;
  font-weight: 800;
}

.factory-panel-heading span::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 10px;
  border: 2px solid oklch(78% 0.14 75);
  border-radius: 50%;
  box-shadow: 0 0 14px oklch(78% 0.14 75 / 0.45);
}

.factory-profile-grid {
  display: grid;
  grid-template-columns: minmax(220px, 0.95fr) minmax(280px, 1fr);
  gap: 22px;
}

.factory-profile-grid img {
  min-height: 230px;
  border-radius: 4px;
}

.factory-profile-grid h2 {
  margin: 0 0 14px;
  color: oklch(78% 0.15 75);
  font-size: clamp(25px, 2vw, 34px);
}

.factory-profile-grid h2 small {
  margin-left: 10px;
  color: oklch(77% 0.018 250);
  font-size: 14px;
}

.factory-profile-grid p {
  margin: 0;
  color: oklch(79% 0.016 250);
  line-height: 1.78;
}

.factory-profile-grid dl {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 24px 0 0;
}

.factory-profile-grid div {
  min-width: 0;
}

.factory-profile-grid dt {
  color: oklch(93% 0.01 250);
  font-size: 18px;
  font-weight: 800;
}

.factory-profile-grid dd {
  margin: 6px 0 0;
  color: oklch(70% 0.016 250);
  font-size: 12px;
}

.factory-office-card,
.factory-production-card,
.factory-quality-card {
  padding: 22px;
}

.factory-production-card {
  grid-column: 1;
}

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

.factory-strip-wide {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.factory-strip img {
  aspect-ratio: 1.55;
  border-radius: 5px;
}

.factory-dots {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-top: 16px;
}

.factory-dots span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: oklch(62% 0.02 250);
}

.factory-dots span:first-child {
  background: oklch(78% 0.15 75);
  box-shadow: 0 0 12px oklch(78% 0.15 75 / 0.6);
}

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

.quality-badges article {
  min-height: 116px;
  padding: 18px 10px;
  border: 1px solid oklch(78% 0.14 75 / 0.24);
  border-radius: 5px;
  text-align: center;
  background: oklch(7% 0.03 250 / 0.45);
}

.quality-badges article::before {
  content: "";
  display: block;
  width: 42px;
  height: 42px;
  margin: 0 auto 14px;
  border: 1px solid oklch(78% 0.14 75 / 0.72);
  clip-path: polygon(50% 0, 92% 24%, 92% 74%, 50% 100%, 8% 74%, 8% 24%);
  background: radial-gradient(circle, oklch(78% 0.14 75 / 0.2), transparent 58%);
}

.quality-badges strong {
  display: block;
  color: oklch(90% 0.012 250);
  font-size: 15px;
}

.quality-badges span {
  display: block;
  margin-top: 8px;
  color: oklch(70% 0.016 250);
  font-size: 12px;
}

.global-factory-overview {
  position: relative;
  display: grid;
  align-items: start;
  min-height: 100vh;
  padding: 138px clamp(20px, 5vw, 72px) clamp(170px, 19vh, 224px);
  overflow: hidden;
  isolation: isolate;
  background: oklch(9% 0.035 250);
}

.global-factory-overview::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, oklch(7% 0.032 250 / 0.94) 0%, oklch(8% 0.035 250 / 0.74) 34%, oklch(8% 0.035 250 / 0.22) 62%, oklch(7% 0.032 250 / 0.5) 100%),
    linear-gradient(180deg, oklch(7% 0.032 250 / 0.72), transparent 34%, oklch(7% 0.032 250 / 0.82) 100%);
  pointer-events: none;
}

.global-factory-overview::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0.46;
  background-image:
    linear-gradient(90deg, oklch(90% 0.06 235 / 0.12) 1px, transparent 1px),
    linear-gradient(180deg, oklch(90% 0.06 235 / 0.1) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: linear-gradient(90deg, black 0 28%, transparent 72%);
  pointer-events: none;
}

.global-map-backdrop {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.global-map-backdrop img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 54% 48%;
  filter: saturate(1.08) contrast(1.04) brightness(0.9);
  transform: scale(1.02);
}

.global-overview-copy,
.global-total-metrics,
.factory-map-dock {
  position: relative;
  z-index: 4;
}

.global-production-page .reveal,
.factory-page .reveal {
  opacity: 1;
  transform: none;
}

.global-overview-copy {
  max-width: min(820px, 60vw);
  padding-top: clamp(20px, 6vh, 72px);
}

.global-overview-copy h1 {
  max-width: 760px;
  margin-bottom: 10px;
  color: oklch(98% 0.008 250);
  font-size: clamp(42px, 5vw, 78px);
  line-height: 0.98;
  letter-spacing: 0;
}

.global-title-sub {
  margin: 0 0 18px;
  color: oklch(82% 0.08 220);
  font-size: clamp(24px, 2.7vw, 44px);
  font-weight: 800;
  line-height: 1.04;
}

.global-overview-copy .lead {
  max-width: 58ch;
  color: oklch(84% 0.018 250);
  font-size: clamp(16px, 1.2vw, 19px);
  line-height: 1.64;
}

.global-total-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(120px, 1fr));
  gap: clamp(12px, 1.2vw, 18px);
  max-width: 760px;
  margin-top: clamp(28px, 4vh, 48px);
}

.global-total-metrics article {
  min-height: 92px;
  padding: 0 18px 0 0;
  border-right: 1px solid oklch(100% 0.006 250 / 0.2);
  border-radius: 0;
  background:
    linear-gradient(180deg, oklch(100% 0.006 250 / 0.04), transparent);
  box-shadow: none;
}

.global-total-metrics article:last-child {
  border-right: 0;
}

.global-total-metrics strong {
  display: block;
  color: oklch(98% 0.01 250);
  font-size: clamp(34px, 3.2vw, 52px);
  line-height: 0.96;
  white-space: nowrap;
  text-shadow: 0 0 22px oklch(62% 0.18 205 / 0.38);
}

.global-total-metrics span {
  display: block;
  margin-top: 12px;
  color: oklch(80% 0.024 238);
  font-size: 13px;
  line-height: 1.4;
}

.asia-network-map {
  position: absolute;
  z-index: 2;
  inset: 0;
  min-height: 100%;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  pointer-events: none;
}

.asia-network-map::before {
  content: "";
  position: absolute;
  inset: 12% 0 18% 30%;
  z-index: 0;
  opacity: 0.52;
  background-image: radial-gradient(oklch(72% 0.14 225 / 0.72) 1px, transparent 1.5px);
  background-size: 18px 18px;
  mask-image: radial-gradient(circle at 56% 48%, black, transparent 68%);
  pointer-events: none;
}

.factory-route-svg {
  position: absolute;
  inset: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
  mix-blend-mode: screen;
}

.factory-route {
  fill: none;
  stroke: oklch(75% 0.16 205 / 0.72);
  stroke-width: 0.28;
  stroke-linecap: round;
  stroke-dasharray: 1.2 2.4;
  filter: drop-shadow(0 0 6px oklch(67% 0.18 205 / 0.72));
  animation: route-current 1.9s linear infinite;
}

.factory-route:nth-child(2) { animation-delay: 160ms; }
.factory-route:nth-child(3) { animation-delay: 320ms; }
.factory-route:nth-child(4) { animation-delay: 480ms; }

.factory-map-pin {
  position: absolute;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 7px 11px 7px 27px;
  border: 1px solid oklch(77% 0.13 210 / 0.44);
  border-radius: 999px;
  color: oklch(96% 0.008 250);
  background: oklch(8% 0.034 250 / 0.74);
  font-size: 12px;
  font-weight: 800;
  box-shadow: 0 14px 32px oklch(4% 0.03 250 / 0.38), inset 0 1px 0 oklch(100% 0.006 250 / 0.12);
  backdrop-filter: blur(12px);
  pointer-events: auto;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.factory-map-pin:hover {
  transform: translateY(-2px);
  border-color: oklch(57% 0.21 18 / 0.7);
  background: oklch(15% 0.04 250 / 0.94);
}

.factory-map-pin::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: oklch(76% 0.16 205);
  transform: translateY(-50%);
  box-shadow: 0 0 0 8px oklch(76% 0.16 205 / 0.16);
  animation: pin-pulse 2.4s ease-out infinite;
}

.factory-map-pin.hub {
  border-color: oklch(64% 0.18 30 / 0.7);
  background: oklch(11% 0.036 250 / 0.9);
}

.factory-map-pin.hub::before {
  background: oklch(73% 0.2 30);
}

.factory-map-pin-dg { left: 58%; top: 41%; }
.factory-map-pin-gx { left: 51%; top: 42%; }
.factory-map-pin-vn { left: 52%; top: 53%; }
.factory-map-pin-th { left: 45.5%; top: 65%; }
.factory-map-pin-my { left: 47%; top: 81%; }

.map-current-label {
  position: absolute;
  right: clamp(22px, 4vw, 68px);
  top: 132px;
  z-index: 4;
  color: oklch(84% 0.04 225);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  pointer-events: none;
}

.factory-map-dock {
  position: absolute;
  left: clamp(20px, 5vw, 72px);
  right: clamp(20px, 5vw, 72px);
  bottom: clamp(24px, 4.6vh, 54px);
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(10px, 1.1vw, 16px);
}

.factory-map-dock a {
  position: relative;
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  grid-template-rows: 1fr auto auto 1fr;
  column-gap: 13px;
  min-height: 106px;
  padding: 10px 12px 10px 10px;
  overflow: hidden;
  border: 1px solid oklch(100% 0.006 250 / 0.18);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, oklch(100% 0.006 250 / 0.12), oklch(100% 0.006 250 / 0.035)),
    oklch(8% 0.032 250 / 0.7);
  box-shadow: 0 18px 48px oklch(4% 0.03 250 / 0.28);
  backdrop-filter: blur(14px);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.factory-map-dock a:hover {
  transform: translateY(-4px);
  border-color: oklch(64% 0.18 30 / 0.62);
  background: oklch(100% 0.006 250 / 0.09);
}

.factory-map-dock img {
  grid-row: 1 / 5;
  width: 96px;
  height: 86px;
  border-radius: 6px;
}

.factory-map-dock span {
  grid-row: 2;
  color: oklch(97% 0.008 250);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
}

.factory-map-dock small {
  grid-row: 3;
  color: oklch(78% 0.016 250);
  font-size: 11px;
  line-height: 1.35;
}

.factory-page .site-header .brand {
  min-width: 190px;
}

.factory-hero {
  position: relative;
  min-height: 100vh;
  display: grid;
  align-items: end;
  overflow: hidden;
  padding: 150px clamp(20px, 5vw, 72px) 58px;
  color: oklch(96% 0.012 250);
}

.factory-hero-media {
  position: absolute;
  inset: 0;
}

.factory-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, oklch(9% 0.03 250 / 0.92) 0%, oklch(9% 0.03 250 / 0.5) 52%, transparent 88%),
    linear-gradient(0deg, oklch(8% 0.03 250 / 0.9) 0%, transparent 58%);
}

.factory-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(280px, 430px);
  gap: clamp(28px, 6vw, 88px);
  align-items: end;
}

.factory-hero h1 {
  max-width: 840px;
}

.factory-summary {
  padding: 24px;
  border: 1px solid oklch(100% 0.006 250 / 0.18);
  border-radius: var(--radius);
  background: oklch(13% 0.034 250 / 0.82);
  box-shadow: var(--shadow);
}

.factory-summary dl {
  display: grid;
  gap: 16px;
  margin: 0;
}

.factory-summary div {
  display: grid;
  gap: 6px;
  padding-bottom: 14px;
  border-bottom: 1px solid oklch(100% 0.006 250 / 0.1);
}

.factory-summary div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.factory-summary dt {
  color: oklch(78% 0.016 250);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.factory-summary dd {
  margin: 0;
  color: oklch(96% 0.006 250);
  font-size: clamp(22px, 2.3vw, 34px);
  font-weight: 800;
  line-height: 1.12;
}

.factory-body {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(30px, 6vw, 86px);
  padding: clamp(76px, 10vw, 140px) clamp(20px, 5vw, 72px);
  background: linear-gradient(135deg, var(--paper), var(--paper-2));
}

.factory-body-copy {
  max-width: 660px;
}

.factory-body-copy p {
  color: var(--muted);
  font-size: clamp(16px, 1.25vw, 20px);
  line-height: 1.72;
}

.factory-advantages {
  display: grid;
  gap: 14px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.factory-advantages li {
  padding: 16px 18px;
  border: 1px solid oklch(40% 0.02 250 / 0.14);
  border-radius: var(--radius);
  background: oklch(100% 0.004 250 / 0.64);
  color: var(--ink-2);
  font-weight: 700;
  line-height: 1.5;
}

.factory-profile-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  align-self: start;
}

.factory-profile-stats article {
  min-height: 172px;
  padding: 22px;
  border: 1px solid oklch(40% 0.02 250 / 0.14);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, oklch(100% 0.004 250 / 0.82), oklch(93% 0.012 250)),
    radial-gradient(circle at 100% 0%, oklch(57% 0.21 18 / 0.12), transparent 42%);
  box-shadow: 0 16px 42px oklch(24% 0.03 250 / 0.08);
}

.factory-profile-stats span {
  display: block;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.factory-profile-stats strong {
  margin-top: 18px;
  color: var(--ink);
  font-size: clamp(27px, 3vw, 44px);
  line-height: 1.05;
}

.factory-environment {
  padding: clamp(76px, 10vw, 138px) clamp(20px, 5vw, 72px);
  overflow: hidden;
}

.factory-office-section {
  background: var(--paper);
}

.factory-production-section {
  min-height: auto;
}

.factory-environment-heading {
  max-width: 860px;
  margin-bottom: clamp(30px, 5vw, 56px);
}

.factory-office-section .factory-environment-heading p,
.factory-office-section .factory-environment-heading h2 {
  color: var(--ink);
}

.factory-carousel {
  overflow: hidden;
  border-radius: var(--radius);
}

.factory-carousel-track {
  display: flex;
  gap: 14px;
  width: max-content;
  animation: carousel-drift 32s linear infinite;
}

.factory-production-section .factory-carousel-track {
  animation-duration: 36s;
  animation-direction: reverse;
}

.factory-carousel:hover .factory-carousel-track {
  animation-play-state: paused;
}

.factory-carousel article {
  position: relative;
  flex: 0 0 clamp(260px, 32vw, 430px);
  height: clamp(260px, 30vw, 390px);
  overflow: hidden;
  border: 1px solid oklch(100% 0.006 250 / 0.14);
  border-radius: var(--radius);
  background: oklch(12% 0.034 250);
  box-shadow: 0 18px 46px oklch(24% 0.03 250 / 0.12);
}

.factory-carousel article::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 42%, oklch(8% 0.03 250 / 0.82));
}

.factory-carousel span {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 1;
  color: oklch(96% 0.008 250);
  font-weight: 800;
  line-height: 1.35;
}

.factory-gallery {
  display: grid;
  grid-template-columns: 1fr 0.72fr;
  gap: 14px;
}

.factory-gallery article {
  position: relative;
  min-height: 260px;
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: 0 18px 46px oklch(24% 0.03 250 / 0.16);
}

.factory-gallery article:first-child {
  grid-row: span 2;
  min-height: 540px;
}

.factory-gallery article::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, oklch(8% 0.03 250 / 0.82));
}

.factory-gallery span {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 1;
  color: oklch(96% 0.008 250);
  font-weight: 800;
}

.factory-nav-band {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: clamp(30px, 5vw, 60px) clamp(20px, 5vw, 72px) clamp(56px, 7vw, 92px);
  background: var(--paper-2);
}

.factory-nav-band a {
  padding: 12px 16px;
  border: 1px solid oklch(30% 0.03 250 / 0.18);
  border-radius: var(--radius);
  background: oklch(98% 0.006 250 / 0.8);
  color: var(--ink-2);
  font-weight: 800;
}

.factory-nav-band a[aria-current="page"] {
  color: oklch(97% 0.006 250);
  background: var(--blue-dark);
}

.contact {
  position: relative;
  display: grid;
  grid-template-columns: 0.88fr minmax(320px, 520px);
  gap: clamp(32px, 7vw, 110px);
  align-items: center;
  min-height: 100vh;
  padding: clamp(94px, 12vw, 170px) clamp(20px, 5vw, 72px);
  overflow: hidden;
}

.contact-bg {
  position: absolute;
  inset: 8% -10% 0 auto;
  width: min(70vw, 760px);
  aspect-ratio: 1;
  border-radius: 50%;
  opacity: 0.9;
  background:
    radial-gradient(circle at 50% 50%, transparent 0 48%, oklch(57% 0.21 18 / 0.28) 49% 50%, transparent 52%),
    repeating-conic-gradient(from 0deg, oklch(57% 0.21 18 / 0.18) 0 5deg, transparent 5deg 14deg);
  animation: rotate-slow 28s linear infinite;
}

.contact-copy,
.inquiry-form {
  position: relative;
  z-index: 1;
}

.contact-options {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.contact-options a,
.contact-options span {
  padding: 12px 14px;
  border: 1px solid oklch(100% 0.006 250 / 0.16);
  border-radius: 999px;
  color: oklch(91% 0.012 250);
  background: oklch(100% 0.006 250 / 0.06);
  font-size: 13px;
}

.inquiry-form {
  display: grid;
  gap: 14px;
  padding: clamp(20px, 3vw, 32px);
  border: 1px solid oklch(100% 0.006 250 / 0.16);
  border-radius: var(--radius);
  background: oklch(11% 0.03 250 / 0.76);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}

label {
  display: grid;
  gap: 8px;
  color: oklch(80% 0.014 250);
  font-size: 12px;
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid oklch(100% 0.006 250 / 0.16);
  border-radius: 6px;
  padding: 13px 14px;
  color: oklch(96% 0.008 250);
  background: oklch(8% 0.026 250 / 0.56);
  font: inherit;
}

textarea {
  resize: vertical;
}

button {
  min-height: 50px;
  border: 0;
  border-radius: var(--radius);
  color: oklch(98% 0.006 250);
  background: var(--blue-dark);
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
  padding: 28px clamp(20px, 5vw, 72px);
  color: oklch(84% 0.014 250);
  background: oklch(9% 0.03 250);
  border-top: 1px solid oklch(100% 0.006 250 / 0.1);
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 700ms cubic-bezier(0.16, 1, 0.3, 1), transform 700ms cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: var(--delay, 0ms);
}

.reveal.motion-fade-in {
  transform: translateY(0);
}

.reveal.motion-slide-up {
  transform: translateY(28px);
}

.reveal.motion-slide-left {
  transform: translateX(32px);
}

.reveal.motion-slide-right {
  transform: translateX(-32px);
}

.reveal.motion-zoom-in {
  transform: scale(0.96);
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal.motion-left.motion-out-fade-out {
  opacity: 0;
  transform: translateY(0);
}

.reveal.motion-left.motion-out-slide-down {
  opacity: 0;
  transform: translateY(28px);
}

.reveal.motion-left.motion-out-slide-left {
  opacity: 0;
  transform: translateX(-32px);
}

.reveal.motion-left.motion-out-slide-right {
  opacity: 0;
  transform: translateX(32px);
}

.reveal.motion-left.motion-out-zoom-out {
  opacity: 0;
  transform: scale(0.96);
}

.hover-lift,
.hover-zoom,
.hover-glow,
.hover-dim {
  transition: transform 220ms cubic-bezier(0.16, 1, 0.3, 1), filter 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.hover-lift:hover {
  transform: translateY(-3px);
}

.hover-zoom:hover {
  transform: scale(1.025);
}

.hover-glow:hover {
  border-color: oklch(74% 0.13 155 / 0.72);
  box-shadow: 0 18px 42px oklch(18% 0.06 250 / 0.22);
}

.hover-dim:hover {
  filter: brightness(0.9) saturate(0.95);
}

.visual-edit-mode body {
  cursor: default;
}

.visual-edit-mode [data-editor-block] {
  position: relative;
  outline: 2px solid oklch(64% 0.18 28 / 0.42);
  outline-offset: -2px;
  cursor: grab;
}

.visual-edit-mode [data-editor-block]::before {
  content: attr(data-editor-block);
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 20;
  padding: 6px 9px;
  border-radius: 999px;
  color: oklch(98% 0.006 250);
  background: oklch(18% 0.04 250 / 0.78);
  border: 1px solid oklch(100% 0.006 250 / 0.18);
  font-size: 11px;
  font-weight: 800;
  pointer-events: none;
}

.visual-edit-mode [data-editor-block]:hover {
  outline-color: oklch(66% 0.19 28 / 0.82);
}

.visual-edit-mode [data-editor-media] {
  pointer-events: auto !important;
  animation: none !important;
  transition: none !important;
  cursor: pointer;
  outline: 2px dashed oklch(74% 0.13 155 / 0.72);
  outline-offset: -2px;
}

.visual-edit-mode [data-editor-media] img,
.visual-edit-mode [data-editor-media] video {
  pointer-events: auto !important;
  animation: none !important;
  transition: none !important;
}

.visual-edit-mode [data-canvas-element],
.visual-edit-mode .editor-free-element {
  cursor: move;
  outline: 1px dashed oklch(61% 0.18 28 / 0.78);
  outline-offset: 2px;
  touch-action: none;
}

.visual-edit-mode .editor-element-selected {
  outline: 2px solid oklch(61% 0.18 28);
}

.guanchi-position-label {
  position: absolute;
  z-index: 10000;
  pointer-events: none;
  padding: 3px 7px;
  border-radius: 4px;
  color: #fff;
  background: oklch(32% 0.12 250 / 0.92);
  box-shadow: 0 6px 16px oklch(18% 0.018 250 / 0.2);
  font-size: 11px;
  line-height: 1.2;
  white-space: nowrap;
}

.guanchi-position-label[data-position-kind="media"] {
  background: oklch(45% 0.19 28 / 0.94);
}

.guanchi-position-label[data-position-kind="text"] {
  background: oklch(38% 0.12 155 / 0.94);
}

.visual-edit-mode .editor-free-text {
  min-height: 32px;
  padding: 6px 8px;
  color: oklch(18% 0.012 32);
  background: oklch(99% 0.005 32 / 0.92);
}

.visual-edit-mode .editor-free-image {
  display: block;
  object-fit: cover;
}

.visual-edit-mode .editor-free-video {
  display: block;
  object-fit: cover;
}

.guanchi-element-overlay {
  position: absolute;
  z-index: 9999;
  pointer-events: none;
  border: 1px solid oklch(61% 0.18 28);
  box-shadow: 0 0 0 1px oklch(99% 0.005 32 / 0.82);
}

.guanchi-element-overlay [data-editor-position-id] {
  position: absolute;
  left: 0;
  top: -30px;
  max-width: min(360px, 78vw);
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 3px 7px;
  border-radius: 4px;
  color: #fff;
  background: oklch(45% 0.19 28 / 0.96);
  font-size: 11px;
  line-height: 1.2;
  white-space: nowrap;
  pointer-events: none;
}

.guanchi-element-overlay button {
  position: absolute;
  top: -30px;
  right: 0;
  min-height: 24px;
  border: 0;
  border-radius: 4px;
  padding: 0 8px;
  color: oklch(99% 0.005 32);
  background: oklch(48% 0.18 28);
  font: 700 12px/1 -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
  pointer-events: auto;
  cursor: pointer;
}

.guanchi-element-overlay [data-move-handle],
.guanchi-element-overlay [data-resize-handle] {
  position: absolute;
  width: 22px;
  height: 22px;
  border: 2px solid oklch(99% 0.005 32);
  border-radius: 50%;
  background: oklch(61% 0.18 28);
  pointer-events: auto;
}

.guanchi-element-overlay [data-move-handle] {
  left: -11px;
  top: -11px;
  cursor: move;
}

.guanchi-element-overlay [data-resize-handle] {
  right: -11px;
  bottom: -11px;
  cursor: nwse-resize;
}

.guanchi-element-overlay.is-media-position [data-move-handle],
.guanchi-element-overlay.is-media-position [data-resize-handle],
.guanchi-element-overlay:not(.can-transform-position) [data-move-handle],
.guanchi-element-overlay:not(.can-transform-position) [data-resize-handle] {
  display: none;
}

.visual-edit-mode .editor-dragging {
  opacity: 0.58;
  cursor: grabbing;
}

.visual-edit-mode [contenteditable="true"] {
  cursor: text;
  outline: 1px dashed oklch(74% 0.13 155 / 0.76);
  outline-offset: 3px;
  border-radius: 4px;
}

.visual-edit-mode [contenteditable="true"]:focus {
  outline: 2px solid oklch(74% 0.13 155);
  background: oklch(100% 0.006 250 / 0.08);
}

@keyframes rotate-slow {
  to { transform: rotate(360deg); }
}

@keyframes belt {
  to { transform: translateX(520px); }
}

@keyframes current-flow {
  from { background-position: 0% 50%; }
  to { background-position: -220% 50%; }
}

@keyframes route-current {
  from { stroke-dashoffset: 0; }
  to { stroke-dashoffset: -7.2; }
}

@keyframes pin-pulse {
  0% { box-shadow: 0 0 0 0 oklch(57% 0.21 18 / 0.28); }
  70% { box-shadow: 0 0 0 16px oklch(57% 0.21 18 / 0); }
  100% { box-shadow: 0 0 0 0 oklch(57% 0.21 18 / 0); }
}

@keyframes carousel-drift {
  from { transform: translateX(0); }
  to { transform: translateX(calc(-50% - 7px)); }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .reveal,
  .reveal.motion-fade-in,
  .reveal.motion-slide-up,
  .reveal.motion-slide-left,
  .reveal.motion-slide-right,
  .reveal.motion-zoom-in,
  .reveal.motion-out-fade-out,
  .reveal.motion-out-slide-down,
  .reveal.motion-out-slide-left,
  .reveal.motion-out-slide-right,
  .reveal.motion-out-zoom-out,
  .factory-route,
  .factory-map-pin::before,
  .factory-carousel-track {
    opacity: 1;
    transform: none;
    animation: none;
    transition: none;
  }
}

@media (max-width: 1050px) {
  .site-header {
    grid-template-columns: auto auto auto;
  }

  .nav {
    display: none;
  }

  .hero-grid,
  .global-factory-overview,
  .solution-layout,
  .network,
  .split-section,
  .split-section.reverse,
  .sustain-grid,
  .certifications,
  .contact,
  .story-panel-engineering,
  .story-contact-grid,
  .factory-hero-grid,
  .factory-body,
  .mission-grid,
  .team-atmosphere,
  .company-structure,
  .structure-map,
  .milestone-story,
  .timeline {
    grid-template-columns: 1fr;
  }

  .milestone-range {
    position: relative;
    top: auto;
    min-height: 360px;
  }

  .management-grid,
  .honor-board {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .structure-branches {
    grid-template-columns: 1fr;
  }

  .structure-chain {
    grid-template-columns: minmax(210px, 270px) 64px minmax(260px, 336px);
  }

  .story-panel-engineering .story-media {
    min-height: 520px;
  }

  .hero-panel {
    max-width: 640px;
  }

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

  .network-visual {
    gap: 14px;
  }

  .case-grid {
    grid-template-columns: 1fr;
  }

  .factory-command {
    min-height: auto;
    padding: 132px 20px 34px;
  }

  .factory-command-copy,
  .factory-command-stats,
  .factory-side-list {
    width: 100%;
  }

  .factory-command-copy {
    max-width: 620px;
  }

  .factory-command-stats {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-top: 34px;
  }

  .factory-command-stats article {
    grid-template-columns: 1fr;
    min-height: 160px;
    padding: 70px 12px 14px;
  }

  .factory-network-layer {
    position: relative;
    min-height: 520px;
    margin: 30px -20px 0;
  }

  .factory-side-list {
    position: relative;
    top: auto;
    right: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 18px;
  }

  .factory-intel-panel {
    grid-template-columns: 1fr;
  }

  .factory-production-card {
    grid-column: auto;
  }

  .global-factory-overview {
    min-height: 980px;
    padding-top: 132px;
    padding-bottom: 250px;
  }

  .global-overview-copy {
    max-width: 680px;
  }

  .global-total-metrics {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .asia-network-map {
    min-height: 100%;
  }

  .factory-map-dock {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

}

@media (max-width: 700px) {
  section {
    scroll-margin-top: 178px;
  }

  .site-header {
    inset: 12px 12px auto;
    grid-template-columns: minmax(0, 1fr) auto;
    max-width: calc(100vw - 24px);
    min-height: 56px;
    gap: 8px;
    padding: 10px 10px 10px 16px;
    border-radius: 24px;
  }

  .brand {
    min-width: 0;
  }

  .nav {
    display: flex;
    grid-column: 1 / -1;
    justify-content: flex-start;
    gap: 18px;
    order: 3;
    max-width: 100%;
    overflow-x: auto;
    min-height: 38px;
    padding: 0 12px;
    border-color: oklch(100% 0.005 250 / 0.14);
    color: oklch(88% 0.012 250);
    scrollbar-width: none;
  }

  .nav::-webkit-scrollbar {
    display: none;
  }

  .nav a {
    flex: 0 0 auto;
    padding: 4px 0 7px;
    font-size: 11px;
    line-height: 1.1;
    white-space: nowrap;
  }

  .language-switch {
    grid-column: 1 / -1;
    justify-self: start;
    gap: 2px;
    order: 2;
    padding: 3px;
  }

  .lang-button {
    min-height: 30px;
    padding: 0 8px;
    font-size: 11px;
  }

  .brand span {
    font-size: 16px;
  }

  .brand small {
    font-size: 9px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .header-cta {
    grid-column: 1 / -1;
    order: 4;
    justify-self: stretch;
    padding: 10px 12px;
    font-size: 11px;
    text-align: center;
  }

  .hero {
    min-height: auto;
    padding: 230px 16px 38px;
  }

  .factory-command {
    padding: 210px 14px 28px;
  }

  .factory-command-map {
    object-position: 52% 28%;
    transform: scale(1.28);
  }

  .factory-command-shade {
    background:
      linear-gradient(180deg, oklch(5% 0.028 250 / 0.92), oklch(6% 0.03 250 / 0.48) 42%, oklch(5% 0.028 250 / 0.9)),
      linear-gradient(90deg, oklch(5% 0.028 250 / 0.84), transparent 64%);
  }

  .factory-command-copy h1 {
    font-size: 37px;
  }

  .factory-command-kicker {
    font-size: 14px;
  }

  .factory-command-copy p:last-child {
    font-size: 14px;
  }

  .factory-command-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 28px;
  }

  .factory-command-stats article {
    min-height: 128px;
    padding: 16px 10px 12px;
  }

  .factory-command-stats article::before,
  .factory-command-stats article::after {
    display: none;
  }

  .factory-command-stats span {
    font-size: 12px;
  }

  .factory-command-stats strong {
    font-size: 34px;
  }

  .factory-network-layer {
    min-height: 360px;
    margin: 18px -14px 0;
  }

  .network-city {
    width: 96px;
    min-height: 34px;
    padding: 5px 7px 5px 21px;
    border-radius: 5px;
  }

  .network-city::before {
    left: 7px;
    width: 7px;
    height: 7px;
  }

  .network-city::after {
    left: -10px;
    width: 10px;
    height: 1px;
  }

  .network-city strong {
    font-size: 11px;
  }

  .network-city span {
    margin-top: 2px;
    font-size: 9px;
  }

  .city-dg { left: 56%; top: 27%; }
  .city-gx { left: 30%; top: 36%; }
  .city-vn { left: 48%; top: 51%; }
  .city-th { left: 28%; top: 65%; }
  .city-my { left: 30%; top: 81%; }

  .factory-side-list {
    grid-template-columns: 1fr;
  }

  .factory-side-list a {
    grid-template-columns: 96px minmax(0, 1fr);
    min-height: 92px;
  }

  .factory-side-list img {
    height: 76px;
  }

  .factory-side-list strong {
    font-size: 16px;
  }

  .factory-intel-panel {
    padding: 18px 14px 32px;
  }

  .factory-profile-card,
  .factory-office-card,
  .factory-production-card,
  .factory-quality-card {
    padding: 16px;
  }

  .factory-profile-grid,
  .factory-profile-grid dl,
  .factory-strip,
  .factory-strip-wide,
  .quality-badges {
    grid-template-columns: 1fr;
  }

  .factory-profile-grid img {
    min-height: 190px;
  }

  .factory-profile-grid h2 small {
    display: block;
    margin: 7px 0 0;
  }

  .quality-badges article {
    min-height: 92px;
  }

  .about-hero {
    min-height: 760px;
    padding: 230px 16px 44px;
  }

  .hero::after {
    height: 48%;
  }

  .hero-media {
    opacity: 0.7;
  }

  .hero-grid {
    min-height: auto;
    gap: 28px;
  }

  h1 {
    max-width: 100%;
    margin-bottom: 18px;
    font-size: 33px;
    line-height: 1.06;
  }

  h2 {
    margin-bottom: 14px;
    font-size: 31px;
    line-height: 1.04;
  }

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

  .eyebrow {
    margin-bottom: 12px;
    font-size: 11px;
    line-height: 1.35;
  }

  .lead,
  .section-heading p,
  .content-block p,
  .network-copy p,
  .contact-copy p {
    max-width: 100%;
    font-size: 15px;
    line-height: 1.58;
  }

  .button {
    justify-content: center;
    min-height: 46px;
    width: 100%;
  }

  .hero-panel {
    padding: 16px;
  }

  .hero-stats article,
  .network-metrics article,
  .capability-list article {
    padding: 14px;
  }

  strong {
    font-size: 30px;
  }

  .hero-stats,
  .network-metrics,
  .global-total-metrics,
  .capability-list,
  .equipment-focus,
  .application-grid,
  .factory-profile-stats,
  .cert-grid {
    grid-template-columns: 1fr;
  }

  .global-factory-overview {
    gap: 22px;
    min-height: 1040px;
    padding: 190px 16px 540px;
  }

  .global-factory-overview::before {
    background:
      linear-gradient(180deg, oklch(7% 0.032 250 / 0.9) 0%, oklch(8% 0.035 250 / 0.64) 43%, oklch(7% 0.032 250 / 0.86) 100%);
  }

  .global-factory-overview::after {
    background-size: 54px 54px;
  }

  .global-map-backdrop img {
    object-position: 54% 44%;
    transform: scale(1.18);
  }

  .global-overview-copy {
    max-width: 100%;
    padding-top: 0;
  }

  .global-overview-copy h1 {
    font-size: 42px;
    line-height: 1.06;
  }

  .global-title-sub {
    font-size: 25px;
  }

  .global-total-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 12px;
  }

  .global-total-metrics article {
    min-height: auto;
    padding: 0 10px 14px 0;
    border-right: 0;
    border-bottom: 1px solid oklch(100% 0.006 250 / 0.18);
  }

  .asia-network-map {
    min-height: 100%;
  }

  .factory-map-pin {
    min-height: 30px;
    padding: 6px 8px 6px 22px;
    font-size: 10px;
  }

  .factory-map-pin::before {
    left: 8px;
    width: 7px;
    height: 7px;
  }

  .factory-map-pin-dg { left: 62%; top: 51%; }
  .factory-map-pin-gx { left: 42%; top: 53%; }
  .factory-map-pin-vn { left: 45%; top: 61%; }
  .factory-map-pin-th { left: 30%; top: 69%; }
  .factory-map-pin-my { left: 32%; top: 79%; }

  .map-current-label {
    top: auto;
    right: 16px;
    bottom: 500px;
  }

  .factory-map-dock {
    left: 16px;
    right: 16px;
    bottom: 28px;
    grid-template-columns: 1fr;
  }

  .factory-map-dock a {
    grid-template-columns: 78px minmax(0, 1fr);
    min-height: 88px;
  }

  .factory-map-dock img {
    width: 78px;
    height: 68px;
  }

  .global-proof {
    margin-top: 22px;
  }

  .global-proof span {
    width: 100%;
    font-size: 12px;
    line-height: 1.35;
  }

  .solutions,
  .cases,
  .sustainability,
  .certifications,
  .about-mission,
  .about-team,
  .company-structure,
  .milestones,
  .about-honors,
  .network,
  .split-section,
  .contact,
  .story-panel,
  .factory-body {
    min-height: auto;
    padding-top: 70px;
    padding-bottom: 70px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .story-panel-global,
  .story-panel-contact {
    min-height: 760px;
  }

  .story-panel-engineering .story-media {
    min-height: 360px;
  }

  .mission-grid,
  .management-grid,
  .structure-chain,
  .structure-branches,
  .milestone-story,
  .timeline,
  .honor-board {
    grid-template-columns: 1fr;
  }

  .mission-grid article,
  .structure-root,
  .structure-brand,
  .structure-branches article,
  .timeline article,
  .honor-board article {
    min-height: auto;
  }

  .company-structure {
    gap: 34px;
    background-position: 62% center;
  }

  .company-structure::after {
    width: 420px;
    height: 180px;
  }

  .structure-copy h2 {
    font-size: 34px;
    line-height: 1.08;
  }

  .structure-copy p:not(.eyebrow) {
    font-size: 15px;
    line-height: 1.62;
  }

  .structure-chain {
    gap: 14px;
  }

  .structure-arrow {
    width: 1px;
    height: 44px;
    justify-self: center;
  }

  .structure-arrow::before {
    left: -3px;
    top: 0;
  }

  .structure-arrow::after {
    right: auto;
    left: -6px;
    top: auto;
    bottom: 0;
    transform: rotate(135deg);
  }

  .structure-branches .branch-primary {
    grid-template-columns: 1fr;
    gap: 12px;
    min-height: auto;
  }

  .structure-branches .branch-primary p {
    margin-top: 0;
  }

  .structure-brand strong {
    font-size: 38px;
  }

  .milestone-story {
    gap: 28px;
    margin-top: 22px;
  }

  .milestone-range {
    min-height: 280px;
    padding: 22px;
  }

  .milestone-range span {
    font-size: 58px;
  }

  .milestone-range i {
    left: 22px;
    top: 36%;
    bottom: 36%;
  }

  .milestone-range strong {
    max-width: 100%;
    font-size: 18px;
  }

  .timeline {
    gap: 0;
    padding-left: 28px;
  }

  .timeline article {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 22px 0;
  }

  .timeline article::before {
    left: -29px;
    top: 27px;
  }

  .timeline time {
    font-size: 24px;
  }

  .management-grid article {
    grid-template-rows: 220px auto;
  }

  .team-carousel {
    min-height: 340px;
  }

  .team-note span {
    font-size: 58px;
  }

  .story-proof,
  .process-strip,
  .contact-network-line {
    display: grid;
    grid-template-columns: 1fr;
  }

  .story-contact-grid {
    gap: 24px;
  }

  .factory-hero {
    min-height: auto;
    padding: 230px 16px 44px;
  }

  .factory-summary {
    padding: 16px;
  }

  .factory-gallery {
    grid-template-columns: 1fr;
  }

  .factory-gallery article,
  .factory-gallery article:first-child {
    min-height: 280px;
  }

  .factory-nav-band {
    display: grid;
    grid-template-columns: 1fr;
    padding: 0 16px 70px;
  }

  .application-grid article,
  .media-block,
  .sustain-media {
    min-height: 280px;
  }

  .section-heading {
    margin-bottom: 34px;
  }

  .clean-list,
  .check-list {
    gap: 10px;
    margin-top: 22px;
  }

  .clean-list li,
  .check-list li {
    padding: 13px 14px;
    line-height: 1.45;
  }

  .map-stage {
    min-height: 430px;
    margin-top: -8px;
    border-color: oklch(100% 0.006 250 / 0.2);
    background:
      linear-gradient(118deg, transparent 0 72%, oklch(43% 0.18 18 / 0.48) 72.4% 86%, transparent 86.4%),
      radial-gradient(circle at 62% 30%, oklch(57% 0.21 18 / 0.28), transparent 22%),
      radial-gradient(circle at 31% 76%, oklch(100% 0.006 250 / 0.18), transparent 22%),
      linear-gradient(135deg, oklch(13% 0.04 250), oklch(18% 0.055 250));
  }

  .map-stage::before {
    opacity: 0.95;
    background-size: 15px 15px;
  }

  .map-stage::after {
    inset: 10% 7% 12%;
    opacity: 1;
  }

  .world-map-base {
    inset: 5% -8% 10% -10%;
    width: 118%;
    height: 86%;
    opacity: 1;
  }

  .manufacturing-page .site-header + main,
  .mfg-section:first-child {
    padding-top: 214px;
  }

  .mfg-section {
    padding: 20px 12px;
  }

  .mfg-section + .mfg-section {
    padding-top: 12px;
  }

  .mfg-shell {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    padding: 20px 12px;
  }

  .mfg-section-copy h1,
  .mfg-section-copy h2 {
    font-size: 30px;
    line-height: 1.08;
  }

  .mfg-section-copy p {
    margin-top: 14px;
    font-size: 15px;
    line-height: 1.62;
  }

  .mfg-process-track,
  .mfg-proof-row,
  .mfg-rnd-grid,
  .mfg-inspection-grid,
  .mfg-production-stats {
    grid-template-columns: 1fr;
  }

  .mfg-process-track {
    gap: 12px;
    margin-top: 24px;
  }

  .mfg-process-track article {
    grid-template-rows: auto auto auto 190px;
    min-height: auto;
    overflow: hidden;
  }

  .mfg-process-track article:not(:last-child)::after {
    display: none;
  }

  .mfg-process-track img {
    width: 100%;
    max-width: 100%;
    height: 190px;
  }

  .mfg-proof-row {
    gap: 10px;
    margin-top: 18px;
    padding: 14px;
  }

  .mfg-rnd-gallery {
    grid-template-columns: 1fr;
  }

  .mfg-rnd-gallery img,
  .mfg-rnd-gallery img:first-child {
    min-height: 210px;
  }

  .mfg-word-cloud {
    min-height: 420px;
    justify-content: flex-start;
    margin-top: 20px;
  }

  .mfg-word-cloud span {
    font-size: 13px;
  }

  .mfg-word-cloud .md {
    font-size: 18px;
  }

  .mfg-word-cloud .lg {
    font-size: 25px;
  }

  .mfg-word-cloud .xl {
    font-size: 34px;
  }

  .mfg-production-media {
    min-height: 300px;
  }

  .mfg-production-stats article {
    border-right: 0;
    border-bottom: 1px solid oklch(100% 0.006 250 / 0.13);
  }

  .mfg-production-stats article:last-child {
    border-bottom: 0;
  }

  .mfg-quality-gallery {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    margin-top: 20px;
  }

  .mfg-quality-gallery img {
    min-height: 230px;
  }

  .network-radar {
    left: 80%;
    top: 45%;
    width: 120px;
  }

  .route {
    height: 2px;
    opacity: 0.9;
  }

  .route-gx { left: 78%; top: 44%; width: 34px; transform: rotate(184deg); }
  .route-vn { left: 78%; top: 44%; width: 54px; transform: rotate(149deg); }
  .route-th { left: 78%; top: 44%; width: 78px; transform: rotate(138deg); }
  .route-my { left: 78%; top: 44%; width: 114px; transform: rotate(133deg); }

  .region {
    font-size: 10px;
  }

  .region-cn { left: 66%; top: 30%; }
  .region-sea { left: 48%; top: 62%; }

  .map-note {
    left: 14px;
    bottom: 12px;
    font-size: 11px;
  }

  .pin {
    padding: 7px 9px 7px 22px;
    font-size: 11px;
    background: oklch(9% 0.03 250 / 0.92);
  }

  .pin-cn { left: 70%; top: 40%; }
  .pin-gx { left: 55%; top: 42%; }
  .pin-vn { left: 58%; top: 52%; }
  .pin-th { left: 48%; top: 59%; }
  .pin-my { left: 43%; top: 72%; }

  .global-scenes {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .global-scenes article,
  .global-scenes .scene-wide {
    min-height: 210px;
  }

  .equipment-focus article {
    min-height: 180px;
  }

  .pin::before {
    left: 8px;
    width: 7px;
    height: 7px;
  }

  .case-card {
    min-height: auto;
    padding: 22px;
  }

  .case-index {
    margin-bottom: 34px;
    font-size: 56px;
  }

  .case-card small {
    margin-top: 22px;
  }

  .motion-card {
    left: 12px;
    right: 12px;
    bottom: 12px;
    padding: 14px;
  }

  .sustain-media {
    min-height: 300px;
  }

  .process-flow span {
    padding: 16px 18px;
    font-size: 16px;
  }

  .process-flow span::after {
    width: 28px;
    right: 16px;
  }

  .cert-grid span {
    min-height: 94px;
    font-size: 19px;
  }

  .contact-options {
    gap: 8px;
    margin-top: 24px;
  }

  .contact-options a,
  .contact-options span {
    padding: 10px 12px;
    font-size: 12px;
  }

  .inquiry-form {
    padding: 18px;
  }

  input,
  select,
  textarea {
    min-height: 46px;
    padding: 12px;
  }

  textarea {
    min-height: 120px;
  }

  .site-footer {
    display: grid;
    padding: 24px 16px;
    font-size: 13px;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 100%;
    gap: 10px;
    margin-top: 26px;
  }

  html:lang(zh-CN) h1 {
    max-width: 9em;
    font-size: 34px;
    line-height: 1.12;
  }

  html:lang(zh-CN) h2 {
    font-size: 29px;
    line-height: 1.12;
  }

  html:lang(zh-CN) .nav a {
    font-size: 11px;
  }
}

@media (max-width: 700px) {
  section {
    scroll-margin-top: 86px;
  }

  .site-header {
    inset: 10px 12px auto;
    grid-template-columns: minmax(0, 1fr) auto;
    min-height: 58px;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 18px;
    background: oklch(12% 0.034 250 / 0.88);
  }

  .brand {
    min-width: 0;
  }

  .brand span {
    font-size: 17px;
  }

  .brand small {
    max-width: 180px;
    font-size: 9px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .nav,
  .header-cta {
    display: none;
  }

  body {
    padding-bottom: 78px;
  }

  .nav {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 12px;
    z-index: 45;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 2px;
    min-height: 58px;
    padding: 6px;
    border-radius: 18px;
    border-color: oklch(100% 0.006 250 / 0.14);
    background: oklch(10% 0.032 250 / 0.9);
    box-shadow: 0 16px 44px oklch(3% 0.03 250 / 0.36);
    backdrop-filter: blur(18px);
  }

  .nav a {
    display: grid;
    place-items: center;
    min-width: 0;
    min-height: 46px;
    padding: 6px 4px;
    border-radius: 12px;
    font-size: 11px;
    line-height: 1.15;
    text-align: center;
    white-space: normal;
    text-shadow: none;
  }

  .nav a[aria-current="page"] {
    background: oklch(43% 0.18 18 / 0.9);
  }

  .nav a::after {
    display: none;
  }

  .language-switch {
    grid-column: auto;
    justify-self: end;
    order: initial;
    gap: 3px;
    padding: 3px;
  }

  .lang-button {
    min-width: 42px;
    min-height: 34px;
    padding: 0 9px;
    font-size: 11px;
  }

  .hero,
  .factory-hero,
  .about-hero {
    min-height: 720px;
    padding: 108px 18px 44px;
  }

  .hero-grid,
  .factory-hero-grid {
    gap: 24px;
  }

  .hero-media::after,
  .factory-hero-media::after {
    background:
      linear-gradient(180deg, oklch(7% 0.03 250 / 0.58), oklch(7% 0.03 250 / 0.18) 36%, oklch(7% 0.03 250 / 0.9) 100%),
      linear-gradient(90deg, oklch(7% 0.03 250 / 0.72), oklch(7% 0.03 250 / 0.08) 78%);
  }

  h1 {
    font-size: clamp(38px, 11vw, 48px);
    line-height: 1.02;
  }

  h2 {
    font-size: clamp(31px, 9vw, 40px);
    line-height: 1.06;
  }

  h3 {
    font-size: 24px;
  }

  html:lang(zh-CN) h1 {
    max-width: 9.5em;
    font-size: clamp(40px, 11.4vw, 50px);
    line-height: 1.05;
  }

  html:lang(zh-CN) h2 {
    font-size: clamp(32px, 9.2vw, 42px);
    line-height: 1.08;
  }

  .lead,
  .section-heading p,
  .content-block p,
  .network-copy p,
  .contact-copy p,
  .story-copy p:not(.eyebrow),
  .factory-body-copy p,
  .mfg-section-copy p {
    font-size: 16px;
    line-height: 1.68;
  }

  .eyebrow {
    color: oklch(62% 0.2 22);
    font-size: 12px;
  }

  .button {
    min-height: 50px;
    font-size: 15px;
  }

  .hero-panel,
  .factory-summary,
  .inquiry-form {
    padding: 18px;
    border-color: oklch(100% 0.006 250 / 0.18);
    background: oklch(11% 0.032 250 / 0.82);
  }

  .hero-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .hero-stats article,
  .network-metrics article,
  .capability-list article {
    min-height: 118px;
    padding: 16px;
  }

  strong {
    font-size: 34px;
  }

  .solutions,
  .cases,
  .sustainability,
  .certifications,
  .about-mission,
  .about-team,
  .company-structure,
  .milestones,
  .about-honors,
  .network,
  .split-section,
  .contact,
  .story-panel,
  .factory-body,
  .factory-environment {
    padding: 72px 18px;
  }

  .section-heading {
    margin-bottom: 32px;
  }

  .story-panel-global,
  .story-panel-contact {
    min-height: 720px;
  }

  .story-panel-engineering .story-media,
  .application-grid article,
  .media-block,
  .sustain-media,
  .factory-carousel article,
  .factory-gallery article,
  .factory-gallery article:first-child {
    min-height: 320px;
  }

  .application-grid {
    gap: 14px;
  }

  .application-grid span,
  .factory-gallery span,
  .factory-carousel span {
    font-size: 16px;
  }

  .factory-command {
    min-height: auto;
    padding: 108px 16px 34px;
  }

  .factory-command-copy {
    width: 100%;
    max-width: 340px;
  }

  .factory-command-copy h1,
  .global-overview-copy h1 {
    font-size: clamp(42px, 12vw, 54px);
  }

  .factory-command-kicker {
    color: oklch(62% 0.2 22);
    letter-spacing: 0.08em;
  }

  .factory-command-stats,
  .global-total-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .factory-command-stats article {
    min-height: 136px;
    padding: 18px 12px 14px;
    border: 1px solid oklch(100% 0.006 250 / 0.14);
    border-radius: var(--radius);
    background: oklch(8% 0.032 250 / 0.62);
  }

  .factory-network-layer {
    min-height: 410px;
  }

  .network-city {
    width: 112px;
    min-height: 40px;
  }

  .factory-side-list a,
  .factory-map-dock a {
    grid-template-columns: 104px minmax(0, 1fr);
    min-height: 104px;
  }

  .factory-side-list img,
  .factory-map-dock img {
    width: 104px;
    height: 86px;
  }

  .factory-intel-panel {
    gap: 16px;
    padding: 20px 16px 40px;
  }

  .factory-profile-card,
  .factory-office-card,
  .factory-production-card,
  .factory-quality-card {
    padding: 18px;
  }

  .factory-strip,
  .factory-strip-wide {
    grid-template-columns: 1fr;
  }

  .factory-strip img {
    min-height: 210px;
  }

  .quality-badges {
    grid-template-columns: 1fr;
  }

  .global-factory-overview {
    min-height: auto;
    padding: 108px 18px 420px;
  }

  .map-current-label {
    bottom: 380px;
  }

  .factory-map-dock {
    left: 18px;
    right: 18px;
  }

  .manufacturing-page .site-header + main,
  .mfg-section:first-child {
    padding-top: 92px;
  }

  .mfg-section {
    padding: 16px 12px;
  }

  .mfg-shell {
    padding: 22px 14px;
  }

  .mfg-section-copy h1,
  .mfg-section-copy h2 {
    font-size: clamp(34px, 10vw, 44px);
  }

  .mfg-process-track article {
    grid-template-rows: auto auto auto 220px;
  }

  .mfg-process-track img,
  .mfg-rnd-gallery img,
  .mfg-rnd-gallery img:first-child,
  .mfg-quality-gallery img {
    min-height: 240px;
  }

  .mfg-word-cloud {
    min-height: auto;
    padding: 18px 0 6px;
  }

  .mfg-production-media {
    min-height: 340px;
  }

  .contact {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .contact-options {
    display: grid;
    grid-template-columns: 1fr;
  }

  .contact-options a,
  .contact-options span {
    width: 100%;
    border-radius: var(--radius);
    font-size: 13px;
    text-align: center;
  }

  input,
  select,
  textarea {
    min-height: 50px;
    font-size: 16px;
  }
}

@media (max-width: 700px) {
  body {
    padding-bottom: 0;
  }

  .site-header {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 8px 10px;
    padding: 10px 12px 8px;
  }

  .nav {
    position: static;
    grid-column: 1 / -1;
    display: flex;
    justify-content: flex-start;
    gap: 8px;
    min-height: 42px;
    padding: 4px;
    overflow-x: auto;
    border-radius: 14px;
    box-shadow: inset 0 1px 0 oklch(100% 0.006 250 / 0.08);
    scrollbar-width: none;
  }

  .nav::-webkit-scrollbar {
    display: none;
  }

  .nav a {
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    min-height: 34px;
    min-width: 66px;
    padding: 6px 10px;
    white-space: nowrap;
  }

  .hero,
  .factory-command,
  .factory-hero,
  .about-hero {
    padding-top: 148px;
  }

  .global-factory-overview {
    padding-top: 148px;
  }

  .manufacturing-page .site-header + main,
  .mfg-section:first-child {
    padding-top: 128px;
  }
}

@media (max-width: 700px) {
  .brand small {
    display: none;
  }

  .language-switch {
    max-width: none;
    gap: 2px;
  }

  .lang-button {
    min-width: auto;
    padding: 0 6px;
    font-size: 10px;
  }
}

/* Unified /03 header, matching white-red.css */
.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 40;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 16px;
  min-height: 72px;
  padding: 0 clamp(20px, 3vw, 42px);
  color: var(--ink);
  background: oklch(99.2% 0.006 25 / 0.96);
  border: 0 solid oklch(89% 0.016 25);
  border-bottom-width: 1px;
  border-radius: 0;
  box-shadow: 0 6px 24px oklch(34% 0.035 25 / 0.08);
  backdrop-filter: blur(18px);
  transition: box-shadow 220ms ease, transform 220ms ease, background 220ms ease;
}

.site-header.scrolled {
  background: oklch(99.2% 0.006 25 / 0.98);
  box-shadow: 0 8px 28px oklch(34% 0.035 25 / 0.12);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 190px;
  line-height: 1;
}

.brand-mark {
  display: block;
  width: 42px;
  height: 30px;
  flex: 0 0 auto;
  background: linear-gradient(135deg, var(--brand), var(--brand-2));
  clip-path: polygon(0 18%, 18% 0, 68% 0, 58% 20%, 28% 20%, 19% 31%, 47% 31%, 39% 50%, 7% 50%, 0 42%);
}

.brand-text {
  display: grid;
  line-height: 1;
}

.brand strong {
  font-size: 18px;
  font-weight: 900;
  color: var(--brand);
}

.brand small {
  margin-top: 4px;
  font-size: 10px;
  color: var(--muted);
  white-space: nowrap;
}

.editor-container-media .brand-mark,
.editor-container-media .brand-text {
  opacity: 0;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(10px, 1.6vw, 24px);
  min-height: 40px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  font-size: 12px;
  color: var(--ink-2);
}

.nav a {
  position: relative;
  padding: 6px 0;
  color: inherit;
  font-weight: 800;
  white-space: nowrap;
  text-shadow: none;
  transition: color 180ms ease, transform 180ms ease;
}

.nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  border-radius: 0;
  background: var(--brand);
  opacity: 1;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.nav a:hover,
.nav a[aria-current="page"] {
  color: var(--brand);
}

.nav a:hover::after,
.nav a[aria-current="page"]::after {
  transform: scaleX(1);
}

.language-switch {
  display: inline-flex;
  gap: 3px;
  padding: 3px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--paper-soft);
}

.lang-button {
  min-width: 0;
  min-height: 30px;
  padding: 0 9px;
  border: 0;
  border-radius: 999px;
  color: var(--muted);
  background: transparent;
  font-size: 11px;
  font-weight: 900;
  cursor: pointer;
}

.lang-button.active {
  color: oklch(98% 0.006 345);
  background: var(--brand);
}

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 2px;
  color: oklch(98% 0.006 345);
  background: linear-gradient(135deg, var(--brand), var(--brand-2));
  box-shadow: 0 14px 32px oklch(47% 0.19 9 / 0.22);
  font-size: 13px;
  font-weight: 900;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.header-cta:hover {
  transform: translateY(-2px);
}

@media (max-width: 1050px) {
  .site-header {
    grid-template-columns: 1fr auto;
    border-radius: 0;
  }

  .nav {
    grid-column: 1 / -1;
    order: 3;
    display: flex;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .nav::-webkit-scrollbar {
    display: none;
  }
}

@media (max-width: 700px) {
  .site-header {
    inset: 8px 8px auto;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    min-height: 0;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: oklch(99.2% 0.006 25 / 0.96);
  }

  .brand {
    min-width: 0;
    flex: 1 1 132px;
    gap: 8px;
  }

  .brand-mark {
    width: 32px;
    height: 22px;
  }

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

  .brand small {
    display: none;
  }

  .language-switch {
    order: 2;
    gap: 2px;
    max-width: none;
  }

  .lang-button {
    min-width: auto;
    min-height: 26px;
    padding: 0 7px;
    font-size: 10px;
  }

  .header-cta {
    order: initial;
    flex: 0 0 auto;
    min-height: 32px;
    padding: 0 12px;
    font-size: 11px;
  }

  .nav {
    position: static;
    order: 4;
    flex: 1 1 100%;
    grid-column: auto;
    display: flex;
    gap: 12px;
    min-height: 40px;
    padding: 2px 0 0;
    overflow-x: auto;
    font-size: 10px;
  }

  .nav a {
    display: block;
    min-width: 0;
    min-height: 0;
    padding: 6px 0;
    white-space: nowrap;
  }

  .nav a[aria-current="page"] {
    background: transparent;
  }
}

/* Manufacturing page uses the same /03 contact footer as white-red pages. */
.manufacturing-page .contact {
  position: relative;
  display: grid;
  grid-template-columns: minmax(320px, 0.45fr) minmax(360px, 0.55fr);
  gap: clamp(30px, 5vw, 76px);
  align-items: center;
  min-height: 0;
  padding: clamp(86px, 9vw, 132px) clamp(20px, 5vw, 76px);
  color: var(--ink);
  background:
    linear-gradient(135deg, oklch(99% 0.006 345), oklch(94% 0.018 345));
  border-top: 1px solid var(--line);
  overflow: hidden;
}

.manufacturing-page .contact-copy-wrap {
  position: relative;
  min-width: 0;
}

.manufacturing-page .contact-copy {
  position: relative;
  z-index: 1;
  max-width: 590px;
  padding-left: clamp(0px, 6vw, 92px);
}

.manufacturing-page .contact .section-index {
  position: absolute;
  left: 0;
  top: 0;
  color: var(--brand);
  font-size: clamp(34px, 5vw, 64px);
  line-height: 1;
  font-weight: 950;
}

.manufacturing-page .contact-copy p {
  color: var(--muted);
}

.manufacturing-page .inquiry-form {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  min-height: 0;
  padding: clamp(20px, 3vw, 32px);
  color: var(--ink);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: oklch(100% 0.006 345 / 0.84);
  box-shadow: var(--shadow);
  backdrop-filter: none;
}

.manufacturing-page .inquiry-form label {
  display: grid;
  gap: 8px;
  color: var(--ink-2);
  font-size: 12px;
  font-weight: 900;
}

.manufacturing-page .inquiry-form label.full,
.manufacturing-page .inquiry-form button {
  grid-column: 1 / -1;
}

.manufacturing-page .inquiry-form input,
.manufacturing-page .inquiry-form select,
.manufacturing-page .inquiry-form textarea {
  width: 100%;
  color: var(--ink);
  background: oklch(99% 0.006 345 / 0.78);
  border: 1px solid oklch(72% 0.09 8 / 0.45);
  border-radius: 6px;
  outline: 0;
  padding: 12px 13px;
  font: inherit;
}

.manufacturing-page .inquiry-form textarea {
  resize: vertical;
}

.manufacturing-page .inquiry-form input:focus,
.manufacturing-page .inquiry-form select:focus,
.manufacturing-page .inquiry-form textarea:focus {
  border-color: var(--brand);
  box-shadow: 0 0 0 3px oklch(56% 0.18 8 / 0.14);
}

.manufacturing-page .inquiry-form button {
  width: 100%;
}

.manufacturing-page .contact-options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.manufacturing-page .contact-options span,
.manufacturing-page .contact-options a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  color: var(--brand);
  border: 1px solid oklch(72% 0.09 8 / 0.52);
  border-radius: 999px;
  background: oklch(100% 0.006 345 / 0.62);
  font-size: 12px;
  font-weight: 900;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto auto auto;
  gap: 18px;
  align-items: center;
  min-height: 76px;
  padding: 18px clamp(20px, 5vw, 76px);
  color: oklch(92% 0.012 345);
  background: oklch(21% 0.018 255);
  border-top: 0;
  font-size: 12px;
}

@media (max-width: 1120px) {
  .manufacturing-page .contact {
    grid-template-columns: 1fr;
  }

  .manufacturing-page .contact-copy {
    padding-left: 76px;
  }

  .manufacturing-page .inquiry-form {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .manufacturing-page .contact {
    padding-left: 16px;
    padding-right: 16px;
  }

  .manufacturing-page .contact-copy {
    padding-left: 0;
  }

  .manufacturing-page .contact .section-index {
    position: static;
    margin-bottom: 18px;
  }

  .manufacturing-page .contact-copy p {
    font-size: 13px;
    line-height: 1.75;
  }

  .manufacturing-page .inquiry-form {
    padding: 16px;
  }

  .site-footer {
    grid-template-columns: 1fr;
    padding: 24px 16px;
  }
}

/* Audit fixes: keep navigation and forms comfortably tappable. */
.site-header a,
.site-header button,
.button,
.lang-button,
.nav-toggle,
.contact-options a,
.contact-options span,
.inquiry-form input,
.inquiry-form select,
.inquiry-form textarea,
.inquiry-form button { min-height: 44px; }

.site-header a,
.contact-options a,
.contact-options span {
  display: inline-flex;
  align-items: center;
}

.lang-button,
.nav-toggle { min-width: 44px; }

.site-header a,
.factory-side-list a,
.site-footer a {
  min-width: 44px;
  min-height: 44px;
}

.site-footer a {
  display: inline-flex;
  align-items: center;
}

.manufacturing-page .contact-options a,
.manufacturing-page .contact-options span { min-height: 44px; }

.manufacturing-hero h1,
.section-heading h2 { overflow-wrap: break-word; }
