:root {
  --blue: #397fe8;
  --blue-dark: #1557bd;
  --ink: #10213d;
  --muted: #516277;
  --line: #d9e0e8;
  --paper: #ffffff;
  --soft: #f7f9fc;
  --peach: #fff0e3;
  --container: 1280px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.58;
}
img { display: block; width: 100%; }
a { color: inherit; }
button, input { font: inherit; }
.container { width: min(calc(100% - 64px), var(--container)); margin: 0 auto; }
.section { padding: 92px 0; }
.section--soft { background: var(--soft); }
.section--peach { background: var(--peach); }
.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; }

/* Shared desktop navigation — matching the original Capability menu layout. */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, .98);
  border-bottom: 1px solid #e4e9ef;
  backdrop-filter: blur(10px);
}

.header-inner {
  min-height: 98px;
  display: flex;
  align-items: center;
  gap: 34px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #1557bd;
  text-decoration: none;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: -1.5px;
}

.brand-mark {
  width: 54px;
  height: 46px;
  display: inline-block;
  flex: 0 0 54px;
  background: url('assets/site/rapidmfgpro-three-gears.svg') center / contain no-repeat;
  transform: none;
}

.brand-mark::before,
.brand-mark::after {
  display: none;
  content: none;
}

.main-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 34px;
}

.nav-item {
  position: relative;
  display: flex;
  align-items: center;
}

.nav-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 0;
  padding: 38px 0 36px;
  background: transparent;
  color: #172238;
  font: inherit;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
}

.nav-link:hover,
.nav-link:focus-visible,
.nav-link.active {
  color: #1765ca;
}

.nav-link:focus-visible,
.nav-menu a:focus-visible {
  outline: 3px solid rgba(57, 127, 232, .35);
  outline-offset: 3px;
}

.nav-chevron {
  display: inline-block;
  color: #607087;
  font-size: 15px;
  line-height: 1;
  transform: translateY(-1px);
  transition: transform .18s ease;
}

.nav-item.is-open .nav-chevron {
  transform: rotate(180deg) translateY(1px);
}

.nav-menu {
  position: absolute;
  top: calc(100% - 15px);
  left: -28px;
  z-index: 110;
  width: 332px;
  padding: 16px 0;
  border: 1px solid #d9e4f2;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 16px 32px rgba(22, 43, 75, .12);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: opacity .16s ease, transform .16s ease, visibility .16s ease;
}

.nav-menu--right {
  right: -25px;
  left: auto;
}

.nav-menu a {
  display: block;
  padding: 13px 33px;
  color: #1f2e45;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.45;
  text-decoration: none;
}

.nav-menu a:hover {
  background: #f6f9fe;
  color: #1765ca;
}

.nav-item--capability:hover .nav-menu,
.nav-item--capability:focus-within .nav-menu,
.nav-item--has-menu:hover .nav-menu,
.nav-item--has-menu:focus-within .nav-menu,
.nav-item.is-open .nav-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.nav-quote {
  flex: 0 0 auto;
}

.menu-button {
  display: none;
  margin-left: auto;
  border: 0;
  background: transparent;
  color: var(--blue-dark);
  font-size: 28px;
  cursor: pointer;
}

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 28px; border: 1px solid var(--blue); border-radius: 3px; background: var(--blue); color: #fff; font-weight: 700; text-decoration: none; transition: .18s ease; }
.button:hover { transform: translateY(-1px); background: var(--blue-dark); border-color: var(--blue-dark); }
.button--dark { background: #080e17; border-color: #080e17; }
.button--dark:hover { background: #202936; border-color: #202936; }
.button--small { min-height: 40px; padding: 0 17px; font-size: 14px; }

.eyebrow { margin: 0 0 14px; color: var(--blue-dark); font-size: 12px; font-weight: 800; letter-spacing: .07em; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 24px; max-width: 620px; color: #101010; font-size: clamp(44px, 5vw, 78px); line-height: 1.04; letter-spacing: -0.055em; }
h2 { margin-bottom: 18px; color: var(--ink); font-size: clamp(32px, 3.5vw, 52px); line-height: 1.12; letter-spacing: -0.04em; }
h3 { color: var(--ink); }

.hero { position: relative; overflow: visible; padding: 50px 0 0; background: linear-gradient(90deg, #fff 0%, #fff 40%, #edf0f4 100%); }
.hero-grid { min-height: 540px; display: grid; grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr); align-items: center; }
.hero-copy { position: relative; z-index: 1; padding: 12px 0 50px; }
.trustpilot-line { margin-bottom: 18px; color: #1b2c45; font-size: 13px; }
.trustpilot-line strong { margin-right: 10px; }
.trustpilot-line .star, .star { color: #1cb56c; }
.hero-intro { max-width: 560px; margin-bottom: 27px; color: #243851; font-size: 18px; line-height: 1.6; }
.customer-logos { display: flex; flex-wrap: wrap; gap: 22px 34px; margin: 18px 0 22px; color: #66717d; font-weight: 800; font-size: 14px; }
.credit-note { margin: 0 0 10px 220px; color: var(--blue); font-size: 13px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.hero-media { align-self: stretch; margin: 0; overflow: hidden; }
.hero-media img,
.hero-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.stat-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
  margin-top: -18px;
  transform: translateY(32px);
}

.stat-card {
  position: relative;
  min-height: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  overflow: hidden;
  padding: 20px 12px;
  border: 1px solid #b9c2cc;
  border-radius: 18px;
  background: #fff;
  text-align: center;
}

.stat-card::before,
.stat-card::after {
  content: '';
  position: absolute;
  width: 44px;
  height: 44px;
  background: var(--blue);
  pointer-events: none;
}

/* 左上角蓝色三角形 */
.stat-card::before {
  top: 0;
  left: 0;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}

/* 右下角蓝色三角形 */
.stat-card::after {
  right: 0;
  bottom: 0;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

.stat-card strong {
  color: #101010;
  font-size: 30px;
  line-height: 1.08;
  white-space: nowrap;
}

.stat-card span {
  max-width: 140px;
  color: #152b46;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
}

.services { padding-top: 110px; }
.section-heading { margin-bottom: 42px; }
.section-heading--split {
  margin-bottom: 42px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 18px;
  text-align: center;
}

.section-heading--split > div {
  width: 100%;
  text-align: left;
}

.section-heading--split > div .eyebrow {
  margin: 0 0 14px;
  text-align: left;
}

.section-heading--split h2 {
  margin-bottom: 0;
  text-align: center;
}

.section-heading--split > p {
  max-width: 780px;
  margin: 0 auto;
  color: #314660;
  font-size: 17px;
  line-height: 1.6;
  text-align: center;
}

.section-heading--center { max-width: 820px; margin-inline: auto; text-align: center; }
.section-heading--wide { max-width: 1060px; }
.section-heading--center > p:last-child { color: #4d5c70; font-size: 17px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.service-card--featured { border: 4px solid #4a8bf0; }
.service-card {
  overflow: hidden;
  min-height: 520px;
  border: 1px solid #b7c0ca;
  border-radius: 16px;
  background: #fff;
}

.service-card img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  padding: 32px 24px 36;
  background: #f4f5f7;
}

.service-card > div {
  padding: 28px 24px 30px;
}
.service-card h3 {
  margin-bottom: 12px;
  color: var(--blue-dark);
  font-size: 23px;
  font-weight: 800;
  letter-spacing: -.03em;
}
.service-card p { margin: 0; color: #21364f; font-size: 15px; line-height: 1.55; }

.review-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 22px;
  align-items: stretch;
}

.review-card {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px;
  border: 1px solid #e0e6ed;
  border-radius: 16px;
  background: #ffffff;
  text-align: left;
}

.review-card h3 {
  margin: 0 0 18px;
  color: #10213d;
  font-size: 22px;
  line-height: 1.3;
}

.review-card .stars {
  margin: 0 0 20px;
  color: #10213d;
  font-size: 20px;
  letter-spacing: 3px;
}

.review-card p {
  margin: 0;
  color: #52657a;
  font-size: 16px;
  line-height: 1.6;
}

.global-network { position: relative; overflow: hidden; padding: 90px 0; background: radial-gradient(circle at 18% 28%, rgba(57,127,232,.1) 0 1px, transparent 2px) 0 0 / 18px 18px, linear-gradient(90deg, #fff, #f8fbff); }
.network-layout { display: grid; grid-template-columns: 1.1fr .9fr; gap: 90px; align-items: center; }
.network-layout > div > p:last-child { max-width: 780px; color: #314660; font-size: 17px; }
.network-stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 32px 24px; margin: 0; }
.network-stats div { padding-bottom: 13px; border-bottom: 1px solid #d7e1ec; }
.network-stats dt { color: var(--blue); font-size: 35px; font-weight: 800; line-height: 1.1; }
.network-stats dd { margin: 7px 0 0; color: #314660; font-size: 14px; font-weight: 700; }

.platform { padding-bottom: 100px; }
.platform-layout { display: grid; grid-template-columns: .94fr 1.06fr; gap: 56px; align-items: center; }
.platform-accordion {
  overflow: hidden;
  border: 1px solid #d8dee7;
  border-radius: 10px;
  background: #fff;
}

.platform-feature {
  padding: 0;
  border-bottom: 1px solid #e1e6ed;
}

.platform-feature:last-child {
  border-bottom: 0;
}

.platform-feature summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 22px;
  color: #10213d;
  font-size: 17px;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}

.platform-feature summary::-webkit-details-marker {
  display: none;
}

.platform-feature summary::after {
  content: "→";
  flex: 0 0 auto;
  color: var(--blue-dark);
  font-size: 27px;
  font-weight: 700;
  line-height: 1;
  transition: transform .18s ease;
}

.platform-feature[open] summary {
  background: #f7faff;
  color: var(--blue-dark);
}

.platform-feature[open] summary::after {
  transform: rotate(90deg);
}

.platform-feature__content {
  padding: 0 22px 22px;
}

.platform-feature .platform-feature__content p {
  max-width: none;
  margin: 0 0 14px;
  color: #43556c;
}

.platform-feature__content ul {
  margin: 0;
  padding-left: 22px;
  color: #44566d;
}

.platform-feature__content li + li {
  margin-top: 6px;
}


.platform-image {
  margin: 0;
  overflow: hidden;
  border: 1px solid #cbd8e8;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 18px 40px rgba(34, 56, 85, .11);
}

.platform-image img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center;
}
.section-cta { margin-top: 38px; text-align: center; }

.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; padding: 0; margin: 0; list-style: none; }
.process-grid li { min-height: 205px; padding: 30px 26px; border-radius: 10px; background: #f4f6f9; }
.process-icon { display: grid; width: 44px; height: 44px; place-items: center; margin-bottom: 23px; border-radius: 9px; background: #e9f1ff; color: var(--blue); font-size: 24px; }
.process-grid h3 { margin-bottom: 10px; font-size: 20px; }
.process-grid p { margin: 0; color: #506177; font-size: 15px; }

.development-steps { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; padding: 20px 0 0; margin: 0; list-style: none; }
.development-steps::before { content: ''; position: absolute; top: 46px; left: 12.5%; right: 12.5%; height: 1px; background: #b9c7d6; }
.development-steps li { position: relative; z-index: 1; display: grid; justify-items: center; gap: 13px; text-align: center; }
.development-steps span { display: grid; width: 52px; height: 52px; place-items: center; border: 1px solid #b4c0ce; border-radius: 50%; background: #fff; color: var(--blue-dark); font-weight: 800; }
.development-steps strong { color: #273a54; font-size: 15px; }

.design { background: linear-gradient(90deg, #f4fbff, #fff5ee); }
.design-layout { display: grid; grid-template-columns: .94fr 1.06fr; gap: 72px; align-items: center; }
.design figure { margin: 0; overflow: hidden; border-radius: 8px; box-shadow: 0 18px 36px rgba(12, 36, 66, .12); aspect-ratio: 4 / 3; max-height: 470px; }
.design figure img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.check-list li { display: grid; gap: 4px; }
.check-list strong { color: #1a3152; }
.check-list span { color: #4f6073; font-size: 15px; }

.quality-layout { display: grid; grid-template-columns: 1.15fr .85fr; gap: 64px; align-items: center; }
.quality-layout > div > p { max-width: 760px; color: #405269; }
.quality-points { display: grid; gap: 17px; margin-top: 28px; }
.quality-points article { padding-left: 20px; border-left: 3px solid var(--blue); }
.quality-points h3 { margin-bottom: 7px; font-size: 17px; }
.quality-points p { margin: 0; color: #516277; font-size: 15px; }
.quality-media { position: relative; display: block; overflow: hidden; border-radius: 8px; box-shadow: 0 14px 36px rgba(12,36,66,.13); aspect-ratio: 4 / 3; max-height: 470px; }
.quality-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.play { position: absolute; top: 50%; left: 50%; display: grid; width: 82px; height: 82px; place-items: center; border: 3px solid #fff; border-radius: 50%; transform: translate(-50%, -50%); color: #fff; font-size: 28px; text-indent: 4px; }

.resource-grid { grid-template-columns: repeat(3, 1fr); }
.resource-grid article { overflow: hidden; border-radius: 9px; }
.resource-grid img { height: 230px; object-fit: cover; }
.resource-grid article div { padding: 22px; }
.resource-grid h3 { margin-bottom: 12px; }
.resource-grid p { margin: 0; font-size: 14px; }

.faq-layout { display: grid; grid-template-columns: .55fr 1.45fr; gap: 90px; }
.faq-list { border-top: 1px solid #cdd7e2; }
details { border-bottom: 1px solid #cdd7e2; padding: 18px 0; }
summary { display: flex; justify-content: space-between; gap: 24px; color: #192d47; font-weight: 700; cursor: pointer; list-style: none; }
summary::after { content: '+'; color: var(--blue); font-size: 21px; line-height: 1; }
details[open] summary::after { content: '−'; }
details p { max-width: 90%; margin: 13px 0 0; color: #54667c; }

.site-footer { padding: 70px 0 0; background: #fff; border-top: 1px solid #e1e6ed; }
.footer-grid { display: grid; grid-template-columns: 1.45fr repeat(3, 1fr); gap: 45px; }
.brand--footer { margin-bottom: 18px; }
.footer-contact p { margin-bottom: 16px; color: #41546c; font-size: 14px; line-height: 1.55; }
.footer-grid h3 { margin: 6px 0 16px; color: #173457; font-size: 13px; letter-spacing: .02em; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-grid > div:not(:first-child) a { color: #4a5d74; font-size: 14px; text-decoration: none; }
.footer-grid > div:not(:first-child) a:hover { color: var(--blue); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 48px; padding: 24px 0; border-top: 1px solid #e2e7ed; color: #718096; font-size: 13px; }
.footer-bottom p { margin: 0; }
.newsletter { display: flex; align-items: center; gap: 8px; }
.newsletter label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.newsletter input { height: 38px; min-width: 220px; padding: 0 12px; border: 1px solid #d6dee8; border-radius: 4px; }
.newsletter button { height: 38px; border: 0; border-radius: 4px; padding: 0 14px; background: var(--blue); color: #fff; font-weight: 700; cursor: pointer; }

@media (max-width: 1050px) {
  .main-nav { gap: 18px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .review-row { grid-template-columns: repeat(2, 1fr); }
  .review-summary { grid-column: span 2; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 800px) {
  .container { width: min(calc(100% - 36px), var(--container)); }
  .section { padding: 68px 0; }
  .site-header { position: sticky; }
  .header-inner { min-height: 66px; }
  .brand { font-size: 24px; }
  .menu-button { display: block; }
  .main-nav { position: absolute; top: 66px; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px 18px 22px; background: #fff; border-bottom: 1px solid #e1e7ef; box-shadow: 0 16px 30px rgba(23, 51, 83, .12); }
  .main-nav.is-open { display: flex; }
  .nav-item { display: block; }
  .nav-link { width: 100%; justify-content: space-between; padding: 13px 0; }
  .nav-menu { position: static; display: none; width: auto; margin: 0 0 8px; padding: 4px 0; border: 0; border-left: 2px solid #d6e2f4; border-radius: 0; box-shadow: none; opacity: 1; visibility: visible; transform: none; }
  .nav-item--capability:hover .nav-menu,
  .nav-item--capability:focus-within .nav-menu,
  .nav-item--has-menu:hover .nav-menu,
  .nav-item--has-menu:focus-within .nav-menu { display: none; }
  .nav-item.is-open .nav-menu { display: block; }
  .nav-menu a { padding: 9px 16px; font-size: 15px; }
  .main-nav .button { margin-top: 12px; }
  .hero { padding-top: 28px; }
  .hero-grid, .section-heading--split, .network-layout, .platform-layout, .design-layout, .quality-layout, .faq-layout { grid-template-columns: 1fr; gap: 35px; }
  .hero-grid { min-height: auto; }
  .hero-copy { padding-bottom: 0; }
  .hero-media { min-height: 320px; }
  .credit-note { margin-left: 0; }
  .stat-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 0; transform: translateY(0); padding: 24px 0 28px; }
  .stat-card:last-child { grid-column: span 2; }
  .section-heading { margin-bottom: 30px; }
  .section-heading--split > p { margin-bottom: 0; }
  .resource-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid { grid-template-columns: 1fr; }
  .development-steps { grid-template-columns: repeat(2, 1fr); gap: 26px; }
  .development-steps::before { display: none; }
  .footer-bottom { align-items: stretch; flex-direction: column; }
}

@media (max-width: 520px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  h1 { font-size: 42px; }
  h2 { font-size: 33px; }
  .customer-logos { gap: 12px 20px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .service-grid, .resource-grid, .review-row, .footer-grid { grid-template-columns: 1fr; }
  .review-summary { grid-column: auto; }
  .service-card { min-height: auto; }
  .platform-image img { aspect-ratio: 16 / 11; }
  .network-stats { grid-template-columns: 1fr 1fr; }
  .footer-grid { gap: 28px; }
  .newsletter { flex-wrap: wrap; }
  .newsletter input { flex: 1 1 100%; }
}


/* --------------------------------------------------------------------------
   CNC Machining Services page
   Page content lives in cnc-machining.html. Component styles are grouped here.
   -------------------------------------------------------------------------- */
.cnc-hero { overflow: hidden; padding: 54px 0 0; background: #fff; }
.cnc-hero__grid { display: grid; grid-template-columns: .98fr 1.02fr; gap: 76px; align-items: center; }
.cnc-hero__copy { padding: 30px 0 48px; }
.cnc-hero__copy h1 { max-width: 680px; margin: 26px 0 32px; font-size: clamp(44px, 4.3vw, 76px); line-height: 1.02; letter-spacing: -.045em; }
.cnc-hero__copy > p:not(.trustpilot-line) { max-width: 640px; margin: 0 0 32px; color: #304862; font-size: 21px; line-height: 1.56; }
.cnc-hero__media { min-height: 470px; margin: 0; overflow: hidden; border-radius: 20px; background: #101827; box-shadow: 0 18px 42px rgba(17, 30, 52, .18); }
.cnc-hero__media img { width: 100%; height: 100%; object-fit: cover; }
.cnc-brand-strip { padding: 50px 0 30px; text-align: center; }
.cnc-brand-strip > p { margin: 0 0 30px; color: #14243a; font-weight: 800; }
.cnc-brand-strip .customer-logos { justify-content: space-between; color: #737b85; font-size: clamp(19px, 2.1vw, 32px); }

.cnc-services { padding-bottom: 0; }
.cnc-service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 42px; max-width: 1100px; margin: 0 auto 82px; }
.cnc-service-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #c8d1db;
  border-radius: 12px;
  background: #fff;
}

.cnc-service-card > img {
  display: block;
  width: 100%;
  height: 310px;
  padding: 0;
  border-bottom: 1px solid #e1e7ef;
  background: #eef2f6;
  object-fit: cover;
  object-position: center;
}

.cnc-service-card > div {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 28px 34px 34px;
}

.cnc-service-card h3 {
  margin: 0 0 20px;
  color: #10213d;
  font-size: 28px;
  line-height: 1.18;
}

.cnc-service-card p {
  margin: 0 0 26px;
  color: #314861;
  font-size: 17px;
  line-height: 1.56;
}

.cnc-service-card > div > a {
  display: inline-flex;
  width: 100%;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: auto;
  padding: 12px 20px;
  border: 1px solid var(--blue);
  border-radius: 5px;
  background: var(--blue);
  color: #ffffff;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  transition: background-color .18s ease, border-color .18s ease, transform .18s ease;
}

.cnc-service-card > div > a:hover {
  border-color: var(--blue-dark);
  background: var(--blue-dark);
  color: #ffffff;
  text-decoration: none;
  transform: translateY(-1px);
}
.cnc-cta-band { padding: 64px 0; background: #4186e8; color: #fff; text-align: center; }
.cnc-cta-band .container { max-width: 1080px; }
.cnc-cta-band h2 { margin-bottom: 18px; color: #fff; font-size: 42px; }
.cnc-cta-band p { max-width: 860px; margin: 0 auto 30px; font-size: 18px; line-height: 1.55; }
.button--light { background: #fff; color: #3d82e9; }
.button--light:hover { background: #eff6ff; color: #1d66d1; }

.cnc-network { position: relative; overflow: hidden; background: #fff; }
.cnc-network::before { content: ''; position: absolute; inset: 0; opacity: .18; background-image: radial-gradient(#aac0d6 1.25px, transparent 1.25px); background-size: 20px 20px; pointer-events: none; }
.cnc-network__grid { position: relative; display: grid; grid-template-columns: 1.1fr .9fr; gap: 78px; align-items: center; }
.cnc-network__grid > div > p:not(.eyebrow) { max-width: 660px; color: #304862; font-size: 19px; line-height: 1.6; }
.cnc-network__grid > img { width: 100%; aspect-ratio: 1.13/1; object-fit: cover; border-radius: 16px; box-shadow: 12px 14px 0 #4887e6, 0 16px 34px rgba(16, 33, 61, .16); }
.cnc-network__stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; margin: 44px 0 0; }
.cnc-network__stats dt { color: #3d82e9; font-size: 42px; font-weight: 800; }
.cnc-network__stats dd { margin: 8px 0 0; color: #152741; font-size: 17px; }


.materials-panel { display: grid; grid-template-columns: 240px 1fr; overflow: hidden; border: 1px solid #d9e0e8; border-radius: 12px; background: #fff; }
.materials-panel aside { display: flex; flex-direction: column; gap: 4px; padding: 20px 12px; background: #eff1f3; }
.materials-panel aside button { border: 0; border-radius: 6px; padding: 13px 14px; background: transparent; color: #576779; text-align: left; font: inherit; font-size: 16px; cursor: pointer; }
.materials-panel aside button:hover, .materials-panel aside button.is-selected { background: #4186e8; color: #fff; }
.material-detail { display: grid; grid-template-columns: .9fr 1.1fr; gap: 42px; padding: 42px; }
.material-detail h3 { margin: 0 0 20px; color: #10213d; font-size: 36px; }
.material-detail > div > p { color: #42556c; font-size: 17px; line-height: 1.65; }
.material-detail__visuals {
  display: block;
  min-width: 0;
  min-height: 500px;
  overflow: hidden;
  border-radius: 10px;
  background: #eef2f6;
}

.material-detail__visuals img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 500px;
  padding: 0;
  border: 0;
  object-fit: cover;
  object-position: center;
}
.material-specs { display: grid; gap: 14px; margin: 30px 0; }
.material-specs div { display: grid; grid-template-columns: 145px 1fr; gap: 20px; }
.material-specs dt { color: #1a2d47; font-weight: 800; }
.material-specs dd { margin: 0; color: #56677a; line-height: 1.5; }
.material-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 42px auto 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.material-cta .button {
  min-width: 300px;
  min-height: 54px;
  text-align: center;
}

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

.finish-grid article {
  display: flex;
  min-height: 405px;
  flex-direction: column;
  overflow: hidden;
  padding: 0;
  border: 1px solid #cbd3dd;
  background: #ffffff;
}

.finish-grid img {
  display: block;
  width: 100%;
  height: 210px;
  margin: 0;
  object-fit: cover;
  object-position: center;
}

.finish-grid h3 {
  margin: 24px 26px 15px;
  color: #142741;
  font-size: 19px;
}

.finish-grid p {
  margin: 0 26px 28px;
  color: #334e6c;
  font-size: 15px;
  line-height: 1.55;
}

.cnc-industries {
  background: #fde7d3;
}

.cnc-industries__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  align-items: center;
}

.cnc-industries__grid > div:first-child {
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
}

.cnc-industries__grid > div:first-child .eyebrow {
  text-align: center;
}

.cnc-industries__grid > div:first-child h2 {
  max-width: 820px;
  margin-right: auto;
  margin-left: auto;
}

.cnc-industries__grid > div > p:not(.eyebrow) {
  max-width: 820px;
  margin-right: auto;
  margin-left: auto;
  color: #304861;
  font-size: 18px;
  line-height: 1.6;
}

.industry-card-grid {
  --industry-connector-gap: 28px;
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--industry-connector-gap);
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
}

.industry-card-grid a {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 180px;
  place-items: center;
  align-content: center;
  gap: 16px;
  padding: 18px;
  border: 1px solid rgba(57, 127, 232, .14);
  border-radius: 16px;
  background: rgba(255, 255, 255, .86);
  color: #122744;
  font-size: 18px;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(34, 68, 112, .055);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.industry-card-grid a::before,
.industry-card-grid a::after {
  content: '';
  position: absolute;
  background: var(--blue);
  pointer-events: none;
}

/* Horizontal connectors between cards in each row. */
.industry-card-grid a:not(:nth-child(3n))::after {
  top: 50%;
  left: 100%;
  width: var(--industry-connector-gap);
  height: 3px;
  transform: translateY(-50%);
}

/* Vertical connectors between the upper and lower rows. */
.industry-card-grid a:nth-child(-n + 3)::before {
  top: 100%;
  left: 50%;
  width: 3px;
  height: var(--industry-connector-gap);
  transform: translateX(-50%);
}

.industry-card-grid a:hover {
  border-color: rgba(57, 127, 232, .45);
  box-shadow: 0 16px 30px rgba(30, 47, 68, .12);
  transform: translateY(-4px);
}

.industry-card-grid img {
  width: 82px;
  height: 82px;
  border: 4px solid #ffffff;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 6px 16px rgba(28, 67, 118, .14);
}

.cnc-tolerances {
  background: #f8fbff;
}

.table-wrap {
  overflow-x: auto;
  border: 1px solid #c9d8ea;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(21, 66, 124, .07);
}

.cnc-tolerances table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: #ffffff;
}

.cnc-tolerances th,
.cnc-tolerances td {
  padding: 20px 22px;
  border-right: 1px solid #d8e3f0;
  border-bottom: 1px solid #d8e3f0;
  color: #172a44;
  text-align: left;
  vertical-align: top;
  line-height: 1.6;
}

.cnc-tolerances tr > *:last-child {
  border-right: 0;
}

.cnc-tolerances tbody tr:last-child > * {
  border-bottom: 0;
}

.cnc-tolerances thead th {
  background: #eaf3ff;
  color: #1557bd;
  font-size: 19px;
  font-weight: 800;
}

.cnc-tolerances tbody th {
  width: 250px;
  background: #f7faff;
  color: #10213d;
  font-weight: 800;
}

.cnc-tolerances tbody td {
  background: #ffffff;
}

.cnc-tolerances tbody tr:nth-child(even) td {
  background: #fbfdff;
}
.button-row { display: flex; justify-content: center; gap: 18px; margin-top: 46px; }
.button--outline { border: 1px solid #4386e8; }

.cnc-quality__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.cnc-quality__grid > img { width: 100%; aspect-ratio: 1.45/1; object-fit: cover; }
.cnc-quality .quality-points { margin-top: 0; }

/* Image-free Why Work With RapidMfgPro section */
.cnc-why {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 16%, rgba(57, 127, 232, .08), transparent 28rem),
    linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
}

.cnc-why::before {
  content: '';
  position: absolute;
  top: -260px;
  right: -240px;
  width: 620px;
  height: 620px;
  border: 1px solid rgba(57, 127, 232, .08);
  border-radius: 50%;
  box-shadow:
    0 0 0 58px rgba(57, 127, 232, .035),
    0 0 0 116px rgba(57, 127, 232, .018);
  pointer-events: none;
}

.cnc-why .container {
  position: relative;
  z-index: 1;
}

.cnc-why .section-heading {
  margin-bottom: 52px;
}

.cnc-why .section-heading .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 18px;
  color: var(--blue-dark);
  font-size: 13px;
  letter-spacing: .14em;
}

.cnc-why .section-heading .eyebrow::before,
.cnc-why .section-heading .eyebrow::after {
  content: '';
  width: 74px;
  height: 1px;
  background: #d7e3f3;
}

.cnc-why .section-heading h2 {
  margin-bottom: 18px;
  color: #10213d;
}

.cnc-why .section-heading > p:last-child {
  max-width: 850px;
  margin-right: auto;
  margin-left: auto;
  color: #53657a;
  font-size: 18px;
  line-height: 1.65;
}

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

.cnc-why .why-grid article,
.why-card {
  position: relative;
  display: flex;
  min-height: 0;
  flex-direction: column;
  overflow: visible;
  padding: 88px 32px 34px;
  border: 1px solid #dfe8f4;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(16, 33, 61, .08);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.why-card:hover {
  border-color: #bcd4f6;
  box-shadow: 0 22px 46px rgba(16, 33, 61, .13);
  transform: translateY(-5px);
}

.why-card__number {
  position: absolute;
  top: 30px;
  left: 30px;
  color: #397fe8;
  font-size: 21px;
  font-weight: 800;
  letter-spacing: -.03em;
}

.why-card__icon {
  position: absolute;
  top: -38px;
  left: 50%;
  display: grid;
  width: 82px;
  height: 82px;
  place-items: center;
  border: 1px solid #e3ebf5;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 14px 28px rgba(16, 33, 61, .12);
  color: #397fe8;
  transform: translateX(-50%);
}

.why-card__icon svg {
  width: 43px;
  height: 43px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.35;
}

.why-card__accent {
  display: block;
  width: 44px;
  height: 4px;
  margin-bottom: 22px;
  border-radius: 999px;
  background: #397fe8;
}

.why-card h3 {
  margin: 0 0 18px;
  color: #10213d;
  font-size: 28px;
  line-height: 1.16;
  letter-spacing: -.035em;
}

.why-card > p {
  margin: 0 0 28px;
  color: #40536a;
  font-size: 16px;
  line-height: 1.68;
}

.why-card__list {
  display: grid;
  gap: 12px;
  margin: auto 0 0;
  padding: 25px 0 0;
  border-top: 1px solid #e3eaf2;
  list-style: none;
}

.why-card__list li {
  position: relative;
  padding-left: 31px;
  color: #253b57;
  font-size: 15px;
  line-height: 1.45;
}

.why-card__list li::before {
  content: '✓';
  position: absolute;
  top: 1px;
  left: 0;
  display: grid;
  width: 19px;
  height: 19px;
  place-items: center;
  border: 1px solid #397fe8;
  border-radius: 50%;
  color: #397fe8;
  font-size: 11px;
  font-weight: 800;
}

@media (max-width: 1050px) {
  .why-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .why-card:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 800px) {

  .why-card:last-child {
    grid-column: auto;
  }

  .cnc-why .why-grid article,
  .why-card {
    min-height: 0;
    padding: 76px 26px 30px;
  }
}

@media (max-width: 520px) {
  .cnc-why .section-heading .eyebrow::before,
  .cnc-why .section-heading .eyebrow::after {
    display: none;
  }

  .why-card__icon {
    width: 70px;
    height: 70px;
    top: -32px;
  }

  .why-card__icon svg {
    width: 36px;
    height: 36px;
  }

  .why-card h3 {
    font-size: 25px;
  }
}

.cnc-resource-grid img { height: 260px; }

@media (max-width: 1050px) {
  .cnc-hero__grid, .cnc-network__grid, .cnc-industries__grid, .cnc-quality__grid { grid-template-columns: 1fr; gap: 42px; }
  .cnc-hero__media { max-width: 750px; width: 100%; min-height: 390px; }
  .finish-grid { grid-template-columns: repeat(3, 1fr); }
  .materials-panel { grid-template-columns: 190px 1fr; }
  .material-detail { grid-template-columns: 1fr; }
  .cnc-industries__grid > div > p:not(.eyebrow) { max-width: 820px; }
}

@media (max-width: 800px) {
  .industry-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .industry-card-grid a::before,
  .industry-card-grid a::after {
    display: none;
  }

  .industry-card-grid a:nth-child(odd):not(:last-child)::after {
    display: block;
    top: 50%;
    left: 100%;
    width: var(--industry-connector-gap);
    height: 3px;
    transform: translateY(-50%);
  }

  .industry-card-grid a:nth-child(-n + 4)::before {
    display: block;
    top: 100%;
    left: 50%;
    width: 3px;
    height: var(--industry-connector-gap);
    transform: translateX(-50%);
  }
}

@media (max-width: 800px) {
  .cnc-hero__copy > p:not(.trustpilot-line) { font-size: 18px; }
  .cnc-service-card > img { height: 280px; }
  .cnc-service-grid { grid-template-columns: 1fr; }
  .cnc-network__stats { grid-template-columns: 1fr 1fr; }
  .finish-grid { grid-template-columns: repeat(2, 1fr); }
  .materials-panel { grid-template-columns: 1fr; }
  .materials-panel aside { display: grid; grid-template-columns: repeat(2, 1fr); }
  .why-grid { grid-template-columns: 1fr; }
  .why-grid article { min-height: 470px; }
}

@media (max-width: 520px) {
  .cnc-hero { padding-top: 28px; }
  .cnc-service-card > img { height: 220px; }
  .cnc-service-card > div { padding: 24px 22px 26px; }
  .material-detail__visuals, .material-detail__visuals img { min-height: 300px; }
  .cnc-hero__media { min-height: 260px; border-radius: 12px; }
  .cnc-brand-strip { padding-top: 36px; }
  .cnc-brand-strip .customer-logos { justify-content: center; font-size: 20px; }
  .cnc-cta-band h2 { font-size: 31px; }
  .cnc-network__stats, .finish-grid, .industry-card-grid { grid-template-columns: 1fr; }
  .materials-panel aside { grid-template-columns: 1fr; }
  .material-detail { padding: 24px; }
  .material-specs div { grid-template-columns: 1fr; gap: 4px; }
  .material-cta { justify-content: center; }
  .material-cta .button { width: 100%; min-width: 0; }
  .button-row { align-items: stretch; flex-direction: column; }
  .button-row .button { text-align: center; }
  .cnc-tolerances th, .cnc-tolerances td { min-width: 220px; }
  .cnc-quality__grid { gap: 35px; }
  .why-grid__panel { right: 18px; bottom: 18px; min-height: 0; padding: 25px; }

  .industry-card-grid a::before,
  .industry-card-grid a::after {
    display: none;
  }

  .industry-card-grid a:not(:last-child)::before {
    display: block;
    top: 100%;
    left: 50%;
    width: 3px;
    height: var(--industry-connector-gap);
    transform: translateX(-50%);
  }
}


/* --------------------------------------------------------------------------
   CNC Milling page
   Page content lives in cnc-milling.html. Use normal semantic blocks;
   content is intentionally kept in HTML and appearance is centralized here.
   -------------------------------------------------------------------------- */
.milling-hero {
  padding: 68px 0 76px;
  background: linear-gradient(180deg, #ffffff 0%, #fff7f0 100%);
}

.milling-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
  gap: 72px;
  align-items: center;
}

.milling-hero__copy h1 {
  margin: 14px 0 24px;
  max-width: 680px;
  font-size: clamp(44px, 5.1vw, 76px);
  line-height: 1.02;
}

.milling-hero__copy > p:not(.eyebrow) {
  max-width: 625px;
  margin: 0 0 30px;
  color: #304862;
  font-size: 19px;
  line-height: 1.62;
}

.milling-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.milling-quote-card {
  overflow: hidden;
  border: 1px solid #c9d5e3;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 22px 48px rgba(26, 48, 82, .14);
}

.milling-quote-card__parts {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 14px;
  min-height: 260px;
  padding: 26px;
  background: linear-gradient(145deg, #f1f5f9, #ffffff);
}

.milling-quote-card__parts img {
  width: 100%;
  height: 210px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.milling-quote-card__body {
  padding: 30px 34px;
  background: #101827;
  color: #ffffff;
}

.milling-quote-card__body h2 {
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 25px;
  letter-spacing: -.03em;
}

.milling-quote-card__body p {
  max-width: 540px;
  margin-bottom: 22px;
  color: #d9e5f4;
}

.milling-quote-card__note {
  margin: 0;
  padding: 11px 24px;
  background: #f6f8fb;
  color: #6d7d91;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .035em;
  text-align: center;
}

.milling-service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.milling-service-card {
  overflow: hidden;
  border: 1px solid #d5dde7;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 10px 22px rgba(16, 33, 61, .05);
}

.milling-service-card > img {
  height: 205px;
  object-fit: cover;
}

.milling-service-card > div {
  padding: 24px;
}

.card-number {
  margin-bottom: 15px;
  color: #4a8bf0;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
}

.milling-service-card h3,
.milling-production-grid h3,
.material-feature-card h3,
.milling-finish-grid h3,
.guideline-list h3,
.milling-why-grid h3 {
  margin-bottom: 13px;
  color: #132743;
  font-size: 25px;
  line-height: 1.18;
  letter-spacing: -.025em;
}

.milling-service-card p:not(.card-number) {
  min-height: 122px;
  margin-bottom: 20px;
  color: #52657c;
}

.milling-production {
  background: #ffffff;
}

.milling-production-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  max-width: 940px;
  margin: 0 auto;
}

.milling-production-grid article {
  padding: 40px;
  border: 1px solid #e2d4c6;
  background: #fff0e4;
}

.milling-production-grid article:nth-child(2) {
  background: #ffffff;
  border-color: #d6e0ee;
}

.milling-production-grid p:not(.eyebrow) {
  margin-bottom: 22px;
  color: #49607a;
}

.milling-materials__grid {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid #d9e1ea;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(16, 33, 61, 0.07);
}

/* 左侧材料菜单 */
.milling-material-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 30px 26px;
  border-right: 1px solid #e2e8f0;
  background: linear-gradient(180deg, #ffffff 0%, #f6f9fd 100%);
}

.material-group-title {
  margin: 0 0 12px;
  color: #324766;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.material-tab {
  width: 100%;
  border: 0;
  border-radius: 10px;
  padding: 12px 15px;
  background: transparent;
  color: #4c617d;
  text-align: left;
  font: inherit;
  font-size: 16px;
  cursor: pointer;
  transition: background-color .18s ease, color .18s ease, transform .18s ease;
}

.material-tab:hover {
  background: #eef5ff;
  color: #1557bd;
  transform: translateX(3px);
}

.material-tab.is-active {
  background: #397fe8;
  color: #ffffff;
  font-weight: 800;
  box-shadow: 0 10px 20px rgba(57, 127, 232, .18);
}

.material-list-divider {
  height: 1px;
  margin: 22px 0;
  background: #dfe7f1;
}

/* 右侧联动显示区域 */
.milling-material-display {
  display: grid;
  grid-template-columns: minmax(360px, .98fr) minmax(360px, 1.02fr);
  min-width: 0;
  background: #ffffff;
}

.material-feature-card {
  border: 0;
  background: #ffffff;
}

.material-display__visual {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  margin: 0;
  padding: 38px;
  border-right: 1px solid #e2e8f0;
  background:
    radial-gradient(circle at 50% 36%, rgba(255,255,255,.98), rgba(245,248,252,.84) 52%, rgba(232,239,248,.82) 100%);
}

.material-image-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 480px;
  overflow: hidden;
  border: 1px solid #e4ebf4;
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #f2f6fb 100%);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.7);
}

.material-image-wrap img {
  width: 100%;
  height: 100%;
  max-height: 440px;
  padding: 32px;
  object-fit: contain;
  transition: transform .28s ease;
}

.material-display__visual:hover .material-image-wrap img {
  transform: scale(1.035);
}

.material-tags {
  margin-top: 22px;
}

/* 右侧材料详情 */
.material-feature-card--detail {
  align-self: center;
  padding: 52px 46px;
}

.material-display__label {
  margin: 0 0 12px;
  color: #397fe8;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
}

.material-feature-card--detail h3 {
  margin: 0 0 18px;
  color: #10213d;
  font-size: 42px;
  line-height: 1.1;
  letter-spacing: -.04em;
}

.material-feature-card--detail > p:not(.material-display__label) {
  margin: 0 0 30px;
  color: #50647d;
  font-size: 17px;
  line-height: 1.68;
}

.material-feature-specs {
  margin: 0;
  border-top: 1px solid #e1e7ef;
}

.material-feature-specs div {
  display: grid;
  grid-template-columns: 155px 1fr;
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px solid #e1e7ef;
}

.material-feature-specs dt {
  color: #10213d;
  font-weight: 800;
}

.material-feature-specs dd {
  margin: 0;
  color: #536780;
  line-height: 1.5;
}

.material-feature-card--detail .text-link {
  display: inline-block;
  margin-top: 24px;
}

@media (max-width: 1100px) {
  .milling-materials__grid {
    grid-template-columns: 220px minmax(0, 1fr);
  }

  .milling-material-display {
    grid-template-columns: 1fr;
  }

  .material-display__visual {
    border-right: 0;
    border-bottom: 1px solid #e2e8f0;
  }

  .material-image-wrap {
    min-height: 360px;
  }
}

@media (max-width: 800px) {

  .milling-material-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-right: 0;
    border-bottom: 1px solid #e2e8f0;
  }

  .material-group-title,
  .material-list-divider {
    grid-column: 1 / -1;
  }

  .material-tab:hover {
    transform: none;
  }

  .material-feature-card--detail {
    padding: 36px 28px;
  }
}

@media (max-width: 520px) {
  .milling-material-list {
    grid-template-columns: 1fr;
    padding: 22px 18px;
  }

  .material-display__visual {
    padding: 22px;
  }

  .material-image-wrap {
    min-height: 260px;
    border-radius: 16px;
  }

  .material-image-wrap img {
    max-height: 250px;
    padding: 22px;
  }

  .material-feature-card--detail h3 {
    font-size: 34px;
  }

  .material-feature-specs div {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}

.milling-finish-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.milling-finish-grid article {
  overflow: hidden;
  border: 1px solid #d5dde7;
  background: #ffffff;
}

.milling-finish-grid img {
  height: 136px;
  object-fit: cover;
}

.milling-finish-grid h3,
.milling-finish-grid p {
  margin-right: 16px;
  margin-left: 16px;
}

.milling-finish-grid h3 {
  margin-top: 17px;
  font-size: 19px;
}

.milling-finish-grid p {
  min-height: 88px;
  margin-bottom: 18px;
  color: #53657a;
  font-size: 14px;
  line-height: 1.5;
}

.milling-tolerances {
  background: #f7fbff;
}

.milling-tolerance-scroll {
  overflow-x: auto;
  max-width: 1180px;
  margin: 0 auto;
}

.milling-tolerance-table {
  width: 100%;
  min-width: 900px;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border: 1px solid #d8e4f4;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 10px 26px rgba(23, 74, 143, 0.07);
}

.milling-tolerance-table th,
.milling-tolerance-table td {
  border-right: 1px solid #d8e4f4;
  border-bottom: 1px solid #d8e4f4;
}

.milling-tolerance-table tr:last-child th,
.milling-tolerance-table tr:last-child td {
  border-bottom: 0;
}

.milling-tolerance-table th:last-child,
.milling-tolerance-table td:last-child {
  border-right: 0;
}

/* 顶部轴数栏 */
.milling-tolerance-table thead th {
  height: 126px;
  padding: 20px;
  background: #f1f6ff;
  color: #1764d8;
  text-align: center;
  font-size: 26px;
  font-weight: 800;
}

.milling-tolerance-table .tolerance-capability-title {
  padding-left: 34px;
  background: #ffffff;
  color: #10284d;
  text-align: left;
  font-size: 22px;
}

.axis-header {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
}

.axis-badge {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border: 2px solid #2f76e6;
  border-radius: 50%;
  color: #1764d8;
  font-size: 19px;
  font-weight: 800;
}

/* 左侧指标栏 */
.milling-tolerance-table tbody th {
  width: 25%;
  padding: 25px 30px;
  background: #ffffff;
  color: #10284d;
  text-align: left;
  font-size: 17px;
  font-weight: 800;
}

.metric-label {
  display: flex;
  align-items: center;
  gap: 14px;
}

.metric-icon {
  display: inline-flex;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  align-items: center;
  justify-content: center;
  border: 1px solid #bcd3f6;
  border-radius: 50%;
  color: #1764d8;
  font-size: 20px;
  font-weight: 700;
}

.metric-label small {
  display: block;
  margin-top: 4px;
  color: #6880a1;
  font-size: 13px;
  font-weight: 500;
}

/* 数据单元格 */
.milling-tolerance-table tbody td {
  padding: 25px 18px;
  background: #ffffff;
  color: #1b3558;
  text-align: center;
  vertical-align: middle;
  font-size: 18px;
  line-height: 1.5;
}

.milling-tolerance-table tbody td strong {
  color: #1764d8;
  font-weight: 800;
}

.milling-tolerance-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 24px 0 0;
  color: #60799b;
  font-size: 15px;
}

.milling-tolerance-note span {
  color: #1764d8;
  font-size: 20px;
}

.milling-guidelines {
  background: #ffffff;
}

.guideline-list {
  max-width: 1080px;
  margin: 0 auto;
  border-top: 1px solid #c9d2df;
}

.guideline-list article {
  display: grid;
  grid-template-columns: minmax(190px, .42fr) 1fr;
  gap: 36px;
  padding: 22px 0;
  border-bottom: 1px solid #c9d2df;
}

.guideline-list h3,
.guideline-list p {
  margin: 0;
}

.guideline-list p {
  color: #50647b;
}

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

.milling-why-grid article {
  overflow: hidden;
  background: #17243a;
  border-radius: 20px;
}

.milling-why-grid img {
  height: 310px;
  object-fit: cover;
  opacity: .9;
}

.milling-why-grid article > div {
  min-height: 270px;
  padding: 30px;
  color: #ffffff;
}

.milling-why-grid article:nth-child(2) > div {
  background: #4b8cf0;
}

.milling-why-grid article:nth-child(3) > div {
  background: #aebccc;
  color: #17243a;
}

.milling-why-grid h3 {
  color: inherit;
}

.milling-why-grid p:not(.card-number) {
  margin: 0;
  color: inherit;
}

.milling-process {
  background: #ffffff;
}

.milling-process__grid {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 74px;
  align-items: center;
}

.milling-process__grid > div > p:not(.eyebrow) {
  max-width: 620px;
  color: #50647b;
  font-size: 18px;
}

.milling-process__grid > img {
  min-height: 410px;
  height: 100%;
  object-fit: cover;
}

.milling-resource-grid img {
  height: 220px;
}

@media (max-width: 1050px) {
  .milling-hero__grid,
  .milling-process__grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .milling-materials__grid {
    grid-template-columns: 210px 1fr;
  }

  .milling-finish-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 800px) {
  .milling-service-grid,
  .milling-why-grid {
    grid-template-columns: 1fr;
  }

  .milling-production-grid {
    grid-template-columns: 1fr;
  }

  .milling-materials__grid {
    grid-template-columns: 1fr;
  }

  .milling-finish-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .guideline-list article {
    grid-template-columns: 1fr;
    gap: 9px;
  }
}

@media (max-width: 520px) {
  .milling-hero {
    padding: 42px 0 54px;
  }

  .milling-hero__actions {
    flex-direction: column;
  }

  .milling-hero__actions .button {
    width: 100%;
  }

  .milling-quote-card__parts {
    grid-template-columns: 1fr;
  }

  .milling-quote-card__parts img {
    height: 150px;
  }

  .milling-quote-card__parts img:not(:first-child) {
    display: none;
  }

  .milling-finish-grid {
    grid-template-columns: 1fr;
  }

  .milling-production-grid article,
  .milling-quote-card__body,
  .milling-why-grid article > div {
    padding: 26px;
  }

  .milling-tolerances th,
  .milling-tolerances td {
    min-width: 185px;
  }
}


/* --------------------------------------------------------------------------
   CNC Turning page
   Text is kept in cnc-turning.html as normal semantic HTML.
   Layout and visual styling live here.
   -------------------------------------------------------------------------- */
.turning-hero {
  padding: 68px 0 76px;
  background: linear-gradient(180deg, #ffffff 0%, #fff5f0 100%);
}

.turning-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(460px, 1.12fr);
  gap: 72px;
  align-items: center;
}

.turning-hero__copy h1 {
  margin: 14px 0 24px;
  max-width: 700px;
  font-size: clamp(44px, 5vw, 76px);
  line-height: 1.03;
}

.turning-hero__copy > p:not(.eyebrow) {
  max-width: 660px;
  margin: 0 0 30px;
  color: #304862;
  font-size: 19px;
  line-height: 1.62;
}

.turning-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.button--outline {
  background: #ffffff;
  color: var(--blue-dark);
}

.button--outline:hover {
  background: #f4f8ff;
  color: var(--blue-dark);
  border-color: var(--blue-dark);
}

.button--ghost {
  border-color: #5e91db;
  background: transparent;
  color: #86b4fb;
}

.button--ghost:hover {
  border-color: #7aa9ef;
  background: rgba(67, 133, 231, .12);
  color: #ffffff;
}

.turning-quote-card {
  overflow: hidden;
  border: 1px solid #ccd7e5;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 22px 48px rgba(26, 48, 82, .14);
}

.turning-quote-card__visual {
  padding: 36px 42px 24px;
  background: linear-gradient(145deg, #f5f7fa, #ffffff);
}

.turning-quote-card__visual h2 {
  margin-bottom: 22px;
  color: #111a28;
  font-size: 26px;
  letter-spacing: -.03em;
}

.turning-quote-card__visual img {
  height: 190px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.turning-quote-card__action {
  display: flex;
  justify-content: center;
  gap: 18px;
  padding: 34px;
  background: #101010;
}

.turning-quote-card > p {
  margin: 0;
  padding: 13px 24px;
  background: #101010;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .02em;
  text-align: center;
}

.turning-quote-card > small {
  display: block;
  padding: 22px 24px;
  color: #5e6e83;
  text-align: center;
}

.turning-process__grid {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 76px;
  align-items: center;
}

.turning-process__grid > div > p:not(.eyebrow) {
  max-width: 680px;
  color: #4f6177;
}

.text-link:hover {
  color: var(--blue);
}

.turning-production__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  max-width: 980px;
  margin: 0 auto;
}

.turning-production__card {
  border-radius: 20px;
  overflow: hidden;
  min-height: 305px;
  padding: 44px;
  border: 1px solid #dce4ee;
}

.turning-production__card--prototype {
  background: #f4f8ff;
}

.turning-production__card--production {
  background: #fff0e4;
  border-color: #ead5c2;
}

.turning-production__card h3 {
  margin-bottom: 15px;
  color: #132743;
  font-size: 28px;
  line-height: 1.18;
  letter-spacing: -.03em;
}

.turning-production__card > p:not(.eyebrow) {
  min-height: 102px;
  color: #4f6177;
}

/* --------------------------------------------------------------------------
   CNC Turning Materials section — redesigned card layout
   Required HTML classes: turning-materials__icon, turning-materials__image,
   turning-materials__benefits, and turning-materials__benefit.
   -------------------------------------------------------------------------- */
.turning-materials {
  position: relative;
  overflow: hidden;
  padding: 104px 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(49, 123, 216, 0.08), transparent 23rem),
    linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
}

.turning-materials::before {
  content: '';
  position: absolute;
  right: -210px;
  bottom: -260px;
  width: 560px;
  height: 560px;
  border: 1px solid rgba(29, 77, 136, 0.08);
  border-radius: 50%;
  pointer-events: none;
}

.turning-materials .container {
  position: relative;
  z-index: 1;
}

.turning-materials .section-heading {
  max-width: 1060px;
  margin: 0 auto 42px;
  text-align: center;
}

.turning-materials .section-heading .eyebrow {
  display: block;
  margin: 0 0 14px;
  padding: 0;
  color: var(--blue-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.07em;
  line-height: 1.3;
}

.turning-materials .section-heading .eyebrow::after {
  display: none;
}

.turning-materials .section-heading h2 {
  max-width: 980px;
  margin: 0 auto 18px;
  color: var(--ink);
  font-size: clamp(32px, 3.5vw, 52px);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.12;
}

.turning-materials .section-heading > p:last-child {
  max-width: 980px;
  margin: 0 auto;
  color: #4d5c70;
  font-size: 17px;
  line-height: 1.6;
}

.turning-materials__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: 34px;
  max-width: 1480px;
  margin: 0 auto;
}

.turning-materials__panel {
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  border: 1px solid #dbe5ef;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 14px 38px rgba(16, 49, 90, 0.09);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.turning-materials__panel:hover {
  box-shadow: 0 22px 48px rgba(16, 49, 90, 0.14);
  transform: translateY(-5px);
}

.turning-materials__heading {
  display: flex;
  align-items: center;
  min-height: 120px;
  gap: 17px;
  margin: 0;
  padding: 26px 32px;
  background: #ffffff;
}

.turning-materials__icon {
  display: inline-grid;
  width: 62px;
  height: 62px;
  flex: 0 0 62px;
  place-items: center;
  border-radius: 50%;
  background: #11315e;
  box-shadow: 0 8px 18px rgba(17, 49, 94, 0.18);
}

.turning-materials__icon svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: #ffffff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.25px;
}

.turning-materials__heading h3 {
  margin: 0 0 5px;
  color: #102b52;
  font-size: clamp(27px, 2vw, 32px);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.1;
}

.turning-materials__heading span {
  display: block;
  color: #627895;
  font-size: 16px;
  line-height: 1.5;
}

.turning-materials__image {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 310px;
  margin: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 38%, rgba(255, 255, 255, 0.92) 0%, rgba(244, 247, 250, 0.94) 46%, #e7edf3 100%);
}

.turning-materials__image::after {
  content: '';
  position: absolute;
  right: 24px;
  bottom: 22px;
  width: 82px;
  height: 3px;
  border-radius: 999px;
  background: rgba(28, 82, 147, 0.36);
}

.turning-materials__image img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  object-fit: cover;
  object-position: center;
  background: transparent;
}

.turning-materials__panel:hover .turning-materials__image img {
  transform: scale(1.04);
}

.turning-materials__benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-bottom: 1px solid #e4eaf1;
  background: #ffffff;
}

.turning-materials__benefit {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 78px;
  gap: 9px;
  padding: 12px 10px;
  color: #375372;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
}

.turning-materials__benefit + .turning-materials__benefit {
  border-left: 1px solid #e3e9f0;
}

.turning-materials__benefit svg {
  width: 23px;
  height: 23px;
  flex: 0 0 23px;
  fill: none;
  stroke: #11315e;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.85px;
}

.turning-materials__panel ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 28px 32px 32px;
  list-style: none;
  background: #ffffff;
}

.turning-materials__panel li {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 45px;
  margin: 0;
  padding: 9px 12px;
  border: 1px solid #d9e2ec;
  border-radius: 7px;
  background: #fbfcfe;
  color: #16345f;
  font-size: 15px;
  font-weight: 750;
  line-height: 1.25;
  text-align: center;
  transition: border-color 0.22s ease, background-color 0.22s ease, color 0.22s ease, transform 0.22s ease;
}

.turning-materials__panel li::before {
  display: none;
}

.turning-materials__panel li:hover {
  border-color: #2d79d4;
  background: #2d79d4;
  color: #ffffff;
  transform: translateY(-2px);
}

@media (max-width: 1100px) {
  .turning-materials {
    padding: 78px 0;
  }

  .turning-materials__grid {
    gap: 24px;
  }

  .turning-materials__heading {
    min-height: 110px;
    padding: 24px;
  }

  .turning-materials__panel ul {
    padding: 24px;
  }

  .turning-materials__benefit {
    font-size: 13px;
  }
}

@media (max-width: 820px) {
  .turning-materials__grid {
    grid-template-columns: 1fr;
    max-width: 680px;
  }

  .turning-materials__image {
    height: 300px;
  }
}

@media (max-width: 520px) {
  .turning-materials {
    padding: 58px 0;
  }

  .turning-materials .section-heading {
    margin-bottom: 35px;
  }

  .turning-materials .section-heading .eyebrow {
    font-size: 11px;
    letter-spacing: 0.16em;
  }

  .turning-materials__heading {
    align-items: flex-start;
    min-height: auto;
    padding: 21px 18px;
  }

  .turning-materials__icon {
    width: 52px;
    height: 52px;
    flex-basis: 52px;
  }

  .turning-materials__icon svg {
    width: 29px;
    height: 29px;
  }

  .turning-materials__heading span {
    font-size: 14px;
  }

  .turning-materials__image {
    height: 230px;
  }

  .turning-materials__benefits {
    grid-template-columns: 1fr;
  }

  .turning-materials__benefit {
    justify-content: flex-start;
    min-height: 55px;
    padding: 12px 20px;
    text-align: left;
  }

  .turning-materials__benefit + .turning-materials__benefit {
    border-top: 1px solid #e3e9f0;
    border-left: 0;
  }

  .turning-materials__panel ul {
    gap: 10px;
    padding: 20px 18px 24px;
  }
}


.turning-finish-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.turning-finish-grid article {
  overflow: hidden;
  border: 1px solid #d5dde7;
  background: #ffffff;
}

.turning-finish-grid img {
  height: 136px;
  object-fit: cover;
}

.turning-finish-grid h3,
.turning-finish-grid p {
  margin-right: 16px;
  margin-left: 16px;
}

.turning-finish-grid h3 {
  margin-top: 17px;
  margin-bottom: 10px;
  font-size: 19px;
}

.turning-finish-grid p {
  min-height: 88px;
  margin-bottom: 18px;
  color: #53657a;
  font-size: 14px;
  line-height: 1.5;
}

.turning-tolerances table {
  width: 100%;
  border-collapse: collapse;
  background: #fff8f3;
}

.turning-tolerances th,
.turning-tolerances td {
  padding: 19px 17px;
  border-bottom: 1px solid #dec7b4;
  color: #1b2e48;
  text-align: left;
  vertical-align: top;
}

.turning-tolerances thead th {
  border-top: 1px solid #dec7b4;
  font-size: 18px;
}

.turning-tolerances tbody th {
  width: 26%;
  min-width: 205px;
  font-weight: 800;
}

.turning-guideline-board {
  display: grid;
  max-width: 1240px;
  gap: 12px;
  margin: 0 auto;
}

.turning-guideline-row {
  display: grid;
  grid-template-columns: 270px minmax(0, 1fr) 390px;
  gap: 28px;
  align-items: center;
  padding: 18px 24px;
  border: 1px solid #d9e6f8;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(35, 93, 174, 0.06);
}

.turning-guideline-title {
  display: flex;
  align-items: center;
  gap: 16px;
}

.turning-guideline-title span {
  display: inline-flex;
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: #1764d8;
  color: #ffffff;
  font-size: 20px;
  font-weight: 800;
}

.turning-guideline-title h3 {
  margin: 0;
  color: #10284d;
  font-size: 22px;
  line-height: 1.22;
}

.turning-guideline-copy {
  margin: 0;
  color: #445f82;
  font-size: 16px;
  line-height: 1.62;
}

.turning-guideline-diagram {
  min-height: 126px;
  padding: 12px 16px;
  border-radius: 14px;
  background: linear-gradient(180deg, #f8fbff 0%, #edf5ff 100%);
  color: #1764d8;
}

.turning-guideline-diagram svg {
  display: block;
  width: 100%;
  height: 126px;
  overflow: visible;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
}

.turning-guideline-diagram svg text {
  fill: currentColor;
  stroke: none;
  font-size: 13px;
  font-weight: 700;
}

@media (max-width: 1050px) {
  .turning-guideline-row {
    grid-template-columns: 220px minmax(0, 1fr);
  }

  .turning-guideline-diagram {
    grid-column: 1 / -1;
  }
}

@media (max-width: 800px) {
  .turning-guideline-row {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px 18px;
  }

  .turning-guideline-diagram {
    grid-column: auto;
  }
}

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

.turning-why__grid article {
  overflow: hidden;
  background: #17243a;
  border-radius: 20px;
}

.turning-why__grid img {
  height: 310px;
  object-fit: cover;
  opacity: .9;
}

.turning-why__grid article > div {
  min-height: 246px;
  padding: 30px;
  color: #ffffff;
}

.turning-why__grid article:nth-child(2) > div {
  background: #4b8cf0;
}

.turning-why__grid article:nth-child(3) > div {
  background: #aebccc;
  color: #17243a;
}

.turning-why__grid h3 {
  margin-bottom: 12px;
  color: inherit;
  font-size: 25px;
  line-height: 1.18;
}

.turning-why__grid p:not(.card-number) {
  margin: 0;
  color: inherit;
}

.turning-process__grid figure {
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 18px 36px rgba(12, 36, 66, .12);
}

.turning-process__grid figure img {
  min-height: 390px;
  height: 100%;
  object-fit: cover;
}

.turning-applications__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 90px;
}

.turning-applications__grid h2 {
  margin-bottom: 22px;
  font-size: 36px;
}

.feature-list {
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #4e6077;
}

.feature-list li {
  position: relative;
  padding-left: 29px;
}

.feature-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 0;
  color: #3d82e9;
  font-weight: 800;
}

.turning-resource-grid img {
  height: 220px;
}

@media (max-width: 1050px) {
  .turning-hero__grid,
  .turning-process__grid,
  .turning-applications__grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .turning-finish-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 800px) {
  .turning-production__grid,
  .turning-materials__grid,
  .turning-why__grid {
    grid-template-columns: 1fr;
  }

  .turning-finish-grid {
    grid-template-columns: repeat(2, 1fr);
  }

}

@media (max-width: 520px) {
  .turning-hero {
    padding: 42px 0 54px;
  }

  .turning-hero__actions,
  .turning-quote-card__action {
    flex-direction: column;
  }

  .turning-hero__actions .button,
  .turning-quote-card__action .button {
    width: 100%;
  }

  .turning-quote-card__visual {
    padding: 28px 20px 22px;
  }

  .turning-quote-card__visual img {
    height: 135px;
  }

  .turning-production__card {
    padding: 28px;
  }


  .turning-materials__panel ul {
    grid-template-columns: repeat(2, 1fr);
  }

  .turning-finish-grid {
    grid-template-columns: 1fr;
  }

  .turning-tolerances th,
  .turning-tolerances td {
    min-width: 185px;
  }
}


/* ================================================================
   Sheet Metal Fabrication page
   Content is in sheet-metal-fabrication.html; page-specific visual
   layout is centralized here. No OCR coordinates or inline styling.
   ================================================================ */
.sheet-hero {
  padding: 66px 0 76px;
  background:
    radial-gradient(circle at 25% 43%, rgba(82, 139, 226, .10), transparent 22rem),
    linear-gradient(110deg, #ffffff 0%, #f8fbff 100%);
}

.sheet-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(460px, .95fr);
  gap: 74px;
  align-items: center;
}

.trust-line {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
  color: #192641;
  font-size: 14px;
}

.trust-line strong { color: #172238; }
.trust-line strong::first-letter { color: #09a66b; }

.sheet-hero h1 {
  max-width: 650px;
  margin: 0 0 24px;
  color: #121a2a;
  font-size: clamp(44px, 4.5vw, 72px);
  line-height: 1.04;
  letter-spacing: -2.6px;
}

.sheet-hero__copy > p:not(.eyebrow) {
  max-width: 665px;
  margin: 0;
  color: #243b5a;
  font-size: 19px;
  line-height: 1.6;
}

.sheet-hero__checks {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 34px 0;
  list-style: none;
  color: #223c61;
  font-size: 16px;
  font-weight: 600;
}

.sheet-hero__checks li {
  position: relative;
  padding-left: 32px;
}

.sheet-hero__checks li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 3px;
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  border-radius: 50%;
  background: var(--blue);
  color: #fff;
  font-size: 12px;
}

.sheet-hero__actions { display: flex; flex-wrap: wrap; gap: 16px; }

.sheet-quote-card {
  overflow: hidden;
  border: 1px solid #e0e6ef;
  background: #ffffff;
  box-shadow: 0 24px 52px rgba(29, 59, 100, .13);
}

.sheet-quote-card h2 {
  margin: 0;
  padding: 34px 34px 12px;
  text-align: center;
  font-size: 26px;
  line-height: 1.15;
}

.sheet-quote-card > img {
  height: 170px;
  padding: 8px 52px 0;
  object-fit: contain;
}

.sheet-upload-box {
  display: grid;
  justify-items: center;
  gap: 8px;
  margin: 26px 34px 34px;
  padding: 30px 20px;
  border: 1px dashed #cbd6e4;
  background: #fffaf7;
  color: #6d7888;
  text-align: center;
}

.sheet-upload-box__icon {
  color: #4d8df1;
  font-size: 36px;
  line-height: 1;
}

.sheet-upload-box strong { color: #677486; font-size: 18px; }
.sheet-upload-box small { color: #a5aeb9; font-size: 12px; }

.sheet-client-logos { padding: 32px 0; border-bottom: 1px solid #e6eaf0; background: #fff; }
.sheet-client-logos__row { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-around; gap: 24px; color: #687484; font-size: 17px; font-weight: 800; letter-spacing: .5px; }
.sheet-client-logos__row span:nth-child(2) { font-weight: 600; letter-spacing: 0; }
.sheet-client-logos__row span:nth-child(4) { font-style: italic; letter-spacing: -1px; }

.sheet-capability-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.sheet-capability-card { display: flex; flex-direction: column; min-height: 100%; border: 1px solid #e2e7ee; background: #fff; }
.sheet-capability-card > img { height: 230px; object-fit: cover; }
.sheet-capability-card > div { display: flex; flex: 1; flex-direction: column; padding: 24px; }
.sheet-capability-card h3 { margin: 0 0 14px; font-size: 22px; }
.sheet-capability-card p { margin: 0; color: #344d6d; }
.sheet-card-actions { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: auto; padding-top: 25px; }
.sheet-card-actions .button { white-space: nowrap; }

/* Supplier collaboration network — light, image-free redesign */
.sheet-network {
  position: relative;
  overflow: hidden;
  padding: 94px 0 52px;
  background:
    radial-gradient(circle at 86% 18%, rgba(66, 130, 234, .12), transparent 22rem),
    linear-gradient(135deg, #ffffff 0%, #f4f8ff 100%);
}

.sheet-network::before {
  position: absolute;
  top: -300px;
  right: -220px;
  width: 760px;
  height: 760px;
  border: 1px solid rgba(56, 121, 226, .08);
  border-radius: 50%;
  box-shadow:
    0 0 0 58px rgba(56, 121, 226, .045),
    0 0 0 116px rgba(56, 121, 226, .028),
    0 0 0 174px rgba(56, 121, 226, .018);
  content: '';
  pointer-events: none;
}

.sheet-network .container {
  position: relative;
  z-index: 1;
}

.sheet-network__top {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(500px, 1.12fr);
  gap: 72px;
  align-items: center;
}

.sheet-network__copy .eyebrow {
  margin-bottom: 16px;
  color: #1767d8;
}

.sheet-network__copy .eyebrow::after {
  display: block;
  width: 48px;
  height: 2px;
  margin-top: 12px;
  background: #2875eb;
  content: '';
}

.sheet-network h2 {
  max-width: 600px;
  margin: 0 0 26px;
  color: #102342;
  font-size: clamp(40px, 4.1vw, 62px);
  line-height: 1.04;
  letter-spacing: -2.5px;
}

.sheet-network h2 span {
  display: block;
  color: #2875eb;
}

.sheet-network__copy > p:not(.eyebrow) {
  max-width: 625px;
  margin: 0 0 18px;
  color: #405572;
  font-size: 17px;
  line-height: 1.7;
}

.sheet-network__copy > p:last-child {
  margin-bottom: 0;
}

.sheet-network__visual {
  position: relative;
  min-height: 412px;
  overflow: hidden;
}

.sheet-network__visual::before {
  position: absolute;
  top: 18px;
  right: 0;
  bottom: 16px;
  left: 0;
  border-radius: 50%;
  background: radial-gradient(circle at center, rgba(255,255,255,0) 0 27%, rgba(77, 140, 239, .035) 71%, rgba(77, 140, 239, .1) 100%);
  content: '';
}

.sheet-network__map {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.sheet-network__map .network-world-map {
  opacity: 1;
}

.sheet-network__map .network-world-fill {
  fill: #edf4ff;
  stroke: #c7dcfb;
  stroke-width: .7;
  stroke-linejoin: round;
  opacity: .9;
}

.sheet-network__map .network-world-dots {
  fill: url(#sheet-network-dots);
  opacity: .96;
}

.sheet-network__map .network-route {
  fill: none;
  stroke: #2a75e8;
  stroke-width: 2;
  stroke-linecap: round;
  opacity: .68;
}

.sheet-network__map .network-route--soft {
  stroke-dasharray: 5 7;
  opacity: .34;
}

.sheet-network__map .network-pin path {
  fill: #2875eb;
  filter: drop-shadow(0 5px 6px rgba(30, 100, 220, .18));
}

.sheet-network__map .network-pin circle {
  fill: #ffffff;
}

.sheet-network__map .network-hub circle {
  fill: #ffffff;
  stroke: #2875eb;
  stroke-width: 5;
}

.sheet-network__map .network-hub circle:last-child {
  fill: #2875eb;
  stroke: none;
}

.sheet-network__benefits {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 36px 0 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid #e0e9f5;
  border-radius: 18px;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 14px 36px rgba(28, 74, 140, .08);
  list-style: none;
}

.sheet-network__benefits li {
  position: relative;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 15px;
  min-height: 136px;
  align-items: center;
  padding: 23px 22px;
}

.sheet-network__benefits li:not(:last-child)::after {
  position: absolute;
  top: 24px;
  right: 0;
  width: 1px;
  height: calc(100% - 48px);
  background: #dce7f4;
  content: '';
}

.sheet-network__benefit-icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 50%;
  background: #edf4ff;
}

.sheet-network__benefit-icon svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: #2875eb;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.sheet-network__benefits strong {
  display: block;
  margin-bottom: 6px;
  color: #162c4d;
  font-size: 15px;
  line-height: 1.3;
}

.sheet-network__benefits p {
  margin: 0;
  color: #667991;
  font-size: 13px;
  line-height: 1.55;
}

.sheet-finishes__heading {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .85fr);
  gap: 56px;
  align-items: end;
  margin-bottom: 30px;
}

.sheet-finishes__heading .eyebrow {
  margin-bottom: 16px;
  color: #1767d8;
}

.sheet-finishes__heading .eyebrow::after {
  display: block;
  width: 48px;
  height: 2px;
  margin-top: 12px;
  background: #2875eb;
  content: '';
}

.sheet-finishes__heading h2 {
  max-width: 700px;
  margin: 0;
  color: #102342;
  font-size: clamp(38px, 4vw, 60px);
  line-height: 1.04;
  letter-spacing: -2.4px;
}

.sheet-finishes__heading > p {
  max-width: 510px;
  margin: 0 0 4px;
  color: #405572;
  font-size: 17px;
  line-height: 1.66;
}

.sheet-finish-filters {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

.sheet-finish-filters li {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 14px;
  border: 1px solid #e2eaf5;
  border-radius: 8px;
  background: rgba(255, 255, 255, .75);
  color: #506681;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.sheet-finish-filters li.is-active {
  border-color: #2875eb;
  background: #2875eb;
  color: #ffffff;
  box-shadow: 0 8px 18px rgba(40, 117, 235, .18);
}

.sheet-finish-filter-icon {
  display: inline-grid;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  place-items: center;
}

.sheet-finish-filter-icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.sheet-finish-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  border: 0;
  background: transparent;
}

.sheet-finish-grid article {
  display: flex;
  min-height: 338px;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #dfe7f2;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(20, 57, 106, .045);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.sheet-finish-grid article:hover {
  border-color: #b9d3f6;
  box-shadow: 0 15px 30px rgba(20, 57, 106, .1);
  transform: translateY(-4px);
}

.sheet-finish-card__media {
  display: grid;
  height: 142px;
  place-items: center;
  margin: 14px 14px 0;
  overflow: hidden;
  border-radius: 9px;
  background: linear-gradient(135deg, #f5f8fc, #edf3fa);
}

.sheet-finish-card__media img {
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: contain;
  object-position: center;
}

.sheet-finish-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 18px 18px 17px;
}

.sheet-finish-grid h3 {
  margin: 0 0 9px;
  color: #132b4c;
  font-size: 18px;
  line-height: 1.25;
  letter-spacing: -.02em;
}

.sheet-finish-grid p {
  margin: 0;
  color: #566b86;
  font-size: 14px;
  line-height: 1.55;
}

.sheet-finish-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: auto 0 0;
  padding: 16px 0 0;
  list-style: none;
}

.sheet-finish-tags li {
  padding: 5px 9px;
  border: 1px solid #dde8f7;
  border-radius: 5px;
  background: #f3f7fd;
  color: #3f6599;
  font-size: 12px;
  line-height: 1.1;
}

.sheet-finish-support {
  display: grid;
  grid-template-columns: 1.18fr repeat(3, minmax(0, 1fr));
  gap: 20px;
  align-items: center;
  margin-top: 20px;
  padding: 20px 24px;
  border: 1px solid #dce8f8;
  border-radius: 14px;
  background: rgba(255, 255, 255, .74);
}

.sheet-finish-support__lead,
.sheet-finish-support__item {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 13px;
  align-items: center;
}

.sheet-finish-support__item {
  position: relative;
}

.sheet-finish-support__item::before {
  position: absolute;
  top: 50%;
  left: -10px;
  width: 1px;
  height: 58px;
  background: #dde7f3;
  content: '';
  transform: translateY(-50%);
}

.sheet-finish-support__icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 50%;
  background: #edf4ff;
  color: #2875eb;
}

.sheet-finish-support__icon svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.sheet-finish-support strong {
  display: block;
  margin-bottom: 4px;
  color: #17304f;
  font-size: 15px;
  line-height: 1.25;
}

.sheet-finish-support p {
  margin: 0;
  color: #61748c;
  font-size: 13px;
  line-height: 1.48;
}

.sheet-finish-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  margin-top: 24px;
}

.sheet-finish-actions .button {
  min-height: 48px;
}

.sheet-finish-actions .text-link {
  font-size: 15px;
}

@media (max-width: 1100px) {
  .sheet-finishes__heading { gap: 38px; }
  .sheet-finish-filters { grid-template-columns: repeat(3, 1fr); }
  .sheet-finish-support { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sheet-finish-support__item::before { display: none; }
}

@media (max-width: 800px) {
  .sheet-finishes__heading > p { max-width: 680px; }
}

@media (max-width: 560px) {
  .sheet-finishes__heading h2 { font-size: 39px; letter-spacing: -1.7px; }
  .sheet-finish-filters { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sheet-finish-filters li:last-child { grid-column: span 2; }
  .sheet-finish-grid { grid-template-columns: 1fr; }
  .sheet-finish-grid article { min-height: 0; }
  .sheet-finish-card__media { height: 176px; }
  .sheet-finish-support { grid-template-columns: 1fr; padding: 20px; }
  .sheet-finish-actions { align-items: stretch; flex-direction: column; gap: 14px; }
  .sheet-finish-actions .button, .sheet-finish-actions .text-link { justify-content: center; }
}


.sheet-applications { background: linear-gradient(90deg, #fff3e9, #fff6ee); }
.sheet-applications__layout { display: grid; grid-template-columns: 1fr 1fr; gap: 88px; }
.sheet-applications__layout .section-heading h2 { margin-bottom: 18px; }
.sheet-applications__layout .section-heading p { color: #4c6078; }
.sheet-applications__list { display: grid; gap: 20px; padding: 0; margin: 34px 0 0; list-style: none; color: #2f4663; }
.sheet-applications__list li { position: relative; padding-left: 35px; }
.sheet-applications__list li::before { content: '✓'; position: absolute; top: 3px; left: 0; display: grid; width: 22px; height: 22px; place-items: center; border-radius: 50%; background: var(--blue); color: #fff; font-size: 12px; }
.sheet-industry-tags { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; padding: 0; margin: 5px 0 24px; }
.sheet-industry-tags span { display: grid; min-height: 96px; place-items: center; background: rgba(255,255,255,.85); color: #1d3452; text-align: center; font-weight: 700; }
.sheet-why__grid article { background: #17273e; color: #fff; }
.sheet-why__grid img { height: 235px; object-fit: cover; }
.sheet-why__grid article > div { min-height: 248px; padding: 30px; }
.sheet-why__grid article:nth-child(2) > div { background: #478aea; }
.sheet-why__grid article:nth-child(3) > div { background: #aebdcb; color: #162743; }
.sheet-why__grid h3 { margin: 0 0 12px; color: inherit; font-size: 25px; }
.sheet-why__grid p:not(.card-number) { margin: 0; color: inherit; }

.sheet-explainer__layout { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.sheet-video-placeholder { position: relative; display: grid; min-height: 360px; place-items: center; padding: 34px; overflow: hidden; background: linear-gradient(135deg, #07111f, #263d5e), url('assets/sheet-metal/laser-cutting.jpg') center / cover; background-blend-mode: overlay; color: #fff; text-align: center; box-shadow: 0 16px 38px rgba(8, 29, 57, .2); }
.sheet-video-placeholder::before { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,17,31,.62), rgba(7,17,31,.28)); }
.sheet-video-placeholder > * { position: relative; z-index: 1; }
.sheet-video-placeholder__play { display: grid; width: 72px; height: 72px; place-items: center; border-radius: 50%; background: #e52323; padding-left: 5px; font-size: 27px; }
.sheet-video-placeholder p { max-width: 310px; margin: 20px 0 0; font-weight: 700; }
.sheet-explainer__media { margin: 0; min-height: 360px; overflow: hidden; border-radius: 18px; background: #edf2f7; box-shadow: 0 16px 38px rgba(8, 29, 57, .16); aspect-ratio: 1.5 / 1; }
.sheet-explainer__media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.sheet-explainer h2 { margin: 8px 0 20px; font-size: 40px; }
.sheet-explainer h3 { margin: 24px 0 10px; font-size: 22px; }
.sheet-explainer p { color: #4b5f76; }

.sheet-resource-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.sheet-resource-grid article { background: #fff; border: 1px solid #e2e7ee; }
.sheet-resource-grid img { height: 230px; object-fit: cover; }
.sheet-resource-grid div { padding: 22px; }
.sheet-resource-grid h3 { margin: 0 0 10px; font-size: 23px; line-height: 1.28; }
.sheet-resource-grid p { margin: 0; color: #516277; }

@media (max-width: 1100px) {
  .sheet-hero__grid,
  .sheet-applications__layout,
  .sheet-explainer__layout { grid-template-columns: 1fr; gap: 46px; }
  .sheet-network__top { grid-template-columns: 1fr; gap: 22px; }
  .sheet-network__visual { min-height: 350px; }
  .sheet-network__benefits { grid-template-columns: repeat(3, 1fr); }
  .sheet-network__benefits li:nth-child(3)::after { display: none; }
  .sheet-finish-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 800px) {
  .sheet-hero { padding: 48px 0 56px; }
  .sheet-hero__grid { grid-template-columns: 1fr; }
  .sheet-capability-grid,
  .sheet-production-grid,
  .sheet-why__grid,
  .sheet-resource-grid { grid-template-columns: 1fr; }
  .sheet-capability-card > img { height: 260px; }
  .sheet-network { padding: 70px 0 42px; }
  .sheet-network__benefits { grid-template-columns: repeat(2, 1fr); }
  .sheet-network__benefits li::after { display: none; }
  .sheet-finishes__heading { grid-template-columns: 1fr; gap: 20px; }
  .sheet-finish-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 520px) {
  .sheet-hero h1 { font-size: 43px; letter-spacing: -1.5px; }
  .sheet-hero__copy > p:not(.eyebrow) { font-size: 17px; }
  .sheet-hero__actions { flex-direction: column; }
  .sheet-hero__actions .button { width: 100%; }
  .sheet-quote-card > img { height: 136px; padding: 6px 28px 0; }
  .sheet-quote-card h2 { padding: 29px 20px 10px; font-size: 24px; }
  .sheet-upload-box { margin: 22px 20px 24px; }
  .sheet-network { padding: 58px 0 34px; }
  .sheet-network h2 { font-size: 41px; letter-spacing: -1.8px; }
  .sheet-network__copy > p:not(.eyebrow) { font-size: 16px; }
  .sheet-network__visual { min-height: 245px; }
  .sheet-network__benefits { grid-template-columns: 1fr; }
  .sheet-network__benefits li { min-height: 104px; padding: 20px; }
  .sheet-finish-grid { grid-template-columns: 1fr; }
  .sheet-finish-grid article { min-height: 0; }
  .sheet-production-card > div { min-height: 0; }
  .sheet-industry-tags { grid-template-columns: repeat(2, 1fr); }
  .sheet-tolerances th, .sheet-tolerances td { min-width: 160px; }
  .sheet-explainer__media { min-height: 280px; aspect-ratio: 4 / 3; }
  .sheet-explainer h2 { font-size: 33px; }
}


/* ------------------------------------------------------------------
   3D Printing page — semantic sections and responsive visual layout
   ------------------------------------------------------------------ */
.print-hero { padding: 56px 0 0; background: linear-gradient(90deg, #fff 0%, #fff 48%, #f8f8fb 100%); }
.print-hero__grid { display: grid; grid-template-columns: minmax(0, .94fr) minmax(0, 1.06fr); gap: 62px; align-items: center; min-height: 560px; }
.print-hero__copy > p { max-width: 610px; font-size: 18px; color: #1f3550; }
.check-list--compact { gap: 12px; margin: 0; }
.print-quote-card { padding: 28px; border: 1px solid #e1e5ea; border-radius: 8px; background: #fff; box-shadow: 0 14px 40px rgba(16, 33, 61, .06); text-align: center; }
.print-quote-card h2 { margin-bottom: 21px; font-size: 29px; }
.print-quote-card > img { width: min(100%, 740px); height: 190px; margin: 0 auto 20px; object-fit: contain; }
.upload-panel { display: grid; min-height: 230px; align-content: center; justify-items: center; gap: 9px; padding: 24px; border: 1px dashed #d9dde5; background: #fffdfd; color: #606979; }
.upload-panel__icon { color: #4a91ef; font-size: 44px; line-height: 1; }
.upload-panel strong { font-size: 18px; }
.upload-panel small { color: #9aa4b1; }
.print-technologies {
  padding: 94px 0;
  background: #ffffff;
}

.print-technologies .section-heading {
  max-width: 1120px;
  margin-bottom: 42px;
}

.print-technologies .section-heading h2 {
  margin-bottom: 17px;
}

.print-technologies .section-heading > p:last-child {
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
  color: #4e627c;
  font-size: 17px;
  line-height: 1.62;
}

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

.print-technology-card {
  display: flex;
  min-height: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #dfe7f1;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(18, 54, 101, .045);
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.print-technology-card:hover {
  border-color: #b8d2f6;
  box-shadow: 0 16px 32px rgba(18, 54, 101, .11);
  transform: translateY(-4px);
}

.print-technology-card > img,
.print-technology-card__image {
  display: block;
  width: 100%;
  height: 224px;
  padding: 0;
  border-bottom: 1px solid #edf1f6;
  background: #f6f8fb;
  object-fit: contain;
  object-position: center;
}

/* Technology visuals are dedicated SVG illustrations rather than reused photos.
   This keeps the SLA, MJF, SLS and metal cards visually accurate and prevents cropping. */
.print-technology-card:nth-child(1) .print-technology-card__image { background: linear-gradient(135deg, #fdfefe, #ecf6ff); }
.print-technology-card:nth-child(2) .print-technology-card__image { background: linear-gradient(135deg, #fbfcfd, #eef2f5); }
.print-technology-card:nth-child(3) .print-technology-card__image { background: linear-gradient(135deg, #ffffff, #f0f2f4); }
.print-technology-card:nth-child(4) .print-technology-card__image { background: linear-gradient(135deg, #fcfcfd, #ebedf1); }

.print-technology-card > div {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 24px 24px 25px;
}

.print-technology-card h3 {
  margin: 0 0 12px;
  color: #122a4b;
  font-size: 24px;
  line-height: 1.18;
  letter-spacing: -.025em;
}

.print-technology-card p {
  margin: 0;
  color: #516780;
  font-size: 15px;
  line-height: 1.62;
}

.print-technology-card .button {
  width: 100%;
  min-height: 44px;
  margin-top: 24px;
  padding: 0 16px;
  text-align: center;
}

@media (max-width: 1100px) {
  .print-technology-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .print-technologies {
    padding: 68px 0;
  }

  .print-technology-grid {
    grid-template-columns: 1fr;
  }

  .print-technology-card > img {
    height: 230px;
  }
}
/* ------------------------------------------------------------------
   3D Printing supplier collaboration network — light, image-free redesign
   ------------------------------------------------------------------ */
.print-network {
  position: relative;
  overflow: hidden;
  padding: 94px 0 52px;
  background:
    radial-gradient(circle at 87% 18%, rgba(66, 130, 234, .12), transparent 22rem),
    linear-gradient(135deg, #ffffff 0%, #f4f8ff 100%);
}

.print-network::before {
  position: absolute;
  top: -300px;
  right: -220px;
  width: 760px;
  height: 760px;
  border: 1px solid rgba(56, 121, 226, .08);
  border-radius: 50%;
  box-shadow:
    0 0 0 58px rgba(56, 121, 226, .045),
    0 0 0 116px rgba(56, 121, 226, .028),
    0 0 0 174px rgba(56, 121, 226, .018);
  content: '';
  pointer-events: none;
}

.print-network .container {
  position: relative;
  z-index: 1;
}

.print-network__top {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(500px, 1.12fr);
  gap: 72px;
  align-items: center;
}

.print-network__copy .eyebrow {
  margin-bottom: 16px;
  color: #1767d8;
}

.print-network__copy .eyebrow::after {
  display: block;
  width: 48px;
  height: 2px;
  margin-top: 12px;
  background: #2875eb;
  content: '';
}

.print-network h2 {
  max-width: 600px;
  margin: 0 0 26px;
  color: #102342;
  font-size: clamp(40px, 4.1vw, 62px);
  line-height: 1.04;
  letter-spacing: -2.5px;
}

.print-network h2 span {
  display: block;
  color: #2875eb;
}

.print-network__copy > p:not(.eyebrow) {
  max-width: 625px;
  margin: 0 0 18px;
  color: #405572;
  font-size: 17px;
  line-height: 1.7;
}

.print-network__copy > p:last-child {
  margin-bottom: 0;
}

.print-network__visual {
  position: relative;
  min-height: 412px;
  overflow: hidden;
}

.print-network__visual::before {
  position: absolute;
  top: 18px;
  right: 0;
  bottom: 16px;
  left: 0;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, rgba(255,255,255,0) 0 27%, rgba(77, 140, 239, .035) 71%, rgba(77, 140, 239, .1) 100%);
  content: '';
}

.print-network__map {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.print-network__world-map {
  opacity: 1;
}

/* Natural Earth country paths: a continuous, geographically recognisable world map. */
.print-network__world-land path {
  fill: url(#print-network-dots);
  stroke: #bdd7ff;
  stroke-width: .55;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}

.print-network__route {
  fill: none;
  stroke: #2a75e8;
  stroke-width: 2.5;
  stroke-linecap: round;
  opacity: .72;
}

.print-network__route--soft {
  stroke-dasharray: 7 8;
  opacity: .36;
}

.print-network__pin path {
  fill: #2875eb;
  filter: drop-shadow(0 5px 6px rgba(30, 100, 220, .18));
}

.print-network__pin circle {
  fill: #ffffff;
}

.print-network__hub circle {
  fill: #ffffff;
  stroke: #2875eb;
  stroke-width: 6;
}

.print-network__hub circle:last-child {
  fill: #2875eb;
  stroke: none;
}

.print-network__benefits {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 36px 0 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid #e0e9f5;
  border-radius: 18px;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 14px 36px rgba(28, 74, 140, .08);
  list-style: none;
}

.print-network__benefits li {
  position: relative;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 15px;
  min-height: 136px;
  align-items: center;
  padding: 23px 22px;
}

.print-network__benefits li:not(:last-child)::after {
  position: absolute;
  top: 24px;
  right: 0;
  width: 1px;
  height: calc(100% - 48px);
  background: #dce7f4;
  content: '';
}

.print-network__benefit-icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 50%;
  background: #edf4ff;
}

.print-network__benefit-icon svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: #2875eb;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.print-network__benefits strong {
  display: block;
  margin-bottom: 6px;
  color: #162c4d;
  font-size: 15px;
  line-height: 1.3;
}

.print-network__benefits p {
  margin: 0;
  color: #667991;
  font-size: 13px;
  line-height: 1.55;
}

@media (max-width: 1100px) {
  .print-network__top {
    grid-template-columns: 1fr;
  }

  .print-network__visual {
    min-height: 350px;
  }

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

  .print-network__benefits li:nth-child(3)::after {
    display: none;
  }
}

@media (max-width: 800px) {
  .print-network {
    padding: 70px 0 42px;
  }

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

@media (max-width: 520px) {
  .print-network {
    padding: 58px 0 34px;
  }

  .print-network h2 {
    font-size: 41px;
    letter-spacing: -1.8px;
  }

  .print-network__copy > p:not(.eyebrow) {
    font-size: 16px;
  }

  .print-network__visual {
    min-height: 245px;
  }

  .print-network__benefits {
    grid-template-columns: 1fr;
  }

  .print-network__benefits li {
    min-height: 104px;
    padding: 20px;
  }
}

.print-finishes__heading { display: grid; grid-template-columns: 1fr .96fr; gap: 90px; margin-bottom: 46px; }
.print-finishes__heading p { margin: 0; color: #263951; font-size: 18px; }
.print-finish-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid #aeb7c0; background: #fff; }
.print-finish-grid article { min-height: 505px; padding: 43px 40px; border-right: 1px solid #aeb7c0; }
.print-finish-grid article:last-child { border-right: 0; }
.print-finish-grid h3 { margin: 0 0 24px; font-size: 21px; }
.print-finish-grid img { height: 185px; margin-bottom: 26px; object-fit: cover; }
.print-finish-grid p { margin: 0; color: #233750; }
.center-action { margin: 34px 0 0; text-align: center; }
.print-capabilities table th:first-child { width: 21%; }
.print-industries__grid > div > p { max-width: 540px; color: #35445a; }
.industry-pill-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.industry-pill-grid a { display: grid; min-height: 112px; place-items: center; padding: 18px; border-radius: 18px; background: rgba(255,255,255,.88); color: #1a2e48; font-weight: 700; text-align: center; text-decoration: none; }
.industry-pill-grid a:hover { color: #1765ca; box-shadow: 0 8px 20px rgba(51, 84, 130, .12); }
.print-why__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.print-why__grid article { min-height: 280px; padding: 31px 27px; background: linear-gradient(160deg, #111c2c, #2d455f); color: #fff; }
.print-why__grid article:nth-child(2) { background: linear-gradient(160deg, #4b9af7, #77b4ff); }
.print-why__grid article:nth-child(3) { background: linear-gradient(160deg, #687888, #33424e); }
.print-why__number { display: block; margin-bottom: 48px; color: #b3cdf0; font-size: 13px; font-weight: 800; }
.print-why__grid h3 { margin-bottom: 15px; color: #fff; font-size: 23px; }
.print-why__grid p { margin: 0; color: #edf4fc; }
.print-explainer__grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: 85px; align-items: center; }
.print-explainer__grid > div > p { max-width: 700px; color: #243850; font-size: 17px; }
.print-explainer__grid > img { height: 420px; object-fit: cover; }
.resource-grid { display: grid; gap: 20px; }
.resource-grid--three { grid-template-columns: repeat(3, 1fr); }
.resource-grid article { min-height: 220px; padding: 30px; border: 1px solid #e0e6ed; background: #fff; }
.resource-grid h3 { margin: 0 0 15px; font-size: 22px; line-height: 1.32; }
.resource-grid p { color: #516277; }

/* ------------------------------------------------------------------
   Die Casting page — semantic sections and responsive visual layout
   ------------------------------------------------------------------ */
.die-hero { padding: 66px 0; background: #fff; }
.die-hero__grid { display: grid; grid-template-columns: .93fr 1.07fr; gap: 96px; align-items: center; min-height: 570px; }
.die-hero__copy > p { max-width: 670px; color: #203750; font-size: 18px; }
.die-hero__media { margin: 0; }
.die-hero__media img { height: 560px; border-radius: 11px; object-fit: cover; }
.client-logo-line { display: flex; flex-wrap: wrap; justify-content: center; gap: 32px 55px; margin-bottom: 70px; color: #78818f; font-size: 17px; font-weight: 800; }
.die-network__grid > div > p { max-width: 720px; color: #2d4057; font-size: 17px; }
.die-network__stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; margin: 0; }
.die-network__stats div { padding: 23px; border-left: 4px solid #62a3f0; background: #f8fbff; }
.die-network__stats dt { color: #1d6bca; font-size: 34px; font-weight: 800; line-height: 1; }
.die-network__stats dd { margin: 10px 0 0; color: #526278; }
.die-network__gallery { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; margin-top: 45px; }
.die-network__gallery img { height: 155px; object-fit: cover; }
.die-capabilities table { max-width: 1120px; margin: 0 auto; }
.die-capabilities table th { width: 27%; }
.die-parts__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.die-parts__grid figure { margin: 0; background: #fff; }
.die-parts__grid img { height: 240px; object-fit: cover; }
.die-parts__grid figcaption { padding: 15px; color: #273a53; font-size: 15px; font-weight: 700; text-align: center; }
.die-process__layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }
.die-process__layout > div > p { max-width: 600px; color: #2b4059; font-size: 17px; }
.process-chip-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 25px; }
.process-chip-row span { padding: 9px 12px; border: 1px solid #cad8e7; border-radius: 999px; color: #2a496e; font-size: 14px; font-weight: 700; }
.die-process__steps { display: grid; gap: 20px; }
.die-process__steps article { display: grid; grid-template-columns: 66px 1fr; column-gap: 18px; padding: 22px; border: 1px solid #dce6f0; background: #fbfdff; }
.die-process__steps strong { grid-row: span 2; color: #3d83e9; font-size: 30px; line-height: 1; }
.die-process__steps h3 { margin: 0 0 8px; font-size: 21px; }
.die-process__steps p { margin: 0; color: #53657a; }
.die-industries__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 75px; align-items: center; }
.die-industries__grid > div > p { color: #35445a; }
.die-quality__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 84px; align-items: center; }
.die-quality__grid > img { height: 470px; object-fit: cover; }
.die-quality__grid > div > p { color: #2b415b; }
.die-quality__grid h3 { margin: 19px 0 7px; font-size: 20px; }
.die-why__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.die-why__grid article { min-height: 265px; padding: 32px; border: 1px solid #e0e7ef; background: #fff; text-align: center; }
.die-why__grid span { display: grid; width: 43px; height: 43px; place-items: center; margin: 0 auto 23px; border-radius: 50%; background: #eaf3ff; color: #2e79dc; font-weight: 800; }
.die-why__grid h3 { margin: 0 0 13px; font-size: 22px; }
.die-why__grid p { margin: 0; color: #57687c; }
.die-explainer__grid { display: grid; grid-template-columns: 1.03fr .97fr; gap: 80px; align-items: center; }
.die-explainer__grid > img { height: 390px; object-fit: cover; }
.die-explainer__grid p { color: #2c415a; }
.die-resource-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.die-resource-grid article { overflow: hidden; border: 1px solid #e0e6ed; background: #fff; }
.die-resource-grid img { height: 180px; object-fit: cover; }
.die-resource-grid h3 { padding: 18px 20px 5px; margin: 0; font-size: 20px; line-height: 1.32; }
.die-resource-grid p { padding: 0 20px 18px; margin: 0; color: #66778b; font-size: 14px; }

@media (max-width: 1050px) {
  .print-hero__grid, .die-hero__grid, .print-network__top, .print-finishes__heading, .print-industries__grid, .print-explainer__grid, .print-benefits__grid, .die-network__grid, .die-process__layout, .die-industries__grid, .die-quality__grid, .die-explainer__grid { grid-template-columns: 1fr; gap: 42px; }
  .print-technology-grid, .print-finish-grid, .die-parts__grid { grid-template-columns: repeat(2, 1fr); }
  .print-finish-grid article { min-height: auto; border-bottom: 1px solid #aeb7c0; }
  .print-network__gallery, .die-network__gallery { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 800px) {
  .print-hero, .die-hero { padding: 32px 0 54px; }
  .print-hero__grid, .die-hero__grid { min-height: auto; }
  .print-quote-card, .die-hero__media img { height: auto; }
  .print-technology-grid, .print-finish-grid, .print-why__grid, .die-why__grid, .resource-grid--three, .die-resource-grid { grid-template-columns: 1fr; }
  .print-network__stats, .die-network__stats, .industry-pill-grid, .die-industry-grid { grid-template-columns: repeat(2, 1fr); }
  .print-network__gallery, .die-network__gallery { grid-template-columns: repeat(2, 1fr); }
  .print-finish-grid article { border-right: 0; }
  .print-explainer__grid > img, .die-quality__grid > img, .die-explainer__grid > img { height: auto; }
}
@media (max-width: 520px) {
  .print-network__stats, .die-network__stats, .industry-pill-grid, .die-industry-grid, .print-network__gallery, .die-network__gallery { grid-template-columns: 1fr; }
  .print-quote-card { padding: 20px; }
  .print-quote-card h2 { font-size: 24px; }
  .die-parts__grid { grid-template-columns: 1fr; }
}


/* ------------------------------------------------------------------
   Solution pages: NPI Solution and Rapid Prototyping
   Semantic HTML modules; content remains editable in the HTML files.
   ------------------------------------------------------------------ */
.section--dark { background: #212121; }
.check-list { display: grid; gap: 11px; padding: 0; margin: 26px 0; list-style: none; color: #203b5a; }
.check-list li { position: relative; padding-left: 29px; }
.check-list li::before { content: '✓'; position: absolute; top: 4px; left: 0; display: grid; width: 19px; height: 19px; place-items: center; border-radius: 50%; background: var(--blue); color: #fff; font-size: 11px; font-weight: 800; }

/* NPI Solution */
.npi-hero { overflow: hidden; padding: 68px 0 0; background: linear-gradient(90deg, #fff 0%, #fff 49%, #f3f5f8 100%); }
.npi-hero__grid { display: grid; grid-template-columns: .96fr 1.04fr; min-height: 570px; gap: 78px; align-items: center; }
.npi-hero__copy > p:not(.eyebrow):not(.npi-file-note) { max-width: 640px; color: #263d58; font-size: 18px; }
.npi-hero__copy h1 { max-width: 640px; color: #132541; }
.npi-hero__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 23px; margin-top: 28px; }
.npi-file-note { margin: 20px 0 0; color: #6d7c8e; font-size: 12px; font-weight: 700; letter-spacing: .04em; }
.npi-hero__media { align-self: stretch; margin: 0; overflow: hidden; }
.npi-hero__media img { width: 100%; height: 100%; min-height: 560px; object-fit: cover; object-position: center; }

.npi-challenges__grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.npi-challenges__grid article { min-height: 276px; padding: 26px 22px; border: 1px solid #d8e2ec; border-radius: 16px; background: #fff; }
.npi-challenges__grid span { display: grid; width: 36px; height: 36px; place-items: center; margin-bottom: 50px; border-radius: 50%; background: #e8f2ff; color: #2875d3; font-size: 12px; font-weight: 800; }
.npi-challenges__grid h3 { margin: 0 0 14px; font-size: 19px; line-height: 1.25; }
.npi-challenges__grid p { margin: 0; color: #52667e; font-size: 14px; line-height: 1.55; }

.npi-process { padding: 86px 0; }
.npi-process__timeline { display: grid; grid-template-columns: repeat(6, 1fr); gap: 0; padding: 0; margin: 40px 0 0; list-style: none; counter-reset: npi; }
.npi-process__timeline li { position: relative; display: grid; justify-items: center; gap: 13px; min-height: 128px; padding: 0 9px; text-align: center; }
.npi-process__timeline li:not(:last-child)::after { content: ''; position: absolute; top: 21px; left: 58%; width: 84%; height: 1px; background: #bdd1e7; }
.npi-process__timeline strong { position: relative; z-index: 1; display: grid; width: 44px; height: 44px; place-items: center; border-radius: 50%; background: #fff; border: 1px solid #a9c7e9; color: #2774cf; font-size: 13px; }
.npi-process__timeline span { max-width: 150px; color: #28415e; font-size: 14px; font-weight: 700; line-height: 1.35; }

.npi-project__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.npi-project__media { margin: 0; }
.npi-project__media img { min-height: 445px; object-fit: cover; }
.npi-project__grid > div > p:not(.eyebrow) { color: #344a66; font-size: 17px; }
.npi-project__points { display: grid; gap: 16px; margin: 26px 0 30px; }
.npi-project__points article { padding: 0 0 16px; border-bottom: 1px solid #dbe3ed; }
.npi-project__points h3 { margin: 0 0 7px; font-size: 19px; }
.npi-project__points p { margin: 0; color: #5e7084; font-size: 15px; }

.npi-why__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.npi-why__grid article { min-height: 240px; padding: 34px; background: #fff; border: 1px solid #e0e7ef; }
.npi-why__grid span { display: block; margin-bottom: 48px; color: #4a8bec; font-size: 13px; font-weight: 800; }
.npi-why__grid h3 { margin: 0 0 12px; font-size: 24px; }
.npi-why__grid p { margin: 0; color: #53677f; }

.npi-capabilities__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.npi-capabilities__grid article { border: 1px solid #dce4ed; background: #fff; }
.npi-capabilities__grid div { padding: 25px; }
.npi-capabilities__grid h3 { margin: 0 0 10px; font-size: 23px; }
.npi-capabilities__grid p { margin: 0; color: #52657d; }

.npi-quality { padding: 92px 0; background: #edf5ff; }
.npi-quality__grid { display: grid; grid-template-columns: 1fr .95fr; gap: 90px; align-items: center; }
.npi-quality__copy p:not(.eyebrow) { max-width: 630px; color: #334d6d; font-size: 17px; }
.npi-quality__media { margin: 0; }
.npi-quality__media img { min-height: 440px; object-fit: cover; }


.solution-cta { padding: 56px 0; background: #367ce1; }
.solution-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.solution-cta h2 { max-width: 820px; margin: 0; color: #fff; font-size: clamp(30px, 3.5vw, 48px); }
.solution-cta .eyebrow { margin-bottom: 9px; color: #cfe2ff; }
.solution-cta .button { flex: 0 0 auto; border-color: #fff; background: #fff; color: #2065c3; }
.solution-cta .button:hover { background: #edf5ff; }

/* Rapid Prototyping */
.prototype-hero { padding: 58px 0 0; background: #fff1e8; }
.prototype-hero__grid { display: grid; grid-template-columns: .96fr 1.04fr; gap: 88px; align-items: center; min-height: 560px; }
.prototype-hero__copy > p:not(.eyebrow):not(.prototype-file-note) { max-width: 640px; color: #314057; font-size: 18px; }
.prototype-hero__copy h1 { color: #172d50; }
.prototype-hero__actions { display: flex; flex-wrap: wrap; gap: 15px; margin-top: 28px; }
.prototype-file-note { margin: 20px 0 0; color: #6e7b89; font-size: 12px; font-weight: 700; }
.prototype-upload-card { overflow: hidden; max-width: 590px; justify-self: end; border: 1px solid #dce2e9; background: #fff; box-shadow: 0 15px 28px rgba(41, 47, 58, .08); }
.prototype-upload-card h2 { margin: 0; padding: 28px 32px 16px; font-size: 25px; }
.prototype-upload-card img { height: 260px; object-fit: cover; }
.prototype-upload-card__actions { display: flex; align-items: center; gap: 23px; padding: 22px 32px 8px; }
.prototype-upload-card > p { padding: 0 32px 25px; margin: 0; color: #657688; font-size: 14px; }

.prototype-definition__grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 90px; align-items: center; }
.prototype-definition__grid figure { margin: 0; }
.prototype-definition__grid img { min-height: 460px; object-fit: cover; }
.prototype-definition__grid > div > p:not(.eyebrow) { max-width: 670px; color: #38506b; font-size: 17px; }
.prototype-service-card { display: grid; grid-template-columns: 1.1fr .9fr; gap: 68px; align-items: center; padding: 42px; background: #fff; border: 1px solid #dfe6ee; }
.prototype-service-card--reverse { grid-template-columns: .9fr 1.1fr; }
.prototype-service-card > img { min-height: 390px; height: 100%; object-fit: cover; }
.prototype-table-wrap th, .prototype-table-wrap td { padding: 19px 22px; border-top: 1px solid #e4cdbb; vertical-align: top; text-align: left; }
.prototype-table-wrap th { width: 25%; color: #203c60; }
.prototype-table-wrap td { color: #46596c; }

.prototype-why__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 21px; }
.prototype-why__grid article { display: grid; grid-template-columns: .9fr 1.1fr; min-height: 290px; background: #1f2e44; color: #fff; }
.prototype-why__grid article:nth-child(2) { background: #4a8ced; }
.prototype-why__grid article:nth-child(3) { background: #99a8b8; color: #182d48; }
.prototype-why__grid div { padding: 30px 22px; }
.prototype-why__grid span { display: block; margin-bottom: 43px; color: #b8d5ff; font-size: 12px; font-weight: 800; }
.prototype-why__grid article:nth-child(3) span { color: #375e90; }
.prototype-why__grid h3 { margin: 0 0 11px; color: inherit; font-size: 23px; }
.prototype-why__grid p { margin: 0; color: inherit; font-size: 14px; line-height: 1.55; }

.prototype-support__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.prototype-support__grid article { min-height: 230px; padding: 31px; border: 1px solid #dbe4ed; background: #fff; }
.prototype-support__grid span { display: block; margin-bottom: 48px; color: #3f87e7; font-size: 13px; font-weight: 800; }
.prototype-support__grid h3 { margin: 0 0 12px; font-size: 24px; }
.prototype-support__grid p { margin: 0; color: #576c84; }

@media (max-width: 1100px) {
  .npi-hero__grid, .npi-project__grid, .npi-quality__grid, .prototype-hero__grid, .prototype-definition__grid { grid-template-columns: 1fr; gap: 46px; }
  .npi-hero__media img { min-height: 360px; }
  .npi-challenges__grid { grid-template-columns: repeat(3, 1fr); }
.prototype-upload-card { justify-self: stretch; max-width: none; }
  .prototype-service-card, .prototype-service-card--reverse { grid-template-columns: 1fr; gap: 30px; }
  .prototype-service-card--reverse > img { order: 2; }
  .prototype-why__grid { grid-template-columns: 1fr; }
  .prototype-why__grid article { grid-template-columns: .55fr 1.45fr; }
}
@media (max-width: 800px) {
  .npi-hero, .prototype-hero { padding: 40px 0 54px; }
  .npi-challenges__grid, .npi-capabilities__grid, .npi-why__grid, .prototype-support__grid { grid-template-columns: 1fr; }
  .npi-process__timeline { grid-template-columns: repeat(3, 1fr); gap: 25px 0; }
  .npi-process__timeline li:nth-child(3)::after { display: none; }
.prototype-service-card { padding: 29px; }
}
@media (max-width: 520px) {
  .npi-hero__actions, .prototype-hero__actions, .solution-cta__inner { flex-direction: column; align-items: stretch; }
  .npi-hero__actions .button, .prototype-hero__actions .button, .solution-cta .button { width: 100%; }
  .npi-process__timeline { grid-template-columns: 1fr; }
  .npi-process__timeline li::after { display: none; }
.prototype-why__grid article { grid-template-columns: 1fr; }
  .prototype-upload-card h2 { font-size: 23px; }
  .prototype-table-wrap th, .prototype-table-wrap td { min-width: 210px; }
}


/* ==========================================================================
   Aerospace page
   All aerospace page layout rules are grouped here. Text is in aerospace.html;
   visual-only photography is in assets/aerospace/.
   ========================================================================== */

.aerospace-hero h1 span {
  margin-left: 72px;
}

.aerospace-hero h1 span::before {
  content: '';
  width: 58px;
  height: 5px;
  margin: 0 13px 15px -72px;
  background: var(--blue);
  vertical-align: middle;
}

.aerospace-hero__card > p:not(.aerospace-hero__eyebrow) {
  margin-bottom: 28px;
}

.aerospace-hero__media {
  align-self: stretch;
}
.aerospace-why__intro h2,
.aerospace-applications h2,
.aerospace-industries h2,
.aerospace-roadmap h2 { margin-bottom: 26px; font-size: clamp(42px, 4.3vw, 64px); }
.aerospace-why__intro h2 span,
.aerospace-applications h2 span,
.aerospace-industries h2 span,
.aerospace-roadmap h2 span { display: block; }
.aerospace-why__intro h2::after,
.aerospace-applications h2::after,
.aerospace-industries h2::after,
.aerospace-roadmap h2::after {
  content: '';
  display: inline-block;
  width: 64px;
  height: 4px;
  margin: 0 0 12px 12px;
  background: var(--blue);
}
.aerospace-why__intro > p { max-width: 790px; margin: 0; color: #263750; font-size: 18px; line-height: 1.55; }
.aerospace-why-card { position: relative; min-height: 570px; overflow: hidden; background: #17202f; }
.aerospace-why-card > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .88; }
.aerospace-why-card > div { position: absolute; left: 0; bottom: 0; width: 78%; min-height: 71%; padding: 30px; color: #fff; }
.aerospace-why-card--dark > div { background: #141414; }
.aerospace-why-card--blue > div { background: #56a2f5; }
.aerospace-why-card--gray > div { background: #aab7c6; }
.aerospace-why-card .card-index { margin-bottom: 22px; color: #4a9bf2; font-size: 16px; font-weight: 700; }
.aerospace-why-card--blue .card-index { color: #d9ecff; }
.aerospace-why-card h3 { margin-bottom: 20px; color: #fff; font-size: 34px; font-weight: 500; line-height: 1.06; letter-spacing: -.045em; }
.aerospace-why-card > div > p:last-child { margin: 0; color: #fff; font-size: 15px; line-height: 1.57; }
.aerospace-roadmap__heading { align-items: start; justify-content: space-between; gap: 34px; }
.aerospace-roadmap__mark { place-items: center; width: 74px; height: 74px; color: var(--blue); font-size: 64px; line-height: 1; }
.aerospace-roadmap__grid article { position: relative; padding: 36px 28px 12px; }
.aerospace-roadmap__grid article::before { content: ''; position: absolute; top: 0; left: 0; width: 46px; height: 46px; border: 2px solid #253854; border-radius: 50%; opacity: .8; }
.aerospace-roadmap__grid article:last-child { grid-column: 1 / 2; }
.aerospace-roadmap__grid h3 { display: inline; margin: 0; color: #14233b; font-size: 24px; }
.aerospace-roadmap__grid article > p:not(.roadmap-number) { margin: 18px 0; color: #2c405a; font-size: 16px; line-height: 1.58; }
.aerospace-roadmap__grid ul { display: grid; gap: 7px; margin: 0; padding: 0; list-style: none; color: #2a3d56; font-size: 15px; }
.aerospace-roadmap__grid li { position: relative; padding-left: 22px; }
.aerospace-roadmap__grid li::before { content: '✓'; position: absolute; left: 0; color: var(--blue); font-weight: 800; }

.aerospace-services {
  position: relative;
  overflow: hidden;
  padding: 88px 0 92px;
  background:
    radial-gradient(circle at 88% 6%, rgba(71, 139, 235, .13), transparent 24rem),
    radial-gradient(circle at 8% 88%, rgba(71, 139, 235, .06), transparent 25rem),
    linear-gradient(180deg, #fbfdff 0%, #f4f8fd 100%);
}

.aerospace-services::before {
  content: "";
  position: absolute;
  top: -150px;
  right: -180px;
  width: 620px;
  height: 620px;
  border: 1px solid rgba(58, 126, 228, .12);
  border-radius: 50%;
  box-shadow:
    0 0 0 58px rgba(58, 126, 228, .05),
    0 0 0 116px rgba(58, 126, 228, .025);
  pointer-events: none;
}

.aerospace-services .container {
  position: relative;
  z-index: 1;
}

.aerospace-services__heading {
  max-width: 980px;
  margin: 0 auto 42px;
  text-align: center;
}

.aerospace-services__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 0 0 20px;
  color: #2875eb;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .15em;
  line-height: 1.2;
}

.aerospace-services__eyebrow span {
  display: inline-block;
  width: 48px;
  height: 3px;
  border-radius: 999px;
  background: #2875eb;
}

.aerospace-services__heading h2 {
  margin: 0 0 20px;
  color: #0d1b3c;
  font-size: clamp(42px, 4.8vw, 68px);
  font-weight: 800;
  line-height: 1.03;
  letter-spacing: -.055em;
}

.aerospace-services__lead {
  max-width: 790px;
  margin: 0 auto 12px;
  color: #182746;
  font-size: clamp(17px, 1.45vw, 20px);
  font-weight: 700;
  line-height: 1.5;
}

.aerospace-services__intro {
  max-width: 760px;
  margin: 0 auto;
  color: #526780;
  font-size: 15px;
  line-height: 1.62;
}

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

.aerospace-service-grid article {
  display: flex;
  flex-direction: column;
  min-height: 408px;
  padding: 28px 28px 22px;
  overflow: hidden;
  border: 1px solid #dce6f2;
  border-radius: 14px;
  background: rgba(255, 255, 255, .95);
  box-shadow: 0 8px 22px rgba(23, 55, 101, .045);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.aerospace-service-grid article:hover {
  transform: translateY(-5px);
  border-color: #b8d3f8;
  box-shadow: 0 16px 30px rgba(23, 55, 101, .11);
}

.aerospace-service-grid h3 {
  margin: 0 0 20px;
  font-size: 20px;
  line-height: 1.18;
  letter-spacing: -.025em;
}

.aerospace-service-grid h3 a {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  color: #101e3d;
  text-decoration: none;
}

.aerospace-service-grid h3 a:hover {
  color: #176ce2;
}

.aerospace-service-card__arrow {
  flex: 0 0 auto;
  color: #2875eb;
  font-size: 28px;
  font-weight: 400;
  line-height: .8;
  transition: transform .2s ease;
}

.aerospace-service-grid h3 a:hover .aerospace-service-card__arrow {
  transform: translateX(5px);
}

.aerospace-service-grid p {
  margin: 0;
  color: #506682;
  font-size: 14px;
  line-height: 1.6;
}

.aerospace-service-grid img {
  width: 100%;
  height: 142px;
  margin-top: auto;
  padding-top: 18px;
  object-fit: contain;
  object-position: center bottom;
}


.aerospace-materials { color: #fff; background: #151515; }
.aerospace-materials__label { padding-bottom: 20px; margin-bottom: 38px; border-bottom: 1px solid rgba(255,255,255,.3); color: var(--blue); font-size: 18px; font-weight: 700; }
.aerospace-materials__grid { display: grid; grid-template-columns: .9fr 1fr 1fr; gap: 24px; align-items: stretch; }
.aerospace-materials__title h2 { color: #fff; font-size: clamp(42px, 4vw, 62px); line-height: 1.15; }
.aerospace-materials article { overflow: hidden; background: #fff; color: var(--ink); }
.aerospace-materials article > img { height: 246px; object-fit: cover; }
.aerospace-materials article > div { padding: 22px 22px 26px; }
.aerospace-materials article h3 { margin-bottom: 22px; color: #4e93e9; font-size: 28px; font-weight: 500; }
.aerospace-materials article p { min-height: 78px; margin-bottom: 24px; color: #203650; font-size: 16px; }
.aerospace-materials .button { min-height: 46px; padding-inline: 18px; }

.aerospace-applications__grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 78px; align-items: center; }
.aerospace-applications h2 { margin-bottom: 24px; }
.aerospace-applications > .container p { color: #30455f; font-size: 17px; line-height: 1.58; }
.aerospace-applications ul { display: grid; gap: 7px; padding: 0; margin: 22px 0 0; list-style: none; color: #2e435e; font-size: 16px; }
.aerospace-applications li { position: relative; padding-left: 20px; }
.aerospace-applications li::before { content: ''; position: absolute; top: .62em; left: 0; width: 8px; height: 8px; border-radius: 50%; background: var(--blue); }
.aerospace-applications__gallery {
  width: 100%;
  height: 378px;
  overflow: hidden;
  background: #f3f5f7;
}

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


@media (max-width: 980px) {
  .aerospace-applications__gallery,
  .aerospace-applications__gallery img {
    height: 420px;
  }
}

@media (max-width: 640px) {
  .aerospace-applications__gallery,
  .aerospace-applications__gallery img {
    height: 250px;
  }
}

.aerospace-industries { background: #ffead8; }
.aerospace-industries__layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 76px; align-items: center; }
.aerospace-industries h2 { margin: 0; }
.aerospace-industry-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.aerospace-industry-grid a { display: grid; gap: 10px; min-height: 150px; padding: 14px; border-radius: 16px; background: rgba(255,255,255,.85); color: var(--ink); text-align: center; text-decoration: none; transition: transform .18s ease, box-shadow .18s ease; }
.aerospace-industry-grid a:hover { transform: translateY(-3px); box-shadow: 0 10px 22px rgba(24, 42, 70, .12); }
.aerospace-industry-grid img { width: 74px; height: 74px; margin-inline: auto; border-radius: 50%; object-fit: cover; }
.aerospace-industry-grid span { align-self: end; font-size: 15px; font-weight: 700; }

.aerospace-cta { padding: 58px 0; background: #10213d; color: #fff; }
.aerospace-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.aerospace-cta h2 { margin: 0; max-width: 700px; color: #fff; font-size: clamp(30px, 3vw, 46px); }
.aerospace-cta .eyebrow { color: #9ac7ff; }


@media (max-width: 980px) {
  .aerospace-services {
    padding: 74px 0;
  }

  .aerospace-service-grid article {
    min-height: 385px;
  }
}

@media (max-width: 640px) {
  .aerospace-services {
    padding: 62px 0;
  }

  .aerospace-services__heading {
    margin-bottom: 32px;
  }

  .aerospace-services__heading h2 {
    font-size: 39px;
    letter-spacing: -.045em;
  }

  .aerospace-services__lead {
    font-size: 16px;
  }

  .aerospace-services__intro {
    font-size: 14px;
  }

  .aerospace-service-grid article {
    min-height: 360px;
    padding: 24px 22px 20px;
  }

  .aerospace-service-grid img {
    height: 150px;
  }
}

@media (max-width: 980px) {
  .aerospace-hero__grid,
  .aerospace-services__heading,
  .aerospace-applications__grid,
  .aerospace-industries__layout,
  .aerospace-materials__grid { grid-template-columns: 1fr; }
  .aerospace-hero__media { min-height: 390px; }
  .aerospace-hero__card { margin: 0; padding: 52px 42px; }
  .aerospace-why-card { min-height: 510px; }
  .aerospace-why-card > div { width: min(82%, 560px); }
  .aerospace-service-grid { grid-template-columns: repeat(2, 1fr); }
  .aerospace-roadmap__grid { gap: 44px; }
  .aerospace-materials__title h2 { margin-bottom: 8px; }
}

@media (max-width: 640px) {
  .aerospace-hero__grid { grid-template-columns: 1fr; }
  .aerospace-hero__card { padding: 40px 28px; }
  .aerospace-hero h1 span { margin-left: 44px; }
  .aerospace-hero h1 span::before { width: 34px; margin-left: -44px; }
  .aerospace-hero__media { min-height: 300px; }
  .aerospace-roadmap__heading { padding-bottom: 34px; }
  .aerospace-roadmap__grid { grid-template-columns: 1fr; gap: 38px; }
  .aerospace-roadmap__grid article:last-child { grid-column: auto; }
  .aerospace-service-grid { grid-template-columns: 1fr; }
  .aerospace-industry-grid { grid-template-columns: repeat(2, 1fr); }
  .aerospace-cta__inner { align-items: flex-start; flex-direction: column; }
}

/* ==========================================================================
   Industry pages: Automotive, Medical Devices, New Energy, Robotics
   Text lives in the four HTML files. Layout styles are centralized here.
   ========================================================================== */
.industry-hero {
  overflow: hidden;
  background: #050505;
}

.industry-hero__grid {
  min-height: 560px;
  display: grid;
  grid-template-columns: minmax(400px, .78fr) minmax(520px, 1.22fr);
  align-items: center;
}

.industry-hero__copy {
  position: relative;
  z-index: 1;
  width: min(100%, 610px);
  margin: 46px 0;
  padding: 68px 78px;
  background: #ffffff;
}

.industry-hero__eyebrow {
  margin: 0 0 30px;
  color: #151d2a;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.35;
}

.industry-hero h1 {
  margin: 0 0 32px;
  max-width: 500px;
  color: #101010;
  font-size: clamp(54px, 5.1vw, 82px);
  font-weight: 800;
  line-height: .94;
  letter-spacing: -.065em;
}

.industry-hero h1 span {
  display: block;
  margin-left: 72px;
}

.industry-hero h1 span::before {
  content: '';
  display: inline-block;
  width: 58px;
  height: 5px;
  margin: 0 13px 15px -72px;
  background: var(--blue);
  vertical-align: middle;
}

.industry-hero__intro {
  max-width: 420px;
  margin-bottom: 28px;
  color: #263750;
  font-size: 19px;
  line-height: 1.55;
}

.industry-hero__media {
  align-self: stretch;
  min-height: 560px;
  margin: 0;
  background: #10131a;
}

.industry-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.industry-page--new-energy .industry-hero {
  background: linear-gradient(120deg, #09233c, #0f4f78 65%, #0c1b2d);
}

.industry-page--new-energy .industry-hero__media {
  padding: 28px;
  background: radial-gradient(circle at 50% 50%, rgba(132, 213, 255, .42), rgba(11, 28, 48, .05) 58%);
}

.industry-page--new-energy .industry-hero__media img {
  object-fit: contain;
  filter: drop-shadow(0 22px 28px rgba(0, 0, 0, .34));
}

.industry-why {
  background: #f2f4f7;
}

.industry-section-intro {
  max-width: 875px;
  margin: 0 auto 58px;
}

.industry-section-intro h2,
.industry-roadmap h2,
.industry-applications h2,
.industry-specialties h2 {
  margin-bottom: 26px;
  font-size: clamp(42px, 4.3vw, 64px);
}

.industry-section-intro h2 span,
.industry-roadmap h2 span,
.industry-applications h2 span,
.industry-specialties h2 span {
  display: block;
}

.industry-section-intro h2::after,
.industry-roadmap h2::after,
.industry-applications h2::after,
.industry-specialties h2::after {
  content: '';
  display: inline-block;
  width: 64px;
  height: 4px;
  margin: 0 0 12px 12px;
  background: var(--blue);
}

.industry-section-intro > p {
  max-width: 805px;
  margin: 0;
  color: #263750;
  font-size: 18px;
  line-height: 1.58;
}

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

.industry-reason-card {
  position: relative;
  min-height: 540px;
  overflow: hidden;
  background: #152033;
}

.industry-reason-card > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .9;
}

.industry-reason-card > div {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80%;
  min-height: 68%;
  padding: 30px;
  color: #ffffff;
}

.industry-reason-card--quality > div { background: #101010; }
.industry-reason-card--speed > div { background: #4f9cf0; }
.industry-reason-card--engineering > div { background: #a9b6c7; }

.reason-index {
  margin-bottom: 20px;
  color: #6dafff;
  font-size: 16px;
  font-weight: 700;
}

.industry-reason-card--speed .reason-index { color: #dceeff; }

.industry-reason-card h3 {
  margin-bottom: 18px;
  color: #ffffff;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.06;
  letter-spacing: -.045em;
}

.industry-reason-card > div > p:last-child {
  margin: 0;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.58;
}

.industry-roadmap {
  background: #ffead8;
}

.industry-roadmap__heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 34px;
  padding: 0 0 58px;
}

.industry-roadmap__heading h2 { margin: 0; }

.industry-roadmap__mark {
  display: grid;
  place-items: center;
  width: 74px;
  height: 74px;
  color: var(--blue);
  font-size: 64px;
  line-height: 1;
}

.industry-roadmap__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 56px 102px;
}

.industry-roadmap__grid article {
  position: relative;
  padding: 36px 28px 10px;
}

.industry-roadmap__grid article::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 46px;
  height: 46px;
  border: 2px solid #253854;
  border-radius: 50%;
  opacity: .8;
}

.roadmap-number {
  display: inline-block;
  margin: 0 10px 9px 0;
  color: var(--blue);
  font-size: 22px;
  font-weight: 800;
}

.industry-roadmap__grid h3 {
  display: inline;
  margin: 0;
  color: #14233b;
  font-size: 24px;
}

.industry-roadmap__grid article > p:not(.roadmap-number) {
  margin: 18px 0;
  color: #2c405a;
  font-size: 16px;
  line-height: 1.58;
}

.industry-roadmap__grid ul,
.industry-applications ul {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.industry-roadmap__grid ul {
  color: #2a3d56;
  font-size: 15px;
}

.industry-roadmap__grid li,
.industry-applications li {
  position: relative;
  padding-left: 22px;
}

.industry-roadmap__grid li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--blue);
  font-weight: 800;
}

.industry-services__heading {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 88px;
  align-items: end;
  margin-bottom: 56px;
}

.industry-services__heading h2 {
  margin: 0;
  color: var(--blue);
  font-size: clamp(40px, 4vw, 60px);
}

.industry-services__heading h2 span { display: block; }

.industry-services__heading p {
  max-width: 610px;
  margin: 0;
  color: #263750;
  font-size: 17px;
  line-height: 1.58;
}

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

.industry-service-card {
  display: flex;
  flex-direction: column;
  min-height: 390px;
  padding: 22px;
  background: #ffffff;
}

.industry-service-card h3 {
  margin-bottom: 24px;
  color: #111b2c;
  font-size: 22px;
  line-height: 1.22;
}

.industry-service-card p {
  margin: 0 0 18px;
  color: #2c405a;
  font-size: 15px;
  line-height: 1.55;
}

.industry-service-card img {
  width: 100%;
  height: 126px;
  margin-top: auto;
  object-fit: contain;
}

.industry-materials {
  color: #ffffff;
  background: #151515;
}

.industry-materials__label {
  padding-bottom: 20px;
  margin-bottom: 38px;
  border-bottom: 1px solid rgba(255, 255, 255, .3);
  color: var(--blue);
  font-size: 18px;
  font-weight: 700;
}

.industry-materials__grid {
  display: grid;
  grid-template-columns: .9fr 1fr 1fr;
  gap: 24px;
  align-items: stretch;
}

.industry-materials__title h2 {
  color: #ffffff;
  font-size: clamp(42px, 4vw, 62px);
  line-height: 1.15;
}

.industry-materials article {
  overflow: hidden;
  background: #ffffff;
  color: var(--ink);
}

.industry-materials article > img {
  height: 246px;
  object-fit: cover;
}

.industry-materials article > div {
  padding: 22px 22px 26px;
}

.industry-materials article h3 {
  margin-bottom: 22px;
  color: #4e93e9;
  font-size: 28px;
  font-weight: 500;
}

.industry-materials article p {
  min-height: 96px;
  margin-bottom: 24px;
  color: #203650;
  font-size: 16px;
}

.industry-applications__grid {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 78px;
  align-items: center;
}

.industry-applications p {
  color: #30455f;
  font-size: 17px;
  line-height: 1.58;
}

.industry-applications ul {
  margin-top: 22px;
  color: #2e435e;
  font-size: 16px;
}

.industry-applications li::before {
  content: '';
  position: absolute;
  top: .62em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--blue);
}

.industry-applications__gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

.industry-applications__gallery img {
  height: 185px;
  object-fit: cover;
}

.industry-specialties {
  background: #ffead8;
}

.industry-specialties__layout {
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  gap: 76px;
  align-items: center;
}

.industry-specialties h2 { margin: 0; }

.industry-specialty-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.industry-specialty-grid a {
  display: grid;
  gap: 10px;
  min-height: 150px;
  padding: 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, .85);
  color: var(--ink);
  text-align: center;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease;
}

.industry-specialty-grid a:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 22px rgba(24, 42, 70, .12);
}

.industry-specialty-grid img {
  width: 74px;
  height: 74px;
  margin-inline: auto;
  border-radius: 50%;
  object-fit: cover;
}

.industry-specialty-grid span {
  align-self: end;
  font-size: 15px;
  font-weight: 700;
}

.industry-cta {
  padding: 58px 0;
  background: #10213d;
  color: #ffffff;
}

.industry-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.industry-cta h2 {
  margin: 0;
  max-width: 740px;
  color: #ffffff;
  font-size: clamp(30px, 3vw, 46px);
}

.industry-cta .eyebrow { color: #9ac7ff; }

@media (max-width: 980px) {
  .industry-hero__grid,
  .industry-services__heading,
  .industry-materials__grid,
  .industry-applications__grid,
  .industry-specialties__layout { grid-template-columns: 1fr; }

  .industry-hero__media { min-height: 390px; }
  .industry-hero__copy { margin: 0; padding: 52px 42px; }
  .industry-reason-grid { grid-template-columns: 1fr; }
  .industry-reason-card { min-height: 480px; }
  .industry-reason-card > div { width: min(82%, 560px); }
  .industry-service-grid { grid-template-columns: repeat(2, 1fr); }
  .industry-materials__title h2 { margin-bottom: 8px; }
}

@media (max-width: 640px) {
  .industry-hero__grid { grid-template-columns: 1fr; }
  .industry-hero__copy { padding: 40px 28px; }
  .industry-hero h1 span { margin-left: 44px; }
  .industry-hero h1 span::before { width: 34px; margin-left: -44px; }
  .industry-hero__media { min-height: 300px; }
  .industry-roadmap__heading { padding-bottom: 34px; }
  .industry-roadmap__grid { grid-template-columns: 1fr; gap: 38px; }
  .industry-service-grid { grid-template-columns: 1fr; }
  .industry-specialty-grid { grid-template-columns: repeat(2, 1fr); }
  .industry-cta__inner { align-items: flex-start; flex-direction: column; }
}

/* ==========================================================================
   About Us and Supplier Quality Review pages
   All visible copy stays in about-us.html and quality-assurance.html.
   ========================================================================== */
.nav-menu a.active {
  color: var(--blue-dark);
  font-weight: 700;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--blue-dark);
  font-weight: 700;
  text-decoration: none;
}

.text-link:hover { text-decoration: underline; }

.about-hero {
  overflow: hidden;
  background: linear-gradient(125deg, #f5f8fc 0%, #ffffff 48%, #e8f0f9 100%);
}

.about-hero__grid {
  min-height: 560px;
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 54px;
  align-items: center;
}

.about-hero__copy { padding: 70px 0; }
.about-hero__copy h1 { max-width: 640px; }
.about-hero__copy > p:not(.eyebrow) {
  max-width: 590px;
  margin-bottom: 30px;
  color: #304862;
  font-size: 19px;
  line-height: 1.62;
}

.about-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
}

.about-hero__media {
  align-self: stretch;
  min-height: 560px;
  margin: 0;
  background: #11233a;
}

.about-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-story__grid,
.qa-lab__grid,
.qa-team__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.about-story__media,
.qa-lab figure,
.qa-team figure,
.qa-documents figure {
  margin: 0;
  overflow: hidden;
  background: #e7edf4;
}

.about-story__media img,
.qa-lab figure img,
.qa-team figure img,
.qa-documents figure img {
  height: 400px;
  object-fit: cover;
}

.about-story__copy p:not(.eyebrow),
.qa-lab p:not(.eyebrow),
.qa-documents p:not(.eyebrow),
.qa-team p:not(.eyebrow) {
  color: #455a73;
  font-size: 17px;
  line-height: 1.67;
}

.about-numbers { padding: 40px 0; }
.about-numbers__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.about-numbers article {
  min-height: 142px;
  display: grid;
  align-content: center;
  gap: 8px;
  padding: 22px;
  border: 1px solid #dce5ef;
  background: #ffffff;
}

.about-numbers strong {
  color: var(--blue-dark);
  font-size: clamp(32px, 3.3vw, 48px);
  line-height: 1;
}

.about-numbers span { color: #41566e; font-size: 15px; font-weight: 700; line-height: 1.35; }

.about-section-heading { max-width: 800px; margin-bottom: 48px; }
.about-section-heading > p:last-child { color: #4c6077; font-size: 17px; line-height: 1.62; }
.about-section-heading--center { margin-right: auto; margin-left: auto; text-align: center; }

.about-value-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.about-value-grid article {
  min-height: 270px;
  padding: 30px;
  border-top: 4px solid var(--blue);
  background: #f3f7fd;
}

.about-value__index {
  display: block;
  margin-bottom: 54px;
  color: var(--blue-dark);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .12em;
}

.about-value-grid h3 { margin-bottom: 12px; font-size: 25px; }
.about-value-grid p { margin-bottom: 0; color: #435870; font-size: 16px; line-height: 1.62; }

.about-capabilities__grid {
  display: grid;
  grid-template-columns: .77fr 1.23fr;
  gap: 68px;
  align-items: center;
}

.about-capabilities__copy > p:not(.eyebrow) { color: #465c75; font-size: 17px; line-height: 1.63; }
.about-process-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.about-process-grid a {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 180px;
  background: #10213d;
  color: #ffffff;
  text-decoration: none;
}
.about-process-grid img { width: 100%; height: 180px; object-fit: cover; opacity: .76; transition: transform .2s ease; }
.about-process-grid a:hover img { transform: scale(1.04); }
.about-process-grid span { position: absolute; right: 14px; bottom: 11px; left: 14px; font-weight: 800; font-size: 17px; }

.about-network {
  overflow: hidden;
  color: #ffffff;
  background: linear-gradient(125deg, #101c2b, #1a3150);
}

.about-network__grid {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 68px;
  align-items: center;
}

.about-network .eyebrow { color: #7fb6ff; }
.about-network h2 { color: #ffffff; }
.about-network p:not(.eyebrow) { max-width: 610px; color: #d3dfec; font-size: 17px; }
.about-network figure { min-height: 350px; margin: 0; overflow: hidden; background: #071423; }
.about-network img { width: 100%; height: 350px; object-fit: cover; opacity: .84; }

.about-cta {
  padding: 58px 0;
  background: #10213d;
  color: #ffffff;
}

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

.about-cta .eyebrow { color: #9bc7ff; }
.about-cta h2 { margin: 0; color: #ffffff; font-size: clamp(32px, 3.2vw, 48px); }

.qa-hero {
  overflow: hidden;
  background: linear-gradient(135deg, #f5f8fc 0%, #ffffff 48%, #edf2f8 100%);
}

.qa-hero__grid {
  min-height: 560px;
  display: grid;
  grid-template-columns: .94fr 1.06fr;
  align-items: center;
}

.qa-hero__copy { padding: 70px 70px 70px 0; }
.qa-hero__copy h1 { max-width: 650px; }
.qa-hero__copy > p:not(.eyebrow) {
  max-width: 570px;
  margin-bottom: 30px;
  color: #314962;
  font-size: 19px;
  line-height: 1.62;
}
.qa-hero__media { align-self: stretch; min-height: 560px; margin: 0; background: #e2e8f1; }
.qa-hero__media img { width: 100%; height: 100%; object-fit: cover; }

.qa-intro__grid {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 92px;
  align-items: end;
}
.qa-intro__grid > p { margin: 0 0 6px; color: #465c74; font-size: 18px; line-height: 1.64; }

.qa-process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.qa-process-grid li { min-height: 270px; padding: 26px; background: #ffffff; border: 1px solid #dce5ef; }
.qa-process-grid span { display: inline-grid; width: 42px; height: 42px; place-items: center; margin-bottom: 40px; border-radius: 50%; background: #e6f0ff; color: var(--blue-dark); font-size: 14px; font-weight: 800; }
.qa-process-grid h3 { margin-bottom: 12px; font-size: 22px; }
.qa-process-grid p { margin: 0; color: #4a5e76; font-size: 15px; line-height: 1.56; }

.qa-check-list { display: grid; gap: 16px; padding: 0; margin: 28px 0 0; list-style: none; }
.qa-check-list li { position: relative; padding-left: 30px; }
.qa-check-list li::before { content: '✓'; position: absolute; top: 3px; left: 0; display: grid; width: 19px; height: 19px; place-items: center; border-radius: 50%; background: var(--blue); color: #ffffff; font-size: 12px; }
.qa-check-list strong { display: block; color: #18324f; }
.qa-check-list span { display: block; color: #52667e; font-size: 15px; line-height: 1.55; }

.qa-inspection__heading {
  display: grid;
  grid-template-columns: 1fr .95fr;
  gap: 78px;
  align-items: end;
  margin-bottom: 44px;
}
.qa-inspection__heading h2 { max-width: 620px; margin-bottom: 0; }
.qa-inspection__heading > p { margin: 0 0 5px; color: #4a5f78; font-size: 17px; }
.qa-inspection-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.qa-inspection-grid article { min-height: 220px; padding: 26px; border: 1px solid #dce4ed; background: #ffffff; }
.qa-inspection-grid h3 { margin-bottom: 14px; font-size: 21px; }
.qa-inspection-grid p { margin: 0; color: #50657c; font-size: 15px; line-height: 1.56; }

.qa-documents__grid { display: grid; grid-template-columns: .94fr 1.06fr; gap: 78px; align-items: center; }
.qa-documents figure img { height: 355px; object-fit: cover; }
.qa-team__grid { grid-template-columns: .85fr 1.15fr; }
.qa-team figure img { height: 340px; }

@media (max-width: 980px) {
  .about-hero__grid,
  .about-story__grid,
  .about-capabilities__grid,
  .about-network__grid,
  .qa-hero__grid,
  .qa-intro__grid,
  .qa-lab__grid,
  .qa-inspection__heading,
  .qa-documents__grid,
  .qa-team__grid { grid-template-columns: 1fr; }

  .about-hero__media,
  .qa-hero__media { min-height: 390px; }
  .about-hero__copy,
  .qa-hero__copy { padding: 58px 0; }
  .qa-hero__copy { padding-bottom: 22px; }
  .about-numbers__grid,
  .qa-process-grid,
  .qa-inspection-grid { grid-template-columns: repeat(2, 1fr); }
  .about-value-grid { grid-template-columns: 1fr; }
  .about-story__media img,
  .qa-lab figure img { height: 340px; }
}

@media (max-width: 640px) {
  .about-hero__copy > p:not(.eyebrow),
  .qa-hero__copy > p:not(.eyebrow) { font-size: 17px; }
  .about-hero__media,
  .qa-hero__media { min-height: 285px; }
  .about-numbers__grid,
  .qa-process-grid,
  .qa-inspection-grid { grid-template-columns: 1fr; }
  .about-capabilities__grid,
  .about-network__grid,
  .about-story__grid,
  .qa-lab__grid,
  .qa-documents__grid,
  .qa-team__grid { gap: 40px; }
  .about-process-grid { grid-template-columns: 1fr; }
  .about-cta__inner { align-items: flex-start; flex-direction: column; }
}
.milling-axis-list {
  width: min(1180px, calc(100% - 48px));
  display: grid;
  gap: 16px;
  margin: 44px auto 0;
}

.milling-axis-row {
  display: grid;
  grid-template-columns: minmax(360px, 44%) minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid #dbe3ed;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(16, 33, 61, 0.05);
}

.milling-axis-image {
  overflow: hidden;
  background: #edf2f7;
}

.milling-axis-image img {
  display: block;
}

.milling-axis-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 34px 44px;
}

.milling-axis-number {
  display: block;
  margin-bottom: 14px;
  color: #3f82ee;
  font-size: 17px;
  font-weight: 800;
  line-height: 1;
}

.milling-axis-copy h3 {
  margin: 0 0 14px;
  color: #10213d;
  font-size: clamp(28px, 2.2vw, 36px);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.03em;
}

.milling-axis-copy p {
  max-width: 620px;
  margin: 0 0 21px;
  color: #52657a;
  font-size: 17px;
  line-height: 1.62;
}

.milling-axis-copy a {
  color: #2165d1;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
}

.milling-axis-copy a span {
  display: inline-block;
  margin-left: 6px;
}

@media (max-width: 800px) {
  .milling-axis-list {
    width: min(100% - 32px, 1180px);
  }

  .milling-axis-row {
    grid-template-columns: 1fr;
  }

  .milling-axis-image {
    min-height: 220px;
  }

  .milling-axis-copy {
    padding: 28px 24px 30px;
  }
}

.milling-axis-row {
  height: 268px;
  min-height: 0;
}

.milling-axis-image {
  height: 268px;
  min-height: 0;
}

.milling-axis-image img {
  width: 100%;
  height: 268px;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 800px) {
  .milling-axis-row {
    height: auto;
  }

  .milling-axis-image,
  .milling-axis-image img {
    height: 220px;
  }
}

/* CNC Milling Design Guidelines */
.milling-guideline-board {
  overflow: hidden;
  border: 1px solid #dce6f2;
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(16, 33, 61, 0.06);
}

.milling-guideline-row {
  display: grid;
  grid-template-columns: 250px minmax(260px, 1fr) minmax(360px, 1.2fr);
  gap: 30px;
  align-items: center;
  padding: 30px 34px;
  border-bottom: 1px solid #e2eaf3;
}

.milling-guideline-row:last-child {
  border-bottom: 0;
}

/* 左侧编号和标题 */
.guideline-topic {
  display: flex;
  align-items: center;
  gap: 16px;
}

.guideline-number {
  display: inline-flex;
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #edf4ff;
  color: #1764d8;
  font-size: 16px;
  font-weight: 800;
}

.guideline-topic h3 {
  margin: 0;
  color: #10284d;
  font-size: 25px;
  line-height: 1.2;
}

/* 中间说明文字 */
.guideline-copy p {
  margin: 0;
  color: #536983;
  font-size: 16px;
  line-height: 1.7;
}

/* 右侧工程示意区域 */
.guideline-visual {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 126px;
  padding: 18px 22px;
  border-radius: 16px;
  background: linear-gradient(180deg, #fbfdff 0%, #f0f6ff 100%);
}

.visual-bad,
.visual-good {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  min-width: 100px;
  color: #334d70;
  font-size: 13px;
  text-align: center;
}

.visual-bad > span,
.visual-good > span {
  display: inline-flex;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 15px;
  font-weight: 800;
}

.visual-bad > span {
  background: #dce7f5;
  color: #526b8d;
}

.visual-good > span {
  background: #1764d8;
  color: #ffffff;
}

.guideline-visual > strong {
  color: #1764d8;
  font-size: 16px;
  white-space: nowrap;
}

/* Radii 图形 */
.radius-shape {
  width: 72px;
  height: 56px;
  border: 3px solid #1764d8;
  border-top: 0;
}

.radius-shape--square {
  border-radius: 0 0 4px 4px;
}

.radius-shape--round {
  border-radius: 0 0 28px 28px;
}

/* Thread 图形 */
.thread-shape {
  width: 58px;
  height: 62px;
  border: 3px solid #1764d8;
  border-top: 0;
  background:
    repeating-linear-gradient(
      90deg,
      transparent 0,
      transparent 7px,
      #1764d8 8px,
      #1764d8 10px
    );
}

.thread-shape--clearance {
  border-bottom: 10px solid #bcd4f7;
}

/* Hole 图形 */
.hole-shape {
  width: 56px;
  border: 3px solid #1764d8;
  border-top: 0;
}

.hole-shape--deep {
  height: 74px;
}

.hole-shape--normal {
  height: 44px;
}

/* Wall Thickness 两栏 */
.guideline-visual--split {
  justify-content: space-around;
}

.guideline-visual--split > div {
  display: flex;
  flex-direction: column;
  gap: 7px;
  min-width: 120px;
  text-align: center;
}

.guideline-visual--split strong {
  color: #10284d;
  font-size: 16px;
}

.guideline-visual--split span {
  color: #1764d8;
  font-size: 19px;
  font-weight: 800;
}

/* 底部说明 */
.milling-guideline-note {
  margin: 22px 0 0;
  color: #647d9d;
  font-size: 15px;
  line-height: 1.6;
  text-align: center;
}

/* 手机端 */
@media (max-width: 1050px) {
  .milling-guideline-row {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .guideline-visual {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .milling-guideline-row {
    padding: 24px 20px;
  }

  .guideline-topic h3 {
    font-size: 22px;
  }

  .guideline-visual {
    align-items: flex-start;
    flex-direction: column;
  }

  .visual-bad,
  .visual-good {
    min-width: 88px;
  }
}
.guideline-visual.guideline-visual--svg {
  display: block;
  min-height: 0;
  padding: 0;
  overflow: hidden;
  background: transparent;
  border-radius: 16px;
}

.guideline-visual--svg .guideline-svg {
  display: block;
  width: 100%;
  height: auto;
  min-height: 148px;
  border-radius: 16px;
}

@media (max-width: 600px) {
  .guideline-visual--svg .guideline-svg {
    min-height: auto;
  }
}

/* CNC Turning Capability Cards */
.turning-tolerances {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 10%, rgba(85, 150, 255, 0.12), transparent 30%),
    radial-gradient(circle at 92% 15%, rgba(85, 150, 255, 0.14), transparent 28%),
    #f4f8ff;
}

.turning-tolerances .container {
  position: relative;
  z-index: 1;
}

.turning-tolerances .section-heading {
  max-width: 980px;
  margin: 0 auto 42px;
}

.turning-tolerances .section-heading .eyebrow {
  color: #2468d8;
}

.turning-capability-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.turning-capability-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 430px;
  padding: 28px 26px 30px;
  overflow: hidden;
  border: 1px solid #dce8fb;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(27, 74, 143, 0.08);
}

.turning-capability-card::after {
  position: absolute;
  right: 26px;
  bottom: 20px;
  left: 26px;
  height: 4px;
  border-radius: 999px;
  background: #2b70e8;
  content: "";
}

.turning-capability-card__icon {
  display: flex;
  width: 104px;
  height: 104px;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: #edf4ff;
}

.turning-capability-card__icon svg {
  width: 56px;
  height: 56px;
  fill: none;
  stroke: #2b70e8;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.turning-capability-card__badge {
  position: relative;
  z-index: 1;
  display: block;
  width: 54px;
  height: 36px;
  margin: 0 auto 20px;
  border-radius: 10px;
  background: #2b70e8;
  color: #ffffff;
  font-size: 21px;
  font-weight: 800;
  line-height: 36px;
  text-align: center;
}

.turning-capability-card__badge::before {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  width: 250px;
  height: 1px;
  background: #9fc1f5;
  content: "";
  transform: translate(-50%, -50%);
}

.turning-capability-card h3 {
  margin: 0 0 14px;
  color: #10284d;
  font-size: 22px;
  line-height: 1.22;
}

.turning-capability-card p {
  margin: 0;
  color: #486181;
  font-size: 16px;
  line-height: 1.65;
}

@media (max-width: 1100px) {
  .turning-capability-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .turning-capability-card {
    min-height: 360px;
  }
}

@media (max-width: 640px) {
  .turning-capability-cards {
    grid-template-columns: 1fr;
  }

  .turning-capability-card {
    min-height: auto;
  }

  .turning-capability-card__badge::before {
    width: 80vw;
  }
}

/* CNC Turning intro panel */
.turning-intro {
  padding: 76px 0;
  background:
    radial-gradient(circle at 4% 8%, rgba(55, 125, 232, 0.10), transparent 30%),
    #f5f8fd;
}

.turning-intro__panel {
  display: grid;
  grid-template-columns: minmax(420px, 0.94fr) minmax(0, 1.06fr);
  gap: clamp(42px, 5vw, 82px);
  align-items: center;
  padding: clamp(28px, 4vw, 56px);
  overflow: hidden;
  border: 1px solid #d7e5f8;
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(248, 251, 255, 0.92));
  box-shadow: 0 18px 42px rgba(23, 66, 133, 0.10);
}

.turning-intro__media {
  min-height: 620px;
  margin: 0;
  overflow: hidden;
  border-radius: 22px;
  background: #dfe8f2;
  box-shadow: 0 18px 34px rgba(12, 36, 66, 0.15);
}

.turning-intro__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 620px;
  object-fit: cover;
}

.turning-intro__copy {
  position: relative;
  max-width: 690px;
}

.turning-intro__eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
}

.turning-intro__eyebrow p {
  margin: 0;
  color: #1764d8;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.turning-intro__icon {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border: 1px solid #cfe0fa;
  border-radius: 50%;
  background: #f2f7ff;
  color: #1764d8;
}

.turning-intro__icon svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.turning-intro__copy h2 {
  max-width: 680px;
  margin: 0 0 18px;
  color: var(--ink);
  font-size: clamp(32px, 3.5vw, 52px);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.04em;
}

.turning-intro__accent-line {
  display: block;
  width: 62px;
  height: 4px;
  margin: 28px 0 28px;
  border-radius: 999px;
  background: #1764d8;
}

.turning-intro__copy > p {
  max-width: 650px;
  margin: 0 0 18px;
  color: #4b617f;
  font-size: 18px;
  line-height: 1.6;
}

.turning-intro__features {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 30px;
  border-top: 1px solid #dbe7f7;
}

.turning-intro__features article {
  min-height: 162px;
  padding: 22px 20px 0;
  border-right: 1px solid #dbe7f7;
}

.turning-intro__features article:first-child {
  padding-left: 0;
}

.turning-intro__features article:last-child {
  border-right: 0;
}

.turning-intro__feature-icon {
  display: inline-flex;
  margin-bottom: 12px;
  color: #1764d8;
}

.turning-intro__feature-icon svg {
  width: 38px;
  height: 38px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.turning-intro__features h3 {
  margin: 0 0 8px;
  color: #10284d;
  font-size: 17px;
  line-height: 1.25;
}

.turning-intro__features p {
  margin: 0;
  color: #586b86;
  font-size: 14px;
  line-height: 1.5;
}

.turning-intro__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 28px;
  margin-top: 32px;
}

.turning-intro__actions .button {
  padding: 15px 23px;
}

@media (max-width: 1100px) {
  .turning-intro__panel {
    grid-template-columns: 1fr;
  }

  .turning-intro__media,
  .turning-intro__media img {
    min-height: 440px;
  }

  .turning-intro__copy {
    max-width: none;
  }
}

@media (max-width: 700px) {
  .turning-intro {
    padding: 50px 0;
  }

  .turning-intro__panel {
    gap: 34px;
    padding: 18px;
    border-radius: 20px;
  }

  .turning-intro__media,
  .turning-intro__media img {
    min-height: 320px;
    border-radius: 15px;
  }

  .turning-intro__copy h2 {
    font-size: 40px;
  }

  .turning-intro__features {
    grid-template-columns: 1fr;
  }

  .turning-intro__features article,
  .turning-intro__features article:first-child {
    min-height: auto;
    padding: 20px 0;
    border-right: 0;
    border-bottom: 1px solid #dbe7f7;
  }

  .turning-intro__features article:last-child {
    border-bottom: 0;
  }

  .turning-intro__actions {
    gap: 18px;
  }
}

/* Final CNC Turning intro refinements */
.turning-intro__media img {
  object-position: 56% center;
}

.turning-intro__features {
  min-width: 0;
}

.turning-intro__features article {
  min-width: 0;
}


/* End of CNC Turning Materials redesign. */

/* ================================================================
   Sheet Metal Fabrication — rounded card refinement
   ================================================================ */

/* Hero quote card */
.sheet-quote-card {
  border-radius: 18px;
}

/* Laser Cutting / Bending / Welding / Punching / Enclosures / Stamping */
.sheet-capability-card {
  overflow: hidden;
  border-radius: 18px;
  box-shadow: 0 10px 24px rgba(16, 33, 61, 0.06);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.sheet-capability-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 30px rgba(16, 33, 61, 0.12);
}

/* Prototype / Low-volume / Repeat-production cards */

/* Industry tags */
.sheet-industry-tags span {
  border-radius: 16px;
}

/* How RapidMfgPro Coordinates cards */
.sheet-why__grid article {
  overflow: hidden;
  border-radius: 18px;
  box-shadow: 0 10px 24px rgba(16, 33, 61, 0.08);
}

/* Process video block */
.sheet-video-placeholder {
  border-radius: 18px;
}

/* Resource / blog cards */
.sheet-resource-grid article {
  overflow: hidden;
  border-radius: 18px;
  box-shadow: 0 8px 20px rgba(16, 33, 61, 0.05);
}


/* ================================================================
   Sheet Metal Fabrication — Prototype to Production card update
   ================================================================ */
.sheet-production {
  position: relative;
  padding-top: 94px;
  padding-bottom: 88px;
  background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
}

.sheet-production__heading {
  max-width: 1030px;
  margin-bottom: 34px;
}

.sheet-production__heading .eyebrow {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 28px;
  margin-bottom: 18px;
}

.sheet-production__heading .eyebrow::before,
.sheet-production__heading .eyebrow::after {
  width: 48px;
  height: 2px;
  background: #3f82ee;
  content: '';
}

.sheet-production__heading h2 {
  max-width: 970px;
  margin: 0 auto 18px;
  color: #102342;
  font-size: clamp(39px, 4.1vw, 62px);
  line-height: 1.06;
  letter-spacing: -2.4px;
}

.sheet-production__intro {
  max-width: 790px;
  margin: 0 auto;
  color: #536783;
  font-size: 17px;
  line-height: 1.62;
}

.sheet-production-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

.sheet-production-card {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #dfe7f1;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(16, 33, 61, 0.06);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.sheet-production-card:hover {
  z-index: 1;
  border-color: #a9cdfd;
  box-shadow: 0 18px 34px rgba(21, 74, 142, 0.13);
  transform: translateY(-5px);
}

.sheet-production-card::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 7px;
  background: #2875eb;
  content: '';
}

.sheet-production-card--repeat::after {
  background: #212a39;
}

.sheet-production-card--featured {
  border: 2px solid #2e7af0;
  box-shadow: 0 16px 30px rgba(37, 112, 230, .15);
}

.sheet-production-card__media {
  position: relative;
  height: 188px;
  margin: 0;
  padding: 16px 16px 0;
  overflow: hidden;
  background: #ffffff;
}

.sheet-production-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 9px;
  object-fit: cover;
  transition: transform .32s ease;
}

.sheet-production-card:hover .sheet-production-card__media img {
  transform: scale(1.035);
}

.sheet-production-card__step {
  position: absolute;
  top: 28px;
  left: 28px;
  display: grid;
  width: 47px;
  height: 47px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 11px;
  background: rgba(38, 112, 230, .92);
  box-shadow: 0 7px 15px rgba(20, 72, 155, .22);
  color: #ffffff;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
}

.sheet-production-card__body {
  display: flex;
  min-height: 442px;
  flex: 1;
  flex-direction: column;
  padding: 27px 30px 34px;
}

.sheet-production-card__heading {
  display: flex;
  min-height: 76px;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 22px;
}

.sheet-production-card__icon {
  display: grid;
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  place-items: center;
  border-radius: 50%;
  background: #edf4ff;
}

.sheet-production-card__icon svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: #2875eb;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.sheet-production-card__heading h3 {
  position: relative;
  margin: 6px 0 0;
  padding-bottom: 14px;
  color: #142b4c;
  font-size: clamp(22px, 1.85vw, 27px);
  line-height: 1.16;
  letter-spacing: -.6px;
}

.sheet-production-card__heading h3::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background: #2f78e8;
  content: '';
}

.sheet-production-card__tag {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  margin: -1px 0 5px;
  padding: 3px 10px;
  border-radius: 999px;
  background: #2875eb;
  color: #ffffff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .09em;
  line-height: 1;
}

.sheet-production-card__body > p {
  margin: 0;
  color: #526781;
  font-size: 16px;
  line-height: 1.58;
}

.sheet-production-card__body ul {
  display: grid;
  gap: 13px;
  margin: auto 0 0;
  padding: 28px 0 0;
  border-top: 1px solid #e4ebf5;
  color: #243c5f;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.47;
  list-style: none;
}

.sheet-production-card__body li {
  position: relative;
  padding-left: 30px;
}

.sheet-production-card__body li::before {
  position: absolute;
  top: 2px;
  left: 0;
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  border-radius: 50%;
  background: #2875eb;
  color: #ffffff;
  content: '✓';
  font-size: 12px;
  font-weight: 800;
}

.sheet-production-card__body li strong {
  color: #1a3357;
  font-weight: 800;
}

.sheet-production__note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  margin: 30px 0 0;
  color: #536b89;
  font-size: 15px;
  line-height: 1.45;
  text-align: center;
}

.sheet-production__note > span {
  display: grid;
  width: 39px;
  height: 39px;
  flex: 0 0 39px;
  place-items: center;
  border-radius: 50%;
  background: #edf4ff;
}

.sheet-production__note svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: #2875eb;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

@media (max-width: 1100px) {
  .sheet-production-grid { gap: 18px; }
  .sheet-production-card__body { min-height: 455px; padding: 25px 24px 32px; }
  .sheet-production-card__heading { gap: 13px; }
  .sheet-production-card__icon { width: 50px; height: 50px; flex-basis: 50px; }
  .sheet-production-card__icon svg { width: 27px; height: 27px; }
  .sheet-production-card__body > p { font-size: 15px; }
  .sheet-production-card__body ul { font-size: 14px; }
}

@media (max-width: 850px) {
  .sheet-production { padding: 74px 0 68px; }
  .sheet-production-grid { grid-template-columns: 1fr; max-width: 640px; margin: 0 auto; gap: 22px; }
  .sheet-production-card__media { height: 220px; }
  .sheet-production-card__body { min-height: 0; }
  .sheet-production__heading h2 br { display: none; }
}

@media (max-width: 560px) {
  .sheet-production { padding: 58px 0 54px; }
  .sheet-production__heading .eyebrow { gap: 14px; font-size: 11px; }
  .sheet-production__heading .eyebrow::before,
  .sheet-production__heading .eyebrow::after { width: 28px; }
  .sheet-production__heading h2 { font-size: 38px; letter-spacing: -1.7px; }
  .sheet-production__intro { font-size: 16px; }
  .sheet-production-card__media { height: 184px; padding: 12px 12px 0; }
  .sheet-production-card__step { top: 22px; left: 22px; width: 42px; height: 42px; font-size: 16px; }
  .sheet-production-card__body { padding: 24px 21px 30px; }
  .sheet-production-card__heading { min-height: 67px; margin-bottom: 17px; }
  .sheet-production-card__heading h3 { font-size: 23px; }
  .sheet-production-card__body ul { margin-top: 25px; padding-top: 22px; }
  .sheet-production__note { align-items: flex-start; font-size: 14px; text-align: left; }
}


/* ================================================================
   Sheet Metal Fabrication — Tolerances and Drawing Requirements
   ================================================================ */
.sheet-tolerances {
  position: relative;
  overflow: hidden;
  padding: 96px 0;
  background:
    radial-gradient(circle at 16% 20%, rgba(57, 127, 232, .11), transparent 20rem),
    linear-gradient(135deg, #fafdff 0%, #f2f7ff 52%, #f8fbff 100%);
}

.sheet-tolerances::before {
  position: absolute;
  top: -220px;
  right: -210px;
  width: 620px;
  height: 620px;
  border: 1px solid rgba(57, 127, 232, .10);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(57, 127, 232, .032), 0 0 0 140px rgba(57, 127, 232, .018);
  content: '';
  pointer-events: none;
}

.sheet-tolerances__container {
  position: relative;
  z-index: 1;
  max-width: 1280px;
}

.sheet-tolerances__heading {
  max-width: 1060px;
  margin: 0 auto 34px;
  text-align: center;
}

.sheet-tolerances__heading .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 16px;
  color: var(--blue-dark);
  font-size: 13px;
  letter-spacing: .16em;
}

.sheet-tolerances__heading .eyebrow::before,
.sheet-tolerances__heading .eyebrow::after {
  width: 36px;
  height: 1px;
  background: rgba(57, 127, 232, .55);
  content: '';
}

.sheet-tolerances__heading h2 {
  max-width: 1040px;
  margin: 0 auto 15px;
  color: #102342;
  font-size: clamp(40px, 4.2vw, 62px);
  line-height: 1.06;
  letter-spacing: -2.35px;
}

.sheet-tolerances__heading > p:last-child {
  max-width: 850px;
  margin: 0 auto;
  color: #50627b;
  font-size: 18px;
  line-height: 1.58;
}

.sheet-tolerances__board {
  overflow: hidden;
  border: 1px solid #d9e7f7;
  border-radius: 16px;
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 16px 38px rgba(41, 102, 183, .08);
}

.sheet-tolerances__board-head,
.sheet-tolerances__row {
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr);
}

.sheet-tolerances__board-head {
  min-height: 60px;
  border-bottom: 1px solid #d9e7f7;
  color: var(--blue-dark);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.35;
}

.sheet-tolerances__board-head span {
  display: flex;
  align-items: center;
  padding: 16px 46px;
}

.sheet-tolerances__board-head span + span {
  border-left: 1px solid #e1ecf9;
}

.sheet-tolerances__row {
  min-height: 104px;
  border-bottom: 1px solid #e0ebf8;
  transition: background-color .2s ease;
}

.sheet-tolerances__row:last-child {
  border-bottom: 0;
}

.sheet-tolerances__row:hover {
  background: rgba(242, 248, 255, .96);
}

.sheet-tolerances__feature {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) 20px;
  gap: 18px;
  align-items: center;
  padding: 17px 40px 17px 28px;
}

.sheet-tolerances__feature > div {
  min-width: 0;
}

.sheet-tolerances__icon {
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  border: 1px solid #cfe2fb;
  border-radius: 50%;
  background: #edf5ff;
}

.sheet-tolerances__icon svg {
  width: 32px;
  height: 32px;
  fill: none;
  stroke: var(--blue);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.sheet-tolerances__icon svg text {
  fill: var(--blue);
  stroke: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px;
  font-weight: 800;
}

.sheet-tolerances__feature h3 {
  margin: 0 0 4px;
  color: #142b4d;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: -.3px;
}

.sheet-tolerances__feature p {
  margin: 0;
  color: #607089;
  font-size: 15px;
  line-height: 1.45;
}

.sheet-tolerances__arrow {
  color: var(--blue);
  font-size: 33px;
  font-weight: 300;
  line-height: 1;
  transition: transform .2s ease;
}

.sheet-tolerances__row:hover .sheet-tolerances__arrow {
  transform: translateX(4px);
}

.sheet-tolerances__consideration {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 24px 46px;
  border-left: 1px solid #e1ecf9;
  color: #2d4160;
  font-size: 17px;
  line-height: 1.57;
}

@media (max-width: 860px) {
  .sheet-tolerances {
    padding: 76px 0;
  }

  .sheet-tolerances__board-head {
    display: none;
  }

  .sheet-tolerances__row {
    grid-template-columns: 1fr;
    padding: 0;
  }

  .sheet-tolerances__feature {
    padding: 19px 24px 14px;
  }

  .sheet-tolerances__consideration {
    padding: 0 24px 23px 106px;
    border-left: 0;
    color: #40536e;
    font-size: 16px;
  }
}

@media (max-width: 560px) {
  .sheet-tolerances {
    padding: 58px 0;
  }

  .sheet-tolerances__heading {
    margin-bottom: 28px;
  }

  .sheet-tolerances__heading .eyebrow {
    gap: 12px;
    font-size: 11px;
  }

  .sheet-tolerances__heading .eyebrow::before,
  .sheet-tolerances__heading .eyebrow::after {
    width: 24px;
  }

  .sheet-tolerances__heading h2 {
    font-size: 38px;
    letter-spacing: -1.7px;
  }

  .sheet-tolerances__heading > p:last-child {
    font-size: 16px;
  }

  .sheet-tolerances__board {
    border-radius: 14px;
  }

  .sheet-tolerances__feature {
    grid-template-columns: 52px minmax(0, 1fr) 16px;
    gap: 13px;
    padding: 17px 18px 13px;
  }

  .sheet-tolerances__icon {
    width: 50px;
    height: 50px;
  }

  .sheet-tolerances__icon svg {
    width: 26px;
    height: 26px;
  }

  .sheet-tolerances__feature h3 {
    font-size: 19px;
  }

  .sheet-tolerances__feature p {
    font-size: 14px;
  }

  .sheet-tolerances__arrow {
    font-size: 27px;
  }

  .sheet-tolerances__consideration {
    padding: 0 18px 20px;
    font-size: 15px;
  }
}

/* ======================================================================
   Sheet Metal Fabrication — Coordination approach, image-free card design
   ====================================================================== */
.sheet-why {
  position: relative;
  overflow: hidden;
  padding: 100px 0 96px;
  background:
    radial-gradient(circle at 7% 94%, rgba(43, 117, 235, .08), transparent 22rem),
    radial-gradient(circle at 92% 12%, rgba(43, 117, 235, .055), transparent 20rem),
    linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
}

.sheet-why::before,
.sheet-why::after {
  position: absolute;
  z-index: 0;
  content: '';
  pointer-events: none;
}

.sheet-why::before {
  right: -110px;
  bottom: -168px;
  width: 660px;
  height: 360px;
  border-top: 1px solid rgba(39, 112, 231, .10);
  border-radius: 50%;
  box-shadow:
    0 -28px 0 -27px rgba(39, 112, 231, .08),
    0 -56px 0 -55px rgba(39, 112, 231, .06),
    0 -84px 0 -83px rgba(39, 112, 231, .045);
  transform: rotate(-8deg);
}

.sheet-why::after {
  bottom: 0;
  left: -100px;
  width: 420px;
  height: 250px;
  background: repeating-linear-gradient(135deg, rgba(45, 120, 237, .06) 0 1px, transparent 1px 9px);
  mask-image: linear-gradient(90deg, #000 0%, transparent 90%);
  opacity: .9;
}

.sheet-why .container {
  position: relative;
  z-index: 1;
}

.sheet-why__heading {
  max-width: 1060px;
  margin: 0 auto 48px;
  text-align: center;
}

.sheet-why__heading .eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin: 0 0 18px;
  color: #1767d8;
  font-size: 13px;
  letter-spacing: .15em;
}

.sheet-why__heading .eyebrow::before,
.sheet-why__heading .eyebrow::after {
  display: inline-block;
  width: 48px;
  height: 2px;
  background: #3c82ed;
  content: '';
}

.sheet-why__heading h2 {
  max-width: 1050px;
  margin: 0 auto 18px;
  color: #102342;
  font-size: clamp(42px, 4.3vw, 64px);
  line-height: 1.06;
  letter-spacing: -2.7px;
}

.sheet-why__heading > p:last-child {
  max-width: 770px;
  margin: 0 auto;
  color: #50647e;
  font-size: 18px;
  line-height: 1.62;
}

.sheet-why__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 36px;
  align-items: stretch;
  max-width: 1280px;
  margin: 0 auto;
}

.sheet-why-card {
  position: relative;
  display: flex;
  min-height: 556px;
  flex-direction: column;
  overflow: hidden;
  padding: 42px 34px 34px;
  border: 1px solid #e0e9f5;
  border-radius: 18px;
  background: rgba(255, 255, 255, .93);
  box-shadow: 0 14px 30px rgba(23, 65, 120, .07);
  color: #102342;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.sheet-why-card:hover {
  border-color: #b9d2f8;
  box-shadow: 0 18px 34px rgba(23, 65, 120, .12);
  transform: translateY(-5px);
}

.sheet-why-card--featured {
  border: 2px solid #2d78ed;
  box-shadow: 0 18px 36px rgba(27, 106, 227, .14);
}

.sheet-why-card--featured::before {
  position: absolute;
  top: -140px;
  right: -118px;
  width: 310px;
  height: 310px;
  border: 1px solid rgba(38, 113, 234, .18);
  border-radius: 50%;
  box-shadow:
    0 0 0 30px rgba(38, 113, 234, .055),
    0 0 0 60px rgba(38, 113, 234, .035);
  content: '';
}

.sheet-why-card--featured:hover {
  border-color: #1d68df;
  box-shadow: 0 24px 44px rgba(27, 106, 227, .19);
}

.sheet-why-card__badge {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 10px 20px 11px;
  border-radius: 0 15px 0 13px;
  background: #1f6fe4;
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .06em;
}

.sheet-why-card__icon {
  position: relative;
  z-index: 1;
  display: grid;
  width: 90px;
  height: 90px;
  place-items: center;
  margin-bottom: 34px;
  border-radius: 50%;
  background: radial-gradient(circle at 32% 28%, #ffffff, #eef5ff 58%, #e5efff 100%);
}

.sheet-why-card__icon svg {
  width: 50px;
  height: 50px;
  fill: none;
  stroke: #1767d8;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.15;
}

.sheet-why-card__step {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 24px;
  color: #1767d8;
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
}

.sheet-why-card__step::after {
  width: 42px;
  height: 2px;
  background: #4b8cf0;
  content: '';
}

.sheet-why-card__kicker {
  margin: 0 0 13px;
  color: #1767d8;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .07em;
  line-height: 1.35;
}

.sheet-why-card h3 {
  max-width: 325px;
  margin: 0 0 22px;
  color: #102342;
  font-size: clamp(27px, 2.2vw, 33px);
  line-height: 1.15;
  letter-spacing: -1.15px;
}

.sheet-why-card__copy {
  margin: 0;
  padding-top: 22px;
  border-top: 1px solid #dce7f4;
  color: #51647e;
  font-size: 17px;
  line-height: 1.7;
}

.sheet-why-card::after {
  position: absolute;
  right: 34px;
  bottom: 12px;
  left: 34px;
  height: 4px;
  border-radius: 99px;
  background: linear-gradient(90deg, #2c77ec 0 14%, #dce7f5 14% 100%);
  content: '';
}

.sheet-why-card--featured::after {
  right: 34px;
  left: 34px;
  background: #2c77ec;
}

@media (max-width: 1100px) {
  .sheet-why {
    padding: 82px 0;
  }

  .sheet-why__grid {
    gap: 20px;
  }

  .sheet-why-card {
    min-height: 520px;
    padding: 34px 26px 30px;
  }

  .sheet-why-card h3 {
    font-size: 28px;
  }

  .sheet-why-card__copy {
    font-size: 16px;
  }

  .sheet-why-card::after,
  .sheet-why-card--featured::after {
    right: 26px;
    left: 26px;
  }
}

@media (max-width: 800px) {
  .sheet-why {
    padding: 70px 0;
  }

  .sheet-why__heading {
    margin-bottom: 36px;
  }

  .sheet-why__heading h2 {
    font-size: clamp(38px, 8vw, 54px);
    letter-spacing: -1.9px;
  }

  .sheet-why__grid {
    grid-template-columns: 1fr;
    max-width: 620px;
  }

  .sheet-why-card {
    min-height: 0;
    padding: 32px 30px 34px;
  }

  .sheet-why-card__icon {
    width: 78px;
    height: 78px;
    margin-bottom: 26px;
  }

  .sheet-why-card__icon svg {
    width: 43px;
    height: 43px;
  }

  .sheet-why-card h3 {
    max-width: 100%;
  }
}

@media (max-width: 520px) {
  .sheet-why {
    padding: 58px 0;
  }

  .sheet-why__heading .eyebrow {
    gap: 12px;
    font-size: 11px;
  }

  .sheet-why__heading .eyebrow::before,
  .sheet-why__heading .eyebrow::after {
    width: 25px;
  }

  .sheet-why__heading h2 {
    font-size: 38px;
  }

  .sheet-why__heading > p:last-child {
    font-size: 16px;
  }

  .sheet-why-card {
    padding: 28px 22px 31px;
    border-radius: 15px;
  }

  .sheet-why-card__badge {
    padding: 9px 14px 10px;
    font-size: 10px;
  }

  .sheet-why-card__step {
    margin-bottom: 19px;
    font-size: 18px;
  }

  .sheet-why-card__kicker {
    font-size: 11px;
  }

  .sheet-why-card h3 {
    margin-bottom: 18px;
    font-size: 27px;
  }

  .sheet-why-card__copy {
    padding-top: 18px;
    font-size: 15px;
  }

  .sheet-why-card::after,
  .sheet-why-card--featured::after {
    right: 22px;
    left: 22px;
  }
}


/* =====================================================================
   Fix: prevent legacy sheet-why card rules from overriding the new
   image-free coordination card layout.
   ===================================================================== */
.sheet-why__grid > article.sheet-why-card {
  display: flex;
  min-height: 556px;
  flex-direction: column;
  overflow: hidden;
  padding: 42px 34px 34px;
  border: 1px solid #e0e9f5;
  border-radius: 18px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 14px 30px rgba(23, 65, 120, .07);
  color: #102342;
}

.sheet-why__grid > article.sheet-why-card.sheet-why-card--featured {
  border: 2px solid #2d78ed;
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 18px 36px rgba(27, 106, 227, .14);
}

.sheet-why__grid > article.sheet-why-card > .sheet-why-card__step,
.sheet-why__grid > article.sheet-why-card:nth-child(2) > .sheet-why-card__step,
.sheet-why__grid > article.sheet-why-card:nth-child(3) > .sheet-why-card__step {
  display: flex;
  min-height: 0;
  align-items: center;
  gap: 14px;
  margin: 0 0 24px;
  padding: 0;
  background: transparent;
  color: #1767d8;
}

.sheet-why__grid > article.sheet-why-card > .sheet-why-card__step::after {
  display: block;
  width: 42px;
  height: 2px;
  background: #4b8cf0;
  content: '';
}

.sheet-why__grid > article.sheet-why-card > .sheet-why-card__icon {
  display: grid;
  min-height: 0;
  padding: 0;
  background: radial-gradient(circle at 32% 28%, #ffffff, #eef5ff 58%, #e5efff 100%);
}

.sheet-why__grid > article.sheet-why-card > .sheet-why-card__kicker {
  margin: 0 0 13px;
  padding: 0;
  background: transparent;
  color: #1767d8;
}

.sheet-why__grid > article.sheet-why-card > h3 {
  max-width: 325px;
  margin: 0 0 22px;
  padding: 0;
  background: transparent;
  color: #102342;
}

.sheet-why__grid > article.sheet-why-card > .sheet-why-card__copy {
  min-height: 0;
  margin: 0;
  padding: 22px 0 0;
  border-top: 1px solid #dce7f4;
  background: transparent;
  color: #51647e;
}

@media (max-width: 1100px) {
  .sheet-why__grid > article.sheet-why-card {
    min-height: 520px;
    padding: 34px 26px 30px;
  }
}

@media (max-width: 800px) {
  .sheet-why__grid > article.sheet-why-card {
    min-height: 0;
    padding: 32px 30px 34px;
  }
}

@media (max-width: 520px) {
  .sheet-why__grid > article.sheet-why-card {
    padding: 28px 22px 31px;
  }
}


/* Final breakpoint safeguards for the redesigned 3D Printing network */
@media (max-width: 1100px) {
  .print-network__top { gap: 22px; }
}
@media (max-width: 800px) {
  .print-network__benefits li::after { display: none; }
}


/* ------------------------------------------------------------------
   3D Printing: benefits and applications redesign
   ------------------------------------------------------------------ */
.print-benefits {
  position: relative;
  overflow: hidden;
  padding: 94px 0 98px;
  background:
    radial-gradient(circle at 7% 11%, rgba(49, 119, 231, .075), transparent 16rem),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.print-benefits::before,
.print-benefits::after {
  position: absolute;
  pointer-events: none;
  content: '';
}

.print-benefits::before {
  top: 28px;
  left: -46px;
  width: 190px;
  height: 190px;
  opacity: .6;
  background-image: radial-gradient(circle, #a6ccff 1.2px, transparent 1.55px);
  background-size: 9px 9px;
  mask-image: linear-gradient(135deg, #000 25%, transparent 80%);
}

.print-benefits::after {
  right: -86px;
  bottom: 52px;
  width: 430px;
  height: 240px;
  opacity: .24;
  background:
    linear-gradient(30deg, transparent 47%, #b2cef4 48%, #b2cef4 49%, transparent 50%) 0 0 / 96px 58px,
    linear-gradient(150deg, transparent 47%, #b2cef4 48%, #b2cef4 49%, transparent 50%) 0 0 / 96px 58px;
}

.print-benefits .container {
  position: relative;
  z-index: 1;
}

.print-benefits__heading {
  max-width: 940px;
  margin: 0 auto 48px;
  text-align: center;
}

.print-benefits__eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 0 0 14px;
  color: #1467d8;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .065em;
}

.print-benefits__eyebrow span {
  width: 34px;
  height: 1px;
  background: #327de6;
}

.print-benefits__heading h2 {
  margin: 0 0 13px;
  color: #10244a;
  font-size: clamp(34px, 3.8vw, 58px);
  line-height: 1.08;
  letter-spacing: -.045em;
}

.print-benefits__heading > p:last-child {
  max-width: 820px;
  margin: 0 auto;
  color: #5a6f8e;
  font-size: 17px;
  line-height: 1.6;
}

.print-benefits__boards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
  max-width: 1240px;
  margin: 0 auto;
}

.print-benefits__board {
  overflow: hidden;
  border: 1px solid #dce7f5;
  border-radius: 14px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 12px 30px rgba(24, 64, 124, .065);
}

.print-benefits__board-header {
  display: grid;
  grid-template-columns: 60px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 24px 26px 19px;
}

.print-benefits__board-icon {
  display: grid;
  width: 60px;
  height: 60px;
  place-items: center;
  border-radius: 12px;
  background: linear-gradient(135deg, #eff6ff, #e7f0ff);
}

.print-benefits__board-icon svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: #1767dd;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.print-benefits__board h3 {
  margin: 0 0 9px;
  color: #10244a;
  font-size: clamp(23px, 2vw, 30px);
  line-height: 1.15;
  letter-spacing: -.035em;
}

.print-benefits__title-line {
  display: block;
  width: 54px;
  height: 3px;
  border-radius: 999px;
  background: #2072ec;
}

.print-benefits__list {
  margin: 0 26px;
  padding: 0;
  border-top: 1px solid #e2eaf5;
  list-style: none;
}

.print-benefits__list li {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  min-height: 84px;
  padding: 16px 0;
  border-bottom: 1px solid #e2eaf5;
}

.print-benefits__list li:last-child {
  border-bottom: 0;
}

.print-benefits__item-icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 50%;
}

.print-benefits__list--checks .print-benefits__item-icon {
  background: linear-gradient(145deg, #2f7ded, #1568df);
  box-shadow: 0 8px 14px rgba(31, 109, 228, .19);
}

.print-benefits__list--checks .print-benefits__item-icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: #ffffff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
}

.print-benefits__list--applications .print-benefits__item-icon {
  background: #f0f5ff;
  color: #1767dd;
}

.print-benefits__list--applications .print-benefits__item-icon svg {
  width: 29px;
  height: 29px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.print-benefits__list strong {
  display: block;
  margin-bottom: 4px;
  color: #142a4d;
  font-size: 16px;
  line-height: 1.3;
}

.print-benefits__list p {
  margin: 0;
  color: #607594;
  font-size: 14px;
  line-height: 1.53;
}

@media (max-width: 900px) {
  .print-benefits {
    padding: 72px 0 76px;
  }

  .print-benefits__boards {
    grid-template-columns: 1fr;
    max-width: 700px;
  }
}

@media (max-width: 560px) {
  .print-benefits {
    padding: 60px 0 64px;
  }

  .print-benefits__heading {
    margin-bottom: 32px;
  }

  .print-benefits__heading > p:last-child {
    font-size: 16px;
  }

  .print-benefits__board-header {
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 14px;
    padding: 20px 19px 16px;
  }

  .print-benefits__board-icon {
    width: 52px;
    height: 52px;
  }

  .print-benefits__board-icon svg {
    width: 30px;
    height: 30px;
  }

  .print-benefits__board h3 {
    font-size: 23px;
  }

  .print-benefits__list {
    margin: 0 19px;
  }

  .print-benefits__list li {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 12px;
    min-height: 0;
    padding: 15px 0;
  }

  .print-benefits__item-icon {
    width: 40px;
    height: 40px;
  }

  .print-benefits__list strong {
    font-size: 15px;
  }

  .print-benefits__list p {
    font-size: 13px;
  }
}

/* ------------------------------------------------------------------
   3D Printing: industries blue-card redesign
   ------------------------------------------------------------------ */
.print-industries {
  position: relative;
  overflow: hidden;
  padding: 104px 0;
  background:
    radial-gradient(circle at 91% 42%, rgba(69, 143, 246, .12), transparent 24rem),
    radial-gradient(circle at 10% 91%, rgba(69, 143, 246, .07), transparent 20rem),
    linear-gradient(135deg, #ffffff 0%, #f7fbff 100%);
}

.print-industries::before,
.print-industries::after {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  content: '';
}

.print-industries::before {
  top: 20px;
  left: -16px;
  width: 205px;
  height: 220px;
  opacity: .56;
  background-image: radial-gradient(circle, #9ec7ff 1.35px, transparent 1.65px);
  background-size: 18px 18px;
  mask-image: linear-gradient(135deg, #000 7%, rgba(0,0,0,.82) 36%, transparent 77%);
}

.print-industries::after {
  right: -100px;
  bottom: -72px;
  width: 410px;
  height: 295px;
  opacity: .25;
  background:
    linear-gradient(30deg, transparent 48%, #b9d5fb 49%, #b9d5fb 50%, transparent 51%) 0 0 / 100px 58px,
    linear-gradient(150deg, transparent 48%, #b9d5fb 49%, #b9d5fb 50%, transparent 51%) 0 0 / 100px 58px;
  transform: rotate(-6deg);
}

.print-industries .container {
  position: relative;
  z-index: 1;
}

.print-industries__grid {
  display: grid;
  grid-template-columns: minmax(320px, .84fr) minmax(620px, 1.16fr);
  gap: clamp(48px, 6vw, 92px);
  align-items: center;
}

.print-industries__copy {
  max-width: 510px;
}

.print-industries__eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 20px;
  color: #1468dc;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .075em;
}

.print-industries__eyebrow span {
  display: inline-block;
  width: 34px;
  height: 2px;
  border-radius: 999px;
  background: #2b78ef;
}

.print-industries__copy h2 {
  max-width: 520px;
  margin: 0 0 25px;
  color: #10244a;
  font-size: clamp(40px, 4.25vw, 64px);
  line-height: 1.06;
  letter-spacing: -.052em;
}

.print-industries__copy > p:last-child {
  max-width: 500px;
  margin: 0;
  color: #4d6382;
  font-size: 17px;
  line-height: 1.75;
}

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

.print-industry-card {
  position: relative;
  display: flex;
  min-height: 290px;
  flex-direction: column;
  align-items: flex-start;
  padding: 28px 28px 24px;
  overflow: hidden;
  border: 1px solid #dbe7f5;
  border-radius: 18px;
  background: rgba(255, 255, 255, .97);
  box-shadow: 0 13px 28px rgba(27, 70, 135, .075);
  color: #10244a;
  text-decoration: none;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.print-industry-card::before {
  position: absolute;
  top: -56px;
  right: -54px;
  width: 150px;
  height: 150px;
  border: 1px solid rgba(45, 121, 239, .075);
  border-radius: 50%;
  content: '';
}

.print-industry-card:hover,
.print-industry-card:focus-visible {
  border-color: #4387ee;
  box-shadow: 0 18px 34px rgba(27, 89, 178, .13);
  outline: none;
  transform: translateY(-5px);
}

.print-industry-card:focus-visible {
  box-shadow: 0 0 0 4px rgba(58, 127, 232, .2), 0 18px 34px rgba(27, 89, 178, .13);
}

.print-industry-card__icon {
  display: grid;
  width: 72px;
  height: 72px;
  place-items: center;
  margin-bottom: 25px;
  border-radius: 50%;
  background: linear-gradient(135deg, #eff6ff, #e6f0ff);
}

.print-industry-card__icon svg {
  width: 37px;
  height: 37px;
  fill: none;
  stroke: #176de4;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.print-industry-card__content {
  display: grid;
  gap: 15px;
}

.print-industry-card__content strong {
  color: #10244a;
  font-size: 23px;
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: -.035em;
}

.print-industry-card__content strong::after {
  display: block;
  width: 39px;
  height: 3px;
  margin-top: 13px;
  border-radius: 999px;
  background: #1d71ea;
  content: '';
}

.print-industry-card__content > span {
  color: #566d8e;
  font-size: 15px;
  line-height: 1.58;
}

.print-industry-card__arrow {
  margin-top: auto;
  color: #176de4;
  font-size: 31px;
  font-weight: 400;
  line-height: 1;
  transition: transform .2s ease;
}

.print-industry-card:hover .print-industry-card__arrow,
.print-industry-card:focus-visible .print-industry-card__arrow {
  transform: translateX(6px);
}

@media (max-width: 1160px) {
  .print-industries__grid {
    grid-template-columns: 1fr;
  }

  .print-industries__copy {
    max-width: 720px;
  }

  .print-industries__copy > p:last-child {
    max-width: 650px;
  }
}

@media (max-width: 820px) {
  .print-industries {
    padding: 78px 0;
  }

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

  .print-industry-card {
    min-height: 268px;
  }
}

@media (max-width: 560px) {
  .print-industries__copy h2 {
    font-size: 42px;
  }

  .print-industries__cards {
    grid-template-columns: 1fr;
  }

  .print-industry-card {
    min-height: 0;
    padding: 26px 24px 23px;
  }

  .print-industry-card__icon {
    width: 64px;
    height: 64px;
    margin-bottom: 22px;
  }
}

/* ========================================================================== 
   DIE CASTING — FINAL VISUAL OVERRIDE
   This block is intentionally at the very end of styles.css so it overrides
   earlier die-casting styles without changing other pages.
   ========================================================================== */
.die-network {
  position: relative;
  overflow: hidden;
  padding: 42px 0 96px;
  background:
    radial-gradient(circle at 82% 46%, rgba(66,130,234,.12) 0, rgba(66,130,234,.05) 22rem, transparent 42rem),
    linear-gradient(135deg,#fff 0%,#f7faff 100%);
}
.die-network::before,
.die-network::after { content:""; position:absolute; pointer-events:none; }
.die-network::before {
  top:-250px; right:-125px; width:790px; height:790px; border:1px solid rgba(57,127,232,.08); border-radius:50%;
  box-shadow:0 0 0 58px rgba(57,127,232,.045),0 0 0 116px rgba(57,127,232,.03),0 0 0 174px rgba(57,127,232,.02);
}
.die-network::after { display:none; }
.die-network .container { position:relative; z-index:1; }
.die-network__logos { display:flex; flex-wrap:wrap; justify-content:center; gap:18px 58px; margin:0 0 58px; color:#6f7d91; font-size:17px; font-weight:800; letter-spacing:.02em; }
.die-network__logos span:nth-child(2){font-style:italic;letter-spacing:-.03em;}.die-network__logos span:nth-child(4){color:#286ed5;}.die-network__logos span:nth-child(5){font-weight:700;}
.die-network__grid { display:grid; grid-template-columns:minmax(0,.9fr) minmax(520px,1.1fr); gap:76px; align-items:center; }
.die-network__copy .eyebrow { margin:0 0 18px; color:#1767d8; font-size:13px; font-weight:800; letter-spacing:.14em; }
.die-network__copy .eyebrow::after { content:""; display:block; width:48px; height:3px; margin-top:14px; border-radius:99px; background:#2875eb; }
.die-network__copy h2 { max-width:640px; margin:0 0 28px; color:#10294d; font-size:clamp(40px,4.1vw,63px); line-height:1.06; letter-spacing:-.055em; }
.die-network__copy > p { max-width:645px; margin:0 0 19px; color:#425a79; font-size:17px; line-height:1.72; }
.die-network__copy > p:last-child { margin-bottom:0; }
.die-network__cards { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:16px; }
.die-network__card { display:flex; min-height:242px; flex-direction:column; justify-content:space-between; padding:28px 29px 27px; border:1px solid #e1eaf6; border-radius:18px; background:rgba(255,255,255,.94); box-shadow:0 15px 30px rgba(30,71,128,.08); transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.die-network__card:hover { border-color:#b8d3f7; box-shadow:0 22px 38px rgba(30,71,128,.13); transform:translateY(-4px); }
.die-network__card-icon { display:grid; width:74px; height:74px; place-items:center; border-radius:50%; background:linear-gradient(135deg,#f3f7ff,#e7f0ff); color:#1f72e5; }
.die-network__card-icon svg { width:39px; height:39px; fill:none; stroke:currentColor; stroke-linecap:round; stroke-linejoin:round; stroke-width:2.2; }
.die-network__card strong { display:block; margin-bottom:12px; color:#2672d8; font-size:clamp(34px,3vw,48px); font-weight:800; line-height:1; letter-spacing:.01em; }
.die-network__card strong::after { content:""; display:block; width:34px; height:3px; margin-top:14px; border-radius:99px; background:#2875eb; }
.die-network__card span:not(.die-network__card-icon) { display:block; color:#30496b; font-size:17px; line-height:1.45; }

.die-parts { overflow:hidden; padding:94px 0 86px; background:radial-gradient(circle at 14% 22%,rgba(72,137,236,.07),transparent 24rem),linear-gradient(180deg,#f8fbff 0%,#f4f8fd 100%); }
.die-parts__heading { max-width:930px; margin-bottom:46px; }
.die-parts__heading .eyebrow { color:#1a69d6; font-size:13px; font-weight:800; letter-spacing:.14em; }
.die-parts__heading > p:last-child { max-width:880px; color:#526985; }
.die-parts__carousel { position:relative; max-width:1340px; margin:0 auto; padding:0 58px; }
.die-parts__viewport { overflow:hidden; outline:none; }
.die-parts__viewport:focus-visible { border-radius:18px; box-shadow:0 0 0 4px rgba(57,127,232,.24); }
.die-parts__track { display:flex; gap:22px; width:max-content; transition:transform .42s cubic-bezier(.2,.78,.25,1); will-change:transform; }
.die-parts__card { display:flex; width:286px; min-height:452px; flex:0 0 286px; flex-direction:column; overflow:hidden; border:1px solid #e0e8f3; border-radius:16px; background:#fff; box-shadow:0 12px 24px rgba(26,62,112,.08); }
.die-parts__card-media { display:grid; height:308px; place-items:center; overflow:hidden; background:linear-gradient(135deg,#fbfcfe,#f2f5f8); }
.die-parts__card-media img { width:100%; height:100%; object-fit:contain; transition:transform .35s ease; }
.die-parts__card:hover .die-parts__card-media img { transform:scale(1.045); }
.die-parts__card-body { display:grid; grid-template-columns:52px minmax(0,1fr); gap:16px; align-items:center; flex:1; padding:20px 20px 22px; }
.die-parts__card-icon { display:grid; width:52px; height:52px; place-items:center; border-radius:50%; background:linear-gradient(145deg,#1968ce,#2f83ee); color:#fff; box-shadow:0 7px 16px rgba(38,111,220,.22); }
.die-parts__card-icon svg { width:29px; height:29px; fill:none; stroke:currentColor; stroke-linecap:round; stroke-linejoin:round; stroke-width:1.8; }
.die-parts__card h3 { margin:0; color:#132e55; font-size:19px; line-height:1.34; letter-spacing:-.025em; }
.die-parts__arrow { position:absolute; top:50%; z-index:2; display:grid; width:52px; height:52px; place-items:center; border:1px solid #dbe6f3; border-radius:50%; background:#fff; color:#2875eb; box-shadow:0 10px 18px rgba(26,63,114,.1); cursor:pointer; transform:translateY(-50%); transition:color .18s ease,background .18s ease,transform .18s ease; }
.die-parts__arrow:hover { background:#2875eb; color:#fff; transform:translateY(-50%) scale(1.05); }
.die-parts__arrow:disabled { opacity:.38; cursor:not-allowed; }
.die-parts__arrow svg { width:25px; height:25px; fill:none; stroke:currentColor; stroke-linecap:round; stroke-linejoin:round; stroke-width:2.2; }
.die-parts__arrow--prev { left:0; }.die-parts__arrow--next { right:0; }
.die-parts__dots { display:flex; justify-content:center; gap:12px; margin-top:32px; }
.die-parts__dots button { width:12px; height:12px; padding:0; border:0; border-radius:50%; background:#cbd5e3; cursor:pointer; transition:width .2s ease,background .2s ease; }
.die-parts__dots button.is-active { width:16px; background:#2875eb; }

.die-industries { position:relative; overflow:hidden; padding:96px 0; background:radial-gradient(circle at 10% 9%,rgba(56,126,233,.11),transparent 23rem),linear-gradient(135deg,#f7fbff 0%,#eef5ff 100%); }
.die-industries::before { content:""; position:absolute; right:-162px; bottom:-225px; width:570px; height:570px; border:1px solid rgba(57,127,232,.1); border-radius:50%; box-shadow:0 0 0 58px rgba(57,127,232,.04),0 0 0 116px rgba(57,127,232,.025); pointer-events:none; }
.die-industries .container { position:relative; z-index:1; }
.die-industries__layout { display:grid; grid-template-columns:minmax(0,.8fr) minmax(580px,1.2fr); gap:78px; align-items:center; }
.die-industries__copy .eyebrow { margin:0 0 18px; color:#1767d8; font-size:13px; font-weight:800; letter-spacing:.13em; }
.die-industries__copy .eyebrow::after { content:""; display:block; width:46px; height:3px; margin-top:14px; border-radius:99px; background:#2875eb; }
.die-industries__copy h2 { max-width:535px; margin:0 0 26px; color:#10294d; font-size:clamp(41px,4vw,61px); line-height:1.08; letter-spacing:-.055em; }
.die-industries__copy > p:last-child { max-width:520px; margin:0; color:#405a7a; font-size:18px; line-height:1.68; }
.die-industry-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:18px; }
.die-industry-grid article { min-height:265px; padding:27px 27px 25px; border:1px solid #e0e9f6; border-radius:18px; background:rgba(255,255,255,.94); box-shadow:0 13px 27px rgba(28,70,128,.07); transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease; }
.die-industry-grid article:hover { border-color:#b9d5fb; box-shadow:0 20px 34px rgba(28,70,128,.12); transform:translateY(-5px); }
.die-industry-grid__icon { display:grid; width:66px; height:66px; place-items:center; margin-bottom:21px; border-radius:50%; background:linear-gradient(135deg,#eef5ff,#e6f0ff); color:#1768de; }
.die-industry-grid__icon svg { width:34px; height:34px; fill:none; stroke:currentColor; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; }
.die-industry-grid h3 { margin:0; color:#132c50; font-size:21px; line-height:1.25; letter-spacing:-.03em; }
.die-industry-grid__title-line { display:block; width:36px; height:3px; margin:17px 0 15px; border-radius:99px; background:#2875eb; }
.die-industry-grid p { margin:0; color:#627794; font-size:14px; line-height:1.58; }

@media (max-width:1100px) {
  .die-network__grid,.die-industries__layout{grid-template-columns:1fr;gap:42px;}
  .die-network__copy,.die-industries__copy{max-width:800px;}
}
@media (max-width:800px) {
  .die-network,.die-parts,.die-industries{padding:72px 0;}
  .die-network__logos{margin-bottom:38px;gap:14px 28px;font-size:15px;}
  .die-network__card{min-height:218px;padding:24px;}
  .die-parts__carousel{padding:0 28px;}
  .die-parts__card{width:min(74vw,340px);flex-basis:min(74vw,340px);}
  .die-parts__arrow{width:44px;height:44px;}
  .die-parts__arrow--prev{left:-3px;}.die-parts__arrow--next{right:-3px;}
}
@media (max-width:560px) {
  .die-network,.die-parts,.die-industries{padding:58px 0;}
  .die-network__copy h2,.die-industries__copy h2{font-size:41px;letter-spacing:-.048em;}
  .die-network__cards,.die-industry-grid{grid-template-columns:1fr;}
  .die-network__card{min-height:194px;}
  .die-network__card-icon{width:62px;height:62px;}
  .die-network__card strong{font-size:39px;}
  .die-parts__carousel{padding:0;}
  .die-parts__card{width:calc(100vw - 76px);flex-basis:calc(100vw - 76px);}
  .die-parts__card-media{height:280px;}
  .die-parts__arrow{top:142px;}
  .die-parts__arrow--prev{left:-8px;}.die-parts__arrow--next{right:-8px;}
}


/* ======================================================================
   Aerospace hero redesign — white information card + engineering visual
   ====================================================================== */
.aerospace-hero {
  position: relative;
  overflow: hidden;
  padding: 0;
  background:
    linear-gradient(105deg, #ffffff 0%, #ffffff 44%, #f1f6ff 75%, #e7f0fc 100%);
}

.aerospace-hero::before {
  content: '';
  position: absolute;
  top: -210px;
  left: -210px;
  width: 760px;
  height: 760px;
  border: 1px solid rgba(45, 112, 221, .10);
  border-radius: 50%;
  box-shadow:
    0 0 0 70px rgba(45, 112, 221, .04),
    0 0 0 140px rgba(45, 112, 221, .025);
  pointer-events: none;
}

.aerospace-hero::after {
  content: '';
  position: absolute;
  top: 74px;
  left: 14px;
  width: 44px;
  height: 112px;
  opacity: .35;
  background-image: radial-gradient(circle, #2875eb 1.25px, transparent 1.25px);
  background-size: 10px 10px;
  pointer-events: none;
}

.aerospace-hero__grid {
  position: relative;
  z-index: 1;
  min-height: 720px;
  display: grid;
  grid-template-columns: minmax(0, .94fr) minmax(540px, 1.06fr);
  align-items: stretch;
  gap: 0;
}

.aerospace-hero__card {
  position: relative;
  z-index: 2;
  width: auto;
  min-height: 650px;
  margin: 54px -26px 54px 0;
  padding: 68px 70px 42px;
  border: 1px solid rgba(216, 228, 243, .84);
  border-radius: 28px;
  background: rgba(255, 255, 255, .95);
  box-shadow: 0 20px 58px rgba(29, 64, 119, .12);
}

.aerospace-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  margin: 0 0 32px;
  color: #29405f;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .15em;
  line-height: 1.35;
}

.aerospace-hero__eyebrow svg {
  width: 47px;
  height: 24px;
  fill: none;
  stroke: #2875eb;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.aerospace-hero h1 {
  max-width: 620px;
  margin: 0 0 25px;
  color: #102747;
  font-size: clamp(50px, 5.35vw, 78px);
  font-weight: 800;
  line-height: .98;
  letter-spacing: -.062em;
}

.aerospace-hero h1 span {
  display: block;
  margin: 0;
}

.aerospace-hero h1::after {
  content: '';
  display: block;
  width: 64px;
  height: 4px;
  margin-top: 27px;
  border-radius: 999px;
  background: #2875eb;
}

.aerospace-hero h1 span::before {
  display: none;
}

.aerospace-hero__card > p:not(.aerospace-hero__eyebrow) {
  max-width: 560px;
  margin: 0 0 27px;
  color: #344e70;
  font-size: 17px;
  line-height: 1.72;
}

.aerospace-hero__button {
  gap: 11px;
  min-height: 52px;
  margin: 0;
  padding: 0 22px;
  border-radius: 7px;
  box-shadow: 0 12px 22px rgba(39, 111, 235, .23);
}

.aerospace-hero__button svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.aerospace-hero__proof {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 43px 0 0;
  padding: 25px 0 0;
  border-top: 1px solid #dbe5f0;
  list-style: none;
}

.aerospace-hero__proof li {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  padding: 0 16px;
  color: #284664;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.33;
}

.aerospace-hero__proof li:first-child { padding-left: 0; }
.aerospace-hero__proof li + li { border-left: 1px solid #dbe5f0; }

.aerospace-hero__proof svg {
  width: 27px;
  height: 27px;
  flex: 0 0 27px;
  fill: none;
  stroke: #2875eb;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.aerospace-hero__media {
  position: relative;
  z-index: 1;
  min-height: 720px;
  margin: 0;
  overflow: hidden;
  border-radius: 0 0 0 84px;
  background: #071525;
}

.aerospace-hero__media::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(5, 20, 38, .23), rgba(5, 20, 38, 0) 34%),
    linear-gradient(180deg, rgba(4, 13, 24, .28), rgba(4, 13, 24, .05) 48%, rgba(4, 15, 28, .44));
  pointer-events: none;
}

.aerospace-hero__media::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 2;
  opacity: .35;
  background-image:
    linear-gradient(rgba(118, 181, 255, .24) 1px, transparent 1px),
    linear-gradient(90deg, rgba(118, 181, 255, .24) 1px, transparent 1px);
  background-size: 116px 116px;
  -webkit-mask-image: linear-gradient(180deg, rgba(0,0,0,.85), transparent 67%);
  mask-image: linear-gradient(180deg, rgba(0,0,0,.85), transparent 67%);
  pointer-events: none;
}

.aerospace-hero__media img {
  width: 100%;
  height: 100%;
  min-height: 720px;
  object-fit: cover;
  object-position: 52% 50%;
  filter: saturate(.86) contrast(1.08) brightness(.94);
}

.aerospace-hero__top-note {
  position: absolute;
  top: 78px;
  right: 42px;
  z-index: 3;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: rgba(226, 240, 255, .87);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .09em;
  line-height: 1.5;
}

.aerospace-hero__top-note span {
  display: inline-block;
  width: 18px;
  height: 2px;
  margin-top: 8px;
  background: #2f7bf0;
}

.aerospace-hero__scene-link {
  position: absolute;
  right: 40px;
  bottom: 44px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 15px;
  min-width: 274px;
  padding: 12px 15px 12px 18px;
  border: 1px solid rgba(202, 224, 255, .25);
  border-radius: 999px;
  background: rgba(10, 40, 73, .42);
  color: rgba(234, 244, 255, .91);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1.45;
  text-decoration: none;
  backdrop-filter: blur(8px);
}

.aerospace-hero__scene-link span {
  display: grid;
  width: 28px;
  height: 28px;
  margin-left: auto;
  place-items: center;
  border: 1px solid rgba(214, 235, 255, .35);
  border-radius: 50%;
  font-size: 16px;
}

.aerospace-hero__scene-link:hover {
  border-color: rgba(214, 235, 255, .72);
  background: rgba(18, 67, 118, .68);
}

@media (max-width: 1080px) {
  .aerospace-hero__grid {
    grid-template-columns: minmax(0, .95fr) minmax(430px, 1.05fr);
    min-height: 660px;
  }

  .aerospace-hero__card {
    min-height: 586px;
    margin: 38px -20px 38px 0;
    padding: 54px 48px 32px;
  }

  .aerospace-hero__media,
  .aerospace-hero__media img {
    min-height: 660px;
  }

  .aerospace-hero__proof li {
    gap: 8px;
    padding: 0 10px;
    font-size: 11px;
  }

  .aerospace-hero__proof svg {
    width: 23px;
    height: 23px;
    flex-basis: 23px;
  }
}

@media (max-width: 820px) {
  .aerospace-hero {
    padding: 28px 0 0;
  }

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

  .aerospace-hero__card {
    min-height: auto;
    margin: 0;
    padding: 46px 40px 35px;
  }

  .aerospace-hero__media,
  .aerospace-hero__media img {
    min-height: 450px;
  }

  .aerospace-hero__media {
    margin-top: -20px;
    border-radius: 0 0 56px 56px;
  }

  .aerospace-hero__proof {
    margin-top: 34px;
  }
}

@media (max-width: 580px) {
  .aerospace-hero {
    padding-top: 18px;
  }

  .aerospace-hero__card {
    padding: 34px 24px 26px;
    border-radius: 20px;
  }

  .aerospace-hero__eyebrow {
    gap: 9px;
    margin-bottom: 24px;
    font-size: 10px;
    letter-spacing: .11em;
  }

  .aerospace-hero__eyebrow svg {
    width: 34px;
  }

  .aerospace-hero h1 {
    font-size: clamp(44px, 13vw, 62px);
  }

  .aerospace-hero__card > p:not(.aerospace-hero__eyebrow) {
    font-size: 16px;
  }

  .aerospace-hero__button {
    width: 100%;
  }

  .aerospace-hero__proof {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px 0;
    padding-top: 20px;
  }

  .aerospace-hero__proof li {
    padding: 0 10px;
    font-size: 11px;
  }

  .aerospace-hero__proof li:nth-child(3) { padding-left: 0; }
  .aerospace-hero__proof li:nth-child(3) { border-left: 0; }

  .aerospace-hero__media,
  .aerospace-hero__media img {
    min-height: 320px;
  }

  .aerospace-hero__top-note {
    top: 28px;
    right: 22px;
    font-size: 9px;
  }

  .aerospace-hero__scene-link {
    right: 18px;
    bottom: 22px;
    min-width: 235px;
    font-size: 9px;
  }
}

/* --------------------------------------------------------------------------
   Aerospace coordination section — image-free card redesign
   -------------------------------------------------------------------------- */
.aerospace-why {
  position: relative;
  overflow: hidden;
  padding: 104px 0 112px;
  background:
    radial-gradient(circle at 8% 14%, rgba(52, 124, 234, .11), transparent 26rem),
    linear-gradient(135deg, #f7faff 0%, #ffffff 60%, #f6faff 100%);
}

.aerospace-why::before {
  position: absolute;
  top: -420px;
  right: -330px;
  width: 980px;
  height: 980px;
  border: 1px solid rgba(51, 114, 219, .12);
  border-radius: 50%;
  box-shadow:
    0 0 0 48px rgba(51, 114, 219, .05),
    0 0 0 96px rgba(51, 114, 219, .035),
    0 0 0 144px rgba(51, 114, 219, .023);
  content: '';
  pointer-events: none;
}

.aerospace-why::after {
  position: absolute;
  top: 26px;
  right: 6%;
  width: 430px;
  height: 430px;
  opacity: .55;
  background-image:
    linear-gradient(rgba(43, 111, 226, .08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(43, 111, 226, .08) 1px, transparent 1px),
    radial-gradient(circle, rgba(43, 111, 226, .36) 1.1px, transparent 1.4px);
  background-position: 0 0, 0 0, 8px 8px;
  background-size: 54px 54px, 54px 54px, 16px 16px;
  content: '';
  mask-image: radial-gradient(circle at 65% 45%, #000 0 47%, transparent 74%);
  -webkit-mask-image: radial-gradient(circle at 65% 45%, #000 0 47%, transparent 74%);
  pointer-events: none;
}

.aerospace-why .container {
  position: relative;
  z-index: 1;
}

.aerospace-why__intro {
  max-width: 940px;
  margin: 0 0 50px;
}

.aerospace-why__eyebrow {
  display: flex;
  align-items: center;
  gap: 13px;
  margin: 0 0 18px;
  color: #1767d8;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .18em;
  line-height: 1.25;
  text-transform: uppercase;
}

.aerospace-why__eyebrow::before,
.aerospace-why__eyebrow::after {
  width: 34px;
  height: 2px;
  background: #2d78eb;
  content: '';
}

.aerospace-why__intro h2 {
  max-width: 850px;
  margin: 0 0 22px;
  color: #0c2146;
  font-size: clamp(42px, 4.5vw, 70px);
  font-weight: 800;
  letter-spacing: -.058em;
  line-height: 1.02;
}

.aerospace-why__intro h2::after { display: none; }
.aerospace-why__intro h2 span { display: block; }

.aerospace-why__intro > p:not(.aerospace-why__eyebrow) {
  max-width: 850px;
  margin: 0;
  color: #334c6c;
  font-size: 17px;
  line-height: 1.7;
}

.aerospace-why__intro strong { color: #1767d8; }

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

.aerospace-why .aerospace-why-card {
  position: relative;
  display: flex;
  min-height: 450px;
  flex-direction: column;
  overflow: hidden;
  padding: 30px 32px 26px;
  border: 1px solid #dce8f8;
  border-radius: 20px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 16px 34px rgba(21, 70, 137, .10);
  color: #10294c;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.aerospace-why .aerospace-why-card:hover {
  border-color: #b6d3f8;
  box-shadow: 0 22px 42px rgba(21, 70, 137, .15);
  transform: translateY(-5px);
}

.aerospace-why .aerospace-why-card::before {
  position: absolute;
  right: 27px;
  bottom: 24px;
  width: 84px;
  height: 58px;
  opacity: .55;
  background-image: radial-gradient(circle, #a5c8fb 1.45px, transparent 1.8px);
  background-size: 13px 13px;
  content: '';
  pointer-events: none;
}

.aerospace-why-card__meta {
  display: flex;
  align-items: center;
  min-height: 86px;
  margin: 0 0 27px;
}

.aerospace-why-card__icon {
  display: grid;
  width: 86px;
  height: 86px;
  place-items: center;
  border: 1px solid #d8e8ff;
  border-radius: 50%;
  background: linear-gradient(145deg, #f6faff, #eaf3ff);
  box-shadow: inset 0 0 0 8px rgba(255, 255, 255, .46);
}

.aerospace-why-card__icon svg {
  width: 42px;
  height: 42px;
  fill: none;
  stroke: #1f72e8;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.aerospace-why .aerospace-why-card .card-index {
  position: relative;
  display: flex;
  flex: 1;
  align-items: center;
  gap: 13px;
  justify-content: flex-end;
  margin: 0;
  color: #1f72e8;
  font-size: 27px;
  font-weight: 800;
  letter-spacing: -.03em;
  line-height: 1;
}

.aerospace-why .aerospace-why-card .card-index::after {
  width: 32px;
  height: 2px;
  margin-top: 5px;
  background: #2a76e8;
  content: '';
}

.aerospace-why .aerospace-why-card h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #0f2750;
  font-size: clamp(28px, 2.25vw, 35px);
  font-weight: 800;
  letter-spacing: -.052em;
  line-height: 1.06;
}

.aerospace-why-card__rule {
  display: block;
  width: 48px;
  height: 2px;
  margin: 22px 0 20px;
  background: #8db9f4;
}

.aerospace-why .aerospace-why-card > p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #405a7d;
  font-size: 15px;
  line-height: 1.66;
}

.aerospace-why-card__arrow {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  color: #1f72e8;
  font-size: 33px;
  font-weight: 400;
  line-height: 1;
}

@media (max-width: 980px) {
  .aerospace-why { padding: 82px 0 88px; }
  .aerospace-why__grid { grid-template-columns: 1fr; max-width: 650px; }
  .aerospace-why .aerospace-why-card { min-height: 0; }
}

@media (max-width: 640px) {
  .aerospace-why { padding: 64px 0 70px; }
  .aerospace-why__intro { margin-bottom: 34px; }
  .aerospace-why__intro h2 { font-size: 42px; letter-spacing: -.055em; }
  .aerospace-why__intro > p:not(.aerospace-why__eyebrow) { font-size: 16px; }
  .aerospace-why__eyebrow { font-size: 10px; letter-spacing: .14em; }
  .aerospace-why .aerospace-why-card { padding: 24px 22px; border-radius: 16px; }
  .aerospace-why-card__meta { min-height: 70px; margin-bottom: 22px; }
  .aerospace-why-card__icon { width: 70px; height: 70px; }
  .aerospace-why-card__icon svg { width: 35px; height: 35px; }
  .aerospace-why .aerospace-why-card .card-index { font-size: 24px; }
  .aerospace-why .aerospace-why-card h3 { font-size: 31px; }
}

/* ========================================================================== 
   Aerospace roadmap — prototype-to-production visual timeline
   No photography: icons and aircraft blueprint are inline SVG / CSS only.
   ========================================================================== */
.aerospace-roadmap {
  position: relative;
  overflow: hidden;
  padding: 98px 0 104px;
  background:
    radial-gradient(circle at 8% 16%, rgba(255,255,255,.98), rgba(255,255,255,0) 30rem),
    linear-gradient(135deg, #fff2e7 0%, #fff8f1 44%, #fef0e0 100%);
}

.aerospace-roadmap::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .46;
  background-image: radial-gradient(rgba(49, 104, 195, .28) .85px, transparent .85px);
  background-size: 18px 18px;
  mask-image: linear-gradient(90deg, rgba(0,0,0,.55), transparent 34%, transparent 72%, rgba(0,0,0,.38));
}

.aerospace-roadmap__container {
  position: relative;
  z-index: 1;
}

.aerospace-roadmap__blueprint {
  position: absolute;
  top: -92px;
  right: -96px;
  width: min(55vw, 690px);
  color: #2677e6;
  opacity: .19;
  pointer-events: none;
}

.aerospace-roadmap__blueprint svg {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.aerospace-roadmap__blueprint .blueprint-grid { stroke-width: .55; opacity: .42; }
.aerospace-roadmap__blueprint .blueprint-rings { stroke-width: 1; opacity: .7; }
.aerospace-roadmap__blueprint .blueprint-plane { stroke-width: 1.45; opacity: .95; }

.aerospace-roadmap__heading {
  position: relative;
  z-index: 1;
}

.aerospace-roadmap__heading .eyebrow {
  margin: 0 0 18px;
  color: #1468dd;
  font-size: 12px;
  letter-spacing: .14em;
}

.aerospace-roadmap__heading h2 {
  max-width: 760px;
  margin: 0;
  color: #102447;
  font-size: clamp(42px, 4.2vw, 68px);
  line-height: 1.04;
  letter-spacing: -.055em;
}

.aerospace-roadmap__heading h2 span {
  display: block;
}

.aerospace-roadmap__heading h2::after {
  display: block;
  width: 72px;
  height: 4px;
  margin: 28px 0 0;
  background: #2377ed;
  content: '';
}

.aerospace-roadmap__heading > p:last-child {
  max-width: 690px;
  margin: 24px 0 0;
  color: #3e4d62;
  font-size: 18px;
  line-height: 1.63;
}

.aerospace-roadmap__mark { display: none; }

.aerospace-roadmap__grid {
  position: relative;
  z-index: 1;
  display: grid;
  margin-top: 84px;
  padding-top: 54px;
}

.aerospace-roadmap__grid::before {
  position: absolute;
  top: 53px;
  right: 9%;
  left: 9%;
  height: 2px;
  background: linear-gradient(90deg, rgba(41,122,238,.18), #2678eb 12%, #2678eb 88%, rgba(41,122,238,.18));
  content: '';
}

.aerospace-roadmap__card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 498px;
  flex-direction: column;
  padding: 76px 25px 25px;
  border: 1px solid rgba(217, 228, 240, .95);
  border-radius: 18px;
  background: rgba(255, 255, 255, .95);
  box-shadow: 0 14px 32px rgba(21, 55, 103, .1);
}

.aerospace-roadmap__card::after {
  position: absolute;
  right: 22px;
  bottom: 20px;
  width: 62px;
  height: 34px;
  background-image: radial-gradient(rgba(41, 122, 235, .35) 1px, transparent 1.15px);
  background-size: 9px 9px;
  content: '';
  opacity: .48;
}

.aerospace-roadmap__icon {
  position: absolute;
  z-index: 2;
  top: -52px;
  left: 50%;
  display: grid;
  width: 104px;
  height: 104px;
  place-items: center;
  border: 7px solid #fff;
  border-radius: 50%;
  background: linear-gradient(145deg, #ffffff, #eef5ff);
  box-shadow: 0 12px 26px rgba(37, 88, 161, .16);
  color: #1e73ed;
  transform: translateX(-50%);
}

.aerospace-roadmap__icon svg {
  width: 48px;
  height: 48px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.aerospace-roadmap .roadmap-number {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  margin: 0 0 20px;
  border-radius: 50%;
  background: #2478ee;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
}

.aerospace-roadmap__card h3 {
  min-height: 62px;
  margin: 0 0 16px;
  color: #12284c;
  font-size: clamp(21px, 1.65vw, 26px);
  line-height: 1.16;
  letter-spacing: -.035em;
}

.aerospace-roadmap__card > p:not(.roadmap-number) {
  min-height: 115px;
  margin: 0;
  color: #485a71;
  font-size: 14px;
  line-height: 1.58;
}

.aerospace-roadmap__card ul {
  display: grid;
  gap: 12px;
  margin: 20px 0 0;
  padding: 20px 0 0;
  border-top: 1px solid #dfe7f1;
  list-style: none;
}

.aerospace-roadmap__card li {
  position: relative;
  padding-left: 19px;
  color: #273b58;
  font-size: 13px;
  line-height: 1.46;
}

.aerospace-roadmap__card li::before {
  content: '✓';
  position: absolute;
  top: 0;
  left: 0;
  color: #1d75ed;
  font-weight: 800;
}

@media (max-width: 1180px) {
  .aerospace-roadmap__grid {
    padding-top: 50px;
  }

  .aerospace-roadmap__grid::before {
    top: 50px;
    right: 6%;
    left: 6%;
  }
}

@media (max-width: 760px) {
  .aerospace-roadmap {
    padding: 72px 0 76px;
  }

  .aerospace-roadmap__blueprint {
    top: 4px;
    right: -185px;
    width: 620px;
    opacity: .11;
  }

  .aerospace-roadmap__heading h2 {
    font-size: clamp(38px, 10vw, 55px);
  }

  .aerospace-roadmap__heading > p:last-child {
    font-size: 16px;
  }

  .aerospace-roadmap__grid {
    grid-template-columns: 1fr;
    gap: 72px;
    margin-top: 74px;
    padding: 0;
  }

  .aerospace-roadmap__grid::before {
    top: 8px;
    bottom: 8px;
    left: 50%;
    right: auto;
    width: 2px;
    height: auto;
    background: linear-gradient(180deg, rgba(41,122,238,.12), #2678eb 12%, #2678eb 88%, rgba(41,122,238,.12));
  }

  .aerospace-roadmap__card {
    min-height: auto;
    padding: 72px 26px 28px;
  }

  .aerospace-roadmap__card h3,
  .aerospace-roadmap__card > p:not(.roadmap-number) {
    min-height: auto;
  }
}

@media (max-width: 480px) {
  .aerospace-roadmap__heading h2::after {
    margin-top: 21px;
  }

  .aerospace-roadmap__icon {
    width: 92px;
    height: 92px;
  }

  .aerospace-roadmap__icon svg {
    width: 42px;
    height: 42px;
  }

  .aerospace-roadmap__card {
    padding: 66px 21px 24px;
  }
}


/* ======================================================================
   Aerospace roadmap layout repair
   This override neutralizes inherited legacy roadmap rules.
   ====================================================================== */
.aerospace-roadmap__heading {
  display: block;
  max-width: 820px;
  padding: 0;
}

.aerospace-roadmap__heading h2,
.aerospace-roadmap__heading > p:last-child {
  width: auto;
}

.aerospace-roadmap__grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.aerospace-roadmap__grid > .aerospace-roadmap__card:last-child {
  grid-column: auto;
}

@media (max-width: 1180px) {
  .aerospace-roadmap__grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
  }

  .aerospace-roadmap__card {
    min-height: 488px;
    padding: 70px 18px 22px;
  }

  .aerospace-roadmap__card h3 {
    min-height: 58px;
    font-size: 21px;
  }

  .aerospace-roadmap__card > p:not(.roadmap-number) {
    min-height: 128px;
    font-size: 13px;
  }

  .aerospace-roadmap__card ul {
    gap: 10px;
    margin-top: 16px;
    padding-top: 16px;
  }

  .aerospace-roadmap__card li {
    font-size: 12px;
  }

  .aerospace-roadmap__icon {
    width: 90px;
    height: 90px;
    top: -45px;
  }

  .aerospace-roadmap__icon svg {
    width: 41px;
    height: 41px;
  }
}

@media (max-width: 860px) {
  .aerospace-roadmap__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 74px 20px;
  }

  .aerospace-roadmap__grid::before {
    display: none;
  }

  .aerospace-roadmap__card {
    min-height: 0;
    padding: 70px 24px 26px;
  }

  .aerospace-roadmap__card h3,
  .aerospace-roadmap__card > p:not(.roadmap-number) {
    min-height: auto;
  }
}

@media (max-width: 560px) {
  .aerospace-roadmap__grid {
    grid-template-columns: 1fr;
    gap: 70px;
    margin-top: 68px;
  }

  .aerospace-roadmap__grid::before {
    display: block;
  }
}

/* Remove legacy outline circles behind the roadmap step numbers. */
.aerospace-roadmap__grid article::before {
  display: none;
}

/* ==========================================================================
   Automotive page — aerospace-inspired layout
   This block updates automotive.html to use the same visual rhythm as the
   redesigned aerospace page while keeping automotive-specific copy.
   ========================================================================== */
.industry-page--automotive {
  --automotive-accent: #2875eb;
  --automotive-ink: #0d1b3c;
  --automotive-muted: #526780;
}

.automotive-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 8%, rgba(40, 117, 235, .18), transparent 24rem),
    linear-gradient(135deg, #05070d 0%, #07111f 52%, #10213d 100%);
}

.automotive-hero__grid {
  min-height: 620px;
  display: grid;
  grid-template-columns: minmax(400px, .78fr) minmax(520px, 1.22fr);
  align-items: stretch;
}

.automotive-hero__card {
  position: relative;
  z-index: 2;
  align-self: center;
  width: min(100%, 640px);
  margin: 48px 0;
  padding: 62px 64px 38px;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 0 28px 28px 0;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 26px 70px rgba(0, 0, 0, .24);
}

.automotive-hero__eyebrow {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 28px;
  color: #151d2a;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.automotive-hero__eyebrow svg {
  width: 48px;
  height: 24px;
  flex: 0 0 48px;
  fill: none;
  stroke: var(--automotive-accent);
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.automotive-hero h1 {
  max-width: 520px;
  margin: 0 0 28px;
  color: #090f23;
  font-size: clamp(54px, 5.2vw, 84px);
  font-weight: 800;
  line-height: .95;
  letter-spacing: -.065em;
}

.automotive-hero h1 span {
  display: block;
  margin-left: 72px;
}

.automotive-hero h1 span::before {
  content: '';
  display: inline-block;
  width: 58px;
  height: 5px;
  margin: 0 13px 15px -72px;
  border-radius: 999px;
  background: var(--automotive-accent);
  vertical-align: middle;
}

.automotive-hero__intro {
  max-width: 470px;
  margin: 0 0 28px;
  color: #263750;
  font-size: 18px;
  line-height: 1.58;
}

.automotive-hero__button {
  min-height: 52px;
  gap: 10px;
  border-radius: 999px;
}

.automotive-hero__button svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.automotive-hero__proof {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 36px -64px -38px;
  padding: 0;
  border-top: 1px solid #e0e8f3;
  list-style: none;
  background: #f7faff;
}

.automotive-hero__proof li {
  display: grid;
  gap: 8px;
  min-height: 98px;
  place-items: center;
  padding: 18px 10px;
  color: #253b58;
  text-align: center;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
}

.automotive-hero__proof li + li {
  border-left: 1px solid #e0e8f3;
}

.automotive-hero__proof svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: var(--automotive-accent);
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.automotive-hero__media {
  position: relative;
  align-self: stretch;
  min-height: 620px;
  margin: 0;
  overflow: hidden;
  background: #10131a;
}

.automotive-hero__media::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(5, 7, 13, .44), rgba(5, 7, 13, .04) 45%, rgba(5, 7, 13, .12)),
    radial-gradient(circle at 74% 18%, rgba(40, 117, 235, .2), transparent 22rem);
  pointer-events: none;
}

.automotive-hero__media img {
  width: 100%;
  height: 100%;
  min-height: 620px;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.04) contrast(1.03);
}

.automotive-hero__top-note,
.automotive-hero__scene-link {
  position: absolute;
  z-index: 2;
  color: #ffffff;
  font-weight: 800;
  letter-spacing: .06em;
  text-decoration: none;
  text-transform: uppercase;
}

.automotive-hero__top-note {
  top: 42px;
  right: 44px;
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
  text-align: right;
}

.automotive-hero__top-note span {
  display: block;
  width: 52px;
  height: 3px;
  margin: 0 0 13px auto;
  border-radius: 999px;
  background: var(--automotive-accent);
}

.automotive-hero__scene-link {
  right: 44px;
  bottom: 38px;
  padding: 14px 18px;
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 999px;
  background: rgba(5, 12, 24, .45);
  backdrop-filter: blur(10px);
  font-size: 12px;
  line-height: 1.35;
}

.automotive-hero__scene-link span {
  color: #8abaff;
}

.automotive-why {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 16%, rgba(40, 117, 235, .08), transparent 24rem),
    linear-gradient(180deg, #f8fbff 0%, #eef3fa 100%);
}

.automotive-why__intro {
  max-width: 940px;
  margin: 0 auto 50px;
  text-align: center;
}

.automotive-why__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 15px;
  color: var(--automotive-accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.automotive-why__eyebrow::before {
  content: '';
  width: 42px;
  height: 3px;
  border-radius: 999px;
  background: var(--automotive-accent);
}

.automotive-why__intro h2,
.automotive-applications h2,
.automotive-industries h2,
.automotive-roadmap h2 {
  margin-bottom: 22px;
  color: #0d1b3c;
  font-size: clamp(42px, 4.3vw, 64px);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -.055em;
}

.automotive-why__intro h2 span,
.automotive-applications h2 span,
.automotive-industries h2 span,
.automotive-roadmap h2 span {
  display: block;
}

.automotive-why__intro > p {
  max-width: 830px;
  margin: 0 auto;
  color: #405572;
  font-size: 17px;
  line-height: 1.66;
}

.automotive-why__intro strong {
  color: var(--blue-dark);
}

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

.automotive-why-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 365px;
  overflow: hidden;
  padding: 30px;
  border: 1px solid #dce8f7;
  border-radius: 22px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 14px 34px rgba(24, 70, 132, .08);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.automotive-why-card::before {
  content: '';
  position: absolute;
  top: -80px;
  right: -80px;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: rgba(40, 117, 235, .08);
}

.automotive-why-card:hover {
  transform: translateY(-5px);
  border-color: #b8d3f8;
  box-shadow: 0 22px 42px rgba(24, 70, 132, .13);
}

.automotive-why-card__meta {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 52px;
}

.automotive-why-card__icon {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 16px;
  background: #edf4ff;
  color: var(--automotive-accent);
}

.automotive-why-card__icon svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.automotive-why-card .card-index {
  color: #9ab7df;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .12em;
}

.automotive-why-card h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #102342;
  font-size: 30px;
  line-height: 1.08;
  letter-spacing: -.04em;
}

.automotive-why-card__rule {
  position: relative;
  z-index: 1;
  display: block;
  width: 52px;
  height: 3px;
  margin: 20px 0 18px;
  border-radius: 999px;
  background: var(--automotive-accent);
}

.automotive-why-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #526780;
  font-size: 15px;
  line-height: 1.62;
}

.automotive-why-card__arrow {
  position: absolute;
  right: 26px;
  bottom: 22px;
  color: var(--automotive-accent);
  font-size: 28px;
  line-height: 1;
}

.automotive-roadmap {
  position: relative;
  overflow: hidden;
  padding: 92px 0;
  background: #ffead8;
}

.automotive-roadmap__container {
  position: relative;
  z-index: 1;
}

.automotive-roadmap__blueprint {
  position: absolute;
  top: 20px;
  right: -110px;
  z-index: -1;
  width: min(52vw, 660px);
  color: rgba(40, 117, 235, .18);
  pointer-events: none;
}

.automotive-roadmap__blueprint svg {
  width: 100%;
  height: auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.automotive-roadmap__blueprint .blueprint-grid {
  opacity: .38;
  stroke-width: 1;
}

.automotive-roadmap__blueprint .blueprint-rings {
  opacity: .7;
  stroke-width: 1.5;
}

.automotive-roadmap__blueprint .blueprint-car {
  opacity: .9;
  stroke-width: 2.4;
}

.automotive-roadmap__heading {
  max-width: 900px;
  margin: 0 0 52px;
}

.automotive-roadmap__heading .eyebrow {
  color: var(--automotive-accent);
}

.automotive-roadmap__heading h2 {
  margin-bottom: 18px;
}

.automotive-roadmap__heading p:not(.eyebrow) {
  max-width: 740px;
  margin: 0;
  color: #3f5573;
  font-size: 17px;
  line-height: 1.65;
}

.automotive-roadmap__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  max-width: 1120px;
}

.automotive-roadmap__card {
  position: relative;
  min-height: 342px;
  padding: 30px 30px 28px;
  border: 1px solid rgba(218, 190, 166, .8);
  border-radius: 22px;
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 14px 34px rgba(103, 67, 36, .08);
  backdrop-filter: blur(12px);
}

.automotive-roadmap__icon {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  margin-bottom: 22px;
  border-radius: 15px;
  background: #ffffff;
  color: var(--automotive-accent);
  box-shadow: 0 10px 20px rgba(118, 73, 33, .08);
}

.automotive-roadmap__icon svg {
  width: 31px;
  height: 31px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.automotive-roadmap__grid .roadmap-number {
  display: inline-block;
  margin: 0 10px 9px 0;
  color: var(--automotive-accent);
  font-size: 20px;
  font-weight: 800;
}

.automotive-roadmap__grid h3 {
  display: inline;
  margin: 0;
  color: #14233b;
  font-size: 23px;
  line-height: 1.25;
}

.automotive-roadmap__grid article > p:not(.roadmap-number) {
  margin: 16px 0;
  color: #2c405a;
  font-size: 15px;
  line-height: 1.62;
}

.automotive-roadmap__grid ul {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #2a3d56;
  font-size: 14px;
}

.automotive-roadmap__grid li {
  position: relative;
  padding-left: 22px;
}

.automotive-roadmap__grid li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--automotive-accent);
  font-weight: 800;
}

.automotive-services {
  position: relative;
  overflow: hidden;
  padding: 88px 0 92px;
  background:
    radial-gradient(circle at 88% 6%, rgba(71, 139, 235, .13), transparent 24rem),
    radial-gradient(circle at 8% 88%, rgba(71, 139, 235, .06), transparent 25rem),
    linear-gradient(180deg, #fbfdff 0%, #f4f8fd 100%);
}

.automotive-services::before {
  content: "";
  position: absolute;
  top: -150px;
  right: -180px;
  width: 620px;
  height: 620px;
  border: 1px solid rgba(58, 126, 228, .12);
  border-radius: 50%;
  box-shadow:
    0 0 0 58px rgba(58, 126, 228, .05),
    0 0 0 116px rgba(58, 126, 228, .025);
  pointer-events: none;
}

.automotive-services .container {
  position: relative;
  z-index: 1;
}

.automotive-services__heading {
  max-width: 980px;
  margin: 0 auto 42px;
  text-align: center;
}

.automotive-services__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 0 0 20px;
  color: var(--automotive-accent);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .15em;
  line-height: 1.2;
}

.automotive-services__eyebrow span {
  display: inline-block;
  width: 48px;
  height: 3px;
  border-radius: 999px;
  background: var(--automotive-accent);
}

.automotive-services__heading h2 {
  margin: 0 0 20px;
  color: #0d1b3c;
  font-size: clamp(42px, 4.8vw, 68px);
  font-weight: 800;
  line-height: 1.03;
  letter-spacing: -.055em;
}

.automotive-services__lead {
  max-width: 790px;
  margin: 0 auto 12px;
  color: #182746;
  font-size: clamp(17px, 1.45vw, 20px);
  font-weight: 700;
  line-height: 1.5;
}

.automotive-services__intro {
  max-width: 760px;
  margin: 0 auto;
  color: #526780;
  font-size: 15px;
  line-height: 1.62;
}

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

.automotive-service-grid article {
  display: flex;
  flex-direction: column;
  min-height: 408px;
  padding: 28px 28px 22px;
  overflow: hidden;
  border: 1px solid #dce6f2;
  border-radius: 14px;
  background: rgba(255, 255, 255, .95);
  box-shadow: 0 8px 22px rgba(23, 55, 101, .045);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.automotive-service-grid article:hover {
  transform: translateY(-5px);
  border-color: #b8d3f8;
  box-shadow: 0 16px 30px rgba(23, 55, 101, .11);
}

.automotive-service-grid h3 {
  margin: 0 0 20px;
  font-size: 20px;
  line-height: 1.18;
  letter-spacing: -.025em;
}

.automotive-service-grid h3 a {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  color: #101e3d;
  text-decoration: none;
}

.automotive-service-grid h3 a:hover {
  color: #176ce2;
}

.automotive-service-card__arrow {
  flex: 0 0 auto;
  color: var(--automotive-accent);
  font-size: 28px;
  font-weight: 400;
  line-height: .8;
  transition: transform .2s ease;
}

.automotive-service-grid h3 a:hover .automotive-service-card__arrow {
  transform: translateX(5px);
}

.automotive-service-grid p {
  margin: 0;
  color: #506682;
  font-size: 14px;
  line-height: 1.6;
}

.automotive-service-grid img {
  width: 100%;
  height: 142px;
  margin-top: auto;
  padding-top: 18px;
  object-fit: contain;
  object-position: center bottom;
}

.automotive-materials {
  color: #ffffff;
  background:
    radial-gradient(circle at 12% 0%, rgba(40, 117, 235, .15), transparent 24rem),
    linear-gradient(135deg, #0e1523 0%, #151515 100%);
}

.automotive-materials__label {
  padding-bottom: 20px;
  margin-bottom: 38px;
  border-bottom: 1px solid rgba(255,255,255,.22);
  color: #7db2ff;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .12em;
}

.automotive-materials__grid {
  display: grid;
  grid-template-columns: .9fr 1fr 1fr;
  gap: 24px;
  align-items: stretch;
}

.automotive-materials__title h2 {
  color: #ffffff;
  font-size: clamp(42px, 4vw, 62px);
  line-height: 1.15;
}

.automotive-materials article {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 18px;
  background: #ffffff;
  color: var(--ink);
}

.automotive-materials article > img {
  height: 246px;
  object-fit: cover;
}

.automotive-materials article > div {
  padding: 24px 24px 28px;
}

.automotive-materials article h3 {
  margin-bottom: 18px;
  color: var(--automotive-accent);
  font-size: 28px;
  font-weight: 700;
}

.automotive-materials article p {
  min-height: 100px;
  margin-bottom: 24px;
  color: #203650;
  font-size: 16px;
  line-height: 1.58;
}

.automotive-materials .button {
  min-height: 46px;
  padding-inline: 18px;
  border-radius: 999px;
}

.automotive-applications__grid {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 78px;
  align-items: center;
}

.automotive-applications h2 {
  margin-bottom: 24px;
}

.automotive-applications > .container p {
  color: #30455f;
  font-size: 17px;
  line-height: 1.58;
}

.automotive-applications ul {
  display: grid;
  gap: 7px;
  padding: 0;
  margin: 22px 0 0;
  list-style: none;
  color: #2e435e;
  font-size: 16px;
}

.automotive-applications li {
  position: relative;
  padding-left: 20px;
}

.automotive-applications li::before {
  content: '';
  position: absolute;
  top: .62em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--automotive-accent);
}

.automotive-applications__gallery {
  height: 378px;
  overflow: hidden;
  border-radius: 12px;
}

.automotive-applications__gallery img {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
  object-position: center;
}

.automotive-industries {
  background: #ffead8;
}

.automotive-industries__layout {
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  gap: 76px;
  align-items: center;
}

.automotive-industries h2 {
  margin: 0;
}

.automotive-industry-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.automotive-industry-grid a {
  display: grid;
  gap: 10px;
  min-height: 150px;
  padding: 14px;
  border-radius: 16px;
  background: rgba(255,255,255,.85);
  color: var(--ink);
  text-align: center;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease;
}

.automotive-industry-grid a:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 22px rgba(24, 42, 70, .12);
}

.automotive-industry-grid img {
  width: 74px;
  height: 74px;
  margin-inline: auto;
  border-radius: 50%;
  object-fit: cover;
}

.automotive-industry-grid span {
  align-self: end;
  font-size: 15px;
  font-weight: 700;
}

.automotive-cta {
  padding: 58px 0;
  background: #10213d;
  color: #ffffff;
}

.automotive-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.automotive-cta h2 {
  max-width: 740px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(30px, 3vw, 46px);
}

.automotive-cta .eyebrow {
  color: #9ac7ff;
}

@media (max-width: 1080px) {
  .automotive-hero__grid,
  .automotive-materials__grid,
  .automotive-applications__grid,
  .automotive-industries__layout {
    grid-template-columns: 1fr;
  }

  .automotive-hero__card {
    width: min(100%, 720px);
    margin: 44px auto;
    border-radius: 28px;
  }

  .automotive-hero__media {
    min-height: 430px;
  }

  .automotive-hero__media img {
    min-height: 430px;
  }

  .automotive-why__grid {
    grid-template-columns: 1fr;
  }

  .automotive-why-card {
    min-height: 320px;
  }

  .automotive-roadmap__blueprint {
    right: -240px;
    width: 760px;
    opacity: .55;
  }

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

  .automotive-materials__title h2 {
    margin-bottom: 8px;
  }
}

@media (max-width: 640px) {
  .automotive-hero__grid {
    grid-template-columns: 1fr;
  }

  .automotive-hero__card {
    margin: 0;
    padding: 40px 28px 0;
    border-radius: 0;
  }

  .automotive-hero h1 span {
    margin-left: 44px;
  }

  .automotive-hero h1 span::before {
    width: 34px;
    margin-left: -44px;
  }

  .automotive-hero__intro {
    font-size: 16px;
  }

  .automotive-hero__proof {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 30px -28px 0;
  }

  .automotive-hero__proof li:nth-child(3) {
    border-left: 0;
    border-top: 1px solid #e0e8f3;
  }

  .automotive-hero__proof li:nth-child(4) {
    border-top: 1px solid #e0e8f3;
  }

  .automotive-hero__media,
  .automotive-hero__media img {
    min-height: 315px;
  }

  .automotive-hero__top-note {
    top: 26px;
    right: 24px;
    font-size: 11px;
  }

  .automotive-hero__scene-link {
    right: 18px;
    bottom: 18px;
    font-size: 10px;
  }

  .automotive-why__intro h2,
  .automotive-applications h2,
  .automotive-industries h2,
  .automotive-roadmap h2 {
    font-size: 38px;
    letter-spacing: -.045em;
  }

  .automotive-roadmap {
    padding: 68px 0;
  }

  .automotive-roadmap__heading {
    margin-bottom: 34px;
  }

  .automotive-roadmap__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .automotive-services {
    padding: 62px 0;
  }

  .automotive-services__heading {
    margin-bottom: 32px;
  }

  .automotive-services__heading h2 {
    font-size: 39px;
    letter-spacing: -.045em;
  }

  .automotive-services__lead {
    font-size: 16px;
  }

  .automotive-services__intro {
    font-size: 14px;
  }

  .automotive-service-grid {
    grid-template-columns: 1fr;
  }

  .automotive-service-grid article {
    min-height: 360px;
    padding: 24px 22px 20px;
  }

  .automotive-service-grid img {
    height: 150px;
  }

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

  .automotive-cta__inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 460px) {
  .automotive-hero__eyebrow {
    align-items: flex-start;
    flex-direction: column;
  }

  .automotive-materials article > img {
    height: 210px;
  }

  .automotive-applications__gallery {
    height: 260px;
  }

  .automotive-industry-grid {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================================
   Medical Devices page — aerospace-inspired layout
   This block updates medical-devices.html to use the same visual rhythm as the
   redesigned aerospace page while keeping medical-devices-specific copy.
   ========================================================================== */
.industry-page--medical {
  --medical-accent: #2875eb;
  --medical-ink: #0d1b3c;
  --medical-muted: #526780;
}

.medical-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 8%, rgba(40, 117, 235, .18), transparent 24rem),
    linear-gradient(135deg, #05070d 0%, #07111f 52%, #10213d 100%);
}

.medical-hero__grid {
  min-height: 620px;
  display: grid;
  grid-template-columns: minmax(400px, .78fr) minmax(520px, 1.22fr);
  align-items: stretch;
}

.medical-hero__card {
  position: relative;
  z-index: 2;
  align-self: center;
  width: min(100%, 640px);
  margin: 48px 0;
  padding: 62px 64px 38px;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 0 28px 28px 0;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 26px 70px rgba(0, 0, 0, .24);
}

.medical-hero__eyebrow {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 28px;
  color: #151d2a;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.medical-hero__eyebrow svg {
  width: 48px;
  height: 24px;
  flex: 0 0 48px;
  fill: none;
  stroke: var(--medical-accent);
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.medical-hero h1 {
  max-width: 520px;
  margin: 0 0 28px;
  color: #090f23;
  font-size: clamp(54px, 5.2vw, 84px);
  font-weight: 800;
  line-height: .95;
  letter-spacing: -.065em;
}

.medical-hero h1 span {
  display: block;
  margin-left: 72px;
}

.medical-hero h1 span::before {
  content: '';
  display: inline-block;
  width: 58px;
  height: 5px;
  margin: 0 13px 15px -72px;
  border-radius: 999px;
  background: var(--medical-accent);
  vertical-align: middle;
}

.medical-hero__intro {
  max-width: 470px;
  margin: 0 0 28px;
  color: #263750;
  font-size: 18px;
  line-height: 1.58;
}

.medical-hero__button {
  min-height: 52px;
  gap: 10px;
  border-radius: 999px;
}

.medical-hero__button svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.medical-hero__proof {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 36px -64px -38px;
  padding: 0;
  border-top: 1px solid #e0e8f3;
  list-style: none;
  background: #f7faff;
}

.medical-hero__proof li {
  display: grid;
  gap: 8px;
  min-height: 98px;
  place-items: center;
  padding: 18px 10px;
  color: #253b58;
  text-align: center;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
}

.medical-hero__proof li + li {
  border-left: 1px solid #e0e8f3;
}

.medical-hero__proof svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: var(--medical-accent);
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.medical-hero__media {
  position: relative;
  align-self: stretch;
  min-height: 620px;
  margin: 0;
  overflow: hidden;
  background: #10131a;
}

.medical-hero__media::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(5, 7, 13, .44), rgba(5, 7, 13, .04) 45%, rgba(5, 7, 13, .12)),
    radial-gradient(circle at 74% 18%, rgba(40, 117, 235, .2), transparent 22rem);
  pointer-events: none;
}

.medical-hero__media img {
  width: 100%;
  height: 100%;
  min-height: 620px;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.04) contrast(1.03);
}

.medical-hero__top-note,
.medical-hero__scene-link {
  position: absolute;
  z-index: 2;
  color: #ffffff;
  font-weight: 800;
  letter-spacing: .06em;
  text-decoration: none;
  text-transform: uppercase;
}

.medical-hero__top-note {
  top: 42px;
  right: 44px;
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
  text-align: right;
}

.medical-hero__top-note span {
  display: block;
  width: 52px;
  height: 3px;
  margin: 0 0 13px auto;
  border-radius: 999px;
  background: var(--medical-accent);
}

.medical-hero__scene-link {
  right: 44px;
  bottom: 38px;
  padding: 14px 18px;
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 999px;
  background: rgba(5, 12, 24, .45);
  backdrop-filter: blur(10px);
  font-size: 12px;
  line-height: 1.35;
}

.medical-hero__scene-link span {
  color: #8abaff;
}

.medical-why {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 16%, rgba(40, 117, 235, .08), transparent 24rem),
    linear-gradient(180deg, #f8fbff 0%, #eef3fa 100%);
}

.medical-why__intro {
  max-width: 940px;
  margin: 0 auto 50px;
  text-align: center;
}

.medical-why__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 15px;
  color: var(--medical-accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.medical-why__eyebrow::before {
  content: '';
  width: 42px;
  height: 3px;
  border-radius: 999px;
  background: var(--medical-accent);
}

.medical-why__intro h2,
.medical-applications h2,
.medical-industries h2,
.medical-roadmap h2 {
  margin-bottom: 22px;
  color: #0d1b3c;
  font-size: clamp(42px, 4.3vw, 64px);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -.055em;
}

.medical-why__intro h2 span,
.medical-applications h2 span,
.medical-industries h2 span,
.medical-roadmap h2 span {
  display: block;
}

.medical-why__intro > p {
  max-width: 830px;
  margin: 0 auto;
  color: #405572;
  font-size: 17px;
  line-height: 1.66;
}

.medical-why__intro strong {
  color: var(--blue-dark);
}

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

.medical-why-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 365px;
  overflow: hidden;
  padding: 30px;
  border: 1px solid #dce8f7;
  border-radius: 22px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 14px 34px rgba(24, 70, 132, .08);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.medical-why-card::before {
  content: '';
  position: absolute;
  top: -80px;
  right: -80px;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: rgba(40, 117, 235, .08);
}

.medical-why-card:hover {
  transform: translateY(-5px);
  border-color: #b8d3f8;
  box-shadow: 0 22px 42px rgba(24, 70, 132, .13);
}

.medical-why-card__meta {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 52px;
}

.medical-why-card__icon {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 16px;
  background: #edf4ff;
  color: var(--medical-accent);
}

.medical-why-card__icon svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.medical-why-card .card-index {
  color: #9ab7df;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .12em;
}

.medical-why-card h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #102342;
  font-size: 30px;
  line-height: 1.08;
  letter-spacing: -.04em;
}

.medical-why-card__rule {
  position: relative;
  z-index: 1;
  display: block;
  width: 52px;
  height: 3px;
  margin: 20px 0 18px;
  border-radius: 999px;
  background: var(--medical-accent);
}

.medical-why-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #526780;
  font-size: 15px;
  line-height: 1.62;
}

.medical-why-card__arrow {
  position: absolute;
  right: 26px;
  bottom: 22px;
  color: var(--medical-accent);
  font-size: 28px;
  line-height: 1;
}

.medical-roadmap {
  position: relative;
  overflow: hidden;
  padding: 92px 0;
  background: #ffead8;
}

.medical-roadmap__container {
  position: relative;
  z-index: 1;
}

.medical-roadmap__blueprint {
  position: absolute;
  top: 20px;
  right: -110px;
  z-index: -1;
  width: min(52vw, 660px);
  color: rgba(40, 117, 235, .18);
  pointer-events: none;
}

.medical-roadmap__blueprint svg {
  width: 100%;
  height: auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.medical-roadmap__blueprint .blueprint-grid {
  opacity: .38;
  stroke-width: 1;
}

.medical-roadmap__blueprint .blueprint-rings {
  opacity: .7;
  stroke-width: 1.5;
}

.medical-roadmap__blueprint .blueprint-car {
  opacity: .9;
  stroke-width: 2.4;
}

.medical-roadmap__heading {
  max-width: 900px;
  margin: 0 0 52px;
}

.medical-roadmap__heading .eyebrow {
  color: var(--medical-accent);
}

.medical-roadmap__heading h2 {
  margin-bottom: 18px;
}

.medical-roadmap__heading p:not(.eyebrow) {
  max-width: 740px;
  margin: 0;
  color: #3f5573;
  font-size: 17px;
  line-height: 1.65;
}

.medical-roadmap__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  max-width: 1120px;
}

.medical-roadmap__card {
  position: relative;
  min-height: 342px;
  padding: 30px 30px 28px;
  border: 1px solid rgba(218, 190, 166, .8);
  border-radius: 22px;
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 14px 34px rgba(103, 67, 36, .08);
  backdrop-filter: blur(12px);
}

.medical-roadmap__icon {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  margin-bottom: 22px;
  border-radius: 15px;
  background: #ffffff;
  color: var(--medical-accent);
  box-shadow: 0 10px 20px rgba(118, 73, 33, .08);
}

.medical-roadmap__icon svg {
  width: 31px;
  height: 31px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.medical-roadmap__grid .roadmap-number {
  display: inline-block;
  margin: 0 10px 9px 0;
  color: var(--medical-accent);
  font-size: 20px;
  font-weight: 800;
}

.medical-roadmap__grid h3 {
  display: inline;
  margin: 0;
  color: #14233b;
  font-size: 23px;
  line-height: 1.25;
}

.medical-roadmap__grid article > p:not(.roadmap-number) {
  margin: 16px 0;
  color: #2c405a;
  font-size: 15px;
  line-height: 1.62;
}

.medical-roadmap__grid ul {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #2a3d56;
  font-size: 14px;
}

.medical-roadmap__grid li {
  position: relative;
  padding-left: 22px;
}

.medical-roadmap__grid li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--medical-accent);
  font-weight: 800;
}

.medical-services {
  position: relative;
  overflow: hidden;
  padding: 88px 0 92px;
  background:
    radial-gradient(circle at 88% 6%, rgba(71, 139, 235, .13), transparent 24rem),
    radial-gradient(circle at 8% 88%, rgba(71, 139, 235, .06), transparent 25rem),
    linear-gradient(180deg, #fbfdff 0%, #f4f8fd 100%);
}

.medical-services::before {
  content: "";
  position: absolute;
  top: -150px;
  right: -180px;
  width: 620px;
  height: 620px;
  border: 1px solid rgba(58, 126, 228, .12);
  border-radius: 50%;
  box-shadow:
    0 0 0 58px rgba(58, 126, 228, .05),
    0 0 0 116px rgba(58, 126, 228, .025);
  pointer-events: none;
}

.medical-services .container {
  position: relative;
  z-index: 1;
}

.medical-services__heading {
  max-width: 980px;
  margin: 0 auto 42px;
  text-align: center;
}

.medical-services__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 0 0 20px;
  color: var(--medical-accent);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .15em;
  line-height: 1.2;
}

.medical-services__eyebrow span {
  display: inline-block;
  width: 48px;
  height: 3px;
  border-radius: 999px;
  background: var(--medical-accent);
}

.medical-services__heading h2 {
  margin: 0 0 20px;
  color: #0d1b3c;
  font-size: clamp(42px, 4.8vw, 68px);
  font-weight: 800;
  line-height: 1.03;
  letter-spacing: -.055em;
}

.medical-services__lead {
  max-width: 790px;
  margin: 0 auto 12px;
  color: #182746;
  font-size: clamp(17px, 1.45vw, 20px);
  font-weight: 700;
  line-height: 1.5;
}

.medical-services__intro {
  max-width: 760px;
  margin: 0 auto;
  color: #526780;
  font-size: 15px;
  line-height: 1.62;
}

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

.medical-service-grid article {
  display: flex;
  flex-direction: column;
  min-height: 408px;
  padding: 28px 28px 22px;
  overflow: hidden;
  border: 1px solid #dce6f2;
  border-radius: 14px;
  background: rgba(255, 255, 255, .95);
  box-shadow: 0 8px 22px rgba(23, 55, 101, .045);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.medical-service-grid article:hover {
  transform: translateY(-5px);
  border-color: #b8d3f8;
  box-shadow: 0 16px 30px rgba(23, 55, 101, .11);
}

.medical-service-grid h3 {
  margin: 0 0 20px;
  font-size: 20px;
  line-height: 1.18;
  letter-spacing: -.025em;
}

.medical-service-grid h3 a {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  color: #101e3d;
  text-decoration: none;
}

.medical-service-grid h3 a:hover {
  color: #176ce2;
}

.medical-service-card__arrow {
  flex: 0 0 auto;
  color: var(--medical-accent);
  font-size: 28px;
  font-weight: 400;
  line-height: .8;
  transition: transform .2s ease;
}

.medical-service-grid h3 a:hover .medical-service-card__arrow {
  transform: translateX(5px);
}

.medical-service-grid p {
  margin: 0;
  color: #506682;
  font-size: 14px;
  line-height: 1.6;
}

.medical-service-grid img {
  width: 100%;
  height: 142px;
  margin-top: auto;
  padding-top: 18px;
  object-fit: contain;
  object-position: center bottom;
}

.medical-materials {
  color: #ffffff;
  background:
    radial-gradient(circle at 12% 0%, rgba(40, 117, 235, .15), transparent 24rem),
    linear-gradient(135deg, #0e1523 0%, #151515 100%);
}

.medical-materials__label {
  padding-bottom: 20px;
  margin-bottom: 38px;
  border-bottom: 1px solid rgba(255,255,255,.22);
  color: #7db2ff;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .12em;
}

.medical-materials__grid {
  display: grid;
  grid-template-columns: .9fr 1fr 1fr;
  gap: 24px;
  align-items: stretch;
}

.medical-materials__title h2 {
  color: #ffffff;
  font-size: clamp(42px, 4vw, 62px);
  line-height: 1.15;
}

.medical-materials article {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 18px;
  background: #ffffff;
  color: var(--ink);
}

.medical-materials article > img {
  height: 246px;
  object-fit: cover;
}

.medical-materials article > div {
  padding: 24px 24px 28px;
}

.medical-materials article h3 {
  margin-bottom: 18px;
  color: var(--medical-accent);
  font-size: 28px;
  font-weight: 700;
}

.medical-materials article p {
  min-height: 100px;
  margin-bottom: 24px;
  color: #203650;
  font-size: 16px;
  line-height: 1.58;
}

.medical-materials .button {
  min-height: 46px;
  padding-inline: 18px;
  border-radius: 999px;
}

.medical-applications__grid {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 78px;
  align-items: center;
}

.medical-applications h2 {
  margin-bottom: 24px;
}

.medical-applications > .container p {
  color: #30455f;
  font-size: 17px;
  line-height: 1.58;
}

.medical-applications ul {
  display: grid;
  gap: 7px;
  padding: 0;
  margin: 22px 0 0;
  list-style: none;
  color: #2e435e;
  font-size: 16px;
}

.medical-applications li {
  position: relative;
  padding-left: 20px;
}

.medical-applications li::before {
  content: '';
  position: absolute;
  top: .62em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--medical-accent);
}

.medical-applications__gallery {
  width: 100%;
  height: 378px;
  overflow: hidden;
  border-radius: 12px;
  background: #f3f5f7;
}

.medical-applications__gallery img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
  object-position: center;
}

.medical-industries {
  background: #ffead8;
}

.medical-industries__layout {
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  gap: 76px;
  align-items: center;
}

.medical-industries h2 {
  margin: 0;
}

.medical-industry-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.medical-industry-grid a {
  display: grid;
  gap: 10px;
  min-height: 150px;
  padding: 14px;
  border-radius: 16px;
  background: rgba(255,255,255,.85);
  color: var(--ink);
  text-align: center;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease;
}

.medical-industry-grid a:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 22px rgba(24, 42, 70, .12);
}

.medical-industry-grid img {
  width: 74px;
  height: 74px;
  margin-inline: auto;
  border-radius: 50%;
  object-fit: cover;
}

.medical-industry-grid span {
  align-self: end;
  font-size: 15px;
  font-weight: 700;
}

.medical-cta {
  padding: 58px 0;
  background: #10213d;
  color: #ffffff;
}

.medical-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.medical-cta h2 {
  max-width: 740px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(30px, 3vw, 46px);
}

.medical-cta .eyebrow {
  color: #9ac7ff;
}

@media (max-width: 1080px) {
  .medical-hero__grid,
  .medical-materials__grid,
  .medical-applications__grid,
  .medical-industries__layout {
    grid-template-columns: 1fr;
  }

  .medical-applications__gallery {
    height: 420px;
  }

  .medical-hero__card {
    width: min(100%, 720px);
    margin: 44px auto;
    border-radius: 28px;
  }

  .medical-hero__media {
    min-height: 430px;
  }

  .medical-hero__media img {
    min-height: 430px;
  }

  .medical-why__grid {
    grid-template-columns: 1fr;
  }

  .medical-why-card {
    min-height: 320px;
  }

  .medical-roadmap__blueprint {
    right: -240px;
    width: 760px;
    opacity: .55;
  }

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

  .medical-materials__title h2 {
    margin-bottom: 8px;
  }
}

@media (max-width: 640px) {
  .medical-hero__grid {
    grid-template-columns: 1fr;
  }

  .medical-hero__card {
    margin: 0;
    padding: 40px 28px 0;
    border-radius: 0;
  }

  .medical-hero h1 span {
    margin-left: 44px;
  }

  .medical-hero h1 span::before {
    width: 34px;
    margin-left: -44px;
  }

  .medical-hero__intro {
    font-size: 16px;
  }

  .medical-hero__proof {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 30px -28px 0;
  }

  .medical-hero__proof li:nth-child(3) {
    border-left: 0;
    border-top: 1px solid #e0e8f3;
  }

  .medical-hero__proof li:nth-child(4) {
    border-top: 1px solid #e0e8f3;
  }

  .medical-hero__media,
  .medical-hero__media img {
    min-height: 315px;
  }

  .medical-hero__top-note {
    top: 26px;
    right: 24px;
    font-size: 11px;
  }

  .medical-hero__scene-link {
    right: 18px;
    bottom: 18px;
    font-size: 10px;
  }

  .medical-why__intro h2,
  .medical-applications h2,
  .medical-industries h2,
  .medical-roadmap h2 {
    font-size: 38px;
    letter-spacing: -.045em;
  }

  .medical-roadmap {
    padding: 68px 0;
  }

  .medical-roadmap__heading {
    margin-bottom: 34px;
  }

  .medical-roadmap__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .medical-services {
    padding: 62px 0;
  }

  .medical-services__heading {
    margin-bottom: 32px;
  }

  .medical-services__heading h2 {
    font-size: 39px;
    letter-spacing: -.045em;
  }

  .medical-services__lead {
    font-size: 16px;
  }

  .medical-services__intro {
    font-size: 14px;
  }

  .medical-service-grid {
    grid-template-columns: 1fr;
  }

  .medical-service-grid article {
    min-height: 360px;
    padding: 24px 22px 20px;
  }

  .medical-service-grid img {
    height: 150px;
  }

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

  .medical-cta__inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 460px) {
  .medical-hero__eyebrow {
    align-items: flex-start;
    flex-direction: column;
  }

  .medical-materials article > img {
    height: 210px;
  }

  .medical-applications__gallery {
    height: 250px;
  }

  .medical-industry-grid {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================================
   New Energy page — aerospace-inspired layout
   This block updates new-energy.html to use the same visual rhythm as the
   redesigned aerospace page while keeping new-energy-specific copy.
   ========================================================================== */
.industry-page--energy {
  --energy-accent: #2875eb;
  --energy-ink: #0d1b3c;
  --energy-muted: #526780;
}

.energy-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 8%, rgba(40, 117, 235, .18), transparent 24rem),
    linear-gradient(135deg, #05070d 0%, #07111f 52%, #10213d 100%);
}

.energy-hero__grid {
  min-height: 620px;
  display: grid;
  grid-template-columns: minmax(400px, .78fr) minmax(520px, 1.22fr);
  align-items: stretch;
}

.energy-hero__card {
  position: relative;
  z-index: 2;
  align-self: center;
  width: min(100%, 640px);
  margin: 48px 0;
  padding: 62px 64px 38px;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 0 28px 28px 0;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 26px 70px rgba(0, 0, 0, .24);
}

.energy-hero__eyebrow {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 28px;
  color: #151d2a;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.energy-hero__eyebrow svg {
  width: 48px;
  height: 24px;
  flex: 0 0 48px;
  fill: none;
  stroke: var(--energy-accent);
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.energy-hero h1 {
  max-width: 520px;
  margin: 0 0 28px;
  color: #090f23;
  font-size: clamp(54px, 5.2vw, 84px);
  font-weight: 800;
  line-height: .95;
  letter-spacing: -.065em;
}

.energy-hero h1 span {
  display: block;
  margin-left: 72px;
}

.energy-hero h1 span::before {
  content: '';
  display: inline-block;
  width: 58px;
  height: 5px;
  margin: 0 13px 15px -72px;
  border-radius: 999px;
  background: var(--energy-accent);
  vertical-align: middle;
}

.energy-hero__intro {
  max-width: 470px;
  margin: 0 0 28px;
  color: #263750;
  font-size: 18px;
  line-height: 1.58;
}

.energy-hero__button {
  min-height: 52px;
  gap: 10px;
  border-radius: 999px;
}

.energy-hero__button svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.energy-hero__proof {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 36px -64px -38px;
  padding: 0;
  border-top: 1px solid #e0e8f3;
  list-style: none;
  background: #f7faff;
}

.energy-hero__proof li {
  display: grid;
  gap: 8px;
  min-height: 98px;
  place-items: center;
  padding: 18px 10px;
  color: #253b58;
  text-align: center;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
}

.energy-hero__proof li + li {
  border-left: 1px solid #e0e8f3;
}

.energy-hero__proof svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: var(--energy-accent);
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.energy-hero__media {
  position: relative;
  align-self: stretch;
  min-height: 620px;
  margin: 0;
  overflow: hidden;
  background: #10131a;
}

.energy-hero__media::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(5, 7, 13, .44), rgba(5, 7, 13, .04) 45%, rgba(5, 7, 13, .12)),
    radial-gradient(circle at 74% 18%, rgba(40, 117, 235, .2), transparent 22rem);
  pointer-events: none;
}

.energy-hero__media img {
  width: 100%;
  height: 100%;
  min-height: 620px;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.04) contrast(1.03);
}

.energy-hero__top-note,
.energy-hero__scene-link {
  position: absolute;
  z-index: 2;
  color: #ffffff;
  font-weight: 800;
  letter-spacing: .06em;
  text-decoration: none;
  text-transform: uppercase;
}

.energy-hero__top-note {
  top: 42px;
  right: 44px;
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
  text-align: right;
}

.energy-hero__top-note span {
  display: block;
  width: 52px;
  height: 3px;
  margin: 0 0 13px auto;
  border-radius: 999px;
  background: var(--energy-accent);
}

.energy-hero__scene-link {
  right: 44px;
  bottom: 38px;
  padding: 14px 18px;
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 999px;
  background: rgba(5, 12, 24, .45);
  backdrop-filter: blur(10px);
  font-size: 12px;
  line-height: 1.35;
}

.energy-hero__scene-link span {
  color: #8abaff;
}

.energy-why {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 16%, rgba(40, 117, 235, .08), transparent 24rem),
    linear-gradient(180deg, #f8fbff 0%, #eef3fa 100%);
}

.energy-why__intro {
  max-width: 940px;
  margin: 0 auto 50px;
  text-align: center;
}

.energy-why__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 15px;
  color: var(--energy-accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.energy-why__eyebrow::before {
  content: '';
  width: 42px;
  height: 3px;
  border-radius: 999px;
  background: var(--energy-accent);
}

.energy-why__intro h2,
.energy-applications h2,
.energy-industries h2,
.energy-roadmap h2 {
  margin-bottom: 22px;
  color: #0d1b3c;
  font-size: clamp(42px, 4.3vw, 64px);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -.055em;
}

.energy-why__intro h2 span,
.energy-applications h2 span,
.energy-industries h2 span,
.energy-roadmap h2 span {
  display: block;
}

.energy-why__intro > p {
  max-width: 830px;
  margin: 0 auto;
  color: #405572;
  font-size: 17px;
  line-height: 1.66;
}

.energy-why__intro strong {
  color: var(--blue-dark);
}

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

.energy-why-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 365px;
  overflow: hidden;
  padding: 30px;
  border: 1px solid #dce8f7;
  border-radius: 22px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 14px 34px rgba(24, 70, 132, .08);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.energy-why-card::before {
  content: '';
  position: absolute;
  top: -80px;
  right: -80px;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: rgba(40, 117, 235, .08);
}

.energy-why-card:hover {
  transform: translateY(-5px);
  border-color: #b8d3f8;
  box-shadow: 0 22px 42px rgba(24, 70, 132, .13);
}

.energy-why-card__meta {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 52px;
}

.energy-why-card__icon {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 16px;
  background: #edf4ff;
  color: var(--energy-accent);
}

.energy-why-card__icon svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.energy-why-card .card-index {
  color: #9ab7df;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .12em;
}

.energy-why-card h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #102342;
  font-size: 30px;
  line-height: 1.08;
  letter-spacing: -.04em;
}

.energy-why-card__rule {
  position: relative;
  z-index: 1;
  display: block;
  width: 52px;
  height: 3px;
  margin: 20px 0 18px;
  border-radius: 999px;
  background: var(--energy-accent);
}

.energy-why-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #526780;
  font-size: 15px;
  line-height: 1.62;
}

.energy-why-card__arrow {
  position: absolute;
  right: 26px;
  bottom: 22px;
  color: var(--energy-accent);
  font-size: 28px;
  line-height: 1;
}

.energy-roadmap {
  position: relative;
  overflow: hidden;
  padding: 92px 0;
  background: #ffead8;
}

.energy-roadmap__container {
  position: relative;
  z-index: 1;
}

.energy-roadmap__blueprint {
  position: absolute;
  top: 20px;
  right: -110px;
  z-index: -1;
  width: min(52vw, 660px);
  color: rgba(40, 117, 235, .18);
  pointer-events: none;
}

.energy-roadmap__blueprint svg {
  width: 100%;
  height: auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.energy-roadmap__blueprint .blueprint-grid {
  opacity: .38;
  stroke-width: 1;
}

.energy-roadmap__blueprint .blueprint-rings {
  opacity: .7;
  stroke-width: 1.5;
}

.energy-roadmap__blueprint .blueprint-energy {
  opacity: .9;
  stroke-width: 2.4;
}

.energy-roadmap__heading {
  max-width: 900px;
  margin: 0 0 52px;
}

.energy-roadmap__heading .eyebrow {
  color: var(--energy-accent);
}

.energy-roadmap__heading h2 {
  margin-bottom: 18px;
}

.energy-roadmap__heading p:not(.eyebrow) {
  max-width: 740px;
  margin: 0;
  color: #3f5573;
  font-size: 17px;
  line-height: 1.65;
}

.energy-roadmap__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  max-width: 1120px;
}

.energy-roadmap__card {
  position: relative;
  min-height: 342px;
  padding: 30px 30px 28px;
  border: 1px solid rgba(218, 190, 166, .8);
  border-radius: 22px;
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 14px 34px rgba(103, 67, 36, .08);
  backdrop-filter: blur(12px);
}

.energy-roadmap__icon {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  margin-bottom: 22px;
  border-radius: 15px;
  background: #ffffff;
  color: var(--energy-accent);
  box-shadow: 0 10px 20px rgba(118, 73, 33, .08);
}

.energy-roadmap__icon svg {
  width: 31px;
  height: 31px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.energy-roadmap__grid .roadmap-number {
  display: inline-block;
  margin: 0 10px 9px 0;
  color: var(--energy-accent);
  font-size: 20px;
  font-weight: 800;
}

.energy-roadmap__grid h3 {
  display: inline;
  margin: 0;
  color: #14233b;
  font-size: 23px;
  line-height: 1.25;
}

.energy-roadmap__grid article > p:not(.roadmap-number) {
  margin: 16px 0;
  color: #2c405a;
  font-size: 15px;
  line-height: 1.62;
}

.energy-roadmap__grid ul {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #2a3d56;
  font-size: 14px;
}

.energy-roadmap__grid li {
  position: relative;
  padding-left: 22px;
}

.energy-roadmap__grid li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--energy-accent);
  font-weight: 800;
}

.energy-services {
  position: relative;
  overflow: hidden;
  padding: 88px 0 92px;
  background:
    radial-gradient(circle at 88% 6%, rgba(71, 139, 235, .13), transparent 24rem),
    radial-gradient(circle at 8% 88%, rgba(71, 139, 235, .06), transparent 25rem),
    linear-gradient(180deg, #fbfdff 0%, #f4f8fd 100%);
}

.energy-services::before {
  content: "";
  position: absolute;
  top: -150px;
  right: -180px;
  width: 620px;
  height: 620px;
  border: 1px solid rgba(58, 126, 228, .12);
  border-radius: 50%;
  box-shadow:
    0 0 0 58px rgba(58, 126, 228, .05),
    0 0 0 116px rgba(58, 126, 228, .025);
  pointer-events: none;
}

.energy-services .container {
  position: relative;
  z-index: 1;
}

.energy-services__heading {
  max-width: 980px;
  margin: 0 auto 42px;
  text-align: center;
}

.energy-services__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 0 0 20px;
  color: var(--energy-accent);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .15em;
  line-height: 1.2;
}

.energy-services__eyebrow span {
  display: inline-block;
  width: 48px;
  height: 3px;
  border-radius: 999px;
  background: var(--energy-accent);
}

.energy-services__heading h2 {
  margin: 0 0 20px;
  color: #0d1b3c;
  font-size: clamp(42px, 4.8vw, 68px);
  font-weight: 800;
  line-height: 1.03;
  letter-spacing: -.055em;
}

.energy-services__lead {
  max-width: 790px;
  margin: 0 auto 12px;
  color: #182746;
  font-size: clamp(17px, 1.45vw, 20px);
  font-weight: 700;
  line-height: 1.5;
}

.energy-services__intro {
  max-width: 760px;
  margin: 0 auto;
  color: #526780;
  font-size: 15px;
  line-height: 1.62;
}

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

.energy-service-grid article {
  display: flex;
  flex-direction: column;
  min-height: 408px;
  padding: 28px 28px 22px;
  overflow: hidden;
  border: 1px solid #dce6f2;
  border-radius: 14px;
  background: rgba(255, 255, 255, .95);
  box-shadow: 0 8px 22px rgba(23, 55, 101, .045);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.energy-service-grid article:hover {
  transform: translateY(-5px);
  border-color: #b8d3f8;
  box-shadow: 0 16px 30px rgba(23, 55, 101, .11);
}

.energy-service-grid h3 {
  margin: 0 0 20px;
  font-size: 20px;
  line-height: 1.18;
  letter-spacing: -.025em;
}

.energy-service-grid h3 a {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  color: #101e3d;
  text-decoration: none;
}

.energy-service-grid h3 a:hover {
  color: #176ce2;
}

.energy-service-card__arrow {
  flex: 0 0 auto;
  color: var(--energy-accent);
  font-size: 28px;
  font-weight: 400;
  line-height: .8;
  transition: transform .2s ease;
}

.energy-service-grid h3 a:hover .energy-service-card__arrow {
  transform: translateX(5px);
}

.energy-service-grid p {
  margin: 0;
  color: #506682;
  font-size: 14px;
  line-height: 1.6;
}

.energy-service-grid img {
  width: 100%;
  height: 142px;
  margin-top: auto;
  padding-top: 18px;
  object-fit: contain;
  object-position: center bottom;
}

.energy-materials {
  color: #ffffff;
  background:
    radial-gradient(circle at 12% 0%, rgba(40, 117, 235, .15), transparent 24rem),
    linear-gradient(135deg, #0e1523 0%, #151515 100%);
}

.energy-materials__label {
  padding-bottom: 20px;
  margin-bottom: 38px;
  border-bottom: 1px solid rgba(255,255,255,.22);
  color: #7db2ff;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .12em;
}

.energy-materials__grid {
  display: grid;
  grid-template-columns: .9fr 1fr 1fr;
  gap: 24px;
  align-items: stretch;
}

.energy-materials__title h2 {
  color: #ffffff;
  font-size: clamp(42px, 4vw, 62px);
  line-height: 1.15;
}

.energy-materials article {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 18px;
  background: #ffffff;
  color: var(--ink);
}

.energy-materials article > img {
  height: 246px;
  object-fit: cover;
}

.energy-materials article > div {
  padding: 24px 24px 28px;
}

.energy-materials article h3 {
  margin-bottom: 18px;
  color: var(--energy-accent);
  font-size: 28px;
  font-weight: 700;
}

.energy-materials article p {
  min-height: 100px;
  margin-bottom: 24px;
  color: #203650;
  font-size: 16px;
  line-height: 1.58;
}

.energy-materials .button {
  min-height: 46px;
  padding-inline: 18px;
  border-radius: 999px;
}

.energy-applications__grid {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 78px;
  align-items: center;
}

.energy-applications h2 {
  margin-bottom: 24px;
}

.energy-applications > .container p {
  color: #30455f;
  font-size: 17px;
  line-height: 1.58;
}

.energy-applications ul {
  display: grid;
  gap: 7px;
  padding: 0;
  margin: 22px 0 0;
  list-style: none;
  color: #2e435e;
  font-size: 16px;
}

.energy-applications li {
  position: relative;
  padding-left: 20px;
}

.energy-applications li::before {
  content: '';
  position: absolute;
  top: .62em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--energy-accent);
}

.energy-applications__gallery {
  width: 100%;
  height: 378px;
  overflow: hidden;
  border-radius: 12px;
  background: #f3f5f7;
}

.energy-applications__gallery img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
  object-position: center;
}

.energy-industries {
  background: #ffead8;
}

.energy-industries__layout {
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  gap: 76px;
  align-items: center;
}

.energy-industries h2 {
  margin: 0;
}

.energy-industry-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.energy-industry-grid a {
  display: grid;
  gap: 10px;
  min-height: 150px;
  padding: 14px;
  border-radius: 16px;
  background: rgba(255,255,255,.85);
  color: var(--ink);
  text-align: center;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease;
}

.energy-industry-grid a:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 22px rgba(24, 42, 70, .12);
}

.energy-industry-grid img {
  width: 74px;
  height: 74px;
  margin-inline: auto;
  border-radius: 50%;
  object-fit: cover;
}

.energy-industry-grid span {
  align-self: end;
  font-size: 15px;
  font-weight: 700;
}

.energy-cta {
  padding: 58px 0;
  background: #10213d;
  color: #ffffff;
}

.energy-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.energy-cta h2 {
  max-width: 740px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(30px, 3vw, 46px);
}

.energy-cta .eyebrow {
  color: #9ac7ff;
}

@media (max-width: 1080px) {
  .energy-hero__grid,
  .energy-materials__grid,
  .energy-applications__grid,
  .energy-industries__layout {
    grid-template-columns: 1fr;
  }

  .energy-hero__card {
    width: min(100%, 720px);
    margin: 44px auto;
    border-radius: 28px;
  }

  .energy-hero__media {
    min-height: 430px;
  }

  .energy-hero__media img {
    min-height: 430px;
  }

  .energy-why__grid {
    grid-template-columns: 1fr;
  }

  .energy-why-card {
    min-height: 320px;
  }

  .energy-roadmap__blueprint {
    right: -240px;
    width: 760px;
    opacity: .55;
  }

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

  .energy-materials__title h2 {
    margin-bottom: 8px;
  }

  .energy-applications__gallery {
    height: 420px;
  }
}

@media (max-width: 640px) {
  .energy-hero__grid {
    grid-template-columns: 1fr;
  }

  .energy-hero__card {
    margin: 0;
    padding: 40px 28px 0;
    border-radius: 0;
  }

  .energy-hero h1 span {
    margin-left: 44px;
  }

  .energy-hero h1 span::before {
    width: 34px;
    margin-left: -44px;
  }

  .energy-hero__intro {
    font-size: 16px;
  }

  .energy-hero__proof {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 30px -28px 0;
  }

  .energy-hero__proof li:nth-child(3) {
    border-left: 0;
    border-top: 1px solid #e0e8f3;
  }

  .energy-hero__proof li:nth-child(4) {
    border-top: 1px solid #e0e8f3;
  }

  .energy-hero__media,
  .energy-hero__media img {
    min-height: 315px;
  }

  .energy-hero__top-note {
    top: 26px;
    right: 24px;
    font-size: 11px;
  }

  .energy-hero__scene-link {
    right: 18px;
    bottom: 18px;
    font-size: 10px;
  }

  .energy-why__intro h2,
  .energy-applications h2,
  .energy-industries h2,
  .energy-roadmap h2 {
    font-size: 38px;
    letter-spacing: -.045em;
  }

  .energy-roadmap {
    padding: 68px 0;
  }

  .energy-roadmap__heading {
    margin-bottom: 34px;
  }

  .energy-roadmap__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .energy-services {
    padding: 62px 0;
  }

  .energy-services__heading {
    margin-bottom: 32px;
  }

  .energy-services__heading h2 {
    font-size: 39px;
    letter-spacing: -.045em;
  }

  .energy-services__lead {
    font-size: 16px;
  }

  .energy-services__intro {
    font-size: 14px;
  }

  .energy-service-grid {
    grid-template-columns: 1fr;
  }

  .energy-service-grid article {
    min-height: 360px;
    padding: 24px 22px 20px;
  }

  .energy-service-grid img {
    height: 150px;
  }

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

  .energy-cta__inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 460px) {
  .energy-hero__eyebrow {
    align-items: flex-start;
    flex-direction: column;
  }

  .energy-materials article > img {
    height: 210px;
  }

  .energy-applications__gallery {
    height: 250px;
  }

  .energy-industry-grid {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================================
   Robotics page — aerospace-inspired layout
   This block updates robotics.html to use the same visual rhythm as the
   redesigned aerospace page while keeping robotics-specific copy.
   ========================================================================== */
.industry-page--robotics {
  --robotics-accent: #2875eb;
  --robotics-ink: #0d1b3c;
  --robotics-muted: #526780;
}

.robotics-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 8%, rgba(40, 117, 235, .18), transparent 24rem),
    linear-gradient(135deg, #05070d 0%, #07111f 52%, #10213d 100%);
}

.robotics-hero__grid {
  min-height: 620px;
  display: grid;
  grid-template-columns: minmax(400px, .78fr) minmax(520px, 1.22fr);
  align-items: stretch;
}

.robotics-hero__card {
  position: relative;
  z-index: 2;
  align-self: center;
  width: min(100%, 640px);
  margin: 48px 0;
  padding: 62px 64px 38px;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 0 28px 28px 0;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 26px 70px rgba(0, 0, 0, .24);
}

.robotics-hero__eyebrow {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 28px;
  color: #151d2a;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.robotics-hero__eyebrow svg {
  width: 48px;
  height: 24px;
  flex: 0 0 48px;
  fill: none;
  stroke: var(--robotics-accent);
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.robotics-hero h1 {
  max-width: 520px;
  margin: 0 0 28px;
  color: #090f23;
  font-size: clamp(54px, 5.2vw, 84px);
  font-weight: 800;
  line-height: .95;
  letter-spacing: -.065em;
}

.robotics-hero h1 span {
  display: block;
  margin-left: 72px;
}

.robotics-hero h1 span::before {
  content: '';
  display: inline-block;
  width: 58px;
  height: 5px;
  margin: 0 13px 15px -72px;
  border-radius: 999px;
  background: var(--robotics-accent);
  vertical-align: middle;
}

.robotics-hero__intro {
  max-width: 470px;
  margin: 0 0 28px;
  color: #263750;
  font-size: 18px;
  line-height: 1.58;
}

.robotics-hero__button {
  min-height: 52px;
  gap: 10px;
  border-radius: 999px;
}

.robotics-hero__button svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.robotics-hero__proof {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 36px -64px -38px;
  padding: 0;
  border-top: 1px solid #e0e8f3;
  list-style: none;
  background: #f7faff;
}

.robotics-hero__proof li {
  display: grid;
  gap: 8px;
  min-height: 98px;
  place-items: center;
  padding: 18px 10px;
  color: #253b58;
  text-align: center;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
}

.robotics-hero__proof li + li {
  border-left: 1px solid #e0e8f3;
}

.robotics-hero__proof svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: var(--robotics-accent);
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.robotics-hero__media {
  position: relative;
  align-self: stretch;
  min-height: 620px;
  margin: 0;
  overflow: hidden;
  background: #10131a;
}

.robotics-hero__media::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(5, 7, 13, .44), rgba(5, 7, 13, .04) 45%, rgba(5, 7, 13, .12)),
    radial-gradient(circle at 74% 18%, rgba(40, 117, 235, .2), transparent 22rem);
  pointer-events: none;
}

.robotics-hero__media img {
  width: 100%;
  height: 100%;
  min-height: 620px;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.04) contrast(1.03);
}

.robotics-hero__top-note,
.robotics-hero__scene-link {
  position: absolute;
  z-index: 2;
  color: #ffffff;
  font-weight: 800;
  letter-spacing: .06em;
  text-decoration: none;
  text-transform: uppercase;
}

.robotics-hero__top-note {
  top: 42px;
  right: 44px;
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
  text-align: right;
}

.robotics-hero__top-note span {
  display: block;
  width: 52px;
  height: 3px;
  margin: 0 0 13px auto;
  border-radius: 999px;
  background: var(--robotics-accent);
}

.robotics-hero__scene-link {
  right: 44px;
  bottom: 38px;
  padding: 14px 18px;
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 999px;
  background: rgba(5, 12, 24, .45);
  backdrop-filter: blur(10px);
  font-size: 12px;
  line-height: 1.35;
}

.robotics-hero__scene-link span {
  color: #8abaff;
}

.robotics-why {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 16%, rgba(40, 117, 235, .08), transparent 24rem),
    linear-gradient(180deg, #f8fbff 0%, #eef3fa 100%);
}

.robotics-why__intro {
  max-width: 940px;
  margin: 0 auto 50px;
  text-align: center;
}

.robotics-why__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 15px;
  color: var(--robotics-accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.robotics-why__eyebrow::before {
  content: '';
  width: 42px;
  height: 3px;
  border-radius: 999px;
  background: var(--robotics-accent);
}

.robotics-why__intro h2,
.robotics-applications h2,
.robotics-industries h2,
.robotics-roadmap h2 {
  margin-bottom: 22px;
  color: #0d1b3c;
  font-size: clamp(42px, 4.3vw, 64px);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -.055em;
}

.robotics-why__intro h2 span,
.robotics-applications h2 span,
.robotics-industries h2 span,
.robotics-roadmap h2 span {
  display: block;
}

.robotics-why__intro > p {
  max-width: 830px;
  margin: 0 auto;
  color: #405572;
  font-size: 17px;
  line-height: 1.66;
}

.robotics-why__intro strong {
  color: var(--blue-dark);
}

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

.robotics-why-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 365px;
  overflow: hidden;
  padding: 30px;
  border: 1px solid #dce8f7;
  border-radius: 22px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 14px 34px rgba(24, 70, 132, .08);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.robotics-why-card::before {
  content: '';
  position: absolute;
  top: -80px;
  right: -80px;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: rgba(40, 117, 235, .08);
}

.robotics-why-card:hover {
  transform: translateY(-5px);
  border-color: #b8d3f8;
  box-shadow: 0 22px 42px rgba(24, 70, 132, .13);
}

.robotics-why-card__meta {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 52px;
}

.robotics-why-card__icon {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 16px;
  background: #edf4ff;
  color: var(--robotics-accent);
}

.robotics-why-card__icon svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.robotics-why-card .card-index {
  color: #9ab7df;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .12em;
}

.robotics-why-card h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #102342;
  font-size: 30px;
  line-height: 1.08;
  letter-spacing: -.04em;
}

.robotics-why-card__rule {
  position: relative;
  z-index: 1;
  display: block;
  width: 52px;
  height: 3px;
  margin: 20px 0 18px;
  border-radius: 999px;
  background: var(--robotics-accent);
}

.robotics-why-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #526780;
  font-size: 15px;
  line-height: 1.62;
}

.robotics-why-card__arrow {
  position: absolute;
  right: 26px;
  bottom: 22px;
  color: var(--robotics-accent);
  font-size: 28px;
  line-height: 1;
}

.robotics-roadmap {
  position: relative;
  overflow: hidden;
  padding: 92px 0;
  background: #ffead8;
}

.robotics-roadmap__container {
  position: relative;
  z-index: 1;
}

.robotics-roadmap__blueprint {
  position: absolute;
  top: 20px;
  right: -110px;
  z-index: -1;
  width: min(52vw, 660px);
  color: rgba(40, 117, 235, .18);
  pointer-events: none;
}

.robotics-roadmap__blueprint svg {
  width: 100%;
  height: auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.robotics-roadmap__blueprint .blueprint-grid {
  opacity: .38;
  stroke-width: 1;
}

.robotics-roadmap__blueprint .blueprint-rings {
  opacity: .7;
  stroke-width: 1.5;
}

.robotics-roadmap__blueprint .blueprint-robotics {
  opacity: .9;
  stroke-width: 2.4;
}

.robotics-roadmap__heading {
  max-width: 900px;
  margin: 0 0 52px;
}

.robotics-roadmap__heading .eyebrow {
  color: var(--robotics-accent);
}

.robotics-roadmap__heading h2 {
  margin-bottom: 18px;
}

.robotics-roadmap__heading p:not(.eyebrow) {
  max-width: 740px;
  margin: 0;
  color: #3f5573;
  font-size: 17px;
  line-height: 1.65;
}

.robotics-roadmap__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  max-width: 1120px;
}

.robotics-roadmap__card {
  position: relative;
  min-height: 342px;
  padding: 30px 30px 28px;
  border: 1px solid rgba(218, 190, 166, .8);
  border-radius: 22px;
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 14px 34px rgba(103, 67, 36, .08);
  backdrop-filter: blur(12px);
}

.robotics-roadmap__icon {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  margin-bottom: 22px;
  border-radius: 15px;
  background: #ffffff;
  color: var(--robotics-accent);
  box-shadow: 0 10px 20px rgba(118, 73, 33, .08);
}

.robotics-roadmap__icon svg {
  width: 31px;
  height: 31px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.robotics-roadmap__grid .roadmap-number {
  display: inline-block;
  margin: 0 10px 9px 0;
  color: var(--robotics-accent);
  font-size: 20px;
  font-weight: 800;
}

.robotics-roadmap__grid h3 {
  display: inline;
  margin: 0;
  color: #14233b;
  font-size: 23px;
  line-height: 1.25;
}

.robotics-roadmap__grid article > p:not(.roadmap-number) {
  margin: 16px 0;
  color: #2c405a;
  font-size: 15px;
  line-height: 1.62;
}

.robotics-roadmap__grid ul {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #2a3d56;
  font-size: 14px;
}

.robotics-roadmap__grid li {
  position: relative;
  padding-left: 22px;
}

.robotics-roadmap__grid li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--robotics-accent);
  font-weight: 800;
}

.robotics-services {
  position: relative;
  overflow: hidden;
  padding: 88px 0 92px;
  background:
    radial-gradient(circle at 88% 6%, rgba(71, 139, 235, .13), transparent 24rem),
    radial-gradient(circle at 8% 88%, rgba(71, 139, 235, .06), transparent 25rem),
    linear-gradient(180deg, #fbfdff 0%, #f4f8fd 100%);
}

.robotics-services::before {
  content: "";
  position: absolute;
  top: -150px;
  right: -180px;
  width: 620px;
  height: 620px;
  border: 1px solid rgba(58, 126, 228, .12);
  border-radius: 50%;
  box-shadow:
    0 0 0 58px rgba(58, 126, 228, .05),
    0 0 0 116px rgba(58, 126, 228, .025);
  pointer-events: none;
}

.robotics-services .container {
  position: relative;
  z-index: 1;
}

.robotics-services__heading {
  max-width: 980px;
  margin: 0 auto 42px;
  text-align: center;
}

.robotics-services__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 0 0 20px;
  color: var(--robotics-accent);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .15em;
  line-height: 1.2;
}

.robotics-services__eyebrow span {
  display: inline-block;
  width: 48px;
  height: 3px;
  border-radius: 999px;
  background: var(--robotics-accent);
}

.robotics-services__heading h2 {
  margin: 0 0 20px;
  color: #0d1b3c;
  font-size: clamp(42px, 4.8vw, 68px);
  font-weight: 800;
  line-height: 1.03;
  letter-spacing: -.055em;
}

.robotics-services__lead {
  max-width: 790px;
  margin: 0 auto 12px;
  color: #182746;
  font-size: clamp(17px, 1.45vw, 20px);
  font-weight: 700;
  line-height: 1.5;
}

.robotics-services__intro {
  max-width: 760px;
  margin: 0 auto;
  color: #526780;
  font-size: 15px;
  line-height: 1.62;
}

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

.robotics-service-grid article {
  display: flex;
  flex-direction: column;
  min-height: 408px;
  padding: 28px 28px 22px;
  overflow: hidden;
  border: 1px solid #dce6f2;
  border-radius: 14px;
  background: rgba(255, 255, 255, .95);
  box-shadow: 0 8px 22px rgba(23, 55, 101, .045);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.robotics-service-grid article:hover {
  transform: translateY(-5px);
  border-color: #b8d3f8;
  box-shadow: 0 16px 30px rgba(23, 55, 101, .11);
}

.robotics-service-grid h3 {
  margin: 0 0 20px;
  font-size: 20px;
  line-height: 1.18;
  letter-spacing: -.025em;
}

.robotics-service-grid h3 a {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  color: #101e3d;
  text-decoration: none;
}

.robotics-service-grid h3 a:hover {
  color: #176ce2;
}

.robotics-service-card__arrow {
  flex: 0 0 auto;
  color: var(--robotics-accent);
  font-size: 28px;
  font-weight: 400;
  line-height: .8;
  transition: transform .2s ease;
}

.robotics-service-grid h3 a:hover .robotics-service-card__arrow {
  transform: translateX(5px);
}

.robotics-service-grid p {
  margin: 0;
  color: #506682;
  font-size: 14px;
  line-height: 1.6;
}

.robotics-service-grid img {
  width: 100%;
  height: 142px;
  margin-top: auto;
  padding-top: 18px;
  object-fit: contain;
  object-position: center bottom;
}

.robotics-materials {
  color: #ffffff;
  background:
    radial-gradient(circle at 12% 0%, rgba(40, 117, 235, .15), transparent 24rem),
    linear-gradient(135deg, #0e1523 0%, #151515 100%);
}

.robotics-materials__label {
  padding-bottom: 20px;
  margin-bottom: 38px;
  border-bottom: 1px solid rgba(255,255,255,.22);
  color: #7db2ff;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .12em;
}

.robotics-materials__grid {
  display: grid;
  grid-template-columns: .9fr 1fr 1fr;
  gap: 24px;
  align-items: stretch;
}

.robotics-materials__title h2 {
  color: #ffffff;
  font-size: clamp(42px, 4vw, 62px);
  line-height: 1.15;
}

.robotics-materials article {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 18px;
  background: #ffffff;
  color: var(--ink);
}

.robotics-materials article > img {
  height: 246px;
  object-fit: cover;
}

.robotics-materials article > div {
  padding: 24px 24px 28px;
}

.robotics-materials article h3 {
  margin-bottom: 18px;
  color: var(--robotics-accent);
  font-size: 28px;
  font-weight: 700;
}

.robotics-materials article p {
  min-height: 100px;
  margin-bottom: 24px;
  color: #203650;
  font-size: 16px;
  line-height: 1.58;
}

.robotics-materials .button {
  min-height: 46px;
  padding-inline: 18px;
  border-radius: 999px;
}

.robotics-applications__grid {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 78px;
  align-items: center;
}

.robotics-applications h2 {
  margin-bottom: 24px;
}

.robotics-applications > .container p {
  color: #30455f;
  font-size: 17px;
  line-height: 1.58;
}

.robotics-applications ul {
  display: grid;
  gap: 7px;
  padding: 0;
  margin: 22px 0 0;
  list-style: none;
  color: #2e435e;
  font-size: 16px;
}

.robotics-applications li {
  position: relative;
  padding-left: 20px;
}

.robotics-applications li::before {
  content: '';
  position: absolute;
  top: .62em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--robotics-accent);
}

.robotics-applications__gallery {
  width: 100%;
  height: 378px;
  overflow: hidden;
  border-radius: 12px;
  background: #f3f5f7;
}

.robotics-applications__gallery img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
  object-position: center;
}

.robotics-industries {
  background: #ffead8;
}

.robotics-industries__layout {
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  gap: 76px;
  align-items: center;
}

.robotics-industries h2 {
  margin: 0;
}

.robotics-industry-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.robotics-industry-grid a {
  display: grid;
  gap: 10px;
  min-height: 150px;
  padding: 14px;
  border-radius: 16px;
  background: rgba(255,255,255,.85);
  color: var(--ink);
  text-align: center;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease;
}

.robotics-industry-grid a:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 22px rgba(24, 42, 70, .12);
}

.robotics-industry-grid img {
  width: 74px;
  height: 74px;
  margin-inline: auto;
  border-radius: 50%;
  object-fit: cover;
}

.robotics-industry-grid span {
  align-self: end;
  font-size: 15px;
  font-weight: 700;
}

.robotics-cta {
  padding: 58px 0;
  background: #10213d;
  color: #ffffff;
}

.robotics-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.robotics-cta h2 {
  max-width: 740px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(30px, 3vw, 46px);
}

.robotics-cta .eyebrow {
  color: #9ac7ff;
}

@media (max-width: 1080px) {
  .robotics-hero__grid,
  .robotics-materials__grid,
  .robotics-applications__grid,
  .robotics-industries__layout {
    grid-template-columns: 1fr;
  }

  .robotics-applications__gallery {
    height: 420px;
  }

  .robotics-hero__card {
    width: min(100%, 720px);
    margin: 44px auto;
    border-radius: 28px;
  }

  .robotics-hero__media {
    min-height: 430px;
  }

  .robotics-hero__media img {
    min-height: 430px;
  }

  .robotics-why__grid {
    grid-template-columns: 1fr;
  }

  .robotics-why-card {
    min-height: 320px;
  }

  .robotics-roadmap__blueprint {
    right: -240px;
    width: 760px;
    opacity: .55;
  }

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

  .robotics-materials__title h2 {
    margin-bottom: 8px;
  }
}

@media (max-width: 640px) {
  .robotics-hero__grid {
    grid-template-columns: 1fr;
  }

  .robotics-hero__card {
    margin: 0;
    padding: 40px 28px 0;
    border-radius: 0;
  }

  .robotics-hero h1 span {
    margin-left: 44px;
  }

  .robotics-hero h1 span::before {
    width: 34px;
    margin-left: -44px;
  }

  .robotics-hero__intro {
    font-size: 16px;
  }

  .robotics-hero__proof {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 30px -28px 0;
  }

  .robotics-hero__proof li:nth-child(3) {
    border-left: 0;
    border-top: 1px solid #e0e8f3;
  }

  .robotics-hero__proof li:nth-child(4) {
    border-top: 1px solid #e0e8f3;
  }

  .robotics-hero__media,
  .robotics-hero__media img {
    min-height: 315px;
  }

  .robotics-hero__top-note {
    top: 26px;
    right: 24px;
    font-size: 11px;
  }

  .robotics-hero__scene-link {
    right: 18px;
    bottom: 18px;
    font-size: 10px;
  }

  .robotics-why__intro h2,
  .robotics-applications h2,
  .robotics-industries h2,
  .robotics-roadmap h2 {
    font-size: 38px;
    letter-spacing: -.045em;
  }

  .robotics-roadmap {
    padding: 68px 0;
  }

  .robotics-roadmap__heading {
    margin-bottom: 34px;
  }

  .robotics-roadmap__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .robotics-services {
    padding: 62px 0;
  }

  .robotics-services__heading {
    margin-bottom: 32px;
  }

  .robotics-services__heading h2 {
    font-size: 39px;
    letter-spacing: -.045em;
  }

  .robotics-services__lead {
    font-size: 16px;
  }

  .robotics-services__intro {
    font-size: 14px;
  }

  .robotics-service-grid {
    grid-template-columns: 1fr;
  }

  .robotics-service-grid article {
    min-height: 360px;
    padding: 24px 22px 20px;
  }

  .robotics-service-grid img {
    height: 150px;
  }

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

  .robotics-cta__inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 460px) {
  .robotics-hero__eyebrow {
    align-items: flex-start;
    flex-direction: column;
  }

  .robotics-materials article > img {
    height: 210px;
  }

  .robotics-applications__gallery {
    height: 250px;
  }

  .robotics-industry-grid {
    grid-template-columns: 1fr;
  }
}

/* ------------------------------------------------------------------
   NPI page image rounded corners update
   ------------------------------------------------------------------ */
.npi-hero__media,
.npi-project__media,
.npi-quality__media {
  border-radius: 22px;
}

.npi-hero__media img,
.npi-project__media img,
.npi-quality__media img {
  border-radius: inherit;
}

.npi-capabilities__grid article {
  overflow: hidden;
  border-radius: 18px;
}

.npi-capabilities__grid img {
  border-radius: 18px 18px 0 0;
}

@media (max-width: 800px) {
  .npi-hero__media,
  .npi-project__media,
  .npi-quality__media {
    border-radius: 16px;
  }

  .npi-capabilities__grid article,
  .npi-capabilities__grid img {
    border-radius: 16px;
  }

  .npi-capabilities__grid img {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
}


/* ------------------------------------------------------------------
   NPI page card rounded corners update
   ------------------------------------------------------------------ */
.npi-challenges__grid article,
.npi-why__grid article,
.npi-capabilities__grid article,
.npi-project__points article {
  border-radius: 18px;
}

.npi-why__grid article,
.npi-challenges__grid article,
.npi-capabilities__grid article {
  overflow: hidden;
}

@media (max-width: 800px) {
  .npi-challenges__grid article,
  .npi-why__grid article,
  .npi-capabilities__grid article,
  .npi-project__points article {
    border-radius: 16px;
  }
}

/* ==========================================================================
   Rapid Prototyping - horizontal process cards redesign
   Integrated process-card layout for "Choose the Right Process for Your Prototype".
   Uses a restrained blue / white / gray tone aligned with the RapidMfgPro site.
   ========================================================================== */
.prototype-services {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 9% 10%, rgba(57, 127, 232, .085), transparent 28rem),
    radial-gradient(circle at 94% 18%, rgba(57, 127, 232, .045), transparent 26rem),
    linear-gradient(180deg, #f7faff 0%, #eef3f8 100%);
}

.prototype-services::before {
  content: '';
  position: absolute;
  right: -210px;
  top: -240px;
  width: 620px;
  height: 620px;
  border: 1px solid rgba(57, 127, 232, .10);
  border-radius: 50%;
  box-shadow:
    0 0 0 62px rgba(57, 127, 232, .045),
    0 0 0 124px rgba(57, 127, 232, .026);
  pointer-events: none;
}

.prototype-services .container {
  position: relative;
  z-index: 1;
}

.prototype-services .section-heading {
  max-width: 1040px;
  margin-bottom: 32px;
}

.prototype-services .section-heading .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 15px;
  color: #1764d8;
  letter-spacing: .14em;
}

.prototype-services .section-heading .eyebrow::before,
.prototype-services .section-heading .eyebrow::after {
  content: '';
  display: inline-block;
  width: 34px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  opacity: .55;
}

.prototype-services .section-heading h2 {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  color: #0e2241;
  font-size: clamp(38px, 4vw, 58px);
  font-weight: 800;
  letter-spacing: -.055em;
}

.prototype-services .section-heading > p:last-child {
  max-width: 900px;
  color: #526982;
  font-size: 17px;
  line-height: 1.68;
}

.prototype-service-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin: 0 auto 34px;
}

.prototype-service-tabs span {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid #d8e1eb;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 6px 14px rgba(16, 33, 61, .035);
  color: #415875;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
}

.prototype-service-tabs span.active {
  border-color: var(--blue);
  background: var(--blue);
  box-shadow: 0 10px 22px rgba(57, 127, 232, .18);
  color: #ffffff;
}

.prototype-service-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

.prototype-service-card,
.prototype-service-card--reverse {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 100%;
  flex-direction: column;
  gap: 0;
  align-items: stretch;
  overflow: hidden;
  padding: 0;
  border: 1px solid #dbe4ee;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(16, 33, 61, .065);
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.prototype-service-card:hover {
  border-color: #c4d5e8;
  box-shadow: 0 18px 38px rgba(16, 33, 61, .105);
  transform: translateY(-4px);
}

.prototype-service-card::before {
  content: '';
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: var(--blue);
}



.prototype-service-card > img,
.prototype-service-card--reverse > img {
  order: 1;
  width: 100%;
  height: 230px;
  min-height: 0;
  padding: 24px;
  border-bottom: 1px solid #e7edf4;
  background:
    radial-gradient(circle at 50% 44%, rgba(255,255,255,.96), rgba(244,247,251,.9) 48%, #edf2f7 100%);
  object-fit: contain;
  object-position: center;
}



.prototype-service-card > div {
  order: 2;
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 27px 26px 28px;
}

.prototype-service-card .eyebrow {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  min-height: 28px;
  margin: 0 0 16px;
  padding: 0 11px;
  border-radius: 999px;
  background: #eef5ff;
  color: #1764d8;
  font-size: 11px;
  letter-spacing: .11em;
}



.prototype-service-card h3 {
  margin: 0 0 13px;
  color: #10213d;
  font-size: 26px;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -.035em;
}

.prototype-service-card p:not(.eyebrow) {
  margin: 0;
  color: #4f637d;
  font-size: 15px;
  line-height: 1.64;
}

.prototype-service-card dl {
  display: grid;
  gap: 0;
  margin: 22px 0 24px;
  border-top: 1px solid #e2eaf4;
}

.prototype-service-card dl div {
  display: grid;
  grid-template-columns: 1fr;
  gap: 6px;
  padding: 13px 0;
  border-bottom: 1px solid #e2eaf4;
}

.prototype-service-card dt {
  color: #173252;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.prototype-service-card dd {
  margin: 0;
  color: #5f7084;
  font-size: 14px;
  line-height: 1.5;
}

.prototype-service-card .button {
  width: 100%;
  margin-top: auto;
  border-color: var(--blue);
  border-radius: 10px;
  background: var(--blue);
  color: #ffffff;
}

.prototype-service-card .button:hover {
  border-color: var(--blue-dark);
  background: var(--blue-dark);
}





@media (max-width: 1180px) {
  .prototype-service-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .prototype-service-card:nth-child(3) {
    grid-column: 1 / -1;
  }

  .prototype-service-card:nth-child(3) > img {
    height: 260px;
  }
}

@media (max-width: 760px) {
  .prototype-services .section-heading h2 {
    font-size: 36px;
    letter-spacing: -.04em;
  }

  .prototype-service-tabs {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 6px;
  }

  .prototype-service-tabs span {
    flex: 0 0 auto;
  }

  .prototype-service-list {
    grid-template-columns: 1fr;
  }

  .prototype-service-card:nth-child(3) {
    grid-column: auto;
  }

  .prototype-service-card > img,
  .prototype-service-card:nth-child(3) > img {
    height: 220px;
    padding: 20px;
  }

  .prototype-service-card > div {
    padding: 24px 22px 25px;
  }
}


/* ==========================================================================
   Rapid Prototyping - Compare Methods table redesign
   Clean style aligned with RapidMfgPro page tone. Add this block at the end.
   ========================================================================== */
.prototype-compare.section--peach {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 0%, rgba(57, 127, 232, .055), transparent 26rem),
    linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
}

.prototype-compare .section-heading {
  max-width: 980px;
  margin: 0 auto 44px;
  text-align: center;
}

.prototype-compare .section-heading .eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  margin: 0 0 16px;
  color: #397fe8;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .16em;
  line-height: 1.2;
}

.prototype-compare .section-heading .eyebrow::before,
.prototype-compare .section-heading .eyebrow::after {
  content: '';
  display: inline-block;
  width: 42px;
  height: 2px;
  border-radius: 999px;
  background: #397fe8;
  opacity: .45;
}

.prototype-compare .section-heading h2 {
  max-width: 900px;
  margin: 0 auto;
  color: #10213d;
  font-size: clamp(38px, 4.1vw, 62px);
  font-weight: 800;
  line-height: 1.06;
  letter-spacing: -.055em;
}

.prototype-table-wrap {
  width: min(100%, 1240px);
  margin: 0 auto;
  overflow-x: auto;
  border: 1px solid #dbe4ee;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(16, 33, 61, .08);
}

.prototype-table-wrap table {
  width: 100%;
  min-width: 920px;
  border-collapse: separate;
  border-spacing: 0;
  background: #ffffff;
}

.prototype-table-wrap thead th {
  padding: 24px 30px;
  border-top: 0;
  border-bottom: 1px solid #dbe4ee;
  background: #ffffff;
  color: #1557bd;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.35;
  text-align: left;
  vertical-align: middle;
}

.prototype-table-wrap thead th:first-child {
  width: 33%;
}

.prototype-table-wrap thead th:nth-child(2),
.prototype-table-wrap thead th:nth-child(3) {
  width: 33.5%;
}

.prototype-table-wrap tbody th,
.prototype-table-wrap tbody td {
  padding: 29px 30px;
  border-top: 0;
  border-bottom: 1px solid #e1e7ef;
  background: #ffffff;
  color: #314761;
  font-size: 17px;
  line-height: 1.55;
  text-align: left;
  vertical-align: middle;
}

.prototype-table-wrap tbody tr:last-child th,
.prototype-table-wrap tbody tr:last-child td {
  border-bottom: 0;
}

.prototype-table-wrap tbody th {
  position: relative;
  width: 33%;
  padding-left: 34px;
  color: #10213d;
  font-size: 19px;
  font-weight: 800;
  line-height: 1.35;
}

.prototype-table-wrap tbody th::before {
  content: '';
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: 0;
  width: 3px;
  background: #397fe8;
  opacity: .95;
}

.prototype-table-wrap tbody tr:hover th,
.prototype-table-wrap tbody tr:hover td {
  background: #f8fbff;
}

.prototype-table-wrap tbody tr:hover th::before {
  width: 5px;
}

.prototype-table-wrap th + th,
.prototype-table-wrap td + td,
.prototype-table-wrap th + td {
  border-left: 1px solid #edf1f5;
}

@media (max-width: 800px) {
  .prototype-compare.section--peach {
    padding: 68px 0;
  }

  .prototype-compare .section-heading {
    margin-bottom: 30px;
  }

  .prototype-compare .section-heading h2 {
    font-size: 36px;
    letter-spacing: -.04em;
  }

  .prototype-compare .section-heading .eyebrow::before,
  .prototype-compare .section-heading .eyebrow::after {
    width: 26px;
  }

  .prototype-table-wrap {
    border-radius: 12px;
  }

  .prototype-table-wrap thead th,
  .prototype-table-wrap tbody th,
  .prototype-table-wrap tbody td {
    padding: 22px 20px;
    font-size: 15px;
  }

  .prototype-table-wrap tbody th {
    min-width: 240px;
    padding-left: 24px;
    font-size: 17px;
  }

  .prototype-table-wrap tbody td {
    min-width: 280px;
  }
}

/* ==========================================================================
   Capability page refinements
   Center the three workflow icons and turn the project-review checklist into
   a connected vertical progress indicator.
   ========================================================================== */
.capability-page .work-with-us .process-icon {
  margin: 0 auto 23px;
}

.capability-page .design .check-list {
  gap: 22px;
}

.capability-page .design .check-list li {
  position: relative;
  min-height: 48px;
  padding-left: 42px;
}

.capability-page .design .check-list li::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  z-index: 2;
  width: 14px;
  height: 14px;
  border: 0;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 0 4px rgba(255, 255, 255, .92);
}

.capability-page .design .check-list li:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 19px;
  bottom: -27px;
  left: 6px;
  z-index: 1;
  width: 2px;
  background: var(--blue);
}


/* ========================================================================== 
   Capability page quality workflow
   Replace the separate left borders with connected blue progress dots.
   ========================================================================== */
.capability-page .quality-points {
  gap: 22px;
}

.capability-page .quality-points article {
  position: relative;
  min-height: 54px;
  padding-left: 42px;
  border-left: 0;
}

.capability-page .quality-points article::before {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  z-index: 2;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 0 4px #f7f9fc;
}

.capability-page .quality-points article:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 20px;
  bottom: -28px;
  left: 6px;
  z-index: 1;
  width: 2px;
  background: var(--blue);
}


/* ========================================================================== 
   Global RapidMfgPro brand, footer, and Request Supplier Match page updates
   ========================================================================== */
.brand--footer .brand-mark {
  width: 50px;
  height: 43px;
  flex-basis: 50px;
}

.footer-contact a:not(.brand) {
  color: #41546c;
  text-decoration: none;
}

.footer-contact a:not(.brand):hover {
  color: var(--blue-dark);
  text-decoration: underline;
}

.site-footer .footer-grid {
  align-items: start;
}

.site-footer .footer-grid > div:not(:first-child) a {
  line-height: 1.55;
}

.footer-quote-button {
  min-width: 180px;
  min-height: 46px;
  padding: 0 25px;
  border-radius: 5px;
  white-space: nowrap;
}

.quote-page-main {
  background:
    radial-gradient(circle at 88% 12%, rgba(57, 127, 232, .11), transparent 25rem),
    linear-gradient(180deg, #ffffff 0%, #f5f8fc 100%);
}

.quote-hero {
  padding: 76px 0 92px;
}

.quote-hero__intro {
  max-width: 860px;
  margin: 0 auto 44px;
  text-align: center;
}

.quote-hero__intro .eyebrow {
  margin-bottom: 16px;
  letter-spacing: .14em;
}

.quote-hero__intro h1 {
  max-width: 850px;
  margin-right: auto;
  margin-left: auto;
  color: #10213d;
  font-size: clamp(46px, 5vw, 76px);
}

.quote-hero__intro > p:last-child {
  max-width: 760px;
  margin: 0 auto;
  color: #50647d;
  font-size: 18px;
  line-height: 1.68;
}

.quote-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr);
  gap: 34px;
  align-items: start;
}

.quote-form-card,
.quote-contact-card {
  border: 1px solid #dce6f2;
  border-radius: 18px;
  background: rgba(255, 255, 255, .97);
  box-shadow: 0 18px 42px rgba(16, 49, 90, .08);
}

.quote-form-card {
  padding: 38px;
}

.quote-form-card h2,
.quote-contact-card h2 {
  margin-bottom: 12px;
  font-size: 30px;
}

.quote-form-card > p,
.quote-contact-card > p {
  color: #5b6f87;
}

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

.quote-field {
  display: grid;
  gap: 8px;
}

.quote-field--full {
  grid-column: 1 / -1;
}

.quote-field label {
  color: #173457;
  font-size: 14px;
  font-weight: 800;
}

.quote-field input,
.quote-field select,
.quote-field textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid #cfd9e6;
  border-radius: 7px;
  padding: 11px 13px;
  background: #ffffff;
  color: #10213d;
  font: inherit;
}

.quote-field textarea {
  min-height: 150px;
  resize: vertical;
}

.quote-field input:focus,
.quote-field select:focus,
.quote-field textarea:focus {
  border-color: var(--blue);
  outline: 3px solid rgba(57, 127, 232, .14);
}

.quote-file-note,
.quote-submit-note {
  margin: 8px 0 0;
  color: #718096;
  font-size: 13px;
  line-height: 1.55;
}

.quote-form-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-top: 26px;
}

.quote-contact-card {
  position: sticky;
  top: 126px;
  padding: 34px;
}

.quote-contact-list {
  display: grid;
  gap: 18px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.quote-contact-list li {
  padding: 18px;
  border: 1px solid #e1e8f1;
  border-radius: 10px;
  background: #f8fbff;
}

.quote-contact-list strong {
  display: block;
  margin-bottom: 5px;
  color: #173457;
}

.quote-contact-list a {
  color: var(--blue-dark);
  font-weight: 700;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.quote-contact-list a:hover {
  text-decoration: underline;
}

.quote-process {
  margin-top: 28px;
  padding-top: 26px;
  border-top: 1px solid #e0e7ef;
}

.quote-process h3 {
  margin-bottom: 15px;
  font-size: 19px;
}

.quote-process ol {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: quote-step;
}

.quote-process li {
  position: relative;
  padding-left: 36px;
  color: #52657d;
  counter-increment: quote-step;
}

.quote-process li::before {
  content: counter(quote-step);
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 50%;
  background: var(--blue);
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
}

@media (max-width: 900px) {
  .quote-layout {
    grid-template-columns: 1fr;
  }

  .quote-contact-card {
    position: static;
  }
}

@media (max-width: 600px) {
  .brand-mark {
    width: 46px;
    height: 40px;
    flex-basis: 46px;
  }

  .quote-hero {
    padding: 52px 0 68px;
  }

  .quote-form-card,
  .quote-contact-card {
    padding: 24px 20px;
  }

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

  .quote-field--full {
    grid-column: auto;
  }

  .footer-bottom {
    align-items: stretch;
  }

  .footer-quote-button {
    width: 100%;
  }
}

/* ========================================================================== 
   Footer quote button: right-side column
   ========================================================================== */
@media (min-width: 1101px) {

  .site-footer .footer-quote-column {
    display: flex;
    padding: 0;
  }

  .site-footer .footer-quote-column .footer-quote-button {
    width: 100%;
    max-width: 220px;
  }
}

.site-footer .footer-bottom {
  justify-content: flex-start;
}

@media (max-width: 1100px) {
  .site-footer .footer-quote-column {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
}

@media (max-width: 520px) {
  .site-footer .footer-quote-column {
    align-items: stretch;
  }

  .site-footer .footer-quote-column .footer-quote-button {
    width: 100%;
    max-width: none;
  }
}

/* ==========================================================================
   Materials navigation and material detail pages
   ========================================================================== */
@media (min-width: 801px) {
  .main-nav { gap: 18px; }

  .nav-menu--materials {
    left: 50%;
    width: 650px;
    padding: 0;
    transform: translate(-50%, -8px);
  }

  .nav-item--materials:hover .nav-menu--materials,
  .nav-item--materials:focus-within .nav-menu--materials,
  .nav-item--materials.is-open .nav-menu--materials {
    transform: translate(-50%, 0);
  }
}

.materials-nav-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
}

.materials-nav-group {
  padding: 24px 20px 22px;
}

.materials-nav-group + .materials-nav-group {
  border-left: 1px solid #e1e8f1;
}

.materials-nav-title {
  display: block;
  margin: 0 13px 9px;
  padding-bottom: 11px;
  border-bottom: 1px solid #e3eaf3;
  color: #1557bd;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.nav-menu--materials a {
  padding: 9px 13px;
  border-radius: 7px;
  font-size: 15px;
}

.nav-menu--materials a.active {
  background: #edf4ff;
  color: #1557bd;
  font-weight: 800;
}

.material-page {
  background: #ffffff;
}

.material-hero {
  padding: 54px 0 0;
  background: linear-gradient(90deg, #f5f8fd 0%, #f5f8fd 50%, #ffffff 50%, #ffffff 100%);
}

.material-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(440px, .98fr);
  min-height: 530px;
  align-items: stretch;
}

.material-hero__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 64px 70px 68px 0;
}

.material-hero__copy h1 {
  max-width: 760px;
  margin: 0 0 24px;
  color: #10213d;
  font-size: clamp(48px, 5vw, 78px);
  line-height: 1;
  letter-spacing: -.055em;
}

.material-hero__lead {
  max-width: 700px;
  margin: 0 0 31px;
  color: #314862;
  font-size: 18px;
  line-height: 1.68;
}

.material-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
}

.material-text-link {
  color: #397fe8;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
}

.material-text-link:hover { text-decoration: underline; }

.material-hero__media {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: #e9edf2;
}

.material-hero__media img {
  width: 100%;
  height: 100%;
  min-height: 530px;
  object-fit: cover;
  object-position: center;
}

.material-hero__media::after {
  content: '';
  position: absolute;
  inset: auto 0 0;
  height: 110px;
  background: linear-gradient(transparent, rgba(8, 20, 38, .52));
  pointer-events: none;
}

.material-hero__media figcaption {
  position: absolute;
  right: 24px;
  bottom: 20px;
  z-index: 1;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
}

.material-tabs {
  position: sticky;
  top: 98px;
  z-index: 80;
  border-bottom: 1px solid #e4e9ef;
  background: rgba(255, 255, 255, .97);
  backdrop-filter: blur(12px);
}

.material-tabs__inner {
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.material-tabs__inner > strong {
  color: #173457;
  font-size: 22px;
}

.material-tabs__inner > div {
  display: flex;
  align-items: stretch;
  gap: 24px;
}

.material-tabs a {
  display: flex;
  min-height: 68px;
  align-items: center;
  border-bottom: 3px solid transparent;
  color: #354b66;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.material-tabs a:hover,
.material-tabs a:focus-visible {
  border-bottom-color: #397fe8;
  color: #1557bd;
}

.material-section {
  padding: 82px 0;
  scroll-margin-top: 190px;
}

.material-section--soft {
  background: #f6f9fd;
}

.material-section > .container > h2 {
  margin-bottom: 28px;
}

.material-overview__grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  align-items: stretch;
  margin-bottom: 54px;
}

.material-overview__image {
  min-height: 390px;
  margin: 0;
  overflow: hidden;
  background: #101010;
}

.material-overview__image img {
  width: 100%;
  height: 100%;
  min-height: 390px;
  object-fit: cover;
}

.material-characteristics {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 42px 44px;
  background: #f3f7fd;
}

.material-characteristics__label {
  margin: 0 0 25px;
  color: #173457;
  font-size: 15px;
  font-weight: 800;
}

.material-score {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  padding: 16px 0;
  border-bottom: 1px solid #d8e3f0;
}

.material-score:first-of-type {
  padding-top: 0;
}

.material-score:last-of-type {
  padding-bottom: 0;
  border-bottom: 0;
}

.material-score__name {
  color: #2f4663;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}

.material-stars {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #cbd7e6;
  font-size: 27px;
  line-height: 1;
  white-space: nowrap;
}

.material-star {
  position: relative;
  display: inline-block;
  width: 1em;
  color: #cbd7e6;
  text-align: center;
}

.material-star.is-filled {
  color: #397fe8;
}

.material-star.is-half::before {
  content: '★';
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  overflow: hidden;
  color: #397fe8;
  white-space: nowrap;
}

.material-characteristics .button {
  width: 100%;
  margin-top: 34px;
}

.material-facts {
  margin: 0;
}

.material-facts > div {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 36px;
  padding: 24px 0;
  border-top: 1px solid #e0e6ed;
}

.material-facts > div:last-child { border-bottom: 1px solid #e0e6ed; }

.material-facts dt {
  color: #173457;
  font-size: 15px;
  font-weight: 800;
}

.material-facts dd {
  margin: 0;
  color: #4c6078;
  line-height: 1.66;
}

.material-table-wrap {
  overflow-x: auto;
}

.material-key-table,
.material-spec-table {
  width: 100%;
  border-collapse: collapse;
  background: #ffffff;
}

.material-key-table {
  min-width: 880px;
}

.material-key-table th,
.material-key-table td,
.material-spec-table th,
.material-spec-table td {
  padding: 17px 18px;
  border: 1px solid #e2e8f0;
  text-align: left;
  vertical-align: top;
}

.material-key-table th {
  background: #f7f9fc;
  color: #173457;
  font-size: 13px;
}

.material-key-table td {
  color: #52657d;
  font-size: 14px;
}

.material-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.material-tags span {
  padding: 8px 13px;
  border: 1px solid #dce8f8;
  border-radius: 999px;
  background: #edf4ff;
  color: #2a68ba;
  font-size: 13px;
  font-weight: 700;
}

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

.material-use-list li {
  position: relative;
  padding-left: 24px;
}

.material-use-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #397fe8;
  font-weight: 800;
}

.material-use-list--caution li::before {
  content: '•';
  font-size: 20px;
  line-height: 1;
}

.material-section-heading {
  display: grid;
  grid-template-columns: 1fr .95fr;
  gap: 70px;
  align-items: end;
  margin-bottom: 38px;
}

.material-section-heading h2 { margin-bottom: 0; }

.material-section-heading > p {
  margin: 0 0 4px;
  color: #50647b;
  font-size: 17px;
}

.material-section-heading--compact {
  align-items: center;
}

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

.material-process-grid article {
  display: flex;
  min-height: 305px;
  flex-direction: column;
  padding: 30px;
  border: 1px solid #dfe7f1;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(16, 49, 90, .05);
}

.material-process-grid article > span {
  display: block;
  margin-bottom: 52px;
  color: #397fe8;
  font-size: 14px;
  font-weight: 800;
}

.material-process-grid h3 {
  margin: 0 0 14px;
  font-size: 25px;
}

.material-process-grid p {
  margin: 0 0 24px;
  color: #52657d;
}

.material-process-grid a {
  margin-top: auto;
  color: #1557bd;
  font-weight: 800;
  text-decoration: none;
}

.material-design-layout {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 80px;
  align-items: start;
}

.material-design-heading {
  position: sticky;
  top: 192px;
}

.material-design-heading > p:not(.eyebrow) {
  color: #50647b;
  font-size: 17px;
}

.material-design-list {
  border-top: 1px solid #dce4ed;
}

.material-design-list article {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 22px;
  padding: 25px 0;
  border-bottom: 1px solid #dce4ed;
}

.material-design-list article > span {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 50%;
  background: #397fe8;
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
}

.material-design-list h3 {
  margin: 0 0 8px;
  font-size: 21px;
}

.material-design-list p {
  margin: 0;
  color: #52657d;
}

.material-spec-table {
  min-width: 760px;
}

.material-spec-table th {
  width: 250px;
  background: #edf4ff;
  color: #173457;
  font-weight: 800;
}

.material-spec-table td {
  color: #50647b;
}

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

.material-related-card {
  display: flex;
  min-height: 190px;
  flex-direction: column;
  padding: 24px;
  border: 1px solid #dfe7f1;
  border-radius: 14px;
  background: #ffffff;
  color: #10213d;
  text-decoration: none;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.material-related-card:hover {
  border-color: #a9c9f5;
  box-shadow: 0 15px 30px rgba(18, 54, 101, .1);
  transform: translateY(-4px);
}

.material-related-card span {
  color: #397fe8;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.material-related-card strong {
  margin: 34px 0 22px;
  font-size: 22px;
}

.material-related-card b {
  margin-top: auto;
  color: #1557bd;
  font-size: 14px;
}

.material-cta-band {
  padding: 60px 0;
  background: #397fe8;
  color: #ffffff;
}

.material-cta-band__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

.material-cta-band .eyebrow { color: #dceaff; }
.material-cta-band h2 { margin-bottom: 11px; color: #ffffff; }
.material-cta-band p { max-width: 760px; margin: 0; color: #edf5ff; }
.material-cta-band .button { flex: 0 0 auto; }

@media (max-width: 1100px) {
  .material-hero__grid {
    grid-template-columns: 1fr 1fr;
  }

  .material-hero__copy {
    padding-right: 42px;
  }

  .material-section-heading,
  .material-design-layout {
    gap: 45px;
  }

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

@media (max-width: 800px) {
  .nav-menu--materials {
    position: static;
    width: auto;
    transform: none;
  }

  .materials-nav-grid {
    grid-template-columns: 1fr;
  }

  .materials-nav-group {
    padding: 10px 0 8px 14px;
  }

  .materials-nav-group + .materials-nav-group {
    border-top: 1px solid #e1e8f1;
    border-left: 0;
  }

  .materials-nav-title {
    margin: 0 0 5px;
    padding: 8px 16px;
    border-bottom: 0;
  }

  .nav-menu--materials a {
    padding: 9px 16px;
  }

  .material-hero {
    padding-top: 26px;
    background: #f5f8fd;
  }

  .material-hero__grid,
  .material-overview__grid,
  .material-section-heading,
  .material-design-layout {
    grid-template-columns: 1fr;
  }

  .material-hero__copy {
    padding: 42px 0 48px;
  }

  .material-hero__media,
  .material-hero__media img {
    min-height: 380px;
  }

  .material-tabs {
    top: 66px;
    overflow-x: auto;
  }

  .material-tabs__inner {
    min-width: 760px;
  }

  .material-tabs__inner > div {
    gap: 20px;
  }

  .material-process-grid {
    grid-template-columns: 1fr;
  }

  .material-design-heading {
    position: static;
  }

  .material-cta-band__inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  .material-hero__copy h1 { font-size: 46px; }
  .material-hero__lead { font-size: 16px; }
  .material-hero__actions { align-items: stretch; flex-direction: column; }
  .material-hero__actions .button { width: 100%; }
  .material-hero__media,
  .material-hero__media img { min-height: 300px; }
  .material-section { padding: 62px 0; }
  .material-characteristics { padding: 30px 24px; }
  .material-facts > div { grid-template-columns: 1fr; gap: 9px; }
  .material-related-grid { grid-template-columns: 1fr; }
  .material-design-list article { grid-template-columns: 46px 1fr; gap: 14px; }
  .material-design-list article > span { width: 38px; height: 38px; }
  .material-cta-band .button { width: 100%; }
}

@media (max-width: 620px) {
  .material-score { grid-template-columns: 1fr; gap: 10px; }
  .material-stars { font-size: 25px; }
}


/* ========================================================================== 
   July 2026 multi-page visual refinements
   - Narrower CNC tolerance table
   - Image-free milling/turning project cards
   - Interactive turning-material images
   - Single full-bleed hero images for four process pages
   ========================================================================== */

/* CNC Machining: keep the tolerance table readable without a large empty right side. */
.cnc-tolerances .table-wrap {
  width: min(100%, 980px);
  margin-right: auto;
  margin-left: auto;
}

.cnc-tolerances table {
  min-width: 720px;
  table-layout: fixed;
}

.cnc-tolerances thead th:first-child,
.cnc-tolerances tbody th {
  width: 225px;
}

/* CNC Milling and CNC Turning: image-free project-alignment cards. */
.milling-why-grid,
.turning-why__grid {
  align-items: stretch;
  gap: 24px;
}

.milling-why-grid article,
.turning-why__grid article {
  position: relative;
  display: flex;
  min-height: 360px;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #d8e4f3;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(20, 57, 106, .07);
  color: #10213d;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.milling-why-grid article::before,
.turning-why__grid article::before {
  content: '';
  width: 100%;
  height: 7px;
  background: #397fe8;
}

.milling-why-grid article:nth-child(2),
.turning-why__grid article:nth-child(2) {
  background: #f2f7ff;
}

.milling-why-grid article:nth-child(3),
.turning-why__grid article:nth-child(3) {
  background: #eef2f7;
}

.milling-why-grid article:hover,
.turning-why__grid article:hover {
  border-color: #a9c9f4;
  box-shadow: 0 22px 44px rgba(20, 57, 106, .12);
  transform: translateY(-5px);
}

.milling-why-grid article > div,
.turning-why__grid article > div,
.milling-why-grid article:nth-child(2) > div,
.milling-why-grid article:nth-child(3) > div,
.turning-why__grid article:nth-child(2) > div,
.turning-why__grid article:nth-child(3) > div {
  display: flex;
  min-height: 353px;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  padding: 42px 36px;
  background: transparent;
  color: #10213d;
}

.milling-why-grid .card-number,
.turning-why__grid .card-number {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  margin: 0 0 34px;
  border-radius: 50%;
  background: #397fe8;
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .08em;
}

.milling-why-grid h3,
.turning-why__grid h3 {
  margin: 0 0 18px;
  color: #10213d;
  font-size: 27px;
  line-height: 1.18;
}

.milling-why-grid p:not(.card-number),
.turning-why__grid p:not(.card-number) {
  margin: 0;
  color: #4c617a;
  font-size: 16px;
  line-height: 1.68;
}

/* CNC Turning: clicking a material changes the corresponding image. */
.turning-materials__image img {
  opacity: 1;
  transition: opacity .18s ease, transform .35s ease;
}

.turning-materials__image img.is-changing {
  opacity: .22;
}

.turning-material-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 28px 32px 32px;
  list-style: none;
  background: #ffffff;
}

.turning-material-options li {
  display: block;
  min-height: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

.turning-material-options li:hover {
  border: 0;
  background: transparent;
  transform: none;
}

.turning-material-option {
  width: 100%;
  min-height: 48px;
  border: 1px solid #d9e2ec;
  border-radius: 8px;
  padding: 10px 12px;
  background: #fbfcfe;
  color: #16345f;
  font: inherit;
  font-size: 15px;
  font-weight: 750;
  line-height: 1.25;
  text-align: center;
  cursor: pointer;
  transition: border-color .2s ease, background-color .2s ease, color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.turning-material-option:hover,
.turning-material-option:focus-visible {
  border-color: #397fe8;
  background: #edf4ff;
  color: #1557bd;
  outline: none;
  transform: translateY(-2px);
}

.turning-material-option.is-active {
  border-color: #397fe8;
  background: #397fe8;
  box-shadow: 0 8px 18px rgba(57, 127, 232, .2);
  color: #ffffff;
}

/* Hero visual panels: one image fills the complete right-hand panel. */
.milling-quote-card--single-image,
.turning-quote-card--single-image,
.sheet-quote-card--single-image,
.print-quote-card--single-image {
  align-self: stretch;
  min-height: 520px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid #d6e0eb;
  border-radius: 18px;
  background: #eef2f6;
  box-shadow: 0 22px 48px rgba(26, 48, 82, .14);
}

.milling-quote-card--single-image > img,
.turning-quote-card--single-image > img,
.sheet-quote-card--single-image > img,
.print-quote-card--single-image > img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 520px;
  margin: 0;
  padding: 0;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 1050px) {
  .cnc-tolerances .table-wrap {
    width: 100%;
  }

  .milling-quote-card--single-image,
  .turning-quote-card--single-image,
  .sheet-quote-card--single-image,
  .print-quote-card--single-image,
  .milling-quote-card--single-image > img,
  .turning-quote-card--single-image > img,
  .sheet-quote-card--single-image > img,
  .print-quote-card--single-image > img {
    min-height: 420px;
  }
}

@media (max-width: 800px) {
  .milling-why-grid,
  .turning-why__grid {
    grid-template-columns: 1fr;
  }

  .milling-why-grid article,
  .turning-why__grid article,
  .milling-why-grid article > div,
  .turning-why__grid article > div {
    min-height: 0;
  }
}

@media (max-width: 520px) {
  .turning-material-options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 20px 18px 24px;
  }

  .milling-why-grid article > div,
  .turning-why__grid article > div {
    padding: 34px 26px;
  }

  .milling-quote-card--single-image,
  .turning-quote-card--single-image,
  .sheet-quote-card--single-image,
  .print-quote-card--single-image,
  .milling-quote-card--single-image > img,
  .turning-quote-card--single-image > img,
  .sheet-quote-card--single-image > img,
  .print-quote-card--single-image > img {
    min-height: 300px;
  }
}

/* ========================================================================== 
   NPI Solution + Rapid Prototyping — full-bleed image update
   Keeps all solution-page images flush to their visual containers.
   ========================================================================== */

/* NPI Solution: every photography block fills its complete media container. */
.npi-hero__media,
.npi-project__media,
.npi-quality__media {
  display: block;
  min-height: 500px;
  margin: 0;
  overflow: hidden;
  background: #eaf0f6;
}

.npi-hero__media img,
.npi-project__media img,
.npi-quality__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  margin: 0;
  padding: 0;
  object-fit: cover;
  object-position: center;
}

.npi-capabilities__grid article {
  display: flex;
  min-height: 100%;
  flex-direction: column;
}

.npi-capabilities__grid img {
  display: block;
  width: 100%;
  height: 260px;
  margin: 0;
  padding: 0;
  object-fit: cover;
  object-position: center;
}

.npi-capabilities__grid article > div {
  flex: 1;
}

/* Rapid Prototyping hero: the right-hand panel is now one image filling the card. */
.prototype-upload-card--single-image {
  display: block;
  width: 100%;
  max-width: none;
  min-height: 560px;
  align-self: stretch;
  justify-self: stretch;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid #dce2e9;
  border-radius: 18px;
  background: #eaf0f6;
  box-shadow: 0 18px 40px rgba(41, 47, 58, .12);
}

.prototype-upload-card--single-image > img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 560px;
  margin: 0;
  padding: 0;
  object-fit: cover;
  object-position: center;
}

/* Process cards: remove the inset white frame and let each image fill the top. */
.prototype-service-card > img,
.prototype-service-card--reverse > img,
.prototype-service-card:nth-child(3) > img {
  display: block;
  width: 100%;
  height: 270px;
  min-height: 270px;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #e1e8f1;
  background: #eaf0f6;
  object-fit: cover;
  object-position: center;
}

/* Support cards: crop the source canvases so photography fills each image column. */
.prototype-why__grid article {
  overflow: hidden;
}

.prototype-why__grid img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  object-fit: cover;
  object-position: center;
  transform: scale(1.16);
  transform-origin: center;
}

.prototype-why__grid article:nth-child(1) img {
  object-position: center 56%;
  transform: scale(1.18);
}

.prototype-why__grid article:nth-child(2) img {
  object-position: center 58%;
  transform: scale(1.20);
}

.prototype-why__grid article:nth-child(3) img {
  object-position: center;
  transform: scale(1.38);
}

@media (max-width: 1100px) {
  .npi-hero__media,
  .npi-project__media,
  .npi-quality__media,
  .prototype-upload-card--single-image,
  .prototype-upload-card--single-image > img {
    min-height: 420px;
  }
}

@media (max-width: 760px) {
  .prototype-service-card > img,
  .prototype-service-card--reverse > img,
  .prototype-service-card:nth-child(3) > img {
    height: 245px;
    min-height: 245px;
    padding: 0;
  }

  .prototype-why__grid img {
    min-height: 270px;
  }
}

@media (max-width: 520px) {
  .npi-hero__media,
  .npi-project__media,
  .npi-quality__media,
  .prototype-upload-card--single-image,
  .prototype-upload-card--single-image > img {
    min-height: 300px;
  }

  .npi-capabilities__grid img,
  .prototype-service-card > img,
  .prototype-service-card--reverse > img,
  .prototype-service-card:nth-child(3) > img {
    height: 220px;
    min-height: 220px;
  }

  .prototype-why__grid img {
    height: 260px;
    min-height: 260px;
  }
}

/* ========================================================================== 
   Industry capability cards — full-bleed images
   Applies to Aerospace, Automotive, Medical Devices, New Energy, and Robotics.
   ========================================================================== */
:is(
  .aerospace-service-grid,
  .automotive-service-grid,
  .medical-service-grid,
  .energy-service-grid,
  .robotics-service-grid
) article > img {
  display: block;
  width: calc(100% + 56px);
  max-width: none;
  height: auto;
  aspect-ratio: 4 / 3;
  flex: 0 0 auto;
  margin: 24px -28px -22px;
  padding: 0;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 640px) {
  :is(
    .aerospace-service-grid,
    .automotive-service-grid,
    .medical-service-grid,
    .energy-service-grid,
    .robotics-service-grid
  ) article > img {
    width: calc(100% + 44px);
    height: auto;
    margin: 22px -22px -20px;
    aspect-ratio: 4 / 3;
  }
}


/* Blog hierarchy in the Resources navigation
   Desktop: hover or keyboard-focus on Blog opens the topic list to the right.
   Mobile: the same topic list is shown as an indented second level. */
.nav-menu--resources {
  right: -18px;
  left: auto;
  width: 310px;
  padding: 10px 0;
  overflow: visible;
}

.nav-menu-branch {
  position: relative;
}

.nav-menu--resources .nav-menu-parent {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 13px 24px;
  font-size: 17px;
  font-weight: 600;
}

.nav-menu-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #718198;
  font-size: 24px;
  line-height: 1;
  transition: color .16s ease, transform .16s ease;
}

.nav-menu-branch:hover > .nav-menu-parent,
.nav-menu-branch:focus-within > .nav-menu-parent {
  background: #f6f9fe;
  color: #1765ca;
}

.nav-menu-branch:hover .nav-menu-arrow,
.nav-menu-branch:focus-within .nav-menu-arrow {
  color: #1765ca;
  transform: translateX(2px);
}

.nav-submenu {
  position: absolute;
  top: -11px;
  left: calc(100% + 10px);
  z-index: 120;
  width: 292px;
  padding: 8px 0;
  border: 1px solid #d9e4f2;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 16px 32px rgba(22, 43, 75, .14);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(-8px);
  transition: opacity .16s ease, transform .16s ease, visibility .16s ease;
}

/* Invisible bridge keeps the submenu open while the pointer crosses the gap. */
.nav-submenu::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -12px;
  width: 12px;
}

.nav-menu-branch:hover > .nav-submenu,
.nav-menu-branch:focus-within > .nav-submenu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(0);
}

.nav-submenu a {
  padding: 9px 24px;
  font-size: 15px;
}


@media (max-width: 800px) {
  .nav-menu--resources {
    width: auto;
    overflow: visible;
  }

  .nav-menu--resources .nav-menu-parent {
    padding: 9px 16px;
    font-size: 15px;
  }

  .nav-menu-arrow {
    transform: rotate(90deg);
  }

  .nav-menu-branch:hover .nav-menu-arrow,
  .nav-menu-branch:focus-within .nav-menu-arrow {
    transform: rotate(90deg);
  }

  .nav-submenu {
    position: static;
    width: auto;
    margin: 0 0 4px 16px;
    padding: 2px 0 4px;
    border: 0;
    border-left: 2px solid #d6e2f4;
    border-radius: 0;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
  }

  .nav-submenu::before {
    display: none;
  }

  .nav-submenu a {
    padding: 8px 16px;
    font-size: 14px;
  }

}


/* Case Studies direct link inside the Resources dropdown */
.nav-menu--resources .nav-menu-simple-link {
  display: flex;
  min-height: 50px;
  align-items: center;
  padding: 13px 24px;
  border-top: 1px solid #e5edf7;
  color: #1e2d43;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
  transition: background .16s ease, color .16s ease;
}

.nav-menu--resources .nav-menu-simple-link:hover,
.nav-menu--resources .nav-menu-simple-link:focus-visible,
.nav-menu--resources .nav-menu-simple-link.is-active {
  background: #f6f9fe;
  color: #1765ca;
}

@media (max-width: 800px) {
  .nav-menu--resources .nav-menu-simple-link {
    min-height: 42px;
    padding: 9px 16px;
    font-size: 15px;
  }
}


/* ========================================================================== 
   Global footer drawing quote window
   ========================================================================== */
.site-footer .footer-quote-column {
  min-width: 0;
}
.footer-drawing-card {
  width: 100%;
  padding: 25px;
  border: 1px solid #d9e5f4;
  border-radius: 14px;
  background: #f7faff;
  box-shadow: 0 16px 34px rgba(25, 70, 130, .08);
}
.site-footer .footer-drawing-card__eyebrow {
  margin: 0 0 7px;
  color: #1764d8;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
}
.site-footer .footer-drawing-card h3 {
  margin: 0 0 9px;
  color: #10213d;
  font-size: 24px;
  line-height: 1.15;
  letter-spacing: -.02em;
  text-transform: none;
}
.site-footer .footer-drawing-card__intro {
  margin: 0 0 17px;
  color: #5b6f87;
  font-size: 13px;
  line-height: 1.55;
}
.footer-drawing-form {
  display: grid;
  gap: 11px;
  width: 100%;
}
.footer-drawing-field {
  display: grid;
  gap: 6px;
  width: 100%;
}
.footer-drawing-field > span {
  color: #29425f;
  font-size: 12px;
  font-weight: 800;
}
.footer-drawing-field input {
  width: 100%;
  min-width: 0;
  height: 42px;
  border: 1px solid #cbd9e9;
  border-radius: 6px;
  padding: 0 11px;
  background: #ffffff;
  color: #10213d;
  font: inherit;
  font-size: 13px;
}
.footer-drawing-field input:focus {
  border-color: #397fe8;
  outline: 3px solid rgba(57, 127, 232, .13);
}
.footer-drawing-upload {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  width: 100%;
  min-height: 66px;
  border: 1px dashed #9cb9dd;
  border-radius: 8px;
  padding: 10px 11px;
  background: #ffffff;
  cursor: pointer;
  transition: border-color .18s ease, background .18s ease;
}
.footer-drawing-upload:hover,
.footer-drawing-upload.is-dragging {
  border-color: #397fe8;
  background: #eef5ff;
}
.footer-drawing-upload.has-files {
  border-style: solid;
  border-color: #397fe8;
}
.footer-drawing-upload input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}
.footer-drawing-upload__icon {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: #e8f1ff;
  color: #1764d8;
  font-size: 18px;
  font-weight: 800;
}
.footer-drawing-upload__text {
  display: grid;
  min-width: 0;
  gap: 2px;
}
.footer-drawing-upload__text strong {
  color: #173457;
  font-size: 13px;
}
.footer-drawing-upload__text small {
  overflow: hidden;
  color: #72859c;
  font-size: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.footer-drawing-file-list {
  overflow: hidden;
  margin: -3px 0 0;
  color: #6d8098;
  font-size: 11px;
  line-height: 1.4;
  text-overflow: ellipsis;
}
.site-footer .footer-drawing-submit {
  width: 100%;
  min-height: 44px;
  padding: 0 14px;
  border-radius: 6px;
  font-size: 13px;
  text-align: center;
}
.footer-drawing-note {
  margin: 0;
  color: #8391a4;
  font-size: 10px;
  line-height: 1.45;
}

@media (min-width: 1101px) {
  .site-footer .footer-grid {
    grid-template-columns:
      minmax(235px, 1.05fr)
      minmax(145px, .68fr)
      minmax(185px, .85fr)
      minmax(115px, .52fr)
      minmax(290px, 1.2fr);
    gap: 32px;
  }
  .site-footer .footer-quote-column {
    align-self: start;
    align-items: stretch;
    justify-content: flex-start;
  }
}
@media (max-width: 1100px) {
  .site-footer .footer-quote-column {
    grid-column: span 2;
    width: 100%;
  }
  .footer-drawing-card {
    max-width: 620px;
  }
}
@media (max-width: 520px) {
  .site-footer .footer-quote-column { grid-column: auto; }
  .footer-drawing-card { max-width: none; padding: 21px 18px; }
}


/* V39 legal and privacy pages */
.footer-subheading {
  margin: 26px 0 8px;
  color: var(--ink);
  font-size: 12px;
  letter-spacing: .09em;
}
.legal-hero {
  padding: 78px 0 68px;
  border-bottom: 1px solid #dfe8f3;
  background:
    radial-gradient(circle at 84% 24%, rgba(57, 127, 232, .15), transparent 29%),
    linear-gradient(135deg, #f8fbff 0%, #eef5ff 100%);
}
.legal-hero__inner { max-width: 920px; margin-left: 0; }
.legal-breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 28px;
  color: #6a7b91;
  font-size: 14px;
}
.legal-breadcrumb a { text-decoration: none; }
.legal-breadcrumb a:hover { color: var(--blue-dark); }
.legal-hero h1 {
  max-width: 900px;
  margin: 8px 0 22px;
  font-size: clamp(42px, 6vw, 72px);
  line-height: 1.03;
  letter-spacing: -.045em;
}
.legal-hero__inner > p:not(.eyebrow):not(.legal-breadcrumb):not(.legal-updated) {
  max-width: 860px;
  margin: 0;
  color: var(--muted);
  font-size: 19px;
}
.legal-updated {
  margin: 24px 0 0;
  color: #718197;
  font-size: 14px;
  font-weight: 700;
}
.legal-section { padding-top: 76px; }
.legal-layout {
  display: grid;
  grid-template-columns: minmax(230px, 290px) minmax(0, 840px);
  gap: 72px;
  align-items: start;
}
.legal-sidebar {
  position: sticky;
  top: 126px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(16, 33, 61, .06);
}
.legal-sidebar__label {
  margin: 0 0 12px;
  color: #75859a;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .1em;
}
.legal-sidebar nav { display: grid; gap: 5px; }
.legal-sidebar nav a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 13px;
  border-radius: 9px;
  color: #30445f;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
}
.legal-sidebar nav a:hover,
.legal-sidebar nav a.is-active {
  color: #0e58c7;
  background: #edf5ff;
}
.legal-sidebar__contact {
  margin-top: 22px;
  padding: 18px;
  border-radius: 12px;
  background: #10213d;
  color: #fff;
}
.legal-sidebar__contact p {
  margin: 6px 0 12px;
  color: #d8e2ef;
  font-size: 13px;
}
.legal-sidebar__contact a {
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}
.legal-content { min-width: 0; }
.legal-content section {
  padding: 0 0 38px;
  margin: 0 0 38px;
  border-bottom: 1px solid #e1e7ee;
}
.legal-content section:last-of-type { margin-bottom: 0; }
.legal-content h2 {
  margin: 0 0 16px;
  color: var(--ink);
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.2;
  letter-spacing: -.025em;
}
.legal-content h3 {
  margin: 24px 0 8px;
  color: #1c3557;
  font-size: 19px;
}
.legal-content p,
.legal-content li { color: #4c6078; }
.legal-content p { margin: 0 0 16px; }
.legal-content ul {
  display: grid;
  gap: 9px;
  padding-left: 22px;
  margin: 18px 0;
}
.legal-content a { color: #1764d8; }
.legal-callout,
.legal-review-note {
  padding: 22px 24px;
  margin: 0 0 38px;
  border-radius: 14px;
}
.legal-callout {
  border: 1px solid #f3c988;
  background: #fff7e9;
  color: #60451d;
}
.legal-review-note {
  border: 1px solid #cfe0f5;
  background: #f4f8fd;
  color: #314965;
}
.legal-review-note p { margin: 7px 0 0; color: #516780; }
@media (max-width: 900px) {
  .legal-layout { grid-template-columns: 1fr; gap: 38px; }
  .legal-sidebar { position: static; }
  .legal-sidebar nav { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 620px) {
  .legal-hero { padding: 56px 0 48px; }
  .legal-section { padding-top: 52px; }
  .legal-sidebar nav { grid-template-columns: 1fr; }
  .legal-callout,
  .legal-review-note { padding: 19px; }
}


/* V40 cookie consent banner and settings dialog */
.cookie-consent-root,
.cookie-consent-root * { box-sizing: border-box; }
.cookie-banner {
  position: fixed;
  z-index: 5000;
  left: 24px;
  right: 24px;
  bottom: 24px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 24px 26px;
  color: #ffffff;
  background: #0f1c2f;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  box-shadow: 0 24px 70px rgba(7, 18, 35, 0.34);
}
.cookie-banner[hidden],
.cookie-modal[hidden] { display: none !important; }
.cookie-banner__copy { max-width: 720px; }
.cookie-banner__eyebrow {
  margin: 0 0 7px;
  color: #79aefc;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
}
.cookie-banner h2,
.cookie-dialog h2 {
  margin: 0;
  color: inherit;
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.18;
}
.cookie-banner__copy > p:last-child {
  margin: 10px 0 0;
  color: #d4dfef;
  font-size: 15px;
  line-height: 1.65;
}
.cookie-banner a,
.cookie-dialog a { color: #9bc2ff; text-underline-offset: 3px; }
.cookie-banner__actions,
.cookie-dialog__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}
.cookie-button {
  min-height: 46px;
  padding: 11px 18px;
  border: 1px solid transparent;
  border-radius: 8px;
  font: inherit;
  font-weight: 750;
  cursor: pointer;
}
.cookie-button--primary {
  color: #ffffff;
  background: #347ee8;
  border-color: #347ee8;
}
.cookie-button--primary:hover { background: #246bd1; border-color: #246bd1; }
.cookie-button--secondary {
  color: #e8f0fb;
  background: transparent;
  border-color: #6c7e96;
}
.cookie-button--secondary:hover { background: rgba(255, 255, 255, 0.08); }
.cookie-modal {
  position: fixed;
  z-index: 5100;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
}
.cookie-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(4, 12, 23, 0.66);
  backdrop-filter: blur(3px);
}
.cookie-dialog {
  position: relative;
  z-index: 1;
  width: min(620px, 100%);
  max-height: min(760px, calc(100vh - 48px));
  overflow: auto;
  padding: 32px;
  color: #12233d;
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.34);
  outline: none;
}
.cookie-dialog .cookie-banner__eyebrow { color: #1764d8; }
.cookie-dialog__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  border: 1px solid #d8e1ec;
  border-radius: 50%;
  color: #1c304d;
  background: #ffffff;
  font-size: 25px;
  line-height: 1;
  cursor: pointer;
}
.cookie-dialog__intro {
  margin: 13px 42px 22px 0;
  color: #53677f;
  line-height: 1.65;
}
.cookie-choice-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 20px 0;
  border-top: 1px solid #e1e7ef;
}
.cookie-choice-row strong { display: block; margin-bottom: 5px; color: #132641; }
.cookie-choice-row p { margin: 0; color: #657890; font-size: 14px; line-height: 1.55; }
.cookie-choice-status {
  flex: 0 0 auto;
  padding: 7px 10px;
  color: #275537;
  background: #e8f7ed;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 750;
}
.cookie-switch { position: relative; flex: 0 0 auto; width: 50px; height: 29px; }
.cookie-switch input { position: absolute; opacity: 0; pointer-events: none; }
.cookie-switch span {
  display: block;
  width: 50px;
  height: 29px;
  border-radius: 999px;
  background: #a8b5c5;
  cursor: pointer;
  transition: background 160ms ease;
}
.cookie-switch span::after {
  content: '';
  position: absolute;
  top: 4px;
  left: 4px;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.24);
  transition: transform 160ms ease;
}
.cookie-switch input:checked + span { background: #347ee8; }
.cookie-switch input:checked + span::after { transform: translateX(21px); }
.cookie-switch input:focus-visible + span { outline: 3px solid rgba(52, 126, 232, 0.32); outline-offset: 3px; }
.cookie-dialog__links { margin: 0 0 20px; }
.cookie-dialog__links a { color: #1764d8; }
.cookie-dialog__actions { padding-top: 18px; border-top: 1px solid #e1e7ef; }
.cookie-dialog__actions .cookie-button--secondary { color: #23415f; border-color: #91a3b8; }
.cookie-dialog__actions .cookie-button--secondary:hover { background: #eef3f8; }
.cookie-modal-open { overflow: hidden; }
.footer-cookie-settings {
  display: block;
  margin-top: 7px;
  padding: 0;
  color: inherit;
  background: none;
  border: 0;
  font: inherit;
  text-align: left;
  cursor: pointer;
}
.footer-cookie-settings:hover { color: var(--blue, #347ee8); }
@media (max-width: 900px) {
  .cookie-banner { grid-template-columns: 1fr; gap: 18px; }
  .cookie-banner__actions { justify-content: flex-start; }
}
@media (max-width: 600px) {
  .cookie-banner { left: 12px; right: 12px; bottom: 12px; padding: 20px; border-radius: 14px; }
  .cookie-banner__actions { display: grid; grid-template-columns: 1fr; }
  .cookie-button { width: 100%; }
  .cookie-modal { padding: 12px; }
  .cookie-dialog { padding: 26px 20px 20px; border-radius: 14px; }
  .cookie-choice-row { align-items: flex-start; gap: 15px; }
  .cookie-dialog__actions { display: grid; grid-template-columns: 1fr; }
}

/* V43 HOME PAGE START */
.home-page { background: #fff; color: #0e213f; }
.home-page main { overflow: hidden; }
.home-hero { position: relative; padding: 88px 0 0; background: linear-gradient(135deg, #eef5ff 0%, #ffffff 55%, #e8f1ff 100%); border-bottom: 1px solid #dce6f3; }
.home-hero::before { content: ""; position: absolute; width: 560px; height: 560px; right: -180px; top: -230px; border-radius: 50%; border: 90px solid rgba(47, 124, 230, .08); pointer-events: none; }
.home-hero__grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(460px, .98fr); align-items: center; gap: 68px; z-index: 1; }
.home-hero__copy { padding-bottom: 74px; }
.home-hero__copy h1 { max-width: 760px; margin: 15px 0 24px; font-size: clamp(50px, 4.65vw, 74px); line-height: 1.02; letter-spacing: -.048em; color: #0d2141; }
.home-hero__intro { max-width: 760px; margin: 0; font-size: 20px; line-height: 1.7; color: #536882; }
.home-hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.home-hero__points { display: flex; flex-wrap: wrap; gap: 12px 28px; margin: 30px 0 0; padding: 0; list-style: none; color: #213d61; font-weight: 700; }
.home-hero__points li { position: relative; padding-left: 20px; }
.home-hero__points li::before { content: ""; position: absolute; left: 0; top: .55em; width: 8px; height: 8px; border-radius: 50%; background: #2f7ce6; box-shadow: 0 0 0 5px rgba(47, 124, 230, .12); }
.home-hero__media { position: relative; min-height: 570px; margin: 0; overflow: hidden; border-radius: 30px 30px 0 0; box-shadow: 0 34px 80px rgba(24, 55, 96, .18); background: #dbe7f5; }
.home-hero__media img { width: 100%; height: 100%; min-height: 570px; object-fit: cover; display: block; }
.home-hero__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 40%, rgba(7, 27, 55, .72) 100%); pointer-events: none; }
.home-hero__media figcaption { position: absolute; left: 28px; right: 28px; bottom: 28px; z-index: 1; display: grid; gap: 7px; padding: 21px 23px; border: 1px solid rgba(255,255,255,.34); border-radius: 17px; background: rgba(8, 31, 64, .68); backdrop-filter: blur(12px); color: #fff; }
.home-hero__media figcaption strong { font-size: 19px; }
.home-hero__media figcaption span { color: rgba(255,255,255,.8); line-height: 1.5; }
.home-trust-strip { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(3, 1fr); margin-top: -1px; transform: translateY(50%); border-radius: 18px; background: #102947; color: #fff; box-shadow: 0 20px 45px rgba(11, 37, 72, .18); }
.home-trust-strip div { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 15px; padding: 24px 30px; }
.home-trust-strip div + div { border-left: 1px solid rgba(255,255,255,.15); }
.home-trust-strip strong { color: #70a9ff; font-size: 13px; letter-spacing: .13em; }
.home-trust-strip span { font-weight: 700; line-height: 1.45; }
.home-section { padding: 122px 0; }
.home-section-heading { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(320px, .65fr); align-items: end; gap: 60px; margin-bottom: 48px; }
.home-section-heading h2 { max-width: 820px; margin: 10px 0 0; font-size: clamp(38px, 4vw, 60px); line-height: 1.05; letter-spacing: -.04em; color: #0e2342; }
.home-section-heading > p { margin: 0; font-size: 18px; line-height: 1.75; color: #61738a; }
.home-section-action { display: flex; justify-content: center; margin-top: 42px; }
.home-capabilities { padding-top: 164px; background: #fff; }
.home-capabilities__intro { max-width: 780px; margin: 0 auto 56px; text-align: center; }
.home-capabilities__intro h2 { margin: 12px 0 18px; color: #0e2342; }
.home-capabilities__intro > p:last-child { max-width: 720px; margin: 0 auto; color: #62748a; font-size: 19px; line-height: 1.7; }
.home-capabilities__rule { display: block; width: 116px; height: 10px; margin: 0 auto 24px; border-radius: 999px; background: #2f7ce6; }
.home-capability-steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 34px; align-items: stretch; }
.home-capability-step { position: relative; display: flex; min-width: 0; flex-direction: column; padding: 28px 28px 26px; border: 1px solid #dce8f7; background: #eaf3ff; color: #102544; text-decoration: none; box-shadow: 0 18px 36px rgba(25, 69, 123, 0.08); transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease; }
.home-capability-step__number { position: absolute; top: 0; left: 34px; transform: translateY(-50%); display: inline-flex; align-items: center; justify-content: center; min-width: 58px; height: 58px; padding: 0 12px; background: #2f7ce6; color: #fff; font-size: 25px; font-weight: 800; letter-spacing: .02em; box-shadow: 0 10px 24px rgba(47,124,230,.24); }
.home-capability-step h3 { margin: 48px 0 12px; color: #0e2141; font-size: 30px; line-height: 1.15; }
.home-capability-step p { margin: 0 0 24px; color: #4b5d73; font-size: 18px; line-height: 1.58; }
.home-capability-step__media { display: flex; align-items: center; justify-content: center; margin-top: auto; margin-bottom: 20px; min-height: 210px; padding: 16px; border-radius: 18px; background: rgba(255,255,255,.72); }
.home-capability-step__media img { width: 100%; max-width: 260px; height: 190px; object-fit: cover; border-radius: 14px; display: block; }
.home-capability-step__link { display: inline-flex; align-items: center; color: #1a57b8; font-size: 15px; font-weight: 800; }
.home-capability-step:hover,
.home-capability-step:focus-visible { transform: translateY(-8px); border-color: #9cc2f4; box-shadow: 0 22px 42px rgba(25, 69, 123, 0.14); }
.home-capability-step:hover .home-capability-step__link,
.home-capability-step:focus-visible .home-capability-step__link { color: #0d4aa2; }
.home-capability-step:focus-visible { outline: 3px solid rgba(47,124,230,.24); outline-offset: 6px; }
.home-capabilities__cta { min-width: 280px; border-color: #2f7ce6; background: #2f7ce6; color: #fff; box-shadow: 0 14px 28px rgba(47,124,230,.25); }
.home-capabilities__cta:hover,
.home-capabilities__cta:focus-visible { border-color: #1f67c9; background: #1f67c9; color: #fff; }
.home-industries { position: relative; overflow: hidden; background: linear-gradient(180deg, #f7faff 0%, #eef5ff 100%); color: #0e2342; }
.home-industries::before,
.home-industries::after { content: ""; position: absolute; border-radius: 50%; pointer-events: none; }
.home-industries::before { width: 420px; height: 420px; left: -250px; top: -180px; border: 72px solid rgba(47,124,230,.055); }
.home-industries::after { width: 360px; height: 360px; right: -230px; bottom: -210px; border: 62px solid rgba(47,124,230,.05); }
.home-industries .container { position: relative; z-index: 1; }
.home-industries__heading { max-width: 850px; margin: 0 auto 64px; text-align: center; }
.home-industries__heading .eyebrow { margin-bottom: 12px; color: #2f7ce6; }
.home-industries__heading h2 { margin: 0; color: #0e2342; font-size: clamp(38px, 4vw, 58px); line-height: 1.08; letter-spacing: -.04em; }
.home-industries__rule { display: block; width: 92px; height: 7px; margin: 24px auto 28px; border-radius: 99px; background: #2f7ce6; }
.home-industries__heading > p:last-child { max-width: 760px; margin: 0 auto; color: #61738a; font-size: 18px; line-height: 1.7; }
.home-industry-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 28px; align-items: start; }
.home-industry-card { position: relative; display: flex; min-width: 0; flex-direction: column; align-items: center; padding: 0 8px 10px; color: #0e2342; text-align: center; text-decoration: none; }
.home-industry-card__number { position: absolute; z-index: 2; top: -4px; left: calc(50% - 91px); display: grid; width: 44px; height: 44px; place-items: center; border: 5px solid #f3f8ff; border-radius: 50%; background: #2f7ce6; color: #fff; font-size: 16px; font-weight: 800; box-shadow: 0 9px 22px rgba(47,124,230,.22); }
.home-industry-card__media { display: block; width: 176px; height: 176px; padding: 12px; overflow: hidden; border: 1px solid #d9e7f8; border-radius: 50%; background: #eaf3ff; box-shadow: 0 16px 34px rgba(24,65,117,.1); transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease; }
.home-industry-card__media img { width: 100%; height: 100%; border-radius: 50%; object-fit: cover; display: block; transition: transform .38s ease; }
.home-industry-card h3 { margin: 24px 0 12px; color: #0d2141; font-size: 22px; line-height: 1.25; }
.home-industry-card > p { min-height: 78px; margin: 0; color: #64758a; font-size: 15px; line-height: 1.55; }
.home-industry-card__link { display: inline-flex; align-items: center; margin-top: 15px; color: #246dce; font-size: 14px; font-weight: 800; }
.home-industry-card:hover .home-industry-card__media,
.home-industry-card:focus-visible .home-industry-card__media { border-color: #8ab9f5; box-shadow: 0 22px 42px rgba(31,91,165,.18); transform: translateY(-6px); }
.home-industry-card:hover .home-industry-card__media img,
.home-industry-card:focus-visible .home-industry-card__media img { transform: scale(1.06); }
.home-industry-card:hover .home-industry-card__link,
.home-industry-card:focus-visible .home-industry-card__link { color: #1556ad; }
.home-industry-card:focus-visible { outline: 3px solid rgba(47,124,230,.3); outline-offset: 8px; border-radius: 16px; }
.home-industries__cta { min-width: 220px; border-color: #2f7ce6; background: #2f7ce6; color: #fff; box-shadow: 0 13px 28px rgba(47,124,230,.24); }
.home-industries__cta:hover,
.home-industries__cta:focus-visible { border-color: #1f67c9; background: #1f67c9; color: #fff; }
.home-case-studies { background: #f5f8fc; }
.home-case-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.home-case-card { overflow: hidden; border: 1px solid #dce5f0; border-radius: 22px; background: #fff; box-shadow: 0 15px 34px rgba(24, 53, 89, .07); }
.home-case-card > a { display: block; height: 280px; overflow: hidden; }
.home-case-card img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .45s ease; }
.home-case-card > div { display: flex; flex-direction: column; min-height: 285px; padding: 27px; }
.home-case-card p { margin: 0 0 12px; color: #2f7ce6; font-size: 12px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.home-case-card h3 { margin: 0 0 14px; font-size: 25px; line-height: 1.25; }
.home-case-card h3 a { color: #102440; }
.home-case-card span { color: #64758a; line-height: 1.65; }
.home-case-card .home-text-link { margin-top: auto; padding-top: 22px; }
.home-case-card:hover img { transform: scale(1.045); }
.home-text-link { display: inline-flex; align-items: center; gap: 8px; color: #1e67c8; font-weight: 800; }
.home-latest-blog { background: #fff; }
.home-blog-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.home-blog-card { overflow: hidden; border: 1px solid #dce5ef; border-radius: 22px; background: #fff; transition: transform .25s ease, box-shadow .25s ease; }
.home-blog-card__image { display: block; height: 255px; overflow: hidden; background: #dce7f3; }
.home-blog-card__image img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .45s ease; }
.home-blog-card__body { padding: 26px; }
.home-blog-card__meta { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin: 0 0 15px; font-size: 12px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; color: #718299; }
.home-blog-card__meta a { color: #2f7ce6; }
.home-blog-card h3 { margin: 0 0 14px; font-size: 25px; line-height: 1.3; }
.home-blog-card h3 a { color: #102440; }
.home-blog-card__body > p:not(.home-blog-card__meta) { min-height: 78px; margin: 0 0 20px; color: #64758a; line-height: 1.62; }
.home-blog-card:hover { transform: translateY(-5px); box-shadow: 0 22px 46px rgba(20, 52, 91, .12); }
.home-blog-card:hover img { transform: scale(1.045); }
@media (max-width: 1100px) {
  .home-hero__grid { grid-template-columns: 1fr 420px; gap: 40px; }
  .home-hero__copy h1 { font-size: clamp(46px, 6vw, 66px); }
  .home-capability-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
  .home-industry-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); row-gap: 46px; }
  .home-industry-card__number { left: calc(50% - 91px); }
  .home-case-grid, .home-blog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-case-card:last-child, .home-blog-card:last-child { grid-column: 1 / -1; }
}
@media (max-width: 800px) {
  .home-hero { padding-top: 58px; }
  .home-hero__grid { grid-template-columns: 1fr; gap: 28px; }
  .home-hero__copy { padding-bottom: 0; }
  .home-hero__copy h1 { font-size: clamp(42px, 11vw, 60px); }
  .home-hero__intro { font-size: 18px; }
  .home-hero__media, .home-hero__media img { min-height: 430px; }
  .home-trust-strip { grid-template-columns: 1fr; transform: translateY(34px); }
  .home-trust-strip div + div { border-left: 0; border-top: 1px solid rgba(255,255,255,.15); }
  .home-section { padding: 96px 0; }
  .home-capabilities { padding-top: 130px; }
  .home-section-heading { grid-template-columns: 1fr; gap: 22px; margin-bottom: 36px; }
  .home-capability-steps, .home-case-grid, .home-blog-grid { grid-template-columns: 1fr; }
  .home-industry-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 48px; }
  .home-case-card:last-child,
  .home-blog-card:last-child { grid-column: auto; }
  .home-capabilities__intro { margin-bottom: 44px; }
  .home-capabilities__intro > p:last-child { font-size: 17px; }
  .home-capability-step { padding: 26px 24px 24px; }
  .home-capability-step h3 { font-size: 28px; }
  .home-capability-step__media { min-height: 190px; }
  .home-industries__heading { margin-bottom: 50px; }
  .home-industry-card > p { min-height: 0; }
}
@media (max-width: 520px) {
  .home-hero__copy h1 { font-size: 42px; }
  .home-hero__actions { display: grid; }
  .home-hero__actions .button { width: 100%; text-align: center; }
  .home-hero__points { display: grid; }
  .home-hero__media, .home-hero__media img { min-height: 350px; }
  .home-hero__media figcaption { left: 16px; right: 16px; bottom: 16px; }
  .home-trust-strip div { padding: 20px; }
  .home-section { padding: 78px 0; }
  .home-capabilities { padding-top: 112px; }
  .home-section-heading h2 { font-size: 38px; }
  .home-capability-step { padding: 24px 20px 22px; }
  .home-capability-step__number { left: 24px; min-width: 52px; height: 52px; font-size: 23px; }
  .home-capability-step h3 { margin-top: 42px; font-size: 24px; }
  .home-capability-step p { font-size: 16px; }
  .home-capability-step__media { min-height: 165px; }
  .home-capability-step__media img { height: 160px; }
  .home-capabilities__rule { width: 96px; height: 9px; }
  .home-case-card > a, .home-blog-card__image { height: 235px; }
  .home-industries__heading { margin-bottom: 42px; }
  .home-industries__heading > p:last-child { font-size: 16px; }
  .home-industry-grid { grid-template-columns: 1fr; gap: 42px; }
  .home-industry-card { max-width: 360px; margin-inline: auto; }
  .home-industry-card__media { width: 168px; height: 168px; }
  .home-industry-card__number { left: calc(50% - 88px); }
}
/* V43 HOME PAGE END */


/* RapidMfgPro V47 Cloudflare RFQ status */
.rfq-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}
.rfq-status,
.footer-drawing-note,
.blog-quote-note,
.quote-submit-note {
  min-height: 1.35em;
}
.rfq-status.is-sending,
.footer-drawing-note.is-sending,
.blog-quote-note.is-sending,
.quote-submit-note.is-sending {
  color: #245fae;
  font-weight: 650;
}
.rfq-status.is-success,
.footer-drawing-note.is-success,
.blog-quote-note.is-success,
.quote-submit-note.is-success {
  color: #167044;
  font-weight: 700;
}
.rfq-status.is-error,
.footer-drawing-note.is-error,
.blog-quote-note.is-error,
.quote-submit-note.is-error {
  color: #b42318;
  font-weight: 700;
}
.footer-drawing-submit[disabled],
.blog-quote-submit[disabled],
#quote-request-form button[type="submit"][disabled] {
  cursor: wait;
  opacity: .7;
}

/* V49 platform-positioning disclosures and supplier-sharing consent */
.footer-platform-role{max-width:280px;color:rgba(255,255,255,.76);font-size:.9rem;line-height:1.55}
.footer-platform-disclosure{border-top:1px solid rgba(255,255,255,.14);padding-top:18px;padding-bottom:8px;color:rgba(255,255,255,.7);font-size:.82rem;line-height:1.6}
.rfq-consent{display:flex;align-items:flex-start;gap:10px;margin:14px 0;font-size:.78rem;line-height:1.45;color:inherit;text-align:left}
.rfq-consent input{width:16px;height:16px;min-width:16px;margin-top:2px;accent-color:#2f7ce6}
.scenario-disclosure{margin:16px 0;padding:12px 16px;border-left:4px solid #2f7ce6;background:#eef5ff;color:#32425a;font-size:.92rem;line-height:1.55}
.platform-disclosure{padding:14px 18px;border:1px solid #d8e5f6;background:#f6f9fd;border-radius:12px;color:#34445b;font-size:.9rem;line-height:1.6}


/* ========================================================================== 
   V49.4 Capability image proportion and fully clickable article resources
   ========================================================================== */
.capability-page .platform-layout {
  grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr);
  align-items: center;
}

.capability-page .platform-image img {
  width: 100%;
  height: auto;
  max-height: 430px;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center 48%;
}

.resource-grid > .resource-card-link,
.sheet-resource-grid > .resource-card-link,
.die-resource-grid > .resource-card-link {
  display: block;
  min-width: 0;
  height: 100%;
  color: inherit;
  text-decoration: none;
  border-radius: 18px;
}

.resource-grid > .resource-card-link > .linked-resource-card,
.sheet-resource-grid > .resource-card-link > .linked-resource-card,
.die-resource-grid > .resource-card-link > .linked-resource-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  height: 100%;
  padding: 0;
  overflow: hidden;
  border: 1px solid #e0e6ed;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(16, 33, 61, .06);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.resource-grid > .resource-card-link:hover > .linked-resource-card,
.sheet-resource-grid > .resource-card-link:hover > .linked-resource-card,
.die-resource-grid > .resource-card-link:hover > .linked-resource-card {
  transform: translateY(-5px);
  border-color: #b9d2f8;
  box-shadow: 0 16px 34px rgba(16, 33, 61, .13);
}

.resource-grid > .resource-card-link:focus-visible,
.sheet-resource-grid > .resource-card-link:focus-visible,
.die-resource-grid > .resource-card-link:focus-visible {
  outline: 3px solid rgba(47, 124, 230, .35);
  outline-offset: 4px;
}

.resource-grid .linked-resource-card > img,
.sheet-resource-grid .linked-resource-card > img,
.die-resource-grid .linked-resource-card > img {
  display: block;
  width: 100%;
  height: 230px;
  object-fit: cover;
  transition: transform .28s ease;
}

.resource-grid > .resource-card-link:hover img,
.sheet-resource-grid > .resource-card-link:hover img,
.die-resource-grid > .resource-card-link:hover img {
  transform: scale(1.025);
}

.resource-grid .linked-resource-card__body,
.sheet-resource-grid .linked-resource-card__body,
.die-resource-grid .linked-resource-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
}

.resource-grid .linked-resource-card__body h3,
.sheet-resource-grid .linked-resource-card__body h3,
.die-resource-grid .linked-resource-card__body h3 {
  margin: 0 0 14px;
  padding: 0;
  color: #10213d;
  font-size: 22px;
  line-height: 1.34;
}

.resource-grid .linked-resource-card__body p,
.sheet-resource-grid .linked-resource-card__body p,
.die-resource-grid .linked-resource-card__body p {
  margin: 0 0 18px;
  padding: 0;
  color: #66778b;
  font-size: 14px;
}

.linked-resource-card__cta {
  margin-top: auto;
  color: var(--blue-dark);
  font-size: 14px;
  font-weight: 800;
}

@media (max-width: 800px) {
  .capability-page .platform-image img {
    max-height: none;
    aspect-ratio: 16 / 10;
  }

  .resource-grid .linked-resource-card > img,
  .sheet-resource-grid .linked-resource-card > img,
  .die-resource-grid .linked-resource-card > img {
    height: 220px;
  }
}


/* ========================================================================== 
   V49.5 Unified clickable article and resource cards
   ========================================================================== */
.article-card--fully-linked {
  position: relative;
  cursor: pointer;
}

.article-card-hit-link {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  border-radius: inherit;
  background: transparent;
  box-shadow: none;
  color: inherit;
  text-decoration: none;
}

.article-card--fully-linked a:not(.article-card-hit-link),
.article-card--fully-linked button,
.article-card--fully-linked input,
.article-card--fully-linked select,
.article-card--fully-linked textarea {
  position: relative;
  z-index: 2;
}

.article-card-hit-link:focus-visible {
  outline: 3px solid rgba(47, 124, 230, .38);
  outline-offset: 4px;
}

.blog-card.article-card--fully-linked,
.home-blog-card.article-card--fully-linked {
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.blog-card.article-card--fully-linked:hover,
.home-blog-card.article-card--fully-linked:hover {
  transform: translateY(-5px);
  border-color: #b9d2f8;
  box-shadow: 0 16px 34px rgba(16, 33, 61, .13);
}

.resource-grid > .resource-card-link,
.sheet-resource-grid > .resource-card-link,
.die-resource-grid > .resource-card-link {
  cursor: pointer;
}


/* V49.6 capability image lock and resource-card click reliability */
.capability-page #platform .platform-layout {
  grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr) !important;
  align-items: center !important;
}

.capability-page #platform .platform-image {
  width: 100% !important;
  height: clamp(320px, 31vw, 430px) !important;
  max-height: 430px !important;
  aspect-ratio: 16 / 10 !important;
  align-self: center !important;
  overflow: hidden !important;
}

.capability-page #platform .platform-image > img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-height: none !important;
  aspect-ratio: auto !important;
  object-fit: cover !important;
  object-position: center 46% !important;
}

.resource-grid > a.resource-card-link,
.sheet-resource-grid > a.resource-card-link,
.die-resource-grid > a.resource-card-link {
  position: relative !important;
  z-index: 2 !important;
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  height: 100% !important;
  color: inherit !important;
  text-decoration: none !important;
  cursor: pointer !important;
  pointer-events: auto !important;
  touch-action: manipulation;
}

.resource-grid > a.resource-card-link > *,
.sheet-resource-grid > a.resource-card-link > *,
.die-resource-grid > a.resource-card-link > * {
  pointer-events: none !important;
}

.resource-grid > a.resource-card-link:focus-visible,
.sheet-resource-grid > a.resource-card-link:focus-visible,
.die-resource-grid > a.resource-card-link:focus-visible {
  outline: 3px solid rgba(47, 124, 230, .42) !important;
  outline-offset: 5px !important;
}

@media (max-width: 1000px) {
  .capability-page #platform .platform-image {
    height: 360px !important;
    max-height: 360px !important;
  }
}

@media (max-width: 800px) {
  .capability-page #platform .platform-image {
    height: 320px !important;
    max-height: 320px !important;
    aspect-ratio: 16 / 10 !important;
  }
}

@media (max-width: 520px) {
  .capability-page #platform .platform-image {
    height: 250px !important;
    max-height: 250px !important;
  }
}

/* ========================================================================== 
   V49.7 Capability lower image proportion fix
   ========================================================================== */
.capability-page .design figure,
.capability-page .quality-media {
  width: 100% !important;
  height: clamp(340px, 30vw, 470px) !important;
  max-height: 470px !important;
  aspect-ratio: 4 / 3 !important;
  overflow: hidden !important;
}

.capability-page .design figure > img,
.capability-page .quality-media > img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-height: none !important;
  aspect-ratio: auto !important;
  object-fit: cover !important;
  object-position: center !important;
}

@media (max-width: 900px) {
  .capability-page .design figure,
  .capability-page .quality-media {
    height: auto !important;
    max-height: none !important;
    aspect-ratio: 16 / 10 !important;
  }
}

/* CUSTOM CNC PARTS V50 START */
.nav-menu--custom-parts { width: 350px; }
.nav-menu--custom-parts a { padding-right: 28px; }

.parts-service-strip {
  padding: 34px 0 44px;
  background: #eef2f7;
  border-bottom: 1px solid #dbe3ee;
}
.parts-section-heading { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; margin-bottom: 30px; }
.parts-section-heading span { height: 3px; background: linear-gradient(90deg, transparent, #397fe8); }
.parts-section-heading span:last-child { background: linear-gradient(90deg, #397fe8, transparent); }
.parts-section-heading h2 { margin: 0; color: #101a2c; font-size: 22px; line-height: 1; letter-spacing: -.02em; text-transform: uppercase; }
.parts-service-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 24px; max-width: 1020px; margin: 0 auto; }
.parts-service-item { display: grid; justify-items: center; gap: 9px; color: #1f3653; font-size: 12px; font-weight: 800; text-align: center; text-decoration: none; }
.parts-service-item img { width: 86px; height: 86px; border: 4px solid #4a97ef; border-radius: 50%; background: #fff; object-fit: cover; box-shadow: 0 8px 20px rgba(32,74,125,.12); transition: transform .2s ease, box-shadow .2s ease; }
.parts-service-item:hover img { transform: translateY(-3px); box-shadow: 0 12px 26px rgba(32,74,125,.2); }
.parts-service-item span { display: inline-flex; min-height: 27px; align-items: center; padding: 4px 9px; border-radius: 4px; background: #397fe8; color: #fff; }
.parts-breadcrumb { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; padding-top: 18px; color: #738196; font-size: 13px; }
.parts-breadcrumb a { color: #3f6f9e; text-decoration: none; }
.parts-catalog-section { padding: 30px 0 92px; }
.parts-catalog-layout { display: grid; grid-template-columns: 245px minmax(0, 1fr); gap: 54px; align-items: start; }
.parts-sidebar { position: sticky; top: 118px; display: grid; gap: 26px; }
.parts-sidebar-block { border: 1px solid #dce4ee; border-radius: 10px; background: #fff; overflow: hidden; }
.parts-sidebar-block h2 { margin: 0; padding: 17px 18px; border-bottom: 1px solid #dce4ee; background: #f5f8fc; color: #172b45; font-size: 20px; letter-spacing: -.02em; }
.parts-sidebar-list { display: flex; flex-direction: column; padding: 8px 0; }
.parts-sidebar-list a { padding: 9px 18px; border-left: 3px solid transparent; color: #364b64; font-size: 14px; text-decoration: none; }
.parts-sidebar-list a:hover, .parts-sidebar-list a.active { border-left-color: #397fe8; background: #edf5ff; color: #1765ca; }
.parts-contact-card { padding: 22px; border-radius: 12px; background: linear-gradient(145deg,#10213d,#194c82); color: #fff; box-shadow: 0 18px 36px rgba(16,33,61,.18); }
.parts-contact-card .eyebrow { color: #9ecbff; }
.parts-contact-card h2 { margin-bottom: 12px; color: #fff; font-size: 24px; }
.parts-contact-card p { color: #dbe9f8; font-size: 14px; }
.parts-contact-card > a:not(.button) { display: block; margin: 8px 0; color: #fff; font-size: 13px; text-decoration: none; overflow-wrap: anywhere; }
.parts-contact-card .button { width: 100%; margin-top: 15px; padding: 0 14px; }
.parts-catalog-header { max-width: 860px; margin-bottom: 26px; }
.parts-catalog-header h1 { max-width: 850px; margin-bottom: 18px; color: #11213a; font-size: clamp(38px,4.8vw,64px); }
.parts-catalog-header > p:last-child { max-width: 820px; margin-bottom: 0; color: #5c6b7d; font-size: 17px; }
.parts-product-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 30px 24px; }
.parts-product-card { display: flex; min-width: 0; flex-direction: column; overflow: hidden; border: 1px solid #dfe6ef; border-radius: 12px; background: #fff; box-shadow: 0 8px 24px rgba(31,58,91,.06); transition: transform .2s ease, box-shadow .2s ease; }
.parts-product-card:hover { transform: translateY(-4px); box-shadow: 0 16px 34px rgba(31,58,91,.12); }
.parts-product-image { display: block; aspect-ratio: 4/3; overflow: hidden; background: #f1f3f6; }
.parts-product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.parts-product-card:hover .parts-product-image img { transform: scale(1.035); }
.parts-product-copy { display: flex; flex: 1; flex-direction: column; padding: 18px; }
.parts-product-category { margin: 0 0 7px; color: #397fe8; font-size: 11px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.parts-product-copy h2 { margin: 0 0 9px; color: #17283f; font-size: 20px; line-height: 1.25; letter-spacing: -.025em; }
.parts-product-copy > p:not(.parts-product-category) { margin-bottom: 18px; color: #607085; font-size: 13px; line-height: 1.55; }
.parts-product-cta { display: inline-flex; align-items: center; justify-content: center; gap: 7px; min-height: 38px; margin-top: auto; border: 1px solid #397fe8; border-radius: 5px; color: #1765ca; font-size: 13px; font-weight: 700; text-decoration: none; }
.parts-product-cta:hover { background: #397fe8; color: #fff; }
.parts-bottom-cta { display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: center; gap: 34px; margin-top: 54px; padding: 34px; border-radius: 14px; background: #edf5ff; }
.parts-bottom-cta h2 { margin-bottom: 10px; font-size: 34px; }
.parts-bottom-cta p:last-child { margin: 0; color: #53677f; }

@media (max-width: 1240px) and (min-width: 801px) {
  .header-inner { gap: 18px; }
  .brand { font-size: 25px; }
  .brand-mark { width: 45px; height: 39px; flex-basis: 45px; }
  .main-nav { gap: 15px; }
  .nav-link { gap: 5px; font-size: 13px; }
  .nav-quote { padding: 0 12px; font-size: 12px; }
}
@media (max-width: 1050px) {
  .parts-service-grid { grid-template-columns: repeat(3,1fr); max-width: 650px; }
  .parts-catalog-layout { grid-template-columns: 210px minmax(0,1fr); gap: 30px; }
  .parts-product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 800px) {
  .parts-section-heading { gap: 12px; }
  .parts-section-heading h2 { font-size: 18px; }
  .parts-service-grid { grid-template-columns: repeat(3,1fr); gap: 20px 10px; }
  .parts-service-item img { width: 72px; height: 72px; }
  .parts-catalog-layout { grid-template-columns: 1fr; }
  .parts-sidebar { position: static; }
  .parts-catalog-header h1 { font-size: 42px; }
  .parts-bottom-cta { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .parts-service-grid { grid-template-columns: repeat(2,1fr); }
  .parts-product-grid { grid-template-columns: 1fr; }
  .parts-catalog-header h1 { font-size: 36px; }
  .parts-bottom-cta { padding: 26px 22px; }
}
/* CUSTOM CNC PARTS V50 END */

/* ========================================================================== 
   V50.1 navigation spacing and Custom CNC Parts catalog cleanup
   ========================================================================== */
@media (min-width: 801px) {
  .header-inner {
    min-height: 90px;
    gap: 24px;
  }

  .main-nav {
    gap: 22px;
  }

  .nav-link {
    flex: 0 0 auto;
    gap: 5px;
    padding: 34px 0 32px;
    font-size: 14px;
    white-space: nowrap;
  }

  .nav-chevron {
    font-size: 13px;
  }

  .nav-quote {
    white-space: nowrap;
  }

  .nav-menu {
    top: calc(100% - 10px);
  }
}

@media (max-width: 1360px) and (min-width: 801px) {
  .header-inner {
    gap: 16px;
  }

  .brand {
    font-size: 26px;
  }

  .brand-mark {
    width: 46px;
    height: 40px;
    flex-basis: 46px;
  }

  .main-nav {
    gap: 12px;
  }

  .nav-link {
    gap: 4px;
    font-size: 12.5px;
  }

  .nav-quote {
    padding: 0 12px;
    font-size: 12px;
  }
}


/* Custom CNC Parts catalog pagination (V50.10) */
.parts-pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 34px 0 10px;
  padding: 18px 20px;
  border: 1px solid #dce6f2;
  border-radius: 12px;
  background: #f7faff;
}
.parts-pagination__summary { margin: 0; color: #5b6f89; font-size: 14px; }
.parts-pagination__links { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.parts-pagination__number,
.parts-pagination__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  border: 1px solid #cbd9ea;
  border-radius: 9px;
  background: #fff;
  color: #15385f;
  font-weight: 700;
  text-decoration: none;
  transition: border-color .2s ease, background .2s ease, color .2s ease;
}
.parts-pagination__number:hover,
.parts-pagination__arrow:hover { border-color: #2f7ee6; color: #1769cf; }
.parts-pagination__number.is-active { border-color: #2f7ee6; background: #2f7ee6; color: #fff; }
.parts-pagination__arrow.is-disabled { pointer-events: none; opacity: .4; }
@media (max-width: 720px) {
  .parts-pagination { align-items: flex-start; flex-direction: column; }
  .parts-pagination__links { width: 100%; }
}


/* ========================================================================== 
   V50.22 — CNC quality + rapid prototyping media proportion fixes
   Prevent grid rows and legacy min-height rules from stretching page imagery.
   ========================================================================== */
.cnc-quality__grid {
  align-items: center;
}

.cnc-quality__grid > .cnc-quality__image {
  display: block;
  align-self: center;
  width: 100%;
  height: auto !important;
  min-height: 0 !important;
  max-height: 520px;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center;
}

.prototype-definition__grid {
  align-items: center;
}

.prototype-definition__media {
  align-self: center;
  overflow: hidden;
  width: 100%;
  margin: 0;
  aspect-ratio: 1 / 1;
  background: #eef2f6;
}

.prototype-definition__media > img {
  display: block;
  width: 100%;
  height: 100% !important;
  min-height: 0 !important;
  max-height: none !important;
  object-fit: cover;
  object-position: center;
}

.prototype-why__grid--text-only article {
  display: block;
  min-height: 320px;
}

.prototype-why__grid--text-only article > div {
  display: flex;
  min-height: 320px;
  flex-direction: column;
  padding: 38px 34px;
}

.prototype-why__grid--text-only span {
  margin-bottom: auto;
  font-size: 14px;
}

.prototype-why__grid--text-only h3 {
  max-width: 280px;
  margin-top: 52px;
  font-size: clamp(25px, 2vw, 31px);
  line-height: 1.18;
}

.prototype-why__grid--text-only p {
  max-width: 340px;
  font-size: 16px;
  line-height: 1.65;
}

@media (max-width: 1100px) {
  .cnc-quality__grid > .cnc-quality__image {
    max-height: none;
  }

  .prototype-definition__media {
    max-width: 680px;
  }

  .prototype-why__grid--text-only article,
  .prototype-why__grid--text-only article > div {
    min-height: 260px;
  }
}

@media (max-width: 620px) {
  .cnc-quality__grid > .cnc-quality__image {
    aspect-ratio: 4 / 3;
  }

  .prototype-definition__media {
    aspect-ratio: 4 / 3;
  }

  .prototype-why__grid--text-only article > div {
    padding: 30px 26px;
  }

  .prototype-why__grid--text-only h3 {
    margin-top: 36px;
  }
}

/* ======================================================================
   V50.24 — Tight industry page hero system
   Shorter titles and a genuinely compact first screen for Aerospace,
   Automotive, Medical Devices, New Energy, and Robotics.
   ====================================================================== */

/* Desktop: compact 480px hero with a narrower text card and shorter rhythm. */
.aerospace-hero__grid,
.automotive-hero__grid,
.medical-hero__grid,
.energy-hero__grid,
.robotics-hero__grid {
  min-height: 480px;
  grid-template-columns: minmax(390px, .76fr) minmax(0, 1.24fr);
}

.aerospace-hero__media,
.aerospace-hero__media img,
.automotive-hero__media,
.automotive-hero__media img,
.medical-hero__media,
.medical-hero__media img,
.energy-hero__media,
.energy-hero__media img,
.robotics-hero__media,
.robotics-hero__media img {
  min-height: 480px;
  height: 480px;
}

.aerospace-hero__card,
.automotive-hero__card,
.medical-hero__card,
.energy-hero__card,
.robotics-hero__card {
  width: min(100%, 540px);
  min-height: auto;
  align-self: center;
  margin: 20px 0;
  padding: 28px 36px 18px;
}

.aerospace-hero__card {
  margin-right: -18px;
  border-radius: 22px;
}

.automotive-hero__card,
.medical-hero__card,
.energy-hero__card,
.robotics-hero__card {
  border-radius: 0 22px 22px 0;
}

.aerospace-hero__eyebrow,
.automotive-hero__eyebrow,
.medical-hero__eyebrow,
.energy-hero__eyebrow,
.robotics-hero__eyebrow {
  margin-bottom: 11px;
  font-size: 11px;
  letter-spacing: .11em;
}

.aerospace-hero h1,
.automotive-hero h1,
.medical-hero h1,
.energy-hero h1,
.robotics-hero h1 {
  max-width: 470px;
  margin-bottom: 13px;
  font-size: clamp(38px, 3.55vw, 52px);
  line-height: .98;
  letter-spacing: -.05em;
}

.aerospace-hero h1::after {
  width: 54px;
  height: 3px;
  margin-top: 14px;
}

.aerospace-hero__card > p:not(.aerospace-hero__eyebrow),
.automotive-hero__intro,
.medical-hero__intro,
.energy-hero__intro,
.robotics-hero__intro {
  max-width: 465px;
  margin-bottom: 14px;
  font-size: 14px;
  line-height: 1.48;
}

.aerospace-hero__button,
.automotive-hero__button,
.medical-hero__button,
.energy-hero__button,
.robotics-hero__button {
  min-height: 42px;
  padding-inline: 18px;
  font-size: 14px;
}

.aerospace-hero__proof {
  margin-top: 15px;
  padding-top: 13px;
}

.aerospace-hero__proof li {
  gap: 5px;
  padding: 5px 7px;
  font-size: 10px;
}

.aerospace-hero__proof svg {
  width: 20px;
  height: 20px;
}

.automotive-hero__proof,
.medical-hero__proof,
.energy-hero__proof,
.robotics-hero__proof {
  margin: 15px -36px -18px;
}

.automotive-hero__proof li,
.medical-hero__proof li,
.energy-hero__proof li,
.robotics-hero__proof li {
  min-height: 58px;
  gap: 4px;
  padding: 7px 5px;
  font-size: 9px;
}

.automotive-hero__proof svg,
.medical-hero__proof svg,
.energy-hero__proof svg,
.robotics-hero__proof svg {
  width: 18px;
  height: 18px;
}

.aerospace-hero__top-note,
.automotive-hero__top-note,
.medical-hero__top-note,
.energy-hero__top-note,
.robotics-hero__top-note {
  top: 22px;
  font-size: 10px;
}

.aerospace-hero__scene-link,
.automotive-hero__scene-link,
.medical-hero__scene-link,
.energy-hero__scene-link,
.robotics-hero__scene-link {
  bottom: 20px;
  min-height: 42px;
  font-size: 9px;
}

@media (max-width: 1080px) {
  .aerospace-hero__grid,
  .automotive-hero__grid,
  .medical-hero__grid,
  .energy-hero__grid,
  .robotics-hero__grid {
    min-height: 450px;
    grid-template-columns: minmax(350px, .82fr) minmax(0, 1.18fr);
  }

  .aerospace-hero__media,
  .aerospace-hero__media img,
  .automotive-hero__media,
  .automotive-hero__media img,
  .medical-hero__media,
  .medical-hero__media img,
  .energy-hero__media,
  .energy-hero__media img,
  .robotics-hero__media,
  .robotics-hero__media img {
    min-height: 450px;
    height: 450px;
  }

  .aerospace-hero__card,
  .automotive-hero__card,
  .medical-hero__card,
  .energy-hero__card,
  .robotics-hero__card {
    margin-block: 18px;
    padding: 26px 30px 16px;
  }

  .aerospace-hero h1,
  .automotive-hero h1,
  .medical-hero h1,
  .energy-hero h1,
  .robotics-hero h1 {
    font-size: clamp(36px, 4.4vw, 46px);
  }

  .automotive-hero__proof,
  .medical-hero__proof,
  .energy-hero__proof,
  .robotics-hero__proof {
    margin-right: -30px;
    margin-bottom: -16px;
    margin-left: -30px;
  }
}

@media (max-width: 820px) {
  .aerospace-hero,
  .automotive-hero,
  .medical-hero,
  .energy-hero,
  .robotics-hero {
    padding-top: 12px;
  }

  .aerospace-hero__grid,
  .automotive-hero__grid,
  .medical-hero__grid,
  .energy-hero__grid,
  .robotics-hero__grid {
    min-height: auto;
    grid-template-columns: 1fr;
  }

  .aerospace-hero__card,
  .automotive-hero__card,
  .medical-hero__card,
  .energy-hero__card,
  .robotics-hero__card {
    width: 100%;
    margin: 0;
    padding: 28px 28px 20px;
    border-radius: 20px 20px 0 0;
  }

  .aerospace-hero h1,
  .automotive-hero h1,
  .medical-hero h1,
  .energy-hero h1,
  .robotics-hero h1 {
    max-width: 620px;
    font-size: clamp(34px, 7vw, 44px);
  }

  .aerospace-hero__media,
  .aerospace-hero__media img,
  .automotive-hero__media,
  .automotive-hero__media img,
  .medical-hero__media,
  .medical-hero__media img,
  .energy-hero__media,
  .energy-hero__media img,
  .robotics-hero__media,
  .robotics-hero__media img {
    min-height: 280px;
    height: 280px;
  }

  .aerospace-hero__media,
  .automotive-hero__media,
  .medical-hero__media,
  .energy-hero__media,
  .robotics-hero__media {
    margin-top: 0;
    border-radius: 0 0 30px 30px;
  }

  .automotive-hero__proof,
  .medical-hero__proof,
  .energy-hero__proof,
  .robotics-hero__proof {
    margin-right: -28px;
    margin-bottom: -20px;
    margin-left: -28px;
  }
}

@media (max-width: 580px) {
  .aerospace-hero,
  .automotive-hero,
  .medical-hero,
  .energy-hero,
  .robotics-hero {
    padding-top: 8px;
  }

  .aerospace-hero__card,
  .automotive-hero__card,
  .medical-hero__card,
  .energy-hero__card,
  .robotics-hero__card {
    padding: 23px 20px 17px;
    border-radius: 16px 16px 0 0;
  }

  .aerospace-hero h1,
  .automotive-hero h1,
  .medical-hero h1,
  .energy-hero h1,
  .robotics-hero h1 {
    font-size: clamp(31px, 9vw, 39px);
    letter-spacing: -.04em;
  }

  .aerospace-hero__card > p:not(.aerospace-hero__eyebrow),
  .automotive-hero__intro,
  .medical-hero__intro,
  .energy-hero__intro,
  .robotics-hero__intro {
    font-size: 14px;
  }

  .automotive-hero__proof,
  .medical-hero__proof,
  .energy-hero__proof,
  .robotics-hero__proof {
    margin: 14px -20px -17px;
  }

  .automotive-hero__proof li,
  .medical-hero__proof li,
  .energy-hero__proof li,
  .robotics-hero__proof li {
    min-height: 55px;
    padding: 6px 4px;
    font-size: 9px;
  }

  .aerospace-hero__media,
  .aerospace-hero__media img,
  .automotive-hero__media,
  .automotive-hero__media img,
  .medical-hero__media,
  .medical-hero__media img,
  .energy-hero__media,
  .energy-hero__media img,
  .robotics-hero__media,
  .robotics-hero__media img {
    min-height: 220px;
    height: 220px;
  }

  .aerospace-hero__top-note,
  .automotive-hero__top-note,
  .medical-hero__top-note,
  .energy-hero__top-note,
  .robotics-hero__top-note {
    top: 14px;
    right: 16px;
    font-size: 8px;
  }

  .aerospace-hero__scene-link,
  .automotive-hero__scene-link,
  .medical-hero__scene-link,
  .energy-hero__scene-link,
  .robotics-hero__scene-link {
    right: 12px;
    bottom: 12px;
    min-width: 0;
    max-width: calc(100% - 24px);
    font-size: 8px;
  }
}
