@font-face {
  font-family: "Source Han Sans CN";
  src: url("assets/fonts/source-han-sans-cn-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* OEM / ODM quality advantages: desktop composition follows the authorised ODM reference's 0-to-1 rail and six visual capability panels. */
body[data-page="oem-odm"] #oem-odm-quality .oem-quality-reference {
  margin-top: clamp(44px, 5vw, 80px);
  overflow: hidden;
  background: var(--ink);
}

body[data-page="oem-odm"] #oem-odm-quality .oem-zero-one-rail {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(80px, 0.6fr) minmax(0, 3.8fr) minmax(80px, 0.6fr);
  align-items: center;
  min-height: clamp(168px, 15vw, 242px);
  padding: clamp(28px, 3.5vw, 58px) clamp(28px, 7vw, 120px);
  color: #fff;
}

body[data-page="oem-odm"] #oem-odm-quality .oem-zero-one-rail > span {
  display: block;
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(6.5rem, 11vw, 10rem);
  font-weight: 300;
  line-height: .8;
  text-align: center;
}

body[data-page="oem-odm"] #oem-odm-quality .oem-zero-one-rail > div { text-align: center; }

body[data-page="oem-odm"] #oem-odm-quality .oem-zero-one-rail p {
  margin: 0;
  color: #fff;
  font-size: clamp(.78rem, .95vw, 1rem);
  font-weight: 300;
  line-height: 1.55;
}

body[data-page="oem-odm"] #oem-odm-quality .oem-zero-one-rail i {
  display: block;
  width: 100%;
  height: 1px;
  margin: 13px 0;
  background: rgba(255, 255, 255, .82);
}

body[data-page="oem-odm"] #oem-odm-quality .oem-quality-capabilities {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  min-height: clamp(450px, 40vw, 640px);
  margin: 0;
  padding: 0;
  list-style: none;
}

body[data-page="oem-odm"] #oem-odm-quality .oem-quality-capabilities li {
  position: relative;
  isolation: isolate;
  display: flex;
  min-width: 0;
  padding: 0 clamp(16px, 2vw, 32px) clamp(26px, 3.5vw, 58px);
  overflow: hidden;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
}

body[data-page="oem-odm"] #oem-odm-quality .oem-quality-capabilities li::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: rgba(0, 19, 35, .68);
  content: "";
  transition: background-color .45s ease;
}

body[data-page="oem-odm"] #oem-odm-quality .oem-quality-capabilities figure {
  position: absolute;
  z-index: -2;
  inset: 0;
  margin: 0;
}

body[data-page="oem-odm"] #oem-odm-quality .oem-quality-capabilities img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .55s ease;
}

body[data-page="oem-odm"] #oem-odm-quality .oem-quality-capabilities li:hover::after { background: rgba(0, 48, 86, .42); }
body[data-page="oem-odm"] #oem-odm-quality .oem-quality-capabilities li:hover img { transform: scale(1.075); }

body[data-page="oem-odm"] #oem-odm-quality .oem-quality-capabilities strong {
  display: block;
  padding-bottom: 13px;
  border-bottom: 1px solid rgba(255, 255, 255, .84);
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 2.4vw, 3rem);
  font-weight: 300;
  letter-spacing: -.045em;
  line-height: 1;
  white-space: nowrap;
}

body[data-page="oem-odm"] #oem-odm-quality .oem-quality-capabilities > li > span,
body[data-page="oem-odm"] #oem-odm-quality .oem-quality-capabilities small {
  display: block;
  color: #fff;
  font-weight: 300;
}

body[data-page="oem-odm"] #oem-odm-quality .oem-quality-capabilities > li > span {
  margin-top: 12px;
  font-size: clamp(.8rem, .95vw, 1rem);
  line-height: 1.4;
}

body[data-page="oem-odm"] #oem-odm-quality .oem-quality-capabilities small {
  margin-top: 4px;
  font-size: .72rem;
  letter-spacing: .09em;
  opacity: .76;
  text-transform: uppercase;
}

html[lang="en"] body[data-page="oem-odm"] #oem-odm-quality .oem-zero-one-rail p { font-size: clamp(.72rem, .85vw, .94rem); }
html[lang="en"] body[data-page="oem-odm"] #oem-odm-quality .oem-quality-capabilities > li > span { font-size: clamp(.72rem, .82vw, .9rem); }

@media (max-width: 900px) {
  body[data-page="oem-odm"] #oem-odm-quality .oem-zero-one-rail {
    grid-template-columns: 48px minmax(0, 1fr) 48px;
    min-height: 150px;
    padding-inline: 18px;
  }

  body[data-page="oem-odm"] #oem-odm-quality .oem-zero-one-rail > span { font-size: 4rem; }

  body[data-page="oem-odm"] #oem-odm-quality .oem-quality-capabilities {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-height: 0;
  }

  body[data-page="oem-odm"] #oem-odm-quality .oem-quality-capabilities li { min-height: 260px; }
}

/* The desktop reference is one image field: the heading and 0-to-1 rail sit over, rather than above, its six images. */
@media (min-width: 901px) {
  body[data-page="oem-odm"] #oem-odm-quality .shell { position: relative; }

  body[data-page="oem-odm"] #oem-odm-quality > .shell > .section-heading {
    position: absolute;
    z-index: 5;
    top: clamp(48px, 5.5vw, 104px);
    right: clamp(28px, 5vw, 88px);
    left: clamp(28px, 5vw, 88px);
    display: block;
    margin: 0;
    color: #fff;
  }

  body[data-page="oem-odm"] #oem-odm-quality > .shell > .section-heading > div:first-child { display: none; }
  body[data-page="oem-odm"] #oem-odm-quality > .shell > .section-heading .section-heading-copy { max-width: none; }
  body[data-page="oem-odm"] #oem-odm-quality > .shell > .section-heading h2 {
    margin: 0 0 12px;
    color: #fff;
    font-size: clamp(2rem, 3.2vw, 3.2rem);
    font-weight: 400;
    letter-spacing: -.045em;
  }

  body[data-page="oem-odm"] #oem-odm-quality > .shell > .section-heading p {
    max-width: 68ch;
    margin: 0;
    color: rgba(255, 255, 255, .92);
    font-size: clamp(.95rem, 1.35vw, 1.35rem);
    font-weight: 300;
    line-height: 1.5;
  }

  body[data-page="oem-odm"] #oem-odm-quality .oem-quality-reference {
    position: relative;
    height: clamp(680px, 64vw, 1040px);
    margin-top: 0;
    background: #242321;
  }

  body[data-page="oem-odm"] #oem-odm-quality .oem-quality-capabilities {
    position: absolute;
    inset: 0;
    height: 100%;
    min-height: 0;
  }

  body[data-page="oem-odm"] #oem-odm-quality .oem-quality-capabilities li {
    height: 100%;
    padding: 0 clamp(18px, 2.2vw, 42px) clamp(34px, 5vw, 88px);
  }

  /* Match the custom-process default shade so this six-panel field has the same visual depth. */
  body[data-page="oem-odm"] #oem-odm-quality .oem-quality-capabilities li::after { display: none; }
  body[data-page="oem-odm"] #oem-odm-quality .oem-quality-capabilities li:hover::after { display: none; }
  body[data-page="oem-odm"] #oem-odm-quality .oem-quality-capabilities img { filter: brightness(.52) saturate(.74); }
  body[data-page="oem-odm"] #oem-odm-quality .oem-quality-capabilities li:hover img { filter: none; }

  body[data-page="oem-odm"] #oem-odm-quality .oem-zero-one-rail {
    position: absolute;
    z-index: 4;
    top: 39%;
    right: 0;
    left: 0;
    min-height: 0;
    padding: 0 clamp(48px, 7vw, 132px);
    transform: translateY(-50%);
  }

  body[data-page="oem-odm"] #oem-odm-quality .oem-zero-one-rail > span {
    font-size: clamp(7rem, 10vw, 11rem);
    line-height: .9;
  }

  body[data-page="oem-odm"] #oem-odm-quality .oem-zero-one-rail p {
    font-size: clamp(1rem, 1.5vw, 1.55rem);
    line-height: 1.36;
  }

  body[data-page="oem-odm"] #oem-odm-quality .oem-zero-one-rail i { margin: 13px 0 17px; }

  body[data-page="oem-odm"] #oem-odm-quality .oem-quality-capabilities strong {
    padding-bottom: 16px;
    font-size: clamp(2.25rem, 3.4vw, 4.1rem);
  }

  body[data-page="oem-odm"] #oem-odm-quality .oem-quality-capabilities > li > span {
    margin-top: 14px;
    font-size: clamp(.82rem, 1vw, 1.05rem);
  }

  body[data-page="oem-odm"] #oem-odm-quality .oem-quality-capabilities small {
    margin-top: clamp(22px, 3vw, 46px);
    font-size: clamp(1rem, 1.45vw, 1.45rem);
    font-weight: 400;
    letter-spacing: 0;
    opacity: .95;
    text-transform: none;
  }

  html[lang="en"] body[data-page="oem-odm"] #oem-odm-quality > .shell > .section-heading p { font-size: clamp(.85rem, 1.15vw, 1.15rem); }
  html[lang="en"] body[data-page="oem-odm"] #oem-odm-quality .oem-zero-one-rail p { font-size: clamp(.88rem, 1.25vw, 1.25rem); }
  html[lang="en"] body[data-page="oem-odm"] #oem-odm-quality .oem-quality-capabilities small { font-size: clamp(.76rem, 1vw, 1rem); }

  body[data-page="oem-odm"] #oem-odm-quality > .shell > .section-heading h2,
  body[data-page="oem-odm"] #oem-odm-quality > .shell > .section-heading p,
  body[data-page="oem-odm"] #oem-odm-quality .oem-zero-one-rail,
  body[data-page="oem-odm"] #oem-odm-quality .oem-zero-one-rail > span,
  body[data-page="oem-odm"] #oem-odm-quality .oem-zero-one-rail p,
  body[data-page="oem-odm"] #oem-odm-quality .oem-quality-capabilities li,
  body[data-page="oem-odm"] #oem-odm-quality .oem-quality-capabilities strong,
  body[data-page="oem-odm"] #oem-odm-quality .oem-quality-capabilities > li > span,
  body[data-page="oem-odm"] #oem-odm-quality .oem-quality-capabilities small {
    color: #fff;
    text-shadow: 0 2px 12px rgba(0, 18, 32, .92);
  }

  body[data-page="oem-odm"] #oem-odm-quality .oem-zero-one-rail i,
  body[data-page="oem-odm"] #oem-odm-quality .oem-quality-capabilities strong {
    border-color: rgba(255, 255, 255, .82);
  }
}

#rd-patents-ten.patent-callout {
  grid-template-columns: 0.42fr 1.58fr;
  gap: clamp(24px, 4vw, 64px);
  align-items: center;
  padding: clamp(24px, 3vw, 42px) clamp(28px, 4vw, 58px);
}

#rd-patents-ten.patent-callout strong {
  font-size: clamp(4rem, 7vw, 7rem);
  color: var(--ink);
}

#rd-patents-ten.patent-callout h3 {
  margin-bottom: 8px;
  font-size: clamp(1.45rem, 2.3vw, 2.6rem);
}

/* Final process-collage review: rows touch and descriptions match the heading type. */
@media (min-width: 901px) {
  body[data-page="oem-odm"] .process-collage {
    grid-auto-rows: 306px !important;
    row-gap: 0 !important;
    column-gap: 0 !important;
  }

  body[data-page="oem-odm"] .process-collage li {
    height: 306px !important;
    min-height: 306px !important;
    margin: 0 !important;
  }

  body[data-page="oem-odm"] .process-collage li h3,
  body[data-page="oem-odm"] .process-collage li p {
    text-shadow: none !important;
  }

  body[data-page="oem-odm"] .process-collage li h3,
  body[data-page="oem-odm"] .process-collage li p {
    font-size: 1rem !important;
    line-height: 1.35 !important;
  }

  body[data-page="oem-odm"] .process-collage li p {
    color: #fff !important;
  }
}

/* Global review adjustment: remove visual section numbering while keeping titles and content. */
.page-kicker,
.section-index,
.card-number {
  display: none !important;
}

.section-heading:has(> div > .section-index) {
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
}

.section-heading:has(> div > .section-index) > div:has(> .section-index) {
  display: none !important;
}

/* 0805 OEM/ODM review follow-up: orbit map, focused quality panels and two-row process. */
.oem-orbit,
.oem-quality-showcase {
  display: none;
}

@media (min-width: 901px) {
  body[data-page="oem-odm"] .oem-hero {
    padding-block: clamp(46px, 4.6vw, 74px) clamp(38px, 4vw, 62px);
  }

  body[data-page="oem-odm"] .oem-hero .page-hero-grid {
    display: block;
  }

  body[data-page="oem-odm"] .oem-hero .page-hero-grid > div {
    display: grid;
    min-height: 610px;
    grid-template-columns: minmax(0, 0.78fr) minmax(540px, 1.22fr);
    grid-template-areas:
      "kicker orbit"
      "title orbit"
      "lead orbit"
      "index orbit";
    align-items: start;
    column-gap: clamp(48px, 7vw, 140px);
  }

  body[data-page="oem-odm"] .oem-hero .page-kicker { grid-area: kicker; margin-top: 82px; }
  body[data-page="oem-odm"] .oem-hero h1 { grid-area: title; max-width: 7ch; margin-block: 18px; }
  body[data-page="oem-odm"] .oem-hero .page-hero-lead { grid-area: lead; max-width: 31ch; }
  body[data-page="oem-odm"] .oem-hero .local-index { grid-area: index; margin-top: 54px; }

  .oem-orbit {
    position: relative;
    grid-area: orbit;
    display: block;
    width: min(100%, 620px);
    height: 610px;
    margin-inline: auto 0;
  }

  .oem-orbit::before,
  .oem-orbit::after {
    position: absolute;
    top: 50%;
    left: 50%;
    border: 1px solid rgba(10, 78, 149, 0.16);
    border-radius: 50%;
    content: "";
    transform: translate(-50%, -50%);
  }

  .oem-orbit::before { width: 422px; height: 422px; }
  .oem-orbit::after { width: 536px; height: 536px; border-style: dashed; opacity: 0.7; }

  .oem-orbit-core,
  .oem-orbit-list li {
    position: absolute;
    display: grid;
    border-radius: 50%;
    text-align: center;
    place-content: center;
  }

  .oem-orbit-core {
    top: 50%;
    left: 50%;
    z-index: 2;
    width: 224px;
    height: 224px;
    color: #fff;
    background: radial-gradient(circle at 30% 25%, #2b7cb1, #0b3c68 68%, #072c4d);
    box-shadow: 0 18px 44px rgba(7, 44, 77, 0.22);
    transform: translate(-50%, -50%);
  }

  .oem-orbit-core b { display: block; font-size: clamp(2rem, 3vw, 3.1rem); letter-spacing: -0.08em; line-height: 0.88; }
  .oem-orbit-core small { margin-top: 15px; color: rgba(255, 255, 255, 0.72); font-family: var(--font-mono); font-size: 0.58rem; letter-spacing: 0.16em; }

  .oem-orbit-list { position: absolute; inset: 0; margin: 0; padding: 0; list-style: none; }

  .oem-orbit-list li {
    width: 154px;
    height: 154px;
    padding: 23px;
    color: var(--ink);
    border: 1px solid rgba(10, 78, 149, 0.14);
    background: rgba(248, 251, 250, 0.96);
    box-shadow: 0 12px 28px rgba(31, 73, 95, 0.08);
  }

  .oem-orbit-list li:nth-child(1) { top: 8px; left: 50%; background: #ddecf0; transform: translateX(-50%); }
  .oem-orbit-list li:nth-child(2) { top: 112px; right: 6px; background: #eef7f6; }
  .oem-orbit-list li:nth-child(3) { right: 6px; bottom: 112px; background: #e4f0f4; }
  .oem-orbit-list li:nth-child(4) { bottom: 8px; left: 50%; background: #eaf2f4; transform: translateX(-50%); }
  .oem-orbit-list li:nth-child(5) { bottom: 112px; left: 6px; background: #dbecef; }
  .oem-orbit-list li:nth-child(6) { top: 112px; left: 6px; background: #eff6f6; }

  .oem-orbit-list span { color: var(--blue); font-family: var(--font-mono); font-size: 0.63rem; letter-spacing: 0.14em; }
  .oem-orbit-list strong { margin-top: 10px; font-size: 1rem; font-weight: 650; line-height: 1.2; }

  body[data-page="oem-odm"] .oem-quality-showcase {
    display: grid;
    grid-template-columns: 1.08fr 0.84fr 1.08fr;
    min-height: 466px;
    overflow: hidden;
    background: var(--ink);
  }

  .oem-quality-panel {
    position: relative;
    min-height: 466px;
    overflow: hidden;
  }

  .oem-quality-panel img { width: 100%; height: 100%; object-fit: cover; }
  .oem-quality-panel::after { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(4, 30, 52, 0.02), rgba(3, 28, 48, 0.82)); content: ""; }
  .oem-quality-panel > div { position: absolute; right: 34px; bottom: 30px; left: 34px; z-index: 1; color: #fff; }
  .oem-quality-panel > div span,
  .oem-quality-statement > span { color: rgba(255, 255, 255, 0.66); font-family: var(--font-mono); font-size: 0.62rem; letter-spacing: 0.14em; }
  .oem-quality-panel h3 { margin: 13px 0 10px; font-size: clamp(1.55rem, 2.1vw, 2.45rem); line-height: 1.04; }
  .oem-quality-panel p { max-width: 28ch; margin: 0; color: rgba(255, 255, 255, 0.78); font-size: 0.82rem; line-height: 1.65; }
  .oem-quality-statement { display: flex; flex-direction: column; justify-content: flex-end; padding: 38px 34px; color: #fff; background: linear-gradient(150deg, #0a3154, #0d5b83); }
  .oem-quality-statement::after { background: radial-gradient(circle at 10% 12%, rgba(105, 205, 216, 0.28), transparent 42%); }
  .oem-quality-statement h3 { position: relative; z-index: 1; margin: 21px 0 17px; font-size: clamp(1.9rem, 2.8vw, 3.45rem); line-height: 1.08; }
  .oem-quality-statement p { position: relative; z-index: 1; color: rgba(255, 255, 255, 0.78); }

  body[data-page="oem-odm"] .process-collage {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 0 !important;
    grid-auto-rows: 306px;
    background: transparent;
  }

  body[data-page="oem-odm"] .process-collage::before,
  body[data-page="oem-odm"] .process-collage li::before { display: none; }

  body[data-page="oem-odm"] .process-collage li,
  body[data-page="oem-odm"] .process-collage li:nth-child(n) {
    height: 306px;
    min-height: 306px;
    margin: 0 !important;
    opacity: 1;
    transform: none;
  }

  body[data-page="oem-odm"] .process-collage li::after { display: none !important; }
  body[data-page="oem-odm"] .process-collage li h3,
  body[data-page="oem-odm"] .process-collage li p { position: relative; z-index: 1; margin-inline: 22px; text-shadow: none; }
  body[data-page="oem-odm"] .process-collage li h3 { margin-bottom: 6px; font-size: 1rem; line-height: 1.35; }
  body[data-page="oem-odm"] .process-collage li h3::before { display: none !important; }
  body[data-page="oem-odm"] .process-collage li p { margin-bottom: 18px; color: #fff; font-size: 1rem; line-height: 1.35; text-shadow: none; }

  body[data-page="oem-odm"] .oem-quality-panel > div {
    right: 34px;
    bottom: 34px;
    left: 34px;
    text-shadow: 0 2px 12px rgba(0, 24, 44, 0.92);
  }

  body[data-page="oem-odm"] .oem-quality-panel > div span { display: none; }
  body[data-page="oem-odm"] .oem-quality-panel h3 { margin-top: 0; text-shadow: 0 2px 10px rgba(0, 24, 44, 0.96); }
  body[data-page="oem-odm"] .oem-quality-panel p { max-width: 30ch; color: rgba(255, 255, 255, 0.96); font-size: 0.9rem; line-height: 1.58; text-shadow: 0 2px 9px rgba(0, 24, 44, 0.96); }

  body[data-page="oem-odm"] .partner-logo-grid[data-marquee] {
    grid-template-rows: repeat(2, 96px);
    gap: 28px;
    padding-block: 7px;
  }

  body[data-page="oem-odm"] .partner-logo-track { min-height: 96px; }

  body[data-page="oem-odm"] #oem-odm-cases .section-heading {
    display: block;
    margin-bottom: 20px;
  }

  body[data-page="oem-odm"] #oem-odm-cases .section-heading-copy {
    margin-top: 10px;
  }

  body[data-page="oem-odm"] #oem-odm-cases .section-heading-copy h2 {
    margin: 0;
  }

  body[data-page="oem-odm"] .partner-logo-grid[data-marquee] figure {
    height: 96px !important;
    overflow: hidden !important;
  }

  body[data-page="oem-odm"] .partner-logo-grid[data-marquee] img {
    width: auto !important;
    height: 84px !important;
    max-width: 100% !important;
    max-height: 84px !important;
    object-fit: contain !important;
  }
}

/* Current desktop review: compress the OEM introduction into a horizontal briefing band. */
@media (min-width: 901px) {
  body[data-page="oem-odm"] .oem-hero {
    padding-block: clamp(46px, 4.6vw, 74px) clamp(38px, 4vw, 62px);
  }

  body[data-page="oem-odm"] .oem-hero .page-hero-grid > div {
    display: grid;
    min-height: 0;
    grid-template-columns: minmax(230px, .78fr) minmax(0, 1.42fr);
    grid-template-areas: "kicker lead" "title lead" "notes notes" "index index";
    gap: 0 clamp(42px, 6vw, 112px);
  }

  body[data-page="oem-odm"] .oem-hero .page-kicker { grid-area: kicker; margin-top: 0; }
  body[data-page="oem-odm"] .oem-hero h1 { grid-area: title; max-width: none; margin: 10px 0 0; font-size: clamp(2.9rem, 5vw, 5rem); line-height: .94; }
  body[data-page="oem-odm"] .oem-hero .page-hero-lead { grid-area: lead; align-self: end; max-width: 45ch; margin: 0; font-size: clamp(1rem, 1.3vw, 1.28rem); line-height: 1.65; }
  body[data-page="oem-odm"] .oem-hero .local-index { grid-area: index; margin-top: 24px; }

  body[data-page="oem-odm"] .oem-hero-notes {
    grid-area: notes;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(18px, 3vw, 52px);
    margin-top: clamp(26px, 3vw, 44px);
    padding-block: 16px;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
  }

  body[data-page="oem-odm"] .oem-hero-notes p { display: flex; gap: 11px; margin: 0; color: var(--ink-soft); font-size: .8rem; line-height: 1.55; }
  body[data-page="oem-odm"] .oem-hero-notes strong { flex: 0 0 auto; color: var(--blue); font-family: var(--font-mono); font-size: .72rem; letter-spacing: .08em; }
  body[data-page="oem-odm"] .oem-hero-notes span { max-width: 26ch; }
}

/* The skincare assortment belongs with the skincare category, immediately before its product cards. */
.page-hero-products .page-hero-media,
.page-hero-products .page-hero-media.page-hero-wide-media { display: none !important; }

.page-hero-poster + #products-skincare .catalog-banner { display: block; }

@media (min-width: 901px) {
  .page-hero-products { padding-block: clamp(62px, 6vw, 96px) clamp(44px, 4.4vw, 70px); }
  #products-skincare .catalog-banner { margin-top: clamp(28px, 3vw, 48px); }
}

/* Keep all eight desktop labels inside the real available header track at 1181–1280px. */
@media (min-width: 1181px) and (max-width: 1280px) {
  .main-nav {
    width: min(70vw, 840px);
    overflow: visible;
  }

  .nav-list {
    display: grid;
    grid-template-columns: repeat(8, max-content);
    justify-content: space-between;
  }

  .nav-item { min-width: 0; }
  .nav-link span { font-size: .82rem; }
}

/* Brand portfolio review: show each brand banner in full before its copy and product links. */
body[data-page="brands"] .brand-feature {
  display: block;
}

body[data-page="brands"] .brand-feature:nth-child(even) .brand-visual {
  order: initial;
}

body[data-page="brands"] .brand-visual {
  min-height: 0;
  margin: 0;
  background: transparent;
}

body[data-page="brands"] .brand-visual img {
  display: block;
  width: 100%;
  min-height: 0;
  height: auto;
  object-fit: contain;
}

body[data-page="brands"] .brand-copy {
  max-width: 920px;
  margin-top: clamp(34px, 4vw, 64px);
}

/* Manufacturing map review: use the supplied clean China map as the sole visual. */
.manufacturing-map-layout {
  display: block;
  margin-top: clamp(42px, 6vw, 82px);
}

.manufacturing-map-stage {
  width: min(100%, 1180px);
  margin-inline: auto;
  border: 0;
  background: #122c55;
  box-shadow: 0 24px 58px rgba(7, 47, 84, 0.16);
}

.manufacturing-map-stage > img {
  width: 100%;
  aspect-ratio: 1672 / 941;
  object-fit: contain;
}

.manufacturing-map-stage > img[src$="manufacturing-map.jpg"] {
  content: url("assets/manufacturing-map-clean.webp");
}

.base-directory {
  display: none !important;
}

.manufacturing-map-hotspot {
  display: block;
  pointer-events: none;
  min-width: 0;
  width: 20px;
  height: 20px;
  padding: 0;
  color: #fff;
  border: 3px solid #fff;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 0 5px rgba(86, 202, 225, 0.28), 0 8px 18px rgba(5, 31, 66, 0.35);
  transform: translate(-50%, -50%);
}

.manufacturing-map-hotspot::before {
  inset: -9px;
  width: auto;
  height: auto;
  border: 1px solid rgba(142, 232, 244, 0.65);
  border-radius: 50%;
  background: transparent;
  transform: none;
  animation: manufacturing-map-pulse 2.4s ease-out infinite;
}

.manufacturing-map-hotspot span,
.manufacturing-map-hotspot small {
  position: absolute;
  left: 20px;
  z-index: 2;
  display: block;
  min-width: max-content;
  padding: 5px 8px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(5, 31, 66, 0.86);
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease, transform 180ms ease;
  transform: translateX(-5px);
}

.manufacturing-map-hotspot span {
  top: -14px;
  font-size: 0.78rem;
  font-weight: 700;
}

.manufacturing-map-hotspot small {
  top: 15px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.64rem;
}

.manufacturing-map-hotspot:hover,
.manufacturing-map-hotspot:focus-visible {
  color: #fff;
  background: #0a4e95;
  box-shadow: 0 0 0 6px rgba(142, 232, 244, 0.34), 0 10px 24px rgba(5, 31, 66, 0.42);
  transform: translate(-50%, -50%) scale(1.12);
}

.manufacturing-map-hotspot:hover span,
.manufacturing-map-hotspot:hover small,
.manufacturing-map-hotspot:focus-visible span,
.manufacturing-map-hotspot:focus-visible small {
  opacity: 1;
  transform: translateX(0);
}

.hotspot-qianlin { left: 59.8%; top: 72%; }
.hotspot-yunfu { left: 56.2%; top: 72.4%; }
.hotspot-muta { left: 52%; top: 62.8%; }
.hotspot-kebier { left: 60.8%; top: 69.8%; }

.base-map-directory {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.base-map-link {
  position: absolute;
  display: grid;
  gap: 3px;
  min-width: 170px;
  padding: 9px 12px;
  color: #073b77;
  border: 1px solid rgba(255, 255, 255, 0.76);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 9px 22px rgba(5, 31, 66, 0.22);
  pointer-events: auto;
  text-decoration: none;
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.base-map-link::before {
  position: absolute;
  height: 1px;
  background: rgba(255, 255, 255, 0.9);
  content: "";
  transform-origin: right center;
}

.base-map-link strong,
.base-map-link small {
  position: relative;
  z-index: 1;
}

.base-map-link strong {
  font-size: 0.84rem;
  font-weight: 700;
}

.base-map-link small {
  color: #58718a;
  font-size: 0.68rem;
  line-height: 1.35;
}

.base-link-qianlin {
  left: 65%;
  top: 78%;
}

.base-link-qianlin::before {
  top: -16px;
  left: -84px;
  width: 86px;
  transform: rotate(-18deg);
}

.base-link-yunfu {
  left: 41%;
  top: 82%;
}

.base-link-yunfu::before {
  top: -18px;
  right: -98px;
  width: 100px;
  transform-origin: left center;
  transform: rotate(14deg);
}

.base-link-muta {
  left: 37%;
  top: 52%;
}

.base-link-muta::before {
  right: -94px;
  bottom: -19px;
  width: 96px;
  transform-origin: left center;
  transform: rotate(25deg);
}

.base-link-kebier {
  left: 66%;
  top: 57%;
}

.base-link-kebier::before {
  bottom: -24px;
  left: -75px;
  width: 78px;
  transform: rotate(47deg);
}

.base-map-link:hover,
.base-map-link:focus-visible {
  color: #fff;
  background: #0a4e95;
  transform: translateY(-3px);
}

.base-map-link:hover small,
.base-map-link:focus-visible small {
  color: rgba(255, 255, 255, 0.8);
}

@keyframes manufacturing-map-pulse {
  0%, 100% { opacity: 0.4; transform: scale(0.86); }
  55% { opacity: 0; transform: scale(1.55); }
}

@media (prefers-reduced-motion: reduce) {
  .manufacturing-map-hotspot::before { animation: none; }
}

@media (max-width: 640px) {
  .manufacturing-map-stage {
    width: 100%;
  }

  .manufacturing-map-hotspot {
    width: 16px;
    height: 16px;
    border-width: 2px;
  }

  .manufacturing-map-hotspot span,
  .manufacturing-map-hotspot small {
    left: 16px;
  }

  .manufacturing-map-hotspot span { top: -13px; font-size: 0.68rem; }
  .manufacturing-map-hotspot small { top: 12px; font-size: 0.58rem; }

  .base-map-link {
    min-width: 0;
    max-width: 132px;
    padding: 6px 7px;
  }

  .base-map-link strong { font-size: 0.62rem; }
  .base-map-link small { font-size: 0.52rem; }
  .base-link-qianlin { left: 64%; top: 79%; }
  .base-link-yunfu { left: 35%; top: 84%; }
  .base-link-muta { left: 29%; top: 51%; }
  .base-link-kebier { left: 66%; top: 55%; }
}

/* Final partner marquee overrides after responsive OEM/ODM rules. */
body[data-page="oem-odm"] .partner-logo-track {
  display: flex !important;
  gap: 16px !important;
  width: max-content !important;
  min-width: max-content !important;
  animation: partner-marquee 48s linear infinite !important;
}

body[data-page="oem-odm"] .partner-logo-track-2 {
  animation-direction: reverse !important;
  animation-duration: 56s !important;
}

body[data-page="oem-odm"] .partner-logo-grid[data-marquee] figure {
  flex: 0 0 150px !important;
  width: 150px !important;
  height: 82px !important;
  padding: 10px !important;
  border: 0 !important;
  background: transparent !important;
}

/* Partner marks: two clean rows without card frames or overlapping marquee copies. */
body[data-page="oem-odm"] #oem-odm-cases .section-heading-copy > p {
  display: none;
}

body[data-page="oem-odm"] .oem-orbit {
  display: none;
}

body[data-page="oem-odm"] .oem-quality-statement {
  color: var(--ink);
  background: #fff;
}

body[data-page="oem-odm"] .oem-quality-statement::after {
  display: none;
}

body[data-page="oem-odm"] .oem-quality-statement > span {
  color: var(--blue);
}

body[data-page="oem-odm"] .oem-quality-statement p {
  color: var(--ink-soft);
}

body[data-page="oem-odm"] .process-collage li {
  background: transparent;
}

body[data-page="oem-odm"] .process-collage li::before,
body[data-page="oem-odm"] .process-collage li h3::before {
  display: none;
}

body[data-page="oem-odm"] .process-collage li::after {
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(2, 24, 42, 0.8) 100%);
}

body[data-page="oem-odm"] .partner-logo-grid[data-marquee] {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(2, minmax(82px, auto));
  gap: 12px;
  padding: 0;
  border: 0;
  overflow: hidden;
  mask-image: none;
}

body[data-page="oem-odm"] .partner-logo-track {
  display: grid;
  grid-template-columns: repeat(31, minmax(0, 1fr));
  width: 100%;
  min-width: 0;
  min-height: 82px;
  animation: none;
}

body[data-page="oem-odm"] .partner-logo-grid[data-marquee] figure {
  width: auto;
  height: 82px;
  padding: 10px 7px;
  border: 0;
  background: transparent;
}

body[data-page="oem-odm"] .partner-logo-grid[data-marquee] img {
  opacity: 1;
}

body[data-page="oem-odm"] .oem-quality-summary {
  margin-top: 10px;
  color: var(--ink-soft);
  font-size: 0.78rem;
  line-height: 1.5;
  white-space: nowrap;
}

html[lang="en"] body[data-page="oem-odm"] .oem-quality-showcase::before {
  grid-column: 1 / -1;
  color: var(--ink-soft);
  content: "From one product idea to a deliverable solution. Clear cooperation routes connect R&D, packaging coordination, quality management and scaled production.";
  font-size: 0.78rem;
  line-height: 1.5;
  white-space: nowrap;
}

@media (min-width: 901px) {
  body[data-page="oem-odm"] .oem-quality-showcase {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 16px;
    overflow: visible;
    background: transparent;
  }

  body[data-page="oem-odm"] .oem-quality-statement {
    display: none !important;
  }

  body[data-page="oem-odm"] .oem-quality-panel::after {
    display: none !important;
  }

  body[data-page="oem-odm"] .oem-quality-panel > div {
    text-shadow: 0 2px 12px rgba(0, 24, 44, 0.72);
  }
}

body[data-page="oem-odm"] .partner-logo-track {
  display: flex;
  gap: 16px;
  width: max-content;
  min-width: max-content;
  animation: partner-marquee 48s linear infinite;
}

body[data-page="oem-odm"] .partner-logo-track-2 {
  animation-direction: reverse;
  animation-duration: 56s;
}

body[data-page="oem-odm"] .partner-logo-grid[data-marquee] figure {
  flex: 0 0 150px;
  width: 150px;
  height: 82px;
  padding: 10px;
  border: 0;
  background: transparent;
}

/* Final OEM/ODM card overrides. */
body[data-page="oem-odm"] .oem-quality-statement {
  color: var(--ink) !important;
  background: #fff !important;
}

body[data-page="oem-odm"] .oem-quality-statement::after {
  display: none !important;
}

body[data-page="oem-odm"] .oem-quality-statement > span {
  color: var(--blue) !important;
}

body[data-page="oem-odm"] .oem-quality-statement p {
  color: var(--ink-soft) !important;
}

body[data-page="oem-odm"] .process-collage li {
  background: transparent !important;
}

body[data-page="oem-odm"] .process-collage li::before,
body[data-page="oem-odm"] .process-collage li h3::before {
  display: none !important;
}

body[data-page="oem-odm"] .process-collage li::after {
  inset: 0 !important;
  background: linear-gradient(180deg, transparent 40%, rgba(2, 24, 42, 0.8) 100%) !important;
}

@font-face {
  font-family: "Source Han Sans CN";
  src: url("assets/fonts/source-han-sans-cn-medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Source Han Sans CN";
  src: url("assets/fonts/source-han-sans-cn-bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "IBM Plex Mono";
  src: url("assets/fonts/ibm-plex-mono-semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  color-scheme: light;
  --font-sans-cn: "Source Han Sans CN", "PingFang SC", "Microsoft YaHei", sans-serif;
  --font-sans-en: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-mono: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
  --color-text-primary: #0b2636;
  --color-text-secondary: #506771;
  --color-brand-primary: #124b8c;
  --color-brand-strong: #092f57;
  --color-accent: #63b9c5;
  --color-accent-strong: #247885;
  --color-surface-canvas: #f7f9f8;
  --color-surface-default: #ffffff;
  --color-surface-subtle: #edf5f6;
  --color-surface-accent: #e1f1f3;
  --color-surface-highlight: #dceff2;
  --color-surface-footer: #e7f0f2;
  --color-border-default: #d3dfe2;
  --color-border-strong: #9eb3ba;
  --color-surface-inverse: #092432;
  --ink: var(--color-text-primary);
  --ink-soft: var(--color-text-secondary);
  --blue: var(--color-brand-primary);
  --blue-deep: var(--color-brand-strong);
  --aqua: var(--color-accent);
  --mist: var(--color-surface-subtle);
  --paper: var(--color-surface-canvas);
  --white: var(--color-surface-default);
  --line: var(--color-border-default);
  --line-dark: var(--color-border-strong);
  --pending: #8a5b15;
  --header-height: 76px;
  --shell: min(88vw, 1680px);
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

.fallback-nav-list .nav-item:last-child {
  display: none;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 28px);
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font-sans-cn);
  font-kerning: normal;
  line-height: 1.7;
  text-rendering: optimizeLegibility;
}

html[lang="en"] body {
  font-family: var(--font-sans-en);
  line-height: 1.65;
}

html[lang="en"] .footer-bottom span:last-child {
  display: none;
}

h1,
h2,
h3,
h4 {
  text-wrap: balance;
}

p,
li {
  text-wrap: pretty;
}

::selection {
  color: var(--ink);
  background: rgba(99, 185, 197, 0.34);
}

/* Brand-first page entry: a quiet, progressive Qianlin opening transition. */
html:not(.site-ready) body > * {
  visibility: hidden;
}

body > .site-loader {
  visibility: visible;
}

html:not(.site-ready) body::after,
html.site-ready body::after {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: block;
  background: #fff;
  content: "";
  pointer-events: none;
  transition: opacity 520ms ease, visibility 0s linear 520ms;
}

html:not(.site-ready) body::after {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

html.site-ready body::after {
  opacity: 0;
  visibility: hidden;
}

.site-loader {
  position: fixed;
  inset: 0;
  z-index: 10001;
  overflow: hidden;
  background: #fff;
  color: var(--ink);
  pointer-events: auto;
  isolation: isolate;
  transition: opacity 260ms ease;
}

.site-loader__ambient {
  position: absolute;
  inset: -25%;
  z-index: -1;
  background: transparent;
}

.site-loader__content {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  justify-items: center;
  width: min(420px, 74vw);
  transform: translate(-50%, -50%);
  animation: loader-content-in 720ms cubic-bezier(.2, .72, .2, 1) both;
}

.site-loader__logo {
  width: min(250px, 54vw);
  filter: drop-shadow(0 16px 28px rgba(14, 58, 95, 0.12));
}

.site-loader__rule {
  width: min(230px, 46vw);
  height: 1px;
  margin-top: 30px;
  overflow: hidden;
  background: rgba(14, 58, 95, 0.14);
}

.site-loader__rule span {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #155494, #8dcdd7);
  transform: scaleX(0.08);
  transform-origin: left center;
  transition: transform 180ms ease-out;
}

.site-loader__caption {
  margin: 15px 0 0;
  color: rgba(14, 58, 95, 0.62);
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .18em;
  line-height: 1.4;
  text-align: center;
}

.site-loader__curtain {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 50.5%;
  background: rgba(255, 255, 255, 0.62);
  transition: transform 760ms cubic-bezier(.76, 0, .24, 1);
}

.site-loader__curtain--left {
  left: 0;
  border-right: 1px solid rgba(141, 205, 215, 0.18);
}

.site-loader__curtain--right {
  right: 0;
  border-left: 1px solid rgba(141, 205, 215, 0.18);
}

.site-loader.is-exiting .site-loader__content {
  opacity: 0;
  transform: translate(-50%, -50%) scale(.96);
  transition: opacity 240ms ease, transform 520ms cubic-bezier(.2, .72, .2, 1);
}

.site-loader.is-exiting .site-loader__curtain--left {
  transform: translateX(-100%);
}

.site-loader.is-exiting .site-loader__curtain--right {
  transform: translateX(100%);
}

.site-loader.is-exiting {
  pointer-events: none;
}

@keyframes loader-content-in {
  from { opacity: .68; transform: translate(-50%, -49%) scale(.97); }
  to { opacity: 1; transform: translate(-50%, -50%) scale(1); }
}

@media (prefers-reduced-motion: reduce) {
  html:not(.site-ready) body::after,
  html.site-ready body::after {
    transition-duration: 0ms;
  }

  .site-loader,
  .site-loader__content,
  .site-loader__curtain,
  .site-loader__ambient {
    animation: none;
    transition-duration: 0ms;
  }
}

@media (max-width: 600px) {
  .site-loader__logo { width: min(190px, 52vw); }
  .site-loader__rule { margin-top: 23px; }
  .site-loader__caption { font-size: 9px; letter-spacing: .12em; }
}

body.nav-open {
  overflow: hidden;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  background-image: linear-gradient(rgba(18, 75, 140, 0.018) 1px, transparent 1px);
  background-size: 100% 72px;
  content: "";
  pointer-events: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

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

button,
input,
select,
textarea {
  color: inherit;
  font: inherit;
}

button {
  cursor: pointer;
}

:focus-visible {
  outline: 2px solid var(--color-accent-strong);
  outline-offset: 4px;
}

[id] {
  scroll-margin-top: calc(var(--header-height) + 28px);
}

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 12px;
  z-index: 200;
  padding: 9px 14px;
  color: var(--white);
  background: var(--ink);
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.eyebrow,
.section-index,
.page-kicker,
.metric-label,
.card-number,
.status-label {
  margin: 0;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  line-height: 1.45;
  text-transform: uppercase;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  height: var(--header-height);
  min-height: var(--header-height);
  padding: 0 clamp(20px, 3vw, 58px);
  border-bottom: 1px solid rgba(158, 179, 186, 0.45);
  background: rgba(252, 253, 252, 0.92);
  -webkit-backdrop-filter: blur(18px) saturate(120%);
  backdrop-filter: blur(18px) saturate(120%);
  transition: border-color 180ms ease, background-color 180ms ease, transform 360ms cubic-bezier(0.22, 1, 0.36, 1);
}

.site-header.is-scrolled {
  border-color: var(--line);
  background: rgba(252, 253, 252, 0.97);
}

.site-header.is-hidden {
  transform: translateY(-100%);
}

.brand {
  position: relative;
  z-index: 102;
  display: block;
  width: clamp(168px, 12vw, 200px);
}

.main-nav {
  position: relative;
  z-index: 101;
  justify-self: start;
  margin-left: clamp(36px, 5vw, 86px);
}

.language-switcher {
  position: relative;
  z-index: 103;
  grid-column: 3;
  justify-self: end;
  margin-left: clamp(14px, 1.7vw, 32px);
}

.language-toggle {
  display: inline-grid;
  grid-template-columns: auto 8px;
  align-items: center;
  gap: 8px;
  min-width: 54px;
  min-height: 38px;
  padding: 7px 10px;
  border: 0;
  border-bottom: 1px solid var(--line-dark);
  background: transparent;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.language-toggle span:last-child {
  width: 7px;
  height: 7px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  transition: transform 160ms ease;
}

.language-toggle[aria-expanded="true"] span:last-child {
  transform: translateY(2px) rotate(225deg);
}

.language-menu {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  width: 172px;
  padding: 8px;
  border: 1px solid var(--line);
  background: rgba(252, 253, 252, 0.98);
  box-shadow: 0 18px 44px rgba(9, 36, 50, 0.08);
}

.language-menu[hidden] {
  display: none;
}

.language-menu a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 42px;
  padding: 8px 10px;
  color: var(--ink-soft);
  font-size: 0.82rem;
}

.language-menu a:hover,
.language-menu a:focus-visible,
.language-menu a[aria-current="true"] {
  color: var(--blue);
  background: var(--mist);
}

.language-menu small {
  font-family: var(--font-mono);
  font-size: 0.64rem;
  letter-spacing: 0.08em;
}

.nav-list,
.nav-group ul,
.mega-menu-column ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.nav-list {
  display: flex;
  align-items: stretch;
  gap: clamp(16px, 2vw, 42px);
}

.nav-item {
  display: flex;
  align-items: stretch;
}

.nav-primary {
  display: flex;
  align-items: stretch;
}

.nav-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: var(--header-height);
  padding: 0;
  color: #203945;
  line-height: 1;
  white-space: nowrap;
}

.nav-link span {
  font-size: clamp(0.84rem, 0.85vw, 0.96rem);
  font-weight: 700;
  letter-spacing: -0.015em;
}

.nav-link small {
  display: none;
}

.nav-link::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 1px;
  background: var(--blue);
  content: "";
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: opacity 220ms ease, transform 280ms ease;
}

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

.submenu-toggle {
  display: none;
  align-self: center;
  width: 28px;
  height: 40px;
  padding: 0;
  border: 0;
  background: transparent;
}

.submenu-toggle span {
  position: relative;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  border-right: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  transform: translateY(-2px) rotate(45deg);
  transition: transform 160ms ease;
}

.is-submenu-open .submenu-toggle span {
  transform: translateY(2px) rotate(225deg);
}

.nav-panel {
  display: none;
}

.has-submenu.is-submenu-open .nav-panel {
  display: none;
}

.nav-panel-inner {
  display: grid;
  grid-template-columns: minmax(210px, 0.6fr) 2.4fr;
  gap: clamp(36px, 5vw, 92px);
  width: var(--shell);
  max-height: calc(100vh - var(--header-height));
  padding: 34px 0 40px;
  margin-inline: auto;
  overflow-y: auto;
}

.nav-panel-heading {
  padding-right: 28px;
  border-right: 1px solid var(--line);
}

.nav-panel-heading p {
  margin: 0 0 12px;
  color: var(--blue);
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
}

.nav-panel-heading a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.95rem;
  font-weight: 700;
}

.nav-groups {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(175px, 1fr));
  gap: 24px 34px;
}

.nav-group-title {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 7px;
  border-bottom: 1px solid var(--line-dark);
  font-size: 0.92rem;
  font-weight: 700;
}

.nav-pending {
  padding: 1px 4px;
  color: var(--pending);
  border: 1px solid #ceb88e;
  font-size: 0.58rem;
  font-weight: 500;
}

.nav-group ul {
  display: grid;
  gap: 5px;
  margin-top: 8px;
}

.nav-group li a {
  color: var(--ink-soft);
  font-size: 0.78rem;
  line-height: 1.45;
}

.nav-group a:hover,
.nav-group a:focus-visible {
  color: var(--blue);
}

.mega-menu {
  position: fixed;
  top: var(--header-height);
  right: 0;
  left: 0;
  z-index: 99;
  max-height: calc(100vh - var(--header-height));
  max-height: calc(100dvh - var(--header-height));
  border-top: 1px solid rgba(158, 179, 186, 0.48);
  background: rgba(247, 250, 249, 0.9);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-8px);
  visibility: hidden;
  overflow-y: auto;
  transition: opacity 180ms ease, transform 220ms ease, visibility 180ms ease;
}

.mega-menu.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  visibility: visible;
}

.mega-menu-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  width: min(76vw, 1360px);
  padding: 28px 0 42px;
  margin-right: auto;
  margin-left: clamp(36px, 5vw, 86px);
  column-gap: clamp(6px, 0.8vw, 12px);
  pointer-events: auto;
}

.mega-menu-column {
  min-width: 0;
  padding: 0 0 22px;
  opacity: 0;
  transform: translateY(-14px);
  transition: opacity 220ms ease, transform 380ms cubic-bezier(0.2, 0.7, 0.2, 1);
  transition-delay: var(--mega-column-delay, 0ms);
}

.mega-menu-column:nth-child(1) { --mega-column-delay: 35ms; }
.mega-menu-column:nth-child(2) { --mega-column-delay: 75ms; }
.mega-menu-column:nth-child(3) { --mega-column-delay: 115ms; }
.mega-menu-column:nth-child(4) { --mega-column-delay: 155ms; }
.mega-menu-column:nth-child(5) { --mega-column-delay: 195ms; }
.mega-menu-column:nth-child(6) { --mega-column-delay: 235ms; }

.mega-menu.is-open .mega-menu-column {
  opacity: 1;
  transform: translateY(0);
}

.mega-menu-column li a {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 40px;
  color: var(--ink-soft);
  font-size: clamp(0.74rem, 0.72vw, 0.86rem);
  line-height: 1.4;
  overflow-wrap: normal;
  transition: color 180ms ease, transform 220ms ease;
}

.mega-menu-column[data-mega-column="contact"] li a {
  white-space: nowrap;
}

.mega-menu-column li {
  opacity: 0;
  transform: translateY(-8px);
  transition: opacity 180ms ease, transform 260ms ease;
  transition-delay: calc(var(--mega-column-delay, 0ms) + var(--mega-item-delay, 0ms) + 80ms);
}

.mega-menu-column li:nth-child(1) { --mega-item-delay: 0ms; }
.mega-menu-column li:nth-child(2) { --mega-item-delay: 45ms; }
.mega-menu-column li:nth-child(3) { --mega-item-delay: 90ms; }
.mega-menu-column li:nth-child(4) { --mega-item-delay: 135ms; }
.mega-menu-column li:nth-child(5) { --mega-item-delay: 180ms; }
.mega-menu-column li:nth-child(6) { --mega-item-delay: 225ms; }

.mega-menu.is-open .mega-menu-column li {
  opacity: 1;
  transform: translateY(0);
}

.mega-menu-column li a::after {
  width: 10px;
  height: 10px;
  margin-left: 0;
  border: 1px solid currentColor;
  border-radius: 50%;
  content: "";
  opacity: 0;
  transform: translateX(-4px);
  transition: margin-left 220ms ease, opacity 180ms ease, transform 220ms ease;
}

.mega-menu-column li a:hover,
.mega-menu-column li a:focus-visible {
  color: var(--blue);
}

.mega-menu-column li a:hover::after,
.mega-menu-column li a:focus-visible::after {
  margin-left: 8px;
  opacity: 1;
  transform: translateX(0);
}

/* Mirror the reference site's centered, intrinsic-width navigation rail. */
@media (min-width: 1181px) and (max-width: 1280px) {
  .site-header {
    grid-template-columns: auto minmax(0, 1fr) auto;
    padding-inline: 24px;
  }

  .brand {
    width: 150px;
  }

  .main-nav {
    position: absolute;
    left: 50%;
    min-width: 0;
    width: max-content;
    margin: 0;
    transform: translateX(-50%);
  }

  .nav-list {
    display: flex;
    width: max-content;
    justify-content: flex-start;
    gap: 0;
  }

  .nav-item {
    flex: 0 0 auto;
    margin-inline: clamp(9px, 1.1vw, 15px);
  }

  .nav-link span {
    font-size: clamp(0.82rem, 0.9vw, 0.9rem);
    line-height: 1;
  }

  .language-switcher {
    margin-left: 0;
  }

  .mega-menu-grid {
    grid-template-columns: repeat(7, minmax(0, 1fr));
    width: min(calc(100vw - 48px), 1180px);
    margin-inline: auto;
  }
}

.nav-toggle {
  position: relative;
  z-index: 102;
  display: none;
  justify-self: end;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid var(--line-dark);
  background: var(--paper);
}

.nav-toggle span {
  position: absolute;
  left: 12px;
  width: 20px;
  height: 1px;
  background: var(--ink);
  transition: transform 180ms ease, top 180ms ease;
}

.nav-toggle span:first-child {
  top: 18px;
}

.nav-toggle span:last-child {
  top: 26px;
}

.nav-toggle[aria-expanded="true"] span:first-child {
  top: 22px;
  transform: rotate(45deg);
}

.nav-toggle[aria-expanded="true"] span:last-child {
  top: 22px;
  transform: rotate(-45deg);
}

.noscript-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px 16px;
  font-size: 0.82rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 22px;
  border: 1px solid var(--blue-deep);
  border-radius: 2px;
  font-size: 0.88rem;
  font-weight: 700;
  transition: color 160ms ease, background-color 160ms ease;
}

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

.button-primary:hover,
.button-primary:focus-visible {
  color: var(--blue);
  border-color: var(--blue);
  background: transparent;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 3px;
  border-bottom: 1px solid currentColor;
  font-size: 0.9rem;
  font-weight: 700;
}

.home-hero {
  min-height: max(760px, 100svh);
  padding: calc(var(--header-height) + 86px) 0 70px;
  background: linear-gradient(118deg, #eaf4f6 0%, #f7f9f8 56%, #f3f7f7 100%);
}

.home-hero-grid {
  display: grid;
  grid-template-columns: minmax(330px, 0.85fr) minmax(480px, 1.15fr);
  align-items: center;
  gap: clamp(48px, 7vw, 130px);
}

.home-hero-copy h1,
.page-hero h1 {
  margin: 18px 0 26px;
  font-size: clamp(3.4rem, 6.2vw, 7.3rem);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1.01;
}

.home-hero-copy h1 span {
  color: var(--blue);
}

.home-hero-lead,
.page-hero-lead {
  max-width: 650px;
  margin: 0;
  color: var(--ink-soft);
  font-size: clamp(1rem, 1.25vw, 1.28rem);
  line-height: 1.72;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 22px;
  margin-top: 38px;
}

.home-hero-visual {
  position: relative;
  min-height: 570px;
}

.home-hero-visual figure {
  margin: 0;
  overflow: hidden;
  background: var(--mist);
}

.home-hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-factory {
  position: absolute;
  inset: 0 0 56px 8%;
}

.hero-lab {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 32%;
  height: 43%;
  border: 10px solid var(--paper);
}

.hero-caption {
  position: absolute;
  right: 0;
  bottom: 8px;
  margin: 0;
  color: var(--ink-soft);
  font-family: var(--font-mono);
  font-size: 0.66rem;
  letter-spacing: 0.06em;
}

.home-metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 78px;
  border-top: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
}

.home-metrics div {
  min-height: 118px;
  padding: 22px 20px;
  border-right: 1px solid var(--line);
}

.home-metrics div:last-child {
  border-right: 0;
}

.home-metrics strong {
  display: block;
  color: var(--blue-deep);
  font-family: var(--font-mono);
  font-size: clamp(1.55rem, 2.4vw, 2.7rem);
  line-height: 1.2;
}

.home-metrics span {
  display: block;
  margin-top: 7px;
  color: var(--ink-soft);
  font-size: 0.82rem;
}

.media-split > .home-metrics {
  grid-template-columns: repeat(2, 1fr);
  margin-top: 0;
}

.home-evidence {
  padding: clamp(84px, 8vw, 138px) 0;
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.evidence-stat-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line-dark);
  border-left: 1px solid var(--line);
}

.evidence-stat-grid a {
  min-width: 0;
  min-height: 150px;
  padding: 24px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.evidence-stat-grid a:hover,
.evidence-stat-grid a:focus-visible {
  background: var(--color-surface-accent);
}

.evidence-stat-grid strong {
  display: block;
  color: var(--blue);
  font-family: var(--font-mono);
  font-size: clamp(2rem, 3.6vw, 4.5rem);
  line-height: 1;
}

.evidence-stat-grid span {
  display: block;
  margin-top: 30px;
  color: var(--ink-soft);
  font-size: 0.8rem;
}

.evidence-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: clamp(38px, 5vw, 68px);
  border-top: 1px solid var(--line-dark);
}

.evidence-card {
  min-width: 0;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}

.evidence-card:last-child {
  border-right: 0;
}

.evidence-card figure {
  aspect-ratio: 4 / 3;
  margin: 0;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: var(--mist);
}

.evidence-card figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.evidence-card .evidence-document {
  padding: 20px;
  background: #f4f3ef;
}

.evidence-card .evidence-document img {
  object-fit: contain;
}

.evidence-card > div {
  min-height: 190px;
  padding: 24px;
}

.evidence-card span {
  color: var(--blue);
  font-family: var(--font-mono);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.evidence-card h3 {
  margin: 32px 0 9px;
  font-size: clamp(1.25rem, 1.7vw, 1.75rem);
  font-weight: 500;
}

.evidence-card p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.8rem;
}

.evidence-card:hover,
.evidence-card:focus-visible {
  background: var(--color-surface-accent);
}

.directory,
.content-section,
.closing-cta {
  padding: clamp(84px, 8vw, 138px) 0;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(180px, 0.48fr) minmax(420px, 1.52fr);
  gap: clamp(36px, 7vw, 130px);
  align-items: start;
  margin-bottom: clamp(42px, 6vw, 86px);
}

.section-heading h2 {
  max-width: 1000px;
  margin: 0;
  font-size: clamp(2.35rem, 4.3vw, 5.3rem);
  font-weight: 500;
  letter-spacing: -0.038em;
  line-height: 1.1;
}

.section-heading-copy p {
  max-width: 720px;
  margin: 20px 0 0;
  color: var(--ink-soft);
}

.section-heading.section-heading-compact {
  display: block;
  margin-bottom: 14px;
}

.section-heading.section-heading-compact h2 {
  font-size: clamp(1.35rem, 2.3vw, 2.4rem);
  letter-spacing: -0.024em;
}

.directory-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line-dark);
}

.directory-card {
  position: relative;
  min-height: 260px;
  padding: 26px 28px 30px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.58);
}

.directory-card:nth-child(3n) {
  border-right: 0;
}

.directory-card h3 {
  margin: 52px 0 6px;
  font-size: clamp(1.45rem, 2vw, 2.15rem);
  font-weight: 500;
  letter-spacing: -0.035em;
}

.directory-card p {
  margin: 0;
  color: var(--ink-soft);
  font-family: var(--font-mono);
  font-size: 0.68rem;
  letter-spacing: 0.1em;
}

.directory-card ul {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 13px;
  padding: 0;
  margin: 30px 0 0;
  color: var(--ink-soft);
  font-size: 0.76rem;
  list-style: none;
}

.directory-card::after {
  position: absolute;
  right: 28px;
  bottom: 26px;
  color: var(--blue);
  content: "\2197";
  font-size: 1.1rem;
}

.directory-card:hover,
.directory-card:focus-visible {
  background: var(--color-surface-accent);
}

.home-proof {
  color: var(--ink);
  border-block: 1px solid var(--line);
  background:
    radial-gradient(circle at 12% 18%, rgba(99, 185, 197, 0.16), transparent 34%),
    linear-gradient(122deg, var(--color-surface-accent) 0%, var(--paper) 68%);
}

.proof-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(50px, 8vw, 150px);
  align-items: center;
  min-height: 620px;
  padding-block: 84px;
}

.proof-media {
  min-height: 440px;
  margin: 0;
  overflow: hidden;
}

.proof-media img {
  width: 100%;
  height: 100%;
  min-height: 440px;
  object-fit: cover;
}

.proof-copy h2 {
  margin: 18px 0 24px;
  font-size: clamp(2.5rem, 4.6vw, 5.5rem);
  font-weight: 500;
  letter-spacing: -0.038em;
  line-height: 1.1;
}

.proof-copy p:not(.eyebrow) {
  max-width: 620px;
  color: var(--ink-soft);
}

.proof-copy .button {
  margin-top: 24px;
  color: var(--white);
  border-color: var(--blue);
  background: var(--blue);
}

.proof-copy .button:hover,
.proof-copy .button:focus-visible {
  color: var(--blue);
  background: transparent;
}

.page-hero {
  padding: calc(var(--header-height) + 82px) 0 88px;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(120deg, #eaf4f6 0%, #f5f8f7 72%);
}

.page-hero-grid {
  display: grid;
  grid-template-columns: minmax(360px, 0.88fr) minmax(460px, 1.12fr);
  gap: clamp(52px, 8vw, 150px);
  align-items: center;
}

.page-hero-grid > * {
  min-width: 0;
}

.page-hero h1 {
  font-size: clamp(3.5rem, 6vw, 7rem);
}

.page-kicker {
  color: var(--blue);
}

.page-hero-media {
  position: relative;
  min-height: 480px;
  margin: 0;
  overflow: hidden;
  background: var(--color-surface-accent);
}

.page-hero-media::before {
  position: absolute;
  inset: 18px;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.65);
  content: "";
  pointer-events: none;
}

.page-hero-media img {
  width: 100%;
  height: 100%;
  min-height: 480px;
  object-fit: cover;
}

.local-index {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  max-width: 100%;
  margin-top: 34px;
}

.local-index a {
  padding-bottom: 3px;
  border-bottom: 1px solid var(--line-dark);
  color: var(--ink-soft);
  font-size: 0.8rem;
}

.local-index a:hover,
.local-index a:focus-visible {
  color: var(--blue);
  border-color: var(--blue);
}

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

.content-section.alt {
  background: var(--white);
}

.content-section.dark {
  color: var(--ink);
  border-color: var(--line-dark);
  background:
    linear-gradient(90deg, rgba(99, 185, 197, 0.08) 0, transparent 28%),
    var(--color-surface-subtle);
}

.content-section.dark .section-heading-copy p,
.content-section.dark .muted,
.content-section.dark .card-copy {
  color: var(--ink-soft);
}

.content-section.dark .section-index,
.content-section.dark .eyebrow {
  color: var(--blue);
}

.content-section.dark .button {
  border-color: var(--blue);
}

.section-intro {
  max-width: 760px;
  margin: 0;
  color: var(--ink-soft);
  font-size: clamp(1rem, 1.2vw, 1.2rem);
}

.media-split {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: clamp(42px, 7vw, 120px);
  align-items: center;
}

.media-frame {
  margin: 0;
  overflow: hidden;
  background: var(--mist);
}

.media-frame img {
  width: 100%;
  min-height: 420px;
  object-fit: cover;
}

.copy-block h2,
.copy-block h3 {
  margin: 14px 0 22px;
  font-size: clamp(2rem, 3.5vw, 4.2rem);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.12;
}

.copy-block p {
  color: var(--ink-soft);
}

.copy-block ul,
.plain-list {
  padding: 0;
  margin: 28px 0 0;
  list-style: none;
}

.copy-block li,
.plain-list li {
  padding: 11px 0;
  border-top: 1px solid var(--line);
}

.culture-grid,
.capability-grid,
.technology-grid,
.product-grid,
.brand-grid,
.contact-methods {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line-dark);
}

.culture-card,
.capability-card,
.technology-card,
.product-card,
.brand-card,
.contact-method {
  min-height: 220px;
  padding: 26px 28px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.culture-card:nth-child(3n),
.capability-card:nth-child(3n),
.technology-card:nth-child(3n),
.product-card:nth-child(3n),
.brand-card:nth-child(3n),
.contact-method:nth-child(3n) {
  border-right: 0;
}

.culture-card h3,
.capability-card h3,
.technology-card h3,
.product-card h3,
.brand-card h3,
.contact-method h3 {
  margin: 44px 0 10px;
  font-size: clamp(1.3rem, 1.7vw, 1.85rem);
  font-weight: 500;
  letter-spacing: -0.025em;
}

.culture-card p,
.capability-card p,
.technology-card p,
.product-card p,
.brand-card p,
.contact-method p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.88rem;
}

.timeline {
  padding: 0;
  margin: 0;
  border-top: 1px solid var(--line-dark);
  list-style: none;
}

.timeline li {
  display: grid;
  grid-template-columns: minmax(120px, 0.35fr) 1.65fr;
  gap: 30px;
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
}

.timeline time {
  color: var(--blue);
  font-family: var(--font-mono);
  font-size: clamp(1.3rem, 2vw, 2.1rem);
  font-weight: 600;
}

.timeline p {
  margin: 0;
  font-size: 1.02rem;
}

.timeline-detailed h3 {
  margin: 0 0 8px;
  font-size: clamp(1.1rem, 1.5vw, 1.45rem);
  font-weight: 500;
}

.timeline-detailed div {
  max-width: 940px;
}

.timeline-with-media {
  display: flex;
  gap: 0;
  padding: 34px 0 18px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  border-top: 1px solid var(--line-dark);
  scrollbar-color: var(--blue) var(--mist);
}

.timeline-with-media li,
.timeline-with-media li:nth-child(n) {
  position: relative;
  display: grid;
  flex: 0 0 clamp(238px, 22vw, 320px);
  grid-template-columns: 1fr;
  gap: 14px;
  min-height: 390px;
  padding: 0 24px 0 0;
  margin-right: 24px;
  border: 0;
}

.timeline-with-media li::before {
  position: absolute;
  top: -41px;
  left: 0;
  width: 11px;
  height: 11px;
  border: 2px solid var(--blue);
  border-radius: 50%;
  background: var(--paper);
  content: "";
}

.timeline-with-media figure {
  order: 2;
  height: 142px;
  margin: 0;
  overflow: hidden;
  background: var(--mist);
}

.timeline-with-media figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.82);
}

.timeline-with-media time {
  order: 1;
}

.timeline-with-media div {
  order: 3;
}

.timeline-with-media li > div {
  width: 100%;
  max-width: none;
}

.timeline-with-media p {
  color: var(--ink-soft);
  font-size: 0.86rem;
  line-height: 1.65;
}

#patent-gallery.patent-gallery-scroll,
#patent-gallery {
  display: flex;
  gap: 16px;
  padding: 8px 0 18px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scrollbar-color: var(--blue) var(--mist);
}

#patent-gallery .patent-card,
#patent-gallery .patent-card:nth-child(n) {
  display: block;
  flex: 0 0 clamp(220px, 20vw, 290px);
  border: 1px solid var(--line);
  background: var(--paper);
}

#patent-gallery .patent-card figure {
  height: 270px;
}

#patent-gallery .patent-card > div {
  padding: 18px;
}

#patent-gallery .patent-card h3 {
  font-size: 1rem;
}

#patent-gallery .patent-card p {
  font-size: 0.78rem;
  line-height: 1.6;
}

.global-layout {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: clamp(40px, 7vw, 110px);
  align-items: stretch;
}

.global-layout figure {
  min-height: 430px;
  margin: 0;
  overflow: hidden;
}

.global-layout img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
}

.market-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-content: stretch;
  border-top: 1px solid var(--line-dark);
}

.market-list .button {
  grid-column: 1 / -1;
  align-self: end;
  justify-self: start;
  margin: 18px;
}

.market-list span {
  display: flex;
  align-items: center;
  min-height: 76px;
  padding: 14px 18px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  font-family: var(--font-mono);
  font-size: 0.75rem;
}

.pending-panel {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 20px;
  align-items: start;
  padding: 28px;
  color: #5e461e;
  border: 1px dashed #cbb78c;
  background: #fbf7ed;
}

.pending-panel strong {
  display: inline-flex;
  padding: 3px 8px;
  border: 1px solid #cbb78c;
  font-family: var(--font-mono);
  font-size: 0.64rem;
  letter-spacing: 0.08em;
}

.pending-panel p {
  margin: 0;
}

.image-pair {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 18px;
}

.image-pair figure {
  min-height: 450px;
  margin: 0;
  overflow: hidden;
}

.image-pair img {
  width: 100%;
  height: 100%;
  min-height: 450px;
  object-fit: cover;
}

.bases-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line-dark);
}

.base-card {
  min-height: 280px;
  padding: 28px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.base-card:last-child {
  border-right: 0;
}

.base-card h3 {
  margin: 70px 0 8px;
  font-size: clamp(1.55rem, 2vw, 2.2rem);
  font-weight: 500;
}

.base-card p {
  margin: 0;
  color: var(--ink-soft);
}

.quality-grid,
.regulatory-grid {
  display: grid;
  border-top: 1px solid var(--line-dark);
}

.quality-grid {
  grid-template-columns: repeat(3, 1fr);
}

.regulatory-grid {
  grid-template-columns: repeat(4, 1fr);
}

.quality-card,
.regulatory-card {
  min-height: 230px;
  padding: 26px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.quality-card:last-child,
.regulatory-card:last-child {
  border-right: 0;
}

.quality-card strong,
.regulatory-card strong {
  display: block;
  font-family: var(--font-mono);
  font-size: clamp(1.8rem, 2.8vw, 3.3rem);
  font-weight: 600;
}

.quality-card h3,
.regulatory-card h3 {
  margin: 44px 0 8px;
  font-size: 1rem;
}

.quality-card p,
.regulatory-card p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.82rem;
}

.quality-evidence-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line-dark);
}

.quality-evidence-card {
  min-width: 0;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}

.quality-evidence-card:last-child {
  border-right: 0;
}

.quality-evidence-card figure {
  aspect-ratio: 3 / 4;
  margin: 0;
  padding: 20px;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.quality-evidence-card figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.quality-evidence-card .quality-process-photo {
  padding: 0;
}

.quality-evidence-card .quality-process-photo img {
  object-fit: cover;
}

.quality-evidence-card > div {
  min-height: 190px;
  padding: 24px;
}

.quality-evidence-card h3 {
  margin: 34px 0 9px;
  font-size: clamp(1.15rem, 1.5vw, 1.55rem);
  font-weight: 500;
}

.quality-evidence-card p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.84rem;
}

.quality-evidence-grid.patent-carousel {
  display: block;
  border-top: 0;
  overflow: hidden;
}

.quality-evidence-grid.patent-carousel .patent-track {
  gap: 1px;
}

.quality-evidence-grid.patent-carousel .quality-evidence-card,
.quality-evidence-grid.patent-carousel .quality-evidence-card:nth-child(n) {
  display: block;
  flex: 0 0 clamp(210px, 18vw, 280px);
  border: 1px solid var(--line);
  background: var(--paper);
}

.quality-evidence-grid.patent-carousel .quality-evidence-card figure {
  height: clamp(250px, 29vw, 390px);
  aspect-ratio: auto;
  padding: 12px;
  border: 0;
}

.quality-evidence-grid.patent-carousel .quality-evidence-card > div { display: none; }

.quality-evidence-rows {
  display: grid;
  gap: 1px;
  background: var(--line-dark);
  border: 1px solid var(--line-dark);
}

.quality-evidence-row {
  display: grid;
  gap: 1px;
  background: var(--line-dark);
}

.quality-system-row { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.third-party-row { grid-template-columns: repeat(5, minmax(0, 1fr)); }

.quality-system-row { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.third-party-row { grid-template-columns: repeat(10, minmax(0, 1fr)); }

.quality-evidence-row .quality-evidence-card {
  min-width: 0;
  border: 0;
  background: var(--paper);
}

.quality-evidence-row .quality-evidence-card figure {
  aspect-ratio: 3 / 4;
  height: clamp(180px, 20vw, 290px);
  margin: 0;
  padding: 10px;
  border: 0;
  background: var(--white);
}

.third-party-row .quality-evidence-card figure {
  height: 86px;
  aspect-ratio: auto;
  padding: 12px 16px;
}

.third-party-row .quality-evidence-card img {
  max-width: 100%;
  max-height: 58px;
}

.quality-evidence-row .quality-evidence-card > div { display: none; }
.third-party-row .quality-evidence-card > div {
  display: block;
  min-height: 0;
  padding: 8px 6px 10px;
  text-align: center;
  background: #fff;
}
.third-party-row .quality-evidence-card h3 {
  margin: 0;
  font-size: 0.72rem;
  line-height: 1.35;
  font-weight: 500;
  white-space: nowrap;
}

.quality-evidence-row[data-quality-marquee] {
  display: flex;
  width: max-content;
  min-width: 100%;
  gap: 1px;
  overflow: visible;
  background: #fff;
  animation: quality-evidence-marquee 72s linear infinite;
}

.quality-evidence-row[data-quality-marquee].third-party-row {
  animation-direction: reverse;
}

.quality-evidence-row[data-quality-marquee] .quality-evidence-card {
  flex: 0 0 230px;
  width: 230px;
  background: #fff;
}

.quality-evidence-row[data-quality-marquee].third-party-row .quality-evidence-card {
  flex-basis: 150px;
  width: 150px;
}

.quality-evidence-row[data-quality-marquee].third-party-row {
  background: #fff;
}

.quality-evidence-rows:has(.quality-evidence-row[data-quality-marquee]) {
  overflow: hidden;
}

@keyframes quality-evidence-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(calc(-50% - 0.5px)); }
}

@media (prefers-reduced-motion: reduce) {
  .quality-evidence-row[data-quality-marquee] { animation-play-state: paused; }
}

#manufacturing-cleanroom {
  padding-top: clamp(42px, 4vw, 64px);
  padding-bottom: clamp(42px, 4vw, 64px);
}

#manufacturing-cleanroom .media-split {
  gap: clamp(28px, 4vw, 64px);
}

#manufacturing-cleanroom .media-frame {
  aspect-ratio: 1;
}

#manufacturing-cleanroom .media-frame img {
  min-height: 0;
  height: 100%;
}

#manufacturing-cleanroom .copy-block h2 {
  font-size: clamp(1.9rem, 3vw, 3.5rem);
}

@media (min-width: 901px) {
  #rd-platform .platform-gallery { display: block; }
  #rd-platform .platform-visual-card,
  #rd-platform .platform-visual-card:first-child {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
    min-height: 360px;
  }
  #rd-platform .platform-visual-card:nth-child(even) figure { order: 2; }
  #rd-platform .platform-visual-card:nth-child(even) > div { order: 1; }
  #rd-platform .platform-visual-card > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 0;
    padding: clamp(28px, 5vw, 72px);
  }
  #rd-platform .platform-visual-card figure {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 360px;
    aspect-ratio: auto;
    background: #fff;
  }
  #rd-platform .platform-visual-card figure img { object-fit: contain; }
  #rd-platform .platform-visual-card h3 { margin: 22px 0 14px; font-size: clamp(1.35rem, 2vw, 2rem); }
  #rd-platform .platform-visual-card p { margin: 0; color: var(--ink-soft); font-size: clamp(0.9rem, 1.1vw, 1.05rem); line-height: 1.9; }
}

#manufacturing-supply-chain { background: #fff; }

#supplier-logo-grid.partner-logo-grid[data-marquee] {
  padding: 18px 0;
  background: #fff;
}

#supplier-logo-grid.partner-logo-grid[data-marquee] figure {
  flex: 0 0 184px;
  flex-basis: 184px;
  width: 184px;
  height: 112px !important;
  padding: 20px;
  border-color: transparent;
  background: #fff;
}

#supplier-logo-grid.partner-logo-grid[data-marquee] img {
  max-width: 100%;
  max-height: 86px !important;
}

#manufacturing-supply-chain {
  padding-top: clamp(54px, 5vw, 82px);
  padding-bottom: clamp(60px, 6vw, 96px);
}

#manufacturing-supply-chain > .shell > .section-heading {
  margin-bottom: clamp(20px, 2.6vw, 38px);
}

#supplier-logo-grid.partner-logo-grid[data-marquee] {
  padding-top: 0;
}

#supplier-logo-grid.partner-logo-grid[data-marquee] figure {
  flex-basis: 214px;
  width: 214px;
  height: 128px !important;
  padding: 14px;
}

#supplier-logo-grid.partner-logo-grid[data-marquee] img {
  max-height: 104px !important;
}

.equipment-carousel { overflow: hidden; }
.equipment-track { display: flex; gap: 12px; width: max-content; }
.equipment-track.is-marquee { animation: patent-marquee var(--patent-marquee-duration, 90s) linear infinite; }
.equipment-card { flex: 0 0 180px; background: #fff; border: 1px solid var(--line); }
.equipment-card figure { height: 150px; margin: 0; padding: 12px; background: #fff; }
.equipment-card img { width: 100%; height: 100%; object-fit: contain; }
.equipment-card figcaption { min-height: 44px; padding: 9px 12px 12px; color: var(--ink); font-size: 0.72rem; line-height: 1.35; }

@media (prefers-reduced-motion: reduce) {
  .equipment-track.is-marquee { animation: none; }
}

@media (max-width: 700px) {
  .quality-system-row,
  .third-party-row { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

.supplier-logo-grid,
.partner-logo-grid,
.compliance-mark-grid {
  display: grid;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.supplier-logo-grid {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.partner-logo-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.compliance-mark-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.supplier-logo-grid figure,
.partner-logo-grid figure,
.compliance-mark-grid figure {
  display: grid;
  place-items: center;
  min-width: 0;
  margin: 0;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.supplier-logo-grid figure {
  aspect-ratio: 1;
  padding: 18px;
}

.partner-logo-grid figure {
  aspect-ratio: 3 / 2;
  padding: 18px;
}

.partner-logo-grid[data-marquee] {
  display: grid;
  gap: 10px;
  padding: 10px 0;
  overflow: hidden;
  border: 0;
  mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
}

.partner-logo-track {
  display: flex;
  width: max-content;
  animation: partner-marquee 42s linear infinite;
}

.partner-logo-track-2 {
  animation-direction: reverse;
  animation-duration: 48s;
}

.partner-logo-grid[data-marquee] figure {
  flex: 0 0 132px;
  width: 132px;
  height: 76px;
  aspect-ratio: auto;
  padding: 14px;
  border: 1px solid var(--line);
}

@keyframes partner-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@media (prefers-reduced-motion: reduce) {
  .partner-logo-track { animation-play-state: paused; }
}

.supplier-logo-grid img,
.partner-logo-grid img,
.compliance-mark-grid img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

[data-collapsible-grid] > [hidden] {
  display: none !important;
}

.grid-disclosure {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding-top: 24px;
}

.grid-disclosure[hidden] {
  display: none;
}

.grid-disclosure span {
  color: var(--ink-soft);
  font-family: var(--font-mono);
  font-size: 0.68rem;
}

.grid-disclosure-button {
  min-width: 190px;
  background: var(--white);
}

.content-section.dark .grid-disclosure span {
  color: var(--ink-soft);
}

.content-section.dark .grid-disclosure-button {
  color: var(--blue);
  border-color: var(--blue);
  background: var(--white);
}

.regulatory-evidence {
  display: grid;
  grid-template-columns: minmax(260px, 0.62fr) 1.38fr;
  gap: clamp(34px, 6vw, 90px);
  align-items: center;
  margin-top: clamp(42px, 6vw, 80px);
  padding: clamp(28px, 4vw, 58px);
  color: var(--ink);
  border: 1px solid var(--line-dark);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.72), transparent 56%),
    var(--color-surface-highlight);
}

.regulatory-evidence figure {
  aspect-ratio: 3 / 4;
  margin: 0;
  padding: 12px;
  overflow: hidden;
  background: var(--white);
}

.regulatory-evidence img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.regulatory-evidence h3 {
  margin: 12px 0 18px;
  font-size: clamp(2rem, 3.6vw, 4.2rem);
  font-weight: 500;
  line-height: 1.08;
}

.regulatory-evidence p {
  max-width: 760px;
}

.regulatory-evidence .muted {
  color: var(--ink-soft);
  font-size: 0.8rem;
}

.subsection-heading {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 32px;
  align-items: end;
  margin: clamp(54px, 7vw, 96px) 0 28px;
}

.subsection-heading h3 {
  margin: 0;
  font-size: clamp(1.55rem, 2.2vw, 2.5rem);
  font-weight: 500;
}

.subsection-heading p {
  margin: 0;
  color: var(--ink-soft);
}

.compliance-mark-grid figure {
  grid-template-rows: 1fr auto;
  min-height: 170px;
  padding: 20px;
}

.compliance-mark-grid img {
  max-height: 100px;
}

.compliance-mark-grid figcaption {
  padding-top: 14px;
  color: var(--ink-soft);
  font-family: var(--font-mono);
  font-size: 0.64rem;
}

.research-platform {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(48px, 7vw, 120px);
}

.platform-photo {
  margin: 0;
  overflow: hidden;
}

.platform-photo img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
}

.platform-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid var(--line-dark);
}

.platform-item {
  min-height: 170px;
  padding: 24px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.platform-item:nth-child(2n) {
  border-right: 0;
}

.platform-item h3 {
  margin: 38px 0 0;
  font-size: 1rem;
  font-weight: 500;
}

.platform-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line-dark);
  border-left: 1px solid var(--line);
}

.platform-visual-card {
  min-width: 0;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.platform-visual-card:first-child {
  grid-column: span 2;
}

.platform-visual-card figure {
  aspect-ratio: 16 / 9;
  margin: 0;
  overflow: hidden;
  background: var(--mist);
}

.platform-visual-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.platform-visual-card > div {
  min-height: 132px;
  padding: 20px;
}

.platform-visual-card h3 {
  margin: 28px 0 0;
  font-size: clamp(1rem, 1.35vw, 1.35rem);
  font-weight: 500;
}

.scientist-profile {
  display: grid;
  grid-template-columns: minmax(260px, 0.65fr) 1.35fr;
  gap: clamp(38px, 6vw, 100px);
  align-items: center;
  margin-top: 58px;
  padding-top: 58px;
  border-top: 1px solid var(--line);
}

.scientist-profile figure {
  margin: 0;
}

.scientist-profile h3 {
  margin: 15px 0;
  font-size: clamp(2rem, 3.5vw, 4rem);
  font-weight: 500;
  line-height: 1.15;
}

.technology-card,
.product-card {
  min-height: 280px;
}

.technology-card .status-label,
.product-card .status-label,
.brand-card .status-label {
  color: var(--pending);
}

.patent-callout {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(40px, 7vw, 110px);
  align-items: end;
  padding: clamp(38px, 5vw, 74px);
  color: var(--ink);
  border: 1px solid var(--line-dark);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.68), transparent 58%),
    var(--color-surface-highlight);
}

.patent-callout strong {
  display: block;
  font-family: var(--font-mono);
  font-size: clamp(4rem, 9vw, 10rem);
  font-weight: 600;
  letter-spacing: -0.07em;
  line-height: 0.85;
  color: var(--blue);
}

.patent-callout h3 {
  margin: 0 0 14px;
  font-size: clamp(1.8rem, 3vw, 3.6rem);
  font-weight: 500;
}

.patent-callout p {
  margin: 0;
  color: var(--ink-soft);
}

.patent-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 1px;
  background: var(--line-dark);
}

.patent-card {
  min-width: 0;
  color: var(--ink);
  background: var(--white);
}

.patent-card figure {
  aspect-ratio: 3 / 4;
  margin: 0;
  padding: 18px;
  overflow: hidden;
  background: #f4f3ef;
}

.patent-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.patent-card > div {
  min-height: 260px;
  padding: 24px;
}

.patent-card span {
  color: var(--blue);
  font-family: var(--font-mono);
  font-size: 0.66rem;
}

.patent-card h3 {
  margin: 28px 0 12px;
  font-size: clamp(1rem, 1.35vw, 1.35rem);
  font-weight: 500;
  line-height: 1.45;
}

.patent-card p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.78rem;
}

.media-zoom-trigger {
  position: relative;
  cursor: zoom-in;
  outline: 0;
}

.media-zoom-trigger::after {
  position: absolute;
  right: 14px;
  bottom: 14px;
  padding: 7px 10px;
  color: var(--white);
  background: rgba(9, 36, 50, 0.9);
  content: "查看大图";
  font-family: var(--font-mono);
  font-size: 0.58rem;
  letter-spacing: 0.04em;
  opacity: 0;
  transform: translateY(4px);
  transition: opacity 160ms ease, transform 160ms ease;
}

.media-zoom-trigger:hover::after,
.media-zoom-trigger:focus-visible::after {
  opacity: 1;
  transform: none;
}

.media-zoom-trigger:focus-visible {
  box-shadow: inset 0 0 0 3px var(--blue);
}

.media-dialog {
  width: min(94vw, 1180px);
  max-width: none;
  max-height: 94vh;
  padding: 0;
  color: var(--white);
  border: 0;
  background: transparent;
  overflow: visible;
}

.media-dialog::backdrop {
  background: rgba(3, 13, 25, 0.88);
  backdrop-filter: blur(3px);
}

.media-dialog-inner {
  position: relative;
  padding: 18px;
  background: var(--ink);
}

.media-dialog figure {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  max-height: calc(94vh - 36px);
  margin: 0;
}

.media-dialog img {
  width: 100%;
  max-height: calc(94vh - 100px);
  object-fit: contain;
  background: #f4f3ef;
}

.media-dialog figcaption {
  padding: 14px 54px 2px 2px;
  color: #d5e0e5;
  font-size: 0.8rem;
}

.media-dialog-close {
  position: absolute;
  right: 24px;
  bottom: 19px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: var(--white);
  border: 1px solid #6f8797;
  background: var(--ink);
  font-size: 1.5rem;
  line-height: 1;
}

.media-dialog-close:hover,
.media-dialog-close:focus-visible {
  color: var(--ink);
  background: var(--white);
}

.taxonomy-block {
  display: grid;
  grid-template-columns: minmax(230px, 0.55fr) 1.45fr;
  gap: clamp(40px, 7vw, 110px);
  align-items: start;
}

.taxonomy-title h2 {
  margin: 14px 0 0;
  font-size: clamp(2.5rem, 4vw, 5rem);
  font-weight: 500;
  line-height: 1.08;
}

.catalog-banner {
  position: relative;
  aspect-ratio: 16 / 7;
  margin: 0 0 clamp(34px, 5vw, 68px);
  overflow: hidden;
  background: var(--mist);
}

.catalog-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.catalog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line-dark);
}

.catalog-grid-five {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.catalog-card {
  min-width: 0;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}

.catalog-grid:not(.catalog-grid-five) .catalog-card:nth-child(3n),
.catalog-grid-five .catalog-card:nth-child(5n) {
  border-right: 0;
}

.catalog-card figure {
  aspect-ratio: 1;
  margin: 0;
  overflow: hidden;
  background: var(--mist);
}

.catalog-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.catalog-card > div {
  min-height: 144px;
  padding: 20px;
}

.catalog-card p {
  margin: 0 0 18px;
  color: var(--blue);
  font-family: var(--font-mono);
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.07em;
  line-height: 1.4;
  text-transform: uppercase;
}

.catalog-card h3 {
  margin: 0;
  font-size: clamp(1rem, 1.3vw, 1.45rem);
  font-weight: 500;
  line-height: 1.35;
}

.catalog-card[role="link"] {
  cursor: pointer;
}

.catalog-card[role="link"]:focus-visible {
  outline: 2px solid var(--blue);
  outline-offset: 4px;
}

.series-card {
  display: block;
  color: inherit;
  text-decoration: none;
}

.series-card span {
  display: inline-block;
  margin-top: 18px;
  color: var(--blue);
  font-size: 0.76rem;
}

.series-card-spacer { display: none; }

.product-series-page {
  padding: clamp(52px, 8vw, 112px) 0 clamp(72px, 10vw, 140px);
}

.product-series-heading {
  max-width: 760px;
  margin-bottom: clamp(42px, 7vw, 84px);
}

.product-series-heading h1 {
  margin: 12px 0 20px;
  font-size: clamp(2.6rem, 6vw, 6rem);
  font-weight: 500;
  line-height: 0.98;
}

.product-series-lead { max-width: 620px; font-size: 1.08rem; }

.series-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line-dark);
  border: 1px solid var(--line-dark);
}

.series-product-card {
  display: grid;
  grid-template-rows: auto 1fr;
  min-width: 0;
  background: var(--white);
}

.series-product-card figure { aspect-ratio: 1 / 1; margin: 0; overflow: hidden; background: #f3f6f6; }
.series-product-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 300ms ease; }
.series-product-media-link { display: block; color: inherit; text-decoration: none; }
.series-product-card:hover img,
.series-product-media-link:focus-visible img { transform: scale(1.035); }
.series-product-media-link:focus-visible { outline: 2px solid var(--blue); outline-offset: -2px; }
.series-product-card > div { padding: 18px 24px 24px; }
.series-product-card h2 { margin: 0; font-size: 1.12rem; font-weight: 600; line-height: 1.35; }

@media (max-width: 900px) {
  .series-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 560px) {
  .series-product-grid { grid-template-columns: 1fr; }
}

@media (min-width: 901px) {
  .brand-product-gallery,
  .brand-product-gallery-five {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.catalog-card[role="link"]::after {
  display: block;
  margin: 0 20px 18px;
  color: var(--blue);
  content: "查看详情 ↗";
  font-family: var(--font-mono);
  font-size: 0.66rem;
  letter-spacing: 0.08em;
}

.product-detail-page {
  min-height: calc(100vh - var(--header-height));
  padding: calc(var(--header-height) + 56px) 0 96px;
  background: linear-gradient(135deg, #eef6f5, #fbfcfa 58%);
}

.detail-back {
  display: inline-block;
  margin-bottom: clamp(32px, 5vw, 68px);
  color: var(--ink-soft);
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
}

.product-detail-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.86fr) minmax(0, 1.14fr);
  gap: clamp(36px, 7vw, 112px);
  align-items: start;
}

.product-detail-media {
  margin: 0;
  aspect-ratio: 1;
  padding: clamp(20px, 3vw, 44px);
  background: var(--paper);
  border: 1px solid var(--line);
}

.product-detail-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-detail-copy h1 {
  max-width: 820px;
  margin: 14px 0 22px;
  font-size: clamp(2.2rem, 5vw, 5.3rem);
  line-height: 1.05;
}

.product-detail-lead {
  max-width: 68ch;
  color: var(--ink-soft);
  font-size: clamp(1rem, 1.3vw, 1.3rem);
  line-height: 1.8;
}

.product-detail-sections {
  margin: clamp(36px, 5vw, 64px) 0;
  border-top: 1px solid var(--line-dark);
}

.product-detail-sections section {
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}

.product-detail-sections h2 {
  margin: 0 0 8px;
  font-size: 1rem;
  font-weight: 600;
}

.product-detail-sections p {
  max-width: 70ch;
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.75;
}

@media (max-width: 800px) {
  .product-detail-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .product-detail-media {
    max-width: 520px;
  }
}

.product-card h3 span {
  display: block;
  margin-top: 4px;
  color: var(--ink-soft);
  font-family: var(--font-mono);
  font-size: 0.64rem;
  letter-spacing: 0.06em;
}

.brand-feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(46px, 8vw, 150px);
  align-items: center;
}

.brand-feature + .brand-feature {
  padding-top: clamp(74px, 8vw, 132px);
  margin-top: clamp(74px, 8vw, 132px);
  border-top: 1px solid var(--line);
}

.brand-feature:nth-child(even) .brand-visual {
  order: 2;
}

.brand-visual {
  min-height: 470px;
  margin: 0;
  overflow: hidden;
  background: var(--mist);
}

.brand-visual img {
  width: 100%;
  height: 100%;
  min-height: 470px;
  object-fit: cover;
}

.brand-copy h2 {
  margin: 16px 0 18px;
  font-size: clamp(2.8rem, 5vw, 6rem);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 1;
}

.brand-details {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 34px;
  border-top: 1px solid var(--line-dark);
}

.brand-details article {
  min-height: 130px;
  padding: 20px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.brand-details article:nth-child(2n) {
  border-right: 0;
}

.brand-details h3 {
  margin: 0 0 8px;
  font-size: 0.98rem;
}

.brand-details p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.82rem;
}

.brand-product-gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 24px;
  border-top: 1px solid var(--line-dark);
}

.brand-product-gallery-five {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.brand-product-gallery figure {
  min-width: 0;
  margin: 0;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.brand-product-gallery figure:last-child {
  border-right: 0;
}

.brand-product-link {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.brand-product-link img {
  transition: transform 240ms ease;
}

.brand-product-link:hover img,
.brand-product-link:focus-visible img {
  transform: scale(1.035);
}

.brand-product-link:focus-visible {
  outline: 2px solid var(--blue);
  outline-offset: -2px;
}

.brand-product-gallery img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.brand-product-gallery figcaption {
  min-height: 58px;
  padding: 9px 10px;
  color: var(--ink-soft);
  font-size: 0.68rem;
  line-height: 1.45;
}

.brand-placeholder {
  display: grid;
  place-items: center;
  min-height: 470px;
  padding: 40px;
  border: 1px dashed var(--line-dark);
  background: var(--mist);
  text-align: center;
}

.brand-placeholder strong {
  display: block;
  font-family: var(--font-mono);
  font-size: clamp(2rem, 4vw, 4.5rem);
  letter-spacing: -0.05em;
}

.brand-placeholder span {
  display: block;
  margin-top: 14px;
  color: var(--ink-soft);
}

.oem-intro-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid var(--line-dark);
}

.oem-intro-card {
  min-height: 300px;
  padding: 30px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.oem-intro-card:last-child {
  border-right: 0;
}

.oem-intro-card h3 {
  margin: 80px 0 12px;
  font-size: clamp(1.8rem, 3vw, 3.4rem);
  font-weight: 500;
}

.oem-intro-card p {
  max-width: 570px;
  color: var(--ink-soft);
}

.oem-metrics {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin-top: clamp(38px, 5vw, 64px);
  border-top: 1px solid var(--line-dark);
  border-left: 1px solid var(--line);
}

.oem-metrics div {
  min-width: 0;
  min-height: 150px;
  padding: 22px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.oem-metrics strong {
  display: block;
  color: var(--blue);
  font-family: var(--font-mono);
  font-size: clamp(1.6rem, 2.6vw, 3rem);
  line-height: 1;
}

.oem-metrics span {
  display: block;
  margin-top: 42px;
  color: var(--ink-soft);
  font-size: 0.76rem;
}

.regulatory-service-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 1px solid var(--line-dark);
}

.regulatory-service-grid article {
  min-width: 0;
  min-height: 230px;
  padding: 24px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.regulatory-service-grid article:last-child {
  border-right: 0;
}

.regulatory-service-grid span {
  color: var(--blue);
  font-family: var(--font-mono);
  font-size: 0.68rem;
}

.regulatory-service-grid h3 {
  margin: 52px 0 10px;
  font-size: 1rem;
  font-weight: 500;
}

.regulatory-service-grid p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.78rem;
}

.process-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 0;
  margin: 0;
  border-top: 1px solid var(--line-dark);
  list-style: none;
  counter-reset: process;
}

.process-list li {
  min-height: 240px;
  padding: 26px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  counter-increment: process;
}

.process-list li:nth-child(3n) {
  border-right: 0;
}

.process-list li::before {
  color: var(--blue);
  content: "0" counter(process);
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 600;
}

.process-list h3 {
  margin: 58px 0 10px;
  font-size: 1.35rem;
  font-weight: 500;
}

.process-list p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.86rem;
}

.process-list figure {
  aspect-ratio: 4 / 3;
  margin: 18px 0 0;
  overflow: hidden;
  background: var(--mist);
}

.process-list img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.process-list li h3 {
  margin-top: 28px;
}

.logo-wall-placeholder {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px dashed var(--line-dark);
  border-left: 1px dashed var(--line-dark);
}

.logo-wall-placeholder span {
  display: grid;
  place-items: center;
  min-height: 150px;
  padding: 20px;
  color: var(--ink-soft);
  border-right: 1px dashed var(--line-dark);
  border-bottom: 1px dashed var(--line-dark);
  font-family: var(--font-mono);
  font-size: 0.7rem;
  text-align: center;
}

.contact-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(50px, 8vw, 140px);
  align-items: start;
}

.contact-method {
  min-height: 140px;
  padding: 22px 24px;
}

.contact-methods {
  border-top-color: var(--line);
}

.contact-method h3 {
  margin: 28px 0 8px;
  font-size: clamp(1.1rem, 1.3vw, 1.35rem);
}

.contact-method p {
  font-size: 0.82rem;
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  padding: clamp(26px, 4vw, 52px);
  color: var(--white);
  background: var(--ink);
}

.contact-form-heading,
.contact-form label:last-of-type,
.contact-form .form-actions {
  grid-column: 1 / -1;
}

.contact-form h2 {
  margin: 12px 0 26px;
  font-size: clamp(2rem, 3.5vw, 4rem);
  font-weight: 500;
  line-height: 1.12;
}

.contact-form label {
  display: grid;
  gap: 8px;
  font-size: 0.78rem;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 13px 0;
  color: var(--white);
  border: 0;
  border-bottom: 1px solid #72818e;
  border-radius: 0;
  outline: 0;
  background: transparent;
}

.contact-form textarea {
  resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--white);
}

.contact-form option {
  color: var(--ink);
}

.contact-form .button {
  color: var(--ink);
  border-color: var(--white);
  background: var(--white);
}

.form-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-top: 8px;
}

.form-note {
  color: #aab9c1;
  font-size: 0.72rem;
}

.form-note.is-success {
  color: #a6d9bd;
}

.address-panel {
  display: grid;
  grid-template-columns: 0.65fr 1.35fr;
  gap: clamp(36px, 7vw, 110px);
  align-items: center;
  min-height: 330px;
  padding: clamp(34px, 5vw, 72px);
  border: 1px solid var(--line);
  background: var(--white);
}

.address-panel h2 {
  margin: 12px 0 0;
  font-size: clamp(2rem, 3.5vw, 4rem);
  font-weight: 500;
}

.address-placeholder {
  padding: 26px;
  color: var(--ink-soft);
  border: 1px dashed var(--line-dark);
}

.closing-cta {
  border-top: 1px solid var(--line);
  background:
    radial-gradient(circle at 84% 14%, rgba(99, 185, 197, 0.12), transparent 30%),
    var(--paper);
}

.closing-cta-inner {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 40px;
  align-items: end;
}

.closing-cta h2 {
  max-width: 980px;
  margin: 14px 0 0;
  font-size: clamp(2.5rem, 5vw, 6rem);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.08;
}

.closing-cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 16px;
}

.site-footer {
  padding: 62px 0 24px;
  color: var(--ink);
  border-top: 1px solid var(--line-dark);
  background: var(--color-surface-footer);
}

.footer-main {
  display: grid;
  grid-template-columns: 0.55fr 0.8fr 1.65fr;
  gap: clamp(32px, 6vw, 100px);
  align-items: start;
  padding-bottom: 50px;
}

.footer-main img {
  width: 220px;
  filter: none;
}

.footer-main p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.86rem;
}

.footer-nav {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px 22px;
  font-size: 0.78rem;
}

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

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 20px;
  color: var(--ink-soft);
  border-top: 1px solid var(--line-dark);
  font-family: var(--font-mono);
  font-size: 0.64rem;
  letter-spacing: 0.04em;
}

.back-to-top {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 80;
  width: 46px;
  height: 46px;
  color: var(--blue);
  border: 1px solid var(--line-dark);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 10px 30px rgba(11, 38, 54, 0.12);
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity 160ms ease, transform 160ms ease;
}

.back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.reveal-ready [data-reveal] {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 420ms ease, transform 420ms ease;
}

.reveal-ready [data-reveal].is-visible {
  opacity: 1;
  transform: none;
}

@media (min-width: 1800px) {
  :root {
    --shell: min(78vw, 2160px);
    --header-height: 82px;
  }

  .site-header {
    padding-inline: 4vw;
  }

  .mega-menu-grid {
    width: min(74vw, 1560px);
    padding-top: 36px;
  }

  .home-hero-visual,
  .page-hero-media,
  .page-hero-media img {
    min-height: 620px;
  }
}

@media (max-width: 1180px) {
  :root {
    --header-height: 78px;
    --shell: min(90vw, 1160px);
  }

  :root:not(.navigation-ready) {
    --header-height: 136px;
  }

  .site-header {
    grid-template-columns: 1fr auto auto;
    grid-template-rows: 1fr;
    min-height: var(--header-height);
    padding-inline: 5vw;
  }

  .brand,
  .nav-toggle,
  .language-switcher,
  .main-nav {
    grid-row: 1;
  }

  .nav-toggle {
    grid-column: 3;
    display: block;
  }

  .language-switcher {
    grid-column: 2;
    margin-right: 10px;
    margin-left: 0;
  }

  .language-toggle {
    min-width: 48px;
    min-height: 46px;
    border: 1px solid var(--line-dark);
  }

  .mega-menu {
    display: none;
  }

  .main-nav {
    position: fixed;
    inset: 0;
    z-index: 99;
    grid-column: 1 / -1;
    justify-self: stretch;
    display: none;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    padding: calc(var(--header-height) + 26px) 5vw 48px;
    background: rgba(249, 251, 250, 0.995);
    overflow-y: auto;
    overscroll-behavior: contain;
  }

  .main-nav.is-open {
    display: block;
  }

  .nav-list {
    display: block;
    width: min(100%, 820px);
    margin: 0 auto;
    border-top: 1px solid var(--line-dark);
  }

  .nav-item,
  .nav-primary {
    display: block;
  }

  .nav-item {
    position: relative;
    border-bottom: 1px solid var(--line);
  }

  .nav-primary {
    display: grid;
    grid-template-columns: 1fr 54px;
    align-items: stretch;
  }

  .nav-link {
    min-height: 72px;
    padding: 13px 0;
  }

  .nav-link span {
    font-size: 1rem;
  }

  .nav-link small {
    font-size: 0.55rem;
  }

  .nav-link::after {
    right: auto;
    bottom: 11px;
    left: 0;
    width: 34px;
  }

  .submenu-toggle {
    display: block;
    width: 54px;
    height: 72px;
    border-left: 1px solid var(--line);
  }

  .nav-panel,
  .has-submenu:hover .nav-panel,
  .has-submenu:focus-within .nav-panel {
    position: static;
    display: none;
    border: 0;
    background: var(--white);
    opacity: 1;
    pointer-events: auto;
    transform: none;
    visibility: visible;
  }

  .has-submenu.is-submenu-open .nav-panel {
    display: block;
  }

  .nav-panel-inner {
    display: block;
    width: 100%;
    max-height: none;
    padding: 24px;
    overflow: visible;
  }

  .nav-panel-heading {
    display: none;
  }

  .nav-groups {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 30px;
  }

  html:not(.navigation-ready) .site-header {
    grid-template-columns: 1fr;
    align-items: start;
  }

  html:not(.navigation-ready) .brand {
    margin-bottom: 8px;
  }

  html:not(.navigation-ready) .nav-toggle {
    display: none;
  }

  html:not(.navigation-ready) .main-nav {
    position: static;
    inset: auto;
    z-index: auto;
    grid-column: 1 / -1;
    justify-self: stretch;
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
    background: transparent;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior: auto;
  }

  html:not(.navigation-ready) .fallback-nav-list {
    display: flex;
    width: max-content;
    min-width: 100%;
    margin: 0;
    border-bottom: 1px solid var(--line);
  }

  html:not(.navigation-ready) .fallback-nav-list .nav-item {
    flex: 0 0 auto;
    border-bottom: 0;
  }

  html:not(.navigation-ready) .fallback-nav-list .nav-link {
    min-height: 54px;
    padding: 8px 14px;
  }

  .home-hero-grid,
  .page-hero-grid {
    grid-template-columns: 1fr 1fr;
    gap: 44px;
  }

  .home-hero-visual {
    min-height: 500px;
  }

  .directory-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .directory-card:nth-child(3n) {
    border-right: 1px solid var(--line);
  }

  .directory-card:nth-child(2n) {
    border-right: 0;
  }

  .quality-grid,
  .regulatory-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .quality-evidence-grid,
  .patent-gallery,
  .platform-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .platform-visual-card:first-child {
    grid-column: span 2;
  }

  .supplier-logo-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .partner-logo-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

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

  .regulatory-service-grid article:nth-child(3n) {
    border-right: 0;
  }

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

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

  .brand-product-gallery-five {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .brand-product-gallery-five figure:last-child {
    border-right: 1px solid var(--line);
  }

  .brand-product-gallery-five figure:nth-child(3n) {
    border-right: 0;
  }

  .catalog-grid-five .catalog-card:nth-child(5n) {
    border-right: 1px solid var(--line);
  }

  .catalog-grid-five .catalog-card:nth-child(3n) {
    border-right: 0;
  }

  .quality-card:nth-child(2n),
  .regulatory-card:nth-child(2n) {
    border-right: 0;
  }

  .quality-card:nth-child(2),
  .regulatory-card:nth-child(2) {
    border-right: 0;
  }

  .quality-card:last-child {
    border-right: 1px solid var(--line);
  }
}

@media (max-width: 800px) {
  :root {
    --shell: min(91vw, 720px);
  }

  body::before {
    background-size: 36px 36px;
  }

  .home-hero {
    min-height: auto;
    padding-top: calc(var(--header-height) + 54px);
    background: var(--mist);
  }

  .home-hero-grid,
  .page-hero-grid,
  .proof-grid,
  .media-split,
  .global-layout,
  .research-platform,
  .brand-feature,
  .contact-layout,
  .closing-cta-inner,
  .address-panel,
  .taxonomy-block,
  .patent-callout,
  .regulatory-evidence,
  .subsection-heading {
    grid-template-columns: 1fr;
  }

  .home-hero-copy h1,
  .page-hero h1 {
    font-size: clamp(3rem, 14vw, 5.2rem);
  }

  .home-hero-visual {
    min-height: 450px;
    margin-top: 10px;
  }

  .hero-factory {
    inset: 0 0 46px 0;
  }

  .hero-lab {
    width: 34%;
    border-width: 7px;
  }

  .home-metrics {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 56px;
  }

  .home-metrics div:nth-child(2n) {
    border-right: 0;
  }

  .home-metrics div:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

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

  .evidence-card-grid {
    grid-template-columns: 1fr;
  }

  .evidence-card,
  .evidence-card:last-child {
    border-right: 0;
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .section-heading h2 {
    font-size: clamp(2.4rem, 10vw, 4.2rem);
  }

  .directory-grid,
  .culture-grid,
  .capability-grid,
  .technology-grid,
  .product-grid,
  .brand-grid,
  .bases-grid,
  .process-list,
  .oem-intro-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .catalog-grid .catalog-card:nth-child(n) {
    border-right: 1px solid var(--line);
  }

  .catalog-grid .catalog-card:nth-child(2n) {
    border-right: 0;
  }

  .catalog-banner {
    aspect-ratio: 16 / 9;
  }

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

  .brand-product-gallery figure:nth-child(n) {
    border-right: 1px solid var(--line);
  }

  .brand-product-gallery figure:nth-child(2n) {
    border-right: 0;
  }

  .directory-card:nth-child(2n),
  .culture-card:nth-child(2n),
  .capability-card:nth-child(2n),
  .technology-card:nth-child(2n),
  .product-card:nth-child(2n),
  .brand-card:nth-child(2n),
  .base-card:nth-child(2n),
  .process-list li:nth-child(2n) {
    border-right: 0;
  }

  .directory-card:nth-child(3n),
  .culture-card:nth-child(3n),
  .capability-card:nth-child(3n),
  .technology-card:nth-child(3n),
  .product-card:nth-child(3n),
  .brand-card:nth-child(3n),
  .base-card:nth-child(3n),
  .process-list li:nth-child(3n) {
    border-right: 1px solid var(--line);
  }

  .directory-card:nth-child(6),
  .culture-card:nth-child(6),
  .capability-card:nth-child(6),
  .technology-card:nth-child(6),
  .product-card:nth-child(6),
  .brand-card:nth-child(6),
  .process-list li:nth-child(6) {
    border-right: 0;
  }

  .proof-media,
  .proof-media img,
  .media-frame img,
  .page-hero-media,
  .page-hero-media img,
  .brand-visual,
  .brand-visual img {
    min-height: 360px;
  }

  .page-hero {
    padding-top: calc(var(--header-height) + 58px);
  }

  .image-pair {
    grid-template-columns: 1fr;
  }

  .image-pair figure,
  .image-pair img {
    min-height: 360px;
  }

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

  .supplier-logo-grid,
  .partner-logo-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

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

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

  .regulatory-service-grid article:nth-child(n) {
    border-right: 1px solid var(--line);
  }

  .regulatory-service-grid article:nth-child(2n) {
    border-right: 0;
  }

  .regulatory-evidence figure {
    width: min(100%, 420px);
  }

  .platform-item:nth-child(n) {
    border-right: 0;
  }

  .scientist-profile {
    grid-template-columns: 0.7fr 1.3fr;
  }

  .brand-feature:nth-child(even) .brand-visual {
    order: 0;
  }

  .closing-cta-actions {
    justify-content: flex-start;
  }

  .logo-wall-placeholder {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-main {
    grid-template-columns: 1fr 1fr;
  }

  .footer-nav {
    grid-column: 1 / -1;
  }
}

@media (max-width: 560px) {
  :root {
    --header-height: 70px;
    --shell: min(92vw, 520px);
  }

  body {
    overflow-x: clip;
  }

  .site-header {
    padding: 8px 4vw;
  }

  .brand {
    width: 142px;
  }

  .nav-toggle {
    width: 44px;
    height: 44px;
  }

  .main-nav {
    padding: calc(var(--header-height) + 12px) 4vw max(30px, env(safe-area-inset-bottom));
  }

  .nav-link {
    min-height: 60px;
  }

  .submenu-toggle {
    height: 60px;
  }

  .nav-panel-inner {
    padding: 14px 16px 20px;
  }

  .nav-groups {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .nav-group-title,
  .nav-group li a {
    display: flex;
    align-items: center;
    min-height: 42px;
  }

  .home-hero {
    padding: calc(var(--header-height) + 34px) 0 48px;
  }

  .home-hero-grid,
  .page-hero-grid {
    gap: 30px;
  }

  .home-hero-copy h1,
  .page-hero h1 {
    margin: 12px 0 18px;
    font-size: clamp(2.6rem, 14vw, 3.75rem);
    line-height: 1.02;
    overflow-wrap: anywhere;
  }

  .home-hero-lead,
  .page-hero-lead {
    font-size: 0.96rem;
    line-height: 1.7;
  }

  .hero-actions {
    display: grid;
    gap: 10px;
    margin-top: 26px;
  }

  .hero-actions .button,
  .hero-actions .text-link {
    width: 100%;
    min-height: 48px;
  }

  .hero-actions .text-link {
    justify-content: space-between;
  }

  .home-hero-visual {
    min-height: 300px;
    margin-top: 0;
  }

  .hero-factory {
    inset: 0 0 38px 0;
  }

  .hero-lab {
    width: 41%;
    height: 42%;
    border-width: 6px;
  }

  .hero-caption {
    right: 0;
    bottom: 4px;
    font-size: 0.56rem;
  }

  .home-metrics {
    margin-top: 40px;
  }

  .home-metrics div {
    min-height: 92px;
    padding: 15px 13px;
  }

  .home-metrics strong {
    font-size: 1.45rem;
  }

  .home-metrics span {
    margin-top: 5px;
    font-size: 0.74rem;
  }

  .page-hero {
    padding: calc(var(--header-height) + 34px) 0 48px;
  }

  .page-hero-media,
  .page-hero-media img {
    min-height: 250px;
  }

  .local-index {
    flex-wrap: nowrap;
    gap: 8px;
    width: calc(100% + 8vw);
    padding: 0 4vw 5px;
    margin: 22px -4vw 0;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
    scroll-snap-type: x proximity;
  }

  .local-index::-webkit-scrollbar {
    display: none;
  }

  .local-index a {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    min-height: 44px;
    padding: 7px 11px;
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.55);
    white-space: nowrap;
    scroll-snap-align: start;
  }

  .home-evidence,
  .directory,
  .content-section,
  .closing-cta {
    padding: 56px 0;
  }

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

  .section-heading h2 {
    font-size: clamp(2rem, 9.6vw, 3rem);
    line-height: 1.12;
  }

  .section-heading-copy p {
    margin-top: 13px;
    line-height: 1.7;
  }

  .subsection-heading {
    gap: 10px;
    margin: 38px 0 20px;
  }

  .copy-block h2,
  .copy-block h3,
  .address-panel h2 {
    font-size: clamp(2rem, 9vw, 2.8rem);
  }

  .evidence-stat-grid a {
    min-height: 108px;
    padding: 16px;
  }

  .evidence-stat-grid strong {
    font-size: clamp(1.8rem, 9vw, 2.4rem);
  }

  .evidence-stat-grid span {
    margin-top: 14px;
    font-size: 0.74rem;
  }

  .evidence-card {
    display: grid;
    grid-template-columns: minmax(112px, 40%) minmax(0, 1fr);
    min-height: 164px;
  }

  .evidence-card figure {
    height: 100%;
    min-height: 164px;
    aspect-ratio: auto;
    border-right: 1px solid var(--line);
    border-bottom: 0;
  }

  .evidence-card .evidence-document {
    padding: 10px;
  }

  .evidence-card > div {
    min-height: 0;
    padding: 17px;
  }

  .evidence-card h3 {
    margin: 14px 0 7px;
    font-size: 1.08rem;
  }

  .evidence-card p {
    font-size: 0.74rem;
    line-height: 1.55;
  }

  .grid-disclosure {
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
    padding-top: 18px;
  }

  .grid-disclosure-button {
    width: 100%;
  }

  .media-dialog-inner {
    padding: 10px;
  }

  .media-dialog figure {
    max-height: calc(94vh - 20px);
  }

  .media-dialog img {
    max-height: calc(94vh - 88px);
  }

  .media-dialog figcaption {
    padding: 12px 46px 2px 2px;
    font-size: 0.72rem;
  }

  .media-dialog-close {
    right: 14px;
    top: 14px;
    bottom: auto;
    background: rgba(8, 29, 53, 0.94);
  }

  .directory-grid,
  .culture-grid,
  .capability-grid,
  .technology-grid,
  .product-grid,
  .brand-grid,
  .bases-grid,
  .quality-grid,
  .regulatory-grid,
  .process-list,
  .oem-intro-grid,
  .contact-methods,
  .brand-details {
    grid-template-columns: 1fr;
  }

  .quality-evidence-grid,
  .patent-gallery,
  .regulatory-service-grid {
    grid-template-columns: 1fr;
  }

  .platform-gallery,
  .catalog-grid,
  .catalog-grid-five,
  .brand-product-gallery,
  .brand-product-gallery-five {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .platform-visual-card:first-child {
    grid-column: auto;
  }

  .supplier-logo-grid,
  .partner-logo-grid,
  .compliance-mark-grid,
  .oem-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .regulatory-service-grid article:nth-child(n) {
    border-right: 0;
  }

  .catalog-grid .catalog-card:nth-child(n),
  .brand-product-gallery figure:nth-child(n) {
    border-right: 1px solid var(--line);
  }

  .catalog-grid .catalog-card:nth-child(2n),
  .brand-product-gallery figure:nth-child(2n) {
    border-right: 0;
  }

  .directory-card:nth-child(n),
  .culture-card:nth-child(n),
  .capability-card:nth-child(n),
  .technology-card:nth-child(n),
  .product-card:nth-child(n),
  .brand-card:nth-child(n),
  .base-card:nth-child(n),
  .quality-card:nth-child(n),
  .regulatory-card:nth-child(n),
  .process-list li:nth-child(n),
  .oem-intro-card:nth-child(n),
  .contact-method:nth-child(n),
  .brand-details article:nth-child(n) {
    border-right: 0;
  }

  .directory-card {
    min-height: 154px;
    padding: 20px;
  }

  .directory-card h3 {
    margin: 28px 0 4px;
  }

  .directory-card ul {
    gap: 4px 10px;
    margin-top: 16px;
    padding-right: 26px;
  }

  .directory-card::after {
    right: 20px;
    bottom: 18px;
  }

  .culture-card,
  .capability-card,
  .technology-card,
  .product-card,
  .brand-card,
  .base-card,
  .quality-card,
  .regulatory-card,
  .contact-method {
    min-height: 160px;
    padding: 20px;
  }

  .culture-card h3,
  .capability-card h3,
  .technology-card h3,
  .product-card h3,
  .brand-card h3,
  .contact-method h3 {
    margin-top: 28px;
  }

  .base-card h3,
  .quality-card h3,
  .regulatory-card h3 {
    margin-top: 32px;
  }

  .quality-evidence-card {
    display: grid;
    grid-template-columns: minmax(112px, 38%) minmax(0, 1fr);
    min-height: 210px;
    border-right: 0;
  }

  .quality-evidence-card figure {
    min-height: 210px;
    padding: 10px;
    aspect-ratio: auto;
    border-right: 1px solid var(--line);
    border-bottom: 0;
  }

  .quality-evidence-card > div {
    min-height: 0;
    padding: 17px;
  }

  .quality-evidence-card h3 {
    margin: 18px 0 8px;
    font-size: 1rem;
  }

  .quality-evidence-card p {
    font-size: 0.75rem;
    line-height: 1.55;
  }

  .platform-visual-card > div {
    min-height: 98px;
    padding: 14px;
  }

  .platform-visual-card h3 {
    margin-top: 14px;
    font-size: 0.9rem;
  }

  .patent-card {
    display: grid;
    grid-template-columns: minmax(112px, 36%) minmax(0, 1fr);
  }

  .patent-card figure {
    min-height: 220px;
    padding: 10px;
    aspect-ratio: auto;
  }

  .patent-card > div {
    min-height: 0;
    padding: 17px;
  }

  .patent-card h3 {
    margin: 13px 0 8px;
    font-size: 0.9rem;
    line-height: 1.4;
  }

  .patent-card p {
    font-size: 0.7rem;
    line-height: 1.55;
  }

  .catalog-card > div {
    min-height: 112px;
    padding: 14px;
  }

  .catalog-card p {
    margin-bottom: 10px;
    font-size: 0.53rem;
  }

  .catalog-card h3 {
    font-size: 0.92rem;
  }

  .brand-product-gallery figcaption {
    min-height: 54px;
    font-size: 0.64rem;
  }

  .oem-intro-card {
    min-height: 210px;
    padding: 22px;
  }

  .oem-intro-card h3 {
    margin: 36px 0 10px;
  }

  .oem-metrics div {
    min-height: 112px;
    padding: 16px;
  }

  .oem-metrics span {
    margin-top: 24px;
  }

  .regulatory-service-grid article {
    min-height: 160px;
    padding: 20px;
  }

  .regulatory-service-grid h3 {
    margin-top: 30px;
  }

  .process-list li {
    min-height: 0;
    padding: 20px;
  }

  .process-list figure {
    margin-top: 14px;
    aspect-ratio: 16 / 9;
  }

  .process-list li h3 {
    margin-top: 20px;
  }

  .proof-grid {
    min-height: 0;
    gap: 30px;
    padding-block: 56px;
  }

  .proof-media,
  .proof-media img,
  .media-frame img,
  .brand-visual,
  .brand-visual img,
  .image-pair figure,
  .image-pair img {
    min-height: 260px;
  }

  .proof-copy h2,
  .closing-cta h2 {
    font-size: clamp(2.15rem, 10vw, 3.15rem);
  }

  .platform-photo img {
    min-height: 320px;
  }

  .global-layout figure,
  .global-layout img {
    min-height: 270px;
  }

  .scientist-profile {
    grid-template-columns: 1fr;
    gap: 26px;
    margin-top: 38px;
    padding-top: 38px;
  }

  .brand-feature {
    gap: 28px;
  }

  .brand-feature + .brand-feature {
    padding-top: 56px;
    margin-top: 56px;
  }

  .brand-copy h2 {
    font-size: clamp(2.35rem, 12vw, 3.6rem);
  }

  .brand-placeholder {
    min-height: 280px;
    padding: 26px;
  }

  .regulatory-evidence {
    gap: 26px;
    margin-top: 34px;
    padding: 22px;
  }

  .regulatory-evidence figure {
    width: min(100%, 260px);
    margin-inline: auto;
  }

  .regulatory-evidence h3 {
    font-size: clamp(1.8rem, 9vw, 2.6rem);
  }

  .timeline li {
    grid-template-columns: 72px 1fr;
    gap: 14px;
    padding: 18px 0;
  }

  .timeline time {
    font-size: 1.12rem;
  }

  .timeline p {
    font-size: 0.92rem;
  }

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

  .market-list span {
    min-height: 58px;
    border-right: 0;
  }

  .pending-panel {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 20px;
  }

  .contact-form {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px 20px;
  }

  .contact-form label,
  .contact-form label:last-of-type,
  .contact-form .form-actions {
    grid-column: 1;
  }

  .contact-form input,
  .contact-form select,
  .contact-form textarea {
    min-height: 48px;
    font-size: 1rem;
  }

  .form-actions,
  .closing-cta-actions {
    display: grid;
    width: 100%;
  }

  .form-actions .button,
  .closing-cta-actions .button,
  .closing-cta-actions .text-link {
    width: 100%;
  }

  .address-panel {
    min-height: 0;
    gap: 24px;
    padding: 24px;
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-bottom: 34px;
  }

  .footer-nav {
    grid-column: 1;
    grid-template-columns: repeat(2, 1fr);
    gap: 4px 18px;
  }

  .footer-nav a {
    display: flex;
    align-items: center;
    min-height: 42px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 8px;
  }

  .back-to-top {
    right: 14px;
    bottom: max(14px, env(safe-area-inset-bottom));
  }
}

@media (hover: none) and (pointer: coarse) {
  .media-zoom-trigger::after {
    opacity: 1;
    transform: none;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}

/* 0803 content modules: map-led manufacturing and image-led custom process */
.page-hero-poster .page-hero-grid {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.page-hero-products .page-hero-media {
  order: 2;
  margin-top: clamp(34px, 5vw, 68px);
}

.page-hero-poster .page-hero-media {
  order: -1;
  width: 100%;
  max-height: min(58vw, 620px);
  aspect-ratio: 16 / 7;
  margin: 0 0 clamp(28px, 4vw, 54px);
  border: 1px solid var(--line-dark);
  background: #eaf2f5;
}

.page-hero-poster .page-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-hero-poster .page-hero-grid > div {
  width: 100%;
  min-width: 0;
  max-width: 1040px;
}

.page-hero-poster .page-hero-lead {
  min-width: 0;
  max-width: 880px;
}

.page-hero-poster .local-index {
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

.manufacturing-bases-section {
  overflow: clip;
}

.manufacturing-map-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(250px, 0.7fr);
  gap: clamp(28px, 5vw, 76px);
  align-items: stretch;
  margin-top: clamp(42px, 6vw, 82px);
}

.manufacturing-map-stage {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(8, 61, 121, 0.2);
  background: #edf4f8;
  box-shadow: 0 20px 50px rgba(7, 47, 84, 0.12);
}

.manufacturing-map-stage > img {
  display: block;
  width: 100%;
  height: auto;
}

.manufacturing-map-hotspot {
  position: absolute;
  display: grid;
  gap: 2px;
  min-width: 102px;
  padding: 8px 10px 9px;
  color: #063b78;
  border: 1px solid rgba(5, 61, 128, 0.3);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 8px 20px rgba(7, 47, 84, 0.16);
  font-size: 0.78rem;
  line-height: 1.15;
  text-decoration: none;
  transition: transform 180ms ease, color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.manufacturing-map-hotspot::before {
  content: "";
  position: absolute;
  left: 12px;
  bottom: -8px;
  width: 14px;
  height: 14px;
  border-right: 1px solid rgba(5, 61, 128, 0.3);
  border-bottom: 1px solid rgba(5, 61, 128, 0.3);
  background: #fff;
  transform: rotate(45deg);
}

.manufacturing-map-hotspot span,
.manufacturing-map-hotspot small {
  position: relative;
  z-index: 1;
}

.manufacturing-map-hotspot span {
  font-weight: 700;
}

.manufacturing-map-hotspot small {
  color: #58718a;
  font-size: 0.64rem;
}

.manufacturing-map-hotspot:hover,
.manufacturing-map-hotspot:focus-visible {
  color: #fff;
  background: #0a4e95;
  box-shadow: 0 12px 26px rgba(7, 47, 84, 0.28);
  transform: translateY(-4px);
}

.manufacturing-map-hotspot:hover small,
.manufacturing-map-hotspot:focus-visible small {
  color: rgba(255, 255, 255, 0.78);
}

.hotspot-qianlin { left: 26%; top: 72%; }
.hotspot-yunfu { left: 46%; top: 83%; }
.hotspot-muta { left: 72%; top: 43%; }
.hotspot-kebier { left: 70%; top: 78%; }

.base-directory {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-top: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
}

.base-directory > .eyebrow {
  margin-bottom: 16px;
  color: var(--blue);
}

.base-directory > a {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 3px 10px;
  padding: 20px 0;
  color: var(--ink);
  border-bottom: 1px solid var(--line);
  text-decoration: none;
  transition: padding 180ms ease, color 180ms ease, border-color 180ms ease;
}

.base-directory > a:last-child {
  border-bottom: 0;
}

.base-directory > a > span {
  grid-row: span 2;
  color: var(--blue);
  font-family: var(--font-mono);
  font-size: 0.72rem;
}

.base-directory strong {
  font-size: 1rem;
  font-weight: 600;
}

.base-directory small {
  color: var(--ink-soft);
  font-size: 0.75rem;
  line-height: 1.5;
}

.base-directory > a:hover,
.base-directory > a:focus-visible {
  padding-left: 10px;
  color: var(--blue);
  border-bottom-color: var(--blue);
}

.base-detail-grid {
  display: grid;
  gap: 1px;
  margin-top: clamp(54px, 8vw, 110px);
  background: var(--line-dark);
  border: 1px solid var(--line-dark);
}

.base-detail {
  display: grid;
  grid-template-columns: minmax(220px, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: center;
  padding: clamp(24px, 4vw, 58px);
  background: var(--white);
  scroll-margin-top: 92px;
}

.base-detail:nth-child(even) {
  background: var(--white);
}

#manufacturing-cleanroom .shell {
  max-width: 980px;
}

#manufacturing-cleanroom .media-split {
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1fr);
  gap: clamp(24px, 3vw, 42px);
}

#manufacturing-cleanroom .media-frame {
  max-width: 520px;
}

#manufacturing-cleanroom h2 {
  font-size: clamp(1.9rem, 3.4vw, 3.6rem);
}

#manufacturing-cleanroom p {
  max-width: 560px;
  font-size: 0.86rem;
}

.base-detail figure {
  aspect-ratio: 4 / 3;
  margin: 0;
  overflow: hidden;
  background: #e9f0f3;
}

.base-detail figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.base-detail h3 {
  margin: 10px 0 16px;
  font-size: clamp(1.7rem, 3vw, 3.25rem);
  font-weight: 500;
  line-height: 1.1;
}

.base-detail p {
  max-width: 700px;
}

.base-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.base-facts li {
  padding: 8px 11px;
  color: var(--blue);
  background: rgba(7, 82, 153, 0.07);
  font-size: 0.75rem;
}

.base-detail:target {
  outline: 3px solid rgba(10, 78, 149, 0.18);
  outline-offset: -3px;
}

.process-collage {
  display: grid !important;
  grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  gap: 1px !important;
  margin-top: clamp(44px, 6vw, 80px) !important;
  background: var(--line-dark);
}

.process-collage li {
  position: relative;
  display: flex !important;
  min-height: clamp(290px, 31vw, 480px);
  grid-column: span 4;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  padding: 0 !important;
  color: #fff;
  border: 0 !important;
  background: #123e62;
}

.process-collage li:nth-child(4),
.process-collage li:nth-child(5),
.process-collage li:nth-child(6) {
  grid-column: span 4;
}

.process-collage li::after {
  content: "";
  position: absolute;
  inset: 42% 0 0;
  background: linear-gradient(180deg, transparent, rgba(0, 27, 50, 0.9));
  pointer-events: none;
}

.process-collage li figure {
  position: absolute;
  inset: 0;
  margin: 0;
}

.process-collage li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.88;
  transition: transform 500ms ease, opacity 300ms ease;
}

.process-collage li:hover figure img,
.process-collage li:focus-within figure img {
  opacity: 1;
  transform: scale(1.05);
}

.partner-logo-grid[data-marquee]:hover .partner-logo-track,
.partner-logo-grid[data-marquee]:focus-within .partner-logo-track {
  animation-play-state: paused;
}

.process-collage li h3,
.process-collage li p {
  position: relative;
  z-index: 1;
  margin-inline: clamp(18px, 3vw, 32px);
}

.process-collage li h3 {
  margin-bottom: 8px;
  font-size: clamp(1.3rem, 2vw, 2.1rem);
  font-weight: 500;
}

.process-collage li p {
  margin-bottom: clamp(18px, 3vw, 32px);
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.84rem;
  line-height: 1.65;
}

@media (max-width: 900px) {
  .manufacturing-map-layout {
    grid-template-columns: 1fr;
  }

  .base-directory {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 24px;
    border-top: 0;
  }

  .base-directory > .eyebrow {
    grid-column: 1 / -1;
  }

  .base-directory > a:nth-of-type(2) {
    border-bottom: 0;
  }

  .process-collage li,
  .process-collage li:nth-child(n) {
    grid-column: span 6;
  }
}

@media (max-width: 640px) {
  .page-hero-poster .page-hero-media {
    max-height: none;
    aspect-ratio: 4 / 3;
    margin-bottom: 28px;
  }

  .manufacturing-map-hotspot {
    min-width: 0;
    padding: 6px 7px;
    font-size: 0.62rem;
  }

  .manufacturing-map-hotspot small {
    display: none;
  }

  .hotspot-qianlin { left: 23%; top: 70%; }
  .hotspot-yunfu { left: 42%; top: 82%; }
  .hotspot-muta { left: 70%; top: 42%; }
  .hotspot-kebier { left: 67%; top: 77%; }

  .base-directory {
    grid-template-columns: 1fr;
  }

  .base-directory > a:nth-of-type(2) {
    border-bottom: 1px solid var(--line);
  }

  .base-detail {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 22px;
  }

  .base-detail h3 {
    font-size: 1.8rem;
  }

  .process-collage,
  .process-collage li,
  .process-collage li:nth-child(n) {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

  .process-collage li {
    min-height: 360px;
  }
}

/* Use the supplied complete Qianlin Group wordmark everywhere the site logo appears. */
.brand {
  display: block;
}

.brand img {
  width: 100%;
  height: auto;
  max-width: 200px;
  object-fit: contain !important;
}

.footer-main img {
  width: min(220px, 100%);
  height: auto;
  object-fit: contain;
}

@media (max-width: 560px) {
  .brand img {
    max-width: 150px;
  }

}

/* 0803 visual refinement: tighter editorial rhythm and integrated poster heroes. */
:root {
  --shell: min(90vw, 1480px);
  --color-text-secondary: #526872;
  --color-surface-canvas: #f6f8f7;
  --color-surface-subtle: #edf3f4;
  --color-border-default: #d7e0e2;
}

body::before {
  background-size: 100% 80px;
  opacity: 0.62;
}

.directory,
.content-section,
.closing-cta {
  padding: clamp(72px, 7vw, 112px) 0;
}

.section-heading {
  grid-template-columns: minmax(160px, 0.36fr) minmax(420px, 1.64fr);
  gap: clamp(32px, 5vw, 84px);
  margin-bottom: clamp(38px, 5vw, 70px);
}

.section-heading h2 {
  max-width: 900px;
  font-size: clamp(2.3rem, 3.7vw, 4.45rem);
  line-height: 1.08;
}

.section-heading-copy p,
.copy-block > p,
.page-hero-lead {
  max-width: 68ch;
}

.page-hero-poster {
  padding: calc(var(--header-height) + 46px) 0 98px;
}

.page-hero-poster .page-hero-grid {
  position: relative;
  display: block;
}

.page-hero-poster .page-hero-media {
  order: initial;
  width: 100%;
  max-height: 560px;
  aspect-ratio: 16 / 7;
  margin: 0;
  border-color: rgba(18, 75, 140, 0.18);
  background: #e8f0f2;
}

.page-hero-poster .page-hero-media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(7, 37, 57, 0.08), transparent 42%);
  content: "";
  pointer-events: none;
}

.page-hero-poster .page-hero-grid > div {
  position: absolute;
  bottom: -46px;
  left: clamp(22px, 4vw, 64px);
  z-index: 2;
  width: min(700px, calc(100% - clamp(44px, 8vw, 128px)));
  max-width: none;
  padding: clamp(24px, 3vw, 40px) clamp(24px, 3.4vw, 48px);
  border-left: 4px solid var(--blue);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 20px 56px rgba(9, 47, 87, 0.13);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

.page-hero-poster h1 {
  margin: 10px 0 14px;
  font-size: clamp(3rem, 4.7vw, 5.5rem);
  line-height: 0.98;
}

.page-hero-poster .page-hero-lead {
  font-size: clamp(0.96rem, 1.05vw, 1.1rem);
  line-height: 1.65;
}

.page-hero-poster .local-index {
  gap: 7px 16px;
  margin-top: 20px;
}

.page-hero-poster .local-index a {
  font-size: 0.76rem;
}

#about-group-profile .media-split {
  grid-template-columns: minmax(0, 820px);
  justify-content: start;
}

.home-evidence {
  padding: clamp(72px, 7vw, 112px) 0;
}

.evidence-card-grid,
.directory-grid,
.catalog-grid,
.brand-product-gallery {
  gap: 14px;
  border-top: 0;
}

.evidence-card,
.evidence-card:last-child,
.directory-card,
.directory-card:nth-child(n),
.catalog-card,
.catalog-grid .catalog-card:nth-child(n),
.brand-product-gallery figure,
.brand-product-gallery figure:nth-child(n) {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.76);
}

.evidence-card,
.directory-card,
.catalog-card,
.brand-product-gallery figure {
  overflow: hidden;
}

.directory-card {
  min-height: 230px;
  padding: 24px 26px 28px;
}

.directory-card h3 {
  margin-top: 42px;
}

.evidence-card > div {
  min-height: 168px;
}

.evidence-card h3 {
  margin-top: 24px;
}

.catalog-card > div {
  min-height: 126px;
}

.catalog-banner {
  margin-bottom: clamp(28px, 4vw, 50px);
}

.page-hero-poster + #products-skincare .catalog-banner {
  display: block;
}

/* 0805 hero refinement: poster first, then a flat horizontal introduction. */
.page-hero-poster .page-hero-grid {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.page-hero-poster .page-hero-media {
  order: -1;
  border: 0;
  background: transparent;
}

.page-hero-poster .page-hero-media::before {
  display: none;
}

.page-hero-poster .page-hero-grid > div {
  position: static;
  display: grid;
  grid-template-columns: minmax(220px, 0.62fr) minmax(0, 1.38fr);
  grid-template-areas:
    "kicker lead"
    "title lead"
    "title index";
  align-items: end;
  gap: 8px clamp(28px, 5vw, 84px);
  width: 100%;
  max-width: none;
  padding: clamp(26px, 3vw, 42px) 0 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.page-hero-poster .page-kicker {
  grid-area: kicker;
  margin: 0;
}

.page-hero-poster h1 {
  grid-area: title;
  margin: 0;
  font-size: clamp(2.8rem, 5vw, 5.4rem);
}

.page-hero-poster .page-hero-lead {
  grid-area: lead;
  align-self: center;
  max-width: none;
  margin: 0;
  font-size: clamp(1rem, 1.25vw, 1.35rem);
  line-height: 1.6;
}

.page-hero-poster .local-index {
  grid-area: index;
  align-self: end;
  margin: 14px 0 0;
}

@media (max-width: 900px) {
  .page-hero-poster .page-hero-grid > div {
    grid-template-columns: 1fr;
    grid-template-areas:
      "kicker"
      "title"
      "lead"
      "index";
    gap: 10px;
    width: 100%;
    margin: 0;
    padding: 26px 0 0;
  }

  .page-hero-poster .page-hero-lead {
    align-self: auto;
  }
}

@media (max-width: 560px) {
  .page-hero-poster .page-hero-grid > div {
    padding-top: 22px;
  }
}

/* 0805 development history: alternating milestone carousel with dot navigation. */
.timeline-carousel {
  --timeline-gap: clamp(18px, 2.4vw, 34px);
  position: relative;
}

.timeline-viewport {
  position: relative;
  overflow: hidden;
  outline: none;
}

.timeline-viewport:focus-visible {
  outline: 2px solid var(--blue);
  outline-offset: 8px;
}

.timeline-with-media {
  position: relative;
  display: flex;
  gap: var(--timeline-gap);
  width: max-content;
  min-width: 100%;
  overflow: visible;
  padding: 0;
  border: 0;
  transform: translate3d(calc(-1px * var(--timeline-offset, 0)), 0, 0);
  will-change: transform;
  transition: transform var(--timeline-step-duration, 5000ms) linear;
}

.timeline-with-media::before {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  height: 1px;
  background: var(--line-dark);
  content: "";
}

.timeline-with-media li,
.timeline-with-media li:nth-child(n) {
  position: relative;
  display: grid;
  flex: 0 0 clamp(235px, 22vw, 310px);
  grid-template-rows: minmax(0, 1fr) 34px minmax(0, 1fr);
  gap: 0;
  min-height: 560px;
  padding: 0;
  margin: 0;
  border: 0;
}

.timeline-with-media li::before {
  z-index: 2;
  top: calc(50% - 9px);
  left: calc(50% - 9px);
  width: 14px;
  height: 14px;
  border: 3px solid var(--paper);
  background: var(--blue);
  box-shadow: 0 0 0 1px var(--blue);
}

.timeline-with-media time {
  position: absolute;
  z-index: 3;
  top: calc(50% - 32px);
  left: calc(50% + 15px);
  color: var(--blue);
  font-size: 0.78rem;
  line-height: 1;
  white-space: nowrap;
}

.timeline-with-media figure {
  z-index: 1;
  grid-row: 1;
  align-self: end;
  width: 100%;
  height: 150px;
  margin: 0 0 22px;
  overflow: hidden;
  background: var(--mist);
}

.timeline-with-media figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.82);
}

.timeline-with-media div {
  z-index: 1;
  grid-row: 3;
  align-self: start;
  width: 100%;
  max-width: none;
  padding-top: 22px;
}

.timeline-with-media h3 {
  margin: 0 0 8px;
  font-size: clamp(1.05rem, 1.4vw, 1.35rem);
  text-wrap: wrap;
}

.timeline-with-media p {
  width: 100%;
  max-width: none;
  color: var(--ink-soft);
  font-size: 0.86rem;
  line-height: 1.65;
  text-wrap: wrap;
}

.timeline-with-media li:nth-child(even) figure {
  grid-row: 3;
  align-self: start;
  margin: 22px 0 0;
}

.timeline-with-media li:nth-child(even) div {
  grid-row: 1;
  align-self: end;
  padding: 0 0 22px;
}

.timeline-controls {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 26px;
}

.timeline-arrow {
  min-width: 42px;
  min-height: 42px;
  border: 1px solid var(--line-dark);
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  font: inherit;
}

.timeline-arrow:hover,
.timeline-arrow:focus-visible {
  border-color: var(--blue);
  color: var(--blue);
}

.timeline-dots {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 7px;
}

.timeline-dot {
  width: 7px;
  height: 7px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: var(--line-dark);
  cursor: pointer;
}

.timeline-dot[aria-selected="true"] {
  width: 24px;
  border-radius: 99px;
  background: var(--blue);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 700px) {
  .timeline-with-media li,
  .timeline-with-media li:nth-child(n) {
    flex-basis: min(78vw, 310px);
  }

  .timeline-controls {
    flex-wrap: wrap;
  }

  .timeline-dots {
    order: 3;
    flex-basis: 100%;
  }

}

@media (prefers-reduced-motion: reduce) {
  .timeline-with-media {
    transition: none;
  }
}

.brand-feature {
  gap: clamp(38px, 6vw, 96px);
}

.brand-feature + .brand-feature {
  padding-top: clamp(60px, 7vw, 96px);
  margin-top: clamp(60px, 7vw, 96px);
}

.brand-copy h2 {
  font-size: clamp(2.5rem, 4.3vw, 5rem);
}

.closing-cta-inner {
  padding: clamp(34px, 4vw, 56px);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.72);
}

@media (max-width: 900px) {
  .section-heading {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .page-hero-poster {
    padding: calc(var(--header-height) + 34px) 0 62px;
  }

  .page-hero-poster .page-hero-grid {
    display: flex;
    flex-direction: column;
  }

  .page-hero-poster .page-hero-media {
    order: -1;
    max-height: none;
    aspect-ratio: 16 / 9;
  }

  .page-hero-poster .page-hero-grid > div {
    position: relative;
    bottom: auto;
    left: auto;
    width: calc(100% - 28px);
    margin: -30px 0 0 14px;
    padding: 26px;
  }

  .page-hero-poster h1 {
    font-size: clamp(2.7rem, 8vw, 4.4rem);
  }
}

@media (max-width: 560px) {
  :root {
    --shell: min(92vw, 520px);
  }

  body::before {
    background-size: 100% 64px;
  }

  .home-evidence,
  .directory,
  .content-section,
  .closing-cta {
    padding: 52px 0;
  }

  .page-hero-poster {
    padding: calc(var(--header-height) + 22px) 0 48px;
  }

  .page-hero-poster .page-hero-media {
    aspect-ratio: 4 / 3;
    margin: 0;
  }

  .page-hero-poster .page-hero-grid > div {
    width: calc(100% - 20px);
    margin: -22px 0 0 10px;
    padding: 22px 20px 20px;
    border-left-width: 3px;
  }

  .page-hero-poster h1 {
    margin: 8px 0 12px;
    font-size: clamp(2.45rem, 12vw, 3.25rem);
  }

  .page-hero-poster .local-index {
    flex-wrap: wrap;
    overflow: visible;
    width: 100%;
    padding: 0 0 4px;
    margin: 18px 0 0;
  }

  .page-hero-poster .local-index a {
    flex: 0 1 auto;
    background: var(--paper);
    white-space: normal;
  }

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

  .evidence-card-grid,
  .directory-grid,
  .catalog-grid,
  .brand-product-gallery {
    gap: 10px;
  }

  .directory-card {
    min-height: 150px;
  }

  .closing-cta-inner {
    padding: 28px 22px;
  }
}

/* Keep the 0805 poster-first hero treatment after legacy responsive rules. */
@media (max-width: 900px) {
  .page-hero-poster .page-hero-grid > div {
    position: static;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas:
      "kicker"
      "title"
      "lead"
      "index";
    gap: 10px;
    width: 100%;
    margin: 0;
    padding: 26px 0 0;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .page-hero-poster .local-index {
    width: auto;
    padding: 0;
    margin: 14px 0 0;
    background: transparent;
  }

  .page-hero-poster .local-index a {
    background: transparent;
  }
}

@media (max-width: 560px) {
  .page-hero-poster .page-hero-grid > div {
    padding: 22px 0 0;
  }
}

/* Product landing page: introduce the category first, then show its poster. */
.page-hero-products .page-hero-media,
.page-hero-products .page-hero-media.page-hero-wide-media {
  order: 2;
  margin-top: clamp(34px, 5vw, 68px);
  margin-bottom: 0;
}

.page-hero-brands .page-hero-media,
.page-hero-brands .page-hero-media.page-hero-wide-media {
  order: 2;
  margin-top: clamp(34px, 5vw, 68px);
  margin-bottom: 0;
}

.timeline-with-media .timeline-portrait {
  height: 220px;
  background: #f4f3ef;
}

.timeline-with-media .timeline-portrait img {
  object-fit: contain;
  filter: none;
}

.page-hero-contact .page-hero-media,
.page-hero-contact .page-hero-media.page-hero-wide-media {
  order: 2;
  margin-top: clamp(34px, 5vw, 68px);
  margin-bottom: 0;
}

.contact-social-gallery {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0;
  margin-top: 28px;
  border-top: 1px solid var(--line);
}

.contact-social-gallery article {
  min-width: 0;
  background: var(--white);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.contact-social-gallery article:nth-child(6n) {
  border-right: 0;
}

.contact-social-gallery figure {
  aspect-ratio: 1;
  margin: 0;
  padding: 0;
  background: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-social-gallery img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.contact-social-gallery article > div {
  padding: 8px 10px 10px;
  text-align: center;
}

.contact-social-gallery h3 {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 500;
  text-align: center;
}

@media (max-width: 800px) {
  .contact-methods {
    grid-template-columns: 1fr;
  }

  .contact-method {
    min-height: auto;
    padding: 18px 20px;
    border-right: 0;
  }

  .contact-method h3 {
    margin-top: 0;
  }

  .contact-social-gallery {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .contact-social-gallery article:nth-child(6n) {
    border-right: 1px solid var(--line);
  }

  .contact-social-gallery article:nth-child(3n) {
    border-right: 0;
  }
}

@media (max-width: 560px) {
  .contact-social-gallery figure {
    padding: 0;
  }

  .contact-social-gallery article > div {
    padding: 6px 8px 8px;
  }

  .contact-social-gallery h3 {
    font-size: 0.72rem;
  }
}

/* 0805 patent results: compact horizontal carousel without visible numbering. */
.patent-carousel {
  margin-top: 1px;
  overflow: hidden;
}

.patent-viewport {
  overflow: hidden;
  outline: none;
}

.patent-viewport:focus-visible {
  outline: 2px solid var(--blue);
  outline-offset: 4px;
}

.patent-track {
  --patent-offset: 0px;
  display: flex;
  gap: 16px;
  transform: translate3d(calc(-1 * var(--patent-offset)), 0, 0);
  transition: transform 520ms cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: transform;
}

.patent-track .patent-card,
.patent-track .patent-card:nth-child(n) {
  display: block;
  flex: 0 0 clamp(240px, 21vw, 300px);
  border: 1px solid var(--line);
  background: var(--paper);
}

.patent-track .patent-card figure {
  height: clamp(220px, 24vw, 300px);
  padding: 12px;
}

.patent-track .patent-card > div {
  min-height: 190px;
  padding: 16px;
}

.patent-track .patent-card > div > span {
  display: none;
}

.patent-track .patent-card h3 {
  margin: 0 0 9px;
  font-size: clamp(0.86rem, 1.05vw, 1rem);
  line-height: 1.45;
}

.patent-track .patent-card p {
  font-size: 0.7rem;
  line-height: 1.55;
}

.patent-controls {
  margin-top: 20px;
  display: none;
}

.patent-track.is-marquee {
  width: max-content;
  transition: none;
  animation: patent-marquee var(--patent-marquee-duration, 72s) linear infinite;
}

@keyframes patent-marquee {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-50%, 0, 0);
  }
}

@media (max-width: 700px) {
  .patent-track .patent-card,
  .patent-track .patent-card:nth-child(n) {
    flex-basis: min(78vw, 310px);
  }

  .patent-track .patent-card figure {
    height: 270px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .patent-track,
  .patent-track.is-marquee {
    transition: none;
    animation: none;
  }
}

/* 0805 OEM/ODM desktop narrative: capability chain, service chapters and staged process. */
.oem-capability-chain,
.oem-mode-path {
  display: none;
}

@media (min-width: 901px) {
  body[data-page="oem-odm"] .page-hero-poster {
    padding-bottom: clamp(72px, 7vw, 108px);
  }

  body[data-page="oem-odm"] .page-hero-poster .page-hero-media {
    max-height: 520px;
  }

  body[data-page="oem-odm"] .page-hero-poster .page-hero-grid > div {
    grid-template-areas:
      "kicker lead"
      "title lead"
      "chain chain"
      "index index";
  }

  body[data-page="oem-odm"] .page-hero-poster h1 {
    font-size: clamp(3.1rem, 5.25vw, 6rem);
  }

  .oem-capability-chain {
    position: relative;
    grid-area: chain;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 0;
    margin: clamp(34px, 4vw, 58px) 0 4px;
    padding: 0;
    list-style: none;
  }

  .oem-capability-chain::before {
    position: absolute;
    top: 12px;
    right: calc(100% / 12);
    left: calc(100% / 12);
    height: 1px;
    background: linear-gradient(90deg, rgba(20, 75, 136, 0.22), var(--blue), rgba(20, 75, 136, 0.22));
    content: "";
  }

  .oem-capability-chain li {
    position: relative;
    z-index: 1;
    display: grid;
    justify-items: center;
    gap: 12px;
    text-align: center;
  }

  .oem-capability-chain li::before {
    width: 9px;
    height: 9px;
    margin-top: 8px;
    border: 4px solid var(--paper);
    border-radius: 50%;
    background: var(--blue);
    box-shadow: 0 0 0 1px rgba(20, 75, 136, 0.25);
    content: "";
  }

  .oem-capability-chain span {
    position: absolute;
    top: -10px;
    color: var(--blue);
    font-family: var(--font-mono);
    font-size: 0.62rem;
    letter-spacing: 0.12em;
  }

  .oem-capability-chain strong {
    color: var(--ink-soft);
    font-size: 0.76rem;
    font-weight: 500;
  }

  body[data-page="oem-odm"] #oem-odm-quality {
    padding-top: clamp(84px, 8vw, 124px);
  }

  body[data-page="oem-odm"] .oem-intro-grid {
    gap: 16px;
    border: 0;
  }

  body[data-page="oem-odm"] .oem-intro-card {
    position: relative;
    isolation: isolate;
    display: flex;
    min-height: 410px;
    flex-direction: column;
    overflow: hidden;
    padding: clamp(34px, 4vw, 58px);
    border: 1px solid var(--line-dark);
  }

  body[data-page="oem-odm"] .oem-intro-card::before {
    position: absolute;
    top: -0.22em;
    right: 0.04em;
    z-index: -1;
    color: rgba(255, 255, 255, 0.08);
    content: "01";
    font-family: var(--font-mono);
    font-size: clamp(10rem, 18vw, 18rem);
    line-height: 1;
  }

  body[data-page="oem-odm"] .oem-mode-product {
    color: #fff;
    border-color: #0c365a;
    background:
      radial-gradient(circle at 82% 20%, rgba(96, 190, 207, 0.24), transparent 36%),
      linear-gradient(135deg, #082945, #0b416d 68%, #0d537f);
  }

  body[data-page="oem-odm"] .oem-mode-brand {
    border-color: #c8d9de;
    background:
      radial-gradient(circle at 82% 18%, rgba(28, 116, 163, 0.13), transparent 34%),
      linear-gradient(135deg, #f8fbfa, #e9f2f3);
  }

  body[data-page="oem-odm"] .oem-mode-brand::before {
    color: rgba(10, 78, 149, 0.06);
    content: "02";
  }

  body[data-page="oem-odm"] .oem-intro-card h3 {
    max-width: 12ch;
    margin: auto 0 18px;
    font-size: clamp(2rem, 3.2vw, 4rem);
    line-height: 1.08;
  }

  body[data-page="oem-odm"] .oem-intro-card > p:not(.oem-mode-path) {
    max-width: 52ch;
    margin: 0;
  }

  body[data-page="oem-odm"] .oem-mode-product > p:not(.oem-mode-path),
  body[data-page="oem-odm"] .oem-mode-product .card-number {
    color: rgba(255, 255, 255, 0.78);
  }

  .oem-mode-path {
    display: flex;
    gap: 0;
    margin: 34px 0 0;
    padding-top: 18px;
    border-top: 1px solid currentColor;
  }

  .oem-mode-path span {
    position: relative;
    flex: 1;
    font-family: var(--font-mono);
    font-size: 0.65rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
  }

  .oem-mode-path span:not(:last-child)::after {
    position: absolute;
    right: 8px;
    content: "→";
    opacity: 0.45;
  }

  body[data-page="oem-odm"] .oem-metrics {
    gap: 1px;
    margin-top: 16px;
    border: 0;
    background: #bfd0d6;
  }

  body[data-page="oem-odm"] .oem-metrics div {
    min-height: 176px;
    padding: 28px 24px;
    border: 0;
    background: rgba(248, 251, 250, 0.96);
    transition: background-color 240ms ease, transform 240ms ease;
  }

  body[data-page="oem-odm"] .oem-metrics div:hover {
    z-index: 1;
    background: #fff;
    transform: translateY(-5px);
  }

  body[data-page="oem-odm"] .oem-metrics strong {
    font-size: clamp(2rem, 3.35vw, 4.2rem);
    letter-spacing: -0.08em;
  }

  body[data-page="oem-odm"] .oem-metrics span {
    margin-top: 48px;
    font-size: 0.72rem;
  }

  body[data-page="oem-odm"] .regulatory-service-grid {
    position: relative;
    gap: 0;
    border: 0;
  }

  body[data-page="oem-odm"] .regulatory-service-grid::before {
    position: absolute;
    top: 40px;
    right: 10%;
    left: 10%;
    height: 1px;
    background: linear-gradient(90deg, rgba(10, 78, 149, 0.16), var(--blue), rgba(10, 78, 149, 0.16));
    content: "";
  }

  body[data-page="oem-odm"] .regulatory-service-grid article {
    position: relative;
    min-height: 250px;
    padding: 20px 28px 30px;
    border: 0;
    background: transparent;
  }

  body[data-page="oem-odm"] .regulatory-service-grid article::before {
    display: block;
    width: 11px;
    height: 11px;
    margin: 15px 0 48px;
    border: 4px solid var(--color-surface-subtle);
    border-radius: 50%;
    background: var(--blue);
    box-shadow: 0 0 0 1px rgba(10, 78, 149, 0.24);
    content: "";
  }

  body[data-page="oem-odm"] .regulatory-service-grid span {
    position: absolute;
    top: 15px;
    left: 48px;
  }

  body[data-page="oem-odm"] .regulatory-service-grid h3 {
    margin: 0 0 12px;
    font-size: clamp(1rem, 1.35vw, 1.35rem);
  }

  body[data-page="oem-odm"] .process-collage {
    position: relative;
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
    gap: 1px !important;
    background: #fff;
  }

  body[data-page="oem-odm"] .process-collage::before {
    position: absolute;
    top: 52%;
    right: 2.5%;
    left: 2.5%;
    z-index: 3;
    height: 1px;
    background: rgba(255, 255, 255, 0.66);
    content: "";
    pointer-events: none;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 1.3s cubic-bezier(0.22, 0.61, 0.36, 1) 220ms;
  }

  body[data-page="oem-odm"] .process-collage.is-visible::before {
    transform: scaleX(1);
  }

  body[data-page="oem-odm"] .process-collage li,
  body[data-page="oem-odm"] .process-collage li:nth-child(n) {
    min-height: clamp(430px, 38vw, 590px);
    grid-column: span 1;
    opacity: 0.58;
    transition: opacity 520ms ease, transform 620ms cubic-bezier(0.22, 0.61, 0.36, 1);
    transform: translateY(26px);
  }

  body[data-page="oem-odm"] .process-collage.is-visible li {
    opacity: 1;
    transform: translateY(0);
  }

  body[data-page="oem-odm"] .process-collage.is-visible li:nth-child(2) { transition-delay: 90ms; }
  body[data-page="oem-odm"] .process-collage.is-visible li:nth-child(3) { transition-delay: 180ms; }
  body[data-page="oem-odm"] .process-collage.is-visible li:nth-child(4) { transition-delay: 270ms; }
  body[data-page="oem-odm"] .process-collage.is-visible li:nth-child(5) { transition-delay: 360ms; }
  body[data-page="oem-odm"] .process-collage.is-visible li:nth-child(6) { transition-delay: 450ms; }

  body[data-page="oem-odm"] .process-collage li::before {
    position: absolute;
    top: calc(52% - 6px);
    left: clamp(18px, 1.6vw, 28px);
    z-index: 4;
    width: 12px;
    height: 12px;
    border: 3px solid rgba(255, 255, 255, 0.72);
    border-radius: 50%;
    background: var(--blue);
    content: "";
    box-shadow: 0 0 0 1px rgba(6, 34, 58, 0.35);
  }

  body[data-page="oem-odm"] .process-collage li::after {
    inset: 22% 0 0;
    background: linear-gradient(180deg, transparent 0, rgba(2, 24, 42, 0.46) 34%, rgba(2, 24, 42, 0.96) 100%);
  }

  body[data-page="oem-odm"] .process-collage li figure img {
    filter: saturate(0.78) contrast(1.03);
    transform: scale(1.06);
  }

  body[data-page="oem-odm"] .process-collage.is-visible li figure img {
    transform: scale(1);
  }

  body[data-page="oem-odm"] .process-collage li h3,
  body[data-page="oem-odm"] .process-collage li p {
    margin-inline: clamp(18px, 1.6vw, 28px);
  }

  body[data-page="oem-odm"] .process-collage li h3 {
    margin-bottom: 13px;
    font-size: clamp(1.1rem, 1.45vw, 1.55rem);
  }

  body[data-page="oem-odm"] .process-collage li h3::before {
    display: block;
    margin-bottom: 11px;
    color: rgba(255, 255, 255, 0.64);
    content: "0" counter(process);
    font-family: var(--font-mono);
    font-size: 0.65rem;
    letter-spacing: 0.12em;
  }

  body[data-page="oem-odm"] .process-collage li p {
    margin-bottom: 28px;
    font-size: 0.72rem;
    line-height: 1.58;
  }

  body[data-page="oem-odm"] #oem-odm-cases {
    padding-block: clamp(70px, 6vw, 94px);
  }

  body[data-page="oem-odm"] #oem-odm-cases .section-heading {
    margin-bottom: 28px;
  }

  body[data-page="oem-odm"] .partner-logo-grid[data-marquee] {
    gap: 7px;
    padding: 3px 0;
  }

  body[data-page="oem-odm"] .partner-logo-grid[data-marquee] figure {
    flex-basis: 146px;
    width: 146px;
    height: 78px;
    padding: 15px;
    border-color: rgba(151, 172, 179, 0.45);
    background: rgba(255, 255, 255, 0.72);
  }

  body[data-page="oem-odm"] .partner-logo-track {
    animation-duration: 64s;
  }

  body[data-page="oem-odm"] .partner-logo-track-2 {
    animation-duration: 72s;
  }
}

/* Keep review changes after the prior OEM desktop pass so they take precedence. */
@media (min-width: 901px) {
  body[data-page="oem-odm"] .oem-hero {
    padding-block: clamp(46px, 4.6vw, 74px) clamp(38px, 4vw, 62px);
  }

  body[data-page="oem-odm"] .oem-hero .page-hero-grid { display: block; }

  body[data-page="oem-odm"] .oem-hero .page-hero-grid > div {
    display: grid;
    min-height: 0;
    grid-template-columns: minmax(230px, .78fr) minmax(0, 1.42fr);
    grid-template-areas: "kicker lead" "title lead" "notes notes" "index index";
    gap: 0 clamp(42px, 6vw, 112px);
  }

  body[data-page="oem-odm"] .oem-hero .page-kicker { grid-area: kicker; margin-top: 0; }
  body[data-page="oem-odm"] .oem-hero h1 { grid-area: title; max-width: none; margin: 10px 0 0; font-size: clamp(2.9rem, 5vw, 5rem); line-height: .94; }
  body[data-page="oem-odm"] .oem-hero .page-hero-lead { grid-area: lead; align-self: end; max-width: 45ch; margin: 0; font-size: clamp(1rem, 1.3vw, 1.28rem); line-height: 1.65; }
  body[data-page="oem-odm"] .oem-hero .local-index { grid-area: index; margin-top: 24px; }

  body[data-page="oem-odm"] .oem-hero-notes {
    grid-area: notes;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(18px, 3vw, 52px);
    margin-top: clamp(26px, 3vw, 44px);
    padding-block: 16px;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
  }

  body[data-page="oem-odm"] .oem-hero-notes p { display: flex; gap: 11px; margin: 0; color: var(--ink-soft); font-size: .8rem; line-height: 1.55; }
  body[data-page="oem-odm"] .oem-hero-notes strong { flex: 0 0 auto; color: var(--blue); font-family: var(--font-mono); font-size: .72rem; letter-spacing: .08em; }
  body[data-page="oem-odm"] .oem-hero-notes span { max-width: 26ch; }

  body[data-page="oem-odm"] .process-collage {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 0 !important;
    background: transparent;
  }

  body[data-page="oem-odm"] .process-collage::before,
  body[data-page="oem-odm"] .process-collage li::before { display: none; }

  body[data-page="oem-odm"] .process-collage li,
  body[data-page="oem-odm"] .process-collage li:nth-child(n) {
    min-height: 306px;
    opacity: 1;
    transform: none;
  }

  body[data-page="oem-odm"] .process-collage li::after { display: none !important; }
  body[data-page="oem-odm"] .process-collage li h3,
  body[data-page="oem-odm"] .process-collage li p { position: relative; z-index: 1; margin-inline: 22px; text-shadow: 0 2px 12px rgba(0, 24, 44, 0.88); }
  body[data-page="oem-odm"] .process-collage li h3 { margin-bottom: 6px; font-size: 1rem; line-height: 1.15; }
  body[data-page="oem-odm"] .process-collage li h3::before { display: none !important; }
  body[data-page="oem-odm"] .process-collage li p { margin-bottom: 18px; color: rgba(255, 255, 255, 0.96); font-size: 0.78rem; line-height: 1.58; text-shadow: 0 2px 9px rgba(0, 24, 44, 0.96); }

  /* Process focus: all six stages recede until a stage is explored. */
  body[data-page="oem-odm"] .process-collage {
    isolation: isolate;
  }

  body[data-page="oem-odm"] .process-collage li,
  body[data-page="oem-odm"] .process-collage li:nth-child(n) {
    z-index: 0;
    height: 306px !important;
    min-height: 306px !important;
    overflow: hidden;
    transform: none;
  }

  body[data-page="oem-odm"] .process-collage li figure {
    inset: 0;
    width: 100%;
    height: 100%;
  }

  body[data-page="oem-odm"] .process-collage li figure img {
    display: block;
    filter: brightness(.52) saturate(.74);
    transform: scale(1);
    transition: filter 260ms ease, transform 340ms ease;
  }

  body[data-page="oem-odm"] .process-collage li h3,
  body[data-page="oem-odm"] .process-collage li p {
    opacity: .58;
    transition: opacity 220ms ease, text-shadow 220ms ease;
  }

  body[data-page="oem-odm"] .process-collage li:hover,
  body[data-page="oem-odm"] .process-collage li:focus-within {
    z-index: 1;
    transform: none;
    box-shadow: none;
  }

  body[data-page="oem-odm"] .process-collage li:hover figure img,
  body[data-page="oem-odm"] .process-collage li:focus-within figure img {
    filter: none;
    transform: scale(1.045);
  }

  body[data-page="oem-odm"] .process-collage li:hover::after,
  body[data-page="oem-odm"] .process-collage li:focus-within::after {
    display: block !important;
    z-index: 0;
    inset: 36% 0 0 !important;
    background: linear-gradient(180deg, rgba(2, 24, 42, 0), rgba(2, 24, 42, .74)) !important;
  }

  body[data-page="oem-odm"] .process-collage li:hover h3,
  body[data-page="oem-odm"] .process-collage li:hover p,
  body[data-page="oem-odm"] .process-collage li:focus-within h3,
  body[data-page="oem-odm"] .process-collage li:focus-within p {
    opacity: 1;
    color: #fff;
    text-shadow: 0 2px 12px rgba(0, 18, 32, .96);
  }

  body[data-page="oem-odm"] .process-collage li:hover h3,
  body[data-page="oem-odm"] .process-collage li:focus-within h3 {
    font-size: 1.12rem;
    font-weight: 700;
  }

  body[data-page="oem-odm"] .process-collage li:hover p,
  body[data-page="oem-odm"] .process-collage li:focus-within p {
    font-size: .86rem;
    line-height: 1.52;
  }

  body[data-page="oem-odm"] .oem-quality-panel > div {
    right: 34px;
    bottom: 34px;
    left: 34px;
    text-shadow: 0 2px 12px rgba(0, 24, 44, 0.92);
  }

  body[data-page="oem-odm"] .oem-quality-panel > div span { display: none; }
  body[data-page="oem-odm"] .oem-quality-panel h3 { margin-top: 0; text-shadow: 0 2px 10px rgba(0, 24, 44, 0.96); }
  body[data-page="oem-odm"] .oem-quality-panel p { max-width: 30ch; color: rgba(255, 255, 255, 0.96); font-size: 0.9rem; line-height: 1.58; text-shadow: 0 2px 9px rgba(0, 24, 44, 0.96); }

  body[data-page="oem-odm"] .partner-logo-grid[data-marquee] {
    grid-template-rows: repeat(2, 96px);
    gap: 28px;
    padding-block: 7px;
  }

  body[data-page="oem-odm"] .partner-logo-track { min-height: 96px; }

  body[data-page="oem-odm"] #oem-odm-cases .section-heading {
    display: block;
    margin-bottom: 20px;
  }

  body[data-page="oem-odm"] #oem-odm-cases .section-heading-copy {
    margin-top: 10px;
  }

  body[data-page="oem-odm"] #oem-odm-cases .section-heading-copy h2 {
    margin: 0;
  }

  body[data-page="oem-odm"] .partner-logo-grid[data-marquee] figure {
    height: 96px !important;
    overflow: hidden !important;
  }

  body[data-page="oem-odm"] .partner-logo-grid[data-marquee] img {
    width: auto !important;
    height: 84px !important;
    max-width: 100% !important;
    max-height: 84px !important;
    object-fit: contain !important;
  }
}

/* Final desktop navigation rail: center the whole group, then distribute its items evenly. */
@media (min-width: 1181px) {
  .brand {
    position: absolute;
    right: calc(50% + min(34vw, 520px) + 16px);
  }

  .main-nav {
    position: absolute;
    left: 50%;
    margin: 0;
    transform: translateX(-50%);
  }

  .nav-list {
    display: grid;
    grid-template-columns: repeat(8, max-content);
    width: 100%;
    justify-content: space-between;
    gap: 0;
  }
}

@media (min-width: 1181px) and (max-width: 1280px) {
  .main-nav {
    width: min(calc(100vw - 348px), 880px);
  }
}

@media (min-width: 1281px) {
  .main-nav {
    width: min(68vw, 1040px);
  }
}

/* 2026-08-06 home hero: use the 0803 poster first, then a flat editorial introduction. */
.home-hero.home-hero-poster {
  min-height: 0;
  padding: calc(var(--header-height) + 46px) 0 78px;
  background: var(--white);
}

.home-hero.home-hero-poster .home-hero-grid {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0;
}

.home-hero.home-hero-poster .home-hero-visual {
  order: -1;
  min-height: 0;
  margin: 0;
}

.home-hero.home-hero-poster .hero-factory {
  position: relative;
  inset: auto;
  width: 100%;
  aspect-ratio: 1672 / 941;
  margin: 0;
}

.home-hero.home-hero-poster .hero-factory img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-hero.home-hero-poster .hero-lab,
.home-hero.home-hero-poster .hero-caption {
  display: none;
}

.home-hero.home-hero-poster .home-hero-copy {
  order: 2;
  display: grid;
  grid-template-columns: minmax(220px, .62fr) minmax(0, 1.38fr);
  grid-template-areas:
    "kicker lead"
    "title lead"
    "title actions";
  align-items: end;
  gap: 8px clamp(28px, 5vw, 84px);
  width: 100%;
  padding: clamp(26px, 3vw, 42px) 0 0;
}

.home-hero.home-hero-poster .home-hero-copy .eyebrow { grid-area: kicker; margin: 0; }
.home-hero.home-hero-poster .home-hero-copy h1 { grid-area: title; margin: 0; font-size: clamp(2.8rem, 5vw, 5.4rem); }
.home-hero.home-hero-poster .home-hero-copy .home-hero-lead { grid-area: lead; align-self: center; max-width: none; margin: 0; }
.home-hero.home-hero-poster .home-hero-copy .hero-actions { grid-area: actions; align-self: end; margin: 14px 0 0; }

/* The manufacturing page now begins with its text introduction; the map owns the visual entry point. */
.manufacturing-hero-text-only .page-hero-grid {
  display: block;
}

.manufacturing-hero-text-only .page-hero-grid > div {
  max-width: 1040px;
}

/* 2026-08-06 homepage revision: use the supplied 0805 poster as a text-over-image hero. */
.home-hero.home-hero-overlay {
  position: relative;
  min-height: clamp(560px, calc(100svh - var(--header-height)), 760px);
  padding: calc(var(--header-height) + 30px) 0 30px;
  overflow: hidden;
  background: var(--paper);
}

.home-hero-overlay .home-hero-grid {
  position: relative;
  display: block;
  min-height: clamp(530px, calc(100svh - var(--header-height) - 60px), 700px);
}

.home-hero-overlay .home-hero-visual {
  position: absolute;
  inset: 0;
  z-index: 0;
  min-height: 0;
  margin: 0;
}

.home-hero-overlay .hero-factory {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}

.home-hero-overlay .hero-factory img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.home-hero-overlay .home-hero-copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: min(52%, 640px);
  min-height: 100%;
  padding: clamp(30px, 5vw, 76px) 0;
}

.home-hero-overlay .home-hero-copy h1 {
  margin: 18px 0 24px;
  font-size: clamp(3rem, 5.4vw, 6rem);
  line-height: .98;
}

.home-hero-overlay .home-hero-lead {
  max-width: 560px;
}

.home-hero-overlay .hero-actions {
  margin-top: 32px;
}

/* The homepage keeps the figures as a compact, independently scannable module. */
.home-evidence.home-stats {
  padding: clamp(28px, 4vw, 54px) 0 clamp(18px, 2.5vw, 30px);
  border-bottom: 0;
}

.home-stats .evidence-stat-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top-color: var(--line-dark);
}

.home-stats .evidence-stat-grid a {
  display: grid;
  grid-template-rows: 1fr auto;
  gap: 0;
  min-height: 198px;
  padding: 0 24px 20px;
  color: inherit;
  text-decoration: none;
}

.home-stats .evidence-stat-grid a:hover,
.home-stats .evidence-stat-grid a:focus-visible {
  background: rgba(234, 244, 246, .58);
}

.home-stats .stat-kicker,
.home-stats .stat-link {
  color: var(--blue);
}

.home-stats .stat-kicker {
  min-height: 2.45em;
  padding-top: 0;
  font-size: clamp(.82rem, 1.15vw, 1.12rem);
  font-weight: 700;
  line-height: 1.18;
}

.home-stats .evidence-stat-grid strong {
  align-self: center;
  margin-top: 8px;
  color: #000;
  font-family: inherit;
  font-weight: 600;
  font-size: 30px;
  line-height: .9;
  letter-spacing: normal;
  white-space: nowrap;
}

.home-stats .evidence-stat-grid a:first-child strong {
  font-size: 30px;
}

.home-stats .evidence-stat-grid .stat-label {
  margin: 0;
  color: var(--ink-soft);
  font-size: clamp(.72rem, .9vw, .86rem);
}

.home-stats .evidence-stat-grid .stat-link {
  margin: 18px 0 0;
  font-size: clamp(.72rem, .9vw, .88rem);
  font-weight: 700;
}

.home-stats .stat-link span {
  display: inline;
  margin: 0;
  color: inherit;
  font-size: inherit;
}

.home-partners {
  padding: clamp(22px, 3vw, 42px) 0 clamp(54px, 6vw, 86px);
  background: var(--white);
}

.home-partners-heading {
  display: flex;
  align-items: baseline;
  gap: 22px;
  margin-bottom: clamp(16px, 2vw, 28px);
}

.home-partners-heading .section-index {
  margin: 0;
}

.home-partners-heading h2 {
  margin: 0;
  font-size: clamp(1.35rem, 2.2vw, 2.2rem);
  line-height: 1;
}

/* Shared two-row wall: smaller marks, no individual cards, and enough row separation to avoid overlap. */
.partner-logo-grid[data-marquee] {
  grid-template-columns: minmax(0, 1fr) !important;
  grid-template-rows: repeat(2, clamp(60px, 7vw, 78px));
  grid-auto-flow: row;
  gap: clamp(12px, 1.8vw, 22px);
  padding: 0;
}

.partner-logo-grid[data-marquee] .partner-logo-track {
  min-height: clamp(60px, 7vw, 78px);
}

.partner-logo-grid[data-marquee] figure {
  flex: 0 0 clamp(94px, 9vw, 132px);
  width: clamp(94px, 9vw, 132px);
  height: clamp(60px, 7vw, 78px) !important;
  padding: 8px;
  border: 0 !important;
  background: transparent;
}

.partner-logo-grid[data-marquee] img {
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: 58px !important;
  object-fit: contain !important;
}

body[data-page="oem-odm"] #oem-odm-cases .section-heading {
  margin-bottom: clamp(16px, 2vw, 26px);
}

body[data-page="oem-odm"] #oem-odm-cases .section-heading-copy h2 {
  font-size: clamp(1.7rem, 3vw, 3rem);
}

@media (max-width: 900px) {
  .home-hero.home-hero-overlay {
    min-height: 560px;
    padding: calc(var(--header-height) + 22px) 0 24px;
  }

  .home-hero-overlay .home-hero-grid {
    min-height: 510px;
  }

  .home-hero-overlay .home-hero-copy {
    width: 86%;
    max-width: 520px;
    min-height: 100%;
    padding: 34px 0;
  }

  .home-hero-overlay .hero-factory img {
    object-position: 68% center;
  }

  .home-stats .evidence-stat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-stats .evidence-stat-grid a {
    min-height: 166px;
    padding: 0 16px 16px;
  }

  .home-stats .stat-kicker {
    font-size: .8rem;
  }

  .home-stats .evidence-stat-grid strong {
    font-size: 30px;
  }

  .home-partners-heading {
    gap: 12px;
  }

  .partner-logo-grid[data-marquee] {
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-rows: repeat(2, 56px);
    gap: 10px;
  }

  .partner-logo-grid[data-marquee] .partner-logo-track {
    min-height: 56px;
  }

  .partner-logo-grid[data-marquee] figure {
    flex-basis: 86px;
    width: 86px;
    height: 56px !important;
    padding: 5px;
  }

  .partner-logo-grid[data-marquee] img {
    max-height: 43px !important;
  }
}

/* The CTA remains as a transition, not a framed card, across all pages. */
.closing-cta {
  padding: clamp(26px, 3vw, 44px) 0;
  border-top: 0;
  background: #f8fbfb;
}

.closing-cta-inner {
  padding: clamp(10px, 1.5vw, 18px) 0;
  border: 0;
  background: transparent;
}

.closing-cta h2 {
  font-size: 16px;
  line-height: 1.15;
}

.closing-cta-actions .button-primary {
  color: var(--ink);
  border-color: #c8dadd;
  background: #eaf3f4;
}

.closing-cta-actions .button-primary:hover,
.closing-cta-actions .button-primary:focus-visible {
  color: var(--ink);
  border-color: #b4cdd1;
  background: #e0edef;
}

.closing-cta .eyebrow {
  font-size: .62rem;
}

.closing-cta-actions .button,
.closing-cta-actions .text-link {
  font-size: .78rem;
}

@media (max-width: 900px) {
  .closing-cta-inner {
    padding: 10px 0;
  }
}

@media (max-width: 900px) {
  .home-hero.home-hero-poster .home-hero-copy {
    grid-template-columns: 1fr;
    grid-template-areas:
      "kicker"
      "title"
      "lead"
      "actions";
    gap: 10px;
    padding-top: 26px;
  }

  .home-hero.home-hero-poster .home-hero-copy .home-hero-lead {
    align-self: auto;
  }

  .home-hero.home-hero-poster .home-hero-copy .hero-actions {
    margin-top: 16px;
  }
}

/* 2026-08-06 group profile: use the full content rail for a tighter editorial reading flow. */
@media (min-width: 901px) {
  #about-group-profile .media-split {
    grid-template-columns: minmax(0, 1fr);
    justify-content: stretch;
  }

  #about-group-profile .copy-block {
    display: grid;
    grid-template-columns: minmax(220px, .62fr) minmax(0, 1.38fr);
    grid-template-areas:
      "index index"
      "title intro"
      "title direction"
      "list list";
    column-gap: clamp(32px, 6vw, 88px);
    row-gap: 10px;
    width: 100%;
  }

  #about-group-profile .copy-block > .section-index { grid-area: index; }
  #about-group-profile .copy-block > h2 { grid-area: title; margin: 10px 0 0; }
       #about-group-profile .copy-block > p:nth-of-type(2) {
         grid-area: intro;
         max-width: none;
         margin: 12px 0 0;
       }
       #about-group-profile .copy-block > p:nth-of-type(3) {
         grid-area: direction;
         max-width: none;
         margin: 0;
  }

  #about-group-profile .copy-block > ul {
    grid-area: list;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    margin-top: 28px;
    border-top: 1px solid var(--line);
  }

  #about-group-profile .copy-block > li,
  #about-group-profile .copy-block > ul > li {
    min-height: 58px;
    padding: 16px 22px 14px 0;
    border-top: 0;
    border-right: 1px solid var(--line);
  }

  #about-group-profile .copy-block > ul > li + li {
    padding-left: 22px;
  }

  #about-group-profile .copy-block > ul > li:last-child {
    border-right: 0;
  }
}

@media (max-width: 900px) {
  #about-group-profile .media-split {
    grid-template-columns: 1fr;
  }

  #about-group-profile .copy-block {
    display: block;
    width: 100%;
  }

  #about-group-profile .copy-block > p {
    max-width: 68ch;
  }

  #about-group-profile .copy-block > ul {
    display: block;
  }
}

/* Final precedence for the overlay hero after the legacy poster/mobile rules. */
.home-hero.home-hero-poster.home-hero-overlay .home-hero-copy {
  display: flex;
  align-items: flex-start;
  width: min(44%, 500px);
  grid-template-columns: none;
  grid-template-areas: none;
}

.home-hero.home-hero-poster.home-hero-overlay .home-hero-copy .home-hero-lead,
.home-hero.home-hero-poster.home-hero-overlay .home-hero-copy .hero-actions {
  align-self: flex-start;
}

.home-hero.home-hero-poster.home-hero-overlay .home-hero-copy .home-hero-lead {
  width: 100%;
  max-width: none;
}

.home-hero.home-hero-poster.home-hero-overlay .home-hero-grid {
  display: block;
  flex-direction: initial;
}

.home-hero.home-hero-poster.home-hero-overlay .home-hero-copy h1 {
  margin: 18px 0 24px;
  font-size: clamp(3rem, 5.4vw, 6rem);
  line-height: .98;
}

.home-stats .stat-kicker {
  margin: 0;
}

@media (max-width: 900px) {
  .home-hero.home-hero-poster.home-hero-overlay .home-hero-copy {
    gap: 10px;
    width: 86%;
    padding: 34px 0;
  }

  .home-hero.home-hero-poster.home-hero-overlay .home-hero-copy .home-hero-lead {
    align-self: auto;
  }

  .home-hero.home-hero-poster.home-hero-overlay .home-hero-copy .hero-actions {
    margin-top: 16px;
  }
}

/* The OEM page has older, more-specific logo-wall rules; keep both rows compact and separated. */
body[data-page="oem-odm"] .partner-logo-grid[data-marquee] {
  grid-template-columns: minmax(0, 1fr) !important;
  grid-template-rows: repeat(2, clamp(60px, 7vw, 78px)) !important;
  grid-auto-flow: row;
  gap: clamp(12px, 1.8vw, 22px) !important;
  padding: 0 !important;
}

body[data-page="oem-odm"] .partner-logo-grid[data-marquee] .partner-logo-track {
  min-height: clamp(60px, 7vw, 78px) !important;
}

body[data-page="oem-odm"] .partner-logo-grid[data-marquee] figure {
  flex-basis: clamp(94px, 9vw, 132px) !important;
  width: clamp(94px, 9vw, 132px) !important;
  height: clamp(60px, 7vw, 78px) !important;
  padding: 8px !important;
  border: 0 !important;
  background: transparent !important;
}

body[data-page="oem-odm"] .partner-logo-grid[data-marquee] img {
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: 58px !important;
  object-fit: contain !important;
}

/* Final annotation pass: keep the OEM partner-wall heading compact. */
body[data-page="oem-odm"] #oem-odm-cases .section-heading-copy h2 {
  font-size: 30px;
}

/* Empty grid cells remain neutral white instead of exposing the section fill. */
.quality-evidence-rows,
.quality-evidence-row,
.catalog-grid,
.series-product-grid,
.series-card-spacer {
  background: #fff;
}

.series-card-spacer {
  border: 0;
}

@media (min-width: 901px) {
  #products-skincare .series-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  #products-skincare .series-grid .catalog-card figure {
    aspect-ratio: 1.2;
  }

  #products-skincare .series-grid .catalog-card > div {
    min-height: 108px;
    padding: 14px 16px 16px;
  }

  #products-skincare .series-grid .catalog-card p {
    margin-bottom: 10px;
  }

  #products-skincare .series-grid .catalog-card h3 {
    font-size: clamp(0.9rem, 1.05vw, 1.15rem);
  }

  #products-skincare .series-grid .catalog-card span {
    margin-top: 12px;
    font-size: 0.68rem;
  }

  body[data-page="brands"] .brand-copy {
    max-width: none;
  }

  body[data-page="brands"] .brand-product-gallery,
  body[data-page="brands"] .brand-product-gallery-five {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
}

/* The overlay variant has a later background rule; the homepage hero is explicitly white. */
.home-hero.home-hero-poster.home-hero-overlay {
  background: #fff;
}

@media (max-width: 900px) {
  body[data-page="oem-odm"] .partner-logo-grid[data-marquee] {
    grid-template-rows: repeat(2, 56px) !important;
    gap: 10px !important;
  }

  body[data-page="oem-odm"] .partner-logo-grid[data-marquee] .partner-logo-track {
    min-height: 56px !important;
  }

  body[data-page="oem-odm"] .partner-logo-grid[data-marquee] figure {
    flex-basis: 86px !important;
    width: 86px !important;
    height: 56px !important;
    padding: 5px !important;
  }

  body[data-page="oem-odm"] .partner-logo-grid[data-marquee] img {
    max-height: 43px !important;
  }
}
