﻿:root {
  --ink: #16202d;
  --muted: #5c6876;
  --navy: #0d2138;
  --navy-2: #122f4b;
  --steel: #6f7e8d;
  --line: #dfe5ea;
  --surface: #ffffff;
  --soft: #f5f7f7;
  --warm: #fbfaf6;
  --accent: #c9792d;
  --accent-dark: #a85f1d;
  --green: #23765b;
  --page-gutter: clamp(24px, 2.5vw, 56px);
  --wide-container: min(calc(100vw - (var(--page-gutter) * 2)), 2200px);
  --shadow: 0 18px 50px rgba(23, 35, 47, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--surface);
  font-family: Arial, "Noto Sans", "Microsoft YaHei", sans-serif;
  font-size: 17.5px;
  line-height: 1.6;
}

body.nav-open {
  overflow: hidden;
}

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

p {
  margin: 0;
  color: var(--muted);
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--ink);
  line-height: 1.12;
  letter-spacing: 0;
}

h1 {
  max-width: 820px;
  font-size: clamp(60px, 4.3vw, 68px);
  line-height: 1.06;
}

h2 {
  font-size: clamp(34px, 2.8vw, 42px);
}

h3 {
  font-size: clamp(21px, 1.8vw, 25px);
}

.container {
  width: var(--wide-container);
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.mobile-only {
  display: none;
}

.inner-hero {
  padding: 72px 0 56px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.96), rgba(251, 250, 246, 0.92)),
    repeating-linear-gradient(135deg, rgba(13, 33, 56, 0.04) 0 1px, transparent 1px 18px);
  border-bottom: 1px solid var(--line);
}

.products-page .inner-hero {
  padding: 48px 0 42px;
  min-height: auto;
}

.inner-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.58fr);
  gap: clamp(40px, 4vw, 80px);
  align-items: end;
}

.products-page .inner-hero__grid {
  align-items: center;
}

.product-hero-cta {
  margin-top: 26px;
}

.inner-hero h1 {
  max-width: 980px;
}

.inner-hero p:not(.eyebrow) {
  max-width: 760px;
  margin-top: 18px;
  color: var(--muted);
  font-size: 19px;
}

.inner-hero__panel {
  padding: 28px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 38px rgba(23, 35, 47, 0.08);
}

.inner-hero__panel strong,
.inner-hero__panel span {
  display: block;
}

.inner-hero__panel span {
  margin-top: 8px;
  color: var(--muted);
}

.inner-hero__image {
  margin: 0 0 18px;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  border-radius: 6px;
  background: #eef2f3;
}

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

.inner-section {
  padding: 80px 0;
}

.inner-section--muted {
  background: var(--soft);
}

.inner-heading {
  max-width: 920px;
  margin-bottom: 32px;
}

.inner-heading p:not(.eyebrow) {
  max-width: 760px;
  margin-top: 14px;
  color: var(--muted);
}

.inner-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

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

.inner-grid article,
.inner-card,
.inner-form {
  padding: 28px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.inner-grid h3,
.inner-card h3 {
  font-size: 23px;
}

.inner-grid p,
.inner-card p {
  margin-top: 12px;
  color: var(--muted);
}

.quality-check-grid,
.evidence-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.quality-check-grid article,
.evidence-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.quality-check-grid article {
  padding: 0;
}

.quality-check-grid h3,
.evidence-card h3 {
  font-size: 22px;
}

.quality-check-grid p {
  margin-top: 10px;
  color: var(--muted);
}

.quality-check-grid .capability-image {
  width: 100%;
  aspect-ratio: 3 / 2;
  margin: 0;
  border-radius: 0;
  background: #f3f5f5;
  border-bottom: 1px solid var(--line);
}

.quality-check-grid h3,
.quality-check-grid p {
  padding-inline: 24px;
}

.quality-check-grid h3 {
  padding-top: 22px;
}

.quality-check-grid p {
  padding-bottom: 24px;
}

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

.evidence-card figure {
  height: clamp(280px, 22vw, 320px);
  margin: 0;
  overflow: hidden;
  background: #eef2f3;
}

.evidence-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.evidence-card h3 {
  padding: 18px;
}

@media (max-width: 1200px) and (min-width: 861px) {
  .quality-check-grid,
  .evidence-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .evidence-card figure {
    height: 260px;
  }
}

.inner-list {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.inner-list li {
  position: relative;
  padding-left: 22px;
  color: #425162;
}

.inner-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
}

.inner-cta {
  padding: 56px 0;
  background: var(--navy);
  color: #fff;
}

.inner-cta__box {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 32px;
  align-items: center;
}

.inner-cta h2,
.inner-cta p {
  color: #fff;
}

.inner-cta p {
  max-width: 760px;
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.76);
}

.inner-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.inner-form {
  display: grid;
  gap: 14px;
}

.inner-form label {
  display: grid;
  gap: 6px;
  color: var(--ink);
  font-weight: 800;
}

.inner-form input,
.inner-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 12px 14px;
  font: inherit;
}

.inner-form textarea {
  min-height: 132px;
  resize: vertical;
}

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

.product-category-card {
  position: relative;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.product-category-card::before {
  content: "";
  display: block;
  height: 4px;
  background: linear-gradient(90deg, var(--accent), rgba(13, 33, 56, 0.18));
}

.product-card-visual {
  min-height: 280px;
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: #30363a;
}

.product-card-visual img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.product-card-visual--casting {
  background:
    radial-gradient(circle at 32% 56%, rgba(201, 121, 45, 0.22) 0 12%, transparent 13%),
    linear-gradient(135deg, rgba(13, 33, 56, 0.08), rgba(201, 121, 45, 0.12));
}

.product-card-visual--machining {
  background:
    repeating-linear-gradient(90deg, rgba(13, 33, 56, 0.14) 0 2px, transparent 2px 22px),
    linear-gradient(135deg, #eef2f3, #dfe7ea);
}

.product-card-visual--railway {
  background:
    linear-gradient(90deg, transparent 0 36%, rgba(13, 33, 56, 0.16) 36% 40%, transparent 40% 60%, rgba(13, 33, 56, 0.16) 60% 64%, transparent 64%),
    repeating-linear-gradient(0deg, rgba(13, 33, 56, 0.12) 0 2px, transparent 2px 24px),
    #eef2f3;
}

.product-card-visual--power {
  background:
    linear-gradient(135deg, transparent 0 44%, rgba(201, 121, 45, 0.22) 44% 54%, transparent 54%),
    radial-gradient(circle at 72% 28%, rgba(35, 118, 91, 0.18), transparent 28%),
    #eef2f3;
}

.product-card-visual--oilfield {
  background:
    repeating-radial-gradient(circle at 70% 52%, rgba(13, 33, 56, 0.14) 0 2px, transparent 2px 16px),
    linear-gradient(135deg, rgba(13, 33, 56, 0.08), rgba(35, 118, 91, 0.12));
}

.product-card-visual--machinery {
  background:
    conic-gradient(from 45deg at 50% 50%, rgba(13, 33, 56, 0.16), transparent 20%, rgba(201, 121, 45, 0.16), transparent 55%, rgba(13, 33, 56, 0.16)),
    #eef2f3;
}

.product-card-visual--casting,
.product-card-visual--machining,
.product-card-visual--railway,
.product-card-visual--power,
.product-card-visual--oilfield,
.product-card-visual--machinery {
  background: #30363a;
}

.product-card-visual span {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: var(--navy);
  color: #fff;
  font-weight: 900;
}

.capability-image {
  margin: 0 0 20px;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 6px;
  background: #eef2f3;
}

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

.product-card-body {
  padding: 26px;
  display: flex;
  flex: 1;
  flex-direction: column;
}

.product-card-media {
  position: relative;
  width: calc(100% + 52px);
  aspect-ratio: 3 / 2;
  margin: -26px -26px 24px;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: #1f272b;
}

.product-card-media-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  filter: blur(14px);
  opacity: 0.35;
  transform: scale(1.12);
}

.product-card-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(8, 18, 27, 0.12);
}

.product-card-media-main {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: 8px;
  display: block;
  object-fit: contain;
  object-position: center;
}

.product-card-body p {
  margin-top: 10px;
  color: var(--muted);
}

.product-tags,
.part-tag-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.product-tags span,
.part-tag-grid span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 11px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: #344355;
  font-size: 14px;
  font-weight: 800;
}

.product-card-link {
  display: inline-flex;
  align-self: flex-start;
  justify-self: start;
  margin-top: auto;
  padding-top: 18px;
  color: var(--accent-dark);
  font-weight: 900;
}

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

.process-step {
  padding: 22px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.process-step span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  margin-bottom: 14px;
  border-radius: 6px;
  background: var(--navy);
  color: #fff;
  font-weight: 900;
}

.process-step p,
.application-card p {
  margin-top: 8px;
  color: var(--muted);
}

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

.rfq-check-grid li {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 54px;
  padding: 12px 14px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: #344355;
  font-weight: 800;
}

.rfq-check-grid li::before {
  content: "✓";
  width: 22px;
  height: 22px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background: #eef5f1;
  color: var(--green);
  font-size: 13px;
  font-weight: 900;
}

.application-card {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 16px;
  align-items: start;
  padding: 24px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.application-card__icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 6px;
  background: var(--soft);
  color: var(--navy);
  font-weight: 900;
}

@media (max-width: 860px) {
  .inner-hero {
    padding: 38px 0 32px;
  }

  .products-page .inner-hero {
    padding: 28px 0 30px;
  }

  .inner-hero__grid,
  .inner-grid,
  .inner-grid--two,
  .inner-cta__box,
  .quality-check-grid,
  .evidence-grid {
    grid-template-columns: 1fr;
  }

  .inner-hero p:not(.eyebrow) {
    font-size: 16px;
  }

  .inner-section {
    padding: 44px 0;
  }

  .inner-heading {
    margin-bottom: 20px;
  }

  .inner-grid {
    gap: 10px;
  }

  .quality-check-grid,
  .evidence-grid {
    gap: 10px;
  }

  .inner-grid article,
  .inner-card,
  .inner-form,
  .inner-hero__panel {
    padding: 16px;
  }

  .quality-check-grid article {
    padding: 0;
  }

  .quality-check-grid h3,
  .quality-check-grid p {
    padding-inline: 16px;
  }

  .quality-check-grid h3 {
    padding-top: 16px;
  }

  .quality-check-grid p {
    padding-bottom: 16px;
  }

  .evidence-card figure {
    height: 230px;
  }

  .inner-grid h3,
  .inner-card h3 {
    font-size: 18px;
  }

  .inner-cta {
    padding: 36px 0;
  }

  .inner-cta__actions {
    display: grid;
    justify-content: stretch;
  }

.product-category-grid,
.process-steps,
.rfq-check-grid {
  grid-template-columns: 1fr;
  gap: 8px;
}

  .product-card-visual {
    min-height: 250px;
    height: 250px;
    padding: 8px;
  }

  .product-category-card--compact .product-card-visual {
    min-height: 250px;
    height: 250px;
  }

  .product-card-visual span {
    width: 54px;
    height: 54px;
    font-size: 14px;
  }

  .product-category-card--compact .product-card-visual span {
    width: 42px;
    height: 42px;
    font-size: 12px;
  }

.product-card-body,
.process-step,
.application-card {
  padding: 14px;
}

  .product-card-body {
    display: flex;
    flex-direction: column;
  }

  .product-card-media {
    width: calc(100% + 28px);
    aspect-ratio: 3 / 2;
    margin: -14px -14px 16px;
  }

  .product-hero-cta {
    display: grid;
    gap: 10px;
    margin-top: 20px;
  }

.product-category-card--compact .product-card-body {
  padding: 14px;
}

  .product-tags,
  .part-tag-grid {
    gap: 6px;
    margin-top: 12px;
  }

  .product-tags span,
  .part-tag-grid span {
    min-height: 28px;
    padding: 0 9px;
    font-size: 12px;
  }

  .process-step {
    display: grid;
    grid-template-columns: 38px 1fr;
    gap: 12px;
    align-items: start;
  }

  .process-step span {
    width: 38px;
    height: 38px;
    margin-bottom: 0;
  }

  .rfq-check-grid li {
    min-height: 44px;
    padding: 10px 12px;
    font-size: 14px;
  }

  .application-card {
    grid-template-columns: 36px 1fr;
    gap: 10px;
  }

  .application-card__icon {
    width: 36px;
    height: 36px;
    font-size: 12px;
  }
}

.topbar__inner,
.header__inner,
.hero__grid,
.buyer-support__grid,
.facts-grid,
.trust-strip__inner,
.section__grid,
#products > .container,
#capabilities > .container,
.process-layout,
.quality-band,
#applications > .container,
.faq-layout,
.quote-card,
.footer__inner {
  width: var(--wide-container);
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1600px) {
  :root {
    --wide-container: min(calc(100vw - (var(--page-gutter) * 2)), 2200px);
  }
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -80px;
  z-index: 100;
  padding: 10px 14px;
  background: var(--navy);
  color: #fff;
}

.skip-link:focus {
  top: 16px;
}

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

.topbar {
  background: var(--navy);
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
}

.topbar__inner {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}

.topbar a {
  color: #fff;
  font-weight: 700;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}

.header__inner {
  min-height: 84px;
  display: flex;
  align-items: center;
  gap: 24px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 320px;
}

.brand__mark {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  background: var(--navy);
  color: #fff;
  border-radius: 6px;
  font-weight: 800;
  letter-spacing: 0;
}

.brand strong {
  display: block;
  font-size: 18px;
  line-height: 1.2;
}

.brand small {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: 13px;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  flex: 1;
  font-size: 15.5px;
  font-weight: 700;
  color: #314052;
}

.site-nav a {
  padding: 31px 0;
}

.site-nav a:hover,
.lang-switch:hover {
  color: var(--accent-dark);
}

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

.lang-switch {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 12px;
  color: #39485a;
  font-size: 15px;
  font-weight: 800;
}

.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 26px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-size: 16.5px;
  font-weight: 800;
  line-height: 1.2;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button--primary {
  background: var(--accent);
  color: #fff;
}

.button--primary:hover {
  background: var(--accent-dark);
}

.button--secondary {
  background: #fff;
  border-color: #cad3db;
  color: var(--navy);
}

.button--ghost {
  background: transparent;
  border-color: rgba(13, 33, 56, 0.18);
  color: var(--navy);
}

.button--small {
  min-height: 46px;
  padding: 0 20px;
  font-size: 15px;
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
  padding: 9px;
}

.nav-toggle span:not(.sr-only) {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--navy);
}

.hero {
  background:
    radial-gradient(circle at 78% 42%, rgba(204, 126, 43, 0.08), transparent 34%),
    linear-gradient(90deg, #ffffff 0%, #ffffff 43%, #f7f4ee 100%);
  border-bottom: 1px solid var(--line);
}

.hero__grid {
  display: grid;
  grid-template-columns: minmax(620px, 0.9fr) minmax(820px, 1.1fr);
  gap: clamp(64px, 5vw, 120px);
  align-items: center;
  min-height: 780px;
  padding: 80px 0;
}

.eyebrow {
  margin-bottom: 16px;
  color: var(--green);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero__lead {
  max-width: 720px;
  margin-top: 24px;
  font-size: 19px;
  color: #4d5a68;
}

.section__intro > p:not(.eyebrow),
.quality-band p:not(.eyebrow),
.quote-card p:not(.eyebrow) {
  max-width: 720px;
}

.hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.capability-mini {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 36px;
}

.capability-mini article,
.buyer-support__grid article,
.facts-grid article,
.product-grid article,
.industry-grid article,
.support-grid article,
.text-grid article {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.capability-mini article {
  min-height: 150px;
  padding: 22px;
}

.capability-mini strong,
.facts-grid strong {
  display: block;
  color: var(--ink);
  font-size: 17px;
  line-height: 1.35;
}

.capability-mini span {
  display: block;
  margin-top: 10px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.45;
}

.hero__visual {
  position: relative;
  min-width: 0;
  width: 100%;
}

.hero__visual::before {
  content: "";
  position: absolute;
  inset: -30px;
  z-index: 0;
  background: radial-gradient(circle at 55% 45%, rgba(204, 126, 43, 0.12), transparent 58%);
  filter: blur(20px);
  pointer-events: none;
}

.factory-visual {
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden;
  border: 1px solid rgba(225, 229, 233, 0.55);
  border-radius: 26px;
  background: #fff;
  box-shadow:
    0 28px 80px rgba(8, 24, 40, 0.12),
    0 8px 24px rgba(8, 24, 40, 0.06);
}

.factory-visual__header,
.factory-visual__footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 22px;
  background: rgba(255, 255, 255, 0.82);
  border-bottom: 1px solid rgba(225, 229, 233, 0.6);
  color: #334253;
  font-size: 15px;
  font-weight: 800;
}

.factory-visual__scene {
  position: relative;
  min-height: 570px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.2), rgba(13, 33, 56, 0.08)),
    linear-gradient(90deg, #e4e9eb 0 52%, #d4dade 52% 100%);
}

.factory-visual--image .factory-visual__scene {
  overflow: hidden;
  background: var(--navy);
}

.factory-visual__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  transform: scale(1.01);
}

.factory-visual--image .factory-visual__scene::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  width: auto;
  height: auto;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.28) 0%, rgba(255, 255, 255, 0.08) 28%, rgba(255, 255, 255, 0) 58%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(8, 24, 40, 0.08));
  border: 0;
  pointer-events: none;
}

.factory-visual--image .factory-visual__scene::after {
  display: none;
}

.factory-visual__scene::before {
  content: "";
  position: absolute;
  inset: 36px 42px auto auto;
  width: 42%;
  height: 180px;
  background: repeating-linear-gradient(90deg, rgba(13, 33, 56, 0.18) 0 2px, transparent 2px 34px);
  border-top: 8px solid rgba(13, 33, 56, 0.24);
}

.factory-visual__scene::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 96px;
  background: linear-gradient(180deg, rgba(13, 33, 56, 0.12), rgba(13, 33, 56, 0.28));
}

.machine {
  position: absolute;
  left: 88px;
  top: 108px;
  width: 390px;
  height: 352px;
  border-radius: 6px;
  background: linear-gradient(135deg, #22384c, #526574);
  box-shadow: inset 0 0 0 16px rgba(255, 255, 255, 0.08);
}

.machine::before {
  content: "";
  position: absolute;
  left: 34px;
  top: 32px;
  width: 122px;
  height: 100px;
  border-radius: 4px;
  background: #dfe7ea;
}

.machine__arm {
  position: absolute;
  left: 180px;
  top: 46px;
  width: 70px;
  height: 208px;
  background: #d0d8dc;
  border-radius: 4px;
}

.machine__tool {
  position: absolute;
  left: 200px;
  top: 236px;
  width: 34px;
  height: 72px;
  background: var(--accent);
  clip-path: polygon(0 0, 100% 0, 68% 100%, 32% 100%);
}

.machine__bed {
  position: absolute;
  left: 30px;
  bottom: 34px;
  display: flex;
  gap: 11px;
  width: 318px;
  height: 64px;
  padding: 11px;
  background: #1a2d3d;
  border-radius: 4px;
}

.machine__bed span {
  flex: 1;
  background: #71808d;
  border-radius: 3px;
}

.metal-parts {
  position: absolute;
  right: 92px;
  bottom: 112px;
  z-index: 2;
  width: 256px;
  height: 168px;
}

.part {
  position: absolute;
  display: block;
  background: linear-gradient(135deg, #b8c1c7, #667381);
  box-shadow: 0 14px 24px rgba(13, 33, 56, 0.22);
}

.part--ring {
  left: 0;
  bottom: 10px;
  width: 108px;
  height: 108px;
  border: 22px solid #778694;
  border-radius: 50%;
  background: transparent;
}

.part--block {
  right: 0;
  bottom: 14px;
  width: 124px;
  height: 80px;
  border-radius: 6px;
}

.part--gear {
  left: 96px;
  top: 0;
  width: 86px;
  height: 86px;
  border: 17px solid #909da8;
  border-radius: 50%;
  background: #e7ecef;
}

.spark {
  position: absolute;
  z-index: 3;
  width: 6px;
  height: 6px;
  background: var(--accent);
  border-radius: 50%;
  box-shadow: 0 0 18px rgba(201, 121, 45, 0.9);
}

.spark--one {
  left: 520px;
  top: 276px;
}

.spark--two {
  left: 578px;
  top: 318px;
}

.spark--three {
  left: 476px;
  top: 346px;
}

.visual-label {
  position: absolute;
  z-index: 5;
  padding: 10px 13px;
  border: 1px solid rgba(13, 33, 56, 0.14);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--navy);
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(13, 33, 56, 0.12);
}

.visual-label--casting {
  left: 30px;
  top: 92px;
}

.visual-label--machining {
  right: 30px;
  top: 104px;
}

.visual-label--surface {
  left: 46px;
  bottom: 96px;
}

.visual-label--inspection {
  right: 40px;
  bottom: 108px;
}

.factory-visual__footer {
  align-items: center;
  border-top: 1px solid rgba(225, 229, 233, 0.6);
  border-bottom: 0;
}

.factory-visual__footer strong,
.factory-visual__footer span {
  display: block;
}

.factory-visual__footer span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 14px;
}

.factory-visual__footer small {
  padding: 8px 12px;
  border-radius: 999px;
  background: #eef5f1;
  color: var(--green);
  font-weight: 900;
}

.buyer-facts {
  padding: 30px 0;
  background: #fff;
}

.buyer-support {
  padding: 30px 0 0;
  background: #fff;
}

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

.buyer-support__grid article {
  display: grid;
  gap: 10px;
  min-height: 126px;
  padding: 24px;
  border-top: 3px solid var(--accent);
}

.buyer-support__grid span {
  color: var(--green);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.buyer-support__grid strong {
  font-size: 18px;
  line-height: 1.35;
}

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

.facts-grid article {
  min-height: 132px;
  padding: 26px;
}

.facts-grid span {
  display: block;
  margin-bottom: 12px;
  color: var(--accent);
  font-size: 14px;
  font-weight: 900;
}

.trust-strip {
  background: var(--navy);
  color: #fff;
}

.trust-strip__inner {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  min-height: 104px;
}

.trust-strip span {
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(255, 255, 255, 0.04);
  text-align: center;
  font-weight: 900;
}

.section {
  padding: 88px 0;
}

.section--compact {
  padding-top: 0;
}

.section--light {
  background: var(--warm);
}

.section--muted {
  background: var(--soft);
}

.section__grid,
.process-layout,
.faq-layout,
.quality-band {
  display: grid;
  grid-template-columns: minmax(360px, 0.68fr) minmax(0, 1.32fr);
  gap: clamp(56px, 4.5vw, 88px);
  align-items: start;
}

.section__intro p:not(.eyebrow) {
  margin-top: 20px;
  font-size: 19px;
}

.section__heading {
  width: 100%;
  margin-bottom: 44px;
}

.section__heading--wide {
  width: 100%;
}

.text-grid,
.product-grid,
.industry-grid,
.support-grid {
  display: grid;
  gap: 22px;
}

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

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

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

.support-grid {
  grid-template-columns: repeat(6, minmax(180px, 1fr));
}

.text-grid article,
.product-grid article,
.industry-grid article,
.support-grid article {
  height: 100%;
  padding: 28px;
}

.text-grid article,
.product-grid article,
.industry-grid article,
.support-grid article,
.capability-mini article,
.buyer-support__grid article,
.facts-grid article {
  display: flex;
  flex-direction: column;
}

.text-grid p,
.product-grid p,
.industry-grid p,
.support-grid p {
  margin-top: 14px;
  font-size: 17px;
}

.support-grid h3 {
  font-size: 21px;
}

.support-grid p {
  font-size: 16.5px;
}

.process-layout {
  grid-template-columns: minmax(520px, 0.9fr) minmax(620px, 1.1fr);
  gap: clamp(56px, 5vw, 96px);
  align-items: stretch;
}

.process-panel {
  padding: 40px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.rfq-checklist {
  margin-top: 34px;
  padding-top: 30px;
  border-top: 1px solid var(--line);
}

.rfq-checklist h3 {
  margin-bottom: 18px;
}

.rfq-checklist ul,
.quote-checklist {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.rfq-checklist li,
.quote-checklist li {
  position: relative;
  padding-left: 24px;
  color: #425162;
}

.rfq-checklist li::before,
.quote-checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.68em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
}

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

.process-list li {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 22px;
  padding: 28px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.process-list span {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 6px;
  background: var(--navy);
  color: #fff;
  font-weight: 900;
}

.process-list p {
  margin-top: 10px;
  font-size: 17px;
}

.quality-band {
  grid-template-columns: minmax(460px, 0.82fr) minmax(620px, 1.18fr);
  gap: clamp(56px, 5vw, 96px);
  padding: 60px;
  background: var(--navy);
  border-radius: 8px;
  margin-left: auto;
  margin-right: auto;
}

.quality-band h2,
.quality-band p {
  color: #fff;
}

.quality-band p:not(.eyebrow) {
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.76);
}

.quality-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.quality-list span,
.quality-list li {
  min-height: 70px;
  padding: 20px 22px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 6px;
  color: #fff;
  font-weight: 800;
}

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

.faq-list details {
  padding: 26px 28px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.faq-list summary {
  cursor: pointer;
  color: var(--ink);
  font-size: 20px;
  font-weight: 900;
}

.faq-list p {
  margin-top: 14px;
  font-size: 17px;
}

.quote-section {
  padding: 80px 0;
  background: var(--warm);
}

.quote-card {
  display: grid;
  grid-template-columns: minmax(680px, 1fr) minmax(360px, 0.36fr);
  gap: clamp(56px, 5vw, 96px);
  align-items: center;
  padding: 56px 64px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 38px rgba(23, 35, 47, 0.08);
  margin-left: auto;
  margin-right: auto;
}

.quote-card p:not(.eyebrow) {
  max-width: 720px;
  margin-top: 16px;
  font-size: 19px;
}

.quote-checklist {
  width: 100%;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 28px;
}

.quote-actions {
  display: grid;
  justify-content: stretch;
  gap: 14px;
}

.site-footer {
  padding: 40px 0;
  background: #091726;
  color: #fff;
}

.footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.footer__inner strong,
.footer__inner span {
  display: block;
}

.footer__inner span,
.footer__inner p {
  color: rgba(255, 255, 255, 0.7);
}

.footer__inner p {
  max-width: 620px;
}

@media (max-width: 1200px) {
  .container,
  .topbar__inner,
  .header__inner,
  .hero__grid,
  .buyer-support__grid,
  .facts-grid,
  .trust-strip__inner,
  .section__grid,
  #products > .container,
  #capabilities > .container,
  .process-layout,
  .quality-band,
  #applications > .container,
  .faq-layout,
  .quote-card,
  .footer__inner {
    width: min(92vw, 1180px);
    max-width: none;
  }
}

@media (max-width: 1180px) {
  .header__inner {
    flex-wrap: wrap;
    padding: 14px 0;
  }

  .site-nav {
    order: 3;
    width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
  }

  .site-nav a {
    padding: 8px 0;
    white-space: nowrap;
  }

  .hero__grid {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .capability-mini,
  .buyer-support__grid,
  .facts-grid,
  .support-grid,
  .trust-strip__inner,
  .industry-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1360px) and (min-width: 861px) {
  .hero__grid {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  }

  .process-layout {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  }

  .quality-band {
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  }

  .quote-card {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.36fr);
  }

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

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

@media (max-width: 860px) {
  html,
  body {
    overflow-x: hidden;
  }

  body {
    font-size: 16px;
    padding-bottom: 96px;
  }

  .container,
  .topbar__inner,
  .header__inner,
  .hero__grid,
  .buyer-support__grid,
  .facts-grid,
  .trust-strip__inner,
  .section__grid,
  #products > .container,
  #capabilities > .container,
  .process-layout,
  .quality-band,
  #applications > .container,
  .faq-layout,
  .quote-card,
  .footer__inner {
    width: calc(100% - 28px);
    max-width: none;
  }

  .topbar {
    font-size: 12px;
  }

  .topbar__inner {
    min-height: 30px;
    justify-content: center;
    gap: 0;
    padding: 5px 0;
    white-space: nowrap;
  }

  .topbar__inner span,
  .topbar__inner a {
    display: none;
  }

  .topbar__inner .topbar__mobile-summary {
    display: inline;
  }

  .header__inner {
    min-height: 58px;
    flex-wrap: nowrap;
    gap: 10px;
    padding: 7px 0;
  }

  .brand {
    min-width: 0;
    flex: 1;
    gap: 9px;
  }

  .brand__mark {
    width: 38px;
    height: 38px;
    font-size: 14px;
  }

  .brand strong {
    font-size: 13px;
    line-height: 1.18;
  }

  .brand small {
    margin-top: 2px;
    font-size: 10px;
    line-height: 1.2;
  }

  .nav-toggle {
    display: block;
    width: 38px;
    height: 38px;
    padding: 8px;
  }

  .site-nav {
    position: fixed;
    left: 0;
    right: 0;
    top: 88px;
    display: none;
    width: 100%;
    max-height: calc(100vh - 88px);
    overflow-y: auto;
    padding: 14px 18px 18px;
    background: #fff;
    border-bottom: 1px solid var(--line);
    box-shadow: 0 18px 40px rgba(23, 35, 47, 0.12);
  }

  .site-nav.is-open {
    display: grid;
    gap: 4px;
  }

  .site-nav a {
    padding: 10px 0;
  }

  .header-actions {
    gap: 4px;
  }

  .lang-switch {
    min-height: 34px;
    padding: 0 6px;
    font-size: 12px;
  }

  .header-actions .button {
    display: none;
  }

  .hero__grid {
    padding: 32px 0 38px;
    gap: 18px;
  }

  .hero__content {
    display: contents;
  }

  .hero__content > .eyebrow {
    order: 1;
  }

  .hero__content > h1 {
    order: 2;
  }

  .hero__lead {
    display: none;
    order: 3;
  }

  .hero__mobile-lead {
    display: block;
    order: 3;
    max-width: 100%;
    margin: 0;
    color: #4d5a68;
    font-size: 15px;
    line-height: 1.5;
  }

  .hero__cta {
    order: 4;
  }

  .hero__visual {
    order: 5;
  }

  .capability-mini {
    order: 6;
  }

  h1 {
    font-size: 36px;
    line-height: 1.1;
  }

  .button {
    min-height: 44px;
    padding: 0 16px;
    font-size: 14px;
  }

  h3 {
    font-size: 19px;
  }

  .capability-mini {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 4px;
  }

  .buyer-support__grid,
  .facts-grid,
  .support-grid,
  .industry-grid,
  .trust-strip__inner,
  .quality-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .text-grid,
  .product-grid,
  .section__grid,
  .process-layout,
  .faq-layout,
  .quality-band,
  .quote-card,
  .quote-checklist {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 44px 0;
  }

  .buyer-support,
  .buyer-facts,
  .trust-strip,
  #solutions,
  #products,
  #capabilities,
  .section--compact,
  #quality,
  #applications,
  #faq {
    display: none;
  }

  .mobile-rfq-card,
  .mobile-quick-facts,
  .mobile-accordion-sections {
    display: block;
    width: calc(100% - 28px);
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .mobile-rfq-card {
    padding: 0 0 12px;
  }

  .mobile-rfq-card__inner {
    padding: 18px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 12px 28px rgba(23, 35, 47, 0.08);
  }

  .mobile-rfq-card h2 {
    font-size: 23px;
  }

  .mobile-rfq-card p:not(.eyebrow) {
    margin-top: 8px;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.45;
  }

  .mobile-rfq-card__actions {
    display: grid;
    gap: 9px;
    margin-top: 14px;
  }

  .mobile-quick-facts {
    padding: 10px 0 16px;
  }

  .mobile-quick-facts__grid {
    display: grid;
    gap: 8px;
  }

  .mobile-quick-facts__grid article {
    padding: 12px 14px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 8px;
  }

  .mobile-quick-facts__grid strong,
  .mobile-quick-facts__grid span {
    display: block;
  }

  .mobile-quick-facts__grid strong {
    color: var(--ink);
    font-size: 14px;
    line-height: 1.25;
  }

  .mobile-quick-facts__grid span {
    margin-top: 4px;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.35;
  }

  .mobile-accordion-sections {
    display: grid;
    gap: 10px;
    padding: 18px 0 10px;
  }

  .mobile-accordion-sections details {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 8px;
    overflow: hidden;
  }

  .mobile-accordion-sections summary {
    cursor: pointer;
    padding: 15px 16px;
    color: var(--ink);
    font-size: 16px;
    font-weight: 900;
    list-style-position: inside;
  }

  .mobile-details-summary {
    margin: 0;
    padding: 0 16px 12px;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.4;
  }

  .mobile-accordion-sections details[open] summary {
    border-bottom: 1px solid var(--line);
  }

  .mobile-accordion-sections details[open] .mobile-details-summary {
    padding-top: 12px;
  }

  .mobile-compact-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    padding: 12px;
  }

  .mobile-compact-grid article,
  .mobile-faq-list article {
    padding: 12px;
    background: var(--soft);
    border: 1px solid var(--line);
    border-radius: 8px;
  }

  .mobile-compact-grid h3,
  .mobile-faq-list h3 {
    font-size: 15px;
    line-height: 1.25;
  }

  .mobile-compact-grid p,
  .mobile-faq-list p {
    margin-top: 6px;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.38;
  }

  .mobile-step-list {
    display: grid;
    gap: 8px;
    margin: 0;
    padding: 12px;
    list-style: none;
  }

  .mobile-step-list li {
    padding: 12px;
    background: var(--soft);
    border: 1px solid var(--line);
    border-radius: 8px;
  }

  .mobile-step-list strong,
  .mobile-step-list span {
    display: block;
  }

  .mobile-step-list strong {
    color: var(--ink);
    font-size: 15px;
  }

  .mobile-step-list span {
    margin-top: 5px;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.35;
  }

  .mobile-faq-list {
    display: grid;
    gap: 8px;
    padding: 12px;
  }

  .mobile-sticky-cta {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 30;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    padding: 10px 12px;
    background: rgba(255, 255, 255, 0.96);
    border-top: 1px solid var(--line);
    box-shadow: 0 -10px 28px rgba(23, 35, 47, 0.12);
    backdrop-filter: blur(12px);
    opacity: 0;
    pointer-events: none;
    transform: translateY(100%);
    transition: opacity 180ms ease, transform 180ms ease;
  }

  body.mobile-cta-visible .mobile-sticky-cta {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .mobile-sticky-cta .button {
    min-height: 42px;
    padding: 0 10px;
    font-size: 13px;
  }

  .hero__cta .button--ghost {
    display: none;
  }

  .visual-label--machining,
  .visual-label--surface {
    display: none;
  }

  .section__heading {
    margin-bottom: 20px;
  }

  .section__intro p:not(.eyebrow) {
    margin-top: 12px;
    font-size: 15px;
  }

  .eyebrow {
    margin-bottom: 8px;
    font-size: 11px;
  }

  .hero__cta {
    display: grid;
    gap: 9px;
    margin-top: 0;
  }

  .button {
    width: 100%;
  }

  .capability-mini article {
    min-height: auto;
    padding: 14px;
  }

  .capability-mini strong,
  .facts-grid strong {
    font-size: 14px;
  }

  .capability-mini span {
    margin-top: 6px;
    font-size: 12px;
    line-height: 1.35;
  }

  .factory-visual__scene {
    min-height: 228px;
  }

  .hero__visual::before {
    inset: -16px;
    filter: blur(14px);
  }

  .factory-visual {
    border-radius: 18px;
    box-shadow: 0 14px 34px rgba(8, 24, 40, 0.10);
  }

  .factory-visual__header,
  .factory-visual__footer {
    padding: 8px 10px;
    font-size: 11px;
  }

  .factory-visual__footer span,
  .factory-visual__footer small {
    display: none;
  }

  .machine {
    left: 18px;
    top: 58px;
    width: 178px;
    height: 172px;
  }

  .machine::before {
    left: 18px;
    top: 18px;
    width: 54px;
    height: 44px;
  }

  .machine__arm {
    left: 82px;
    top: 22px;
    width: 32px;
    height: 94px;
  }

  .machine__tool {
    left: 92px;
    top: 106px;
    width: 18px;
    height: 38px;
  }

  .machine__bed {
    left: 14px;
    bottom: 16px;
    width: 136px;
    height: 34px;
    gap: 5px;
    padding: 5px;
  }

  .metal-parts {
    right: 12px;
    bottom: 46px;
    transform: scale(0.58);
    transform-origin: right bottom;
  }

  .visual-label {
    padding: 6px 8px;
    font-size: 10px;
  }

  .visual-label--casting {
    left: 10px;
    top: 48px;
  }

  .visual-label--machining {
    right: 10px;
    top: 50px;
  }

  .visual-label--surface {
    left: 10px;
    bottom: 54px;
  }

  .visual-label--inspection {
    right: 10px;
    bottom: 56px;
  }

  .buyer-facts {
    padding: 14px 0;
  }

  .buyer-support {
    padding: 14px 0 0;
  }

  .buyer-support__grid article,
  .facts-grid article {
    min-height: auto;
    padding: 14px;
  }

  .buyer-support__grid span,
  .facts-grid span {
    margin-bottom: 6px;
    font-size: 10px;
  }

  .buyer-support__grid strong {
    font-size: 14px;
  }

  .trust-strip__inner {
    min-height: auto;
  }

  .trust-strip span {
    padding: 12px 10px;
    font-size: 13px;
  }

  .text-grid,
  .product-grid,
  .support-grid,
  .industry-grid,
  .process-list,
  .faq-list {
    gap: 10px;
  }

  .text-grid article,
  .product-grid article,
  .industry-grid article,
  .support-grid article,
  .process-panel,
  .process-list li,
  .faq-list details {
    padding: 16px;
  }

  .text-grid p,
  .product-grid p,
  .industry-grid p,
  .support-grid p,
  .process-list p,
  .faq-list p {
    margin-top: 8px;
    font-size: 14px;
  }

  .support-grid h3 {
    font-size: 16px;
  }

  .process-list li {
    grid-template-columns: 38px 1fr;
    gap: 12px;
  }

  .process-list span {
    width: 38px;
    height: 38px;
  }

  .rfq-checklist {
    margin-top: 18px;
    padding-top: 16px;
  }

  .rfq-checklist ul,
  .quote-checklist {
    gap: 8px;
  }

  .rfq-checklist li,
  .quote-checklist li {
    padding-left: 18px;
    font-size: 14px;
  }

  .quality-band {
    padding: 22px 16px;
  }

  .quality-list span,
  .quality-list li {
    min-height: auto;
    padding: 12px;
    font-size: 13px;
  }

  .faq-list summary {
    font-size: 16px;
  }

  .quote-section {
    padding: 40px 0;
  }

  .quote-card {
    padding: 22px 16px;
    gap: 18px;
  }

  .quote-card > div:first-child > .eyebrow,
  .quote-card > div:first-child > h2,
  .quote-card > div:first-child > p:not(.eyebrow) {
    display: none;
  }

  .mobile-closing-copy {
    display: block;
  }

  .mobile-closing-copy h2 {
    font-size: 22px;
  }

  .quote-card p:not(.eyebrow) {
    margin-top: 10px;
    font-size: 15px;
  }

  .quote-checklist {
    display: none;
  }

  .quote-actions {
    display: grid;
    gap: 9px;
    justify-content: stretch;
  }

  .footer__inner {
    display: grid;
  }
}

@media (max-width: 520px) {
  .topbar {
    font-size: 11px;
  }

  .container,
  .topbar__inner,
  .header__inner,
  .hero__grid,
  .buyer-support__grid,
  .facts-grid,
  .trust-strip__inner,
  .section__grid,
  #products > .container,
  #capabilities > .container,
  .process-layout,
  .quality-band,
  #applications > .container,
  .faq-layout,
  .quote-card,
  .mobile-rfq-card,
  .mobile-quick-facts,
  .mobile-accordion-sections,
  .footer__inner {
    width: calc(100% - 24px);
  }

  .topbar__inner {
    min-height: 28px;
    gap: 0;
    padding: 4px 0;
  }

  .brand__mark {
    width: 34px;
    height: 34px;
  }

  .lang-switch {
    padding-right: 0;
    font-size: 11px;
  }

  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 26px;
  }

  .product-card-visual,
  .product-category-card--compact .product-card-visual {
    min-height: 230px;
    height: 230px;
    padding: 8px;
  }

  .hero__grid {
    padding: 26px 0 32px;
    gap: 14px;
  }

  .hero__lead {
    font-size: 15.5px;
  }

  .capability-mini {
    grid-template-columns: 1fr;
  }

  .buyer-support__grid,
  .facts-grid,
  .support-grid,
  .industry-grid,
  .trust-strip__inner,
  .quality-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .factory-visual__header {
    display: grid;
    gap: 4px;
  }

  .factory-visual__scene {
    min-height: 205px;
  }

  .machine {
    left: 14px;
    top: 54px;
    width: 150px;
    height: 150px;
  }

  .machine__bed {
    width: 112px;
  }

  .metal-parts {
    right: 6px;
    bottom: 40px;
    transform: scale(0.5);
  }

  .quality-band,
  .quote-card {
    padding: 18px 14px;
  }

  .buyer-support__grid article,
  .facts-grid article,
  .text-grid article,
  .product-grid article,
  .industry-grid article,
  .support-grid article,
  .process-panel,
  .process-list li,
  .faq-list details {
    padding: 14px;
  }

  .quality-list span,
  .quality-list li,
  .trust-strip span {
    font-size: 12px;
  }
}

/* Safe homepage hero reset: restore a controlled right-side visual, not a full background */
.hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 76% 42%, rgba(201, 121, 45, 0.08), transparent 36%),
    linear-gradient(90deg, #ffffff 0%, #ffffff 48%, #f8f5ef 100%);
  border-bottom: 1px solid var(--line);
}

.hero::after {
  display: none !important;
}

.hero__grid {
  display: grid !important;
  grid-template-columns: minmax(560px, 0.92fr) minmax(640px, 0.98fr);
  gap: clamp(56px, 4.5vw, 96px);
  align-items: center;
  min-height: 720px;
  padding: 72px 0;
}

.hero__content {
  position: relative;
  z-index: 2;
  max-width: none;
}

.hero__content h1,
.hero__lead {
  max-width: 720px;
}

.hero__visual {
  position: relative !important;
  inset: auto !important;
  z-index: 1;
  width: 100% !important;
  height: auto !important;
  overflow: visible !important;
  pointer-events: auto;
}

.hero__visual::before {
  content: "";
  display: block !important;
  position: absolute;
  inset: -34px -38px -30px -42px;
  z-index: 0;
  background:
    radial-gradient(circle at 50% 44%, rgba(201, 121, 45, 0.14), transparent 54%),
    radial-gradient(circle at 70% 28%, rgba(13, 33, 56, 0.08), transparent 58%);
  filter: blur(22px);
  pointer-events: none;
}

.hero .factory-visual,
.hero .factory-visual--image {
  position: relative !important;
  inset: auto !important;
  z-index: 1;
  width: 100% !important;
  height: auto !important;
  overflow: hidden !important;
  border: 1px solid rgba(223, 229, 234, 0.72) !important;
  border-radius: 18px !important;
  background: rgba(255, 255, 255, 0.92) !important;
  box-shadow:
    0 24px 70px rgba(8, 24, 40, 0.10),
    0 8px 22px rgba(8, 24, 40, 0.06) !important;
}

.hero .factory-visual__header,
.hero .factory-visual__footer {
  display: flex !important;
  position: relative;
  z-index: 4;
  background: rgba(255, 255, 255, 0.88) !important;
  border-color: rgba(225, 229, 233, 0.55) !important;
}

.hero .visual-label {
  display: block !important;
  position: absolute;
  z-index: 5;
}

.hero .factory-visual--image .factory-visual__scene {
  position: relative !important;
  inset: auto !important;
  width: 100% !important;
  height: auto !important;
  min-height: 500px !important;
  overflow: hidden !important;
  background: var(--navy) !important;
}

.hero .factory-visual--image .factory-visual__scene::before {
  content: "";
  display: block !important;
  position: absolute;
  inset: 0;
  z-index: 2;
  width: auto;
  height: auto;
  border: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0.06) 32%, rgba(255, 255, 255, 0) 62%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(8, 24, 40, 0.08));
}

.hero .factory-visual--image .factory-visual__scene::after {
  display: none !important;
}

.hero .factory-visual__image {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  object-fit: cover !important;
  object-position: center !important;
  transform: scale(1.006) !important;
  opacity: 1 !important;
  filter: none !important;
}

@media (max-width: 1200px) {
  .hero__grid {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 48px 0;
  }

  .hero .factory-visual--image .factory-visual__scene {
    min-height: 360px !important;
  }
}

@media (max-width: 768px) {
  .hero {
    background: #fff;
  }

  .hero__visual::before {
    inset: -16px;
    filter: blur(14px);
    opacity: 0.55;
  }

  .hero .factory-visual,
  .hero .factory-visual--image {
    border-radius: 14px !important;
    box-shadow: 0 14px 32px rgba(8, 24, 40, 0.09) !important;
  }

  .hero .factory-visual--image .factory-visual__scene {
    min-height: 220px !important;
  }
}
