:root {
  --ink: #111315;
  --body: #31363b;
  --muted: #697078;
  --paper: #f1f1f0;
  --white: #ffffff;
  --line: #d4d7da;
  --red: #c70810;
  --red-bright: #ed141c;
  --navy: #17283a;
  --navy-deep: #101f2f;
  --barlow: "Barlow", Arial, sans-serif;
  --display: "Bebas Neue", "Arial Narrow", sans-serif;
  --zh-sans: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans CJK SC", system-ui, sans-serif;
  --arabic-sans: "Noto Sans Arabic", "Geeza Pro", Tahoma, Arial, sans-serif;
  --intl-sans: "Arial Narrow", "Roboto Condensed", "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 120px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--barlow);
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.site-shell { min-width: 0; overflow: clip; }
.skip-link {
  position: fixed;
  z-index: 200;
  top: 10px;
  left: 10px;
  padding: 10px 14px;
  color: #fff;
  background: var(--navy-deep);
  transform: translateY(-150%);
  transition: transform .18s ease;
}
.skip-link:focus { transform: translateY(0); }
:where(a, button, input, select, textarea):focus-visible {
  outline: 3px solid #1769d2;
  outline-offset: 3px;
}

.page-header {
  position: sticky;
  z-index: 120;
  top: 0;
  box-shadow: 0 10px 26px rgba(16, 31, 47, .08);
}
body.admin-bar .page-header { top: 32px; }
body.admin-bar :where(#primary, #top, #products, #applications, #manufacturing, #about, #oem, #contact) { scroll-margin-top: 32px; }

.utility-bar {
  height: 42px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--line);
  background: #ececeb;
}
.utility-inner {
  width: 100%;
  max-width: 1536px;
  margin: 0 auto;
  padding: 0 48px;
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .03em;
}
.utility-inner span { display: inline-flex; align-items: center; gap: 8px; }
.utility-inner i { width: 1px; height: 17px; background: #bcc0c4; }
.language-switch { display: inline-flex; align-items: center; gap: 7px; }
.language-switch > svg { flex: 0 0 auto; color: #555c62; }
.language-switch select {
  min-width: 86px;
  min-height: 30px;
  padding: 0 4px;
  border: 0;
  border-bottom: 2px solid transparent;
  color: #747a80;
  background: transparent;
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
}
.language-switch select:hover,
.language-switch select:focus-visible { color: var(--red); border-bottom-color: var(--red); }
.language-switch select:focus-visible { outline: 2px solid var(--red); outline-offset: 2px; }

.main-header {
  position: relative;
  z-index: 30;
  height: 104px;
  display: grid;
  grid-template-columns: minmax(230px, 1fr) auto minmax(230px, 1fr);
  align-items: center;
  gap: 34px;
  padding: 0 48px;
  border-bottom: 1px solid var(--line);
  background: #f6f6f5;
}
.official-brand { width: 238px; display: inline-flex; align-items: center; }
.official-brand img { width: 100%; height: auto; }
.desktop-nav { display: flex; align-items: center; gap: 55px; transform: translateX(107px); }
.desktop-nav a {
  position: relative;
  padding: 14px 0;
  font-family: var(--display);
  font-size: 18px;
  letter-spacing: .025em;
  white-space: nowrap;
}
.desktop-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 7px;
  height: 3px;
  background: var(--red);
  transition: right .2s ease;
}
.desktop-nav a:hover::after,
.desktop-nav a:focus-visible::after { right: 0; }
.catalog-cta,
.button,
.form-submit,
.mobile-nav > button,
.mobile-inquiry {
  border: 0;
  cursor: pointer;
  font-family: var(--display);
  letter-spacing: .035em;
}
.header-catalog {
  justify-self: end;
  min-width: 204px;
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 0 24px;
  color: #fff;
  background: var(--red);
  font-size: 18px;
  border-radius: 3px;
  transition: background .2s ease, transform .2s ease;
}
.header-catalog:hover { background: #a9050c; transform: translateY(-1px); }
.mobile-menu-toggle { width: 48px; height: 48px; display: none; border: 0; background: transparent; cursor: pointer; }
.mobile-nav { display: none; }
.mobile-nav[hidden] { display: none !important; }

.hero-stage { position: relative; overflow: hidden; background: var(--paper); }
.hero {
  position: relative;
  z-index: 3;
  height: 496px;
  background: #f3f3f2;
}
.hero-copy {
  position: relative;
  z-index: 8;
  width: min(39vw, 560px);
  padding-top: 66px;
  margin-left: clamp(54px, 5.35vw, 82px);
}
.eyebrow {
  margin: 0 0 27px;
  display: flex;
  align-items: center;
  gap: 18px;
  font-family: var(--display);
  font-size: 17px;
  letter-spacing: .055em;
}
.eyebrow span { width: 48px; height: 4px; flex: 0 0 auto; background: var(--red); }
.hero h1 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(76px, 5.85vw, 90px);
  line-height: .88;
  letter-spacing: .008em;
  font-weight: 400;
  transform: scaleX(1.075);
  transform-origin: left center;
}
.hero-lead {
  max-width: 520px;
  margin: 24px 0 0;
  color: #2f3336;
  font-size: 19px;
  line-height: 1.5;
}
.hero-actions { display: flex; gap: 18px; margin-top: 26px; }
.hero-actions .button:first-child { min-width: 199px; }
.hero-actions .button-outline { min-width: 245px; }
.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 0 19px;
  border-radius: 3px;
  font-size: 17px;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-red { color: #fff; background: var(--red); }
.button-red:hover { background: #a9050c; }
.button-outline { border: 1px solid var(--ink); background: rgba(255,255,255,.58); }
.button-outline:hover { color: #fff; background: var(--navy); }

.hero-art {
  position: absolute;
  z-index: 6;
  top: 0;
  right: 0;
  width: min(59vw, 905px);
  height: 560px;
  pointer-events: none;
}
.technical-overlay {
  position: absolute;
  z-index: 0;
  left: -195px;
  top: -70px;
  width: 1050px;
  max-width: none;
  height: 700px;
  object-fit: contain;
}
.hero-machine {
  position: absolute;
  z-index: 3;
  right: 72px;
  bottom: -32px;
  width: 820px;
  height: 632px;
  max-width: none;
  object-fit: contain;
  filter: drop-shadow(0 25px 22px rgba(16, 24, 31, .14));
}
.product-callout {
  position: absolute;
  z-index: 4;
  display: grid;
  gap: 5px;
  color: #31363b;
  font-family: var(--display);
  font-size: 15px;
  letter-spacing: .02em;
}
.callout-left { left: 70px; top: 212px; }
.callout-right { right: 54px; top: 242px; text-align: left; }
.model-badge {
  position: absolute;
  z-index: 6;
  top: 86px;
  right: 96px;
  min-width: 116px;
  display: grid;
  gap: 9px;
}
.model-badge > span { width: 38px; height: 4px; background: var(--red); }
.model-badge strong {
  padding: 10px 18px;
  color: #fff;
  background: var(--navy);
  font: 400 31px/1 var(--display);
  letter-spacing: .035em;
}

.proof-band {
  position: relative;
  z-index: 2;
  height: 148px;
  display: grid;
  grid-template-columns: 33.33% 66.67%;
  color: #fff;
  background: var(--navy);
}
.proof-photo { position: relative; overflow: hidden; background: var(--navy-deep); }
.proof-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 42%; opacity: .88; }
.proof-photo > div { position: absolute; inset: 0; background: rgba(13, 27, 42, .18); }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.proof-item {
  min-width: 0;
  height: 88px;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 0 clamp(17px, 2vw, 30px);
  border-inline-start: 1px solid rgba(255,255,255,.2);
}
.proof-item:first-child { border-inline-start: 0; }
.proof-item > svg { flex: 0 0 auto; color: var(--red-bright); }
.proof-item > div { min-width: 0; display: grid; gap: 5px; }
.proof-item strong { font-size: clamp(24px, 2vw, 31px); line-height: 1; letter-spacing: -.025em; white-space: nowrap; }
.proof-item span { color: #f1f4f6; font-family: var(--display); font-size: 15px; letter-spacing: .045em; white-space: nowrap; }

.section-block { width: 100%; max-width: 1536px; margin: 0 auto; }
.section-label {
  margin: 0 0 18px;
  color: var(--red);
  font-family: var(--display);
  font-size: 15px;
  letter-spacing: .12em;
}
.section-label-light { color: #fff; }
.heading-rule { display: block; width: 36px; height: 5px; margin: 16px 0 20px; background: var(--red); }
.text-action {
  width: max-content;
  display: inline-flex;
  align-items: center;
  gap: 20px;
  padding: 0 0 6px;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  cursor: pointer;
  font-family: var(--display);
  font-size: 16px;
  letter-spacing: .04em;
}

.product-matrix {
  min-height: 770px;
  display: grid;
  grid-template-columns: minmax(360px, .78fr) minmax(0, 1.62fr);
  gap: clamp(62px, 7vw, 110px);
  padding: 48px clamp(48px, 4.4vw, 68px) 110px;
  background: var(--paper);
}
.matrix-intro { padding-top: 6px; }
.matrix-intro h2,
.applications-listing h2,
.manufacturing-copy h2,
.oem-heading h2,
.contact-copy h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(46px, 3.35vw, 54px);
  line-height: 1;
  letter-spacing: .015em;
  font-weight: 400;
}
.matrix-intro > p:not(.section-label) { max-width: 365px; margin: 0; color: var(--body); font-size: 18px; line-height: 1.5; }
.matrix-intro .text-action { margin-top: 34px; }
.matrix-content { min-width: 0; }
.product-tabs {
  height: 62px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0;
  padding-block-end: 8px;
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: #a4abb1 transparent;
}
.product-tabs::-webkit-scrollbar { display: block; height: 4px; }
.product-tabs::-webkit-scrollbar-thumb { background: #a4abb1; border-radius: 999px; }
.product-tabs button {
  position: relative;
  height: 38px;
  flex: 0 0 auto;
  padding: 0 clamp(18px, 2vw, 30px);
  border: 0;
  border-inline-start: 1px solid #bfc3c7;
  color: #262a2e;
  background: transparent;
  cursor: pointer;
  font-family: var(--display);
  font-size: 16px;
  letter-spacing: .02em;
}
.product-tabs button:first-child { border-inline-start: 0; }
.product-tabs button::after {
  content: "";
  position: absolute;
  left: 28%;
  right: 28%;
  bottom: -4px;
  height: 4px;
  background: transparent;
}
.product-tabs button.is-active { color: var(--red); }
.product-tabs button.is-active::after { background: var(--red); }
.featured-product {
  min-height: 440px;
  display: grid;
  grid-template-columns: minmax(340px, .9fr) minmax(360px, 1.1fr);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #f6f6f5;
}
.featured-copy { position: relative; z-index: 2; padding: 39px 20px 34px 44px; display: flex; flex-direction: column; justify-content: flex-start; }
.featured-copy h3 { margin: 0; font-family: var(--display); font-size: 36px; line-height: 1; font-weight: 400; letter-spacing: .02em; }
.featured-copy > p { max-width: 480px; margin: 0; color: var(--body); font-size: 17px; line-height: 1.55; }
.feature-list { display: flex; flex-wrap: wrap; gap: 15px 24px; margin-top: 18px; }
.feature-list span { display: inline-flex; align-items: center; gap: 7px; color: #3d4247; font-family: var(--display); font-size: 14px; letter-spacing: .025em; }
.feature-list svg { color: var(--red); }
.product-inquiry {
  width: max-content;
  margin-top: 30px;
  display: inline-flex;
  align-items: center;
  gap: 18px;
  padding: 0 0 7px;
  border: 0;
  border-bottom: 1px solid var(--ink);
  background: transparent;
  cursor: pointer;
  font-family: var(--display);
  font-size: 16px;
}
.featured-art { position: relative; min-width: 0; display: grid; place-items: center; overflow: hidden; }
.featured-art::before { content: ""; position: absolute; inset: 28px; border: 1px solid #e0e2e4; border-radius: 50%; }
.featured-art > img { position: relative; z-index: 2; width: 96%; height: 96%; object-fit: contain; filter: drop-shadow(0 22px 18px rgba(16, 24, 31, .14)); }
.engine-art > img, .pump-art > img { width: 76%; height: 76%; }
.featured-model { position: absolute; z-index: 4; right: 20px; top: 18px; color: #8a9198; font-family: var(--display); font-size: 13px; letter-spacing: .11em; }
.product-cluster {
  position: relative;
  z-index: 2;
  width: 93%;
  height: 88%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px;
}
.product-cluster img { width: 100%; height: 100%; min-height: 0; object-fit: contain; padding: 12px; background: #eceeed; }

.applications-section {
  min-height: 790px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  color: #fff;
  background: var(--navy-deep);
}
.applications-listing { padding: clamp(88px, 8vw, 125px) clamp(48px, 6.2vw, 96px); }
.applications-listing h2 { font-size: clamp(58px, 5vw, 78px); }
.applications-lead { max-width: 560px; margin: 28px 0 36px; color: #bcc5cd; font-size: 17px; line-height: 1.65; }
.application-rows { border-top: 1px solid rgba(255,255,255,.26); }
.application-rows button {
  width: 100%;
  min-height: 76px;
  display: grid;
  grid-template-columns: 38px minmax(150px, .7fr) 1fr 20px;
  align-items: center;
  gap: 16px;
  padding: 0;
  border: 0;
  border-bottom: 1px solid rgba(255,255,255,.16);
  color: #fff;
  text-align: left;
  background: transparent;
  cursor: pointer;
  transition: padding .2s ease, color .2s ease;
}
.application-rows button:hover { padding-left: 10px; color: #ff5d62; }
.application-rows button > span { color: #c8d2da; font-family: var(--display); }
.application-rows strong { font-family: var(--display); font-size: 20px; letter-spacing: .025em; }
.application-rows small { color: #d0d7dc; font-size: 14px; line-height: 1.35; }
.applications-product { position: relative; display: grid; place-items: center; overflow: hidden; background: var(--red); }
.applications-product > img { position: relative; z-index: 2; width: 82%; height: 78%; object-fit: contain; filter: drop-shadow(0 30px 24px rgba(0,0,0,.28)); }
.applications-code { position: absolute; top: 55px; left: 50px; color: rgba(255,255,255,.92); font-family: var(--display); font-size: 18px; letter-spacing: .16em; }
.applications-product > div { position: absolute; z-index: 3; left: 46px; right: 46px; bottom: 35px; display: flex; justify-content: space-between; gap: 24px; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.56); }
.applications-product > div strong { font-family: var(--display); font-size: 18px; letter-spacing: .04em; }
.applications-product > div span { font-size: 12px; letter-spacing: .12em; }

.manufacturing-section {
  position: relative;
  min-height: 760px;
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: clamp(60px, 7vw, 110px);
  align-items: center;
  padding: 110px clamp(48px, 5.3vw, 82px);
  background: #f5f5f3;
}
.anchor-marker { position: absolute; top: 0; }
.factory-feature { position: relative; min-height: 535px; overflow: hidden; background: var(--navy); }
.factory-feature > img { width: 100%; height: 100%; min-height: 535px; object-fit: cover; object-position: center 48%; }
.factory-caption { position: absolute; left: 24px; bottom: 22px; display: inline-flex; align-items: center; gap: 12px; padding: 12px 15px; color: #fff; background: rgba(16,31,47,.9); font-family: var(--display); font-size: 15px; letter-spacing: .06em; }
.manufacturing-copy > p:not(.section-label) { max-width: 600px; margin: 26px 0 30px; color: var(--body); font-size: 17px; line-height: 1.7; }
.capability-rows { border-top: 1px solid var(--ink); }
.capability-rows > div { min-height: 78px; display: grid; grid-template-columns: 38px 1fr; align-items: center; gap: 16px; border-bottom: 1px solid var(--line); }
.capability-rows svg { color: var(--red); }
.capability-rows span { display: grid; gap: 3px; }
.capability-rows strong { font-family: var(--display); font-size: 18px; letter-spacing: .04em; }
.capability-rows small { color: var(--muted); font-size: 14px; }
.manufacturing-copy .text-action { margin-top: 30px; }

.oem-section { padding: 110px clamp(48px, 5.3vw, 82px) 0; color: #fff; background: var(--red); }
.oem-heading { max-width: 1536px; margin: 0 auto; display: grid; grid-template-columns: 1.22fr .78fr; align-items: end; gap: 9vw; }
.oem-heading h2 { max-width: 820px; font-size: clamp(54px, 4.8vw, 74px); }
.oem-heading > p:not(.section-label) { margin: 0; color: rgba(255,255,255,.94); font-size: 17px; line-height: 1.65; }
.oem-grid { max-width: 1372px; margin: 62px auto 0; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.42); border-bottom: 1px solid rgba(255,255,255,.34); }
.oem-grid article { min-height: 265px; display: flex; flex-direction: column; padding: 30px 28px; border-inline-start: 1px solid rgba(255,255,255,.26); }
.oem-grid article:first-child { border-inline-start: 0; }
.oem-grid article > span { color: #fff; font-family: var(--display); font-size: 14px; }
.oem-grid article > svg { margin-top: 38px; }
.oem-grid h3 { margin: 18px 0 12px; font-family: var(--display); font-size: 24px; letter-spacing: .025em; }
.oem-grid p { margin: 0; color: rgba(255,255,255,.92); font-size: 15px; line-height: 1.6; }
.oem-action { max-width: 1372px; min-height: 166px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.oem-action > span { font-family: var(--display); font-size: 18px; letter-spacing: .06em; }
.button-light { color: var(--ink); background: #fff; }
.button-light:hover { color: #fff; background: var(--navy); }

.contact-section {
  min-height: 760px;
  display: grid;
  grid-template-columns: 1.03fr .97fr;
  gap: clamp(60px, 8vw, 126px);
  align-items: center;
  padding: 110px clamp(48px, 6.3vw, 98px);
  background: #e7e9ea;
}
.contact-copy h2 { max-width: 680px; font-size: clamp(56px, 4.6vw, 72px); }
.contact-copy > p:not(.section-label) { max-width: 630px; margin: 28px 0 36px; color: var(--body); font-size: 17px; line-height: 1.7; }
.contact-details { border-top: 1px solid var(--ink); }
.contact-details > a,
.contact-details > span { min-height: 78px; display: grid; grid-template-columns: 32px 1fr; align-items: center; gap: 14px; border-bottom: 1px solid #c7cbce; }
.contact-details svg { color: var(--red); }
.contact-details > a > span,
.contact-details > span > span { display: grid; gap: 4px; font-weight: 600; }
.contact-details small { color: var(--muted); font-family: var(--display); font-size: 13px; letter-spacing: .08em; }
.inquiry-form { color: #fff; background: var(--navy-deep); box-shadow: 18px 18px 0 var(--red); }
.form-heading { display: grid; gap: 8px; padding: 26px 30px 22px; border-bottom: 1px solid rgba(255,255,255,.18); }
.form-heading span { color: #96a3af; font-family: var(--display); font-size: 13px; letter-spacing: .12em; }
.form-heading strong { font-family: var(--display); font-size: 30px; letter-spacing: .035em; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; padding: 26px 30px 22px; }
.form-grid label { display: grid; gap: 7px; }
.form-grid label > span { color: #b4bec7; font-family: var(--display); font-size: 13px; letter-spacing: .08em; }
.form-grid input,
.form-grid select,
.form-grid textarea {
  width: 100%;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 0;
  outline: 0;
  color: #fff;
  background: #17283a;
  transition: border-color .2s ease;
}
.form-grid input, .form-grid select { height: 46px; padding: 0 13px; }
.form-grid textarea { resize: vertical; min-height: 98px; padding: 12px 13px; }
.form-grid input:focus-visible,
.form-grid select:focus-visible,
.form-grid textarea:focus-visible { border-color: var(--red-bright); outline: 3px solid #fff; outline-offset: 2px; }
.form-grid textarea::placeholder { color: #b6c0c8; }
.inquiry-form:focus-visible { outline: 3px solid #1769d2; outline-offset: 5px; }
.form-wide { grid-column: 1 / -1; }
.form-submit { width: 100%; min-height: 62px; display: flex; align-items: center; justify-content: space-between; padding: 0 30px; color: #fff; background: var(--red); font-size: 19px; }
.form-submit:hover { background: #a9050c; }
.form-note { margin: 0; padding: 10px 30px 16px; color: #8f9ba6; font-size: 13px; }

.site-footer { padding: 66px clamp(48px, 5.3vw, 82px) 30px; color: #fff; background: #0f1c29; }
.footer-top { display: grid; grid-template-columns: 280px 1fr auto; align-items: center; gap: 54px; }
.footer-top img { width: 280px; height: auto; padding: 15px; background: #fff; }
.footer-top p { margin: 0; color: #aab4bd; font-family: var(--display); font-size: 16px; letter-spacing: .07em; }
.footer-top a { display: inline-flex; align-items: center; gap: 12px; padding-bottom: 6px; border-bottom: 1px solid rgba(255,255,255,.7); font-family: var(--display); font-size: 15px; letter-spacing: .04em; }
.footer-bottom { margin-top: 48px; padding-top: 24px; display: flex; justify-content: space-between; gap: 30px; border-top: 1px solid rgba(255,255,255,.17); color: #788795; font-size: 13px; }
.footer-bottom a { display: inline-flex; align-items: center; gap: 8px; color: #fff; }
.mobile-inquiry { display: none; }

.locale-zh { font-family: var(--zh-sans); }
.locale-zh .desktop-nav a,
.locale-zh .catalog-cta,
.locale-zh .button,
.locale-zh .form-submit,
.locale-zh .mobile-nav,
.locale-zh .mobile-inquiry,
.locale-zh .eyebrow,
.locale-zh .product-callout,
.locale-zh .section-label,
.locale-zh .text-action,
.locale-zh .product-tabs button,
.locale-zh .featured-copy h3,
.locale-zh .feature-list span,
.locale-zh .product-inquiry,
.locale-zh .application-rows strong,
.locale-zh .capability-rows strong,
.locale-zh .oem-grid h3,
.locale-zh .oem-action > span,
.locale-zh .contact-details small,
.locale-zh .form-heading,
.locale-zh .form-grid label > span,
.locale-zh .footer-top,
.locale-zh .matrix-intro h2,
.locale-zh .applications-listing h2,
.locale-zh .manufacturing-copy h2,
.locale-zh .oem-heading h2,
.locale-zh .contact-copy h2 { font-family: var(--zh-sans); }
.locale-zh .desktop-nav a,
.locale-zh .catalog-cta,
.locale-zh .button,
.locale-zh .form-submit,
.locale-zh .mobile-inquiry { font-weight: 700; letter-spacing: .06em; }
.locale-zh .desktop-nav { gap: 48px; transform: translateX(75px); }
.locale-zh .hero h1 {
  font-family: var(--zh-sans);
  font-size: clamp(60px, 4.6vw, 72px);
  line-height: 1.08;
  letter-spacing: .04em;
  font-weight: 800;
  transform: none;
}
.locale-zh .hero-lead { font-size: 18px; line-height: 1.58; }
.locale-zh .product-callout { font-size: 14px; letter-spacing: .04em; font-weight: 600; }
.locale-zh .proof-item { gap: 14px; }
.locale-zh .proof-item span { font-family: var(--zh-sans); font-size: 13px; line-height: 1.25; letter-spacing: .03em; white-space: normal; }
.locale-zh .matrix-intro h2,
.locale-zh .manufacturing-copy h2 { font-size: clamp(44px, 3.25vw, 52px); line-height: 1.12; font-weight: 800; }
.locale-zh .featured-copy h3 { font-size: 34px; line-height: 1.12; font-weight: 800; }
.locale-zh .applications-listing h2 { font-size: clamp(54px, 4.2vw, 64px); line-height: 1.12; font-weight: 800; }
.locale-zh .oem-heading h2 { font-size: clamp(50px, 4vw, 62px); line-height: 1.12; font-weight: 800; }
.locale-zh .contact-copy h2 { font-size: clamp(52px, 4.2vw, 64px); line-height: 1.12; font-weight: 800; }
.locale-zh .section-label,
.locale-zh .feature-list span,
.locale-zh .contact-details small,
.locale-zh .form-heading span,
.locale-zh .form-grid label > span { letter-spacing: .08em; }

.locale-ar {
  font-family: var(--arabic-sans);
  text-align: start;
}
.locale-ar :where(
  .desktop-nav a,
  .catalog-cta,
  .button,
  .form-submit,
  .mobile-nav,
  .mobile-inquiry,
  .eyebrow,
  .product-callout,
  .section-label,
  .text-action,
  .product-tabs button,
  .featured-copy h3,
  .feature-list span,
  .product-inquiry,
  .application-rows strong,
  .capability-rows strong,
  .oem-grid h3,
  .oem-action > span,
  .contact-details small,
  .form-heading,
  .form-grid label > span,
  .footer-top,
  .matrix-intro h2,
  .applications-listing h2,
  .manufacturing-copy h2,
  .oem-heading h2,
  .contact-copy h2
) {
  font-family: var(--arabic-sans);
  letter-spacing: 0;
}
.locale-ar .desktop-nav { gap: 42px; transform: translateX(-64px); }
.locale-ar .desktop-nav a { font-size: 16px; font-weight: 700; }
.locale-ar .header-catalog { min-width: 220px; font-size: 16px; font-weight: 700; line-height: 1.35; }
.locale-ar .hero-copy {
  width: min(40vw, 580px);
  margin-left: 0;
  margin-right: clamp(54px, 5.35vw, 82px);
}
.locale-ar .hero h1 {
  font-family: var(--arabic-sans);
  font-size: clamp(58px, 4.5vw, 70px);
  line-height: 1.12;
  letter-spacing: 0;
  font-weight: 800;
  transform: none;
  transform-origin: right center;
}
.locale-ar .hero-lead { font-size: 18px; line-height: 1.72; }
.locale-ar .hero-art { right: auto; left: 0; }
.locale-ar .technical-overlay { right: -195px; left: auto; }
.locale-ar .hero-machine { right: auto; left: 72px; }
.locale-ar .callout-left { right: 70px; left: auto; text-align: right; }
.locale-ar .callout-right { right: auto; left: 54px; text-align: right; }
.locale-ar .model-badge { right: auto; left: 96px; }
.locale-ar .proof-item span { font-family: var(--arabic-sans); font-size: 13px; line-height: 1.4; letter-spacing: 0; white-space: normal; }
.locale-ar .matrix-intro h2,
.locale-ar .manufacturing-copy h2 { font-size: clamp(46px, 3.3vw, 54px); line-height: 1.2; font-weight: 800; }
.locale-ar .applications-listing h2 { font-size: clamp(54px, 4.4vw, 68px); line-height: 1.2; font-weight: 800; }
.locale-ar .oem-heading h2 { font-size: clamp(52px, 4.2vw, 64px); line-height: 1.2; font-weight: 800; }
.locale-ar .contact-copy h2 { font-size: clamp(52px, 4.2vw, 64px); line-height: 1.2; font-weight: 800; }
.locale-ar .featured-copy { padding: 39px 44px 34px 20px; }
.locale-ar .featured-copy h3 { font-size: 34px; line-height: 1.25; font-weight: 800; }
.locale-ar .featured-model { right: auto; left: 20px; }
.locale-ar .application-rows button { text-align: right; }
.locale-ar .application-rows button:hover { padding-left: 0; padding-right: 10px; }
.locale-ar .applications-code { right: 50px; left: auto; }
.locale-ar .factory-caption { right: 24px; left: auto; }
.locale-ar .inquiry-form { box-shadow: -18px 18px 0 var(--red); }
.locale-ar :where(.text-action, .product-inquiry, .application-rows button, .mobile-nav a, .oem-action, .footer-bottom a) svg { transform: scaleX(-1); }
.locale-ar :where(.button, .product-inquiry, .text-action, .form-submit, .mobile-inquiry) { line-height: 1.4; }
.locale-ar .button { padding-block: 9px; }

.locale-ru { font-family: var(--intl-sans); }
.locale-ru :where(
  .desktop-nav a,
  .catalog-cta,
  .button,
  .form-submit,
  .mobile-nav,
  .mobile-inquiry,
  .eyebrow,
  .product-callout,
  .section-label,
  .text-action,
  .product-tabs button,
  .featured-copy h3,
  .feature-list span,
  .product-inquiry,
  .application-rows strong,
  .capability-rows strong,
  .oem-grid h3,
  .oem-action > span,
  .contact-details small,
  .form-heading,
  .form-grid label > span,
  .footer-top,
  .matrix-intro h2,
  .applications-listing h2,
  .manufacturing-copy h2,
  .oem-heading h2,
  .contact-copy h2
) { font-family: var(--intl-sans); font-weight: 800; }
.locale-ru .desktop-nav { gap: 30px; transform: translateX(25px); }
.locale-ru .desktop-nav a { font-size: 14px; letter-spacing: .015em; }
.locale-ru .header-catalog { min-width: 194px; font-size: 14px; }
.locale-ru .hero h1 {
  font-family: var(--intl-sans);
  font-size: clamp(48px, 3.5vw, 54px);
  line-height: 1.04;
  letter-spacing: .005em;
  font-weight: 900;
  transform: none;
}
.locale-ru .hero-lead { font-size: 17px; line-height: 1.55; }
.locale-ru .hero-actions .button { font-size: 14px; line-height: 1.15; }
.locale-ru .button { padding-block: 9px; }
.locale-ru .proof-item { gap: 13px; }
.locale-ru .proof-item span { font-family: var(--intl-sans); font-size: 11px; line-height: 1.25; letter-spacing: 0; white-space: normal; }
.locale-ru .matrix-intro h2,
.locale-ru .manufacturing-copy h2 { font-size: clamp(38px, 2.8vw, 46px); line-height: 1.08; }
.locale-ru .applications-listing h2 { font-size: clamp(46px, 3.8vw, 58px); line-height: 1.08; }
.locale-ru .oem-heading h2 { font-size: clamp(44px, 3.8vw, 58px); line-height: 1.08; }
.locale-ru .contact-copy h2 { font-size: clamp(46px, 3.9vw, 60px); line-height: 1.08; }
.locale-ru .product-tabs button { padding-inline: clamp(14px, 1.5vw, 22px); font-size: 12px; }
.locale-ru .featured-copy h3 { font-size: 30px; line-height: 1.12; }
.locale-ru .feature-list span { font-size: 12px; line-height: 1.25; }
.locale-ru .oem-grid h3 { font-size: 19px; line-height: 1.18; }
.locale-ru :where(p, h1, h2, h3, button, a, small, strong) { overflow-wrap: break-word; hyphens: auto; }

.locale-es .desktop-nav { gap: 40px; transform: translateX(50px); }
.locale-es .desktop-nav a { font-size: 16px; }
.locale-es .header-catalog { min-width: 194px; font-size: 16px; }
.locale-es .hero h1 { font-size: clamp(62px, 4.7vw, 72px); line-height: .96; transform: none; }
.locale-es .hero-actions .button { font-size: 15px; line-height: 1.12; }
.locale-es .button { padding-block: 9px; }
.locale-es .proof-item { gap: 14px; }
.locale-es .proof-item span { font-size: 12px; line-height: 1.25; white-space: normal; }
.locale-es .matrix-intro h2,
.locale-es .manufacturing-copy h2 { font-size: clamp(42px, 3vw, 50px); line-height: 1.04; }
.locale-es .applications-listing h2 { font-size: clamp(52px, 4.2vw, 66px); line-height: 1.02; }
.locale-es .oem-heading h2 { font-size: clamp(50px, 4.1vw, 64px); line-height: 1.02; }
.locale-es .contact-copy h2 { font-size: clamp(52px, 4.2vw, 66px); line-height: 1.02; }
.locale-es .product-tabs button { padding-inline: clamp(16px, 1.6vw, 24px); font-size: 13px; }
.locale-es .oem-grid h3 { font-size: 22px; line-height: 1.05; }
.locale-es :where(p, h1, h2, h3, button, a, small, strong) { overflow-wrap: break-word; hyphens: auto; }

@media (max-width: 1400px) {
  .main-header { grid-template-columns: 1fr auto auto; }
  .desktop-nav { display: none; transform: none; }
  .mobile-menu-toggle { display: grid; place-items: center; }
  .mobile-nav {
    position: absolute;
    top: 104px;
    left: 0;
    right: 0;
    display: grid;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    background: #f6f6f5;
    border-bottom: 1px solid var(--line);
    transition: max-height .25s ease, opacity .2s ease;
  }
  .mobile-nav.is-open { max-height: 560px; opacity: 1; }
  .mobile-nav a,
  .mobile-nav > button { min-height: 58px; display: flex; align-items: center; justify-content: space-between; padding: 0 48px; border: 0; border-top: 1px solid var(--line); background: transparent; font-family: var(--display); font-size: 18px; }
  .mobile-nav > button { color: #fff; background: var(--red); }
  .hero-copy { width: 43vw; }
  .hero h1 { font-size: 68px; }
  .hero-art { width: 55vw; }
  .hero-machine { right: 0; bottom: -6px; width: 650px; height: 540px; }
  .model-badge { right: 40px; }
}

@media (max-width: 1260px) {
  .hero-copy { width: 47vw; }
  .hero h1 { font-size: 66px; }
  .hero-art { width: 61vw; }
  .hero-machine { right: 12px; width: 610px; height: 520px; }
  .product-callout { display: none; }
  .model-badge { right: 34px; }
  .proof-band { height: 230px; grid-template-columns: 35% 65%; }
  .proof-grid { grid-template-columns: repeat(2, 1fr); }
  .proof-item:nth-child(3) { border-inline-start: 0; }
  .proof-item { height: 92px; }
  .product-matrix { grid-template-columns: 1fr; gap: 36px; }
  .matrix-intro > p:not(.section-label) { max-width: 610px; }
  .product-tabs { justify-content: flex-start; }
  .featured-product { grid-template-columns: 1fr 1fr; }
  .oem-heading { grid-template-columns: 1fr; gap: 28px; }
}

@media (min-width: 1261px) {
  .featured-copy > p { display: none; }
}

@media (max-width: 900px) {
  .utility-inner { padding: 0 24px; }
  .main-header { padding: 0 24px; }
  .header-catalog { min-height: 50px; padding: 0 16px; font-size: 16px; }
  .hero { height: 760px; }
  .hero-copy { width: 66vw; margin-left: 36px; padding-top: 52px; }
  .hero h1 { font-size: 64px; transform: none; }
  .desktop-break { display: none; }
  .hero-art { top: auto; bottom: 0; width: 100%; height: 430px; }
  .technical-overlay { left: -130px; top: -125px; width: 900px; height: 600px; }
  .hero-machine { right: -35px; bottom: -30px; width: 650px; height: 445px; }
  .model-badge { top: 65px; right: 36px; }
  .proof-band { height: auto; grid-template-columns: 1fr; }
  .proof-photo { height: 170px; }
  .proof-grid { min-height: 225px; }
  .proof-item { min-height: 92px; }
  .applications-section { grid-template-columns: 1fr; }
  .applications-product { min-height: 650px; }
  .manufacturing-section { grid-template-columns: 1fr; }
  .manufacturing-copy { max-width: 720px; }
  .oem-grid { grid-template-columns: repeat(2, 1fr); }
  .oem-grid article:nth-child(3) { border-inline-start: 0; border-top: 1px solid rgba(255,255,255,.26); }
  .oem-grid article:nth-child(4) { border-top: 1px solid rgba(255,255,255,.26); }
  .contact-section { grid-template-columns: 1fr; }
  .inquiry-form { max-width: 700px; }
  .footer-top { grid-template-columns: 250px 1fr; }
  .footer-top a { grid-column: 1 / -1; width: max-content; }
  .locale-ar .hero-copy { width: 66vw; margin-left: 0; margin-right: 36px; }
  .locale-ar .hero-machine { right: auto; left: -35px; }
  .locale-ar .model-badge { right: auto; left: 36px; }
}

@media (max-width: 680px) {
  html { scroll-padding-top: 92px; }
  body { padding-bottom: 76px; }
  .utility-bar { height: 36px; }
  .utility-inner { padding: 0 18px; gap: 12px; font-size: 12px; }
  .utility-inner .utility-support, .utility-inner > i:nth-of-type(2) { display: none; }
  .language-switch { margin-inline-start: auto; }
  .language-switch select { min-width: 82px; padding: 0 2px; font-size: 12px; }
  .main-header { height: 76px; grid-template-columns: 1fr auto; padding: 0 18px; }
  .official-brand { width: 184px; }
  .header-catalog { display: none; }
  .mobile-nav { top: 76px; }
  .mobile-nav a, .mobile-nav > button { padding: 0 20px; }
  .hero { height: auto; min-height: 825px; padding-bottom: 390px; }
  .hero-copy { width: auto; margin: 0; padding: 42px 20px 0; }
  .eyebrow { margin-bottom: 22px; gap: 12px; font-size: 15px; }
  .eyebrow span { width: 34px; height: 3px; }
  .hero h1 { font-size: clamp(50px, 16vw, 64px); }
  .hero-lead { max-width: 520px; margin-top: 20px; font-size: 17px; }
  .hero-actions { flex-direction: column; align-items: stretch; gap: 10px; margin-top: 22px; }
  .button { width: 100%; min-height: 50px; }
  .hero-actions .button:first-child,
  .hero-actions .button-outline { min-width: 0; }
  .hero-art { height: 390px; }
  .technical-overlay { display: none; }
  .hero-machine { left: 50%; right: auto; bottom: -12px; width: 540px; height: 390px; transform: translateX(-47%); }
  .model-badge { top: 42px; right: 18px; min-width: 96px; }
  .model-badge strong { font-size: 25px; }
  .proof-photo { height: 160px; }
  .proof-grid { grid-template-columns: repeat(2, 1fr); padding: 14px 0; }
  .proof-item { min-height: 100px; height: auto; gap: 12px; padding: 12px 15px; }
  .proof-item > svg { width: 34px; height: 34px; }
  .proof-item strong { font-size: 23px; white-space: normal; }
  .proof-item span { font-size: 12px; white-space: normal; }
  .product-matrix { min-height: 0; padding: 78px 20px 84px; }
  .matrix-intro h2, .applications-listing h2, .manufacturing-copy h2, .oem-heading h2, .contact-copy h2 { font-size: 46px; }
  .product-tabs { height: 58px; margin-inline-end: -20px; }
  .product-tabs { padding-block-end: 7px; scroll-padding-inline: 4px 20px; scrollbar-width: thin; }
  .product-tabs::-webkit-scrollbar { display: block; height: 4px; }
  .product-tabs::-webkit-scrollbar-thumb { background: #9da3a8; }
  .product-tabs button:focus-visible { outline-offset: -3px; }
  .product-tabs button { padding: 0 23px; }
  .featured-product { grid-template-columns: 1fr; min-height: 690px; }
  .featured-copy { padding: 30px 24px 10px; }
  .featured-copy h3 { font-size: 36px; }
  .text-action, .product-inquiry { max-width: 100%; white-space: normal; }
  .featured-art { min-height: 330px; }
  .featured-art > img { width: 92%; height: 92%; }
  .product-cluster { height: 94%; }
  .applications-listing { padding: 82px 20px; }
  .application-rows button { grid-template-columns: 28px 1fr 20px; }
  .application-rows small { display: none; }
  .applications-product { min-height: 510px; }
  .applications-product > img { width: 96%; height: 82%; }
  .applications-product > div { left: 20px; right: 20px; bottom: 20px; flex-direction: column; gap: 6px; }
  .applications-code { top: 28px; left: 20px; }
  .manufacturing-section { padding: 82px 20px; gap: 52px; }
  .factory-feature { min-height: 340px; }
  .factory-feature > img { min-height: 340px; }
  .factory-caption { left: 14px; bottom: 14px; }
  .oem-section { padding: 82px 20px 0; }
  .oem-grid { grid-template-columns: 1fr; margin-top: 42px; }
  .oem-grid article { min-height: 220px; border-inline-start: 0; border-top: 1px solid rgba(255,255,255,.26); }
  .oem-grid article:first-child { border-top: 0; }
  .oem-action { min-height: 245px; align-items: stretch; justify-content: center; flex-direction: column; }
  .contact-section { padding: 82px 20px 100px; }
  .form-grid { grid-template-columns: 1fr; padding: 24px 22px 20px; }
  .form-wide { grid-column: 1; }
  .inquiry-form { box-shadow: 10px 10px 0 var(--red); }
  .form-heading, .form-submit { padding-left: 22px; padding-right: 22px; }
  .form-note { padding-left: 22px; padding-right: 22px; }
  .site-footer { padding: 54px 20px 34px; }
  .footer-top { grid-template-columns: 1fr; gap: 30px; }
  .footer-top img { width: 260px; }
  .footer-top a { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .mobile-inquiry {
    position: fixed;
    z-index: 80;
    left: 14px;
    right: 14px;
    bottom: 12px;
    min-height: 56px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 22px;
    color: #fff;
    background: var(--red);
    box-shadow: 0 12px 28px rgba(10,20,30,.25);
    font-size: 18px;
    transition: opacity .2s ease, transform .2s ease;
  }
  .mobile-inquiry.is-hidden { opacity: 0; pointer-events: none; transform: translateY(18px); }
  .locale-zh .hero h1 { font-size: 46px; line-height: 1.12; letter-spacing: .025em; }
  .locale-zh .hero-lead { font-size: 16px; line-height: 1.65; }
  .locale-zh .matrix-intro h2,
  .locale-zh .applications-listing h2,
  .locale-zh .manufacturing-copy h2,
  .locale-zh .oem-heading h2,
  .locale-zh .contact-copy h2 { font-size: 42px; line-height: 1.15; }
  .locale-zh .featured-copy h3 { font-size: 32px; line-height: 1.15; }
  .locale-zh .application-rows strong { font-size: 18px; }
  .locale-ar .hero-copy { width: auto; margin: 0; }
  .locale-ar .hero h1 { font-size: 46px; line-height: 1.18; }
  .locale-ar .hero-lead { font-size: 16px; line-height: 1.7; }
  .locale-ar .hero-machine { left: 50%; right: auto; transform: translateX(-53%); }
  .locale-ar .model-badge { right: auto; left: 18px; }
  .locale-ar .matrix-intro h2,
  .locale-ar .applications-listing h2,
  .locale-ar .manufacturing-copy h2,
  .locale-ar .oem-heading h2,
  .locale-ar .contact-copy h2 { font-size: 40px; line-height: 1.22; }
  .locale-ar .featured-copy { padding: 30px 24px 10px; }
  .locale-ar .featured-copy h3 { font-size: 30px; line-height: 1.25; }
  .locale-ar .applications-code { right: 20px; left: auto; }
  .locale-ar .factory-caption { right: 14px; left: auto; }
  .locale-ar .inquiry-form { box-shadow: -10px 10px 0 var(--red); }
  .locale-ru .hero h1 { font-size: 32px; line-height: 1.1; }
  .locale-ru .hero-lead { font-size: 16px; line-height: 1.55; }
  .locale-ru .matrix-intro h2,
  .locale-ru .applications-listing h2,
  .locale-ru .manufacturing-copy h2,
  .locale-ru .oem-heading h2,
  .locale-ru .contact-copy h2 { font-size: 38px; line-height: 1.12; }
  .locale-ru .featured-copy h3 { font-size: 28px; line-height: 1.16; }
  .locale-ru .application-rows strong { font-size: 16px; }
  .locale-ru .proof-item span { font-size: 10px; }
  .locale-es .hero h1 { font-size: 44px; line-height: 1; }
  .locale-es .hero-lead { font-size: 16px; line-height: 1.55; }
  .locale-es .matrix-intro h2,
  .locale-es .applications-listing h2,
  .locale-es .manufacturing-copy h2,
  .locale-es .oem-heading h2,
  .locale-es .contact-copy h2 { font-size: 42px; line-height: 1.08; }
  .locale-es .featured-copy h3 { font-size: 32px; line-height: 1.08; }
  .locale-es .application-rows strong { font-size: 17px; }
}

@media (max-width: 782px) {
  body.admin-bar .page-header { top: 46px; }
  body.admin-bar :where(#primary, #top, #products, #applications, #manufacturing, #about, #oem, #contact) { scroll-margin-top: 46px; }
}

@media (max-width: 600px) {
  body.admin-bar .page-header { top: 0; }
  body.admin-bar :where(#primary, #top, #products, #applications, #manufacturing, #about, #oem, #contact) { scroll-margin-top: 0; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; }
}

/* WordPress integration and bundled Dashicons. */
.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.screen-reader-text.skip-link:focus {
  position: fixed !important;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.featured-product[hidden],
.mobile-nav[hidden] { display: none !important; }
.dashicons { flex: 0 0 auto; }
.utility-inner .dashicons { width: 16px; height: 16px; font-size: 16px; }
.mobile-menu-toggle .dashicons { width: 28px; height: 28px; font-size: 28px; }
.proof-item > .dashicons { width: 44px; height: 44px; color: var(--red-bright); font-size: 44px; }
.feature-list .dashicons { width: 17px; height: 17px; color: var(--red); font-size: 17px; }
.text-action .dashicons,
.product-inquiry .dashicons,
.application-rows .dashicons,
.button .dashicons,
.footer-top .dashicons,
.footer-bottom .dashicons { width: 18px; height: 18px; font-size: 18px; }
.factory-caption > .dashicons { width: 22px; height: 22px; font-size: 22px; }
.capability-rows > div > .dashicons { width: 26px; height: 26px; color: var(--red); font-size: 26px; }
.oem-grid article > .dashicons { width: 34px; height: 34px; margin-top: 38px; font-size: 34px; }
.contact-details > a > .dashicons,
.contact-details > span > .dashicons { width: 22px; height: 22px; color: var(--red); font-size: 22px; }
.form-submit .dashicons,
.mobile-inquiry .dashicons,
.mobile-nav > button .dashicons { width: 20px; height: 20px; font-size: 20px; }
.form-honeypot {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}
.form-status {
  margin: 20px 30px 0;
  padding: 12px 14px;
  border-inline-start: 4px solid #fff;
  color: #fff;
  background: rgba(255,255,255,.1);
  line-height: 1.5;
}
.form-status.is-success { border-inline-start-color: #70df9b; }
.form-status.is-error,
.form-status.is-security { border-inline-start-color: #ff7b7f; }
.form-submit:disabled { cursor: progress; opacity: .75; }
.locale-ar :where(.text-action, .product-inquiry, .application-rows button, .mobile-nav a, .oem-action, .footer-bottom a) .dashicons { transform: scaleX(-1); }

.entry-shell {
  width: min(920px, calc(100% - 40px));
  min-height: 60vh;
  margin: 0 auto;
  padding: 80px 0;
}
.entry-shell h1 { font-family: var(--display); font-size: clamp(48px, 6vw, 78px); line-height: 1; }
.entry-content { color: var(--body); font-size: 18px; line-height: 1.75; }
.entry-content a { color: var(--red); text-decoration: underline; }

/* Dedicated product portfolio page. */
.product-page .desktop-nav a[aria-current="page"]::after { right: 0; }
.product-page #primary { overflow: clip; }
.product-page-hero {
  min-height: 610px;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, .98fr);
  color: #fff;
  background:
    linear-gradient(110deg, rgba(16,31,47,.98) 0%, rgba(23,40,58,.96) 56%, rgba(29,49,69,.92) 100%),
    radial-gradient(circle at 78% 38%, rgba(199,8,16,.25), transparent 38%);
}
.product-page-hero__copy {
  position: relative;
  z-index: 3;
  align-self: center;
  max-width: 820px;
  padding: 80px 48px 82px max(48px, calc((100vw - 1536px) / 2 + 48px));
}
.product-page-back {
  width: max-content;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 50px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(255,255,255,.58);
  color: rgba(255,255,255,.82);
  font-family: var(--display);
  font-size: 14px;
  letter-spacing: .08em;
}
.product-page-back:hover { color: #fff; }
.eyebrow-light { color: #fff; }
.product-page-hero h1 {
  max-width: 820px;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(64px, 5.8vw, 92px);
  font-weight: 400;
  line-height: .95;
  letter-spacing: .015em;
}
.product-page-hero__copy > p:not(.eyebrow) {
  max-width: 700px;
  margin: 28px 0 0;
  color: rgba(255,255,255,.82);
  font-size: 18px;
  line-height: 1.65;
}
.product-page-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.button-outline-light {
  color: #fff;
  border: 1px solid rgba(255,255,255,.72);
  background: transparent;
}
.button-outline-light:hover { color: var(--ink); background: #fff; }
.product-page-hero__art { position: relative; min-height: 610px; overflow: hidden; pointer-events: none; }
.product-page-technical {
  position: absolute;
  z-index: 0;
  inset: 5% auto auto -16%;
  width: 118%;
  height: 92%;
  object-fit: contain;
  opacity: .34;
}
.product-page-machine {
  position: absolute;
  z-index: 2;
  inset: auto 4% -7% auto;
  width: min(690px, 51vw);
  height: 95%;
  object-fit: contain;
  filter: drop-shadow(0 28px 24px rgba(0,0,0,.28));
}
.product-page-count {
  position: absolute;
  z-index: 4;
  inset-block-start: 55px;
  inset-inline-end: 46px;
  display: flex;
  align-items: flex-end;
  gap: 10px;
  padding-top: 12px;
  border-top: 4px solid var(--red-bright);
}
.product-page-count strong { font-family: var(--display); font-size: 52px; font-weight: 400; line-height: .8; }
.product-page-count span { color: rgba(255,255,255,.72); font-family: var(--display); font-size: 12px; line-height: 1.1; letter-spacing: .1em; }

.product-family-nav {
  position: sticky;
  z-index: 110;
  top: 104px;
  border-bottom: 1px solid var(--line);
  background: rgba(247,247,246,.97);
  box-shadow: 0 10px 24px rgba(16,31,47,.07);
  backdrop-filter: blur(12px);
}
body.admin-bar .product-family-nav { top: 136px; }
.product-family-nav > div {
  width: 100%;
  max-width: 1536px;
  margin: 0 auto;
  display: flex;
  overflow-x: auto;
  padding-inline: 48px;
  scrollbar-width: thin;
  scroll-snap-type: x proximity;
}
.product-family-nav a {
  flex: 1 0 auto;
  min-height: 72px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding-inline: clamp(18px, 2.3vw, 38px);
  border-inline-start: 1px solid var(--line);
  color: #333a41;
  font-family: var(--display);
  font-size: 15px;
  letter-spacing: .045em;
  scroll-snap-align: start;
  white-space: nowrap;
}
.product-family-nav a:last-child { border-inline-end: 1px solid var(--line); }
.product-family-nav a > span { color: var(--red); font-size: 12px; }
.product-family-nav a:hover,
.product-family-nav a[aria-current="true"] { color: #fff; background: var(--navy); }
.product-family-nav a[aria-current="true"] > span { color: #fff; }

.product-page-catalog {
  padding: 100px max(48px, calc((100vw - 1536px) / 2 + 82px)) 120px;
  background: #efefee;
}
.product-page-catalog__header { max-width: 820px; margin-bottom: 64px; }
.product-page-catalog__header h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(58px, 5vw, 76px);
  font-weight: 400;
  line-height: .98;
}
.product-page-catalog__header > p:last-child { max-width: 680px; margin: 22px 0 0; color: var(--body); font-size: 18px; line-height: 1.65; }
.product-page-list { width: 100%; max-width: 1372px; margin: 0 auto; display: grid; gap: 42px; }
.product-detail {
  position: relative;
  min-height: 560px;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  overflow: hidden;
  border: 1px solid #d7dadd;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 18px 46px rgba(16,31,47,.07);
  scroll-margin-top: 76px;
}
body.admin-bar .product-detail { scroll-margin-top: 109px; }
.product-detail:nth-child(even) .product-detail__copy { order: 2; }
.product-detail:nth-child(even) .product-detail__art { order: 1; }
.product-detail__copy {
  position: relative;
  z-index: 2;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(48px, 5vw, 78px);
}
.product-detail__number {
  position: absolute;
  inset-block-start: 28px;
  inset-inline-start: 32px;
  color: #b9bec3;
  font-family: var(--display);
  font-size: 16px;
  letter-spacing: .1em;
}
.product-detail__label { margin: 0 0 15px; color: var(--red); font-family: var(--display); font-size: 15px; letter-spacing: .11em; }
.product-detail__copy h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(42px, 3.8vw, 58px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: .02em;
}
.product-detail__description { max-width: 560px; margin: 23px 0 0; color: var(--body); font-size: 17px; line-height: 1.65; }
.product-detail__features { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px 18px; margin-top: 30px; }
.product-detail__features > span { display: flex; align-items: flex-start; gap: 8px; color: #40464c; font-family: var(--display); font-size: 14px; line-height: 1.35; letter-spacing: .025em; }
.product-detail__features .dashicons { width: 17px; height: 17px; color: var(--red); font-size: 17px; }
.product-detail__copy .button { width: max-content; margin-top: 38px; }
.product-detail__art {
  position: relative;
  min-height: 560px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: linear-gradient(145deg, #eef0f1, #e2e5e7);
}
.product-detail__art::before {
  content: "";
  position: absolute;
  width: 72%;
  aspect-ratio: 1;
  border: 1px solid rgba(16,31,47,.12);
  border-radius: 50%;
}
.product-detail__art > img {
  position: relative;
  z-index: 2;
  width: 88%;
  height: 86%;
  object-fit: contain;
  filter: drop-shadow(0 22px 18px rgba(15,28,41,.17));
}
.product-detail__art.engine-art > img,
.product-detail__art.pump-art > img { width: 78%; height: 78%; }
.product-detail__art > span {
  position: absolute;
  z-index: 4;
  inset-block-start: 26px;
  inset-inline-end: 28px;
  padding-top: 9px;
  border-top: 3px solid var(--red);
  color: #5d656d;
  font-family: var(--display);
  font-size: 13px;
  letter-spacing: .08em;
}
.product-detail__gallery {
  position: absolute;
  z-index: 2;
  inset: 24px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.product-detail__gallery img {
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  padding: 16px;
  object-fit: contain;
  background: rgba(255,255,255,.78);
}
.product-page-contact { max-width: none; }

.locale-ar .product-page-back .dashicons { transform: scaleX(-1); }
.locale-ar .product-page-hero h1,
.locale-ar .product-detail__copy h2,
.locale-ar .product-page-catalog__header h2 { line-height: 1.28; letter-spacing: 0; }
.locale-ar .product-detail__art > span { letter-spacing: 0; }
.locale-ar .product-family-nav a,
.locale-ar .product-detail__label,
.locale-ar .product-detail__features > span { letter-spacing: 0; }
.locale-ru .product-page-hero h1 { font-size: clamp(50px, 4.8vw, 72px); line-height: 1.05; }
.locale-ru .product-detail__copy h2 { font-size: clamp(36px, 3vw, 50px); line-height: 1.08; }
.locale-es .product-page-hero h1 { font-size: clamp(56px, 5.2vw, 80px); line-height: 1; }

@media (max-width: 1100px) {
  .product-page-hero { grid-template-columns: minmax(0, 1fr) minmax(340px, .8fr); }
  .product-page-hero__copy { padding-inline-start: 36px; padding-inline-end: 24px; }
  .product-page-machine { inset-inline-end: -10%; width: 620px; }
  .product-page-count { inset-inline-end: 26px; }
  .product-page-catalog { padding-inline: 36px; }
  .product-detail { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
  .product-detail__copy { padding: 62px 38px 46px; }
  .product-family-nav > div { padding-inline: 24px; }
  .product-family-nav a { flex: 0 0 auto; }
}

@media (max-width: 780px) {
  .product-page-hero { min-height: 860px; grid-template-columns: 1fr; }
  .product-page-hero__copy { align-self: start; max-width: none; padding: 52px 24px 30px; }
  .product-page-back { margin-bottom: 38px; }
  .product-page-hero h1 { max-width: 680px; font-size: clamp(50px, 10vw, 72px); }
  .product-page-hero__copy > p:not(.eyebrow) { font-size: 17px; }
  .product-page-hero__art { min-height: 360px; }
  .product-page-machine { inset: auto 50% -16% auto; width: 610px; height: 440px; transform: translateX(50%); }
  .product-page-technical { inset-inline-start: 0; width: 100%; }
  .product-page-count { inset-block-start: 20px; inset-inline-end: 24px; }
  .product-family-nav { top: 104px; }
  body.admin-bar .product-family-nav { top: 150px; }
  .product-page-catalog { padding: 78px 24px 92px; }
  .product-page-catalog__header { margin-bottom: 46px; }
  .product-page-list { gap: 34px; }
  .product-detail,
  .product-detail:nth-child(even) { min-height: 0; grid-template-columns: 1fr; scroll-margin-top: 74px; }
  body.admin-bar .product-detail { scroll-margin-top: 120px; }
  .product-detail:nth-child(even) .product-detail__copy,
  .product-detail:nth-child(even) .product-detail__art { order: initial; }
  .product-detail__copy { min-height: 430px; padding: 68px 32px 40px; }
  .product-detail__art { min-height: 430px; }
  .product-detail__copy .button { align-self: stretch; width: 100%; }
}

@media (max-width: 680px) {
  .product-page-hero { min-height: 780px; }
  .product-page-hero__copy { padding: 40px 20px 20px; }
  .product-page-back { margin-bottom: 30px; }
  .product-page-hero h1,
  .locale-ru .product-page-hero h1,
  .locale-es .product-page-hero h1 { font-size: clamp(42px, 12vw, 56px); line-height: 1.03; }
  .locale-ar .product-page-hero h1 { font-size: clamp(38px, 10.8vw, 50px); line-height: 1.32; }
  .product-page-actions { display: grid; grid-template-columns: 1fr; }
  .product-page-actions .button { width: 100%; }
  .product-page-hero__art { min-height: 320px; }
  .product-page-machine { width: 520px; height: 360px; }
  .product-page-count { inset-inline-end: 20px; }
  .product-page-count strong { font-size: 42px; }
  .product-family-nav { top: 76px; }
  body.admin-bar .product-family-nav { top: 122px; }
  .product-family-nav > div { padding-inline: 0; }
  .product-family-nav a { min-height: 58px; padding-inline: 18px; font-size: 13px; }
  .product-page-catalog { padding: 68px 20px 86px; }
  .product-page-catalog__header h2 { font-size: 48px; }
  .product-detail { scroll-margin-top: 60px; }
  body.admin-bar .product-detail { scroll-margin-top: 106px; }
  .product-detail__copy { min-height: 420px; padding: 66px 24px 34px; }
  .product-detail__number { inset-block-start: 22px; inset-inline-start: 24px; }
  .product-detail__copy h2,
  .locale-ru .product-detail__copy h2 { font-size: 38px; }
  .locale-ar .product-detail__copy h2 { font-size: 34px; }
  .product-detail__features { gap: 13px 10px; }
  .product-detail__features > span { font-size: 12px; }
  .product-detail__art { min-height: 350px; }
  .product-detail__gallery { inset: 14px; gap: 7px; }
  .product-detail__gallery img { padding: 10px; }
  .product-detail__art > span { inset-block-start: 18px; inset-inline-end: 18px; }
}

@media (max-width: 420px) {
  .product-detail__features { grid-template-columns: 1fr; }
  .locale-ru .product-detail__features,
  .locale-ar .product-detail__features { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  body.admin-bar .product-family-nav { top: 76px; }
  body.admin-bar .product-detail { scroll-margin-top: 60px; }
}
