:root {
  --site-nav-height: 78px;
  --graphite: #151817;
  --graphite-2: #222724;
  --ink: #202520;
  --muted: #69736d;
  --paper: #fbfaf5;
  --paper-2: #f1eee4;
  --line: #ded8c9;
  --steel: #5b7770;
  --steel-dark: #314e49;
  --brass: #b98538;
  --brass-light: #e7c681;
  --white: #ffffff;
  --shadow: 0 22px 70px rgba(28, 30, 26, .16);
}

* { box-sizing: border-box; letter-spacing: 0; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Aptos", "Segoe UI", "Helvetica Neue", sans-serif;
  line-height: 1.55;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }

@keyframes mp-fade-rise {
  from {
    opacity: 0;
    transform: translate3d(0, 22px, 0) scale(.985);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes mp-hero-drift {
  0%, 100% {
    transform: scale(1.02) translate3d(0, 0, 0);
  }
  50% {
    transform: scale(1.055) translate3d(-14px, -8px, 0);
  }
}

@keyframes mp-soft-sheen {
  0% {
    transform: translateX(-130%) skewX(-18deg);
  }
  100% {
    transform: translateX(170%) skewX(-18deg);
  }
}

@keyframes mp-icon-breathe {
  0%, 100% {
    box-shadow: 0 14px 32px rgba(0, 0, 0, .18);
  }
  50% {
    box-shadow: 0 18px 42px rgba(20, 70, 76, .34);
  }
}

@keyframes mp-social-link-hover {
  0%, 100% {
    transform: translateY(-4px) scale(1.08);
  }
  50% {
    transform: translateY(-8px) scale(1.14);
  }
}

@keyframes mp-compliance-marquee {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}


@keyframes mp-client-marquee {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-33.3333%, 0, 0); }
}

.site-nav {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: minmax(230px, 1fr) minmax(520px, auto) minmax(180px, 1fr);
  align-items: center;
  gap: 18px;
  min-height: 78px;
  padding: 14px 48px;
  background: rgba(251, 250, 245, .88);
  border-bottom: 1px solid rgba(222, 216, 201, .82);
  backdrop-filter: blur(18px);
}

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

.brand-logo {
  width: clamp(190px, 17vw, 260px);
  height: auto;
  max-height: 54px;
  object-fit: contain;
}

.brand-mark {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid var(--graphite);
  background: var(--graphite);
  color: var(--brass-light);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1rem;
  font-weight: 700;
}

.brand strong,
.brand small {
  display: block;
  overflow-wrap: anywhere;
}

.brand strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.12rem;
  line-height: 1.15;
}

.brand small {
  color: var(--muted);
  font-size: .78rem;
}

.nav-links,
.language-switch,
.hero-actions,
.contact-actions,
.filter-bar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.nav-links {
  justify-content: center;
  gap: 12px;
}

.nav-links a,
.language-switch button,
.filter-bar button {
  min-height: 36px;
  border: 1px solid transparent;
  background: transparent;
  color: var(--graphite);
  padding: 7px 10px;
  font-size: .88rem;
  cursor: pointer;
}

.nav-links a {
  position: relative;
  min-height: 40px;
  padding: 8px 14px 9px;
  color: #1b211f;
  font-family: "Microsoft YaHei", "Noto Serif SC", Georgia, serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  border-radius: 999px;
}

.nav-links a::after {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 6px;
  height: 2px;
  background: var(--brass);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .18s ease;
}

.nav-links a:hover,
.language-switch button:hover,
.filter-bar button:hover {
  border-color: var(--line);
  background: rgba(255, 255, 255, .62);
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: #0f4b56;
}

.nav-links a:hover::after,
.nav-links a:focus-visible::after {
  transform: scaleX(1);
}

.language-switch {
  justify-content: flex-end;
}

.language-switch button,
.filter-bar button {
  border-color: var(--line);
  background: rgba(255, 255, 255, .5);
}

.language-switch button.active,
.filter-bar button.active {
  background: var(--graphite);
  color: var(--white);
  border-color: var(--graphite);
}

.hero {
  position: relative;
  min-height: calc(100svh - var(--site-nav-height));
  height: calc(100svh - var(--site-nav-height));
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  color: var(--white);
  background: var(--graphite);
}

.hero::before {
  content: "";
  position: absolute;
  inset: -3%;
  background: url("../public-assets/ai/hero-mingpan-keyboards-v3.png") right center / auto 100% no-repeat;
  transform-origin: 72% 50%;
  will-change: transform;
  animation: mp-hero-drift 18s ease-in-out infinite;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 76% 28%, rgba(231, 198, 129, .16), transparent 24%),
    linear-gradient(110deg, transparent 0 36%, rgba(255, 255, 255, .055) 48%, transparent 60% 100%);
  mix-blend-mode: screen;
  opacity: .58;
}

.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(21, 24, 23, .9), rgba(21, 24, 23, .66) 42%, rgba(21, 24, 23, .22)),
    linear-gradient(0deg, rgba(21, 24, 23, .72), rgba(21, 24, 23, .05) 48%);
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(1160px, calc(100% - 72px));
  margin: 0 auto;
  padding: 94px 0 72px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--brass-light);
  font-size: .78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.eyebrow.dark { color: var(--steel-dark); }
.eyebrow.light { color: var(--brass-light); }

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  line-height: 1.03;
}

h1 {
  max-width: 900px;
  font-size: 4.55rem;
}

h2 {
  max-width: 840px;
  color: var(--graphite);
  font-size: 3rem;
}

.hero-copy {
  max-width: 740px;
  margin: 22px 0 30px;
  color: rgba(255, 255, 255, .86);
  font-size: 1.12rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border: 1px solid var(--graphite);
  padding: 11px 18px;
  font-weight: 800;
  line-height: 1.2;
  position: relative;
  overflow: hidden;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

.button::after {
  content: "";
  position: absolute;
  inset: -1px auto -1px 0;
  width: 44%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .28), transparent);
  opacity: 0;
  pointer-events: none;
}

.button:hover { transform: translateY(-2px); }
.button:hover::after {
  opacity: 1;
  animation: mp-soft-sheen .85s ease;
}
.button.primary {
  background: var(--brass);
  border-color: var(--brass);
  color: #171714;
}
.button.ghost {
  background: rgba(255, 255, 255, .08);
  border-color: rgba(255, 255, 255, .36);
  color: var(--white);
}
.button.dark {
  background: var(--graphite);
  border-color: var(--graphite);
  color: var(--white);
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(255, 255, 255, .14);
  border-bottom: 1px solid var(--line);
  background: var(--graphite);
  color: var(--white);
}

.proof-strip div {
  min-height: 112px;
  padding: 22px 30px;
  border-right: 1px solid rgba(255, 255, 255, .12);
}

.proof-strip div:last-child { border-right: 0; }
.proof-strip > div > span {
  display: block;
  color: rgba(255, 255, 255, .56);
  font-size: .78rem;
  text-transform: uppercase;
}
.proof-strip strong {
  display: block;
  margin-top: 8px;
  font-size: 1.05rem;
  line-height: 1.25;
}

.proof-strip strong span {
  display: inline;
  color: inherit;
  font-size: inherit;
  text-transform: none;
}

.proof-strip strong:has([data-product-count]) {
  white-space: nowrap;
}

.section {
  width: min(1160px, calc(100% - 72px));
  margin: 0 auto;
  padding: 78px 0;
}

.profile-section,
.capability-section,
.solution-section,
.buyer-section,
.quality-section,
.download-section,
.faq-section,
.exhibition-section,
.contact-section {
  display: grid;
  grid-template-columns: minmax(260px, .82fr) minmax(320px, 1fr);
  gap: 54px;
  align-items: start;
}

.intro-body p,
.solution-section .section-copy p,
.process-heading > p,
.quality-section .section-copy p,
.download-section .section-copy p,
.faq-section .section-copy p,
.factory-layout p,
.confirmation-layout p,
.conversion-layout p,
.contact-copy p {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 1.03rem;
}

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

.capability-grid,
.solution-grid,
.buyer-grid,
.quality-grid,
.download-grid,
.exhibition-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

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

.profile-card,
.capability-card,
.solution-card,
.buyer-card,
.process-card,
.quality-card,
.download-card,
.exhibition-card,
.product-card {
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: 0 1px 0 rgba(0, 0, 0, .02);
}

.profile-card,
.capability-card,
.solution-card,
.buyer-card,
.process-card,
.quality-card,
.exhibition-card {
  min-height: 188px;
  padding: 22px;
}

.profile-card span,
.capability-card span,
.solution-card span,
.buyer-card span,
.process-card span,
.quality-card span,
.download-card span,
.exhibition-card span,
.product-card .meta {
  color: var(--brass);
  font-size: .78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.profile-card h3,
.capability-card h3,
.solution-card h3,
.buyer-card h3,
.process-card h3,
.quality-card h3,
.exhibition-card h3 {
  margin: 12px 0 9px;
  color: var(--graphite);
  font-size: 1.18rem;
  line-height: 1.18;
}

.profile-card p,
.capability-card p,
.solution-card p,
.buyer-card p,
.process-card p,
.quality-card p,
.exhibition-card p,
.product-card p {
  margin: 0;
  color: var(--muted);
  font-size: .94rem;
}

.solution-card {
  display: grid;
  gap: 10px;
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  transform-style: preserve-3d;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.solution-card:hover {
  transform: perspective(900px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) translateY(-5px);
  box-shadow: var(--shadow);
  border-color: rgba(91, 119, 112, .58);
}

.solution-card a {
  align-self: end;
  width: fit-content;
  margin-top: 8px;
  color: var(--steel-dark);
  font-size: .9rem;
  font-weight: 800;
  border-bottom: 1px solid currentColor;
}


.client-marquee-section {
  width: 100%;
  overflow: hidden;
  padding: 62px 0 66px;
  background: #f3eee2;
  border-top: 1px solid rgba(23, 31, 28, .1);
  border-bottom: 1px solid rgba(23, 31, 28, .1);
}

.client-marquee-copy {
  width: min(1160px, calc(100% - 72px));
  margin: 0 auto 26px;
  display: grid;
  justify-items: center;
  gap: 12px;
  text-align: center;
}

.client-marquee-copy h2 {
  margin: 0;
  color: #151a17;
  font-size: clamp(2.25rem, 4vw, 4.65rem);
  line-height: 1.02;
  letter-spacing: .02em;
}

.client-marquee-copy .eyebrow {
  margin: 0;
  color: #b88631;
  font-size: clamp(2rem, 3.4vw, 3.9rem);
  line-height: 1;
  letter-spacing: .08em;
  font-weight: 900;
}

.client-marquee {
  width: 100%;
  overflow: hidden;
  padding: 8px 0 12px;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 7%, #000 93%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 7%, #000 93%, transparent 100%);
}

.client-track {
  display: flex;
  align-items: center;
  width: max-content;
  animation: mp-client-marquee 72s linear infinite;
}

.client-marquee:hover .client-track {
  animation-play-state: paused;
}

.client-logo-tile {
  position: relative;
  display: grid;
  place-items: center;
  min-width: clamp(220px, 18vw, 300px);
  height: 132px;
  margin-right: 26px;
  padding: 0 24px;
  border: 1px solid rgba(28, 35, 31, .1);
  border-radius: 20px;
  background: linear-gradient(180deg, #fff 0%, #f8f6f0 100%);
  box-shadow: 0 18px 40px rgba(24, 31, 28, .08);
  color: #151a17;
  overflow: hidden;
}

.client-logo-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, transparent 0 55%, rgba(190, 143, 62, .08) 56% 100%);
  pointer-events: none;
}

.client-logo-mark {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: min(88%, 230px);
  height: 76px;
  padding: 8px 18px;
  border-radius: 14px;
  background: rgba(255, 255, 255, .64);
}

.client-logo-word {
  position: relative;
  z-index: 1;
  display: block;
  color: currentColor;
  font-size: clamp(1.45rem, 1.95vw, 2.15rem);
  font-weight: 850;
  letter-spacing: .04em;
  line-height: 1;
  text-transform: uppercase;
}

.client-logo-mark img {
  display: block;
  width: auto;
  max-width: 94%;
  max-height: 66px;
  object-fit: contain;
  filter: saturate(.95) contrast(1.06);
}

.client-marquee-section .client-logo-tile {
  flex: 0 0 clamp(220px, 18vw, 300px) !important;
  width: clamp(220px, 18vw, 300px) !important;
  min-width: clamp(220px, 18vw, 300px) !important;
  max-width: clamp(220px, 18vw, 300px) !important;
  height: 132px !important;
  overflow: hidden !important;
}

.client-marquee-section .client-logo-mark {
  width: min(82%, 168px) !important;
  max-width: 168px !important;
  height: 62px !important;
  overflow: hidden !important;
}

.client-marquee-section .client-logo-mark img,
.client-marquee-section .client-logo-tile img {
  display: block !important;
  width: 100% !important;
  height: 56px !important;
  max-width: 100% !important;
  max-height: 56px !important;
  object-fit: contain !important;
}

.client-marquee-section .client-logo-belkin .client-logo-mark {
  width: min(82%, 172px) !important;
}

.client-logo-tm {
  position: absolute;
  top: 8px;
  right: 12px;
  z-index: 2;
  color: #151a17;
  font-size: clamp(.62rem, .75vw, .86rem);
  font-weight: 900;
  letter-spacing: .04em;
  line-height: 1;
  opacity: .82;
}

.client-logo-samsung .client-logo-word { letter-spacing: .16em; font-weight: 900; }
.client-logo-belkin .client-logo-word { text-transform: none; letter-spacing: -.02em; font-weight: 900; }
.client-logo-vtech .client-logo-word { text-transform: none; color: #d21f2b; letter-spacing: -.02em; }
.client-logo-tcl .client-logo-word { color: #c7192e; letter-spacing: .12em; }
.client-logo-zte .client-logo-word { color: #1177c9; letter-spacing: .14em; }
.client-logo-haier .client-logo-word { color: #1570b8; text-transform: none; letter-spacing: .02em; }
.client-logo-esr .client-logo-word { letter-spacing: .18em; }
.client-logo-elecom .client-logo-word { letter-spacing: .08em; }
.client-logo-brydge .client-logo-word { letter-spacing: .12em; }


.process-band {
  background: var(--white);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.process-heading {
  display: grid;
  grid-template-columns: minmax(280px, .95fr) minmax(320px, .88fr);
  gap: 54px;
  align-items: end;
  padding-bottom: 28px;
}

.process-heading > p {
  max-width: 520px;
}

.product-band {
  background: var(--paper-2);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.product-heading {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
  padding-bottom: 28px;
}

.product-heading h2 {
  max-width: 760px;
}

.product-heading .section-copy > p:not(.eyebrow) {
  max-width: 720px;
  margin: 18px 0 0;
  color: var(--muted);
}

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

.product-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-top: 20px;
}

.product-footer p {
  max-width: 720px;
  margin: 0;
  color: var(--muted);
}

.product-footer-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.product-footer .button.ghost {
  background: rgba(255, 255, 255, .58);
  border-color: var(--line);
  color: var(--graphite);
}

.product-footer .button.ghost:hover {
  border-color: var(--graphite);
  background: var(--white);
}

.catalog-page {
  min-height: calc(100svh - var(--site-nav-height));
}

.catalog-page .product-heading {
  align-items: flex-start;
}

.catalog-page .product-grid {
  padding-bottom: 72px;
}

.product-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  transform-style: preserve-3d;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.product-card:hover {
  transform: perspective(900px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) translateY(-6px);
  box-shadow: var(--shadow);
  border-color: rgba(91, 119, 112, .6);
}

.product-image {
  display: grid;
  place-items: center;
  width: 100%;
  aspect-ratio: 4 / 3;
  background: var(--white);
  overflow: hidden;
}

.product-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 22px;
  transition: transform .32s ease, filter .32s ease;
}

.product-card:hover .product-image img {
  transform: scale(1.045);
  filter: drop-shadow(0 16px 22px rgba(20, 24, 22, .14));
}

.product-content {
  display: grid;
  gap: 13px;
  padding: 20px;
}

.product-card h3 {
  margin: 0;
  color: var(--graphite);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.42rem;
  line-height: 1.08;
}

.spec-list {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.spec-list li {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  min-height: 30px;
  border-top: 1px solid var(--line);
  padding-top: 7px;
  color: var(--muted);
  font-size: .86rem;
}

.spec-list strong {
  color: var(--graphite);
  text-align: right;
}

.product-link {
  display: inline-flex;
  width: fit-content;
  color: var(--steel-dark);
  font-size: .92rem;
  font-weight: 800;
}

.factory-band,
.confirmation-band,
.conversion-band,
.project-brief-band {
  background: var(--graphite);
  color: var(--white);
}

.factory-band {
  border-top: 1px solid rgba(255, 255, 255, .12);
}

.factory-layout,
.confirmation-layout,
.conversion-layout,
.project-brief-layout {
  display: grid;
  grid-template-columns: minmax(280px, .9fr) minmax(320px, 1fr);
  gap: 54px;
  align-items: start;
}

.factory-layout h2,
.confirmation-layout h2,
.conversion-layout h2,
.project-brief-layout h2 {
  color: var(--white);
}

.factory-layout p,
.confirmation-layout p,
.conversion-layout p,
.project-brief-layout p {
  color: rgba(255, 255, 255, .72);
}

.factory-stat-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, .14);
  border: 1px solid rgba(255, 255, 255, .14);
}

.factory-stat {
  min-height: 124px;
  padding: 20px;
  background: var(--graphite-2);
}

.factory-stat span,
.media-card .media-frame > span {
  display: block;
  color: var(--brass-light);
  font-size: .78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.factory-stat strong {
  display: block;
  margin-top: 12px;
  color: rgba(255, 255, 255, .86);
  font-size: 1rem;
  line-height: 1.38;
}

.media-grid {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 48px) / 4);
  gap: 16px;
  padding-top: 0;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-behavior: auto;
  scroll-snap-type: none;
  scrollbar-width: none;
  touch-action: pan-y;
  cursor: grab;
}

.media-grid::-webkit-scrollbar {
  display: none;
}

.media-grid.is-dragging {
  cursor: grabbing;
  scroll-behavior: auto;
  user-select: none;
}

.factory-gallery-shell {
  position: relative;
  width: min(1276px, calc(100% - 24px));
  box-sizing: border-box;
  padding: 0 58px 78px;
}

.gallery-arrow {
  display: grid;
  place-items: center;
  position: absolute;
  top: calc(50% - 39px);
  z-index: 5;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid rgba(231, 198, 129, .38);
  border-radius: 6px;
  background: rgba(255, 255, 255, .08);
  color: var(--brass-light);
  font: 400 2rem/1 Georgia, serif;
  cursor: pointer;
  transition: background-color .2s ease, border-color .2s ease, transform .2s ease;
  transform: translateY(-50%);
  box-shadow: 0 10px 24px rgba(0, 0, 0, .22);
}

.gallery-arrow-prev {
  left: 7px;
}

.gallery-arrow-next {
  right: 7px;
}

.gallery-arrow:hover,
.gallery-arrow:focus-visible {
  border-color: rgba(231, 198, 129, .78);
  background: rgba(231, 198, 129, .16);
  transform: translateY(-50%) scale(1.05);
  outline: none;
}

.media-card {
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .16);
  scroll-snap-align: start;
  min-width: 0;
}

.media-frame {
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background:
    linear-gradient(135deg, rgba(231, 198, 129, .12), rgba(91, 119, 112, .1)),
    repeating-linear-gradient(45deg, rgba(255, 255, 255, .06) 0 1px, transparent 1px 14px);
  text-align: center;
}

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

.media-frame-entrance {
  background-image: url("../public-assets/factory/mingpan/gallery/company-signage-closeup.jpg");
  background-size: cover;
  background-position: 40% 52%;
  background-repeat: no-repeat;
}

.media-frame .media-label {
  position: absolute;
  left: 14px;
  bottom: 12px;
  max-width: calc(100% - 28px);
  padding: 7px 9px;
  background: rgba(19, 22, 20, .78);
  border: 1px solid rgba(231, 198, 129, .3);
  color: var(--brass-light);
  backdrop-filter: blur(8px);
}

.media-card h3,
.media-card p {
  margin: 0;
}

@media (max-width: 980px) {
  .media-grid {
    grid-auto-columns: calc((100% - 16px) / 2);
  }
}

@media (max-width: 620px) {
  .section.factory-gallery-shell {
    width: calc(100% - 12px);
    padding: 0 48px 58px;
  }

  .media-grid {
    grid-auto-columns: 86%;
  }

  .gallery-arrow {
    width: 40px;
    height: 40px;
  }

  .gallery-arrow-prev {
    left: 4px;
  }

  .gallery-arrow-next {
    right: 4px;
  }
}

.media-card h3 {
  padding: 18px 18px 6px;
  color: var(--white);
  font-size: 1.05rem;
}

.media-card p {
  padding: 0 18px 18px;
  color: rgba(255, 255, 255, .7);
  font-size: .9rem;
}

.confirmation-list {
  display: grid;
  gap: 1px;
  background: rgba(255, 255, 255, .14);
  border: 1px solid rgba(255, 255, 255, .14);
}

.confirmation-item {
  display: grid;
  grid-template-columns: minmax(120px, .72fr) minmax(170px, 1fr);
  gap: 18px;
  min-height: 64px;
  padding: 17px 18px;
  background: var(--graphite-2);
}

.confirmation-item span {
  color: var(--brass-light);
  font-weight: 800;
}

.confirmation-item strong {
  color: rgba(255, 255, 255, .84);
  font-weight: 500;
}

.compliance-ribbon {
  display: grid;
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  gap: 18px;
  padding: 0 0 52px;
}

.compliance-ribbon-card {
  position: relative;
  width: 100%;
  min-height: clamp(318px, 21.6vw, 420px);
  overflow: hidden;
  border-block: 1px solid rgba(255, 255, 255, .16);
  background:
    linear-gradient(90deg, rgba(16, 22, 21, .1), transparent 5%, transparent 95%, rgba(16, 22, 21, .12)),
    linear-gradient(180deg, #ffffff 0 50%, #fbfbfa 50% 100%);
  box-shadow:
    inset 0 1px rgba(255, 255, 255, .38),
    inset 0 -1px rgba(8, 11, 11, .22);
}

.compliance-band-face,
.compliance-band-reflection {
  position: absolute;
  left: -8vw;
  width: 116vw;
  overflow: hidden;
  cursor: default;
}

.compliance-band-face {
  z-index: 2;
  top: clamp(54px, 4.6vw, 84px);
  height: clamp(140px, 8.4vw, 172px);
  background:
    linear-gradient(104deg, rgba(255, 238, 155, .99), rgba(255, 227, 104, .97)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, .12) 0 1px, transparent 1px 46px);
  transform: rotate(-3.35deg);
  transform-origin: 50% 50%;
  box-shadow:
    0 18px 42px rgba(139, 106, 31, .12),
    0 34px 38px rgba(20, 18, 11, .08),
    inset 0 1px rgba(255, 255, 255, .44),
    inset 0 -1px rgba(138, 109, 33, .08);
}

.compliance-band-reflection {
  z-index: 1;
  top: clamp(156px, 11.1vw, 212px);
  height: clamp(126px, 8.9vw, 170px);
  background:
    linear-gradient(100deg, rgba(255, 255, 255, .94), rgba(244, 244, 241, .88)),
    repeating-linear-gradient(90deg, rgba(222, 222, 216, .12) 0 1px, transparent 1px 48px);
  opacity: 1;
  filter: none;
  transform: rotate(2.15deg);
  transform-origin: 50% 52%;
  box-shadow:
    inset 0 18px 26px rgba(255, 255, 255, .62),
    inset 0 -16px 42px rgba(228, 228, 224, .38);
}

.cert-track {
  display: flex;
  width: max-content;
  height: 100%;
  align-items: center;
  gap: 0;
  padding: 0;
  will-change: transform;
}

.motion-ready .cert-track {
  animation: mp-compliance-marquee 31s linear infinite;
}

.compliance-band-reflection .cert-track {
  animation-duration: 36s;
  animation-delay: -11s;
}

.compliance-band-face:hover .cert-track,
.compliance-band-reflection:hover .cert-track {
  animation-play-state: paused;
}

.cert-sequence {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  gap: 0;
  width: clamp(1840px, 168vw, 2640px);
  padding-inline: clamp(70px, 6.2vw, 128px);
}

.cert-mark {
  display: inline-grid;
  place-items: center;
  flex: 0 0 clamp(112px, 7.4vw, 154px);
  min-height: clamp(74px, 4.7vw, 98px);
  color: #050707;
  font-family: "Helvetica Neue", "Arial", "Aptos", sans-serif;
  font-size: clamp(2.34rem, 3.38vw, 4.78rem);
  font-weight: 800;
  line-height: .82;
  letter-spacing: -.015em;
  text-align: center;
  white-space: nowrap;
  text-transform: uppercase;
  transform: rotate(3.35deg);
}

.cert-ce {
  font-family: "Helvetica Neue", "Arial", sans-serif;
  font-size: clamp(2.62rem, 3.72vw, 5.12rem);
  font-weight: 800;
  letter-spacing: .04em;
  transform: rotate(3.35deg) scaleX(1.05);
}

.cert-ised {
  font-family: "Arial Narrow", "Helvetica Neue Condensed", "Aptos", sans-serif;
  font-size: clamp(1.04rem, 1.44vw, 1.95rem);
  font-weight: 800;
  letter-spacing: .01em;
}

.cert-kc {
  font-family: "Helvetica Neue", "Arial", sans-serif;
  font-size: clamp(2.42rem, 3.42vw, 4.72rem);
  font-weight: 800;
  color: transparent;
  -webkit-text-stroke: clamp(1.8px, .14vw, 2.8px) #050707;
  text-stroke: clamp(1.8px, .14vw, 2.8px) #050707;
}

.cert-ukca {
  font-family: "Arial Rounded MT Bold", "Arial Black", "Helvetica Neue", sans-serif;
  font-size: clamp(1.84rem, 2.58vw, 3.48rem);
  font-weight: 800;
  letter-spacing: -.045em;
}

.cert-fcc {
  font-family: "Helvetica Neue", "Arial", sans-serif;
  font-size: clamp(2.46rem, 3.5vw, 4.86rem);
  font-weight: 800;
  letter-spacing: -.045em;
}

.compliance-band-reflection .cert-mark {
  color: rgba(0, 0, 0, .22);
  -webkit-text-stroke-color: rgba(0, 0, 0, .22);
  text-stroke-color: rgba(0, 0, 0, .22);
  transform: rotate(-2.15deg);
}

.compliance-band-reflection .cert-ce {
  transform: rotate(-2.15deg) scaleX(1.05);
}

.compliance-ribbon-note {
  max-width: 620px;
  margin: 0 auto;
  color: rgba(255, 255, 255, .68);
  font-size: .94rem;
  text-align: center;
}

.download-card {
  display: grid;
  gap: 14px;
  min-height: 182px;
  padding: 22px;
}

.download-card p {
  margin: 0;
  color: var(--muted);
  font-size: .94rem;
}

.download-card a {
  align-self: end;
  width: fit-content;
  border-bottom: 1px solid currentColor;
  color: var(--steel-dark);
  font-size: .9rem;
  font-weight: 800;
}

.path-card {
  min-height: 170px;
  padding: 22px;
  background: var(--graphite-2);
  border: 1px solid rgba(255, 255, 255, .14);
}

.path-card span {
  color: var(--brass-light);
  font-size: .78rem;
  font-weight: 800;
}

.path-card h3 {
  margin: 12px 0 9px;
  color: var(--white);
  font-size: 1.12rem;
}

.path-card p {
  margin: 0;
  color: rgba(255, 255, 255, .72);
  font-size: .92rem;
}

.faq-list {
  display: grid;
  gap: 10px;
}

.faq-item {
  background: var(--white);
  border: 1px solid var(--line);
}

.faq-item summary {
  cursor: pointer;
  padding: 18px 20px;
  color: var(--graphite);
  font-weight: 800;
  list-style-position: outside;
}

.faq-item p {
  margin: 0;
  border-top: 1px solid var(--line);
  padding: 0 20px 18px;
  color: var(--muted);
}

.project-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .16);
  padding: 22px;
}

.project-form label {
  display: grid;
  gap: 7px;
  min-width: 0;
}

.project-form label > span {
  color: var(--brass-light);
  font-size: .78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.project-form input,
.project-form select,
.project-form textarea {
  width: 100%;
  min-height: 42px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 0;
  background: rgba(255, 255, 255, .92);
  color: var(--graphite);
  padding: 10px 12px;
  outline: 0;
}

.project-form textarea {
  resize: vertical;
}

.project-checkbox,
.project-notes,
.project-form-actions {
  grid-column: 1 / -1;
}

.project-checkbox {
  display: flex !important;
  grid-template-columns: none;
  align-items: center;
  gap: 10px;
  min-height: 42px;
}

.project-checkbox input {
  width: 18px;
  min-height: 18px;
}

.project-checkbox span {
  color: rgba(255, 255, 255, .84) !important;
}

.project-form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 2px;
}

.contact-section {
  align-items: center;
}

.contact-panel {
  display: grid;
  gap: 14px;
  background: var(--white);
  border: 1px solid var(--line);
  padding: 26px;
  box-shadow: var(--shadow);
}

.contact-line {
  display: grid;
  gap: 4px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 14px;
}

.contact-line span {
  color: var(--muted);
  font-size: .82rem;
  text-transform: uppercase;
}

.contact-line strong {
  overflow-wrap: anywhere;
  font-size: 1.05rem;
}

.social-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 10px;
}

.social-card {
  display: grid;
  gap: 5px;
  min-height: 118px;
  padding: 14px;
  background: var(--paper);
  border: 1px solid var(--line);
}

.social-card span {
  color: var(--steel-dark);
  font-size: .78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.social-card strong,
.social-card small {
  overflow-wrap: anywhere;
}

.social-card strong {
  color: var(--graphite);
  font-size: 1rem;
}

.social-card small {
  color: var(--muted);
  font-size: .82rem;
  line-height: 1.35;
}

.contact-actions {
  margin-top: 2px;
}

.footer {
  color: rgba(255, 255, 255, .78);
  background: #151d22;
  font-family: "Microsoft YaHei", "PingFang SC", "Source Han Sans SC", "Noto Sans CJK SC", "Segoe UI", sans-serif;
  font-size: .92rem;
}

.footer-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  width: min(100% - 96px, 1220px);
  margin: 0 auto;
  padding: 40px 56px;
  color: #fff;
  background: #123f4a;
  border: 1px solid rgba(201, 222, 224, .22);
  border-radius: 4px;
  box-shadow: 0 22px 54px rgba(4, 18, 24, .22);
  transform: translateY(-44px);
}

.footer-cta span {
  display: block;
  margin-bottom: 8px;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: 0;
}

.footer-cta strong {
  display: block;
  max-width: 720px;
  font-family: "Microsoft YaHei", "PingFang SC", "Source Han Sans SC", "Noto Sans CJK SC", "Segoe UI", sans-serif;
  font-size: 3.15rem;
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: 0;
}

.footer-cta-button,
.footer-contact-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 26px;
  color: #123f4a;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, .7);
  font-size: .88rem;
  font-weight: 900;
  white-space: nowrap;
}

.footer-main {
  width: min(100% - 96px, 1060px);
  margin: -6px auto 0;
  padding: 42px 0 30px;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(220px, 1.15fr) minmax(145px, .78fr) minmax(145px, .78fr) minmax(330px, 1.22fr);
  gap: 54px;
}

.footer-col {
  display: grid;
  align-content: start;
  gap: 11px;
}

.footer-col h3 {
  margin: 0 0 10px;
  color: rgba(255, 255, 255, .92);
  font-family: "Microsoft YaHei", "PingFang SC", "Source Han Sans SC", "Noto Sans CJK SC", "Segoe UI", sans-serif;
  font-size: .98rem;
  font-weight: 650;
  line-height: 1.4;
}

.footer-col p {
  margin: 0;
  color: rgba(255, 255, 255, .62);
  line-height: 1.68;
}

.footer a {
  color: rgba(255, 255, 255, .74);
  font-weight: 540;
}

.footer .footer-cta-button {
  color: #123f4a;
}

.footer .footer-contact-button {
  color: #fff;
}

.footer a:hover {
  color: #fff;
}

.footer-contact a {
  color: rgba(255, 255, 255, .9);
  font-weight: 600;
  overflow-wrap: anywhere;
}

.footer-contact p > span:first-child {
  display: inline-block;
  margin-bottom: 2px;
  color: rgba(255, 255, 255, .58);
  font-size: .86rem;
  font-weight: 500;
}

.footer-contact p > span:last-child {
  color: rgba(255, 255, 255, .76);
  font-weight: 500;
}

.footer-social {
  display: grid;
  grid-template-columns: repeat(5, 34px);
  align-items: center;
  justify-content: start;
  gap: 26px 34px;
  margin: 24px 0 28px;
  overflow: visible;
}

.footer-social-link {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: #fff;
  background: transparent;
  border: 0;
  border-radius: 11px;
  font-size: .74rem;
  font-weight: 900;
  text-transform: uppercase;
  transition: transform .2s ease, background-color .2s ease, box-shadow .2s ease, opacity .2s ease, filter .2s ease;
}

.footer-social-link img {
  width: 29px;
  height: 29px;
  object-fit: contain;
  border-radius: 0;
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, .18));
  transition: filter .2s ease, opacity .2s ease;
}

.footer-social-link:hover {
  transform: translateY(-4px) scale(1.08);
  background: rgba(255, 255, 255, .075);
  box-shadow: 0 15px 30px rgba(0, 0, 0, .22), inset 0 0 0 1px rgba(255, 255, 255, .12);
}

.footer-social-link:hover img {
  filter: drop-shadow(0 0 12px rgba(255, 255, 255, .38));
}

.footer-contact-button {
  width: fit-content;
  color: #fff;
  background: #184d58;
  border-color: #184d58;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-top: 72px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, .08);
  color: rgba(255, 255, 255, .45);
  font-size: .82rem;
}

.reveal {
  opacity: 0;
  transform: translateY(26px) scale(.985);
  transition: opacity .68s cubic-bezier(.2, .72, .18, 1), transform .68s cubic-bezier(.2, .72, .18, 1);
  transition-delay: var(--reveal-delay, 0ms);
}

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

.motion-ready .hero .eyebrow,
.motion-ready .hero h1,
.motion-ready .hero-copy,
.motion-ready .hero-actions {
  opacity: 0;
  animation: mp-fade-rise .78s cubic-bezier(.2, .72, .18, 1) forwards;
}

.motion-ready .hero .eyebrow { animation-delay: .08s; }
.motion-ready .hero h1 { animation-delay: .18s; }
.motion-ready .hero-copy { animation-delay: .3s; }
.motion-ready .hero-actions { animation-delay: .42s; }

.motion-ready .proof-strip > div {
  opacity: 0;
  animation: mp-fade-rise .62s cubic-bezier(.2, .72, .18, 1) forwards;
}

.motion-ready .proof-strip > div:nth-child(1) { animation-delay: .5s; }
.motion-ready .proof-strip > div:nth-child(2) { animation-delay: .58s; }
.motion-ready .proof-strip > div:nth-child(3) { animation-delay: .66s; }
.motion-ready .proof-strip > div:nth-child(4) { animation-delay: .74s; }

.motion-ready .profile-card,
.motion-ready .capability-card,
.motion-ready .buyer-card,
.motion-ready .process-card,
.motion-ready .quality-card,
.motion-ready .download-card,
.motion-ready .exhibition-card,
.motion-ready .media-card,
.motion-ready .social-card {
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  transform-style: preserve-3d;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease, background-color .22s ease;
}

.motion-ready .profile-card:hover,
.motion-ready .capability-card:hover,
.motion-ready .buyer-card:hover,
.motion-ready .process-card:hover,
.motion-ready .quality-card:hover,
.motion-ready .download-card:hover,
.motion-ready .exhibition-card:hover,
.motion-ready .media-card:hover,
.motion-ready .social-card:hover {
  transform: perspective(900px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) translateY(-5px);
  box-shadow: var(--shadow);
  border-color: rgba(91, 119, 112, .56);
}

.motion-ready .social-card:hover {
  animation: mp-icon-breathe 1.8s ease-in-out infinite;
}

.motion-ready .footer-social-link:hover {
  animation: mp-social-link-hover 1.35s ease-in-out infinite;
}

@media (max-width: 1040px) {
  .site-nav {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    padding: 14px 28px;
  }

  .nav-links {
    grid-column: 1 / -1;
    justify-content: center;
  }

  .language-switch {
    justify-content: flex-end;
  }

  h1 { font-size: 3.65rem; }
  h2 { font-size: 2.38rem; }

  .process-grid,
  .path-grid,
  .proof-strip,
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .profile-section,
  .capability-section,
  .solution-section,
  .buyer-section,
  .process-heading,
  .quality-section,
  .download-section,
  .faq-section,
  .exhibition-section,
  .factory-layout,
  .confirmation-layout,
  .conversion-layout,
  .project-brief-layout,
  .contact-section {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 720px) {
  .client-marquee-copy {
    width: min(100% - 34px, 1160px);
    display: grid;
    gap: 10px;
  }

  .client-logo-tile {
    min-width: 184px;
    height: 98px;
    margin-right: 14px;
    border-radius: 14px;
  }

  .client-logo-mark {
    width: min(88%, 160px);
    height: 58px;
    padding: 6px 12px;
  }

  .client-logo-mark img {
    max-height: 50px;
  }

  .client-logo-word {
    font-size: 1.18rem;
  }

  .site-nav {
    position: static;
    gap: 10px;
    padding: 12px 16px;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
  }

  .brand strong {
    font-size: 1rem;
  }

  .brand small {
    font-size: .72rem;
  }

  .nav-links,
  .language-switch {
    gap: 6px;
  }

  .nav-links {
    justify-content: center;
  }

  .nav-links a,
  .language-switch button,
  .filter-bar button {
    min-height: 32px;
    padding: 5px 8px;
    font-size: .82rem;
  }

  .hero {
    min-height: calc(100svh - var(--site-nav-height));
    height: auto;
  }

  .hero::before {
    background-position: 60% center;
    background-size: auto 100%;
  }

  .hero-content,
  .section {
    width: min(100% - 34px, 1160px);
  }

  .hero-content {
    padding: 64px 0 42px;
  }

  h1 {
    max-width: min(100%, 320px);
    font-size: 2rem;
    line-height: 1.08;
  }
  h2 { font-size: 2rem; }

  .hero-copy {
    max-width: min(100%, 320px);
    font-size: .96rem;
  }

  .proof-strip,
  .profile-grid,
  .capability-grid,
  .solution-grid,
  .buyer-grid,
  .process-grid,
  .quality-grid,
  .download-grid,
  .exhibition-grid,
  .factory-stat-grid,
  .path-grid,
  .product-grid {
    grid-template-columns: 1fr;
  }

  .proof-strip div {
    min-height: 88px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
    padding: 18px;
  }

  .section {
    padding: 58px 0;
  }

  .product-heading {
    display: grid;
    align-items: start;
  }

  .filter-bar {
    width: 100%;
  }

  .filter-bar button {
    flex: 1 1 140px;
  }

  .spec-list li {
    display: grid;
    grid-template-columns: minmax(88px, .72fr) minmax(0, 1fr);
    align-items: start;
  }

  .spec-list strong {
    overflow-wrap: anywhere;
    text-align: left;
  }

  .hero-actions,
  .contact-actions,
  .project-form-actions,
  .button {
    width: 100%;
  }

  .product-footer,
  .product-footer-actions {
    display: grid;
    width: 100%;
    justify-content: stretch;
  }

  .project-form {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .confirmation-item {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .compliance-ribbon-card {
    min-height: 270px;
  }

  .compliance-band-face,
  .compliance-band-reflection {
    left: -18vw;
    width: 136vw;
  }

  .compliance-band-face {
    top: 48px;
    height: 108px;
  }

  .compliance-band-reflection {
    top: 148px;
    height: 102px;
  }

  .cert-track {
    min-width: 0;
  }

  .cert-sequence {
    width: 250vw;
    padding-inline: 38px;
  }

  .cert-mark {
    flex-basis: 68px;
    min-height: 54px;
    font-size: clamp(1.86rem, 8.2vw, 2.95rem);
  }

  .cert-ised {
    font-size: clamp(.78rem, 3.8vw, 1.26rem);
  }

  .cert-ukca {
    font-size: clamp(1.28rem, 6.1vw, 2.05rem);
  }

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

  .footer-cta {
    display: grid;
    width: min(100% - 34px, 1220px);
    padding: 28px 22px;
    transform: translateY(-28px);
  }

  .footer-cta strong {
    font-size: 2rem;
  }

  .footer-main {
    width: min(100% - 34px, 1060px);
    padding: 24px 0 26px;
  }

  .footer-grid,
  .footer-bottom {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .footer-social {
    grid-template-columns: repeat(4, 34px);
    gap: 22px 30px;
  }

  .footer-bottom {
    display: grid;
    margin-top: 44px;
  }
}

@media (max-width: 430px) {
  h1 {
    max-width: 320px;
    font-size: 1.82rem;
  }

  .hero-copy {
    max-width: 320px;
    font-size: .92rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .client-track,
  html { scroll-behavior: auto; }
  .hero::before,
  .hero::after,
  .compliance-band-face,
  .cert-track,
  .motion-ready .hero .eyebrow,
  .motion-ready .hero h1,
  .motion-ready .hero-copy,
  .motion-ready .hero-actions,
  .motion-ready .proof-strip > div,
  .button,
  .product-card,
  .solution-card,
  .profile-card,
  .capability-card,
  .buyer-card,
  .process-card,
  .quality-card,
  .download-card,
  .exhibition-card,
  .media-card,
  .social-card,
  .footer-social-link,
  .reveal {
    animation: none;
    transition: none;
  }

  .hero::before,
  .compliance-band-face,
  .compliance-band-reflection,
  .button::after {
    transform: none;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
/* Email inquiry fallback for browsers without a configured mail application. */
.email-dialog {
  width: min(520px, calc(100vw - 32px));
  padding: 0;
  border: 1px solid rgba(200, 147, 52, 0.55);
  border-radius: 8px;
  background: #151c20;
  color: #fff;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.35);
}

.email-dialog::backdrop { background: rgba(8, 12, 14, 0.72); }

.email-dialog-panel { position: relative; padding: 36px; }

.email-dialog-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 38px;
  height: 38px;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.email-dialog-eyebrow {
  margin: 0 0 10px;
  color: #d7a448;
  font-size: 13px;
  font-weight: 700;
}

.email-dialog h2 { margin: 0 0 12px; font-size: 30px; }
.email-dialog-note { margin: 0 0 20px; color: #c9d0d2; line-height: 1.7; }
.email-dialog-address { display: block; margin-bottom: 24px; font-size: clamp(18px, 4vw, 24px); overflow-wrap: anywhere; }
.email-dialog-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.email-dialog-actions .button { border: 1px solid rgba(255, 255, 255, 0.26); cursor: pointer; }

@media (max-width: 560px) {
  .email-dialog-panel { padding: 30px 22px 24px; }
  .email-dialog-actions { display: grid; }
}
