:root {
  --navy: #071826;
  --navy-2: #0b2c42;
  --navy-3: #123b53;
  --ink: #10212c;
  --paper: #edf5f8;
  --paper-2: #dfeaf0;
  --white: #ffffff;
  --mist: #cbd4d7;
  --muted: #66737c;
  --accent-on-light: var(--ink);
  --accent-on-dark: var(--white);
  --amber: var(--accent-on-light);
  --amber-soft: #000000;
  --line-light: rgba(255,255,255,.18);
  --line-dark: rgba(7,24,38,.16);
  --shadow: 0 28px 90px rgba(4,15,24,.2);
  --radius-ui: 18px;
  --radius-panel: 28px;
  --radius-image-card: var(--radius-panel);
  --adobe-stage: min(83.333vw, 1920px);
  --header-panel-width: min(calc(100vw - 16px), calc(var(--adobe-stage) + 48px));
  --header-panel-height: 64px;
  --header-control-height: 44px;
  --header-content-shift: 2px;
  --header-content-width: var(--adobe-stage);
  --shell: min(calc(100% - clamp(40px, 5vw, 96px)), var(--adobe-stage));
  --header-h: 82px;
  --ease: cubic-bezier(.22,.75,.16,1);
  --ease-sharp: cubic-bezier(.8,0,.2,1);
  --font-source-han-light: "Source Han Sans SC Light", "Source Han Sans CN Light", "Source Han Sans TC Light", "Source Han Sans Light", "思源黑体 Light", "思源黑體 Light", "Source Han Sans SC", "Source Han Sans TC", "Noto Sans CJK SC", "Noto Sans CJK TC", "Noto Sans SC", "Noto Sans TC", "Microsoft YaHei UI", "Microsoft YaHei", "PingFang SC", sans-serif;
  --font-source-han-heavy: "Source Han Sans SC Heavy", "Source Han Sans CN Heavy", "Source Han Sans TC Heavy", "Source Han Sans Heavy", "思源黑体 Heavy", "思源黑體 Heavy", "Source Han Sans SC", "Source Han Sans TC", "Noto Sans CJK SC", "Noto Sans CJK TC", "Noto Sans SC", "Noto Sans TC", "Microsoft YaHei UI", "Microsoft YaHei", "PingFang SC", sans-serif;
  --font-body: var(--font-source-han-light);
  --font-heading: var(--font-source-han-heavy);
  --font-accent: var(--font-source-han-light);
  --font-nav: var(--font-source-han-heavy);
  --font-sans: var(--font-source-han-light);

  /* Typography scale */
  --fs-display: clamp(3.25rem, 3.35vw, 3.8rem);
  --fs-hero-large: clamp(3.85rem, 5.2vw, 5.4rem);
  --fs-h1: clamp(2.75rem, 2.75vw, 3.25rem);
  --fs-h2: clamp(2.05rem, 2.15vw, 2.55rem);
  --fs-h3: clamp(1.38rem, 1.45vw, 1.75rem);
  --fs-h4: clamp(1.15rem, 1.1vw, 1.42rem);
  --fs-card-title: clamp(1.28rem, 1.5vw, 1.9rem);
  --fs-lead: clamp(1.125rem, 1.1vw, 1.25rem);
  --fs-body: clamp(1rem, 0.2vw + 0.95rem, 1.0625rem);
  --fs-body-sm: 0.9375rem;
  --fs-small: 0.875rem;
  --fs-label: 0.75rem;
  --fs-subtitle: calc(var(--fs-label) * 1.5);
  --fs-logo: 1.05rem;
  --fs-diagram: 1.1875rem;
  --lh-display: 0.98;
  --lh-h1: 1.04;
  --lh-h2: 1.1;
  --lh-h3: 1.2;
  --lh-lead: 1.55;
  --lh-body: 1.65;
  --lh-small: 1.5;
  --lh-label: 1.35;
  --fw-heading: 900;
  --fw-display: var(--fw-heading);
  --fw-h1: var(--fw-heading);
  --fw-h2: var(--fw-heading);
  --fw-h3: var(--fw-heading);
  --fw-body: 300;
  --fw-label: 300;
  --fw-button: 300;
  --ls-display: -0.035em;
  --ls-h1: -0.03em;
  --ls-h2: -0.025em;
  --ls-h3: 0;
  --ls-body: 0;
  --ls-label: 0.14em;
  --ls-button: 0;
  --text-hero: min(90vw, 1180px);
  --text-lead: min(68ch, 980px);
  --text-body: 65ch;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--navy); }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font-body);
  font-size: var(--fs-body);
  line-height: var(--lh-body);
  font-weight: var(--fw-body);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
main { overflow: clip; }
::selection { background: var(--ink); color: var(--white); }

h1, h2, h3, h4, p { margin-top: 0; }
h1 { font-family: var(--font-heading); font-weight: var(--fw-h1); letter-spacing: var(--ls-h1); line-height: var(--lh-h1); text-wrap: balance; }
h2 { font-family: var(--font-heading); font-weight: var(--fw-h2); letter-spacing: var(--ls-h2); line-height: var(--lh-h2); text-wrap: balance; }
h3 { font-family: var(--font-heading); font-weight: var(--fw-h3); letter-spacing: var(--ls-h3); line-height: var(--lh-h3); text-wrap: balance; }
h4 { font-family: var(--font-heading); font-size: var(--fs-h4); font-weight: var(--fw-heading); line-height: var(--lh-h3); }
h1 em, h2 em { display: block; color: var(--amber); font-family: var(--font-heading); font-style: normal; font-weight: var(--fw-heading); }
p { font-size: var(--fs-body); line-height: var(--lh-body); font-weight: var(--fw-body); letter-spacing: var(--ls-body); max-width: var(--text-body); }

.site-header:not(.is-scrolled):not(.is-menu-open):not(.is-hero-panel),
.mobile-menu,
.page-hero:not(.page-hero--light),
.home-hero,
.manufacturing-hope,
.operating-model,
.shared-dark-field,
.quality-boundary article,
.final-cta,
.site-footer,
.statement-band--ink,
.evidence-section,
.not-found {
  --amber: var(--accent-on-dark);
  --amber-soft: rgba(255,255,255,.78);
}

.site-header.is-scrolled,
.site-header.is-menu-open,
.site-header.is-hero-panel,
.page-hero--light,
.procurement-extension,
.execution-principles,
.standardized-process,
.source-editorial,
.solution-panel,
.collection-line,
.detail-method,
.project-form,
.contact-page,
.legal-page {
  --amber: var(--accent-on-light);
  --amber-soft: #000000;
}

.shell { width: var(--shell); margin-inline: auto; }
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0,0,0,0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.skip-link {
  position: fixed;
  z-index: 9999;
  left: 16px;
  top: 16px;
  transform: translateY(-150%);
  background: var(--ink);
  color: var(--white);
  padding: 12px 16px;
  font-weight: var(--fw-button);
}
.skip-link:focus { transform: none; }

/* Header */
.site-header {
  position: fixed;
  z-index: 900;
  inset: 0 0 auto;
  height: var(--header-h);
  color: var(--white);
  transition: color .35s var(--ease);
  border-bottom: 1px solid transparent;
  background: transparent;
}
.site-header::before,
.site-header::after {
  content: "";
  position: absolute;
  pointer-events: none;
  transition: opacity .34s var(--ease);
}
.site-header::after {
  z-index: 0;
  inset: 0;
  background: linear-gradient(to bottom, rgba(3,13,21,.64), rgba(3,13,21,0));
  opacity: 1;
}
.site-header::before {
  z-index: 1;
  top: calc((var(--header-h) - var(--header-panel-height)) / 2);
  left: 50%;
  width: var(--header-panel-width);
  height: var(--header-panel-height);
  transform: translateX(-50%);
  border: 1px solid rgba(82,72,60,.12);
  border-radius: var(--radius-ui);
  background: rgba(255,255,255,.5);
  -webkit-backdrop-filter: blur(18px) saturate(1.12);
  backdrop-filter: blur(18px) saturate(1.12);
  box-shadow:
    0 14px 18px -12px rgba(0,0,0,.28),
    0 32px 52px -28px rgba(0,0,0,.22),
    0 78px 118px -62px rgba(0,0,0,.14);
  opacity: 0;
}
.site-header.is-scrolled,
.site-header.is-menu-open,
.site-header.is-hero-panel {
  color: var(--ink);
}
.site-header.is-scrolled::before,
.site-header.is-menu-open::before,
.site-header.is-hero-panel::before { opacity: 1; }
.site-header.is-scrolled::after,
.site-header.is-menu-open::after,
.site-header.is-hero-panel::after { opacity: 0; }
.site-header.is-scrolled .site-header__inner,
.site-header.is-menu-open .site-header__inner,
.site-header.is-hero-panel .site-header__inner {
  width: var(--header-content-width);
}
.site-header.is-scrolled .site-logo,
.site-header.is-menu-open .site-logo,
.site-header.is-hero-panel .site-logo { color: var(--ink); }
.site-header.is-scrolled .site-logo__lettermark,
.site-header.is-scrolled .site-logo__mark,
.site-header.is-menu-open .site-logo__lettermark,
.site-header.is-menu-open .site-logo__mark,
.site-header.is-hero-panel .site-logo__lettermark,
.site-header.is-hero-panel .site-logo__mark { filter: brightness(0) saturate(100%); }
.site-header.is-scrolled .nav-trigger,
.site-header.is-scrolled .nav-direct,
.site-header.is-menu-open .nav-trigger,
.site-header.is-menu-open .nav-direct,
.site-header.is-hero-panel .nav-trigger,
.site-header.is-hero-panel .nav-direct { color: #000; }
.site-header.is-scrolled .nav-trigger:hover,
.site-header.is-scrolled .nav-direct:hover,
.site-header.is-menu-open .nav-trigger:hover,
.site-header.is-menu-open .nav-direct:hover,
.site-header.is-hero-panel .nav-trigger:hover,
.site-header.is-hero-panel .nav-direct:hover { color: #000; }
.site-header.is-scrolled .language-trigger,
.site-header.is-menu-open .language-trigger,
.site-header.is-hero-panel .language-trigger {
  border-color: transparent;
  background: transparent;
  color: var(--ink);
}
.site-header__inner { position: relative; z-index: 3; width: var(--header-content-width); height: 100%; display: grid; grid-template-columns: 260px 1fr auto; align-items: center; gap: 38px; transform: translateY(var(--header-content-shift)); }
.site-logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: 150px;
  max-width: 150px;
  min-width: 0;
  color: #fff;
  text-decoration: none;
}
.site-logo__lettermark {
  width: 150px;
  height: auto;
  object-fit: contain;
  transition: filter .34s var(--ease);
}
.site-logo__mark {
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  object-fit: contain;
  filter: brightness(0) invert(1);
  transition: filter .34s var(--ease);
}
.site-logo__text {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: var(--fs-logo);
  line-height: 1.1;
  font-weight: var(--fw-button);
  letter-spacing: 0;
}
.site-nav { display: flex; justify-content: center; align-items: center; height: var(--header-panel-height); }
.nav-group { display: flex; align-items: center; height: 100%; }
.nav-trigger, .nav-direct {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: var(--header-panel-height);
  gap: 7px;
  padding: 0 15px;
  border: 0;
  background: none;
  color: rgba(255,255,255,.83);
  font-family: var(--font-nav);
  font-size: var(--fs-subtitle);
  font-weight: var(--fw-button);
  line-height: 1;
  letter-spacing: var(--ls-button);
  cursor: pointer;
  position: relative;
  white-space: nowrap;
}
.nav-trigger::after, .nav-direct::after {
  content: "";
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: -1px;
  height: 2px;
  background: var(--amber);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .3s var(--ease);
}
.nav-trigger:hover::after, .nav-trigger.is-active::after, .nav-direct:hover::after, .nav-direct.is-active::after { transform: scaleX(1); }
.nav-trigger:hover, .nav-direct:hover { color: var(--white); }
.nav-chevron { font-size: var(--fs-small); transition: transform .25s var(--ease); }
.nav-group.is-open .nav-chevron { transform: rotate(180deg); }
.site-header__actions { display: flex; align-items: center; gap: 14px; }
.language-selector {
  position: relative;
}
.language-trigger {
  width: var(--header-control-height);
  height: var(--header-control-height);
  min-width: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  border: 1px solid transparent;
  border-radius: 50%;
  background: transparent;
  color: var(--white);
  padding: 0;
  font-size: var(--fs-small);
  font-weight: var(--fw-button);
  letter-spacing: var(--ls-button);
  cursor: pointer;
  transition: border-color .25s, background .25s, color .25s, transform .25s;
}
.language-trigger [data-language-current],
.language-trigger__chevron {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
}
.language-trigger::before {
  content: "";
  width: 25px;
  height: 25px;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M3 12h18'/%3E%3Cpath d='M12 3a13 13 0 0 1 0 18'/%3E%3Cpath d='M12 3a13 13 0 0 0 0 18'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M3 12h18'/%3E%3Cpath d='M12 3a13 13 0 0 1 0 18'/%3E%3Cpath d='M12 3a13 13 0 0 0 0 18'/%3E%3C/svg%3E") center / contain no-repeat;
}
.language-trigger__icon {
  width: 19px;
  height: 19px;
  stroke: currentColor;
  stroke-width: 1.8;
}
.language-trigger:hover,
.language-trigger:focus-visible,
.language-selector.is-open .language-trigger {
  border-color: transparent;
  background: rgba(255,255,255,.08);
  color: var(--white);
}
.site-header.is-scrolled .language-trigger:hover,
.site-header.is-scrolled .language-trigger:focus-visible,
.site-header.is-scrolled .language-selector.is-open .language-trigger,
.site-header.is-menu-open .language-trigger:hover,
.site-header.is-menu-open .language-trigger:focus-visible,
.site-header.is-menu-open .language-selector.is-open .language-trigger,
.site-header.is-hero-panel .language-trigger:hover,
.site-header.is-hero-panel .language-trigger:focus-visible,
.site-header.is-hero-panel .language-selector.is-open .language-trigger {
  background: rgba(0,0,0,.05);
  color: #000;
}
.language-trigger:hover { transform: translateY(-1px); }
.language-trigger__chevron {
  font-size: var(--fs-small);
  line-height: var(--lh-label);
  transition: transform .25s var(--ease);
}
.language-selector.is-open .language-trigger__chevron { transform: rotate(180deg); }
.language-menu {
  position: absolute;
  z-index: 20;
  top: calc(100% + 12px);
  right: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 154px;
  padding: 7px;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 8px;
  background: rgba(6,16,24,.88);
  box-shadow: 0 18px 44px rgba(0,0,0,.34);
  backdrop-filter: blur(22px) saturate(130%);
  -webkit-backdrop-filter: blur(22px) saturate(130%);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-4px);
  pointer-events: none;
  transition: opacity .2s var(--ease), transform .2s var(--ease), visibility .2s;
}
.language-menu::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 8px;
  right: 8px;
  height: 1px;
  background: rgba(255,255,255,.42);
}
.site-header.is-scrolled .language-menu,
.site-header.is-menu-open .language-menu,
.site-header.is-hero-panel .language-menu {
  border-color: rgba(0,0,0,.16);
  background: rgba(246,248,249,.78);
  box-shadow: 0 18px 42px rgba(0,0,0,.14);
}
.site-header.is-scrolled .language-menu::before,
.site-header.is-menu-open .language-menu::before,
.site-header.is-hero-panel .language-menu::before {
  background: rgba(0,0,0,.82);
}
.language-selector.is-open .language-menu {
  opacity: 1;
  visibility: visible;
  transform: none;
  pointer-events: auto;
}
.language-menu button {
  position: relative;
  width: 100%;
  min-width: 0;
  min-height: 42px;
  display: grid;
  grid-template-columns: 34px 1fr;
  align-items: center;
  gap: 12px;
  border: 0;
  background: transparent;
  color: rgba(255,255,255,.78);
  padding: 0 12px;
  font-size: var(--fs-label);
  font-weight: var(--fw-body);
  cursor: pointer;
  white-space: nowrap;
  text-align: left;
  border-radius: 4px;
  transition: background .18s var(--ease), color .18s var(--ease);
}
.language-menu__code {
  font-family: var(--font-heading);
  font-size: 10px;
  font-weight: var(--fw-heading);
  letter-spacing: .08em;
  text-transform: uppercase;
  color: currentColor;
  opacity: .76;
}
.language-menu__name {
  justify-self: start;
}
.language-menu button:hover,
.language-menu button:focus-visible {
  color: var(--white);
  background: rgba(255,255,255,.09);
}
.language-menu button[aria-selected="true"] {
  color: var(--white);
  background: rgba(255,255,255,.06);
}
.language-menu button[aria-selected="true"]::after {
  content: "";
  position: absolute;
  right: 13px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
}
.site-header.is-scrolled .language-menu button,
.site-header.is-menu-open .language-menu button,
.site-header.is-hero-panel .language-menu button {
  color: rgba(0,0,0,.62);
}
.site-header.is-scrolled .language-menu button:hover,
.site-header.is-scrolled .language-menu button:focus-visible,
.site-header.is-menu-open .language-menu button:hover,
.site-header.is-menu-open .language-menu button:focus-visible,
.site-header.is-hero-panel .language-menu button:hover,
.site-header.is-hero-panel .language-menu button:focus-visible {
  color: #000;
  background: rgba(0,0,0,.05);
}
.site-header.is-scrolled .language-menu button[aria-selected="true"],
.site-header.is-menu-open .language-menu button[aria-selected="true"],
.site-header.is-hero-panel .language-menu button[aria-selected="true"] {
  color: #000;
  background: rgba(0,0,0,.045);
}
.header-cta {
  height: var(--header-control-height);
  display: inline-flex;
  align-items: center;
  gap: 22px;
  padding: 0 15px 0 17px;
  border-radius: 10px;
  color: var(--header-cta-fg, var(--ink));
  border: 1px solid currentColor;
  background: transparent;
  font-size: var(--fs-small);
  font-weight: var(--fw-button);
  white-space: nowrap;
  transition: background .25s, color .25s, border-color .25s, transform .25s;
}
.header-cta:hover { background: rgba(2, 18, 28, .06); transform: translateY(-1px); }
.site-header:not(.is-scrolled):not(.is-menu-open):not(.is-hero-panel) .header-cta {
  --header-cta-fg: var(--white);
}
.site-header.is-scrolled .header-cta,
.site-header.is-menu-open .header-cta,
.site-header.is-hero-panel .header-cta {
  --header-cta-fg: #000;
}
.site-header:not(.is-scrolled):not(.is-menu-open):not(.is-hero-panel) .header-cta:hover {
  background: rgba(255, 255, 255, .12);
}
.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line-light);
  background: transparent;
  padding: 0;
  position: relative;
  cursor: pointer;
}
.menu-toggle > span:not(.sr-only) { position: absolute; left: 12px; width: 20px; height: 1px; background: white; transition: transform .3s var(--ease), top .3s var(--ease); }
.menu-toggle > span:nth-child(2) { top: 18px; }
.menu-toggle > span:nth-child(3) { top: 26px; }
.menu-toggle[aria-expanded="true"] > span:nth-child(2) { top: 22px; transform: rotate(45deg); }
.menu-toggle[aria-expanded="true"] > span:nth-child(3) { top: 22px; transform: rotate(-45deg); }
.mega-menu {
  position: fixed;
  left: calc((var(--header-content-width) - 100vw) / 2 + 12px);
  right: auto;
  top: calc(var(--header-h) + 4px);
  z-index: 2;
  width: calc(100vw - 24px);
  color: var(--ink);
  background: var(--paper);
  border: 1px solid var(--line-dark);
  border-radius: var(--radius-panel);
  visibility: hidden;
  opacity: 0;
  transform: translateY(-12px) scale(.992);
  pointer-events: none;
  transition: opacity .28s var(--ease), transform .28s var(--ease), visibility .28s;
  box-shadow: var(--shadow);
  overflow: hidden;
}
.nav-group.is-open .mega-menu { visibility: visible; opacity: 1; transform: none; pointer-events: auto; }
.mega-menu__inner {
  width: min(calc(100% - clamp(48px, 7vw, 140px)), var(--adobe-stage));
  display: grid;
  grid-template-columns: minmax(260px, .9fr) minmax(520px, 2fr);
  align-items: start;
  gap: clamp(64px, 6vw, 120px);
  padding: clamp(43px, 5.6vh, 77px) 0 clamp(48px, 6.4vh, 88px);
}
.mega-menu__intro { border-right: 1px solid var(--line-dark); padding-right: 60px; }
.mega-menu__overview { display: flex; justify-content: space-between; align-items: flex-end; gap: 20px; margin-top: clamp(77px, 12.8vh, 144px); font-size: var(--fs-h3); line-height: var(--lh-h3); letter-spacing: var(--ls-h3); }
.mega-menu__overview:hover { color: var(--navy-3); }
.mega-menu__links { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; column-gap: 42px; }
.mega-menu__links li { border-top: 1px solid var(--line-dark); }
.mega-menu__links a { min-height: clamp(76px, 8vh, 104px); display: grid; grid-template-columns: 38px 1fr auto; align-items: center; gap: 18px; font-size: var(--fs-small); }
.mega-menu__links a:hover { color: var(--navy-3); }
.mega-menu__number { color: var(--muted); font-size: var(--fs-label); letter-spacing: var(--ls-label); }
.mobile-menu {
  display: none;
  position: absolute;
  z-index: 2;
  top: 100%;
  left: 0;
  right: 0;
  height: calc(100svh - var(--header-h));
  background: var(--navy);
  color: var(--white);
  visibility: hidden;
  opacity: 0;
  transform: translateY(-12px);
  transition: opacity .3s var(--ease), transform .3s var(--ease), visibility .3s;
  overflow-y: auto;
}
.mobile-menu[aria-hidden="false"] { visibility: visible; opacity: 1; transform: none; }
.mobile-menu__inner { min-height: calc(100svh - var(--header-h)); padding: 36px 0 70px; }
.mobile-menu__label { color: rgba(255,255,255,.5); font-size: var(--fs-label); text-transform: uppercase; letter-spacing: var(--ls-label); margin-bottom: 24px; }
.mobile-nav { border-top: 1px solid var(--line-light); }
.mobile-nav__group, .mobile-nav__direct { border-bottom: 1px solid var(--line-light); }
.mobile-nav__group > button, .mobile-nav__direct {
  width: 100%; min-height: 70px; display: flex; align-items: center; justify-content: space-between; border: 0; background: transparent; color: white; font-size: var(--fs-h3); letter-spacing: var(--ls-h3); padding: 0; text-align: left;
}
.mobile-nav__group > button { cursor: pointer; }
.mobile-nav__group > button span:last-child { transition: transform .25s; }
.mobile-nav__group > button[aria-expanded="true"] span:last-child { transform: rotate(45deg); }
.mobile-nav__panel { max-height: 0; overflow: hidden; display: grid; transition: max-height .4s var(--ease); }
.mobile-nav__group.is-open .mobile-nav__panel { max-height: 540px; padding-bottom: 20px; }
.mobile-nav__panel a { color: rgba(255,255,255,.68); padding: 9px 0 9px 20px; font-size: var(--fs-small); }
.mobile-nav__overview { color: var(--amber) !important; }
.mobile-menu__footer { padding-top: 42px; display: flex; justify-content: space-between; align-items: flex-end; gap: 32px; }
.mobile-menu__footer p { max-width: var(--text-body); color: rgba(255,255,255,.62); }

/* Global components */
.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255,255,255,.72);
  font-size: var(--fs-subtitle);
  font-weight: var(--fw-label);
  letter-spacing: var(--ls-label);
  text-transform: uppercase;
  margin-bottom: 26px;
}
.eyebrow > span { width: 32px; height: 1px; background: var(--amber); }
.eyebrow--no-line { gap: 0; }
.eyebrow--no-line > span { display: none; }
.eyebrow--dark { color: var(--muted); }
.eyebrow,
.solution-panel__kicker,
.collection-line__inner > div > p:first-child,
.risk-table__head,
.operating-model__columns article > span,
.scenario-row__inner p strong,
.site-footer__grid h2,
.process-stage__visibility,
.insight-card__meta,
.article-layout aside > p,
.project-form label > span:first-child {
  font-size: var(--fs-subtitle);
  line-height: var(--lh-label);
}

:where(
  .source-editorial__intro,
  .process-preview__header,
  .risk-control__header,
  .scenario-sequence__header,
  .why-us__grid,
  .statement-band__grid,
  .evidence-section__header,
  .principles__header,
  .editorial-media__intro,
  .industry-connection > .shell,
  .regional-value > .shell,
  .transparency > .shell,
  .contact-expectation > .shell
) { align-items: start; }

:where(
  .source-editorial__intro,
  .process-preview__header,
  .risk-control__header,
  .scenario-sequence__header,
  .why-us__grid,
  .statement-band__grid,
  .evidence-section__header,
  .principles__header,
  .editorial-media__intro,
  .industry-connection > .shell,
  .regional-value > .shell,
  .transparency > .shell,
  .contact-expectation > .shell
) .eyebrow { margin-top: .18em; }
.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  padding: 0 16px 0 19px;
  font-size: var(--fs-small);
  font-weight: var(--fw-button);
  letter-spacing: var(--ls-button);
  border: 1px solid transparent;
  transition: transform .25s var(--ease), background .25s var(--ease), color .25s var(--ease), border-color .25s;
}
.button:hover { transform: translateY(-2px); }
.button--primary { color: var(--button-primary-fg, var(--white)); background: var(--amber); }
.button--primary:hover { background: var(--amber-soft); }
.button--light { color: var(--navy); background: var(--white); }
.button--light:hover { color: var(--button-light-hover-fg, var(--white)); background: var(--amber); }
.home-hero .button--light:hover,
.home-hero .button--light:focus-visible {
  color: var(--navy);
  background: rgba(255,255,255,.9);
}
.button--dark { color: var(--white); background: var(--navy); }
.button--dark:hover { background: var(--navy-3); }
.button--ghost { color: var(--white); border-color: rgba(255,255,255,.5); background: rgba(255,255,255,.04); }
.button--ghost:hover { border-color: var(--white); background: rgba(255,255,255,.1); }
.button-arrow { font-size: var(--fs-lead); font-weight: var(--fw-body); }
.text-link { display: inline-flex; align-items: center; justify-content: space-between; gap: 26px; border-bottom: 1px solid currentColor; padding-bottom: 7px; font-size: var(--fs-small); font-weight: var(--fw-button); }
.text-link:hover { color: #0078D2; }
.page-hero:not(.page-hero--light) .button--primary,
.home-hero .button--primary,
.manufacturing-hope .button--primary,
.operating-model .button--primary,
.shared-dark-field .button--primary,
.final-cta .button--primary,
.statement-band--ink .button--primary,
.evidence-section .button--primary,
.not-found .button--primary {
  --button-primary-fg: var(--navy);
}
.button-arrow,
.nav-chevron,
.language-trigger__chevron,
.mega-menu__number,
.page-hero__meta > span,
.home-hero__trust span,
.scroll-cue,
.sequence-counter,
.problem-step__copy > span,
.solution-panel__copy > span,
.solution-panel__kicker,
.source-band__number,
.source-band__arrow,
.process-preview__card > span,
.risk-table__head,
.risk-table__index,
.operating-model__columns article > span,
  .scenario-row__number,
  .execution-principles__card > span,
  .scenario-row__inner p strong,
  .why-us__meta span,
  .collection-line__inner > span,
.collection-line__inner > div > p:first-child,
.collection-line__inner i,
.detail-method li span,
.evidence-strip span,
.related-rail__number,
.related-rail__arrow,
.product-cinema__row > .shell > span,
.industry-index__row > .shell > span,
.product-cinema__row i,
.industry-index__row i,
.spec-story__sections article > span,
.industry-detail article > span,
.industry-connection a > span,
.industry-connection i,
.process-long aside nav a,
.process-long aside nav a span,
.process-stage__copy > span,
.process-stage__visibility,
.scenario-detail__grid > span,
.scenario-detail__columns strong,
.scenario-path span,
.scenario-path i,
.region-map__list article > span,
.regional-value li > span,
.insight-card__meta,
.article-layout aside > p,
.article-layout aside nav a,
.article-layout aside nav a span,
.article-layout__content section > span,
.about-model article > span,
.principles__list span,
.project-form label > span:first-child,
.contact-expectation li span,
.legal-page section > span,
.not-found > .shell > span,
.site-footer__grid h2,
.site-footer__bottom {
  font-family: var(--font-accent);
}
/* Generic page hero */
.page-hero {
  min-height: 94svh;
  padding-top: var(--header-h);
  position: relative;
  color: var(--white);
  background: var(--navy);
  overflow: hidden;
}
.page-hero--compact { min-height: 82svh; }
.page-hero--light { color: var(--ink); background: var(--paper); }
.page-hero__backdrop { position: absolute; inset: 0; pointer-events: none; }
.page-hero--media .page-hero__backdrop {
  background-image: linear-gradient(90deg, rgba(4,16,25,.96) 0%, rgba(4,16,25,.81) 42%, rgba(4,16,25,.27) 74%, rgba(4,16,25,.4) 100%), var(--hero-image);
  background-size: cover;
  background-position: center;
  transform: scale(1.035);
  animation: hero-settle 1.4s var(--ease) both;
}
body[data-route^="/what-we-source/"] .page-hero--media .page-hero__backdrop {
  background-image:
    linear-gradient(90deg, rgba(4,16,25,.82) 0%, rgba(4,16,25,.58) 36%, rgba(4,16,25,.2) 72%, rgba(4,16,25,.34) 100%),
    linear-gradient(0deg, rgba(4,16,25,.5) 0%, rgba(4,16,25,0) 46%),
    var(--hero-image);
}
body[data-route="/what-we-source/cnc-machining/"] .page-hero--media .page-hero__backdrop {
  background-image:
    linear-gradient(rgba(4,16,25,.18), rgba(4,16,25,.18)),
    linear-gradient(90deg, rgba(4,16,25,.72) 0%, rgba(4,16,25,.48) 36%, rgba(4,16,25,.14) 72%, rgba(4,16,25,.25) 100%),
    linear-gradient(0deg, rgba(4,16,25,.48) 0%, rgba(4,16,25,0) 46%),
    var(--hero-image);
}
.page-hero--light .page-hero__backdrop { background: radial-gradient(circle at 85% 22%, rgba(7,24,38,.08), transparent 30%), linear-gradient(135deg, transparent 55%, rgba(11,44,66,.06)); }
.page-hero__inner { min-height: inherit; display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(260px, .55fr); align-items: end; gap: 80px; padding-top: 150px; padding-bottom: 72px; position: relative; z-index: 1; }
.page-hero__copy { max-width: var(--text-hero); }
.page-hero h1 { font-size: var(--fs-h1); margin-bottom: 30px; max-width: var(--text-hero); }
.page-hero--compact h1 { font-size: var(--fs-h1); }
.page-hero__intro { max-width: var(--text-lead); font-size: var(--fs-lead); line-height: var(--lh-lead); color: rgba(255,255,255,.72); }
.page-hero--light .page-hero__intro { color: var(--muted); }
.page-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.page-hero__meta { align-self: end; border-top: 1px solid rgba(255,255,255,.35); padding-top: 22px; display: grid; grid-template-columns: auto 1fr; gap: 10px 16px; max-width: 330px; }
.page-hero--light .page-hero__meta { border-color: var(--line-dark); }
.page-hero__meta > span { color: var(--amber); font-size: var(--fs-label); font-weight: var(--fw-label); letter-spacing: var(--ls-label); }
.page-hero__meta > p { margin: 0; color: rgba(255,255,255,.68); font-size: var(--fs-label); }
.page-hero--light .page-hero__meta > p { color: var(--muted); }
@keyframes hero-settle { from { transform: scale(1.11); } to { transform: scale(1.035); } }

/* Home hero */
.home-hero {
  min-height: 100svh;
  position: sticky;
  top: 0;
  color: var(--white);
  background: var(--navy);
  overflow: hidden;
  z-index: 1;
  isolation: isolate;
}
.home-hero ~ section {
  position: relative;
  z-index: 7;
}
.home-hero::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: rgba(2, 8, 13, var(--hero-dim, 0));
  pointer-events: none;
}
.home-hero__media { position: absolute; inset: 0; overflow: hidden; }
.home-hero__media > .home-gearbox-stage {
  position: absolute; inset: -3%;
  background:
    radial-gradient(circle at 64% 44%, rgba(255,255,255,.11), transparent 18%),
    radial-gradient(circle at 44% 47%, rgba(255,255,255,.07), transparent 24%),
    linear-gradient(115deg, #020b12 0%, #061b25 42%, #0b2f36 100%);
  transform: scale(var(--hero-scale, 1.04));
  will-change: transform;
}
.home-hero__slide {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  transition: opacity 1.25s var(--ease);
}
.home-hero__slide.is-active {
  z-index: 1;
  opacity: 1;
}
.home-hero__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--hero-position, center);
  filter: saturate(.8) contrast(1.04);
  transform: translate3d(var(--hero-x-start, 0), var(--hero-y-start, 0), 0) scale(1.04);
  will-change: transform;
}
.home-hero__slide.is-active img {
  animation: home-hero-drift 7.25s linear both;
}
.home-hero__slide--review {
  --hero-position: 64% center;
  --hero-x-start: 0%;
  --hero-y-start: 0%;
  --hero-x-end: -1.5%;
  --hero-y-end: -.5%;
}
.home-hero__slide--machining {
  --hero-position: 63% center;
  --hero-x-start: -1%;
  --hero-y-start: 0%;
  --hero-x-end: 1%;
  --hero-y-end: -.8%;
}
.home-hero__slide--fabrication {
  --hero-position: 68% center;
  --hero-x-start: 0%;
  --hero-y-start: .5%;
  --hero-x-end: -1.2%;
  --hero-y-end: -1%;
}
@keyframes home-hero-drift {
  from {
    transform: translate3d(var(--hero-x-start, 0), var(--hero-y-start, 0), 0) scale(1.04);
  }
  to {
    transform: translate3d(var(--hero-x-end, 0), var(--hero-y-end, 0), 0) scale(1.105);
  }
}
.gearbox-assembly {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: .98;
  filter: saturate(.8);
}
.home-gearbox-canvas,
.home-gearbox-fallback {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.home-gearbox-canvas {
  display: block;
  opacity: 0;
  transition: opacity .9s var(--ease);
}
.home-gearbox-fallback {
  opacity: .56;
  transition: opacity .55s var(--ease);
}
.home-hero__media > div.is-model-loaded .home-gearbox-canvas { opacity: .92; }
.home-hero__media > div.is-model-loaded .home-gearbox-fallback { opacity: 0; }
.home-hero__media > div.is-model-fallback .home-gearbox-canvas { display: none; }
.home-hero__media > div.is-model-fallback .home-gearbox-fallback,
.home-hero__media > div.is-model-loading .home-gearbox-fallback { opacity: .72; }
.assembly-blueprint { opacity: .34; }
.assembly-blueprint path,
.assembly-blueprint circle {
  fill: none;
  stroke: rgba(203,212,215,.45);
  stroke-width: 1.2;
  stroke-dasharray: 8 12;
}
.assembly-part {
  opacity: .22;
  transform-box: fill-box;
  transform-origin: center;
  animation: assembly-part-in 15s var(--ease) infinite;
}
.assembly-casing { --from-x: -54px; --from-y: 32px; animation-delay: .2s; }
.assembly-shaft-a { --from-x: 120px; --from-y: -18px; animation-delay: 1.2s; }
.assembly-shaft-b { --from-x: -100px; --from-y: 28px; animation-delay: 1.8s; }
.assembly-gear-a { --from-x: -120px; --from-y: -95px; animation-delay: 2.5s; }
.assembly-gear-b { --from-x: 140px; --from-y: -75px; animation-delay: 3.1s; }
.assembly-gear-c { --from-x: 22px; --from-y: 118px; animation-delay: 3.7s; }
.assembly-cover { --from-x: 0; --from-y: -80px; animation-delay: 4.7s; }
.assembly-bolts { --from-x: 0; --from-y: -24px; animation-delay: 5.6s; }
.casing-fill {
  fill: rgba(145,159,166,.18);
  stroke: none;
}
.casing-line,
.casing-inner {
  fill: none;
  stroke: rgba(238,244,246,.72);
  stroke-width: 3;
}
.assembly-shaft rect {
  fill: url("#assembly-steel");
  stroke: rgba(238,244,246,.34);
  stroke-width: 1.2;
}
.gear-tooth,
.gear-body {
  fill: url("#assembly-steel");
  stroke: rgba(238,244,246,.36);
  stroke-width: 1.4;
}
.gear-cut {
  fill: rgba(7,24,38,.86);
  stroke: rgba(238,244,246,.44);
  stroke-width: 2;
}
.gear-pin {
  fill: url("#assembly-amber");
  filter: url("#assembly-glow");
}
.gear-rotor {
  transform-box: fill-box;
  transform-origin: center;
  animation: gear-rotate 15s linear infinite;
}
.gear-rotor--reverse { animation-name: gear-rotate-reverse; }
.assembly-cover path,
.assembly-cover circle {
  fill: rgba(11,44,66,.18);
  stroke: rgba(238,244,246,.46);
  stroke-width: 2;
}
.assembly-bolts circle {
  fill: url("#assembly-amber");
  stroke: rgba(255,255,255,.52);
  stroke-width: 1.2;
  filter: url("#assembly-glow");
}
.assembly-flow {
  opacity: .55;
  font-family: var(--font-accent);
  font-size: var(--fs-diagram);
  letter-spacing: .14em;
  text-transform: uppercase;
}
.assembly-flow path {
  fill: none;
  stroke: rgba(203,212,215,.38);
  stroke-width: 1.5;
}
.assembly-flow circle {
  fill: var(--amber);
  filter: url("#assembly-glow");
  animation: flow-pulse 15s ease-in-out infinite;
}
.assembly-flow text { fill: rgba(255,255,255,.56); }
.assembly-flow rect {
  fill: var(--amber);
  opacity: .58;
  transform-box: fill-box;
  transform-origin: left center;
  animation: flow-bar 15s ease-in-out infinite;
}
@keyframes assembly-part-in {
  0%, 7% {
    opacity: .2;
    transform: translate3d(var(--from-x, 0), var(--from-y, 0), 0) scale(.96);
  }
  18%, 78% {
    opacity: .94;
    transform: translate3d(0, 0, 0) scale(1);
  }
  88%, 100% {
    opacity: .18;
    transform: translate3d(0, 0, 0) scale(1.01);
  }
}
@keyframes gear-rotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}
@keyframes gear-rotate-reverse {
  from { transform: rotate(0deg); }
  to { transform: rotate(-360deg); }
}
@keyframes flow-pulse {
  0%, 22%, 100% { opacity: .26; }
  36%, 68% { opacity: .88; }
}
@keyframes flow-bar {
  0%, 24% { transform: scaleX(.16); opacity: .24; }
  42%, 74% { transform: scaleX(1); opacity: .7; }
  100% { transform: scaleX(.35); opacity: .24; }
}
.home-hero__veil { position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(3,14,22,.98) 0%, rgba(3,14,22,.84) 34%, rgba(3,14,22,.36) 70%, rgba(3,14,22,.48) 100%), linear-gradient(0deg, rgba(3,14,22,.74) 0%, rgba(3,14,22,.05) 52%, rgba(3,14,22,.34) 100%); }
.home-hero__inner { position: relative; z-index: 2; min-height: 100svh; display: grid; grid-template-columns: 1.5fr .5fr; gap: 80px; align-items: start; padding-top: clamp(132px, 15svh, 168px); padding-bottom: 104px; }
.home-hero__copy {
  max-width: var(--text-hero);
  opacity: var(--hero-copy-opacity, 1);
  transform: translate3d(0, var(--hero-copy-y, 0), 0);
  will-change: transform, opacity;
}
.home-hero h1 { font-size: var(--fs-h1); max-width: var(--text-hero); margin-bottom: 26px; }
.home-hero__copy > p { max-width: min(72ch, 760px); font-size: var(--fs-lead); line-height: var(--lh-lead); color: rgba(255,255,255,.74); }
.home-hero__actions {
  position: absolute;
  left: 0;
  bottom: clamp(92px, 12svh, 132px);
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 0;
}
.home-hero__trust { position: absolute; z-index: 3; left: 0; right: 0; bottom: 0; height: 58px; border-top: 1px solid var(--line-light); background: rgba(3,14,22,.55); backdrop-filter: blur(8px); }
.home-hero__trust .shell { height: 100%; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.home-hero__trust span { color: rgba(255,255,255,.72); font-size: var(--fs-label); text-transform: uppercase; letter-spacing: var(--ls-label); padding-right: 24px; }
.home-hero__trust span:not(:first-child) { border-left: 1px solid var(--line-light); padding-left: 28px; }
.scroll-cue { position: absolute; z-index: 4; right: 34px; top: 50%; transform: rotate(90deg) translateX(50%); transform-origin: right center; display: flex; align-items: center; gap: 14px; color: rgba(255,255,255,.6); font-size: var(--fs-label); text-transform: uppercase; letter-spacing: var(--ls-label); }
.scroll-cue i { display: block; width: 52px; height: 1px; background: var(--amber); }
/* Problem sequence */
.problem-sequence { background: var(--paper); padding: 150px 0 0; }
.problem-sequence__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(48px, 5vw, 96px); align-items: start; }
.problem-sequence__sticky { position: sticky; top: 140px; padding-bottom: 120px; }
.problem-sequence__sticky h2 { width: min(calc(100% + clamp(48px, 5vw, 96px)), 760px); max-width: none; font-size: var(--fs-h2); margin-bottom: 30px; }
body[data-language="zh-Hant"] .problem-sequence__sticky h2 em { white-space: nowrap; }
body[data-language="zh-Hant"] .problem-sequence__sticky h2 em br { display: none; }
.problem-sequence__sticky > p { width: min(calc(100% + clamp(48px, 5vw, 96px)), 760px); max-width: none; color: var(--muted); font-size: var(--fs-lead); line-height: var(--lh-lead); }
.sequence-counter { display: flex; align-items: center; gap: 15px; margin-top: 52px; color: var(--muted); font-size: var(--fs-label); letter-spacing: var(--ls-label); }
.sequence-counter span:first-child { color: var(--navy); font-size: var(--fs-small); }
.sequence-counter i { width: 90px; height: 1px; background: var(--line-dark); }
.problem-sequence__nav { display: grid; gap: 0; width: min(calc(100% + clamp(48px, 5vw, 96px)), 640px); margin-top: 52px; border-top: 1px solid var(--line-dark); }
.problem-sequence__nav button { appearance: none; width: 100%; display: grid; grid-template-columns: 38px 1fr; gap: 16px; align-items: center; padding: 15px 0; border: 0; border-bottom: 1px solid var(--line-dark); background: transparent; color: var(--muted); font: inherit; text-align: left; cursor: pointer; transition: color .25s var(--ease), opacity .25s var(--ease); }
.problem-sequence__nav button:hover,
.problem-sequence__nav button.is-active { color: var(--ink); }
.problem-sequence__nav button span { color: var(--amber); font-family: var(--font-accent); font-size: var(--fs-label); font-weight: var(--fw-label); letter-spacing: var(--ls-label); }
.problem-sequence__nav button strong { font-size: var(--fs-small); font-weight: var(--fw-button); line-height: var(--lh-small); }
.problem-sequence__link { margin-top: 28px; }
.problem-sequence__steps { padding-bottom: 80px; }
.problem-step { min-height: calc(100svh - var(--header-h)); padding-block: clamp(150px, 22svh, 220px) clamp(80px, 10svh, 120px); border-top: 1px solid var(--line-dark); display: grid; grid-template-columns: 1fr; gap: clamp(28px, 5svh, 48px); align-content: start; align-items: start; opacity: .3; transform: translateY(24px); transition: opacity .5s var(--ease), transform .5s var(--ease); }
.problem-step.is-active { opacity: 1; transform: none; }
.problem-step__copy { display: grid; grid-template-columns: 70px 1fr; gap: 24px; align-items: start; min-width: 0; }
.problem-step__copy > span { color: var(--amber); font-size: var(--fs-label); font-weight: var(--fw-label); letter-spacing: var(--ls-label); }
.problem-step h3 { font-size: var(--fs-h3); max-width: 100%; margin-bottom: 20px; }
body[data-language="zh-Hant"] .problem-step h3 { max-width: none; white-space: nowrap; }
body[data-language="en"] .problem-step h3 { max-width: 100%; white-space: nowrap; }
.problem-step p { max-width: 100%; color: var(--muted); font-size: var(--fs-body); }
.problem-step__media { position: relative; margin: 0 0 0 94px; width: calc(100% - 94px); aspect-ratio: 16 / 9; overflow: hidden; border: 1px solid rgba(7,24,38,.14); background: var(--paper-2); }
.problem-step__media img { width: 100%; height: 100%; object-fit: cover; }

.manufacturing-hope {
  padding: clamp(118px, 13svh, 168px) 0 clamp(118px, 13svh, 168px);
}
.manufacturing-hope__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(42px, 5.4svh, 64px);
  align-items: center;
}
@media (min-width: 1361px) {
  .manufacturing-hope__grid {
    width: 100vw;
    margin-inline: calc((100% - 100vw) / 2);
  }
}
.manufacturing-hope__header {
  justify-self: center;
  width: min(100%, 1420px);
  text-align: center;
}
.manufacturing-hope__header .eyebrow {
  justify-content: center;
  gap: 0;
}
.manufacturing-hope__header .eyebrow > span {
  display: none;
}
.manufacturing-hope__header .eyebrow::before {
  content: none;
}
.manufacturing-hope__header h2 {
  max-width: min(100%, 1420px);
  margin: 0 auto;
  color: #050b10;
  font-size: clamp(1.68rem, 2.85vw, 3.28rem);
  line-height: .98;
  font-weight: var(--fw-heading);
  letter-spacing: 0;
}
.manufacturing-hope__header > p {
  width: min(100%, 760px);
  max-width: none;
  margin: 20px auto 0;
  color: #111b22;
  font-size: clamp(1rem, 1.22vw, 1.28rem);
  line-height: 1.35;
}
body[data-language="zh-Hant"] .manufacturing-hope__header h2 {
  white-space: nowrap;
}
.manufacturing-hope__feature-card {
  --hope-card-pad: clamp(30px, 3.8vw, 62px);
  --hope-feature-width: var(--adobe-stage);
  --hope-card-width: var(--hope-feature-width);
  position: relative;
  display: grid;
  grid-template-columns: minmax(420px, .92fr) minmax(520px, 1.08fr);
  gap: clamp(28px, 2.8vw, 48px);
  align-items: end;
  width: var(--hope-card-width);
  min-height: clamp(693px, 74.8svh, 836px);
  margin: 0 auto;
  padding: var(--hope-card-pad);
  overflow: hidden;
  border: none;
  border-radius: clamp(22px, 2vw, 34px);
  background:
    linear-gradient(38deg, #031b2b 0%, #0f5b85 50%, #73bddf 100%);
}
@media (min-width: 1181px) {
  .js .manufacturing-hope__feature-card.has-hope-width-reveal {
    will-change: width;
  }
}

.manufacturing-hope__copy {
  position: relative;
  z-index: 2;
  align-self: center;
  padding-block: clamp(8px, 2svh, 28px);
}
.manufacturing-hope__link {
  justify-self: center;
  width: var(--hope-feature-width, min(calc(100vw - 8px), 1840px));
  margin-top: calc(clamp(42px, 5.4svh, 64px) * -1 + 18px);
  display: flex;
  justify-content: flex-end;
  padding-inline: clamp(22px, 2.2vw, 42px);
}
.manufacturing-hope__media {
  position: relative;
  z-index: 1;
  align-self: end;
  justify-self: end;
  width: min(100%, 1001px);
  margin: 0 calc(var(--hope-card-pad) * -1) calc(var(--hope-card-pad) * -1) 0;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  border: 1px solid rgba(7,24,38,.12);
  border-right: 0;
  border-bottom: 0;
  border-radius: clamp(16px, 1.55vw, 26px) 0 0 0;
  background: var(--paper-2);
  box-shadow: none;
}
.manufacturing-hope__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.manufacturing-hope__media figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 12px 18px;
  color: rgba(255,255,255,.78);
  background: linear-gradient(90deg, rgba(3,14,22,.74), rgba(3,14,22,.18));
  font-size: var(--fs-small);
  line-height: var(--lh-small);
}
.manufacturing-hope__outcomes-title {
  width: min(100%, 820px);
  max-width: 820px;
  margin: 0 0 clamp(24px, 3svh, 34px);
  color: #fff;
  font-size: clamp(1.35rem, 1.55vw, 1.8rem);
  font-weight: var(--fw-heading);
  line-height: 1.18;
  letter-spacing: 0;
}
.manufacturing-hope__outcomes {
  width: min(100%, 820px);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 0;
}
.manufacturing-hope__outcomes article {
  position: relative;
  min-height: 154px;
  padding: clamp(20px, 1.75vw, 26px);
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 14px;
  background: rgba(255,255,255,.1);
  box-shadow: none;
  transform-origin: center;
  transition:
    background .3s var(--ease),
    border-color .3s var(--ease),
    color .3s var(--ease),
    transform .24s cubic-bezier(.2, 0, .18, 1);
  will-change: transform;
}
.manufacturing-hope__outcomes article:hover {
  z-index: 2;
  border-color: rgba(255,255,255,.24);
  background: rgba(255,255,255,.16);
  transform: scale(1.025);
}
.manufacturing-hope__outcome-head {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 12px;
  align-items: baseline;
  margin-bottom: 14px;
}
.manufacturing-hope__outcomes span {
  display: block;
  color: rgba(255,255,255,.88);
  font-family: var(--font-accent);
  font-size: var(--fs-label);
  font-weight: var(--fw-label);
  letter-spacing: var(--ls-label);
}
.manufacturing-hope__outcomes h3 {
  max-width: none;
  margin: 0;
  color: #fff;
  font-size: clamp(1rem, 1.06vw, 1.22rem);
}
body[data-language="en"] .manufacturing-hope__outcomes h3 {
  max-width: min(14rem, 100%);
  text-wrap: balance;
}
body[data-language="en"] .manufacturing-hope__outcomes article:nth-child(2) h3 {
  max-width: min(12rem, 100%);
}
.manufacturing-hope__outcomes p {
  margin: 0;
  color: rgba(255,255,255,.72);
  font-size: var(--fs-body-sm);
  line-height: var(--lh-body);
}

/* Horizontal solutions story */
.horizontal-story { position: relative; height: var(--horizontal-story-height, calc(var(--panel-count) * 88vh)); color: var(--ink); background: transparent; isolation: isolate; }
.horizontal-story__sticky { position: sticky; top: var(--header-h); height: calc(100svh - var(--header-h)); overflow: hidden; display: flex; flex-direction: column; background: transparent; }
.horizontal-story__sticky::before,
.horizontal-story__sticky::after {
  content: none;
}
.horizontal-story__top { flex: 0 0 250px; display: grid; grid-template-columns: 1fr; justify-items: center; gap: 22px; align-items: start; padding-top: 75px; padding-bottom: 9px; text-align: center; }
.horizontal-story__top,
.horizontal-story__viewport,
.horizontal-story__progress {
  position: relative;
  z-index: 1;
}
.horizontal-story__top h2 { color: var(--white); font-size: var(--fs-h2); margin-bottom: 18px; text-align: center; }
.horizontal-story__top p { max-width: var(--text-lead); margin-inline: auto; color: rgba(255,255,255,.66); text-align: center; }
.horizontal-story__top .eyebrow { color: rgba(255,255,255,.62); }
.horizontal-story__viewport { flex: 1; min-height: 0; overflow: hidden; }
.horizontal-story__track { height: 100%; display: flex; align-items: center; gap: 18px; padding: 0 0 clamp(14px, 1.6svh, 18px) max(48px, calc((100vw - 1440px)/2)); will-change: transform; }
.solution-panel { --solution-panel-width: min(1030px, 74vw); --solution-media-share: .575; flex: 0 0 var(--solution-panel-width); height: min(100%, calc(var(--solution-panel-width) * var(--solution-media-share) * .75)); display: grid; grid-template-columns: 1.15fr .85fr; border-radius: var(--panel-radius, var(--radius-panel)); background: var(--white); color: var(--ink); overflow: hidden; }
.solution-panel__media { position: relative; overflow: hidden; }
.solution-panel__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 55%, rgba(7,24,38,.15)); }
.solution-panel__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.solution-panel:hover .solution-panel__media img { transform: scale(1.045); }
.solution-panel__copy { padding: 42px; display: flex; flex-direction: column; align-items: flex-start; }
.solution-panel__copy > span { color: var(--amber); font-size: var(--fs-label); font-weight: var(--fw-label); }
.solution-panel__kicker { margin: auto 0 18px; color: var(--muted); font-size: var(--fs-label); font-weight: var(--fw-label); letter-spacing: var(--ls-label); }
.solution-panel h3 { min-height: 2.36em; font-size: var(--fs-h3); line-height: var(--lh-h3); margin-bottom: 22px; }
.solution-panel__copy > p:not(.solution-panel__kicker) { min-height: 4.95em; color: var(--muted); font-size: var(--fs-body); line-height: var(--lh-body); margin-bottom: 28px; }
.horizontal-story__progress { flex: 0 0 7px; margin-bottom: 22px; background: rgba(7,24,38,.16); height: 1px; position: relative; }
.horizontal-story__progress span { position: absolute; inset: 0 auto 0 0; width: 0; background: var(--amber); }

/* What we source editorial */
.source-editorial { background: var(--paper); padding: 150px 0 70px; }
.source-editorial__intro { display: grid; grid-template-columns: 1fr; justify-items: start; align-items: start; gap: clamp(18px, 2.2svh, 26px); margin-bottom: 90px; }
.source-editorial__intro > div:last-child { width: 100%; }
.source-editorial__intro .eyebrow { margin-top: .18em; }
.source-editorial__intro h2 { font-size: var(--fs-h2); max-width: 1380px; margin-bottom: 24px; }
.source-editorial__intro h2 em { display: block; }
.source-editorial__intro h2,
.source-editorial__intro h2 em { white-space: nowrap; }
.source-editorial__intro p { width: 100%; max-width: 1380px; color: var(--muted); font-size: var(--fs-lead); }
.source-editorial__list { border-top: 1px solid var(--line-dark); }
.source-band { position: relative; display: block; min-height: 188px; border-bottom: 1px solid var(--line-dark); overflow: hidden; }
.source-band__image { position: absolute; top: 0; right: 0; bottom: 0; width: 46%; background-image: linear-gradient(90deg, #f6fafb, rgba(246,250,251,.15)), var(--source-image); background-size: cover; background-position: center; opacity: 0; transform: scale(1.08); transition: opacity .45s var(--ease), transform .8s var(--ease); }
.source-band:hover .source-band__image { opacity: .95; transform: scale(1); }
.source-band__inner { position: relative; z-index: 1; min-height: inherit; display: grid; grid-template-columns: 70px minmax(260px, 1.08fr) minmax(320px, 1.16fr) 44px; align-items: center; gap: clamp(24px, 3vw, 54px); }
.source-band__number { color: var(--amber); font-size: var(--fs-label); font-weight: var(--fw-label); }
.source-band__main,
.source-band__value { display: grid; align-content: start; }
.source-band__title { font-size: var(--fs-h3); letter-spacing: var(--ls-h3); line-height: var(--lh-h3); }
.source-band__summary,
.source-band__value { color: var(--muted); max-width: 46em; font-size: var(--fs-small); line-height: var(--lh-small); transition: color .3s; }
.source-band__arrow { font-size: var(--fs-h3); }
.source-band:hover .source-band__summary,
.source-band:hover .source-band__value { color: var(--ink); }
.source-editorial__footer { display: flex; justify-content: space-between; align-items: center; gap: 40px; padding-top: 60px; }
.source-editorial__footer p { max-width: var(--text-lead); margin: 0; font-size: var(--fs-lead); line-height: var(--lh-lead); letter-spacing: var(--ls-body); }

.source-editorial[data-source-service] {
  --source-service-width: var(--adobe-stage);
  padding: clamp(92px, 10svh, 124px) 0 clamp(78px, 8svh, 104px);
}
.source-editorial[data-source-service] .source-editorial__intro {
  display: block;
  width: min(100%, 980px);
  margin: 0 auto clamp(38px, 4.8svh, 56px);
  text-align: center;
}
.source-editorial[data-source-service] .source-editorial__intro h2 {
  max-width: none;
  margin: 0 auto 22px;
  font-size: var(--fs-h2);
  line-height: var(--lh-h2);
  font-family: var(--font-heading);
  font-weight: var(--fw-heading);
  color: var(--ink);
  text-wrap: balance;
}
.source-editorial[data-source-service] .source-editorial__intro h2,
.source-editorial[data-source-service] .source-editorial__intro h2 em { white-space: normal; }
.source-editorial[data-source-service] .source-editorial__intro h2 em {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: normal;
  font-weight: inherit;
}
.source-editorial[data-source-service] .source-editorial__intro p {
  max-width: 860px;
  margin: 0 auto;
  font-size: var(--fs-lead);
  line-height: var(--lh-lead);
  color: var(--muted);
}
.source-editorial[data-source-service] .source-editorial__footer {
  width: var(--source-service-width);
  max-width: var(--source-service-width);
  padding-top: clamp(34px, 3.8svh, 46px);
}
.source-service {
  width: var(--source-service-width);
  max-width: var(--source-service-width);
  border-top: 0;
  border-bottom: 0;
}
.source-service__tabs {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  border-bottom: 1px solid var(--line-dark);
}
.source-service__tab {
  position: relative;
  min-height: 76px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 10px;
  padding: 15px 14px 17px;
  border: 0;
  border-right: 0;
  background: transparent;
  color: var(--ink);
  text-align: center;
  cursor: pointer;
  transition: color .28s var(--ease);
}
.source-service__tab:last-child { border-right: 0; }
.source-service__tab::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 3px;
  background: var(--amber);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .34s var(--ease);
}
.source-service__tab span {
  display: none;
  color: var(--amber);
  font-family: var(--font-accent);
  font-size: var(--fs-label);
  font-weight: var(--fw-label);
}
.source-service__tab strong {
  color: var(--ink);
  font-size: clamp(1rem, .78vw, 1.12rem);
  line-height: 1.18;
  font-weight: var(--fw-heading);
}
.source-service__tab:hover,
.source-service__tab:focus-visible,
.source-service__tab.is-active {
  color: var(--ink);
  background: transparent;
}
.source-service__tab:hover::after,
.source-service__tab:focus-visible::after,
.source-service__tab.is-active::after { transform: scaleX(1); }
.source-service__panels { position: relative; min-height: clamp(320px, 34svh, 400px); }
.source-service__panel {
  --source-service-panel-pad-x: clamp(34px, 3.2vw, 56px);
  display: grid;
  grid-template-columns: minmax(260px, .82fr) minmax(300px, .86fr) minmax(480px, 1.18fr);
  grid-template-rows: clamp(118px, 12svh, 150px) auto 1fr;
  gap: 0 clamp(36px, 4vw, 68px);
  align-items: start;
  padding: clamp(22px, 2.8svh, 32px) var(--source-service-panel-pad-x) clamp(30px, 3.6svh, 44px);
}
.source-service__panel[hidden] { display: none; }
.js .source-service__panel {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity .34s var(--ease), transform .34s var(--ease);
}
.js .source-service__panel.is-active { opacity: 1; transform: none; }
.source-service__copy { display: contents; }
.source-service__copy > span { display: none; }
.source-service__copy h3 {
  grid-column: 1;
  grid-row: 1;
  max-width: 20ch;
  margin: 0 0 18px;
  font-size: var(--fs-h3);
  line-height: var(--lh-h3);
  letter-spacing: var(--ls-h3);
  transform: translateY(clamp(44px, 5svh, 66px));
}
.source-service__copy p {
  grid-column: 1;
  grid-row: 2;
  max-width: 34em;
  margin: 0 0 26px;
  color: var(--muted);
  font-size: var(--fs-body);
  line-height: var(--lh-body);
}
.source-service__link {
  grid-column: 1;
  grid-row: 3;
  align-self: end;
  max-width: 250px;
}
.source-service__checks {
  grid-column: 2;
  grid-row: 2 / span 2;
  align-self: start;
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 18px;
}
.source-service__checks li {
  position: relative;
  padding-left: 34px;
  color: var(--ink);
  font-size: var(--fs-body);
  line-height: var(--lh-body);
}
.source-service__checks li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .5em;
  width: 13px;
  height: 7px;
  border-left: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);
  transform: rotate(-45deg);
}
.source-service__media {
  grid-column: 3;
  grid-row: 1 / span 3;
  display: block;
  justify-self: end;
  width: min(100%, clamp(620px, 36vw, 820px));
  margin-right: calc(-1 * var(--source-service-panel-pad-x));
  overflow: hidden;
  border-radius: 12px;
  background: rgba(255,255,255,.7);
}
.source-service__media img {
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  display: block;
  object-fit: cover;
  transform: scale(1);
  transform-origin: center;
  transition: transform .78s var(--ease), filter .45s var(--ease);
  filter: saturate(.92);
}
.source-service__media:hover img,
.source-service__media:focus-visible img {
  transform: scale(1.065);
  filter: saturate(1);
}

/* Garage-door reveal between manufacturing path and operating base */
.garage-door {
  background: var(--paper);
}
.garage-door__sticky,
.garage-door__door,
.garage-door__under {
  min-width: 0;
}
/* Shared fixed background for the local execution sequence */
.shared-dark-field {
  --shared-bg-scale: 1.035;
  --shared-bg-opacity: 0;
  position: relative;
  background: transparent;
  isolation: isolate;
}
.shared-dark-field__background {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  opacity: var(--shared-bg-opacity);
  transform: scale(var(--shared-bg-scale));
  transform-origin: 50% 50%;
  will-change: opacity, transform;
}
.shared-dark-field__background::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: #000;
  opacity: .8;
  pointer-events: none;
}
.shared-dark-field__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  background-size: cover;
  background-position: center;
  filter: saturate(.76);
  z-index: 1;
}
.shared-dark-field__bg::after {
  content: "";
  position: absolute;
  inset: 0;
}
.shared-dark-field__bg--hong-kong {
  left: 0;
  background-image: url('/assets/hong-kong.webp');
}
.shared-dark-field__bg--hong-kong::after {
  background: linear-gradient(90deg, rgba(7,24,38,.58), rgba(7,24,38,.92));
}
.shared-dark-field__bg--beijing {
  right: 0;
  background-image: url('/assets/beijing.webp');
}
.shared-dark-field__bg--beijing::after {
  background: linear-gradient(90deg, rgba(7,24,38,.9), rgba(7,24,38,.6));
}
.shared-dark-field > :not(.shared-dark-field__background) {
  position: relative;
  z-index: 1;
}
.js .garage-door {
  --garage-door-y: 0px;
  --garage-under-y: 0px;
  --garage-under-scale: 1;
  --garage-bg-scale: 1.035;
  --operating-content-y: 0px;
  --operating-head-opacity: 1;
  --operating-head-y: 0px;
  --operating-cards-opacity: 1;
  --operating-cards-y: 0px;
  position: relative;
  height: 200svh;
  background: transparent;
  isolation: isolate;
}
.js .garage-door__sticky {
  position: sticky;
  top: 0;
  height: 100svh;
  overflow: hidden;
  background: transparent;
}
.js .garage-door__under {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  transform: translate3d(0, var(--garage-under-y), 0) scale(var(--garage-under-scale));
  transform-origin: 50% 50%;
  will-change: transform;
}
.js .garage-door__door {
  position: relative;
  z-index: 2;
  height: 100svh;
  background: var(--paper);
  border-radius: 0 0 var(--panel-radius, var(--radius-panel)) var(--panel-radius, var(--radius-panel));
  overflow: hidden;
  transform: translate3d(0, var(--garage-door-y), 0);
  will-change: transform, border-radius;
}
.js .garage-door__door .source-editorial[data-source-service] {
  height: 100svh;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  overflow: hidden;
  padding-top: clamp(104px, 11svh, 132px);
  padding-bottom: clamp(70px, 7svh, 92px);
}
.js .garage-door__door .source-editorial[data-source-service] .source-editorial__intro {
  margin-bottom: clamp(34px, 4.4svh, 52px);
}
.js .garage-door__door .source-service__panels {
  min-height: clamp(310px, 33svh, 388px);
}
.js .garage-door__under .operating-model {
  position: relative;
  z-index: 1;
  height: 100svh;
  min-height: 100svh;
  background: transparent;
}
.js .garage-door__under .operating-model__image {
  display: none;
}
.js .garage-door__under .operating-model__inner {
  min-height: 100svh;
  padding-top: clamp(208px, 21svh, 248px);
  padding-bottom: clamp(38px, 5svh, 68px);
  transform: translate3d(0, var(--operating-content-y), 0);
  will-change: transform;
}
.js .garage-door__under .operating-model__headline {
  opacity: var(--operating-head-opacity);
  transform: translate3d(0, var(--operating-head-y), 0);
  will-change: opacity, transform;
}
.js .garage-door__under .operating-model__columns {
  margin-top: clamp(58px, 7svh, 82px);
  gap: clamp(22px, 2vw, 32px);
  background: transparent;
  border: 0;
  opacity: var(--operating-cards-opacity);
  transform: translate3d(0, var(--operating-cards-y), 0);
  will-change: opacity, transform;
}
.js .garage-door__under .operating-model__columns article {
  --operating-card-photo: url('/assets/hong-kong.webp');
  position: relative;
  aspect-ratio: 16 / 10;
  min-height: clamp(500px, 28vw, 560px);
  background: transparent;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 14px;
  backdrop-filter: none;
  overflow: hidden;
  transition: border-color .45s var(--ease), box-shadow .45s var(--ease);
}
.js .garage-door__under .operating-model__columns article:nth-child(2) {
  --operating-card-photo: url('/assets/beijing.webp');
}
.js .garage-door__under .operating-model__columns article::before,
.js .garage-door__under .operating-model__columns article::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity .56s var(--ease), transform .9s var(--ease);
}
.js .garage-door__under .operating-model__columns article::before {
  z-index: 0;
  background-image: var(--operating-card-photo);
  background-size: cover;
  background-position: center;
  transform: scale(1.045);
  filter: saturate(.82);
}
.js .garage-door__under .operating-model__columns article::after {
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(0,0,0,.56) 0%, rgba(0,0,0,.28) 45%, rgba(0,0,0,.78) 100%),
    linear-gradient(90deg, rgba(0,0,0,.62) 0%, rgba(0,0,0,.18) 56%, rgba(0,0,0,.42) 100%);
}
.js .garage-door__under .operating-model__columns article:hover {
  border-color: rgba(255,255,255,.36);
  box-shadow: 0 22px 62px rgba(0,0,0,.24);
}
.js .garage-door__under .operating-model__columns article:hover::before,
.js .garage-door__under .operating-model__columns article:hover::after {
  opacity: 1;
}
.js .garage-door__under .operating-model__columns article:hover::before {
  transform: scale(1);
}
.js .garage-door__under .operating-model__card-copy {
  position: relative;
  z-index: 2;
  min-height: 100%;
  justify-content: flex-end;
  gap: 28px;
  transition: opacity .42s var(--ease), transform .56s var(--ease);
}
.js .garage-door__under .operating-model__card-copy > span {
  margin-bottom: auto;
}
.js .garage-door__under .operating-model__columns article:hover .operating-model__card-copy {
  transform: translateY(-2px);
}
.js .garage-door__under .operating-model__columns h3 {
  margin-bottom: 0;
}

/* Process preview */
.process-preview { color: var(--ink); background: var(--paper); padding: 140px 0; }
.process-preview__header { display: grid; grid-template-columns: 1fr; gap: clamp(16px, 2.2svh, 24px); justify-items: start; margin-bottom: clamp(54px, 8svh, 88px); }
.process-preview__header .eyebrow { color: var(--muted); }
.process-preview__header h2 { font-size: var(--fs-h2); max-width: none; }
.process-preview__header h2,
.process-preview__header h2 em { white-space: nowrap; }
.process-preview__deck { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 14px; align-items: stretch; }
.process-preview__card {
  min-height: clamp(330px, 42svh, 460px);
  display: grid;
  grid-template-rows: auto clamp(96px, 12svh, 128px) 152px auto;
  align-content: start;
  padding: clamp(22px, 2vw, 30px);
  border: 1px solid rgba(16,33,44,.18);
  background: var(--white);
  box-shadow: 0 18px 45px rgba(16,33,44,.06);
}
.process-preview__card > span { grid-row: 1; color: var(--amber); font-family: var(--font-accent); font-size: var(--fs-label); font-weight: var(--fw-label); }
.process-preview__card h3 { grid-row: 3; margin: 0; align-self: start; font-size: var(--fs-h4); line-height: var(--lh-h3); max-width: 16ch; }
.process-preview__card > div { grid-row: 4; align-self: start; color: var(--muted); font-size: var(--fs-small); line-height: var(--lh-small); max-width: 25ch; }

/* Risk control */
.risk-control { background: var(--paper-2); padding: 140px 0 90px; }
.risk-control__header { display: grid; grid-template-columns: .66fr 1.34fr; gap: 80px; margin-bottom: 76px; }
.risk-control__header h2 { font-size: var(--fs-h2); max-width: 22ch; }
.risk-control__header h2 em { display: block; }
.risk-table { border-top: 1px solid var(--line-dark); }
.risk-table__head { display: grid; grid-template-columns: 1fr 1.1fr .75fr; gap: 72px; padding: 15px 0 14px; color: var(--muted); font-size: var(--fs-label); text-transform: uppercase; letter-spacing: var(--ls-label); }
body[data-route="/how-we-work/"] .risk-table__head { grid-template-columns: 48px 1fr 1.1fr .75fr; gap: 24px; font-size: var(--fs-small); }
body[data-route="/how-we-work/"] .risk-table__head span:nth-child(1) { grid-column: 2; }
body[data-route="/how-we-work/"] .risk-table__head span:nth-child(2) { grid-column: 3; }
body[data-route="/how-we-work/"] .risk-table__head span:nth-child(3) { grid-column: 4; }
.risk-table__row { border-top: 1px solid var(--line-dark); }
.risk-table__row:last-child { border-bottom: 1px solid var(--line-dark); }
.risk-table__row > .shell { min-height: 112px; display: grid; grid-template-columns: 48px 1fr 1.1fr .75fr; gap: 24px; align-items: center; }
.risk-table__index { color: var(--amber); font-size: var(--fs-label); font-weight: var(--fw-label); }
.risk-table__row [role="cell"] { font-size: var(--fs-body); line-height: var(--lh-body); }
.risk-table__row [role="cell"]:nth-of-type(2), .risk-table__row [role="cell"]:nth-of-type(3) { color: var(--muted); }
.risk-control__footer { display: flex; justify-content: flex-end; padding-top: 42px; }

/* Operating model */
.operating-model { min-height: 100svh; position: relative; color: var(--white); background: var(--navy); overflow: hidden; }
.operating-model__image { position: absolute; inset: 0 50% 0 0; background-size: cover; background-position: center; opacity: .2; filter: saturate(.7); }
.operating-model__image--hk { background-image: linear-gradient(90deg, rgba(7,24,38,.1), var(--navy)), url('/assets/hong-kong.webp'); }
.operating-model__image--north { inset: 0 0 0 50%; background-image: linear-gradient(90deg, var(--navy), rgba(7,24,38,.15)), url('/assets/beijing.webp'); }
.operating-model__inner { position: relative; z-index: 1; padding: 140px 0 110px; }
.operating-model__headline { display: block; max-width: min(100%, 820px); margin: 0 auto; text-align: center; }
.operating-model__headline .eyebrow { grid-column: 1; margin-top: .18em; }
.operating-model__headline h2, .operating-model__headline > p { grid-column: auto; margin-inline: auto; }
.operating-model__headline h2 { font-size: var(--fs-h2); max-width: 25ch; }
.operating-model__headline > p { max-width: var(--text-lead); color: rgba(255,255,255,.64); font-size: var(--fs-lead); line-height: var(--lh-lead); }
body[data-language="zh-Hant"] .operating-model__headline h2 br { display: none; }
body[data-language="zh-Hant"] .operating-model__headline h2 { max-width: 100%; }
body[data-language="zh-Hant"] .operating-model__headline h2 em { display: inline; }
.operating-model__columns { margin-top: 100px; display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line-light); border: 1px solid var(--line-light); }
.operating-model__columns article { min-height: 430px; padding: 44px; background: rgba(7,24,38,.78); backdrop-filter: blur(10px); }
.operating-model__card-copy { min-width: 0; display: flex; flex-direction: column; gap: 28px; }
.operating-model__card-copy > span { color: var(--amber); font-size: clamp(.88rem, .82vw, 1.02rem); text-transform: uppercase; letter-spacing: var(--ls-label); }
.operating-model__columns h3 { font-size: var(--fs-h3); max-width: none; margin: 0; white-space: nowrap; }
.operating-model__columns ul { list-style: none; padding: 0; margin: 0; color: rgba(255,255,255,.66); font-size: var(--fs-body); line-height: 1.7; }
.operating-model__columns li { padding: 10px 0; border-top: 1px solid var(--line-light); }
.operating-model__columns li strong { display: block; width: 100%; max-width: none; color: rgba(255,255,255,.92); font-family: var(--font-heading); font-size: clamp(1rem, 1.02vw, 1.14rem); line-height: 1.35; margin-bottom: 6px; }
.operating-model__columns li p { width: 100%; max-width: none; margin: 0; color: rgba(255,255,255,.62); font-size: var(--fs-body-sm); line-height: var(--lh-body); }
/* Scenarios */
.scenario-sequence { background: var(--paper); padding: 140px 0 0; }
.scenario-sequence__header { display: grid; grid-template-columns: .66fr 1.34fr; gap: 80px; margin-bottom: 85px; }
.scenario-sequence__header h2 { font-size: var(--fs-h2); max-width: 25ch; }
.scenario-sequence__header p { color: var(--muted); }
.scenario-sequence__list { border-top: 1px solid var(--line-dark); }
.scenario-row { border-bottom: 1px solid var(--line-dark); }
.scenario-row__inner { min-height: 270px; display: grid; grid-template-columns: 70px 1.15fr 1fr 44px; gap: 40px; align-items: center; }
.scenario-row__number { color: var(--amber); font-size: var(--fs-label); font-weight: var(--fw-label); }
.scenario-row h3 { font-size: var(--fs-h3); max-width: 15ch; }
.scenario-row__inner > div { display: grid; gap: 24px; }
.scenario-row__inner p { color: var(--muted); font-size: var(--fs-body); margin: 0; }
.scenario-row__inner p strong { display: block; color: var(--ink); font-size: var(--fs-label); text-transform: uppercase; letter-spacing: var(--ls-label); margin-bottom: 8px; }
.scenario-row__inner > a { font-size: var(--fs-small); }
.scenario-row:hover { background: var(--paper-2); }

/* Home foreground field */
.execution-principles__panel,
.home-reserved-screen,
.why-us,
.problem-sequence,
.source-editorial {
  background:
    linear-gradient(90deg, rgba(7,24,38,.022) 1px, transparent 1px) 0 0 / clamp(118px, 12vw, 196px) 100%,
    var(--paper);
}

/* Reserved home screen */
.home-reserved-screen {
  min-height: calc(92svh + 52px);
  position: relative;
  z-index: 7;
  margin-top: -52px;
  border-radius: var(--panel-radius, var(--radius-panel)) var(--panel-radius, var(--radius-panel)) 0 0;
  overflow: hidden;
  box-shadow: 0 -30px 90px rgba(2,8,13,.22);
  transform: translate3d(0, var(--panel-y, 0), 0);
  transform-origin: 50% 0;
  will-change: transform, border-radius;
}
.procurement-extension {
  min-height: calc(92svh + 52px);
  display: grid;
  grid-template-columns: minmax(420px, .94fr) minmax(520px, 1.06fr);
  gap: clamp(58px, 7vw, 120px);
  align-items: start;
  padding: clamp(208px, 23svh, 260px) 0 clamp(44px, 5svh, 68px);
}
.home-reserved-screen + .problem-sequence.manufacturing-hope {
  padding-top: clamp(76px, 8svh, 108px);
}
.procurement-extension__lead {
  display: grid;
  align-content: start;
  gap: 26px;
}
.procurement-extension__lead .eyebrow {
  color: var(--muted);
  margin: 0 0 4px;
}
.procurement-extension__lead h2 {
  margin: 0;
  max-width: min(100%, 1240px);
  color: #050b10;
  font-size: clamp(1.68rem, 2.85vw, 3.28rem);
  font-weight: var(--fw-heading);
  line-height: .98;
  letter-spacing: 0;
}
body[data-language="zh-Hant"] .procurement-extension__lead h2 {
  white-space: nowrap;
}
.procurement-extension__lead > p {
  max-width: 64ch;
  color: rgba(16,33,44,.74);
  font-size: var(--fs-lead);
  line-height: var(--lh-lead);
  margin: 0;
}
.procurement-extension__fee {
  width: min(100%, 610px);
  border-left: 3px solid var(--amber);
  padding: 16px 0 16px 22px;
  color: var(--ink);
  font-family: var(--font-accent);
  font-size: clamp(1rem, .45vw + .95rem, 1.22rem);
  line-height: 1.42;
}
.procurement-extension__fee strong {
  display:block;
  margin-bottom:10px;
  font-family:var(--font-heading);
  font-size:var(--fs-h3);
  font-weight:var(--fw-heading);
  line-height:var(--lh-h3);
}
.procurement-extension__fee p {
  margin:0;
  color:var(--ink);
  font-size:var(--fs-body);
  line-height:var(--lh-body);
}
.procurement-extension__regional-link {
  width:min(100%,520px);
  margin-top:24px;
  color:var(--ink);
}
body[data-language="zh-Hant"] .procurement-extension__regional-link {
  width:fit-content;
  max-width:100%;
}
.procurement-extension__rules {
  --rule-accordion-ease: cubic-bezier(.42, 0, .18, 1);
  --rule-accordion-duration: .74s;
  --rule-surface-duration: .48s;
  --rule-text-duration: .44s;
  --rule-content-fade-duration: .48s;
  --rule-menu-gap: 12px;
  --rule-active-height: clamp(170px, 17svh, 206px);
  --rule-default-height: calc((100% - (var(--rule-menu-gap) * 3)) / 4);
  --rule-inactive-height: calc((100% - (var(--rule-menu-gap) * 3) - var(--rule-active-height)) / 3);
  height: clamp(588px, 64svh, 704px);
  display: flex;
  flex-direction: column;
  gap: var(--rule-menu-gap);
  border-top: 0;
}
.procurement-extension__rule {
  --rule-fly-x: 0px;
  --rule-fly-opacity: 1;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: 100%;
  height: var(--rule-default-height);
  min-height: var(--rule-default-height);
  flex: 0 0 var(--rule-default-height);
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: clamp(20px, 2.3vw, 34px);
  align-items: start;
  padding: clamp(22px, 3svh, 34px) 24px;
  border: 1px solid rgba(7,24,38,.14);
  border-radius: var(--radius-ui);
  background: transparent;
  opacity: var(--rule-fly-opacity);
  transform: translate3d(var(--rule-fly-x), 0, 0);
  transform-origin: 50% 50%;
  transition:
    flex-basis var(--rule-accordion-duration) var(--rule-accordion-ease),
    height var(--rule-accordion-duration) var(--rule-accordion-ease),
    min-height var(--rule-accordion-duration) var(--rule-accordion-ease),
    background-color var(--rule-surface-duration) var(--rule-accordion-ease),
    border-color var(--rule-surface-duration) var(--rule-accordion-ease),
    color var(--rule-text-duration) var(--rule-accordion-ease),
    opacity .26s var(--ease);
  backface-visibility: hidden;
  will-change: flex-basis, height, transform, opacity;
}
.procurement-extension__rule::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  background: #06131b;
  opacity: 0;
  transform: translateZ(0);
  transition: opacity var(--rule-surface-duration) var(--rule-accordion-ease);
  will-change: opacity;
}
.procurement-extension__rules.is-rules-active .procurement-extension__rule {
  height: var(--rule-inactive-height);
  min-height: var(--rule-inactive-height);
  flex-basis: var(--rule-inactive-height);
}
.procurement-extension__rules.is-rules-active .procurement-extension__rule.is-active {
  border-color: rgba(6,19,27,.86);
  height: var(--rule-active-height);
  min-height: var(--rule-active-height);
  flex-basis: var(--rule-active-height);
  z-index: 2;
}
.procurement-extension__rule.is-active::before {
  opacity: 1;
}
.procurement-extension__rule > span {
  color: var(--amber);
  font-family: var(--font-accent);
  font-size: var(--fs-label);
  font-weight: var(--fw-label);
  letter-spacing: var(--ls-label);
  line-height: 1.2;
  padding-top: .38em;
}
.procurement-extension__rule.is-active > span {
  color: rgba(255,255,255,.92);
}
.procurement-extension__rule > div {
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity var(--rule-content-fade-duration) var(--rule-accordion-ease),
    transform var(--rule-content-fade-duration) var(--rule-accordion-ease);
  will-change: opacity, transform;
}
.procurement-extension__rules.is-rules-active .procurement-extension__rule:not(.is-active) > div {
  opacity: .62;
}
.procurement-extension__rules.is-rules-active .procurement-extension__rule.is-active > div {
  opacity: 1;
  transform: translateY(-2px);
}
.procurement-extension__rule h3 {
  margin: 2px 0 12px;
  color: var(--ink);
  font-size: clamp(1.24rem, 1.1vw, 1.62rem);
  line-height: 1.18;
  transition:
    color var(--rule-text-duration) var(--rule-accordion-ease),
    opacity var(--rule-content-fade-duration) var(--rule-accordion-ease);
}
.procurement-extension__rule.is-active h3 {
  color: #f8fbfb;
}
.procurement-extension__rule p {
  margin: 0;
  max-width: 60ch;
  color: rgba(16,33,44,.68);
  font-size: var(--fs-body-sm);
  line-height: 1.62;
  transition:
    color var(--rule-text-duration) var(--rule-accordion-ease),
    opacity var(--rule-content-fade-duration) var(--rule-accordion-ease);
}
.procurement-extension__rule.is-active p {
  color: rgba(248,251,251,.74);
}
body[data-language="en"] .procurement-extension__rule div > p:last-child {
  max-width: 72ch;
}

@media (min-width: 961px) {
  .js :is(.home-reserved-screen, .industry-connection).has-rule-flyin {
    overflow: clip;
  }
  .js :is(.home-reserved-screen, .industry-connection).has-rule-flyin .procurement-extension__rules {
    pointer-events: none;
  }
  .js :is(.home-reserved-screen, .industry-connection).has-rule-flyin .procurement-extension__rules.is-rule-flyin-complete {
    pointer-events: auto;
  }
}

/* Execution principles */
.execution-principles {
  min-height: 100svh;
  position: relative;
  z-index: 7;
  color: var(--ink);
  background: transparent;
  overflow: visible;
  margin-top: -52px;
}
.execution-principles__panel {
  min-height: calc(100svh + 52px);
  border-radius: var(--panel-radius, var(--radius-panel)) var(--panel-radius, var(--radius-panel)) 0 0;
  overflow: hidden;
  box-shadow: 0 -30px 90px rgba(2,8,13,.22);
  transform: translate3d(0, var(--panel-y, 0), 0);
  transform-origin: 50% 0;
  will-change: transform, border-radius;
}
.execution-principles__inner {
  min-height: calc(100svh + 52px);
  display: grid;
  grid-template-rows: auto auto auto;
  align-content: start;
  gap: clamp(28px, 4svh, 46px);
  padding: clamp(128px, 15svh, 172px) 0 clamp(64px, 8svh, 92px);
  transform: translateY(10svh);
}
.execution-principles__header {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  justify-items: center;
  row-gap: 18px;
  align-items: start;
  text-align: center;
  padding-bottom: clamp(28px, 3.5svh, 42px);
}
.execution-principles__header > div {
  grid-column: 1;
  grid-row: 1;
  justify-self: center;
}
.execution-principles__header .eyebrow {
  justify-content: center;
  color: var(--muted);
  margin: 0 auto;
  text-align: center;
}
.execution-principles__header .eyebrow > span { display: none; }
.execution-principles__header h2 {
  grid-column: 1;
  grid-row: 2;
  justify-self: center;
  max-width: min(100%, 1240px);
  margin: 0 auto;
  font-size: var(--fs-h2);
  color: var(--ink);
}
.execution-principles__title {
  display: grid;
  gap: .08em;
  text-align: center;
}
.execution-principles__header .execution-principles__title {
  max-width: none;
}
.execution-principles__title > span,
.execution-principles__title > em {
  display: block;
  white-space: nowrap;
}
.execution-principles__title > em {
  color: var(--amber);
  font-family: var(--font-heading);
  font-style: normal;
  font-weight: var(--fw-heading);
}
.execution-principles__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: minmax(218px, 1fr);
  gap: clamp(16px, 1.5vw, 22px);
  align-self: stretch;
  justify-self: center;
  width: min(94%, 1380px);
}
.execution-principles__card {
  --tile-bg: rgba(255,255,255,.82);
  --tile-fg: var(--ink);
  --tile-muted: var(--muted);
  --tile-accent: var(--amber);
  --tile-border: rgba(7,24,38,.12);
  min-height: clamp(218px, 20svh, 260px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-rows: auto auto auto;
  column-gap: clamp(20px, 1.8vw, 30px);
  row-gap: 12px;
  align-items: start;
  position: relative;
  padding: clamp(28px, 2.2vw, 38px);
  border: 1px solid var(--tile-border);
  border-radius: var(--radius-ui);
  background: linear-gradient(180deg, var(--tile-bg), rgba(255,255,255,.68));
  color: var(--tile-fg);
  overflow: hidden;
  box-shadow: none;
  transform-origin: 50% 50%;
  transition: transform .38s var(--ease), background .38s var(--ease), box-shadow .38s var(--ease), border-color .38s var(--ease);
}
.execution-principles__card:hover {
  transform: translateY(-4px);
  --tile-bg: rgba(255,255,255,.94);
  --tile-border: rgba(7,24,38,.32);
  --tile-muted: #566770;
  --tile-accent: var(--ink);
  border-color: var(--tile-border);
  box-shadow: none;
}
.execution-principles__icon {
  grid-column: 2;
  grid-row: 1 / span 3;
  width: clamp(86px, 7.2vw, 118px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  color: var(--tile-accent);
  opacity: .62;
  transform: translate3d(0, 0, 0) scale(.96);
  transition: transform .5s var(--ease), opacity .35s var(--ease), color .35s var(--ease);
}
.execution-principles__icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-linejoin: round;
  overflow: visible;
}
.execution-principles__icon .icon-fill {
  fill: currentColor;
  opacity: .075;
  stroke: none;
}
.execution-principles__icon .icon-frame {
  stroke-width: 1.45;
  opacity: .72;
}
.execution-principles__card:hover .execution-principles__icon {
  transform: translate3d(0, -2px, 0) scale(1.04);
  opacity: .78;
}
.execution-principles__card--clarity {
  --tile-bg: #ffffff;
  --tile-fg: #10212c;
  --tile-muted: #66737c;
  --tile-accent: var(--ink);
  --tile-border: rgba(7,24,38,.18);
}
.execution-principles__card--progress {
  --tile-bg: #ffffff;
  --tile-fg: #10212c;
  --tile-muted: #66737c;
  --tile-accent: var(--ink);
  --tile-border: rgba(7,24,38,.18);
}
.execution-principles__card--quality {
  --tile-bg: #ffffff;
  --tile-fg: #10212c;
  --tile-muted: #66737c;
  --tile-accent: var(--ink);
  --tile-border: rgba(7,24,38,.18);
}
.execution-principles__card--coordination {
  --tile-bg: #ffffff;
  --tile-fg: #10212c;
  --tile-muted: #66737c;
  --tile-accent: var(--ink);
  --tile-border: rgba(7,24,38,.18);
}
.execution-principles__card > span {
  grid-column: 1;
  grid-row: 1;
  color: var(--amber);
  font-family: var(--font-accent);
  font-size: var(--fs-label);
  font-weight: var(--fw-label);
  letter-spacing: var(--ls-label);
}
.execution-principles__card h3 {
  grid-column: 1;
  grid-row: 2;
  max-width: 22ch;
  margin: 10px 0 0;
  color: var(--tile-fg);
  font-size: var(--fs-card-title);
  line-height: var(--lh-h3);
  position: relative;
  z-index: 1;
}
.execution-principles__card p {
  grid-column: 1;
  grid-row: 3;
  max-width: 42ch;
  margin: 0;
  color: var(--tile-muted);
  font-size: var(--fs-body-sm);
  line-height: 1.65;
  position: relative;
  z-index: 1;
}
.execution-principles__closing {
  max-width: min(840px, 68vw);
  margin: clamp(58px, 7svh, 88px) auto 0;
  padding: 16px 0 0;
  border-top: 2px solid var(--amber);
  color: var(--ink);
  font-size: var(--fs-lead);
  line-height: var(--lh-lead);
  text-align: center;
}
.execution-principles__card:nth-child(2) { transition-delay: .04s; }
.execution-principles__card:nth-child(3) { transition-delay: .08s; }
.execution-principles__card:nth-child(4) { transition-delay: .12s; }
.execution-principles__card:nth-child(5) { transition-delay: .16s; }

/* Adobe-inspired requirement path cards */
.execution-principles__inner {
  gap: clamp(46px, 6svh, 72px);
}
.execution-principles__header {
  max-width: min(100%, 980px);
  justify-self: center;
  padding-bottom: 0;
}
.execution-principles__header > div {
  display: none;
}
.execution-principles__header h2 {
  grid-row: auto;
  max-width: 100%;
  color: #050b10;
  font-size: clamp(1.68rem, 2.85vw, 3.28rem);
  line-height: .98;
  font-weight: var(--fw-heading);
  letter-spacing: 0;
}
.execution-principles__title {
  gap: .04em;
}
.execution-principles__title > span,
.execution-principles__title > em {
  white-space: normal;
}
.execution-principles__title > em {
  color: #050b10;
  font-family: var(--font-heading);
  font-weight: var(--fw-heading);
}
.execution-principles__header > p {
  grid-row: auto;
  max-width: min(100%, 780px);
  margin: 10px auto 0;
  color: #111b22;
  font-size: clamp(1rem, 1.22vw, 1.28rem);
  line-height: 1.35;
  text-align: center;
}
.execution-principles__grid {
  width: min(100%, 1520px);
  display: flex;
  grid-template-columns: none;
  grid-auto-rows: auto;
  gap: clamp(8px, .9vw, 14px);
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x proximity;
  scroll-padding-inline: clamp(18px, 3vw, 48px);
  padding: 0 clamp(18px, 3vw, 48px) 10px 2px;
  scrollbar-width: none;
}
.execution-principles__grid::after {
  content: "";
  flex: 0 0 clamp(18px, 3vw, 48px);
}
.execution-principles__grid::-webkit-scrollbar {
  display: none;
}
.execution-principles__card {
  --tile-bg: #f1f4f4;
  flex: 0 0 clamp(232px, 17.3vw, 306px);
  min-height: clamp(500px, 51svh, 590px);
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto 1fr;
  gap: 18px;
  padding: clamp(16px, 1.45vw, 22px);
  border: 0;
  border-radius: var(--radius-ui);
  background: var(--tile-bg);
  scroll-snap-align: start;
  transition: background .35s var(--ease), transform .35s var(--ease);
}
.execution-principles__card.is-featured {
  --tile-bg: #f1f4f4;
}
.execution-principles__card:hover {
  transform: translateY(-4px);
  --tile-bg: #e9eeee;
  border-color: transparent;
}
.execution-principles__card.is-featured:hover {
  --tile-bg: #e9eeee;
}
.execution-principles__card-head {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 34px;
}
.execution-principles__card-head > span {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 8px;
  background: var(--amber);
  color: #f8fbfb;
  font-family: var(--font-heading);
  font-size: var(--fs-label);
  font-weight: var(--fw-heading);
  letter-spacing: 0;
}
.execution-principles__card-head > p {
  margin: 0;
  color: #182831;
  font-family: var(--font-heading);
  font-size: var(--fs-small);
  font-weight: var(--fw-heading);
  line-height: 1.2;
}
.execution-principles__card figure {
  position: relative;
  aspect-ratio: 4 / 5.15;
  margin: 0;
  overflow: hidden;
  border-radius: calc(var(--radius-ui) - 4px);
  background: #dfe6e6;
}
.execution-principles__card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1.002);
  transition: transform .7s var(--ease), filter .35s var(--ease);
}
.execution-principles__card:hover img {
  transform: scale(1.045);
  filter: saturate(1.03) contrast(1.02);
}
.execution-principles__card-copy {
  display: grid;
  align-content: start;
  gap: 8px;
  padding: 2px 2px 0;
}
.execution-principles__card h3 {
  max-width: none;
  margin: 0;
  color: #050b10;
  font-size: clamp(1.06rem, 1.1vw, 1.28rem);
  font-weight: var(--fw-heading);
  line-height: 1.18;
}
.execution-principles__card p {
  max-width: none;
  margin: 0;
  color: rgba(5,11,16,.66);
  font-size: var(--fs-body-sm);
  line-height: 1.48;
}

/* Why us */
.why-us {
  color: var(--ink);
  padding: 140px 0;
}
.why-us__grid { display: grid; grid-template-columns: 1fr; gap: clamp(48px, 7svh, 78px); align-items: start; }
.why-us__lead {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(220px, .62fr) minmax(0, 1.38fr);
  gap: clamp(44px, 5vw, 88px);
  align-items: start;
  padding-bottom: clamp(32px, 4svh, 48px);
  border-bottom: 1px solid var(--line-dark);
}
.why-us__lead .eyebrow { color: var(--muted); margin-bottom: 0; }
.why-us__lead h2 { font-size: var(--fs-h2); max-width: 25ch; margin: 0; }
.why-us__lead h2 em { display: block; }
.why-us__lead > p:not(.eyebrow) {
  grid-column: 2;
  max-width: 52ch;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: var(--fs-lead);
  line-height: var(--lh-lead);
}
.standardized-process .why-us__lead {
  grid-template-columns: minmax(0, 1fr);
  justify-items: center;
  gap: clamp(18px, 3svh, 28px);
  border-bottom: 0;
  text-align: center;
}
.standardized-process .why-us__grid {
  gap: clamp(32px, 4.2svh, 46px);
}
.standardized-process .why-us__lead .eyebrow {
  justify-content: center;
  margin: 0 auto;
  text-align: center;
}
.standardized-process .why-us__lead .eyebrow > span { display: none; }
.standardized-process .why-us__lead h2 {
  max-width: min(100%, 1240px);
  margin: 0 auto;
  color: #050b10;
  font-size: clamp(1.68rem, 2.85vw, 3.28rem);
  font-weight: var(--fw-heading);
  line-height: .98;
  letter-spacing: 0;
  text-align: center;
}
.standardized-process .why-us__lead h2 em { display: block; }
.standardized-process .why-us__lead > p:not(.eyebrow) {
  grid-column: 1;
  max-width: min(100%, 760px);
  margin: 0 auto;
  color: #111b22;
  font-size: clamp(1rem, 1.22vw, 1.28rem);
  line-height: 1.35;
  text-align: center;
}
.why-us__flow {
  position: relative;
  display: grid;
  gap: clamp(22px, 3svh, 34px);
}
.standardized-process .why-us__flow {
  min-height: clamp(520px, 56svh, 640px);
  align-items: center;
  isolation: auto;
  overflow: visible;
  padding: clamp(34px, 4vw, 48px) clamp(44px, 5.8vw, 86px) clamp(54px, 6vw, 90px);
  border-radius: 0;
  background: transparent;
}
.standardized-process .why-us__flow::before {
  content: none;
}
.standardized-process .why-us__flow::after {
  content: none;
}
.why-us__steps {
  --node-size: clamp(52px, 4.8vw, 72px);
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: clamp(12px, 1.2vw, 18px);
  list-style: none;
  padding: 0;
  margin: 0;
}
.standardized-process .why-us__steps {
  --node-size: clamp(38px, 3.2vw, 48px);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(28px, 4vw, 82px);
  align-items: start;
  isolation: isolate;
  overflow: visible;
}
.why-us__steps::before {
  content: "";
  position: absolute;
  left: calc(var(--node-size) / 2);
  right: calc(var(--node-size) / 2);
  top: calc(var(--node-size) / 2);
  height: 1px;
  background: linear-gradient(90deg, rgba(7,24,38,.72), rgba(7,24,38,.18));
}
.standardized-process .why-us__steps::before {
  content: none;
}
.why-us__step {
  min-width: 0;
  display: grid;
  grid-template-rows: var(--node-size) minmax(0, 1fr);
  gap: 18px;
  position: relative;
}
.standardized-process .why-us__step {
  display: block;
}
.why-us__step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: calc(var(--node-size) / 2 - 5px);
  right: calc((clamp(12px, 1.2vw, 18px) * -1) - 3px);
  width: 10px;
  height: 10px;
  border-top: 1px solid rgba(7,24,38,.72);
  border-right: 1px solid rgba(7,24,38,.72);
  transform: rotate(45deg);
  background: #f6fafb;
}
.standardized-process .why-us__step:not(:last-child)::after {
  display: none;
}
.why-us__node {
  width: var(--node-size);
  height: var(--node-size);
  display: grid;
  place-items: center;
  position: relative;
  z-index: 1;
  border: 1px solid rgba(7,24,38,.5);
  border-radius: 50%;
  background: rgba(255,255,255,.76);
  color: var(--amber);
  font-family: var(--font-accent);
  font-size: var(--fs-label);
  font-weight: var(--fw-label);
  letter-spacing: var(--ls-label);
}
.standardized-process .why-us__node {
  justify-self: center;
  border: 0;
  background: transparent;
  color: transparent;
  box-shadow: none;
}
.standardized-process .why-us__node::before {
  content: "";
  display: none;
  position: absolute;
  top: 50%;
  left: -100vw;
  width: 200vw;
  height: 6px;
  border-radius: 999px;
  background: rgba(39, 62, 78, .42);
  transform: translateY(-50%);
  z-index: -1;
  pointer-events: none;
}
.standardized-process .why-us__step:first-child .why-us__node::before {
  display: block;
}
.standardized-process .why-us__node::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  border: 8px solid rgba(255,255,255,.94);
  border-radius: 50%;
  background: var(--amber);
  box-shadow: 0 0 0 1px rgba(7,24,38,.14);
  pointer-events: none;
}
.standardized-process .why-us__node span {
  display: none;
}
.why-us__step article {
  min-height: 278px;
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 16px;
  padding: clamp(24px, 2vw, 32px);
  border: 1px solid rgba(7,24,38,.14);
  border-radius: var(--radius-ui);
  background: rgba(255,255,255,.64);
  transition: background .3s var(--ease), border-color .3s var(--ease), transform .3s var(--ease);
}
.standardized-process .why-us__step article {
  min-height: 0;
  display: grid;
  grid-template-rows: auto clamp(62px, 4.9vw, 82px) var(--node-size) auto;
  justify-items: center;
  gap: clamp(16px, 1.65vw, 22px);
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  text-align: center;
}
.why-us__step:hover article {
  transform: translateY(-4px);
  border-color: rgba(7,24,38,.28);
  background: rgba(255,255,255,.82);
}
.standardized-process .why-us__step:hover article {
  transform: none;
  border-color: transparent;
  background: transparent;
}
.standardized-process .why-us__gate {
  margin: 0;
  color: var(--amber);
  font-size: clamp(1.5rem, 2.05vw, 2.35rem);
  font-weight: var(--fw-heading);
  line-height: 1;
  letter-spacing: 0;
}
.why-us__step h3 {
  margin: 0;
  font-size: var(--fs-h4);
  line-height: var(--lh-h3);
}
.standardized-process .why-us__step h3 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  min-height: 2.36em;
  max-width: 24ch;
  color: #15344d;
  font-size: clamp(1.22rem, 1.55vw, 1.8rem);
  font-weight: var(--fw-heading);
  line-height: 1.18;
}
.why-us__step p {
  margin: 0;
  color: var(--muted);
  font-size: var(--fs-body-sm);
  line-height: 1.66;
}
.standardized-process .why-us__step ul {
  display: grid;
  gap: 6px;
  min-height: 104px;
  align-content: start;
  list-style: none;
  padding: 0;
  margin: 0;
  color: #24455f;
  font-size: clamp(1rem, 1.15vw, 1.35rem);
  font-weight: var(--fw-body);
  line-height: 1.42;
}
.standardized-process .why-us__step li {
  margin: 0;
}
.standardized-process__workspace {
  --path-accordion-ease: cubic-bezier(.42, 0, .18, 1);
  width: var(--adobe-stage);
  margin: clamp(28px, 4.5svh, 54px) auto 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(26px, 3.6vw, 54px);
  align-items: stretch;
}
.standardized-process__left {
  min-width: 0;
  height: clamp(600px, 58svh, 680px);
  min-height: 0;
  display: flex;
  flex-direction: column;
}
.standardized-process__menu {
  --gate-menu-gap: 12px;
  --gate-active-height: clamp(156px, 16svh, 192px);
  --gate-default-height: calc((100% - (var(--gate-menu-gap) * 3)) / 4);
  --gate-inactive-height: calc((100% - (var(--gate-menu-gap) * 3) - var(--gate-active-height)) / 3);
  height: clamp(528px, 50svh, 590px);
  min-height: 0;
  display: flex;
  flex-direction: column;
  gap: var(--gate-menu-gap);
}
.standardized-process__tab {
  position: relative;
  appearance: none;
  isolation: isolate;
  overflow: hidden;
  width: 100%;
  height: var(--gate-default-height);
  min-height: var(--gate-default-height);
  flex: 0 0 var(--gate-default-height);
  display: grid;
  grid-template-columns: clamp(74px, 6vw, 96px) minmax(0, 1fr);
  align-items: center;
  gap: clamp(16px, 1.9vw, 28px);
  padding: clamp(18px, 1.9vw, 26px);
  border: 1px solid rgba(7,24,38,.12);
  border-radius: var(--radius-ui);
  background: transparent;
  color: var(--ink);
  text-align: left;
  cursor: pointer;
  transform-origin: 50% 50%;
  transition: flex-basis .56s var(--path-accordion-ease), height .56s var(--path-accordion-ease), min-height .56s var(--path-accordion-ease), border-color .32s var(--path-accordion-ease), color .24s var(--path-accordion-ease);
  will-change: flex-basis, height;
}
[data-standard-process]:not(.is-process-ready) .standardized-process__tab,
[data-standard-process]:not(.is-process-ready) .standardized-process__tab::before,
[data-standard-process]:not(.is-process-ready) .standardized-process__tab > strong {
  transition: none;
}
.standardized-process__tab::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  background: #06131b;
  opacity: 0;
  transition: opacity .36s var(--path-accordion-ease);
}
[data-standard-process].is-menu-active .standardized-process__tab {
  height: var(--gate-inactive-height);
  min-height: var(--gate-inactive-height);
  flex-basis: var(--gate-inactive-height);
}
.standardized-process__tab:focus-visible,
.standardized-process__tab.is-active,
[data-standard-process].is-menu-active .standardized-process__tab.is-active {
  border-color: rgba(6,19,27,.86);
  height: var(--gate-active-height);
  min-height: var(--gate-active-height);
  flex-basis: var(--gate-active-height);
  transform: none;
  outline: none;
  z-index: 2;
}
.standardized-process__tab:focus-visible::before,
.standardized-process__tab:hover::before,
.standardized-process__tab.is-active::before {
  opacity: 1;
}
.standardized-process__tab:hover {
  border-color: rgba(6,19,27,.86);
}
.standardized-process__tab > span {
  position: relative;
  z-index: 1;
  color: var(--amber);
  font-family: var(--font-heading);
  font-size: clamp(1.08rem, 1.28vw, 1.45rem);
  font-weight: var(--fw-heading);
  line-height: 1;
  transition: color .15s var(--path-accordion-ease);
}
.standardized-process__tab > strong {
  position: relative;
  z-index: 1;
  max-width: 24ch;
  color: #12334b;
  font-family: var(--font-heading);
  font-size: clamp(1.2rem, 1.46vw, 1.72rem);
  font-weight: var(--fw-heading);
  line-height: 1.12;
  letter-spacing: 0;
  transition: color .15s var(--path-accordion-ease);
}
.standardized-process__tab:focus-visible > span,
.standardized-process__tab:hover > span,
.standardized-process__tab.is-active > span,
.standardized-process__tab:focus-visible > strong,
.standardized-process__tab:hover > strong,
.standardized-process__tab.is-active > strong {
  color: #f8fbfb;
}
.standardized-process__stage {
  min-width: 0;
  height: clamp(600px, 58svh, 680px);
  min-height: 0;
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  background: #e9f0f2;
}
@media (min-width: 1181px) {
  .js .standardized-process.has-standard-flyin .standardized-process__tab {
    opacity: var(--standard-tab-fly-opacity, 1);
    transform: translate3d(var(--standard-tab-fly-x, 0px), 0, 0);
    will-change: transform, opacity, flex-basis, height;
  }
  .js .standardized-process.has-standard-flyin .standardized-process__stage {
    opacity: var(--standard-stage-fly-opacity, 1);
    transform: translate3d(var(--standard-stage-fly-x, 0px), 0, 0);
    will-change: transform, opacity;
  }
}
.standardized-process__panel {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
  transition: opacity .34s var(--ease), transform .34s var(--ease);
}
.standardized-process__panel.is-active {
  opacity: 1;
  transform: none;
  pointer-events: auto;
}
.standardized-process__panel figure {
  position: relative;
  min-height: 0;
  margin: 0;
  border-radius: 28px;
  overflow: hidden;
}
.standardized-process__panel figure::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 52%;
  background: linear-gradient(0deg, rgba(4,18,28,.46), rgba(4,18,28,0));
  pointer-events: none;
}
.standardized-process__panel img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 28px;
  transform: scale(1);
  transition: transform .75s var(--ease), filter .75s var(--ease);
}
.standardized-process__panel.is-active:hover img,
.standardized-process__panel.is-active:focus-within img {
  transform: scale(1.055);
  filter: saturate(1.02);
}
.standardized-process__detail {
  position: absolute;
  left: 0;
  right: auto;
  bottom: 0;
  margin: 0;
  width: min(78%, 760px);
  padding: clamp(18px, 2vw, 28px);
  border: 1px solid rgba(255,255,255,.26);
  border-left: 0;
  border-bottom: 0;
  border-radius: 0 22px 0 28px;
  background: linear-gradient(135deg, rgba(7,24,38,.6), rgba(7,24,38,.28));
  -webkit-backdrop-filter: blur(22px) saturate(1.18);
  backdrop-filter: blur(22px) saturate(1.18);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.18);
  color: var(--white);
}
.standardized-process__detail > p {
  margin: 0 0 12px;
  color: var(--amber);
  font-family: var(--font-heading);
  font-weight: var(--fw-heading);
  font-size: var(--fs-label);
}
.standardized-process__detail h3 {
  max-width: 22ch;
  margin: 0 0 18px;
  color: var(--white);
  font-size: clamp(1.48rem, 2.05vw, 2.55rem);
  line-height: 1.05;
}
.standardized-process__detail ul {
  max-width: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.standardized-process__detail li {
  min-height: 52px;
  display: flex;
  align-items: center;
  padding: 10px 12px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 10px;
  background: rgba(255,255,255,.1);
  color: rgba(255,255,255,.86);
  font-size: var(--fs-small);
  line-height: var(--lh-small);
}
.standardized-process__system-link {
  margin-top: clamp(22px, 3svh, 34px);
}
.standardized-process__system-link .text-link {
  min-width: min(100%, 320px);
  color: var(--ink);
}
.standardized-process__system-link .text-link:hover {
  color: #0078D2;
}
.quality-system-intro {
  padding: clamp(96px, 12svh, 150px) 0;
}
.quality-system-intro__grid {
  display: grid;
  grid-template-columns: .86fr 1.14fr;
  gap: clamp(48px, 6vw, 96px);
  align-items: start;
}
.quality-system-intro h2,
.quality-evidence h2,
.quality-boundary h2 {
  margin: 0;
  color: var(--ink);
  font-size: var(--fs-h2);
  line-height: var(--lh-h2);
}
.quality-system-intro p,
.quality-gates__header p,
.quality-evidence p,
.quality-boundary p {
  margin: 0;
  color: var(--muted);
  font-size: var(--fs-body);
  line-height: var(--lh-body);
}
.quality-system-intro__grid > div:last-child {
  display: grid;
  gap: 20px;
}
@media (min-width: 961px) {
  body[data-route="/quality-management-system/"] .quality-system-intro__grid > div:last-child {
    padding-top: 24.3px;
  }
}
.quality-gates {
  padding: clamp(110px, 14svh, 170px) 0;
  background: var(--paper-2);
}
.quality-gates__header {
  max-width: 780px;
  margin: 0 auto clamp(42px, 5vw, 72px);
  text-align: center;
}
.quality-gates__header .eyebrow {
  justify-content: center;
}
.quality-gates__header .eyebrow > span {
  display: none;
}
.quality-gates__header h2 {
  margin: 0 0 18px;
  color: var(--ink);
  font-size: var(--fs-h2);
  line-height: var(--lh-h2);
}
.quality-gates__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(14px, 1.3vw, 22px);
}
.quality-gate-card {
  min-height: 420px;
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  gap: 18px;
  padding: clamp(24px, 2.3vw, 34px);
  border-radius: var(--radius-ui);
  background: #e9eeee;
  color: var(--ink);
}
.quality-gate-card > span,
.quality-evidence li span,
.quality-boundary article > span {
  color: var(--amber);
  font-size: var(--fs-label);
  font-weight: var(--fw-label);
}
.quality-gate-card h3 {
  max-width: 16ch;
  margin: 0;
  font-size: var(--fs-h3);
  line-height: var(--lh-h3);
}
.quality-gate-card p {
  margin: 0;
  color: var(--muted);
}
.quality-gate-card ul {
  align-self: end;
  display: grid;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.quality-gate-card li {
  padding-top: 8px;
  border-top: 1px solid rgba(7,24,38,.14);
  color: #254860;
  font-size: var(--fs-small);
  line-height: var(--lh-small);
}
.quality-evidence {
  padding: clamp(108px, 14svh, 168px) 0;
  background: var(--paper);
}
.quality-evidence__grid {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: clamp(52px, 7vw, 110px);
  align-items: start;
}
.quality-evidence__grid > div {
  position: sticky;
  top: 120px;
  display: grid;
  gap: 22px;
}
.quality-evidence ol {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.quality-evidence li {
  min-height: 138px;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: 22px;
  border: 1px solid rgba(7,24,38,.1);
  border-radius: var(--radius-ui);
  background: rgba(255,255,255,.58);
}
.quality-evidence li p {
  margin: 0;
  color: var(--ink);
  font-weight: var(--fw-body);
}
.quality-boundary {
  padding: 0 0 clamp(110px, 14svh, 170px);
  background: var(--paper);
}
.quality-boundary__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 28px);
}
.quality-boundary article {
  min-height: 330px;
  display: grid;
  align-content: start;
  gap: 22px;
  padding: clamp(28px, 3vw, 44px);
  border-radius: var(--radius-ui);
  background: #06131b;
  color: var(--white);
}
.quality-boundary h2 {
  color: var(--white);
  font-size: var(--fs-h3);
  line-height: var(--lh-h3);
}
.quality-boundary p {
  color: rgba(255,255,255,.72);
}
.why-us__step strong {
  align-self: end;
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  padding-top: 14px;
  border-top: 1px solid rgba(7,24,38,.14);
  color: var(--ink);
  font-family: var(--font-accent);
  font-size: var(--fs-label);
  font-weight: var(--fw-label);
  letter-spacing: var(--ls-label);
  text-transform: uppercase;
}
.why-us__flow-note {
  width: min(780px, 100%);
  margin: 0 auto;
  padding-top: 16px;
  border-top: 2px solid var(--amber);
  color: var(--muted);
  font-size: var(--fs-lead);
  line-height: var(--lh-lead);
  text-align: center;
}
/* Final CTA */
.final-cta { min-height: 70svh; position: relative; color: var(--white); background: var(--navy); overflow: hidden; display: flex; align-items: center; }
.final-cta__glow { position: absolute; width: 900px; height: 900px; right: -180px; top: -380px; border-radius: 50%; background: radial-gradient(circle, rgba(255,255,255,.16), rgba(255,255,255,0) 66%); }
.final-cta__inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1.25fr .75fr; gap: 100px; align-items: end; padding: 110px 0; }
.final-cta h2 { font-size: var(--fs-h2); max-width: 26ch; margin: 0; }
.final-cta__inner > div:last-child p { color: rgba(255,255,255,.67); font-size: var(--fs-lead); margin-bottom: 30px; }

/* Footer */
.site-footer { position: relative; z-index: 2; isolation: isolate; color: var(--white); background: #000; border-top: 1px solid var(--line-light); }
.site-footer__top { min-height: 300px; display: flex; align-items: center; border-bottom: 1px solid var(--line-light); }
.site-footer__logo { width: 792px; max-width: 100%; height: auto; }
.site-footer__main { display: grid; grid-template-columns: minmax(0, 4fr) minmax(0, 6fr); }
.site-footer__contact { min-width: 0; display: flex; flex-direction: column; justify-content: flex-start; padding: 70px 50px 70px 0; }
.site-footer__contact h2 { margin: 0; color: #fff; font-size: .95rem; line-height: 1.12; }
.site-footer__contact dl { display: grid; grid-template-columns: 1fr; gap: 14px; margin: 18px 0 0; padding-top: 18px; }
.site-footer__contact dl > div { min-width: 0; }
.site-footer__contact dt { color: rgba(255,255,255,.4); font-size: .65rem; font-weight: var(--fw-label); line-height: 1.2; text-transform: uppercase; letter-spacing: var(--ls-label); }
.site-footer__contact dd { margin: 3px 0 0; color: rgba(255,255,255,.68); font-size: 1rem; line-height: 1.35; overflow-wrap: anywhere; }
.site-footer__contact a { color: inherit; text-decoration: none; transition: color .2s ease; }
.site-footer__contact a:hover { color: #0078d2; }
.site-footer__social { display: flex; align-items: center; gap: 12px; margin: 28px 0 0; padding: 0; list-style: none; }
.site-footer__social li { flex: 0 0 auto; }
.site-footer__social img { display: block; width: 40.8px; height: 40.8px; border-radius: 7px; object-fit: cover; }
.site-footer__action { display: flex; align-items: center; justify-content: flex-end; gap: 30px; }
.site-footer__action p { max-width: var(--text-lead); font-size: var(--fs-body); letter-spacing: var(--ls-body); margin: 0; }
.site-footer__grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 50px; padding: 70px 0 70px 50px; }
.site-footer__grid h2 { color: #fff; font-size: .95rem; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 24px; }
.site-footer__grid a { display: block; width: fit-content; max-width: 100%; color: rgba(255,255,255,.58); font-size: 1rem; line-height: 1.65; padding: 7px 0; }
.site-footer__grid a:hover { color: var(--amber); }
.site-footer__bottom { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 30px; border-top: 1px solid var(--line-light); color: rgba(255,255,255,.38); font-size: var(--fs-label); text-transform: uppercase; letter-spacing: var(--ls-label); }

/* Statement band */
.statement-band { padding: 120px 0; }
.statement-band--ink { color: var(--white); background: var(--navy-2); }
.statement-band--paper { color: var(--ink); background: var(--paper); }
.statement-band__grid { display: grid; grid-template-columns: .62fr 1.38fr; gap: 80px; }
.statement-band h2 { font-size: var(--fs-h2); max-width: 25ch; }
.statement-band p { max-width: var(--text-lead); color: rgba(255,255,255,.62); font-size: var(--fs-lead); }
.statement-band--paper p { color: var(--muted); }
.statement-band__action { margin-top: 30px; }

@media (min-width: 961px) {
  body[data-route="/how-we-work/"][data-language="zh-Hant"] .statement-band__grid {
    grid-template-columns: .66fr 1.34fr;
  }
}

.service-overview-intro .statement-band__grid {
  display: block;
  text-align: center;
}
.service-overview-intro h2,
.service-overview-intro p {
  margin-inline: auto;
}
.service-overview-intro p {
  margin-top: 24px;
}

/* Collection overview */
.collection-lines { border-top: 1px solid var(--line-dark); }
.collection-line { display: block; position: relative; min-height: 270px; border-bottom: 1px solid var(--line-dark); overflow: hidden; }
.collection-line__media { position: absolute; inset: 0 0 0 auto; width: 42%; opacity: 1; overflow: hidden; pointer-events: none; }
.collection-line__media::after { content:""; position:absolute; inset:0 0 0 -24px; background:linear-gradient(90deg,var(--paper) 0%, rgba(235,244,246,.98) 24%, transparent 58%); }
.collection-line__media img { width:100%; height:100%; object-fit:cover; opacity: 0; transform:scale(1.08); transition:opacity .4s var(--ease), transform .7s var(--ease); }
.collection-line:hover .collection-line__media img { opacity: .95; transform: scale(1); }
.collection-line__inner { min-height: inherit; position: relative; z-index: 1; display: grid; grid-template-columns: 75px 1fr 50px; align-items: center; gap: 35px; }
.collection-line__inner > span { color: var(--amber); font-size: var(--fs-label); font-weight: var(--fw-label); }
.collection-line__inner > div > p:first-child { color: var(--muted); font-size: var(--fs-label); font-weight: var(--fw-label); letter-spacing: var(--ls-label); margin-bottom: 18px; }
.collection-line h2 { font-size: var(--fs-h2); margin-bottom: 15px; }
.collection-line__inner > div > p:last-child { color: var(--muted); max-width: var(--text-body); }
.collection-line__inner i { font-style: normal; font-size: var(--fs-h3); }

/* Services overview cards */
.service-overview {
  padding: clamp(72px, 7vw, 112px) 0 clamp(96px, 9vw, 144px);
}
.service-overview__grid {
  display: grid;
  gap: clamp(16px, 1.4vw, 24px);
}
.service-overview__row {
  display: flex;
  gap: clamp(12px, 1.1vw, 18px);
}
.service-overview-card {
  --service-card-pad: clamp(18px, 1.6vw, 24px);
  --service-card-ease: cubic-bezier(.42, 0, .18, 1);
  min-width: 0;
  height: clamp(620px, 69svh, 760px);
  flex: 1 1 0;
  display: grid;
  grid-template-rows: auto auto 1fr;
  gap: 18px;
  padding: var(--service-card-pad);
  overflow: hidden;
  border-radius: var(--radius-ui);
  background: #f1f4f4;
  color: #050b10;
  transition: flex-grow .2625s var(--service-card-ease), background-color .20625s var(--service-card-ease), color .15s var(--service-card-ease);
}
.service-overview-card__head {
  min-height: 34px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.service-overview-card__head > span {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: var(--amber);
  color: #f8fbfb;
  font-family: var(--font-heading);
  font-size: .72rem;
  font-weight: var(--fw-heading);
  letter-spacing: 0;
}
.service-overview-card__head > p {
  margin: 0;
  color: #050b10;
  font-size: var(--fs-small);
  font-weight: var(--fw-heading);
  line-height: 1.2;
  transition: color .15s var(--service-card-ease);
}
.service-overview-card figure {
  width: calc(100% + (var(--service-card-pad) * 2));
  height: clamp(300px, 38svh, 420px);
  margin: 0 calc(var(--service-card-pad) * -1);
  overflow: hidden;
  background: #dfe6e6;
}
.service-overview-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.service-overview-card__copy {
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 2px 2px 0;
}
.service-overview-card h2 {
  margin: 0;
  color: #050b10;
  font-size: clamp(1.3rem, 1.55vw, 1.7rem);
  line-height: 1.2;
  transition: color .15s var(--service-card-ease);
}
.service-overview-card__copy > p {
  max-width: 46ch;
  margin: 0;
  color: rgba(5,11,16,.66);
  font-size: var(--fs-body-sm);
  line-height: 1.55;
  transition: color .15s var(--service-card-ease);
}
.service-overview-card:focus-visible {
  outline: 2px solid var(--amber);
  outline-offset: 4px;
}

.js .service-overview-card[data-service-card] {
  opacity: var(--service-card-opacity, 0);
  transform: translate3d(0, var(--service-card-y, 24px), 0);
  pointer-events: none;
  will-change: opacity, transform;
  transition:
    opacity .1s linear,
    transform .1s linear,
    flex-grow .2625s var(--service-card-ease),
    background-color .20625s var(--service-card-ease),
    color .15s var(--service-card-ease);
}
.js .service-overview-card[data-service-card].is-service-interactive {
  pointer-events: auto;
}
.js .service-overview-card[data-service-card] .service-overview-card__head,
.js .service-overview-card[data-service-card] .service-overview-card__copy {
  opacity: var(--service-copy-opacity, 0);
  transform: translate3d(0, var(--service-copy-y, 8px), 0);
  transition:
    opacity .1s linear,
    transform .1s linear;
}
.js .service-overview-card[data-service-card] figure {
  opacity: var(--service-image-opacity, .82);
  clip-path: inset(var(--service-image-clip, 9%) 0 0 0);
  transform: translate3d(0, var(--service-image-y, 8px), 0);
  transition:
    opacity .12s linear,
    clip-path .12s linear,
    transform .12s linear;
}

@media (hover: hover) and (pointer: fine) and (min-width: 1181px) {
  .service-overview__row:has(.service-overview-card:hover) .service-overview-card,
  .service-overview__row:has(.service-overview-card:focus-visible) .service-overview-card {
    flex-grow: .88;
  }
  .service-overview__row:has(.service-overview-card:hover) .service-overview-card:hover,
  .service-overview__row:has(.service-overview-card:focus-visible) .service-overview-card:focus-visible {
    flex-grow: 1.48;
    background: #06131b;
  }
  .service-overview-card:hover .service-overview-card__head > p,
  .service-overview-card:hover h2,
  .service-overview-card:focus-visible .service-overview-card__head > p,
  .service-overview-card:focus-visible h2 {
    color: #f8fbfb;
  }
  .service-overview-card:hover .service-overview-card__copy > p,
  .service-overview-card:focus-visible .service-overview-card__copy > p {
    color: rgba(248,251,251,.74);
  }
}

@media (max-width: 1180px) {
  .service-overview__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .service-overview__row {
    display: contents;
  }
  .service-overview-card {
    height: auto;
    min-height: 620px;
  }
}

@media (max-width: 700px) {
  .service-overview {
    padding: 56px 0 80px;
  }
  .service-overview__grid {
    grid-template-columns: 1fr;
  }
  .service-overview-card {
    min-height: 0;
  }
  .service-overview-card figure {
    height: auto;
    aspect-ratio: 4 / 3.2;
  }
}

@media (prefers-reduced-motion: reduce) {
  .js .service-overview-card[data-service-card],
  .js .service-overview-card[data-service-card] .service-overview-card__head,
  .js .service-overview-card[data-service-card] .service-overview-card__copy,
  .js .service-overview-card[data-service-card] figure {
    opacity: 1;
    transform: none;
    clip-path: inset(0);
    pointer-events: auto;
    transition: none;
  }
  .service-overview-card,
  .service-overview-card__head > p,
  .service-overview-card h2,
  .service-overview-card__copy > p {
    transition: none;
  }
}

/* Detail service pages */
.detail-method { background: var(--paper); padding: 140px 0; }
.detail-method__grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 100px; }
.detail-method aside { position: sticky; top: 140px; align-self: start; }
.detail-method aside h2 { font-size: var(--fs-h2); max-width: 18ch; }
.detail-method aside > p { color: var(--muted); max-width: var(--text-lead); }
.detail-method ol { list-style: none; padding: 0; margin: 0; border-top: 1px solid var(--line-dark); }
.detail-method li { min-height: 155px; display: grid; grid-template-columns: 70px 1fr; align-items: center; border-bottom: 1px solid var(--line-dark); }
.detail-method li span { color: var(--amber); font-size: var(--fs-label); font-weight: var(--fw-label); }
.detail-method li p { font-size: var(--fs-h3); line-height: var(--lh-h3); letter-spacing: var(--ls-h3); margin: 0; max-width: var(--text-body); }
.evidence-section { color: var(--white); background: var(--navy); padding: 130px 0 0; }
.evidence-section__header { display: grid; grid-template-columns: .62fr 1.38fr; gap: 80px; margin-bottom: 70px; }
.evidence-section__header h2 { font-size: var(--fs-h2); max-width: 25ch; }
.evidence-strip { display: grid; grid-template-columns: repeat(5, minmax(220px,1fr)); overflow-x: auto; border-top: 1px solid var(--line-light); }
.evidence-strip > div { min-height: 260px; padding: 30px; border-right: 1px solid var(--line-light); display:flex; flex-direction:column; }
.evidence-strip span { color: var(--amber); font-size: var(--fs-label); font-weight: var(--fw-label); }
.evidence-strip p { margin: auto 0 0; font-size: var(--fs-h3); line-height: var(--lh-h3); letter-spacing: var(--ls-h3); }
.risk-ribbon { background: var(--paper-2); padding: 110px 0; }
.risk-ribbon > .shell { display:grid; grid-template-columns: .85fr 1.15fr; gap:90px; }
.risk-ribbon h2 { font-size: var(--fs-h2); max-width:22ch; }
.risk-ribbon ul { list-style:none; padding:0; margin:0; border-top:1px solid var(--line-dark); }
.risk-ribbon li { padding:22px 0; border-bottom:1px solid var(--line-dark); font-size: var(--fs-h3); letter-spacing: var(--ls-h3); }
.related-rail { background:var(--paper); padding:120px 0; }
.related-rail__header { display:flex; justify-content:space-between; align-items:flex-end; margin-bottom:45px; }
.related-rail__header h2 { font-size: var(--fs-h2); }
.related-rail__items { width:var(--shell); margin-inline:auto; display:flex; overflow-x:auto; border:1px solid var(--line-dark); scroll-snap-type:x mandatory; }
.related-rail__item { flex:1 1 0; min-width:0; min-height:360px; padding:30px; border-right:1px solid var(--line-dark); display:grid; grid-template-rows:auto 1fr minmax(2.4em, auto) minmax(4.95em, auto) auto; scroll-snap-align:start; transition:background .25s; }
.related-rail__item:last-child { border-right:0; }
body[data-language="en"] .related-rail__item { grid-template-rows:auto 1fr minmax(4.8em, auto) minmax(4.95em, auto) auto; }
.related-rail__item:hover { background:var(--paper-2); }
.related-rail__number { grid-row: 1; color:var(--amber); font-size: var(--fs-label); font-weight: var(--fw-label); }
.related-rail__item h3 { grid-row: 3; margin:0 0 14px; font-size: var(--fs-h3); align-self:start; }
.related-rail__item p { grid-row: 4; margin:0; color:var(--muted); max-width: var(--text-body); align-self:start; }
.related-rail__arrow { grid-row: 5; margin-top:20px; font-size: var(--fs-h3); align-self:end; justify-self:end; }

@media (max-width: 960px) {
  .related-rail__item { flex:0 0 min(360px,78vw); min-width:min(360px,78vw); }
}

/* Product overview */
.product-cinema, .industry-index { background: var(--paper); }
.product-cinema { padding:clamp(78px,8vw,132px) 0; }
.product-cinema__grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:clamp(12px,1.2vw,20px); }
.product-cinema__row { position:relative; display:block; aspect-ratio:16 / 9; min-width:0; overflow:hidden; border-radius:8px; color:var(--white); background:var(--ink); }
.js .product-cinema__row[data-product-card] { opacity:var(--product-card-opacity,0); transform:translate3d(0,var(--product-card-y,32px),0); will-change:opacity,transform; }
.product-cinema__row::after { content:""; position:absolute; z-index:1; inset:0; background:#000; opacity:0; pointer-events:none; transition:opacity .42s var(--ease); }
.product-cinema__image { position:absolute; inset:0; background-image:linear-gradient(0deg,rgba(4,18,29,.96) 0%,rgba(4,18,29,.72) 38%,rgba(4,18,29,.1) 78%),var(--cinema-image); background-size:cover; background-position:center; transform:scale(var(--product-image-scale,1.03)); transition:transform .8s var(--ease),filter .4s; filter:saturate(.7); will-change:transform; }
.product-cinema__row.is-product-interactive:hover .product-cinema__image { transform:scale(1); filter:saturate(1); }
.product-cinema__row.is-product-interactive:hover::after { opacity:.9; }
.product-cinema__content { position:absolute; z-index:2; left:clamp(20px,2vw,32px); right:clamp(46px,4vw,66px); bottom:clamp(18px,1.8vw,28px); }
.product-cinema__content > span:first-child { display:block; margin-bottom:8px; color:var(--amber); font-size:var(--fs-label); font-weight:var(--fw-label); }
.product-cinema__row h2 { margin:0 0 8px; font-size:var(--fs-card-title); line-height:var(--lh-h2); }
.product-cinema__row p { margin:0; color:rgba(255,255,255,.74); font-size:var(--fs-small); line-height:var(--lh-small); }
.product-cinema__row > i { position:absolute; z-index:2; right:clamp(18px,1.7vw,28px); bottom:clamp(18px,1.8vw,28px); font-style:normal; font-size:var(--fs-h3); }
.industry-index__row { position:relative; display:block; min-height:360px; border-bottom:1px solid var(--line-dark); overflow:hidden; }
.industry-index__media { position:absolute; inset:0; background-image:linear-gradient(90deg,rgba(7,24,38,.92),rgba(7,24,38,.52) 50%,rgba(7,24,38,.2)),var(--cinema-image); background-size:cover; background-position:center; transform:scale(1.03); transition:transform .8s var(--ease),filter .4s; filter:saturate(.7); }
.industry-index__row > .shell { position:relative; z-index:1; min-height:inherit; display:grid; gap:40px; align-items:center; color:white; }
.industry-index__row > .shell { grid-template-columns:70px minmax(260px,.72fr) minmax(360px,1.28fr) 44px; }
.industry-index__row > .shell > span { color:var(--amber); font-size:var(--fs-label); font-weight:var(--fw-label); }
.industry-index__row h2 { font-size:var(--fs-h2); margin-bottom:18px; }
.industry-index__row p { color:rgba(255,255,255,.68); max-width:var(--text-body); }
.product-cinema__action { display:inline-block; margin-top:12px; padding-top:9px; border-top:1px solid rgba(255,255,255,.28); color:var(--white); font-size:var(--fs-label); font-weight:var(--fw-label); text-transform:uppercase; }
.industry-index__row i { font-style:normal; font-size:var(--fs-h3); }
.industry-index__row > .shell > span { grid-column:1; }
.industry-index__row h2 { grid-column:2; margin:0; }
.industry-index__row p { grid-column:3; max-width:44ch; }
.industry-index__row i { grid-column:4; }
.industry-index__row { --cinema-image: var(--industry-image); }
.industry-index__media { background-image:linear-gradient(90deg,rgba(7,24,38,.94),rgba(7,24,38,.48) 58%,rgba(7,24,38,.2)),var(--industry-image); }
.industry-index__row:hover .industry-index__media { transform:scale(1); filter:saturate(1); }

/* Product detail specifications */
.spec-story { background:var(--paper); padding:140px 0; }
.spec-story__grid { display:grid; grid-template-columns:.72fr 1.28fr; gap:100px; }
.spec-story aside { position:sticky; top:130px; align-self:start; }
.spec-story__image { aspect-ratio:4/3; overflow:hidden; margin-bottom:30px; border-radius:8px; }
.spec-story__image img { width:100%; height:100%; object-fit:cover; }
.spec-story aside > p { color:var(--muted); font-size: var(--fs-lead); margin-bottom:30px; }
.spec-story__sections { border-top:1px solid var(--line-dark); }
.spec-story__sections article { min-height:300px; padding:50px 0; border-bottom:1px solid var(--line-dark); display:grid; grid-template-columns:55px 1fr; column-gap:20px; }
.spec-story__sections article > span { color:var(--amber); font-size: var(--fs-label); font-weight: var(--fw-label); }
.spec-story__sections h2 { font-size: var(--fs-h2); }
.spec-list { grid-column:2; list-style:none; padding:0; margin:25px 0 0; display:grid; grid-template-columns:1fr 1fr; gap:0 30px; }
.spec-list li { padding:12px 0; border-top:1px solid var(--line-dark); color:var(--muted); }

/* Manufacturing service execution */
.manufacturing-execution { background:var(--paper); padding:140px 0; border-top:1px solid var(--line-dark); }
.manufacturing-execution__grid { display:grid; grid-template-columns:.72fr 1.28fr; gap:100px; }
.manufacturing-execution aside { position:sticky; top:140px; align-self:start; }
.manufacturing-execution aside h2 { max-width:20ch; font-size:var(--fs-h2); }
.manufacturing-execution aside > p { max-width:var(--text-lead); color:var(--muted); font-size:var(--fs-body); }
.manufacturing-execution ol { margin:0; padding:0; list-style:none; border-top:1px solid var(--line-dark); }
.manufacturing-execution li { min-height:190px; display:grid; grid-template-columns:60px 1fr; gap:20px; align-items:center; padding:34px 0; border-bottom:1px solid var(--line-dark); }
.manufacturing-execution li > span { color:var(--amber); font-size:var(--fs-label); font-weight:var(--fw-label); }
.manufacturing-execution li h3 { margin:0 0 12px; font-size:var(--fs-h3); }
.manufacturing-execution li p { max-width:var(--text-body); margin:0; color:var(--muted); }

.service-visibility { background:var(--paper); padding:120px 0; border-top:1px solid var(--line-dark); }
.service-visibility__grid { display:grid; grid-template-columns:.72fr 1.28fr; gap:100px; }
.service-visibility header h2 { max-width:20ch; font-size:var(--fs-h2); }
.service-visibility ul { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); margin:0; padding:0; list-style:none; border-top:1px solid var(--line-dark); }
.service-visibility li { min-height:132px; display:grid; grid-template-columns:46px 1fr; align-items:center; gap:14px; padding:24px 20px 24px 0; border-bottom:1px solid var(--line-dark); }
.service-visibility li:nth-child(odd) { border-right:1px solid var(--line-dark); }
.service-visibility li:nth-child(even) { padding-left:20px; }
.service-visibility li span { color:var(--amber); font-size:var(--fs-label); font-weight:var(--fw-label); }
.service-visibility li p {
  margin: 0;
  font-family: var(--font-body);
  font-size: var(--fs-body);
  font-weight: var(--fw-body);
  line-height: var(--lh-body);
  letter-spacing: var(--ls-body);
}

.compatibility-redirect { min-height:100svh; display:flex; align-items:center; background:var(--paper); padding:calc(var(--header-h) + 80px) 0 100px; }
.compatibility-redirect h1 { max-width:12ch; margin:24px 0; font-size:var(--fs-h1); }
.compatibility-redirect p { max-width:var(--text-lead); margin-bottom:30px; color:var(--muted); font-size:var(--fs-lead); }

/* Editorial process media */
.editorial-media { background:var(--paper); padding:130px 0; }
.editorial-media.editorial-media--service-entry { padding-top:260px; }
body[data-route^="/industries/"]:not([data-route="/industries/"]) .editorial-media { padding-top:260px; }
.editorial-media__intro { display:grid; grid-template-columns:.62fr 1.38fr; gap:80px; align-items:start; margin-bottom:58px; }
.editorial-media__intro h2 { font-size:var(--fs-h2); max-width:24ch; margin:0; }
.editorial-media__intro p { color:var(--muted); max-width:var(--text-body); margin:24px 0 0; }
.editorial-media__grid { display:grid; grid-template-columns:1fr 1fr; gap:18px; }
.editorial-media__grid--1 { grid-template-columns:1fr; }
.editorial-media figure { margin:0; overflow:hidden; aspect-ratio:16/9; background:var(--paper-2); }
.editorial-media img { width:100%; height:100%; object-fit:cover; display:block; transition:transform .7s var(--ease); }
.editorial-media figure:hover img { transform:scale(1.025); }

.js body[data-route^="/industries/"]:not([data-route="/industries/"]) .editorial-media.has-industry-media-flyin {
  overflow: clip;
}
.js body[data-route^="/industries/"]:not([data-route="/industries/"]) .editorial-media.has-industry-media-flyin figure {
  opacity: var(--industry-media-fly-opacity, 1);
  transform: translate3d(
    var(--industry-media-fly-x, 0),
    var(--industry-media-fly-y, 0),
    0
  ) scale(var(--industry-media-fly-scale, 1));
  will-change: transform, opacity;
}

/* Industry detail */
.industry-detail { background:var(--paper); padding:140px 0; }
.industry-detail__grid { display:grid; grid-template-columns:1fr 1fr; gap:1px; background:var(--line-dark); border:1px solid var(--line-dark); }
.industry-detail article { min-height:600px; padding:48px; background:var(--paper); display:flex; flex-direction:column; }
.industry-detail article > span { color:var(--amber); font-size: var(--fs-label); font-weight: var(--fw-label); }
.industry-detail h2 { font-size: var(--fs-h2); margin:80px 0 50px; }
.large-list { list-style:none; padding:0; margin:auto 0 0; }
.large-list li { padding:16px 0; border-top:1px solid var(--line-dark); font-size: var(--fs-h3); letter-spacing: var(--ls-h3); }

.js body[data-route^="/industries/"]:not([data-route="/industries/"]) .industry-detail.has-industry-detail-flyin {
  overflow: clip;
}
.js body[data-route^="/industries/"]:not([data-route="/industries/"]) .industry-detail.has-industry-detail-flyin .industry-detail__grid {
  position: relative;
  background: transparent;
  opacity: var(--industry-detail-grid-opacity, 1);
  transform: translate3d(0, var(--industry-detail-grid-y, 0), 0);
  will-change: transform, opacity;
}
.js body[data-route^="/industries/"]:not([data-route="/industries/"]) .industry-detail.has-industry-detail-flyin .industry-detail__grid::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: var(--line-dark);
  transform: scaleY(var(--industry-detail-divider-scale, 1));
  transform-origin: top;
  pointer-events: none;
}
.js body[data-route^="/industries/"]:not([data-route="/industries/"]) .industry-detail.has-industry-detail-flyin .industry-detail__grid::before {
  content: "";
  position: absolute;
  z-index: 3;
  top: -1px;
  right: -1px;
  bottom: -1px;
  width: 1px;
  background: var(--line-dark);
  pointer-events: none;
}
.js body[data-route^="/industries/"]:not([data-route="/industries/"]) .industry-detail.has-industry-detail-flyin article {
  position: relative;
  z-index: 1;
  opacity: var(--industry-detail-column-opacity, 1);
  transform: translate3d(
    var(--industry-detail-column-x, 0),
    var(--industry-detail-column-y, 0),
    0
  );
  will-change: transform, opacity;
}
.js body[data-route^="/industries/"]:not([data-route="/industries/"]) .industry-detail.has-industry-detail-flyin article > span,
.js body[data-route^="/industries/"]:not([data-route="/industries/"]) .industry-detail.has-industry-detail-flyin article > h2,
.js body[data-route^="/industries/"]:not([data-route="/industries/"]) .industry-detail.has-industry-detail-flyin .large-list li {
  opacity: var(--industry-detail-item-opacity, 1);
  transform: translate3d(
    var(--industry-detail-item-x, 0),
    var(--industry-detail-item-y, 0),
    0
  );
  will-change: transform, opacity;
}
.js body[data-route^="/industries/"]:not([data-route="/industries/"]) .industry-detail.has-industry-detail-flyin .large-list li {
  position: relative;
  border-top-color: transparent;
  transition: translate .35s var(--ease);
}
.js body[data-route^="/industries/"]:not([data-route="/industries/"]) .industry-detail.has-industry-detail-flyin .large-list li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--industry-detail-line-color, var(--line-dark));
  transform: scaleX(var(--industry-detail-line-scale, 1));
  transform-origin: left;
}

@media (min-width: 961px) and (hover: hover) and (pointer: fine) {
  .js body[data-route^="/industries/"]:not([data-route="/industries/"]) .industry-detail.has-industry-detail-flyin .large-list li:hover {
    --industry-detail-line-color: var(--ink);
    translate: 6px 0;
  }
}

@media (max-width: 960px) {
  .js body[data-route^="/industries/"]:not([data-route="/industries/"]) .industry-detail.has-industry-detail-flyin .industry-detail__grid {
    background: var(--line-dark);
  }
  .js body[data-route^="/industries/"]:not([data-route="/industries/"]) .industry-detail.has-industry-detail-flyin .industry-detail__grid::after {
    display: none;
  }
}
.industry-connection { color:white; background:var(--navy-2); padding:130px 0; }
.industry-connection > .shell { display:grid; grid-template-columns:.78fr 1.22fr; gap:100px; }
.industry-connection h2 { font-size: var(--fs-h2); max-width:25ch; }
.industry-connection__links {
  --rule-default-height: calc((100% - (var(--rule-menu-gap) * 2)) / 3);
  --rule-inactive-height: calc((100% - (var(--rule-menu-gap) * 2) - var(--rule-active-height)) / 2);
  height: clamp(510px, 57svh, 600px);
}
.industry-connection__card { color: inherit; }

/* Long process page */
.process-long { background:var(--paper); padding:140px 0; }
.process-long__grid { display:grid; grid-template-columns:.68fr 1.32fr; gap:110px; }
.process-long aside { position:sticky; top:120px; height:calc(100svh - 150px); display:flex; flex-direction:column; }
.process-long aside h2 { font-size: var(--fs-h2); max-width:18ch; }
.process-long aside nav { margin-top:auto; border-top:1px solid var(--line-dark); }
.process-long aside nav a { display:grid; grid-template-columns:42px 1fr; gap:16px; padding:11px 0; border-bottom:1px solid var(--line-dark); color:var(--muted); font-size: var(--fs-label); }
.process-long aside nav a.is-active { color:var(--ink); }
.process-long aside nav a span { color:var(--amber); font-size: var(--fs-label); }
.process-stage {
  min-height: 86svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-top: 1px solid var(--line-dark);
}
.process-stage__copy {
  display: block;
}
.process-stage__copy > span {
  color: var(--amber);
  font-size: var(--fs-label);
  font-weight: var(--fw-label);
}
.process-stage h2 {
  font-size: var(--fs-h2);
  max-width: 18ch;
  margin: 35px 0;
}
.process-stage__copy > p {
  color: var(--muted);
  font-size: var(--fs-lead);
  line-height: var(--lh-lead);
  max-width: var(--text-lead);
}
.process-stage__visibility {
  margin-top: 55px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  border-top: 1px solid var(--line-dark);
  padding-top: 18px;
  color: var(--muted);
  font-size: var(--fs-label);
  line-height: var(--lh-label);
  text-transform: uppercase;
  letter-spacing: var(--ls-label);
}
.process-stage__visibility strong { color: var(--ink); }
.process-stage__visibility span { text-align: right; }
.process-stage__media {
  aspect-ratio: 16 / 9;
  margin: 34px 0 0;
  overflow: hidden;
  background: var(--paper-2);
}
.process-stage__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.process-long--agreements .process-long__grid {
  grid-template-columns:minmax(0, 1fr) minmax(0, 1fr);
  align-items:start;
}
.process-long--agreements aside { height:auto; align-self:start; }
.process-agreement-list { margin:0; padding:0; list-style:none; border-top:1px solid var(--line-dark); }
.process-agreement-list__item {
  display:grid;
  grid-template-columns:52px minmax(0, 1fr);
  gap:28px;
  min-height:0;
  padding:42px 0;
  border-bottom:1px solid var(--line-dark);
}
.process-agreement-list__number {
  color:var(--amber);
  font-size:var(--fs-label);
  font-weight:var(--fw-label);
}
.process-agreement-list__copy h2 {
  max-width:24ch;
  margin:0 0 18px;
  font-size:var(--fs-h3);
}
.process-agreement-list__copy > p {
  max-width:var(--text-lead);
  margin:0;
  color:var(--muted);
  font-size:var(--fs-body);
  line-height:var(--lh-body);
}
/* Scenario detail page */
.scenario-detail-list { background:var(--paper); }
.scenario-detail { padding:120px 0 0; border-bottom:1px solid var(--line-dark); }
.scenario-detail__grid { display:grid; grid-template-columns:80px 1fr; gap:35px; }
.scenario-detail__grid > span { color:var(--amber); font-size: var(--fs-label); font-weight: var(--fw-label); }
.scenario-detail h2 { font-size: var(--fs-h2); max-width:22ch; margin-bottom:60px; }
.scenario-detail__columns { display:grid; grid-template-columns:1fr 1fr; gap:70px; padding-bottom:70px; }
.scenario-detail__columns p { color:var(--muted); font-size: var(--fs-body); }
.scenario-detail__columns strong { display:block; color:var(--ink); font-size: var(--fs-label); text-transform:uppercase; letter-spacing: var(--ls-label); margin-bottom:14px; }
.scenario-path { display:grid; grid-template-columns:repeat(5,1fr); border-top:1px solid var(--line-dark); }
.scenario-path span { min-height:120px; padding:20px; border-right:1px solid var(--line-dark); display:flex; flex-direction:column; justify-content:space-between; font-size: var(--fs-label); }
.scenario-path i { color:var(--amber); font-style:normal; font-size: var(--fs-h3); }

/* Regional page */
body[data-route="/north-china-supply-base/"] .north-base-page { background:#f3f6f6; color:var(--ink); }
body[data-route="/north-china-supply-base/"] .north-base-page :is(h2,h3,p) { margin-top:0; }
body[data-route="/north-china-supply-base/"] .page-hero h1 { max-width:720px; margin-bottom:24px; font-size:clamp(2.15rem,3.65vw,3.8rem); line-height:1.02; }
body[data-route="/north-china-supply-base/"] .page-hero__intro { max-width:720px; line-height:1.55; }
body[data-route="/north-china-supply-base/"] .page-hero__actions { margin-top:32px; }
body[data-route="/north-china-supply-base/"] .north-base-page h2 { font-size:clamp(2.05rem,2.85vw,3.28rem); line-height:.98; letter-spacing:-.04em; }
body[data-route="/north-china-supply-base/"] .north-base-page h3 { line-height:1.12; }
body[data-route="/north-china-supply-base/"] .north-base-page a { text-underline-offset:3px; }
@media (min-width: 1181px) {
  body[data-route="/north-china-supply-base/"][data-language="en"] .page-hero h1 {
    width:max-content;
    max-width:100%;
    white-space:nowrap;
  }
  body[data-route="/north-china-supply-base/"][data-language="zh-Hant"] .page-hero__inner {
    grid-template-columns:minmax(0,1fr);
  }
  body[data-route="/north-china-supply-base/"][data-language="zh-Hant"] .page-hero__copy {
    max-width:100%;
  }
  body[data-route="/north-china-supply-base/"][data-language="zh-Hant"] .page-hero h1 {
    width:max-content;
    max-width:100%;
    white-space:nowrap;
  }
}
.north-base-foundation,.north-base-network,.north-base-comparison,.north-base-cost,.north-base-logistics,.north-base-presence,.north-base-sources { padding:clamp(90px,8.75vw,126px) 0; }
.north-base-foundation { background:#f3f6f6; }
.north-base-foundation__grid,.north-base-section-head { display:grid; grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr); gap:clamp(48px,6.1vw,88px); align-items:start; }
.north-base-foundation__grid h2 { max-width:100%; margin-bottom:0; }
.north-base-foundation__copy { max-width:760px; padding-top:50px; }
.north-base-foundation__copy p { color:var(--muted); font-size:var(--fs-body); line-height:1.72; }
.north-base-foundation__copy .north-base-lede { color:var(--muted); font-size:var(--fs-body); line-height:1.72; letter-spacing:var(--ls-body); }
.north-base-facts { display:grid; grid-template-columns:repeat(3,1fr); margin-top:clamp(64px,6.7vw,96px); border-top:1px solid var(--line-dark); border-bottom:1px solid var(--line-dark); }
.north-base-facts article { position:relative; min-height:220px; padding:30px 30px 26px 0; display:flex; flex-direction:column; justify-content:space-between; border-right:1px solid var(--line-dark); }
.north-base-facts article:not(:first-child) { padding-left:34px; }
.north-base-facts article:last-child { border-right:0; }
.north-base-facts strong { font-size:clamp(3rem,4.2vw,5rem); font-weight:500; letter-spacing:-.06em; }
.north-base-facts article > span:not(.north-base-refs) { max-width:25ch; color:var(--muted); line-height:1.45; }
.north-base-refs { display:inline-flex; gap:5px; margin-top:18px; }
.north-base-refs a { width:23px; height:23px; display:inline-flex; align-items:center; justify-content:center; border:1px solid currentColor; border-radius:50%; color:var(--muted); font-size:10px; line-height:1; text-decoration:none; transition:background .2s ease,color .2s ease; }
.north-base-refs a:hover { background:var(--ink); color:white; }

.north-base-network { background:#fff; }
.north-base-section-head { margin-bottom:clamp(56px,5.55vw,80px); }
.north-base-section-head h2 { max-width:100%; margin-bottom:0; }
.north-base-section-head > p { max-width:650px; margin-top:36px; color:var(--muted); font-size:var(--fs-lead); line-height:1.6; }
@media (min-width: 961px) {
  body[data-route="/north-china-supply-base/"] .north-base-section-head > p { margin-top:50.3px; }
}
.north-base-network__grid { display:grid; grid-template-columns:minmax(330px,.72fr) minmax(0,1.28fr); gap:clamp(48px,6.1vw,88px); align-items:start; }
.north-base-map { position:sticky; top:118px; margin:0; padding:18px; background:#eef2f2; border-radius:28px; }
.north-base-map img { display:block; width:100%; border-radius:18px; }
.north-base-map figcaption { display:grid; grid-template-columns:120px 1fr; gap:22px; padding:25px 10px 10px; border-top:1px solid var(--line-dark); }
.north-base-map figcaption span { color:var(--muted); font-size:var(--fs-label); text-transform:uppercase; letter-spacing:var(--ls-label); }
.north-base-map figcaption p { margin-bottom:0; color:var(--muted); font-size:var(--fs-small); line-height:1.5; }
.north-base-regions { border-top:1px solid var(--line-dark); }
.north-base-regions article { min-height:170px; display:grid; grid-template-columns:48px minmax(180px,.68fr) minmax(0,1.32fr); gap:24px; align-items:center; padding:30px 0; border-bottom:1px solid var(--line-dark); }
.north-base-regions__id { color:var(--accent-on-light); font-size:var(--fs-label); font-weight:600; }
.north-base-regions article > div:nth-child(2) > p { margin-bottom:10px; color:var(--muted); font-size:var(--fs-label); text-transform:uppercase; letter-spacing:var(--ls-label); }
.north-base-regions h3 { max-width:15ch; margin-bottom:0; font-size:var(--fs-h3); }
.north-base-regions article > div:last-child > p { margin-bottom:0; color:var(--muted); line-height:1.62; }
.north-base-chain { margin-top:clamp(64px,6.7vw,96px); }
.north-base-chain > p { margin-bottom:24px; color:var(--muted); font-size:var(--fs-label); text-transform:uppercase; letter-spacing:var(--ls-label); }
.north-base-chain ol { display:grid; grid-template-columns:repeat(6,1fr); list-style:none; margin:0; padding:0; border-top:1px solid var(--line-dark); border-bottom:1px solid var(--line-dark); }
.north-base-chain li { min-height:145px; padding:22px 18px; display:flex; flex-direction:column; justify-content:space-between; border-right:1px solid var(--line-dark); font-size:var(--fs-small); line-height:1.3; }
.north-base-chain li:last-child { border-right:0; }
.north-base-chain li span { color:var(--accent-on-light); font-size:var(--fs-label); }

.north-base-comparison { background:#e8eded; }
.north-base-comparison__grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.north-base-comparison__card { min-height:450px; padding:32px; display:flex; flex-direction:column; background:#f8fafa; border-radius:26px; }
.north-base-comparison__card > span { color:var(--muted); font-size:var(--fs-label); }
.north-base-comparison__card > p:nth-of-type(1) { margin:50px 0 14px; color:var(--muted); font-size:var(--fs-label); text-transform:uppercase; letter-spacing:var(--ls-label); }
.north-base-comparison__card h3 { max-width:15ch; margin-bottom:0; font-size:clamp(1.38rem,2.05vw,1.845rem); letter-spacing:-.025em; }
.north-base-comparison__rule { margin:28px 0 24px; border-top:1px solid var(--line-dark); }
.north-base-comparison__card > p:nth-of-type(2) { color:var(--muted); line-height:1.62; }
.north-base-comparison__card .north-base-refs { margin-top:auto; }
.north-base-comparison__card--north { background:var(--navy-2); color:white; }
.north-base-comparison__card--north > span,
.north-base-comparison__card--north > p:nth-of-type(1),
.north-base-comparison__card--north > p:nth-of-type(2) { color:rgba(255,255,255,.68); }
.north-base-comparison__card--north .north-base-comparison__rule { border-color:rgba(255,255,255,.22); }
.north-base-comparison__card--north .north-base-refs a { color:rgba(255,255,255,.72); }
.north-base-comparison__card--north .north-base-refs a:hover { background:white; color:var(--ink); }

.north-base-cost { background:#f6f8f8; }
.north-base-cost__grid { display:grid; grid-template-columns:minmax(300px,.78fr) minmax(0,1.22fr); gap:clamp(56px,6.7vw,96px); align-items:start; }
.north-base-cost__grid header { position:sticky; top:118px; }
.north-base-cost__grid header h2 { max-width:100%; }
.north-base-cost__grid header > p { max-width:510px; color:var(--muted); font-size:1.08rem; line-height:1.65; }
.north-base-cost__grid ol { list-style:none; margin:0; padding:0; border-top:1px solid var(--line-dark); }
.north-base-cost__grid li { display:grid; grid-template-columns:55px 1fr; gap:24px; min-height:180px; padding:32px 0; border-bottom:1px solid var(--line-dark); }
.north-base-cost__grid li > span { color:var(--accent-on-light); font-size:var(--fs-label); }
.north-base-cost__grid li h3 { margin-bottom:14px; font-size:var(--fs-h3); }
.north-base-cost__grid li p { max-width:650px; margin-bottom:0; color:var(--muted); line-height:1.62; }
.north-base-cost__evidence { position:relative; margin-top:72px; padding:32px 72px 32px 170px; background:#e5ebeb; border-radius:24px; }
.north-base-cost__evidence::before { content:"DATA NOTE"; position:absolute; left:35px; top:38px; color:var(--accent-on-light); font-size:var(--fs-label); letter-spacing:var(--ls-label); }
.north-base-cost__evidence strong { display:block; margin-bottom:12px; font-size:1.2rem; }
.north-base-cost__evidence p { margin-bottom:0; color:var(--muted); line-height:1.58; }

.north-base-logistics { background:#fff; }
.north-base-logistics__hero { display:grid; grid-template-columns:minmax(0,1.08fr) minmax(320px,.92fr); gap:clamp(48px,6.1vw,88px); align-items:center; }
.north-base-logistics__hero figure { margin:0; overflow:hidden; border-radius:30px; }
.north-base-logistics__hero img { display:block; width:100%; min-height:520px; object-fit:cover; }
.north-base-logistics__hero h2 { max-width:100%; }
.north-base-logistics__hero p { max-width:590px; color:var(--muted); font-size:1.08rem; line-height:1.65; }
.north-base-logistics__modes { display:grid; grid-template-columns:repeat(3,1fr); margin-top:clamp(64px,6.1vw,88px); border-top:1px solid var(--line-dark); border-bottom:1px solid var(--line-dark); }
.north-base-logistics__modes article { min-height:370px; padding:30px; display:flex; flex-direction:column; border-right:1px solid var(--line-dark); }
.north-base-logistics__modes article:first-child { padding-left:0; }
.north-base-logistics__modes article:last-child { padding-right:0; border-right:0; }
.north-base-logistics__modes article > span { color:var(--accent-on-light); font-size:var(--fs-label); letter-spacing:var(--ls-label); }
.north-base-logistics__modes h3 { max-width:15ch; margin:54px 0 18px; font-size:clamp(1.38rem,2.05vw,1.845rem); }
.north-base-logistics__modes p { color:var(--muted); line-height:1.6; }
.north-base-logistics__modes small { display:block; margin-top:auto; padding-top:25px; color:var(--ink); line-height:1.55; }

.north-base-presence { background:#dde5e5; }
.north-base-presence__grid { display:grid; grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr); gap:clamp(56px,6.7vw,96px); align-items:start; }
.north-base-presence__grid > div:first-child h2 { max-width:100%; }
.north-base-presence__grid > div:first-child > p { max-width:590px; color:var(--muted); font-size:1.08rem; line-height:1.65; }
.north-base-presence__grid .button { margin-top:28px; }
.north-base-presence__work { border-top:1px solid var(--line-dark); }
.north-base-presence__work article { display:grid; grid-template-columns:45px .7fr 1.3fr; gap:22px; align-items:center; min-height:150px; border-bottom:1px solid var(--line-dark); }
.north-base-presence__work article > span { color:var(--accent-on-light); font-size:var(--fs-label); }
.north-base-presence__work h3 { margin-bottom:0; font-size:var(--fs-h3); }
.north-base-presence__work p { margin-bottom:0; color:var(--muted); line-height:1.55; }

.north-base-sources { background:#f7f9f9; }
.north-base-sources__head { display:grid; grid-template-columns:.75fr 1.25fr; column-gap:clamp(48px,6.1vw,88px); }
.north-base-sources__head .eyebrow { grid-row:1 / span 2; }
.north-base-sources__head h2 { max-width:100%; }
.north-base-sources__head > p { max-width:650px; color:var(--muted); line-height:1.6; }
.north-base-sources__list { list-style:none; margin-top:60px; padding:0; border-top:1px solid var(--line-dark); }
.north-base-sources__list li { display:grid; grid-template-columns:55px minmax(0,1fr) 130px; gap:25px; align-items:center; min-height:84px; border-bottom:1px solid var(--line-dark); }
.north-base-sources__list li > span { color:var(--accent-on-light); font-size:var(--fs-label); }
.north-base-sources__list a { color:var(--ink); font-size:var(--fs-small); line-height:1.45; }
.north-base-sources__list time { color:var(--muted); font-size:var(--fs-small); text-align:right; }
.north-base-review { display:grid; grid-template-columns:150px 180px 170px 1fr; gap:25px; align-items:center; margin-top:40px; padding:22px 0; border-top:1px solid var(--line-dark); border-bottom:1px solid var(--line-dark); }
.north-base-review span { color:var(--muted); font-size:var(--fs-label); text-transform:uppercase; letter-spacing:var(--ls-label); }
.north-base-review strong { font-size:var(--fs-small); }

@media (max-width: 960px) {
  .north-base-foundation__grid,.north-base-section-head,.north-base-network__grid,.north-base-cost__grid,.north-base-logistics__hero,.north-base-presence__grid,.north-base-sources__head { grid-template-columns:1fr; gap:40px; }
  .north-base-foundation__copy { padding-top:0; }
  .north-base-map,.north-base-cost__grid header { position:relative; top:auto; }
  .north-base-map { max-width:620px; }
  .north-base-comparison__grid,.north-base-logistics__modes { grid-template-columns:1fr; }
  .north-base-comparison__card { min-height:390px; }
  .north-base-logistics__modes article,.north-base-logistics__modes article:first-child,.north-base-logistics__modes article:last-child { min-height:290px; padding:32px 0; border-right:0; border-bottom:1px solid var(--line-dark); }
  .north-base-logistics__modes article:last-child { border-bottom:0; }
  .north-base-logistics__modes h3 { margin-top:38px; }
  .north-base-sources__head .eyebrow { grid-row:auto; }
  .north-base-review { grid-template-columns:150px 1fr; }
}

@media (max-width: 680px) {
  body[data-route="/north-china-supply-base/"] .page-hero h1 { max-width:100%; }
  body[data-route="/north-china-supply-base/"] .north-base-page h2 { max-width:100%; }
  .north-base-foundation,.north-base-network,.north-base-comparison,.north-base-cost,.north-base-logistics,.north-base-presence,.north-base-sources { padding:82px 0; }
  .north-base-section-head { margin-bottom:48px; }
  .north-base-facts { grid-template-columns:1fr; }
  .north-base-facts { margin-top:56px; }
  .north-base-facts article,.north-base-facts article:not(:first-child) { min-height:160px; padding:24px 0; border-right:0; border-bottom:1px solid var(--line-dark); }
  .north-base-facts article:last-child { border-bottom:0; }
  .north-base-map { padding:10px; border-radius:20px; }
  .north-base-map figcaption { grid-template-columns:1fr; gap:10px; padding:20px 5px 5px; }
  .north-base-regions article { grid-template-columns:38px 1fr; gap:15px; padding:26px 0; }
  .north-base-regions article > div:last-child { grid-column:2; }
  .north-base-chain ol { grid-template-columns:repeat(2,1fr); }
  .north-base-chain { margin-top:60px; }
  .north-base-chain li { min-height:110px; border-bottom:1px solid var(--line-dark); }
  .north-base-chain li:nth-child(2n) { border-right:0; }
  .north-base-chain li:nth-last-child(-n+2) { border-bottom:0; }
  .north-base-comparison__card { min-height:360px; padding:26px; }
  .north-base-comparison__card > p:nth-of-type(1) { margin-top:42px; }
  .north-base-cost__grid li { grid-template-columns:38px 1fr; gap:15px; min-height:0; padding:28px 0; }
  .north-base-cost__evidence { margin-top:48px; padding:76px 25px 28px; }
  .north-base-cost__evidence::before { left:25px; top:28px; }
  .north-base-logistics__hero img { min-height:340px; }
  .north-base-logistics__modes { margin-top:56px; }
  .north-base-presence__work article { grid-template-columns:35px 1fr; min-height:0; padding:26px 0; }
  .north-base-presence__work p { grid-column:2; }
  .north-base-sources__list { margin-top:50px; }
  .north-base-sources__list li { grid-template-columns:35px 1fr; gap:14px; padding:20px 0; }
  .north-base-sources__list time { grid-column:2; text-align:left; }
  .north-base-review { grid-template-columns:1fr; gap:8px; }
  .north-base-review strong { margin-bottom:15px; }
}

/* Insights */
.insights-list { background:var(--paper); padding:160px 0 260px; }
.insights-categories { display:grid; gap:180px; }
.insight-category__header { display:grid; grid-template-columns:70px minmax(0,760px); gap:28px; align-items:start; margin:0 0 56px; }
.insight-category__header > span { padding-top:8px; color:var(--muted); font-size:var(--fs-label); line-height:var(--lh-label); letter-spacing:var(--ls-label); }
.insight-category__header h2 { margin:0; font-size:var(--fs-h2); line-height:var(--lh-heading); }
.insight-category__header p { max-width:680px; margin:18px 0 0; color:var(--muted); font-size:var(--fs-body); line-height:var(--lh-body); }
.insights-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:72px 30px; }
.insight-card { position:relative; min-width:0; display:block; }
.insight-card figure { position:relative; aspect-ratio:16/9; margin:0; overflow:hidden; border-radius:var(--radius-image-card); background:var(--paper-2); }
.insight-card img { position:relative; z-index:0; width:100%; height:100%; object-fit:cover; transition:transform .7s var(--ease); }
.insight-card figure::before { content:""; position:absolute; z-index:1; inset:0; background:var(--paper-2); opacity:1; transition:opacity .45s var(--ease); }
.insight-card figure::after { content:""; position:absolute; z-index:2; inset:0; background:linear-gradient(to top,rgba(2,10,16,.94) 0%,rgba(2,10,16,.72) 52%,rgba(2,10,16,.08) 100%); opacity:0; transition:opacity .45s var(--ease); }
.insight-card figcaption { position:absolute; z-index:3; left:18px; right:18px; bottom:12px; color:var(--ink); transition:color .35s var(--ease); }
.insight-card__open { position:absolute; z-index:4; top:16px; left:18px; color:var(--ink); font-family:var(--font-heading); font-size:var(--fs-h4); line-height:1; transition:color .35s var(--ease); }
.insight-card__meta { display:block; color:var(--muted); text-transform:uppercase; letter-spacing:var(--ls-label); transition:color .35s var(--ease); }
.insight-card h3 { margin:4px 0 3px; color:var(--ink); font-size:var(--fs-h4); line-height:var(--lh-heading); transition:color .35s var(--ease); }
.insight-card figcaption p { margin:0; color:var(--muted); font-size:var(--fs-body-sm); line-height:var(--lh-body); transition:color .35s var(--ease); }
.insight-card:hover figure::before,
.insight-card:focus-visible figure::before { opacity:0; }
.insight-card:hover figure::after,
.insight-card:focus-visible figure::after { opacity:1; }
.insight-card:hover :is(.insight-card__open,.insight-card__meta,h3,figcaption p),
.insight-card:focus-visible :is(.insight-card__open,.insight-card__meta,h3,figcaption p) { color:var(--white); }
.insight-card:hover img { transform:scale(1.035); }
.insight-category__more { display:flex; justify-content:flex-end; margin-top:42px; }
.insight-category__more-control { width:min(100%,320px); display:inline-flex; align-items:center; justify-content:space-between; gap:26px; padding:0 0 7px; border-bottom:1px solid currentColor; color:var(--ink); font-size:var(--fs-small); font-weight:var(--fw-button); transition:color .35s var(--ease); }
.insight-category__more-control > span { transition:transform .35s var(--ease); }
.insight-category__more-control > span:first-child { white-space:nowrap; }
.insight-category__more-control:hover { color:#0078D2; }
.insight-category__more-control:hover > span:first-child { transform:translateX(4px); }
.insight-category__more-control:hover > span:last-child { transform:translate(3px,-3px); }
@media (min-width:1181px) {
  .js body[data-route="/insights/"] .insight-category.has-card-flyup .insight-card[data-reveal],
  .js body[data-route="/insights/"] .insight-category.has-card-flyup .insight-card[data-reveal].is-revealed,
  .js body[data-route="/insights/"] .insight-category.has-card-flyup .insight-card[data-reveal].is-revealed:hover {
    opacity:var(--path-card-fly-opacity,1);
    transform:translate3d(0,var(--path-card-fly-y,0px),0);
    will-change:transform,opacity;
  }
}
@media (min-width:769px) {
  body[data-route="/insights/"][data-language="zh-Hant"] .page-hero h1 {
    width:max-content;
    max-width:100%;
    white-space:nowrap;
  }
  body[data-route="/insights/"][data-language="zh-Hant"] .page-hero h1 br { display:none; }
  body[data-route="/insights/"][data-language="zh-Hant"] .page-hero h1 em { display:inline; }
}
.article-layout { background:var(--paper); padding:120px 0 150px; }
.article-layout__grid { display:grid; grid-template-columns:.55fr 1.45fr; gap:100px; }
.article-layout aside { position:sticky; top:130px; align-self:start; }
.article-layout aside > p { color:var(--muted); font-size: var(--fs-label); line-height: var(--lh-label); text-transform:uppercase; letter-spacing: var(--ls-label); }
.article-layout aside nav { border-top:1px solid var(--line-dark); }
.article-layout aside nav a { display:grid; grid-template-columns:35px 1fr; gap:15px; padding:14px 0; border-bottom:1px solid var(--line-dark); color:var(--muted); font-size: var(--fs-label); }
.article-layout aside nav a span { color:var(--amber); font-size: var(--fs-label); }
.article-layout__note { margin-top:38px; color:var(--muted); font-size: var(--fs-label); padding:20px; background:var(--paper-2); }
.article-lede { font-size: var(--fs-lead); line-height: var(--lh-lead); letter-spacing: var(--ls-body); margin-bottom:100px; }
.article-layout__content section { padding:70px 0; border-top:1px solid var(--line-dark); }
.article-layout__content section > span { color:var(--amber); font-size: var(--fs-label); font-weight: var(--fw-label); }
.article-layout__content h2 { font-size: var(--fs-h2); max-width:22ch; margin:30px 0; }
.article-layout__content section p { color:var(--muted); font-size: var(--fs-body); max-width: var(--text-body); line-height: var(--lh-body); }

/* About */
body[data-route="/about/"] :is(.about-operation,.about-entry,.about-visible,.about-foundation,.about-principles,.about-final) {
  color: var(--ink);
}
body[data-route="/about/"] :is(.about-operation,.about-visible,.about-principles) { background:var(--paper); }
body[data-route="/about/"] :is(.about-entry,.about-foundation,.about-final) { background:var(--paper-2); }
body[data-route="/about/"] :is(.about-operation,.about-entry,.about-visible,.about-foundation,.about-principles) { padding:130px 0; }
body[data-route="/about/"] .about-section-header {
  display:grid;
  grid-template-columns:.62fr 1.38fr;
  column-gap:80px;
  row-gap:24px;
  align-items:start;
}
body[data-route="/about/"] .about-section-header .eyebrow { grid-column:1; grid-row:1; margin-top:.18em; color:var(--muted); }
body[data-route="/about/"] .about-section-header h2 { grid-column:2; grid-row:1; max-width:25ch; font-size:var(--fs-h2); }
body[data-route="/about/"] .about-section-header > p { grid-column:2; grid-row:2; max-width:var(--text-lead); margin:0; color:var(--muted); font-size:var(--fs-lead); line-height:var(--lh-lead); }
body[data-route="/about/"] .about-operation__roles {
  display:grid;
  grid-template-columns:1fr 1fr;
  margin-top:80px;
  border-block:1px solid var(--line-dark);
}
body[data-route="/about/"] .about-operation__roles article { min-height:300px; padding:42px 48px 46px 0; }
body[data-route="/about/"] .about-operation__roles article + article { padding-left:48px; border-left:1px solid var(--line-dark); }
body[data-route="/about/"] :is(.about-operation__roles,.about-entry__list,.about-visible ol,.about-principles__list) span { color:var(--amber); font-family:var(--font-accent); font-size:var(--fs-label); font-weight:var(--fw-label); }
body[data-route="/about/"] .about-operation__roles h3 { max-width:22ch; margin:64px 0 20px; font-size:var(--fs-h3); }
@media (min-width:961px) {
  body[data-route="/about/"] .about-operation__roles h3 { max-width:30ch; min-height:2.4em; }
}
body[data-route="/about/"] .about-operation__roles p { max-width:var(--text-body); margin:0; color:var(--muted); }
body[data-route="/about/"] .about-centered-heading { width:min(100%, 900px); margin:0 auto 66px; text-align:left; }
body[data-route="/about/"] .about-centered-heading h2 { max-width:25ch; font-size:var(--fs-h2); }
body[data-route="/about/"] .about-centered-heading > p { max-width:var(--text-lead); margin:24px 0 0; color:var(--muted); font-size:var(--fs-lead); line-height:var(--lh-lead); }
@media (min-width:961px) {
  body[data-route="/about/"] :is(.about-entry,.about-foundation,.about-principles) .about-centered-heading {
    width:100%;
    display:grid;
    grid-template-columns:.62fr 1.38fr;
    column-gap:80px;
  }
  body[data-route="/about/"] :is(.about-entry,.about-foundation,.about-principles) .about-centered-heading > :is(h2,p) {
    grid-column:2;
  }
}
body[data-route="/about/"] .about-entry__list { margin:0; padding:0; list-style:none; border-top:1px solid var(--line-dark); }
body[data-route="/about/"] .about-entry__list li { min-height:145px; display:grid; grid-template-columns:65px .85fr 1.15fr; gap:35px; align-items:center; border-bottom:1px solid var(--line-dark); }
body[data-route="/about/"] .about-entry__list h3 { margin:0; font-size:var(--fs-h3); }
body[data-route="/about/"] .about-entry__list p { max-width:var(--text-body); margin:0; color:var(--muted); }
body[data-route="/about/"] .about-visible__grid { display:grid; grid-template-columns:.8fr 1.2fr; gap:100px; align-items:start; }
body[data-route="/about/"] .about-visible header h2 { max-width:22ch; font-size:var(--fs-h2); }
body[data-route="/about/"] .about-visible header p { max-width:var(--text-body); margin:24px 0 0; color:var(--muted); font-size:var(--fs-lead); line-height:var(--lh-lead); }
body[data-route="/about/"] .about-visible ol { display:grid; grid-template-columns:1fr 1fr; margin:0; padding:0; list-style:none; border-top:1px solid var(--line-dark); border-left:1px solid var(--line-dark); }
body[data-route="/about/"] .about-visible li { min-height:150px; display:grid; grid-template-columns:42px 1fr; gap:20px; align-content:center; padding:28px; border-right:1px solid var(--line-dark); border-bottom:1px solid var(--line-dark); }
body[data-route="/about/"] .about-visible li p { margin:0; font-family:var(--font-heading); font-size:var(--fs-h4); font-weight:var(--fw-heading); line-height:var(--lh-h3); }
body[data-route="/about/"] .about-foundation__media { display:grid; grid-template-columns:1fr 1fr; gap:18px; }
body[data-route="/about/"] .about-foundation__media figure { margin:0; aspect-ratio:16/9; overflow:hidden; border-radius:var(--radius-image-card); background:var(--paper); }
body[data-route="/about/"] .about-foundation__media img { width:100%; height:100%; display:block; object-fit:cover; transition:transform .7s var(--ease); }
body[data-route="/about/"] .about-foundation__media figure:hover img { transform:scale(1.025); }
body[data-route="/about/"] .about-principles__list { border-top:1px solid var(--line-dark); }
body[data-route="/about/"] .about-principles__list article { min-height:150px; display:grid; grid-template-columns:65px .8fr 1.2fr; gap:35px; align-items:center; border-bottom:1px solid var(--line-dark); }
body[data-route="/about/"] .about-principles__list h3 { margin:0; font-size:var(--fs-h3); }
body[data-route="/about/"] .about-principles__list p { max-width:var(--text-body); margin:0; color:var(--muted); }
body[data-route="/about/"] .about-final { padding:130px 0; }
body[data-route="/about/"] .about-final__inner { display:grid; grid-template-columns:minmax(0, 1fr) auto; gap:90px; align-items:end; }
body[data-route="/about/"] .about-final h2 { max-width:23ch; font-size:var(--fs-h2); }
body[data-route="/about/"] .about-final p { max-width:var(--text-lead); margin:24px 0 0; color:var(--muted); font-size:var(--fs-lead); line-height:var(--lh-lead); }
body[data-route="/about/"] .about-final .button { min-width:220px; }

@media (max-width:960px) {
  body[data-route="/about/"] .about-section-header { grid-template-columns:1fr; gap:22px; }
  body[data-route="/about/"] .about-section-header :is(.eyebrow,h2,p) { grid-column:1; grid-row:auto; }
  body[data-route="/about/"] .about-operation__roles { grid-template-columns:1fr; }
  body[data-route="/about/"] .about-operation__roles article { min-height:0; padding:40px 0; }
  body[data-route="/about/"] .about-operation__roles article + article { padding-left:0; border-left:0; border-top:1px solid var(--line-dark); }
  body[data-route="/about/"] .about-operation__roles h3 { margin-top:38px; }
  body[data-route="/about/"] .about-entry__list li,
  body[data-route="/about/"] .about-principles__list article { grid-template-columns:50px .9fr 1.1fr; gap:24px; }
  body[data-route="/about/"] .about-visible__grid { grid-template-columns:1fr; gap:58px; }
  body[data-route="/about/"] .about-foundation__media { grid-template-columns:1fr; }
  body[data-route="/about/"] .about-final__inner { grid-template-columns:1fr; gap:40px; align-items:start; }
}

@media (max-width:700px) {
  body[data-route="/about/"] :is(.about-operation,.about-entry,.about-visible,.about-foundation,.about-principles,.about-final) { padding:90px 0; }
  body[data-route="/about/"] .about-centered-heading { margin-bottom:46px; }
  body[data-route="/about/"] .about-operation__roles { margin-top:52px; }
  body[data-route="/about/"] .about-entry__list li,
  body[data-route="/about/"] .about-principles__list article { min-height:0; grid-template-columns:36px 1fr; gap:16px; padding:28px 0; }
  body[data-route="/about/"] :is(.about-entry__list,.about-principles__list) p { grid-column:2; }
  body[data-route="/about/"] .about-visible ol { grid-template-columns:1fr; }
  body[data-route="/about/"] .about-visible li { min-height:120px; padding:24px 20px; }
  body[data-route="/about/"] .about-final .button { width:100%; min-width:0; }
}

/* Contact */
.contact-workspace { background:var(--paper); padding:120px 0 150px; }
.contact-workspace__grid { display:grid; grid-template-columns:.58fr 1.42fr; gap:100px; }
.contact-workspace aside { position:sticky; top:130px; align-self:start; }
.contact-workspace aside h2 { font-size: var(--fs-h2); max-width:18ch; }
.contact-workspace aside ol { margin:45px 0; padding:0; list-style:none; border-top:1px solid var(--line-dark); }
.contact-workspace aside li { padding:13px 0; border-bottom:1px solid var(--line-dark); color:var(--muted); }
.contact-workspace__nda { background:var(--paper-2); padding:24px; }
.contact-workspace__nda + .contact-workspace__nda { margin-top:14px; }
.contact-workspace__nda strong { font-size: var(--fs-lead); line-height: var(--lh-lead); }
.contact-workspace__nda p { color:var(--muted); margin:8px 0 0; font-size: var(--fs-body); }
.contact-workspace__form { min-width:0; }
.project-form { border-top:1px solid var(--line-dark); }
.form-grid { display:grid; grid-template-columns:1fr 1fr; }
.project-form label { min-height:96px; padding:18px 20px; border-right:1px solid var(--line-dark); border-bottom:1px solid var(--line-dark); display:flex; flex-direction:column; gap:9px; }
.project-form label:nth-child(even) { border-right:0; }
.project-form label > span:first-child { color:var(--muted); font-size: var(--fs-label); text-transform:uppercase; letter-spacing: var(--ls-label); }
.project-form input:not([type="checkbox"]), .project-form select, .project-form textarea { width:100%; border:0; border-bottom:1px solid transparent; background:transparent; color:var(--ink); padding:5px 0; outline:none; resize:vertical; }
.project-form input:focus, .project-form select:focus, .project-form textarea:focus { border-bottom-color:var(--amber); }
.project-form [aria-invalid="true"] { border-bottom-color:#b62e2e !important; }
.form-span-2 { grid-column:span 2; border-right:0 !important; }
.project-form label:has(textarea) { min-height:160px; }
.file-field { position:relative; }
.file-field input { position:absolute; inset:0; opacity:0; cursor:pointer; }
.file-field__status { color:var(--ink)!important; font-size: var(--fs-body)!important; text-transform:none!important; letter-spacing: var(--ls-body)!important; }
.file-field small { color:var(--muted); font-size:var(--fs-small); line-height:1.5; }
.checkbox-field { min-height:72px!important; flex-direction:row!important; align-items:center; }
.checkbox-field input { width:18px; height:18px; accent-color:var(--amber); }
.checkbox-field span { color:var(--ink)!important; font-size: var(--fs-body)!important; text-transform:none!important; letter-spacing: var(--ls-body)!important; }
.checkbox-field a { color:#0078d2; text-decoration:underline; text-underline-offset:3px; }
.form-privacy-notice { padding:22px 20px; border-bottom:1px solid var(--line-dark); }
.form-privacy-notice p { margin:0; color:var(--muted); font-size:var(--fs-small); line-height:var(--lh-body); }
.form-project-safety { padding:22px 20px; border-bottom:1px solid var(--line-dark); }
.form-project-safety strong { display:block; font-size:var(--fs-lead); }
.form-project-safety p { margin:8px 0 0; color:var(--muted); font-size:var(--fs-small); line-height:var(--lh-body); }
.project-form label > small { color:var(--muted); font-size:var(--fs-small); line-height:1.5; }
.project-form .form-honeypot { position:absolute; left:-10000px; width:1px; height:1px; overflow:visible; padding:0; border:0; opacity:0; pointer-events:none; }
.form-footer { display:flex; align-items:flex-end; justify-content:space-between; gap:30px; padding-top:28px; }
.form-footer p { color:var(--muted); max-width: var(--text-body); font-size: var(--fs-body); margin:0; }
.form-message { margin-top:22px; min-height:24px; color:var(--navy-3); font-weight: var(--fw-button); }
.contact-expectation { color:white; background:var(--navy-2); padding:130px 0; }
.contact-expectation > .shell { display:grid; grid-template-columns:.85fr 1.15fr; gap:100px; }
.contact-expectation h2 { font-size: var(--fs-h2); max-width:25ch; }
.contact-expectation ol { list-style:none; padding:0; margin:0; border-top:1px solid var(--line-light); }
.contact-expectation li { min-height:120px; display:grid; grid-template-columns:50px 1fr; gap:20px; align-items:center; border-bottom:1px solid var(--line-light); }
.contact-expectation li span { color:var(--amber); font-size: var(--fs-label); font-weight: var(--fw-label); }
.contact-expectation li p { color:rgba(255,255,255,.66); margin:0; font-size: var(--fs-body); line-height: var(--lh-body); }

/* Legal + 404 */
.legal-page { background:var(--paper); padding:110px 0 150px; }
.legal-page__grid { display:grid; grid-template-columns:.48fr 1.52fr; gap:100px; }
.legal-page aside { position:sticky; top:130px; align-self:start; color:var(--muted); font-size: var(--fs-label); }
.legal-page aside strong { display:block; color:var(--ink); margin-top:10px; }
.legal-page__grid > div { border-top:1px solid var(--line-dark); }
.legal-page section { padding:55px 0; border-bottom:1px solid var(--line-dark); display:grid; grid-template-columns:55px 1fr; column-gap:20px; }
.legal-page section > span { color:var(--amber); font-size: var(--fs-label); font-weight: var(--fw-label); }
.legal-page section h2, .legal-page section p { grid-column:2; }
.legal-page section h2 { font-size: var(--fs-h2); }
.legal-page section p { color:var(--muted); max-width: var(--text-body); line-height: var(--lh-body); }

/* Subpage stage system: homepage motion remains isolated and unchanged. */
body:not([data-route="/"]).has-subpage-motion {
  background: #000;
}
body:not([data-route="/"]).has-subpage-motion .subpage-main {
  position: relative;
  z-index: 2;
  background: var(--paper);
  border-radius: 0 0 30px 30px;
  box-shadow: 0 24px 70px rgba(0,0,0,.22);
}
body:not([data-route="/"]).has-subpage-motion .subpage-main > .page-hero ~ * {
  position: relative;
  z-index: 1;
  background-color: var(--paper);
}
body:not([data-route="/"]).has-subpage-motion .page-hero--media .page-hero__backdrop {
  transform: scale(var(--subpage-hero-scale, 1.035));
  animation-name: subpage-hero-settle;
  will-change: transform;
}
body:not([data-route="/"]).has-subpage-motion .page-hero--media .page-hero__backdrop::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(2,8,13,var(--subpage-hero-dim, 0));
  pointer-events: none;
}
body:not([data-route="/"]).has-subpage-motion .page-hero__inner {
  opacity: var(--subpage-hero-copy-opacity, 1);
  transform: translate3d(0, var(--subpage-hero-copy-y, 0), 0);
  will-change: opacity, transform;
}
body:not([data-route="/"]).has-subpage-motion .subpage-entry-panel {
  --amber: var(--accent-on-light);
  --amber-soft: #000;
  color: var(--ink);
  background: var(--paper);
  border-radius: var(--subpage-panel-radius, 30px) var(--subpage-panel-radius, 30px) 0 0;
  overflow: clip;
  transform: translate3d(0, var(--subpage-panel-y, 0), 0);
  transform-origin: 50% 0;
  box-shadow: 0 -20px 54px rgba(0,0,0,.1);
  will-change: transform, border-radius;
}
body:not([data-route="/"]).has-subpage-motion .subpage-entry-panel.statement-band--ink p {
  color: var(--muted);
}
body:not([data-route="/"]).has-subpage-motion .subpage-entry-panel .eyebrow {
  color: var(--muted);
}
body:not([data-route="/"]).has-subpage-motion .subpage-entry-panel .eyebrow::before,
body:not([data-route="/"]).has-subpage-motion .subpage-entry-panel .eyebrow > span {
  background: var(--ink);
}
body:not([data-route="/"]).has-subpage-motion .subpage-main > .page-hero ~ :is(
  .evidence-section,
  .industry-connection,
  .statement-band--ink,
  .regional-value,
  .transparency
) {
  --amber: var(--accent-on-light);
  --amber-soft: #000;
  color: var(--ink);
}
body:not([data-route="/"]).has-subpage-motion .subpage-main > .page-hero ~ :is(
  .evidence-section,
  .industry-connection,
  .statement-band--ink,
  .regional-value,
  .transparency
) .eyebrow {
  color: var(--muted);
}
body:not([data-route="/"]).has-subpage-motion .subpage-main > .page-hero ~ :is(
  .evidence-section,
  .industry-connection,
  .statement-band--ink,
  .regional-value,
  .transparency
) .eyebrow::before,
body:not([data-route="/"]).has-subpage-motion .subpage-main > .page-hero ~ :is(
  .evidence-section,
  .industry-connection,
  .statement-band--ink,
  .regional-value,
  .transparency
) .eyebrow > span {
  background: var(--ink);
}
body:not([data-route="/"]).has-subpage-motion .evidence-strip,
body:not([data-route="/"]).has-subpage-motion .evidence-strip > div,
body:not([data-route="/"]).has-subpage-motion .industry-connection > .shell > div:last-child,
body:not([data-route="/"]).has-subpage-motion .industry-connection a,
body:not([data-route="/"]).has-subpage-motion .regional-value ol,
body:not([data-route="/"]).has-subpage-motion .regional-value li {
  border-color: var(--line-dark);
}
body:not([data-route="/"]).has-subpage-motion .industry-connection a p,
body:not([data-route="/"]).has-subpage-motion .statement-band--ink p,
body:not([data-route="/"]).has-subpage-motion .regional-value li p,
body:not([data-route="/"]).has-subpage-motion .transparency > .shell > div:last-child p {
  color: var(--muted);
}
body:not([data-route="/"]).has-subpage-motion .industry-connection .industry-connection__card.is-active p {
  color: rgba(248,251,251,.74);
}
body:not([data-route="/"]).has-subpage-motion .final-cta {
  color: var(--ink);
  background: var(--paper);
  border-top: 1px solid var(--line-dark);
}
body:not([data-route="/"]).has-subpage-motion .final-cta__glow {
  display: none;
}
body:not([data-route="/"]).has-subpage-motion .final-cta .eyebrow {
  color: var(--muted);
}
body:not([data-route="/"]).has-subpage-motion .final-cta .eyebrow::before,
body:not([data-route="/"]).has-subpage-motion .final-cta .eyebrow > span {
  background: var(--ink);
}
body:not([data-route="/"]).has-subpage-motion .final-cta__inner > div:last-child p {
  color: var(--muted);
}
body:not([data-route="/"]).has-subpage-motion .final-cta .button--light {
  color: var(--white);
  background: var(--ink);
  border-color: var(--ink);
}
body:not([data-route="/"]).has-subpage-motion .final-cta .button--light:hover {
  color: var(--white);
  background: #0078d2;
  border-color: #0078d2;
}
body:not([data-route="/"]).has-subpage-motion .contact-expectation {
  --amber: var(--accent-on-light);
  color: var(--ink);
  background: var(--paper);
  border-top: 1px solid var(--line-dark);
}
body:not([data-route="/"]).has-subpage-motion .contact-expectation ol {
  border-color: var(--line-dark);
}
body:not([data-route="/"]).has-subpage-motion .contact-expectation li {
  border-color: var(--line-dark);
}
body:not([data-route="/"]).has-subpage-motion .contact-expectation li p {
  color: var(--muted);
}
body:not([data-route="/"]).has-subpage-motion > .site-footer {
  --subpage-footer-opacity: 0;
  --subpage-footer-y: 72px;
  z-index: 1;
  margin-top: -30px;
  padding-top: 30px;
}
body:not([data-route="/"]).has-subpage-motion > .site-footer > .shell {
  opacity: var(--subpage-footer-opacity);
  transform: translate3d(0, var(--subpage-footer-y), 0);
  will-change: opacity, transform;
}

body:not([data-route="/"]).has-subpage-motion.has-subpage-footer-reveal > .site-footer {
  position: sticky;
  bottom: 0;
  z-index: 0;
}

/* Homepage-style interaction language for subpage links. */
body:not([data-route="/"]) .related-rail__item {
  transition: color .28s var(--ease), background .28s var(--ease), border-color .28s var(--ease);
}
body:not([data-route="/"]) .related-rail__item h3,
body:not([data-route="/"]) .related-rail__item p,
body:not([data-route="/"]) .related-rail__number,
body:not([data-route="/"]) .related-rail__arrow {
  transition: color .28s var(--ease), transform .28s var(--ease);
}
body:not([data-route="/"]) .related-rail__item:hover {
  color: var(--white);
  background: var(--ink);
}
body:not([data-route="/"]) .related-rail__item:hover p {
  color: rgba(255,255,255,.68);
}
body:not([data-route="/"]) .related-rail__item:hover .related-rail__number,
body:not([data-route="/"]) .related-rail__item:hover .related-rail__arrow {
  color: var(--white);
}
body:not([data-route="/"]) .related-rail__item:hover .related-rail__arrow {
  transform: translate3d(4px,-4px,0);
}
body:not([data-route="/"]) .collection-line__inner i,
body:not([data-route="/"]) .product-cinema__row i,
body:not([data-route="/"]) .industry-index__row i {
  transition: color .28s var(--ease), background .28s var(--ease), transform .28s var(--ease);
}
body:not([data-route="/"]) .collection-line:hover .collection-line__inner i,
body:not([data-route="/"]) .product-cinema__row:hover i,
body:not([data-route="/"]) .industry-index__row:hover i {
  transform: translate3d(4px,-4px,0);
}

@keyframes subpage-hero-settle {
  from { transform: scale(1.11); }
  to { transform: scale(var(--subpage-hero-scale, 1.035)); }
}

@media (min-width: 769px) and (prefers-reduced-motion: no-preference) {
  body:not([data-route="/"]).has-subpage-motion .subpage-main > .page-hero:not(.page-hero--compact) {
    position: sticky;
    top: 0;
    z-index: 0;
    min-height: 100svh;
  }
}

@media (max-width: 768px), (prefers-reduced-motion: reduce) {
  body:not([data-route="/"]).has-subpage-motion .subpage-main {
    border-radius: 0;
    box-shadow: none;
  }
  body:not([data-route="/"]).has-subpage-motion .page-hero__inner,
  body:not([data-route="/"]).has-subpage-motion .subpage-entry-panel,
  body:not([data-route="/"]).has-subpage-motion > .site-footer > .shell {
    opacity: 1;
    transform: none;
  }
  body:not([data-route="/"]).has-subpage-motion .subpage-entry-panel {
    border-radius: 22px 22px 0 0;
    box-shadow: none;
  }
  body:not([data-route="/"]).has-subpage-motion > .site-footer {
    margin-top: 0;
    padding-top: 0;
  }
}
.not-found { min-height:100svh; padding-top:var(--header-h); color:white; background:var(--navy); display:flex; align-items:center; }
.not-found > .shell { padding:100px 0; }
.not-found > .shell > span { color:var(--amber); font-size: var(--fs-label); letter-spacing: var(--ls-label); }
.not-found h1 { font-size: var(--fs-h1); max-width:12ch; margin:35px 0; }
.not-found p { color:rgba(255,255,255,.62); font-size: var(--fs-lead); max-width: var(--text-lead); }
.not-found > .shell > div { display:flex; gap:12px; margin-top:35px; }

body p.eyebrow.eyebrow {
  font-size: var(--fs-subtitle);
  line-height: var(--lh-label);
  letter-spacing: var(--ls-label);
}

/* Full-screen editorial rhythm */
@media (min-width: 961px) {
  .page-hero { min-height: 100svh; }
  .page-hero--compact { min-height: 90svh; }
  .page-hero__inner { padding-top: 18svh; padding-bottom: 9svh; }
  .page-hero h1 { font-size: var(--fs-h1); }

  .home-hero__inner {
    grid-template-columns: minmax(0, 1fr);
    gap: 80px;
    padding-top: clamp(126px, 14svh, 158px);
    padding-bottom: 92px;
  }
  .home-hero h1 {
    font-size: var(--fs-h1);
    max-width: min(76vw, 1280px);
    line-height: .92;
    white-space: normal;
    text-wrap: wrap;
  }
  body[data-language="zh-Hant"] .home-hero h1 { line-height: var(--lh-h1); }
  .home-hero h1 em { display: block; }
  .home-hero__copy { width: min(76vw, 1500px); max-width: min(76vw, 1500px); }
  .home-hero__copy > p { max-width: min(46vw, 720px); }
  .problem-sequence { padding-top: 16svh; }
  .problem-sequence__sticky { top: 17svh; }
  .problem-step { min-height: calc(100svh - var(--header-h)); padding-block: clamp(150px, 22svh, 220px) clamp(80px, 10svh, 120px); }

  .horizontal-story { height: var(--horizontal-story-height, calc(var(--panel-count) * 88vh)); }
  .horizontal-story__top { flex-basis: clamp(230px, 26svh, 280px); padding-top: clamp(70px, 8svh, 82px); padding-bottom: clamp(4px, 1svh, 10px); }
  .horizontal-story__track { padding-left: 32px; }
  .solution-panel { --solution-panel-width: min(1260px, 81vw); flex-basis: var(--solution-panel-width); }
  .process-preview { min-height: 100svh; padding-top: 14svh; padding-bottom: 10svh; }

  .source-editorial,
  .risk-control,
  .scenario-sequence,
  .why-us,
  .contact-workspace {
    min-height: 100svh;
    padding-top: 14svh;
    padding-bottom: 10svh;
  }

  .operating-model__inner { padding-top: 14svh; padding-bottom: 10svh; }
  .final-cta { min-height: 100svh; }
  .statement-band {
    min-height: 72svh;
    display: flex;
    align-items: center;
  }
  .collection-line { min-height: clamp(340px, 48svh, 560px); }
  .product-cinema { position:relative; z-index:1; margin-top:max(-174px,-16svh); }
  .industry-index__row { min-height: clamp(460px, 68svh, 720px); }
}

/* Reveal */
[data-reveal] { opacity:0; transform:translateY(28px); transition:opacity .75s var(--ease), transform .75s var(--ease); }
[data-reveal].is-revealed { opacity:1; transform:none; }
.js :is(.home-reserved-screen, .industry-connection).has-rule-flyin .procurement-extension__rule[data-reveal],
.js :is(.home-reserved-screen, .industry-connection).has-rule-flyin .procurement-extension__rule[data-reveal].is-revealed {
  opacity: var(--rule-fly-opacity);
  transform: translate3d(var(--rule-fly-x), 0, 0);
  transition:
    flex-basis var(--rule-accordion-duration) var(--rule-accordion-ease),
    height var(--rule-accordion-duration) var(--rule-accordion-ease),
    min-height var(--rule-accordion-duration) var(--rule-accordion-ease),
    border-color var(--rule-surface-duration) var(--rule-accordion-ease),
    color var(--rule-text-duration) var(--rule-accordion-ease);
}
.procurement-extension__rule[data-reveal] {
  transition:
    opacity .75s var(--ease),
    transform .75s var(--ease),
    flex-basis var(--rule-accordion-duration) var(--rule-accordion-ease),
    height var(--rule-accordion-duration) var(--rule-accordion-ease),
    min-height var(--rule-accordion-duration) var(--rule-accordion-ease),
    border-color var(--rule-surface-duration) var(--rule-accordion-ease),
    color var(--rule-text-duration) var(--rule-accordion-ease);
}
.execution-principles__card[data-reveal].is-revealed:hover {
  transform: translateY(-6px) scale(1.018);
}
.js .why-us__card[data-why-card] {
  --why-card-delay: 0ms;
  opacity: 0;
  transform: translate3d(0, 34px, 0);
  clip-path: inset(0 0 8% 0);
  transition:
    opacity .68s var(--ease) var(--why-card-delay),
    transform .68s var(--ease) var(--why-card-delay),
    clip-path .78s var(--ease) var(--why-card-delay),
    background .35s var(--ease),
    border-color .35s var(--ease);
}
.js .why-us__card[data-why-card].is-revealed {
  opacity: 1;
  transform: none;
  clip-path: inset(0);
}
.js .why-us__card[data-why-card] figure img {
  transform: scale(1.055);
  transition:
    transform 1.05s var(--ease) var(--why-card-delay),
    filter .35s var(--ease);
}
.js .why-us__card[data-why-card].is-revealed figure img { transform: scale(1.025); }
.js .why-us__card[data-why-card]:hover figure img { transform: scale(1.065); }
.js .why-us__card[data-why-card]:nth-child(1) { --why-card-delay: 0ms; }
.js .why-us__card[data-why-card]:nth-child(2) { --why-card-delay: 90ms; }
.js .why-us__card[data-why-card]:nth-child(3) { --why-card-delay: 180ms; }
.js .why-us__card[data-why-card]:nth-child(4) { --why-card-delay: 270ms; }
.js .why-us__card[data-why-card]:nth-child(5) { --why-card-delay: 360ms; }
.js .why-us__card[data-why-card]:nth-child(6) { --why-card-delay: 450ms; }

@media (max-width: 1199px) {
  :root { --fs-display: clamp(2.75rem, 4.5vw, 3.4rem); }
}

@media (max-width: 1599px) and (min-width: 961px) {
  .why-us__cards { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
  .why-us__card { min-height: 0; }
}

@media (max-height: 760px) and (min-width: 961px) {
  :root { --fs-display: clamp(2.9rem, 3.7vw, 3.25rem); }
  .home-hero h1 { margin-bottom: 20px; }
  .home-hero__actions { bottom: 86px; }
}

@media (max-width: 767px) {
  :root { --fs-display: clamp(2.15rem, 8.8vw, 2.4rem); }
}

/* Responsive */
@media (max-width: 1480px) and (min-width: 1181px) {
  :root { --shell: min(calc(100vw - 64px), var(--adobe-stage)); }
  .site-header__inner { grid-template-columns:170px 1fr auto; gap:20px; }
  .nav-trigger,.nav-direct { padding-inline:10px; font-size: var(--fs-label); }
  .nav-trigger::after,.nav-direct::after { left:10px; right:10px; }
  .site-header__actions { gap:10px; }
  .header-cta { gap:14px; padding-inline:14px; }
}

@media (max-width: 1180px) {
  :root { --shell: min(100% - 56px, 1180px); }
  .product-cinema__grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .site-header__inner { grid-template-columns:220px 1fr auto; gap:20px; }
  .site-logo { max-width:150px; }
  .nav-trigger,.nav-direct { padding-inline:10px; font-size: var(--fs-label); }
  .header-cta { display:none; }
  .language-trigger { width: var(--header-control-height); min-width: 0; height: var(--header-control-height); padding: 0; }
  .solution-panel { flex-basis:82vw; }
  .scenario-row__inner { grid-template-columns:55px 1fr 1fr 35px; gap:25px; }
  .industry-index__row > .shell { grid-template-columns:55px minmax(180px,.72fr) minmax(280px,1.28fr) 35px; gap:25px; }
}

@media (max-width: 1360px) and (min-width: 961px) {
  .problem-sequence__sticky > p { max-width: 45.7vw; }
  .manufacturing-hope__feature-card {
    --hope-feature-width: min(calc(100vw - 80px), 1260px);
    --hope-card-pad: clamp(28px, 3.3vw, 46px);
    grid-template-columns: minmax(380px, .94fr) minmax(440px, 1.06fr);
    width: var(--hope-feature-width);
    padding: var(--hope-card-pad);
    min-height: clamp(560px, 61.5svh, 650px);
  }
  .manufacturing-hope__outcomes-title { width: min(100%, 720px); max-width: 720px; }
  .manufacturing-hope__outcomes { width: min(100%, 720px); }
  .manufacturing-hope__outcomes article { min-height: 148px; padding: 20px; }
  .manufacturing-hope__media {
    width: min(100%, 836px);
    margin: 0 calc(var(--hope-card-pad) * -1) calc(var(--hope-card-pad) * -1) 0;
  }
}

@media (max-width: 960px) {
  :root { --shell: calc(100vw - 40px); --header-h:72px; --header-panel-height: 60px; --header-control-height: 40px; --header-content-shift: 1px; }
  .site-header::before {
    top: calc((var(--header-h) - var(--header-panel-height)) / 2);
    left: 10px;
    right: 10px;
    width: auto;
    height: var(--header-panel-height);
    transform: none;
    border-radius: var(--radius-ui);
  }
  .site-header__inner { width: var(--shell); grid-template-columns:1fr auto; }
  .site-header.is-scrolled .site-header__inner,
  .site-header.is-menu-open .site-header__inner,
  .site-header.is-hero-panel .site-header__inner { width: var(--shell); }
  .site-nav { display:none; }
  .menu-toggle { display:block; }
  .site-header.is-scrolled .menu-toggle,
  .site-header.is-menu-open .menu-toggle,
  .site-header.is-hero-panel .menu-toggle { border-color: rgba(7,24,38,.2); }
  .site-header.is-scrolled .menu-toggle > span:not(.sr-only),
  .site-header.is-menu-open .menu-toggle > span:not(.sr-only),
  .site-header.is-hero-panel .menu-toggle > span:not(.sr-only) { background: var(--ink); }
  .mobile-menu { display:block; }
  .site-logo { max-width:150px; }
  .page-hero__inner,.home-hero__inner { grid-template-columns:1fr; gap:45px; }
  .page-hero__meta { max-width:500px; }
  .home-hero__inner { padding-top:132px; padding-bottom:125px; }
  .scroll-cue { display:none; }
  .problem-sequence__grid { grid-template-columns:1fr; gap:20px; }
  .problem-sequence__sticky { position:relative; top:auto; padding-bottom:50px; }
  .problem-sequence__sticky h2,
  .problem-sequence__sticky > p,
  .problem-sequence__nav { width: 100%; max-width: none; }
  .problem-step { grid-template-columns: 1fr; min-height:300px; padding-block:0; opacity:1; transform:none; }
  .problem-step__media { margin: 0; width: 100%; max-width: 720px; }
  .procurement-extension {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 48px;
    align-content: start;
    padding: 190px 0 70px;
  }
  .procurement-extension__lead h2 {
    max-width: min(100%, 1240px);
  }
  .procurement-extension__lead > p { max-width: 760px; }
  .procurement-extension__rules { width: min(100%, 820px); }
  .manufacturing-hope { padding: 112px 0 104px; }
  .home-reserved-screen + .problem-sequence.manufacturing-hope { padding-top: 84px; }
  .manufacturing-hope__grid { grid-template-columns: 1fr; gap: 34px; }
  .manufacturing-hope__header { width: min(100%, 760px); }
  .manufacturing-hope__header h2 { font-size: var(--fs-h2); line-height: var(--lh-h2); }
  .manufacturing-hope__feature-card {
    --hope-feature-width: 100%;
    --hope-card-pad: 26px;
    grid-template-columns: 1fr;
    width: 100%;
    min-height: 0;
    padding: var(--hope-card-pad);
    gap: 30px;
  }
  .manufacturing-hope__link {
    width: 100%;
    margin-top: -16px;
    padding-inline: 0;
  }
  .manufacturing-hope__copy { padding-block: 0; }
  .manufacturing-hope__media {
    width: 100%;
    margin: 0;
    aspect-ratio: 16 / 10;
    order: 2;
  }
  .manufacturing-hope__outcomes-title {
    width: 100%;
    max-width: none;
    margin-bottom: 20px;
  }
  .manufacturing-hope__outcomes {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .manufacturing-hope__outcomes article { min-height: 0; }
  .horizontal-story { height:auto; }
  .horizontal-story__sticky { position:relative; height:auto; }
  .horizontal-story__top { flex-basis:auto; grid-template-columns:1fr; gap:20px; padding:100px 0 60px; }
  .horizontal-story__viewport { overflow:visible; }
  .horizontal-story__track { display:grid; padding:0 20px 90px; gap:16px; transform:none!important; }
  .solution-panel { min-height:620px; width:100%; height:auto; grid-template-columns:1fr 1fr; }
  .horizontal-story__progress { display:none; }
  .source-editorial__intro,.process-preview__header,.risk-control__header,.scenario-sequence__header,.execution-principles__header,.statement-band__grid,.evidence-section__header,.principles__header,.editorial-media__intro { grid-template-columns:1fr; gap:20px; }
  .editorial-media__grid { grid-template-columns:1fr; }
  .source-band__inner { grid-template-columns:50px minmax(0, 1fr) minmax(260px, .85fr) 40px; gap: 22px; }
  .source-band__summary,
  .source-band__value { max-width: none; }
  .source-band__image { width:55%; }
  .source-service__tabs { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .source-service__tab:nth-child(3n) { border-right: 0; }
  .source-service__tab:nth-child(n + 4) { border-top: 1px solid var(--line-dark); }
  .source-service__panel { grid-template-columns: minmax(240px, .85fr) minmax(280px, 1fr); }
  .source-service__copy h3,
  .source-service__copy p,
  .source-service__link { grid-column: 1; }
  .source-service__checks {
    grid-column: 2;
    grid-row: 2 / span 2;
  }
  .source-service__media {
    grid-column: 1 / -1;
    grid-row: 4;
    width: 100%;
    margin-right: 0;
  }
  .source-service__media img { aspect-ratio: 16 / 9; }
  body[data-language="zh-Hant"] .problem-step h3 { white-space: normal; }
  .process-preview { min-height: auto; padding: 100px 0; }
  .process-preview__deck { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
  .process-preview__card { min-height: 360px; }
  .risk-table__head { display:none; }
  .risk-table__row > .shell { grid-template-columns:42px 1fr; padding:25px 0; gap:12px; }
  .risk-table__row [role="cell"] { grid-column:2; }
  .operating-model__headline { display:block; }
  .operating-model__headline h2,.operating-model__headline>p { grid-column:auto; }
  .operating-model__columns { grid-template-columns:1fr; }
  .js .garage-door {
    height: auto;
    background: var(--paper);
  }
  .js .garage-door__sticky {
    position: relative;
    height: auto;
    overflow: visible;
    background: transparent;
  }
  .js .garage-door__door,
  .js .garage-door__under {
    position: relative;
    inset: auto;
    height: auto;
    transform: none;
  }
  .js .garage-door__door .source-editorial[data-source-service],
  .js .garage-door__under .operating-model,
  .js .garage-door__under .operating-model__inner {
    height: auto;
    min-height: 100svh;
    overflow: visible;
  }
  .scenario-row__inner { grid-template-columns:50px 1fr 35px; padding:45px 0; }
  .scenario-row__inner > div { grid-column:2; }
  .execution-principles { margin-top: -38px; }
  .execution-principles__panel {
    min-height: calc(100svh + 38px);
    border-radius: var(--panel-radius, var(--radius-panel)) var(--panel-radius, var(--radius-panel)) 0 0;
  }
  .execution-principles__inner { min-height: auto; padding: 118px 0 104px; transform: translateY(7svh); }
  .execution-principles__header > div,
  .execution-principles__header h2 { grid-column: 1; }
  .execution-principles__header h2 { max-width: min(100%, 960px); }
  .execution-principles__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); width: 100%; }
  .execution-principles__card { min-height: 206px; }
  .execution-principles__closing { max-width: 100%; margin: 58px 0 0; }
  .why-us__grid { grid-template-columns: 1fr; gap: 54px; }
  .why-us__lead { grid-template-columns: 1fr; gap: 22px; }
  .why-us__lead h2 { margin-top: 0; }
  .why-us__lead > p:not(.eyebrow) { grid-column: 1; max-width: none; margin-top: 0; }
  .why-us__steps {
    grid-template-columns: 1fr;
    gap: 14px;
    --node-size: 54px;
  }
  .why-us__steps::before {
    left: calc(var(--node-size) / 2);
    right: auto;
    top: calc(var(--node-size) / 2);
    bottom: calc(var(--node-size) / 2);
    width: 1px;
    height: auto;
    background: linear-gradient(180deg, rgba(7,24,38,.72), rgba(7,24,38,.18));
  }
  .why-us__step {
    grid-template-columns: var(--node-size) minmax(0, 1fr);
    grid-template-rows: 1fr;
    gap: 18px;
  }
  .why-us__step:not(:last-child)::after { display: none; }
  .why-us__step article { min-height: 0; }
  .standardized-process .why-us__flow {
    min-height: 0;
    padding: 28px;
    border-radius: 0;
  }
  .standardized-process .why-us__steps {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .standardized-process .why-us__steps::before {
    display: none;
  }
  .standardized-process .why-us__node::before {
    display: none;
  }
  .standardized-process .why-us__step article {
    grid-template-columns: var(--node-size) minmax(0, 1fr);
    grid-template-rows: auto auto auto;
    justify-items: start;
    gap: 10px 16px;
    padding: 22px;
    border: 1px solid rgba(21,52,77,.12);
    border-radius: 18px;
    background: rgba(255,255,255,.72);
    text-align: left;
  }
  .standardized-process .why-us__gate {
    grid-column: 2;
    font-size: 1.35rem;
  }
  .standardized-process .why-us__step h3 {
    grid-column: 2;
    max-width: none;
    font-size: 1.16rem;
  }
  .standardized-process .why-us__node {
    grid-column: 1;
    grid-row: 1 / span 3;
    align-self: start;
    justify-self: start;
  }
  .standardized-process .why-us__step ul {
    grid-column: 2;
    min-height: 0;
    font-size: var(--fs-body-sm);
  }
  .standardized-process__workspace {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 24px;
  }
  .standardized-process__left {
    height: auto;
  }
  .standardized-process__menu {
    height: auto;
    min-height: 0;
    display: grid;
    grid-template-rows: none;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
  .standardized-process__tab {
    min-height: 150px;
    flex: none;
    grid-template-columns: 1fr;
    align-content: start;
    gap: 14px;
    padding: 20px;
    transform: none;
  }
  .standardized-process__tab:focus-visible,
  .standardized-process__tab.is-active {
    transform: none;
  }
  .standardized-process__stage {
    min-height: 520px;
  }
  .standardized-process__detail {
    width: auto;
    right: clamp(18px, 4vw, 28px);
  }
  .standardized-process__detail ul {
    grid-template-columns: 1fr;
  }
  .standardized-process__system-link {
    margin-top: 16px;
  }
  .quality-system-intro__grid,
  .quality-evidence__grid,
  .quality-boundary__grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .quality-gates__grid,
  .quality-evidence ol {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .quality-evidence__grid > div {
    position: static;
  }
  .why-us__cards { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
  .why-us__card {
    min-height: 0;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto;
  }
  .why-us__meta { grid-column: 1; grid-row: 1; padding: var(--card-pad) var(--card-pad) 0; }
  .why-us__icon { width: 19px; height: 19px; }
  .why-us__card figure { grid-column: 1; grid-row: 2; aspect-ratio: 16 / 9; height: auto; }
  .why-us__card h3 { grid-column: 1; grid-row: 3; max-width: none; }
  .why-us__card p { grid-column: 1; grid-row: 4; max-width: none; }
  .final-cta__inner { grid-template-columns:1fr; gap:50px; }
  .site-footer__top { padding:70px 0; }
  .site-footer__main { grid-template-columns:1fr; }
  .site-footer__contact { padding:50px 0; }
  .site-footer__grid { grid-template-columns:1fr 1fr; padding:50px 0 70px; }
  .detail-method__grid,.spec-story__grid,.manufacturing-execution__grid,.service-visibility__grid,.process-long__grid,.article-layout__grid,.contact-workspace__grid,.legal-page__grid,.region-map__grid { grid-template-columns:1fr; gap:60px; }
  .detail-method aside,.spec-story aside,.manufacturing-execution aside,.process-long aside,.article-layout aside,.contact-workspace aside,.legal-page aside,.region-map__visual { position:relative; top:auto; height:auto; }
  .process-long aside nav { margin-top:45px; }
  .risk-ribbon>.shell,.industry-connection>.shell,.regional-value>.shell,.transparency>.shell,.contact-expectation>.shell { grid-template-columns:1fr; gap:60px; }
  .industry-detail__grid,.about-model__grid { grid-template-columns:1fr; }
  .about-model h2 { white-space:normal; }
  .scenario-detail__columns { grid-template-columns:1fr; gap:20px; }
  .scenario-path { grid-template-columns:repeat(3,1fr); }
  .region-map__list article { grid-template-columns:45px .45fr 1fr; }
}

@media (max-width: 680px) {
  :root { --shell: calc(100vw - 28px); }
  .site-logo { width:136px; max-width:136px; }
  .site-logo__lettermark { width:136px; }
  .site-logo__mark { width: 28px; height: 28px; }
  .site-logo__text { font-size: var(--fs-small); }
  .site-header__actions { gap: 10px; }
  .language-trigger { width: 40px; min-width: 0; height: 40px; padding: 0; font-size: var(--fs-small); }
  .language-menu { right: auto; left: 50%; transform: translate(-50%, -6px); }
  .language-selector.is-open .language-menu { transform: translateX(-50%); }
  .language-menu button { min-width: 136px; }
  .home-hero__inner { padding-top:132px; padding-bottom:142px; }
  .home-hero h1 { font-size: var(--fs-h1); }
  .home-hero h1,
  .home-hero h1 em,
  .home-hero__copy,
  .home-hero__copy > p { max-width: 100%; overflow-wrap: anywhere; }
  .home-hero h1 { text-wrap: balance; }
  .home-hero__slide--review { --hero-position: 69% center; }
  .home-hero__slide--machining { --hero-position: 58% center; }
  .home-hero__slide--fabrication { --hero-position: 60% center; }
  .page-hero h1,.page-hero--compact h1 { font-size: var(--fs-h1); }
  .home-hero__copy > p,.page-hero__intro { font-size: var(--fs-lead); }
  .home-hero__trust { height:72px; }
  .home-hero__trust .shell { grid-template-columns:1fr; align-content:center; gap:4px; }
  .home-hero__trust span { display:none; }
  .home-hero__trust span:first-child { display:block; }
  .page-hero { min-height:88svh; }
  .page-hero__inner { padding-top:130px; padding-bottom:55px; }
  .home-hero__actions {
    position: static;
    margin-top: 30px;
  }
  .page-hero__actions,.home-hero__actions { flex-direction:column; align-items:stretch; }
  .button { width:100%; }
  .mobile-menu__footer { align-items:stretch; flex-direction:column; }
  .procurement-extension {
    gap: 38px;
    padding: 150px 0 64px;
  }
  .procurement-extension__lead { gap: 22px; }
  .procurement-extension__lead h2 {
    max-width: 100%;
    font-size: var(--fs-h2);
    line-height: var(--lh-h2);
    white-space: normal;
  }
  .procurement-extension__lead > p {
    font-size: var(--fs-body);
  }
  .procurement-extension__fee {
    padding: 14px 0 14px 18px;
    font-size: 1rem;
  }
  .procurement-extension__rules {
    height: auto;
  }
  .procurement-extension__rule {
    height: auto;
    min-height: 0;
    flex: 0 0 auto;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 16px;
    padding: 24px 0;
  }
  .procurement-extension__rules.is-rules-active .procurement-extension__rule,
  .procurement-extension__rule.is-active {
    height: auto;
    min-height: 0;
    flex-basis: auto;
  }
  .procurement-extension__rule h3 {
    margin-bottom: 10px;
    font-size: var(--fs-h4);
  }
  .procurement-extension__rule p {
    max-width: none;
  }
  .problem-sequence,.source-editorial,.process-preview,.risk-control,.scenario-sequence,.why-us,.detail-method,.spec-story,.industry-detail,.process-long,.region-map,.insights-list,.article-layout,.about-model,.contact-workspace,.editorial-media { padding-top:90px; padding-bottom:90px; }
  .insights-list { padding-top:180px; padding-bottom:180px; }
  .editorial-media.editorial-media--service-entry { padding-top:180px; }
  body[data-route^="/industries/"]:not([data-route="/industries/"]) .editorial-media { padding-top:180px; }
  .home-reserved-screen + .problem-sequence.manufacturing-hope { padding-top: 76px; }
  .problem-sequence__sticky h2,.manufacturing-hope__header h2,.source-editorial__intro h2,.process-preview__header h2,.risk-control__header h2,.scenario-sequence__header h2,.execution-principles__header h2,.why-us__lead h2,.final-cta h2,.statement-band h2,.statement-band__grid h2 { font-size: var(--fs-h2); }
  .problem-step { grid-template-columns:1fr; min-height:260px; padding-block:0; }
  .problem-step__copy { grid-template-columns:42px 1fr; gap: 14px; }
  .manufacturing-hope__feature-card { --hope-card-pad: 20px; padding: var(--hope-card-pad); border-radius: 22px; }
  body[data-language="zh-Hant"] .manufacturing-hope__header h2 { white-space: normal; }
  .manufacturing-hope__media { margin: 0; border-inline: 1px solid rgba(7,24,38,.12); box-shadow: none; }
  .manufacturing-hope__media img { aspect-ratio: auto; }
  .manufacturing-hope__media figcaption { position: static; color: var(--muted); background: rgba(255,255,255,.62); }
  .manufacturing-hope__outcomes { grid-template-columns: 1fr; }
  .manufacturing-hope__outcome-head { grid-template-columns: 34px minmax(0, 1fr); gap: 10px; }
  .manufacturing-hope__outcomes h3 { max-width: none; }
  .horizontal-story__track { padding:0 14px 70px; }
  .solution-panel { grid-template-columns:1fr; min-height:0; }
  .solution-panel__media { aspect-ratio:16/10; }
  .solution-panel__copy { min-height:420px; padding:28px; }
  .source-editorial__intro { margin-bottom:55px; }
  .source-editorial__intro h2,
  .source-editorial__intro h2 em { white-space: normal; }
  .source-band { min-height:260px; }
  .source-band__image { width:100%; opacity:.25; }
  .source-band__inner { grid-template-columns:36px 1fr 30px; align-content:center; gap:15px; padding-block: 28px; }
  .source-band__main,
  .source-band__value { grid-column: 2; gap: 10px; }
  .source-band__value { margin-top: 4px; }
  .source-band__arrow { grid-column: 3; grid-row: 1 / span 2; align-self: center; }
  .source-band__title { font-size: var(--fs-h3); }
  .source-band__summary,
  .source-band__value { font-size: var(--fs-small); }
  .source-editorial[data-source-service] .source-editorial__intro { text-align: left; }
  .source-service { border-top: 0; }
  .source-service__tabs {
    grid-template-columns: 1fr;
    border: 1px solid var(--line-dark);
    border-radius: 18px;
    overflow: hidden;
  }
  .source-service__tab {
    min-height: 74px;
    justify-items: start;
    grid-template-columns: 38px 1fr;
    text-align: left;
    border-right: 0;
    border-bottom: 1px solid var(--line-dark);
  }
  .source-service__tab:nth-child(n + 4) { border-top: 0; }
  .source-service__tab:last-child { border-bottom: 0; }
  .source-service__panels { min-height: 0; }
  .source-service__panel { grid-template-columns: 1fr; grid-template-rows: auto; gap: 24px; padding-block: 34px; }
  .source-service__copy h3,
  .source-service__copy p,
  .source-service__link,
  .source-service__checks,
  .source-service__media {
    grid-column: 1;
    grid-row: auto;
  }
  .source-service__copy h3 { max-width: none; }
  .source-service__copy h3 { transform: translateY(0); }
  .source-service__link { align-self: auto; }
  .source-service__checks { gap: 12px; }
  .source-service__media {
    width: 100%;
    margin-right: 0;
  }
  .source-service__media img { aspect-ratio: 16 / 9; }
  .source-editorial__footer { flex-direction:column; align-items:stretch; }
  .quality-system-intro,
  .quality-gates,
  .quality-evidence,
  .quality-boundary {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .quality-gates__grid,
  .quality-evidence ol {
    grid-template-columns: 1fr;
  }
  .quality-gate-card,
  .quality-boundary article {
    min-height: 0;
  }
  .quality-evidence li {
    min-height: 0;
    grid-template-columns: 34px 1fr;
  }
  .process-preview { padding-top:90px; padding-bottom:90px; }
  .process-preview__header h2,
  .process-preview__header h2 em { white-space: normal; }
  .process-preview__deck { grid-template-columns: 1fr; gap: 14px; }
  .process-preview__card { min-height: 0; padding: 26px; }
  .risk-table__row > .shell { grid-template-columns:34px 1fr; }
  .operating-model__image { opacity:.12; }
  .operating-model__columns article { min-height:520px; padding:28px; }
  .operating-model__card-copy { gap:24px; }
  .operating-model__columns h3 { white-space: normal; }
  .scenario-row__inner { grid-template-columns:35px 1fr 25px; }
  .execution-principles { margin-top: -30px; }
  .execution-principles__panel { min-height: calc(100svh + 30px); }
  .execution-principles__inner { padding: 96px 0 90px; gap: 34px; transform: translateY(4svh); }
  .execution-principles__grid { grid-template-columns: 1fr; }
  .execution-principles__title > span,
  .execution-principles__title > em { white-space: normal; }
  .execution-principles__card {
    min-height: 0;
    grid-template-columns: minmax(0, 1fr) 72px;
    column-gap: 18px;
    padding: 28px;
  }
  .execution-principles__icon { width: 72px; opacity: .56; }
  .execution-principles__card h3 { max-width: none; margin: 10px 0 0; font-size: var(--fs-h4); }
  .execution-principles__card p { max-width: none; font-size: var(--fs-body-sm); }
  .execution-principles__closing { margin-top: 52px; font-size: var(--fs-body); }
  .why-us__cards { grid-template-columns: 1fr; gap: 14px; }
  .why-us__card { --card-pad: 24px; min-height: 0; padding: 0; }
  .why-us__meta { padding-top: 22px; }
  .why-us__icon { width: 18px; height: 18px; }
  .why-us__card h3 { max-width:none; }
  .why-us__card p { font-size: var(--fs-body-sm); max-width: none; }
  .final-cta { min-height:88svh; }
  .final-cta__inner { padding:90px 0; }
  .site-footer__logo { width:min(708px, 100%); }
  .site-footer__contact dl { grid-template-columns: 1fr; }
  .site-footer__action { align-items:stretch; flex-direction:column; }
  .site-footer__grid { grid-template-columns:1fr; gap:35px; }
  .site-footer__bottom { align-items:flex-start; flex-direction:column; justify-content:center; }
  .collection-line { min-height:290px; }
  .collection-line__media { width:100%; opacity:.2; }
  .collection-line__inner { grid-template-columns:38px 1fr 28px; gap:16px; }
  .collection-line h2 { font-size: var(--fs-h2); }
  .detail-method li { grid-template-columns:38px 1fr; min-height:145px; }
  .evidence-strip { grid-template-columns:none; }
  .evidence-strip > div { flex:0 0 78vw; }
  .risk-ribbon li { font-size: var(--fs-h3); }
  .product-cinema { padding:80px 0; }
  .product-cinema__grid { grid-template-columns:1fr; }
  .product-cinema__content { left:18px; right:44px; bottom:16px; }
  .product-cinema__content > span:first-child { margin-bottom:5px; }
  .product-cinema__row h2 { margin-bottom:5px; }
  .product-cinema__action { display:none; }
  .product-cinema__row > i { right:16px; bottom:16px; }
  .industry-index__row { min-height:430px; }
  .industry-index__row>.shell { grid-template-columns:38px 1fr 28px; gap:15px; }
  .industry-index__row h2 { font-size: var(--fs-h2); }
  .manufacturing-execution,.service-visibility { padding:90px 0; }
  .manufacturing-execution li { min-height:0; grid-template-columns:38px 1fr; gap:14px; padding:30px 0; }
  .service-visibility ul { grid-template-columns:1fr; }
  .service-visibility li,.service-visibility li:nth-child(even) { min-height:110px; padding:22px 0; border-right:0; }
  .industry-index__row > .shell > span { grid-column:1; grid-row:1 / span 2; align-self:start; margin-top:.4em; }
  .industry-index__row h2 { grid-column:2; grid-row:1; }
  .industry-index__row p { grid-column:2; grid-row:2; max-width:none; }
  .industry-index__row i { grid-column:3; grid-row:1 / span 2; }
  .spec-story__sections article { grid-template-columns:36px 1fr; }
  .spec-list { grid-template-columns:1fr; }
  .industry-detail article { min-height:500px; padding:28px; }
  .industry-connection__links { height:auto; }
  .process-stage {
    min-height: 65svh;
    padding: 48px 0;
  }
  .process-stage h2 { font-size: var(--fs-h2); }
  .process-stage__visibility {
    flex-direction: column;
    gap: 10px;
  }
  .process-stage__visibility span { text-align: left; }
  .process-agreement-list__item {
    grid-template-columns:36px minmax(0, 1fr);
    gap:14px;
    min-height:0;
    padding:34px 0;
  }
  .scenario-detail__grid { grid-template-columns:40px 1fr; }
  .scenario-detail h2 { font-size: var(--fs-h2); }
  .scenario-path { grid-template-columns:1fr 1fr; }
  .region-map__list article { grid-template-columns:35px 1fr; padding:25px 0; }
  .region-map__list p { grid-column:2; }
  .regional-value li { grid-template-columns:35px 1fr; padding:25px 0; }
  .regional-value li p { grid-column:2; }
  .insights-grid { grid-template-columns:1fr; gap:60px; }
  .insights-categories { gap:120px; }
  .insight-category__header { grid-template-columns:44px minmax(0,1fr); gap:16px; margin-bottom:40px; }
  .insight-card figcaption { left:18px; right:18px; bottom:12px; }
  .article-lede { margin-bottom:55px; }
  .about-model article { min-height:0; padding:32px 24px 40px; }
  .about-model h2 { margin-top:42px; white-space:normal; }
  .principles__list article>div { grid-template-columns:35px 1fr; padding:30px 0; }
  .principles__list p { grid-column:2; }
  .form-grid { grid-template-columns:1fr; }
  .form-span-2 { grid-column:auto; }
  .project-form label { border-right:0; }
  .form-footer { align-items:stretch; flex-direction:column; }
  .contact-expectation li { grid-template-columns:35px 1fr; }
  .legal-page section { grid-template-columns:35px 1fr; }
  .not-found h1 { font-size: var(--fs-h1); }
  .not-found>.shell>div { flex-direction:column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto; }
  *,*::before,*::after { animation-duration:.001ms!important; animation-iteration-count:1!important; transition-duration:.001ms!important; }
  [data-reveal] { opacity:1; transform:none; }
  .js .why-us__card[data-why-card] { opacity: 1; transform: none; clip-path: inset(0); }
  .js .why-us__card[data-why-card] figure img { transform: scale(1.025); }
  .home-hero__slide { display: none; transition: none; }
  .home-hero__slide:first-child { display: block; opacity: 1; }
  .home-hero__slide img { animation: none!important; transform: none!important; }
}

/* Final overrides for the five-card requirement path module */
.execution-principles .execution-principles__inner {
  width: 100%;
  max-width: none;
  box-sizing: border-box;
  padding-inline: clamp(32px, 4.8vw, 88px);
}
.execution-principles .execution-principles__header {
  max-width: min(100%, 1420px);
}
.execution-principles .execution-principles__header h2 {
  max-width: 100%;
}
.execution-principles .execution-principles__title > span,
.execution-principles .execution-principles__title > em {
  white-space: nowrap;
}
body[data-language="zh-Hant"] .execution-principles .execution-principles__title {
  display: block;
}
body[data-language="zh-Hant"] .execution-principles .execution-principles__title > span:first-child {
  display: block;
}
body[data-language="zh-Hant"] .execution-principles .execution-principles__title > span:nth-child(2),
body[data-language="zh-Hant"] .execution-principles .execution-principles__title > em {
  display: inline;
  white-space: normal;
}
.execution-principles .execution-principles__grid {
  --path-grid-width: var(--adobe-stage);
  --path-accordion-ease: cubic-bezier(.42, 0, .18, 1);
  width: var(--path-grid-width);
  max-width: none;
  margin-inline: calc((100% - var(--path-grid-width)) / 2);
  justify-self: center;
  display: flex;
  align-items: flex-start;
  gap: clamp(4px, .45vw, 8px);
  overflow: visible;
  overscroll-behavior-x: auto;
  scroll-snap-type: none;
  scroll-padding: 0;
  padding: 0;
}
.execution-principles .execution-principles__grid::after {
  content: none;
}
.execution-principles .execution-principles__card {
  --path-card-pad: clamp(16px, 1.45vw, 22px);
  min-width: 0;
  flex: 1 1 0;
  scale: .95832;
  margin-inline: -4px;
  transform-origin: 50% 0;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto 1fr;
  column-gap: 0;
  row-gap: 18px;
  padding: var(--path-card-pad);
  height: clamp(690px, 62.4svh, 730px);
  min-height: 0;
  transition: flex-grow .2625s var(--path-accordion-ease), background-color .20625s var(--path-accordion-ease), background .20625s var(--path-accordion-ease), color .15s var(--path-accordion-ease);
}
.execution-principles .execution-principles__card-head > p {
  color: #050b10;
}
.execution-principles .execution-principles__card p {
  font-size: var(--fs-body);
  line-height: var(--lh-body);
}
.execution-principles .execution-principles__card:hover,
.execution-principles .execution-principles__card[data-reveal].is-revealed:hover {
  transform: none;
}
@media (min-width: 1181px) {
  .js .execution-principles.has-card-flyup .execution-principles__card[data-reveal],
  .js .execution-principles.has-card-flyup .execution-principles__card[data-reveal].is-revealed,
  .js .execution-principles.has-card-flyup .execution-principles__card[data-reveal].is-revealed:hover,
  .js .execution-principles.has-card-flyup .execution-principles__grid .execution-principles__card:hover {
    opacity: var(--path-card-fly-opacity, 1);
    transform: translate3d(0, var(--path-card-fly-y, 0px), 0);
    will-change: transform, opacity, flex-grow;
  }
}
.execution-principles .execution-principles__card img,
.execution-principles .execution-principles__card:hover img {
  transform: none;
  filter: none;
}
.execution-principles .execution-principles__card-head,
.execution-principles .execution-principles__card figure,
.execution-principles .execution-principles__card-copy {
  grid-column: 1;
}
.execution-principles .execution-principles__card-head { grid-row: 1; }
.execution-principles .execution-principles__card figure {
  grid-row: 2;
  width: calc(100% + (var(--path-card-pad) * 2));
  height: clamp(330px, 39.5svh, 456px);
  aspect-ratio: auto;
  max-width: none;
  margin-inline: calc(var(--path-card-pad) * -1);
}
.execution-principles .execution-principles__card-copy { grid-row: 3; }
.execution-principles .execution-principles__card-copy h3 span {
  display: block;
}

.problem-sequence + .execution-principles {
  margin-top: 0;
}

.problem-sequence + .execution-principles .execution-principles__panel {
  min-height: 100svh;
  border-radius: 0;
  box-shadow: none;
  transform: none;
}

.problem-sequence + .execution-principles .execution-principles__inner {
  min-height: 100svh;
  transform: none;
}

@media (hover: hover) and (pointer: fine) and (min-width: 1181px) {
  .execution-principles .execution-principles__grid.is-accordion-active .execution-principles__card,
  .execution-principles .execution-principles__grid:not(.is-accordion-ready):has(.execution-principles__card:hover) .execution-principles__card {
    --tile-bg: #f1f4f4;
    flex-grow: .88;
  }
  .execution-principles .execution-principles__grid.is-accordion-active .execution-principles__card.is-active,
  .execution-principles .execution-principles__grid:not(.is-accordion-ready):has(.execution-principles__card:hover) .execution-principles__card:hover {
    flex-grow: 1.48;
  }
  .execution-principles .execution-principles__grid.is-accordion-active .execution-principles__card.is-active,
  .execution-principles .execution-principles__grid.is-accordion-active .execution-principles__card.is-featured.is-active,
  .execution-principles .execution-principles__grid .execution-principles__card:hover,
  .execution-principles .execution-principles__grid .execution-principles__card.is-featured:hover {
    --tile-bg: #06131b;
    background: #06131b;
  }
  .execution-principles .execution-principles__card.is-active .execution-principles__card-head > p,
  .execution-principles .execution-principles__card.is-active h3,
  .execution-principles .execution-principles__card:hover .execution-principles__card-head > p,
  .execution-principles .execution-principles__card:hover h3 {
    color: #f8fbfb;
  }
  .execution-principles .execution-principles__card.is-active p,
  .execution-principles .execution-principles__card:hover p {
    color: rgba(248,251,251,.74);
  }
}

@media (prefers-reduced-motion: reduce) {
  .execution-principles .execution-principles__card {
    transition: none;
  }
  .js .garage-door {
    height: auto;
    background: var(--paper);
  }
  .js .garage-door__sticky,
  .js .garage-door__door,
  .js .garage-door__under {
    position: relative;
    inset: auto;
    height: auto;
    overflow: visible;
    transform: none;
  }
}

@media (max-width: 1180px) {
  .execution-principles .execution-principles__inner {
    padding-top: 118px;
    padding-inline: clamp(24px, 4vw, 48px);
    transform: translateY(5svh);
  }
  .execution-principles .execution-principles__grid {
    width: min(100%, 820px);
    justify-self: center;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 0;
    overflow: visible;
  }
  .execution-principles .execution-principles__card {
    --path-card-pad: clamp(16px, 1.45vw, 22px);
    height: auto;
    min-height: 0;
    margin-inline: 0;
  }
  .execution-principles .execution-principles__card figure {
    height: auto;
    aspect-ratio: 4 / 5.15;
  }
}

@media (max-width: 700px) {
  .execution-principles .execution-principles__inner {
    padding-top: 96px;
    padding-inline: clamp(18px, 5vw, 28px);
    gap: 32px;
  }
  .execution-principles .execution-principles__header h2 {
    font-size: var(--fs-h2);
    line-height: var(--lh-h2);
  }
  .execution-principles .execution-principles__title > span,
  .execution-principles .execution-principles__title > em {
    white-space: normal;
  }
  body[data-language="zh-Hant"] .execution-principles .execution-principles__header h2 {
    font-size: clamp(1.48rem, 6.35vw, 1.62rem);
  }
  body[data-language="zh-Hant"] .execution-principles .execution-principles__title > span:nth-child(2),
  body[data-language="zh-Hant"] .execution-principles .execution-principles__title > em {
    white-space: nowrap;
  }
  .execution-principles .execution-principles__header > p {
    font-size: var(--fs-body);
  }
  .execution-principles .execution-principles__grid {
    width: 100%;
    margin-inline: 0;
    grid-template-columns: 1fr;
    padding: 0;
    overflow: visible;
  }
  .execution-principles .execution-principles__card {
    --path-card-pad: 16px;
    min-height: 0;
    margin-inline: 0;
    padding: var(--path-card-pad);
  }
}

/* Global typography role lock */
body :is(p, li, dd, dt, button, input, textarea) {
  font-family: var(--font-body);
  font-weight: var(--fw-body);
}

:is(
  h1,
  h2,
  h3,
  h4,
  .nav-trigger,
  .nav-direct,
  .mobile-nav__group > button,
  .mobile-nav__direct,
  .mega-menu__overview,
  .source-band__title,
  .source-service__tab strong,
  .manufacturing-hope__outcomes-title,
  .execution-principles__title > span,
  .execution-principles__title > em,
  .standardized-process__tab > strong,
  .collection-line__inner i,
  .detail-method li p,
  .evidence-strip p,
  .risk-ribbon li,
  .product-cinema__row i,
  .industry-index__row i,
  .large-list li,
  .industry-connection i,
  .scenario-path i
) {
  font-family: var(--font-heading);
  font-weight: var(--fw-heading);
}

/* Keep principal English subpage titles within half of the content stage. */
@media (min-width: 1181px) {
  body:not([data-route="/"])[data-language="en"] .page-hero__inner {
    grid-template-columns: minmax(0, 1fr);
  }
  body:not([data-route="/"])[data-language="en"] :is(
    .statement-band__grid,
    .editorial-media__intro,
    .principles__header,
    .risk-control__header
  ) {
    grid-template-columns: 100px minmax(0, 1fr);
    gap: 40px;
  }
  body:not([data-route="/"])[data-language="en"] :is(
    .manufacturing-execution__grid,
    .industry-connection > .shell,
    .transparency > .shell,
    .contact-expectation > .shell,
    .quality-system-intro__grid,
    .quality-evidence__grid
  ) {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
  body:not([data-route="/"])[data-language="en"] .regional-value > .shell {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
  body:not([data-route="/"])[data-language="en"] .process-long__grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
  body:not([data-route="/"])[data-language="en"] :is(
    .statement-band h2,
    .editorial-media__intro h2,
    .principles__header h2,
    .risk-control__header h2,
    .manufacturing-execution aside h2,
    .industry-connection h2,
    .regional-value h2,
    .transparency h2,
    .contact-expectation h2,
    .quality-system-intro h2,
    .quality-evidence h2
  ) {
    font-size: 1.9rem;
    line-height: 1.1;
  }
}

@media (min-width: 1181px) {
  body:not([data-route="/"])[data-language="en"] main .subpage-title--single {
    width: fit-content !important;
    max-width: 100% !important;
  }
  body:not([data-route="/"])[data-language="en"] main .subpage-title--half {
    width: min(100%, var(--subpage-title-max)) !important;
    max-width: min(100%, var(--subpage-title-max)) !important;
    font-size: var(--subpage-title-size) !important;
    line-height: 1.1 !important;
    text-wrap: balance;
  }
}

body[data-route="/insights/"] .insight-card figcaption {
  bottom: 10px;
}
body[data-route="/insights/"] .insight-card__meta {
  min-height: 1.35em;
}
body[data-route="/insights/"] .insight-card h3 {
  width: 100% !important;
  max-width: 100% !important;
  min-height: 3.3em;
  margin: 2px 0 1px;
  font-size: var(--fs-h4) !important;
  line-height: var(--lh-heading) !important;
  text-wrap: initial;
}
body[data-route="/insights/"] .insight-card figcaption p {
  min-height: 6.6em;
}

/* Bilingual long-form Insights */
[data-insight-lang="zh-Hant"] { display: none !important; }
body[data-language="zh-Hant"] [data-insight-lang="en"] { display: none !important; }
body[data-language="zh-Hant"] [data-insight-lang="zh-Hant"] { display: revert !important; }

.insight-article { background: var(--paper); color: var(--ink); }
.insight-article__header { padding: 184px 0 78px; border-bottom: 1px solid var(--line-dark); }
.insight-article__header-grid { max-width: 980px; margin: 0 auto; text-align: center; }
.insight-article__breadcrumbs { display: flex; align-items: center; justify-content: center; gap: 10px; max-width: 980px; margin: 0 auto 58px; color: var(--muted); font-size: var(--fs-label); line-height: var(--lh-label); }
.insight-article__breadcrumbs a:hover { color: var(--ink); }
.insight-article__breadcrumb-current { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.insight-article__category { margin: 0 0 26px; color: var(--muted); font-size: var(--fs-label); line-height: var(--lh-label); letter-spacing: var(--ls-label); text-transform: uppercase; }
body[data-route^="/insights/"] main .insight-article h1.subpage-title--half { width: auto !important; max-width: 25ch !important; margin: 0 auto; font-size: var(--fs-h1) !important; line-height: 1.04 !important; text-wrap: balance; }
.insight-article__heading h1 { font-size: var(--fs-h1); }
.insight-article__summary { max-width: 780px; margin: 28px auto 0; color: var(--muted); font-size: var(--fs-lead); line-height: var(--lh-lead); }
.insight-article__meta { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); max-width: 900px; margin: 48px auto 0; border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.insight-article__meta > div { padding: 18px 24px; }
.insight-article__meta > div + div { border-left: 1px solid var(--line-dark); }
.insight-article__meta dt { color: var(--muted); font-size: var(--fs-label); line-height: var(--lh-label); text-transform: uppercase; letter-spacing: var(--ls-label); }
.insight-article__meta dd { margin: 7px 0 0; font-size: var(--fs-small); line-height: var(--lh-body); }
.insight-article__grid { display: grid; grid-template-columns: minmax(0, 780px) 300px; justify-content: center; gap: 110px; padding-top: 96px; padding-bottom: 120px; }
.insight-article__body { min-width: 0; font-size: var(--fs-lead); line-height: 1.72; }
.insight-article__body p { margin: 0 0 1.55em; color: var(--muted); }
.insight-article__body h2 { margin: 3.2em 0 .9em; font-size: var(--fs-h2); line-height: var(--lh-heading); }
.insight-article__body h2:first-child { margin-top: 0; }
.insight-article__body h3 { margin: 2.2em 0 .7em; font-size: var(--fs-h4); line-height: var(--lh-heading); }
.insight-article__body :is(ul, ol) { margin: 0 0 1.8em; padding-left: 1.4em; color: var(--muted); }
.insight-article__body li { margin: .55em 0; padding-left: .25em; }
.insight-article__body a,
.insight-article__sources a { color: var(--ink); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.insight-article__body a:hover,
.insight-article__sources a:hover { color: var(--amber); }
.insight-article__aside { position: sticky; top: 125px; align-self: start; }
.insight-article__aside > p { margin: 0 0 14px; color: var(--muted); font-size: var(--fs-label); letter-spacing: var(--ls-label); text-transform: uppercase; }
.insight-article__aside nav { border-top: 1px solid var(--line-dark); }
.insight-article__aside nav a { display: block; padding: 12px 0; border-bottom: 1px solid var(--line-dark); color: var(--muted); font-size: var(--fs-label); line-height: 1.45; }
.insight-article__aside nav a:hover { color: var(--ink); }
.insight-article__boundary { margin-top: 32px; padding: 18px; background: var(--paper-2); }
.insight-article__boundary p { margin: 0; color: var(--muted); font-size: var(--fs-label); line-height: var(--lh-body); }
.insight-article__sources { padding-top: 90px; padding-bottom: 110px; border-top: 1px solid var(--line-dark); }
.insight-article__sources h2 { margin: 0 0 38px; font-size: var(--fs-h2); }
.insight-article__sources ol { margin: 0; padding: 0; list-style: none; }
.insight-article__sources li { display: grid; grid-template-columns: 42px minmax(0, 1fr); gap: 16px; padding: 16px 0; border-top: 1px solid var(--line-dark); }
.insight-article__sources li:last-child { border-bottom: 1px solid var(--line-dark); }
.insight-article__sources li > span { color: var(--muted); font-size: var(--fs-label); }
.insight-article__sources a { min-width: 0; overflow-wrap: anywhere; font-size: var(--fs-small); line-height: var(--lh-body); }
.insight-article__related { padding-top: 110px; padding-bottom: 120px; border-top: 1px solid var(--line-dark); }
.insight-article__related > header { max-width: 780px; margin: 0 auto 58px; }
.insight-article__related > header > span { color: var(--muted); font-size: var(--fs-label); letter-spacing: var(--ls-label); text-transform: uppercase; }
.insight-article__related > header h2 { margin: 16px 0 0; font-size: var(--fs-h2); }
.insight-article__related > div { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.insight-article__related a { position: relative; min-height: 230px; padding: 28px; border: 1px solid var(--line-dark); border-radius: var(--radius-card); }
.insight-article__related a > span { color: var(--muted); font-size: var(--fs-label); }
.insight-article__related h3 { margin: 40px 0 12px; font-size: var(--fs-h4); line-height: var(--lh-heading); }
.insight-article__related p { margin: 0; color: var(--muted); font-size: var(--fs-small); line-height: var(--lh-body); }
.insight-article__related i { position: absolute; right: 26px; bottom: 24px; font-style: normal; transition: transform .3s var(--ease); }
.insight-article__related a:hover i { transform: translate(3px, -3px); }
.insight-article__cta { padding: 110px 0; background: var(--ink); color: var(--white); }
.insight-article__cta > .shell { display: grid; grid-template-columns: minmax(0, 760px) auto; justify-content: space-between; gap: 70px; align-items: end; }
.insight-article__cta h2 { margin: 0; font-size: var(--fs-h2); }
.insight-article__cta p { margin: 24px 0 0; color: rgba(255,255,255,.68); font-size: var(--fs-body); line-height: var(--lh-body); }

@media (max-width: 980px) {
  .insight-article__header { padding-top: 170px; }
  .insight-article__grid { grid-template-columns: 1fr; gap: 58px; }
  body[data-route^="/insights/"] main .insight-article h1.subpage-title--half { font-size: var(--fs-h1) !important; }
  .insight-article__aside { position: relative; top: auto; order: -1; }
  .insight-article__related > div { grid-template-columns: 1fr; }
  .insight-article__cta > .shell { grid-template-columns: 1fr; align-items: start; }
}

@media (max-width: 720px) {
  .insight-article__header { padding: 140px 0 64px; }
  .insight-article__breadcrumbs { justify-content: flex-start; margin-bottom: 46px; }
  body[data-route^="/insights/"] main .insight-article h1.subpage-title--half { font-size: var(--fs-h2) !important; }
  .insight-article__heading h1 { font-size: var(--fs-h2); }
  .insight-article__summary { font-size: var(--fs-body); }
  .insight-article__meta { grid-template-columns: 1fr; max-width: 520px; }
  .insight-article__meta > div { padding: 14px 0; }
  .insight-article__meta > div + div { border-left: 0; border-top: 1px solid var(--line-dark); }
  .insight-article__grid { padding-top: 70px; padding-bottom: 80px; }
  .insight-article__body { font-size: var(--fs-lead); }
  .insight-article__sources,
  .insight-article__related,
  .insight-article__cta { padding-top: 78px; padding-bottom: 78px; }
}
@media (max-width: 720px) {
  body[data-route="/insights/"] .insight-card figcaption {
    left: 8px;
    right: 8px;
  }
}

@media (min-width: 1181px) and (max-width: 1480px) {
  body:not([data-route="/"])[data-language="en"] :is(
    .statement-band h2,
    .editorial-media__intro h2,
    .principles__header h2,
    .risk-control__header h2,
    .manufacturing-execution aside h2,
    .industry-connection h2,
    .regional-value h2,
    .transparency h2,
    .contact-expectation h2,
    .quality-system-intro h2,
    .quality-evidence h2
  ) {
    font-size: 1.75rem;
  }
  body[data-route="/industries/construction-agricultural-machinery/"][data-language="en"] .statement-band h2 {
    font-size: 1.65rem;
  }
}

@media (min-width: 961px) {
  body[data-route="/how-we-work/"][data-language="en"] :is(
    .statement-band__grid,
    .risk-control__header
  ) {
    grid-template-columns: .66fr 1.34fr;
    gap: 80px;
  }
}

/* Preserve the approved manufacturing-services overview composition. */
@media (min-width: 1181px) {
  body[data-route="/what-we-source/"][data-language="en"] .page-hero__inner {
    grid-template-columns: minmax(0, 1fr);
  }
  body[data-route="/what-we-source/"][data-language="en"] .page-hero__copy,
  body[data-route="/what-we-source/"][data-language="en"] .page-hero h1 {
    width: 100%;
    max-width: none;
  }
  body[data-route="/what-we-source/"][data-language="en"] .statement-band--ink h2,
  body[data-route="/what-we-source/"][data-language="en"] .statement-band--paper h2,
  body[data-route="/what-we-source/"][data-language="en"] .editorial-media__intro h2 {
    max-width: 36ch;
  }
  body[data-route="/what-we-source/"][data-language="en"] .statement-band__grid,
  body[data-route="/what-we-source/"][data-language="en"] .editorial-media__intro {
    grid-template-columns: minmax(0, .62fr) minmax(0, 1.38fr);
    gap: 80px;
  }
  body[data-route="/what-we-source/"][data-language="en"] .manufacturing-execution--overview .manufacturing-execution__grid {
    grid-template-columns: minmax(0, 1.25fr) minmax(0, .75fr);
  }
  body[data-route="/what-we-source/"][data-language="en"] .service-visibility__grid {
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  }
  body[data-route="/what-we-source/"][data-language="en"] .manufacturing-execution--overview aside h2,
  body[data-route="/what-we-source/"][data-language="en"] .service-visibility header h2 {
    max-width: 36ch;
  }
  body[data-route="/what-we-source/"][data-language="en"] .service-visibility header h2 {
    width: calc(100% + 100px);
  }
  body[data-route="/what-we-source/"][data-language="en"] :is(
    .statement-band h2,
    .editorial-media__intro h2,
    .manufacturing-execution--overview aside h2,
    .service-visibility header h2
  ) {
    font-size: var(--fs-h2);
    line-height: var(--lh-h2);
  }
}

@media (min-width: 1181px) {
  body:not([data-route="/"]) :is(
    .collection-line,
    .product-cinema__grid,
    .industry-index__row,
    .evidence-strip,
    .risk-table,
    .principles__list
  ) {
    width: var(--adobe-stage);
    margin-inline: auto;
  }
}

/* Center the qualification copy on manufacturing service detail pages. */
@media (min-width: 1181px) {
  body:not([data-route="/"]) .editorial-media--service-entry .editorial-media__intro {
    grid-template-columns: minmax(0, 1fr) minmax(0, 2fr) minmax(0, 1fr);
    gap: 0;
  }

  body:not([data-route="/"]) .editorial-media--service-entry .editorial-media__intro > :first-child {
    grid-column: 1;
    align-self: start;
  }

  body:not([data-route="/"]) .editorial-media--service-entry .editorial-media__intro > :first-child .eyebrow {
    margin-top: 0;
  }

  body:not([data-route="/"]) .editorial-media--service-entry .editorial-media__intro > :last-child {
    grid-column: 2;
    min-width: 0;
    text-align: left;
  }
}

/* Center the Industries overview copy blocks while preserving left alignment. */
@media (min-width: 769px) {
  body[data-route="/industries/"][data-language] :is(
    .statement-band__grid,
    .editorial-media__intro
  ) {
    grid-template-columns: minmax(0, 1fr) minmax(0, 2fr) minmax(0, 1fr);
    gap: 0;
  }

  body[data-route="/industries/"][data-language] :is(
    .statement-band__grid,
    .editorial-media__intro
  ) > :first-child {
    grid-column: 1;
    align-self: start;
  }

  body[data-route="/industries/"][data-language] :is(
    .statement-band__grid,
    .editorial-media__intro
  ) > :last-child {
    grid-column: 2;
    min-width: 0;
    width: min(100%, var(--text-lead));
    justify-self: center;
    text-align: left;
  }

  body[data-route="/industries/"][data-language] :is(
    .statement-band__grid,
    .editorial-media__intro
  ) > :last-child > :is(h2, p) {
    margin-inline: 0;
    text-align: left;
  }
}

/* Center the first content copy group on all six Industries detail pages. */
@media (min-width: 769px) {
  body[data-route^="/industries/"]:not([data-route="/industries/"])[data-language] .editorial-media__intro {
    grid-template-columns: minmax(0, 1fr) minmax(0, 2fr) minmax(0, 1fr);
    gap: 0;
  }

  body[data-route^="/industries/"]:not([data-route="/industries/"])[data-language] .editorial-media__intro > :first-child {
    grid-column: 1;
    align-self: start;
  }

  body[data-route^="/industries/"]:not([data-route="/industries/"])[data-language] .editorial-media__intro > :last-child {
    grid-column: 2;
    min-width: 0;
    width: min(100%, var(--text-lead));
    justify-self: center;
    text-align: left;
  }

  body[data-route^="/industries/"]:not([data-route="/industries/"])[data-language] .editorial-media__intro > :last-child > :is(h2, p) {
    margin-inline: 0;
    text-align: left;
  }
}

/* Industry detail evaluation lists are supporting content, not headings. */
body[data-route^="/industries/"]:not([data-route="/industries/"]) .industry-detail .large-list li {
  font-family: var(--font-body);
  font-weight: var(--fw-body);
  font-size: 18px;
}

@media (max-width: 960px) {
  body[data-route^="/industries/"]:not([data-route="/industries/"]) .industry-detail .large-list li {
    font-size: 16px;
  }
}

/* Consistent content-image cards across non-home pages. */
body:not([data-route="/"]) :is(
  .product-cinema__row,
  .editorial-media figure,
  .spec-story__image,
  .process-stage__media,
  .region-map__visual,
  .insight-card figure
) {
  border-radius: var(--radius-image-card);
  transition: translate .5s var(--ease), box-shadow .5s var(--ease);
}

body:not([data-route="/"]) :is(
  .spec-story__image,
  .process-stage__media
) img {
  transition: transform .7s var(--ease);
}

@media (min-width: 961px) and (hover: hover) and (pointer: fine) {
  body:not([data-route="/"]) :is(
    .product-cinema__row,
    .editorial-media figure,
    .spec-story__image,
    .process-stage__media,
    .region-map__visual,
    .insight-card figure
  ):hover {
    translate: 0 -4px;
    box-shadow: 0 18px 42px rgba(4,15,24,.16), inset 0 0 0 1px rgba(255,255,255,.24);
  }

  body:not([data-route="/"]) :is(
    .spec-story__image,
    .process-stage__media
  ):hover img {
    transform: scale(1.025);
  }

  body:not([data-route="/"]) .product-cinema__row:focus-visible,
  body:not([data-route="/"]) .insight-card:focus-visible figure {
    translate: 0 -4px;
    box-shadow: 0 18px 42px rgba(4,15,24,.16), inset 0 0 0 1px rgba(255,255,255,.24);
  }
}

@media (prefers-reduced-motion: reduce) {
  body:not([data-route="/"]) :is(
    .product-cinema__row,
    .editorial-media figure,
    .spec-story__image,
    .process-stage__media,
    .region-map__visual,
    .insight-card figure
  ) {
    translate: none !important;
    transition: none !important;
  }

  body:not([data-route="/"]) :is(
    .spec-story__image,
    .process-stage__media,
    .insight-card
  ) img {
    transform: none !important;
    transition: none !important;
  }
}
