:root {
  --ink: #07131d;
  --ink-2: #132536;
  --muted: #5d6873;
  --paper: #f6f7f4;
  --paper-2: #eef2ed;
  --line: #d9dfd8;
  --white: #ffffff;
  --steel: #2176d7;
  --steel-dark: #145aa6;
  --amber: #ff642e;
  --green: #139b63;
  --shadow: 0 24px 70px rgba(7, 19, 29, 0.14);
  --radius: 8px;
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Be Vietnam Pro", "Noto Sans SC", sans-serif;
  overflow-x: hidden;
}

body[dir="rtl"],
html[dir="rtl"] body {
  font-family: "Noto Kufi Arabic", "Be Vietnam Pro", sans-serif;
}

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

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

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

.container {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 16px;
  left: 16px;
  right: 16px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 22px;
  padding: 10px 12px 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  background: rgba(7, 19, 29, 0.74);
  color: var(--white);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(18px);
}

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

.brand-logo {
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.96);
  object-fit: contain;
  padding: 4px;
}

.brand-copy {
  display: grid;
  line-height: 1.1;
}

.brand-copy strong {
  font-size: 0.96rem;
}

.brand-copy small {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.72rem;
}

.primary-nav {
  display: flex;
  justify-content: center;
  gap: 4px;
}

.primary-nav a {
  border-radius: 7px;
  padding: 11px 13px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.88rem;
  font-weight: 600;
  transition: background 180ms ease, color 180ms ease;
}

.primary-nav a:hover,
.primary-nav a:focus-visible {
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
  outline: none;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.language-label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.language-select {
  min-width: 152px;
  min-height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
  cursor: pointer;
  padding: 0 34px 0 12px;
}

.language-select option {
  background: var(--ink);
  color: var(--white);
}

.button,
.icon-button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 7px;
  cursor: pointer;
  font-weight: 700;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.button {
  gap: 9px;
  padding: 0 18px;
}

.button svg,
.icon-button svg,
.proof-grid svg,
.industry-grid svg,
.inquiry-points svg,
.footer-top svg {
  width: 18px;
  height: 18px;
  stroke-width: 2.1;
}

.button-primary {
  background: var(--steel);
  color: var(--white);
  box-shadow: 0 18px 36px rgba(14, 116, 144, 0.26);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: var(--steel-dark);
  outline: none;
  transform: translateY(-1px);
}

.button-whatsapp {
  background: var(--green);
  color: var(--white);
  box-shadow: 0 18px 36px rgba(19, 155, 99, 0.24);
}

.button-whatsapp:hover,
.button-whatsapp:focus-visible {
  background: #0d7d4f;
  outline: none;
  transform: translateY(-1px);
}

.button-secondary {
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.16);
  outline: none;
  transform: translateY(-1px);
}

.icon-button {
  display: none;
  width: 44px;
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
}

.hero {
  position: relative;
  min-height: 86vh;
  overflow: hidden;
  color: var(--white);
}

.hero-bg,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-bg {
  object-fit: cover;
  object-position: center;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(4, 13, 22, 0.72) 0%, rgba(4, 13, 22, 0.34) 49%, rgba(4, 13, 22, 0.02) 76%),
    linear-gradient(0deg, rgba(4, 13, 22, 0.28), rgba(4, 13, 22, 0));
}

.hero-content {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 86vh;
  align-content: center;
  padding: 120px 0 54px;
}

.eyebrow,
.section-kicker {
  margin: 0 0 14px;
  color: var(--amber);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 710px;
  margin: 0;
  font-size: 6.25rem;
  line-height: 0.96;
  letter-spacing: 0;
}

.hero-lede {
  max-width: 620px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.22rem;
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.hero-metrics {
  display: grid;
  max-width: 760px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 50px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
}

.hero-metrics div {
  padding: 20px;
  background: rgba(7, 19, 29, 0.42);
}

.hero-metrics strong {
  display: block;
  color: var(--white);
  font-size: 2.8rem;
  line-height: 1;
}

.hero-metrics span {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.86rem;
}

.proof-strip {
  background: var(--ink);
  color: var(--white);
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  padding: 1px 0;
}

.proof-grid > span {
  display: flex;
  min-height: 88px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: var(--ink-2);
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.9rem;
  font-weight: 700;
}

.proof-grid svg {
  color: var(--amber);
}

.section {
  padding: 96px 0;
  scroll-margin-top: 118px;
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(280px, 0.64fr);
  gap: 52px;
  align-items: end;
  margin-bottom: 34px;
}

.section h2 {
  margin: 0;
  font-size: 3.55rem;
  line-height: 1.02;
  letter-spacing: 0;
}

.section p {
  color: var(--muted);
  line-height: 1.75;
}

.filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 28px 0 28px;
}

.filter-button {
  min-height: 38px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--white);
  color: var(--ink-2);
  cursor: pointer;
  padding: 0 15px;
  font-size: 0.85rem;
  font-weight: 700;
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.filter-button:hover,
.filter-button:focus-visible,
.filter-button.is-active {
  border-color: var(--steel);
  background: var(--steel);
  color: var(--white);
  outline: none;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.product-card {
  position: relative;
  display: grid;
  grid-template-rows: 240px 1fr;
  min-height: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  overflow: hidden;
  box-shadow: 0 10px 35px rgba(7, 19, 29, 0.05);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.product-card:hover {
  border-color: rgba(14, 116, 144, 0.42);
  box-shadow: var(--shadow);
  transform: translateY(-3px);
}

.product-media {
  position: relative;
  display: grid;
  height: 240px;
  place-items: center;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(14, 116, 144, 0.08), rgba(216, 138, 29, 0.08)),
    #fbfcfa;
}

.product-media img {
  position: absolute;
  inset: 18px;
  width: calc(100% - 36px);
  height: calc(100% - 36px);
  object-fit: contain;
  mix-blend-mode: multiply;
}

.product-body {
  display: grid;
  align-content: start;
  gap: 13px;
  padding: 18px;
}

.product-category {
  width: fit-content;
  border-radius: 999px;
  background: #e9f2ff;
  color: var(--steel-dark);
  padding: 6px 10px;
  font-size: 0.72rem;
  font-weight: 800;
}

.product-card h3 {
  min-height: 2.7em;
  margin: 0;
  color: var(--ink);
  font-size: 1.05rem;
  line-height: 1.35;
}

.product-card p {
  min-height: 5.2em;
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.55;
}

.product-quote {
  justify-self: start;
  border: 0;
  background: transparent;
  color: var(--steel-dark);
  cursor: pointer;
  padding: 0;
  font-size: 0.86rem;
  font-weight: 800;
}

.product-quote:hover,
.product-quote:focus-visible {
  color: var(--amber);
  outline: none;
}

.capability-section {
  background:
    linear-gradient(135deg, rgba(15, 111, 86, 0.11), transparent 32%),
    var(--paper-2);
}

.capability-layout,
.inquiry-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(380px, 0.72fr);
  gap: 64px;
  align-items: start;
}

.capability-layout h2,
.company-layout h2,
.inquiry-layout h2 {
  margin: 0;
}

.capability-actions {
  margin-top: 30px;
}

.process-board {
  display: grid;
  gap: 14px;
}

.process-board article,
.industry-grid article {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.82);
  padding: 24px;
  box-shadow: 0 12px 38px rgba(7, 19, 29, 0.06);
}

.process-board span {
  display: inline-flex;
  min-width: 44px;
  min-height: 32px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--ink);
  color: var(--white);
  font-size: 0.78rem;
  font-weight: 800;
}

.process-board h3,
.industry-grid h3 {
  margin: 16px 0 8px;
  font-size: 1.15rem;
}

.process-board p,
.industry-grid p {
  margin: 0;
  font-size: 0.92rem;
}

.industry-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.industry-grid article {
  background: var(--white);
}

.industry-grid svg {
  width: 30px;
  height: 30px;
  color: var(--steel);
}

.sourcing-section {
  position: relative;
  overflow: hidden;
  background: #f0f5fb;
}

.sourcing-section::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 34%;
  height: 4px;
  background: linear-gradient(90deg, var(--steel), var(--amber));
  content: "";
}

.sourcing-head {
  margin-bottom: 42px;
}

.sourcing-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid #cfd9e5;
  border-left: 1px solid #cfd9e5;
}

.sourcing-grid article {
  position: relative;
  min-height: 278px;
  border-right: 1px solid #cfd9e5;
  border-bottom: 1px solid #cfd9e5;
  background: rgba(255, 255, 255, 0.62);
  padding: 28px 24px;
  transition: background 180ms ease, transform 180ms ease;
}

.sourcing-grid article:hover {
  z-index: 1;
  background: var(--white);
  transform: translateY(-3px);
}

.sourcing-grid svg {
  width: 30px;
  height: 30px;
  margin-top: 36px;
  color: var(--steel);
}

.sourcing-number {
  position: absolute;
  top: 22px;
  right: 22px;
  color: rgba(7, 19, 29, 0.2);
  font-size: 0.78rem;
  font-weight: 800;
}

[dir="rtl"] .sourcing-number {
  right: auto;
  left: 22px;
}

.sourcing-grid h3 {
  margin: 20px 0 8px;
  font-size: 1.08rem;
}

.sourcing-grid p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.65;
}

.company-section {
  background: var(--ink);
  color: var(--white);
}

.company-section p {
  color: rgba(255, 255, 255, 0.72);
}

.company-layout {
  display: grid;
  grid-template-columns: minmax(340px, 0.66fr) minmax(0, 0.9fr);
  gap: 70px;
  align-items: center;
}

.factory-map {
  position: relative;
  min-height: 420px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  overflow: hidden;
  background:
    linear-gradient(120deg, rgba(216, 138, 29, 0.18), transparent 36%),
    linear-gradient(160deg, rgba(14, 116, 144, 0.36), transparent 58%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.06) 0 1px, transparent 1px 86px),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 86px),
    #0b1a27;
}

.factory-map::before {
  position: absolute;
  inset: 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  content: "";
}

.map-node {
  position: absolute;
  z-index: 2;
  display: grid;
  width: 142px;
  min-height: 82px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.1);
  text-align: center;
  backdrop-filter: blur(10px);
}

.map-node strong {
  color: var(--white);
  font-size: 1.05rem;
}

.map-node span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.78rem;
}

.node-xuzhou {
  top: 72px;
  left: 48px;
}

.node-luan {
  right: 48px;
  bottom: 78px;
}

.map-line {
  position: absolute;
  top: 150px;
  left: 150px;
  width: 52%;
  height: 2px;
  background: linear-gradient(90deg, var(--amber), var(--steel));
  transform: rotate(33deg);
  transform-origin: left;
}

.inquiry-section {
  background:
    linear-gradient(90deg, rgba(255, 100, 46, 0.1), transparent 34%),
    var(--paper);
}

.inquiry-points {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.inquiry-points span {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--ink-2);
  font-weight: 700;
}

.inquiry-points svg {
  color: var(--amber);
}

.direct-contact {
  display: grid;
  gap: 10px;
  margin-top: 30px;
}

.contact-channel {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 20px;
  align-items: center;
  gap: 12px;
  min-height: 72px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.78);
  padding: 12px 14px;
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.contact-channel:hover,
.contact-channel:focus-visible {
  background: var(--white);
  outline: none;
  transform: translateY(-2px);
}

.contact-channel > svg:first-child {
  width: 24px;
  height: 24px;
}

.contact-channel > svg:last-child {
  width: 17px;
  height: 17px;
  color: var(--muted);
}

.contact-channel span {
  display: grid;
  min-width: 0;
  gap: 3px;
}

.contact-channel small {
  color: var(--muted);
  font-weight: 700;
}

.contact-channel strong {
  overflow-wrap: anywhere;
  font-size: 0.92rem;
}

.contact-whatsapp {
  border-left: 4px solid var(--green);
}

.contact-whatsapp > svg:first-child {
  color: var(--green);
}

.contact-email {
  border-left: 4px solid var(--steel);
}

.contact-email > svg:first-child {
  color: var(--steel);
}

.contact-phone {
  border-left: 4px solid var(--amber);
}

.contact-phone > svg:first-child {
  color: var(--amber);
}

.contact-facebook {
  border-left: 4px solid #1877f2;
}

.facebook-glyph {
  display: grid;
  width: 24px;
  height: 24px;
  min-width: 24px;
  place-items: center;
  border-radius: 50%;
  background: #1877f2;
  color: var(--white);
  font-family: sans-serif;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1;
}

.facebook-glyph-small {
  width: 18px;
  height: 18px;
  min-width: 18px;
  font-size: 0.92rem;
}

[dir="rtl"] .contact-whatsapp,
[dir="rtl"] .contact-email,
[dir="rtl"] .contact-phone,
[dir="rtl"] .contact-facebook {
  border-right-width: 4px;
  border-left-width: 1px;
}

.quote-form {
  display: grid;
  gap: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  padding: 24px;
  box-shadow: var(--shadow);
}

.quote-form label {
  display: grid;
  gap: 7px;
  color: var(--ink);
  font-size: 0.86rem;
  font-weight: 800;
}

.quote-form input,
.quote-form select,
.quote-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #fbfcfa;
  color: var(--ink);
  padding: 12px 13px;
  outline: none;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.quote-form textarea {
  resize: vertical;
}

.quote-form input:focus,
.quote-form select:focus,
.quote-form textarea:focus {
  border-color: var(--steel);
  background: var(--white);
  box-shadow: 0 0 0 4px rgba(14, 116, 144, 0.12);
}

.form-submit {
  width: 100%;
  margin-top: 4px;
}

.form-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.form-note {
  min-height: 1.4em;
  margin: 0;
  color: var(--green);
  font-size: 0.88rem;
  font-weight: 700;
}

.site-footer {
  background: #061019;
  color: var(--white);
  padding: 34px 0;
}

.footer-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr) auto;
  align-items: center;
  gap: 32px;
}

.footer-layout p {
  margin: 7px 0 0;
  color: rgba(255, 255, 255, 0.64);
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 14px;
}

.footer-brand img {
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  border-radius: 7px;
  background: var(--white);
  object-fit: contain;
  padding: 5px;
}

.footer-contact {
  display: grid;
  gap: 8px;
}

.footer-contact a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.86rem;
  transition: color 180ms ease;
}

.footer-contact a:hover,
.footer-contact a:focus-visible {
  color: var(--white);
  outline: none;
}

.footer-contact svg {
  width: 17px;
  height: 17px;
}

.footer-top {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.72);
  cursor: pointer;
  padding: 0;
  font: inherit;
  font-weight: 700;
}

.footer-top:hover,
.footer-top:focus-visible {
  color: var(--white);
  outline: none;
}

.floating-tools {
  position: fixed;
  z-index: 30;
  right: 18px;
  bottom: 18px;
  display: grid;
  justify-items: end;
  gap: 10px;
}

.back-to-top,
.contact-toggle,
.contact-action {
  display: inline-grid;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 50%;
  color: var(--white);
  box-shadow: 0 14px 36px rgba(7, 19, 29, 0.22);
  cursor: pointer;
  place-items: center;
  transition: opacity 180ms ease, transform 180ms ease, filter 180ms ease, background 180ms ease;
}

.back-to-top:hover,
.back-to-top:focus-visible,
.contact-toggle:hover,
.contact-toggle:focus-visible,
.contact-action:hover,
.contact-action:focus-visible {
  filter: brightness(1.08);
  outline: none;
  transform: translateY(-2px);
}

.back-to-top,
.contact-toggle {
  width: 52px;
  height: 52px;
}

.back-to-top {
  background: rgba(7, 19, 29, 0.9);
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  backdrop-filter: blur(12px);
}

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

.back-to-top svg,
.contact-toggle svg {
  width: 21px;
  height: 21px;
}

.contact-widget {
  position: relative;
}

.contact-toggle {
  position: relative;
  z-index: 2;
  background: var(--steel);
}

.contact-toggle::after {
  position: absolute;
  inset: -4px;
  z-index: -1;
  border: 1px solid rgba(33, 118, 215, 0.38);
  border-radius: 50%;
  content: "";
}

.contact-close-icon {
  display: none;
}

.contact-widget.is-open .contact-open-icon {
  display: none;
}

.contact-widget.is-open .contact-close-icon {
  display: block;
}

.contact-popover {
  position: absolute;
  right: calc(100% + 12px);
  bottom: 3px;
  display: flex;
  gap: 8px;
  opacity: 0;
  pointer-events: none;
  transform: translateX(14px) scale(0.96);
  transform-origin: right center;
  visibility: hidden;
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
}

.contact-widget.is-open .contact-popover {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0) scale(1);
  visibility: visible;
}

.contact-action {
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
}

.contact-action svg {
  width: 19px;
  height: 19px;
}

.action-whatsapp {
  background: var(--green);
}

.action-email {
  background: var(--steel);
}

.action-phone {
  background: var(--amber);
}

.action-facebook {
  background: #1877f2;
}

[dir="rtl"] .hero-shade {
  background:
    linear-gradient(270deg, rgba(4, 13, 22, 0.72) 0%, rgba(4, 13, 22, 0.34) 49%, rgba(4, 13, 22, 0.02) 76%),
    linear-gradient(0deg, rgba(4, 13, 22, 0.28), rgba(4, 13, 22, 0));
}

[dir="rtl"] .product-quote {
  justify-self: end;
}

@media (max-width: 1120px) {
  .site-header {
    grid-template-columns: auto 1fr auto;
  }

  .primary-nav {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: var(--radius);
    background: rgba(7, 19, 29, 0.96);
    padding: 8px;
    backdrop-filter: blur(16px);
  }

  .primary-nav.is-open {
    display: flex;
  }

  .primary-nav a {
    padding: 13px;
  }

  .icon-button {
    display: inline-flex;
  }

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

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

  .hero h1 {
    max-width: 640px;
    font-size: 5.3rem;
  }

  .section h2 {
    font-size: 3rem;
  }
}

@media (max-width: 900px) {
  .nav-cta {
    display: none;
  }

  .section-head,
  .capability-layout,
  .company-layout,
  .inquiry-layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }

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

  .proof-grid > span:last-child {
    grid-column: 1 / -1;
  }

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

  .factory-map {
    min-height: 340px;
  }

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

  .footer-contact {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .hero h1 {
    max-width: 560px;
    font-size: 4.25rem;
  }

  .hero-lede {
    font-size: 1.08rem;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(100% - 28px, 1180px);
  }

  .site-header {
    top: 10px;
    left: 10px;
    right: 10px;
    gap: 10px;
    padding: 9px;
  }

  .brand {
    min-width: 0;
  }

  .brand-logo {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
  }

  .brand-copy small {
    display: none;
  }

  .language-select {
    width: 104px;
    min-width: 104px;
    padding: 0 8px;
  }

  .hero-bg {
    object-position: 72% center;
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(7, 19, 29, 0.96) 0%, rgba(7, 19, 29, 0.86) 68%, rgba(7, 19, 29, 0.32) 100%),
      linear-gradient(0deg, rgba(7, 19, 29, 0.28), rgba(7, 19, 29, 0));
  }

  .hero,
  .hero-content {
    min-height: 82vh;
  }

  .hero-content {
    padding: 104px 0 34px;
  }

  .hero h1 {
    max-width: 348px;
    font-size: 2.76rem;
  }

  .hero-lede {
    font-size: 1rem;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
    max-width: 260px;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-metrics {
    grid-template-columns: 1fr;
    margin-top: 34px;
  }

  .section {
    padding: 68px 0;
  }

  .section h2 {
    font-size: 2.18rem;
  }

  .product-grid,
  .industry-grid,
  .proof-grid {
    grid-template-columns: 1fr;
  }

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

  .sourcing-grid article {
    min-height: 232px;
  }

  .product-card {
    grid-template-rows: 260px 1fr;
  }

  .proof-grid > span:last-child {
    grid-column: auto;
  }

  .product-media {
    height: 260px;
  }

  .footer-layout {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .footer-contact {
    grid-column: auto;
    grid-row: auto;
  }

  .form-actions {
    grid-template-columns: 1fr;
  }

  .floating-tools {
    right: 12px;
    bottom: 12px;
  }

  .back-to-top,
  .contact-toggle {
    width: 48px;
    height: 48px;
  }

  .contact-popover {
    right: calc(100% + 10px);
    gap: 6px;
  }

  .contact-action {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
  }
}

@media (max-width: 380px) {
  .brand-copy strong {
    display: none;
  }

  .language-select {
    width: 116px;
    min-width: 116px;
  }

  .hero h1 {
    max-width: 318px;
    font-size: 2.58rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
    animation-duration: 0.001ms !important;
  }
}
