:root {
  --ink: #111315;
  --body: #31363b;
  --muted: #697078;
  --paper: #f1f1f0;
  --white: #ffffff;
  --line: #d4d7da;
  --red: #c70810;
  --red-bright: #ed141c;
  --red-on-dark: #ff6469;
  --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; }
body.gzg-menu-open { overflow: hidden; }

.hero-stage { position: relative; overflow: hidden; background: var(--paper); }
.hero {
  position: relative;
  z-index: 3;
  height: auto;
  min-height: 496px;
  background: #f3f3f2;
}
.hero-copy {
  position: relative;
  z-index: 8;
  width: min(39vw, 560px);
  padding: 66px 0 36px;
  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;
  bottom: 0;
  right: 0;
  width: min(59vw, 905px);
  height: auto;
  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: clamp(24px, 4vw, 62px);
  bottom: 0;
  width: min(760px, calc(100% - 24px));
  height: calc(100% - 16px);
  max-width: none;
  object-fit: contain;
  object-position: center bottom;
  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: 32px;
  right: auto;
  left: 36px;
  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;
  display: grid;
  grid-template-columns: 48% 52%;
  align-items: stretch;
  color: #fff;
  background: var(--navy);
}
.proof-photo { position: relative; aspect-ratio: 722 / 456; overflow: hidden; background: var(--navy-deep); }
.proof-photo img { width: 100%; height: 100%; object-fit: contain; object-position: center; opacity: 1; }
.proof-photo > div { position: absolute; inset: 0; background: rgba(13, 27, 42, .06); }
.proof-photo::after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 22px;
  bottom: 18px;
  width: 148px;
  height: 46px;
  background: url('../images/official-logo-white-v1.svg') center / contain no-repeat;
  opacity: .32;
  pointer-events: none;
}
.proof-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  padding: clamp(28px, 3vw, 52px);
}
.proof-item {
  min-width: 0;
  min-height: 120px;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: clamp(18px, 2vw, 30px);
  border-inline-start: 1px solid rgba(255,255,255,.2);
}
.proof-item:first-child { border-inline-start: 0; }
.proof-item:nth-child(3) { border-inline-start: 0; }
.proof-item:nth-child(n+3) { border-top: 1px solid rgba(255,255,255,.2); }
.proof-item > .dashicons {
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  color: var(--red-bright);
  font-family: dashicons;
  font-size: 38px;
  line-height: 1;
}
.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 > div > span { color: #f1f4f6; font-family: var(--display); font-size: 15px; line-height: 1.3; letter-spacing: .045em; white-space: normal; }

.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::after {
  content: "";
  position: absolute;
  z-index: 4;
  inset-inline-end: 18px;
  inset-block-end: 18px;
  width: 90px;
  height: 31px;
  background: url("../images/official-logo.svg") center / 76px auto no-repeat;
  opacity: .24;
  pointer-events: none;
}
.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: 0; background: transparent; }
.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 > div > 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 > div > 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 > div > 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 > div > 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 { height: calc(100dvh - 104px); max-height: calc(100dvh - 104px); align-content: start; overflow-y: auto; 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: 12px;
    bottom: 0;
    width: min(620px, calc(100% - 12px));
    height: calc(100% - 12px);
  }
  .model-badge { top: 28px; right: auto; left: 30px; }
}

@media (max-width: 1260px) {
  .hero-copy { width: 47vw; }
  .hero h1 { font-size: 66px; }
  .hero-art { width: 61vw; }
  .hero-machine {
    right: 8px;
    bottom: 0;
    width: min(590px, calc(100% - 8px));
    height: calc(100% - 12px);
  }
  .product-callout { display: none; }
  .model-badge { top: 24px; right: auto; left: 24px; }
  .proof-band { grid-template-columns: 46% 54%; }
  .proof-item { min-height: 112px; }
  .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: auto; min-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: auto;
    left: 50%;
    bottom: 0;
    width: min(620px, 100%);
    height: 420px;
    transform: translateX(-50%);
  }
  .model-badge { top: 16px; right: auto; left: 24px; }
  .proof-band { height: auto; grid-template-columns: 1fr; }
  .proof-photo { height: auto; aspect-ratio: 722 / 456; }
  .proof-photo::after { left: 16px; bottom: 14px; width: 124px; height: 39px; }
  .proof-grid { min-height: 0; padding: 28px 24px; }
  .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: 50%; transform: translateX(-50%); }
  .locale-ar .model-badge { right: auto; left: 24px; }
}

@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.is-open { height: calc(100dvh - 76px); max-height: calc(100dvh - 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: 0;
    width: min(500px, 100%);
    height: 380px;
    transform: translateX(-50%);
  }
  .model-badge { top: 12px; right: auto; left: 18px; min-width: 96px; }
  .model-badge strong { font-size: 25px; }
  .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 > .dashicons { width: 28px; height: 28px; font-size: 28px; }
  .proof-item strong { font-size: clamp(20px, 5.8vw, 23px); white-space: nowrap; }
  .proof-item > div > 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: calc(12px + env(safe-area-inset-bottom, 0px));
    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); }
  /* Keep the existing privacy control above the measured mobile CTA, including
     translated labels that wrap. The safe area is added exactly once. */
  body .wjsc-privacy-button {
    bottom: calc(var(--gzg-mobile-inquiry-reserve, 0px) + 12px + env(safe-area-inset-bottom, 0px));
    min-height: 44px;
    max-width: calc(100vw - 28px);
  }
  .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(-50%); }
  .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 > div > 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-family: dashicons; font-size: 44px; line-height: 1; }
.feature-list .dashicons { width: 17px; height: 17px; color: var(--red); font-family: dashicons; font-size: 17px; font-weight: normal; font-style: normal; letter-spacing: normal; line-height: 1; }
.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 > .oem-check {
  width: 30px;
  height: 30px;
  margin-top: 38px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.82);
  border-radius: 2px;
  color: #fff;
  font-family: dashicons;
  font-size: 25px;
  line-height: 1;
}
.oem-grid article > .oem-check::before { line-height: 1; }
.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; }
@media (max-width: 680px) {
  .proof-item > .dashicons { width: 28px; height: 28px; font-size: 28px; }
}
.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,
.form-status.is-rate { 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 2% 0 auto;
  width: min(630px, 48vw);
  height: calc(100% - 24px);
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 28px 24px rgba(0,0,0,.28));
}
.product-page-count {
  position: absolute;
  z-index: 4;
  top: 34px;
  right: auto;
  left: 30px;
  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; }

/* Full data-driven product catalog. */
.catalog-overview {
  max-width: 880px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 38px;
  overflow: hidden;
  border: 1px solid #d5d9dc;
  border-radius: 3px;
  background: #d5d9dc;
}
.catalog-overview > span {
  min-height: 108px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 7px;
  padding: 20px 24px;
  color: #5b6268;
  background: #fff;
  font-family: var(--display);
  font-size: 13px;
  letter-spacing: .045em;
  line-height: 1.3;
}
.catalog-overview strong { color: var(--navy); font-size: 34px; font-weight: 500; line-height: 1; }
.catalog-overview sup { position: relative; top: -.45em; margin-inline-start: 2px; font-size: .48em; line-height: 0; }
.catalog-family {
  width: 100%;
  max-width: 1372px;
  margin: 0 auto;
  scroll-margin-top: 194px;
}
body.admin-bar .catalog-family { scroll-margin-top: 226px; }
.catalog-family + .catalog-family {
	margin-top: 68px;
	padding-top: 68px;
  border-top: 1px solid #ced2d5;
}
.catalog-family__header {
  display: grid;
  grid-template-columns: 82px minmax(0, 840px);
  gap: 28px;
  align-items: start;
  margin-bottom: 48px;
}
.catalog-family__number {
  width: 66px;
  padding-top: 11px;
  border-top: 4px solid var(--red);
  color: #9da3a8;
  font-family: var(--display);
  font-size: 18px;
  letter-spacing: .12em;
}
.catalog-family__header h2 {
  margin: 0;
  color: var(--ink);
  font-family: var(--display);
  font-size: clamp(44px, 4.2vw, 64px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: .015em;
}
.catalog-family__header p:last-child {
  max-width: 760px;
  margin: 19px 0 0;
  color: var(--body);
  font-size: 17px;
  line-height: 1.65;
}
.catalog-filter-bar {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 30px;
  padding: 12px 18px;
  border: 1px solid #d4d8db;
  border-radius: 3px;
  background: #fff;
}
.catalog-filters { display: flex; flex-wrap: wrap; gap: 8px; }
.catalog-filters button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0 20px;
  border: 1px solid #ced2d5;
  border-radius: 2px;
  color: #343a40;
  background: #fff;
  font-family: var(--display);
  font-size: 14px;
  letter-spacing: .035em;
  cursor: pointer;
}
.catalog-filters button span {
  min-width: 24px;
  padding: 2px 6px;
  border-radius: 999px;
  color: #596169;
  background: #eef0f1;
  font-size: 11px;
  text-align: center;
}
.catalog-filters button:hover { border-color: var(--navy); }
.catalog-filters button.is-active { color: #fff; border-color: var(--navy); background: var(--navy); }
.catalog-filters button.is-active span { color: #fff; background: rgba(255,255,255,.16); }
.catalog-result-status { flex: 0 0 auto; margin: 0; color: #687078; font-size: 13px; }
.catalog-model-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: start; gap: 22px; }
.catalog-model-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #d5d9dc;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(16,31,47,.055);
}
.catalog-model-card[hidden] { display: none; }
.catalog-model-card__media {
  position: relative;
  min-height: 272px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-bottom: 1px solid #e0e3e5;
  background: #f2f3f3;
}
.catalog-model-card__media::before {
	content: none;
}
.catalog-model-card__media::after {
  content: "";
  position: absolute;
  z-index: 2;
  inset-inline-start: 15px;
  inset-block-end: 14px;
  width: 84px;
  height: 29px;
  background: url("../images/official-logo.svg") center / 72px auto no-repeat;
  opacity: .24;
  pointer-events: none;
}
.catalog-image-trigger {
  position: relative;
  width: 100%;
  min-width: 0;
  min-height: inherit;
  align-self: stretch;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 0;
  border: 0;
  color: inherit;
  background: transparent;
  cursor: zoom-in;
  appearance: none;
}
.catalog-image-trigger__hint {
  position: absolute;
  z-index: 4;
  inset-inline-end: 14px;
  inset-block-end: 14px;
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  max-width: calc(100% - 28px);
  padding: 7px 11px;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 2px;
  color: #fff;
  background: rgba(16,31,47,.9);
  box-shadow: 0 6px 16px rgba(16,31,47,.2);
  font-family: var(--display);
  font-size: 11px;
  letter-spacing: .03em;
  line-height: 1.15;
  opacity: .92;
  transform: translateY(2px);
  transition: background .2s ease, opacity .2s ease, transform .2s ease;
}
.catalog-image-trigger__hint .dashicons { width: 17px; height: 17px; flex: 0 0 auto; font-size: 17px; }
.catalog-image-trigger:hover .catalog-image-trigger__hint,
.catalog-image-trigger:focus-visible .catalog-image-trigger__hint { background: var(--red); opacity: 1; transform: none; }
.catalog-model-card__media img {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 268px;
	padding: 8px;
  object-fit: contain;
  filter: drop-shadow(0 16px 13px rgba(16,31,47,.16));
}
.catalog-model-card__badges {
  position: absolute;
  z-index: 3;
  inset-block-start: 14px;
  inset-inline-start: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.fuel-badge,
.variant-badge {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 4px 9px;
  border-radius: 2px;
  color: #fff;
  background: var(--navy);
  font-family: var(--display);
  font-size: 11px;
  letter-spacing: .055em;
  line-height: 1.1;
}
.fuel-badge--gasoline { background: var(--red); }
.variant-badge { color: #26333f; background: #d9dde0; }
.catalog-model-card__body { min-height: 0; display: flex; flex: 1; flex-direction: column; padding: 25px 25px 24px; }
.catalog-model-card__series { margin: 0 0 7px; color: var(--red); font-family: var(--display); font-size: 11px; letter-spacing: .1em; }
.catalog-model-card__body h3 {
  margin: 0;
  color: var(--ink);
  font-family: var(--display);
  font-size: 31px;
  font-weight: 500;
  line-height: 1;
  text-align: start;
}
.catalog-key-specs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-top: 24px;
  border: 1px solid #e0e3e5;
  background: #e0e3e5;
}
.catalog-key-specs > span { min-width: 0; padding: 12px 13px; background: #fafafa; }
.catalog-key-specs small { display: block; overflow-wrap: anywhere; color: #737a80; font-size: 10px; line-height: 1.25; }
.catalog-key-specs strong { display: block; margin-top: 6px; color: #1c2b38; font-size: 14px; font-weight: 650; line-height: 1.25; }
.catalog-specs { margin-top: 20px; border-top: 1px solid #dfe2e4; }
.catalog-specs summary {
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: #343b42;
  font-family: var(--display);
  font-size: 13px;
  letter-spacing: .025em;
  cursor: pointer;
  list-style: none;
}
.catalog-specs summary::-webkit-details-marker { display: none; }
.catalog-specs summary:hover { color: var(--red); }
.catalog-specs summary .dashicons { flex: 0 0 auto; transition: transform .2s ease; }
.catalog-specs[open] summary .dashicons { transform: rotate(180deg); }
.catalog-specs__open,
.catalog-specs[open] .catalog-specs__closed { display: none; }
.catalog-specs[open] .catalog-specs__open { display: inline; }
.catalog-specs__table-wrap { max-width: 100%; overflow-x: auto; padding-bottom: 8px; }
.catalog-specs table { width: 100%; border-collapse: collapse; color: #424950; font-size: 12px; line-height: 1.35; }
.catalog-specs th,
.catalog-specs td { padding: 9px 8px; border-top: 1px solid #e7e9ea; vertical-align: top; text-align: start; }
.catalog-specs th { width: 48%; color: #747b81; font-weight: 500; }
.catalog-specs td { color: #27333e; font-weight: 600; }
.catalog-source-note {
  max-width: 900px;
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin: 26px 0 0;
  color: #6b737a;
  font-size: 13px;
  line-height: 1.55;
}
.catalog-source-note .dashicons { flex: 0 0 auto; color: var(--red); }
.catalog-gallery-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.catalog-gallery-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #d5d9dc;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(16,31,47,.045);
}
.catalog-gallery-card__media { position: relative; min-height: 222px; display: grid; place-items: center; overflow: hidden; background: #f2f3f3; }
.catalog-gallery-card__media::after,
.catalog-engine-gallery__item.is-primary::after,
.catalog-pump-card__media::after {
  content: "";
  position: absolute;
  z-index: 3;
  inset-inline-start: 12px;
  inset-block-end: 12px;
  width: 82px;
  height: 28px;
  background: url("../images/official-logo.svg") center / 70px auto no-repeat;
  opacity: .24;
  pointer-events: none;
}
.catalog-gallery-card__media img { width: 100%; height: 222px; padding: 12px; object-fit: contain; transition: transform .25s ease; }
.catalog-gallery-card:hover .catalog-gallery-card__media img { transform: scale(1.025); }
.catalog-gallery-card__body {
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 17px;
  border-top: 1px solid #e1e4e6;
}
.catalog-gallery-card__body h3 { margin: 0; color: #25323e; font-size: 15px; font-weight: 650; line-height: 1.35; }
.catalog-gallery-card__body button {
  min-width: 42px;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 8px 10px;
  border: 1px solid #d8dbde;
  border-radius: 2px;
  color: var(--red);
  background: #fff;
  font-family: var(--display);
  font-size: 11px;
  line-height: 1.2;
  cursor: pointer;
}
.catalog-gallery-card__body button > span:first-child { display: none; }
.catalog-gallery-card__body button:hover { color: #fff; border-color: var(--red); background: var(--red); }
.catalog-gallery-grid--parts .catalog-gallery-card__media { background: #fff; }
.catalog-parts-groups { display: grid; gap: 64px; }
.catalog-parts-group + .catalog-parts-group { padding-top: 58px; border-top: 1px solid #ced2d5; }
.catalog-parts-group > .product-detail__label {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 24px;
  color: var(--navy);
  font-size: 18px;
  letter-spacing: .065em;
}
.catalog-parts-group > .product-detail__label::before { content: ""; width: 36px; height: 3px; flex: 0 0 auto; background: var(--red); }
.catalog-engine-card {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(380px, .9fr);
  overflow: hidden;
  border: 1px solid #d3d7da;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(16,31,47,.06);
}
.catalog-engine-gallery {
  min-height: 590px;
  display: grid;
  grid-template-columns: minmax(0, 2.15fr) minmax(120px, .85fr);
  grid-template-rows: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: #dfe2e4;
}
.catalog-engine-gallery__item { min-height: 0; height: 100%; background: #f1f2f2; }
.catalog-engine-gallery__item img { width: 100%; height: 100%; min-width: 0; min-height: 0; padding: 14px; object-fit: contain; }
.catalog-engine-gallery__item.is-primary { grid-row: 1 / span 3; background: linear-gradient(145deg, #f7f7f6, #e7e9ea); }
.catalog-engine-gallery__item.is-primary img { padding: 30px; }
.catalog-engine-gallery__item:not(.is-primary) .catalog-image-trigger__hint { width: 34px; min-height: 34px; padding: 7px; font-size: 0; }
.catalog-engine-specs { min-width: 0; display: flex; flex-direction: column; justify-content: center; padding: 42px; }
.catalog-spec-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 18px; margin-bottom: 18px; padding-bottom: 15px; border-bottom: 3px solid var(--red); }
.catalog-spec-heading span { color: #697178; font-family: var(--display); font-size: 13px; letter-spacing: .06em; }
.catalog-spec-heading strong { color: var(--navy); font-family: var(--display); font-size: 32px; font-weight: 500; line-height: 1; }
.catalog-engine-specs .catalog-specs__table-wrap { padding-bottom: 20px; }
.catalog-engine-specs table { width: 100%; border-collapse: collapse; font-size: 13px; }
.catalog-engine-specs th,
.catalog-engine-specs td { padding: 10px 8px; border-bottom: 1px solid #e2e5e7; text-align: start; vertical-align: top; }
.catalog-engine-specs th { width: 52%; color: #737a80; font-weight: 500; }
.catalog-engine-specs td { color: #26333f; font-weight: 650; }
.catalog-pump-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: start; gap: 22px; }
.catalog-pump-card { min-width: 0; overflow: hidden; border: 1px solid #d5d9dc; border-radius: 4px; background: #fff; box-shadow: 0 12px 28px rgba(16,31,47,.05); }
.catalog-pump-card__media { position: relative; min-height: 290px; display: grid; place-items: center; overflow: hidden; border-bottom: 1px solid #e0e3e5; background: linear-gradient(145deg, #f5f6f6, #e9ebec); }
.catalog-pump-card__media .fuel-badge { position: absolute; z-index: 2; inset-block-start: 15px; inset-inline-start: 15px; }
.catalog-pump-card__media img { width: 91%; height: 268px; padding: 14px; object-fit: contain; filter: drop-shadow(0 16px 13px rgba(16,31,47,.14)); }
.catalog-pump-card__body { padding: 24px; }
.catalog-pump-card__body > p { margin: 0 0 7px; color: #6d757c; font-size: 13px; line-height: 1.4; }
.catalog-pump-card__body h3 { margin: 0 0 20px; color: var(--navy); font-family: var(--display); font-size: 30px; font-weight: 500; line-height: 1; text-align: start; }
body.gzg-preview-open { overflow: hidden; }
.product-image-viewer {
  width: min(1260px, calc(100vw - 32px));
  max-width: none;
  max-height: calc(100dvh - 32px);
  margin: auto;
  padding: 0;
  overflow: auto;
  overscroll-behavior: contain;
  border: 0;
  border-radius: 5px;
  color: #fff;
  background: var(--navy-deep);
  box-shadow: 0 28px 90px rgba(0,0,0,.48);
}
.product-image-viewer::backdrop { background: rgba(5,12,18,.82); backdrop-filter: blur(7px); }
.product-image-viewer__panel { min-width: 0; display: grid; grid-template-rows: auto minmax(0, 1fr); }
.product-image-viewer__header {
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 12px 16px 12px 24px;
  border-bottom: 1px solid rgba(255,255,255,.15);
}
.product-image-viewer__header > div { min-width: 0; display: flex; align-items: baseline; gap: 14px; }
.product-image-viewer__header strong { font-family: var(--display); font-size: 18px; font-weight: 500; letter-spacing: .045em; }
.product-image-viewer__counter { color: rgba(255,255,255,.65); font-size: 13px; }
.product-image-viewer__close,
.product-image-viewer__nav {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.22);
  color: #fff;
  background: rgba(255,255,255,.06);
  cursor: pointer;
}
.product-image-viewer__close { width: 44px; height: 44px; border-radius: 50%; }
.product-image-viewer__close .dashicons { width: 24px; height: 24px; font-size: 24px; }
.product-image-viewer__stage { min-height: 0; display: grid; grid-template-columns: 64px minmax(0, 1fr) 64px; align-items: center; gap: 10px; padding: 20px 18px 18px; }
.product-image-viewer__stage figure { min-width: 0; margin: 0; }
.product-image-viewer__image-wrap {
  position: relative;
  min-height: 240px;
  height: min(72dvh, 780px);
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 3px;
  background: #f2f3f3;
}
.product-image-viewer__image-wrap::after {
  content: "";
  position: absolute;
  z-index: 2;
  inset-inline-start: 16px;
  inset-block-end: 16px;
  width: 116px;
  height: 40px;
  background: url("../images/official-logo.svg") center / 100px auto no-repeat;
  opacity: .24;
  pointer-events: none;
}
.product-image-viewer__image-wrap img { position: absolute; inset: 0; width: 100%; height: 100%; max-width: none; max-height: none; object-fit: scale-down; transition: opacity .16s ease; }
.product-image-viewer[data-preview-kind="document"] .product-image-viewer__image-wrap::after { content: none; }
.product-image-viewer__image-wrap img.is-loading { opacity: .35; }
.product-image-viewer__error { max-width: 360px; margin: 0; padding: 24px; color: #26333f; font-weight: 650; line-height: 1.55; text-align: center; }
.product-image-viewer__error[hidden] { display: none; }
.product-image-viewer figcaption { min-height: 30px; padding-top: 11px; color: rgba(255,255,255,.88); font-family: var(--display); font-size: 16px; text-align: center; }
.product-image-viewer__nav { width: 52px; height: 74px; border-radius: 3px; }
.product-image-viewer__nav:hover,
.product-image-viewer__close:hover { border-color: var(--red-bright); background: var(--red); }
.product-image-viewer__nav[hidden] { visibility: hidden; display: grid; }
.product-image-viewer__nav .dashicons { width: 24px; height: 24px; font-size: 24px; }
html[dir="rtl"] .product-image-viewer__nav .dashicons { transform: scaleX(-1); }
.form-model-selection {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px 12px;
  margin: 18px 0 0;
  padding: 12px 14px;
  border-inline-start: 3px solid #ff555c;
  color: rgba(255,255,255,.75);
  background: rgba(255,255,255,.08);
  font-size: 13px;
}
.form-model-selection[hidden] { display: none; }
.form-model-selection strong { color: #fff; font-family: var(--display); font-size: 16px; letter-spacing: .035em; }
.inquiry-form:focus { outline: none; }
/* Native validation scrolls the field, not the form. Leave clearance in
   addition to the document's scroll-padding; JS refines it to the live header. */
.inquiry-form .form-grid :is(label, input, select, textarea) {
  scroll-margin-block-start: 120px;
  scroll-margin-block-end: 48px;
}
.product-page .inquiry-form { scroll-margin-top: 194px; }
.locale-ar .catalog-family__header h2,
.locale-ar .catalog-model-card__body h3,
.locale-ar .catalog-spec-heading strong { letter-spacing: 0; }

@media (max-width: 1180px) {
  .catalog-model-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .catalog-gallery-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .catalog-engine-card { grid-template-columns: 1fr; }
  .catalog-engine-gallery { min-height: 520px; }
  .catalog-engine-specs { padding: 38px; }
}

@media (max-width: 780px) {
  .catalog-family { scroll-margin-top: 150px; }
  body.admin-bar .catalog-family { scroll-margin-top: 196px; }
	.product-page .inquiry-form { scroll-margin-top: 150px; }
  .catalog-family + .catalog-family { margin-top: 56px; padding-top: 52px; }
  .catalog-family__header { grid-template-columns: 54px minmax(0, 1fr); gap: 18px; margin-bottom: 36px; }
  .catalog-family__number { width: 46px; }
  .catalog-family__header h2 { font-size: clamp(38px, 8vw, 52px); }
  .catalog-filter-bar { align-items: stretch; flex-direction: column; }
  .catalog-filters { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .catalog-filters button { justify-content: center; padding-inline: 10px; }
  .catalog-result-status { padding-inline: 4px; }
  .catalog-gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .catalog-pump-grid { grid-template-columns: 1fr; }
  .catalog-engine-gallery { min-height: 470px; }
  .catalog-engine-specs { padding: 32px; }
}

@media (max-width: 600px) {
  .catalog-overview { grid-template-columns: 1fr; }
  .catalog-overview > span { min-height: 80px; flex-direction: row; align-items: center; justify-content: flex-start; }
  .catalog-overview strong { min-width: 54px; }
  .catalog-family__header { grid-template-columns: 1fr; }
  .catalog-family__number { margin-bottom: -5px; }
  .catalog-model-grid { grid-template-columns: 1fr; }
  .catalog-model-card__media { min-height: 260px; }
  .catalog-model-card__media img { height: 252px; }
  .catalog-engine-gallery { min-height: 410px; grid-template-columns: repeat(3, minmax(0, 1fr)); grid-template-rows: minmax(280px, 1fr) 120px; }
  .catalog-engine-gallery__item.is-primary { grid-column: 1 / -1; grid-row: 1; }
  .catalog-engine-gallery__item:not(.is-primary) { grid-row: 2; }
  .catalog-engine-specs { padding: 26px 22px; }
  .catalog-spec-heading { align-items: flex-start; flex-direction: column; }
  .catalog-pump-card__media { min-height: 270px; }
	.product-image-viewer { width: calc(100vw - 18px); max-height: calc(100dvh - 18px); }
	.product-image-viewer__header { min-height: 60px; padding: 8px 8px 8px 16px; }
	.product-image-viewer__header strong { font-size: 15px; }
	.product-image-viewer__stage { grid-template-columns: 44px minmax(0, 1fr) 44px; gap: 4px; padding: 10px 8px 12px; }
	.product-image-viewer__image-wrap { height: min(70dvh, 680px); }
	.product-image-viewer__nav { width: 40px; height: 58px; }
	.product-image-viewer figcaption { font-size: 14px; }
}

@media (max-height: 520px) {
	.product-image-viewer__header { min-height: 54px; padding-block: 6px; }
	.product-image-viewer__stage { padding-block: 8px; }
	.product-image-viewer__image-wrap { min-height: 150px; height: calc(100dvh - 180px); }
	.product-image-viewer figcaption { min-height: 24px; padding-top: 7px; }
}

@media (max-width: 440px) {
  .catalog-filters { grid-template-columns: 1fr; }
  .catalog-gallery-grid { grid-template-columns: 1fr; }
  .catalog-gallery-card__body button > span:first-child { display: inline; }
  .catalog-key-specs { grid-template-columns: 1fr 1fr; }
  .catalog-model-card__body { padding-inline: 20px; }
}

.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 { right: 0; left: auto; width: min(580px, 92%); }
  .product-page-count { right: auto; left: 24px; }
  .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 auto 0 50%;
    width: min(540px, 100%);
    height: 100%;
    transform: translateX(-50%);
  }
  .product-page-technical { inset-inline-start: 0; width: 100%; }
  .product-page-count { top: 20px; right: auto; left: 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: min(440px, 100%); height: 100%; }
  .product-page-count { right: auto; left: 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; }
}

/* Premium About, Blog and editorial experiences — v1.3.7. */
.experience-page { background: #f4f4f2; }
.experience-header .main-header {
  height: 84px;
  grid-template-columns: 210px minmax(0, 1fr) auto;
  gap: 30px;
  padding: 0 clamp(28px, 4vw, 64px);
  background: #fbfbfa;
}
.experience-header .official-brand { width: 192px; }
.experience-header .desktop-nav {
  justify-self: center;
  gap: clamp(22px, 2.25vw, 38px);
  transform: none;
}
.experience-header .desktop-nav a { font-size: 16px; }
.experience-header .desktop-nav a[aria-current="page"]::after { right: 0; }
.experience-header__actions { display: flex; align-items: center; justify-content: flex-end; gap: 16px; }
.experience-header .language-switch--compact { gap: 4px; color: #4f5860; }
.experience-header .language-switch--compact .dashicons { width: 18px; height: 18px; font-size: 18px; }
.experience-header .language-switch--compact select { min-width: 70px; max-width: 94px; color: #2d3338; }
.experience-header .header-catalog { min-width: 190px; min-height: 50px; padding-inline: 20px; font-size: 16px; }
.experience-header .mobile-nav { top: 84px; }
.experience-header .mobile-nav__catalog { color: #fff; background: var(--red); }
.experience-header .mobile-nav__languages {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 18px 28px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #ececea;
}
.experience-header .mobile-nav__languages a {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
  border: 1px solid #c7cbce;
  background: #fff;
  font-family: var(--barlow);
  font-size: 13px;
  font-weight: 700;
}
.experience-header .mobile-nav__languages a[aria-current="page"] { color: #fff; border-color: var(--navy-deep); background: var(--navy-deep); }
.experience-page :where(#top, #overview, #capabilities, #quality, #global, #contact) { scroll-margin-top: 154px; }
body.admin-bar .experience-page :where(#top, #overview, #capabilities, #quality, #global, #contact) { scroll-margin-top: 186px; }

.about-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  color: #fff;
  background: var(--navy-deep);
}
.about-hero__media { position: relative; grid-column: 2; grid-row: 1; min-width: 0; }
.about-hero__image { display: block; width: 100%; height: auto; max-width: none; aspect-ratio: 1702 / 1276; object-fit: contain; }
.about-hero__copy {
  grid-column: 1;
  grid-row: 1;
  min-width: 0;
  padding: clamp(32px, 3.8vw, 60px) clamp(24px, 3.6vw, 56px);
  margin: 0;
}
.about-kicker {
  margin: 0 0 18px;
  display: flex;
  align-items: center;
  gap: 14px;
  color: #ff292f;
  font-family: var(--display);
  font-size: 17px;
  letter-spacing: .055em;
}
.about-kicker > span { width: 42px; height: 3px; flex: 0 0 auto; background: currentColor; }
.about-hero h1,
.blog-hero h1 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(62px, 5.2vw, 80px);
  font-weight: 400;
  line-height: .94;
  letter-spacing: .015em;
}
.about-hero__copy > p:not(.about-kicker) { max-width: 500px; margin: 18px 0 0; color: rgba(255,255,255,.88); font-size: 17px; line-height: 1.52; }
.about-hero__button { min-width: 218px; margin-top: 24px; }
.about-hero__location { position: absolute; inset-inline-end: clamp(30px, 4vw, 62px); bottom: 25px; display: flex; align-items: center; gap: 7px; padding: 8px 10px; color: #fff; background: rgba(7,25,43,.82); backdrop-filter: blur(8px); font-size: 12px; font-weight: 600; letter-spacing: .08em; }
.about-hero__location .dashicons { color: var(--red-bright); }

.about-chapters,
.blog-topics {
  position: sticky;
  z-index: 90;
  top: 84px;
  border-bottom: 1px solid var(--line);
  background: rgba(250,250,249,.97);
  backdrop-filter: blur(12px);
}
body.admin-bar .about-chapters,
body.admin-bar .blog-topics { top: 116px; }
.about-chapters > div,
.blog-topics > div { min-height: 58px; display: flex; align-items: stretch; gap: clamp(28px, 4vw, 64px); padding: 0 clamp(34px, 4.45vw, 68px); overflow-x: auto; scrollbar-width: thin; }
.about-chapters a,
.blog-topics a { position: relative; flex: 0 0 auto; display: inline-flex; align-items: center; color: #30363b; font-family: var(--display); font-size: 14px; letter-spacing: .04em; white-space: nowrap; }
.about-chapters a::after,
.blog-topics a::after { content: ""; position: absolute; right: 100%; bottom: 0; left: 0; height: 3px; background: var(--red); transition: right .2s ease; }
.about-chapters a:hover::after,
.about-chapters a:focus-visible::after,
.about-chapters a[aria-current="true"]::after,
.blog-topics a:hover::after,
.blog-topics a:focus-visible::after,
.blog-topics a[aria-current="page"]::after { right: 0; }
.about-chapters a[aria-current="true"],
.blog-topics a[aria-current="page"] { color: var(--red); }

.about-overview {
  display: grid;
  grid-template-columns: minmax(310px, .9fr) minmax(520px, 2.05fr) minmax(220px, .75fr);
  align-items: stretch;
  gap: clamp(24px, 2.5vw, 40px);
  padding: 56px clamp(34px, 4.45vw, 68px) 64px;
  background: #f7f7f5;
}
.about-overview__copy { align-self: center; }
.about-overview__copy .section-label { margin-bottom: 17px; }
.about-overview__copy h2,
.about-section-heading h2,
.about-quality__copy h2,
.about-global__copy h2,
.about-contact h2,
.blog-index__heading h2,
.blog-empty h3 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(48px, 4vw, 64px);
  font-weight: 400;
  line-height: .92;
  letter-spacing: .018em;
}
.about-overview__copy > p:not(.section-label) { margin: 19px 0 0; color: #4a5157; line-height: 1.62; }
.about-overview__meta { margin-top: 24px; display: grid; gap: 10px; color: #384047; font-family: var(--display); font-size: 13px; letter-spacing: .045em; }
.about-overview__meta span { display: flex; align-items: center; gap: 10px; }
.about-overview__meta .dashicons { color: var(--red); }
.about-mosaic { min-width: 0; height: auto; display: grid; grid-template-columns: minmax(0, 2.12fr) minmax(0, 1fr); grid-template-rows: auto auto; align-self: center; gap: 5px; overflow: hidden; background: transparent; }
.about-mosaic figure { min-width: 0; min-height: 0; margin: 0; overflow: hidden; background: #e5e7e8; }
.about-mosaic__exterior { grid-row: 1 / -1; aspect-ratio: 722 / 456; }
.about-mosaic figure:not(.about-mosaic__exterior) { aspect-ratio: 3 / 2; }
.about-mosaic img { width: 100%; height: 100%; max-width: none; object-fit: contain; }
.about-mosaic figure:not(.about-mosaic__exterior) img { object-fit: cover; }
.about-stat-rail { display: grid; align-content: stretch; border-top: 1px solid #cfd2d4; }
.about-stat { min-width: 0; display: grid; grid-template-columns: 34px max-content minmax(0, 1fr); align-items: center; column-gap: clamp(12px, 1.2vw, 20px); row-gap: 4px; border-bottom: 1px solid #cfd2d4; }
.about-stat .dashicons { width: 28px; height: 28px; color: var(--red-bright); font-size: 28px; }
.about-stat strong { font-family: var(--display); font-size: 38px; font-weight: 400; font-variant-numeric: tabular-nums; line-height: 1; white-space: nowrap; }
.about-stat small { min-width: 0; color: #3e454b; font-family: var(--display); font-size: 12px; line-height: 1.2; letter-spacing: .035em; }

.about-capabilities { padding: 82px clamp(34px, 4.45vw, 68px) 90px; color: #fff; background: var(--navy-deep); }
.about-section-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(270px, .65fr); align-items: end; gap: 60px; }
.about-section-heading .section-label { grid-column: 1 / -1; margin-bottom: -37px; }
.about-section-heading h2 { max-width: 760px; font-size: clamp(58px, 5.5vw, 84px); }
.about-section-heading > p:last-child { margin: 0; color: #a9b4be; font-size: 17px; line-height: 1.6; }
.about-process { margin-top: 52px; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); border-top: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
.about-process > div { min-height: 112px; display: grid; align-content: center; gap: 8px; padding: 18px; border-inline-end: 1px solid rgba(255,255,255,.16); }
.about-process > div:last-child { border-inline-end: 0; }
.about-process span { color: var(--red-bright); font-family: var(--display); font-size: 14px; }
.about-process strong { font-family: var(--display); font-size: 18px; font-weight: 400; line-height: 1.2; letter-spacing: .035em; }
.about-capabilities__media { margin-top: 44px; display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(290px, .75fr); min-height: 480px; }
.about-capabilities__media figure { min-width: 0; margin: 0; overflow: hidden; }
.about-capabilities__media figure img { width: 100%; height: 100%; max-width: none; object-fit: cover; object-position: 58% center; }
.about-equipment { padding: 44px 38px; color: var(--ink); background: #f1f1ef; }
.about-equipment h3 { margin: 0 0 28px; font-family: var(--display); font-size: 31px; font-weight: 400; letter-spacing: .04em; }
.about-equipment ul { margin: 0; padding: 0; list-style: none; }
.about-equipment li { min-height: 52px; display: grid; grid-template-columns: 32px 1fr; align-items: center; gap: 13px; border-top: 1px solid #cdd1d4; font-family: var(--display); font-size: 15px; letter-spacing: .035em; }
.about-equipment li:last-child { border-bottom: 1px solid #cdd1d4; }
.about-equipment li span { color: var(--red); }

.about-quality { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(380px, .8fr); min-height: 600px; background: #f5f5f3; }
.about-quality__image { position: relative; min-height: 560px; overflow: hidden; }
.about-quality__image img { width: 100%; height: 100%; max-width: none; object-fit: cover; }
.about-quality__image > span { position: absolute; inset-inline-start: 28px; bottom: 26px; padding: 9px 12px; color: #fff; background: var(--red); font-family: var(--display); letter-spacing: .08em; }
.about-quality__copy { align-self: center; padding: 64px clamp(38px, 5vw, 78px); }
.about-quality__copy h2 { font-size: clamp(58px, 5vw, 78px); }
.about-quality__copy > p:not(.section-label) { margin: 24px 0 34px; color: #555d64; font-size: 17px; line-height: 1.65; }
.about-quality__copy ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid #cbd0d3; }
.about-quality__copy li { min-height: 56px; display: grid; grid-template-columns: 44px 1fr; align-items: center; gap: 13px; border-bottom: 1px solid #cbd0d3; font-family: var(--display); font-size: 16px; letter-spacing: .045em; }
.about-quality__copy li span { color: var(--red); }

.about-global { position: relative; min-height: 480px; overflow: hidden; color: #fff; background: #07192b; }
.about-credential { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: center; gap: clamp(36px, 5vw, 80px); padding: 64px clamp(34px, 4.45vw, 68px); border-top: 1px solid var(--line); background: #f7f7f5; scroll-margin-top: 154px; }
body.admin-bar .about-credential { scroll-margin-top: 186px; }
.about-credential__image { display: block; justify-self: center; width: min(100%, 560px); padding: 0; border: 0; color: var(--ink); background: transparent; cursor: zoom-in; font: inherit; }
.about-credential__image img { display: block; width: 100%; height: auto; aspect-ratio: 887 / 620; object-fit: contain; }
.about-credential__image > span { display: inline-flex; align-items: center; justify-content: center; gap: 8px; margin-top: 16px; font-size: 14px; }
.about-credential__image:hover > span { color: var(--red); }
.about-credential__image:focus-visible { outline: 3px solid var(--red); outline-offset: 8px; }
.about-credential__copy { min-width: 0; }
.about-credential h2 { margin: 0; font: 700 clamp(28px, 2.5vw, 40px) / 1.25 var(--barlow); letter-spacing: -.02em; overflow-wrap: break-word; }
.about-credential__company { margin: 18px 0 26px; color: #505b65; font-size: 17px; line-height: 1.55; }
.about-credential dl { margin: 0; }
.about-credential dl > div { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.25fr); gap: 20px; padding: 13px 0; border-top: 1px solid #d1d6da; font-size: 15px; line-height: 1.5; }
.about-credential dt { color: #59636c; }
.about-credential dd { min-width: 0; margin: 0; color: var(--ink); font-weight: 600; overflow-wrap: anywhere; }
.about-credential__authority { margin: 18px 0 0; color: #59636c; font-size: 14px; line-height: 1.65; }
.locale-zh .about-credential h2 { font-family: var(--zh-sans); }
.locale-ar .about-credential h2 { font-family: var(--arabic-sans); letter-spacing: 0; }
.locale-ru .about-credential h2 { font-family: var(--intl-sans); }
@media (max-width: 720px) {
  .about-credential { grid-template-columns: minmax(0, 1fr); gap: 32px; padding: 44px 20px; }
  .about-credential, body.admin-bar .about-credential { scroll-margin-top: 128px; }
  .about-credential h2 { font-size: 28px; }
  .about-credential dl > div { gap: 16px; font-size: 14px; }
}
.about-global > img { position: absolute; inset: 0; width: 100%; height: 100%; max-width: none; object-fit: cover; object-position: center; }
.about-global__copy { position: relative; z-index: 2; width: min(480px, 38vw); padding-top: 76px; margin-inline-start: clamp(42px, 4.45vw, 68px); }
.about-global__copy h2 { font-size: clamp(60px, 5vw, 78px); }
.about-global__copy > p:not(.section-label) { margin: 22px 0 14px; color: #d3dce3; font-size: 17px; line-height: 1.62; }
.about-global__copy small { display: block; max-width: 420px; color: #8fa0ae; font-size: 13px; line-height: 1.55; }
.about-contact { display: grid; grid-template-columns: minmax(0, 1.2fr) auto; align-items: end; gap: 70px; padding: 74px clamp(34px, 4.45vw, 68px); color: #fff; background: var(--red); }
.about-contact h2 { max-width: 850px; font-size: clamp(54px, 5vw, 76px); }
.about-contact p:not(.section-label) { max-width: 650px; margin: 20px 0 0; color: rgba(255,255,255,.87); font-size: 17px; }
.about-contact__actions { display: grid; gap: 12px; min-width: 260px; }
.about-contact__actions .button { width: 100%; min-height: 54px; }

.blog-hero { position: relative; min-height: 390px; overflow: hidden; color: #fff; background: #07192b; }
.blog-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; max-width: none; object-fit: cover; object-position: center; opacity: .9; }
.blog-hero__copy { position: relative; z-index: 2; width: min(760px, 56vw); padding-top: 58px; margin-inline-start: clamp(42px, 4.45vw, 68px); }
.blog-hero h1 { font-size: clamp(60px, 5vw, 78px); }
.blog-hero__copy > p:not(.about-kicker) { max-width: 620px; margin: 20px 0 0; color: #c7d2db; font-size: 17px; line-height: 1.55; }
.blog-hero__code { position: absolute; inset-inline-end: clamp(30px, 4vw, 62px); bottom: 28px; color: #8798a6; font-family: var(--display); font-size: 13px; letter-spacing: .08em; }
.blog-index { padding: 74px clamp(34px, 4.45vw, 68px) 96px; }
.blog-index__heading { margin-bottom: 40px; display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; border-bottom: 1px solid #cfd3d5; padding-bottom: 22px; }
.blog-index__heading .section-label { margin: 0; }
.blog-index__heading h2 { font-size: clamp(54px, 4.8vw, 74px); }
.blog-featured { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(340px, .85fr); min-height: 490px; color: #fff; background: var(--navy-deep); }
.blog-featured__media { min-width: 0; overflow: hidden; }
.blog-featured__media img { width: 100%; height: 100%; max-width: none; object-fit: cover; transition: transform .55s ease; }
.blog-featured:hover .blog-featured__media img { transform: scale(1.025); }
.blog-featured__copy { align-self: center; padding: 46px; }
.blog-featured__copy > p:first-child { margin: 0 0 18px; color: #a6b4bf; font-family: var(--display); font-size: 13px; letter-spacing: .06em; }
.blog-featured__copy > p:first-child span { margin-inline-end: 12px; padding: 6px 8px; color: #fff; background: var(--red); }
.blog-featured h3,
.blog-card h3 { margin: 0; font-family: var(--display); font-size: 38px; font-weight: 400; line-height: 1.04; letter-spacing: .025em; }
.blog-featured h3 a:hover,
.blog-card h3 a:hover { color: var(--red-bright); }
.blog-featured time,
.blog-card time { display: block; margin-top: 16px; color: #8fa0ae; font-size: 12px; font-weight: 600; letter-spacing: .06em; }
.blog-featured__excerpt { margin: 24px 0 0; color: #bac5ce; line-height: 1.62; }
.blog-read-more { margin-top: 28px; display: inline-flex; align-items: center; gap: 10px; padding-bottom: 5px; border-bottom: 1px solid currentColor; color: inherit; font-family: var(--display); font-size: 15px; letter-spacing: .045em; }
.blog-read-more .dashicons { color: var(--red-bright); }
.blog-grid { margin-top: 34px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.blog-card { min-width: 0; border-bottom: 3px solid var(--navy-deep); background: #fff; }
.blog-card__media { height: 240px; display: block; overflow: hidden; }
.blog-card__media img { width: 100%; height: 100%; max-width: none; object-fit: cover; transition: transform .5s ease; }
.blog-card:hover .blog-card__media img { transform: scale(1.03); }
.blog-card__body { padding: 26px 26px 30px; }
.blog-card__body > p { margin: 0 0 13px; color: var(--red); font-family: var(--display); font-size: 13px; letter-spacing: .055em; }
.blog-card h3 { min-height: 80px; font-size: 28px; }
.blog-card .blog-read-more { margin-top: 22px; }
.blog-empty { position: relative; min-height: 460px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, .72fr); overflow: hidden; background: #ececea; }
.blog-empty::after {
  content: "";
  position: absolute;
  z-index: 3;
  inset-inline-end: 28px;
  inset-block-end: 28px;
  width: 102px;
  height: 35px;
  background: url("../images/official-logo.svg") center / 88px auto no-repeat;
  opacity: .24;
  pointer-events: none;
}
.blog-empty__copy { align-self: center; max-width: 670px; padding: 56px; }
.blog-empty__copy > span { color: var(--red); font-family: var(--display); font-size: 13px; letter-spacing: .08em; }
.blog-empty h3 { margin-top: 18px; font-size: clamp(50px, 4.5vw, 70px); }
.blog-empty p { max-width: 560px; margin: 22px 0 28px; color: #50585f; font-size: 17px; line-height: 1.6; }
.blog-empty > img { align-self: end; justify-self: center; width: min(520px, 90%); height: 440px; object-fit: contain; object-position: center bottom; }
.blog-pagination { margin-top: 46px; display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; }
.blog-pagination .page-numbers { min-width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid #c7cbce; font-family: var(--display); }
.blog-pagination .page-numbers.prev,
.blog-pagination .page-numbers.next { width: auto; display: inline-flex; gap: 8px; padding-inline: 14px; }
.blog-pagination__arrow { font-family: var(--barlow); }
.blog-pagination .page-numbers.current { color: #fff; border-color: var(--red); background: var(--red); }

.article-hero { position: relative; min-height: 500px; overflow: hidden; color: #fff; background: var(--navy-deep); }
.article-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; max-width: none; object-fit: cover; opacity: .32; }
.article-hero__copy { position: relative; z-index: 2; max-width: 1020px; padding: 80px clamp(34px, 7vw, 110px); }
.article-hero__copy > a { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 48px; color: #c1ccd5; font-family: var(--display); font-size: 14px; letter-spacing: .05em; }
.article-hero__copy > p { margin: 0 0 18px; color: var(--red-bright); font-family: var(--display); letter-spacing: .055em; }
.article-hero h1 { margin: 0; font-family: var(--display); font-size: clamp(56px, 5.5vw, 86px); font-weight: 400; line-height: .96; letter-spacing: .018em; }
.article-hero time { display: block; margin-top: 24px; color: #c1ccd5; font-size: 13px; letter-spacing: .06em; }
.article-body { display: grid; grid-template-columns: 100px minmax(0, 820px); justify-content: center; gap: 54px; padding: 76px 34px 90px; background: #fff; }
.article-body__rail { padding-top: 8px; display: flex; flex-direction: column; gap: 8px; color: var(--red); font-family: var(--display); font-size: 14px; letter-spacing: .1em; }
.article-body__content { color: #30373d; font-size: 18px; line-height: 1.82; }
.article-body__content > *:first-child { margin-top: 0; }
.article-body__content h2,
.article-body__content h3 { margin-top: 1.5em; color: var(--ink); font-family: var(--display); font-weight: 400; line-height: 1.05; letter-spacing: .025em; }
.article-body__content h2 { font-size: 44px; }
.article-body__content h3 { font-size: 32px; }
.article-body__content img { margin-block: 36px; }
.article-body__content a { color: #9f0710; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: .18em; }
.article-body__content a:hover { color: var(--red); text-decoration-thickness: 2px; }
.article-navigation { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: #fff; border-top: 1px solid #d4d7da; }
.article-navigation a { min-height: 110px; display: flex; align-items: center; justify-content: center; gap: 12px; padding: 24px; background: #f0f0ee; font-family: var(--display); font-size: 19px; letter-spacing: .035em; text-align: center; }
.article-navigation a:only-child { grid-column: 1 / -1; }
.article-navigation__copy { min-width: 0; display: grid; gap: 5px; }
.article-navigation__copy small { color: #697178; font-family: var(--barlow); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.article-navigation__copy strong { font: inherit; font-weight: 400; }
.article-navigation a:hover { color: #fff; background: var(--red); }
.article-navigation a:hover small { color: rgba(255,255,255,.76); }

.locale-zh .experience-page :where(.about-kicker, .about-hero h1, .about-chapters a, .about-overview__copy h2, .about-overview__meta, .about-stat strong, .about-stat small, .about-section-heading h2, .about-process, .about-equipment, .about-quality__copy h2, .about-quality__copy li, .about-global__copy h2, .about-contact h2, .blog-hero h1, .blog-topics a, .blog-index__heading h2, .blog-featured, .blog-card, .blog-empty h3, .article-hero, .article-body__rail, .article-body__content h2, .article-body__content h3, .article-navigation) { font-family: var(--zh-sans); }
.locale-zh .about-hero h1,
.locale-zh .blog-hero h1 { font-size: clamp(50px, 4.5vw, 68px); line-height: 1.12; font-weight: 800; }
.locale-zh .about-overview__copy h2,
.locale-zh .about-section-heading h2,
.locale-zh .about-quality__copy h2,
.locale-zh .about-global__copy h2,
.locale-zh .about-contact h2,
.locale-zh .blog-index__heading h2,
.locale-zh .blog-empty h3 { line-height: 1.12; font-weight: 800; }
.locale-ar .experience-page :where(.about-kicker, .about-hero h1, .about-chapters a, .about-overview__copy h2, .about-overview__meta, .about-stat strong, .about-stat small, .about-section-heading h2, .about-process, .about-equipment, .about-quality__copy h2, .about-quality__copy li, .about-global__copy h2, .about-contact h2, .blog-hero h1, .blog-topics a, .blog-index__heading h2, .blog-featured, .blog-card, .blog-empty h3, .article-hero, .article-body__rail, .article-body__content h2, .article-body__content h3, .article-navigation) { font-family: var(--arabic-sans); letter-spacing: 0; }
.locale-ar .about-hero h1,
.locale-ar .blog-hero h1 { font-size: clamp(44px, 4vw, 62px); line-height: 1.3; font-weight: 800; }
.locale-ar .about-kicker > span { order: 2; }
.locale-ar .blog-hero__copy,
.locale-ar .about-global__copy { margin-right: auto; margin-left: clamp(42px, 4.45vw, 68px); text-align: right; }
.locale-ar .about-hero__copy { text-align: right; }
.locale-ar .about-overview__copy h2,
.locale-ar .about-section-heading h2,
.locale-ar .about-quality__copy h2,
.locale-ar .about-global__copy h2,
.locale-ar .about-contact h2,
.locale-ar .blog-index__heading h2,
.locale-ar .blog-empty h3 { line-height: 1.25; font-weight: 800; }
.locale-ar :where(.about-hero__button, .about-contact__actions .button, .blog-read-more, .article-hero__copy > a, .article-navigation a) .dashicons { transform: scaleX(-1); }
.locale-ru .experience-page :where(.about-kicker, .about-hero h1, .about-chapters a, .about-overview__copy h2, .about-stat, .about-section-heading h2, .about-process, .about-equipment, .about-quality__copy h2, .about-quality__copy li, .about-global__copy h2, .about-contact h2, .blog-hero h1, .blog-topics a, .blog-index__heading h2, .blog-featured, .blog-card, .blog-empty h3, .article-hero, .article-body__rail, .article-body__content h2, .article-body__content h3, .article-navigation) { font-family: var(--intl-sans); }
.locale-ru .about-hero h1,
.locale-ru .blog-hero h1 { font-size: clamp(42px, 3.7vw, 58px); line-height: 1.08; font-weight: 900; }
.locale-ru .about-section-heading h2,
.locale-ru .about-contact h2 { font-size: clamp(46px, 4vw, 62px); line-height: 1.08; }
.locale-es .about-hero h1,
.locale-es .blog-hero h1 { font-size: clamp(48px, 4.1vw, 64px); line-height: 1.02; }
.experience-page .about-stat strong { font-family: var(--display); }

@media (max-width: 1280px) {
  .experience-header .main-header { grid-template-columns: 1fr auto; }
  .experience-header__actions { grid-column: 2; }
  .experience-header .mobile-menu-toggle { display: grid; place-items: center; }
  .experience-header .mobile-nav { display: grid; }
  .experience-header .mobile-nav.is-open { height: calc(100dvh - 84px); max-height: calc(100dvh - 84px); }
  .about-overview { grid-template-columns: minmax(220px, .7fr) minmax(500px, 1.9fr); }
  .about-stat-rail { grid-column: 1 / -1; grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .about-stat { min-height: 88px; padding-inline: 18px; border-inline-end: 1px solid #cfd2d4; }
  .about-stat:last-child { border-inline-end: 0; }
}

@media (min-width: 783px) and (max-width: 1280px) {
  body.admin-bar .experience-header .mobile-nav.is-open { height: calc(100dvh - 116px); max-height: calc(100dvh - 116px); }
}

@media (max-width: 1040px) {
  .experience-header .language-switch--compact { display: none; }
  .about-overview { grid-template-columns: 1fr; }
  .about-overview__copy { max-width: 680px; }
  .about-mosaic { height: auto; }
  .about-stat-rail { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .about-stat:nth-child(2n) { border-inline-end: 0; }
  .about-section-heading { grid-template-columns: 1fr; gap: 24px; }
  .about-section-heading .section-label { margin-bottom: -8px; }
  .about-process { grid-template-columns: repeat(5, 210px); overflow-x: auto; }
  .about-capabilities__media { grid-template-columns: 1fr; }
  .about-capabilities__media figure { min-height: 460px; }
  .about-quality { grid-template-columns: 1fr; }
  .about-quality__image { min-height: 500px; }
  .about-global__copy { width: min(520px, 52vw); }
  .about-contact { grid-template-columns: 1fr; align-items: start; gap: 34px; }
  .about-contact__actions { width: min(520px, 100%); grid-template-columns: 1fr 1fr; }
  .blog-featured { grid-template-columns: 1fr; }
  .blog-featured__media { height: 440px; }
  .blog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 1281px) and (max-width: 1400px) {
  .experience-header .main-header { grid-template-columns: 190px minmax(0, 1fr) auto; gap: 20px; padding-inline: 28px; }
  .experience-header .official-brand { width: 178px; }
  .experience-header .desktop-nav { display: flex; gap: clamp(16px, 1.45vw, 21px); }
  .experience-header .desktop-nav a { font-size: 14px; }
  .experience-header .header-catalog { min-width: 164px; padding-inline: 14px; font-size: 14px; }
  .experience-header .language-switch--compact { display: flex; }
  .experience-header .language-switch--compact .dashicons { display: none; }
  .experience-header .language-switch--compact select { min-width: 62px; max-width: 72px; font-size: 13px; }
  .experience-header .mobile-menu-toggle,
  .experience-header .mobile-nav { display: none; }
}

@media (max-width: 720px) {
  body.page-template-page-about,
  body.page-template-page-blog,
  body.single { padding-bottom: 0; }
  .experience-header .main-header { height: 76px; padding-inline: 18px; }
  .experience-header .official-brand { width: 176px; }
  .experience-header .header-catalog { display: none; }
  .experience-header .mobile-nav { top: 76px; }
  .experience-header .mobile-nav.is-open { height: calc(100dvh - 76px); max-height: calc(100dvh - 76px); }
  .experience-page :where(#top, #overview, #capabilities, #quality, #global, #contact) { scroll-margin-top: 128px; }
  body.admin-bar .experience-page :where(#top, #overview, #capabilities, #quality, #global, #contact) { scroll-margin-top: 128px; }
  .about-hero { grid-template-columns: 1fr; grid-template-rows: auto auto; }
  .about-hero__media { grid-column: 1; grid-row: 1; }
  .about-hero__copy { grid-column: 1; grid-row: 2; width: auto; padding: 36px 20px 44px; margin: 0; background: var(--navy-deep); }
  .about-hero h1,
  .blog-hero h1,
  .locale-zh .about-hero h1,
  .locale-zh .blog-hero h1,
  .locale-ru .about-hero h1,
  .locale-ru .blog-hero h1,
  .locale-es .about-hero h1,
  .locale-es .blog-hero h1 { font-size: clamp(42px, 12vw, 58px); }
  .locale-ar .about-hero h1,
  .locale-ar .blog-hero h1 { font-size: clamp(36px, 9.5vw, 48px); }
  .about-hero__copy > p:not(.about-kicker) { font-size: 16px; }
  .about-hero__button { width: 100%; }
  .about-hero__location { top: auto; right: auto; left: auto; bottom: 14px; inset-inline-end: 18px; }
  .about-chapters,
  .blog-topics { top: 76px; }
  body.admin-bar .about-chapters,
  body.admin-bar .blog-topics { top: 76px; }
  .about-chapters > div,
  .blog-topics > div { min-height: 52px; gap: 30px; padding-inline: 20px; }
  .about-overview,
  .about-capabilities,
  .blog-index { padding-inline: 20px; }
  .about-overview { padding-top: 46px; padding-bottom: 52px; }
  .about-overview__copy h2,
  .about-section-heading h2,
  .about-quality__copy h2,
  .about-global__copy h2,
  .about-contact h2,
  .blog-index__heading h2,
  .blog-empty h3 { font-size: 46px; }
  .about-mosaic { height: auto; grid-template-columns: 1fr 1fr; grid-template-rows: auto auto; }
  .about-mosaic__exterior { grid-column: 1 / -1; grid-row: 1; }
  .about-stat-rail { grid-template-columns: 1fr 1fr; }
  .about-stat { min-height: 96px; grid-template-columns: 28px minmax(0, 1fr); grid-template-rows: auto auto; grid-template-areas: "icon value" "icon label"; column-gap: 12px; row-gap: 3px; padding-inline: 12px; }
  .about-stat:nth-child(2n) { border-inline-end: 0; }
  .about-stat .dashicons { grid-area: icon; align-self: center; }
  .about-stat strong { grid-area: value; align-self: end; }
  .about-stat small { grid-area: label; align-self: start; }
  .about-stat strong { font-size: 32px; }
  .about-stat small { font-size: 11px; }
  .about-capabilities { padding-top: 62px; padding-bottom: 68px; }
  .about-section-heading h2 { font-size: 50px; }
  .about-section-heading > p:last-child { font-size: 16px; }
  .about-process { margin-top: 38px; grid-template-columns: repeat(5, 190px); }
  .about-capabilities__media { min-height: 0; }
  .about-capabilities__media figure { min-height: 300px; }
  .about-equipment { padding: 34px 24px; }
  .about-quality__image { min-height: 330px; }
  .about-quality__copy { padding: 54px 20px 62px; }
  .about-global { min-height: 640px; display: grid; grid-template-rows: 300px 1fr; }
  .about-global > img { position: relative; height: 300px; object-position: 72% center; }
  .about-global__copy { width: auto; padding: 46px 20px 54px; margin: 0; background: #07192b; }
  .locale-ar .about-hero__copy,
  .locale-ar .blog-hero__copy,
  .locale-ar .about-global__copy { width: auto; margin: 0; text-align: right; }
  .about-contact { padding: 56px 20px; }
  .about-contact__actions { grid-template-columns: 1fr; }
  .blog-hero { min-height: 470px; }
  .blog-hero > img { object-position: 70% center; opacity: .36; }
  .blog-hero__copy { width: auto; padding: 54px 20px 70px; margin: 0; }
  .blog-hero__copy > p:not(.about-kicker) { font-size: 16px; }
  .blog-hero__code { inset-inline-end: 20px; bottom: 22px; }
  .blog-index { padding-top: 56px; padding-bottom: 72px; }
  .blog-index__heading { align-items: flex-start; flex-direction: column; }
  .blog-featured__media { height: 300px; }
  .blog-featured__copy { padding: 32px 24px 38px; }
  .blog-featured h3 { font-size: 34px; }
  .blog-grid { grid-template-columns: 1fr; }
  .blog-card__media { height: 260px; }
  .blog-empty { grid-template-columns: 1fr; }
  .blog-empty__copy { padding: 44px 24px 20px; }
  .blog-empty > img { height: 310px; }
  .article-hero { min-height: 540px; }
  .article-hero__copy { padding: 58px 20px; }
  .article-hero__copy > a { margin-bottom: 38px; }
  .article-hero h1 { font-size: 48px; }
  .article-body { grid-template-columns: 1fr; gap: 20px; padding: 54px 20px 66px; }
  .article-body__rail { flex-direction: row; }
  .article-body__content { font-size: 17px; }
  .article-body__content h2 { font-size: 38px; }
  .article-navigation { grid-template-columns: 1fr; }
}

@media (min-width: 721px) and (max-width: 782px) {
  body.admin-bar .experience-header .mobile-nav.is-open { height: calc(100dvh - 130px); max-height: calc(100dvh - 130px); }
  body.admin-bar .about-chapters,
  body.admin-bar .blog-topics { top: 130px; }
}

@media (min-width: 601px) and (max-width: 720px) {
  body.admin-bar .experience-header .mobile-nav.is-open { height: calc(100dvh - 122px); max-height: calc(100dvh - 122px); }
  body.admin-bar .about-chapters,
  body.admin-bar .blog-topics { top: 122px; }
}

@media (max-width: 600px) {
  body.admin-bar .about-chapters,
  body.admin-bar .blog-topics { top: 76px; }
}

.about-hero .about-kicker,
.blog-hero .about-kicker,
.about-capabilities .section-label,
.about-process span,
.about-global .section-label,
.article-hero__copy > p { color: var(--red-on-dark); }
